@alfalab/core-components 48.22.1-beta.1 → 48.22.1-beta.3
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/accordion/cssm/hooks/useMeasureHeight.js +2 -0
- package/accordion/esm/hooks/useMeasureHeight.js +3 -1
- package/accordion/hooks/useMeasureHeight.js +2 -0
- package/accordion/modern/hooks/useMeasureHeight.js +3 -1
- package/accordion/moderncssm/hooks/useMeasureHeight.js +3 -1
- 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.js +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/calendar/moderncssm/Component.responsive.d.ts +1 -1
- package/calendar/moderncssm/components/calendar-mobile/Component.d.ts +1 -1
- package/calendar/moderncssm/components/calendar-mobile/calendarMonthOnlyView.d.ts +1 -1
- package/calendar-input/modern/components/calendar-input/Component.d.ts +1 -1
- package/checkbox-group/components/base-checkbox-group/Component.d.ts +2 -4
- package/checkbox-group/components/base-checkbox-group/Component.js +5 -7
- package/checkbox-group/cssm/components/base-checkbox-group/Component.d.ts +2 -4
- package/checkbox-group/cssm/components/base-checkbox-group/Component.js +5 -7
- package/checkbox-group/esm/components/base-checkbox-group/Component.d.ts +2 -4
- package/checkbox-group/esm/components/base-checkbox-group/Component.js +6 -8
- package/checkbox-group/modern/components/base-checkbox-group/Component.d.ts +2 -4
- package/checkbox-group/modern/components/base-checkbox-group/Component.js +6 -8
- package/checkbox-group/moderncssm/components/base-checkbox-group/Component.d.ts +2 -4
- package/checkbox-group/moderncssm/components/base-checkbox-group/Component.js +6 -8
- 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/components/content/components/content-subtitle/content-subtitle.js +1 -1
- package/file-upload-item/components/status-control/status-control.js +1 -1
- package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.js +1 -1
- package/file-upload-item/cssm/components/status-control/status-control.js +1 -1
- package/file-upload-item/esm/Component.js +2 -2
- 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/components/content/components/content-subtitle/content-subtitle.js +1 -1
- package/file-upload-item/esm/components/status-control/index.js +1 -1
- package/file-upload-item/esm/components/status-control/status-control.js +1 -1
- package/file-upload-item/esm/index.js +2 -2
- package/file-upload-item/modern/Component.js +2 -2
- 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/components/content/components/content-subtitle/content-subtitle.js +1 -1
- package/file-upload-item/modern/components/status-control/index.js +1 -1
- package/file-upload-item/modern/components/status-control/status-control.js +1 -1
- package/file-upload-item/modern/index.js +2 -2
- package/file-upload-item/moderncssm/Component.js +1 -1
- package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.js +1 -1
- package/file-upload-item/moderncssm/components/status-control/index.js +1 -1
- package/file-upload-item/moderncssm/components/status-control/status-control.js +1 -1
- package/file-upload-item/moderncssm/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/components/image-viewer/video/index.js +1 -1
- package/gallery/cssm/components/image-viewer/video/index.js +1 -1
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/image-viewer/component.js +2 -2
- package/gallery/esm/components/image-viewer/hooks.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +2 -2
- package/gallery/esm/components/image-viewer/single.js +2 -2
- package/gallery/esm/components/image-viewer/slide.js +2 -2
- package/gallery/esm/components/image-viewer/video/index.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/image-viewer/component.js +2 -2
- package/gallery/modern/components/image-viewer/hooks.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +2 -2
- package/gallery/modern/components/image-viewer/single.js +2 -2
- package/gallery/modern/components/image-viewer/slide.js +2 -2
- package/gallery/modern/components/image-viewer/video/index.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/index.js +2 -2
- package/gallery/moderncssm/Component.js +1 -1
- package/gallery/moderncssm/components/image-viewer/component.js +1 -1
- package/gallery/moderncssm/components/image-viewer/index.js +1 -1
- package/gallery/moderncssm/components/image-viewer/single.js +1 -1
- package/gallery/moderncssm/components/image-viewer/slide.js +1 -1
- package/gallery/moderncssm/components/image-viewer/video/index.js +1 -1
- package/gallery/moderncssm/components/index.js +1 -1
- package/gallery/moderncssm/index.js +1 -1
- package/icon-view/components/base-shape/component.d.ts +0 -1
- package/icon-view/components/base-shape/component.js +3 -4
- package/icon-view/cssm/components/base-shape/component.d.ts +0 -1
- package/icon-view/cssm/components/base-shape/component.js +3 -4
- package/icon-view/esm/components/base-shape/component.d.ts +0 -1
- package/icon-view/esm/components/base-shape/component.js +3 -4
- package/icon-view/modern/components/base-shape/component.d.ts +0 -1
- package/icon-view/modern/components/base-shape/component.js +1 -1
- package/icon-view/moderncssm/components/base-shape/component.d.ts +0 -1
- package/icon-view/moderncssm/components/base-shape/component.js +1 -1
- package/international-phone-input/Component.responsive.d.ts +2 -0
- package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -0
- package/international-phone-input/components/base-international-phone-input/Component.js +1 -1
- package/international-phone-input/components/country-select/Component.js +13 -5
- package/international-phone-input/components/country-select/index.css +8 -3
- package/international-phone-input/components/select-field/component.js +3 -12
- package/international-phone-input/components/select-field/index.css +1 -2
- package/international-phone-input/consts.d.ts +12 -1
- package/international-phone-input/consts.js +12 -0
- package/international-phone-input/cssm/Component.responsive.d.ts +2 -0
- package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -0
- package/international-phone-input/cssm/components/base-international-phone-input/Component.js +1 -1
- package/international-phone-input/cssm/components/country-select/Component.js +12 -4
- package/international-phone-input/cssm/components/country-select/index.module.css +8 -3
- package/international-phone-input/cssm/components/select-field/component.js +2 -11
- package/international-phone-input/cssm/components/select-field/index.module.css +1 -2
- package/international-phone-input/cssm/consts.d.ts +12 -1
- package/international-phone-input/cssm/consts.js +12 -0
- package/international-phone-input/cssm/types.d.ts +5 -0
- package/international-phone-input/esm/Component.responsive.d.ts +2 -0
- package/international-phone-input/esm/Component.responsive.js +1 -1
- package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -0
- package/international-phone-input/esm/components/base-international-phone-input/Component.js +2 -2
- package/international-phone-input/esm/components/base-international-phone-input/index.js +1 -1
- package/international-phone-input/esm/components/country-select/Component.js +12 -6
- package/international-phone-input/esm/components/country-select/index.css +8 -3
- package/international-phone-input/esm/components/country-select/index.js +2 -1
- package/international-phone-input/esm/components/select-field/component.js +2 -11
- package/international-phone-input/esm/components/select-field/index.css +1 -2
- package/international-phone-input/esm/components/select-field/index.js +1 -0
- package/international-phone-input/esm/consts.d.ts +12 -1
- package/international-phone-input/esm/consts.js +12 -1
- package/international-phone-input/esm/desktop/Component.desktop.js +1 -1
- package/international-phone-input/esm/desktop/index.js +1 -1
- package/international-phone-input/esm/index.js +1 -1
- package/international-phone-input/esm/mobile/Component.mobile.js +1 -1
- package/international-phone-input/esm/mobile/index.js +1 -1
- package/international-phone-input/esm/types.d.ts +5 -0
- package/international-phone-input/modern/Component.responsive.d.ts +2 -0
- package/international-phone-input/modern/Component.responsive.js +1 -1
- package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -0
- package/international-phone-input/modern/components/base-international-phone-input/Component.js +2 -2
- package/international-phone-input/modern/components/base-international-phone-input/index.js +1 -1
- package/international-phone-input/modern/components/country-select/Component.js +12 -6
- package/international-phone-input/modern/components/country-select/index.css +8 -3
- package/international-phone-input/modern/components/country-select/index.js +2 -1
- package/international-phone-input/modern/components/select-field/component.js +2 -11
- package/international-phone-input/modern/components/select-field/index.css +1 -2
- package/international-phone-input/modern/components/select-field/index.js +1 -0
- package/international-phone-input/modern/consts.d.ts +12 -1
- package/international-phone-input/modern/consts.js +12 -1
- package/international-phone-input/modern/desktop/Component.desktop.js +1 -1
- package/international-phone-input/modern/desktop/index.js +1 -1
- package/international-phone-input/modern/index.js +1 -1
- package/international-phone-input/modern/mobile/Component.mobile.js +1 -1
- package/international-phone-input/modern/mobile/index.js +1 -1
- package/international-phone-input/modern/types.d.ts +5 -0
- package/international-phone-input/modern/typings-d515b24c.d.ts +11 -559
- package/international-phone-input/moderncssm/Component.responsive.d.ts +2 -0
- package/international-phone-input/moderncssm/Component.responsive.js +1 -1
- package/international-phone-input/moderncssm/components/base-international-phone-input/Component.d.ts +1 -0
- package/international-phone-input/moderncssm/components/base-international-phone-input/Component.js +2 -2
- package/international-phone-input/moderncssm/components/base-international-phone-input/index.js +1 -1
- package/international-phone-input/moderncssm/components/country-select/Component.js +11 -5
- package/international-phone-input/moderncssm/components/country-select/index.js +2 -1
- package/international-phone-input/moderncssm/components/country-select/index.module.css +6 -1
- package/international-phone-input/moderncssm/components/select-field/component.js +1 -10
- package/international-phone-input/moderncssm/components/select-field/index.js +1 -0
- package/international-phone-input/moderncssm/components/select-field/index.module.css +0 -1
- package/international-phone-input/moderncssm/consts.d.ts +12 -1
- package/international-phone-input/moderncssm/consts.js +12 -1
- package/international-phone-input/moderncssm/desktop/Component.desktop.js +1 -1
- package/international-phone-input/moderncssm/desktop/index.js +1 -1
- package/international-phone-input/moderncssm/index.js +1 -1
- package/international-phone-input/moderncssm/mobile/Component.mobile.js +1 -1
- package/international-phone-input/moderncssm/mobile/index.js +1 -1
- package/international-phone-input/moderncssm/types.d.ts +5 -0
- package/international-phone-input/types.d.ts +5 -0
- package/international-phone-input/typings-d515b24c.d.ts +559 -11
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/notification/cssm/utils/getNotificationTestIds.js +3 -1
- package/notification/esm/utils/getNotificationTestIds.js +3 -1
- package/notification/modern/utils/getNotificationTestIds.js +3 -1
- package/notification/moderncssm/utils/getNotificationTestIds.js +3 -1
- package/notification/utils/getNotificationTestIds.js +3 -1
- package/package.json +2 -2
- package/password-input/component.d.ts +0 -14
- package/password-input/component.js +6 -8
- package/password-input/cssm/component.d.ts +0 -14
- package/password-input/cssm/component.js +6 -8
- package/password-input/esm/component.d.ts +0 -14
- package/password-input/esm/component.js +6 -8
- package/password-input/modern/component.d.ts +0 -14
- package/password-input/modern/component.js +5 -7
- package/password-input/moderncssm/component.d.ts +0 -14
- package/password-input/moderncssm/component.js +5 -7
- package/picker-button/cssm/index-11f20b2e.d.ts +2 -2
- package/picker-button/esm/index-11f20b2e.d.ts +2 -2
- package/picker-button/index-11f20b2e.d.ts +2 -2
- package/picker-button/modern/index-11f20b2e.d.ts +2 -2
- package/picker-button/moderncssm/Component-c44170fe.d.ts +2 -2
- package/picker-button/moderncssm/index-11f20b2e.d.ts +2 -2
- package/picker-button/moderncssm/transformSize-ebda875c.d.ts +1 -1
- package/plate/components/base-plate/Component.js +1 -1
- package/plate/cssm/components/base-plate/Component.js +1 -1
- package/plate/cssm/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
- package/plate/cssm/utils.js +1 -1
- package/plate/{esm/warning-f767f1d8.d.ts → cssm/warning-9845719a.d.ts} +4 -1
- package/plate/cssm/{warning-f6e0ddce.js → warning-9845719a.js} +3 -0
- package/plate/esm/Component.responsive.js +1 -1
- package/plate/esm/components/base-plate/Component.js +1 -1
- package/plate/esm/components/base-plate/index.js +1 -1
- package/plate/esm/desktop/Component.desktop.js +1 -1
- package/plate/esm/desktop/index.js +1 -1
- package/plate/esm/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
- package/plate/esm/index.js +1 -1
- package/plate/esm/mobile/Component.mobile.js +1 -1
- package/plate/esm/mobile/index.js +1 -1
- package/plate/esm/shared/index.js +1 -1
- package/plate/esm/utils.js +1 -1
- package/plate/{modern/warning-8ef1cad9.d.ts → esm/warning-5cc6af8a.d.ts} +4 -1
- package/plate/esm/{warning-f767f1d8.js → warning-5cc6af8a.js} +3 -0
- package/plate/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
- package/plate/modern/Component.responsive.js +1 -1
- package/plate/modern/components/base-plate/Component.js +1 -1
- package/plate/modern/components/base-plate/index.js +1 -1
- package/plate/modern/desktop/Component.desktop.js +1 -1
- package/plate/modern/desktop/index.js +1 -1
- package/plate/modern/{index-7a60c8a5.d.ts → index-7f6b04c5.d.ts} +2 -1
- package/plate/modern/index.js +1 -1
- package/plate/modern/mobile/Component.mobile.js +1 -1
- package/plate/modern/mobile/index.js +1 -1
- package/plate/modern/shared/index.js +1 -1
- package/plate/modern/utils.js +1 -1
- package/plate/{cssm/warning-f6e0ddce.d.ts → modern/warning-ddcfdd3c.d.ts} +4 -1
- package/plate/modern/{warning-8ef1cad9.js → warning-ddcfdd3c.js} +3 -0
- package/plate/moderncssm/Component.responsive.js +1 -1
- package/plate/moderncssm/components/base-plate/Component.js +1 -1
- package/plate/moderncssm/components/base-plate/index.js +1 -1
- package/plate/moderncssm/desktop/Component.desktop.js +1 -1
- package/plate/moderncssm/desktop/index.js +1 -1
- package/plate/moderncssm/index-7f6b04c5.d.ts +88 -0
- package/plate/moderncssm/index.js +1 -1
- package/plate/moderncssm/mobile/Component.mobile.js +1 -1
- package/plate/moderncssm/mobile/index.js +1 -1
- package/plate/moderncssm/shared/index.js +1 -1
- package/plate/moderncssm/utils.js +1 -1
- package/plate/moderncssm/{warning-3ebece2f.d.ts → warning-d26c81e4.d.ts} +4 -1
- package/plate/moderncssm/{warning-3ebece2f.js → warning-d26c81e4.js} +3 -0
- package/plate/utils.js +1 -1
- package/plate/warning-030b2408.d.ts +22 -0
- package/plate/{warning-bde58dcf.js → warning-030b2408.js} +3 -0
- package/portal/Component.d.ts +1 -1
- package/portal/cssm/Component.d.ts +1 -1
- package/portal/cssm/hooks/usePortalContainer.d.ts +1 -1
- package/portal/cssm/hooks/usePortalContainer.js +5 -4
- package/portal/esm/Component.d.ts +1 -1
- package/portal/esm/Component.js +1 -1
- package/portal/esm/hooks/usePortalContainer.d.ts +1 -1
- package/portal/esm/hooks/usePortalContainer.js +5 -4
- package/portal/esm/index.js +1 -1
- package/portal/hooks/usePortalContainer.d.ts +1 -1
- package/portal/hooks/usePortalContainer.js +5 -4
- package/portal/modern/Component.d.ts +1 -1
- package/portal/modern/Component.js +1 -1
- package/portal/modern/hooks/usePortalContainer.d.ts +1 -1
- package/portal/modern/hooks/usePortalContainer.js +5 -4
- package/portal/modern/index.js +1 -1
- package/portal/moderncssm/Component.d.ts +1 -1
- package/portal/moderncssm/Component.js +1 -1
- package/portal/moderncssm/hooks/usePortalContainer.d.ts +1 -1
- package/portal/moderncssm/hooks/usePortalContainer.js +5 -4
- package/portal/moderncssm/index.js +1 -1
- package/pure-cell/component-fb05ccb7.d.ts +5 -5
- 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-option/Component.js +5 -4
- package/select/components/base-option/index.css +7 -2
- package/select/components/base-select/Component.js +4 -3
- 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/components/base-select/index.css +7 -2
- package/select/components/optgroup/Component.js +1 -1
- package/select/components/optgroup/index.css +1 -2
- package/select/components/option/desktop/index.css +2 -3
- package/select/components/option/mobile/index.css +2 -3
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.css +1 -2
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.css +1 -2
- package/select/cssm/components/base-option/Component.js +4 -3
- package/select/cssm/components/base-option/index.module.css +7 -2
- package/select/cssm/components/base-select/Component.js +2 -1
- package/select/cssm/components/base-select/index.module.css +7 -2
- package/select/cssm/components/optgroup/index.module.css +1 -2
- package/select/cssm/components/option/desktop/index.module.css +2 -3
- package/select/cssm/components/option/index.module.css +2 -3
- package/select/cssm/components/option/mobile/index.module.css +2 -3
- package/select/cssm/components/options-list/index.module.css +1 -2
- package/select/cssm/components/virtual-options-list/index.module.css +1 -2
- package/select/cssm/{hook-928265a3.js → hook-bb149630.js} +3 -3
- package/select/cssm/mobile/Component.mobile.js +1 -1
- package/select/cssm/presets/index.js +1 -1
- package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -2
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +6 -2
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +6 -2
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +7 -3
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/cssm/shared/index.js +1 -1
- package/select/esm/Component.responsive.js +4 -4
- package/select/esm/components/base-option/Component.js +5 -4
- package/select/esm/components/base-option/index.css +7 -2
- package/select/esm/components/base-option/index.js +1 -0
- package/select/esm/components/base-select/Component.js +4 -3
- 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.css +7 -2
- package/select/esm/components/base-select/index.js +3 -2
- package/select/esm/components/index.js +3 -3
- package/select/esm/components/optgroup/Component.js +1 -1
- package/select/esm/components/optgroup/index.css +1 -2
- package/select/esm/components/option/desktop/index.css +2 -3
- package/select/esm/components/option/mobile/index.css +2 -3
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.css +1 -2
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.css +1 -2
- package/select/esm/desktop/Component.desktop.js +3 -3
- package/select/esm/desktop/index.js +3 -3
- package/select/esm/{hook-a86d4ea0.js → hook-975eda46.js} +3 -3
- package/select/esm/index.js +4 -4
- package/select/esm/{list-popover-desktop-accfa1d8.js → list-popover-desktop-42f1e1b8.js} +1 -1
- package/select/esm/mobile/Component.mobile.js +4 -4
- package/select/esm/mobile/Component.modal.mobile.js +4 -4
- package/select/esm/mobile/index.js +4 -4
- 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/footer/Component.d.ts +3 -2
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -2
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +7 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -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 +1 -1
- package/select/esm/shared/index.js +3 -3
- package/select/{hook-3f7d2353.js → hook-4af6f85f.js} +3 -3
- package/select/{list-popover-desktop-7f38f5d9.js → list-popover-desktop-668b6105.js} +1 -1
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +4 -4
- package/select/modern/components/base-option/Component.js +4 -3
- package/select/modern/components/base-option/index.css +7 -2
- package/select/modern/components/base-option/index.js +1 -0
- package/select/modern/components/base-select/Component.js +4 -3
- 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.css +7 -2
- package/select/modern/components/base-select/index.js +3 -2
- package/select/modern/components/index.js +3 -3
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +1 -2
- package/select/modern/components/option/desktop/index.css +2 -3
- package/select/modern/components/option/mobile/index.css +2 -3
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.css +1 -2
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +1 -2
- package/select/modern/desktop/Component.desktop.js +3 -3
- package/select/modern/desktop/index.js +3 -3
- package/select/modern/{hook-2469e477.js → hook-a397e0e3.js} +3 -3
- package/select/modern/index.js +4 -4
- package/select/modern/{list-popover-desktop-d28ccb35.js → list-popover-desktop-3f79e255.js} +1 -1
- package/select/modern/mobile/Component.mobile.js +4 -4
- package/select/modern/mobile/Component.modal.mobile.js +4 -4
- package/select/modern/mobile/index.js +4 -4
- 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/footer/Component.d.ts +3 -2
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -2
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +6 -2
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -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 +1 -1
- package/select/modern/shared/index.js +3 -3
- package/select/moderncssm/Component.responsive.js +2 -2
- package/select/moderncssm/components/base-option/Component.js +3 -2
- package/select/moderncssm/components/base-option/index.js +1 -0
- package/select/moderncssm/components/base-option/index.module.css +7 -0
- package/select/moderncssm/components/base-select/Component.js +2 -1
- package/select/moderncssm/components/base-select/index.js +1 -0
- package/select/moderncssm/components/base-select/index.module.css +4 -0
- package/select/moderncssm/components/index.js +1 -1
- package/select/moderncssm/components/optgroup/index.module.css +0 -1
- package/select/moderncssm/components/option/desktop/index.module.css +1 -2
- package/select/moderncssm/components/option/index.module.css +1 -2
- package/select/moderncssm/components/option/mobile/index.module.css +1 -2
- package/select/moderncssm/components/options-list/index.module.css +0 -1
- package/select/moderncssm/components/virtual-options-list/index.module.css +0 -1
- package/select/moderncssm/desktop/Component.desktop.js +1 -1
- package/select/moderncssm/desktop/index.js +1 -1
- package/select/moderncssm/{hook-0c8b8277.js → hook-fc2403e7.js} +3 -3
- package/select/moderncssm/index.js +2 -2
- package/select/moderncssm/mobile/Component.mobile.js +2 -2
- package/select/moderncssm/mobile/Component.modal.mobile.js +2 -2
- package/select/moderncssm/mobile/index.js +2 -2
- package/select/moderncssm/presets/index.js +1 -1
- package/select/moderncssm/presets/useSelectWithApply/hook.js +1 -1
- package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -2
- package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
- package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +4 -2
- package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +3 -0
- package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
- package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +5 -1
- package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +5 -1
- package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/moderncssm/shared/index.js +1 -1
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +6 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -2
- package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
- package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +7 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/select-with-tags/Component.responsive.d.ts +1 -1
- package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
- package/shared/context/PortalContext/PortalContext.d.ts +4 -0
- package/shared/context/PortalContext/PortalContext.js +7 -0
- package/shared/context/PortalContext/index.d.ts +1 -0
- package/shared/context/PortalContext/index.js +7 -0
- package/shared/cssm/context/PortalContext/PortalContext.d.ts +4 -0
- package/shared/cssm/context/PortalContext/PortalContext.js +7 -0
- package/shared/cssm/context/PortalContext/index.d.ts +1 -0
- package/shared/cssm/context/PortalContext/index.js +7 -0
- package/shared/cssm/index.d.ts +1 -0
- package/shared/cssm/index.js +2 -0
- package/shared/esm/context/PortalContext/PortalContext.d.ts +4 -0
- package/shared/esm/context/PortalContext/PortalContext.js +5 -0
- package/shared/esm/context/PortalContext/index.d.ts +1 -0
- package/shared/esm/context/PortalContext/index.js +2 -0
- package/shared/esm/index.d.ts +1 -0
- package/shared/esm/index.js +1 -0
- package/shared/index.d.ts +1 -0
- package/shared/index.js +2 -0
- package/shared/modern/context/PortalContext/PortalContext.d.ts +4 -0
- package/shared/modern/context/PortalContext/PortalContext.js +5 -0
- package/shared/modern/context/PortalContext/index.d.ts +1 -0
- package/shared/modern/context/PortalContext/index.js +2 -0
- package/shared/modern/index.d.ts +1 -0
- package/shared/modern/index.js +1 -0
- package/shared/moderncssm/context/PortalContext/PortalContext.d.ts +4 -0
- package/shared/moderncssm/context/PortalContext/PortalContext.js +5 -0
- package/shared/moderncssm/context/PortalContext/index.d.ts +1 -0
- package/shared/moderncssm/context/PortalContext/index.js +2 -0
- package/shared/moderncssm/index.d.ts +1 -0
- package/shared/moderncssm/index.js +1 -0
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/desktop/Component.desktop.js +1 -1
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile/Component.mobile.js +1 -1
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/desktop/Component.desktop.js +1 -1
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/mobile/Component.mobile.js +1 -1
- package/side-panel/modern/mobile/index.js +1 -1
- package/spinner/cssm/index.module.css +0 -1
- package/spinner/esm/index.css +0 -1
- package/spinner/index.css +0 -1
- package/spinner/modern/index.css +0 -1
- package/spinner/moderncssm/index.module.css +0 -1
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile/index.js +2 -2
- package/tag/moderncssm/components/base-tag/Component.d.ts +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +216 -77
- 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/universal-date-input/cssm/index-5712fce2.d.ts +2 -2
- package/universal-date-input/esm/index-5712fce2.d.ts +2 -2
- package/universal-date-input/index-5712fce2.d.ts +2 -2
- package/universal-date-input/modern/index-5712fce2.d.ts +2 -2
- package/universal-date-input/moderncssm/index-5712fce2.d.ts +2 -2
- package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/Component.responsive.js +1 -1
- package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/components/header/index.js +1 -1
- package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/esm/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/desktop/index.js +1 -1
- package/universal-modal/esm/index.js +1 -1
- package/universal-modal/esm/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/mobile/index.js +1 -1
- package/universal-modal/modern/Component.responsive.js +1 -1
- package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/components/header/index.js +1 -1
- package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/modern/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/desktop/index.js +1 -1
- package/universal-modal/modern/index.js +1 -1
- package/universal-modal/modern/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/mobile/index.js +1 -1
- package/plate/moderncssm/index-7a60c8a5.d.ts +0 -87
- package/plate/warning-bde58dcf.d.ts +0 -19
- /package/calendar/{calendarMonthOnlyView-68895ac5.d.ts → calendarMonthOnlyView-4b08bdf0.d.ts} +0 -0
- /package/calendar/{calendarMonthOnlyView-68895ac5.js → calendarMonthOnlyView-4b08bdf0.js} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-c15c0f96.d.ts → calendarMonthOnlyView-ed62adc4.d.ts} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-c15c0f96.js → calendarMonthOnlyView-ed62adc4.js} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-cad0fb64.d.ts → calendarMonthOnlyView-c5271ea5.d.ts} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-cad0fb64.js → calendarMonthOnlyView-c5271ea5.js} +0 -0
- /package/confirmation/{countdown-section-be147762.d.ts → countdown-section-b36544f6.d.ts} +0 -0
- /package/confirmation/{countdown-section-be147762.js → countdown-section-b36544f6.js} +0 -0
- /package/confirmation/esm/{countdown-section-207b2a66.d.ts → countdown-section-dee14f72.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-207b2a66.js → countdown-section-dee14f72.js} +0 -0
- /package/confirmation/modern/{countdown-section-de1af13c.d.ts → countdown-section-3774f897.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-de1af13c.js → countdown-section-3774f897.js} +0 -0
- /package/file-upload-item/{actions-control.module-14aff47d.js → actions-control.module-25c4d2fd.js} +0 -0
- /package/file-upload-item/esm/{actions-control.module-75e28cb8.js → actions-control.module-5079160b.js} +0 -0
- /package/file-upload-item/modern/{actions-control.module-49ef3478.js → actions-control.module-5987c1de.js} +0 -0
- /package/gallery/esm/{hooks-6cc357f3.d.ts → hooks-63c5334a.d.ts} +0 -0
- /package/gallery/esm/{hooks-6cc357f3.js → hooks-63c5334a.js} +0 -0
- /package/gallery/{hooks-704efc4e.d.ts → hooks-1e52b56a.d.ts} +0 -0
- /package/gallery/{hooks-704efc4e.js → hooks-1e52b56a.js} +0 -0
- /package/gallery/modern/{hooks-3c3bf105.d.ts → hooks-f32cd56c.d.ts} +0 -0
- /package/gallery/modern/{hooks-3c3bf105.js → hooks-f32cd56c.js} +0 -0
- /package/international-phone-input/{index-235f6347.d.ts → modern/index-235f6347.d.ts} +0 -0
- /package/international-phone-input/{types-464d40a4.d.ts → modern/types-464d40a4.d.ts} +0 -0
- /package/modal/esm/{layout.module-37d03953.js → layout.module-032a7797.js} +0 -0
- /package/modal/{layout.module-533411da.js → layout.module-f58f9b14.js} +0 -0
- /package/modal/modern/{layout.module-c1966482.js → layout.module-2df1665b.js} +0 -0
- /package/pure-cell/{component-1c819738.d.ts → component-f82df88b.d.ts} +0 -0
- /package/pure-cell/{component-1c819738.js → component-f82df88b.js} +0 -0
- /package/pure-cell/esm/{component-9df426a9.d.ts → component-e1bd7cac.d.ts} +0 -0
- /package/pure-cell/esm/{component-9df426a9.js → component-e1bd7cac.js} +0 -0
- /package/pure-cell/modern/{component-e1caad63.d.ts → component-e98fa1b8.d.ts} +0 -0
- /package/pure-cell/modern/{component-e1caad63.js → component-e98fa1b8.js} +0 -0
- /package/select/cssm/{hook-928265a3.d.ts → hook-bb149630.d.ts} +0 -0
- /package/select/esm/{hook-a86d4ea0.d.ts → hook-975eda46.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-accfa1d8.d.ts → list-popover-desktop-42f1e1b8.d.ts} +0 -0
- /package/select/esm/{mobile.module-96d746ff.js → mobile.module-cbccaab4.js} +0 -0
- /package/select/{hook-3f7d2353.d.ts → hook-4af6f85f.d.ts} +0 -0
- /package/select/{list-popover-desktop-7f38f5d9.d.ts → list-popover-desktop-668b6105.d.ts} +0 -0
- /package/select/{mobile.module-1da905c4.js → mobile.module-63335534.js} +0 -0
- /package/select/modern/{hook-2469e477.d.ts → hook-a397e0e3.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-d28ccb35.d.ts → list-popover-desktop-3f79e255.d.ts} +0 -0
- /package/select/modern/{mobile.module-f29c296f.js → mobile.module-d0d83567.js} +0 -0
- /package/select/moderncssm/{hook-0c8b8277.d.ts → hook-fc2403e7.d.ts} +0 -0
- /package/side-panel/esm/{layout.module-7e2996ed.js → layout.module-2af39679.js} +0 -0
- /package/side-panel/{layout.module-2756e016.js → layout.module-7fc5583a.js} +0 -0
- /package/side-panel/modern/{layout.module-108ea33c.js → layout.module-14ade204.js} +0 -0
- /package/tabs/esm/{index.module-3db742b2.js → index.module-4727f97e.js} +0 -0
- /package/tabs/esm/{index.module-cf779074.js → index.module-da2e30be.js} +0 -0
- /package/tabs/{index.module-faadd27c.js → index.module-7b4b5510.js} +0 -0
- /package/tabs/{index.module-fc7ff935.js → index.module-7ddbb45d.js} +0 -0
- /package/tabs/modern/{index.module-8c901e89.js → index.module-98af5c45.js} +0 -0
- /package/tabs/modern/{index.module-e6f80b3b.js → index.module-e8b3b734.js} +0 -0
- /package/typography/{colors.module-b523152e.js → colors.module-4d842520.js} +0 -0
- /package/typography/{common.module-c46a9cd2.js → common.module-0b25f4c2.js} +0 -0
- /package/typography/esm/{colors.module-0c526259.js → colors.module-8125185a.js} +0 -0
- /package/typography/esm/{common.module-f2017613.js → common.module-8ebc92e3.js} +0 -0
- /package/typography/modern/{colors.module-70c80581.js → colors.module-299e3cdd.js} +0 -0
- /package/typography/modern/{common.module-12f63476.js → common.module-98236469.js} +0 -0
- /package/universal-modal/esm/{index.module-15e00124.js → index.module-bf7c0863.js} +0 -0
- /package/universal-modal/{index.module-894e4741.js → index.module-bd5e6a0c.js} +0 -0
- /package/universal-modal/modern/{index.module-ded6b799.js → index.module-ce7105c0.js} +0 -0
|
@@ -13,7 +13,7 @@ import '../../../../code-input/esm/mobile';
|
|
|
13
13
|
import '../../../../link/esm';
|
|
14
14
|
import '../../../../typography/esm';
|
|
15
15
|
import '../header/component.js';
|
|
16
|
-
import '../../countdown-section-
|
|
16
|
+
import '../../countdown-section-dee14f72.js';
|
|
17
17
|
import '../../../../button/esm';
|
|
18
18
|
import '../../../../spinner/esm';
|
|
19
19
|
import '../screens/hint/component.js';
|
|
@@ -14,6 +14,6 @@ import '@alfalab/hooks';
|
|
|
14
14
|
import '../context.js';
|
|
15
15
|
import '../utils.js';
|
|
16
16
|
import './header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-dee14f72.js';
|
|
18
18
|
import '../../../button/esm';
|
|
19
19
|
import '../../../spinner/esm';
|
|
@@ -13,7 +13,7 @@ import '@alfalab/hooks';
|
|
|
13
13
|
import '../../context.js';
|
|
14
14
|
import '../../utils.js';
|
|
15
15
|
import '../header/component.js';
|
|
16
|
-
import '../../countdown-section-
|
|
16
|
+
import '../../countdown-section-dee14f72.js';
|
|
17
17
|
import '../../../../button/esm';
|
|
18
18
|
import '../../../../spinner/esm';
|
|
19
19
|
import '../countdown-loader/component.js';
|
|
@@ -8,7 +8,7 @@ import { Text } from '../../../../../typography/esm';
|
|
|
8
8
|
import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
|
|
9
9
|
import { ConfirmationContext } from '../../../context.js';
|
|
10
10
|
import { Header } from '../../header/component.js';
|
|
11
|
-
import { s as styles, C as CountdownSection } from '../../../countdown-section-
|
|
11
|
+
import { s as styles, C as CountdownSection } from '../../../countdown-section-dee14f72.js';
|
|
12
12
|
import '../../../utils.js';
|
|
13
13
|
import '../../../../../button/esm';
|
|
14
14
|
import '../../../../../spinner/esm';
|
|
@@ -4,5 +4,5 @@ import '../../../../../button/esm';
|
|
|
4
4
|
import '../../../../../spinner/esm';
|
|
5
5
|
import '../../../../../typography/esm';
|
|
6
6
|
import '../../../context.js';
|
|
7
|
-
export { C as CountdownSection } from '../../../countdown-section-
|
|
7
|
+
export { C as CountdownSection } from '../../../countdown-section-dee14f72.js';
|
|
8
8
|
import '../../../utils.js';
|
|
@@ -10,6 +10,6 @@ import '@alfalab/hooks';
|
|
|
10
10
|
import '../../../context.js';
|
|
11
11
|
import '../../../utils.js';
|
|
12
12
|
import '../../header/component.js';
|
|
13
|
-
import '../../../countdown-section-
|
|
13
|
+
import '../../../countdown-section-dee14f72.js';
|
|
14
14
|
import '../../../../../button/esm';
|
|
15
15
|
import '../../../../../spinner/esm';
|
|
@@ -13,7 +13,7 @@ import '../../../code-input/esm/mobile';
|
|
|
13
13
|
import '../../../link/esm';
|
|
14
14
|
import '../../../typography/esm';
|
|
15
15
|
import '../components/header/component.js';
|
|
16
|
-
import '../countdown-section-
|
|
16
|
+
import '../countdown-section-dee14f72.js';
|
|
17
17
|
import '../../../button/esm';
|
|
18
18
|
import '../../../spinner/esm';
|
|
19
19
|
import '../components/screens/hint/component.js';
|
|
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
|
|
|
14
14
|
import '../../../link/esm';
|
|
15
15
|
import '../../../typography/esm';
|
|
16
16
|
import '../components/header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-dee14f72.js';
|
|
18
18
|
import '../../../button/esm';
|
|
19
19
|
import '../../../spinner/esm';
|
|
20
20
|
import '../components/screens/hint/component.js';
|
|
@@ -16,7 +16,7 @@ import '../../code-input/esm/mobile';
|
|
|
16
16
|
import '../../link/esm';
|
|
17
17
|
import '../../typography/esm';
|
|
18
18
|
import './components/header/component.js';
|
|
19
|
-
import './countdown-section-
|
|
19
|
+
import './countdown-section-dee14f72.js';
|
|
20
20
|
import '../../button/esm';
|
|
21
21
|
import '../../spinner/esm';
|
|
22
22
|
import './components/screens/hint/component.js';
|
|
@@ -13,7 +13,7 @@ import '../../../code-input/esm/mobile';
|
|
|
13
13
|
import '../../../link/esm';
|
|
14
14
|
import '../../../typography/esm';
|
|
15
15
|
import '../components/header/component.js';
|
|
16
|
-
import '../countdown-section-
|
|
16
|
+
import '../countdown-section-dee14f72.js';
|
|
17
17
|
import '../../../button/esm';
|
|
18
18
|
import '../../../spinner/esm';
|
|
19
19
|
import '../components/screens/hint/component.js';
|
|
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
|
|
|
14
14
|
import '../../../link/esm';
|
|
15
15
|
import '../../../typography/esm';
|
|
16
16
|
import '../components/header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-dee14f72.js';
|
|
18
18
|
import '../../../button/esm';
|
|
19
19
|
import '../../../spinner/esm';
|
|
20
20
|
import '../components/screens/hint/component.js';
|
|
@@ -15,6 +15,6 @@ import '../../../link/esm';
|
|
|
15
15
|
import '../../../typography/esm';
|
|
16
16
|
import '@alfalab/hooks';
|
|
17
17
|
import '../components/header/component.js';
|
|
18
|
-
import '../countdown-section-
|
|
18
|
+
import '../countdown-section-dee14f72.js';
|
|
19
19
|
import '../../../button/esm';
|
|
20
20
|
import '../../../spinner/esm';
|
|
@@ -15,7 +15,7 @@ import '../../code-input/modern/mobile';
|
|
|
15
15
|
import '../../link/modern';
|
|
16
16
|
import '../../typography/modern';
|
|
17
17
|
import './components/header/component.js';
|
|
18
|
-
import './countdown-section-
|
|
18
|
+
import './countdown-section-3774f897.js';
|
|
19
19
|
import '../../button/modern';
|
|
20
20
|
import '../../spinner/modern';
|
|
21
21
|
import './components/screens/hint/component.js';
|
|
@@ -14,7 +14,7 @@ import '../../../../code-input/modern/mobile';
|
|
|
14
14
|
import '../../../../link/modern';
|
|
15
15
|
import '../../../../typography/modern';
|
|
16
16
|
import '../header/component.js';
|
|
17
|
-
import '../../countdown-section-
|
|
17
|
+
import '../../countdown-section-3774f897.js';
|
|
18
18
|
import '../../../../button/modern';
|
|
19
19
|
import '../../../../spinner/modern';
|
|
20
20
|
import '../countdown-loader/component.js';
|
|
@@ -12,7 +12,7 @@ import '../../../../code-input/modern/mobile';
|
|
|
12
12
|
import '../../../../link/modern';
|
|
13
13
|
import '../../../../typography/modern';
|
|
14
14
|
import '../header/component.js';
|
|
15
|
-
import '../../countdown-section-
|
|
15
|
+
import '../../countdown-section-3774f897.js';
|
|
16
16
|
import '../../../../button/modern';
|
|
17
17
|
import '../../../../spinner/modern';
|
|
18
18
|
import '../screens/hint/component.js';
|
|
@@ -14,6 +14,6 @@ import '@alfalab/hooks';
|
|
|
14
14
|
import '../context.js';
|
|
15
15
|
import '../utils.js';
|
|
16
16
|
import './header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-3774f897.js';
|
|
18
18
|
import '../../../button/modern';
|
|
19
19
|
import '../../../spinner/modern';
|
|
@@ -13,7 +13,7 @@ import '@alfalab/hooks';
|
|
|
13
13
|
import '../../context.js';
|
|
14
14
|
import '../../utils.js';
|
|
15
15
|
import '../header/component.js';
|
|
16
|
-
import '../../countdown-section-
|
|
16
|
+
import '../../countdown-section-3774f897.js';
|
|
17
17
|
import '../../../../button/modern';
|
|
18
18
|
import '../../../../spinner/modern';
|
|
19
19
|
import '../countdown-loader/component.js';
|
|
@@ -8,7 +8,7 @@ import { Text } from '../../../../../typography/modern';
|
|
|
8
8
|
import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
|
|
9
9
|
import { ConfirmationContext } from '../../../context.js';
|
|
10
10
|
import { Header } from '../../header/component.js';
|
|
11
|
-
import { s as styles, C as CountdownSection } from '../../../countdown-section-
|
|
11
|
+
import { s as styles, C as CountdownSection } from '../../../countdown-section-3774f897.js';
|
|
12
12
|
import '../../../utils.js';
|
|
13
13
|
import '../../../../../button/modern';
|
|
14
14
|
import '../../../../../spinner/modern';
|
|
@@ -4,5 +4,5 @@ import '../../../../../button/modern';
|
|
|
4
4
|
import '../../../../../spinner/modern';
|
|
5
5
|
import '../../../../../typography/modern';
|
|
6
6
|
import '../../../context.js';
|
|
7
|
-
export { C as CountdownSection } from '../../../countdown-section-
|
|
7
|
+
export { C as CountdownSection } from '../../../countdown-section-3774f897.js';
|
|
8
8
|
import '../../../utils.js';
|
|
@@ -10,6 +10,6 @@ import '@alfalab/hooks';
|
|
|
10
10
|
import '../../../context.js';
|
|
11
11
|
import '../../../utils.js';
|
|
12
12
|
import '../../header/component.js';
|
|
13
|
-
import '../../../countdown-section-
|
|
13
|
+
import '../../../countdown-section-3774f897.js';
|
|
14
14
|
import '../../../../../button/modern';
|
|
15
15
|
import '../../../../../spinner/modern';
|
|
@@ -12,7 +12,7 @@ import '../../../code-input/modern/mobile';
|
|
|
12
12
|
import '../../../link/modern';
|
|
13
13
|
import '../../../typography/modern';
|
|
14
14
|
import '../components/header/component.js';
|
|
15
|
-
import '../countdown-section-
|
|
15
|
+
import '../countdown-section-3774f897.js';
|
|
16
16
|
import '../../../button/modern';
|
|
17
17
|
import '../../../spinner/modern';
|
|
18
18
|
import '../components/screens/hint/component.js';
|
|
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
|
|
|
13
13
|
import '../../../link/modern';
|
|
14
14
|
import '../../../typography/modern';
|
|
15
15
|
import '../components/header/component.js';
|
|
16
|
-
import '../countdown-section-
|
|
16
|
+
import '../countdown-section-3774f897.js';
|
|
17
17
|
import '../../../button/modern';
|
|
18
18
|
import '../../../spinner/modern';
|
|
19
19
|
import '../components/screens/hint/component.js';
|
|
@@ -15,7 +15,7 @@ import '../../code-input/modern/mobile';
|
|
|
15
15
|
import '../../link/modern';
|
|
16
16
|
import '../../typography/modern';
|
|
17
17
|
import './components/header/component.js';
|
|
18
|
-
import './countdown-section-
|
|
18
|
+
import './countdown-section-3774f897.js';
|
|
19
19
|
import '../../button/modern';
|
|
20
20
|
import '../../spinner/modern';
|
|
21
21
|
import './components/screens/hint/component.js';
|
|
@@ -12,7 +12,7 @@ import '../../../code-input/modern/mobile';
|
|
|
12
12
|
import '../../../link/modern';
|
|
13
13
|
import '../../../typography/modern';
|
|
14
14
|
import '../components/header/component.js';
|
|
15
|
-
import '../countdown-section-
|
|
15
|
+
import '../countdown-section-3774f897.js';
|
|
16
16
|
import '../../../button/modern';
|
|
17
17
|
import '../../../spinner/modern';
|
|
18
18
|
import '../components/screens/hint/component.js';
|
|
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
|
|
|
13
13
|
import '../../../link/modern';
|
|
14
14
|
import '../../../typography/modern';
|
|
15
15
|
import '../components/header/component.js';
|
|
16
|
-
import '../countdown-section-
|
|
16
|
+
import '../countdown-section-3774f897.js';
|
|
17
17
|
import '../../../button/modern';
|
|
18
18
|
import '../../../spinner/modern';
|
|
19
19
|
import '../components/screens/hint/component.js';
|
|
@@ -15,6 +15,6 @@ import '../../../link/modern';
|
|
|
15
15
|
import '../../../typography/modern';
|
|
16
16
|
import '@alfalab/hooks';
|
|
17
17
|
import '../components/header/component.js';
|
|
18
|
-
import '../countdown-section-
|
|
18
|
+
import '../countdown-section-3774f897.js';
|
|
19
19
|
import '../../../button/modern';
|
|
20
20
|
import '../../../spinner/modern';
|
|
@@ -5,7 +5,7 @@ var context_fileUploadItemContext = require('../../context/file-upload-item-cont
|
|
|
5
5
|
var components_actionsControl_components_deleteButton_deleteButton = require('./components/delete-button/delete-button.js');
|
|
6
6
|
var components_actionsControl_components_downloadButton_downloadButton = require('./components/download-button/download-button.js');
|
|
7
7
|
var components_actionsControl_components_restoreButton_restoreButton = require('./components/restore-button/restore-button.js');
|
|
8
|
-
var actionsControl_module = require('../../actions-control.module-
|
|
8
|
+
var actionsControl_module = require('../../actions-control.module-25c4d2fd.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
package/file-upload-item/components/actions-control/components/delete-button/delete-button.js
CHANGED
|
@@ -4,7 +4,7 @@ var React = require('react');
|
|
|
4
4
|
var coreComponentsIconButton = require('../../../../../icon-button');
|
|
5
5
|
var CrossMIcon = require('@alfalab/icons-glyph/CrossMIcon');
|
|
6
6
|
var context_fileUploadItemContext = require('../../../../context/file-upload-item-context.js');
|
|
7
|
-
var actionsControl_module = require('../../../../actions-control.module-
|
|
7
|
+
var actionsControl_module = require('../../../../actions-control.module-25c4d2fd.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
10
|
|
package/file-upload-item/components/actions-control/components/download-button/download-button.js
CHANGED
|
@@ -4,7 +4,7 @@ var React = require('react');
|
|
|
4
4
|
var coreComponentsIconButton = require('../../../../../icon-button');
|
|
5
5
|
var ArrowDownLineDownCompactMIcon = require('@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon');
|
|
6
6
|
var context_fileUploadItemContext = require('../../../../context/file-upload-item-context.js');
|
|
7
|
-
var actionsControl_module = require('../../../../actions-control.module-
|
|
7
|
+
var actionsControl_module = require('../../../../actions-control.module-25c4d2fd.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
10
|
|
package/file-upload-item/components/actions-control/components/restore-button/restore-button.js
CHANGED
|
@@ -4,7 +4,7 @@ var React = require('react');
|
|
|
4
4
|
var coreComponentsIconButton = require('../../../../../icon-button');
|
|
5
5
|
var ArrowsCwCompactMIcon = require('@alfalab/icons-glyph/ArrowsCwCompactMIcon');
|
|
6
6
|
var context_fileUploadItemContext = require('../../../../context/file-upload-item-context.js');
|
|
7
|
-
var actionsControl_module = require('../../../../actions-control.module-
|
|
7
|
+
var actionsControl_module = require('../../../../actions-control.module-25c4d2fd.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
10
|
|
|
@@ -33,7 +33,7 @@ var ContentSubtitle = function () {
|
|
|
33
33
|
// uploading status
|
|
34
34
|
if (utils.isUploadingStatus(uploadStatus)) {
|
|
35
35
|
return (React__default.default.createElement(coreComponentsTypography.Text, { view: 'primary-small', color: 'secondary' },
|
|
36
|
-
"\u0417\u0430\u0433\u0440\u0443\
|
|
36
|
+
"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
|
|
37
37
|
'\u00A0',
|
|
38
38
|
Math.floor(validProgressBar),
|
|
39
39
|
"%"));
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
|
-
var superEllipse = require('
|
|
6
|
+
var superEllipse = require('@alfalab/core-components/icon-view/super-ellipse');
|
|
7
7
|
var const_progressBar = require('../../const/progress-bar.js');
|
|
8
8
|
var context_fileUploadItemContext = require('../../context/file-upload-item-context.js');
|
|
9
9
|
var utils = require('../../utils.js');
|
package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.js
CHANGED
|
@@ -32,7 +32,7 @@ var ContentSubtitle = function () {
|
|
|
32
32
|
// uploading status
|
|
33
33
|
if (utils.isUploadingStatus(uploadStatus)) {
|
|
34
34
|
return (React__default.default.createElement(coreComponentsTypography.Text, { view: 'primary-small', color: 'secondary' },
|
|
35
|
-
"\u0417\u0430\u0433\u0440\u0443\
|
|
35
|
+
"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
|
|
36
36
|
'\u00A0',
|
|
37
37
|
Math.floor(validProgressBar),
|
|
38
38
|
"%"));
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
|
-
var superEllipse = require('
|
|
6
|
+
var superEllipse = require('@alfalab/core-components/icon-view/super-ellipse');
|
|
7
7
|
var const_progressBar = require('../../const/progress-bar.js');
|
|
8
8
|
var context_fileUploadItemContext = require('../../context/file-upload-item-context.js');
|
|
9
9
|
var utils = require('../../utils.js');
|
|
@@ -7,7 +7,7 @@ import { FileUploadItemContext } from './context/file-upload-item-context.js';
|
|
|
7
7
|
import './components/actions-control/components/delete-button/delete-button.js';
|
|
8
8
|
import '../../icon-button/esm';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
|
-
import './actions-control.module-
|
|
10
|
+
import './actions-control.module-5079160b.js';
|
|
11
11
|
import './components/actions-control/components/download-button/download-button.js';
|
|
12
12
|
import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
|
|
13
13
|
import './components/actions-control/components/restore-button/restore-button.js';
|
|
@@ -19,7 +19,7 @@ import './utils.js';
|
|
|
19
19
|
import './components/content/utils/isError.js';
|
|
20
20
|
import './components/content/components/content-error/content-error.js';
|
|
21
21
|
import 'tslib';
|
|
22
|
-
import '
|
|
22
|
+
import '@alfalab/core-components/icon-view/super-ellipse';
|
|
23
23
|
import './components/status-control/components/status-control-icon/status-control-icon.js';
|
|
24
24
|
import '@alfalab/icons-glyph/Document1CMIcon';
|
|
25
25
|
import '@alfalab/icons-glyph/DocumentDocMIcon';
|
|
@@ -3,7 +3,7 @@ import { FileUploadItemContext } from '../../context/file-upload-item-context.js
|
|
|
3
3
|
import { DeleteButton } from './components/delete-button/delete-button.js';
|
|
4
4
|
import { DownloadButton } from './components/download-button/download-button.js';
|
|
5
5
|
import { RestoreButton } from './components/restore-button/restore-button.js';
|
|
6
|
-
import { s as styles } from '../../actions-control.module-
|
|
6
|
+
import { s as styles } from '../../actions-control.module-5079160b.js';
|
|
7
7
|
import '../../../../icon-button/esm';
|
|
8
8
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
9
9
|
import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
|
package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js
CHANGED
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import { IconButton } from '../../../../../../icon-button/esm';
|
|
3
3
|
import CrossMIcon from '@alfalab/icons-glyph/CrossMIcon';
|
|
4
4
|
import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
|
|
5
|
-
import { s as styles } from '../../../../actions-control.module-
|
|
5
|
+
import { s as styles } from '../../../../actions-control.module-5079160b.js';
|
|
6
6
|
|
|
7
7
|
var DeleteButton = function () {
|
|
8
8
|
var _a = useContext(FileUploadItemContext), _b = _a.id, id = _b === void 0 ? '0' : _b, disableButtons = _a.disableButtons, onDelete = _a.onDelete;
|
|
@@ -3,4 +3,4 @@ import 'react';
|
|
|
3
3
|
import '../../../../../../icon-button/esm';
|
|
4
4
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
5
5
|
import '../../../../context/file-upload-item-context.js';
|
|
6
|
-
import '../../../../actions-control.module-
|
|
6
|
+
import '../../../../actions-control.module-5079160b.js';
|
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import { IconButton } from '../../../../../../icon-button/esm';
|
|
3
3
|
import ArrowDownLineDownCompactMIcon from '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
|
|
4
4
|
import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
|
|
5
|
-
import { s as styles } from '../../../../actions-control.module-
|
|
5
|
+
import { s as styles } from '../../../../actions-control.module-5079160b.js';
|
|
6
6
|
|
|
7
7
|
var DownloadButton = function () {
|
|
8
8
|
var _a = useContext(FileUploadItemContext), _b = _a.id, id = _b === void 0 ? '0' : _b, downloadLink = _a.downloadLink, download = _a.download, disableButtons = _a.disableButtons, target = _a.target, onDownload = _a.onDownload;
|
|
@@ -3,4 +3,4 @@ import 'react';
|
|
|
3
3
|
import '../../../../../../icon-button/esm';
|
|
4
4
|
import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
|
|
5
5
|
import '../../../../context/file-upload-item-context.js';
|
|
6
|
-
import '../../../../actions-control.module-
|
|
6
|
+
import '../../../../actions-control.module-5079160b.js';
|
|
@@ -3,4 +3,4 @@ import 'react';
|
|
|
3
3
|
import '../../../../../../icon-button/esm';
|
|
4
4
|
import '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
|
|
5
5
|
import '../../../../context/file-upload-item-context.js';
|
|
6
|
-
import '../../../../actions-control.module-
|
|
6
|
+
import '../../../../actions-control.module-5079160b.js';
|
package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js
CHANGED
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import { IconButton } from '../../../../../../icon-button/esm';
|
|
3
3
|
import ArrowsCwCompactMIcon from '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
|
|
4
4
|
import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
|
|
5
|
-
import { s as styles } from '../../../../actions-control.module-
|
|
5
|
+
import { s as styles } from '../../../../actions-control.module-5079160b.js';
|
|
6
6
|
|
|
7
7
|
var RestoreButton = function () {
|
|
8
8
|
var _a = useContext(FileUploadItemContext), _b = _a.id, id = _b === void 0 ? '0' : _b, disableButtons = _a.disableButtons, onRestore = _a.onRestore;
|
|
@@ -4,7 +4,7 @@ import '../../context/file-upload-item-context.js';
|
|
|
4
4
|
import './components/delete-button/delete-button.js';
|
|
5
5
|
import '../../../../icon-button/esm';
|
|
6
6
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
7
|
-
import '../../actions-control.module-
|
|
7
|
+
import '../../actions-control.module-5079160b.js';
|
|
8
8
|
import './components/download-button/download-button.js';
|
|
9
9
|
import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
|
|
10
10
|
import './components/restore-button/restore-button.js';
|
package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.js
CHANGED
|
@@ -26,7 +26,7 @@ var ContentSubtitle = function () {
|
|
|
26
26
|
// uploading status
|
|
27
27
|
if (isUploadingStatus(uploadStatus)) {
|
|
28
28
|
return (React.createElement(Text, { view: 'primary-small', color: 'secondary' },
|
|
29
|
-
"\u0417\u0430\u0433\u0440\u0443\
|
|
29
|
+
"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
|
|
30
30
|
'\u00A0',
|
|
31
31
|
Math.floor(validProgressBar),
|
|
32
32
|
"%"));
|
|
@@ -2,7 +2,7 @@ export { StatusControl } from './status-control.js';
|
|
|
2
2
|
import 'tslib';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
|
-
import '
|
|
5
|
+
import '@alfalab/core-components/icon-view/super-ellipse';
|
|
6
6
|
import '../../const/progress-bar.js';
|
|
7
7
|
import '../../context/file-upload-item-context.js';
|
|
8
8
|
import '../../utils.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React, { useContext, useRef } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import { SuperEllipse } from '
|
|
4
|
+
import { SuperEllipse } from '@alfalab/core-components/icon-view/super-ellipse';
|
|
5
5
|
import { RADIUS, MAX_PROGRESS_BAR_VALUE } from '../../const/progress-bar.js';
|
|
6
6
|
import { FileUploadItemContext } from '../../context/file-upload-item-context.js';
|
|
7
7
|
import { isUploadingStatus, isSuccessStatus, isErrorStatus } from '../../utils.js';
|
|
@@ -6,7 +6,7 @@ import './context/file-upload-item-context.js';
|
|
|
6
6
|
import './components/actions-control/components/delete-button/delete-button.js';
|
|
7
7
|
import '../../icon-button/esm';
|
|
8
8
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
9
|
-
import './actions-control.module-
|
|
9
|
+
import './actions-control.module-5079160b.js';
|
|
10
10
|
import './components/actions-control/components/download-button/download-button.js';
|
|
11
11
|
import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
|
|
12
12
|
import './components/actions-control/components/restore-button/restore-button.js';
|
|
@@ -20,7 +20,7 @@ import './components/content/utils/isError.js';
|
|
|
20
20
|
import './components/content/components/content-error/content-error.js';
|
|
21
21
|
import './components/status-control/status-control.js';
|
|
22
22
|
import 'tslib';
|
|
23
|
-
import '
|
|
23
|
+
import '@alfalab/core-components/icon-view/super-ellipse';
|
|
24
24
|
import './components/status-control/components/status-control-icon/status-control-icon.js';
|
|
25
25
|
import '@alfalab/icons-glyph/Document1CMIcon';
|
|
26
26
|
import '@alfalab/icons-glyph/DocumentDocMIcon';
|
|
@@ -7,7 +7,7 @@ import { FileUploadItemContext } from './context/file-upload-item-context.js';
|
|
|
7
7
|
import './components/actions-control/components/delete-button/delete-button.js';
|
|
8
8
|
import '../../icon-button/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
|
-
import './actions-control.module-
|
|
10
|
+
import './actions-control.module-5987c1de.js';
|
|
11
11
|
import './components/actions-control/components/download-button/download-button.js';
|
|
12
12
|
import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
|
|
13
13
|
import './components/actions-control/components/restore-button/restore-button.js';
|
|
@@ -18,7 +18,7 @@ import './const/progress-bar.js';
|
|
|
18
18
|
import './utils.js';
|
|
19
19
|
import './components/content/utils/isError.js';
|
|
20
20
|
import './components/content/components/content-error/content-error.js';
|
|
21
|
-
import '
|
|
21
|
+
import '@alfalab/core-components/icon-view/super-ellipse';
|
|
22
22
|
import './components/status-control/components/status-control-icon/status-control-icon.js';
|
|
23
23
|
import '@alfalab/icons-glyph/Document1CMIcon';
|
|
24
24
|
import '@alfalab/icons-glyph/DocumentDocMIcon';
|
|
@@ -3,7 +3,7 @@ import { FileUploadItemContext } from '../../context/file-upload-item-context.js
|
|
|
3
3
|
import { DeleteButton } from './components/delete-button/delete-button.js';
|
|
4
4
|
import { DownloadButton } from './components/download-button/download-button.js';
|
|
5
5
|
import { RestoreButton } from './components/restore-button/restore-button.js';
|
|
6
|
-
import { s as styles } from '../../actions-control.module-
|
|
6
|
+
import { s as styles } from '../../actions-control.module-5987c1de.js';
|
|
7
7
|
import '../../../../icon-button/modern';
|
|
8
8
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
9
9
|
import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
|
package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js
CHANGED
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import { IconButton } from '../../../../../../icon-button/modern';
|
|
3
3
|
import CrossMIcon from '@alfalab/icons-glyph/CrossMIcon';
|
|
4
4
|
import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
|
|
5
|
-
import { s as styles } from '../../../../actions-control.module-
|
|
5
|
+
import { s as styles } from '../../../../actions-control.module-5987c1de.js';
|
|
6
6
|
|
|
7
7
|
const DeleteButton = () => {
|
|
8
8
|
const { id = '0', disableButtons, onDelete } = useContext(FileUploadItemContext);
|
package/file-upload-item/modern/components/actions-control/components/delete-button/index.js
CHANGED
|
@@ -3,4 +3,4 @@ import 'react';
|
|
|
3
3
|
import '../../../../../../icon-button/modern';
|
|
4
4
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
5
5
|
import '../../../../context/file-upload-item-context.js';
|
|
6
|
-
import '../../../../actions-control.module-
|
|
6
|
+
import '../../../../actions-control.module-5987c1de.js';
|
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import { IconButton } from '../../../../../../icon-button/modern';
|
|
3
3
|
import ArrowDownLineDownCompactMIcon from '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
|
|
4
4
|
import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
|
|
5
|
-
import { s as styles } from '../../../../actions-control.module-
|
|
5
|
+
import { s as styles } from '../../../../actions-control.module-5987c1de.js';
|
|
6
6
|
|
|
7
7
|
const DownloadButton = () => {
|
|
8
8
|
const { id = '0', downloadLink, download, disableButtons, target, onDownload, } = useContext(FileUploadItemContext);
|
package/file-upload-item/modern/components/actions-control/components/download-button/index.js
CHANGED
|
@@ -3,4 +3,4 @@ import 'react';
|
|
|
3
3
|
import '../../../../../../icon-button/modern';
|
|
4
4
|
import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
|
|
5
5
|
import '../../../../context/file-upload-item-context.js';
|
|
6
|
-
import '../../../../actions-control.module-
|
|
6
|
+
import '../../../../actions-control.module-5987c1de.js';
|
package/file-upload-item/modern/components/actions-control/components/restore-button/index.js
CHANGED
|
@@ -3,4 +3,4 @@ import 'react';
|
|
|
3
3
|
import '../../../../../../icon-button/modern';
|
|
4
4
|
import '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
|
|
5
5
|
import '../../../../context/file-upload-item-context.js';
|
|
6
|
-
import '../../../../actions-control.module-
|
|
6
|
+
import '../../../../actions-control.module-5987c1de.js';
|
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import { IconButton } from '../../../../../../icon-button/modern';
|
|
3
3
|
import ArrowsCwCompactMIcon from '@alfalab/icons-glyph/ArrowsCwCompactMIcon';
|
|
4
4
|
import { FileUploadItemContext } from '../../../../context/file-upload-item-context.js';
|
|
5
|
-
import { s as styles } from '../../../../actions-control.module-
|
|
5
|
+
import { s as styles } from '../../../../actions-control.module-5987c1de.js';
|
|
6
6
|
|
|
7
7
|
const RestoreButton = () => {
|
|
8
8
|
const { id = '0', disableButtons, onRestore } = useContext(FileUploadItemContext);
|
|
@@ -4,7 +4,7 @@ import '../../context/file-upload-item-context.js';
|
|
|
4
4
|
import './components/delete-button/delete-button.js';
|
|
5
5
|
import '../../../../icon-button/modern';
|
|
6
6
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
7
|
-
import '../../actions-control.module-
|
|
7
|
+
import '../../actions-control.module-5987c1de.js';
|
|
8
8
|
import './components/download-button/download-button.js';
|
|
9
9
|
import '@alfalab/icons-glyph/ArrowDownLineDownCompactMIcon';
|
|
10
10
|
import './components/restore-button/restore-button.js';
|
package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.js
CHANGED
|
@@ -25,7 +25,7 @@ const ContentSubtitle = () => {
|
|
|
25
25
|
// uploading status
|
|
26
26
|
if (isUploadingStatus(uploadStatus)) {
|
|
27
27
|
return (React.createElement(Text, { view: 'primary-small', color: 'secondary' },
|
|
28
|
-
"\u0417\u0430\u0433\u0440\u0443\
|
|
28
|
+
"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
|
|
29
29
|
'\u00A0',
|
|
30
30
|
Math.floor(validProgressBar),
|
|
31
31
|
"%"));
|