@alfalab/core-components 47.24.0-beta.0 → 47.24.1
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/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/Component.d.ts +92 -7
- package/file-upload-item/Component.js +65 -41
- package/file-upload-item/cssm/Component.d.ts +92 -7
- package/file-upload-item/cssm/Component.js +64 -40
- package/file-upload-item/cssm/index.js +0 -1
- package/file-upload-item/cssm/index.module.css +96 -5
- package/file-upload-item/cssm/utils.d.ts +3 -6
- package/file-upload-item/cssm/utils.js +28 -10
- package/file-upload-item/esm/Component.d.ts +92 -7
- package/file-upload-item/esm/Component.js +68 -64
- package/file-upload-item/esm/index.css +96 -5
- package/file-upload-item/esm/index.js +10 -26
- package/file-upload-item/esm/utils.d.ts +3 -6
- package/file-upload-item/esm/utils.js +28 -6
- package/file-upload-item/index.css +96 -5
- package/file-upload-item/index.js +0 -1
- package/file-upload-item/modern/Component.d.ts +92 -7
- package/file-upload-item/modern/Component.js +68 -62
- package/file-upload-item/modern/index.css +96 -5
- package/file-upload-item/modern/index.js +10 -25
- package/file-upload-item/modern/utils.d.ts +3 -6
- package/file-upload-item/modern/utils.js +28 -6
- package/file-upload-item/moderncssm/Component.d.ts +92 -7
- package/file-upload-item/moderncssm/Component.js +67 -66
- package/file-upload-item/moderncssm/index.js +10 -30
- package/file-upload-item/moderncssm/index.module.css +117 -2
- package/file-upload-item/moderncssm/utils.d.ts +3 -6
- package/file-upload-item/moderncssm/utils.js +28 -6
- package/file-upload-item/utils.d.ts +3 -6
- package/file-upload-item/utils.js +28 -10
- 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/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/package.json +2 -2
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
- 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 +7 -3
- package/select/cssm/components/options-list/Component.js +7 -3
- 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 +7 -3
- 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 +2 -2
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/mobile/Component.mobile.js +3 -3
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared/index.js +3 -3
- package/select/moderncssm/components/options-list/Component.js +2 -2
- 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/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/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile/index.js +2 -2
- package/themes/compiled/mobile-dark-bluetint.css +30 -30
- 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/accordion/@alfalab/icons-glyph/package.json +0 -14
- package/attach/@alfalab/icons-glyph/package.json +0 -14
- package/bank-card/@alfalab/icons-glyph/package.json +0 -14
- package/calendar/@alfalab/icons-glyph/package.json +0 -14
- package/calendar-input/@alfalab/icons-glyph/package.json +0 -14
- package/checkbox/@alfalab/icons-glyph/package.json +0 -14
- package/collapse/@alfalab/icons-glyph/package.json +0 -14
- package/confirmation-v1/@alfalab/icons-glyph/package.json +0 -14
- package/date-range-input/@alfalab/icons-glyph/package.json +0 -14
- package/date-time-input/@alfalab/icons-glyph/package.json +0 -14
- package/dropzone/@alfalab/icons-glyph/package.json +0 -14
- package/file-upload-item/actions-control.module-5e3c7233.js +0 -4
- package/file-upload-item/components/actions-control/actions-control.css +0 -34
- package/file-upload-item/components/actions-control/actions.d.ts +0 -4
- package/file-upload-item/components/actions-control/actions.js +0 -22
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +0 -24
- package/file-upload-item/components/actions-control/components/delete-button/index.d.ts +0 -1
- package/file-upload-item/components/actions-control/components/delete-button/index.js +0 -7
- package/file-upload-item/components/actions-control/components/download-button/download-button.d.ts +0 -4
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +0 -25
- package/file-upload-item/components/actions-control/components/download-button/index.d.ts +0 -1
- package/file-upload-item/components/actions-control/components/download-button/index.js +0 -7
- package/file-upload-item/components/actions-control/components/restore-button/index.d.ts +0 -1
- package/file-upload-item/components/actions-control/components/restore-button/index.js +0 -7
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +0 -24
- package/file-upload-item/components/actions-control/index.d.ts +0 -1
- package/file-upload-item/components/actions-control/index.js +0 -7
- package/file-upload-item/components/content/components/content-error/content-error.css +0 -4
- package/file-upload-item/components/content/components/content-error/content-error.d.ts +0 -4
- package/file-upload-item/components/content/components/content-error/content-error.js +0 -25
- package/file-upload-item/components/content/components/content-error/index.d.ts +0 -1
- package/file-upload-item/components/content/components/content-error/index.js +0 -7
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.css +0 -31
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.js +0 -61
- package/file-upload-item/components/content/content.css +0 -50
- package/file-upload-item/components/content/content.d.ts +0 -4
- package/file-upload-item/components/content/content.js +0 -33
- package/file-upload-item/components/content/index.d.ts +0 -1
- package/file-upload-item/components/content/index.js +0 -7
- package/file-upload-item/components/content/utils/isError.d.ts +0 -2
- package/file-upload-item/components/content/utils/isError.js +0 -13
- package/file-upload-item/components/status-control/components/status-control-icon/index.d.ts +0 -1
- package/file-upload-item/components/status-control/components/status-control-icon/index.js +0 -7
- package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.css +0 -37
- package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
- package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.js +0 -68
- package/file-upload-item/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
- package/file-upload-item/components/status-control/components/status-control-progress-bar/index.js +0 -7
- package/file-upload-item/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
- package/file-upload-item/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -20
- package/file-upload-item/components/status-control/index.d.ts +0 -1
- package/file-upload-item/components/status-control/index.js +0 -7
- package/file-upload-item/components/status-control/status-control.css +0 -57
- package/file-upload-item/components/status-control/status-control.d.ts +0 -4
- package/file-upload-item/components/status-control/status-control.js +0 -46
- package/file-upload-item/const/progress-bar.d.ts +0 -2
- package/file-upload-item/const/progress-bar.js +0 -5
- package/file-upload-item/context/file-upload-item-context.d.ts +0 -30
- package/file-upload-item/context/file-upload-item-context.js +0 -30
- package/file-upload-item/cssm/components/actions-control/actions-control.module.css +0 -33
- package/file-upload-item/cssm/components/actions-control/actions.d.ts +0 -4
- package/file-upload-item/cssm/components/actions-control/actions.js +0 -23
- package/file-upload-item/cssm/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
- package/file-upload-item/cssm/components/actions-control/components/delete-button/delete-button.js +0 -25
- package/file-upload-item/cssm/components/actions-control/components/delete-button/index.d.ts +0 -1
- package/file-upload-item/cssm/components/actions-control/components/delete-button/index.js +0 -7
- package/file-upload-item/cssm/components/actions-control/components/download-button/download-button.d.ts +0 -4
- package/file-upload-item/cssm/components/actions-control/components/download-button/download-button.js +0 -26
- package/file-upload-item/cssm/components/actions-control/components/download-button/index.d.ts +0 -1
- package/file-upload-item/cssm/components/actions-control/components/download-button/index.js +0 -7
- package/file-upload-item/cssm/components/actions-control/components/restore-button/index.d.ts +0 -1
- package/file-upload-item/cssm/components/actions-control/components/restore-button/index.js +0 -7
- package/file-upload-item/cssm/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
- package/file-upload-item/cssm/components/actions-control/components/restore-button/restore-button.js +0 -25
- package/file-upload-item/cssm/components/actions-control/index.d.ts +0 -1
- package/file-upload-item/cssm/components/actions-control/index.js +0 -7
- package/file-upload-item/cssm/components/content/components/content-error/content-error.d.ts +0 -4
- package/file-upload-item/cssm/components/content/components/content-error/content-error.js +0 -24
- package/file-upload-item/cssm/components/content/components/content-error/content-error.module.css +0 -3
- package/file-upload-item/cssm/components/content/components/content-error/index.d.ts +0 -1
- package/file-upload-item/cssm/components/content/components/content-error/index.js +0 -7
- package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
- package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.js +0 -60
- package/file-upload-item/cssm/components/content/components/content-subtitle/content-subtitle.module.css +0 -30
- package/file-upload-item/cssm/components/content/content.d.ts +0 -4
- package/file-upload-item/cssm/components/content/content.js +0 -32
- package/file-upload-item/cssm/components/content/content.module.css +0 -49
- package/file-upload-item/cssm/components/content/index.d.ts +0 -1
- package/file-upload-item/cssm/components/content/index.js +0 -7
- package/file-upload-item/cssm/components/content/utils/isError.d.ts +0 -2
- package/file-upload-item/cssm/components/content/utils/isError.js +0 -13
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/index.d.ts +0 -1
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/index.js +0 -7
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/status-control-icon.js +0 -67
- package/file-upload-item/cssm/components/status-control/components/status-control-icon/status-control-icon.module.css +0 -36
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/index.js +0 -7
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
- package/file-upload-item/cssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -20
- package/file-upload-item/cssm/components/status-control/index.d.ts +0 -1
- package/file-upload-item/cssm/components/status-control/index.js +0 -7
- package/file-upload-item/cssm/components/status-control/status-control.d.ts +0 -4
- package/file-upload-item/cssm/components/status-control/status-control.js +0 -45
- package/file-upload-item/cssm/components/status-control/status-control.module.css +0 -56
- package/file-upload-item/cssm/const/progress-bar.d.ts +0 -2
- package/file-upload-item/cssm/const/progress-bar.js +0 -5
- package/file-upload-item/cssm/context/file-upload-item-context.d.ts +0 -30
- package/file-upload-item/cssm/context/file-upload-item-context.js +0 -30
- package/file-upload-item/cssm/types/file-upload-item-props.d.ts +0 -113
- package/file-upload-item/cssm/types/file-upload-item-props.js +0 -1
- package/file-upload-item/esm/actions-control.module-cf792128.js +0 -4
- package/file-upload-item/esm/components/actions-control/actions-control.css +0 -34
- package/file-upload-item/esm/components/actions-control/actions.d.ts +0 -4
- package/file-upload-item/esm/components/actions-control/actions.js +0 -20
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +0 -17
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.d.ts +0 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +0 -6
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.d.ts +0 -4
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +0 -18
- package/file-upload-item/esm/components/actions-control/components/download-button/index.d.ts +0 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +0 -6
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.d.ts +0 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +0 -6
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +0 -17
- package/file-upload-item/esm/components/actions-control/index.d.ts +0 -1
- package/file-upload-item/esm/components/actions-control/index.js +0 -11
- package/file-upload-item/esm/components/content/components/content-error/content-error.css +0 -4
- package/file-upload-item/esm/components/content/components/content-error/content-error.d.ts +0 -4
- package/file-upload-item/esm/components/content/components/content-error/content-error.js +0 -19
- package/file-upload-item/esm/components/content/components/content-error/index.d.ts +0 -1
- package/file-upload-item/esm/components/content/components/content-error/index.js +0 -4
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.css +0 -31
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.js +0 -54
- package/file-upload-item/esm/components/content/content.css +0 -50
- package/file-upload-item/esm/components/content/content.d.ts +0 -4
- package/file-upload-item/esm/components/content/content.js +0 -30
- package/file-upload-item/esm/components/content/index.d.ts +0 -1
- package/file-upload-item/esm/components/content/index.js +0 -10
- package/file-upload-item/esm/components/content/utils/isError.d.ts +0 -2
- package/file-upload-item/esm/components/content/utils/isError.js +0 -11
- package/file-upload-item/esm/components/status-control/components/status-control-icon/index.d.ts +0 -1
- package/file-upload-item/esm/components/status-control/components/status-control-icon/index.js +0 -13
- package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.css +0 -37
- package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
- package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.js +0 -60
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/index.js +0 -2
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
- package/file-upload-item/esm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -14
- package/file-upload-item/esm/components/status-control/index.d.ts +0 -1
- package/file-upload-item/esm/components/status-control/index.js +0 -17
- package/file-upload-item/esm/components/status-control/status-control.css +0 -57
- package/file-upload-item/esm/components/status-control/status-control.d.ts +0 -4
- package/file-upload-item/esm/components/status-control/status-control.js +0 -47
- package/file-upload-item/esm/const/progress-bar.d.ts +0 -2
- package/file-upload-item/esm/const/progress-bar.js +0 -3
- package/file-upload-item/esm/context/file-upload-item-context.d.ts +0 -30
- package/file-upload-item/esm/context/file-upload-item-context.js +0 -28
- package/file-upload-item/esm/types/file-upload-item-props.d.ts +0 -113
- package/file-upload-item/esm/types/file-upload-item-props.js +0 -1
- package/file-upload-item/modern/actions-control.module-81af344b.js +0 -4
- package/file-upload-item/modern/components/actions-control/actions-control.css +0 -34
- package/file-upload-item/modern/components/actions-control/actions.d.ts +0 -4
- package/file-upload-item/modern/components/actions-control/actions.js +0 -20
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +0 -17
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.d.ts +0 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +0 -6
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.d.ts +0 -4
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +0 -18
- package/file-upload-item/modern/components/actions-control/components/download-button/index.d.ts +0 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +0 -6
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.d.ts +0 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +0 -6
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +0 -17
- package/file-upload-item/modern/components/actions-control/index.d.ts +0 -1
- package/file-upload-item/modern/components/actions-control/index.js +0 -11
- package/file-upload-item/modern/components/content/components/content-error/content-error.css +0 -4
- package/file-upload-item/modern/components/content/components/content-error/content-error.d.ts +0 -4
- package/file-upload-item/modern/components/content/components/content-error/content-error.js +0 -19
- package/file-upload-item/modern/components/content/components/content-error/index.d.ts +0 -1
- package/file-upload-item/modern/components/content/components/content-error/index.js +0 -4
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.css +0 -31
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.js +0 -53
- package/file-upload-item/modern/components/content/content.css +0 -50
- package/file-upload-item/modern/components/content/content.d.ts +0 -4
- package/file-upload-item/modern/components/content/content.js +0 -29
- package/file-upload-item/modern/components/content/index.d.ts +0 -1
- package/file-upload-item/modern/components/content/index.js +0 -10
- package/file-upload-item/modern/components/content/utils/isError.d.ts +0 -2
- package/file-upload-item/modern/components/content/utils/isError.js +0 -11
- package/file-upload-item/modern/components/status-control/components/status-control-icon/index.d.ts +0 -1
- package/file-upload-item/modern/components/status-control/components/status-control-icon/index.js +0 -13
- package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.css +0 -37
- package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
- package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.js +0 -59
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/index.js +0 -2
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
- package/file-upload-item/modern/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -11
- package/file-upload-item/modern/components/status-control/index.d.ts +0 -1
- package/file-upload-item/modern/components/status-control/index.js +0 -16
- package/file-upload-item/modern/components/status-control/status-control.css +0 -57
- package/file-upload-item/modern/components/status-control/status-control.d.ts +0 -4
- package/file-upload-item/modern/components/status-control/status-control.js +0 -43
- package/file-upload-item/modern/const/progress-bar.d.ts +0 -2
- package/file-upload-item/modern/const/progress-bar.js +0 -3
- package/file-upload-item/modern/context/file-upload-item-context.d.ts +0 -30
- package/file-upload-item/modern/context/file-upload-item-context.js +0 -28
- package/file-upload-item/modern/types/file-upload-item-props.d.ts +0 -113
- package/file-upload-item/modern/types/file-upload-item-props.js +0 -1
- package/file-upload-item/moderncssm/components/actions-control/actions-control.module.css +0 -23
- package/file-upload-item/moderncssm/components/actions-control/actions.d.ts +0 -4
- package/file-upload-item/moderncssm/components/actions-control/actions.js +0 -20
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/delete-button.d.ts +0 -4
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/delete-button.js +0 -17
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/actions-control/components/delete-button/index.js +0 -6
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/download-button.d.ts +0 -4
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/download-button.js +0 -18
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/actions-control/components/download-button/index.js +0 -6
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/index.js +0 -6
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/restore-button.d.ts +0 -4
- package/file-upload-item/moderncssm/components/actions-control/components/restore-button/restore-button.js +0 -17
- package/file-upload-item/moderncssm/components/actions-control/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/actions-control/index.js +0 -11
- package/file-upload-item/moderncssm/components/content/components/content-error/content-error.d.ts +0 -4
- package/file-upload-item/moderncssm/components/content/components/content-error/content-error.js +0 -17
- package/file-upload-item/moderncssm/components/content/components/content-error/content-error.module.css +0 -3
- package/file-upload-item/moderncssm/components/content/components/content-error/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/content/components/content-error/index.js +0 -5
- package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.d.ts +0 -4
- package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.js +0 -52
- package/file-upload-item/moderncssm/components/content/components/content-subtitle/content-subtitle.module.css +0 -15
- package/file-upload-item/moderncssm/components/content/content.d.ts +0 -4
- package/file-upload-item/moderncssm/components/content/content.js +0 -29
- package/file-upload-item/moderncssm/components/content/content.module.css +0 -37
- package/file-upload-item/moderncssm/components/content/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/content/index.js +0 -13
- package/file-upload-item/moderncssm/components/content/utils/isError.d.ts +0 -2
- package/file-upload-item/moderncssm/components/content/utils/isError.js +0 -11
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/index.js +0 -14
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/status-control-icon.d.ts +0 -4
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/status-control-icon.js +0 -57
- package/file-upload-item/moderncssm/components/status-control/components/status-control-icon/status-control-icon.module.css +0 -22
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/index.js +0 -2
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.d.ts +0 -6
- package/file-upload-item/moderncssm/components/status-control/components/status-control-progress-bar/status-control-progress-bar.js +0 -11
- package/file-upload-item/moderncssm/components/status-control/index.d.ts +0 -1
- package/file-upload-item/moderncssm/components/status-control/index.js +0 -18
- package/file-upload-item/moderncssm/components/status-control/status-control.d.ts +0 -4
- package/file-upload-item/moderncssm/components/status-control/status-control.js +0 -42
- package/file-upload-item/moderncssm/components/status-control/status-control.module.css +0 -48
- package/file-upload-item/moderncssm/const/progress-bar.d.ts +0 -2
- package/file-upload-item/moderncssm/const/progress-bar.js +0 -3
- package/file-upload-item/moderncssm/context/file-upload-item-context.d.ts +0 -30
- package/file-upload-item/moderncssm/context/file-upload-item-context.js +0 -28
- package/file-upload-item/moderncssm/types/file-upload-item-props.d.ts +0 -113
- package/file-upload-item/moderncssm/types/file-upload-item-props.js +0 -1
- package/file-upload-item/types/file-upload-item-props.d.ts +0 -113
- package/file-upload-item/types/file-upload-item-props.js +0 -1
- package/file-upload-item-v1/@alfalab/icons-glyph/package.json +0 -14
- package/file-upload-item-v1/Component.d.ts +0 -95
- package/file-upload-item-v1/Component.js +0 -81
- package/file-upload-item-v1/cssm/Component.d.ts +0 -95
- package/file-upload-item-v1/cssm/Component.js +0 -80
- package/file-upload-item-v1/cssm/index.d.ts +0 -1
- package/file-upload-item-v1/cssm/index.js +0 -7
- package/file-upload-item-v1/cssm/index.module.css +0 -124
- package/file-upload-item-v1/cssm/utils.d.ts +0 -5
- package/file-upload-item-v1/cssm/utils.js +0 -45
- package/file-upload-item-v1/esm/Component.d.ts +0 -95
- package/file-upload-item-v1/esm/Component.js +0 -79
- package/file-upload-item-v1/esm/index.css +0 -125
- package/file-upload-item-v1/esm/index.d.ts +0 -1
- package/file-upload-item-v1/esm/index.js +0 -17
- package/file-upload-item-v1/esm/utils.d.ts +0 -5
- package/file-upload-item-v1/esm/utils.js +0 -41
- package/file-upload-item-v1/index.css +0 -125
- package/file-upload-item-v1/index.d.ts +0 -1
- package/file-upload-item-v1/index.js +0 -7
- package/file-upload-item-v1/modern/Component.d.ts +0 -95
- package/file-upload-item-v1/modern/Component.js +0 -77
- package/file-upload-item-v1/modern/index.css +0 -125
- package/file-upload-item-v1/modern/index.d.ts +0 -1
- package/file-upload-item-v1/modern/index.js +0 -17
- package/file-upload-item-v1/modern/utils.d.ts +0 -5
- package/file-upload-item-v1/modern/utils.js +0 -41
- package/file-upload-item-v1/moderncssm/Component.d.ts +0 -95
- package/file-upload-item-v1/moderncssm/Component.js +0 -75
- package/file-upload-item-v1/moderncssm/index.d.ts +0 -1
- package/file-upload-item-v1/moderncssm/index.js +0 -18
- package/file-upload-item-v1/moderncssm/index.module.css +0 -129
- package/file-upload-item-v1/moderncssm/utils.d.ts +0 -5
- package/file-upload-item-v1/moderncssm/utils.js +0 -41
- package/file-upload-item-v1/package.json +0 -3
- package/file-upload-item-v1/utils.d.ts +0 -5
- package/file-upload-item-v1/utils.js +0 -45
- package/filter-tag/@alfalab/icons-glyph/package.json +0 -14
- package/gallery/@alfalab/icons-glyph/package.json +0 -14
- package/input/@alfalab/icons-glyph/package.json +0 -14
- package/international-phone-input/@alfalab/icons-glyph/package.json +0 -14
- package/intl-phone-input/@alfalab/icons-glyph/package.json +0 -14
- package/navigation-bar/@alfalab/icons-glyph/package.json +0 -14
- package/navigation-bar-private/@alfalab/icons-glyph/package.json +0 -14
- package/number-input/@alfalab/icons-glyph/package.json +0 -14
- package/pagination/@alfalab/icons-glyph/package.json +0 -14
- package/pass-code/@alfalab/icons-glyph/package.json +0 -14
- package/pass-code-v1/@alfalab/icons-glyph/package.json +0 -14
- package/password-input/@alfalab/icons-glyph/package.json +0 -14
- package/picker-button/@alfalab/icons-glyph/package.json +0 -14
- package/plate/@alfalab/icons-glyph/package.json +0 -14
- package/product-cover/@alfalab/icons-glyph/package.json +0 -14
- package/select/@alfalab/icons-glyph/package.json +0 -14
- package/select-with-tags/@alfalab/icons-glyph/package.json +0 -14
- package/sortable-list/@alfalab/icons-glyph/package.json +0 -14
- package/status-badge/@alfalab/icons-glyph/package.json +0 -14
- package/steps/@alfalab/icons-glyph/package.json +0 -14
- package/tabs/@alfalab/icons-glyph/package.json +0 -14
- package/toast-plate/@alfalab/icons-glyph/package.json +0 -14
- package/universal-date-input/@alfalab/icons-glyph/package.json +0 -14
- /package/confirmation/{countdown-section-0276cc22.d.ts → countdown-section-16d6c007.d.ts} +0 -0
- /package/confirmation/{countdown-section-0276cc22.js → countdown-section-16d6c007.js} +0 -0
- /package/confirmation/esm/{countdown-section-51966768.d.ts → countdown-section-e376b321.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-51966768.js → countdown-section-e376b321.js} +0 -0
- /package/confirmation/modern/{countdown-section-c91cd28e.d.ts → countdown-section-66e28bb2.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-c91cd28e.js → countdown-section-66e28bb2.js} +0 -0
- /package/gallery/esm/{slide-e83af4ae.d.ts → slide-5fb257fd.d.ts} +0 -0
- /package/gallery/esm/{slide-e83af4ae.js → slide-5fb257fd.js} +0 -0
- /package/gallery/modern/{slide-ebf1875f.d.ts → slide-eb4cf3a0.d.ts} +0 -0
- /package/gallery/modern/{slide-ebf1875f.js → slide-eb4cf3a0.js} +0 -0
- /package/gallery/{slide-b1eb08cd.d.ts → slide-8251b28e.d.ts} +0 -0
- /package/gallery/{slide-b1eb08cd.js → slide-8251b28e.js} +0 -0
- /package/modal/esm/{layout.module-cbdf5b23.js → layout.module-2943ecd0.js} +0 -0
- /package/modal/{layout.module-3ba66d38.js → layout.module-38604ebe.js} +0 -0
- /package/modal/modern/{layout.module-f7b4118b.js → layout.module-c8884365.js} +0 -0
- /package/pure-cell/{component-e7968462.d.ts → component-b287484e.d.ts} +0 -0
- /package/pure-cell/{component-e7968462.js → component-b287484e.js} +0 -0
- /package/pure-cell/esm/{component-76e6b37b.d.ts → component-c9f87e9e.d.ts} +0 -0
- /package/pure-cell/esm/{component-76e6b37b.js → component-c9f87e9e.js} +0 -0
- /package/pure-cell/modern/{component-64ed20dc.d.ts → component-601eed2f.d.ts} +0 -0
- /package/pure-cell/modern/{component-64ed20dc.js → component-601eed2f.js} +0 -0
- /package/select/esm/{hook-4475f0d6.d.ts → hook-5c62c301.d.ts} +0 -0
- /package/select/esm/{hook-4475f0d6.js → hook-5c62c301.js} +0 -0
- /package/select/esm/{list-popover-desktop-d657d5fe.d.ts → list-popover-desktop-bafc9490.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-d657d5fe.js → list-popover-desktop-bafc9490.js} +0 -0
- /package/select/esm/{mobile.module-8b82371b.js → mobile.module-3a10018f.js} +0 -0
- /package/select/{hook-9528cd4d.d.ts → hook-07cb7608.d.ts} +0 -0
- /package/select/{hook-9528cd4d.js → hook-07cb7608.js} +0 -0
- /package/select/{list-popover-desktop-37fd040c.d.ts → list-popover-desktop-747f244b.d.ts} +0 -0
- /package/select/{list-popover-desktop-37fd040c.js → list-popover-desktop-747f244b.js} +0 -0
- /package/select/{mobile.module-4ed49ee9.js → mobile.module-ff64b811.js} +0 -0
- /package/select/modern/{hook-378975f1.d.ts → hook-2824140e.d.ts} +0 -0
- /package/select/modern/{hook-378975f1.js → hook-2824140e.js} +0 -0
- /package/select/modern/{list-popover-desktop-b88cccbf.d.ts → list-popover-desktop-c9b03ea7.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-b88cccbf.js → list-popover-desktop-c9b03ea7.js} +0 -0
- /package/select/modern/{mobile.module-02ca6526.js → mobile.module-6575652f.js} +0 -0
- /package/side-panel/esm/{layout.module-5c370928.js → layout.module-d560610b.js} +0 -0
- /package/side-panel/{layout.module-9821422d.js → layout.module-09fa7a49.js} +0 -0
- /package/side-panel/modern/{layout.module-1bc813ba.js → layout.module-95df9f40.js} +0 -0
- /package/tabs/esm/{index.module-33c7b948.js → index.module-67d867f0.js} +0 -0
- /package/tabs/esm/{index.module-845121a4.js → index.module-df4ff73b.js} +0 -0
- /package/tabs/{index.module-14deaa39.js → index.module-b6bde4e7.js} +0 -0
- /package/tabs/{index.module-27a2b652.js → index.module-e8a52c11.js} +0 -0
- /package/tabs/modern/{index.module-7bcec231.js → index.module-9c7d0822.js} +0 -0
- /package/tabs/modern/{index.module-6f76af03.js → index.module-ec0448f8.js} +0 -0
- /package/typography/{colors.module-9a7c7597.js → colors.module-d5109cca.js} +0 -0
- /package/typography/{common.module-81c26a97.js → common.module-373c8f6c.js} +0 -0
- /package/typography/esm/{colors.module-25efb793.js → colors.module-c705982c.js} +0 -0
- /package/typography/esm/{common.module-a66b7257.js → common.module-3291a37c.js} +0 -0
- /package/typography/modern/{colors.module-8e7dd705.js → colors.module-353d3340.js} +0 -0
- /package/typography/modern/{common.module-e5a542b6.js → common.module-5a09b326.js} +0 -0
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { getDataTestId } from '../../../../shared/modern';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
6
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
6
|
+
import { l as layoutStyles } from '../../layout.module-95df9f40.js';
|
|
7
7
|
import '../../../../base-modal/modern';
|
|
8
8
|
|
|
9
9
|
const styles = {"footer":"side-panel__footer_ljmy3","sticky":"side-panel__sticky_ljmy3","highlighted":"side-panel__highlighted_ljmy3"};
|
|
@@ -5,7 +5,7 @@ import '../../../../shared/modern';
|
|
|
5
5
|
import '../../Context.js';
|
|
6
6
|
import '../../../../base-modal/modern';
|
|
7
7
|
import '../../ResponsiveContext.js';
|
|
8
|
-
import '../../layout.module-
|
|
8
|
+
import '../../layout.module-95df9f40.js';
|
|
9
9
|
|
|
10
10
|
const styles = {"footer":"side-panel__footer_1deoz","sticky":"side-panel__sticky_1deoz"};
|
|
11
11
|
require('./mobile.css');
|
|
@@ -12,7 +12,7 @@ import '../components/content/Component.js';
|
|
|
12
12
|
import '../../../shared/modern';
|
|
13
13
|
import '../Context.js';
|
|
14
14
|
import '../../../base-modal/modern';
|
|
15
|
-
import '../layout.module-
|
|
15
|
+
import '../layout.module-95df9f40.js';
|
|
16
16
|
import '../components/footer/Component.js';
|
|
17
17
|
import '../../../navigation-bar-private/modern';
|
|
18
18
|
|
|
@@ -11,7 +11,7 @@ import '../Context.js';
|
|
|
11
11
|
import '../../../base-modal/modern';
|
|
12
12
|
import '../ResponsiveContext.js';
|
|
13
13
|
import '../components/controls/Component.js';
|
|
14
|
-
import '../layout.module-
|
|
14
|
+
import '../layout.module-95df9f40.js';
|
|
15
15
|
import '../components/footer/Component.desktop.js';
|
|
16
16
|
import '../components/footer/Component.js';
|
|
17
17
|
import '../components/header/Component.js';
|
|
@@ -5,7 +5,7 @@ import '../../shared/modern';
|
|
|
5
5
|
import './components/controls/Component.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import './ResponsiveContext.js';
|
|
8
|
-
import './layout.module-
|
|
8
|
+
import './layout.module-95df9f40.js';
|
|
9
9
|
import './components/header/Component.js';
|
|
10
10
|
import '../../navigation-bar-private/modern';
|
|
11
11
|
import './consts.js';
|
|
@@ -9,7 +9,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
|
|
|
9
9
|
import '../components/content/Component.js';
|
|
10
10
|
import '../../../shared/modern';
|
|
11
11
|
import '../Context.js';
|
|
12
|
-
import '../layout.module-
|
|
12
|
+
import '../layout.module-95df9f40.js';
|
|
13
13
|
import '../components/footer/Component.js';
|
|
14
14
|
import '../../../navigation-bar-private/modern';
|
|
15
15
|
import '../consts.js';
|
|
@@ -8,7 +8,7 @@ import '../../../shared/modern';
|
|
|
8
8
|
import '../Context.js';
|
|
9
9
|
import '../ResponsiveContext.js';
|
|
10
10
|
import '../components/controls/Component.js';
|
|
11
|
-
import '../layout.module-
|
|
11
|
+
import '../layout.module-95df9f40.js';
|
|
12
12
|
import '../components/footer/Component.mobile.js';
|
|
13
13
|
import '../components/footer/Component.js';
|
|
14
14
|
import '../components/header/Component.js';
|
|
@@ -10,7 +10,7 @@ var coreComponentsShared = require('../../../shared');
|
|
|
10
10
|
var hooks_useTablistTitles = require('../../hooks/use-tablist-titles.js');
|
|
11
11
|
var syntheticEvents = require('../../synthetic-events.js');
|
|
12
12
|
var components_title_Component = require('../title/Component.js');
|
|
13
|
-
var index_module = require('../../index.module-
|
|
13
|
+
var index_module = require('../../index.module-e8a52c11.js');
|
|
14
14
|
|
|
15
15
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
16
16
|
|
|
@@ -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 components_primaryTablist_Component = require('./Component.js');
|
|
6
|
-
var index_module = require('../../index.module-
|
|
6
|
+
var index_module = require('../../index.module-e8a52c11.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
9
|
|
|
@@ -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 components_primaryTablist_Component = require('./Component.js');
|
|
6
|
-
var index_module = require('../../index.module-
|
|
6
|
+
var index_module = require('../../index.module-e8a52c11.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var desktop = require('../../../tag/desktop');
|
|
6
6
|
var components_secondaryTablist_Component = require('./Component.js');
|
|
7
|
-
var index_module = require('../../index.module-
|
|
7
|
+
var index_module = require('../../index.module-b6bde4e7.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 React = require('react');
|
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var mobile = require('../../../tag/mobile');
|
|
7
7
|
var components_secondaryTablist_Component = require('./Component.js');
|
|
8
|
-
var index_module = require('../../index.module-
|
|
8
|
+
var index_module = require('../../index.module-b6bde4e7.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
|
@@ -18,5 +18,5 @@ import 'react-merge-refs';
|
|
|
18
18
|
import '../synthetic-events.js';
|
|
19
19
|
import '../components/title/Component.js';
|
|
20
20
|
import '../../../skeleton/esm';
|
|
21
|
-
import '../index.module-
|
|
21
|
+
import '../index.module-67d867f0.js';
|
|
22
22
|
import '../components/tabs/Component.js';
|
|
@@ -8,7 +8,7 @@ import { getComponentBreakpoint } from '../../../../shared/esm';
|
|
|
8
8
|
import { useTablistTitles } from '../../hooks/use-tablist-titles.js';
|
|
9
9
|
import { createSyntheticMouseEvent } from '../../synthetic-events.js';
|
|
10
10
|
import { Title } from '../title/Component.js';
|
|
11
|
-
import { s as styles } from '../../index.module-
|
|
11
|
+
import { s as styles } from '../../index.module-67d867f0.js';
|
|
12
12
|
import '../../../../mq/esm';
|
|
13
13
|
import '../../hooks/use-collapsible-elements.js';
|
|
14
14
|
import '@juggle/resize-observer';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { PrimaryTabList } from './Component.js';
|
|
4
|
-
import { s as styles } from '../../index.module-
|
|
4
|
+
import { s as styles } from '../../index.module-67d867f0.js';
|
|
5
5
|
import '@juggle/resize-observer';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../../../keyboard-focusable/esm';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { PrimaryTabList } from './Component.js';
|
|
4
|
-
import { s as styles$1 } from '../../index.module-
|
|
4
|
+
import { s as styles$1 } from '../../index.module-67d867f0.js';
|
|
5
5
|
import '@juggle/resize-observer';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../../../keyboard-focusable/esm';
|
|
@@ -20,7 +20,7 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
20
20
|
import '../scroll-controls/utils.js';
|
|
21
21
|
import '../title/Component.js';
|
|
22
22
|
import '../../../../skeleton/esm';
|
|
23
|
-
import '../../index.module-
|
|
23
|
+
import '../../index.module-67d867f0.js';
|
|
24
24
|
|
|
25
25
|
var PrimaryTabListResponsive = function (_a) {
|
|
26
26
|
var size = _a.size, _b = _a.breakpoint, breakpoint = _b === void 0 ? getComponentBreakpoint() : _b, fullWidthScroll = _a.fullWidthScroll, defaultMatchMediaValue = _a.defaultMatchMediaValue, restProps = __rest(_a, ["size", "breakpoint", "fullWidthScroll", "defaultMatchMediaValue"]);
|
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { TagDesktop } from '../../../../tag/esm/desktop';
|
|
4
4
|
import { SecondaryTabList } from './Component.js';
|
|
5
|
-
import { c as commonStyles } from '../../index.module-
|
|
5
|
+
import { c as commonStyles } from '../../index.module-df4ff73b.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../../../skeleton/esm';
|
|
8
8
|
import '../../hooks/use-tabs.js';
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { TagMobile } from '../../../../tag/esm/mobile';
|
|
5
5
|
import { SecondaryTabList } from './Component.js';
|
|
6
|
-
import { c as commonStyles } from '../../index.module-
|
|
6
|
+
import { c as commonStyles } from '../../index.module-df4ff73b.js';
|
|
7
7
|
import '../../../../skeleton/esm';
|
|
8
8
|
import '../../hooks/use-tabs.js';
|
|
9
9
|
import 'react-merge-refs';
|
|
@@ -18,7 +18,7 @@ import '../../../../icon-button/esm';
|
|
|
18
18
|
import '@alfalab/icons-glyph/ChevronLeftCompactSIcon';
|
|
19
19
|
import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
20
20
|
import '../scroll-controls/utils.js';
|
|
21
|
-
import '../../index.module-
|
|
21
|
+
import '../../index.module-df4ff73b.js';
|
|
22
22
|
import '../../../../tag/esm/mobile';
|
|
23
23
|
|
|
24
24
|
var SecondaryTabListResponsive = function (_a) {
|
|
@@ -17,7 +17,7 @@ import 'react-merge-refs';
|
|
|
17
17
|
import '../../synthetic-events.js';
|
|
18
18
|
import '../title/Component.js';
|
|
19
19
|
import '../../../../skeleton/esm';
|
|
20
|
-
import '../../index.module-
|
|
20
|
+
import '../../index.module-67d867f0.js';
|
|
21
21
|
|
|
22
22
|
var TabsCollapsible = function (_a) {
|
|
23
23
|
var restProps = __rest(_a, []);
|
|
@@ -20,10 +20,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
20
20
|
import '../scroll-controls/utils.js';
|
|
21
21
|
import '../title/Component.js';
|
|
22
22
|
import '../../../../skeleton/esm';
|
|
23
|
-
import '../../index.module-
|
|
23
|
+
import '../../index.module-67d867f0.js';
|
|
24
24
|
import '../../../../tag/esm/desktop';
|
|
25
25
|
import '../secondary-tablist/Component.js';
|
|
26
|
-
import '../../index.module-
|
|
26
|
+
import '../../index.module-df4ff73b.js';
|
|
27
27
|
|
|
28
28
|
var views = {
|
|
29
29
|
primary: PrimaryTabListDesktop,
|
|
@@ -20,10 +20,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
20
20
|
import '../scroll-controls/utils.js';
|
|
21
21
|
import '../title/Component.js';
|
|
22
22
|
import '../../../../skeleton/esm';
|
|
23
|
-
import '../../index.module-
|
|
23
|
+
import '../../index.module-67d867f0.js';
|
|
24
24
|
import '../../../../tag/esm/mobile';
|
|
25
25
|
import '../secondary-tablist/Component.js';
|
|
26
|
-
import '../../index.module-
|
|
26
|
+
import '../../index.module-df4ff73b.js';
|
|
27
27
|
|
|
28
28
|
var views = {
|
|
29
29
|
primary: PrimaryTabListMobile,
|
|
@@ -22,12 +22,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
22
22
|
import '../scroll-controls/utils.js';
|
|
23
23
|
import '../title/Component.js';
|
|
24
24
|
import '../../../../skeleton/esm';
|
|
25
|
-
import '../../index.module-
|
|
25
|
+
import '../../index.module-67d867f0.js';
|
|
26
26
|
import '../primary-tablist/Component.mobile.js';
|
|
27
27
|
import '../secondary-tablist/Component.desktop.js';
|
|
28
28
|
import '../../../../tag/esm/desktop';
|
|
29
29
|
import '../secondary-tablist/Component.js';
|
|
30
|
-
import '../../index.module-
|
|
30
|
+
import '../../index.module-df4ff73b.js';
|
|
31
31
|
import '../secondary-tablist/Component.mobile.js';
|
|
32
32
|
import '../../../../tag/esm/mobile';
|
|
33
33
|
|
|
@@ -21,8 +21,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
21
21
|
import '../components/scroll-controls/utils.js';
|
|
22
22
|
import '../components/title/Component.js';
|
|
23
23
|
import '../../../skeleton/esm';
|
|
24
|
-
import '../index.module-
|
|
24
|
+
import '../index.module-67d867f0.js';
|
|
25
25
|
import '../../../tag/esm/desktop';
|
|
26
26
|
import '../components/secondary-tablist/Component.js';
|
|
27
|
-
import '../index.module-
|
|
27
|
+
import '../index.module-df4ff73b.js';
|
|
28
28
|
import '../components/tabs/Component.js';
|
package/tabs/esm/index.js
CHANGED
|
@@ -23,12 +23,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
23
23
|
import './components/scroll-controls/utils.js';
|
|
24
24
|
import './components/title/Component.js';
|
|
25
25
|
import '../../skeleton/esm';
|
|
26
|
-
import './index.module-
|
|
26
|
+
import './index.module-67d867f0.js';
|
|
27
27
|
import './components/primary-tablist/Component.mobile.js';
|
|
28
28
|
import './components/secondary-tablist/Component.desktop.js';
|
|
29
29
|
import '../../tag/esm/desktop';
|
|
30
30
|
import './components/secondary-tablist/Component.js';
|
|
31
|
-
import './index.module-
|
|
31
|
+
import './index.module-df4ff73b.js';
|
|
32
32
|
import './components/secondary-tablist/Component.mobile.js';
|
|
33
33
|
import '../../tag/esm/mobile';
|
|
34
34
|
import './components/tabs/Component.js';
|
package/tabs/esm/mobile/index.js
CHANGED
|
@@ -21,8 +21,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
21
21
|
import '../components/scroll-controls/utils.js';
|
|
22
22
|
import '../components/title/Component.js';
|
|
23
23
|
import '../../../skeleton/esm';
|
|
24
|
-
import '../index.module-
|
|
24
|
+
import '../index.module-67d867f0.js';
|
|
25
25
|
import '../../../tag/esm/mobile';
|
|
26
26
|
import '../components/secondary-tablist/Component.js';
|
|
27
|
-
import '../index.module-
|
|
27
|
+
import '../index.module-df4ff73b.js';
|
|
28
28
|
import '../components/tabs/Component.js';
|
|
@@ -17,5 +17,5 @@ import 'react-merge-refs';
|
|
|
17
17
|
import '../synthetic-events.js';
|
|
18
18
|
import '../components/title/Component.js';
|
|
19
19
|
import '../../../skeleton/modern';
|
|
20
|
-
import '../index.module-
|
|
20
|
+
import '../index.module-ec0448f8.js';
|
|
21
21
|
import '../components/tabs/Component.js';
|
|
@@ -7,7 +7,7 @@ import { getComponentBreakpoint } from '../../../../shared/modern';
|
|
|
7
7
|
import { useTablistTitles } from '../../hooks/use-tablist-titles.js';
|
|
8
8
|
import { createSyntheticMouseEvent } from '../../synthetic-events.js';
|
|
9
9
|
import { Title } from '../title/Component.js';
|
|
10
|
-
import { s as styles } from '../../index.module-
|
|
10
|
+
import { s as styles } from '../../index.module-ec0448f8.js';
|
|
11
11
|
import '../../../../mq/modern';
|
|
12
12
|
import '../../hooks/use-collapsible-elements.js';
|
|
13
13
|
import '@juggle/resize-observer';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { PrimaryTabList } from './Component.js';
|
|
3
|
-
import { s as styles } from '../../index.module-
|
|
3
|
+
import { s as styles } from '../../index.module-ec0448f8.js';
|
|
4
4
|
import '@juggle/resize-observer';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../../keyboard-focusable/modern';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { PrimaryTabList } from './Component.js';
|
|
3
|
-
import { s as styles$1 } from '../../index.module-
|
|
3
|
+
import { s as styles$1 } from '../../index.module-ec0448f8.js';
|
|
4
4
|
import '@juggle/resize-observer';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../../keyboard-focusable/modern';
|
|
@@ -19,7 +19,7 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
19
19
|
import '../scroll-controls/utils.js';
|
|
20
20
|
import '../title/Component.js';
|
|
21
21
|
import '../../../../skeleton/modern';
|
|
22
|
-
import '../../index.module-
|
|
22
|
+
import '../../index.module-ec0448f8.js';
|
|
23
23
|
|
|
24
24
|
const PrimaryTabListResponsive = ({ size, breakpoint = getComponentBreakpoint(), fullWidthScroll, defaultMatchMediaValue, ...restProps }) => {
|
|
25
25
|
const [isDesktop] = useMatchMedia(`(min-width: ${breakpoint}px)`, defaultMatchMediaValue);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TagDesktop } from '../../../../tag/modern/desktop';
|
|
3
3
|
import { SecondaryTabList } from './Component.js';
|
|
4
|
-
import { c as commonStyles } from '../../index.module-
|
|
4
|
+
import { c as commonStyles } from '../../index.module-9c7d0822.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../../skeleton/modern';
|
|
7
7
|
import '../../hooks/use-tabs.js';
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { TagMobile } from '../../../../tag/modern/mobile';
|
|
4
4
|
import { SecondaryTabList } from './Component.js';
|
|
5
|
-
import { c as commonStyles } from '../../index.module-
|
|
5
|
+
import { c as commonStyles } from '../../index.module-9c7d0822.js';
|
|
6
6
|
import '../../../../skeleton/modern';
|
|
7
7
|
import '../../hooks/use-tabs.js';
|
|
8
8
|
import 'react-merge-refs';
|
|
@@ -17,7 +17,7 @@ import '../../../../icon-button/modern';
|
|
|
17
17
|
import '@alfalab/icons-glyph/ChevronLeftCompactSIcon';
|
|
18
18
|
import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
19
19
|
import '../scroll-controls/utils.js';
|
|
20
|
-
import '../../index.module-
|
|
20
|
+
import '../../index.module-9c7d0822.js';
|
|
21
21
|
import '../../../../tag/modern/mobile';
|
|
22
22
|
|
|
23
23
|
const SecondaryTabListResponsive = ({ defaultMatchMediaValue, fullWidthScroll, breakpoint = getComponentBreakpoint(), ...restProps }) => {
|
|
@@ -16,7 +16,7 @@ import 'react-merge-refs';
|
|
|
16
16
|
import '../../synthetic-events.js';
|
|
17
17
|
import '../title/Component.js';
|
|
18
18
|
import '../../../../skeleton/modern';
|
|
19
|
-
import '../../index.module-
|
|
19
|
+
import '../../index.module-ec0448f8.js';
|
|
20
20
|
|
|
21
21
|
const TabsCollapsible = ({ ...restProps }) => (React.createElement(Tabs, { TabList: CollapsiblePrimaryTabList, ...restProps }));
|
|
22
22
|
|
|
@@ -19,10 +19,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
19
19
|
import '../scroll-controls/utils.js';
|
|
20
20
|
import '../title/Component.js';
|
|
21
21
|
import '../../../../skeleton/modern';
|
|
22
|
-
import '../../index.module-
|
|
22
|
+
import '../../index.module-ec0448f8.js';
|
|
23
23
|
import '../../../../tag/modern/desktop';
|
|
24
24
|
import '../secondary-tablist/Component.js';
|
|
25
|
-
import '../../index.module-
|
|
25
|
+
import '../../index.module-9c7d0822.js';
|
|
26
26
|
|
|
27
27
|
const views = {
|
|
28
28
|
primary: PrimaryTabListDesktop,
|
|
@@ -19,10 +19,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
19
19
|
import '../scroll-controls/utils.js';
|
|
20
20
|
import '../title/Component.js';
|
|
21
21
|
import '../../../../skeleton/modern';
|
|
22
|
-
import '../../index.module-
|
|
22
|
+
import '../../index.module-ec0448f8.js';
|
|
23
23
|
import '../../../../tag/modern/mobile';
|
|
24
24
|
import '../secondary-tablist/Component.js';
|
|
25
|
-
import '../../index.module-
|
|
25
|
+
import '../../index.module-9c7d0822.js';
|
|
26
26
|
|
|
27
27
|
const views = {
|
|
28
28
|
primary: PrimaryTabListMobile,
|
|
@@ -21,12 +21,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
21
21
|
import '../scroll-controls/utils.js';
|
|
22
22
|
import '../title/Component.js';
|
|
23
23
|
import '../../../../skeleton/modern';
|
|
24
|
-
import '../../index.module-
|
|
24
|
+
import '../../index.module-ec0448f8.js';
|
|
25
25
|
import '../primary-tablist/Component.mobile.js';
|
|
26
26
|
import '../secondary-tablist/Component.desktop.js';
|
|
27
27
|
import '../../../../tag/modern/desktop';
|
|
28
28
|
import '../secondary-tablist/Component.js';
|
|
29
|
-
import '../../index.module-
|
|
29
|
+
import '../../index.module-9c7d0822.js';
|
|
30
30
|
import '../secondary-tablist/Component.mobile.js';
|
|
31
31
|
import '../../../../tag/modern/mobile';
|
|
32
32
|
|
|
@@ -20,8 +20,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
20
20
|
import '../components/scroll-controls/utils.js';
|
|
21
21
|
import '../components/title/Component.js';
|
|
22
22
|
import '../../../skeleton/modern';
|
|
23
|
-
import '../index.module-
|
|
23
|
+
import '../index.module-ec0448f8.js';
|
|
24
24
|
import '../../../tag/modern/desktop';
|
|
25
25
|
import '../components/secondary-tablist/Component.js';
|
|
26
|
-
import '../index.module-
|
|
26
|
+
import '../index.module-9c7d0822.js';
|
|
27
27
|
import '../components/tabs/Component.js';
|
package/tabs/modern/index.js
CHANGED
|
@@ -22,12 +22,12 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
22
22
|
import './components/scroll-controls/utils.js';
|
|
23
23
|
import './components/title/Component.js';
|
|
24
24
|
import '../../skeleton/modern';
|
|
25
|
-
import './index.module-
|
|
25
|
+
import './index.module-ec0448f8.js';
|
|
26
26
|
import './components/primary-tablist/Component.mobile.js';
|
|
27
27
|
import './components/secondary-tablist/Component.desktop.js';
|
|
28
28
|
import '../../tag/modern/desktop';
|
|
29
29
|
import './components/secondary-tablist/Component.js';
|
|
30
|
-
import './index.module-
|
|
30
|
+
import './index.module-9c7d0822.js';
|
|
31
31
|
import './components/secondary-tablist/Component.mobile.js';
|
|
32
32
|
import '../../tag/modern/mobile';
|
|
33
33
|
import './components/tabs/Component.js';
|
|
@@ -20,8 +20,8 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
20
20
|
import '../components/scroll-controls/utils.js';
|
|
21
21
|
import '../components/title/Component.js';
|
|
22
22
|
import '../../../skeleton/modern';
|
|
23
|
-
import '../index.module-
|
|
23
|
+
import '../index.module-ec0448f8.js';
|
|
24
24
|
import '../../../tag/modern/mobile';
|
|
25
25
|
import '../components/secondary-tablist/Component.js';
|
|
26
|
-
import '../index.module-
|
|
26
|
+
import '../index.module-9c7d0822.js';
|
|
27
27
|
import '../components/tabs/Component.js';
|
|
@@ -1,20 +1,7 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
} .
|
|
4
|
-
|
|
5
|
-
background-color: transparent;
|
|
6
|
-
} .backdrop__appearActive_1iva8,
|
|
7
|
-
.backdrop__enterActive_1iva8,
|
|
8
|
-
.backdrop__appearDone_1iva8,
|
|
9
|
-
.backdrop__enterDone_1iva8 {
|
|
10
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
11
|
-
} .backdrop__exit_1iva8 {
|
|
12
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
13
|
-
} .backdrop__exitActive_1iva8,
|
|
14
|
-
.backdrop__exitDone_1iva8 {
|
|
15
|
-
background-color: transparent;
|
|
16
|
-
} .backdrop__transparent_1iva8 {
|
|
17
|
-
background-color: transparent;
|
|
1
|
+
.card-image__cardImage_1w4s6 {
|
|
2
|
+
background: #e7e8ea;
|
|
3
|
+
} .card-image__loaded_1w4s6 {
|
|
4
|
+
background: transparent
|
|
18
5
|
}.badge__component_1a627.badge__background-accent_1a627 {
|
|
19
6
|
background-color: #f83a2a;
|
|
20
7
|
color: rgba(255, 255, 255, 0.94);
|
|
@@ -75,10 +62,23 @@
|
|
|
75
62
|
background-color: rgba(255, 255, 255, 0.94);
|
|
76
63
|
} .badge__dot_1a627.badge__outlineCount_1a627 {
|
|
77
64
|
border: 1px solid rgba(3, 3, 6, 0.88);
|
|
78
|
-
}.
|
|
79
|
-
|
|
80
|
-
} .
|
|
81
|
-
|
|
65
|
+
}.backdrop__backdrop_1iva8 {
|
|
66
|
+
-webkit-tap-highlight-color: transparent;
|
|
67
|
+
} .backdrop__appear_1iva8,
|
|
68
|
+
.backdrop__enter_1iva8 {
|
|
69
|
+
background-color: transparent;
|
|
70
|
+
} .backdrop__appearActive_1iva8,
|
|
71
|
+
.backdrop__enterActive_1iva8,
|
|
72
|
+
.backdrop__appearDone_1iva8,
|
|
73
|
+
.backdrop__enterDone_1iva8 {
|
|
74
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
75
|
+
} .backdrop__exit_1iva8 {
|
|
76
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
77
|
+
} .backdrop__exitActive_1iva8,
|
|
78
|
+
.backdrop__exitDone_1iva8 {
|
|
79
|
+
background-color: transparent;
|
|
80
|
+
} .backdrop__transparent_1iva8 {
|
|
81
|
+
background-color: transparent;
|
|
82
82
|
}.divider__component_12r1p {
|
|
83
83
|
border-bottom: 1px solid #353539;
|
|
84
84
|
}.dropzone__component_q6h7f {
|
|
@@ -170,14 +170,7 @@
|
|
|
170
170
|
background: rgba(255, 255, 255, 0.94);
|
|
171
171
|
} .hatching-progress-bar__accent_10cbq {
|
|
172
172
|
background: #f83a2a;
|
|
173
|
-
}.
|
|
174
|
-
color: rgba(238, 238, 251, 0.55)
|
|
175
|
-
} .icon-view__bg_un1ot {
|
|
176
|
-
fill: #1c1c1e;
|
|
177
|
-
} .icon-view__border_un1ot {
|
|
178
|
-
stroke: rgba(225, 225, 248, 0.09);
|
|
179
|
-
fill: transparent;
|
|
180
|
-
}.indicator__component_qsr06 {
|
|
173
|
+
}.indicator__component_qsr06 {
|
|
181
174
|
color: rgba(255, 255, 255, 0.94);
|
|
182
175
|
background-color: #f83a2a;
|
|
183
176
|
} .indicator__red_qsr06 {
|
|
@@ -195,7 +188,14 @@
|
|
|
195
188
|
color: rgba(255, 255, 255, 0.94)
|
|
196
189
|
} .indicator__grey_qsr06.indicator__border_qsr06 {
|
|
197
190
|
outline: 2px solid rgba(3, 3, 6, 0.88);
|
|
198
|
-
}
|
|
191
|
+
}.icon-view__component_un1ot {
|
|
192
|
+
color: rgba(238, 238, 251, 0.55)
|
|
193
|
+
} .icon-view__bg_un1ot {
|
|
194
|
+
fill: #1c1c1e;
|
|
195
|
+
} .icon-view__border_un1ot {
|
|
196
|
+
stroke: rgba(225, 225, 248, 0.09);
|
|
197
|
+
fill: transparent;
|
|
198
|
+
}@keyframes loader__blink_62xke {
|
|
199
199
|
}.link__primary_rv1dc {
|
|
200
200
|
color: rgba(255, 255, 255, 0.94);
|
|
201
201
|
border-bottom-color: rgba(255, 255, 255, 0.94)
|
|
@@ -9,10 +9,10 @@ import 'classnames';
|
|
|
9
9
|
import './hooks/use-skeleton.js';
|
|
10
10
|
import '../../skeleton/esm';
|
|
11
11
|
import '@alfalab/hooks';
|
|
12
|
-
import './colors.module-
|
|
12
|
+
import './colors.module-c705982c.js';
|
|
13
13
|
import './title/component.js';
|
|
14
14
|
import './title/utils.js';
|
|
15
|
-
import './common.module-
|
|
15
|
+
import './common.module-3291a37c.js';
|
|
16
16
|
import '../../mq/esm';
|
|
17
17
|
|
|
18
18
|
var Typography = {
|
package/typography/esm/index.js
CHANGED
|
@@ -8,11 +8,11 @@ import 'classnames';
|
|
|
8
8
|
import './hooks/use-skeleton.js';
|
|
9
9
|
import '../../skeleton/esm';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
|
-
import './colors.module-
|
|
11
|
+
import './colors.module-c705982c.js';
|
|
12
12
|
import './title/index.js';
|
|
13
13
|
import './title/component.js';
|
|
14
14
|
import './title/utils.js';
|
|
15
|
-
import './common.module-
|
|
15
|
+
import './common.module-3291a37c.js';
|
|
16
16
|
import './title-mobile/component.js';
|
|
17
17
|
import './title-responsive/component.js';
|
|
18
18
|
import '../../mq/esm';
|
|
@@ -3,7 +3,7 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import mergeRefs from 'react-merge-refs';
|
|
4
4
|
import cn from 'classnames';
|
|
5
5
|
import { useSkeleton } from '../hooks/use-skeleton.js';
|
|
6
|
-
import { c as colors } from '../colors.module-
|
|
6
|
+
import { c as colors } from '../colors.module-c705982c.js';
|
|
7
7
|
import '../../../skeleton/esm';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@ import mergeRefs from 'react-merge-refs';
|
|
|
4
4
|
import cn from 'classnames';
|
|
5
5
|
import { useSkeleton } from '../hooks/use-skeleton.js';
|
|
6
6
|
import { getDefaultWeight } from './utils.js';
|
|
7
|
-
import { c as colors } from '../colors.module-
|
|
7
|
+
import { c as colors } from '../colors.module-c705982c.js';
|
|
8
8
|
import '../../../skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
|