@alfalab/core-components 48.6.0-beta.1 → 48.7.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/amount/cssm/index.d.ts +2 -2
- package/amount/cssm/index.js +3 -1
- package/amount/esm/index.d.ts +2 -2
- package/amount/esm/index.js +2 -2
- package/amount/index.d.ts +2 -2
- package/amount/index.js +3 -1
- package/amount/modern/index.d.ts +2 -2
- package/amount/modern/index.js +2 -2
- package/amount/moderncssm/index.d.ts +2 -2
- package/amount/moderncssm/index.js +3 -3
- package/backdrop/cssm/index.module.css +1 -1
- package/backdrop/esm/index.css +1 -1
- package/backdrop/index.css +1 -1
- package/backdrop/modern/index.css +1 -1
- package/backdrop/moderncssm/index.module.css +1 -1
- package/calendar/Component.responsive.d.ts +1 -1
- package/calendar/components/calendar-mobile/Component.d.ts +1 -1
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/components/calendar-month-only-view/calendarMonthOnlyView.js +1 -1
- package/calendar/components/calendar-mobile/components/calendar-month-only-view/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/components/calendar-month-only-view/index.js +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/components/calendar-month-only-view/calendarMonthOnlyView.js +1 -1
- package/calendar/esm/components/calendar-mobile/components/calendar-month-only-view/index.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/components/calendar-month-only-view/index.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile/index.js +1 -1
- package/calendar/mobile/index.js +1 -1
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/{calendarMonthOnlyView-216a8aa4.d.ts → modern/calendarMonthOnlyView-8fbaef66.d.ts} +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/calendar-mobile/components/calendar-month-only-view/calendarMonthOnlyView.js +1 -1
- package/calendar/modern/components/calendar-mobile/components/calendar-month-only-view/index.d.ts +1 -1
- package/calendar/modern/components/calendar-mobile/components/calendar-month-only-view/index.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.js +1 -1
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile/index.js +1 -1
- package/calendar-range/@alfalab/core-components-shared/node_modules/@alfalab/hooks/package.json +42 -0
- package/calendar-range/@alfalab/core-components-shared/package.json +25 -0
- package/calendar-range/@alfalab/data/package.json +27 -0
- package/calendar-range/@alfalab/utils/package.json +33 -0
- package/calendar-range/Component.d.ts +4 -0
- package/calendar-range/cssm/Component.d.ts +4 -0
- package/calendar-range/cssm/shared/index.d.ts +1 -0
- package/calendar-range/cssm/shared/index.js +7 -0
- package/calendar-range/cssm/utils.d.ts +6 -1
- package/calendar-range/cssm/utils.js +10 -0
- package/calendar-range/cssm/views/index.module.css +5 -1
- package/calendar-range/cssm/views/static.js +11 -7
- package/calendar-range/esm/Component.d.ts +4 -0
- package/calendar-range/esm/Component.js +2 -1
- package/calendar-range/esm/index.js +2 -1
- package/calendar-range/esm/{index.module-68478545.js → index.module-310fc5cc.js} +1 -1
- package/calendar-range/esm/shared/index.d.ts +1 -0
- package/calendar-range/esm/shared/index.js +2 -0
- package/calendar-range/esm/utils.d.ts +6 -1
- package/calendar-range/esm/utils.js +10 -1
- package/calendar-range/esm/views/index.css +5 -1
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +12 -8
- package/calendar-range/{index.module-0764a2af.js → index.module-ed2ad236.js} +1 -1
- package/calendar-range/modern/Component.d.ts +4 -0
- package/calendar-range/modern/Component.js +2 -1
- package/calendar-range/modern/index.js +2 -1
- package/calendar-range/modern/{index.module-e111b3f4.js → index.module-33e98a48.js} +1 -1
- package/calendar-range/modern/shared/index.d.ts +1 -0
- package/calendar-range/modern/shared/index.js +2 -0
- package/calendar-range/modern/utils.d.ts +6 -1
- package/calendar-range/modern/utils.js +10 -1
- package/calendar-range/modern/views/index.css +5 -1
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +12 -8
- package/calendar-range/moderncssm/Component.d.ts +4 -0
- package/calendar-range/moderncssm/Component.js +1 -0
- package/calendar-range/moderncssm/index.js +1 -0
- package/calendar-range/moderncssm/shared/index.d.ts +1 -0
- package/calendar-range/moderncssm/shared/index.js +2 -0
- package/calendar-range/moderncssm/utils.d.ts +6 -1
- package/calendar-range/moderncssm/utils.js +10 -1
- package/calendar-range/moderncssm/views/index.module.css +5 -0
- package/calendar-range/moderncssm/views/static.js +11 -7
- package/calendar-range/shared/index.d.ts +1 -0
- package/calendar-range/shared/index.js +7 -0
- package/calendar-range/utils.d.ts +6 -1
- package/calendar-range/utils.js +10 -0
- package/calendar-range/views/index.css +5 -1
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +12 -8
- 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-button/Component.d.ts +2 -29
- package/custom-button/Component.js +4 -12
- package/custom-button/components/base-custom-button/base-custom-button.d.ts +10 -0
- package/custom-button/components/base-custom-button/base-custom-button.js +25 -0
- package/custom-button/{index.css → components/base-custom-button/index.css} +25 -25
- package/custom-button/components/base-custom-button/index.d.ts +1 -0
- package/custom-button/components/base-custom-button/index.js +7 -0
- package/custom-button/constants/default-colors.d.ts +3 -0
- package/custom-button/constants/default-colors.js +7 -0
- package/custom-button/cssm/Component.d.ts +2 -29
- package/custom-button/cssm/Component.js +4 -11
- package/custom-button/cssm/components/base-custom-button/base-custom-button.d.ts +10 -0
- package/custom-button/cssm/components/base-custom-button/base-custom-button.js +24 -0
- package/custom-button/cssm/components/base-custom-button/index.d.ts +1 -0
- package/custom-button/cssm/components/base-custom-button/index.js +7 -0
- package/custom-button/cssm/constants/default-colors.d.ts +3 -0
- package/custom-button/cssm/constants/default-colors.js +7 -0
- package/custom-button/cssm/desktop/Component.desktop.d.ts +5 -0
- package/custom-button/cssm/desktop/Component.desktop.js +18 -0
- package/custom-button/cssm/desktop/index.d.ts +2 -0
- package/custom-button/cssm/desktop/index.js +7 -0
- package/custom-button/cssm/index.d.ts +2 -1
- package/custom-button/cssm/mobile/Component.mobile.d.ts +5 -0
- package/custom-button/cssm/mobile/Component.mobile.js +18 -0
- package/custom-button/cssm/mobile/index.d.ts +2 -0
- package/custom-button/cssm/mobile/index.js +7 -0
- package/custom-button/cssm/types/props.d.ts +29 -0
- package/custom-button/cssm/types/props.js +1 -0
- package/custom-button/desktop/Component.desktop.d.ts +5 -0
- package/custom-button/desktop/Component.desktop.js +18 -0
- package/custom-button/desktop/index.d.ts +2 -0
- package/custom-button/desktop/index.js +7 -0
- package/custom-button/esm/Component.d.ts +2 -29
- package/custom-button/esm/Component.js +7 -12
- package/custom-button/esm/components/base-custom-button/base-custom-button.d.ts +10 -0
- package/custom-button/esm/components/base-custom-button/base-custom-button.js +18 -0
- package/custom-button/{modern → esm/components/base-custom-button}/index.css +25 -25
- package/custom-button/esm/components/base-custom-button/index.d.ts +1 -0
- package/custom-button/esm/components/base-custom-button/index.js +5 -0
- package/custom-button/esm/constants/default-colors.d.ts +3 -0
- package/custom-button/esm/constants/default-colors.js +4 -0
- package/custom-button/esm/desktop/Component.desktop.d.ts +5 -0
- package/custom-button/esm/desktop/Component.desktop.js +14 -0
- package/custom-button/esm/desktop/index.d.ts +2 -0
- package/custom-button/esm/desktop/index.js +7 -0
- package/custom-button/esm/index.d.ts +2 -1
- package/custom-button/esm/index.js +3 -1
- package/custom-button/esm/mobile/Component.mobile.d.ts +5 -0
- package/custom-button/esm/mobile/Component.mobile.js +14 -0
- package/custom-button/esm/mobile/index.d.ts +2 -0
- package/custom-button/esm/mobile/index.js +7 -0
- package/custom-button/esm/types/props.d.ts +29 -0
- package/custom-button/esm/types/props.js +1 -0
- package/custom-button/index.d.ts +2 -1
- package/custom-button/mobile/Component.mobile.d.ts +5 -0
- package/custom-button/mobile/Component.mobile.js +18 -0
- package/custom-button/mobile/index.d.ts +2 -0
- package/custom-button/mobile/index.js +7 -0
- package/custom-button/modern/Component.d.ts +2 -29
- package/custom-button/modern/Component.js +5 -17
- package/custom-button/modern/components/base-custom-button/base-custom-button.d.ts +10 -0
- package/custom-button/modern/components/base-custom-button/base-custom-button.js +13 -0
- package/custom-button/{esm → modern/components/base-custom-button}/index.css +25 -25
- package/custom-button/modern/components/base-custom-button/index.d.ts +1 -0
- package/custom-button/modern/components/base-custom-button/index.js +4 -0
- package/custom-button/modern/constants/default-colors.d.ts +3 -0
- package/custom-button/modern/constants/default-colors.js +4 -0
- package/custom-button/modern/desktop/Component.desktop.d.ts +5 -0
- package/custom-button/modern/desktop/Component.desktop.js +10 -0
- package/custom-button/modern/desktop/index.d.ts +2 -0
- package/custom-button/modern/desktop/index.js +6 -0
- package/custom-button/modern/index.d.ts +2 -1
- package/custom-button/modern/index.js +3 -1
- package/custom-button/modern/mobile/Component.mobile.d.ts +5 -0
- package/custom-button/modern/mobile/Component.mobile.js +10 -0
- package/custom-button/modern/mobile/index.d.ts +2 -0
- package/custom-button/modern/mobile/index.js +6 -0
- package/custom-button/modern/types/props.d.ts +29 -0
- package/custom-button/modern/types/props.js +1 -0
- package/custom-button/moderncssm/Component.d.ts +2 -29
- package/custom-button/moderncssm/Component.js +6 -15
- package/custom-button/moderncssm/components/base-custom-button/base-custom-button.d.ts +10 -0
- package/custom-button/moderncssm/components/base-custom-button/base-custom-button.js +11 -0
- package/custom-button/moderncssm/components/base-custom-button/index.d.ts +1 -0
- package/custom-button/moderncssm/components/base-custom-button/index.js +5 -0
- package/custom-button/moderncssm/constants/default-colors.d.ts +3 -0
- package/custom-button/moderncssm/constants/default-colors.js +4 -0
- package/custom-button/moderncssm/desktop/Component.desktop.d.ts +5 -0
- package/custom-button/moderncssm/desktop/Component.desktop.js +11 -0
- package/custom-button/moderncssm/desktop/index.d.ts +2 -0
- package/custom-button/moderncssm/desktop/index.js +7 -0
- package/custom-button/moderncssm/index.d.ts +2 -1
- package/custom-button/moderncssm/index.js +4 -2
- package/custom-button/moderncssm/mobile/Component.mobile.d.ts +5 -0
- package/custom-button/moderncssm/mobile/Component.mobile.js +11 -0
- package/custom-button/moderncssm/mobile/index.d.ts +2 -0
- package/custom-button/moderncssm/mobile/index.js +7 -0
- package/custom-button/moderncssm/types/props.d.ts +29 -0
- package/custom-button/moderncssm/types/props.js +1 -0
- package/custom-button/types/props.d.ts +29 -0
- package/custom-button/types/props.js +1 -0
- package/drawer/Component.js +1 -1
- package/drawer/cssm/Component.js +1 -1
- package/drawer/esm/Component.js +1 -1
- package/drawer/modern/Component.js +1 -1
- package/drawer/moderncssm/Component.js +1 -1
- package/file-upload-item/components/actions-control/actions.js +1 -1
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/context/file-upload-item-context.d.ts +2 -1
- package/file-upload-item/cssm/context/file-upload-item-context.d.ts +2 -1
- package/file-upload-item/cssm/index.d.ts +2 -0
- package/file-upload-item/cssm/types/file-upload-item-props.d.ts +2 -1
- package/file-upload-item/cssm/types/status.d.ts +2 -0
- package/file-upload-item/cssm/types/status.js +1 -0
- package/file-upload-item/cssm/utils.d.ts +6 -5
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/components/actions-control/actions.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/index.js +1 -1
- package/file-upload-item/esm/context/file-upload-item-context.d.ts +2 -1
- package/file-upload-item/esm/index.d.ts +2 -0
- package/file-upload-item/esm/index.js +1 -1
- package/file-upload-item/esm/types/file-upload-item-props.d.ts +2 -1
- package/file-upload-item/esm/types/status.d.ts +2 -0
- package/file-upload-item/esm/types/status.js +1 -0
- package/file-upload-item/esm/utils.d.ts +6 -5
- package/file-upload-item/index.d.ts +2 -0
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/components/actions-control/actions.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/index.js +1 -1
- package/file-upload-item/modern/context/file-upload-item-context.d.ts +2 -1
- package/file-upload-item/modern/index.d.ts +2 -0
- package/file-upload-item/modern/index.js +1 -1
- package/file-upload-item/modern/types/file-upload-item-props.d.ts +2 -1
- package/file-upload-item/modern/types/status.d.ts +2 -0
- package/file-upload-item/modern/types/status.js +1 -0
- package/file-upload-item/modern/utils.d.ts +6 -5
- package/file-upload-item/moderncssm/context/file-upload-item-context.d.ts +2 -1
- package/file-upload-item/moderncssm/index.d.ts +2 -0
- package/file-upload-item/moderncssm/types/file-upload-item-props.d.ts +2 -1
- package/file-upload-item/moderncssm/types/status.d.ts +2 -0
- package/file-upload-item/moderncssm/types/status.js +1 -0
- package/file-upload-item/moderncssm/utils.d.ts +6 -5
- package/file-upload-item/types/file-upload-item-props.d.ts +2 -1
- package/file-upload-item/types/status.d.ts +2 -0
- package/file-upload-item/types/status.js +1 -0
- package/file-upload-item/utils.d.ts +6 -5
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/hooks.js +1 -1
- package/gallery/components/image-viewer/single.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/hooks.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/single.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +1 -1
- package/gallery/esm/index.js +1 -1
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/hooks.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/single.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/input/components/base-input/Component.js +28 -3
- package/input/cssm/components/base-input/Component.js +28 -3
- package/input/esm/components/base-input/Component.js +28 -3
- package/input/modern/components/base-input/Component.js +28 -3
- package/input/moderncssm/components/base-input/Component.js +28 -3
- package/international-phone-input/cssm/typings-a9c8f92e.d.ts +26 -27
- package/international-phone-input/esm/typings-a9c8f92e.d.ts +26 -27
- package/international-phone-input/modern/typings-a9c8f92e.d.ts +26 -27
- package/international-phone-input/moderncssm/typings-a9c8f92e.d.ts +26 -27
- package/international-phone-input/typings-a9c8f92e.d.ts +26 -27
- package/modal/Component.responsive.d.ts +16 -1
- package/modal/Component.responsive.js +5 -0
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/cssm/Component.responsive.d.ts +16 -1
- package/modal/cssm/Component.responsive.js +5 -0
- package/modal/cssm/desktop/Component.desktop.d.ts +12 -1
- package/modal/cssm/desktop/Component.desktop.js +9 -2
- package/modal/cssm/desktop/index.js +7 -0
- package/modal/cssm/mobile/Component.mobile.d.ts +6 -1
- package/modal/cssm/mobile/Component.mobile.js +7 -1
- package/modal/cssm/mobile/index.js +8 -0
- package/modal/desktop/Component.desktop.d.ts +12 -1
- package/modal/desktop/Component.desktop.js +9 -2
- package/modal/desktop/index.js +7 -0
- package/modal/esm/Component.responsive.d.ts +16 -1
- 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/desktop/Component.desktop.d.ts +12 -1
- package/modal/esm/desktop/Component.desktop.js +6 -4
- package/modal/esm/desktop/index.js +6 -6
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.d.ts +6 -1
- package/modal/esm/mobile/Component.mobile.js +4 -3
- package/modal/esm/mobile/index.js +6 -6
- package/modal/mobile/Component.mobile.d.ts +6 -1
- package/modal/mobile/Component.mobile.js +7 -1
- package/modal/mobile/index.js +8 -0
- package/modal/modern/Component.responsive.d.ts +16 -1
- 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/desktop/Component.desktop.d.ts +12 -1
- package/modal/modern/desktop/Component.desktop.js +6 -4
- package/modal/modern/desktop/index.js +6 -6
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.d.ts +6 -1
- package/modal/modern/mobile/Component.mobile.js +4 -3
- package/modal/modern/mobile/index.js +6 -6
- package/modal/moderncssm/Component.responsive.d.ts +16 -1
- package/modal/moderncssm/Component.responsive.js +1 -1
- package/modal/moderncssm/desktop/Component.desktop.d.ts +12 -1
- package/modal/moderncssm/desktop/Component.desktop.js +5 -3
- package/modal/moderncssm/desktop/index.js +11 -11
- package/modal/moderncssm/mobile/Component.mobile.d.ts +6 -1
- package/modal/moderncssm/mobile/Component.mobile.js +3 -2
- package/modal/moderncssm/mobile/index.js +7 -7
- package/package.json +1 -1
- package/picker-button/cssm/typings-a9c8f92e.d.ts +26 -27
- package/picker-button/esm/typings-a9c8f92e.d.ts +26 -27
- package/picker-button/modern/typings-a9c8f92e.d.ts +26 -27
- package/picker-button/moderncssm/typings-a9c8f92e.d.ts +26 -27
- package/picker-button/typings-a9c8f92e.d.ts +26 -27
- package/plate/components/base-plate/Component.js +22 -3
- package/plate/components/base-plate/index.css +2 -0
- package/plate/cssm/components/base-plate/Component.js +20 -1
- package/plate/cssm/components/base-plate/index.module.css +2 -0
- package/plate/esm/Component.responsive.js +1 -1
- package/plate/esm/components/base-plate/Component.js +22 -3
- package/plate/esm/components/base-plate/index.css +2 -0
- package/plate/esm/components/base-plate/index.js +1 -1
- package/plate/esm/desktop/Component.desktop.js +1 -1
- package/plate/esm/desktop/index.js +1 -1
- package/plate/esm/index-a8f55d3a.d.ts +2 -2
- package/plate/esm/index.js +1 -1
- package/plate/esm/mobile/Component.mobile.js +1 -1
- package/plate/esm/mobile/index.js +1 -1
- package/plate/esm/shared/index.js +1 -1
- package/plate/esm/utils.js +1 -1
- package/plate/index-a8f55d3a.d.ts +2 -2
- package/plate/modern/Component.responsive.js +1 -1
- package/plate/modern/components/base-plate/Component.js +23 -3
- package/plate/modern/components/base-plate/index.css +2 -0
- package/plate/modern/components/base-plate/index.js +1 -1
- package/plate/modern/desktop/Component.desktop.js +1 -1
- package/plate/modern/desktop/index.js +1 -1
- package/plate/modern/index-a8f55d3a.d.ts +2 -2
- package/plate/modern/index.js +1 -1
- package/plate/modern/mobile/Component.mobile.js +1 -1
- package/plate/modern/mobile/index.js +1 -1
- package/plate/modern/shared/index.js +1 -1
- package/plate/modern/utils.js +1 -1
- package/plate/moderncssm/components/base-plate/Component.js +21 -1
- package/plate/moderncssm/components/base-plate/index.module.css +3 -0
- package/plate/utils.js +1 -1
- package/pure-cell/{component-1d89c343.js → component-4ddb1c01.js} +4 -1
- package/pure-cell/{component-8c83a9ca.d.ts → component-fb05ccb7.d.ts} +14 -1
- package/pure-cell/component.js +18 -2
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/cssm/{component-24c65922.js → component-195fb685.js} +4 -1
- package/pure-cell/{moderncssm/component-8c83a9ca.d.ts → cssm/component-fb05ccb7.d.ts} +14 -1
- package/pure-cell/cssm/component.js +18 -2
- package/pure-cell/cssm/components/addon/component.js +1 -1
- package/pure-cell/cssm/components/addon/index.d.ts +1 -1
- package/pure-cell/cssm/components/addon/index.js +1 -1
- package/pure-cell/cssm/components/amount/component.js +1 -1
- package/pure-cell/cssm/components/amount/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount/index.js +1 -1
- package/pure-cell/cssm/components/amount-title/component.js +1 -1
- package/pure-cell/cssm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount-title/index.js +1 -1
- package/pure-cell/cssm/components/category/component.js +1 -1
- package/pure-cell/cssm/components/category/index.d.ts +1 -1
- package/pure-cell/cssm/components/category/index.js +1 -1
- package/pure-cell/cssm/components/content/component.js +1 -1
- package/pure-cell/cssm/components/content/index.d.ts +1 -1
- package/pure-cell/cssm/components/content/index.js +1 -1
- package/pure-cell/cssm/components/footer/component.js +1 -1
- package/pure-cell/cssm/components/footer/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer/index.js +1 -1
- package/pure-cell/cssm/components/footer-button/component.js +1 -1
- package/pure-cell/cssm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-button/index.js +1 -1
- package/pure-cell/cssm/components/footer-text/component.js +1 -1
- package/pure-cell/cssm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-text/index.js +1 -1
- package/pure-cell/cssm/components/graphics/component.js +1 -1
- package/pure-cell/cssm/components/graphics/index.d.ts +1 -1
- package/pure-cell/cssm/components/graphics/index.js +1 -1
- package/pure-cell/cssm/components/main/component.js +1 -1
- package/pure-cell/cssm/components/main/index.d.ts +1 -1
- package/pure-cell/cssm/components/main/index.js +1 -1
- package/pure-cell/cssm/components/text/component.js +1 -1
- package/pure-cell/cssm/components/text/index.d.ts +1 -1
- package/pure-cell/cssm/components/text/index.js +1 -1
- package/pure-cell/cssm/index.d.ts +2 -2
- package/pure-cell/cssm/index.js +18 -1
- package/pure-cell/esm/{component-0e84b5b7.js → component-820518e9.js} +3 -2
- package/pure-cell/esm/{component-8c83a9ca.d.ts → component-fb05ccb7.d.ts} +14 -1
- package/pure-cell/esm/component.js +2 -2
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.d.ts +2 -2
- package/pure-cell/esm/index.js +2 -2
- package/pure-cell/index.d.ts +2 -2
- package/pure-cell/index.js +18 -1
- package/pure-cell/modern/{component-fa474b18.js → component-644d2c3d.js} +3 -2
- package/pure-cell/{cssm/component-8c83a9ca.d.ts → modern/component-fb05ccb7.d.ts} +14 -1
- package/pure-cell/modern/component.js +2 -2
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.d.ts +2 -2
- package/pure-cell/modern/index.js +2 -2
- package/pure-cell/moderncssm/{component-1bce2bd3.js → component-5b5fde55.js} +3 -2
- package/pure-cell/{modern/component-8c83a9ca.d.ts → moderncssm/component-fb05ccb7.d.ts} +14 -1
- package/pure-cell/moderncssm/component.js +2 -2
- package/pure-cell/moderncssm/components/addon/component.js +1 -1
- package/pure-cell/moderncssm/components/addon/index.d.ts +1 -1
- package/pure-cell/moderncssm/components/addon/index.js +1 -1
- package/pure-cell/moderncssm/components/amount/component.js +1 -1
- package/pure-cell/moderncssm/components/amount/index.d.ts +1 -1
- package/pure-cell/moderncssm/components/amount/index.js +1 -1
- package/pure-cell/moderncssm/components/amount-title/component.js +1 -1
- package/pure-cell/moderncssm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/moderncssm/components/amount-title/index.js +1 -1
- package/pure-cell/moderncssm/components/category/component.js +1 -1
- package/pure-cell/moderncssm/components/category/index.d.ts +1 -1
- package/pure-cell/moderncssm/components/category/index.js +1 -1
- package/pure-cell/moderncssm/components/content/component.js +1 -1
- package/pure-cell/moderncssm/components/content/index.d.ts +1 -1
- package/pure-cell/moderncssm/components/content/index.js +1 -1
- package/pure-cell/moderncssm/components/footer/component.js +1 -1
- package/pure-cell/moderncssm/components/footer/index.d.ts +1 -1
- package/pure-cell/moderncssm/components/footer/index.js +1 -1
- package/pure-cell/moderncssm/components/footer-button/component.js +1 -1
- package/pure-cell/moderncssm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/moderncssm/components/footer-button/index.js +1 -1
- package/pure-cell/moderncssm/components/footer-text/component.js +1 -1
- package/pure-cell/moderncssm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/moderncssm/components/footer-text/index.js +1 -1
- package/pure-cell/moderncssm/components/graphics/component.js +1 -1
- package/pure-cell/moderncssm/components/graphics/index.d.ts +1 -1
- package/pure-cell/moderncssm/components/graphics/index.js +1 -1
- package/pure-cell/moderncssm/components/main/component.js +1 -1
- package/pure-cell/moderncssm/components/main/index.d.ts +1 -1
- package/pure-cell/moderncssm/components/main/index.js +1 -1
- package/pure-cell/moderncssm/components/text/component.js +1 -1
- package/pure-cell/moderncssm/components/text/index.d.ts +1 -1
- package/pure-cell/moderncssm/components/text/index.js +1 -1
- package/pure-cell/moderncssm/index.d.ts +2 -2
- package/pure-cell/moderncssm/index.js +2 -2
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/components/virtual-options-list/Component.js +3 -7
- package/select/cssm/components/virtual-options-list/Component.js +3 -7
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/index.js +2 -2
- package/select/esm/components/virtual-options-list/Component.js +3 -7
- package/select/esm/desktop/Component.desktop.js +2 -2
- package/select/esm/desktop/index.js +2 -2
- package/select/esm/index.js +3 -3
- package/select/esm/mobile/Component.mobile.js +3 -3
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared/index.js +3 -3
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +2 -2
- package/select/modern/components/virtual-options-list/Component.js +2 -2
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/mobile/Component.mobile.js +3 -3
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared/index.js +3 -3
- package/select/moderncssm/components/virtual-options-list/Component.js +2 -2
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/select-with-tags/Component.responsive.d.ts +1 -1
- package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
- package/side-panel/Component.responsive.d.ts +32 -1
- package/side-panel/Component.responsive.js +10 -2
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/cssm/Component.responsive.d.ts +32 -1
- package/side-panel/cssm/Component.responsive.js +10 -2
- package/side-panel/cssm/desktop/Component.desktop.d.ts +17 -1
- package/side-panel/cssm/desktop/Component.desktop.js +9 -2
- package/side-panel/cssm/desktop/index.js +7 -0
- package/side-panel/cssm/index.d.ts +3 -2
- package/side-panel/cssm/index.js +26 -0
- package/side-panel/cssm/mobile/Component.mobile.d.ts +12 -1
- package/side-panel/cssm/mobile/Component.mobile.js +7 -1
- package/side-panel/cssm/mobile/index.js +8 -0
- package/side-panel/desktop/Component.desktop.d.ts +17 -1
- package/side-panel/desktop/Component.desktop.js +9 -2
- package/side-panel/desktop/index.js +7 -0
- package/side-panel/esm/Component.responsive.d.ts +32 -1
- package/side-panel/esm/Component.responsive.js +7 -4
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/desktop/Component.desktop.d.ts +17 -1
- package/side-panel/esm/desktop/Component.desktop.js +6 -4
- package/side-panel/esm/desktop/index.js +10 -10
- package/side-panel/esm/index.d.ts +3 -2
- package/side-panel/esm/index.js +16 -16
- package/side-panel/esm/mobile/Component.mobile.d.ts +12 -1
- package/side-panel/esm/mobile/Component.mobile.js +4 -3
- package/side-panel/esm/mobile/index.js +8 -8
- package/side-panel/index.d.ts +3 -2
- package/side-panel/index.js +26 -0
- package/side-panel/mobile/Component.mobile.d.ts +12 -1
- package/side-panel/mobile/Component.mobile.js +7 -1
- package/side-panel/mobile/index.js +8 -0
- package/side-panel/modern/Component.responsive.d.ts +32 -1
- package/side-panel/modern/Component.responsive.js +7 -4
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/desktop/Component.desktop.d.ts +17 -1
- package/side-panel/modern/desktop/Component.desktop.js +6 -4
- package/side-panel/modern/desktop/index.js +10 -10
- package/side-panel/modern/index.d.ts +3 -2
- package/side-panel/modern/index.js +16 -16
- package/side-panel/modern/mobile/Component.mobile.d.ts +12 -1
- package/side-panel/modern/mobile/Component.mobile.js +4 -3
- package/side-panel/modern/mobile/index.js +8 -8
- package/side-panel/moderncssm/Component.responsive.d.ts +32 -1
- package/side-panel/moderncssm/Component.responsive.js +6 -3
- package/side-panel/moderncssm/desktop/Component.desktop.d.ts +17 -1
- package/side-panel/moderncssm/desktop/Component.desktop.js +5 -3
- package/side-panel/moderncssm/desktop/index.js +13 -13
- package/side-panel/moderncssm/index.d.ts +3 -2
- package/side-panel/moderncssm/index.js +25 -25
- package/side-panel/moderncssm/mobile/Component.mobile.d.ts +12 -1
- package/side-panel/moderncssm/mobile/Component.mobile.js +3 -2
- package/side-panel/moderncssm/mobile/index.js +11 -11
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.js +7 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/components/title/Component.d.ts +1 -0
- package/tabs/components/title/Component.js +21 -2
- package/tabs/cssm/components/primary-tablist/Component.js +7 -1
- package/tabs/cssm/components/title/Component.d.ts +1 -0
- package/tabs/cssm/components/title/Component.js +21 -2
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.js +8 -2
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/components/title/Component.d.ts +1 -0
- package/tabs/esm/components/title/Component.js +21 -3
- package/tabs/esm/components/title/index.js +1 -0
- package/tabs/esm/desktop/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.js +8 -2
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/components/title/Component.d.ts +1 -0
- package/tabs/modern/components/title/Component.js +21 -3
- package/tabs/modern/components/title/index.js +1 -0
- package/tabs/modern/desktop/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile/index.js +2 -2
- package/tabs/moderncssm/components/primary-tablist/Component.js +8 -2
- package/tabs/moderncssm/components/title/Component.d.ts +1 -0
- package/tabs/moderncssm/components/title/Component.js +21 -3
- package/tabs/moderncssm/components/title/index.js +1 -0
- package/themes/compiled/mobile-dark-bluetint.css +57 -57
- package/toast/Component.responsive.d.ts +1 -1
- package/toast/components/base-toast/component.d.ts +1 -1
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +1 -1
- package/typography/title-mobile/component.js +1 -1
- package/universal-date-input/cssm/index-5712fce2.d.ts +53 -49
- package/universal-date-input/esm/index-5712fce2.d.ts +53 -49
- package/universal-date-input/index-5712fce2.d.ts +53 -49
- package/universal-date-input/modern/index-5712fce2.d.ts +53 -49
- package/universal-date-input/moderncssm/index-5712fce2.d.ts +53 -49
- /package/calendar/{esm/calendarMonthOnlyView-f4583853.d.ts → calendarMonthOnlyView-173b9223.d.ts} +0 -0
- /package/calendar/{calendarMonthOnlyView-216a8aa4.js → calendarMonthOnlyView-173b9223.js} +0 -0
- /package/calendar/{modern/calendarMonthOnlyView-37a2af5d.d.ts → esm/calendarMonthOnlyView-d9b489af.d.ts} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-f4583853.js → calendarMonthOnlyView-d9b489af.js} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-37a2af5d.js → calendarMonthOnlyView-8fbaef66.js} +0 -0
- /package/confirmation/{countdown-section-b4484461.d.ts → countdown-section-04472df7.d.ts} +0 -0
- /package/confirmation/{countdown-section-b4484461.js → countdown-section-04472df7.js} +0 -0
- /package/confirmation/esm/{countdown-section-617a570f.d.ts → countdown-section-706697ef.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-617a570f.js → countdown-section-706697ef.js} +0 -0
- /package/confirmation/modern/{countdown-section-7fa613dc.d.ts → countdown-section-a75f3606.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-7fa613dc.js → countdown-section-a75f3606.js} +0 -0
- /package/custom-button/cssm/{index.module.css → components/base-custom-button/index.module.css} +0 -0
- /package/custom-button/moderncssm/{index.module.css → components/base-custom-button/index.module.css} +0 -0
- /package/file-upload-item/{actions-control.module-a7a4b575.js → actions-control.module-340119ff.js} +0 -0
- /package/file-upload-item/esm/{actions-control.module-98c09ab4.js → actions-control.module-9f6e94da.js} +0 -0
- /package/file-upload-item/modern/{actions-control.module-05f4246e.js → actions-control.module-4ddd7980.js} +0 -0
- /package/gallery/esm/{index.module-e08f1a14.js → index.module-becebb0c.js} +0 -0
- /package/gallery/{index.module-179d71da.js → index.module-1e975ef9.js} +0 -0
- /package/gallery/modern/{index.module-6085e667.js → index.module-25834c2f.js} +0 -0
- /package/modal/esm/{layout.module-9299f71b.js → layout.module-4dab57e4.js} +0 -0
- /package/modal/{layout.module-5edf7433.js → layout.module-5a73e32f.js} +0 -0
- /package/modal/modern/{layout.module-1a314c78.js → layout.module-dc6efbf4.js} +0 -0
- /package/plate/esm/{warning-f71305f9.d.ts → warning-555f5627.d.ts} +0 -0
- /package/plate/esm/{warning-f71305f9.js → warning-555f5627.js} +0 -0
- /package/plate/modern/{warning-529d7e2e.d.ts → warning-edbf6a14.d.ts} +0 -0
- /package/plate/modern/{warning-529d7e2e.js → warning-edbf6a14.js} +0 -0
- /package/plate/{warning-5c40c8ff.d.ts → warning-6210dd39.d.ts} +0 -0
- /package/plate/{warning-5c40c8ff.js → warning-6210dd39.js} +0 -0
- /package/pure-cell/{component-1d89c343.d.ts → component-4ddb1c01.d.ts} +0 -0
- /package/pure-cell/cssm/{component-24c65922.d.ts → component-195fb685.d.ts} +0 -0
- /package/pure-cell/esm/{component-0e84b5b7.d.ts → component-820518e9.d.ts} +0 -0
- /package/pure-cell/modern/{component-fa474b18.d.ts → component-644d2c3d.d.ts} +0 -0
- /package/pure-cell/moderncssm/{component-1bce2bd3.d.ts → component-5b5fde55.d.ts} +0 -0
- /package/select/esm/{hook-d9e37ad2.d.ts → hook-aaef0610.d.ts} +0 -0
- /package/select/esm/{hook-d9e37ad2.js → hook-aaef0610.js} +0 -0
- /package/select/esm/{list-popover-desktop-31dcf582.d.ts → list-popover-desktop-7752b0d6.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-31dcf582.js → list-popover-desktop-7752b0d6.js} +0 -0
- /package/select/esm/{mobile.module-05b7e7a8.js → mobile.module-cea6059d.js} +0 -0
- /package/select/{hook-7f76d0ec.d.ts → hook-d32fd6d1.d.ts} +0 -0
- /package/select/{hook-7f76d0ec.js → hook-d32fd6d1.js} +0 -0
- /package/select/{list-popover-desktop-5114250e.d.ts → list-popover-desktop-0112e158.d.ts} +0 -0
- /package/select/{list-popover-desktop-5114250e.js → list-popover-desktop-0112e158.js} +0 -0
- /package/select/{mobile.module-ab3549de.js → mobile.module-c0872fa7.js} +0 -0
- /package/select/modern/{hook-b57d5769.d.ts → hook-07c71261.d.ts} +0 -0
- /package/select/modern/{hook-b57d5769.js → hook-07c71261.js} +0 -0
- /package/select/modern/{list-popover-desktop-31bbff94.d.ts → list-popover-desktop-dd9395b6.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-31bbff94.js → list-popover-desktop-dd9395b6.js} +0 -0
- /package/select/modern/{mobile.module-ce19a0bb.js → mobile.module-64428fbc.js} +0 -0
- /package/side-panel/esm/{layout.module-af536700.js → layout.module-c5def0b4.js} +0 -0
- /package/side-panel/{layout.module-837c5604.js → layout.module-6dca0f1d.js} +0 -0
- /package/side-panel/modern/{layout.module-6a50f713.js → layout.module-c6a07a4c.js} +0 -0
- /package/tabs/esm/{index.module-bf409628.js → index.module-56154675.js} +0 -0
- /package/tabs/esm/{index.module-68d92895.js → index.module-b46d929a.js} +0 -0
- /package/tabs/{index.module-b46623d0.js → index.module-db8a0c46.js} +0 -0
- /package/tabs/{index.module-439d7c2f.js → index.module-e8478416.js} +0 -0
- /package/tabs/modern/{index.module-923d7cbd.js → index.module-1d462755.js} +0 -0
- /package/tabs/modern/{index.module-48a1b54e.js → index.module-e008d842.js} +0 -0
- /package/typography/{colors.module-ab93d388.js → colors.module-386aa13d.js} +0 -0
- /package/typography/{common.module-94ad71b0.js → common.module-b7161de1.js} +0 -0
- /package/typography/esm/{colors.module-6658cd3c.js → colors.module-f826795b.js} +0 -0
- /package/typography/esm/{common.module-f4b1cdf8.js → common.module-1fd9d659.js} +0 -0
- /package/typography/modern/{colors.module-8482104b.js → colors.module-70bdb614.js} +0 -0
- /package/typography/modern/{common.module-4e2299d9.js → common.module-563dd876.js} +0 -0
|
@@ -13,10 +13,11 @@ var desktop = require('../../calendar/desktop');
|
|
|
13
13
|
var shared$1 = require('../../calendar/shared');
|
|
14
14
|
var shared = require('../../calendar-input/shared');
|
|
15
15
|
var coreComponentsDateInput = require('../../date-input');
|
|
16
|
+
var coreComponentsShared = require('../../shared');
|
|
16
17
|
var components_divider_Component = require('../components/divider/Component.js');
|
|
17
18
|
var hooks = require('../hooks.js');
|
|
18
19
|
var utils = require('../utils.js');
|
|
19
|
-
var index_module = require('../index.module-
|
|
20
|
+
var index_module = require('../index.module-ed2ad236.js');
|
|
20
21
|
|
|
21
22
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
22
23
|
|
|
@@ -30,7 +31,7 @@ var startOfMonth__default = /*#__PURE__*/_interopDefaultCompat(startOfMonth);
|
|
|
30
31
|
var subMonths__default = /*#__PURE__*/_interopDefaultCompat(subMonths);
|
|
31
32
|
|
|
32
33
|
var CalendarRangeStatic = function (_a) {
|
|
33
|
-
var className = _a.className, _b = _a.defaultMonth, defaultMonth = _b === void 0 ? startOfMonth__default.default(new Date()).getTime() : _b, _c = _a.defaultMonthPosition, defaultMonthPosition = _c === void 0 ? 'left' : _c, minDate = _a.minDate, maxDate = _a.maxDate, _d = _a.valueFrom, valueFrom = _d === void 0 ? '' : _d, _e = _a.valueTo, valueTo = _e === void 0 ? '' : _e, _f = _a.onDateFromChange, onDateFromChange = _f === void 0 ? function () { return null; } : _f, _g = _a.onDateToChange, onDateToChange = _g === void 0 ? function () { return null; } : _g, _h = _a.onChange, onChange = _h === void 0 ? function () { return null; } : _h, onError = _a.onError, _j = _a.inputFromProps, inputFromProps = _j === void 0 ? {} : _j, _k = _a.inputToProps, inputToProps = _k === void 0 ? {} : _k, offDays = _a.offDays, events = _a.events, _l = _a.returnInvalidDates, returnInvalidDates = _l === void 0 ? false : _l, dataTestId = _a.dataTestId;
|
|
34
|
+
var className = _a.className, _b = _a.defaultMonth, defaultMonth = _b === void 0 ? startOfMonth__default.default(new Date()).getTime() : _b, _c = _a.defaultMonthPosition, defaultMonthPosition = _c === void 0 ? 'left' : _c, minDate = _a.minDate, maxDate = _a.maxDate, _d = _a.valueFrom, valueFrom = _d === void 0 ? '' : _d, _e = _a.valueTo, valueTo = _e === void 0 ? '' : _e, _f = _a.onDateFromChange, onDateFromChange = _f === void 0 ? function () { return null; } : _f, _g = _a.onDateToChange, onDateToChange = _g === void 0 ? function () { return null; } : _g, _h = _a.onChange, onChange = _h === void 0 ? function () { return null; } : _h, onError = _a.onError, _j = _a.inputFromProps, inputFromProps = _j === void 0 ? {} : _j, _k = _a.inputToProps, inputToProps = _k === void 0 ? {} : _k, offDays = _a.offDays, events = _a.events, _l = _a.returnInvalidDates, returnInvalidDates = _l === void 0 ? false : _l, dataTestId = _a.dataTestId, calendarContainerClassName = _a.calendarContainerClassName;
|
|
34
35
|
var _m = React.useState(valueFrom), inputFromValue = _m[0], setInputFromValue = _m[1];
|
|
35
36
|
var _o = React.useState(valueTo), inputToValue = _o[0], setInputToValue = _o[1];
|
|
36
37
|
var dateFrom = shared.isValidInputValue(inputFromValue, minDate, maxDate, offDays)
|
|
@@ -174,17 +175,20 @@ var CalendarRangeStatic = function (_a) {
|
|
|
174
175
|
React__default.default.createElement(coreComponentsDateInput.DateInput, tslib.__assign({}, dateInputFromProps, { mobileMode: dateInputFromProps.mobileMode === 'popover'
|
|
175
176
|
? 'input'
|
|
176
177
|
: dateInputFromProps.mobileMode, value: inputFromValue, onChange: handleInputFromChange, onClear: handleClearFrom, onBlur: handleValidInputFrom, error: bothInvalid || inputFromInvalid || dateInputFromProps.error, clear: true, block: true })),
|
|
177
|
-
React__default.default.createElement(
|
|
178
|
-
|
|
179
|
-
|
|
178
|
+
React__default.default.createElement("div", { className: cn__default.default(index_module.styles.calendarContainer, calendarContainerClassName), "data-test-id": coreComponentsShared.getDataTestId(dataTestId, 'container-from') },
|
|
179
|
+
React__default.default.createElement(CalendarFromComponent, tslib.__assign({}, calendarFromProps, { className: cn__default.default(index_module.styles.calendar, calendarFromProps === null || calendarFromProps === void 0 ? void 0 : calendarFromProps.className), month: monthFrom, selectorView: 'month-only', offDays: offDays, events: events, onChange: period.updatePeriod, onMonthChange: handleMonthFromChange, minDate: minDate, maxDate: minMaxInSameMonth
|
|
180
|
+
? maxDate
|
|
181
|
+
: maxDate &&
|
|
182
|
+
max__default.default([maxDate, endOfMonth__default.default(subMonths__default.default(maxDate, 1))]).getTime() }, rangeProps)))),
|
|
180
183
|
React__default.default.createElement(components_divider_Component.Divider, { inputFromProps: inputFromProps, inputToProps: inputToProps }),
|
|
181
184
|
React__default.default.createElement("div", null,
|
|
182
185
|
React__default.default.createElement(coreComponentsDateInput.DateInput, tslib.__assign({}, dateInputToProps, { mobileMode: dateInputToProps.mobileMode === 'popover'
|
|
183
186
|
? 'input'
|
|
184
187
|
: dateInputToProps.mobileMode, value: inputToValue, onChange: handleInputToChange, onClear: handleClearTo, onBlur: handleValidInputTo, error: bothInvalid || inputToInvalid || dateInputToProps.error, clear: true, block: true })),
|
|
185
|
-
React__default.default.createElement(
|
|
186
|
-
|
|
187
|
-
|
|
188
|
+
React__default.default.createElement("div", { "data-test-id": coreComponentsShared.getDataTestId(dataTestId, 'container-to') },
|
|
189
|
+
React__default.default.createElement(CalendarToComponent, tslib.__assign({}, calendarToProps, { className: cn__default.default(index_module.styles.calendar, calendarToProps === null || calendarToProps === void 0 ? void 0 : calendarToProps.className), month: monthTo, selectorView: 'month-only', offDays: offDays, events: events, onChange: period.updatePeriod, onMonthChange: handleMonthToChange, minDate: minMaxInSameMonth
|
|
190
|
+
? minDate
|
|
191
|
+
: minDate && startOfMonth__default.default(addMonths__default.default(minDate, 1)).getTime(), maxDate: maxDate }, rangeProps))))));
|
|
188
192
|
};
|
|
189
193
|
|
|
190
194
|
exports.CalendarRangeStatic = CalendarRangeStatic;
|
|
@@ -10,7 +10,7 @@ var coreComponentsTypography = require('../../../../typography');
|
|
|
10
10
|
var hooks = require('@alfalab/hooks');
|
|
11
11
|
var context = require('../../../context.js');
|
|
12
12
|
var components_header_component = require('../../header/component.js');
|
|
13
|
-
var components_screens_initial_countdownSection = require('../../../countdown-section-
|
|
13
|
+
var components_screens_initial_countdownSection = require('../../../countdown-section-04472df7.js');
|
|
14
14
|
|
|
15
15
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
16
16
|
|
|
@@ -7,7 +7,7 @@ require('../../../../spinner');
|
|
|
7
7
|
require('../../../../typography');
|
|
8
8
|
require('../../../context.js');
|
|
9
9
|
require('../../../utils.js');
|
|
10
|
-
var components_screens_initial_countdownSection = require('../../../countdown-section-
|
|
10
|
+
var components_screens_initial_countdownSection = require('../../../countdown-section-04472df7.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -16,7 +16,7 @@ import '../../code-input/esm/mobile';
|
|
|
16
16
|
import '../../link/esm';
|
|
17
17
|
import '../../typography/esm';
|
|
18
18
|
import './components/header/component.js';
|
|
19
|
-
import './countdown-section-
|
|
19
|
+
import './countdown-section-706697ef.js';
|
|
20
20
|
import '../../button/esm';
|
|
21
21
|
import '../../spinner/esm';
|
|
22
22
|
import './components/screens/hint/component.js';
|
|
@@ -15,7 +15,7 @@ import '../../../../code-input/esm/mobile';
|
|
|
15
15
|
import '../../../../link/esm';
|
|
16
16
|
import '../../../../typography/esm';
|
|
17
17
|
import '../header/component.js';
|
|
18
|
-
import '../../countdown-section-
|
|
18
|
+
import '../../countdown-section-706697ef.js';
|
|
19
19
|
import '../../../../button/esm';
|
|
20
20
|
import '../../../../spinner/esm';
|
|
21
21
|
import '../countdown-loader/component.js';
|
|
@@ -13,7 +13,7 @@ import '../../../../code-input/esm/mobile';
|
|
|
13
13
|
import '../../../../link/esm';
|
|
14
14
|
import '../../../../typography/esm';
|
|
15
15
|
import '../header/component.js';
|
|
16
|
-
import '../../countdown-section-
|
|
16
|
+
import '../../countdown-section-706697ef.js';
|
|
17
17
|
import '../../../../button/esm';
|
|
18
18
|
import '../../../../spinner/esm';
|
|
19
19
|
import '../screens/hint/component.js';
|
|
@@ -14,6 +14,6 @@ import '@alfalab/hooks';
|
|
|
14
14
|
import '../context.js';
|
|
15
15
|
import '../utils.js';
|
|
16
16
|
import './header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-706697ef.js';
|
|
18
18
|
import '../../../button/esm';
|
|
19
19
|
import '../../../spinner/esm';
|
|
@@ -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-706697ef.js';
|
|
17
17
|
import '../../../../button/esm';
|
|
18
18
|
import '../../../../spinner/esm';
|
|
19
19
|
import '../countdown-loader/component.js';
|
|
@@ -8,7 +8,7 @@ import { Text } from '../../../../../typography/esm';
|
|
|
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-706697ef.js';
|
|
12
12
|
import '../../../utils.js';
|
|
13
13
|
import '../../../../../button/esm';
|
|
14
14
|
import '../../../../../spinner/esm';
|
|
@@ -4,5 +4,5 @@ import '../../../../../button/esm';
|
|
|
4
4
|
import '../../../../../spinner/esm';
|
|
5
5
|
import '../../../../../typography/esm';
|
|
6
6
|
import '../../../context.js';
|
|
7
|
-
export { C as CountdownSection } from '../../../countdown-section-
|
|
7
|
+
export { C as CountdownSection } from '../../../countdown-section-706697ef.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-706697ef.js';
|
|
14
14
|
import '../../../../../button/esm';
|
|
15
15
|
import '../../../../../spinner/esm';
|
|
@@ -13,7 +13,7 @@ import '../../../code-input/esm/mobile';
|
|
|
13
13
|
import '../../../link/esm';
|
|
14
14
|
import '../../../typography/esm';
|
|
15
15
|
import '../components/header/component.js';
|
|
16
|
-
import '../countdown-section-
|
|
16
|
+
import '../countdown-section-706697ef.js';
|
|
17
17
|
import '../../../button/esm';
|
|
18
18
|
import '../../../spinner/esm';
|
|
19
19
|
import '../components/screens/hint/component.js';
|
|
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
|
|
|
14
14
|
import '../../../link/esm';
|
|
15
15
|
import '../../../typography/esm';
|
|
16
16
|
import '../components/header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-706697ef.js';
|
|
18
18
|
import '../../../button/esm';
|
|
19
19
|
import '../../../spinner/esm';
|
|
20
20
|
import '../components/screens/hint/component.js';
|
|
@@ -16,7 +16,7 @@ import '../../code-input/esm/mobile';
|
|
|
16
16
|
import '../../link/esm';
|
|
17
17
|
import '../../typography/esm';
|
|
18
18
|
import './components/header/component.js';
|
|
19
|
-
import './countdown-section-
|
|
19
|
+
import './countdown-section-706697ef.js';
|
|
20
20
|
import '../../button/esm';
|
|
21
21
|
import '../../spinner/esm';
|
|
22
22
|
import './components/screens/hint/component.js';
|
|
@@ -13,7 +13,7 @@ import '../../../code-input/esm/mobile';
|
|
|
13
13
|
import '../../../link/esm';
|
|
14
14
|
import '../../../typography/esm';
|
|
15
15
|
import '../components/header/component.js';
|
|
16
|
-
import '../countdown-section-
|
|
16
|
+
import '../countdown-section-706697ef.js';
|
|
17
17
|
import '../../../button/esm';
|
|
18
18
|
import '../../../spinner/esm';
|
|
19
19
|
import '../components/screens/hint/component.js';
|
|
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
|
|
|
14
14
|
import '../../../link/esm';
|
|
15
15
|
import '../../../typography/esm';
|
|
16
16
|
import '../components/header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-706697ef.js';
|
|
18
18
|
import '../../../button/esm';
|
|
19
19
|
import '../../../spinner/esm';
|
|
20
20
|
import '../components/screens/hint/component.js';
|
|
@@ -15,6 +15,6 @@ import '../../../link/esm';
|
|
|
15
15
|
import '../../../typography/esm';
|
|
16
16
|
import '@alfalab/hooks';
|
|
17
17
|
import '../components/header/component.js';
|
|
18
|
-
import '../countdown-section-
|
|
18
|
+
import '../countdown-section-706697ef.js';
|
|
19
19
|
import '../../../button/esm';
|
|
20
20
|
import '../../../spinner/esm';
|
|
@@ -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-a75f3606.js';
|
|
19
19
|
import '../../button/modern';
|
|
20
20
|
import '../../spinner/modern';
|
|
21
21
|
import './components/screens/hint/component.js';
|
|
@@ -14,7 +14,7 @@ import '../../../../code-input/modern/mobile';
|
|
|
14
14
|
import '../../../../link/modern';
|
|
15
15
|
import '../../../../typography/modern';
|
|
16
16
|
import '../header/component.js';
|
|
17
|
-
import '../../countdown-section-
|
|
17
|
+
import '../../countdown-section-a75f3606.js';
|
|
18
18
|
import '../../../../button/modern';
|
|
19
19
|
import '../../../../spinner/modern';
|
|
20
20
|
import '../countdown-loader/component.js';
|
|
@@ -12,7 +12,7 @@ import '../../../../code-input/modern/mobile';
|
|
|
12
12
|
import '../../../../link/modern';
|
|
13
13
|
import '../../../../typography/modern';
|
|
14
14
|
import '../header/component.js';
|
|
15
|
-
import '../../countdown-section-
|
|
15
|
+
import '../../countdown-section-a75f3606.js';
|
|
16
16
|
import '../../../../button/modern';
|
|
17
17
|
import '../../../../spinner/modern';
|
|
18
18
|
import '../screens/hint/component.js';
|
|
@@ -14,6 +14,6 @@ import '@alfalab/hooks';
|
|
|
14
14
|
import '../context.js';
|
|
15
15
|
import '../utils.js';
|
|
16
16
|
import './header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-a75f3606.js';
|
|
18
18
|
import '../../../button/modern';
|
|
19
19
|
import '../../../spinner/modern';
|
|
@@ -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-a75f3606.js';
|
|
17
17
|
import '../../../../button/modern';
|
|
18
18
|
import '../../../../spinner/modern';
|
|
19
19
|
import '../countdown-loader/component.js';
|
|
@@ -8,7 +8,7 @@ import { Text } 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-a75f3606.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-a75f3606.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-a75f3606.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-a75f3606.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-a75f3606.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-a75f3606.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-a75f3606.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-a75f3606.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-a75f3606.js';
|
|
19
19
|
import '../../../button/modern';
|
|
20
20
|
import '../../../spinner/modern';
|
|
@@ -1,32 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
import { ButtonProps } from "../button";
|
|
5
|
-
type ComponentProps = Omit<ButtonProps, 'view' | 'colors'> & {
|
|
6
|
-
/**
|
|
7
|
-
* Цвет кнопки
|
|
8
|
-
*/
|
|
9
|
-
backgroundColor?: string;
|
|
10
|
-
/**
|
|
11
|
-
* Цвет контента
|
|
12
|
-
*/
|
|
13
|
-
contentColor?: 'black' | 'white' | 'static-black' | 'static-white';
|
|
14
|
-
/**
|
|
15
|
-
* Затемнение или осветление кнопки при hover и active
|
|
16
|
-
*/
|
|
17
|
-
stateType?: 'darkening' | 'lightening' | 'static-darkening' | 'static-lightening';
|
|
18
|
-
/**
|
|
19
|
-
* Блокировка кнопки
|
|
20
|
-
*/
|
|
21
|
-
disabled?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Тип цвета для заблокированного состояния
|
|
24
|
-
* @default default
|
|
25
|
-
*/
|
|
26
|
-
disableType?: 'default' | 'static' | 'inverted' | 'static-inverted';
|
|
27
|
-
};
|
|
28
|
-
type AnchorButtonProps = ComponentProps & AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
29
|
-
type NativeButtonProps = ComponentProps & ButtonHTMLAttributes<HTMLButtonElement>;
|
|
30
|
-
type CustomButtonProps = Partial<AnchorButtonProps | NativeButtonProps>;
|
|
3
|
+
import { CustomButtonProps } from "./types/props";
|
|
31
4
|
declare const CustomButton: React.ForwardRefExoticComponent<CustomButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
32
|
-
export {
|
|
5
|
+
export { CustomButton };
|
|
@@ -2,24 +2,16 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
|
-
var cn = require('classnames');
|
|
6
5
|
var coreComponentsButton = require('../button');
|
|
6
|
+
var components_baseCustomButton_baseCustomButton = require('./components/base-custom-button/base-custom-button.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
9
|
|
|
10
10
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
11
|
-
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
12
11
|
|
|
13
|
-
var
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
var DEFAULT_BUTTON_COLOR = '#FF45C3';
|
|
17
|
-
var DEFAULT_CONTENT_COLOR = 'white';
|
|
18
|
-
var CustomButton = React__default.default.forwardRef(function (_a, ref) {
|
|
19
|
-
var children = _a.children, className = _a.className, loading = _a.loading, _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, _e = _a.disableType, disableType = _e === void 0 ? 'default' : _e, restProps = tslib.__rest(_a, ["children", "className", "loading", "backgroundColor", "contentColor", "stateType", "disableType"]);
|
|
20
|
-
var buttonProps = tslib.__assign({ style: tslib.__assign({}, (!restProps.disabled && { background: backgroundColor })) }, restProps);
|
|
21
|
-
var buttonClassName = cn__default.default(styles.customButton, styles.border, className, styles[contentColor], styles[stateType], styles["disableType-".concat(disableType)]);
|
|
22
|
-
return (React__default.default.createElement(coreComponentsButton.Button, tslib.__assign({}, buttonProps, { view: 'primary', ref: ref, className: buttonClassName, loading: loading }), children));
|
|
12
|
+
var CustomButton = React.forwardRef(function (_a, ref) {
|
|
13
|
+
var children = _a.children, restProps = tslib.__rest(_a, ["children"]);
|
|
14
|
+
return (React__default.default.createElement(components_baseCustomButton_baseCustomButton.BaseCustomButton, tslib.__assign({ ref: ref }, restProps, { componentButton: coreComponentsButton.Button }), children));
|
|
23
15
|
});
|
|
24
16
|
CustomButton.displayName = 'CustomButton';
|
|
25
17
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Button } from "../../../button";
|
|
4
|
+
import { ButtonDesktop } from "../../../button/desktop";
|
|
5
|
+
import { ButtonMobile } from "../../../button/mobile";
|
|
6
|
+
import { CustomButtonProps } from "../../types/props";
|
|
7
|
+
declare const BaseCustomButton: React.ForwardRefExoticComponent<(CustomButtonProps & {
|
|
8
|
+
componentButton: typeof Button | typeof ButtonDesktop | typeof ButtonMobile;
|
|
9
|
+
}) & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
10
|
+
export { BaseCustomButton };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var cn = require('classnames');
|
|
6
|
+
var constants_defaultColors = require('../../constants/default-colors.js');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
11
|
+
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
12
|
+
|
|
13
|
+
var styles = {"customButton":"custom-button__customButton_l67aj","border":"custom-button__border_l67aj","white":"custom-button__white_l67aj","black":"custom-button__black_l67aj","static-white":"custom-button__static-white_l67aj","static-black":"custom-button__static-black_l67aj","darkening":"custom-button__darkening_l67aj","lightening":"custom-button__lightening_l67aj","static-darkening":"custom-button__static-darkening_l67aj","static-lightening":"custom-button__static-lightening_l67aj","disableType-default":"custom-button__disableType-default_l67aj","disableType-static":"custom-button__disableType-static_l67aj","disableType-inverted":"custom-button__disableType-inverted_l67aj","disableType-static-inverted":"custom-button__disableType-static-inverted_l67aj"};
|
|
14
|
+
require('./index.css');
|
|
15
|
+
|
|
16
|
+
var BaseCustomButton = React.forwardRef(function (_a, ref) {
|
|
17
|
+
var _b;
|
|
18
|
+
var children = _a.children, className = _a.className, loading = _a.loading, _c = _a.backgroundColor, backgroundColor = _c === void 0 ? constants_defaultColors.DEFAULT_BUTTON_COLOR : _c, _d = _a.contentColor, contentColor = _d === void 0 ? constants_defaultColors.DEFAULT_CONTENT_COLOR : _d, _e = _a.stateType, stateType = _e === void 0 ? 'darkening' : _e, _f = _a.disableType, disableType = _f === void 0 ? 'default' : _f, ComponentButton = _a.componentButton, restProps = tslib.__rest(_a, ["children", "className", "loading", "backgroundColor", "contentColor", "stateType", "disableType", "componentButton"]);
|
|
19
|
+
return (React__default.default.createElement(ComponentButton, tslib.__assign({ style: tslib.__assign({}, (!restProps.disabled && { background: backgroundColor })) }, restProps, { view: 'primary', ref: ref, className: cn__default.default(styles.customButton, styles.border, className, styles[contentColor], styles[stateType], styles["disableType-".concat(disableType)], (_b = {},
|
|
20
|
+
_b[styles.customLoading] = loading,
|
|
21
|
+
_b)), loading: loading }), children));
|
|
22
|
+
});
|
|
23
|
+
BaseCustomButton.displayName = 'BaseCustomButton';
|
|
24
|
+
|
|
25
|
+
exports.BaseCustomButton = BaseCustomButton;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 10pgt */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-neutral-translucent-100: rgba(38, 55, 88, 0.06);
|
|
@@ -35,23 +35,23 @@
|
|
|
35
35
|
--gap-0: 0;
|
|
36
36
|
} :root {
|
|
37
37
|
} :root {
|
|
38
|
-
} /* сбрасывает синюю подсветку при нажатии */ .custom-
|
|
38
|
+
} /* сбрасывает синюю подсветку при нажатии */ .custom-button__customButton_l67aj {
|
|
39
39
|
overflow: hidden;
|
|
40
40
|
position: relative
|
|
41
|
-
} .custom-
|
|
41
|
+
} .custom-button__customButton_l67aj.custom-button__border_l67aj {
|
|
42
42
|
border: 0;
|
|
43
|
-
} .custom-
|
|
43
|
+
} .custom-button__customButton_l67aj.custom-button__white_l67aj * {
|
|
44
44
|
color: var(--color-light-text-primary-inverted);
|
|
45
|
-
} .custom-
|
|
45
|
+
} .custom-button__customButton_l67aj.custom-button__black_l67aj * {
|
|
46
46
|
color: var(--color-light-text-primary);
|
|
47
|
-
} .custom-
|
|
47
|
+
} .custom-button__customButton_l67aj.custom-button__static-white_l67aj * {
|
|
48
48
|
color: var(--color-static-text-primary-inverted);
|
|
49
|
-
} .custom-
|
|
49
|
+
} .custom-button__customButton_l67aj.custom-button__static-black_l67aj * {
|
|
50
50
|
color: var(--color-static-text-primary);
|
|
51
|
-
} .custom-
|
|
51
|
+
} .custom-button__customButton_l67aj span {
|
|
52
52
|
position: relative;
|
|
53
53
|
z-index: 3;
|
|
54
|
-
} .custom-
|
|
54
|
+
} .custom-button__customButton_l67aj:before {
|
|
55
55
|
position: absolute;
|
|
56
56
|
left: var(--gap-0);
|
|
57
57
|
right: var(--gap-0);
|
|
@@ -62,36 +62,36 @@
|
|
|
62
62
|
transition: 0.2s;
|
|
63
63
|
opacity: 1;
|
|
64
64
|
pointer-events: none;
|
|
65
|
-
} .custom-
|
|
65
|
+
} .custom-button__customButton_l67aj.custom-button__darkening_l67aj:hover:before {
|
|
66
66
|
background-color: var(--color-light-neutral-translucent-200);
|
|
67
|
-
} .custom-
|
|
67
|
+
} .custom-button__customButton_l67aj.custom-button__darkening_l67aj:active:before {
|
|
68
68
|
background-color: var(--color-light-neutral-translucent-400);
|
|
69
|
-
} .custom-
|
|
69
|
+
} .custom-button__customButton_l67aj.custom-button__lightening_l67aj:hover:before {
|
|
70
70
|
background-color: var(--color-light-neutral-translucent-200-inverted);
|
|
71
|
-
} .custom-
|
|
71
|
+
} .custom-button__customButton_l67aj.custom-button__lightening_l67aj:active:before {
|
|
72
72
|
background-color: var(--color-light-neutral-translucent-400-inverted);
|
|
73
|
-
} .custom-
|
|
73
|
+
} .custom-button__customButton_l67aj.custom-button__static-darkening_l67aj:hover:before {
|
|
74
74
|
background-color: rgba(0, 0, 0, 0.07);
|
|
75
|
-
} .custom-
|
|
75
|
+
} .custom-button__customButton_l67aj.custom-button__static-darkening_l67aj:active:before {
|
|
76
76
|
background-color: rgba(0, 0, 0, 0.15);
|
|
77
|
-
} .custom-
|
|
77
|
+
} .custom-button__customButton_l67aj.custom-button__static-lightening_l67aj:hover:before {
|
|
78
78
|
background-color: rgba(255, 255, 255, 0.07);
|
|
79
|
-
} .custom-
|
|
79
|
+
} .custom-button__customButton_l67aj.custom-button__static-lightening_l67aj:active:before {
|
|
80
80
|
background-color: rgba(255, 255, 255, 0.15);
|
|
81
|
-
} /* Disabled */ .custom-
|
|
81
|
+
} /* Disabled */ .custom-button__customButton_l67aj:disabled.custom-button__disableType-default_l67aj {
|
|
82
82
|
background-color: var(--color-light-neutral-translucent-100)
|
|
83
|
-
} .custom-
|
|
83
|
+
} .custom-button__customButton_l67aj:disabled.custom-button__disableType-default_l67aj span {
|
|
84
84
|
color: var(--color-light-text-tertiary);
|
|
85
|
-
} .custom-
|
|
85
|
+
} .custom-button__customButton_l67aj:disabled.custom-button__disableType-static_l67aj {
|
|
86
86
|
background-color: var(--color-static-neutral-translucent-100)
|
|
87
|
-
} .custom-
|
|
87
|
+
} .custom-button__customButton_l67aj:disabled.custom-button__disableType-static_l67aj span {
|
|
88
88
|
color: var(--color-static-text-tertiary);
|
|
89
|
-
} .custom-
|
|
89
|
+
} .custom-button__customButton_l67aj:disabled.custom-button__disableType-inverted_l67aj {
|
|
90
90
|
background-color: var(--color-light-neutral-translucent-100-inverted)
|
|
91
|
-
} .custom-
|
|
91
|
+
} .custom-button__customButton_l67aj:disabled.custom-button__disableType-inverted_l67aj span {
|
|
92
92
|
color: var(--color-light-text-tertiary-inverted);
|
|
93
|
-
} .custom-
|
|
93
|
+
} .custom-button__customButton_l67aj:disabled.custom-button__disableType-static-inverted_l67aj {
|
|
94
94
|
background-color: var(--color-static-neutral-translucent-100-inverted)
|
|
95
|
-
} .custom-
|
|
95
|
+
} .custom-button__customButton_l67aj:disabled.custom-button__disableType-static-inverted_l67aj span {
|
|
96
96
|
color: var(--color-static-text-tertiary-inverted);
|
|
97
97
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BaseCustomButton } from "./base-custom-button";
|