@alfalab/core-components 47.9.0-beta.1 → 47.10.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/Component.responsive.d.ts +1 -0
- package/calendar/components/calendar-mobile/Component.d.ts +18 -2
- package/calendar/components/calendar-mobile/Component.js +63 -26
- package/calendar/components/calendar-mobile/index.css +26 -4
- package/calendar/components/calendar-mobile/typings.d.ts +8 -1
- package/calendar/components/days-table/Component.d.ts +8 -0
- package/calendar/components/days-table/Component.js +21 -2
- package/calendar/components/days-table/index.css +8 -0
- package/calendar/cssm/Component.responsive.d.ts +1 -0
- package/calendar/cssm/components/calendar-mobile/Component.d.ts +18 -2
- package/calendar/cssm/components/calendar-mobile/Component.js +62 -25
- package/calendar/cssm/components/calendar-mobile/index.module.css +26 -4
- package/calendar/cssm/components/calendar-mobile/typings.d.ts +8 -1
- package/calendar/cssm/components/days-table/Component.d.ts +8 -0
- package/calendar/cssm/components/days-table/Component.js +20 -1
- package/calendar/cssm/components/days-table/index.module.css +8 -0
- package/calendar/cssm/useCalendar.d.ts +8 -2
- package/calendar/cssm/useCalendar.js +4 -1
- package/calendar/esm/Component.responsive.d.ts +1 -0
- package/calendar/esm/Component.responsive.js +3 -1
- package/calendar/esm/components/calendar-mobile/Component.d.ts +18 -2
- package/calendar/esm/components/calendar-mobile/Component.js +65 -29
- package/calendar/esm/components/calendar-mobile/index.css +26 -4
- package/calendar/esm/components/calendar-mobile/index.js +3 -1
- package/calendar/esm/components/calendar-mobile/typings.d.ts +8 -1
- package/calendar/esm/components/days-table/Component.d.ts +8 -0
- package/calendar/esm/components/days-table/Component.js +22 -3
- package/calendar/esm/components/days-table/index.css +8 -0
- package/calendar/esm/components/days-table/index.js +1 -0
- package/calendar/esm/desktop/Component.desktop.js +1 -0
- package/calendar/esm/desktop/index.js +1 -0
- package/calendar/esm/index.js +3 -1
- package/calendar/esm/mobile/index.js +3 -1
- package/calendar/esm/useCalendar.d.ts +8 -2
- package/calendar/esm/useCalendar.js +4 -1
- package/calendar/modern/Component.responsive.d.ts +1 -0
- package/calendar/modern/Component.responsive.js +3 -1
- package/calendar/modern/components/calendar-mobile/Component.d.ts +18 -2
- package/calendar/modern/components/calendar-mobile/Component.js +64 -16
- package/calendar/modern/components/calendar-mobile/index.css +26 -4
- package/calendar/modern/components/calendar-mobile/index.js +3 -1
- package/calendar/modern/components/calendar-mobile/typings.d.ts +8 -1
- package/calendar/modern/components/days-table/Component.d.ts +8 -0
- package/calendar/modern/components/days-table/Component.js +22 -3
- package/calendar/modern/components/days-table/index.css +8 -0
- package/calendar/modern/components/days-table/index.js +1 -0
- package/calendar/modern/desktop/Component.desktop.js +1 -0
- package/calendar/modern/desktop/index.js +1 -0
- package/calendar/modern/index.js +3 -1
- package/calendar/modern/mobile/index.js +3 -1
- package/calendar/modern/useCalendar.d.ts +8 -2
- package/calendar/modern/useCalendar.js +3 -1
- package/calendar/useCalendar.d.ts +8 -2
- package/calendar/useCalendar.js +4 -1
- package/calendar-input/components/calendar-input/Component.d.ts +1 -0
- package/calendar-input/cssm/components/calendar-input/Component.d.ts +1 -0
- package/calendar-input/esm/components/calendar-input/Component.d.ts +1 -0
- package/calendar-input/modern/components/calendar-input/Component.d.ts +1 -0
- package/date-time-input/components/date-time-input/Component.d.ts +2 -3
- package/date-time-input/cssm/components/date-time-input/Component.d.ts +2 -3
- package/date-time-input/esm/components/date-time-input/Component.d.ts +2 -3
- package/date-time-input/modern/components/date-time-input/Component.d.ts +2 -3
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.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 +2 -2
- package/gallery/esm/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.js +1 -1
- package/gallery/esm/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.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 +2 -2
- package/gallery/modern/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.js +1 -1
- package/gallery/modern/index.js +2 -2
- package/international-phone-input/{Component-6563e05c.d.ts → Component-9d430401.d.ts} +1 -1
- package/international-phone-input/Component.responsive.d.ts +4 -4
- package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/cssm/{Component-6563e05c.d.ts → Component-9d430401.d.ts} +1 -1
- package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
- package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/cssm/types.d.ts +1 -1
- package/international-phone-input/cssm/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
- package/international-phone-input/cssm/utils-87b0c1c6.d.ts +1 -1
- package/international-phone-input/esm/{Component-6563e05c.d.ts → Component-9d430401.d.ts} +1 -1
- package/international-phone-input/esm/Component.responsive.d.ts +4 -4
- package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/esm/types.d.ts +1 -1
- package/international-phone-input/esm/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
- package/international-phone-input/esm/utils-87b0c1c6.d.ts +1 -1
- package/international-phone-input/modern/{Component-6563e05c.d.ts → Component-9d430401.d.ts} +1 -1
- package/international-phone-input/modern/Component.responsive.d.ts +4 -4
- package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/modern/types.d.ts +1 -1
- package/international-phone-input/modern/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
- package/international-phone-input/modern/utils-87b0c1c6.d.ts +1 -1
- package/international-phone-input/types.d.ts +1 -1
- package/international-phone-input/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
- package/international-phone-input/utils-87b0c1c6.d.ts +1 -1
- package/package.json +1 -1
- package/picker-button/Component-9d430401.d.ts +5 -0
- package/picker-button/cssm/Component-9d430401.d.ts +5 -0
- package/picker-button/cssm/field/Component.d.ts +1 -1
- package/picker-button/cssm/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
- package/picker-button/cssm/utils-87b0c1c6.d.ts +1 -1
- package/picker-button/esm/Component-9d430401.d.ts +5 -0
- package/picker-button/esm/field/Component.d.ts +1 -1
- package/picker-button/esm/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
- package/picker-button/esm/utils-87b0c1c6.d.ts +1 -1
- package/picker-button/field/Component.d.ts +1 -1
- package/picker-button/modern/Component-9d430401.d.ts +5 -0
- package/picker-button/modern/field/Component.d.ts +1 -1
- package/picker-button/modern/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
- package/picker-button/modern/utils-87b0c1c6.d.ts +1 -1
- package/picker-button/{typings-6563e05c.d.ts → typings-9d430401.d.ts} +0 -12
- package/picker-button/utils-87b0c1c6.d.ts +1 -1
- package/plate/components/base-plate/Component.js +1 -1
- package/plate/esm/Component.responsive.js +1 -1
- package/plate/esm/components/base-plate/Component.js +1 -1
- package/plate/esm/components/base-plate/index.js +1 -1
- package/plate/esm/desktop/Component.desktop.js +1 -1
- package/plate/esm/desktop/index.js +1 -1
- package/plate/esm/index-2f466837.d.ts +2 -2
- package/plate/esm/index.js +1 -1
- package/plate/esm/mobile/Component.mobile.js +1 -1
- package/plate/esm/mobile/index.js +1 -1
- package/plate/esm/shared/index.js +1 -1
- package/plate/esm/utils.js +1 -1
- package/plate/index-2f466837.d.ts +2 -2
- package/plate/modern/Component.responsive.js +1 -1
- package/plate/modern/components/base-plate/Component.js +1 -1
- package/plate/modern/components/base-plate/index.js +1 -1
- package/plate/modern/desktop/Component.desktop.js +1 -1
- package/plate/modern/desktop/index.js +1 -1
- package/plate/modern/index-2f466837.d.ts +2 -2
- package/plate/modern/index.js +1 -1
- package/plate/modern/mobile/Component.mobile.js +1 -1
- package/plate/modern/mobile/index.js +1 -1
- package/plate/modern/shared/index.js +1 -1
- package/plate/modern/utils.js +1 -1
- package/plate/utils.js +1 -1
- package/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 +14 -14
- 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 +4 -4
- package/select/cssm/components/base-select/Component.js +12 -12
- package/select/cssm/components/options-list/Component.js +4 -4
- package/select/cssm/typings.d.ts +0 -12
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +14 -14
- 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 +4 -4
- 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/esm/typings.d.ts +0 -12
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +4 -4
- 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/modern/typings.d.ts +0 -12
- 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/typings.d.ts +0 -12
- 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/themes/compiled/mobile-dark-bluetint.css +5 -5
- package/toast-plate/components/base-toast-plate/component.js +2 -2
- package/toast-plate/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/esm/Component.responsive.js +2 -2
- package/toast-plate/esm/components/base-toast-plate/component.js +2 -2
- package/toast-plate/esm/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/index.js +2 -2
- package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/esm/desktop/Component.desktop.js +2 -2
- package/toast-plate/esm/desktop/index.js +2 -2
- package/toast-plate/esm/index-2f466837.d.ts +2 -2
- package/toast-plate/esm/index.js +2 -2
- package/toast-plate/esm/mobile/Component.mobile.js +2 -2
- package/toast-plate/esm/mobile/index.js +2 -2
- package/toast-plate/index-2f466837.d.ts +2 -2
- package/toast-plate/modern/Component.responsive.js +2 -2
- package/toast-plate/modern/components/base-toast-plate/component.js +2 -2
- package/toast-plate/modern/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/index.js +2 -2
- package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/modern/desktop/Component.desktop.js +2 -2
- package/toast-plate/modern/desktop/index.js +2 -2
- package/toast-plate/modern/index-2f466837.d.ts +2 -2
- package/toast-plate/modern/index.js +2 -2
- package/toast-plate/modern/mobile/Component.mobile.js +2 -2
- package/toast-plate/modern/mobile/index.js +2 -2
- 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/typography/title-responsive/component.js +1 -1
- package/universal-date-input/Component-ee245301.d.ts +26 -0
- package/universal-date-input/cssm/Component-ee245301.d.ts +26 -0
- package/universal-date-input/cssm/index-5712fce2.d.ts +16 -202
- package/universal-date-input/cssm/index-ee245301.d.ts +180 -0
- package/universal-date-input/esm/Component-ee245301.d.ts +26 -0
- package/universal-date-input/esm/index-5712fce2.d.ts +16 -202
- package/universal-date-input/esm/index-ee245301.d.ts +180 -0
- package/universal-date-input/index-5712fce2.d.ts +16 -202
- package/universal-date-input/index-ee245301.d.ts +180 -0
- package/universal-date-input/modern/Component-ee245301.d.ts +26 -0
- package/universal-date-input/modern/index-5712fce2.d.ts +16 -202
- package/universal-date-input/modern/index-ee245301.d.ts +180 -0
- package/picker-button/Component-6563e05c.d.ts +0 -5
- package/picker-button/cssm/Component-6563e05c.d.ts +0 -5
- package/picker-button/esm/Component-6563e05c.d.ts +0 -5
- package/picker-button/modern/Component-6563e05c.d.ts +0 -5
- /package/gallery/{buttons-9c44ac86.d.ts → buttons-e7e85fbd.d.ts} +0 -0
- /package/gallery/{buttons-9c44ac86.js → buttons-e7e85fbd.js} +0 -0
- /package/gallery/esm/{buttons-9b94693c.d.ts → buttons-31154ee0.d.ts} +0 -0
- /package/gallery/esm/{buttons-9b94693c.js → buttons-31154ee0.js} +0 -0
- /package/gallery/esm/{slide-5405aac6.d.ts → slide-3a81fe9b.d.ts} +0 -0
- /package/gallery/esm/{slide-5405aac6.js → slide-3a81fe9b.js} +0 -0
- /package/gallery/modern/{buttons-d0cf70a8.d.ts → buttons-f48cd370.d.ts} +0 -0
- /package/gallery/modern/{buttons-d0cf70a8.js → buttons-f48cd370.js} +0 -0
- /package/gallery/modern/{slide-6f8df05e.d.ts → slide-300dada8.d.ts} +0 -0
- /package/gallery/modern/{slide-6f8df05e.js → slide-300dada8.js} +0 -0
- /package/gallery/{slide-70439402.d.ts → slide-fe937849.d.ts} +0 -0
- /package/gallery/{slide-70439402.js → slide-fe937849.js} +0 -0
- /package/plate/{PortalContext-fa01f35c.d.ts → PortalContext-7660408e.d.ts} +0 -0
- /package/plate/{PortalContext-fa01f35c.js → PortalContext-7660408e.js} +0 -0
- /package/plate/esm/{PortalContext-68e159b4.d.ts → PortalContext-ecb78253.d.ts} +0 -0
- /package/plate/esm/{PortalContext-68e159b4.js → PortalContext-ecb78253.js} +0 -0
- /package/plate/modern/{PortalContext-6b50db51.d.ts → PortalContext-1187e777.d.ts} +0 -0
- /package/plate/modern/{PortalContext-6b50db51.js → PortalContext-1187e777.js} +0 -0
- /package/pure-cell/{component-d9b4960f.d.ts → component-8e5a4272.d.ts} +0 -0
- /package/pure-cell/{component-d9b4960f.js → component-8e5a4272.js} +0 -0
- /package/pure-cell/esm/{component-fc54c265.d.ts → component-b802ac98.d.ts} +0 -0
- /package/pure-cell/esm/{component-fc54c265.js → component-b802ac98.js} +0 -0
- /package/pure-cell/modern/{component-9f2ec12c.d.ts → component-5fcbafb6.d.ts} +0 -0
- /package/pure-cell/modern/{component-9f2ec12c.js → component-5fcbafb6.js} +0 -0
- /package/select/esm/{hook-ea6af842.d.ts → hook-b2de24a8.d.ts} +0 -0
- /package/select/esm/{hook-ea6af842.js → hook-b2de24a8.js} +0 -0
- /package/select/esm/{list-popover-desktop-ae0d4030.d.ts → list-popover-desktop-05da245e.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-ae0d4030.js → list-popover-desktop-05da245e.js} +0 -0
- /package/select/esm/{mobile.module-549309dc.js → mobile.module-463c9a08.js} +0 -0
- /package/select/{hook-d36891be.d.ts → hook-8c4a3c4b.d.ts} +0 -0
- /package/select/{hook-d36891be.js → hook-8c4a3c4b.js} +0 -0
- /package/select/{list-popover-desktop-ee1e436c.d.ts → list-popover-desktop-0191d188.d.ts} +0 -0
- /package/select/{list-popover-desktop-ee1e436c.js → list-popover-desktop-0191d188.js} +0 -0
- /package/select/{mobile.module-02f8a33d.js → mobile.module-34ed4d36.js} +0 -0
- /package/select/modern/{hook-c1d1e364.d.ts → hook-f6ee5904.d.ts} +0 -0
- /package/select/modern/{hook-c1d1e364.js → hook-f6ee5904.js} +0 -0
- /package/select/modern/{list-popover-desktop-feab4a2f.d.ts → list-popover-desktop-dde86217.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-feab4a2f.js → list-popover-desktop-dde86217.js} +0 -0
- /package/select/modern/{mobile.module-9fee11c2.js → mobile.module-4026b4ce.js} +0 -0
- /package/side-panel/esm/{layout.module-15c30846.js → layout.module-57debcbd.js} +0 -0
- /package/side-panel/{layout.module-f68730e9.js → layout.module-11cb84d7.js} +0 -0
- /package/side-panel/modern/{layout.module-546000a4.js → layout.module-436b690f.js} +0 -0
- /package/toast-plate/{PortalContext-5870903f.d.ts → PortalContext-0d20ef98.d.ts} +0 -0
- /package/toast-plate/{PortalContext-5870903f.js → PortalContext-0d20ef98.js} +0 -0
- /package/toast-plate/esm/{PortalContext-87b75f64.d.ts → PortalContext-0baec972.d.ts} +0 -0
- /package/toast-plate/esm/{PortalContext-87b75f64.js → PortalContext-0baec972.js} +0 -0
- /package/toast-plate/esm/{getDataTestId-036beec3.d.ts → getDataTestId-7b6aa0a9.d.ts} +0 -0
- /package/toast-plate/esm/{getDataTestId-036beec3.js → getDataTestId-7b6aa0a9.js} +0 -0
- /package/toast-plate/{getDataTestId-68f38cd2.d.ts → getDataTestId-d6ea897e.d.ts} +0 -0
- /package/toast-plate/{getDataTestId-68f38cd2.js → getDataTestId-d6ea897e.js} +0 -0
- /package/toast-plate/modern/{PortalContext-4dcb459f.d.ts → PortalContext-3c15badc.d.ts} +0 -0
- /package/toast-plate/modern/{PortalContext-4dcb459f.js → PortalContext-3c15badc.js} +0 -0
- /package/toast-plate/modern/{getDataTestId-778a5839.d.ts → getDataTestId-d44651c2.d.ts} +0 -0
- /package/toast-plate/modern/{getDataTestId-778a5839.js → getDataTestId-d44651c2.js} +0 -0
- /package/typography/{colors.module-db7937b7.js → colors.module-78983cf7.js} +0 -0
- /package/typography/{common.module-400d3b44.js → common.module-e36e45ad.js} +0 -0
- /package/typography/esm/{colors.module-6187dd90.js → colors.module-bbf7489b.js} +0 -0
- /package/typography/esm/{common.module-e6ab81d6.js → common.module-26e271a2.js} +0 -0
- /package/typography/modern/{colors.module-60a8eceb.js → colors.module-a3636f20.js} +0 -0
- /package/typography/modern/{common.module-2115a63b.js → common.module-7f7bb8d3.js} +0 -0
|
@@ -12,7 +12,7 @@ import '../Context.js';
|
|
|
12
12
|
import '../../../base-modal/esm';
|
|
13
13
|
import '../ResponsiveContext.js';
|
|
14
14
|
import '../components/controls/Component.js';
|
|
15
|
-
import '../layout.module-
|
|
15
|
+
import '../layout.module-57debcbd.js';
|
|
16
16
|
import '../components/footer/Component.desktop.js';
|
|
17
17
|
import '../components/footer/Component.js';
|
|
18
18
|
import '../components/header/Component.js';
|
package/side-panel/esm/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import '../../shared/esm';
|
|
|
6
6
|
import './components/controls/Component.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import './ResponsiveContext.js';
|
|
9
|
-
import './layout.module-
|
|
9
|
+
import './layout.module-57debcbd.js';
|
|
10
10
|
import './components/header/Component.js';
|
|
11
11
|
import '../../navigation-bar-private/esm';
|
|
12
12
|
import './consts.js';
|
|
@@ -10,7 +10,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
|
|
|
10
10
|
import '../components/content/Component.js';
|
|
11
11
|
import '../../../shared/esm';
|
|
12
12
|
import '../Context.js';
|
|
13
|
-
import '../layout.module-
|
|
13
|
+
import '../layout.module-57debcbd.js';
|
|
14
14
|
import '../components/footer/Component.js';
|
|
15
15
|
import '../../../navigation-bar-private/esm';
|
|
16
16
|
import '../consts.js';
|
|
@@ -9,7 +9,7 @@ import '../../../shared/esm';
|
|
|
9
9
|
import '../Context.js';
|
|
10
10
|
import '../ResponsiveContext.js';
|
|
11
11
|
import '../components/controls/Component.js';
|
|
12
|
-
import '../layout.module-
|
|
12
|
+
import '../layout.module-57debcbd.js';
|
|
13
13
|
import '../components/footer/Component.mobile.js';
|
|
14
14
|
import '../components/footer/Component.js';
|
|
15
15
|
import '../components/header/Component.js';
|
|
@@ -7,7 +7,7 @@ import { SidePanelDesktop } from './desktop/Component.desktop.js';
|
|
|
7
7
|
import { SidePanelMobile } from './mobile/Component.mobile.js';
|
|
8
8
|
import { ResponsiveContext } from './ResponsiveContext.js';
|
|
9
9
|
import 'classnames';
|
|
10
|
-
import './layout.module-
|
|
10
|
+
import './layout.module-436b690f.js';
|
|
11
11
|
import '../../navigation-bar-private/modern';
|
|
12
12
|
import './consts.js';
|
|
13
13
|
import './Context.js';
|
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { getDataTestId } from '../../../../shared/modern';
|
|
4
4
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
5
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
5
|
+
import { l as layoutStyles } from '../../layout.module-436b690f.js';
|
|
6
6
|
|
|
7
7
|
const styles = {"component":"side-panel__component_ivqu7"};
|
|
8
8
|
require('./index.css');
|
|
@@ -6,7 +6,7 @@ import '../../../../shared/modern';
|
|
|
6
6
|
import '../../Context.js';
|
|
7
7
|
import '../../../../base-modal/modern';
|
|
8
8
|
import '../../ResponsiveContext.js';
|
|
9
|
-
import '../../layout.module-
|
|
9
|
+
import '../../layout.module-436b690f.js';
|
|
10
10
|
|
|
11
11
|
const styles = {"sticky":"side-panel__sticky_1fr2c","size-500":"side-panel__size-500_1fr2c"};
|
|
12
12
|
require('./desktop.css');
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { getDataTestId } from '../../../../shared/modern';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
6
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
6
|
+
import { l as layoutStyles } from '../../layout.module-436b690f.js';
|
|
7
7
|
import '../../../../base-modal/modern';
|
|
8
8
|
|
|
9
9
|
const styles = {"footer":"side-panel__footer_5yn04","sticky":"side-panel__sticky_5yn04","highlighted":"side-panel__highlighted_5yn04"};
|
|
@@ -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-436b690f.js';
|
|
9
9
|
|
|
10
10
|
const styles = {"footer":"side-panel__footer_sduon","sticky":"side-panel__sticky_sduon"};
|
|
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-436b690f.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-436b690f.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-436b690f.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-436b690f.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-436b690f.js';
|
|
12
12
|
import '../components/footer/Component.mobile.js';
|
|
13
13
|
import '../components/footer/Component.js';
|
|
14
14
|
import '../components/header/Component.js';
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
.
|
|
2
|
-
background: #e7e8ea;
|
|
3
|
-
} .card-image__loaded_7d97u {
|
|
4
|
-
background: transparent
|
|
5
|
-
}.backdrop__backdrop_5l43u {
|
|
1
|
+
.backdrop__backdrop_5l43u {
|
|
6
2
|
-webkit-tap-highlight-color: transparent;
|
|
7
3
|
} .backdrop__appear_5l43u,
|
|
8
4
|
.backdrop__enter_5l43u {
|
|
@@ -77,6 +73,10 @@
|
|
|
77
73
|
background-color: rgba(255, 255, 255, 0.94);
|
|
78
74
|
} .badge__dot_yv5g3.badge__outlineCount_yv5g3 {
|
|
79
75
|
border: 1px solid rgba(3, 3, 6, 0.88);
|
|
76
|
+
}.card-image__cardImage_7d97u {
|
|
77
|
+
background: #e7e8ea;
|
|
78
|
+
} .card-image__loaded_7d97u {
|
|
79
|
+
background: transparent
|
|
80
80
|
}.divider__component_1q1vj {
|
|
81
81
|
border-bottom: 1px solid #353539;
|
|
82
82
|
}.dropzone__component_6vfpb {
|
|
@@ -4,9 +4,9 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var coreComponentsIconButton = require('../../../icon-button');
|
|
7
|
-
var getDataTestId = require('../../getDataTestId-
|
|
7
|
+
var getDataTestId = require('../../getDataTestId-d6ea897e.js');
|
|
8
8
|
require('@alfalab/hooks');
|
|
9
|
-
require('../../PortalContext-
|
|
9
|
+
require('../../PortalContext-0d20ef98.js');
|
|
10
10
|
var coreComponentsStatusBadge = require('../../../status-badge');
|
|
11
11
|
var CrossMIcon = require('@alfalab/icons-glyph/CrossMIcon');
|
|
12
12
|
var components_baseToastPlate_hooks_useCustomIcons = require('./hooks/useCustomIcons.js');
|
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
require('react');
|
|
4
4
|
require('@alfalab/hooks');
|
|
5
|
-
require('../../../PortalContext-
|
|
5
|
+
require('../../../PortalContext-0d20ef98.js');
|
|
6
6
|
|
|
7
7
|
var exhaustiveCheck = function (value) { return value; };
|
|
8
8
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var getDataTestId = require('../../../getDataTestId-
|
|
3
|
+
var getDataTestId = require('../../../getDataTestId-d6ea897e.js');
|
|
4
4
|
require('react');
|
|
5
5
|
require('@alfalab/hooks');
|
|
6
|
-
require('../../../PortalContext-
|
|
6
|
+
require('../../../PortalContext-0d20ef98.js');
|
|
7
7
|
|
|
8
8
|
function getBaseToastPlateTestIds(dataTestId) {
|
|
9
9
|
return {
|
|
@@ -6,9 +6,9 @@ import { ToastPlateMobile } from './mobile/Component.mobile.js';
|
|
|
6
6
|
import './components/base-toast-plate/component.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../../icon-button/esm';
|
|
9
|
-
import './getDataTestId-
|
|
9
|
+
import './getDataTestId-7b6aa0a9.js';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
|
-
import './PortalContext-
|
|
11
|
+
import './PortalContext-0baec972.js';
|
|
12
12
|
import '../../status-badge/esm';
|
|
13
13
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
14
14
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -2,9 +2,9 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React, { forwardRef, useCallback } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { IconButton } from '../../../../icon-button/esm';
|
|
5
|
-
import { g as getDataTestId } from '../../getDataTestId-
|
|
5
|
+
import { g as getDataTestId } from '../../getDataTestId-7b6aa0a9.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../../PortalContext-
|
|
7
|
+
import '../../PortalContext-0baec972.js';
|
|
8
8
|
import { StatusBadge } from '../../../../status-badge/esm';
|
|
9
9
|
import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import { useCustomIcons } from './hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import 'tslib';
|
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../../icon-button/esm';
|
|
6
|
-
import '../../getDataTestId-
|
|
6
|
+
import '../../getDataTestId-7b6aa0a9.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../../PortalContext-
|
|
8
|
+
import '../../PortalContext-0baec972.js';
|
|
9
9
|
import '../../../../status-badge/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import './hooks/useCustomIcons.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as getDataTestId } from '../../../getDataTestId-
|
|
1
|
+
import { g as getDataTestId } from '../../../getDataTestId-7b6aa0a9.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@alfalab/hooks';
|
|
4
|
-
import '../../../PortalContext-
|
|
4
|
+
import '../../../PortalContext-0baec972.js';
|
|
5
5
|
|
|
6
6
|
function getBaseToastPlateTestIds(dataTestId) {
|
|
7
7
|
return {
|
|
@@ -3,9 +3,9 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/esm';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-7b6aa0a9.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-0baec972.js';
|
|
9
9
|
import '../../../status-badge/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -4,9 +4,9 @@ import 'react';
|
|
|
4
4
|
import '../components/base-toast-plate/component.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../icon-button/esm';
|
|
7
|
-
import '../getDataTestId-
|
|
7
|
+
import '../getDataTestId-7b6aa0a9.js';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
|
-
import '../PortalContext-
|
|
9
|
+
import '../PortalContext-0baec972.js';
|
|
10
10
|
import '../../../status-badge/esm';
|
|
11
11
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
12
12
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -71,7 +71,7 @@ declare const dom: {
|
|
|
71
71
|
preventDefault: typeof preventDefault;
|
|
72
72
|
};
|
|
73
73
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
74
|
-
export { PortalContext } from "./PortalContext-
|
|
75
|
-
export * from "./getDataTestId-
|
|
74
|
+
export { PortalContext } from "./PortalContext-0baec972";
|
|
75
|
+
export * from "./getDataTestId-7b6aa0a9";
|
|
76
76
|
export * from "./browser-a216f694";
|
|
77
77
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
package/toast-plate/esm/index.js
CHANGED
|
@@ -6,9 +6,9 @@ import './desktop/Component.desktop.js';
|
|
|
6
6
|
import './components/base-toast-plate/component.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../../icon-button/esm';
|
|
9
|
-
import './getDataTestId-
|
|
9
|
+
import './getDataTestId-7b6aa0a9.js';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
|
-
import './PortalContext-
|
|
11
|
+
import './PortalContext-0baec972.js';
|
|
12
12
|
import '../../status-badge/esm';
|
|
13
13
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
14
14
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/esm';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-7b6aa0a9.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-0baec972.js';
|
|
9
9
|
import '../../../status-badge/esm';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -4,9 +4,9 @@ import 'react';
|
|
|
4
4
|
import '../components/base-toast-plate/component.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../icon-button/esm';
|
|
7
|
-
import '../getDataTestId-
|
|
7
|
+
import '../getDataTestId-7b6aa0a9.js';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
|
-
import '../PortalContext-
|
|
9
|
+
import '../PortalContext-0baec972.js';
|
|
10
10
|
import '../../../status-badge/esm';
|
|
11
11
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
12
12
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -71,7 +71,7 @@ declare const dom: {
|
|
|
71
71
|
preventDefault: typeof preventDefault;
|
|
72
72
|
};
|
|
73
73
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
74
|
-
export { PortalContext } from "./PortalContext-
|
|
75
|
-
export * from "./getDataTestId-
|
|
74
|
+
export { PortalContext } from "./PortalContext-0d20ef98";
|
|
75
|
+
export * from "./getDataTestId-d6ea897e";
|
|
76
76
|
export * from "./browser-a216f694";
|
|
77
77
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
|
@@ -5,9 +5,9 @@ import { ToastPlateMobile } from './mobile/Component.mobile.js';
|
|
|
5
5
|
import './components/base-toast-plate/component.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../icon-button/modern';
|
|
8
|
-
import './getDataTestId-
|
|
8
|
+
import './getDataTestId-d44651c2.js';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import './PortalContext-
|
|
10
|
+
import './PortalContext-3c15badc.js';
|
|
11
11
|
import '../../status-badge/modern';
|
|
12
12
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
13
13
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React, { forwardRef, useCallback } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { IconButton } from '../../../../icon-button/modern';
|
|
4
|
-
import { g as getDataTestId } from '../../getDataTestId-
|
|
4
|
+
import { g as getDataTestId } from '../../getDataTestId-d44651c2.js';
|
|
5
5
|
import '@alfalab/hooks';
|
|
6
|
-
import '../../PortalContext-
|
|
6
|
+
import '../../PortalContext-3c15badc.js';
|
|
7
7
|
import { StatusBadge } from '../../../../status-badge/modern';
|
|
8
8
|
import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
|
|
9
9
|
import { useCustomIcons } from './hooks/useCustomIcons.js';
|
|
@@ -2,9 +2,9 @@ export { BaseToastPlate } from './component.js';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../../icon-button/modern';
|
|
5
|
-
import '../../getDataTestId-
|
|
5
|
+
import '../../getDataTestId-d44651c2.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../../PortalContext-
|
|
7
|
+
import '../../PortalContext-3c15badc.js';
|
|
8
8
|
import '../../../../status-badge/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import './hooks/useCustomIcons.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { g as getDataTestId } from '../../../getDataTestId-
|
|
1
|
+
import { g as getDataTestId } from '../../../getDataTestId-d44651c2.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@alfalab/hooks';
|
|
4
|
-
import '../../../PortalContext-
|
|
4
|
+
import '../../../PortalContext-3c15badc.js';
|
|
5
5
|
|
|
6
6
|
function getBaseToastPlateTestIds(dataTestId) {
|
|
7
7
|
return {
|
|
@@ -2,9 +2,9 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../icon-button/modern';
|
|
5
|
-
import '../getDataTestId-
|
|
5
|
+
import '../getDataTestId-d44651c2.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../PortalContext-
|
|
7
|
+
import '../PortalContext-3c15badc.js';
|
|
8
8
|
import '../../../status-badge/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import 'react';
|
|
|
3
3
|
import '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/modern';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-d44651c2.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-3c15badc.js';
|
|
9
9
|
import '../../../status-badge/modern';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -71,7 +71,7 @@ declare const dom: {
|
|
|
71
71
|
preventDefault: typeof preventDefault;
|
|
72
72
|
};
|
|
73
73
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
74
|
-
export { PortalContext } from "./PortalContext-
|
|
75
|
-
export * from "./getDataTestId-
|
|
74
|
+
export { PortalContext } from "./PortalContext-3c15badc";
|
|
75
|
+
export * from "./getDataTestId-d44651c2";
|
|
76
76
|
export * from "./browser-a216f694";
|
|
77
77
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
|
@@ -5,9 +5,9 @@ import './desktop/Component.desktop.js';
|
|
|
5
5
|
import './components/base-toast-plate/component.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../icon-button/modern';
|
|
8
|
-
import './getDataTestId-
|
|
8
|
+
import './getDataTestId-d44651c2.js';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import './PortalContext-
|
|
10
|
+
import './PortalContext-3c15badc.js';
|
|
11
11
|
import '../../status-badge/modern';
|
|
12
12
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
13
13
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -2,9 +2,9 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { BaseToastPlate } from '../components/base-toast-plate/component.js';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../icon-button/modern';
|
|
5
|
-
import '../getDataTestId-
|
|
5
|
+
import '../getDataTestId-d44651c2.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../PortalContext-
|
|
7
|
+
import '../PortalContext-3c15badc.js';
|
|
8
8
|
import '../../../status-badge/modern';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
10
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -3,9 +3,9 @@ import 'react';
|
|
|
3
3
|
import '../components/base-toast-plate/component.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../icon-button/modern';
|
|
6
|
-
import '../getDataTestId-
|
|
6
|
+
import '../getDataTestId-d44651c2.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-
|
|
8
|
+
import '../PortalContext-3c15badc.js';
|
|
9
9
|
import '../../../status-badge/modern';
|
|
10
10
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
11
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -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-bbf7489b.js';
|
|
13
13
|
import './title/component.js';
|
|
14
14
|
import './title/utils.js';
|
|
15
|
-
import './common.module-
|
|
15
|
+
import './common.module-26e271a2.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-bbf7489b.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-26e271a2.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-bbf7489b.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-bbf7489b.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-26e271a2.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-bbf7489b.js';
|
|
12
12
|
|
|
13
13
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_5nlc7","styrene-large":"typography__styrene-large_5nlc7","styrene-medium":"typography__styrene-medium_5nlc7","styrene-small":"typography__styrene-small_5nlc7","styrene-xsmall":"typography__styrene-xsmall_5nlc7","system-xlarge":"typography__system-xlarge_5nlc7","system-large":"typography__system-large_5nlc7","system-medium":"typography__system-medium_5nlc7","system-small":"typography__system-small_5nlc7","system-xsmall":"typography__system-xsmall_5nlc7","margins-xlarge":"typography__margins-xlarge_5nlc7","margins-large":"typography__margins-large_5nlc7","margins-medium":"typography__margins-medium_5nlc7","margins-small":"typography__margins-small_5nlc7","margins-xsmall":"typography__margins-xsmall_5nlc7"};
|
|
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-26e271a2.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-bbf7489b.js';
|
|
12
12
|
|
|
13
13
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_1u2ut","styrene-large":"typography__styrene-large_1u2ut","styrene-medium":"typography__styrene-medium_1u2ut","styrene-small":"typography__styrene-small_1u2ut","styrene-xsmall":"typography__styrene-xsmall_1u2ut","system-xlarge":"typography__system-xlarge_1u2ut","system-large":"typography__system-large_1u2ut","system-medium":"typography__system-medium_1u2ut","system-small":"typography__system-small_1u2ut","system-xsmall":"typography__system-xsmall_1u2ut"};
|
|
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-bbf7489b.js';
|
|
12
|
+
import '../common.module-26e271a2.js';
|