@alfalab/core-components 45.9.0-beta.3 → 45.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/base-modal/Component.d.ts +6 -2
- package/base-modal/Component.js +28 -15
- package/base-modal/cssm/Component.d.ts +6 -2
- package/base-modal/cssm/Component.js +28 -15
- package/base-modal/cssm/helpers/lockScroll.d.ts +4 -0
- package/base-modal/cssm/helpers/lockScroll.js +18 -0
- package/base-modal/cssm/index.module.css +6 -0
- package/base-modal/cssm/utils.d.ts +1 -1
- package/base-modal/cssm/utils.js +5 -2
- package/base-modal/esm/Component.d.ts +6 -2
- package/base-modal/esm/Component.js +29 -16
- package/base-modal/esm/helpers/lockScroll.d.ts +4 -0
- package/base-modal/esm/helpers/lockScroll.js +14 -0
- package/base-modal/esm/index.css +6 -0
- package/base-modal/esm/index.js +1 -0
- package/base-modal/esm/utils.d.ts +1 -1
- package/base-modal/esm/utils.js +5 -2
- package/base-modal/helpers/lockScroll.d.ts +4 -0
- package/base-modal/helpers/lockScroll.js +18 -0
- package/base-modal/index.css +6 -0
- package/base-modal/modern/Component.d.ts +6 -2
- package/base-modal/modern/Component.js +21 -9
- package/base-modal/modern/helpers/lockScroll.d.ts +4 -0
- package/base-modal/modern/helpers/lockScroll.js +14 -0
- package/base-modal/modern/index.css +6 -0
- package/base-modal/modern/index.js +1 -0
- package/base-modal/modern/utils.d.ts +1 -1
- package/base-modal/modern/utils.js +4 -2
- package/base-modal/utils.d.ts +1 -1
- package/base-modal/utils.js +5 -2
- package/bottom-sheet/components/header/Component.d.ts +2 -2
- package/bottom-sheet/components/header/Component.js +2 -2
- package/bottom-sheet/cssm/components/header/Component.d.ts +2 -2
- package/bottom-sheet/cssm/components/header/Component.js +2 -2
- package/bottom-sheet/cssm/types.d.ts +1 -1
- package/bottom-sheet/esm/component.js +1 -1
- package/bottom-sheet/esm/components/header/Component.d.ts +2 -2
- package/bottom-sheet/esm/components/header/Component.js +2 -2
- package/bottom-sheet/esm/index.js +1 -1
- package/bottom-sheet/esm/types.d.ts +1 -1
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/header/Component.d.ts +2 -2
- package/bottom-sheet/modern/components/header/Component.js +2 -2
- package/bottom-sheet/modern/index.js +1 -1
- package/bottom-sheet/modern/types.d.ts +1 -1
- package/bottom-sheet/types.d.ts +1 -1
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/period-slider/Component.js +6 -5
- package/calendar/cssm/components/calendar-mobile/Component.js +1 -1
- package/calendar/cssm/components/period-slider/Component.js +6 -5
- package/calendar/cssm/desktop/Component.desktop.js +1 -1
- package/calendar/cssm/utils.d.ts +2 -0
- package/calendar/cssm/utils.js +2 -0
- package/calendar/desktop/Component.desktop.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/period-slider/Component.js +6 -6
- package/calendar/esm/components/period-slider/index.js +1 -1
- package/calendar/esm/desktop/Component.desktop.js +2 -2
- package/calendar/esm/utils.d.ts +2 -0
- package/calendar/esm/utils.js +2 -0
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/period-slider/Component.js +4 -4
- package/calendar/modern/components/period-slider/index.js +1 -1
- package/calendar/modern/desktop/Component.desktop.js +2 -2
- package/calendar/modern/utils.d.ts +2 -0
- package/calendar/modern/utils.js +2 -0
- package/calendar/utils.d.ts +2 -0
- package/calendar/utils.js +2 -0
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/checkbox-group/components/base-checkbox-group/index.css +1 -2
- package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +1 -2
- package/checkbox-group/esm/components/base-checkbox-group/index.css +1 -2
- package/checkbox-group/modern/components/base-checkbox-group/index.css +1 -2
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- package/custom-picker-button/cssm/desktop/Component.desktop.js +2 -1
- package/custom-picker-button/cssm/field/Component.d.ts +3 -1
- package/custom-picker-button/cssm/field/Component.js +2 -2
- package/custom-picker-button/desktop/Component.desktop.js +2 -1
- package/custom-picker-button/esm/desktop/Component.desktop.js +2 -1
- package/custom-picker-button/esm/field/Component.d.ts +3 -1
- package/custom-picker-button/esm/field/Component.js +2 -2
- package/custom-picker-button/field/Component.d.ts +3 -1
- package/custom-picker-button/field/Component.js +2 -2
- package/custom-picker-button/modern/desktop/Component.desktop.js +2 -1
- package/custom-picker-button/modern/field/Component.d.ts +3 -1
- package/custom-picker-button/modern/field/Component.js +2 -2
- 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/generic-wrapper/Component.d.ts +2 -2
- package/generic-wrapper/Component.js +3 -2
- package/generic-wrapper/cssm/Component.d.ts +2 -2
- package/generic-wrapper/cssm/Component.js +3 -2
- package/generic-wrapper/esm/Component.d.ts +2 -2
- package/generic-wrapper/esm/Component.js +3 -2
- package/generic-wrapper/esm/index.js +1 -0
- package/generic-wrapper/modern/Component.d.ts +2 -2
- package/generic-wrapper/modern/Component.js +2 -2
- package/icon-view/components/super-ellipse/paths.d.ts +0 -2
- package/icon-view/components/super-ellipse/paths.js +2 -3
- package/icon-view/cssm/components/super-ellipse/paths.d.ts +0 -2
- package/icon-view/cssm/components/super-ellipse/paths.js +2 -3
- package/icon-view/esm/components/super-ellipse/paths.d.ts +0 -2
- package/icon-view/esm/components/super-ellipse/paths.js +2 -3
- package/icon-view/modern/components/super-ellipse/paths.d.ts +0 -2
- package/icon-view/modern/components/super-ellipse/paths.js +2 -3
- package/input/components/base-input/Component.d.ts +1 -1
- package/input/components/base-input/Component.js +5 -7
- package/input/components/base-input/index.css +1 -7
- package/input/components/clear-button/Component.d.ts +1 -0
- package/input/components/clear-button/Component.js +2 -2
- package/input/cssm/components/base-input/Component.d.ts +1 -1
- package/input/cssm/components/base-input/Component.js +4 -6
- package/input/cssm/components/base-input/index.module.css +1 -7
- package/input/cssm/components/clear-button/Component.d.ts +1 -0
- package/input/cssm/components/clear-button/Component.js +2 -2
- package/input/cssm/utils.d.ts +3 -0
- package/input/cssm/utils.js +3 -0
- package/input/esm/Component.responsive.js +1 -3
- package/input/esm/components/base-input/Component.d.ts +1 -1
- package/input/esm/components/base-input/Component.js +5 -7
- package/input/esm/components/base-input/index.css +1 -7
- package/input/esm/components/base-input/index.js +1 -3
- package/input/esm/components/clear-button/Component.d.ts +1 -0
- package/input/esm/components/clear-button/Component.js +2 -2
- package/input/esm/desktop/Component.desktop.js +1 -3
- package/input/esm/desktop/index.js +1 -3
- package/input/esm/index.js +1 -3
- package/input/esm/mobile/Component.mobile.js +1 -3
- package/input/esm/mobile/index.js +1 -3
- package/input/esm/utils.d.ts +3 -0
- package/input/esm/utils.js +3 -0
- package/input/modern/Component.responsive.js +1 -3
- package/input/modern/components/base-input/Component.d.ts +1 -1
- package/input/modern/components/base-input/Component.js +5 -7
- package/input/modern/components/base-input/index.css +1 -7
- package/input/modern/components/base-input/index.js +1 -3
- package/input/modern/components/clear-button/Component.d.ts +1 -0
- package/input/modern/components/clear-button/Component.js +1 -1
- package/input/modern/desktop/Component.desktop.js +1 -3
- package/input/modern/desktop/index.js +1 -3
- package/input/modern/index.js +1 -3
- package/input/modern/mobile/Component.mobile.js +1 -3
- package/input/modern/mobile/index.js +1 -3
- package/input/modern/utils.d.ts +3 -0
- package/input/modern/utils.js +3 -0
- package/input/utils.d.ts +3 -0
- package/input/utils.js +3 -0
- package/input-autocomplete/cssm/types.d.ts +2 -2
- package/input-autocomplete/esm/types.d.ts +2 -2
- package/input-autocomplete/modern/types.d.ts +2 -2
- package/input-autocomplete/types.d.ts +2 -2
- package/international-phone-input/{Component-57569e57.d.ts → Component-1fe708ea.d.ts} +1 -1
- package/international-phone-input/Component-bdb4c6b9.d.ts +2 -1
- package/international-phone-input/Component.responsive.d.ts +4 -4
- package/international-phone-input/{esm/ResponsiveContext-88b743b5.d.ts → ResponsiveContext-d6bfd5b7.d.ts} +1 -1
- package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/{esm/Component-57569e57.d.ts → cssm/Component-1fe708ea.d.ts} +1 -1
- package/international-phone-input/cssm/Component-bdb4c6b9.d.ts +2 -1
- package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
- package/international-phone-input/{ResponsiveContext-88b743b5.d.ts → cssm/ResponsiveContext-d6bfd5b7.d.ts} +1 -1
- package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/cssm/index-bdb4c6b9.d.ts +11 -4
- package/international-phone-input/cssm/types.d.ts +1 -1
- package/international-phone-input/cssm/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +18 -16
- package/international-phone-input/{modern/typings-88b743b5.d.ts → cssm/typings-d6bfd5b7.d.ts} +4 -0
- package/international-phone-input/cssm/utils-89376c31.d.ts +1 -1
- package/international-phone-input/{cssm/Component-57569e57.d.ts → esm/Component-1fe708ea.d.ts} +1 -1
- package/international-phone-input/esm/Component-bdb4c6b9.d.ts +2 -1
- package/international-phone-input/esm/Component.responsive.d.ts +4 -4
- package/international-phone-input/{modern/ResponsiveContext-88b743b5.d.ts → esm/ResponsiveContext-d6bfd5b7.d.ts} +1 -1
- package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/esm/index-bdb4c6b9.d.ts +11 -4
- package/international-phone-input/esm/types.d.ts +1 -1
- package/international-phone-input/esm/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +18 -16
- package/international-phone-input/{typings-88b743b5.d.ts → esm/typings-d6bfd5b7.d.ts} +4 -0
- package/international-phone-input/esm/utils-89376c31.d.ts +1 -1
- package/international-phone-input/index-bdb4c6b9.d.ts +11 -4
- package/international-phone-input/modern/{Component-57569e57.d.ts → Component-1fe708ea.d.ts} +1 -1
- package/international-phone-input/modern/Component-bdb4c6b9.d.ts +2 -1
- package/international-phone-input/modern/Component.responsive.d.ts +4 -4
- package/international-phone-input/{cssm/ResponsiveContext-88b743b5.d.ts → modern/ResponsiveContext-d6bfd5b7.d.ts} +1 -1
- package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/modern/index-bdb4c6b9.d.ts +11 -4
- package/international-phone-input/modern/types.d.ts +1 -1
- package/international-phone-input/modern/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +18 -16
- package/international-phone-input/{esm/typings-88b743b5.d.ts → modern/typings-d6bfd5b7.d.ts} +4 -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-57569e57.d.ts → typings-1fe708ea.d.ts} +18 -16
- package/international-phone-input/{cssm/typings-88b743b5.d.ts → typings-d6bfd5b7.d.ts} +4 -0
- package/international-phone-input/utils-89376c31.d.ts +1 -1
- package/modal/Component.d.ts +1 -0
- package/modal/Component.responsive.d.ts +1 -0
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/components/header/Component.d.ts +2 -2
- package/modal/components/header/Component.js +2 -2
- package/modal/cssm/Component.d.ts +1 -0
- package/modal/cssm/Component.responsive.d.ts +1 -0
- package/modal/cssm/components/header/Component.d.ts +2 -2
- package/modal/cssm/components/header/Component.js +2 -2
- package/modal/cssm/desktop/Component.desktop.d.ts +1 -0
- package/modal/cssm/typings.d.ts +4 -0
- package/modal/desktop/Component.desktop.d.ts +1 -0
- package/modal/esm/Component.d.ts +1 -0
- package/modal/esm/Component.responsive.d.ts +1 -0
- package/modal/esm/Component.responsive.js +2 -2
- 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/components/header/Component.d.ts +2 -2
- package/modal/esm/components/header/Component.js +2 -2
- package/modal/esm/desktop/Component.desktop.d.ts +1 -0
- package/modal/esm/desktop/Component.desktop.js +2 -2
- package/modal/esm/desktop/index.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile/Component.mobile.js +2 -2
- package/modal/esm/mobile/index.js +2 -2
- package/modal/esm/typings.d.ts +4 -0
- package/modal/modern/Component.d.ts +1 -0
- package/modal/modern/Component.responsive.d.ts +1 -0
- package/modal/modern/Component.responsive.js +2 -2
- 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/components/header/Component.d.ts +2 -2
- package/modal/modern/components/header/Component.js +2 -2
- package/modal/modern/desktop/Component.desktop.d.ts +1 -0
- package/modal/modern/desktop/Component.desktop.js +2 -2
- package/modal/modern/desktop/index.js +2 -2
- package/modal/modern/index.js +2 -2
- package/modal/modern/mobile/Component.mobile.js +2 -2
- package/modal/modern/mobile/index.js +2 -2
- package/modal/modern/typings.d.ts +4 -0
- package/modal/typings.d.ts +4 -0
- package/navigation-bar/Component.d.ts +70 -5
- package/navigation-bar/Component.js +25 -128
- package/navigation-bar/components/action-icon-addon/Component.d.ts +22 -0
- package/navigation-bar/components/action-icon-addon/Component.js +30 -0
- package/navigation-bar/components/action-icon-addon/index.css +44 -0
- package/navigation-bar/components/action-icon-addon/index.d.ts +1 -0
- package/navigation-bar/components/action-icon-addon/index.js +7 -0
- package/navigation-bar/components/action-text-addon/Component.d.ts +26 -0
- package/navigation-bar/components/action-text-addon/Component.js +23 -0
- package/navigation-bar/components/action-text-addon/index.css +23 -0
- package/navigation-bar/components/action-text-addon/index.d.ts +1 -0
- package/navigation-bar/components/action-text-addon/index.js +7 -0
- package/navigation-bar/cssm/Component.d.ts +70 -5
- package/navigation-bar/cssm/Component.js +24 -127
- package/navigation-bar/cssm/components/action-icon-addon/Component.d.ts +22 -0
- package/navigation-bar/cssm/components/action-icon-addon/Component.js +29 -0
- package/navigation-bar/cssm/components/action-icon-addon/index.d.ts +1 -0
- package/navigation-bar/cssm/components/action-icon-addon/index.js +7 -0
- package/navigation-bar/cssm/components/action-icon-addon/index.module.css +43 -0
- package/navigation-bar/cssm/components/action-text-addon/Component.d.ts +26 -0
- package/navigation-bar/cssm/components/action-text-addon/Component.js +22 -0
- package/navigation-bar/cssm/components/action-text-addon/index.d.ts +1 -0
- package/navigation-bar/cssm/components/action-text-addon/index.js +7 -0
- package/navigation-bar/cssm/components/action-text-addon/index.module.css +22 -0
- package/navigation-bar/cssm/index.d.ts +0 -1
- package/navigation-bar/cssm/index.module.css +45 -75
- package/navigation-bar/cssm/shared/index.d.ts +3 -2
- package/navigation-bar/cssm/shared/index.js +6 -4
- package/navigation-bar/cssm/utils.d.ts +6 -0
- package/navigation-bar/cssm/utils.js +13 -0
- package/navigation-bar/esm/Component.d.ts +70 -5
- package/navigation-bar/esm/Component.js +26 -135
- package/navigation-bar/esm/components/action-icon-addon/Component.d.ts +22 -0
- package/navigation-bar/esm/components/action-icon-addon/Component.js +23 -0
- package/navigation-bar/esm/components/action-icon-addon/index.css +44 -0
- package/navigation-bar/esm/components/action-icon-addon/index.d.ts +1 -0
- package/navigation-bar/esm/components/action-icon-addon/index.js +7 -0
- package/navigation-bar/esm/components/action-text-addon/Component.d.ts +26 -0
- package/navigation-bar/esm/components/action-text-addon/Component.js +16 -0
- package/navigation-bar/esm/components/action-text-addon/index.css +23 -0
- package/navigation-bar/esm/components/action-text-addon/index.d.ts +1 -0
- package/navigation-bar/esm/components/action-text-addon/index.js +6 -0
- package/navigation-bar/esm/index.css +45 -74
- package/navigation-bar/esm/index.d.ts +0 -1
- package/navigation-bar/esm/index.js +0 -11
- package/navigation-bar/esm/shared/index.d.ts +3 -2
- package/navigation-bar/esm/shared/index.js +6 -7
- package/navigation-bar/esm/utils.d.ts +6 -0
- package/navigation-bar/esm/utils.js +11 -0
- package/navigation-bar/index.css +45 -74
- package/navigation-bar/index.d.ts +0 -1
- package/navigation-bar/modern/Component.d.ts +70 -5
- package/navigation-bar/modern/Component.js +26 -140
- package/navigation-bar/modern/components/action-icon-addon/Component.d.ts +22 -0
- package/navigation-bar/modern/components/action-icon-addon/Component.js +18 -0
- package/navigation-bar/modern/components/action-icon-addon/index.css +44 -0
- package/navigation-bar/modern/components/action-icon-addon/index.d.ts +1 -0
- package/navigation-bar/modern/components/action-icon-addon/index.js +6 -0
- package/navigation-bar/modern/components/action-text-addon/Component.d.ts +26 -0
- package/navigation-bar/modern/components/action-text-addon/Component.js +12 -0
- package/navigation-bar/modern/components/action-text-addon/index.css +23 -0
- package/navigation-bar/modern/components/action-text-addon/index.d.ts +1 -0
- package/navigation-bar/modern/components/action-text-addon/index.js +5 -0
- package/navigation-bar/modern/index.css +45 -74
- package/navigation-bar/modern/index.d.ts +0 -1
- package/navigation-bar/modern/index.js +0 -11
- package/navigation-bar/modern/shared/index.d.ts +3 -2
- package/navigation-bar/modern/shared/index.js +6 -7
- package/navigation-bar/modern/utils.d.ts +6 -0
- package/navigation-bar/modern/utils.js +11 -0
- package/navigation-bar/shared/index.d.ts +3 -2
- package/navigation-bar/shared/index.js +6 -4
- package/navigation-bar/utils.d.ts +6 -0
- package/navigation-bar/utils.js +13 -0
- package/navigation-bar-private/Component.d.ts +5 -0
- package/navigation-bar-private/Component.js +163 -0
- package/{navigation-bar → navigation-bar-private}/components/back-arrow-addon/Component.js +1 -1
- package/{navigation-bar/esm → navigation-bar-private}/components/back-arrow-addon/index.css +12 -12
- package/{navigation-bar → navigation-bar-private}/components/closer/Component.js +1 -1
- package/{navigation-bar → navigation-bar-private}/components/closer/index.css +6 -6
- package/navigation-bar-private/cssm/Component.d.ts +5 -0
- package/navigation-bar-private/cssm/Component.js +162 -0
- package/navigation-bar-private/cssm/index.d.ts +2 -0
- package/navigation-bar-private/cssm/index.js +7 -0
- package/navigation-bar-private/cssm/index.module.css +108 -0
- package/navigation-bar-private/cssm/shared/index.d.ts +2 -0
- package/navigation-bar-private/cssm/shared/index.js +9 -0
- package/{navigation-bar → navigation-bar-private}/cssm/types.d.ts +2 -2
- package/navigation-bar-private/esm/Component.d.ts +5 -0
- package/navigation-bar-private/esm/Component.js +162 -0
- package/{navigation-bar → navigation-bar-private}/esm/components/back-arrow-addon/Component.js +1 -1
- package/{navigation-bar/modern → navigation-bar-private/esm}/components/back-arrow-addon/index.css +12 -12
- package/{navigation-bar → navigation-bar-private}/esm/components/closer/Component.js +1 -1
- package/{navigation-bar/modern → navigation-bar-private/esm}/components/closer/index.css +6 -6
- package/navigation-bar-private/esm/index.css +108 -0
- package/navigation-bar-private/esm/index.d.ts +2 -0
- package/navigation-bar-private/esm/index.js +16 -0
- package/navigation-bar-private/esm/shared/index.d.ts +2 -0
- package/navigation-bar-private/esm/shared/index.js +12 -0
- package/{navigation-bar → navigation-bar-private}/esm/types.d.ts +2 -2
- package/navigation-bar-private/index.css +108 -0
- package/navigation-bar-private/index.d.ts +2 -0
- package/navigation-bar-private/index.js +7 -0
- package/navigation-bar-private/modern/Component.d.ts +5 -0
- package/navigation-bar-private/modern/Component.js +167 -0
- package/{navigation-bar → navigation-bar-private}/modern/components/back-arrow-addon/Component.js +1 -1
- package/{navigation-bar → navigation-bar-private/modern}/components/back-arrow-addon/index.css +12 -12
- package/{navigation-bar → navigation-bar-private}/modern/components/closer/Component.js +1 -1
- package/{navigation-bar/esm → navigation-bar-private/modern}/components/closer/index.css +6 -6
- package/navigation-bar-private/modern/index.css +108 -0
- package/navigation-bar-private/modern/index.d.ts +2 -0
- package/navigation-bar-private/modern/index.js +15 -0
- package/navigation-bar-private/modern/shared/index.d.ts +2 -0
- package/navigation-bar-private/modern/shared/index.js +11 -0
- package/{navigation-bar → navigation-bar-private}/modern/types.d.ts +2 -2
- package/navigation-bar-private/package.json +3 -0
- package/navigation-bar-private/shared/index.d.ts +2 -0
- package/navigation-bar-private/shared/index.js +9 -0
- package/navigation-bar-private/shared/package.json +3 -0
- package/{navigation-bar → navigation-bar-private}/types.d.ts +2 -2
- package/package.json +1 -1
- package/picker-button/Component-1fe708ea.d.ts +5 -0
- package/picker-button/Component-bdb4c6b9.d.ts +2 -1
- package/picker-button/Component-c44170fe.d.ts +26 -2
- package/picker-button/Component.responsive.d.ts +2 -1
- package/picker-button/ResponsiveContext-d6bfd5b7.d.ts +5 -0
- package/picker-button/cssm/Component-1fe708ea.d.ts +5 -0
- package/picker-button/cssm/Component-bdb4c6b9.d.ts +2 -1
- package/picker-button/cssm/Component-c44170fe.d.ts +26 -2
- package/picker-button/cssm/Component.responsive.d.ts +2 -1
- package/picker-button/cssm/ResponsiveContext-d6bfd5b7.d.ts +5 -0
- package/picker-button/cssm/desktop/Component.desktop.d.ts +11 -3
- package/picker-button/cssm/desktop/Component.desktop.js +2 -1
- package/picker-button/cssm/field/Component.d.ts +4 -2
- package/picker-button/cssm/field/Component.js +2 -2
- package/picker-button/{esm/index-fe2bc9bb.d.ts → cssm/index-a5b021bd.d.ts} +1 -3
- package/picker-button/cssm/index-bdb4c6b9.d.ts +14 -4
- package/picker-button/cssm/mobile/Component.mobile.js +2 -1
- package/picker-button/cssm/{types-667e33fd.d.ts → types-a870d1f8.d.ts} +2 -2
- package/picker-button/cssm/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +17 -15
- package/picker-button/cssm/typings-d6bfd5b7.d.ts +62 -0
- package/picker-button/cssm/utils/index.d.ts +5 -3
- package/picker-button/cssm/utils/index.js +9 -2
- package/picker-button/cssm/utils-89376c31.d.ts +1 -1
- package/picker-button/desktop/Component.desktop.d.ts +11 -3
- package/picker-button/desktop/Component.desktop.js +2 -1
- package/picker-button/esm/Component-1fe708ea.d.ts +5 -0
- package/picker-button/esm/Component-bdb4c6b9.d.ts +2 -1
- package/picker-button/esm/Component-c44170fe.d.ts +26 -2
- package/picker-button/esm/Component.responsive.d.ts +2 -1
- package/picker-button/esm/ResponsiveContext-d6bfd5b7.d.ts +5 -0
- package/picker-button/esm/desktop/Component.desktop.d.ts +11 -3
- package/picker-button/esm/desktop/Component.desktop.js +2 -1
- package/picker-button/esm/field/Component.d.ts +4 -2
- package/picker-button/esm/field/Component.js +2 -2
- package/picker-button/{index-fe2bc9bb.d.ts → esm/index-a5b021bd.d.ts} +1 -3
- package/picker-button/esm/index-bdb4c6b9.d.ts +14 -4
- package/picker-button/esm/mobile/Component.mobile.js +2 -1
- package/picker-button/esm/{types-667e33fd.d.ts → types-a870d1f8.d.ts} +2 -2
- package/picker-button/esm/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +17 -15
- package/picker-button/esm/typings-d6bfd5b7.d.ts +62 -0
- package/picker-button/esm/utils/index.d.ts +5 -3
- package/picker-button/esm/utils/index.js +9 -3
- package/picker-button/esm/utils-89376c31.d.ts +1 -1
- package/picker-button/field/Component.d.ts +4 -2
- package/picker-button/field/Component.js +2 -2
- package/picker-button/{cssm/index-fe2bc9bb.d.ts → index-a5b021bd.d.ts} +1 -3
- package/picker-button/index-bdb4c6b9.d.ts +14 -4
- package/picker-button/mobile/Component.mobile.js +2 -1
- package/picker-button/modern/Component-1fe708ea.d.ts +5 -0
- package/picker-button/modern/Component-bdb4c6b9.d.ts +2 -1
- package/picker-button/modern/Component-c44170fe.d.ts +26 -2
- package/picker-button/modern/Component.responsive.d.ts +2 -1
- package/picker-button/modern/ResponsiveContext-d6bfd5b7.d.ts +5 -0
- package/picker-button/modern/desktop/Component.desktop.d.ts +11 -3
- package/picker-button/modern/desktop/Component.desktop.js +2 -1
- package/picker-button/modern/field/Component.d.ts +4 -2
- package/picker-button/modern/field/Component.js +2 -2
- package/picker-button/modern/{index-fe2bc9bb.d.ts → index-a5b021bd.d.ts} +1 -3
- package/picker-button/modern/index-bdb4c6b9.d.ts +14 -4
- package/picker-button/modern/mobile/Component.mobile.js +2 -1
- package/picker-button/modern/{types-667e33fd.d.ts → types-a870d1f8.d.ts} +2 -2
- package/picker-button/modern/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +17 -15
- package/picker-button/modern/typings-d6bfd5b7.d.ts +62 -0
- package/picker-button/modern/utils/index.d.ts +5 -3
- package/picker-button/modern/utils/index.js +9 -3
- package/picker-button/modern/utils-89376c31.d.ts +1 -1
- package/picker-button/{types-667e33fd.d.ts → types-a870d1f8.d.ts} +2 -2
- package/picker-button/{typings-57569e57.d.ts → typings-1fe708ea.d.ts} +17 -15
- package/picker-button/typings-d6bfd5b7.d.ts +62 -0
- package/picker-button/utils/index.d.ts +5 -3
- package/picker-button/utils/index.js +9 -2
- package/picker-button/utils-89376c31.d.ts +1 -1
- package/plate/cssm/desktop/desktop.module.css +3 -3
- package/plate/cssm/mobile/mobile.module.css +2 -1
- package/plate/desktop/desktop.css +3 -3
- package/plate/esm/desktop/desktop.css +3 -3
- package/plate/esm/mobile/mobile.css +2 -1
- package/plate/mobile/mobile.css +2 -1
- package/plate/modern/desktop/desktop.css +3 -3
- package/plate/modern/mobile/mobile.css +2 -1
- package/popup-sheet/Component.js +1 -1
- package/popup-sheet/cssm/Component.js +1 -1
- package/popup-sheet/esm/Component.js +1 -1
- package/popup-sheet/esm/index.js +1 -1
- package/popup-sheet/modern/Component.js +1 -1
- package/popup-sheet/modern/index.js +1 -1
- package/portal/Component.js +4 -6
- package/portal/cssm/Component.js +4 -6
- package/portal/esm/Component.js +5 -8
- package/portal/esm/index.js +0 -2
- package/portal/modern/Component.js +2 -6
- package/portal/modern/index.js +0 -2
- package/product-cover/Component.d.ts +8 -0
- package/product-cover/Component.js +19 -0
- package/product-cover/components/image-card/Component.d.ts +32 -0
- package/product-cover/components/image-card/Component.js +39 -0
- package/product-cover/components/image-card/index.css +32 -0
- package/product-cover/components/image-card/index.d.ts +1 -0
- package/product-cover/components/image-card/index.js +7 -0
- package/product-cover/components/index.d.ts +3 -0
- package/product-cover/components/index.js +11 -0
- package/product-cover/components/overlay/Component.d.ts +4 -0
- package/product-cover/components/overlay/Component.js +22 -0
- package/product-cover/components/overlay/index.css +35 -0
- package/product-cover/components/overlay/index.d.ts +1 -0
- package/product-cover/components/overlay/index.js +7 -0
- package/product-cover/components/text/Component.d.ts +47 -0
- package/product-cover/components/text/Component.js +38 -0
- package/product-cover/components/text/index.css +48 -0
- package/product-cover/components/text/index.d.ts +1 -0
- package/product-cover/components/text/index.js +7 -0
- package/product-cover/consts.d.ts +5 -0
- package/product-cover/consts.js +30 -0
- package/product-cover/cssm/Component.d.ts +8 -0
- package/product-cover/cssm/Component.js +19 -0
- package/product-cover/cssm/components/image-card/Component.d.ts +32 -0
- package/product-cover/cssm/components/image-card/Component.js +38 -0
- package/product-cover/cssm/components/image-card/index.d.ts +1 -0
- package/product-cover/cssm/components/image-card/index.js +7 -0
- package/product-cover/cssm/components/image-card/index.module.css +31 -0
- package/product-cover/cssm/components/index.d.ts +3 -0
- package/product-cover/cssm/components/index.js +11 -0
- package/product-cover/cssm/components/overlay/Component.d.ts +4 -0
- package/product-cover/cssm/components/overlay/Component.js +21 -0
- package/product-cover/cssm/components/overlay/index.d.ts +1 -0
- package/product-cover/cssm/components/overlay/index.js +7 -0
- package/product-cover/cssm/components/overlay/index.module.css +34 -0
- package/product-cover/cssm/components/text/Component.d.ts +47 -0
- package/product-cover/cssm/components/text/Component.js +37 -0
- package/product-cover/cssm/components/text/index.d.ts +1 -0
- package/product-cover/cssm/components/text/index.js +7 -0
- package/product-cover/cssm/components/text/index.module.css +46 -0
- package/product-cover/cssm/consts.d.ts +5 -0
- package/product-cover/cssm/consts.js +30 -0
- package/product-cover/cssm/index.d.ts +2 -0
- package/product-cover/cssm/index.js +8 -0
- package/product-cover/cssm/shared/index.d.ts +1 -0
- package/product-cover/cssm/shared/index.js +8 -0
- package/product-cover/cssm/single/Component.d.ts +4 -0
- package/product-cover/cssm/single/Component.js +37 -0
- package/product-cover/cssm/single/index.d.ts +1 -0
- package/product-cover/cssm/single/index.js +7 -0
- package/product-cover/cssm/single/index.module.css +71 -0
- package/product-cover/cssm/stack/Component.d.ts +4 -0
- package/product-cover/cssm/stack/Component.js +32 -0
- package/product-cover/cssm/stack/index.d.ts +1 -0
- package/product-cover/cssm/stack/index.js +7 -0
- package/product-cover/cssm/stack/index.module.css +68 -0
- package/product-cover/cssm/typings.d.ts +144 -0
- package/product-cover/cssm/typings.js +1 -0
- package/product-cover/cssm/utils/index.d.ts +15 -0
- package/product-cover/cssm/utils/index.js +37 -0
- package/product-cover/esm/Component.d.ts +8 -0
- package/product-cover/esm/Component.js +24 -0
- package/product-cover/esm/components/image-card/Component.d.ts +32 -0
- package/product-cover/esm/components/image-card/Component.js +33 -0
- package/product-cover/esm/components/image-card/index.css +32 -0
- package/product-cover/esm/components/image-card/index.d.ts +1 -0
- package/product-cover/esm/components/image-card/index.js +3 -0
- package/product-cover/esm/components/index.d.ts +3 -0
- package/product-cover/esm/components/index.js +13 -0
- package/product-cover/esm/components/overlay/Component.d.ts +4 -0
- package/product-cover/esm/components/overlay/Component.js +15 -0
- package/product-cover/esm/components/overlay/index.css +35 -0
- package/product-cover/esm/components/overlay/index.d.ts +1 -0
- package/product-cover/esm/components/overlay/index.js +3 -0
- package/product-cover/esm/components/text/Component.d.ts +47 -0
- package/product-cover/esm/components/text/Component.js +31 -0
- package/product-cover/esm/components/text/index.css +48 -0
- package/product-cover/esm/components/text/index.d.ts +1 -0
- package/product-cover/esm/components/text/index.js +10 -0
- package/product-cover/esm/consts.d.ts +5 -0
- package/product-cover/esm/consts.js +26 -0
- package/product-cover/esm/index.d.ts +2 -0
- package/product-cover/esm/index.js +17 -0
- package/product-cover/esm/shared/index.d.ts +1 -0
- package/product-cover/esm/shared/index.js +3 -0
- package/product-cover/esm/single/Component.d.ts +4 -0
- package/product-cover/esm/single/Component.js +37 -0
- package/product-cover/esm/single/index.css +72 -0
- package/product-cover/esm/single/index.d.ts +1 -0
- package/product-cover/esm/single/index.js +15 -0
- package/product-cover/esm/stack/Component.d.ts +4 -0
- package/product-cover/esm/stack/Component.js +35 -0
- package/product-cover/esm/stack/index.css +69 -0
- package/product-cover/esm/stack/index.d.ts +1 -0
- package/product-cover/esm/stack/index.js +16 -0
- package/product-cover/esm/typings.d.ts +144 -0
- package/product-cover/esm/typings.js +1 -0
- package/product-cover/esm/utils/index.d.ts +15 -0
- package/product-cover/esm/utils/index.js +32 -0
- package/product-cover/index.d.ts +2 -0
- package/product-cover/index.js +8 -0
- package/product-cover/modern/Component.d.ts +8 -0
- package/product-cover/modern/Component.js +23 -0
- package/product-cover/modern/components/image-card/Component.d.ts +32 -0
- package/product-cover/modern/components/image-card/Component.js +32 -0
- package/product-cover/modern/components/image-card/index.css +32 -0
- package/product-cover/modern/components/image-card/index.d.ts +1 -0
- package/product-cover/modern/components/image-card/index.js +3 -0
- package/product-cover/modern/components/index.d.ts +3 -0
- package/product-cover/modern/components/index.js +13 -0
- package/product-cover/modern/components/overlay/Component.d.ts +4 -0
- package/product-cover/modern/components/overlay/Component.js +11 -0
- package/product-cover/modern/components/overlay/index.css +35 -0
- package/product-cover/modern/components/overlay/index.d.ts +1 -0
- package/product-cover/modern/components/overlay/index.js +3 -0
- package/product-cover/modern/components/text/Component.d.ts +47 -0
- package/product-cover/modern/components/text/Component.js +31 -0
- package/product-cover/modern/components/text/index.css +48 -0
- package/product-cover/modern/components/text/index.d.ts +1 -0
- package/product-cover/modern/components/text/index.js +10 -0
- package/product-cover/modern/consts.d.ts +5 -0
- package/product-cover/modern/consts.js +26 -0
- package/product-cover/modern/index.d.ts +2 -0
- package/product-cover/modern/index.js +16 -0
- package/product-cover/modern/shared/index.d.ts +1 -0
- package/product-cover/modern/shared/index.js +3 -0
- package/product-cover/modern/single/Component.d.ts +4 -0
- package/product-cover/modern/single/Component.js +35 -0
- package/product-cover/modern/single/index.css +72 -0
- package/product-cover/modern/single/index.d.ts +1 -0
- package/product-cover/modern/single/index.js +14 -0
- package/product-cover/modern/stack/Component.d.ts +4 -0
- package/product-cover/modern/stack/Component.js +32 -0
- package/product-cover/modern/stack/index.css +69 -0
- package/product-cover/modern/stack/index.d.ts +1 -0
- package/product-cover/modern/stack/index.js +15 -0
- package/product-cover/modern/typings.d.ts +144 -0
- package/product-cover/modern/typings.js +1 -0
- package/product-cover/modern/utils/index.d.ts +15 -0
- package/product-cover/modern/utils/index.js +32 -0
- package/product-cover/package.json +3 -0
- package/product-cover/shared/index.d.ts +1 -0
- package/product-cover/shared/index.js +8 -0
- package/product-cover/shared/package.json +3 -0
- package/product-cover/single/Component.d.ts +4 -0
- package/product-cover/single/Component.js +38 -0
- package/product-cover/single/index.css +72 -0
- package/product-cover/single/index.d.ts +1 -0
- package/product-cover/single/index.js +7 -0
- package/product-cover/stack/Component.d.ts +4 -0
- package/product-cover/stack/Component.js +33 -0
- package/product-cover/stack/index.css +69 -0
- package/product-cover/stack/index.d.ts +1 -0
- package/product-cover/stack/index.js +7 -0
- package/product-cover/typings.d.ts +144 -0
- package/product-cover/typings.js +1 -0
- package/product-cover/utils/index.d.ts +15 -0
- package/product-cover/utils/index.js +37 -0
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/radio-group/components/base-radio-group/index.css +1 -2
- package/radio-group/cssm/components/base-radio-group/index.module.css +1 -2
- package/radio-group/esm/components/base-radio-group/index.css +1 -2
- package/radio-group/modern/components/base-radio-group/index.css +1 -2
- package/select/cssm/hook-d4f77aed.d.ts +2 -2
- package/select/cssm/typings.d.ts +8 -8
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/hook-d4f77aed.d.ts +2 -2
- package/select/esm/index.js +1 -1
- package/select/esm/mobile/Component.mobile.js +1 -1
- package/select/esm/mobile/Component.modal.mobile.js +1 -1
- package/select/esm/mobile/index.js +1 -1
- 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 +1 -1
- package/select/esm/typings.d.ts +8 -8
- package/select/hook-d4f77aed.d.ts +2 -2
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/hook-d4f77aed.d.ts +2 -2
- package/select/modern/index.js +1 -1
- package/select/modern/mobile/Component.mobile.js +1 -1
- package/select/modern/mobile/Component.modal.mobile.js +1 -1
- package/select/modern/mobile/index.js +1 -1
- 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 +1 -1
- package/select/modern/typings.d.ts +8 -8
- 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 +8 -8
- 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/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/components/header/Component.d.ts +2 -2
- package/side-panel/components/header/Component.js +2 -2
- package/side-panel/cssm/components/header/Component.d.ts +2 -2
- package/side-panel/cssm/components/header/Component.js +2 -2
- package/side-panel/esm/Component.responsive.js +2 -2
- 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/components/header/Component.d.ts +2 -2
- package/side-panel/esm/components/header/Component.js +2 -2
- package/side-panel/esm/desktop/Component.desktop.js +2 -2
- package/side-panel/esm/desktop/index.js +2 -2
- package/side-panel/esm/index.js +2 -2
- package/side-panel/esm/mobile/Component.mobile.js +2 -2
- package/side-panel/esm/mobile/index.js +2 -2
- package/side-panel/modern/Component.responsive.js +2 -2
- 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/components/header/Component.d.ts +2 -2
- package/side-panel/modern/components/header/Component.js +2 -2
- package/side-panel/modern/desktop/Component.desktop.js +2 -2
- package/side-panel/modern/desktop/index.js +2 -2
- package/side-panel/modern/index.js +2 -2
- package/side-panel/modern/mobile/Component.mobile.js +2 -2
- package/side-panel/modern/mobile/index.js +2 -2
- package/slider-input/Component.d.ts +3 -3
- package/slider-input/cssm/Component.d.ts +3 -3
- package/slider-input/esm/Component.d.ts +3 -3
- package/slider-input/modern/Component.d.ts +3 -3
- package/status/Component.d.ts +1 -1
- package/status/Component.js +3 -2
- package/status/cssm/Component.d.ts +1 -1
- package/status/cssm/Component.js +2 -1
- package/status/cssm/index.module.css +7 -2
- package/status/esm/Component.d.ts +1 -1
- package/status/esm/Component.js +3 -2
- package/status/esm/index.css +7 -2
- package/status/index.css +7 -2
- package/status/modern/Component.d.ts +1 -1
- package/status/modern/Component.js +3 -2
- package/status/modern/index.css +7 -2
- package/tabs/components/primary-tablist/Component.d.ts +1 -1
- package/tabs/components/primary-tablist/Component.js +2 -2
- package/tabs/components/scrollable-container/Component.d.ts +5 -1
- package/tabs/components/scrollable-container/Component.js +2 -2
- package/tabs/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/components/secondary-tablist/Component.js +2 -2
- package/tabs/components/tabs/Component.js +2 -2
- package/tabs/cssm/components/primary-tablist/Component.d.ts +1 -1
- package/tabs/cssm/components/primary-tablist/Component.js +2 -2
- package/tabs/cssm/components/scrollable-container/Component.d.ts +5 -1
- package/tabs/cssm/components/scrollable-container/Component.js +2 -2
- package/tabs/cssm/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/cssm/components/secondary-tablist/Component.js +2 -2
- package/tabs/cssm/components/tabs/Component.js +2 -2
- package/tabs/cssm/typings.d.ts +4 -0
- package/tabs/esm/components/primary-tablist/Component.d.ts +1 -1
- package/tabs/esm/components/primary-tablist/Component.js +2 -2
- package/tabs/esm/components/scrollable-container/Component.d.ts +5 -1
- package/tabs/esm/components/scrollable-container/Component.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/esm/components/secondary-tablist/Component.js +2 -2
- package/tabs/esm/components/tabs/Component.js +2 -2
- package/tabs/esm/typings.d.ts +4 -0
- package/tabs/modern/components/primary-tablist/Component.d.ts +1 -1
- package/tabs/modern/components/primary-tablist/Component.js +2 -2
- package/tabs/modern/components/scrollable-container/Component.d.ts +5 -1
- package/tabs/modern/components/scrollable-container/Component.js +2 -2
- package/tabs/modern/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/modern/components/secondary-tablist/Component.js +2 -2
- package/tabs/modern/components/tabs/Component.js +2 -2
- package/tabs/modern/typings.d.ts +4 -0
- package/tabs/typings.d.ts +4 -0
- package/themes/compiled/mobile-dark-bluetint.css +62 -62
- 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/components/date-input/Component.js +15 -5
- package/universal-date-input/components/date-range-input/Component.js +2 -0
- package/universal-date-input/cssm/components/date-input/Component.js +15 -5
- package/universal-date-input/cssm/components/date-range-input/Component.js +2 -0
- package/universal-date-input/cssm/index-5712fce2.d.ts +18 -7
- package/universal-date-input/cssm/index-f034f741.d.ts +1 -1
- package/universal-date-input/cssm/types.d.ts +2 -2
- package/universal-date-input/cssm/utils-5684a67d.d.ts +2 -0
- package/universal-date-input/esm/components/date-input/Component.js +15 -5
- package/universal-date-input/esm/components/date-range-input/Component.js +2 -0
- package/universal-date-input/esm/index-5712fce2.d.ts +18 -7
- package/universal-date-input/esm/index-f034f741.d.ts +1 -1
- package/universal-date-input/esm/types.d.ts +2 -2
- package/universal-date-input/esm/utils-5684a67d.d.ts +2 -0
- package/universal-date-input/index-5712fce2.d.ts +18 -7
- package/universal-date-input/index-f034f741.d.ts +1 -1
- package/universal-date-input/modern/components/date-input/Component.js +15 -5
- package/universal-date-input/modern/components/date-range-input/Component.js +2 -0
- package/universal-date-input/modern/index-5712fce2.d.ts +18 -7
- package/universal-date-input/modern/index-f034f741.d.ts +1 -1
- package/universal-date-input/modern/types.d.ts +2 -2
- package/universal-date-input/modern/utils-5684a67d.d.ts +2 -0
- package/universal-date-input/types.d.ts +2 -2
- package/universal-date-input/utils-5684a67d.d.ts +2 -0
- package/picker-button/Component-064acd29.d.ts +0 -56
- package/picker-button/Component-57569e57.d.ts +0 -5
- package/picker-button/ResponsiveContext-88b743b5.d.ts +0 -5
- package/picker-button/cssm/Component-064acd29.d.ts +0 -56
- package/picker-button/cssm/Component-57569e57.d.ts +0 -5
- package/picker-button/cssm/ResponsiveContext-88b743b5.d.ts +0 -5
- package/picker-button/cssm/typings-88b743b5.d.ts +0 -58
- package/picker-button/cssm/usePortalContainer-fe2bc9bb.d.ts +0 -2
- package/picker-button/cssm/utils-ed29dc0e.d.ts +0 -5
- package/picker-button/esm/Component-064acd29.d.ts +0 -56
- package/picker-button/esm/Component-57569e57.d.ts +0 -5
- package/picker-button/esm/ResponsiveContext-88b743b5.d.ts +0 -5
- package/picker-button/esm/typings-88b743b5.d.ts +0 -58
- package/picker-button/esm/usePortalContainer-fe2bc9bb.d.ts +0 -2
- package/picker-button/esm/utils-ed29dc0e.d.ts +0 -5
- package/picker-button/modern/Component-064acd29.d.ts +0 -56
- package/picker-button/modern/Component-57569e57.d.ts +0 -5
- package/picker-button/modern/ResponsiveContext-88b743b5.d.ts +0 -5
- package/picker-button/modern/typings-88b743b5.d.ts +0 -58
- package/picker-button/modern/usePortalContainer-fe2bc9bb.d.ts +0 -2
- package/picker-button/modern/utils-ed29dc0e.d.ts +0 -5
- package/picker-button/typings-88b743b5.d.ts +0 -58
- package/picker-button/usePortalContainer-fe2bc9bb.d.ts +0 -2
- package/picker-button/utils-ed29dc0e.d.ts +0 -5
- 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/calendar-range/esm/{index.module-7864539e.js → index.module-ed9e9bf4.js} +0 -0
- /package/calendar-range/{index.module-b1ef42e6.js → index.module-a320a2db.js} +0 -0
- /package/calendar-range/modern/{index.module-37f8bdbf.js → index.module-c124a31a.js} +0 -0
- /package/confirmation/{countdown-section-89c39f08.d.ts → countdown-section-e89d4d51.d.ts} +0 -0
- /package/confirmation/{countdown-section-89c39f08.js → countdown-section-e89d4d51.js} +0 -0
- /package/confirmation/esm/{countdown-section-2900c91e.d.ts → countdown-section-7a284e78.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-2900c91e.js → countdown-section-7a284e78.js} +0 -0
- /package/confirmation/modern/{countdown-section-1480ae8f.d.ts → countdown-section-d98ff227.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-1480ae8f.js → countdown-section-d98ff227.js} +0 -0
- /package/gallery/{buttons-157b97c5.d.ts → buttons-86aa9ca3.d.ts} +0 -0
- /package/gallery/{buttons-157b97c5.js → buttons-86aa9ca3.js} +0 -0
- /package/gallery/esm/{buttons-81740edc.d.ts → buttons-044f4137.d.ts} +0 -0
- /package/gallery/esm/{buttons-81740edc.js → buttons-044f4137.js} +0 -0
- /package/gallery/esm/{slide-823b5f0b.d.ts → slide-1c391682.d.ts} +0 -0
- /package/gallery/esm/{slide-823b5f0b.js → slide-1c391682.js} +0 -0
- /package/gallery/modern/{buttons-6a4235ad.d.ts → buttons-ddcab41a.d.ts} +0 -0
- /package/gallery/modern/{buttons-6a4235ad.js → buttons-ddcab41a.js} +0 -0
- /package/gallery/modern/{slide-5181bfc0.d.ts → slide-704f878b.d.ts} +0 -0
- /package/gallery/modern/{slide-5181bfc0.js → slide-704f878b.js} +0 -0
- /package/gallery/{slide-69352f22.d.ts → slide-aa977082.d.ts} +0 -0
- /package/gallery/{slide-69352f22.js → slide-aa977082.js} +0 -0
- /package/modal/esm/{layout.module-cec54653.js → layout.module-5149e6ff.js} +0 -0
- /package/modal/{layout.module-3225f3fd.js → layout.module-6e99e303.js} +0 -0
- /package/modal/modern/{layout.module-04f9c218.js → layout.module-76927004.js} +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/back-arrow-addon/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/back-arrow-addon/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/back-arrow-addon/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/closer/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/closer/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/components/closer/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/back-arrow-addon/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/back-arrow-addon/Component.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/back-arrow-addon/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/back-arrow-addon/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/back-arrow-addon/index.module.css +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/closer/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/closer/Component.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/closer/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/closer/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/components/closer/index.module.css +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/types.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/cssm/vars.css +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/back-arrow-addon/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/back-arrow-addon/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/back-arrow-addon/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/closer/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/closer/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/components/closer/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/esm/types.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/back-arrow-addon/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/back-arrow-addon/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/back-arrow-addon/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/closer/Component.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/closer/index.d.ts +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/components/closer/index.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/modern/types.js +0 -0
- /package/{navigation-bar → navigation-bar-private}/types.js +0 -0
- /package/picker-button/{Component-fe2bc9bb.d.ts → Component-a5b021bd.d.ts} +0 -0
- /package/picker-button/cssm/{Component-fe2bc9bb.d.ts → Component-a5b021bd.d.ts} +0 -0
- /package/picker-button/esm/{Component-fe2bc9bb.d.ts → Component-a5b021bd.d.ts} +0 -0
- /package/picker-button/modern/{Component-fe2bc9bb.d.ts → Component-a5b021bd.d.ts} +0 -0
- /package/pure-cell/{component-33c19d66.d.ts → component-8d296a11.d.ts} +0 -0
- /package/pure-cell/{component-33c19d66.js → component-8d296a11.js} +0 -0
- /package/pure-cell/esm/{component-8efd06f2.d.ts → component-61b692e3.d.ts} +0 -0
- /package/pure-cell/esm/{component-8efd06f2.js → component-61b692e3.js} +0 -0
- /package/pure-cell/modern/{component-7c7694ce.d.ts → component-e0c0d180.d.ts} +0 -0
- /package/pure-cell/modern/{component-7c7694ce.js → component-e0c0d180.js} +0 -0
- /package/select/esm/{hook-ffa189bd.d.ts → hook-45e0de03.d.ts} +0 -0
- /package/select/esm/{hook-ffa189bd.js → hook-45e0de03.js} +0 -0
- /package/select/{hook-d7dd4176.d.ts → hook-f7bad97d.d.ts} +0 -0
- /package/select/{hook-d7dd4176.js → hook-f7bad97d.js} +0 -0
- /package/select/modern/{hook-826a1bd6.d.ts → hook-cd666f6a.d.ts} +0 -0
- /package/select/modern/{hook-826a1bd6.js → hook-cd666f6a.js} +0 -0
- /package/side-panel/esm/{layout.module-07fad522.js → layout.module-8b5fd32d.js} +0 -0
- /package/side-panel/{layout.module-f14de816.js → layout.module-43fe58c6.js} +0 -0
- /package/side-panel/modern/{layout.module-7200d95f.js → layout.module-98a7c547.js} +0 -0
- /package/typography/{colors.module-88b7ff94.js → colors.module-48e64b70.js} +0 -0
- /package/typography/{common.module-d111f361.js → common.module-bd9f2c95.js} +0 -0
- /package/typography/esm/{colors.module-72a95925.js → colors.module-171b9a02.js} +0 -0
- /package/typography/esm/{common.module-094a1daa.js → common.module-35992ec8.js} +0 -0
- /package/typography/modern/{colors.module-72b8827b.js → colors.module-d0a78afd.js} +0 -0
- /package/typography/modern/{common.module-c1b61160.js → common.module-dfaebe18.js} +0 -0
- /package/universal-date-input/{Component-ff24af55.d.ts → Component-92dea7fc.d.ts} +0 -0
- /package/universal-date-input/cssm/{Component-ff24af55.d.ts → Component-92dea7fc.d.ts} +0 -0
- /package/universal-date-input/esm/{Component-ff24af55.d.ts → Component-92dea7fc.d.ts} +0 -0
- /package/universal-date-input/modern/{Component-ff24af55.d.ts → Component-92dea7fc.d.ts} +0 -0
|
@@ -13,7 +13,7 @@ import '@alfalab/hooks';
|
|
|
13
13
|
import '../../context.js';
|
|
14
14
|
import '../../utils.js';
|
|
15
15
|
import '../header/component.js';
|
|
16
|
-
import '../../countdown-section-
|
|
16
|
+
import '../../countdown-section-d98ff227.js';
|
|
17
17
|
import '../../../../button/modern';
|
|
18
18
|
import '../../../../spinner/modern';
|
|
19
19
|
import '../countdown-loader/component.js';
|
|
@@ -8,7 +8,7 @@ import { Typography } from '../../../../../typography/modern';
|
|
|
8
8
|
import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
|
|
9
9
|
import { ConfirmationContext } from '../../../context.js';
|
|
10
10
|
import { Header } from '../../header/component.js';
|
|
11
|
-
import { s as styles, C as CountdownSection } from '../../../countdown-section-
|
|
11
|
+
import { s as styles, C as CountdownSection } from '../../../countdown-section-d98ff227.js';
|
|
12
12
|
import '../../../utils.js';
|
|
13
13
|
import '../../../../../button/modern';
|
|
14
14
|
import '../../../../../spinner/modern';
|
|
@@ -4,5 +4,5 @@ import '../../../../../button/modern';
|
|
|
4
4
|
import '../../../../../spinner/modern';
|
|
5
5
|
import '../../../../../typography/modern';
|
|
6
6
|
import '../../../context.js';
|
|
7
|
-
export { C as CountdownSection } from '../../../countdown-section-
|
|
7
|
+
export { C as CountdownSection } from '../../../countdown-section-d98ff227.js';
|
|
8
8
|
import '../../../utils.js';
|
|
@@ -10,6 +10,6 @@ import '@alfalab/hooks';
|
|
|
10
10
|
import '../../../context.js';
|
|
11
11
|
import '../../../utils.js';
|
|
12
12
|
import '../../header/component.js';
|
|
13
|
-
import '../../../countdown-section-
|
|
13
|
+
import '../../../countdown-section-d98ff227.js';
|
|
14
14
|
import '../../../../../button/modern';
|
|
15
15
|
import '../../../../../spinner/modern';
|
|
@@ -12,7 +12,7 @@ import '../../../code-input/modern/mobile';
|
|
|
12
12
|
import '../../../link/modern';
|
|
13
13
|
import '../../../typography/modern';
|
|
14
14
|
import '../components/header/component.js';
|
|
15
|
-
import '../countdown-section-
|
|
15
|
+
import '../countdown-section-d98ff227.js';
|
|
16
16
|
import '../../../button/modern';
|
|
17
17
|
import '../../../spinner/modern';
|
|
18
18
|
import '../components/screens/hint/component.js';
|
|
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
|
|
|
13
13
|
import '../../../link/modern';
|
|
14
14
|
import '../../../typography/modern';
|
|
15
15
|
import '../components/header/component.js';
|
|
16
|
-
import '../countdown-section-
|
|
16
|
+
import '../countdown-section-d98ff227.js';
|
|
17
17
|
import '../../../button/modern';
|
|
18
18
|
import '../../../spinner/modern';
|
|
19
19
|
import '../components/screens/hint/component.js';
|
|
@@ -15,7 +15,7 @@ import '../../code-input/modern/mobile';
|
|
|
15
15
|
import '../../link/modern';
|
|
16
16
|
import '../../typography/modern';
|
|
17
17
|
import './components/header/component.js';
|
|
18
|
-
import './countdown-section-
|
|
18
|
+
import './countdown-section-d98ff227.js';
|
|
19
19
|
import '../../button/modern';
|
|
20
20
|
import '../../spinner/modern';
|
|
21
21
|
import './components/screens/hint/component.js';
|
|
@@ -12,7 +12,7 @@ import '../../../code-input/modern/mobile';
|
|
|
12
12
|
import '../../../link/modern';
|
|
13
13
|
import '../../../typography/modern';
|
|
14
14
|
import '../components/header/component.js';
|
|
15
|
-
import '../countdown-section-
|
|
15
|
+
import '../countdown-section-d98ff227.js';
|
|
16
16
|
import '../../../button/modern';
|
|
17
17
|
import '../../../spinner/modern';
|
|
18
18
|
import '../components/screens/hint/component.js';
|
|
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
|
|
|
13
13
|
import '../../../link/modern';
|
|
14
14
|
import '../../../typography/modern';
|
|
15
15
|
import '../components/header/component.js';
|
|
16
|
-
import '../countdown-section-
|
|
16
|
+
import '../countdown-section-d98ff227.js';
|
|
17
17
|
import '../../../button/modern';
|
|
18
18
|
import '../../../spinner/modern';
|
|
19
19
|
import '../components/screens/hint/component.js';
|
|
@@ -15,6 +15,6 @@ import '../../../link/modern';
|
|
|
15
15
|
import '../../../typography/modern';
|
|
16
16
|
import '@alfalab/hooks';
|
|
17
17
|
import '../components/header/component.js';
|
|
18
|
-
import '../countdown-section-
|
|
18
|
+
import '../countdown-section-d98ff227.js';
|
|
19
19
|
import '../../../button/modern';
|
|
20
20
|
import '../../../spinner/modern';
|
|
@@ -12,12 +12,13 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
|
12
12
|
var DEFAULT_BUTTON_COLOR = '#FF45C3';
|
|
13
13
|
var DEFAULT_CONTENT_COLOR = 'white';
|
|
14
14
|
var CustomPickerButtonDesktop = React.forwardRef(function (_a, ref) {
|
|
15
|
-
var _b = _a.backgroundColor, backgroundColor = _b === void 0 ? DEFAULT_BUTTON_COLOR : _b, _c = _a.contentColor, contentColor = _c === void 0 ? DEFAULT_CONTENT_COLOR : _c, _d = _a.stateType, stateType = _d === void 0 ? 'darkening' : _d, restProps = tslib.__rest(_a, ["backgroundColor", "contentColor", "stateType"]);
|
|
15
|
+
var _b = _a.backgroundColor, backgroundColor = _b === void 0 ? DEFAULT_BUTTON_COLOR : _b, _c = _a.contentColor, contentColor = _c === void 0 ? DEFAULT_CONTENT_COLOR : _c, _d = _a.stateType, stateType = _d === void 0 ? 'darkening' : _d, icon = _a.icon, restProps = tslib.__rest(_a, ["backgroundColor", "contentColor", "stateType", "icon"]);
|
|
16
16
|
return (React__default.default.createElement(desktop.PickerButtonDesktop, tslib.__assign({}, restProps, { fieldProps: {
|
|
17
17
|
backgroundColor: backgroundColor,
|
|
18
18
|
contentColor: contentColor,
|
|
19
19
|
stateType: stateType,
|
|
20
20
|
breakpoint: 1,
|
|
21
|
+
icon: icon,
|
|
21
22
|
}, Field: field_Component.Field, ref: ref })));
|
|
22
23
|
});
|
|
23
24
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { ComponentType, SVGProps } from "react";
|
|
3
4
|
import { CustomButtonProps } from "../../../custom-button";
|
|
4
5
|
import { PickerButtonSize, PickerButtonVariant } from "../../../picker-button/shared";
|
|
5
6
|
import { FieldProps as BaseFieldProps } from "../../../select/shared";
|
|
@@ -7,6 +8,7 @@ type FieldProps = Pick<BaseFieldProps, 'open' | 'label' | 'innerProps'> & Custom
|
|
|
7
8
|
buttonSize?: PickerButtonSize;
|
|
8
9
|
buttonVariant?: PickerButtonVariant;
|
|
9
10
|
showArrow?: boolean;
|
|
11
|
+
icon?: ComponentType<SVGProps<SVGSVGElement>>;
|
|
10
12
|
};
|
|
11
|
-
declare const Field: ({ buttonSize, buttonVariant, backgroundColor, contentColor, stateType, label, open, rightAddons, innerProps, className, showArrow, ...restProps }: FieldProps) => React.JSX.Element;
|
|
13
|
+
declare const Field: ({ buttonSize, buttonVariant, backgroundColor, contentColor, stateType, label, open, rightAddons, innerProps, className, showArrow, icon, ...restProps }: FieldProps) => React.JSX.Element;
|
|
12
14
|
export { Field };
|
|
@@ -29,8 +29,8 @@ var SIZE_TO_CLASSNAME_MAP = {
|
|
|
29
29
|
};
|
|
30
30
|
var Field = function (_a) {
|
|
31
31
|
var _b;
|
|
32
|
-
var _c = _a.buttonSize, buttonSize = _c === void 0 ? 56 : _c, _d = _a.buttonVariant, buttonVariant = _d === void 0 ? 'default' : _d, backgroundColor = _a.backgroundColor, contentColor = _a.contentColor, stateType = _a.stateType, label = _a.label, open = _a.open, rightAddons = _a.rightAddons, innerProps = _a.innerProps, className = _a.className, _e = _a.showArrow, showArrow = _e === void 0 ? true : _e, restProps = tslib.__rest(_a, ["buttonSize", "buttonVariant", "backgroundColor", "contentColor", "stateType", "label", "open", "rightAddons", "innerProps", "className", "showArrow"]);
|
|
33
|
-
var Icon = shared.getIcon(buttonVariant, SIZE_TO_CLASSNAME_MAP[buttonSize]);
|
|
32
|
+
var _c = _a.buttonSize, buttonSize = _c === void 0 ? 56 : _c, _d = _a.buttonVariant, buttonVariant = _d === void 0 ? 'default' : _d, backgroundColor = _a.backgroundColor, contentColor = _a.contentColor, stateType = _a.stateType, label = _a.label, open = _a.open, rightAddons = _a.rightAddons, innerProps = _a.innerProps, className = _a.className, _e = _a.showArrow, showArrow = _e === void 0 ? true : _e, icon = _a.icon, restProps = tslib.__rest(_a, ["buttonSize", "buttonVariant", "backgroundColor", "contentColor", "stateType", "label", "open", "rightAddons", "innerProps", "className", "showArrow", "icon"]);
|
|
33
|
+
var Icon = shared.getIcon(buttonVariant, SIZE_TO_CLASSNAME_MAP[buttonSize], icon);
|
|
34
34
|
var buttonProps = tslib.__assign(tslib.__assign({}, restProps), innerProps);
|
|
35
35
|
return (React__default.default.createElement(coreComponentsCustomButton.CustomButton, tslib.__assign({}, buttonProps, { rightAddons: React__default.default.createElement(React.Fragment, null,
|
|
36
36
|
rightAddons && (React__default.default.createElement("span", { className: cn__default.default(styles__default.default.addonsContainer, (_b = {},
|
|
@@ -12,12 +12,13 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
|
12
12
|
var DEFAULT_BUTTON_COLOR = '#FF45C3';
|
|
13
13
|
var DEFAULT_CONTENT_COLOR = 'white';
|
|
14
14
|
var CustomPickerButtonDesktop = React.forwardRef(function (_a, ref) {
|
|
15
|
-
var _b = _a.backgroundColor, backgroundColor = _b === void 0 ? DEFAULT_BUTTON_COLOR : _b, _c = _a.contentColor, contentColor = _c === void 0 ? DEFAULT_CONTENT_COLOR : _c, _d = _a.stateType, stateType = _d === void 0 ? 'darkening' : _d, restProps = tslib.__rest(_a, ["backgroundColor", "contentColor", "stateType"]);
|
|
15
|
+
var _b = _a.backgroundColor, backgroundColor = _b === void 0 ? DEFAULT_BUTTON_COLOR : _b, _c = _a.contentColor, contentColor = _c === void 0 ? DEFAULT_CONTENT_COLOR : _c, _d = _a.stateType, stateType = _d === void 0 ? 'darkening' : _d, icon = _a.icon, restProps = tslib.__rest(_a, ["backgroundColor", "contentColor", "stateType", "icon"]);
|
|
16
16
|
return (React__default.default.createElement(desktop.PickerButtonDesktop, tslib.__assign({}, restProps, { fieldProps: {
|
|
17
17
|
backgroundColor: backgroundColor,
|
|
18
18
|
contentColor: contentColor,
|
|
19
19
|
stateType: stateType,
|
|
20
20
|
breakpoint: 1,
|
|
21
|
+
icon: icon,
|
|
21
22
|
}, Field: field_Component.Field, ref: ref })));
|
|
22
23
|
});
|
|
23
24
|
|
|
@@ -9,12 +9,13 @@ import '../../../picker-button/esm/shared';
|
|
|
9
9
|
var DEFAULT_BUTTON_COLOR = '#FF45C3';
|
|
10
10
|
var DEFAULT_CONTENT_COLOR = 'white';
|
|
11
11
|
var CustomPickerButtonDesktop = forwardRef(function (_a, ref) {
|
|
12
|
-
var _b = _a.backgroundColor, backgroundColor = _b === void 0 ? DEFAULT_BUTTON_COLOR : _b, _c = _a.contentColor, contentColor = _c === void 0 ? DEFAULT_CONTENT_COLOR : _c, _d = _a.stateType, stateType = _d === void 0 ? 'darkening' : _d, restProps = __rest(_a, ["backgroundColor", "contentColor", "stateType"]);
|
|
12
|
+
var _b = _a.backgroundColor, backgroundColor = _b === void 0 ? DEFAULT_BUTTON_COLOR : _b, _c = _a.contentColor, contentColor = _c === void 0 ? DEFAULT_CONTENT_COLOR : _c, _d = _a.stateType, stateType = _d === void 0 ? 'darkening' : _d, icon = _a.icon, restProps = __rest(_a, ["backgroundColor", "contentColor", "stateType", "icon"]);
|
|
13
13
|
return (React.createElement(PickerButtonDesktop, __assign({}, restProps, { fieldProps: {
|
|
14
14
|
backgroundColor: backgroundColor,
|
|
15
15
|
contentColor: contentColor,
|
|
16
16
|
stateType: stateType,
|
|
17
17
|
breakpoint: 1,
|
|
18
|
+
icon: icon,
|
|
18
19
|
}, Field: Field, ref: ref })));
|
|
19
20
|
});
|
|
20
21
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { ComponentType, SVGProps } from "react";
|
|
3
4
|
import { CustomButtonProps } from "../../../custom-button";
|
|
4
5
|
import { PickerButtonSize, PickerButtonVariant } from "../../../picker-button/shared";
|
|
5
6
|
import { FieldProps as BaseFieldProps } from "../../../select/shared";
|
|
@@ -7,6 +8,7 @@ type FieldProps = Pick<BaseFieldProps, 'open' | 'label' | 'innerProps'> & Custom
|
|
|
7
8
|
buttonSize?: PickerButtonSize;
|
|
8
9
|
buttonVariant?: PickerButtonVariant;
|
|
9
10
|
showArrow?: boolean;
|
|
11
|
+
icon?: ComponentType<SVGProps<SVGSVGElement>>;
|
|
10
12
|
};
|
|
11
|
-
declare const Field: ({ buttonSize, buttonVariant, backgroundColor, contentColor, stateType, label, open, rightAddons, innerProps, className, showArrow, ...restProps }: FieldProps) => React.JSX.Element;
|
|
13
|
+
declare const Field: ({ buttonSize, buttonVariant, backgroundColor, contentColor, stateType, label, open, rightAddons, innerProps, className, showArrow, icon, ...restProps }: FieldProps) => React.JSX.Element;
|
|
12
14
|
export { Field };
|
|
@@ -23,8 +23,8 @@ var SIZE_TO_CLASSNAME_MAP = {
|
|
|
23
23
|
};
|
|
24
24
|
var Field = function (_a) {
|
|
25
25
|
var _b;
|
|
26
|
-
var _c = _a.buttonSize, buttonSize = _c === void 0 ? 56 : _c, _d = _a.buttonVariant, buttonVariant = _d === void 0 ? 'default' : _d, backgroundColor = _a.backgroundColor, contentColor = _a.contentColor, stateType = _a.stateType, label = _a.label, open = _a.open, rightAddons = _a.rightAddons, innerProps = _a.innerProps, className = _a.className, _e = _a.showArrow, showArrow = _e === void 0 ? true : _e, restProps = __rest(_a, ["buttonSize", "buttonVariant", "backgroundColor", "contentColor", "stateType", "label", "open", "rightAddons", "innerProps", "className", "showArrow"]);
|
|
27
|
-
var Icon = getIcon(buttonVariant, SIZE_TO_CLASSNAME_MAP[buttonSize]);
|
|
26
|
+
var _c = _a.buttonSize, buttonSize = _c === void 0 ? 56 : _c, _d = _a.buttonVariant, buttonVariant = _d === void 0 ? 'default' : _d, backgroundColor = _a.backgroundColor, contentColor = _a.contentColor, stateType = _a.stateType, label = _a.label, open = _a.open, rightAddons = _a.rightAddons, innerProps = _a.innerProps, className = _a.className, _e = _a.showArrow, showArrow = _e === void 0 ? true : _e, icon = _a.icon, restProps = __rest(_a, ["buttonSize", "buttonVariant", "backgroundColor", "contentColor", "stateType", "label", "open", "rightAddons", "innerProps", "className", "showArrow", "icon"]);
|
|
27
|
+
var Icon = getIcon(buttonVariant, SIZE_TO_CLASSNAME_MAP[buttonSize], icon);
|
|
28
28
|
var buttonProps = __assign(__assign({}, restProps), innerProps);
|
|
29
29
|
return (React.createElement(CustomButton, __assign({}, buttonProps, { rightAddons: React.createElement(Fragment, null,
|
|
30
30
|
rightAddons && (React.createElement("span", { className: cn(styles.addonsContainer, (_b = {},
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { ComponentType, SVGProps } from "react";
|
|
3
4
|
import { CustomButtonProps } from "../../custom-button";
|
|
4
5
|
import { PickerButtonSize, PickerButtonVariant } from "../../picker-button/shared";
|
|
5
6
|
import { FieldProps as BaseFieldProps } from "../../select/shared";
|
|
@@ -7,6 +8,7 @@ type FieldProps = Pick<BaseFieldProps, 'open' | 'label' | 'innerProps'> & Custom
|
|
|
7
8
|
buttonSize?: PickerButtonSize;
|
|
8
9
|
buttonVariant?: PickerButtonVariant;
|
|
9
10
|
showArrow?: boolean;
|
|
11
|
+
icon?: ComponentType<SVGProps<SVGSVGElement>>;
|
|
10
12
|
};
|
|
11
|
-
declare const Field: ({ buttonSize, buttonVariant, backgroundColor, contentColor, stateType, label, open, rightAddons, innerProps, className, showArrow, ...restProps }: FieldProps) => React.JSX.Element;
|
|
13
|
+
declare const Field: ({ buttonSize, buttonVariant, backgroundColor, contentColor, stateType, label, open, rightAddons, innerProps, className, showArrow, icon, ...restProps }: FieldProps) => React.JSX.Element;
|
|
12
14
|
export { Field };
|
|
@@ -30,8 +30,8 @@ var SIZE_TO_CLASSNAME_MAP = {
|
|
|
30
30
|
};
|
|
31
31
|
var Field = function (_a) {
|
|
32
32
|
var _b;
|
|
33
|
-
var _c = _a.buttonSize, buttonSize = _c === void 0 ? 56 : _c, _d = _a.buttonVariant, buttonVariant = _d === void 0 ? 'default' : _d, backgroundColor = _a.backgroundColor, contentColor = _a.contentColor, stateType = _a.stateType, label = _a.label, open = _a.open, rightAddons = _a.rightAddons, innerProps = _a.innerProps, className = _a.className, _e = _a.showArrow, showArrow = _e === void 0 ? true : _e, restProps = tslib.__rest(_a, ["buttonSize", "buttonVariant", "backgroundColor", "contentColor", "stateType", "label", "open", "rightAddons", "innerProps", "className", "showArrow"]);
|
|
34
|
-
var Icon = shared.getIcon(buttonVariant, SIZE_TO_CLASSNAME_MAP[buttonSize]);
|
|
33
|
+
var _c = _a.buttonSize, buttonSize = _c === void 0 ? 56 : _c, _d = _a.buttonVariant, buttonVariant = _d === void 0 ? 'default' : _d, backgroundColor = _a.backgroundColor, contentColor = _a.contentColor, stateType = _a.stateType, label = _a.label, open = _a.open, rightAddons = _a.rightAddons, innerProps = _a.innerProps, className = _a.className, _e = _a.showArrow, showArrow = _e === void 0 ? true : _e, icon = _a.icon, restProps = tslib.__rest(_a, ["buttonSize", "buttonVariant", "backgroundColor", "contentColor", "stateType", "label", "open", "rightAddons", "innerProps", "className", "showArrow", "icon"]);
|
|
34
|
+
var Icon = shared.getIcon(buttonVariant, SIZE_TO_CLASSNAME_MAP[buttonSize], icon);
|
|
35
35
|
var buttonProps = tslib.__assign(tslib.__assign({}, restProps), innerProps);
|
|
36
36
|
return (React__default.default.createElement(coreComponentsCustomButton.CustomButton, tslib.__assign({}, buttonProps, { rightAddons: React__default.default.createElement(React.Fragment, null,
|
|
37
37
|
rightAddons && (React__default.default.createElement("span", { className: cn__default.default(styles.addonsContainer, (_b = {},
|
|
@@ -7,11 +7,12 @@ import '../../../picker-button/modern/shared';
|
|
|
7
7
|
|
|
8
8
|
const DEFAULT_BUTTON_COLOR = '#FF45C3';
|
|
9
9
|
const DEFAULT_CONTENT_COLOR = 'white';
|
|
10
|
-
const CustomPickerButtonDesktop = forwardRef(({ backgroundColor = DEFAULT_BUTTON_COLOR, contentColor = DEFAULT_CONTENT_COLOR, stateType = 'darkening', ...restProps }, ref) => (React.createElement(PickerButtonDesktop, { ...restProps, fieldProps: {
|
|
10
|
+
const CustomPickerButtonDesktop = forwardRef(({ backgroundColor = DEFAULT_BUTTON_COLOR, contentColor = DEFAULT_CONTENT_COLOR, stateType = 'darkening', icon, ...restProps }, ref) => (React.createElement(PickerButtonDesktop, { ...restProps, fieldProps: {
|
|
11
11
|
backgroundColor,
|
|
12
12
|
contentColor,
|
|
13
13
|
stateType,
|
|
14
14
|
breakpoint: 1,
|
|
15
|
+
icon,
|
|
15
16
|
}, Field: Field, ref: ref })));
|
|
16
17
|
|
|
17
18
|
export { CustomPickerButtonDesktop };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { ComponentType, SVGProps } from "react";
|
|
3
4
|
import { CustomButtonProps } from "../../../custom-button";
|
|
4
5
|
import { PickerButtonSize, PickerButtonVariant } from "../../../picker-button/shared";
|
|
5
6
|
import { FieldProps as BaseFieldProps } from "../../../select/shared";
|
|
@@ -7,6 +8,7 @@ type FieldProps = Pick<BaseFieldProps, 'open' | 'label' | 'innerProps'> & Custom
|
|
|
7
8
|
buttonSize?: PickerButtonSize;
|
|
8
9
|
buttonVariant?: PickerButtonVariant;
|
|
9
10
|
showArrow?: boolean;
|
|
11
|
+
icon?: ComponentType<SVGProps<SVGSVGElement>>;
|
|
10
12
|
};
|
|
11
|
-
declare const Field: ({ buttonSize, buttonVariant, backgroundColor, contentColor, stateType, label, open, rightAddons, innerProps, className, showArrow, ...restProps }: FieldProps) => React.JSX.Element;
|
|
13
|
+
declare const Field: ({ buttonSize, buttonVariant, backgroundColor, contentColor, stateType, label, open, rightAddons, innerProps, className, showArrow, icon, ...restProps }: FieldProps) => React.JSX.Element;
|
|
12
14
|
export { Field };
|
|
@@ -20,8 +20,8 @@ const SIZE_TO_CLASSNAME_MAP = {
|
|
|
20
20
|
64: 'size-64',
|
|
21
21
|
72: 'size-72',
|
|
22
22
|
};
|
|
23
|
-
const Field = ({ buttonSize = 56, buttonVariant = 'default', backgroundColor, contentColor, stateType, label, open, rightAddons, innerProps, className, showArrow = true, ...restProps }) => {
|
|
24
|
-
const Icon = getIcon(buttonVariant, SIZE_TO_CLASSNAME_MAP[buttonSize]);
|
|
23
|
+
const Field = ({ buttonSize = 56, buttonVariant = 'default', backgroundColor, contentColor, stateType, label, open, rightAddons, innerProps, className, showArrow = true, icon, ...restProps }) => {
|
|
24
|
+
const Icon = getIcon(buttonVariant, SIZE_TO_CLASSNAME_MAP[buttonSize], icon);
|
|
25
25
|
const buttonProps = {
|
|
26
26
|
...restProps,
|
|
27
27
|
...innerProps,
|
|
@@ -5,7 +5,7 @@ var context = require('../../context.js');
|
|
|
5
5
|
var utils_utils = require('../../utils/utils.js');
|
|
6
6
|
var utils_constants = require('../../utils/constants.js');
|
|
7
7
|
var components_headerInfoBlock_Component = require('../header-info-block/Component.js');
|
|
8
|
-
var components_header_buttons = require('../../buttons-
|
|
8
|
+
var components_header_buttons = require('../../buttons-86aa9ca3.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
|
@@ -8,7 +8,7 @@ require('@alfalab/icons-glyph/ArrowsInwardMIcon');
|
|
|
8
8
|
require('@alfalab/icons-glyph/ArrowsOutwardMIcon');
|
|
9
9
|
require('@alfalab/icons-glyph/CrossMIcon');
|
|
10
10
|
require('@alfalab/icons-glyph/PointerDownMIcon');
|
|
11
|
-
var components_header_buttons = require('../../buttons-
|
|
11
|
+
var components_header_buttons = require('../../buttons-86aa9ca3.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
@@ -12,7 +12,7 @@ var ChevronForwardHeavyMIcon = require('@alfalab/icons-glyph/ChevronForwardHeavy
|
|
|
12
12
|
var context = require('../../context.js');
|
|
13
13
|
var utils_utils = require('../../utils/utils.js');
|
|
14
14
|
var utils_constants = require('../../utils/constants.js');
|
|
15
|
-
var components_imageViewer_slide = require('../../slide-
|
|
15
|
+
var components_imageViewer_slide = require('../../slide-aa977082.js');
|
|
16
16
|
require('swiper/swiper.min.css');
|
|
17
17
|
|
|
18
18
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
@@ -6,7 +6,7 @@ require('../../../typography');
|
|
|
6
6
|
require('../../utils/utils.js');
|
|
7
7
|
require('../../utils/constants.js');
|
|
8
8
|
require('./paths.js');
|
|
9
|
-
var components_imageViewer_slide = require('../../slide-
|
|
9
|
+
var components_imageViewer_slide = require('../../slide-aa977082.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
package/gallery/esm/Component.js
CHANGED
|
@@ -20,13 +20,13 @@ import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
|
20
20
|
import './components/image-preview/paths.js';
|
|
21
21
|
import './components/header-info-block/Component.js';
|
|
22
22
|
import './utils/split-filename.js';
|
|
23
|
-
import './buttons-
|
|
23
|
+
import './buttons-044f4137.js';
|
|
24
24
|
import 'element-closest';
|
|
25
25
|
import 'swiper';
|
|
26
26
|
import 'swiper/react';
|
|
27
27
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
28
28
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
29
|
-
import './slide-
|
|
29
|
+
import './slide-1c391682.js';
|
|
30
30
|
import './components/image-viewer/paths.js';
|
|
31
31
|
import 'swiper/swiper.min.css';
|
|
32
32
|
|
|
@@ -3,7 +3,7 @@ import { GalleryContext } from '../../context.js';
|
|
|
3
3
|
import { isSmallImage } from '../../utils/utils.js';
|
|
4
4
|
import { TestIds } from '../../utils/constants.js';
|
|
5
5
|
import { HeaderInfoBlock } from '../header-info-block/Component.js';
|
|
6
|
-
import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-
|
|
6
|
+
import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-044f4137.js';
|
|
7
7
|
import '../../../../typography/esm';
|
|
8
8
|
import '../../utils/split-filename.js';
|
|
9
9
|
import 'tslib';
|
|
@@ -6,4 +6,4 @@ import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
|
6
6
|
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
7
7
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
8
8
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
9
|
-
export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-
|
|
9
|
+
export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-044f4137.js';
|
|
@@ -6,7 +6,7 @@ import '../../utils/constants.js';
|
|
|
6
6
|
import '../header-info-block/Component.js';
|
|
7
7
|
import '../../../../typography/esm';
|
|
8
8
|
import '../../utils/split-filename.js';
|
|
9
|
-
import '../../buttons-
|
|
9
|
+
import '../../buttons-044f4137.js';
|
|
10
10
|
import 'tslib';
|
|
11
11
|
import '../../../../icon-button/esm';
|
|
12
12
|
import '../../../../tooltip/esm/desktop';
|
|
@@ -20,7 +20,7 @@ import 'swiper/react';
|
|
|
20
20
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
21
21
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
22
22
|
import '../../utils/constants.js';
|
|
23
|
-
import '../../slide-
|
|
23
|
+
import '../../slide-1c391682.js';
|
|
24
24
|
import '../image-viewer/paths.js';
|
|
25
25
|
import 'swiper/swiper.min.css';
|
|
26
26
|
|
|
@@ -20,7 +20,7 @@ import '@alfalab/hooks';
|
|
|
20
20
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
21
21
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
22
22
|
import '../../utils/constants.js';
|
|
23
|
-
import '../../slide-
|
|
23
|
+
import '../../slide-1c391682.js';
|
|
24
24
|
import '../image-viewer/paths.js';
|
|
25
25
|
import 'swiper/swiper.min.css';
|
|
26
26
|
import './paths.js';
|
|
@@ -10,7 +10,7 @@ import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHea
|
|
|
10
10
|
import { GalleryContext } from '../../context.js';
|
|
11
11
|
import { getImageAlt, getImageKey } from '../../utils/utils.js';
|
|
12
12
|
import { TestIds } from '../../utils/constants.js';
|
|
13
|
-
import { s as styles, S as Slide } from '../../slide-
|
|
13
|
+
import { s as styles, S as Slide } from '../../slide-1c391682.js';
|
|
14
14
|
import 'swiper/swiper.min.css';
|
|
15
15
|
import '../../../../typography/esm';
|
|
16
16
|
import './paths.js';
|
|
@@ -11,7 +11,7 @@ import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
|
11
11
|
import '../../context.js';
|
|
12
12
|
import '../../utils/utils.js';
|
|
13
13
|
import '../../utils/constants.js';
|
|
14
|
-
import '../../slide-
|
|
14
|
+
import '../../slide-1c391682.js';
|
|
15
15
|
import '../../../../typography/esm';
|
|
16
16
|
import './paths.js';
|
|
17
17
|
import 'swiper/swiper.min.css';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../typography/esm';
|
|
4
|
-
export { S as Slide } from '../../slide-
|
|
4
|
+
export { S as Slide } from '../../slide-1c391682.js';
|
|
5
5
|
import '../../utils/utils.js';
|
|
6
6
|
import '../../utils/constants.js';
|
|
7
7
|
import './paths.js';
|
|
@@ -22,10 +22,10 @@ import 'swiper/react';
|
|
|
22
22
|
import '@alfalab/hooks';
|
|
23
23
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
24
24
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
25
|
-
import '../slide-
|
|
25
|
+
import '../slide-1c391682.js';
|
|
26
26
|
import './image-viewer/paths.js';
|
|
27
27
|
import 'swiper/swiper.min.css';
|
|
28
28
|
import './image-preview/paths.js';
|
|
29
29
|
import './header-info-block/Component.js';
|
|
30
30
|
import '../utils/split-filename.js';
|
|
31
|
-
import '../buttons-
|
|
31
|
+
import '../buttons-044f4137.js';
|
|
@@ -20,7 +20,7 @@ import 'swiper/react';
|
|
|
20
20
|
import '@alfalab/hooks';
|
|
21
21
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
22
22
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
23
|
-
import '../../slide-
|
|
23
|
+
import '../../slide-1c391682.js';
|
|
24
24
|
import '../image-viewer/paths.js';
|
|
25
25
|
import 'swiper/swiper.min.css';
|
|
26
26
|
import '../image-preview/paths.js';
|
|
@@ -21,7 +21,7 @@ import 'swiper/react';
|
|
|
21
21
|
import '@alfalab/hooks';
|
|
22
22
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
23
23
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
24
|
-
import '../../slide-
|
|
24
|
+
import '../../slide-1c391682.js';
|
|
25
25
|
import '../image-viewer/paths.js';
|
|
26
26
|
import 'swiper/swiper.min.css';
|
|
27
27
|
import '../image-preview/paths.js';
|
package/gallery/esm/index.js
CHANGED
|
@@ -23,10 +23,10 @@ import 'swiper/react';
|
|
|
23
23
|
import '@alfalab/hooks';
|
|
24
24
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
25
25
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
26
|
-
import './slide-
|
|
26
|
+
import './slide-1c391682.js';
|
|
27
27
|
import './components/image-viewer/paths.js';
|
|
28
28
|
import 'swiper/swiper.min.css';
|
|
29
29
|
import './components/image-preview/paths.js';
|
|
30
30
|
import './components/header/Component.js';
|
|
31
31
|
import './components/header-info-block/Component.js';
|
|
32
|
-
import './buttons-
|
|
32
|
+
import './buttons-044f4137.js';
|
|
@@ -19,13 +19,13 @@ import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
|
19
19
|
import './components/image-preview/paths.js';
|
|
20
20
|
import './components/header-info-block/Component.js';
|
|
21
21
|
import './utils/split-filename.js';
|
|
22
|
-
import './buttons-
|
|
22
|
+
import './buttons-ddcab41a.js';
|
|
23
23
|
import 'element-closest';
|
|
24
24
|
import 'swiper';
|
|
25
25
|
import 'swiper/react';
|
|
26
26
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
27
27
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
28
|
-
import './slide-
|
|
28
|
+
import './slide-704f878b.js';
|
|
29
29
|
import './components/image-viewer/paths.js';
|
|
30
30
|
import 'swiper/swiper.min.css';
|
|
31
31
|
|
|
@@ -3,7 +3,7 @@ import { GalleryContext } from '../../context.js';
|
|
|
3
3
|
import { isSmallImage } from '../../utils/utils.js';
|
|
4
4
|
import { TestIds } from '../../utils/constants.js';
|
|
5
5
|
import { HeaderInfoBlock } from '../header-info-block/Component.js';
|
|
6
|
-
import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-
|
|
6
|
+
import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-ddcab41a.js';
|
|
7
7
|
import '../../../../typography/modern';
|
|
8
8
|
import '../../utils/split-filename.js';
|
|
9
9
|
import '../../../../icon-button/modern';
|
|
@@ -5,4 +5,4 @@ import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
|
5
5
|
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
6
6
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
7
7
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
8
|
-
export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-
|
|
8
|
+
export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-ddcab41a.js';
|
|
@@ -6,7 +6,7 @@ import '../../utils/constants.js';
|
|
|
6
6
|
import '../header-info-block/Component.js';
|
|
7
7
|
import '../../../../typography/modern';
|
|
8
8
|
import '../../utils/split-filename.js';
|
|
9
|
-
import '../../buttons-
|
|
9
|
+
import '../../buttons-ddcab41a.js';
|
|
10
10
|
import '../../../../icon-button/modern';
|
|
11
11
|
import '../../../../tooltip/modern/desktop';
|
|
12
12
|
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
@@ -19,7 +19,7 @@ import 'swiper/react';
|
|
|
19
19
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
20
20
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
21
21
|
import '../../utils/constants.js';
|
|
22
|
-
import '../../slide-
|
|
22
|
+
import '../../slide-704f878b.js';
|
|
23
23
|
import '../image-viewer/paths.js';
|
|
24
24
|
import 'swiper/swiper.min.css';
|
|
25
25
|
|
|
@@ -19,7 +19,7 @@ import '@alfalab/hooks';
|
|
|
19
19
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
20
20
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
21
21
|
import '../../utils/constants.js';
|
|
22
|
-
import '../../slide-
|
|
22
|
+
import '../../slide-704f878b.js';
|
|
23
23
|
import '../image-viewer/paths.js';
|
|
24
24
|
import 'swiper/swiper.min.css';
|
|
25
25
|
import './paths.js';
|
|
@@ -9,7 +9,7 @@ import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHea
|
|
|
9
9
|
import { GalleryContext } from '../../context.js';
|
|
10
10
|
import { getImageAlt, getImageKey } from '../../utils/utils.js';
|
|
11
11
|
import { TestIds } from '../../utils/constants.js';
|
|
12
|
-
import { s as styles, S as Slide } from '../../slide-
|
|
12
|
+
import { s as styles, S as Slide } from '../../slide-704f878b.js';
|
|
13
13
|
import 'swiper/swiper.min.css';
|
|
14
14
|
import '../../../../typography/modern';
|
|
15
15
|
import './paths.js';
|
|
@@ -10,7 +10,7 @@ import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
|
10
10
|
import '../../context.js';
|
|
11
11
|
import '../../utils/utils.js';
|
|
12
12
|
import '../../utils/constants.js';
|
|
13
|
-
import '../../slide-
|
|
13
|
+
import '../../slide-704f878b.js';
|
|
14
14
|
import '../../../../typography/modern';
|
|
15
15
|
import './paths.js';
|
|
16
16
|
import 'swiper/swiper.min.css';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../typography/modern';
|
|
4
|
-
export { S as Slide } from '../../slide-
|
|
4
|
+
export { S as Slide } from '../../slide-704f878b.js';
|
|
5
5
|
import '../../utils/utils.js';
|
|
6
6
|
import '../../utils/constants.js';
|
|
7
7
|
import './paths.js';
|
|
@@ -21,10 +21,10 @@ import 'swiper/react';
|
|
|
21
21
|
import '@alfalab/hooks';
|
|
22
22
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
23
23
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
24
|
-
import '../slide-
|
|
24
|
+
import '../slide-704f878b.js';
|
|
25
25
|
import './image-viewer/paths.js';
|
|
26
26
|
import 'swiper/swiper.min.css';
|
|
27
27
|
import './image-preview/paths.js';
|
|
28
28
|
import './header-info-block/Component.js';
|
|
29
29
|
import '../utils/split-filename.js';
|
|
30
|
-
import '../buttons-
|
|
30
|
+
import '../buttons-ddcab41a.js';
|
|
@@ -19,7 +19,7 @@ import 'swiper/react';
|
|
|
19
19
|
import '@alfalab/hooks';
|
|
20
20
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
21
21
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
22
|
-
import '../../slide-
|
|
22
|
+
import '../../slide-704f878b.js';
|
|
23
23
|
import '../image-viewer/paths.js';
|
|
24
24
|
import 'swiper/swiper.min.css';
|
|
25
25
|
import '../image-preview/paths.js';
|