@alfalab/core-components 48.15.1-beta.1 → 48.16.0-beta.999
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 +5 -17
- package/bottom-sheet/cssm/component.js +5 -17
- package/bottom-sheet/cssm/types.d.ts +0 -4
- package/bottom-sheet/esm/component.js +5 -17
- package/bottom-sheet/esm/types.d.ts +0 -4
- package/bottom-sheet/modern/component.js +6 -18
- package/bottom-sheet/modern/types.d.ts +0 -4
- package/bottom-sheet/moderncssm/component.js +6 -18
- package/bottom-sheet/moderncssm/types.d.ts +0 -4
- package/bottom-sheet/types.d.ts +0 -4
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/Component.responsive.d.ts +1 -1
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/{modern/calendarMonthOnlyView-27ec05d5.d.ts → esm/calendarMonthOnlyView-722effd4.d.ts} +1 -1
- package/calendar/esm/components/calendar-mobile/Component.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile/index.js +1 -1
- package/calendar/mobile/index.js +1 -1
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/modern/components/calendar-mobile/index.js +1 -1
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile/index.js +1 -1
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- package/file-upload-item/components/actions-control/actions.js +1 -1
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/components/actions-control/actions.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/index.js +1 -1
- package/file-upload-item/esm/index.js +1 -1
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/components/actions-control/actions.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/index.js +1 -1
- package/file-upload-item/modern/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/hooks.js +1 -1
- package/gallery/components/image-viewer/single.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/hooks.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/single.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +1 -1
- package/gallery/esm/index.js +1 -1
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/hooks.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/single.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/international-phone-input/cssm/typings-d515b24c.d.ts +0 -4
- package/international-phone-input/esm/typings-d515b24c.d.ts +0 -4
- package/international-phone-input/modern/typings-d515b24c.d.ts +0 -4
- package/international-phone-input/moderncssm/typings-d515b24c.d.ts +0 -4
- package/international-phone-input/typings-d515b24c.d.ts +0 -4
- package/list/Component.js +1 -1
- package/list/components/item/Component.js +1 -1
- package/list/components/item/index.d.ts +1 -1
- package/list/components/item/index.js +1 -1
- package/list/esm/Component.js +1 -1
- package/list/esm/components/item/Component.js +1 -1
- package/list/esm/components/item/index.d.ts +1 -1
- package/list/esm/components/item/index.js +1 -1
- package/list/esm/index.js +1 -1
- package/list/index.js +1 -1
- package/list/modern/Component.js +1 -1
- package/list/modern/components/item/Component.js +1 -1
- package/list/modern/components/item/index.d.ts +1 -1
- package/list/modern/components/item/index.js +1 -1
- package/list/modern/index.js +1 -1
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/components/header/mobile.css +2 -3
- package/modal/cssm/components/header/mobile.module.css +2 -3
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/components/header/mobile.css +2 -3
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/components/header/mobile.css +2 -3
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/modal/moderncssm/components/header/mobile.module.css +2 -3
- package/package.json +1 -1
- package/phone-input/utils/index.js +3 -1
- package/picker-button/cssm/typings-d515b24c.d.ts +0 -4
- package/picker-button/esm/typings-d515b24c.d.ts +0 -4
- package/picker-button/modern/typings-d515b24c.d.ts +0 -4
- package/picker-button/moderncssm/typings-d515b24c.d.ts +0 -4
- package/picker-button/typings-d515b24c.d.ts +0 -4
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/index.js +2 -2
- package/select/esm/desktop/Component.desktop.js +2 -2
- package/select/esm/desktop/index.js +2 -2
- package/select/esm/index.js +3 -3
- package/select/esm/mobile/Component.mobile.js +3 -3
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared/index.js +3 -3
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +2 -2
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/mobile/Component.mobile.js +3 -3
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared/index.js +3 -3
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/select-with-tags/Component.responsive.d.ts +1 -1
- package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/components/header/mobile.css +2 -3
- package/side-panel/cssm/components/header/mobile.module.css +2 -3
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/components/header/mobile.css +2 -3
- package/side-panel/esm/desktop/Component.desktop.js +1 -1
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile/Component.mobile.js +1 -1
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/components/header/mobile.css +2 -3
- package/side-panel/modern/desktop/Component.desktop.js +1 -1
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/mobile/Component.mobile.js +1 -1
- package/side-panel/modern/mobile/index.js +1 -1
- package/side-panel/moderncssm/components/header/mobile.module.css +2 -3
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile/index.js +2 -2
- package/themes/click.css +0 -844
- package/themes/compiled/mobile-dark-bluetint.css +30 -30
- package/themes/corp.css +0 -844
- package/themes/intranet.css +0 -844
- package/themes/mobile.css +0 -844
- package/themes/site.css +0 -844
- package/toast/Component.responsive.d.ts +1 -1
- package/toast/components/base-toast/component.d.ts +1 -1
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +1 -1
- package/typography/title-mobile/component.js +1 -1
- /package/calendar/{calendarMonthOnlyView-c3bce758.d.ts → calendarMonthOnlyView-1e3e74b9.d.ts} +0 -0
- /package/calendar/{calendarMonthOnlyView-c3bce758.js → calendarMonthOnlyView-1e3e74b9.js} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-5c6a2357.js → calendarMonthOnlyView-722effd4.js} +0 -0
- /package/calendar/{esm/calendarMonthOnlyView-5c6a2357.d.ts → modern/calendarMonthOnlyView-83761001.d.ts} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-27ec05d5.js → calendarMonthOnlyView-83761001.js} +0 -0
- /package/confirmation/{countdown-section-7c6a4b4a.d.ts → countdown-section-59c50636.d.ts} +0 -0
- /package/confirmation/{countdown-section-7c6a4b4a.js → countdown-section-59c50636.js} +0 -0
- /package/confirmation/esm/{countdown-section-b2a1e0e2.d.ts → countdown-section-dde1dc07.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-b2a1e0e2.js → countdown-section-dde1dc07.js} +0 -0
- /package/confirmation/modern/{countdown-section-f41858be.d.ts → countdown-section-b3cce293.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-f41858be.js → countdown-section-b3cce293.js} +0 -0
- /package/file-upload-item/{actions-control.module-a940a97b.js → actions-control.module-212b146b.js} +0 -0
- /package/file-upload-item/esm/{actions-control.module-a1138ab3.js → actions-control.module-9ad87b4f.js} +0 -0
- /package/file-upload-item/modern/{actions-control.module-a77a2157.js → actions-control.module-1dee639a.js} +0 -0
- /package/gallery/esm/{hooks-5b464b71.d.ts → hooks-f6a17777.d.ts} +0 -0
- /package/gallery/esm/{hooks-5b464b71.js → hooks-f6a17777.js} +0 -0
- /package/gallery/{hooks-ef0e8dc2.d.ts → hooks-a66b7dd4.d.ts} +0 -0
- /package/gallery/{hooks-ef0e8dc2.js → hooks-a66b7dd4.js} +0 -0
- /package/gallery/modern/{hooks-0ec6ccd5.d.ts → hooks-394520d4.d.ts} +0 -0
- /package/gallery/modern/{hooks-0ec6ccd5.js → hooks-394520d4.js} +0 -0
- /package/list/{Component-b29e0fcc.d.ts → Component-20360fa5.d.ts} +0 -0
- /package/list/{Component-b29e0fcc.js → Component-20360fa5.js} +0 -0
- /package/list/esm/{Component-668d84f8.d.ts → Component-409a7f64.d.ts} +0 -0
- /package/list/esm/{Component-668d84f8.js → Component-409a7f64.js} +0 -0
- /package/list/modern/{Component-84146764.d.ts → Component-ec69b2bc.d.ts} +0 -0
- /package/list/modern/{Component-84146764.js → Component-ec69b2bc.js} +0 -0
- /package/modal/esm/{layout.module-d7cb7e57.js → layout.module-4be9d2ba.js} +0 -0
- /package/modal/{layout.module-da4fc7b6.js → layout.module-8f7e8fc2.js} +0 -0
- /package/modal/modern/{layout.module-a086d8fa.js → layout.module-d411e553.js} +0 -0
- /package/pure-cell/{component-760443de.d.ts → component-18382eac.d.ts} +0 -0
- /package/pure-cell/{component-760443de.js → component-18382eac.js} +0 -0
- /package/pure-cell/esm/{component-093da6f0.d.ts → component-c344e0e9.d.ts} +0 -0
- /package/pure-cell/esm/{component-093da6f0.js → component-c344e0e9.js} +0 -0
- /package/pure-cell/modern/{component-5458e1d8.d.ts → component-581275ed.d.ts} +0 -0
- /package/pure-cell/modern/{component-5458e1d8.js → component-581275ed.js} +0 -0
- /package/select/esm/{hook-2a61dfa5.d.ts → hook-f0ec9764.d.ts} +0 -0
- /package/select/esm/{hook-2a61dfa5.js → hook-f0ec9764.js} +0 -0
- /package/select/esm/{list-popover-desktop-5ef090d9.d.ts → list-popover-desktop-4c015200.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-5ef090d9.js → list-popover-desktop-4c015200.js} +0 -0
- /package/select/esm/{mobile.module-ba501407.js → mobile.module-b8531b21.js} +0 -0
- /package/select/{hook-2fda3b4b.d.ts → hook-ba51a732.d.ts} +0 -0
- /package/select/{hook-2fda3b4b.js → hook-ba51a732.js} +0 -0
- /package/select/{list-popover-desktop-2b2f88b5.d.ts → list-popover-desktop-204848fd.d.ts} +0 -0
- /package/select/{list-popover-desktop-2b2f88b5.js → list-popover-desktop-204848fd.js} +0 -0
- /package/select/{mobile.module-e0310f45.js → mobile.module-d2c393cd.js} +0 -0
- /package/select/modern/{hook-95afdf57.d.ts → hook-5954dd86.d.ts} +0 -0
- /package/select/modern/{hook-95afdf57.js → hook-5954dd86.js} +0 -0
- /package/select/modern/{list-popover-desktop-2fcbf397.d.ts → list-popover-desktop-e04a4b83.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-2fcbf397.js → list-popover-desktop-e04a4b83.js} +0 -0
- /package/select/modern/{mobile.module-6024af15.js → mobile.module-25ee5910.js} +0 -0
- /package/side-panel/esm/{layout.module-9e259809.js → layout.module-6401ff1a.js} +0 -0
- /package/side-panel/{layout.module-d70b6764.js → layout.module-50fec2c0.js} +0 -0
- /package/side-panel/modern/{layout.module-ed911424.js → layout.module-dbf00e6f.js} +0 -0
- /package/tabs/esm/{index.module-3ecdaca8.js → index.module-c0a85158.js} +0 -0
- /package/tabs/esm/{index.module-1a6ea1b1.js → index.module-f053f410.js} +0 -0
- /package/tabs/{index.module-e33e04d6.js → index.module-c992bcf1.js} +0 -0
- /package/tabs/{index.module-75df1cb0.js → index.module-e4b3372d.js} +0 -0
- /package/tabs/modern/{index.module-07c8fc26.js → index.module-c3a0372a.js} +0 -0
- /package/tabs/modern/{index.module-73629ab1.js → index.module-fa46b7cd.js} +0 -0
- /package/typography/{colors.module-b277fd75.js → colors.module-6b26d478.js} +0 -0
- /package/typography/{common.module-bb467df0.js → common.module-75e01e69.js} +0 -0
- /package/typography/esm/{colors.module-0cdf3a15.js → colors.module-70dec409.js} +0 -0
- /package/typography/esm/{common.module-8e7f6009.js → common.module-94685936.js} +0 -0
- /package/typography/modern/{colors.module-11872efc.js → colors.module-2779b5fb.js} +0 -0
- /package/typography/modern/{common.module-be0b4ed8.js → common.module-d2a36155.js} +0 -0
|
@@ -9,11 +9,11 @@ import { useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
|
|
|
9
9
|
import { defaultAccessor, defaultFilterFn, defaultGroupAccessor, processOptions, isGroup } from '../../utils.js';
|
|
10
10
|
import { NativeSelect } from '../native-select/Component.js';
|
|
11
11
|
import { getListPopoverDesktopProps } from './components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
12
|
-
import { s as styles, L as ListPopoverDesktop } from '../../list-popover-desktop-
|
|
12
|
+
import { s as styles, L as ListPopoverDesktop } from '../../list-popover-desktop-e04a4b83.js';
|
|
13
13
|
import { getListModalMobileProps } from './components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
14
14
|
import { getListBottomSheetMobileProps } from './components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
15
15
|
import { ListMobile } from './components/list-mobile/list-mobile.js';
|
|
16
|
-
import { m as mobileStyles } from '../../mobile.module-
|
|
16
|
+
import { m as mobileStyles } from '../../mobile.module-25ee5910.js';
|
|
17
17
|
import './components/list-mobile/list-bottom-sheet-mobile.js';
|
|
18
18
|
import './components/list-mobile/list-modal-mobile.js';
|
|
19
19
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { ComponentProps } from "../../../types/component-types";
|
|
3
3
|
declare const getListPopoverDesktopProps: (props: ComponentProps) => {
|
|
4
4
|
Popover: import("react").ForwardRefExoticComponent<import("../../../../../../../popover").PopoverProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
|
|
5
|
-
popoverProps: Omit<import("../../../../../../../popover").PopoverProps, "className" | "
|
|
5
|
+
popoverProps: Omit<import("../../../../../../../popover").PopoverProps, "className" | "dataTestId" | "anchorElement" | "position" | "preventFlip" | "open" | "update" | "zIndex"> | undefined;
|
|
6
6
|
popoverPosition: import("../../../../../../../popover").Position;
|
|
7
7
|
preventFlip: boolean;
|
|
8
8
|
popperClassName: string | undefined;
|
package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { getDataTestId } from '../../../../../../shared/modern';
|
|
3
|
-
import { m as mobileStyles } from '../../../../mobile.module-
|
|
3
|
+
import { m as mobileStyles } from '../../../../mobile.module-25ee5910.js';
|
|
4
4
|
|
|
5
5
|
const ListBottomSheetMobile = (props) => {
|
|
6
6
|
const { BottomSheet, dataTestId, open, label, placeholder, footer, swipeable, showSearch, bottomSheetProps, menuRef, scrollableContainerRef, onScroll, flatOptions, closeMenu, handleEntered, renderSearch, renderOptionsList, } = props;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { ListBottomSheetMobile } from './list-bottom-sheet-mobile.js';
|
|
3
3
|
import { ListModalMobile } from './list-modal-mobile.js';
|
|
4
4
|
import '../../../../../../shared/modern';
|
|
5
|
-
import '../../../../mobile.module-
|
|
5
|
+
import '../../../../mobile.module-25ee5910.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import mergeRefs from 'react-merge-refs';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { getDataTestId } from '../../../../../../shared/modern';
|
|
5
|
-
import { m as mobileStyles } from '../../../../mobile.module-
|
|
5
|
+
import { m as mobileStyles } from '../../../../mobile.module-25ee5910.js';
|
|
6
6
|
|
|
7
7
|
const ListModalMobile = (props) => {
|
|
8
8
|
const { ModalMobile, dataTestId, open, modalProps, modalHeaderProps, modalFooterProps, menuRef, scrollableContainerRef, label, placeholder, onScroll, flatOptions, closeMenu, handleEntered, renderSearch, renderOptionsList, } = props;
|
|
@@ -10,10 +10,10 @@ import '@alfalab/hooks';
|
|
|
10
10
|
import '../../utils.js';
|
|
11
11
|
import '../native-select/Component.js';
|
|
12
12
|
import './components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
13
|
-
import '../../list-popover-desktop-
|
|
13
|
+
import '../../list-popover-desktop-e04a4b83.js';
|
|
14
14
|
import './components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
15
15
|
import './components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
16
16
|
import './components/list-mobile/list-mobile.js';
|
|
17
17
|
import './components/list-mobile/list-bottom-sheet-mobile.js';
|
|
18
|
-
import '../../mobile.module-
|
|
18
|
+
import '../../mobile.module-25ee5910.js';
|
|
19
19
|
import './components/list-mobile/list-modal-mobile.js';
|
|
@@ -22,12 +22,12 @@ import '@alfalab/hooks';
|
|
|
22
22
|
import '../utils.js';
|
|
23
23
|
import './native-select/Component.js';
|
|
24
24
|
import './base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
25
|
-
import '../list-popover-desktop-
|
|
25
|
+
import '../list-popover-desktop-e04a4b83.js';
|
|
26
26
|
import './base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
27
27
|
import './base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
28
28
|
import './base-select/components/list-mobile/list-mobile.js';
|
|
29
29
|
import './base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
30
|
-
import '../mobile.module-
|
|
30
|
+
import '../mobile.module-25ee5910.js';
|
|
31
31
|
import './base-select/components/list-mobile/list-modal-mobile.js';
|
|
32
32
|
import './clear-button/Component.js';
|
|
33
33
|
import '../../../button/modern';
|
|
@@ -24,12 +24,12 @@ import '@alfalab/hooks';
|
|
|
24
24
|
import '../utils.js';
|
|
25
25
|
import '../components/native-select/Component.js';
|
|
26
26
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
27
|
-
import '../list-popover-desktop-
|
|
27
|
+
import '../list-popover-desktop-e04a4b83.js';
|
|
28
28
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
29
29
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
30
30
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
31
31
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
32
|
-
import '../mobile.module-
|
|
32
|
+
import '../mobile.module-25ee5910.js';
|
|
33
33
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
34
34
|
import '../components/clear-button/Component.js';
|
|
35
35
|
import '../../../button/modern';
|
|
@@ -16,12 +16,12 @@ import '@alfalab/hooks';
|
|
|
16
16
|
import '../utils.js';
|
|
17
17
|
import '../components/native-select/Component.js';
|
|
18
18
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
19
|
-
import '../list-popover-desktop-
|
|
19
|
+
import '../list-popover-desktop-e04a4b83.js';
|
|
20
20
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
21
21
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
24
|
-
import '../mobile.module-
|
|
24
|
+
import '../mobile.module-25ee5910.js';
|
|
25
25
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
26
26
|
import '../components/field/Component.js';
|
|
27
27
|
import '../components/clear-button/Component.js';
|
package/select/modern/index.js
CHANGED
|
@@ -18,12 +18,12 @@ import '@alfalab/hooks';
|
|
|
18
18
|
import './utils.js';
|
|
19
19
|
import './components/native-select/Component.js';
|
|
20
20
|
import './components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
21
|
-
import './list-popover-desktop-
|
|
21
|
+
import './list-popover-desktop-e04a4b83.js';
|
|
22
22
|
import './components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
23
23
|
import './components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
24
24
|
import './components/base-select/components/list-mobile/list-mobile.js';
|
|
25
25
|
import './components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
26
|
-
import './mobile.module-
|
|
26
|
+
import './mobile.module-25ee5910.js';
|
|
27
27
|
import './components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
28
28
|
import './components/field/Component.js';
|
|
29
29
|
import './components/clear-button/Component.js';
|
|
@@ -56,7 +56,7 @@ import '../../base-modal/modern';
|
|
|
56
56
|
import '../../button/modern/mobile';
|
|
57
57
|
import './components/virtual-options-list/Component.js';
|
|
58
58
|
import 'react-virtual';
|
|
59
|
-
import './hook-
|
|
59
|
+
import './hook-5954dd86.js';
|
|
60
60
|
import 'react-fast-compare';
|
|
61
61
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
62
62
|
import '../../button/modern/desktop';
|
|
@@ -16,7 +16,7 @@ import { OptionResponsive } from '../components/option/Component.responsive.js';
|
|
|
16
16
|
import { OptionsList } from '../components/options-list/Component.js';
|
|
17
17
|
import { Search } from '../components/search/Component.js';
|
|
18
18
|
import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
|
|
19
|
-
import { u as useSelectWithApply } from '../hook-
|
|
19
|
+
import { u as useSelectWithApply } from '../hook-5954dd86.js';
|
|
20
20
|
import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
21
21
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
22
22
|
import '@alfalab/icons-glyph/ChevronDownSIcon';
|
|
@@ -29,12 +29,12 @@ import '@alfalab/hooks';
|
|
|
29
29
|
import '../utils.js';
|
|
30
30
|
import '../components/native-select/Component.js';
|
|
31
31
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
32
|
-
import '../list-popover-desktop-
|
|
32
|
+
import '../list-popover-desktop-e04a4b83.js';
|
|
33
33
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
34
34
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
35
35
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
36
36
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
37
|
-
import '../mobile.module-
|
|
37
|
+
import '../mobile.module-25ee5910.js';
|
|
38
38
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
39
39
|
import '../components/clear-button/Component.js';
|
|
40
40
|
import '../../../button/modern';
|
|
@@ -17,12 +17,12 @@ import '@alfalab/hooks';
|
|
|
17
17
|
import '../utils.js';
|
|
18
18
|
import '../components/native-select/Component.js';
|
|
19
19
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
20
|
-
import '../list-popover-desktop-
|
|
20
|
+
import '../list-popover-desktop-e04a4b83.js';
|
|
21
21
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
25
|
-
import '../mobile.module-
|
|
25
|
+
import '../mobile.module-25ee5910.js';
|
|
26
26
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
27
27
|
import '../components/field/Component.js';
|
|
28
28
|
import '../components/clear-button/Component.js';
|
|
@@ -52,7 +52,7 @@ import '../../../input/modern';
|
|
|
52
52
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
53
53
|
import '../components/virtual-options-list/Component.js';
|
|
54
54
|
import 'react-virtual';
|
|
55
|
-
import '../hook-
|
|
55
|
+
import '../hook-5954dd86.js';
|
|
56
56
|
import 'react-fast-compare';
|
|
57
57
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
58
58
|
import '../../../button/modern/desktop';
|
|
@@ -18,12 +18,12 @@ import '@alfalab/hooks';
|
|
|
18
18
|
import '../utils.js';
|
|
19
19
|
import '../components/native-select/Component.js';
|
|
20
20
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
21
|
-
import '../list-popover-desktop-
|
|
21
|
+
import '../list-popover-desktop-e04a4b83.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
25
25
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
26
|
-
import '../mobile.module-
|
|
26
|
+
import '../mobile.module-25ee5910.js';
|
|
27
27
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
28
28
|
import '../components/field/Component.js';
|
|
29
29
|
import '../components/clear-button/Component.js';
|
|
@@ -53,7 +53,7 @@ import '../../../input/modern';
|
|
|
53
53
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
54
54
|
import '../components/virtual-options-list/Component.js';
|
|
55
55
|
import 'react-virtual';
|
|
56
|
-
import '../hook-
|
|
56
|
+
import '../hook-5954dd86.js';
|
|
57
57
|
import 'react-fast-compare';
|
|
58
58
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
59
59
|
import '../../../button/modern/desktop';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
|
|
2
2
|
export { useLazyLoading } from './useLazyLoading/hook.js';
|
|
3
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-
|
|
3
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-5954dd86.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../../../skeleton/modern';
|
|
6
6
|
import 'classnames';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'react-fast-compare';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-
|
|
4
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-5954dd86.js';
|
|
5
5
|
import '../../utils.js';
|
|
6
6
|
import '../../components/options-list/Component.js';
|
|
7
7
|
import 'react-merge-refs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../../../components/options-list/Component.js';
|
|
3
|
-
export { O as OptionsListWithApply } from '../../../hook-
|
|
3
|
+
export { O as OptionsListWithApply } from '../../../hook-5954dd86.js';
|
|
4
4
|
import './footer/Component.js';
|
|
5
5
|
import './header/Component.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../hook-
|
|
1
|
+
export * from "../../../hook-5954dd86";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
|
|
2
2
|
export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
|
|
3
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-
|
|
3
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-5954dd86.js';
|
|
4
4
|
export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
|
|
5
5
|
export { OptionDesktop } from '../components/option/desktop/Component.js';
|
|
6
6
|
export { OptionMobile } from '../components/option/mobile/Component.js';
|
|
@@ -48,12 +48,12 @@ import 'compute-scroll-into-view';
|
|
|
48
48
|
import 'downshift';
|
|
49
49
|
import '../components/native-select/Component.js';
|
|
50
50
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
51
|
-
import '../list-popover-desktop-
|
|
51
|
+
import '../list-popover-desktop-e04a4b83.js';
|
|
52
52
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
53
53
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
54
54
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
55
55
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
56
|
-
import '../mobile.module-
|
|
56
|
+
import '../mobile.module-25ee5910.js';
|
|
57
57
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
58
58
|
import '../../../base-modal/modern';
|
|
59
59
|
import '../../../button/modern/mobile';
|
package/select/presets/index.js
CHANGED
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
var presets_useSelectWithLoading_hook = require('./useSelectWithLoading/hook.js');
|
|
4
4
|
var presets_useLazyLoading_hook = require('./useLazyLoading/hook.js');
|
|
5
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-
|
|
5
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-ba51a732.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -4,7 +4,7 @@ require('tslib');
|
|
|
4
4
|
require('react');
|
|
5
5
|
require('react-fast-compare');
|
|
6
6
|
require('../../utils.js');
|
|
7
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-
|
|
7
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-ba51a732.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@ require('tslib');
|
|
|
4
4
|
require('react');
|
|
5
5
|
require('../../../components/options-list/Component.js');
|
|
6
6
|
require('../../../consts.js');
|
|
7
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-
|
|
7
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-ba51a732.js');
|
|
8
8
|
require('./footer/Component.js');
|
|
9
9
|
require('./header/Component.js');
|
|
10
10
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../hook-
|
|
1
|
+
export * from "../../../hook-ba51a732";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-
|
|
3
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-ba51a732.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
package/select/shared/index.js
CHANGED
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
var presets_useSelectWithLoading_hook = require('../presets/useSelectWithLoading/hook.js');
|
|
4
4
|
var presets_useLazyLoading_hook = require('../presets/useLazyLoading/hook.js');
|
|
5
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-
|
|
5
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-ba51a732.js');
|
|
6
6
|
var utils = require('../utils.js');
|
|
7
7
|
var components_option_desktop_Component = require('../components/option/desktop/Component.js');
|
|
8
8
|
var components_option_mobile_Component = require('../components/option/mobile/Component.js');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
-
declare const SelectWithTags: React.ForwardRefExoticComponent<Omit<import("../select/typings").BaseSelectProps, "
|
|
3
|
+
declare const SelectWithTags: React.ForwardRefExoticComponent<Omit<import("../select/typings").BaseSelectProps, "onChange" | "autocomplete" | "multiple" | "selected" | "nativeSelect" | "Field"> & {
|
|
4
4
|
value: string;
|
|
5
5
|
onInput: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
6
6
|
selected?: (string | import("../select/typings").OptionShape)[] | undefined;
|
|
@@ -5,7 +5,7 @@ import { BottomSheetProps } from "../../../bottom-sheet";
|
|
|
5
5
|
import { FormControlProps } from "../../../form-control";
|
|
6
6
|
import { PopoverProps } from "../../../popover";
|
|
7
7
|
import { BaseSelectProps, OptionShape } from "../../../select/shared";
|
|
8
|
-
declare const BaseSelectWithTags: React.ForwardRefExoticComponent<Omit<BaseSelectProps, "
|
|
8
|
+
declare const BaseSelectWithTags: React.ForwardRefExoticComponent<Omit<BaseSelectProps, "onChange" | "autocomplete" | "multiple" | "selected" | "nativeSelect" | "Field"> & {
|
|
9
9
|
value: string;
|
|
10
10
|
onInput: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
11
11
|
selected?: (string | OptionShape)[] | undefined;
|
|
@@ -4,7 +4,7 @@ var React = require('react');
|
|
|
4
4
|
var cn = require('classnames');
|
|
5
5
|
var coreComponentsShared = require('../../../shared');
|
|
6
6
|
var ResponsiveContext = require('../../ResponsiveContext.js');
|
|
7
|
-
var layout_module = require('../../layout.module-
|
|
7
|
+
var layout_module = require('../../layout.module-50fec2c0.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
10
|
|
|
@@ -5,7 +5,7 @@ var cn = require('classnames');
|
|
|
5
5
|
var coreComponentsShared = require('../../../shared');
|
|
6
6
|
var Context = require('../../Context.js');
|
|
7
7
|
var ResponsiveContext = require('../../ResponsiveContext.js');
|
|
8
|
-
var layout_module = require('../../layout.module-
|
|
8
|
+
var layout_module = require('../../layout.module-50fec2c0.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
|
@@ -58,15 +58,14 @@
|
|
|
58
58
|
--side-panel-header-mobile-font-weight: 600;
|
|
59
59
|
|
|
60
60
|
/* paddings */
|
|
61
|
-
--side-panel-header-mobile-
|
|
62
|
-
--side-panel-header-mobile-paddings: var(--side-panel-header-mobile-vertical-padding) var(--gap-8);
|
|
61
|
+
--side-panel-header-mobile-paddings: var(--gap-4) var(--gap-8);
|
|
63
62
|
}
|
|
64
63
|
.side-panel__header_5r59f {
|
|
65
64
|
padding: var(--side-panel-header-mobile-paddings)
|
|
66
65
|
}
|
|
67
66
|
@media (display-mode: standalone) {
|
|
68
67
|
.side-panel__header_5r59f {
|
|
69
|
-
padding-top:
|
|
68
|
+
padding-top: var(--sat)
|
|
70
69
|
}
|
|
71
70
|
}
|
|
72
71
|
.side-panel__sticky_5r59f {
|
|
@@ -57,15 +57,14 @@
|
|
|
57
57
|
--side-panel-header-mobile-font-weight: 600;
|
|
58
58
|
|
|
59
59
|
/* paddings */
|
|
60
|
-
--side-panel-header-mobile-
|
|
61
|
-
--side-panel-header-mobile-paddings: var(--side-panel-header-mobile-vertical-padding) var(--gap-8);
|
|
60
|
+
--side-panel-header-mobile-paddings: var(--gap-4) var(--gap-8);
|
|
62
61
|
}
|
|
63
62
|
.header {
|
|
64
63
|
padding: var(--side-panel-header-mobile-paddings)
|
|
65
64
|
}
|
|
66
65
|
@media (display-mode: standalone) {
|
|
67
66
|
.header {
|
|
68
|
-
padding-top:
|
|
67
|
+
padding-top: var(--sat)
|
|
69
68
|
}
|
|
70
69
|
}
|
|
71
70
|
.sticky {
|
|
@@ -8,7 +8,7 @@ import { SidePanelMobile } from './mobile/Component.mobile.js';
|
|
|
8
8
|
import { ResponsiveContext } from './ResponsiveContext.js';
|
|
9
9
|
import 'classnames';
|
|
10
10
|
import '../../shared/esm';
|
|
11
|
-
import './layout.module-
|
|
11
|
+
import './layout.module-6401ff1a.js';
|
|
12
12
|
import '../../navigation-bar-private/esm';
|
|
13
13
|
import './consts.js';
|
|
14
14
|
import './Context.js';
|
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { getDataTestId } from '../../../../shared/esm';
|
|
4
4
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
5
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
5
|
+
import { l as layoutStyles } from '../../layout.module-6401ff1a.js';
|
|
6
6
|
|
|
7
7
|
var styles = {"component":"side-panel__component_z54vo"};
|
|
8
8
|
require('./index.css');
|
|
@@ -7,7 +7,7 @@ import '../../../../shared/esm';
|
|
|
7
7
|
import '../../Context.js';
|
|
8
8
|
import '../../../../base-modal/esm';
|
|
9
9
|
import '../../ResponsiveContext.js';
|
|
10
|
-
import '../../layout.module-
|
|
10
|
+
import '../../layout.module-6401ff1a.js';
|
|
11
11
|
|
|
12
12
|
var styles = {"sticky":"side-panel__sticky_tq1ay","size-500":"side-panel__size-500_tq1ay"};
|
|
13
13
|
require('./desktop.css');
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { getDataTestId } from '../../../../shared/esm';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
6
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
6
|
+
import { l as layoutStyles } from '../../layout.module-6401ff1a.js';
|
|
7
7
|
import '../../../../base-modal/esm';
|
|
8
8
|
|
|
9
9
|
var styles = {"footer":"side-panel__footer_3r0he","sticky":"side-panel__sticky_3r0he","highlighted":"side-panel__highlighted_3r0he"};
|
|
@@ -6,7 +6,7 @@ import '../../../../shared/esm';
|
|
|
6
6
|
import '../../Context.js';
|
|
7
7
|
import '../../../../base-modal/esm';
|
|
8
8
|
import '../../ResponsiveContext.js';
|
|
9
|
-
import '../../layout.module-
|
|
9
|
+
import '../../layout.module-6401ff1a.js';
|
|
10
10
|
|
|
11
11
|
var styles = {"footer":"side-panel__footer_46jp2","sticky":"side-panel__sticky_46jp2"};
|
|
12
12
|
require('./mobile.css');
|
|
@@ -58,15 +58,14 @@
|
|
|
58
58
|
--side-panel-header-mobile-font-weight: 600;
|
|
59
59
|
|
|
60
60
|
/* paddings */
|
|
61
|
-
--side-panel-header-mobile-
|
|
62
|
-
--side-panel-header-mobile-paddings: var(--side-panel-header-mobile-vertical-padding) var(--gap-8);
|
|
61
|
+
--side-panel-header-mobile-paddings: var(--gap-4) var(--gap-8);
|
|
63
62
|
}
|
|
64
63
|
.side-panel__header_5r59f {
|
|
65
64
|
padding: var(--side-panel-header-mobile-paddings)
|
|
66
65
|
}
|
|
67
66
|
@media (display-mode: standalone) {
|
|
68
67
|
.side-panel__header_5r59f {
|
|
69
|
-
padding-top:
|
|
68
|
+
padding-top: var(--sat)
|
|
70
69
|
}
|
|
71
70
|
}
|
|
72
71
|
.side-panel__sticky_5r59f {
|
|
@@ -13,7 +13,7 @@ import '../components/content/Component.js';
|
|
|
13
13
|
import '../../../shared/esm';
|
|
14
14
|
import '../Context.js';
|
|
15
15
|
import '../../../base-modal/esm';
|
|
16
|
-
import '../layout.module-
|
|
16
|
+
import '../layout.module-6401ff1a.js';
|
|
17
17
|
import '../components/footer/Component.js';
|
|
18
18
|
import '../../../navigation-bar-private/esm';
|
|
19
19
|
|
|
@@ -9,7 +9,7 @@ import '../../../drawer/esm';
|
|
|
9
9
|
import '../components/controls/Component.js';
|
|
10
10
|
import '../../../shared/esm';
|
|
11
11
|
import '../ResponsiveContext.js';
|
|
12
|
-
import '../layout.module-
|
|
12
|
+
import '../layout.module-6401ff1a.js';
|
|
13
13
|
import '../components/header/Component.js';
|
|
14
14
|
import '../../../navigation-bar-private/esm';
|
|
15
15
|
import '../consts.js';
|
package/side-panel/esm/index.js
CHANGED
|
@@ -19,6 +19,6 @@ import '../../mq/esm';
|
|
|
19
19
|
import '../../navigation-bar-private/esm';
|
|
20
20
|
import '../../shared/esm';
|
|
21
21
|
import './Context.js';
|
|
22
|
-
import './layout.module-
|
|
22
|
+
import './layout.module-6401ff1a.js';
|
|
23
23
|
import './components/content/Component.js';
|
|
24
24
|
import './components/footer/Component.js';
|
|
@@ -10,7 +10,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
|
|
|
10
10
|
import '../components/content/Component.js';
|
|
11
11
|
import '../../../shared/esm';
|
|
12
12
|
import '../Context.js';
|
|
13
|
-
import '../layout.module-
|
|
13
|
+
import '../layout.module-6401ff1a.js';
|
|
14
14
|
import '../components/footer/Component.js';
|
|
15
15
|
import '../../../navigation-bar-private/esm';
|
|
16
16
|
import '../consts.js';
|
|
@@ -9,7 +9,7 @@ import '../../../base-modal/esm';
|
|
|
9
9
|
import '../components/controls/Component.js';
|
|
10
10
|
import '../../../shared/esm';
|
|
11
11
|
import '../ResponsiveContext.js';
|
|
12
|
-
import '../layout.module-
|
|
12
|
+
import '../layout.module-6401ff1a.js';
|
|
13
13
|
import '../components/content/Component.js';
|
|
14
14
|
import '../Context.js';
|
|
15
15
|
import '../components/footer/Component.js';
|
|
@@ -7,7 +7,7 @@ import { SidePanelMobile } from './mobile/Component.mobile.js';
|
|
|
7
7
|
import { ResponsiveContext } from './ResponsiveContext.js';
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import '../../shared/modern';
|
|
10
|
-
import './layout.module-
|
|
10
|
+
import './layout.module-dbf00e6f.js';
|
|
11
11
|
import '../../navigation-bar-private/modern';
|
|
12
12
|
import './consts.js';
|
|
13
13
|
import './Context.js';
|
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { getDataTestId } from '../../../../shared/modern';
|
|
4
4
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
5
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
5
|
+
import { l as layoutStyles } from '../../layout.module-dbf00e6f.js';
|
|
6
6
|
|
|
7
7
|
const styles = {"component":"side-panel__component_z54vo"};
|
|
8
8
|
require('./index.css');
|
|
@@ -6,7 +6,7 @@ import '../../../../shared/modern';
|
|
|
6
6
|
import '../../Context.js';
|
|
7
7
|
import '../../../../base-modal/modern';
|
|
8
8
|
import '../../ResponsiveContext.js';
|
|
9
|
-
import '../../layout.module-
|
|
9
|
+
import '../../layout.module-dbf00e6f.js';
|
|
10
10
|
|
|
11
11
|
const styles = {"sticky":"side-panel__sticky_tq1ay","size-500":"side-panel__size-500_tq1ay"};
|
|
12
12
|
require('./desktop.css');
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { getDataTestId } from '../../../../shared/modern';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
6
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
6
|
+
import { l as layoutStyles } from '../../layout.module-dbf00e6f.js';
|
|
7
7
|
import '../../../../base-modal/modern';
|
|
8
8
|
|
|
9
9
|
const styles = {"footer":"side-panel__footer_3r0he","sticky":"side-panel__sticky_3r0he","highlighted":"side-panel__highlighted_3r0he"};
|