@alfalab/core-components 48.16.0-beta.999 → 48.16.0
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/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/Component.responsive.d.ts +1 -1
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile/index.js +1 -1
- package/calendar/mobile/index.js +1 -1
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/{esm/calendarMonthOnlyView-722effd4.d.ts → modern/calendarMonthOnlyView-0f30ecb7.d.ts} +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/modern/components/calendar-mobile/index.js +1 -1
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile/index.js +1 -1
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/circular-progress-bar/@alfalab/core-components-shared/package.json +26 -0
- package/circular-progress-bar/Component.d.ts +36 -5
- package/circular-progress-bar/Component.js +42 -7
- package/circular-progress-bar/consts.d.ts +9 -1
- package/circular-progress-bar/consts.js +11 -0
- package/circular-progress-bar/cssm/Component.d.ts +36 -5
- package/circular-progress-bar/cssm/Component.js +41 -6
- package/circular-progress-bar/cssm/consts.d.ts +9 -1
- package/circular-progress-bar/cssm/consts.js +11 -0
- package/circular-progress-bar/cssm/index.d.ts +1 -0
- package/circular-progress-bar/cssm/index.module.css +10 -0
- package/circular-progress-bar/cssm/shared/index.d.ts +1 -0
- package/circular-progress-bar/cssm/shared/index.js +7 -0
- package/circular-progress-bar/cssm/types/component-size.d.ts +2 -0
- package/circular-progress-bar/cssm/types/component-size.js +1 -0
- package/circular-progress-bar/cssm/types/typography-color.d.ts +2 -0
- package/circular-progress-bar/cssm/types/typography-color.js +1 -0
- package/circular-progress-bar/cssm/use-timer.d.ts +2 -0
- package/circular-progress-bar/cssm/use-timer.js +29 -0
- package/circular-progress-bar/cssm/utils/get-circular-progress-bar-test-ids.d.ts +8 -0
- package/circular-progress-bar/cssm/utils/get-circular-progress-bar-test-ids.js +15 -0
- package/circular-progress-bar/cssm/utils/is-typography-color.d.ts +3 -0
- package/circular-progress-bar/cssm/utils/is-typography-color.js +9 -0
- package/circular-progress-bar/esm/Component.d.ts +36 -5
- package/circular-progress-bar/esm/Component.js +43 -8
- package/circular-progress-bar/esm/consts.d.ts +9 -1
- package/circular-progress-bar/esm/consts.js +9 -1
- package/circular-progress-bar/esm/index.css +10 -0
- package/circular-progress-bar/esm/index.d.ts +1 -0
- package/circular-progress-bar/esm/index.js +3 -0
- package/circular-progress-bar/esm/shared/index.d.ts +1 -0
- package/circular-progress-bar/esm/shared/index.js +2 -0
- package/circular-progress-bar/esm/types/component-size.d.ts +2 -0
- package/circular-progress-bar/esm/types/component-size.js +1 -0
- package/circular-progress-bar/esm/types/typography-color.d.ts +2 -0
- package/circular-progress-bar/esm/types/typography-color.js +1 -0
- package/circular-progress-bar/esm/use-timer.d.ts +2 -0
- package/circular-progress-bar/esm/use-timer.js +27 -0
- package/circular-progress-bar/esm/utils/get-circular-progress-bar-test-ids.d.ts +8 -0
- package/circular-progress-bar/esm/utils/get-circular-progress-bar-test-ids.js +13 -0
- package/circular-progress-bar/esm/utils/is-typography-color.d.ts +3 -0
- package/circular-progress-bar/esm/utils/is-typography-color.js +7 -0
- package/circular-progress-bar/index.css +10 -0
- package/circular-progress-bar/index.d.ts +1 -0
- package/circular-progress-bar/modern/Component.d.ts +36 -5
- package/circular-progress-bar/modern/Component.js +49 -12
- package/circular-progress-bar/modern/consts.d.ts +9 -1
- package/circular-progress-bar/modern/consts.js +9 -1
- package/circular-progress-bar/modern/index.css +10 -0
- package/circular-progress-bar/modern/index.d.ts +1 -0
- package/circular-progress-bar/modern/index.js +3 -0
- package/circular-progress-bar/modern/shared/index.d.ts +1 -0
- package/circular-progress-bar/modern/shared/index.js +2 -0
- package/circular-progress-bar/modern/types/component-size.d.ts +2 -0
- package/circular-progress-bar/modern/types/component-size.js +1 -0
- package/circular-progress-bar/modern/types/typography-color.d.ts +2 -0
- package/circular-progress-bar/modern/types/typography-color.js +1 -0
- package/circular-progress-bar/modern/use-timer.d.ts +2 -0
- package/circular-progress-bar/modern/use-timer.js +24 -0
- package/circular-progress-bar/modern/utils/get-circular-progress-bar-test-ids.d.ts +8 -0
- package/circular-progress-bar/modern/utils/get-circular-progress-bar-test-ids.js +13 -0
- package/circular-progress-bar/modern/utils/is-typography-color.d.ts +3 -0
- package/circular-progress-bar/modern/utils/is-typography-color.js +5 -0
- package/circular-progress-bar/moderncssm/Component.d.ts +36 -5
- package/circular-progress-bar/moderncssm/Component.js +48 -11
- package/circular-progress-bar/moderncssm/consts.d.ts +9 -1
- package/circular-progress-bar/moderncssm/consts.js +9 -1
- package/circular-progress-bar/moderncssm/index.d.ts +1 -0
- package/circular-progress-bar/moderncssm/index.js +3 -0
- package/circular-progress-bar/moderncssm/index.module.css +18 -0
- package/circular-progress-bar/moderncssm/shared/index.d.ts +1 -0
- package/circular-progress-bar/moderncssm/shared/index.js +2 -0
- package/circular-progress-bar/moderncssm/types/component-size.d.ts +2 -0
- package/circular-progress-bar/moderncssm/types/component-size.js +1 -0
- package/circular-progress-bar/moderncssm/types/typography-color.d.ts +2 -0
- package/circular-progress-bar/moderncssm/types/typography-color.js +1 -0
- package/circular-progress-bar/moderncssm/use-timer.d.ts +2 -0
- package/circular-progress-bar/moderncssm/use-timer.js +24 -0
- package/circular-progress-bar/moderncssm/utils/get-circular-progress-bar-test-ids.d.ts +8 -0
- package/circular-progress-bar/moderncssm/utils/get-circular-progress-bar-test-ids.js +13 -0
- package/circular-progress-bar/moderncssm/utils/is-typography-color.d.ts +3 -0
- package/circular-progress-bar/moderncssm/utils/is-typography-color.js +5 -0
- package/circular-progress-bar/shared/index.d.ts +1 -0
- package/circular-progress-bar/shared/index.js +7 -0
- package/circular-progress-bar/shared/package.json +3 -0
- package/circular-progress-bar/types/component-size.d.ts +2 -0
- package/circular-progress-bar/types/component-size.js +1 -0
- package/circular-progress-bar/types/typography-color.d.ts +2 -0
- package/circular-progress-bar/types/typography-color.js +1 -0
- package/circular-progress-bar/use-timer.d.ts +2 -0
- package/circular-progress-bar/use-timer.js +29 -0
- package/circular-progress-bar/utils/get-circular-progress-bar-test-ids.d.ts +8 -0
- package/circular-progress-bar/utils/get-circular-progress-bar-test-ids.js +15 -0
- package/circular-progress-bar/utils/is-typography-color.d.ts +3 -0
- package/circular-progress-bar/utils/is-typography-color.js +9 -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/file-upload-item/components/actions-control/actions.js +1 -1
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/components/actions-control/actions.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/index.js +1 -1
- package/file-upload-item/esm/index.js +1 -1
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/components/actions-control/actions.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/index.js +1 -1
- package/file-upload-item/modern/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/hooks.js +1 -1
- package/gallery/components/image-viewer/single.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/hooks.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/single.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +1 -1
- package/gallery/esm/index.js +1 -1
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/hooks.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/single.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/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 +1 -1
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/index.js +2 -2
- package/select/esm/desktop/Component.desktop.js +2 -2
- package/select/esm/desktop/index.js +2 -2
- package/select/esm/index.js +3 -3
- package/select/esm/mobile/Component.mobile.js +3 -3
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared/index.js +3 -3
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +2 -2
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/mobile/Component.mobile.js +3 -3
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared/index.js +3 -3
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/select-with-tags/Component.responsive.d.ts +1 -1
- package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/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/table/component.d.ts +4 -1
- package/table/components/tbody/Component.d.ts +10 -1
- package/table/components/tbody/Component.js +4 -3
- package/table/cssm/component.d.ts +4 -1
- package/table/cssm/components/tbody/Component.d.ts +10 -1
- package/table/cssm/components/tbody/Component.js +4 -3
- package/table/esm/component.d.ts +4 -1
- package/table/esm/components/tbody/Component.d.ts +10 -1
- package/table/esm/components/tbody/Component.js +5 -4
- package/table/modern/component.d.ts +4 -1
- package/table/modern/components/tbody/Component.d.ts +10 -1
- package/table/modern/components/tbody/Component.js +3 -2
- package/table/moderncssm/component.d.ts +4 -1
- package/table/moderncssm/components/tbody/Component.d.ts +10 -1
- package/table/moderncssm/components/tbody/Component.js +3 -2
- 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/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 +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/calendar/{calendarMonthOnlyView-1e3e74b9.d.ts → calendarMonthOnlyView-b5cde9a8.d.ts} +0 -0
- /package/calendar/{calendarMonthOnlyView-1e3e74b9.js → calendarMonthOnlyView-b5cde9a8.js} +0 -0
- /package/calendar/{modern/calendarMonthOnlyView-83761001.d.ts → esm/calendarMonthOnlyView-40594aad.d.ts} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-722effd4.js → calendarMonthOnlyView-40594aad.js} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-83761001.js → calendarMonthOnlyView-0f30ecb7.js} +0 -0
- /package/calendar-range/esm/{index.module-6b9352d6.js → index.module-aa0e5685.js} +0 -0
- /package/calendar-range/{index.module-3fd97f7a.js → index.module-ff3282a2.js} +0 -0
- /package/calendar-range/modern/{index.module-f1e29f31.js → index.module-18b1eb36.js} +0 -0
- /package/confirmation/{countdown-section-59c50636.d.ts → countdown-section-7105637c.d.ts} +0 -0
- /package/confirmation/{countdown-section-59c50636.js → countdown-section-7105637c.js} +0 -0
- /package/confirmation/esm/{countdown-section-dde1dc07.d.ts → countdown-section-b15c2a55.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-dde1dc07.js → countdown-section-b15c2a55.js} +0 -0
- /package/confirmation/modern/{countdown-section-b3cce293.d.ts → countdown-section-2465b23a.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-b3cce293.js → countdown-section-2465b23a.js} +0 -0
- /package/file-upload-item/{actions-control.module-212b146b.js → actions-control.module-13027dad.js} +0 -0
- /package/file-upload-item/esm/{actions-control.module-9ad87b4f.js → actions-control.module-e19d771c.js} +0 -0
- /package/file-upload-item/modern/{actions-control.module-1dee639a.js → actions-control.module-62ef8741.js} +0 -0
- /package/gallery/esm/{hooks-f6a17777.d.ts → hooks-efefde63.d.ts} +0 -0
- /package/gallery/esm/{hooks-f6a17777.js → hooks-efefde63.js} +0 -0
- /package/gallery/{hooks-a66b7dd4.d.ts → hooks-24294127.d.ts} +0 -0
- /package/gallery/{hooks-a66b7dd4.js → hooks-24294127.js} +0 -0
- /package/gallery/modern/{hooks-394520d4.d.ts → hooks-3c01e361.d.ts} +0 -0
- /package/gallery/modern/{hooks-394520d4.js → hooks-3c01e361.js} +0 -0
- /package/modal/esm/{layout.module-4be9d2ba.js → layout.module-dedc8740.js} +0 -0
- /package/modal/{layout.module-8f7e8fc2.js → layout.module-2a620682.js} +0 -0
- /package/modal/modern/{layout.module-d411e553.js → layout.module-9dd81244.js} +0 -0
- /package/pure-cell/{component-18382eac.d.ts → component-153c4440.d.ts} +0 -0
- /package/pure-cell/{component-18382eac.js → component-153c4440.js} +0 -0
- /package/pure-cell/esm/{component-c344e0e9.d.ts → component-9475ac58.d.ts} +0 -0
- /package/pure-cell/esm/{component-c344e0e9.js → component-9475ac58.js} +0 -0
- /package/pure-cell/modern/{component-581275ed.d.ts → component-6d995af2.d.ts} +0 -0
- /package/pure-cell/modern/{component-581275ed.js → component-6d995af2.js} +0 -0
- /package/select/esm/{hook-f0ec9764.d.ts → hook-38439417.d.ts} +0 -0
- /package/select/esm/{hook-f0ec9764.js → hook-38439417.js} +0 -0
- /package/select/esm/{list-popover-desktop-4c015200.d.ts → list-popover-desktop-cb551d14.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-4c015200.js → list-popover-desktop-cb551d14.js} +0 -0
- /package/select/esm/{mobile.module-b8531b21.js → mobile.module-03ef197e.js} +0 -0
- /package/select/{hook-ba51a732.d.ts → hook-e9ed190e.d.ts} +0 -0
- /package/select/{hook-ba51a732.js → hook-e9ed190e.js} +0 -0
- /package/select/{list-popover-desktop-204848fd.d.ts → list-popover-desktop-825fbd8b.d.ts} +0 -0
- /package/select/{list-popover-desktop-204848fd.js → list-popover-desktop-825fbd8b.js} +0 -0
- /package/select/{mobile.module-d2c393cd.js → mobile.module-e7ed3280.js} +0 -0
- /package/select/modern/{hook-5954dd86.d.ts → hook-6de6419b.d.ts} +0 -0
- /package/select/modern/{hook-5954dd86.js → hook-6de6419b.js} +0 -0
- /package/select/modern/{list-popover-desktop-e04a4b83.d.ts → list-popover-desktop-5435bf61.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-e04a4b83.js → list-popover-desktop-5435bf61.js} +0 -0
- /package/select/modern/{mobile.module-25ee5910.js → mobile.module-e6e54380.js} +0 -0
- /package/side-panel/esm/{layout.module-6401ff1a.js → layout.module-206609ed.js} +0 -0
- /package/side-panel/{layout.module-50fec2c0.js → layout.module-5d31c2aa.js} +0 -0
- /package/side-panel/modern/{layout.module-dbf00e6f.js → layout.module-78d06efa.js} +0 -0
- /package/tabs/esm/{index.module-c0a85158.js → index.module-8742a93b.js} +0 -0
- /package/tabs/esm/{index.module-f053f410.js → index.module-b044ee71.js} +0 -0
- /package/tabs/{index.module-c992bcf1.js → index.module-04106a4a.js} +0 -0
- /package/tabs/{index.module-e4b3372d.js → index.module-ce370148.js} +0 -0
- /package/tabs/modern/{index.module-fa46b7cd.js → index.module-59d92bb7.js} +0 -0
- /package/tabs/modern/{index.module-c3a0372a.js → index.module-c0a372d3.js} +0 -0
- /package/textarea/{PseudoTextArea-0456f88f.d.ts → PseudoTextArea-820eb4a4.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-0456f88f.js → PseudoTextArea-820eb4a4.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-9de05a67.d.ts → PseudoTextArea-d2e9ac26.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-9de05a67.js → PseudoTextArea-d2e9ac26.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-827285d3.d.ts → PseudoTextArea-e49aa5c5.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-827285d3.js → PseudoTextArea-e49aa5c5.js} +0 -0
- /package/typography/{colors.module-6b26d478.js → colors.module-9c72cda0.js} +0 -0
- /package/typography/{common.module-75e01e69.js → common.module-f22b3a68.js} +0 -0
- /package/typography/esm/{colors.module-70dec409.js → colors.module-69a5a71d.js} +0 -0
- /package/typography/esm/{common.module-94685936.js → common.module-6a09c57e.js} +0 -0
- /package/typography/modern/{colors.module-2779b5fb.js → colors.module-e9decd94.js} +0 -0
- /package/typography/modern/{common.module-d2a36155.js → common.module-bbad10a7.js} +0 -0
|
@@ -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-8742a93b.js';
|
|
24
24
|
import '../../../../tag/esm/mobile';
|
|
25
25
|
import '../secondary-tablist/Component.js';
|
|
26
|
-
import '../../index.module-
|
|
26
|
+
import '../../index.module-b044ee71.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-8742a93b.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-b044ee71.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-8742a93b.js';
|
|
25
25
|
import '../../../tag/esm/desktop';
|
|
26
26
|
import '../components/secondary-tablist/Component.js';
|
|
27
|
-
import '../index.module-
|
|
27
|
+
import '../index.module-b044ee71.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-8742a93b.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-b044ee71.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-8742a93b.js';
|
|
25
25
|
import '../../../tag/esm/mobile';
|
|
26
26
|
import '../components/secondary-tablist/Component.js';
|
|
27
|
-
import '../index.module-
|
|
27
|
+
import '../index.module-b044ee71.js';
|
|
28
28
|
import '../components/tabs/Component.js';
|
|
@@ -17,5 +17,5 @@ import '../../../shared/modern';
|
|
|
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-59d92bb7.js';
|
|
21
21
|
import '../components/tabs/Component.js';
|
|
@@ -6,7 +6,7 @@ import { PickerButtonDesktop } from '../../../../picker-button/modern/desktop';
|
|
|
6
6
|
import { useTablistTitles } from '../../hooks/use-tablist-titles.js';
|
|
7
7
|
import { createSyntheticMouseEvent } from '../../synthetic-events.js';
|
|
8
8
|
import { Title } from '../title/Component.js';
|
|
9
|
-
import { s as styles } from '../../index.module-
|
|
9
|
+
import { s as styles } from '../../index.module-59d92bb7.js';
|
|
10
10
|
import '../../../../mq/modern';
|
|
11
11
|
import '../../hooks/use-collapsible-elements.js';
|
|
12
12
|
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-59d92bb7.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-59d92bb7.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-59d92bb7.js';
|
|
23
23
|
|
|
24
24
|
const PrimaryTabListResponsive = ({ size, breakpoint, client, fullWidthScroll, defaultMatchMediaValue = client === undefined ? undefined : client === 'desktop', ...restProps }) => {
|
|
25
25
|
const isDesktop = useIsDesktop(breakpoint, 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-c0a372d3.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-c0a372d3.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-c0a372d3.js';
|
|
21
21
|
import '../../../../tag/modern/mobile';
|
|
22
22
|
|
|
23
23
|
const SecondaryTabListResponsive = ({ fullWidthScroll, breakpoint, client, defaultMatchMediaValue = client === undefined ? undefined : client === 'desktop', ...restProps }) => {
|
|
@@ -16,7 +16,7 @@ import '../../../../shared/modern';
|
|
|
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-59d92bb7.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-59d92bb7.js';
|
|
23
23
|
import '../../../../tag/modern/desktop';
|
|
24
24
|
import '../secondary-tablist/Component.js';
|
|
25
|
-
import '../../index.module-
|
|
25
|
+
import '../../index.module-c0a372d3.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-59d92bb7.js';
|
|
23
23
|
import '../../../../tag/modern/mobile';
|
|
24
24
|
import '../secondary-tablist/Component.js';
|
|
25
|
-
import '../../index.module-
|
|
25
|
+
import '../../index.module-c0a372d3.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-59d92bb7.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-c0a372d3.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-59d92bb7.js';
|
|
24
24
|
import '../../../tag/modern/desktop';
|
|
25
25
|
import '../components/secondary-tablist/Component.js';
|
|
26
|
-
import '../index.module-
|
|
26
|
+
import '../index.module-c0a372d3.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-59d92bb7.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-c0a372d3.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-59d92bb7.js';
|
|
24
24
|
import '../../../tag/modern/mobile';
|
|
25
25
|
import '../components/secondary-tablist/Component.js';
|
|
26
|
-
import '../index.module-
|
|
26
|
+
import '../index.module-c0a372d3.js';
|
|
27
27
|
import '../components/tabs/Component.js';
|
package/textarea/Component.js
CHANGED
|
@@ -9,7 +9,7 @@ var coreComponentsFormControl = require('../form-control');
|
|
|
9
9
|
var coreComponentsMq = require('../mq');
|
|
10
10
|
var coreComponentsShared = require('../shared');
|
|
11
11
|
var hooks = require('@alfalab/hooks');
|
|
12
|
-
var components_PseudoTextArea = require('./PseudoTextArea-
|
|
12
|
+
var components_PseudoTextArea = require('./PseudoTextArea-820eb4a4.js');
|
|
13
13
|
var consts = require('./consts.js');
|
|
14
14
|
|
|
15
15
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
require('react');
|
|
4
4
|
require('classnames');
|
|
5
5
|
require('../consts.js');
|
|
6
|
-
var components_PseudoTextArea = require('../PseudoTextArea-
|
|
6
|
+
var components_PseudoTextArea = require('../PseudoTextArea-820eb4a4.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../PseudoTextArea-
|
|
1
|
+
export * from "../PseudoTextArea-820eb4a4";
|
|
@@ -7,7 +7,7 @@ import { FormControl } from '../../form-control/esm';
|
|
|
7
7
|
import { useIsDesktop } from '../../mq/esm';
|
|
8
8
|
import { getDataTestId } from '../../shared/esm';
|
|
9
9
|
import { useFocus } from '@alfalab/hooks';
|
|
10
|
-
import { s as styles, P as PseudoTextArea } from './PseudoTextArea-
|
|
10
|
+
import { s as styles, P as PseudoTextArea } from './PseudoTextArea-d2e9ac26.js';
|
|
11
11
|
import { SIZE_TO_CLASSNAME_MAP } from './consts.js';
|
|
12
12
|
|
|
13
13
|
var defaultColors = {"input":"textarea__input_1gg03","hasInnerLabel":"textarea__hasInnerLabel_1gg03","disableUserInput":"textarea__disableUserInput_1gg03","error":"textarea__error_1gg03","textarea":"textarea__textarea_1gg03","hint":"textarea__hint_1gg03"};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../PseudoTextArea-
|
|
1
|
+
export * from "../PseudoTextArea-d2e9ac26";
|
package/textarea/esm/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { FormControl } from '../../form-control/modern';
|
|
|
6
6
|
import { useIsDesktop } from '../../mq/modern';
|
|
7
7
|
import { getDataTestId } from '../../shared/modern';
|
|
8
8
|
import { useFocus } from '@alfalab/hooks';
|
|
9
|
-
import { s as styles, P as PseudoTextArea } from './PseudoTextArea-
|
|
9
|
+
import { s as styles, P as PseudoTextArea } from './PseudoTextArea-e49aa5c5.js';
|
|
10
10
|
import { SIZE_TO_CLASSNAME_MAP } from './consts.js';
|
|
11
11
|
|
|
12
12
|
const defaultColors = {"input":"textarea__input_1gg03","hasInnerLabel":"textarea__hasInnerLabel_1gg03","disableUserInput":"textarea__disableUserInput_1gg03","error":"textarea__error_1gg03","textarea":"textarea__textarea_1gg03","hint":"textarea__hint_1gg03"};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../PseudoTextArea-
|
|
1
|
+
export * from "../PseudoTextArea-e49aa5c5";
|
package/textarea/modern/index.js
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
} .
|
|
4
|
-
|
|
1
|
+
.backdrop__backdrop_17h0m {
|
|
2
|
+
-webkit-tap-highlight-color: transparent;
|
|
3
|
+
} .backdrop__appear_17h0m,
|
|
4
|
+
.backdrop__enter_17h0m {
|
|
5
|
+
background-color: transparent;
|
|
6
|
+
} .backdrop__appearActive_17h0m,
|
|
7
|
+
.backdrop__enterActive_17h0m,
|
|
8
|
+
.backdrop__appearDone_17h0m,
|
|
9
|
+
.backdrop__enterDone_17h0m {
|
|
10
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
11
|
+
} .backdrop__exit_17h0m {
|
|
12
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
13
|
+
} .backdrop__exitActive_17h0m,
|
|
14
|
+
.backdrop__exitDone_17h0m {
|
|
15
|
+
background-color: transparent;
|
|
16
|
+
} .backdrop__transparent_17h0m.backdrop__transparent_17h0m {
|
|
17
|
+
background-color: transparent;
|
|
5
18
|
}.badge__component_19rrv.badge__background-accent_19rrv {
|
|
6
19
|
background-color: #f83a2a;
|
|
7
20
|
color: rgba(255, 255, 255, 0.94);
|
|
@@ -62,23 +75,10 @@
|
|
|
62
75
|
background-color: rgba(255, 255, 255, 0.94);
|
|
63
76
|
} .badge__dot_19rrv.badge__outlineCount_19rrv {
|
|
64
77
|
border: 1px solid rgba(3, 3, 6, 0.88);
|
|
65
|
-
}.
|
|
66
|
-
|
|
67
|
-
} .
|
|
68
|
-
|
|
69
|
-
background-color: transparent;
|
|
70
|
-
} .backdrop__appearActive_17h0m,
|
|
71
|
-
.backdrop__enterActive_17h0m,
|
|
72
|
-
.backdrop__appearDone_17h0m,
|
|
73
|
-
.backdrop__enterDone_17h0m {
|
|
74
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
75
|
-
} .backdrop__exit_17h0m {
|
|
76
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
77
|
-
} .backdrop__exitActive_17h0m,
|
|
78
|
-
.backdrop__exitDone_17h0m {
|
|
79
|
-
background-color: transparent;
|
|
80
|
-
} .backdrop__transparent_17h0m.backdrop__transparent_17h0m {
|
|
81
|
-
background-color: transparent;
|
|
78
|
+
}.card-image__cardImage_12eau {
|
|
79
|
+
background: #e7e8ea;
|
|
80
|
+
} .card-image__loaded_12eau {
|
|
81
|
+
background: transparent
|
|
82
82
|
}.divider__component_155lv {
|
|
83
83
|
border-bottom: 1px solid #353539;
|
|
84
84
|
}.dropzone__component_1nzgq {
|
|
@@ -170,7 +170,14 @@
|
|
|
170
170
|
background: rgba(255, 255, 255, 0.94);
|
|
171
171
|
} .hatching-progress-bar__accent_1cp5l {
|
|
172
172
|
background: #f83a2a;
|
|
173
|
-
}.
|
|
173
|
+
}.icon-view__component_ynw0u {
|
|
174
|
+
color: rgba(238, 238, 251, 0.55)
|
|
175
|
+
} .icon-view__bg_ynw0u {
|
|
176
|
+
fill: #1c1c1e;
|
|
177
|
+
} .icon-view__border_ynw0u {
|
|
178
|
+
stroke: rgba(225, 225, 248, 0.09);
|
|
179
|
+
fill: transparent;
|
|
180
|
+
}.indicator__component_fuj3y {
|
|
174
181
|
color: rgba(255, 255, 255, 0.94);
|
|
175
182
|
background-color: #f83a2a;
|
|
176
183
|
} .indicator__red_fuj3y {
|
|
@@ -188,14 +195,7 @@
|
|
|
188
195
|
color: rgba(255, 255, 255, 0.94)
|
|
189
196
|
} .indicator__grey_fuj3y.indicator__border_fuj3y {
|
|
190
197
|
outline: 2px solid rgba(3, 3, 6, 0.88);
|
|
191
|
-
}
|
|
192
|
-
color: rgba(238, 238, 251, 0.55)
|
|
193
|
-
} .icon-view__bg_ynw0u {
|
|
194
|
-
fill: #1c1c1e;
|
|
195
|
-
} .icon-view__border_ynw0u {
|
|
196
|
-
stroke: rgba(225, 225, 248, 0.09);
|
|
197
|
-
fill: transparent;
|
|
198
|
-
}@keyframes loader__blink_weht6 {
|
|
198
|
+
}@keyframes loader__blink_weht6 {
|
|
199
199
|
}.link__primary_i3al0 {
|
|
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-69a5a71d.js';
|
|
13
13
|
import './title/component.js';
|
|
14
14
|
import './title/utils.js';
|
|
15
|
-
import './common.module-
|
|
15
|
+
import './common.module-6a09c57e.js';
|
|
16
16
|
import '../../mq/esm';
|
|
17
17
|
|
|
18
18
|
var Typography = {
|
package/typography/esm/index.js
CHANGED
|
@@ -11,8 +11,8 @@ import 'classnames';
|
|
|
11
11
|
import './hooks/use-skeleton.js';
|
|
12
12
|
import '../../skeleton/esm';
|
|
13
13
|
import '@alfalab/hooks';
|
|
14
|
-
import './colors.module-
|
|
14
|
+
import './colors.module-69a5a71d.js';
|
|
15
15
|
import './title/component.js';
|
|
16
16
|
import './title/utils.js';
|
|
17
|
-
import './common.module-
|
|
17
|
+
import './common.module-6a09c57e.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-69a5a71d.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-69a5a71d.js';
|
|
8
8
|
import '../../../skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import { TitleBase } from './component.js';
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
4
|
+
import { c as commonStyles } from '../common.module-6a09c57e.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../hooks/use-skeleton.js';
|
|
8
8
|
import '../../../skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import './utils.js';
|
|
11
|
-
import '../colors.module-
|
|
11
|
+
import '../colors.module-69a5a71d.js';
|
|
12
12
|
|
|
13
13
|
var styles = {"transparent":"typography__transparent_1g2ec","styrene-xlarge":"typography__styrene-xlarge_1g2ec","styrene-large":"typography__styrene-large_1g2ec","styrene-medium":"typography__styrene-medium_1g2ec","styrene-small":"typography__styrene-small_1g2ec","styrene-xsmall":"typography__styrene-xsmall_1g2ec","system-xlarge":"typography__system-xlarge_1g2ec","system-large":"typography__system-large_1g2ec","system-medium":"typography__system-medium_1g2ec","system-small":"typography__system-small_1g2ec","system-xsmall":"typography__system-xsmall_1g2ec","margins-xlarge":"typography__margins-xlarge_1g2ec","margins-large":"typography__margins-large_1g2ec","margins-medium":"typography__margins-medium_1g2ec","margins-small":"typography__margins-small_1g2ec","margins-xsmall":"typography__margins-xsmall_1g2ec"};
|
|
14
14
|
require('./index.css');
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import { TitleBase } from '../title/component.js';
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
4
|
+
import { c as commonStyles } from '../common.module-6a09c57e.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../hooks/use-skeleton.js';
|
|
8
8
|
import '../../../skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '../title/utils.js';
|
|
11
|
-
import '../colors.module-
|
|
11
|
+
import '../colors.module-69a5a71d.js';
|
|
12
12
|
|
|
13
13
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_12htn","styrene-large":"typography__styrene-large_12htn","styrene-medium":"typography__styrene-medium_12htn","styrene-small":"typography__styrene-small_12htn","styrene-xsmall":"typography__styrene-xsmall_12htn","system-xlarge":"typography__system-xlarge_12htn","system-large":"typography__system-large_12htn","system-medium":"typography__system-medium_12htn","system-small":"typography__system-small_12htn","system-xsmall":"typography__system-xsmall_12htn","margins-xlarge":"typography__margins-xlarge_12htn","margins-large":"typography__margins-large_12htn","margins-medium":"typography__margins-medium_12htn","margins-small":"typography__margins-small_12htn","margins-xsmall":"typography__margins-xsmall_12htn"};
|
|
14
14
|
require('./index.css');
|
|
@@ -8,5 +8,5 @@ import '../hooks/use-skeleton.js';
|
|
|
8
8
|
import '../../../skeleton/esm';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '../title/utils.js';
|
|
11
|
-
import '../colors.module-
|
|
12
|
-
import '../common.module-
|
|
11
|
+
import '../colors.module-69a5a71d.js';
|
|
12
|
+
import '../common.module-6a09c57e.js';
|
|
@@ -10,8 +10,8 @@ import '../hooks/use-skeleton.js';
|
|
|
10
10
|
import '../../../skeleton/esm';
|
|
11
11
|
import '@alfalab/hooks';
|
|
12
12
|
import '../title/utils.js';
|
|
13
|
-
import '../colors.module-
|
|
14
|
-
import '../common.module-
|
|
13
|
+
import '../colors.module-69a5a71d.js';
|
|
14
|
+
import '../common.module-6a09c57e.js';
|
|
15
15
|
|
|
16
16
|
var TitleResponsive = forwardRef(function (_a, ref) {
|
|
17
17
|
var breakpoint = _a.breakpoint, client = _a.client, restProps = __rest(_a, ["breakpoint", "client"]);
|
|
@@ -10,6 +10,6 @@ import '../hooks/use-skeleton.js';
|
|
|
10
10
|
import '../../../skeleton/esm';
|
|
11
11
|
import '@alfalab/hooks';
|
|
12
12
|
import '../title/utils.js';
|
|
13
|
-
import '../colors.module-
|
|
14
|
-
import '../common.module-
|
|
13
|
+
import '../colors.module-69a5a71d.js';
|
|
14
|
+
import '../common.module-6a09c57e.js';
|
|
15
15
|
import '../title-mobile/component.js';
|
|
@@ -8,10 +8,10 @@ import 'classnames';
|
|
|
8
8
|
import './hooks/use-skeleton.js';
|
|
9
9
|
import '../../skeleton/modern';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
|
-
import './colors.module-
|
|
11
|
+
import './colors.module-e9decd94.js';
|
|
12
12
|
import './title/component.js';
|
|
13
13
|
import './title/utils.js';
|
|
14
|
-
import './common.module-
|
|
14
|
+
import './common.module-bbad10a7.js';
|
|
15
15
|
import '../../mq/modern';
|
|
16
16
|
|
|
17
17
|
const Typography = {
|
|
@@ -10,8 +10,8 @@ import 'classnames';
|
|
|
10
10
|
import './hooks/use-skeleton.js';
|
|
11
11
|
import '../../skeleton/modern';
|
|
12
12
|
import '@alfalab/hooks';
|
|
13
|
-
import './colors.module-
|
|
13
|
+
import './colors.module-e9decd94.js';
|
|
14
14
|
import './title/component.js';
|
|
15
15
|
import './title/utils.js';
|
|
16
|
-
import './common.module-
|
|
16
|
+
import './common.module-bbad10a7.js';
|
|
17
17
|
import '../../mq/modern';
|
|
@@ -2,7 +2,7 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import mergeRefs from 'react-merge-refs';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { useSkeleton } from '../hooks/use-skeleton.js';
|
|
5
|
-
import { c as colors } from '../colors.module-
|
|
5
|
+
import { c as colors } from '../colors.module-e9decd94.js';
|
|
6
6
|
import '../../../skeleton/modern';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
8
|
|
|
@@ -3,7 +3,7 @@ import mergeRefs from 'react-merge-refs';
|
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { useSkeleton } from '../hooks/use-skeleton.js';
|
|
5
5
|
import { getDefaultWeight } from './utils.js';
|
|
6
|
-
import { c as colors } from '../colors.module-
|
|
6
|
+
import { c as colors } from '../colors.module-e9decd94.js';
|
|
7
7
|
import '../../../skeleton/modern';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
|