@alfalab/core-components 46.1.0-beta.1 → 46.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/action-button/Component.js +1 -0
- package/action-button/cssm/Component.js +1 -0
- package/action-button/esm/Component.js +1 -0
- package/action-button/modern/Component.js +1 -0
- package/amount-input/Component.js +2 -0
- package/amount-input/cssm/Component.js +2 -0
- package/amount-input/esm/Component.js +2 -0
- package/amount-input/modern/Component.js +2 -0
- package/attach/Component.js +2 -1
- package/attach/cssm/Component.js +1 -0
- package/attach/cssm/index.module.css +9 -22
- package/attach/esm/Component.js +2 -1
- package/attach/esm/index.css +9 -22
- package/attach/index.css +9 -22
- package/attach/modern/Component.js +2 -1
- package/attach/modern/index.css +9 -22
- package/bank-card/Component.js +1 -0
- package/bank-card/cssm/Component.js +1 -0
- package/bank-card/esm/Component.js +1 -0
- package/bank-card/modern/Component.js +1 -0
- package/base-modal/Component.js +2 -0
- package/base-modal/cssm/Component.js +2 -0
- package/base-modal/esm/Component.js +2 -0
- package/base-modal/modern/Component.js +2 -0
- package/bottom-sheet/component.js +4 -1
- package/bottom-sheet/cssm/component.js +4 -1
- package/bottom-sheet/esm/component.js +5 -2
- package/bottom-sheet/modern/component.js +5 -2
- package/button/Component.responsive.js +1 -0
- package/button/cssm/Component.responsive.js +1 -0
- package/button/esm/Component.responsive.js +1 -0
- package/button/modern/Component.responsive.js +1 -0
- package/calendar/Component.responsive.js +1 -0
- package/calendar/components/month-year-header/index.css +1 -1
- package/calendar/components/select-button/index.css +9 -9
- package/calendar/cssm/Component.responsive.js +1 -0
- package/calendar/cssm/components/month-year-header/index.module.css +1 -1
- package/calendar/cssm/components/select-button/index.module.css +9 -9
- package/calendar/esm/Component.responsive.js +1 -0
- package/calendar/esm/components/month-year-header/index.css +1 -1
- package/calendar/esm/components/select-button/index.css +9 -9
- package/calendar/modern/Component.responsive.js +1 -0
- package/calendar/modern/components/month-year-header/index.css +1 -1
- package/calendar/modern/components/select-button/index.css +9 -9
- package/calendar-with-skeleton/Component.js +1 -0
- package/calendar-with-skeleton/cssm/Component.js +1 -0
- package/calendar-with-skeleton/esm/Component.js +1 -0
- package/calendar-with-skeleton/modern/Component.js +1 -0
- package/chart/Component.d.ts +4 -1
- package/chart/Component.js +2 -0
- package/chart/cssm/Component.d.ts +4 -1
- package/chart/cssm/Component.js +2 -0
- package/chart/esm/Component.d.ts +4 -1
- package/chart/esm/Component.js +3 -1
- package/chart/modern/Component.d.ts +4 -1
- package/chart/modern/Component.js +3 -1
- package/checkbox/Component.js +1 -0
- package/checkbox/cssm/Component.js +1 -0
- package/checkbox/esm/Component.js +1 -0
- package/checkbox/modern/Component.js +1 -0
- package/code-input/Component.responsive.js +1 -0
- package/code-input/cssm/Component.responsive.js +1 -0
- package/code-input/esm/Component.responsive.js +1 -0
- package/code-input/modern/Component.responsive.js +1 -0
- package/collapse/Component.js +1 -0
- package/collapse/cssm/Component.js +1 -0
- package/collapse/esm/Component.js +1 -0
- package/collapse/modern/Component.js +1 -0
- package/custom-button/Component.js +1 -0
- package/custom-button/cssm/Component.js +1 -0
- package/custom-button/esm/Component.js +1 -0
- package/custom-button/modern/Component.js +1 -0
- package/custom-picker-button/Component.responsive.js +1 -0
- package/custom-picker-button/cssm/Component.responsive.js +1 -0
- package/custom-picker-button/esm/Component.responsive.js +1 -0
- package/custom-picker-button/modern/Component.responsive.js +1 -0
- package/drawer/Component.js +1 -0
- package/drawer/cssm/Component.js +1 -0
- package/drawer/esm/Component.js +1 -0
- package/drawer/modern/Component.js +1 -0
- package/filter-tag/Component.responsive.js +1 -0
- package/filter-tag/components/base-filter-tag/Component.d.ts +5 -0
- package/filter-tag/components/base-filter-tag/Component.js +4 -2
- package/filter-tag/components/base-filter-tag/index.css +7 -2
- package/filter-tag/cssm/Component.responsive.js +1 -0
- package/filter-tag/cssm/components/base-filter-tag/Component.d.ts +5 -0
- package/filter-tag/cssm/components/base-filter-tag/Component.js +3 -1
- package/filter-tag/cssm/components/base-filter-tag/index.module.css +7 -2
- package/filter-tag/esm/Component.responsive.js +1 -0
- package/filter-tag/esm/components/base-filter-tag/Component.d.ts +5 -0
- package/filter-tag/esm/components/base-filter-tag/Component.js +4 -2
- package/filter-tag/esm/components/base-filter-tag/index.css +7 -2
- package/filter-tag/modern/Component.responsive.js +1 -0
- package/filter-tag/modern/components/base-filter-tag/Component.d.ts +5 -0
- package/filter-tag/modern/components/base-filter-tag/Component.js +4 -2
- package/filter-tag/modern/components/base-filter-tag/index.css +7 -2
- package/form-control/Component.responsive.js +1 -0
- package/form-control/cssm/Component.responsive.js +1 -0
- package/form-control/esm/Component.responsive.js +1 -0
- package/form-control/modern/Component.responsive.js +1 -0
- package/hatching-progress-bar/Component.js +1 -0
- package/hatching-progress-bar/cssm/Component.js +1 -0
- package/hatching-progress-bar/esm/Component.js +1 -0
- package/hatching-progress-bar/modern/Component.js +1 -0
- package/icon-button/Component.js +1 -0
- package/icon-button/cssm/Component.js +1 -0
- package/icon-button/esm/Component.js +1 -0
- package/icon-button/modern/Component.js +1 -0
- package/icon-view/components/base-shape/component.js +1 -0
- package/icon-view/components/circle/component.js +1 -0
- package/icon-view/components/no-shape/component.js +1 -0
- package/icon-view/components/rectangle/component.js +1 -0
- package/icon-view/components/super-ellipse/component.js +1 -0
- package/icon-view/cssm/components/base-shape/component.js +1 -0
- package/icon-view/cssm/components/circle/component.js +1 -0
- package/icon-view/cssm/components/no-shape/component.js +1 -0
- package/icon-view/cssm/components/rectangle/component.js +1 -0
- package/icon-view/cssm/components/super-ellipse/component.js +1 -0
- package/icon-view/esm/components/base-shape/component.js +1 -0
- package/icon-view/esm/components/circle/component.js +1 -0
- package/icon-view/esm/components/no-shape/component.js +1 -0
- package/icon-view/esm/components/rectangle/component.js +1 -0
- package/icon-view/esm/components/super-ellipse/component.js +1 -0
- package/icon-view/modern/components/base-shape/component.js +1 -0
- package/icon-view/modern/components/circle/component.js +1 -0
- package/icon-view/modern/components/no-shape/component.js +1 -0
- package/icon-view/modern/components/rectangle/component.js +1 -0
- package/icon-view/modern/components/super-ellipse/component.js +1 -0
- package/indicator/Component.js +1 -0
- package/indicator/cssm/Component.js +1 -0
- package/indicator/esm/Component.js +1 -0
- package/indicator/modern/Component.js +1 -0
- package/input/Component.responsive.js +1 -0
- package/input/cssm/Component.responsive.js +1 -0
- package/input/esm/Component.responsive.js +1 -0
- package/input/modern/Component.responsive.js +1 -0
- package/input-autocomplete/Component.responsive.d.ts +1 -1
- package/input-autocomplete/Component.responsive.js +1 -0
- package/input-autocomplete/cssm/Component.responsive.js +1 -0
- package/input-autocomplete/esm/Component.responsive.js +1 -0
- package/input-autocomplete/modern/Component.responsive.js +1 -0
- package/international-phone-input/{Component-1fe708ea.d.ts → Component-cc406ff0.d.ts} +1 -1
- package/international-phone-input/Component.responsive.d.ts +4 -4
- package/international-phone-input/Component.responsive.js +1 -0
- package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/cssm/{Component-1fe708ea.d.ts → Component-cc406ff0.d.ts} +1 -1
- package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
- package/international-phone-input/cssm/Component.responsive.js +1 -0
- 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/{esm/typings-1fe708ea.d.ts → cssm/typings-cc406ff0.d.ts} +28 -0
- package/international-phone-input/cssm/utils-89376c31.d.ts +1 -1
- package/international-phone-input/{modern/Component-1fe708ea.d.ts → esm/Component-cc406ff0.d.ts} +1 -1
- package/international-phone-input/esm/Component.responsive.d.ts +4 -4
- package/international-phone-input/esm/Component.responsive.js +1 -0
- 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/{modern/typings-1fe708ea.d.ts → esm/typings-cc406ff0.d.ts} +28 -0
- package/international-phone-input/esm/utils-89376c31.d.ts +1 -1
- package/international-phone-input/{esm/Component-1fe708ea.d.ts → modern/Component-cc406ff0.d.ts} +1 -1
- package/international-phone-input/modern/Component.responsive.d.ts +4 -4
- package/international-phone-input/modern/Component.responsive.js +1 -0
- 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/{cssm/typings-1fe708ea.d.ts → modern/typings-cc406ff0.d.ts} +28 -0
- package/international-phone-input/modern/utils-89376c31.d.ts +1 -1
- package/international-phone-input/types.d.ts +1 -1
- package/international-phone-input/{typings-1fe708ea.d.ts → typings-cc406ff0.d.ts} +28 -0
- package/international-phone-input/utils-89376c31.d.ts +1 -1
- package/link/Component.js +1 -0
- package/link/cssm/Component.js +1 -0
- package/link/esm/Component.js +1 -0
- package/link/modern/Component.js +1 -0
- package/masked-input/Component.js +1 -0
- package/masked-input/cssm/Component.js +1 -0
- package/masked-input/esm/Component.js +1 -0
- package/masked-input/modern/Component.js +1 -0
- package/modal/Component.js +1 -0
- package/modal/Component.responsive.js +1 -0
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/cssm/Component.js +1 -0
- package/modal/cssm/Component.responsive.js +1 -0
- package/modal/esm/Component.js +1 -0
- package/modal/esm/Component.responsive.js +2 -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.js +1 -0
- package/modal/modern/Component.responsive.js +2 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/navigation-bar-private/Component.js +1 -0
- package/navigation-bar-private/cssm/Component.js +1 -0
- package/navigation-bar-private/esm/Component.js +1 -0
- package/navigation-bar-private/modern/Component.js +1 -0
- package/notification/Component.js +1 -0
- package/notification/cssm/Component.js +1 -0
- package/notification/cssm/utils/getNotificationTestIds.js +1 -3
- package/notification/esm/Component.js +1 -0
- package/notification/esm/utils/getNotificationTestIds.js +1 -3
- package/notification/modern/Component.js +1 -0
- package/notification/modern/utils/getNotificationTestIds.js +1 -3
- package/notification/utils/getNotificationTestIds.js +1 -3
- package/notification-manager/component.js +1 -0
- package/notification-manager/cssm/component.js +1 -0
- package/notification-manager/esm/component.js +1 -0
- package/notification-manager/modern/component.js +1 -0
- package/number-input/Component.responsive.js +1 -0
- package/number-input/cssm/Component.responsive.js +1 -0
- package/number-input/esm/Component.responsive.js +1 -0
- package/number-input/modern/Component.responsive.js +1 -0
- package/package.json +3 -1
- package/pass-code/Component.js +1 -0
- package/pass-code/cssm/Component.js +1 -0
- package/pass-code/esm/Component.js +1 -0
- package/pass-code/modern/Component.js +1 -0
- package/password-input/component.js +1 -0
- package/password-input/cssm/component.js +1 -0
- package/password-input/esm/component.js +1 -0
- package/password-input/modern/component.js +1 -0
- package/pattern-lock/Component.responsive.js +1 -0
- package/pattern-lock/components/base-pattern-lock/Component.js +2 -0
- package/pattern-lock/cssm/Component.responsive.js +1 -0
- package/pattern-lock/cssm/components/base-pattern-lock/Component.js +2 -0
- package/pattern-lock/cssm/desktop/Component.desktop.js +1 -0
- package/pattern-lock/cssm/mobile/Component.mobile.js +1 -0
- package/pattern-lock/desktop/Component.desktop.js +1 -0
- package/pattern-lock/esm/Component.responsive.js +1 -0
- package/pattern-lock/esm/components/base-pattern-lock/Component.js +2 -0
- package/pattern-lock/esm/desktop/Component.desktop.js +1 -0
- package/pattern-lock/esm/mobile/Component.mobile.js +1 -0
- package/pattern-lock/mobile/Component.mobile.js +1 -0
- package/pattern-lock/modern/Component.responsive.js +1 -0
- package/pattern-lock/modern/components/base-pattern-lock/Component.js +2 -0
- package/pattern-lock/modern/desktop/Component.desktop.js +1 -0
- package/pattern-lock/modern/mobile/Component.mobile.js +1 -0
- package/phone-input/Component.js +1 -0
- package/phone-input/cssm/Component.js +1 -0
- package/phone-input/esm/Component.js +1 -0
- package/phone-input/modern/Component.js +1 -0
- package/picker-button/Component-cc406ff0.d.ts +5 -0
- package/picker-button/Component.responsive.js +1 -0
- package/picker-button/cssm/Component-cc406ff0.d.ts +5 -0
- package/picker-button/cssm/Component.responsive.js +1 -0
- package/picker-button/cssm/field/Component.d.ts +1 -1
- package/picker-button/cssm/{index-2f466837.d.ts → index-307da6d7.d.ts} +1 -3
- package/picker-button/cssm/index-bdb4c6b9.d.ts +5 -2
- package/picker-button/cssm/{typings-1fe708ea.d.ts → typings-cc406ff0.d.ts} +28 -0
- package/picker-button/cssm/utils-89376c31.d.ts +1 -1
- package/picker-button/esm/Component-cc406ff0.d.ts +5 -0
- package/picker-button/esm/Component.responsive.js +1 -0
- package/picker-button/esm/field/Component.d.ts +1 -1
- package/picker-button/esm/{index-2f466837.d.ts → index-307da6d7.d.ts} +1 -3
- package/picker-button/esm/index-bdb4c6b9.d.ts +5 -2
- package/picker-button/esm/{typings-1fe708ea.d.ts → typings-cc406ff0.d.ts} +28 -0
- package/picker-button/esm/utils-89376c31.d.ts +1 -1
- package/picker-button/field/Component.d.ts +1 -1
- package/picker-button/{index-2f466837.d.ts → index-307da6d7.d.ts} +1 -3
- package/picker-button/index-bdb4c6b9.d.ts +5 -2
- package/picker-button/modern/Component-cc406ff0.d.ts +5 -0
- package/picker-button/modern/Component.responsive.js +1 -0
- package/picker-button/modern/field/Component.d.ts +1 -1
- package/picker-button/modern/{index-2f466837.d.ts → index-307da6d7.d.ts} +1 -3
- package/picker-button/modern/index-bdb4c6b9.d.ts +5 -2
- package/picker-button/modern/{typings-1fe708ea.d.ts → typings-cc406ff0.d.ts} +28 -0
- package/picker-button/modern/utils-89376c31.d.ts +1 -1
- package/picker-button/{typings-1fe708ea.d.ts → typings-cc406ff0.d.ts} +28 -0
- package/picker-button/utils-89376c31.d.ts +1 -1
- package/plate/Component.responsive.js +1 -0
- package/plate/cssm/Component.responsive.js +1 -0
- package/plate/esm/Component.responsive.js +1 -0
- package/plate/modern/Component.responsive.js +1 -0
- package/popover/Component.js +1 -0
- package/popover/cssm/Component.js +1 -0
- package/popover/esm/Component.js +1 -0
- package/popover/modern/Component.js +1 -0
- package/popup-sheet/Component.js +1 -0
- package/popup-sheet/cssm/Component.js +1 -0
- package/popup-sheet/esm/Component.js +1 -0
- package/popup-sheet/modern/Component.js +1 -0
- package/portal/Component.js +5 -6
- package/portal/cssm/Component.js +5 -6
- package/portal/esm/Component.js +6 -8
- package/portal/esm/index.js +0 -2
- package/portal/modern/Component.js +3 -6
- package/portal/modern/index.js +0 -2
- package/progress-bar/Component.js +1 -0
- package/progress-bar/cssm/Component.js +1 -0
- package/progress-bar/esm/Component.js +1 -0
- package/progress-bar/modern/Component.js +1 -0
- package/pure-cell/{component-727bcb4d.js → component-6daff29b.js} +1 -0
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/cssm/{component-e3105fca.js → component-bb77cc22.js} +1 -0
- package/pure-cell/cssm/component.js +1 -1
- package/pure-cell/cssm/components/addon/component.js +1 -1
- package/pure-cell/cssm/components/addon/index.d.ts +1 -1
- package/pure-cell/cssm/components/addon/index.js +1 -1
- package/pure-cell/cssm/components/amount/component.js +1 -1
- package/pure-cell/cssm/components/amount/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount/index.js +1 -1
- package/pure-cell/cssm/components/amount-title/component.js +1 -1
- package/pure-cell/cssm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount-title/index.js +1 -1
- package/pure-cell/cssm/components/category/component.js +1 -1
- package/pure-cell/cssm/components/category/index.d.ts +1 -1
- package/pure-cell/cssm/components/category/index.js +1 -1
- package/pure-cell/cssm/components/content/component.js +1 -1
- package/pure-cell/cssm/components/content/index.d.ts +1 -1
- package/pure-cell/cssm/components/content/index.js +1 -1
- package/pure-cell/cssm/components/footer/component.js +1 -1
- package/pure-cell/cssm/components/footer/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer/index.js +1 -1
- package/pure-cell/cssm/components/footer-button/component.js +1 -1
- package/pure-cell/cssm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-button/index.js +1 -1
- package/pure-cell/cssm/components/footer-text/component.js +1 -1
- package/pure-cell/cssm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-text/index.js +1 -1
- package/pure-cell/cssm/components/graphics/component.js +1 -1
- package/pure-cell/cssm/components/graphics/index.d.ts +1 -1
- package/pure-cell/cssm/components/graphics/index.js +1 -1
- package/pure-cell/cssm/components/main/component.js +1 -1
- package/pure-cell/cssm/components/main/index.d.ts +1 -1
- package/pure-cell/cssm/components/main/index.js +1 -1
- package/pure-cell/cssm/components/text/component.js +1 -1
- package/pure-cell/cssm/components/text/index.d.ts +1 -1
- package/pure-cell/cssm/components/text/index.js +1 -1
- package/pure-cell/cssm/index.d.ts +2 -2
- package/pure-cell/cssm/index.js +1 -1
- package/pure-cell/esm/{component-556cdd43.js → component-e895bbf2.js} +1 -0
- 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.d.ts +2 -2
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.d.ts +2 -2
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/{component-fedb2139.js → component-3afd91e4.js} +1 -0
- 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.d.ts +2 -2
- package/pure-cell/modern/index.js +1 -1
- package/radio/Component.js +1 -0
- package/radio/cssm/Component.js +1 -0
- package/radio/esm/Component.js +1 -0
- package/radio/modern/Component.js +1 -0
- package/radio-group/Component.responsive.js +1 -0
- package/radio-group/cssm/Component.responsive.js +1 -0
- package/radio-group/esm/Component.responsive.js +1 -0
- package/radio-group/modern/Component.responsive.js +1 -0
- package/scrollbar/Component.js +52 -25
- package/scrollbar/cssm/Component.js +52 -25
- package/scrollbar/esm/Component.js +53 -26
- package/scrollbar/modern/Component.js +50 -25
- package/select/Component.responsive.js +1 -0
- package/select/components/base-select/Component.js +1 -1
- package/select/components/options-list/Component.js +11 -2
- package/select/components/virtual-options-list/Component.js +15 -3
- package/select/cssm/Component.responsive.js +1 -0
- package/select/cssm/components/base-select/Component.js +1 -1
- package/select/cssm/components/options-list/Component.js +11 -2
- package/select/cssm/components/virtual-options-list/Component.js +15 -3
- package/select/cssm/{hook-aae7b381.d.ts → hook-546b2479.d.ts} +1 -0
- package/select/cssm/{hook-aae7b381.js → hook-546b2479.js} +12 -4
- package/select/cssm/{hook-d4f77aed.d.ts → hook-64a8061f.d.ts} +7 -2
- package/select/cssm/mobile/Component.mobile.js +1 -1
- package/select/cssm/presets/index.d.ts +1 -1
- package/select/cssm/presets/index.js +1 -1
- package/select/cssm/presets/useSelectWithApply/hook.js +2 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/cssm/shared/index.js +1 -1
- package/select/cssm/typings.d.ts +29 -1
- package/select/esm/Component.responsive.js +3 -1
- package/select/esm/components/base-select/Component.js +1 -1
- package/select/esm/components/options-list/Component.js +11 -2
- package/select/esm/components/virtual-options-list/Component.js +15 -3
- package/select/esm/{hook-6330ea30.d.ts → hook-2e22c559.d.ts} +1 -0
- package/select/esm/{hook-6330ea30.js → hook-2e22c559.js} +11 -4
- package/select/esm/{hook-d4f77aed.d.ts → hook-64a8061f.d.ts} +7 -2
- package/select/esm/index.js +2 -1
- package/select/esm/mobile/Component.mobile.js +2 -1
- package/select/esm/mobile/Component.modal.mobile.js +2 -1
- package/select/esm/mobile/index.js +2 -1
- package/select/esm/presets/index.d.ts +1 -1
- package/select/esm/presets/index.js +2 -1
- package/select/esm/presets/useSelectWithApply/hook.js +2 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -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 +2 -1
- package/select/esm/shared/index.js +2 -1
- package/select/esm/typings.d.ts +29 -1
- package/select/{hook-5d10ace8.d.ts → hook-0318a7ee.d.ts} +1 -0
- package/select/{hook-5d10ace8.js → hook-0318a7ee.js} +12 -4
- package/select/{hook-d4f77aed.d.ts → hook-64a8061f.d.ts} +7 -2
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +3 -1
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/options-list/Component.js +8 -2
- package/select/modern/components/virtual-options-list/Component.js +12 -3
- package/select/modern/{hook-d4f77aed.d.ts → hook-64a8061f.d.ts} +7 -2
- package/select/modern/{hook-fdaf39eb.d.ts → hook-d56cb7dc.d.ts} +1 -0
- package/select/modern/{hook-fdaf39eb.js → hook-d56cb7dc.js} +11 -3
- package/select/modern/index.js +2 -1
- package/select/modern/mobile/Component.mobile.js +2 -1
- package/select/modern/mobile/Component.modal.mobile.js +2 -1
- package/select/modern/mobile/index.js +2 -1
- package/select/modern/presets/index.d.ts +1 -1
- package/select/modern/presets/index.js +2 -1
- package/select/modern/presets/useSelectWithApply/hook.js +2 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -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 +2 -1
- package/select/modern/shared/index.js +2 -1
- package/select/modern/typings.d.ts +29 -1
- package/select/presets/index.d.ts +1 -1
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +2 -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 +29 -1
- package/select-with-tags/Component.responsive.js +1 -0
- package/select-with-tags/cssm/Component.responsive.js +1 -0
- package/select-with-tags/esm/Component.responsive.js +1 -0
- package/select-with-tags/modern/Component.responsive.js +1 -0
- package/shared/cssm/index.d.ts +0 -1
- package/shared/cssm/index.js +0 -2
- package/shared/esm/index.d.ts +0 -1
- package/shared/esm/index.js +0 -1
- package/shared/index.d.ts +0 -1
- package/shared/index.js +0 -2
- package/shared/modern/index.d.ts +0 -1
- package/shared/modern/index.js +0 -1
- package/side-panel/Component.responsive.js +1 -0
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/cssm/Component.responsive.js +1 -0
- package/side-panel/esm/Component.responsive.js +2 -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 +2 -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/slider-input/Component.js +1 -0
- package/slider-input/cssm/Component.js +1 -0
- package/slider-input/esm/Component.js +1 -0
- package/slider-input/modern/Component.js +1 -0
- package/sortable-list/Component.js +2 -0
- package/sortable-list/cssm/Component.js +2 -0
- package/sortable-list/esm/Component.js +2 -0
- package/sortable-list/modern/Component.js +2 -0
- package/space/Component.js +1 -0
- package/space/cssm/Component.js +1 -0
- package/space/esm/Component.js +1 -0
- package/space/modern/Component.js +1 -0
- package/steps/Component.js +8 -9
- package/steps/cssm/Component.js +8 -9
- package/steps/esm/Component.js +9 -10
- package/steps/modern/Component.js +9 -10
- package/switch/Component.js +1 -0
- package/switch/cssm/Component.js +1 -0
- package/switch/esm/Component.js +1 -0
- package/switch/modern/Component.js +1 -0
- package/tab-bar/Component.js +1 -0
- package/tab-bar/cssm/Component.js +1 -0
- package/tab-bar/esm/Component.js +1 -0
- package/tab-bar/modern/Component.js +1 -0
- package/tabs/components/scroll-controls/Component.js +1 -0
- package/tabs/cssm/components/scroll-controls/Component.js +1 -0
- package/tabs/esm/components/scroll-controls/Component.js +1 -0
- package/tabs/modern/components/scroll-controls/Component.js +1 -0
- package/tag/Component.responsive.js +1 -0
- package/tag/cssm/Component.responsive.js +1 -0
- package/tag/esm/Component.responsive.js +1 -0
- package/tag/modern/Component.responsive.js +1 -0
- package/textarea/Component.js +1 -0
- package/textarea/cssm/Component.js +1 -0
- package/textarea/esm/Component.js +1 -0
- package/textarea/modern/Component.js +1 -0
- package/themes/compiled/mobile-dark-bluetint.css +201 -62
- package/toast/Component.responsive.js +1 -0
- package/toast/cssm/Component.responsive.js +1 -0
- package/toast/esm/Component.responsive.js +1 -0
- package/toast/modern/Component.responsive.js +1 -0
- package/toast-plate/Component.responsive.js +1 -0
- package/toast-plate/components/base-toast-plate/component.js +0 -1
- package/toast-plate/components/base-toast-plate/hooks/useDeprecatedBadge.js +0 -1
- package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +0 -1
- package/toast-plate/cssm/Component.responsive.js +1 -0
- package/toast-plate/cssm/components/base-toast-plate/component.js +0 -1
- package/toast-plate/cssm/components/base-toast-plate/hooks/useDeprecatedBadge.js +0 -1
- package/toast-plate/cssm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +0 -1
- package/toast-plate/cssm/{index-2f466837.d.ts → index-307da6d7.d.ts} +0 -1
- package/toast-plate/esm/Component.responsive.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/component.js +0 -1
- package/toast-plate/esm/components/base-toast-plate/hooks/useDeprecatedBadge.js +0 -1
- package/toast-plate/esm/components/base-toast-plate/index.js +0 -1
- package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +0 -1
- package/toast-plate/esm/desktop/Component.desktop.js +0 -1
- package/toast-plate/esm/desktop/index.js +0 -1
- package/toast-plate/esm/{index-2f466837.d.ts → index-307da6d7.d.ts} +0 -1
- package/toast-plate/esm/index.js +0 -1
- package/toast-plate/esm/mobile/Component.mobile.js +0 -1
- package/toast-plate/esm/mobile/index.js +0 -1
- package/toast-plate/{index-2f466837.d.ts → index-307da6d7.d.ts} +0 -1
- package/toast-plate/modern/Component.responsive.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/component.js +0 -1
- package/toast-plate/modern/components/base-toast-plate/hooks/useDeprecatedBadge.js +0 -1
- package/toast-plate/modern/components/base-toast-plate/index.js +0 -1
- package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +0 -1
- package/toast-plate/modern/desktop/Component.desktop.js +0 -1
- package/toast-plate/modern/desktop/index.js +0 -1
- package/toast-plate/modern/{index-2f466837.d.ts → index-307da6d7.d.ts} +0 -1
- package/toast-plate/modern/index.js +0 -1
- package/toast-plate/modern/mobile/Component.mobile.js +0 -1
- package/toast-plate/modern/mobile/index.js +0 -1
- 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/underlay/Component.js +1 -0
- package/underlay/cssm/Component.js +1 -0
- package/underlay/esm/Component.js +1 -0
- package/underlay/modern/Component.js +1 -0
- package/universal-date-input/Component.responsive.js +1 -0
- package/universal-date-input/components/base-universal-date-input/Component.js +3 -0
- package/universal-date-input/components/month-input/Component.d.ts +5 -0
- package/universal-date-input/components/month-input/Component.js +51 -0
- package/universal-date-input/components/month-input/index.d.ts +1 -0
- package/universal-date-input/components/month-input/index.js +7 -0
- package/universal-date-input/consts.js +4 -0
- package/universal-date-input/cssm/Component.responsive.js +1 -0
- package/universal-date-input/cssm/components/base-universal-date-input/Component.js +3 -0
- package/universal-date-input/cssm/components/month-input/Component.d.ts +5 -0
- package/universal-date-input/cssm/components/month-input/Component.js +51 -0
- package/universal-date-input/cssm/components/month-input/index.d.ts +1 -0
- package/universal-date-input/cssm/components/month-input/index.js +7 -0
- package/universal-date-input/cssm/consts.js +4 -0
- package/universal-date-input/cssm/index-5712fce2.d.ts +1 -2
- package/universal-date-input/cssm/types.d.ts +25 -2
- package/universal-date-input/cssm/utils/index.d.ts +2 -1
- package/universal-date-input/cssm/utils/index.js +5 -0
- package/universal-date-input/esm/Component.responsive.js +2 -0
- package/universal-date-input/esm/components/base-universal-date-input/Component.js +3 -0
- package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -0
- package/universal-date-input/esm/components/month-input/Component.d.ts +5 -0
- package/universal-date-input/esm/components/month-input/Component.js +52 -0
- package/universal-date-input/esm/components/month-input/index.d.ts +1 -0
- package/universal-date-input/esm/components/month-input/index.js +12 -0
- package/universal-date-input/esm/consts.js +4 -0
- package/universal-date-input/esm/desktop/Component.desktop.js +1 -0
- package/universal-date-input/esm/desktop/index.js +1 -0
- package/universal-date-input/esm/index-5712fce2.d.ts +1 -2
- package/universal-date-input/esm/index.js +1 -0
- package/universal-date-input/esm/mobile/Component.mobile.js +1 -0
- package/universal-date-input/esm/mobile/index.js +1 -0
- package/universal-date-input/esm/types.d.ts +25 -2
- package/universal-date-input/esm/utils/index.d.ts +2 -1
- package/universal-date-input/esm/utils/index.js +5 -1
- package/universal-date-input/index-5712fce2.d.ts +1 -2
- package/universal-date-input/modern/Component.responsive.js +2 -0
- package/universal-date-input/modern/components/base-universal-date-input/Component.js +3 -0
- package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -0
- package/universal-date-input/modern/components/month-input/Component.d.ts +5 -0
- package/universal-date-input/modern/components/month-input/Component.js +51 -0
- package/universal-date-input/modern/components/month-input/index.d.ts +1 -0
- package/universal-date-input/modern/components/month-input/index.js +11 -0
- package/universal-date-input/modern/consts.js +4 -0
- package/universal-date-input/modern/desktop/Component.desktop.js +1 -0
- package/universal-date-input/modern/desktop/index.js +1 -0
- package/universal-date-input/modern/index-5712fce2.d.ts +1 -2
- package/universal-date-input/modern/index.js +1 -0
- package/universal-date-input/modern/mobile/Component.mobile.js +1 -0
- package/universal-date-input/modern/mobile/index.js +1 -0
- package/universal-date-input/modern/types.d.ts +25 -2
- package/universal-date-input/modern/utils/index.d.ts +2 -1
- package/universal-date-input/modern/utils/index.js +4 -1
- package/universal-date-input/types.d.ts +25 -2
- package/universal-date-input/utils/index.d.ts +2 -1
- package/universal-date-input/utils/index.js +5 -0
- package/picker-button/Component-1fe708ea.d.ts +0 -5
- package/picker-button/cssm/Component-1fe708ea.d.ts +0 -5
- package/picker-button/cssm/usePortalContainer-2f466837.d.ts +0 -2
- package/picker-button/cssm/utils-ed29dc0e.d.ts +0 -5
- package/picker-button/esm/Component-1fe708ea.d.ts +0 -5
- package/picker-button/esm/usePortalContainer-2f466837.d.ts +0 -2
- package/picker-button/esm/utils-ed29dc0e.d.ts +0 -5
- package/picker-button/modern/Component-1fe708ea.d.ts +0 -5
- package/picker-button/modern/usePortalContainer-2f466837.d.ts +0 -2
- package/picker-button/modern/utils-ed29dc0e.d.ts +0 -5
- package/picker-button/usePortalContainer-2f466837.d.ts +0 -2
- package/picker-button/utils-ed29dc0e.d.ts +0 -5
- package/portal/@alfalab/core-components-shared/package.json +0 -23
- package/portal/cssm/hooks/usePortalContainer.d.ts +0 -2
- package/portal/cssm/hooks/usePortalContainer.js +0 -15
- package/portal/esm/hooks/usePortalContainer.d.ts +0 -2
- package/portal/esm/hooks/usePortalContainer.js +0 -13
- package/portal/hooks/usePortalContainer.d.ts +0 -2
- package/portal/hooks/usePortalContainer.js +0 -15
- package/portal/modern/hooks/usePortalContainer.d.ts +0 -2
- package/portal/modern/hooks/usePortalContainer.js +0 -13
- package/shared/context/PortalContext/PortalContext.d.ts +0 -4
- package/shared/context/PortalContext/PortalContext.js +0 -7
- package/shared/context/PortalContext/index.d.ts +0 -1
- package/shared/context/PortalContext/index.js +0 -7
- package/shared/cssm/context/PortalContext/PortalContext.d.ts +0 -4
- package/shared/cssm/context/PortalContext/PortalContext.js +0 -7
- package/shared/cssm/context/PortalContext/index.d.ts +0 -1
- package/shared/cssm/context/PortalContext/index.js +0 -7
- package/shared/esm/context/PortalContext/PortalContext.d.ts +0 -4
- package/shared/esm/context/PortalContext/PortalContext.js +0 -5
- package/shared/esm/context/PortalContext/index.d.ts +0 -1
- package/shared/esm/context/PortalContext/index.js +0 -2
- package/shared/modern/context/PortalContext/PortalContext.d.ts +0 -4
- package/shared/modern/context/PortalContext/PortalContext.js +0 -5
- package/shared/modern/context/PortalContext/index.d.ts +0 -1
- package/shared/modern/context/PortalContext/index.js +0 -2
- package/toast-plate/PortalContext-e3e1c274.d.ts +0 -4
- package/toast-plate/PortalContext-e3e1c274.js +0 -3
- package/toast-plate/cssm/PortalContext-919ec0ab.d.ts +0 -4
- package/toast-plate/cssm/PortalContext-919ec0ab.js +0 -3
- package/toast-plate/esm/PortalContext-b6290b30.d.ts +0 -4
- package/toast-plate/esm/PortalContext-b6290b30.js +0 -3
- package/toast-plate/modern/PortalContext-79573803.d.ts +0 -4
- package/toast-plate/modern/PortalContext-79573803.js +0 -3
- /package/modal/esm/{layout.module-59d61772.js → layout.module-e8e23fca.js} +0 -0
- /package/modal/{layout.module-0c29bfb1.js → layout.module-aaffa0c0.js} +0 -0
- /package/modal/modern/{layout.module-2d42989f.js → layout.module-a19ebc78.js} +0 -0
- /package/picker-button/{Component-2f466837.d.ts → Component-307da6d7.d.ts} +0 -0
- /package/picker-button/cssm/{Component-2f466837.d.ts → Component-307da6d7.d.ts} +0 -0
- /package/picker-button/esm/{Component-2f466837.d.ts → Component-307da6d7.d.ts} +0 -0
- /package/picker-button/modern/{Component-2f466837.d.ts → Component-307da6d7.d.ts} +0 -0
- /package/pure-cell/{component-727bcb4d.d.ts → component-6daff29b.d.ts} +0 -0
- /package/pure-cell/{component-06012092.d.ts → component-8c83a9ca.d.ts} +0 -0
- /package/pure-cell/cssm/{component-06012092.d.ts → component-8c83a9ca.d.ts} +0 -0
- /package/pure-cell/cssm/{component-e3105fca.d.ts → component-bb77cc22.d.ts} +0 -0
- /package/pure-cell/esm/{component-06012092.d.ts → component-8c83a9ca.d.ts} +0 -0
- /package/pure-cell/esm/{component-556cdd43.d.ts → component-e895bbf2.d.ts} +0 -0
- /package/pure-cell/modern/{component-fedb2139.d.ts → component-3afd91e4.d.ts} +0 -0
- /package/pure-cell/modern/{component-06012092.d.ts → component-8c83a9ca.d.ts} +0 -0
- /package/side-panel/esm/{layout.module-eefb2f62.js → layout.module-0fa8570a.js} +0 -0
- /package/side-panel/{layout.module-2f2342c4.js → layout.module-5751c32b.js} +0 -0
- /package/side-panel/modern/{layout.module-74819ea7.js → layout.module-bfab4815.js} +0 -0
- /package/typography/{colors.module-f0f2b5d5.js → colors.module-da3c8bd1.js} +0 -0
- /package/typography/{common.module-95c3f6f6.js → common.module-ac26c98a.js} +0 -0
- /package/typography/esm/{colors.module-7c7910d9.js → colors.module-8caeadab.js} +0 -0
- /package/typography/esm/{common.module-33510807.js → common.module-0299dfd5.js} +0 -0
- /package/typography/modern/{colors.module-28728434.js → colors.module-3ba7874c.js} +0 -0
- /package/typography/modern/{common.module-91a32c26.js → common.module-40478320.js} +0 -0
|
@@ -66,7 +66,6 @@ declare const dom: {
|
|
|
66
66
|
preventDefault: typeof preventDefault;
|
|
67
67
|
};
|
|
68
68
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
69
|
-
export { PortalContext } from "./PortalContext-e3e1c274";
|
|
70
69
|
export * from "./getDataTestId-3490478b";
|
|
71
70
|
export * from "./browser-a216f694";
|
|
72
71
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
|
@@ -7,7 +7,6 @@ import 'classnames';
|
|
|
7
7
|
import '../../icon-button/modern';
|
|
8
8
|
import './getDataTestId-bc9028f2.js';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import './PortalContext-79573803.js';
|
|
11
10
|
import '../../status-badge/modern';
|
|
12
11
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
13
12
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -20,5 +19,6 @@ const ToastPlate = forwardRef(({ children, breakpoint = 1024, ...restProps }, re
|
|
|
20
19
|
const Component = isDesktop ? ToastPlateDesktop : ToastPlateMobile;
|
|
21
20
|
return (React.createElement(Component, { ref: ref, ...restProps }, children));
|
|
22
21
|
});
|
|
22
|
+
ToastPlate.displayName = 'ToastPlate';
|
|
23
23
|
|
|
24
24
|
export { ToastPlate };
|
|
@@ -3,7 +3,6 @@ import cn from 'classnames';
|
|
|
3
3
|
import { IconButton } from '../../../../icon-button/modern';
|
|
4
4
|
import { g as getDataTestId } from '../../getDataTestId-bc9028f2.js';
|
|
5
5
|
import '@alfalab/hooks';
|
|
6
|
-
import '../../PortalContext-79573803.js';
|
|
7
6
|
import { StatusBadge } from '../../../../status-badge/modern';
|
|
8
7
|
import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
|
|
9
8
|
import { useCustomIcons } from './hooks/useCustomIcons.js';
|
|
@@ -4,7 +4,6 @@ import 'classnames';
|
|
|
4
4
|
import '../../../../icon-button/modern';
|
|
5
5
|
import '../../getDataTestId-bc9028f2.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../../PortalContext-79573803.js';
|
|
8
7
|
import '../../../../status-badge/modern';
|
|
9
8
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
9
|
import './hooks/useCustomIcons.js';
|
|
@@ -4,7 +4,6 @@ import 'classnames';
|
|
|
4
4
|
import '../../../icon-button/modern';
|
|
5
5
|
import '../getDataTestId-bc9028f2.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../PortalContext-79573803.js';
|
|
8
7
|
import '../../../status-badge/modern';
|
|
9
8
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
9
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -5,7 +5,6 @@ import 'classnames';
|
|
|
5
5
|
import '../../../icon-button/modern';
|
|
6
6
|
import '../getDataTestId-bc9028f2.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-79573803.js';
|
|
9
8
|
import '../../../status-badge/modern';
|
|
10
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
10
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -66,7 +66,6 @@ declare const dom: {
|
|
|
66
66
|
preventDefault: typeof preventDefault;
|
|
67
67
|
};
|
|
68
68
|
export { isClient, os, createPaddingStyle, easingFns, fnUtils, maskUtils, hooks, dom };
|
|
69
|
-
export { PortalContext } from "./PortalContext-79573803";
|
|
70
69
|
export * from "./getDataTestId-bc9028f2";
|
|
71
70
|
export * from "./browser-a216f694";
|
|
72
71
|
export * from "./components/base-toast-plate/hooks/useDeprecatedBadge";
|
|
@@ -7,7 +7,6 @@ import 'classnames';
|
|
|
7
7
|
import '../../icon-button/modern';
|
|
8
8
|
import './getDataTestId-bc9028f2.js';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import './PortalContext-79573803.js';
|
|
11
10
|
import '../../status-badge/modern';
|
|
12
11
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
13
12
|
import './components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -4,7 +4,6 @@ import 'classnames';
|
|
|
4
4
|
import '../../../icon-button/modern';
|
|
5
5
|
import '../getDataTestId-bc9028f2.js';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import '../PortalContext-79573803.js';
|
|
8
7
|
import '../../../status-badge/modern';
|
|
9
8
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
10
9
|
import '../components/base-toast-plate/hooks/useCustomIcons.js';
|
|
@@ -5,7 +5,6 @@ import 'classnames';
|
|
|
5
5
|
import '../../../icon-button/modern';
|
|
6
6
|
import '../getDataTestId-bc9028f2.js';
|
|
7
7
|
import '@alfalab/hooks';
|
|
8
|
-
import '../PortalContext-79573803.js';
|
|
9
8
|
import '../../../status-badge/modern';
|
|
10
9
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
11
10
|
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-8caeadab.js';
|
|
13
13
|
import './title/component.js';
|
|
14
14
|
import './title/utils.js';
|
|
15
|
-
import './common.module-
|
|
15
|
+
import './common.module-0299dfd5.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-8caeadab.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-0299dfd5.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-8caeadab.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-8caeadab.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-0299dfd5.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-8caeadab.js';
|
|
12
12
|
|
|
13
13
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_pk1wm","styrene-large":"typography__styrene-large_pk1wm","styrene-medium":"typography__styrene-medium_pk1wm","styrene-small":"typography__styrene-small_pk1wm","styrene-xsmall":"typography__styrene-xsmall_pk1wm","system-xlarge":"typography__system-xlarge_pk1wm","system-large":"typography__system-large_pk1wm","system-medium":"typography__system-medium_pk1wm","system-small":"typography__system-small_pk1wm","system-xsmall":"typography__system-xsmall_pk1wm","margins-xlarge":"typography__margins-xlarge_pk1wm","margins-large":"typography__margins-large_pk1wm","margins-medium":"typography__margins-medium_pk1wm","margins-small":"typography__margins-small_pk1wm","margins-xsmall":"typography__margins-xsmall_pk1wm","rowLimit1":"typography__rowLimit1_pk1wm","rowLimit2":"typography__rowLimit2_pk1wm","rowLimit3":"typography__rowLimit3_pk1wm"};
|
|
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-0299dfd5.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-8caeadab.js';
|
|
12
12
|
|
|
13
13
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_1a6e8","styrene-large":"typography__styrene-large_1a6e8","styrene-medium":"typography__styrene-medium_1a6e8","styrene-small":"typography__styrene-small_1a6e8","styrene-xsmall":"typography__styrene-xsmall_1a6e8","system-xlarge":"typography__system-xlarge_1a6e8","system-large":"typography__system-large_1a6e8","system-medium":"typography__system-medium_1a6e8","system-small":"typography__system-small_1a6e8","system-xsmall":"typography__system-xsmall_1a6e8"};
|
|
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-8caeadab.js';
|
|
12
|
+
import '../common.module-0299dfd5.js';
|
|
@@ -2,14 +2,14 @@ import { __assign } from 'tslib';
|
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import { useMatchMedia } from '../../../mq/esm';
|
|
4
4
|
import { TitleBase } from '../title/component.js';
|
|
5
|
-
import { c as commonStyles } from '../common.module-
|
|
5
|
+
import { c as commonStyles } from '../common.module-0299dfd5.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../hooks/use-skeleton.js';
|
|
9
9
|
import '../../../skeleton/esm';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
11
|
import '../title/utils.js';
|
|
12
|
-
import '../colors.module-
|
|
12
|
+
import '../colors.module-8caeadab.js';
|
|
13
13
|
|
|
14
14
|
var styles = {"styrene-xlarge":"typography__styrene-xlarge_1bpne","styrene-large":"typography__styrene-large_1bpne","styrene-medium":"typography__styrene-medium_1bpne","styrene-small":"typography__styrene-small_1bpne","styrene-xsmall":"typography__styrene-xsmall_1bpne","system-xlarge":"typography__system-xlarge_1bpne","system-large":"typography__system-large_1bpne","system-medium":"typography__system-medium_1bpne","system-small":"typography__system-small_1bpne","system-xsmall":"typography__system-xsmall_1bpne","margins-xlarge":"typography__margins-xlarge_1bpne","margins-large":"typography__margins-large_1bpne","margins-medium":"typography__margins-medium_1bpne","margins-small":"typography__margins-small_1bpne","margins-xsmall":"typography__margins-xsmall_1bpne"};
|
|
15
15
|
require('./index.css');
|
|
@@ -9,5 +9,5 @@ import '../hooks/use-skeleton.js';
|
|
|
9
9
|
import '../../../skeleton/esm';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
11
|
import '../title/utils.js';
|
|
12
|
-
import '../colors.module-
|
|
13
|
-
import '../common.module-
|
|
12
|
+
import '../colors.module-8caeadab.js';
|
|
13
|
+
import '../common.module-0299dfd5.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-3ba7874c.js';
|
|
12
12
|
import './title/component.js';
|
|
13
13
|
import './title/utils.js';
|
|
14
|
-
import './common.module-
|
|
14
|
+
import './common.module-40478320.js';
|
|
15
15
|
import '../../mq/modern';
|
|
16
16
|
|
|
17
17
|
const Typography = {
|
|
@@ -7,11 +7,11 @@ import 'classnames';
|
|
|
7
7
|
import './hooks/use-skeleton.js';
|
|
8
8
|
import '../../skeleton/modern';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
|
-
import './colors.module-
|
|
10
|
+
import './colors.module-3ba7874c.js';
|
|
11
11
|
import './title/index.js';
|
|
12
12
|
import './title/component.js';
|
|
13
13
|
import './title/utils.js';
|
|
14
|
-
import './common.module-
|
|
14
|
+
import './common.module-40478320.js';
|
|
15
15
|
import './title-mobile/component.js';
|
|
16
16
|
import './title-responsive/component.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-3ba7874c.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-3ba7874c.js';
|
|
7
7
|
import '../../../skeleton/modern';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React, { forwardRef } from 'react';
|
|
2
2
|
import { TitleBase } from './component.js';
|
|
3
|
-
import { c as commonStyles } from '../common.module-
|
|
3
|
+
import { c as commonStyles } from '../common.module-40478320.js';
|
|
4
4
|
import 'react-merge-refs';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../hooks/use-skeleton.js';
|
|
7
7
|
import '../../../skeleton/modern';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
import './utils.js';
|
|
10
|
-
import '../colors.module-
|
|
10
|
+
import '../colors.module-3ba7874c.js';
|
|
11
11
|
|
|
12
12
|
const styles = {"styrene-xlarge":"typography__styrene-xlarge_pk1wm","styrene-large":"typography__styrene-large_pk1wm","styrene-medium":"typography__styrene-medium_pk1wm","styrene-small":"typography__styrene-small_pk1wm","styrene-xsmall":"typography__styrene-xsmall_pk1wm","system-xlarge":"typography__system-xlarge_pk1wm","system-large":"typography__system-large_pk1wm","system-medium":"typography__system-medium_pk1wm","system-small":"typography__system-small_pk1wm","system-xsmall":"typography__system-xsmall_pk1wm","margins-xlarge":"typography__margins-xlarge_pk1wm","margins-large":"typography__margins-large_pk1wm","margins-medium":"typography__margins-medium_pk1wm","margins-small":"typography__margins-small_pk1wm","margins-xsmall":"typography__margins-xsmall_pk1wm","rowLimit1":"typography__rowLimit1_pk1wm","rowLimit2":"typography__rowLimit2_pk1wm","rowLimit3":"typography__rowLimit3_pk1wm"};
|
|
13
13
|
require('./index.css');
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React, { forwardRef } from 'react';
|
|
2
2
|
import { TitleBase } from '../title/component.js';
|
|
3
|
-
import { c as commonStyles } from '../common.module-
|
|
3
|
+
import { c as commonStyles } from '../common.module-40478320.js';
|
|
4
4
|
import 'react-merge-refs';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../hooks/use-skeleton.js';
|
|
7
7
|
import '../../../skeleton/modern';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
import '../title/utils.js';
|
|
10
|
-
import '../colors.module-
|
|
10
|
+
import '../colors.module-3ba7874c.js';
|
|
11
11
|
|
|
12
12
|
const styles = {"styrene-xlarge":"typography__styrene-xlarge_1a6e8","styrene-large":"typography__styrene-large_1a6e8","styrene-medium":"typography__styrene-medium_1a6e8","styrene-small":"typography__styrene-small_1a6e8","styrene-xsmall":"typography__styrene-xsmall_1a6e8","system-xlarge":"typography__system-xlarge_1a6e8","system-large":"typography__system-large_1a6e8","system-medium":"typography__system-medium_1a6e8","system-small":"typography__system-small_1a6e8","system-xsmall":"typography__system-xsmall_1a6e8"};
|
|
13
13
|
require('./index.css');
|
|
@@ -7,5 +7,5 @@ import '../hooks/use-skeleton.js';
|
|
|
7
7
|
import '../../../skeleton/modern';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
import '../title/utils.js';
|
|
10
|
-
import '../colors.module-
|
|
11
|
-
import '../common.module-
|
|
10
|
+
import '../colors.module-3ba7874c.js';
|
|
11
|
+
import '../common.module-40478320.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React, { forwardRef } from 'react';
|
|
2
2
|
import { useMatchMedia } from '../../../mq/modern';
|
|
3
3
|
import { TitleBase } from '../title/component.js';
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
4
|
+
import { c as commonStyles } from '../common.module-40478320.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../hooks/use-skeleton.js';
|
|
8
8
|
import '../../../skeleton/modern';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '../title/utils.js';
|
|
11
|
-
import '../colors.module-
|
|
11
|
+
import '../colors.module-3ba7874c.js';
|
|
12
12
|
|
|
13
13
|
const styles = {"styrene-xlarge":"typography__styrene-xlarge_1bpne","styrene-large":"typography__styrene-large_1bpne","styrene-medium":"typography__styrene-medium_1bpne","styrene-small":"typography__styrene-small_1bpne","styrene-xsmall":"typography__styrene-xsmall_1bpne","system-xlarge":"typography__system-xlarge_1bpne","system-large":"typography__system-large_1bpne","system-medium":"typography__system-medium_1bpne","system-small":"typography__system-small_1bpne","system-xsmall":"typography__system-xsmall_1bpne","margins-xlarge":"typography__margins-xlarge_1bpne","margins-large":"typography__margins-large_1bpne","margins-medium":"typography__margins-medium_1bpne","margins-small":"typography__margins-small_1bpne","margins-xsmall":"typography__margins-xsmall_1bpne"};
|
|
14
14
|
require('./index.css');
|
|
@@ -8,5 +8,5 @@ import '../hooks/use-skeleton.js';
|
|
|
8
8
|
import '../../../skeleton/modern';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '../title/utils.js';
|
|
11
|
-
import '../colors.module-
|
|
12
|
-
import '../common.module-
|
|
11
|
+
import '../colors.module-3ba7874c.js';
|
|
12
|
+
import '../common.module-40478320.js';
|
|
@@ -5,7 +5,7 @@ var React = require('react');
|
|
|
5
5
|
var mergeRefs = require('react-merge-refs');
|
|
6
6
|
var cn = require('classnames');
|
|
7
7
|
var hooks_useSkeleton = require('../hooks/use-skeleton.js');
|
|
8
|
-
var colors_module = require('../colors.module-
|
|
8
|
+
var colors_module = require('../colors.module-da3c8bd1.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
|
@@ -6,7 +6,7 @@ var mergeRefs = require('react-merge-refs');
|
|
|
6
6
|
var cn = require('classnames');
|
|
7
7
|
var hooks_useSkeleton = require('../hooks/use-skeleton.js');
|
|
8
8
|
var title_utils = require('./utils.js');
|
|
9
|
-
var colors_module = require('../colors.module-
|
|
9
|
+
var colors_module = require('../colors.module-da3c8bd1.js');
|
|
10
10
|
|
|
11
11
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
12
12
|
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var title_component = require('./component.js');
|
|
6
|
-
var common_module = require('../common.module-
|
|
6
|
+
var common_module = require('../common.module-ac26c98a.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var title_component = require('../title/component.js');
|
|
6
|
-
var common_module = require('../common.module-
|
|
6
|
+
var common_module = require('../common.module-ac26c98a.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var coreComponentsMq = require('../../mq');
|
|
6
6
|
var title_component = require('../title/component.js');
|
|
7
|
-
var common_module = require('../common.module-
|
|
7
|
+
var common_module = require('../common.module-ac26c98a.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
10
|
|
package/underlay/Component.js
CHANGED
|
@@ -78,5 +78,6 @@ var Underlay = React.forwardRef(function (_a, ref) {
|
|
|
78
78
|
React__default.default.createElement("div", { style: contentStyles, className: cn__default.default(index_module.styles.content, (_d = {}, _d[index_module.styles.backgroundImage] = contentProps === null || contentProps === void 0 ? void 0 : contentProps.backgroundImageURL, _d), contentBordersStyles, utils_getClasses.getClasses(contentProps === null || contentProps === void 0 ? void 0 : contentProps.backgroundColor, contentProps === null || contentProps === void 0 ? void 0 : contentProps.borderColor, contentProps === null || contentProps === void 0 ? void 0 : contentProps.borderSize, contentProps === null || contentProps === void 0 ? void 0 : contentProps.shadow), (contentProps === null || contentProps === void 0 ? void 0 : contentProps.axis) && index_module.styles["direction-".concat(contentProps.axis)], (contentProps === null || contentProps === void 0 ? void 0 : contentProps.alignment) && index_module.styles["align-".concat(contentProps.alignment)], (contentProps === null || contentProps === void 0 ? void 0 : contentProps.justifyContent) &&
|
|
79
79
|
index_module.styles["justify-".concat(contentProps.justifyContent)], contentProps === null || contentProps === void 0 ? void 0 : contentProps.className) }, children)));
|
|
80
80
|
});
|
|
81
|
+
Underlay.displayName = 'Underlay';
|
|
81
82
|
|
|
82
83
|
exports.Underlay = Underlay;
|
|
@@ -79,5 +79,6 @@ var Underlay = React.forwardRef(function (_a, ref) {
|
|
|
79
79
|
React__default.default.createElement("div", { style: contentStyles, className: cn__default.default(styles__default.default.content, (_d = {}, _d[styles__default.default.backgroundImage] = contentProps === null || contentProps === void 0 ? void 0 : contentProps.backgroundImageURL, _d), contentBordersStyles, utils_getClasses.getClasses(contentProps === null || contentProps === void 0 ? void 0 : contentProps.backgroundColor, contentProps === null || contentProps === void 0 ? void 0 : contentProps.borderColor, contentProps === null || contentProps === void 0 ? void 0 : contentProps.borderSize, contentProps === null || contentProps === void 0 ? void 0 : contentProps.shadow), (contentProps === null || contentProps === void 0 ? void 0 : contentProps.axis) && styles__default.default["direction-".concat(contentProps.axis)], (contentProps === null || contentProps === void 0 ? void 0 : contentProps.alignment) && styles__default.default["align-".concat(contentProps.alignment)], (contentProps === null || contentProps === void 0 ? void 0 : contentProps.justifyContent) &&
|
|
80
80
|
styles__default.default["justify-".concat(contentProps.justifyContent)], contentProps === null || contentProps === void 0 ? void 0 : contentProps.className) }, children)));
|
|
81
81
|
});
|
|
82
|
+
Underlay.displayName = 'Underlay';
|
|
82
83
|
|
|
83
84
|
exports.Underlay = Underlay;
|
|
@@ -72,5 +72,6 @@ var Underlay = forwardRef(function (_a, ref) {
|
|
|
72
72
|
React.createElement("div", { style: contentStyles, className: cn(styles.content, (_d = {}, _d[styles.backgroundImage] = contentProps === null || contentProps === void 0 ? void 0 : contentProps.backgroundImageURL, _d), contentBordersStyles, getClasses(contentProps === null || contentProps === void 0 ? void 0 : contentProps.backgroundColor, contentProps === null || contentProps === void 0 ? void 0 : contentProps.borderColor, contentProps === null || contentProps === void 0 ? void 0 : contentProps.borderSize, contentProps === null || contentProps === void 0 ? void 0 : contentProps.shadow), (contentProps === null || contentProps === void 0 ? void 0 : contentProps.axis) && styles["direction-".concat(contentProps.axis)], (contentProps === null || contentProps === void 0 ? void 0 : contentProps.alignment) && styles["align-".concat(contentProps.alignment)], (contentProps === null || contentProps === void 0 ? void 0 : contentProps.justifyContent) &&
|
|
73
73
|
styles["justify-".concat(contentProps.justifyContent)], contentProps === null || contentProps === void 0 ? void 0 : contentProps.className) }, children)));
|
|
74
74
|
});
|
|
75
|
+
Underlay.displayName = 'Underlay';
|
|
75
76
|
|
|
76
77
|
export { Underlay };
|
|
@@ -33,5 +33,6 @@ const Underlay = forwardRef(({ children, borderRadius, shadow, dimensions, borde
|
|
|
33
33
|
React.createElement("div", { style: contentStyles, className: cn(styles.content, { [styles.backgroundImage]: contentProps?.backgroundImageURL }, contentBordersStyles, getClasses(contentProps?.backgroundColor, contentProps?.borderColor, contentProps?.borderSize, contentProps?.shadow), contentProps?.axis && styles[`direction-${contentProps.axis}`], contentProps?.alignment && styles[`align-${contentProps.alignment}`], contentProps?.justifyContent &&
|
|
34
34
|
styles[`justify-${contentProps.justifyContent}`], contentProps?.className) }, children)));
|
|
35
35
|
});
|
|
36
|
+
Underlay.displayName = 'Underlay';
|
|
36
37
|
|
|
37
38
|
export { Underlay };
|
|
@@ -14,5 +14,6 @@ var UniversalDateInput = React.forwardRef(function (_a, ref) {
|
|
|
14
14
|
var isDesktop = coreComponentsMq.useMatchMedia("(min-width: ".concat(breakpoint, "px)"), defaultMatchMediaValue)[0];
|
|
15
15
|
return (React__default.default.createElement(components_baseUniversalDateInput_Component.BaseUniversalDateInput, tslib.__assign({}, restProps, { ref: ref, view: view, breakpoint: breakpoint, defaultMatchMediaValue: defaultMatchMediaValue, platform: isDesktop ? 'desktop' : 'mobile' })));
|
|
16
16
|
});
|
|
17
|
+
UniversalDateInput.displayName = 'UniversalDateInput';
|
|
17
18
|
|
|
18
19
|
exports.UniversalDateInput = UniversalDateInput;
|
|
@@ -11,6 +11,7 @@ var consts = require('../../consts.js');
|
|
|
11
11
|
var mask_index = require('../../mask/index.js');
|
|
12
12
|
var components_dateInput_Component = require('../date-input/Component.js');
|
|
13
13
|
var components_dateRangeInput_Component = require('../date-range-input/Component.js');
|
|
14
|
+
var components_monthInput_Component = require('../month-input/Component.js');
|
|
14
15
|
var components_timeInput_Component = require('../time-input/Component.js');
|
|
15
16
|
var index_module = require('../../index.module-14f08545.js');
|
|
16
17
|
|
|
@@ -146,6 +147,8 @@ var BaseUniversalDateInput = React.forwardRef(function (_a, ref) {
|
|
|
146
147
|
return (React__default.default.createElement(components_dateRangeInput_Component.DateRangeInput, tslib.__assign({ placeholder: "\u0414\u0414.\u041C\u041C.\u0413\u0413\u0413\u0413".concat(consts.DATE_RANGE_SEPARATOR, "\u0414\u0414.\u041C\u041C.\u0413\u0413\u0413\u0413") }, restProps, commonProps, pickerProps, { open: open, calendarRef: calendarRef, inputWrapperRef: inputWrapperRef, ref: mergeRefs__default.default([ref, maskRef, inputRef]) })));
|
|
147
148
|
case 'time':
|
|
148
149
|
return (React__default.default.createElement(components_timeInput_Component.TimeInput, tslib.__assign({ placeholder: "\u0427\u0427".concat(consts.HOURS_MINUTES_SEPARATOR, "\u041C\u041C") }, restProps, commonProps, { ref: mergeRefs__default.default([ref, maskRef, inputRef]) })));
|
|
150
|
+
case 'month':
|
|
151
|
+
return (React__default.default.createElement(components_monthInput_Component.MonthInput, tslib.__assign({ placeholder: '\u041C\u041C.\u0413\u0413\u0413\u0413' }, restProps, commonProps, { ref: mergeRefs__default.default([ref, maskRef, inputRef]) })));
|
|
149
152
|
default:
|
|
150
153
|
throw new Error('The view prop must be specified');
|
|
151
154
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var coreComponentsInput = require('../../../input');
|
|
6
|
+
var utils_index = require('../../utils/index.js');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
11
|
+
|
|
12
|
+
var defaultMonth = '01.1900';
|
|
13
|
+
var MonthInput = React.forwardRef(function (props, ref) {
|
|
14
|
+
var onInputChange = props.onInputChange, onChange = props.onChange, onClear = props.onClear, onBlur = props.onBlur, autoCorrection = props.autoCorrection, clear = props.clear, defaultValue = props.defaultValue, _a = props.value, value = _a === void 0 ? '' : _a, restProps = tslib.__rest(props, ["onInputChange", "onChange", "onClear", "onBlur", "autoCorrection", "clear", "defaultValue", "value"]);
|
|
15
|
+
var _b = React.useState(value !== null && value !== void 0 ? value : defaultValue), inputValue = _b[0], setInputValue = _b[1];
|
|
16
|
+
var prevValueProp = React.useRef(value);
|
|
17
|
+
var lastValidMonth = React.useRef(defaultMonth);
|
|
18
|
+
// getDerivedStateFromProps
|
|
19
|
+
if ('value' in props && !(value === prevValueProp.current)) {
|
|
20
|
+
prevValueProp.current = value;
|
|
21
|
+
if (!(inputValue === value)) {
|
|
22
|
+
setInputValue(value);
|
|
23
|
+
lastValidMonth.current = utils_index.isCompleteMonth(value) ? value : defaultMonth;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
var changeInputValue = function (val, event) {
|
|
27
|
+
onInputChange === null || onInputChange === void 0 ? void 0 : onInputChange(event, { value: val });
|
|
28
|
+
setInputValue(val);
|
|
29
|
+
var isComplete = utils_index.isCompleteMonth(val);
|
|
30
|
+
if (val === '' || isComplete) {
|
|
31
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(val);
|
|
32
|
+
lastValidMonth.current = isComplete ? val : defaultMonth;
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
var handleInputChange = function (event) {
|
|
36
|
+
changeInputValue(event.target.value, event);
|
|
37
|
+
};
|
|
38
|
+
var handleClear = function (event) {
|
|
39
|
+
changeInputValue('', null);
|
|
40
|
+
onClear === null || onClear === void 0 ? void 0 : onClear(event);
|
|
41
|
+
};
|
|
42
|
+
var handleBlur = function (event) {
|
|
43
|
+
onBlur === null || onBlur === void 0 ? void 0 : onBlur(event);
|
|
44
|
+
if (autoCorrection && inputValue && !utils_index.isCompleteMonth(inputValue)) {
|
|
45
|
+
changeInputValue(lastValidMonth.current, null);
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
return (React__default.default.createElement(coreComponentsInput.Input, tslib.__assign({}, restProps, { ref: ref, clear: clear && utils_index.isCompleteMonth(inputValue), onClear: handleClear, onBlur: handleBlur, onInput: handleInputChange, value: inputValue, inputMode: 'decimal' })));
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
exports.MonthInput = MonthInput;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { MonthInput } from "./Component";
|
|
@@ -14,5 +14,6 @@ var UniversalDateInput = React.forwardRef(function (_a, ref) {
|
|
|
14
14
|
var isDesktop = coreComponentsMq.useMatchMedia("(min-width: ".concat(breakpoint, "px)"), defaultMatchMediaValue)[0];
|
|
15
15
|
return (React__default.default.createElement(components_baseUniversalDateInput_Component.BaseUniversalDateInput, tslib.__assign({}, restProps, { ref: ref, view: view, breakpoint: breakpoint, defaultMatchMediaValue: defaultMatchMediaValue, platform: isDesktop ? 'desktop' : 'mobile' })));
|
|
16
16
|
});
|
|
17
|
+
UniversalDateInput.displayName = 'UniversalDateInput';
|
|
17
18
|
|
|
18
19
|
exports.UniversalDateInput = UniversalDateInput;
|
|
@@ -11,6 +11,7 @@ var consts = require('../../consts.js');
|
|
|
11
11
|
var mask_index = require('../../mask/index.js');
|
|
12
12
|
var components_dateInput_Component = require('../date-input/Component.js');
|
|
13
13
|
var components_dateRangeInput_Component = require('../date-range-input/Component.js');
|
|
14
|
+
var components_monthInput_Component = require('../month-input/Component.js');
|
|
14
15
|
var components_timeInput_Component = require('../time-input/Component.js');
|
|
15
16
|
var styles = require('../../index.module.css');
|
|
16
17
|
|
|
@@ -147,6 +148,8 @@ var BaseUniversalDateInput = React.forwardRef(function (_a, ref) {
|
|
|
147
148
|
return (React__default.default.createElement(components_dateRangeInput_Component.DateRangeInput, tslib.__assign({ placeholder: "\u0414\u0414.\u041C\u041C.\u0413\u0413\u0413\u0413".concat(consts.DATE_RANGE_SEPARATOR, "\u0414\u0414.\u041C\u041C.\u0413\u0413\u0413\u0413") }, restProps, commonProps, pickerProps, { open: open, calendarRef: calendarRef, inputWrapperRef: inputWrapperRef, ref: mergeRefs__default.default([ref, maskRef, inputRef]) })));
|
|
148
149
|
case 'time':
|
|
149
150
|
return (React__default.default.createElement(components_timeInput_Component.TimeInput, tslib.__assign({ placeholder: "\u0427\u0427".concat(consts.HOURS_MINUTES_SEPARATOR, "\u041C\u041C") }, restProps, commonProps, { ref: mergeRefs__default.default([ref, maskRef, inputRef]) })));
|
|
151
|
+
case 'month':
|
|
152
|
+
return (React__default.default.createElement(components_monthInput_Component.MonthInput, tslib.__assign({ placeholder: '\u041C\u041C.\u0413\u0413\u0413\u0413' }, restProps, commonProps, { ref: mergeRefs__default.default([ref, maskRef, inputRef]) })));
|
|
150
153
|
default:
|
|
151
154
|
throw new Error('The view prop must be specified');
|
|
152
155
|
}
|