@alfalab/core-components 47.22.0-beta.1 → 47.22.0-beta.2
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/@alfalab/icons-glyph/package.json +14 -0
- package/attach/@alfalab/icons-glyph/package.json +14 -0
- package/bank-card/@alfalab/icons-glyph/package.json +14 -0
- package/calendar/@alfalab/icons-glyph/package.json +14 -0
- package/calendar-input/@alfalab/icons-glyph/package.json +14 -0
- package/checkbox/@alfalab/icons-glyph/package.json +14 -0
- package/collapse/@alfalab/icons-glyph/package.json +14 -0
- 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/confirmation-v1/@alfalab/icons-glyph/package.json +14 -0
- package/date-range-input/@alfalab/icons-glyph/package.json +14 -0
- package/date-time-input/@alfalab/icons-glyph/package.json +14 -0
- package/dropzone/@alfalab/icons-glyph/package.json +14 -0
- package/file-upload-item/Component.d.ts +7 -92
- package/file-upload-item/Component.js +41 -65
- package/file-upload-item/actions-control.module-f5284a31.js +4 -0
- package/file-upload-item/components/actions-control/actions-control.css +9 -0
- package/file-upload-item/components/actions-control/actions-control.d.ts +4 -0
- package/file-upload-item/components/actions-control/actions-control.js +22 -0
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.d.ts +4 -0
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +24 -0
- package/file-upload-item/components/actions-control/components/delete-button/index.d.ts +1 -0
- package/file-upload-item/components/actions-control/components/delete-button/index.js +7 -0
- package/file-upload-item/components/actions-control/components/download-button/download-button.d.ts +4 -0
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +25 -0
- package/file-upload-item/components/actions-control/components/download-button/index.d.ts +1 -0
- package/file-upload-item/components/actions-control/components/download-button/index.js +7 -0
- package/file-upload-item/components/actions-control/components/restore-button/index.d.ts +1 -0
- package/file-upload-item/components/actions-control/components/restore-button/index.js +7 -0
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.d.ts +4 -0
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +24 -0
- package/file-upload-item/components/actions-control/index.d.ts +1 -0
- package/file-upload-item/components/actions-control/index.js +7 -0
- package/file-upload-item/components/content/components/content-error/content-error.css +4 -0
- package/file-upload-item/components/content/components/content-error/content-error.d.ts +4 -0
- package/file-upload-item/components/content/components/content-error/content-error.js +25 -0
- package/file-upload-item/components/content/components/content-error/index.d.ts +1 -0
- package/file-upload-item/components/content/components/content-error/index.js +7 -0
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.css +31 -0
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.d.ts +4 -0
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.js +61 -0
- package/file-upload-item/components/content/content.css +50 -0
- package/file-upload-item/components/content/content.d.ts +4 -0
- package/file-upload-item/components/content/content.js +33 -0
- package/file-upload-item/components/content/index.d.ts +1 -0
- package/file-upload-item/components/content/index.js +7 -0
- package/file-upload-item/components/content/utils/isError.d.ts +2 -0
- package/file-upload-item/components/content/utils/isError.js +13 -0
- package/file-upload-item/components/status-control/components/status-control-icon/index.d.ts +1 -0
- package/file-upload-item/components/status-control/components/status-control-icon/index.js +7 -0
- package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.d.ts +4 -0
- package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.js +64 -0
- package/file-upload-item/components/status-control/components/status-control-progress-bar/index.d.ts +1 -0
- package/file-upload-item/components/status-control/components/status-control-progress-bar/index.js +7 -0
- package/file-upload-item/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +6 -0
- package/file-upload-item/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +20 -0
- package/file-upload-item/components/status-control/constants/colors.d.ts +3 -0
- package/file-upload-item/components/status-control/constants/colors.js +12 -0
- package/file-upload-item/components/status-control/index.d.ts +1 -0
- package/file-upload-item/components/status-control/index.js +7 -0
- package/file-upload-item/components/status-control/status-control.css +46 -0
- package/file-upload-item/components/status-control/status-control.d.ts +4 -0
- package/file-upload-item/components/status-control/status-control.js +39 -0
- package/file-upload-item/const/file-type-map.d.ts +15 -0
- package/file-upload-item/const/file-type-map.js +18 -0
- package/file-upload-item/const/progress-bar.d.ts +2 -0
- package/file-upload-item/const/progress-bar.js +5 -0
- package/file-upload-item/const/upload-status-map.d.ts +9 -0
- package/file-upload-item/const/upload-status-map.js +12 -0
- package/file-upload-item/context/file-upload-item-context.d.ts +31 -0
- package/file-upload-item/context/file-upload-item-context.js +30 -0
- package/file-upload-item/cssm/Component.d.ts +7 -92
- package/file-upload-item/cssm/Component.js +40 -64
- package/file-upload-item/cssm/components/actions-control/actions-control.d.ts +4 -0
- package/file-upload-item/cssm/components/actions-control/actions-control.js +23 -0
- package/file-upload-item/cssm/components/actions-control/actions-control.module.css +8 -0
- package/file-upload-item/cssm/components/actions-control/components/delete-button/delete-button.d.ts +4 -0
- package/file-upload-item/cssm/components/actions-control/components/delete-button/delete-button.js +25 -0
- package/file-upload-item/cssm/components/actions-control/components/delete-button/index.d.ts +1 -0
- package/file-upload-item/cssm/components/actions-control/components/delete-button/index.js +7 -0
- package/file-upload-item/cssm/components/actions-control/components/download-button/download-button.d.ts +4 -0
- package/file-upload-item/cssm/components/actions-control/components/download-button/download-button.js +26 -0
- package/file-upload-item/cssm/components/actions-control/components/download-button/index.d.ts +1 -0
- package/file-upload-item/cssm/components/actions-control/components/download-button/index.js +7 -0
- package/file-upload-item/cssm/components/actions-control/components/restore-button/index.d.ts +1 -0
- package/file-upload-item/cssm/components/actions-control/components/restore-button/index.js +7 -0
- package/file-upload-item/cssm/components/actions-control/components/restore-button/restore-button.d.ts +4 -0
- package/file-upload-item/cssm/components/actions-control/components/restore-button/restore-button.js +25 -0
- package/file-upload-item/cssm/components/actions-control/index.d.ts +1 -0
- package/file-upload-item/cssm/components/actions-control/index.js +7 -0
- package/file-upload-item/cssm/components/content/components/content-error/content-error.d.ts +4 -0
- package/file-upload-item/cssm/components/content/components/content-error/content-error.js +24 -0
- package/file-upload-item/cssm/components/content/components/content-error/content-error.module.css +3 -0
- package/file-upload-item/cssm/components/content/components/content-error/index.d.ts +1 -0
- package/file-upload-item/cssm/components/content/components/content-error/index.js +7 -0
- package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.d.ts +4 -0
- package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.js +60 -0
- package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.module.css +30 -0
- package/file-upload-item/cssm/components/content/content.d.ts +4 -0
- package/file-upload-item/cssm/components/content/content.js +32 -0
- package/file-upload-item/cssm/components/content/content.module.css +49 -0
- package/file-upload-item/cssm/components/content/index.d.ts +1 -0
- package/file-upload-item/cssm/components/content/index.js +7 -0
- package/file-upload-item/cssm/components/content/utils/isError.d.ts +2 -0
- package/file-upload-item/cssm/components/content/utils/isError.js +13 -0
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/index.d.ts +1 -0
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/index.js +7 -0
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/status-control-icon.d.ts +4 -0
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/status-control-icon.js +64 -0
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/index.d.ts +1 -0
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/index.js +7 -0
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +6 -0
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +20 -0
- package/file-upload-item/cssm/components/status-control/constants/colors.d.ts +3 -0
- package/file-upload-item/cssm/components/status-control/constants/colors.js +12 -0
- package/file-upload-item/cssm/components/status-control/index.d.ts +1 -0
- package/file-upload-item/cssm/components/status-control/index.js +7 -0
- package/file-upload-item/cssm/components/status-control/status-control.d.ts +4 -0
- package/file-upload-item/cssm/components/status-control/status-control.js +38 -0
- package/file-upload-item/cssm/components/status-control/status-control.module.css +45 -0
- package/file-upload-item/cssm/const/file-type-map.d.ts +15 -0
- package/file-upload-item/cssm/const/file-type-map.js +18 -0
- package/file-upload-item/cssm/const/progress-bar.d.ts +2 -0
- package/file-upload-item/cssm/const/progress-bar.js +5 -0
- package/file-upload-item/cssm/const/upload-status-map.d.ts +9 -0
- package/file-upload-item/cssm/const/upload-status-map.js +12 -0
- package/file-upload-item/cssm/context/file-upload-item-context.d.ts +31 -0
- package/file-upload-item/cssm/context/file-upload-item-context.js +30 -0
- package/file-upload-item/cssm/index.js +1 -0
- package/file-upload-item/cssm/index.module.css +5 -96
- package/file-upload-item/cssm/types/file-upload-item-props.d.ts +114 -0
- package/file-upload-item/cssm/types/file-upload-item-props.js +1 -0
- package/file-upload-item/cssm/types/index.d.ts +3 -0
- package/file-upload-item/cssm/types/index.js +1 -0
- package/file-upload-item/cssm/utils.d.ts +7 -3
- package/file-upload-item/cssm/utils.js +11 -27
- package/file-upload-item/esm/Component.d.ts +7 -92
- package/file-upload-item/esm/Component.js +67 -68
- package/file-upload-item/esm/actions-control.module-b5de1d6b.js +4 -0
- package/file-upload-item/esm/components/actions-control/actions-control.css +9 -0
- package/file-upload-item/esm/components/actions-control/actions-control.d.ts +4 -0
- package/file-upload-item/esm/components/actions-control/actions-control.js +20 -0
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.d.ts +4 -0
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +17 -0
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.d.ts +1 -0
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +6 -0
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.d.ts +4 -0
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +18 -0
- package/file-upload-item/esm/components/actions-control/components/download-button/index.d.ts +1 -0
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +6 -0
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.d.ts +1 -0
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +6 -0
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.d.ts +4 -0
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +17 -0
- package/file-upload-item/esm/components/actions-control/index.d.ts +1 -0
- package/file-upload-item/esm/components/actions-control/index.js +11 -0
- package/file-upload-item/esm/components/content/components/content-error/content-error.css +4 -0
- package/file-upload-item/esm/components/content/components/content-error/content-error.d.ts +4 -0
- package/file-upload-item/esm/components/content/components/content-error/content-error.js +19 -0
- package/file-upload-item/esm/components/content/components/content-error/index.d.ts +1 -0
- package/file-upload-item/esm/components/content/components/content-error/index.js +4 -0
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.css +31 -0
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.d.ts +4 -0
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.js +55 -0
- package/file-upload-item/esm/components/content/content.css +50 -0
- package/file-upload-item/esm/components/content/content.d.ts +4 -0
- package/file-upload-item/esm/components/content/content.js +31 -0
- package/file-upload-item/esm/components/content/index.d.ts +1 -0
- package/file-upload-item/esm/components/content/index.js +11 -0
- package/file-upload-item/esm/components/content/utils/isError.d.ts +2 -0
- package/file-upload-item/esm/components/content/utils/isError.js +11 -0
- package/file-upload-item/esm/components/status-control/components/status-control-icon/index.d.ts +1 -0
- package/file-upload-item/esm/components/status-control/components/status-control-icon/index.js +15 -0
- package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.d.ts +4 -0
- package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.js +58 -0
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/index.d.ts +1 -0
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/index.js +2 -0
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +6 -0
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +14 -0
- package/file-upload-item/esm/components/status-control/constants/colors.d.ts +3 -0
- package/file-upload-item/esm/components/status-control/constants/colors.js +10 -0
- package/file-upload-item/esm/components/status-control/index.d.ts +1 -0
- package/file-upload-item/esm/components/status-control/index.js +20 -0
- package/file-upload-item/esm/components/status-control/status-control.css +46 -0
- package/file-upload-item/esm/components/status-control/status-control.d.ts +4 -0
- package/file-upload-item/esm/components/status-control/status-control.js +42 -0
- package/file-upload-item/esm/const/file-type-map.d.ts +15 -0
- package/file-upload-item/esm/const/file-type-map.js +16 -0
- package/file-upload-item/esm/const/progress-bar.d.ts +2 -0
- package/file-upload-item/esm/const/progress-bar.js +3 -0
- package/file-upload-item/esm/const/upload-status-map.d.ts +9 -0
- package/file-upload-item/esm/const/upload-status-map.js +10 -0
- package/file-upload-item/esm/context/file-upload-item-context.d.ts +31 -0
- package/file-upload-item/esm/context/file-upload-item-context.js +28 -0
- package/file-upload-item/esm/index.css +5 -96
- package/file-upload-item/esm/index.js +29 -10
- package/file-upload-item/esm/types/file-upload-item-props.d.ts +114 -0
- package/file-upload-item/esm/types/file-upload-item-props.js +1 -0
- package/file-upload-item/esm/types/index.d.ts +3 -0
- package/file-upload-item/esm/types/index.js +1 -0
- package/file-upload-item/esm/utils.d.ts +7 -3
- package/file-upload-item/esm/utils.js +7 -27
- package/file-upload-item/index.css +5 -96
- package/file-upload-item/index.js +1 -0
- package/file-upload-item/modern/Component.d.ts +7 -92
- package/file-upload-item/modern/Component.js +65 -68
- package/file-upload-item/modern/actions-control.module-75932939.js +4 -0
- package/file-upload-item/modern/components/actions-control/actions-control.css +9 -0
- package/file-upload-item/modern/components/actions-control/actions-control.d.ts +4 -0
- package/file-upload-item/modern/components/actions-control/actions-control.js +20 -0
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.d.ts +4 -0
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +17 -0
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.d.ts +1 -0
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +6 -0
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.d.ts +4 -0
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +18 -0
- package/file-upload-item/modern/components/actions-control/components/download-button/index.d.ts +1 -0
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +6 -0
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.d.ts +1 -0
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +6 -0
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.d.ts +4 -0
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +17 -0
- package/file-upload-item/modern/components/actions-control/index.d.ts +1 -0
- package/file-upload-item/modern/components/actions-control/index.js +11 -0
- package/file-upload-item/modern/components/content/components/content-error/content-error.css +4 -0
- package/file-upload-item/modern/components/content/components/content-error/content-error.d.ts +4 -0
- package/file-upload-item/modern/components/content/components/content-error/content-error.js +19 -0
- package/file-upload-item/modern/components/content/components/content-error/index.d.ts +1 -0
- package/file-upload-item/modern/components/content/components/content-error/index.js +4 -0
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.css +31 -0
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.d.ts +4 -0
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.js +54 -0
- package/file-upload-item/modern/components/content/content.css +50 -0
- package/file-upload-item/modern/components/content/content.d.ts +4 -0
- package/file-upload-item/modern/components/content/content.js +30 -0
- package/file-upload-item/modern/components/content/index.d.ts +1 -0
- package/file-upload-item/modern/components/content/index.js +11 -0
- package/file-upload-item/modern/components/content/utils/isError.d.ts +2 -0
- package/file-upload-item/modern/components/content/utils/isError.js +11 -0
- package/file-upload-item/modern/components/status-control/components/status-control-icon/index.d.ts +1 -0
- package/file-upload-item/modern/components/status-control/components/status-control-icon/index.js +14 -0
- package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.d.ts +4 -0
- package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.js +57 -0
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/index.d.ts +1 -0
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/index.js +2 -0
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +6 -0
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +11 -0
- package/file-upload-item/modern/components/status-control/constants/colors.d.ts +3 -0
- package/file-upload-item/modern/components/status-control/constants/colors.js +10 -0
- package/file-upload-item/modern/components/status-control/index.d.ts +1 -0
- package/file-upload-item/modern/components/status-control/index.js +19 -0
- package/file-upload-item/modern/components/status-control/status-control.css +46 -0
- package/file-upload-item/modern/components/status-control/status-control.d.ts +4 -0
- package/file-upload-item/modern/components/status-control/status-control.js +40 -0
- package/file-upload-item/modern/const/file-type-map.d.ts +15 -0
- package/file-upload-item/modern/const/file-type-map.js +16 -0
- package/file-upload-item/modern/const/progress-bar.d.ts +2 -0
- package/file-upload-item/modern/const/progress-bar.js +3 -0
- package/file-upload-item/modern/const/upload-status-map.d.ts +9 -0
- package/file-upload-item/modern/const/upload-status-map.js +10 -0
- package/file-upload-item/modern/context/file-upload-item-context.d.ts +31 -0
- package/file-upload-item/modern/context/file-upload-item-context.js +28 -0
- package/file-upload-item/modern/index.css +5 -96
- package/file-upload-item/modern/index.js +28 -10
- package/file-upload-item/modern/types/file-upload-item-props.d.ts +114 -0
- package/file-upload-item/modern/types/file-upload-item-props.js +1 -0
- package/file-upload-item/modern/types/index.d.ts +3 -0
- package/file-upload-item/modern/types/index.js +1 -0
- package/file-upload-item/modern/utils.d.ts +7 -3
- package/file-upload-item/modern/utils.js +7 -27
- package/file-upload-item/moderncssm/Component.d.ts +7 -92
- package/file-upload-item/moderncssm/Component.js +68 -67
- package/file-upload-item/moderncssm/components/actions-control/actions-control.d.ts +4 -0
- package/file-upload-item/moderncssm/components/actions-control/actions-control.js +20 -0
- package/file-upload-item/moderncssm/components/actions-control/actions-control.module.css +8 -0
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/delete-button.d.ts +4 -0
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/delete-button.js +17 -0
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/index.d.ts +1 -0
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/index.js +6 -0
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/download-button.d.ts +4 -0
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/download-button.js +18 -0
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/index.d.ts +1 -0
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/index.js +6 -0
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/index.d.ts +1 -0
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/index.js +6 -0
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/restore-button.d.ts +4 -0
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/restore-button.js +17 -0
- package/file-upload-item/moderncssm/components/actions-control/index.d.ts +1 -0
- package/file-upload-item/moderncssm/components/actions-control/index.js +11 -0
- package/file-upload-item/moderncssm/components/content/components/content-error/content-error.d.ts +4 -0
- package/file-upload-item/moderncssm/components/content/components/content-error/content-error.js +17 -0
- package/file-upload-item/moderncssm/components/content/components/content-error/content-error.module.css +3 -0
- package/file-upload-item/moderncssm/components/content/components/content-error/index.d.ts +1 -0
- package/file-upload-item/moderncssm/components/content/components/content-error/index.js +5 -0
- package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.d.ts +4 -0
- package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.js +53 -0
- package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.module.css +15 -0
- package/file-upload-item/moderncssm/components/content/content.d.ts +4 -0
- package/file-upload-item/moderncssm/components/content/content.js +30 -0
- package/file-upload-item/moderncssm/components/content/content.module.css +37 -0
- package/file-upload-item/moderncssm/components/content/index.d.ts +1 -0
- package/file-upload-item/moderncssm/components/content/index.js +14 -0
- package/file-upload-item/moderncssm/components/content/utils/isError.d.ts +2 -0
- package/file-upload-item/moderncssm/components/content/utils/isError.js +11 -0
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/index.d.ts +1 -0
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/index.js +14 -0
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/status-control-icon.d.ts +4 -0
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/status-control-icon.js +57 -0
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/index.d.ts +1 -0
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/index.js +2 -0
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +6 -0
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +11 -0
- package/file-upload-item/moderncssm/components/status-control/constants/colors.d.ts +3 -0
- package/file-upload-item/moderncssm/components/status-control/constants/colors.js +10 -0
- package/file-upload-item/moderncssm/components/status-control/index.d.ts +1 -0
- package/file-upload-item/moderncssm/components/status-control/index.js +20 -0
- package/file-upload-item/moderncssm/components/status-control/status-control.d.ts +4 -0
- package/file-upload-item/moderncssm/components/status-control/status-control.js +38 -0
- package/file-upload-item/moderncssm/components/status-control/status-control.module.css +32 -0
- package/file-upload-item/moderncssm/const/file-type-map.d.ts +15 -0
- package/file-upload-item/moderncssm/const/file-type-map.js +16 -0
- package/file-upload-item/moderncssm/const/progress-bar.d.ts +2 -0
- package/file-upload-item/moderncssm/const/progress-bar.js +3 -0
- package/file-upload-item/moderncssm/const/upload-status-map.d.ts +9 -0
- package/file-upload-item/moderncssm/const/upload-status-map.js +10 -0
- package/file-upload-item/moderncssm/context/file-upload-item-context.d.ts +31 -0
- package/file-upload-item/moderncssm/context/file-upload-item-context.js +28 -0
- package/file-upload-item/moderncssm/index.js +32 -10
- package/file-upload-item/moderncssm/index.module.css +2 -117
- package/file-upload-item/moderncssm/types/file-upload-item-props.d.ts +114 -0
- package/file-upload-item/moderncssm/types/file-upload-item-props.js +1 -0
- package/file-upload-item/moderncssm/types/index.d.ts +3 -0
- package/file-upload-item/moderncssm/types/index.js +1 -0
- package/file-upload-item/moderncssm/utils.d.ts +7 -3
- package/file-upload-item/moderncssm/utils.js +7 -27
- package/file-upload-item/types/file-upload-item-props.d.ts +114 -0
- package/file-upload-item/types/file-upload-item-props.js +1 -0
- package/file-upload-item/types/index.d.ts +3 -0
- package/file-upload-item/types/index.js +1 -0
- package/file-upload-item/utils.d.ts +7 -3
- package/file-upload-item/utils.js +11 -27
- package/file-upload-item-v1/@alfalab/icons-glyph/package.json +14 -0
- package/file-upload-item-v1/Component.d.ts +95 -0
- package/file-upload-item-v1/Component.js +81 -0
- package/file-upload-item-v1/cssm/Component.d.ts +95 -0
- package/file-upload-item-v1/cssm/Component.js +80 -0
- package/file-upload-item-v1/cssm/index.d.ts +1 -0
- package/file-upload-item-v1/cssm/index.js +7 -0
- package/file-upload-item-v1/cssm/index.module.css +124 -0
- package/file-upload-item-v1/cssm/utils.d.ts +5 -0
- package/file-upload-item-v1/cssm/utils.js +45 -0
- package/file-upload-item-v1/esm/Component.d.ts +95 -0
- package/file-upload-item-v1/esm/Component.js +79 -0
- package/file-upload-item-v1/esm/index.css +125 -0
- package/file-upload-item-v1/esm/index.d.ts +1 -0
- package/file-upload-item-v1/esm/index.js +17 -0
- package/file-upload-item-v1/esm/utils.d.ts +5 -0
- package/file-upload-item-v1/esm/utils.js +41 -0
- package/file-upload-item-v1/index.css +125 -0
- package/file-upload-item-v1/index.d.ts +1 -0
- package/file-upload-item-v1/index.js +7 -0
- package/file-upload-item-v1/modern/Component.d.ts +95 -0
- package/file-upload-item-v1/modern/Component.js +77 -0
- package/file-upload-item-v1/modern/index.css +125 -0
- package/file-upload-item-v1/modern/index.d.ts +1 -0
- package/file-upload-item-v1/modern/index.js +17 -0
- package/file-upload-item-v1/modern/utils.d.ts +5 -0
- package/file-upload-item-v1/modern/utils.js +41 -0
- package/file-upload-item-v1/moderncssm/Component.d.ts +95 -0
- package/file-upload-item-v1/moderncssm/Component.js +75 -0
- package/file-upload-item-v1/moderncssm/index.d.ts +1 -0
- package/file-upload-item-v1/moderncssm/index.js +18 -0
- package/file-upload-item-v1/moderncssm/index.module.css +129 -0
- package/file-upload-item-v1/moderncssm/utils.d.ts +5 -0
- package/file-upload-item-v1/moderncssm/utils.js +41 -0
- package/file-upload-item-v1/package.json +3 -0
- package/file-upload-item-v1/utils.d.ts +5 -0
- package/file-upload-item-v1/utils.js +45 -0
- package/filter-tag/@alfalab/icons-glyph/package.json +14 -0
- package/gallery/@alfalab/icons-glyph/package.json +14 -0
- package/gallery/components/image-viewer/component.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/index.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/index.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/input/@alfalab/icons-glyph/package.json +14 -0
- package/input/components/base-input/Component.js +0 -11
- package/input/cssm/components/base-input/Component.js +0 -11
- package/input/esm/components/base-input/Component.js +1 -12
- package/input/modern/components/base-input/Component.js +1 -12
- package/input/moderncssm/components/base-input/Component.js +1 -12
- package/international-phone-input/@alfalab/icons-glyph/package.json +14 -0
- package/intl-phone-input/@alfalab/icons-glyph/package.json +14 -0
- package/markdown/Component.js +1 -1
- package/markdown/cssm/index.module.css +4 -4
- package/markdown/esm/Component.desktop.js +1 -1
- package/markdown/esm/Component.js +1 -1
- package/markdown/esm/Component.mobile.js +1 -1
- package/markdown/esm/Component.responsive.js +1 -1
- package/markdown/esm/desktop/index.js +1 -1
- package/markdown/esm/hooks/use-overrides.js +1 -1
- package/markdown/esm/index.css +4 -4
- package/markdown/esm/index.js +1 -1
- package/markdown/esm/mobile/index.js +1 -1
- package/markdown/hooks/use-overrides.js +1 -1
- package/markdown/index.css +4 -4
- package/markdown/modern/Component.desktop.js +1 -1
- package/markdown/modern/Component.js +1 -1
- package/markdown/modern/Component.mobile.js +1 -1
- package/markdown/modern/Component.responsive.js +1 -1
- package/markdown/modern/desktop/index.js +1 -1
- package/markdown/modern/hooks/use-overrides.js +1 -1
- package/markdown/modern/index.css +4 -4
- package/markdown/modern/index.js +1 -1
- package/markdown/modern/mobile/index.js +1 -1
- package/markdown/moderncssm/index.module.css +1 -1
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/navigation-bar/@alfalab/icons-glyph/package.json +14 -0
- package/navigation-bar-private/@alfalab/icons-glyph/package.json +14 -0
- package/number-input/@alfalab/icons-glyph/package.json +14 -0
- package/package.json +2 -2
- package/pagination/@alfalab/icons-glyph/package.json +14 -0
- package/pass-code/@alfalab/icons-glyph/package.json +14 -0
- package/pass-code-v1/@alfalab/icons-glyph/package.json +14 -0
- package/password-input/@alfalab/icons-glyph/package.json +14 -0
- package/picker-button/@alfalab/icons-glyph/package.json +14 -0
- package/plate/@alfalab/icons-glyph/package.json +14 -0
- package/plate/Component.responsive.js +1 -1
- package/plate/components/base-plate/Component.js +1 -1
- 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-ba3cd492.d.ts +2 -2
- 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/index-ba3cd492.d.ts +2 -2
- 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-ba3cd492.d.ts +2 -2
- 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/utils.js +1 -1
- package/product-cover/@alfalab/icons-glyph/package.json +14 -0
- 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/@alfalab/icons-glyph/package.json +14 -0
- 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/components/options-list/Component.js +1 -1
- package/select/cssm/components/options-list/Component.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/components/options-list/Component.js +1 -1
- 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/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/components/options-list/Component.js +1 -1
- 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/moderncssm/components/options-list/Component.js +1 -1
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/select-with-tags/@alfalab/icons-glyph/package.json +14 -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/sortable-list/@alfalab/icons-glyph/package.json +14 -0
- package/status-badge/@alfalab/icons-glyph/package.json +14 -0
- package/steps/@alfalab/icons-glyph/package.json +14 -0
- package/switch/Component.d.ts +11 -0
- package/switch/Component.js +16 -4
- package/switch/cssm/Component.d.ts +11 -0
- package/switch/cssm/Component.js +14 -4
- package/switch/cssm/default.module.css +73 -0
- package/switch/cssm/index.module.css +5 -40
- package/switch/cssm/inverted.module.css +73 -0
- package/switch/cssm/types/colors.d.ts +2 -0
- package/switch/cssm/types/colors.js +1 -0
- package/switch/cssm/vars.css +14 -0
- package/switch/default.css +74 -0
- package/switch/esm/Component.d.ts +11 -0
- package/switch/esm/Component.js +16 -4
- package/switch/esm/default.css +74 -0
- package/switch/esm/index.css +5 -40
- package/switch/esm/inverted.css +74 -0
- package/switch/esm/types/colors.d.ts +2 -0
- package/switch/esm/types/colors.js +1 -0
- package/switch/index.css +5 -40
- package/switch/inverted.css +74 -0
- package/switch/modern/Component.d.ts +11 -0
- package/switch/modern/Component.js +16 -4
- package/switch/modern/default.css +74 -0
- package/switch/modern/index.css +5 -40
- package/switch/modern/inverted.css +74 -0
- package/switch/modern/types/colors.d.ts +2 -0
- package/switch/modern/types/colors.js +1 -0
- package/switch/moderncssm/Component.d.ts +11 -0
- package/switch/moderncssm/Component.js +12 -4
- package/switch/moderncssm/default.module.css +58 -0
- package/switch/moderncssm/index.js +2 -0
- package/switch/moderncssm/index.module.css +3 -70
- package/switch/moderncssm/inverted.module.css +58 -0
- package/switch/moderncssm/types/colors.d.ts +2 -0
- package/switch/moderncssm/types/colors.js +1 -0
- package/switch/moderncssm/vars.css +14 -0
- package/switch/types/colors.d.ts +2 -0
- package/switch/types/colors.js +1 -0
- package/tabs/@alfalab/icons-glyph/package.json +14 -0
- package/textarea/Component.js +1 -1
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/esm/Component.js +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/index.js +1 -1
- package/textarea/modern/Component.js +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/index.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +43 -43
- package/toast-plate/@alfalab/icons-glyph/package.json +14 -0
- package/universal-date-input/@alfalab/icons-glyph/package.json +14 -0
- /package/confirmation/{countdown-section-82b5c8ce.d.ts → countdown-section-94dc98f6.d.ts} +0 -0
- /package/confirmation/{countdown-section-82b5c8ce.js → countdown-section-94dc98f6.js} +0 -0
- /package/confirmation/esm/{countdown-section-c44c5ae5.d.ts → countdown-section-1621556b.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-c44c5ae5.js → countdown-section-1621556b.js} +0 -0
- /package/confirmation/modern/{countdown-section-1e14f49b.d.ts → countdown-section-4d52662d.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-1e14f49b.js → countdown-section-4d52662d.js} +0 -0
- /package/gallery/esm/{slide-f5efbd63.d.ts → slide-bb213f53.d.ts} +0 -0
- /package/gallery/esm/{slide-f5efbd63.js → slide-bb213f53.js} +0 -0
- /package/gallery/modern/{slide-cf00914f.d.ts → slide-52922b82.d.ts} +0 -0
- /package/gallery/modern/{slide-cf00914f.js → slide-52922b82.js} +0 -0
- /package/gallery/{slide-ca2f8fc4.d.ts → slide-e6fc5ea0.d.ts} +0 -0
- /package/gallery/{slide-ca2f8fc4.js → slide-e6fc5ea0.js} +0 -0
- /package/markdown/esm/{use-overrides-dd947a12.d.ts → use-overrides-02934102.d.ts} +0 -0
- /package/markdown/esm/{use-overrides-dd947a12.js → use-overrides-02934102.js} +0 -0
- /package/markdown/modern/{use-overrides-d70b7e47.d.ts → use-overrides-da16aa04.d.ts} +0 -0
- /package/markdown/modern/{use-overrides-d70b7e47.js → use-overrides-da16aa04.js} +0 -0
- /package/markdown/{use-overrides-cd785ecf.d.ts → use-overrides-5d8969a5.d.ts} +0 -0
- /package/markdown/{use-overrides-cd785ecf.js → use-overrides-5d8969a5.js} +0 -0
- /package/modal/esm/{layout.module-e2ba0bb2.js → layout.module-d8b48866.js} +0 -0
- /package/modal/{layout.module-29785e58.js → layout.module-40083b59.js} +0 -0
- /package/modal/modern/{layout.module-0666268c.js → layout.module-fd58e9b1.js} +0 -0
- /package/plate/{PortalContext-5d7b3de0.d.ts → PortalContext-cde22512.d.ts} +0 -0
- /package/plate/{PortalContext-5d7b3de0.js → PortalContext-cde22512.js} +0 -0
- /package/plate/esm/{PortalContext-18306525.d.ts → PortalContext-051c1ca5.d.ts} +0 -0
- /package/plate/esm/{PortalContext-18306525.js → PortalContext-051c1ca5.js} +0 -0
- /package/plate/modern/{PortalContext-3c9f2b9f.d.ts → PortalContext-34f6872d.d.ts} +0 -0
- /package/plate/modern/{PortalContext-3c9f2b9f.js → PortalContext-34f6872d.js} +0 -0
- /package/pure-cell/{component-0a7ea94a.d.ts → component-f859d454.d.ts} +0 -0
- /package/pure-cell/{component-0a7ea94a.js → component-f859d454.js} +0 -0
- /package/pure-cell/esm/{component-f123d975.d.ts → component-258fa677.d.ts} +0 -0
- /package/pure-cell/esm/{component-f123d975.js → component-258fa677.js} +0 -0
- /package/pure-cell/modern/{component-8a75f1e8.d.ts → component-282d9311.d.ts} +0 -0
- /package/pure-cell/modern/{component-8a75f1e8.js → component-282d9311.js} +0 -0
- /package/select/esm/{hook-46e5e856.d.ts → hook-8288e101.d.ts} +0 -0
- /package/select/esm/{hook-46e5e856.js → hook-8288e101.js} +0 -0
- /package/select/esm/{list-popover-desktop-806e0c4b.d.ts → list-popover-desktop-87bab713.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-806e0c4b.js → list-popover-desktop-87bab713.js} +0 -0
- /package/select/esm/{mobile.module-7d2be36b.js → mobile.module-dad95946.js} +0 -0
- /package/select/{hook-92265de4.d.ts → hook-e334dab8.d.ts} +0 -0
- /package/select/{hook-92265de4.js → hook-e334dab8.js} +0 -0
- /package/select/{list-popover-desktop-17556017.d.ts → list-popover-desktop-938ac512.d.ts} +0 -0
- /package/select/{list-popover-desktop-17556017.js → list-popover-desktop-938ac512.js} +0 -0
- /package/select/{mobile.module-2946e6f0.js → mobile.module-11b556ed.js} +0 -0
- /package/select/modern/{hook-fbf9df4c.d.ts → hook-a926e079.d.ts} +0 -0
- /package/select/modern/{hook-fbf9df4c.js → hook-a926e079.js} +0 -0
- /package/select/modern/{list-popover-desktop-bd2ade46.d.ts → list-popover-desktop-0bf7cf32.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-bd2ade46.js → list-popover-desktop-0bf7cf32.js} +0 -0
- /package/select/modern/{mobile.module-5a2b4a0a.js → mobile.module-47966362.js} +0 -0
- /package/side-panel/esm/{layout.module-8635908a.js → layout.module-013053a0.js} +0 -0
- /package/side-panel/{layout.module-8426d28c.js → layout.module-ad8c1c61.js} +0 -0
- /package/side-panel/modern/{layout.module-ba91a7ee.js → layout.module-8bbeee90.js} +0 -0
- /package/textarea/{PseudoTextArea-562716f3.d.ts → PseudoTextArea-cfb00b82.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-562716f3.js → PseudoTextArea-cfb00b82.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-92fcda1c.d.ts → PseudoTextArea-54aebe45.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-92fcda1c.js → PseudoTextArea-54aebe45.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-b882eb24.d.ts → PseudoTextArea-590649d6.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-b882eb24.js → PseudoTextArea-590649d6.js} +0 -0
|
@@ -12,7 +12,7 @@ import { Option } from '../components/option/Component.js';
|
|
|
12
12
|
import { OptionsList } from '../components/options-list/Component.js';
|
|
13
13
|
import { Search } from '../components/search/Component.js';
|
|
14
14
|
import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
|
|
15
|
-
import { u as useSelectWithApply } from '../hook-
|
|
15
|
+
import { u as useSelectWithApply } from '../hook-8288e101.js';
|
|
16
16
|
import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
17
17
|
import 'classnames';
|
|
18
18
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -25,12 +25,12 @@ import '@alfalab/hooks';
|
|
|
25
25
|
import '../utils.js';
|
|
26
26
|
import '../components/native-select/Component.js';
|
|
27
27
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
28
|
-
import '../list-popover-desktop-
|
|
28
|
+
import '../list-popover-desktop-87bab713.js';
|
|
29
29
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
30
30
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
31
31
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
32
32
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
33
|
-
import '../mobile.module-
|
|
33
|
+
import '../mobile.module-dad95946.js';
|
|
34
34
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
35
35
|
import '../components/clear-button/Component.js';
|
|
36
36
|
import '../../../button/esm';
|
|
@@ -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-87bab713.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-dad95946.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';
|
|
@@ -48,7 +48,7 @@ import '../../../input/esm';
|
|
|
48
48
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
49
49
|
import '../components/virtual-options-list/Component.js';
|
|
50
50
|
import 'react-virtual';
|
|
51
|
-
import '../hook-
|
|
51
|
+
import '../hook-8288e101.js';
|
|
52
52
|
import 'deep-equal';
|
|
53
53
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
54
54
|
import '../../../button/esm/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-87bab713.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-dad95946.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';
|
|
@@ -49,7 +49,7 @@ import '../../../input/esm';
|
|
|
49
49
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
50
50
|
import '../components/virtual-options-list/Component.js';
|
|
51
51
|
import 'react-virtual';
|
|
52
|
-
import '../hook-
|
|
52
|
+
import '../hook-8288e101.js';
|
|
53
53
|
import 'deep-equal';
|
|
54
54
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
55
55
|
import '../../../button/esm/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-8288e101.js';
|
|
4
4
|
import 'tslib';
|
|
5
5
|
import 'react';
|
|
6
6
|
import '../../../skeleton/esm';
|
|
@@ -2,7 +2,7 @@ import 'tslib';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'deep-equal';
|
|
4
4
|
import '../../../../shared/esm';
|
|
5
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-
|
|
5
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-8288e101.js';
|
|
6
6
|
import '../../utils.js';
|
|
7
7
|
import '../../components/options-list/Component.js';
|
|
8
8
|
import 'react-merge-refs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'tslib';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../../components/options-list/Component.js';
|
|
4
|
-
export { O as OptionsListWithApply } from '../../../hook-
|
|
4
|
+
export { O as OptionsListWithApply } from '../../../hook-8288e101.js';
|
|
5
5
|
import './footer/Component.js';
|
|
6
6
|
import './header/Component.js';
|
|
7
7
|
import 'react-merge-refs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../hook-
|
|
1
|
+
export * from "../../../hook-8288e101";
|
|
@@ -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-8288e101.js';
|
|
4
4
|
export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
|
|
5
5
|
export { Option } from '../components/option/Component.js';
|
|
6
6
|
export { BaseOption } from '../components/base-option/Component.js';
|
|
@@ -44,12 +44,12 @@ import 'compute-scroll-into-view';
|
|
|
44
44
|
import 'downshift';
|
|
45
45
|
import '../components/native-select/Component.js';
|
|
46
46
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
47
|
-
import '../list-popover-desktop-
|
|
47
|
+
import '../list-popover-desktop-87bab713.js';
|
|
48
48
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
49
49
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
50
50
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
51
51
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
52
|
-
import '../mobile.module-
|
|
52
|
+
import '../mobile.module-dad95946.js';
|
|
53
53
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
54
54
|
import '../../../base-modal/esm';
|
|
55
55
|
import '../../../button/esm/mobile';
|
|
@@ -14,7 +14,7 @@ var components_option_Component = require('../components/option/Component.js');
|
|
|
14
14
|
var components_optionsList_Component = require('../components/options-list/Component.js');
|
|
15
15
|
var components_search_Component = require('../components/search/Component.js');
|
|
16
16
|
var components_virtualOptionsList_Component = require('../components/virtual-options-list/Component.js');
|
|
17
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-
|
|
17
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-e334dab8.js');
|
|
18
18
|
var presets_useSelectWithApply_optionsListWithApply_header_Component = require('../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
|
|
19
19
|
|
|
20
20
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
@@ -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-0bf7cf32.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-47966362.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';
|
|
@@ -51,7 +51,7 @@ import '../../base-modal/modern';
|
|
|
51
51
|
import '../../button/modern/mobile';
|
|
52
52
|
import './components/virtual-options-list/Component.js';
|
|
53
53
|
import 'react-virtual';
|
|
54
|
-
import './hook-
|
|
54
|
+
import './hook-a926e079.js';
|
|
55
55
|
import 'deep-equal';
|
|
56
56
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
57
57
|
import '../../button/modern/desktop';
|
|
@@ -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-0bf7cf32.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-47966362.js';
|
|
17
17
|
import './components/list-mobile/list-bottom-sheet-mobile.js';
|
|
18
18
|
import './components/list-mobile/list-modal-mobile.js';
|
|
19
19
|
|
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-47966362.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-47966362.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-47966362.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-0bf7cf32.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-47966362.js';
|
|
19
19
|
import './components/list-mobile/list-modal-mobile.js';
|
|
@@ -19,12 +19,12 @@ import '@alfalab/hooks';
|
|
|
19
19
|
import '../utils.js';
|
|
20
20
|
import './native-select/Component.js';
|
|
21
21
|
import './base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
22
|
-
import '../list-popover-desktop-
|
|
22
|
+
import '../list-popover-desktop-0bf7cf32.js';
|
|
23
23
|
import './base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
24
24
|
import './base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
25
25
|
import './base-select/components/list-mobile/list-mobile.js';
|
|
26
26
|
import './base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
27
|
-
import '../mobile.module-
|
|
27
|
+
import '../mobile.module-47966362.js';
|
|
28
28
|
import './base-select/components/list-mobile/list-modal-mobile.js';
|
|
29
29
|
import './clear-button/Component.js';
|
|
30
30
|
import '../../../button/modern';
|
|
@@ -80,7 +80,7 @@ const OptionsList = forwardRef(({ size = 48, className, optionGroupClassName, sc
|
|
|
80
80
|
[styles.headerHighlighted]: !scrollTop,
|
|
81
81
|
}), onMouseEnter: resetHighlightedIndex }, header)),
|
|
82
82
|
nativeScrollbar ? renderWithNativeScrollbar() : renderWithCustomScrollbar(),
|
|
83
|
-
showFooter && footer &&
|
|
83
|
+
showFooter && footer && (React.createElement("div", { onMouseEnter: resetHighlightedIndex, className: cn(styles.optionsListFooter, {
|
|
84
84
|
[styles.withBorder]: visibleOptions &&
|
|
85
85
|
flatOptions.length > visibleOptions &&
|
|
86
86
|
!scrollBottom,
|
|
@@ -19,12 +19,12 @@ import '@alfalab/hooks';
|
|
|
19
19
|
import '../utils.js';
|
|
20
20
|
import '../components/native-select/Component.js';
|
|
21
21
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
22
|
-
import '../list-popover-desktop-
|
|
22
|
+
import '../list-popover-desktop-0bf7cf32.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
25
25
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
26
26
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
27
|
-
import '../mobile.module-
|
|
27
|
+
import '../mobile.module-47966362.js';
|
|
28
28
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
29
29
|
import '../components/clear-button/Component.js';
|
|
30
30
|
import '../../../button/modern';
|
|
@@ -15,12 +15,12 @@ import '@alfalab/hooks';
|
|
|
15
15
|
import '../utils.js';
|
|
16
16
|
import '../components/native-select/Component.js';
|
|
17
17
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
18
|
-
import '../list-popover-desktop-
|
|
18
|
+
import '../list-popover-desktop-0bf7cf32.js';
|
|
19
19
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
20
20
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
21
21
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
23
|
-
import '../mobile.module-
|
|
23
|
+
import '../mobile.module-47966362.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
25
25
|
import '../components/field/Component.js';
|
|
26
26
|
import '../components/clear-button/Component.js';
|
package/select/modern/index.js
CHANGED
|
@@ -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-0bf7cf32.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-47966362.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';
|
|
@@ -51,7 +51,7 @@ import '../../base-modal/modern';
|
|
|
51
51
|
import '../../button/modern/mobile';
|
|
52
52
|
import './components/virtual-options-list/Component.js';
|
|
53
53
|
import 'react-virtual';
|
|
54
|
-
import './hook-
|
|
54
|
+
import './hook-a926e079.js';
|
|
55
55
|
import 'deep-equal';
|
|
56
56
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
57
57
|
import '../../button/modern/desktop';
|
|
@@ -11,7 +11,7 @@ import { Option } from '../components/option/Component.js';
|
|
|
11
11
|
import { OptionsList } from '../components/options-list/Component.js';
|
|
12
12
|
import { Search } from '../components/search/Component.js';
|
|
13
13
|
import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
|
|
14
|
-
import { u as useSelectWithApply } from '../hook-
|
|
14
|
+
import { u as useSelectWithApply } from '../hook-a926e079.js';
|
|
15
15
|
import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
16
16
|
import 'classnames';
|
|
17
17
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -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-0bf7cf32.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-47966362.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-0bf7cf32.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-47966362.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';
|
|
@@ -47,7 +47,7 @@ import '../../../input/modern';
|
|
|
47
47
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
48
48
|
import '../components/virtual-options-list/Component.js';
|
|
49
49
|
import 'react-virtual';
|
|
50
|
-
import '../hook-
|
|
50
|
+
import '../hook-a926e079.js';
|
|
51
51
|
import 'deep-equal';
|
|
52
52
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
53
53
|
import '../../../button/modern/desktop';
|
|
@@ -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-0bf7cf32.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-47966362.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';
|
|
@@ -48,7 +48,7 @@ import '../../../input/modern';
|
|
|
48
48
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
49
49
|
import '../components/virtual-options-list/Component.js';
|
|
50
50
|
import 'react-virtual';
|
|
51
|
-
import '../hook-
|
|
51
|
+
import '../hook-a926e079.js';
|
|
52
52
|
import 'deep-equal';
|
|
53
53
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
54
54
|
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-a926e079.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../../../skeleton/modern';
|
|
6
6
|
import '../components/option/Component.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'deep-equal';
|
|
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-a926e079.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-a926e079.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-a926e079";
|
|
@@ -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-a926e079.js';
|
|
4
4
|
export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
|
|
5
5
|
export { Option } from '../components/option/Component.js';
|
|
6
6
|
export { BaseOption } from '../components/base-option/Component.js';
|
|
@@ -43,12 +43,12 @@ import 'compute-scroll-into-view';
|
|
|
43
43
|
import 'downshift';
|
|
44
44
|
import '../components/native-select/Component.js';
|
|
45
45
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
46
|
-
import '../list-popover-desktop-
|
|
46
|
+
import '../list-popover-desktop-0bf7cf32.js';
|
|
47
47
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
48
48
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
49
49
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
50
50
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
51
|
-
import '../mobile.module-
|
|
51
|
+
import '../mobile.module-47966362.js';
|
|
52
52
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
53
53
|
import '../../../base-modal/modern';
|
|
54
54
|
import '../../../button/modern/mobile';
|
|
@@ -79,7 +79,7 @@ const OptionsList = forwardRef(({ size = 48, className, optionGroupClassName, sc
|
|
|
79
79
|
[styles.headerHighlighted]: !scrollTop,
|
|
80
80
|
}), onMouseEnter: resetHighlightedIndex }, header)),
|
|
81
81
|
nativeScrollbar ? renderWithNativeScrollbar() : renderWithCustomScrollbar(),
|
|
82
|
-
showFooter && footer &&
|
|
82
|
+
showFooter && footer && (React.createElement("div", { onMouseEnter: resetHighlightedIndex, className: cn(styles.optionsListFooter, {
|
|
83
83
|
[styles.withBorder]: visibleOptions &&
|
|
84
84
|
flatOptions.length > visibleOptions &&
|
|
85
85
|
!scrollBottom,
|
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-e334dab8.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -4,7 +4,7 @@ require('tslib');
|
|
|
4
4
|
require('react');
|
|
5
5
|
require('deep-equal');
|
|
6
6
|
require('../../utils.js');
|
|
7
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-
|
|
7
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-e334dab8.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-e334dab8.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-e334dab8";
|
|
@@ -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-e334dab8.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-e334dab8.js');
|
|
6
6
|
var utils = require('../utils.js');
|
|
7
7
|
var components_option_Component = require('../components/option/Component.js');
|
|
8
8
|
var components_baseOption_Component = require('../components/base-option/Component.js');
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@alfalab/icons-glyph",
|
|
3
|
+
"version": "2.140.0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"peerDependencies": {
|
|
6
|
+
"react": ">=16.8.0",
|
|
7
|
+
"react-dom": ">=16.8.0"
|
|
8
|
+
},
|
|
9
|
+
"main": "./index.js",
|
|
10
|
+
"module": "./esm/index.js",
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public"
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -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-ad8c1c61.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-ad8c1c61.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
|
@@ -8,7 +8,7 @@ import { SidePanelDesktop } from './desktop/Component.desktop.js';
|
|
|
8
8
|
import { SidePanelMobile } from './mobile/Component.mobile.js';
|
|
9
9
|
import { ResponsiveContext } from './ResponsiveContext.js';
|
|
10
10
|
import 'classnames';
|
|
11
|
-
import './layout.module-
|
|
11
|
+
import './layout.module-013053a0.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-013053a0.js';
|
|
6
6
|
|
|
7
7
|
var styles = {"component":"side-panel__component_v4dax"};
|
|
8
8
|
require('./index.css');
|