@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
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AnchorHTMLAttributes, ButtonHTMLAttributes } from 'react';
|
|
2
|
+
import { ButtonProps } from "../../../button";
|
|
3
|
+
type ComponentProps = Omit<ButtonProps, 'view' | 'colors'> & {
|
|
4
|
+
/**
|
|
5
|
+
* Цвет кнопки
|
|
6
|
+
*/
|
|
7
|
+
backgroundColor?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Цвет контента
|
|
10
|
+
*/
|
|
11
|
+
contentColor?: 'black' | 'white' | 'static-black' | 'static-white';
|
|
12
|
+
/**
|
|
13
|
+
* Затемнение или осветление кнопки при hover и active
|
|
14
|
+
*/
|
|
15
|
+
stateType?: 'darkening' | 'lightening' | 'static-darkening' | 'static-lightening';
|
|
16
|
+
/**
|
|
17
|
+
* Блокировка кнопки
|
|
18
|
+
*/
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Тип цвета для заблокированного состояния
|
|
22
|
+
* @default default
|
|
23
|
+
*/
|
|
24
|
+
disableType?: 'default' | 'static' | 'inverted' | 'static-inverted';
|
|
25
|
+
};
|
|
26
|
+
type AnchorButtonProps = ComponentProps & AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
27
|
+
type NativeButtonProps = ComponentProps & ButtonHTMLAttributes<HTMLButtonElement>;
|
|
28
|
+
type CustomButtonProps = Partial<AnchorButtonProps | NativeButtonProps>;
|
|
29
|
+
export { ComponentProps, CustomButtonProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/custom-button/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { CustomButton } from "./Component";
|
|
2
|
+
export { CustomButtonProps, ComponentProps } from "./types/props";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CustomButtonProps } from "../types/props";
|
|
4
|
+
declare const CustomButtonMobile: React.ForwardRefExoticComponent<CustomButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
5
|
+
export { CustomButtonMobile };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var mobile = require('../../button/mobile');
|
|
6
|
+
var components_baseCustomButton_baseCustomButton = require('../components/base-custom-button/base-custom-button.js');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
11
|
+
|
|
12
|
+
var CustomButtonMobile = 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: mobile.ButtonMobile }), children));
|
|
15
|
+
});
|
|
16
|
+
CustomButtonMobile.displayName = 'CustomButtonMobile';
|
|
17
|
+
|
|
18
|
+
exports.CustomButtonMobile = CustomButtonMobile;
|
|
@@ -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 };
|
|
@@ -1,22 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import cn from 'classnames';
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
3
2
|
import { Button } from '../../button/modern';
|
|
3
|
+
import { BaseCustomButton } from './components/base-custom-button/base-custom-button.js';
|
|
4
|
+
import 'classnames';
|
|
5
|
+
import './constants/default-colors.js';
|
|
4
6
|
|
|
5
|
-
const
|
|
6
|
-
require('./index.css');
|
|
7
|
-
|
|
8
|
-
const DEFAULT_BUTTON_COLOR = '#FF45C3';
|
|
9
|
-
const DEFAULT_CONTENT_COLOR = 'white';
|
|
10
|
-
const CustomButton = React.forwardRef(({ children, className, loading, backgroundColor = DEFAULT_BUTTON_COLOR, contentColor = DEFAULT_CONTENT_COLOR, stateType = 'darkening', disableType = 'default', ...restProps }, ref) => {
|
|
11
|
-
const buttonProps = {
|
|
12
|
-
style: {
|
|
13
|
-
...(!restProps.disabled && { background: backgroundColor }),
|
|
14
|
-
},
|
|
15
|
-
...restProps,
|
|
16
|
-
};
|
|
17
|
-
const buttonClassName = cn(styles.customButton, styles.border, className, styles[contentColor], styles[stateType], styles[`disableType-${disableType}`]);
|
|
18
|
-
return (React.createElement(Button, { ...buttonProps, view: 'primary', ref: ref, className: buttonClassName, loading: loading }, children));
|
|
19
|
-
});
|
|
7
|
+
const CustomButton = forwardRef(({ children, ...restProps }, ref) => (React.createElement(BaseCustomButton, { ref: ref, ...restProps, componentButton: Button }, children)));
|
|
20
8
|
CustomButton.displayName = 'CustomButton';
|
|
21
9
|
|
|
22
10
|
export { CustomButton };
|
|
@@ -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,13 @@
|
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
import cn from 'classnames';
|
|
3
|
+
import { DEFAULT_BUTTON_COLOR, DEFAULT_CONTENT_COLOR } from '../../constants/default-colors.js';
|
|
4
|
+
|
|
5
|
+
const 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"};
|
|
6
|
+
require('./index.css');
|
|
7
|
+
|
|
8
|
+
const BaseCustomButton = forwardRef(({ children, className, loading, backgroundColor = DEFAULT_BUTTON_COLOR, contentColor = DEFAULT_CONTENT_COLOR, stateType = 'darkening', disableType = 'default', componentButton: ComponentButton, ...restProps }, ref) => (React.createElement(ComponentButton, { style: { ...(!restProps.disabled && { background: backgroundColor }) }, ...restProps, view: 'primary', ref: ref, className: cn(styles.customButton, styles.border, className, styles[contentColor], styles[stateType], styles[`disableType-${disableType}`], {
|
|
9
|
+
[styles.customLoading]: loading,
|
|
10
|
+
}), loading: loading }, children)));
|
|
11
|
+
BaseCustomButton.displayName = 'BaseCustomButton';
|
|
12
|
+
|
|
13
|
+
export { 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";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CustomButtonProps } from "../types/props";
|
|
4
|
+
declare const CustomButtonDesktop: React.ForwardRefExoticComponent<CustomButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
5
|
+
export { CustomButtonDesktop };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
import { ButtonDesktop } from '../../../button/modern/desktop';
|
|
3
|
+
import { BaseCustomButton } from '../components/base-custom-button/base-custom-button.js';
|
|
4
|
+
import 'classnames';
|
|
5
|
+
import '../constants/default-colors.js';
|
|
6
|
+
|
|
7
|
+
const CustomButtonDesktop = forwardRef(({ children, ...restProps }, ref) => (React.createElement(BaseCustomButton, { ref: ref, ...restProps, componentButton: ButtonDesktop }, children)));
|
|
8
|
+
CustomButtonDesktop.displayName = 'CustomButtonDesktop';
|
|
9
|
+
|
|
10
|
+
export { CustomButtonDesktop };
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { CustomButton } from "./Component";
|
|
2
|
+
export { CustomButtonProps, ComponentProps } from "./types/props";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CustomButtonProps } from "../types/props";
|
|
4
|
+
declare const CustomButtonMobile: React.ForwardRefExoticComponent<CustomButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
5
|
+
export { CustomButtonMobile };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
import { ButtonMobile } from '../../../button/modern/mobile';
|
|
3
|
+
import { BaseCustomButton } from '../components/base-custom-button/base-custom-button.js';
|
|
4
|
+
import 'classnames';
|
|
5
|
+
import '../constants/default-colors.js';
|
|
6
|
+
|
|
7
|
+
const CustomButtonMobile = forwardRef(({ children, ...restProps }, ref) => (React.createElement(BaseCustomButton, { ref: ref, ...restProps, componentButton: ButtonMobile }, children)));
|
|
8
|
+
CustomButtonMobile.displayName = 'CustomButtonMobile';
|
|
9
|
+
|
|
10
|
+
export { CustomButtonMobile };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AnchorHTMLAttributes, ButtonHTMLAttributes } from 'react';
|
|
2
|
+
import { ButtonProps } from "../../../button";
|
|
3
|
+
type ComponentProps = Omit<ButtonProps, 'view' | 'colors'> & {
|
|
4
|
+
/**
|
|
5
|
+
* Цвет кнопки
|
|
6
|
+
*/
|
|
7
|
+
backgroundColor?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Цвет контента
|
|
10
|
+
*/
|
|
11
|
+
contentColor?: 'black' | 'white' | 'static-black' | 'static-white';
|
|
12
|
+
/**
|
|
13
|
+
* Затемнение или осветление кнопки при hover и active
|
|
14
|
+
*/
|
|
15
|
+
stateType?: 'darkening' | 'lightening' | 'static-darkening' | 'static-lightening';
|
|
16
|
+
/**
|
|
17
|
+
* Блокировка кнопки
|
|
18
|
+
*/
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Тип цвета для заблокированного состояния
|
|
22
|
+
* @default default
|
|
23
|
+
*/
|
|
24
|
+
disableType?: 'default' | 'static' | 'inverted' | 'static-inverted';
|
|
25
|
+
};
|
|
26
|
+
type AnchorButtonProps = ComponentProps & AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
27
|
+
type NativeButtonProps = ComponentProps & ButtonHTMLAttributes<HTMLButtonElement>;
|
|
28
|
+
type CustomButtonProps = Partial<AnchorButtonProps | NativeButtonProps>;
|
|
29
|
+
export { ComponentProps, CustomButtonProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -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 };
|
|
@@ -1,20 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import cn from 'classnames';
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
3
2
|
import { Button } from '../../button/moderncssm';
|
|
4
|
-
import
|
|
3
|
+
import { BaseCustomButton } from './components/base-custom-button/base-custom-button.js';
|
|
4
|
+
import 'classnames';
|
|
5
|
+
import './constants/default-colors.js';
|
|
6
|
+
import './components/base-custom-button/index.module.css';
|
|
5
7
|
|
|
6
|
-
const
|
|
7
|
-
const DEFAULT_CONTENT_COLOR = 'white';
|
|
8
|
-
const CustomButton = React.forwardRef(({ children, className, loading, backgroundColor = DEFAULT_BUTTON_COLOR, contentColor = DEFAULT_CONTENT_COLOR, stateType = 'darkening', disableType = 'default', ...restProps }, ref) => {
|
|
9
|
-
const buttonProps = {
|
|
10
|
-
style: {
|
|
11
|
-
...(!restProps.disabled && { background: backgroundColor }),
|
|
12
|
-
},
|
|
13
|
-
...restProps,
|
|
14
|
-
};
|
|
15
|
-
const buttonClassName = cn(styles.customButton, styles.border, className, styles[contentColor], styles[stateType], styles[`disableType-${disableType}`]);
|
|
16
|
-
return (React.createElement(Button, { ...buttonProps, view: 'primary', ref: ref, className: buttonClassName, loading: loading }, children));
|
|
17
|
-
});
|
|
8
|
+
const CustomButton = forwardRef(({ children, ...restProps }, ref) => (React.createElement(BaseCustomButton, { ref: ref, ...restProps, componentButton: Button }, children)));
|
|
18
9
|
CustomButton.displayName = 'CustomButton';
|
|
19
10
|
|
|
20
11
|
export { CustomButton };
|
|
@@ -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,11 @@
|
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
import cn from 'classnames';
|
|
3
|
+
import { DEFAULT_BUTTON_COLOR, DEFAULT_CONTENT_COLOR } from '../../constants/default-colors.js';
|
|
4
|
+
import styles from './index.module.css';
|
|
5
|
+
|
|
6
|
+
const BaseCustomButton = forwardRef(({ children, className, loading, backgroundColor = DEFAULT_BUTTON_COLOR, contentColor = DEFAULT_CONTENT_COLOR, stateType = 'darkening', disableType = 'default', componentButton: ComponentButton, ...restProps }, ref) => (React.createElement(ComponentButton, { style: { ...(!restProps.disabled && { background: backgroundColor }) }, ...restProps, view: 'primary', ref: ref, className: cn(styles.customButton, styles.border, className, styles[contentColor], styles[stateType], styles[`disableType-${disableType}`], {
|
|
7
|
+
[styles.customLoading]: loading,
|
|
8
|
+
}), loading: loading }, children)));
|
|
9
|
+
BaseCustomButton.displayName = 'BaseCustomButton';
|
|
10
|
+
|
|
11
|
+
export { BaseCustomButton };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BaseCustomButton } from "./base-custom-button";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CustomButtonProps } from "../types/props";
|
|
4
|
+
declare const CustomButtonDesktop: React.ForwardRefExoticComponent<CustomButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
5
|
+
export { CustomButtonDesktop };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
import { ButtonDesktop } from '../../../button/moderncssm/desktop';
|
|
3
|
+
import { BaseCustomButton } from '../components/base-custom-button/base-custom-button.js';
|
|
4
|
+
import 'classnames';
|
|
5
|
+
import '../constants/default-colors.js';
|
|
6
|
+
import '../components/base-custom-button/index.module.css';
|
|
7
|
+
|
|
8
|
+
const CustomButtonDesktop = forwardRef(({ children, ...restProps }, ref) => (React.createElement(BaseCustomButton, { ref: ref, ...restProps, componentButton: ButtonDesktop }, children)));
|
|
9
|
+
CustomButtonDesktop.displayName = 'CustomButtonDesktop';
|
|
10
|
+
|
|
11
|
+
export { CustomButtonDesktop };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { CustomButtonDesktop } from './Component.desktop.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import '../../../button/moderncssm/desktop';
|
|
4
|
+
import '../components/base-custom-button/base-custom-button.js';
|
|
5
|
+
import 'classnames';
|
|
6
|
+
import '../constants/default-colors.js';
|
|
7
|
+
import '../components/base-custom-button/index.module.css';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { CustomButton } from "./Component";
|
|
2
|
+
export { CustomButtonProps, ComponentProps } from "./types/props";
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export { CustomButton } from './Component.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import 'classnames';
|
|
4
3
|
import '../../button/moderncssm';
|
|
5
|
-
import './
|
|
4
|
+
import './components/base-custom-button/base-custom-button.js';
|
|
5
|
+
import 'classnames';
|
|
6
|
+
import './constants/default-colors.js';
|
|
7
|
+
import './components/base-custom-button/index.module.css';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { CustomButtonProps } from "../types/props";
|
|
4
|
+
declare const CustomButtonMobile: React.ForwardRefExoticComponent<CustomButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
5
|
+
export { CustomButtonMobile };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
import { ButtonMobile } from '../../../button/moderncssm/mobile';
|
|
3
|
+
import { BaseCustomButton } from '../components/base-custom-button/base-custom-button.js';
|
|
4
|
+
import 'classnames';
|
|
5
|
+
import '../constants/default-colors.js';
|
|
6
|
+
import '../components/base-custom-button/index.module.css';
|
|
7
|
+
|
|
8
|
+
const CustomButtonMobile = forwardRef(({ children, ...restProps }, ref) => (React.createElement(BaseCustomButton, { ref: ref, ...restProps, componentButton: ButtonMobile }, children)));
|
|
9
|
+
CustomButtonMobile.displayName = 'CustomButtonMobile';
|
|
10
|
+
|
|
11
|
+
export { CustomButtonMobile };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { CustomButtonMobile } from './Component.mobile.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import '../../../button/moderncssm/mobile';
|
|
4
|
+
import '../components/base-custom-button/base-custom-button.js';
|
|
5
|
+
import 'classnames';
|
|
6
|
+
import '../constants/default-colors.js';
|
|
7
|
+
import '../components/base-custom-button/index.module.css';
|