@alfalab/core-components 44.5.1-beta.4 → 44.6.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/action-button/cssm/shared/index.d.ts +1 -0
- package/action-button/cssm/shared/index.js +7 -0
- package/action-button/cssm/utils.d.ts +5 -0
- package/action-button/cssm/utils.js +12 -0
- package/action-button/esm/shared/index.d.ts +1 -0
- package/action-button/esm/shared/index.js +2 -0
- package/action-button/esm/utils.d.ts +5 -0
- package/action-button/esm/utils.js +10 -0
- package/action-button/modern/shared/index.d.ts +1 -0
- package/action-button/modern/shared/index.js +2 -0
- package/action-button/modern/utils.d.ts +5 -0
- package/action-button/modern/utils.js +10 -0
- package/action-button/shared/index.d.ts +1 -0
- package/action-button/shared/index.js +7 -0
- package/action-button/shared/package.json +3 -0
- package/action-button/utils.d.ts +5 -0
- package/action-button/utils.js +12 -0
- package/bottom-sheet/component.js +2 -2
- package/bottom-sheet/components/footer/Component.d.ts +4 -0
- package/bottom-sheet/components/footer/Component.js +2 -2
- package/bottom-sheet/cssm/component.js +2 -2
- package/bottom-sheet/cssm/components/footer/Component.d.ts +4 -0
- package/bottom-sheet/cssm/components/footer/Component.js +2 -2
- package/bottom-sheet/cssm/index.module.css +3 -0
- package/bottom-sheet/cssm/shared/index.d.ts +1 -0
- package/bottom-sheet/cssm/shared/index.js +7 -0
- package/bottom-sheet/cssm/utils.d.ts +10 -1
- package/bottom-sheet/cssm/utils.js +14 -0
- package/bottom-sheet/esm/component.js +2 -2
- package/bottom-sheet/esm/components/footer/Component.d.ts +4 -0
- package/bottom-sheet/esm/components/footer/Component.js +2 -2
- package/bottom-sheet/esm/index.css +3 -0
- package/bottom-sheet/esm/shared/index.d.ts +1 -0
- package/bottom-sheet/esm/shared/index.js +2 -0
- package/bottom-sheet/esm/utils.d.ts +10 -1
- package/bottom-sheet/esm/utils.js +14 -1
- package/bottom-sheet/index.css +3 -0
- package/bottom-sheet/modern/component.js +2 -2
- package/bottom-sheet/modern/components/footer/Component.d.ts +4 -0
- package/bottom-sheet/modern/components/footer/Component.js +2 -2
- package/bottom-sheet/modern/index.css +3 -0
- package/bottom-sheet/modern/shared/index.d.ts +1 -0
- package/bottom-sheet/modern/shared/index.js +2 -0
- package/bottom-sheet/modern/utils.d.ts +10 -1
- package/bottom-sheet/modern/utils.js +14 -1
- package/bottom-sheet/shared/index.d.ts +1 -0
- package/bottom-sheet/shared/index.js +7 -0
- package/bottom-sheet/shared/package.json +3 -0
- package/bottom-sheet/utils.d.ts +10 -1
- package/bottom-sheet/utils.js +14 -0
- package/button/components/base-button/Component.js +3 -2
- package/button/components/base-button/index.css +6 -1
- package/button/cssm/components/base-button/Component.js +2 -1
- package/button/cssm/components/base-button/index.module.css +6 -1
- package/button/cssm/shared/index.d.ts +1 -0
- package/button/cssm/shared/index.js +7 -0
- package/button/cssm/typings.d.ts +5 -0
- package/button/cssm/utils.d.ts +5 -0
- package/button/cssm/utils.js +12 -0
- package/button/esm/components/base-button/Component.js +3 -2
- package/button/esm/components/base-button/index.css +6 -1
- package/button/esm/shared/index.d.ts +1 -0
- package/button/esm/shared/index.js +2 -0
- package/button/esm/typings.d.ts +5 -0
- package/button/esm/utils.d.ts +5 -0
- package/button/esm/utils.js +10 -0
- package/button/modern/components/base-button/Component.js +3 -2
- package/button/modern/components/base-button/index.css +6 -1
- package/button/modern/shared/index.d.ts +1 -0
- package/button/modern/shared/index.js +2 -0
- package/button/modern/typings.d.ts +5 -0
- package/button/modern/utils.d.ts +5 -0
- package/button/modern/utils.js +10 -0
- package/button/shared/index.d.ts +1 -0
- package/button/shared/index.js +7 -0
- package/button/shared/package.json +3 -0
- package/button/typings.d.ts +5 -0
- package/button/utils.d.ts +5 -0
- package/button/utils.js +12 -0
- package/calendar/components/calendar-mobile/Component.js +4 -4
- package/calendar/components/calendar-mobile/index.css +4 -2
- package/calendar/components/header/index.css +3 -4
- package/calendar/cssm/components/calendar-mobile/Component.js +3 -3
- package/calendar/cssm/components/calendar-mobile/index.module.css +4 -2
- package/calendar/cssm/components/header/index.module.css +3 -4
- package/calendar/cssm/usePeriod.js +9 -0
- package/calendar/esm/components/calendar-mobile/Component.js +4 -4
- package/calendar/esm/components/calendar-mobile/index.css +4 -2
- package/calendar/esm/components/header/index.css +3 -4
- package/calendar/esm/usePeriod.js +9 -0
- package/calendar/modern/components/calendar-mobile/Component.js +4 -4
- package/calendar/modern/components/calendar-mobile/index.css +4 -2
- package/calendar/modern/components/header/index.css +3 -4
- package/calendar/modern/usePeriod.js +9 -0
- package/calendar/usePeriod.js +9 -0
- 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/date-input/Component.js +32 -8
- package/date-input/cssm/Component.js +32 -8
- package/date-input/esm/Component.js +34 -10
- package/date-input/modern/Component.js +33 -10
- package/form-control/cssm/shared/index.d.ts +1 -0
- package/form-control/cssm/shared/index.js +7 -0
- package/form-control/cssm/utils.d.ts +9 -0
- package/form-control/cssm/utils.js +16 -0
- package/form-control/esm/shared/index.d.ts +1 -0
- package/form-control/esm/shared/index.js +2 -0
- package/form-control/esm/utils.d.ts +9 -0
- package/form-control/esm/utils.js +14 -0
- package/form-control/modern/shared/index.d.ts +1 -0
- package/form-control/modern/shared/index.js +2 -0
- package/form-control/modern/utils.d.ts +9 -0
- package/form-control/modern/utils.js +14 -0
- package/form-control/shared/index.d.ts +1 -0
- package/form-control/shared/index.js +7 -0
- package/form-control/shared/package.json +3 -0
- package/form-control/utils.d.ts +9 -0
- package/form-control/utils.js +16 -0
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/image-preview/Component.js +14 -3
- package/gallery/components/image-preview/index.css +10 -5
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/cssm/components/image-preview/Component.js +18 -3
- package/gallery/cssm/components/image-preview/index.module.css +10 -5
- package/gallery/esm/Component.js +5 -5
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-preview/Component.js +23 -3
- package/gallery/esm/components/image-preview/index.css +10 -5
- package/gallery/esm/components/image-preview/index.js +21 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +7 -6
- package/gallery/esm/components/navigation-bar/Component.js +18 -0
- package/gallery/esm/components/navigation-bar/index.js +18 -0
- package/gallery/esm/index.js +6 -6
- package/gallery/modern/Component.js +5 -5
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-preview/Component.js +22 -3
- package/gallery/modern/components/image-preview/index.css +10 -5
- package/gallery/modern/components/image-preview/index.js +20 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +7 -6
- package/gallery/modern/components/navigation-bar/Component.js +17 -0
- package/gallery/modern/components/navigation-bar/index.js +17 -0
- package/gallery/modern/index.js +6 -6
- package/icon-view/components/base-shape/index.css +4 -6
- package/icon-view/cssm/components/base-shape/index.module.css +4 -6
- package/icon-view/esm/components/base-shape/index.css +4 -6
- package/icon-view/modern/components/base-shape/index.css +4 -6
- package/input/cssm/shared/index.d.ts +1 -0
- package/input/cssm/shared/index.js +2 -0
- package/input/cssm/utils.d.ts +10 -0
- package/input/cssm/utils.js +17 -0
- package/input/esm/shared/index.d.ts +1 -0
- package/input/esm/shared/index.js +2 -0
- package/input/esm/utils.d.ts +10 -0
- package/input/esm/utils.js +15 -0
- package/input/modern/shared/index.d.ts +1 -0
- package/input/modern/shared/index.js +2 -0
- package/input/modern/utils.d.ts +10 -0
- package/input/modern/utils.js +15 -0
- package/input/shared/index.d.ts +1 -0
- package/input/shared/index.js +2 -0
- package/input/utils.d.ts +10 -0
- package/input/utils.js +17 -0
- package/input-autocomplete/autocomplete-field/Component.d.ts +1 -1
- package/input-autocomplete/autocomplete-field/Component.js +2 -2
- package/input-autocomplete/cssm/autocomplete-field/Component.d.ts +1 -1
- package/input-autocomplete/cssm/autocomplete-field/Component.js +2 -2
- package/input-autocomplete/cssm/shared/index.d.ts +1 -0
- package/input-autocomplete/cssm/shared/index.js +8 -0
- package/input-autocomplete/cssm/utils.d.ts +39 -1
- package/input-autocomplete/cssm/utils.js +46 -0
- package/input-autocomplete/esm/autocomplete-field/Component.d.ts +1 -1
- package/input-autocomplete/esm/autocomplete-field/Component.js +2 -2
- package/input-autocomplete/esm/shared/index.d.ts +1 -0
- package/input-autocomplete/esm/shared/index.js +2 -0
- package/input-autocomplete/esm/utils.d.ts +39 -1
- package/input-autocomplete/esm/utils.js +45 -1
- package/input-autocomplete/modern/autocomplete-field/Component.d.ts +1 -1
- package/input-autocomplete/modern/autocomplete-field/Component.js +2 -2
- package/input-autocomplete/modern/shared/index.d.ts +1 -0
- package/input-autocomplete/modern/shared/index.js +2 -0
- package/input-autocomplete/modern/utils.d.ts +39 -1
- package/input-autocomplete/modern/utils.js +45 -1
- package/input-autocomplete/shared/index.d.ts +1 -0
- package/input-autocomplete/shared/index.js +8 -0
- package/input-autocomplete/shared/package.json +3 -0
- package/input-autocomplete/utils.d.ts +39 -1
- package/input-autocomplete/utils.js +46 -0
- package/international-phone-input/{esm/Component-202ae1dc.d.ts → Component-c241b310.d.ts} +1 -1
- package/international-phone-input/Component.responsive-8566963f.d.ts +2 -2
- package/international-phone-input/components/base-international-phone-input/Component.js +3 -10
- package/international-phone-input/{Component-202ae1dc.d.ts → cssm/Component-c241b310.d.ts} +1 -1
- package/international-phone-input/cssm/Component.responsive-8566963f.d.ts +2 -2
- package/international-phone-input/cssm/components/base-international-phone-input/Component.js +3 -10
- package/international-phone-input/cssm/index-8566963f.d.ts +2 -2
- package/international-phone-input/cssm/{index-202ae1dc.d.ts → index-c241b310.d.ts} +1 -1
- package/international-phone-input/cssm/shared/index.d.ts +1 -0
- package/international-phone-input/cssm/shared/index.js +8 -0
- package/international-phone-input/cssm/{typings-202ae1dc.d.ts → typings-c241b310.d.ts} +5 -0
- package/international-phone-input/cssm/typings-c29389e5.d.ts +9 -4
- package/international-phone-input/cssm/utils/index.d.ts +56 -1
- package/international-phone-input/cssm/utils/index.js +61 -0
- package/international-phone-input/{esm/utils-d2597f31.d.ts → cssm/utils-89376c31.d.ts} +27 -1
- package/international-phone-input/{cssm/Component-202ae1dc.d.ts → esm/Component-c241b310.d.ts} +1 -1
- package/international-phone-input/esm/Component.responsive-8566963f.d.ts +2 -2
- package/international-phone-input/esm/components/base-international-phone-input/Component.js +3 -10
- package/international-phone-input/esm/index-8566963f.d.ts +2 -2
- package/international-phone-input/esm/{index-202ae1dc.d.ts → index-c241b310.d.ts} +1 -1
- package/international-phone-input/esm/shared/index.d.ts +1 -0
- package/international-phone-input/esm/shared/index.js +6 -0
- package/international-phone-input/esm/{typings-202ae1dc.d.ts → typings-c241b310.d.ts} +5 -0
- package/international-phone-input/esm/typings-c29389e5.d.ts +9 -4
- package/international-phone-input/esm/utils/index.d.ts +56 -1
- package/international-phone-input/esm/utils/index.js +61 -2
- package/international-phone-input/{cssm/utils-d2597f31.d.ts → esm/utils-89376c31.d.ts} +27 -1
- package/international-phone-input/index-8566963f.d.ts +2 -2
- package/international-phone-input/{index-202ae1dc.d.ts → index-c241b310.d.ts} +1 -1
- package/international-phone-input/modern/{Component-202ae1dc.d.ts → Component-c241b310.d.ts} +1 -1
- package/international-phone-input/modern/Component.responsive-8566963f.d.ts +2 -2
- package/international-phone-input/modern/components/base-international-phone-input/Component.js +3 -1
- package/international-phone-input/modern/index-8566963f.d.ts +2 -2
- package/international-phone-input/modern/{index-202ae1dc.d.ts → index-c241b310.d.ts} +1 -1
- package/international-phone-input/modern/shared/index.d.ts +1 -0
- package/international-phone-input/modern/shared/index.js +5 -0
- package/international-phone-input/modern/{typings-202ae1dc.d.ts → typings-c241b310.d.ts} +5 -0
- package/international-phone-input/modern/typings-c29389e5.d.ts +9 -4
- package/international-phone-input/modern/utils/index.d.ts +56 -1
- package/international-phone-input/modern/utils/index.js +61 -2
- package/international-phone-input/modern/{utils-d2597f31.d.ts → utils-89376c31.d.ts} +27 -1
- package/international-phone-input/shared/index.d.ts +1 -0
- package/international-phone-input/shared/index.js +8 -0
- package/international-phone-input/shared/package.json +3 -0
- package/international-phone-input/{typings-202ae1dc.d.ts → typings-c241b310.d.ts} +5 -0
- package/international-phone-input/typings-c29389e5.d.ts +9 -4
- package/international-phone-input/utils/index.d.ts +56 -1
- package/international-phone-input/utils/index.js +61 -0
- package/international-phone-input/{utils-d2597f31.d.ts → utils-89376c31.d.ts} +27 -1
- package/modal/components/content/Component.js +2 -3
- package/modal/components/controls/Component.js +3 -4
- package/modal/components/footer/Component.js +3 -4
- package/modal/components/header/Component.js +2 -3
- package/modal/cssm/components/content/Component.js +2 -3
- package/modal/cssm/components/controls/Component.js +2 -3
- package/modal/cssm/components/footer/Component.js +2 -3
- package/modal/cssm/components/header/Component.js +2 -3
- package/modal/cssm/utils.js +8 -10
- package/modal/esm/Component.responsive.js +2 -3
- package/modal/esm/components/content/Component.js +1 -2
- package/modal/esm/components/controls/Component.js +2 -3
- package/modal/esm/components/controls/index.js +2 -3
- package/modal/esm/components/footer/Component.js +2 -3
- package/modal/esm/components/header/Component.js +1 -2
- package/modal/esm/desktop/Component.desktop.js +2 -3
- package/modal/esm/desktop/index.js +2 -3
- package/modal/esm/index.js +2 -3
- package/modal/esm/mobile/Component.mobile.js +2 -3
- package/modal/esm/mobile/index.js +2 -3
- package/modal/esm/shared/index.js +1 -3
- package/modal/esm/utils.js +1 -3
- package/modal/modern/Component.responsive.js +2 -3
- package/modal/modern/components/content/Component.js +1 -2
- package/modal/modern/components/controls/Component.js +2 -3
- package/modal/modern/components/controls/index.js +2 -3
- package/modal/modern/components/footer/Component.js +2 -3
- package/modal/modern/components/header/Component.js +1 -2
- package/modal/modern/desktop/Component.desktop.js +2 -3
- package/modal/modern/desktop/index.js +2 -3
- package/modal/modern/index.js +2 -3
- package/modal/modern/mobile/Component.mobile.js +2 -3
- package/modal/modern/mobile/index.js +2 -3
- package/modal/modern/shared/index.js +1 -3
- package/modal/modern/utils.js +1 -3
- package/modal/utils.js +8 -10
- package/navigation-bar/components/back-arrow-addon/index.css +4 -0
- package/navigation-bar/components/closer/index.css +2 -0
- package/navigation-bar/cssm/components/back-arrow-addon/index.module.css +4 -0
- package/navigation-bar/cssm/components/closer/index.module.css +2 -0
- package/navigation-bar/esm/components/back-arrow-addon/index.css +4 -0
- package/navigation-bar/esm/components/closer/index.css +2 -0
- package/navigation-bar/modern/components/back-arrow-addon/index.css +4 -0
- package/navigation-bar/modern/components/closer/index.css +2 -0
- package/number-input/cssm/shared/index.d.ts +1 -0
- package/number-input/cssm/shared/index.js +7 -0
- package/number-input/cssm/utils.d.ts +12 -1
- package/number-input/cssm/utils.js +14 -0
- package/number-input/esm/shared/index.d.ts +1 -0
- package/number-input/esm/shared/index.js +3 -0
- package/number-input/esm/utils.d.ts +12 -1
- package/number-input/esm/utils.js +15 -2
- package/number-input/modern/shared/index.d.ts +1 -0
- package/number-input/modern/shared/index.js +3 -0
- package/number-input/modern/utils.d.ts +12 -1
- package/number-input/modern/utils.js +15 -2
- package/number-input/shared/index.d.ts +1 -0
- package/number-input/shared/index.js +7 -0
- package/number-input/shared/package.json +3 -0
- package/number-input/utils.d.ts +12 -1
- package/number-input/utils.js +14 -0
- package/package.json +1 -1
- package/pass-code/components/KeyPad/Component.js +2 -2
- package/pass-code/components/KeyPadButton/Component.d.ts +5 -1
- package/pass-code/components/KeyPadButton/Component.js +2 -2
- package/pass-code/cssm/components/KeyPad/Component.js +2 -2
- package/pass-code/cssm/components/KeyPadButton/Component.d.ts +5 -1
- package/pass-code/cssm/components/KeyPadButton/Component.js +2 -2
- package/pass-code/cssm/shared/index.d.ts +1 -0
- package/pass-code/cssm/shared/index.js +7 -0
- package/pass-code/cssm/utils.d.ts +10 -0
- package/pass-code/cssm/utils.js +17 -0
- package/pass-code/esm/components/KeyPad/Component.js +2 -2
- package/pass-code/esm/components/KeyPadButton/Component.d.ts +5 -1
- package/pass-code/esm/components/KeyPadButton/Component.js +2 -2
- package/pass-code/esm/shared/index.d.ts +1 -0
- package/pass-code/esm/shared/index.js +2 -0
- package/pass-code/esm/utils.d.ts +10 -0
- package/pass-code/esm/utils.js +15 -0
- package/pass-code/modern/components/KeyPad/Component.js +2 -2
- package/pass-code/modern/components/KeyPadButton/Component.d.ts +5 -1
- package/pass-code/modern/components/KeyPadButton/Component.js +2 -2
- package/pass-code/modern/shared/index.d.ts +1 -0
- package/pass-code/modern/shared/index.js +2 -0
- package/pass-code/modern/utils.d.ts +10 -0
- package/pass-code/modern/utils.js +15 -0
- package/pass-code/shared/index.d.ts +1 -0
- package/pass-code/shared/index.js +7 -0
- package/pass-code/shared/package.json +3 -0
- package/pass-code/utils.d.ts +10 -0
- package/pass-code/utils.js +17 -0
- package/pattern-lock/cssm/shared/index.d.ts +1 -0
- package/pattern-lock/cssm/shared/index.js +7 -0
- package/pattern-lock/cssm/utils.d.ts +7 -1
- package/pattern-lock/cssm/utils.js +10 -0
- package/pattern-lock/esm/shared/index.d.ts +1 -0
- package/pattern-lock/esm/shared/index.js +4 -0
- package/pattern-lock/esm/utils.d.ts +7 -1
- package/pattern-lock/esm/utils.js +10 -1
- package/pattern-lock/modern/shared/index.d.ts +1 -0
- package/pattern-lock/modern/shared/index.js +3 -0
- package/pattern-lock/modern/utils.d.ts +7 -1
- package/pattern-lock/modern/utils.js +10 -1
- package/pattern-lock/shared/index.d.ts +1 -0
- package/pattern-lock/shared/index.js +7 -0
- package/pattern-lock/shared/package.json +3 -0
- package/pattern-lock/utils.d.ts +7 -1
- package/pattern-lock/utils.js +10 -0
- package/picker-button/cssm/typings-c29389e5.d.ts +4 -0
- package/picker-button/cssm/utils-89376c31.d.ts +67 -0
- package/picker-button/esm/typings-c29389e5.d.ts +4 -0
- package/picker-button/esm/utils-89376c31.d.ts +67 -0
- package/picker-button/modern/typings-c29389e5.d.ts +4 -0
- package/picker-button/modern/utils-89376c31.d.ts +67 -0
- package/picker-button/typings-c29389e5.d.ts +4 -0
- package/picker-button/utils-89376c31.d.ts +67 -0
- package/popup-sheet/cssm/shared/index.d.ts +1 -0
- package/popup-sheet/cssm/shared/index.js +7 -0
- package/popup-sheet/cssm/utils.d.ts +5 -0
- package/popup-sheet/cssm/utils.js +12 -0
- package/popup-sheet/esm/shared/index.d.ts +1 -0
- package/popup-sheet/esm/shared/index.js +2 -0
- package/popup-sheet/esm/utils.d.ts +5 -0
- package/popup-sheet/esm/utils.js +10 -0
- package/popup-sheet/modern/shared/index.d.ts +1 -0
- package/popup-sheet/modern/shared/index.js +2 -0
- package/popup-sheet/modern/utils.d.ts +5 -0
- package/popup-sheet/modern/utils.js +10 -0
- package/popup-sheet/shared/index.d.ts +1 -0
- package/popup-sheet/shared/index.js +7 -0
- package/popup-sheet/shared/package.json +3 -0
- package/popup-sheet/utils.d.ts +5 -0
- package/popup-sheet/utils.js +12 -0
- package/pure-cell/component-8ae5e9f0.d.ts +211 -0
- package/pure-cell/component-8ae5e9f0.js +198 -0
- package/pure-cell/{component-5a229016.d.ts → component-fd7196d2.d.ts} +1 -0
- package/pure-cell/component.js +3 -11
- package/pure-cell/components/addon/component.d.ts +0 -24
- package/pure-cell/components/addon/component.js +5 -15
- 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.d.ts +0 -25
- package/pure-cell/components/amount/component.js +8 -19
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +2 -2
- package/pure-cell/components/amount-title/component.d.ts +0 -22
- package/pure-cell/components/amount-title/component.js +8 -20
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +2 -2
- package/pure-cell/components/category/component.d.ts +0 -25
- package/pure-cell/components/category/component.js +5 -19
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +2 -2
- package/pure-cell/components/content/component.js +2 -2
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +2 -2
- package/pure-cell/components/footer/component.d.ts +0 -20
- package/pure-cell/components/footer/component.js +5 -15
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +2 -2
- package/pure-cell/components/footer-button/component.d.ts +0 -14
- package/pure-cell/components/footer-button/component.js +6 -15
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +2 -2
- package/pure-cell/components/footer-text/component.d.ts +0 -21
- package/pure-cell/components/footer-text/component.js +5 -11
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +2 -2
- package/pure-cell/components/graphics/component.d.ts +0 -20
- package/pure-cell/components/graphics/component.js +5 -15
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +2 -2
- package/pure-cell/components/main/component.js +2 -2
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +2 -2
- package/pure-cell/components/text/component.js +2 -2
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +2 -2
- package/pure-cell/cssm/component-4445c77d.d.ts +211 -0
- package/pure-cell/cssm/component-4445c77d.js +187 -0
- package/pure-cell/cssm/{component-5a229016.d.ts → component-fd7196d2.d.ts} +1 -0
- package/pure-cell/cssm/component.js +3 -11
- package/pure-cell/cssm/components/addon/component.d.ts +0 -24
- package/pure-cell/cssm/components/addon/component.js +6 -14
- 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.d.ts +0 -25
- package/pure-cell/cssm/components/amount/component.js +9 -18
- package/pure-cell/cssm/components/amount/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount/index.js +2 -2
- package/pure-cell/cssm/components/amount-title/component.d.ts +0 -22
- package/pure-cell/cssm/components/amount-title/component.js +9 -19
- package/pure-cell/cssm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount-title/index.js +2 -2
- package/pure-cell/cssm/components/category/component.d.ts +0 -25
- package/pure-cell/cssm/components/category/component.js +6 -18
- package/pure-cell/cssm/components/category/index.d.ts +1 -1
- package/pure-cell/cssm/components/category/index.js +2 -2
- package/pure-cell/cssm/components/content/component.js +2 -2
- package/pure-cell/cssm/components/content/index.d.ts +1 -1
- package/pure-cell/cssm/components/content/index.js +2 -2
- package/pure-cell/cssm/components/footer/component.d.ts +0 -20
- package/pure-cell/cssm/components/footer/component.js +6 -14
- package/pure-cell/cssm/components/footer/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer/index.js +2 -2
- package/pure-cell/cssm/components/footer-button/component.d.ts +0 -14
- package/pure-cell/cssm/components/footer-button/component.js +7 -14
- package/pure-cell/cssm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-button/index.js +2 -2
- package/pure-cell/cssm/components/footer-text/component.d.ts +0 -21
- package/pure-cell/cssm/components/footer-text/component.js +5 -11
- package/pure-cell/cssm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-text/index.js +2 -2
- package/pure-cell/cssm/components/graphics/component.d.ts +0 -20
- package/pure-cell/cssm/components/graphics/component.js +6 -14
- package/pure-cell/cssm/components/graphics/index.d.ts +1 -1
- package/pure-cell/cssm/components/graphics/index.js +2 -2
- package/pure-cell/cssm/components/main/component.js +2 -2
- package/pure-cell/cssm/components/main/index.d.ts +1 -1
- package/pure-cell/cssm/components/main/index.js +2 -2
- package/pure-cell/cssm/components/text/component.js +2 -2
- package/pure-cell/cssm/components/text/index.d.ts +1 -1
- package/pure-cell/cssm/components/text/index.js +2 -2
- package/pure-cell/cssm/index.d.ts +1 -1
- package/pure-cell/cssm/index.js +2 -2
- package/pure-cell/cssm/shared/index.d.ts +1 -0
- package/pure-cell/cssm/shared/index.js +7 -0
- package/pure-cell/cssm/utils.d.ts +20 -0
- package/pure-cell/cssm/utils.js +27 -0
- package/pure-cell/esm/component-7bedc2d7.d.ts +211 -0
- package/pure-cell/esm/component-7bedc2d7.js +180 -0
- package/pure-cell/esm/{component-5a229016.d.ts → component-fd7196d2.d.ts} +1 -0
- package/pure-cell/esm/component.js +2 -10
- package/pure-cell/esm/components/addon/component.d.ts +0 -24
- package/pure-cell/esm/components/addon/component.js +11 -13
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +8 -1
- package/pure-cell/esm/components/amount/component.d.ts +0 -25
- package/pure-cell/esm/components/amount/component.js +11 -17
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +6 -2
- package/pure-cell/esm/components/amount-title/component.d.ts +0 -22
- package/pure-cell/esm/components/amount-title/component.js +11 -18
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +6 -2
- package/pure-cell/esm/components/category/component.d.ts +0 -25
- package/pure-cell/esm/components/category/component.js +11 -18
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +8 -1
- package/pure-cell/esm/components/content/component.js +1 -9
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -9
- package/pure-cell/esm/components/footer/component.d.ts +0 -20
- package/pure-cell/esm/components/footer/component.js +11 -13
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +8 -1
- package/pure-cell/esm/components/footer-button/component.d.ts +0 -14
- package/pure-cell/esm/components/footer-button/component.js +11 -14
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +8 -2
- package/pure-cell/esm/components/footer-text/component.d.ts +0 -21
- package/pure-cell/esm/components/footer-text/component.js +11 -10
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +8 -1
- package/pure-cell/esm/components/graphics/component.d.ts +0 -20
- package/pure-cell/esm/components/graphics/component.js +11 -13
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +8 -1
- package/pure-cell/esm/components/main/component.js +1 -9
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -9
- package/pure-cell/esm/components/text/component.js +1 -9
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -9
- package/pure-cell/esm/index.d.ts +1 -1
- package/pure-cell/esm/index.js +1 -9
- package/pure-cell/esm/shared/index.d.ts +1 -0
- package/pure-cell/esm/shared/index.js +2 -0
- package/pure-cell/esm/utils.d.ts +20 -0
- package/pure-cell/esm/utils.js +25 -0
- package/pure-cell/index.d.ts +1 -1
- package/pure-cell/index.js +2 -2
- package/pure-cell/modern/component-edffa17d.d.ts +211 -0
- package/pure-cell/modern/component-edffa17d.js +169 -0
- package/pure-cell/modern/{component-5a229016.d.ts → component-fd7196d2.d.ts} +1 -0
- package/pure-cell/modern/component.js +2 -10
- package/pure-cell/modern/components/addon/component.d.ts +0 -24
- package/pure-cell/modern/components/addon/component.js +10 -10
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +7 -1
- package/pure-cell/modern/components/amount/component.d.ts +0 -25
- package/pure-cell/modern/components/amount/component.js +10 -13
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +6 -2
- package/pure-cell/modern/components/amount-title/component.d.ts +0 -22
- package/pure-cell/modern/components/amount-title/component.js +10 -21
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +6 -2
- package/pure-cell/modern/components/category/component.d.ts +0 -25
- package/pure-cell/modern/components/category/component.js +10 -15
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +7 -1
- package/pure-cell/modern/components/content/component.js +1 -9
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -9
- package/pure-cell/modern/components/footer/component.d.ts +0 -20
- package/pure-cell/modern/components/footer/component.js +10 -10
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +7 -1
- package/pure-cell/modern/components/footer-button/component.d.ts +0 -14
- package/pure-cell/modern/components/footer-button/component.js +10 -10
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +8 -2
- package/pure-cell/modern/components/footer-text/component.d.ts +0 -21
- package/pure-cell/modern/components/footer-text/component.js +10 -7
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +7 -1
- package/pure-cell/modern/components/graphics/component.d.ts +0 -20
- package/pure-cell/modern/components/graphics/component.js +10 -10
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +7 -1
- package/pure-cell/modern/components/main/component.js +1 -9
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -9
- package/pure-cell/modern/components/text/component.js +1 -9
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -9
- package/pure-cell/modern/index.d.ts +1 -1
- package/pure-cell/modern/index.js +1 -9
- package/pure-cell/modern/shared/index.d.ts +1 -0
- package/pure-cell/modern/shared/index.js +2 -0
- package/pure-cell/modern/utils.d.ts +20 -0
- package/pure-cell/modern/utils.js +25 -0
- package/pure-cell/shared/index.d.ts +1 -0
- package/pure-cell/shared/index.js +7 -0
- package/pure-cell/shared/package.json +3 -0
- package/pure-cell/utils.d.ts +20 -0
- package/pure-cell/utils.js +27 -0
- package/select/components/base-select/Component.js +1 -1
- package/select/cssm/components/base-select/Component.js +1 -1
- package/select/{hook-3f57caa8.js → cssm/hook-4aad7127.js} +1 -1
- package/select/cssm/mobile/Component.mobile.js +1 -1
- package/select/cssm/presets/index.js +1 -1
- package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +2 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +4 -3
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/cssm/shared/index.js +2 -1
- package/select/cssm/utils.d.ts +27 -1
- package/select/cssm/utils.js +30 -0
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/components/base-select/Component.js +1 -1
- package/select/esm/components/native-select/Component.js +1 -0
- package/select/esm/components/native-select/index.js +1 -0
- package/select/esm/{hook-9652899e.js → hook-b4192713.js} +2 -2
- package/select/esm/index.js +1 -1
- package/select/esm/mobile/Component.mobile.js +1 -1
- package/select/esm/mobile/Component.modal.mobile.js +1 -1
- package/select/esm/mobile/index.js +1 -1
- package/select/esm/presets/index.js +2 -2
- package/select/esm/presets/useSelectWithApply/hook.js +2 -2
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +2 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +4 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +2 -2
- package/select/esm/shared/index.js +3 -3
- package/select/esm/utils.d.ts +27 -1
- package/select/esm/utils.js +30 -1
- package/select/{cssm/hook-2f9ec939.js → hook-5269e0eb.js} +1 -1
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/native-select/Component.js +1 -0
- package/select/modern/components/native-select/index.js +1 -0
- package/select/modern/{hook-3e36491b.js → hook-328d58fb.js} +2 -2
- package/select/modern/index.js +1 -1
- package/select/modern/mobile/Component.mobile.js +1 -1
- package/select/modern/mobile/Component.modal.mobile.js +1 -1
- package/select/modern/mobile/index.js +1 -1
- package/select/modern/presets/index.js +2 -2
- package/select/modern/presets/useSelectWithApply/hook.js +2 -2
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +2 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +4 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +2 -2
- package/select/modern/shared/index.js +3 -3
- package/select/modern/utils.d.ts +27 -1
- package/select/modern/utils.js +30 -1
- 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/footer/Component.d.ts +2 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +4 -3
- 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 +2 -1
- package/select/utils.d.ts +27 -1
- package/select/utils.js +30 -0
- package/slider/Component.d.ts +8 -0
- package/slider/Component.js +20 -4
- package/slider/cssm/Component.d.ts +8 -0
- package/slider/cssm/Component.js +20 -4
- package/slider/esm/Component.d.ts +8 -0
- package/slider/esm/Component.js +20 -4
- package/slider/modern/Component.d.ts +8 -0
- package/slider/modern/Component.js +20 -4
- package/slider-input/Component.d.ts +16 -0
- package/slider-input/Component.js +2 -2
- package/slider-input/cssm/Component.d.ts +16 -0
- package/slider-input/cssm/Component.js +2 -2
- package/slider-input/esm/Component.d.ts +16 -0
- package/slider-input/esm/Component.js +2 -2
- package/slider-input/modern/Component.d.ts +16 -0
- package/slider-input/modern/Component.js +2 -2
- package/sortable-list/Component.js +2 -2
- package/sortable-list/components/item/Components.js +2 -2
- package/sortable-list/cssm/Component.js +2 -2
- package/sortable-list/cssm/components/item/Components.js +2 -2
- package/sortable-list/cssm/shared/index.d.ts +1 -0
- package/sortable-list/cssm/shared/index.js +7 -0
- package/sortable-list/cssm/types.d.ts +5 -0
- package/sortable-list/cssm/utils.d.ts +5 -1
- package/sortable-list/cssm/utils.js +8 -0
- package/sortable-list/esm/Component.js +2 -2
- package/sortable-list/esm/components/item/Components.js +2 -2
- package/sortable-list/esm/shared/index.d.ts +1 -0
- package/sortable-list/esm/shared/index.js +3 -0
- package/sortable-list/esm/types.d.ts +5 -0
- package/sortable-list/esm/utils.d.ts +5 -1
- package/sortable-list/esm/utils.js +8 -1
- package/sortable-list/modern/Component.js +2 -2
- package/sortable-list/modern/components/item/Components.js +2 -2
- package/sortable-list/modern/shared/index.d.ts +1 -0
- package/sortable-list/modern/shared/index.js +2 -0
- package/sortable-list/modern/types.d.ts +5 -0
- package/sortable-list/modern/utils.d.ts +5 -1
- package/sortable-list/modern/utils.js +9 -1
- package/sortable-list/shared/index.d.ts +1 -0
- package/sortable-list/shared/index.js +7 -0
- package/sortable-list/shared/package.json +3 -0
- package/sortable-list/types.d.ts +5 -0
- package/sortable-list/utils.d.ts +5 -1
- package/sortable-list/utils.js +8 -0
- package/system-message/cssm/shared/index.d.ts +1 -0
- package/system-message/cssm/shared/index.js +7 -0
- package/system-message/cssm/utils.d.ts +9 -1
- package/system-message/cssm/utils.js +12 -0
- package/system-message/esm/shared/index.d.ts +1 -0
- package/system-message/esm/shared/index.js +10 -0
- package/system-message/esm/utils.d.ts +9 -1
- package/system-message/esm/utils.js +12 -2
- package/system-message/modern/shared/index.d.ts +1 -0
- package/system-message/modern/shared/index.js +10 -0
- package/system-message/modern/utils.d.ts +9 -1
- package/system-message/modern/utils.js +12 -2
- package/system-message/shared/index.d.ts +1 -0
- package/system-message/shared/index.js +7 -0
- package/system-message/shared/package.json +3 -0
- package/system-message/utils.d.ts +9 -1
- package/system-message/utils.js +12 -0
- package/tab-bar/cssm/shared/index.d.ts +1 -0
- package/tab-bar/cssm/shared/index.js +7 -0
- package/tab-bar/cssm/utils.d.ts +5 -0
- package/tab-bar/cssm/utils.js +12 -0
- package/tab-bar/esm/shared/index.d.ts +1 -0
- package/tab-bar/esm/shared/index.js +2 -0
- package/tab-bar/esm/utils.d.ts +5 -0
- package/tab-bar/esm/utils.js +10 -0
- package/tab-bar/modern/shared/index.d.ts +1 -0
- package/tab-bar/modern/shared/index.js +2 -0
- package/tab-bar/modern/utils.d.ts +5 -0
- package/tab-bar/modern/utils.js +10 -0
- package/tab-bar/shared/index.d.ts +1 -0
- package/tab-bar/shared/index.js +7 -0
- package/tab-bar/shared/package.json +3 -0
- package/tab-bar/utils.d.ts +5 -0
- package/tab-bar/utils.js +12 -0
- package/tag/components/base-tag/Component.d.ts +10 -0
- package/tag/components/base-tag/Component.js +3 -2
- package/tag/components/base-tag/index.css +4 -0
- package/tag/cssm/components/base-tag/Component.d.ts +10 -0
- package/tag/cssm/components/base-tag/Component.js +2 -1
- package/tag/cssm/components/base-tag/index.module.css +4 -0
- package/tag/esm/components/base-tag/Component.d.ts +10 -0
- package/tag/esm/components/base-tag/Component.js +3 -2
- package/tag/esm/components/base-tag/index.css +4 -0
- package/tag/modern/components/base-tag/Component.d.ts +10 -0
- package/tag/modern/components/base-tag/Component.js +3 -2
- package/tag/modern/components/base-tag/index.css +4 -0
- package/textarea/Component.js +8 -10
- package/textarea/{PseudoTextArea-6bfaa8bd.js → PseudoTextArea-6b0dce10.js} +1 -1
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/cssm/Component.js +7 -9
- package/textarea/cssm/index.module.css +3 -3
- package/textarea/cssm/shared/index.d.ts +1 -0
- package/textarea/cssm/shared/index.js +7 -0
- package/textarea/cssm/utils.d.ts +10 -0
- package/textarea/cssm/utils.js +17 -0
- package/textarea/esm/Component.js +8 -10
- package/textarea/esm/{PseudoTextArea-2b230af0.js → PseudoTextArea-6bbe205a.js} +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/index.css +3 -3
- package/textarea/esm/index.js +1 -1
- package/textarea/esm/shared/index.d.ts +1 -0
- package/textarea/esm/shared/index.js +2 -0
- package/textarea/esm/utils.d.ts +10 -0
- package/textarea/esm/utils.js +15 -0
- package/textarea/index.css +3 -3
- package/textarea/modern/Component.js +3 -5
- package/textarea/modern/{PseudoTextArea-0b89b4a4.js → PseudoTextArea-6bd729a2.js} +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/index.css +3 -3
- package/textarea/modern/index.js +1 -1
- package/textarea/modern/shared/index.d.ts +1 -0
- package/textarea/modern/shared/index.js +2 -0
- package/textarea/modern/utils.d.ts +10 -0
- package/textarea/modern/utils.js +15 -0
- package/textarea/shared/index.d.ts +1 -0
- package/textarea/shared/index.js +7 -0
- package/textarea/shared/package.json +3 -0
- package/textarea/utils.d.ts +10 -0
- package/textarea/utils.js +17 -0
- package/themes/compiled/mobile-dark-bluetint.css +26 -27
- package/themes/dist/compiled/mobile-dark-bluetint.css +458 -458
- package/typography/common.module-4306b4f6.js +4 -0
- package/typography/cssm/title/common.module.css +3 -0
- package/typography/cssm/title/component.d.ts +7 -6
- package/typography/cssm/title/component.js +4 -3
- package/typography/cssm/title/index.d.ts +1 -1
- package/typography/cssm/title/index.js +1 -1
- package/typography/cssm/title/utils.d.ts +2 -0
- package/typography/cssm/title/utils.js +13 -0
- package/typography/cssm/title-mobile/component.d.ts +1 -1
- package/typography/cssm/title-mobile/component.js +1 -1
- package/typography/cssm/title-responsive/component.d.ts +1 -1
- package/typography/cssm/title-responsive/component.js +5 -1
- package/typography/esm/common.module-76facc75.js +4 -0
- package/typography/esm/component.js +4 -2
- package/typography/esm/index.js +4 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/common.css +3 -0
- package/typography/esm/title/component.d.ts +7 -6
- package/typography/esm/title/component.js +5 -4
- package/typography/esm/title/index.d.ts +1 -1
- package/typography/esm/title/index.js +5 -4
- package/typography/esm/title/utils.d.ts +2 -0
- package/typography/esm/title/utils.js +11 -0
- package/typography/esm/title-mobile/component.d.ts +1 -1
- package/typography/esm/title-mobile/component.js +5 -4
- package/typography/esm/title-mobile/index.js +3 -2
- package/typography/esm/title-responsive/component.d.ts +1 -1
- package/typography/esm/title-responsive/component.js +9 -4
- package/typography/esm/title-responsive/index.js +4 -2
- package/typography/modern/common.module-e2076252.js +4 -0
- package/typography/modern/component.js +4 -2
- package/typography/modern/index.js +4 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/common.css +3 -0
- package/typography/modern/title/component.d.ts +7 -6
- package/typography/modern/title/component.js +4 -3
- package/typography/modern/title/index.d.ts +1 -1
- package/typography/modern/title/index.js +5 -4
- package/typography/modern/title/utils.d.ts +2 -0
- package/typography/modern/title/utils.js +11 -0
- package/typography/modern/title-mobile/component.d.ts +1 -1
- package/typography/modern/title-mobile/component.js +5 -4
- package/typography/modern/title-mobile/index.js +3 -2
- package/typography/modern/title-responsive/component.d.ts +1 -1
- package/typography/modern/title-responsive/component.js +9 -4
- package/typography/modern/title-responsive/index.js +4 -2
- package/typography/text/component.js +1 -1
- package/typography/title/common.css +3 -0
- package/typography/title/component.d.ts +7 -6
- package/typography/title/component.js +5 -4
- package/typography/title/index.d.ts +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title/utils.d.ts +2 -0
- package/typography/title/utils.js +13 -0
- package/typography/title-mobile/component.d.ts +1 -1
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-responsive/component.d.ts +1 -1
- package/typography/title-responsive/component.js +6 -2
- package/universal-date-input/Component-c241b310.d.ts +38 -0
- package/universal-date-input/Component.responsive-71043c62.d.ts +1 -1
- package/universal-date-input/cssm/Component-c241b310.d.ts +38 -0
- package/universal-date-input/cssm/Component.responsive-71043c62.d.ts +1 -1
- package/universal-date-input/cssm/index-5712fce2.d.ts +4 -3
- package/universal-date-input/cssm/index-71043c62.d.ts +2 -2
- package/universal-date-input/cssm/{index-202ae1dc.d.ts → index-c241b310.d.ts} +1 -1
- package/universal-date-input/cssm/shared/index.d.ts +1 -0
- package/universal-date-input/cssm/shared/index.js +7 -0
- package/universal-date-input/cssm/typings-c241b310.d.ts +113 -0
- package/universal-date-input/cssm/utils/index.d.ts +13 -1
- package/universal-date-input/cssm/utils/index.js +24 -0
- package/universal-date-input/esm/Component-c241b310.d.ts +38 -0
- package/universal-date-input/esm/Component.responsive-71043c62.d.ts +1 -1
- package/universal-date-input/esm/Component.responsive.js +1 -1
- package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
- package/universal-date-input/esm/components/time-input/Component.js +1 -0
- package/universal-date-input/esm/components/time-input/index.js +1 -0
- package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
- package/universal-date-input/esm/desktop/index.js +1 -1
- package/universal-date-input/esm/index-5712fce2.d.ts +4 -3
- package/universal-date-input/esm/index-71043c62.d.ts +2 -2
- package/universal-date-input/esm/{index-202ae1dc.d.ts → index-c241b310.d.ts} +1 -1
- package/universal-date-input/esm/index.js +1 -1
- package/universal-date-input/esm/mask/index.js +1 -0
- package/universal-date-input/esm/mask/preprocessors.js +1 -0
- package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
- package/universal-date-input/esm/mobile/index.js +1 -1
- package/universal-date-input/esm/shared/index.d.ts +1 -0
- package/universal-date-input/esm/shared/index.js +7 -0
- package/universal-date-input/esm/typings-c241b310.d.ts +113 -0
- package/universal-date-input/esm/utils/index.d.ts +13 -1
- package/universal-date-input/esm/utils/index.js +24 -1
- package/universal-date-input/index-5712fce2.d.ts +4 -3
- package/universal-date-input/index-71043c62.d.ts +2 -2
- package/universal-date-input/{index-202ae1dc.d.ts → index-c241b310.d.ts} +1 -1
- package/universal-date-input/modern/Component-c241b310.d.ts +38 -0
- package/universal-date-input/modern/Component.responsive-71043c62.d.ts +1 -1
- package/universal-date-input/modern/Component.responsive.js +1 -1
- package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
- package/universal-date-input/modern/components/time-input/Component.js +1 -0
- package/universal-date-input/modern/components/time-input/index.js +1 -0
- package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
- package/universal-date-input/modern/desktop/index.js +1 -1
- package/universal-date-input/modern/index-5712fce2.d.ts +4 -3
- package/universal-date-input/modern/index-71043c62.d.ts +2 -2
- package/universal-date-input/modern/{index-202ae1dc.d.ts → index-c241b310.d.ts} +1 -1
- package/universal-date-input/modern/index.js +1 -1
- package/universal-date-input/modern/mask/index.js +1 -0
- package/universal-date-input/modern/mask/preprocessors.js +1 -0
- package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
- package/universal-date-input/modern/mobile/index.js +1 -1
- package/universal-date-input/modern/shared/index.d.ts +1 -0
- package/universal-date-input/modern/shared/index.js +7 -0
- package/universal-date-input/modern/typings-c241b310.d.ts +113 -0
- package/universal-date-input/modern/utils/index.d.ts +13 -1
- package/universal-date-input/modern/utils/index.js +24 -1
- package/universal-date-input/shared/index.d.ts +1 -0
- package/universal-date-input/shared/index.js +7 -0
- package/universal-date-input/shared/package.json +3 -0
- package/universal-date-input/typings-c241b310.d.ts +113 -0
- package/universal-date-input/utils/index.d.ts +13 -1
- package/universal-date-input/utils/index.js +24 -0
- package/modal/browser-a216f694.d.ts +0 -6
- package/modal/cssm/browser-a216f694.d.ts +0 -6
- package/modal/cssm/getDataTestId-73ea38f8.d.ts +0 -3
- package/modal/cssm/getDataTestId-73ea38f8.js +0 -6
- package/modal/cssm/index-a5b021bd.d.ts +0 -70
- package/modal/cssm/useCustomWebkitScrollbar-a216f694.d.ts +0 -2
- package/modal/esm/browser-a216f694.d.ts +0 -6
- package/modal/esm/getDataTestId-ebb790fe.d.ts +0 -3
- package/modal/esm/getDataTestId-ebb790fe.js +0 -6
- package/modal/esm/index-a5b021bd.d.ts +0 -70
- package/modal/esm/useCustomWebkitScrollbar-a216f694.d.ts +0 -2
- package/modal/getDataTestId-df239bc2.d.ts +0 -3
- package/modal/getDataTestId-df239bc2.js +0 -6
- package/modal/index-a5b021bd.d.ts +0 -70
- package/modal/modern/browser-a216f694.d.ts +0 -6
- package/modal/modern/getDataTestId-9f1ae57f.d.ts +0 -3
- package/modal/modern/getDataTestId-9f1ae57f.js +0 -6
- package/modal/modern/index-a5b021bd.d.ts +0 -70
- package/modal/modern/useCustomWebkitScrollbar-a216f694.d.ts +0 -2
- package/modal/useCustomWebkitScrollbar-a216f694.d.ts +0 -2
- package/picker-button/cssm/utils-d2597f31.d.ts +0 -41
- package/picker-button/esm/utils-d2597f31.d.ts +0 -41
- package/picker-button/modern/utils-d2597f31.d.ts +0 -41
- package/picker-button/utils-d2597f31.d.ts +0 -41
- package/pure-cell/component-e4b9399c.d.ts +0 -74
- package/pure-cell/component-e4b9399c.js +0 -119
- package/pure-cell/cssm/component-3ca297e4.d.ts +0 -74
- package/pure-cell/cssm/component-3ca297e4.js +0 -115
- package/pure-cell/esm/component-b6796cd0.d.ts +0 -74
- package/pure-cell/esm/component-b6796cd0.js +0 -111
- package/pure-cell/modern/component-9dd79207.d.ts +0 -74
- package/pure-cell/modern/component-9dd79207.js +0 -103
- package/typography/common.module-916c36bb.js +0 -4
- package/typography/esm/common.module-a36fca46.js +0 -4
- package/typography/modern/common.module-cd4fb372.js +0 -4
- package/universal-date-input/Component-202ae1dc.d.ts +0 -38
- package/universal-date-input/cssm/Component-202ae1dc.d.ts +0 -38
- package/universal-date-input/cssm/typings-202ae1dc.d.ts +0 -108
- package/universal-date-input/esm/Component-202ae1dc.d.ts +0 -38
- package/universal-date-input/esm/typings-202ae1dc.d.ts +0 -108
- package/universal-date-input/modern/Component-202ae1dc.d.ts +0 -38
- package/universal-date-input/modern/typings-202ae1dc.d.ts +0 -108
- package/universal-date-input/typings-202ae1dc.d.ts +0 -108
- /package/confirmation/{countdown-section-bad45551.d.ts → countdown-section-5de1c4b7.d.ts} +0 -0
- /package/confirmation/{countdown-section-bad45551.js → countdown-section-5de1c4b7.js} +0 -0
- /package/confirmation/esm/{countdown-section-493ddc88.d.ts → countdown-section-1ad93b6b.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-493ddc88.js → countdown-section-1ad93b6b.js} +0 -0
- /package/confirmation/modern/{countdown-section-8e2720be.d.ts → countdown-section-49426344.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-8e2720be.js → countdown-section-49426344.js} +0 -0
- /package/gallery/{buttons-41386a83.d.ts → buttons-82f484be.d.ts} +0 -0
- /package/gallery/{buttons-41386a83.js → buttons-82f484be.js} +0 -0
- /package/gallery/esm/{buttons-a16b76b3.d.ts → buttons-39caa328.d.ts} +0 -0
- /package/gallery/esm/{buttons-a16b76b3.js → buttons-39caa328.js} +0 -0
- /package/gallery/esm/{slide-61ee79e5.d.ts → slide-b0b55054.d.ts} +0 -0
- /package/gallery/esm/{slide-61ee79e5.js → slide-b0b55054.js} +0 -0
- /package/gallery/modern/{buttons-4c270945.d.ts → buttons-7d48fdac.d.ts} +0 -0
- /package/gallery/modern/{buttons-4c270945.js → buttons-7d48fdac.js} +0 -0
- /package/gallery/modern/{slide-d45d5b0f.d.ts → slide-cf2505ae.d.ts} +0 -0
- /package/gallery/modern/{slide-d45d5b0f.js → slide-cf2505ae.js} +0 -0
- /package/gallery/{slide-86569661.d.ts → slide-df0a615a.d.ts} +0 -0
- /package/gallery/{slide-86569661.js → slide-df0a615a.js} +0 -0
- /package/modal/esm/{layout.module-65b158a3.js → layout.module-4c70e469.js} +0 -0
- /package/modal/{layout.module-6de2fccf.js → layout.module-fffa9cc4.js} +0 -0
- /package/modal/modern/{layout.module-aabcece6.js → layout.module-80dc989b.js} +0 -0
- /package/select/cssm/{hook-2f9ec939.d.ts → hook-4aad7127.d.ts} +0 -0
- /package/select/esm/{hook-9652899e.d.ts → hook-b4192713.d.ts} +0 -0
- /package/select/{hook-3f57caa8.d.ts → hook-5269e0eb.d.ts} +0 -0
- /package/select/modern/{hook-3e36491b.d.ts → hook-328d58fb.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-6bfaa8bd.d.ts → PseudoTextArea-6b0dce10.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-2b230af0.d.ts → PseudoTextArea-6bbe205a.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-0b89b4a4.d.ts → PseudoTextArea-6bd729a2.d.ts} +0 -0
- /package/typography/{colors.module-c6767642.js → colors.module-542eef2a.js} +0 -0
- /package/typography/esm/{colors.module-96dc9eaf.js → colors.module-8bcdca4a.js} +0 -0
- /package/typography/modern/{colors.module-0a06cd10.js → colors.module-ba6381f2.js} +0 -0
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
export { ImagePreview } from './Component.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
|
-
import '
|
|
4
|
+
import '../../../../base-modal/esm';
|
|
5
5
|
import '../../context.js';
|
|
6
|
+
import '../../utils/utils.js';
|
|
7
|
+
import '../../../../typography/esm';
|
|
8
|
+
import 'tslib';
|
|
9
|
+
import '../../../../icon-button/esm';
|
|
10
|
+
import '../../../../tooltip/esm/desktop';
|
|
11
|
+
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
12
|
+
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
13
|
+
import '@alfalab/icons-glyph/CrossMIcon';
|
|
14
|
+
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
15
|
+
import '../image-viewer/component.js';
|
|
16
|
+
import 'element-closest';
|
|
17
|
+
import 'swiper';
|
|
18
|
+
import 'swiper/react';
|
|
19
|
+
import '@alfalab/hooks';
|
|
20
|
+
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
21
|
+
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
22
|
+
import '../../utils/constants.js';
|
|
23
|
+
import '../../slide-b0b55054.js';
|
|
24
|
+
import '../image-viewer/paths.js';
|
|
25
|
+
import 'swiper/swiper.min.css';
|
|
6
26
|
import './paths.js';
|
|
@@ -10,7 +10,7 @@ import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHea
|
|
|
10
10
|
import { GalleryContext } from '../../context.js';
|
|
11
11
|
import { getImageAlt, getImageKey } from '../../utils/utils.js';
|
|
12
12
|
import { TestIds } from '../../utils/constants.js';
|
|
13
|
-
import { s as styles, S as Slide } from '../../slide-
|
|
13
|
+
import { s as styles, S as Slide } from '../../slide-b0b55054.js';
|
|
14
14
|
import 'swiper/swiper.min.css';
|
|
15
15
|
import '../../../../typography/esm';
|
|
16
16
|
import './paths.js';
|
|
@@ -11,7 +11,7 @@ import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
|
11
11
|
import '../../context.js';
|
|
12
12
|
import '../../utils/utils.js';
|
|
13
13
|
import '../../utils/constants.js';
|
|
14
|
-
import '../../slide-
|
|
14
|
+
import '../../slide-b0b55054.js';
|
|
15
15
|
import '../../../../typography/esm';
|
|
16
16
|
import './paths.js';
|
|
17
17
|
import 'swiper/swiper.min.css';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../typography/esm';
|
|
4
|
-
export { S as Slide } from '../../slide-
|
|
4
|
+
export { S as Slide } from '../../slide-b0b55054.js';
|
|
5
5
|
import '../../utils/utils.js';
|
|
6
6
|
import '../../utils/constants.js';
|
|
7
7
|
import './paths.js';
|
|
@@ -7,12 +7,8 @@ import '../context.js';
|
|
|
7
7
|
import '../utils/utils.js';
|
|
8
8
|
import '../utils/constants.js';
|
|
9
9
|
import 'classnames';
|
|
10
|
-
import '
|
|
11
|
-
import './image-preview/paths.js';
|
|
12
|
-
import './header-info-block/Component.js';
|
|
10
|
+
import '../../../base-modal/esm';
|
|
13
11
|
import '../../../typography/esm';
|
|
14
|
-
import '../utils/split-filename.js';
|
|
15
|
-
import '../buttons-a16b76b3.js';
|
|
16
12
|
import 'tslib';
|
|
17
13
|
import '../../../icon-button/esm';
|
|
18
14
|
import '../../../tooltip/esm/desktop';
|
|
@@ -23,8 +19,13 @@ import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
|
23
19
|
import 'element-closest';
|
|
24
20
|
import 'swiper';
|
|
25
21
|
import 'swiper/react';
|
|
22
|
+
import '@alfalab/hooks';
|
|
26
23
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
27
24
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
28
|
-
import '../slide-
|
|
25
|
+
import '../slide-b0b55054.js';
|
|
29
26
|
import './image-viewer/paths.js';
|
|
30
27
|
import 'swiper/swiper.min.css';
|
|
28
|
+
import './image-preview/paths.js';
|
|
29
|
+
import './header-info-block/Component.js';
|
|
30
|
+
import '../utils/split-filename.js';
|
|
31
|
+
import '../buttons-39caa328.js';
|
|
@@ -4,7 +4,25 @@ import { getImageKey } from '../../utils/utils.js';
|
|
|
4
4
|
import { TestIds } from '../../utils/constants.js';
|
|
5
5
|
import { ImagePreview } from '../image-preview/Component.js';
|
|
6
6
|
import 'classnames';
|
|
7
|
+
import '../../../../base-modal/esm';
|
|
8
|
+
import '../../../../typography/esm';
|
|
9
|
+
import 'tslib';
|
|
10
|
+
import '../../../../icon-button/esm';
|
|
11
|
+
import '../../../../tooltip/esm/desktop';
|
|
12
|
+
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
13
|
+
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
14
|
+
import '@alfalab/icons-glyph/CrossMIcon';
|
|
15
|
+
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
16
|
+
import '../image-viewer/component.js';
|
|
17
|
+
import 'element-closest';
|
|
18
|
+
import 'swiper';
|
|
19
|
+
import 'swiper/react';
|
|
7
20
|
import '@alfalab/hooks';
|
|
21
|
+
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
22
|
+
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
23
|
+
import '../../slide-b0b55054.js';
|
|
24
|
+
import '../image-viewer/paths.js';
|
|
25
|
+
import 'swiper/swiper.min.css';
|
|
8
26
|
import '../image-preview/paths.js';
|
|
9
27
|
|
|
10
28
|
var styles = {"component":"gallery__component_1myob","preview":"gallery__preview_1myob"};
|
|
@@ -5,5 +5,23 @@ import '../../utils/utils.js';
|
|
|
5
5
|
import '../../utils/constants.js';
|
|
6
6
|
import '../image-preview/Component.js';
|
|
7
7
|
import 'classnames';
|
|
8
|
+
import '../../../../base-modal/esm';
|
|
9
|
+
import '../../../../typography/esm';
|
|
10
|
+
import 'tslib';
|
|
11
|
+
import '../../../../icon-button/esm';
|
|
12
|
+
import '../../../../tooltip/esm/desktop';
|
|
13
|
+
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
14
|
+
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
15
|
+
import '@alfalab/icons-glyph/CrossMIcon';
|
|
16
|
+
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
17
|
+
import '../image-viewer/component.js';
|
|
18
|
+
import 'element-closest';
|
|
19
|
+
import 'swiper';
|
|
20
|
+
import 'swiper/react';
|
|
8
21
|
import '@alfalab/hooks';
|
|
22
|
+
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
23
|
+
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
24
|
+
import '../../slide-b0b55054.js';
|
|
25
|
+
import '../image-viewer/paths.js';
|
|
26
|
+
import 'swiper/swiper.min.css';
|
|
9
27
|
import '../image-preview/paths.js';
|
package/gallery/esm/index.js
CHANGED
|
@@ -8,12 +8,7 @@ import './components/navigation-bar/Component.js';
|
|
|
8
8
|
import './context.js';
|
|
9
9
|
import './components/image-preview/Component.js';
|
|
10
10
|
import 'classnames';
|
|
11
|
-
import '@alfalab/hooks';
|
|
12
|
-
import './components/image-preview/paths.js';
|
|
13
|
-
import './components/header/Component.js';
|
|
14
|
-
import './components/header-info-block/Component.js';
|
|
15
11
|
import '../../typography/esm';
|
|
16
|
-
import './buttons-a16b76b3.js';
|
|
17
12
|
import 'tslib';
|
|
18
13
|
import '../../icon-button/esm';
|
|
19
14
|
import '../../tooltip/esm/desktop';
|
|
@@ -25,8 +20,13 @@ import './components/image-viewer/component.js';
|
|
|
25
20
|
import 'element-closest';
|
|
26
21
|
import 'swiper';
|
|
27
22
|
import 'swiper/react';
|
|
23
|
+
import '@alfalab/hooks';
|
|
28
24
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
29
25
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
30
|
-
import './slide-
|
|
26
|
+
import './slide-b0b55054.js';
|
|
31
27
|
import './components/image-viewer/paths.js';
|
|
32
28
|
import 'swiper/swiper.min.css';
|
|
29
|
+
import './components/image-preview/paths.js';
|
|
30
|
+
import './components/header/Component.js';
|
|
31
|
+
import './components/header-info-block/Component.js';
|
|
32
|
+
import './buttons-39caa328.js';
|
|
@@ -9,23 +9,23 @@ import { ImageViewer } from './components/image-viewer/component.js';
|
|
|
9
9
|
import './utils/utils.js';
|
|
10
10
|
import './utils/constants.js';
|
|
11
11
|
import './components/image-preview/Component.js';
|
|
12
|
-
import './components/image-preview/paths.js';
|
|
13
|
-
import './components/header-info-block/Component.js';
|
|
14
12
|
import '../../typography/modern';
|
|
15
|
-
import './utils/split-filename.js';
|
|
16
|
-
import './buttons-4c270945.js';
|
|
17
13
|
import '../../icon-button/modern';
|
|
18
14
|
import '../../tooltip/modern/desktop';
|
|
19
15
|
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
20
16
|
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
21
17
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
22
18
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
19
|
+
import './components/image-preview/paths.js';
|
|
20
|
+
import './components/header-info-block/Component.js';
|
|
21
|
+
import './utils/split-filename.js';
|
|
22
|
+
import './buttons-7d48fdac.js';
|
|
23
23
|
import 'element-closest';
|
|
24
24
|
import 'swiper';
|
|
25
25
|
import 'swiper/react';
|
|
26
26
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
27
27
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
28
|
-
import './slide-
|
|
28
|
+
import './slide-cf2505ae.js';
|
|
29
29
|
import './components/image-viewer/paths.js';
|
|
30
30
|
import 'swiper/swiper.min.css';
|
|
31
31
|
|
|
@@ -3,7 +3,7 @@ import { GalleryContext } from '../../context.js';
|
|
|
3
3
|
import { isSmallImage } from '../../utils/utils.js';
|
|
4
4
|
import { TestIds } from '../../utils/constants.js';
|
|
5
5
|
import { HeaderInfoBlock } from '../header-info-block/Component.js';
|
|
6
|
-
import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-
|
|
6
|
+
import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-7d48fdac.js';
|
|
7
7
|
import '../../../../typography/modern';
|
|
8
8
|
import '../../utils/split-filename.js';
|
|
9
9
|
import '../../../../icon-button/modern';
|
|
@@ -5,4 +5,4 @@ import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
|
5
5
|
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
6
6
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
7
7
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
8
|
-
export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-
|
|
8
|
+
export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-7d48fdac.js';
|
|
@@ -6,7 +6,7 @@ import '../../utils/constants.js';
|
|
|
6
6
|
import '../header-info-block/Component.js';
|
|
7
7
|
import '../../../../typography/modern';
|
|
8
8
|
import '../../utils/split-filename.js';
|
|
9
|
-
import '../../buttons-
|
|
9
|
+
import '../../buttons-7d48fdac.js';
|
|
10
10
|
import '../../../../icon-button/modern';
|
|
11
11
|
import '../../../../tooltip/modern/desktop';
|
|
12
12
|
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
@@ -1,8 +1,27 @@
|
|
|
1
1
|
import React, { useContext, useRef } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import
|
|
3
|
+
import '../../../../base-modal/modern';
|
|
4
4
|
import { GalleryContext } from '../../context.js';
|
|
5
|
+
import { getImageAlt } from '../../utils/utils.js';
|
|
6
|
+
import '../../../../typography/modern';
|
|
7
|
+
import '../../../../icon-button/modern';
|
|
8
|
+
import '../../../../tooltip/modern/desktop';
|
|
9
|
+
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
10
|
+
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
11
|
+
import '@alfalab/icons-glyph/CrossMIcon';
|
|
12
|
+
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
13
|
+
import '../image-viewer/component.js';
|
|
14
|
+
import { useFocus } from '@alfalab/hooks';
|
|
5
15
|
import { NoImagePaths } from './paths.js';
|
|
16
|
+
import 'element-closest';
|
|
17
|
+
import 'swiper';
|
|
18
|
+
import 'swiper/react';
|
|
19
|
+
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
20
|
+
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
21
|
+
import '../../utils/constants.js';
|
|
22
|
+
import '../../slide-cf2505ae.js';
|
|
23
|
+
import '../image-viewer/paths.js';
|
|
24
|
+
import 'swiper/swiper.min.css';
|
|
6
25
|
|
|
7
26
|
const styles = {"component":"gallery__component_or3oo","active":"gallery__active_or3oo","image":"gallery__image_or3oo","preview":"gallery__preview_or3oo","loading":"gallery__loading_or3oo","brokenImageWrapper":"gallery__brokenImageWrapper_or3oo","brokenIcon":"gallery__brokenIcon_or3oo","focused":"gallery__focused_or3oo"};
|
|
8
27
|
require('./index.css');
|
|
@@ -27,9 +46,9 @@ const ImagePreview = ({ image, active = false, index, onSelect, className }) =>
|
|
|
27
46
|
React.createElement("rect", { width: '40', height: '40', fill: 'none' }),
|
|
28
47
|
React.createElement("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: NoImagePaths.baseImage, fill: '#89898A' }),
|
|
29
48
|
React.createElement("path", { d: NoImagePaths.triangleImage, fill: '#89898A' }))))) : (React.createElement("div", { className: cn(styles.preview, styles.image, {
|
|
30
|
-
[styles.broken]: isBroken,
|
|
31
49
|
[styles.loading]: !meta,
|
|
32
|
-
})
|
|
50
|
+
}) },
|
|
51
|
+
React.createElement("img", { src: image.src, alt: getImageAlt(image, index) })))));
|
|
33
52
|
};
|
|
34
53
|
|
|
35
54
|
export { ImagePreview };
|
|
@@ -44,12 +44,17 @@
|
|
|
44
44
|
-webkit-user-select: none;
|
|
45
45
|
user-select: none;
|
|
46
46
|
} .gallery__image_or3oo {
|
|
47
|
-
background-color: var(--color-light-bg-primary);
|
|
48
|
-
background-size: cover;
|
|
49
|
-
background-repeat: no-repeat;
|
|
50
|
-
background-position: center;
|
|
51
47
|
transition: opacity 0.15s ease-in-out
|
|
52
|
-
} .gallery__image_or3oo
|
|
48
|
+
} .gallery__image_or3oo > img {
|
|
49
|
+
display: block;
|
|
50
|
+
background-color: var(--color-light-bg-primary);
|
|
51
|
+
width: 100%;
|
|
52
|
+
height: 100%;
|
|
53
|
+
border-radius: inherit;
|
|
54
|
+
object-fit: cover;
|
|
55
|
+
overflow: clip;
|
|
56
|
+
overflow-clip-margin: border-box;
|
|
57
|
+
} .gallery__image_or3oo:hover {
|
|
53
58
|
opacity: 0.7;
|
|
54
59
|
} .gallery__loading_or3oo {
|
|
55
60
|
background-color: var(--color-static-bg-secondary-dark)
|
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
export { ImagePreview } from './Component.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
|
-
import '
|
|
4
|
+
import '../../../../base-modal/modern';
|
|
5
5
|
import '../../context.js';
|
|
6
|
+
import '../../utils/utils.js';
|
|
7
|
+
import '../../../../typography/modern';
|
|
8
|
+
import '../../../../icon-button/modern';
|
|
9
|
+
import '../../../../tooltip/modern/desktop';
|
|
10
|
+
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
11
|
+
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
12
|
+
import '@alfalab/icons-glyph/CrossMIcon';
|
|
13
|
+
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
14
|
+
import '../image-viewer/component.js';
|
|
15
|
+
import 'element-closest';
|
|
16
|
+
import 'swiper';
|
|
17
|
+
import 'swiper/react';
|
|
18
|
+
import '@alfalab/hooks';
|
|
19
|
+
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
20
|
+
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
21
|
+
import '../../utils/constants.js';
|
|
22
|
+
import '../../slide-cf2505ae.js';
|
|
23
|
+
import '../image-viewer/paths.js';
|
|
24
|
+
import 'swiper/swiper.min.css';
|
|
6
25
|
import './paths.js';
|
|
@@ -9,7 +9,7 @@ import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHea
|
|
|
9
9
|
import { GalleryContext } from '../../context.js';
|
|
10
10
|
import { getImageAlt, getImageKey } from '../../utils/utils.js';
|
|
11
11
|
import { TestIds } from '../../utils/constants.js';
|
|
12
|
-
import { s as styles, S as Slide } from '../../slide-
|
|
12
|
+
import { s as styles, S as Slide } from '../../slide-cf2505ae.js';
|
|
13
13
|
import 'swiper/swiper.min.css';
|
|
14
14
|
import '../../../../typography/modern';
|
|
15
15
|
import './paths.js';
|
|
@@ -10,7 +10,7 @@ import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
|
10
10
|
import '../../context.js';
|
|
11
11
|
import '../../utils/utils.js';
|
|
12
12
|
import '../../utils/constants.js';
|
|
13
|
-
import '../../slide-
|
|
13
|
+
import '../../slide-cf2505ae.js';
|
|
14
14
|
import '../../../../typography/modern';
|
|
15
15
|
import './paths.js';
|
|
16
16
|
import 'swiper/swiper.min.css';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../typography/modern';
|
|
4
|
-
export { S as Slide } from '../../slide-
|
|
4
|
+
export { S as Slide } from '../../slide-cf2505ae.js';
|
|
5
5
|
import '../../utils/utils.js';
|
|
6
6
|
import '../../utils/constants.js';
|
|
7
7
|
import './paths.js';
|
|
@@ -7,12 +7,8 @@ import '../context.js';
|
|
|
7
7
|
import '../utils/utils.js';
|
|
8
8
|
import '../utils/constants.js';
|
|
9
9
|
import 'classnames';
|
|
10
|
-
import '
|
|
11
|
-
import './image-preview/paths.js';
|
|
12
|
-
import './header-info-block/Component.js';
|
|
10
|
+
import '../../../base-modal/modern';
|
|
13
11
|
import '../../../typography/modern';
|
|
14
|
-
import '../utils/split-filename.js';
|
|
15
|
-
import '../buttons-4c270945.js';
|
|
16
12
|
import '../../../icon-button/modern';
|
|
17
13
|
import '../../../tooltip/modern/desktop';
|
|
18
14
|
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
@@ -22,8 +18,13 @@ import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
|
22
18
|
import 'element-closest';
|
|
23
19
|
import 'swiper';
|
|
24
20
|
import 'swiper/react';
|
|
21
|
+
import '@alfalab/hooks';
|
|
25
22
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
26
23
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
27
|
-
import '../slide-
|
|
24
|
+
import '../slide-cf2505ae.js';
|
|
28
25
|
import './image-viewer/paths.js';
|
|
29
26
|
import 'swiper/swiper.min.css';
|
|
27
|
+
import './image-preview/paths.js';
|
|
28
|
+
import './header-info-block/Component.js';
|
|
29
|
+
import '../utils/split-filename.js';
|
|
30
|
+
import '../buttons-7d48fdac.js';
|
|
@@ -4,7 +4,24 @@ import { getImageKey } from '../../utils/utils.js';
|
|
|
4
4
|
import { TestIds } from '../../utils/constants.js';
|
|
5
5
|
import { ImagePreview } from '../image-preview/Component.js';
|
|
6
6
|
import 'classnames';
|
|
7
|
+
import '../../../../base-modal/modern';
|
|
8
|
+
import '../../../../typography/modern';
|
|
9
|
+
import '../../../../icon-button/modern';
|
|
10
|
+
import '../../../../tooltip/modern/desktop';
|
|
11
|
+
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
12
|
+
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
13
|
+
import '@alfalab/icons-glyph/CrossMIcon';
|
|
14
|
+
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
15
|
+
import '../image-viewer/component.js';
|
|
16
|
+
import 'element-closest';
|
|
17
|
+
import 'swiper';
|
|
18
|
+
import 'swiper/react';
|
|
7
19
|
import '@alfalab/hooks';
|
|
20
|
+
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
21
|
+
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
22
|
+
import '../../slide-cf2505ae.js';
|
|
23
|
+
import '../image-viewer/paths.js';
|
|
24
|
+
import 'swiper/swiper.min.css';
|
|
8
25
|
import '../image-preview/paths.js';
|
|
9
26
|
|
|
10
27
|
const styles = {"component":"gallery__component_1myob","preview":"gallery__preview_1myob"};
|
|
@@ -5,5 +5,22 @@ import '../../utils/utils.js';
|
|
|
5
5
|
import '../../utils/constants.js';
|
|
6
6
|
import '../image-preview/Component.js';
|
|
7
7
|
import 'classnames';
|
|
8
|
+
import '../../../../base-modal/modern';
|
|
9
|
+
import '../../../../typography/modern';
|
|
10
|
+
import '../../../../icon-button/modern';
|
|
11
|
+
import '../../../../tooltip/modern/desktop';
|
|
12
|
+
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
13
|
+
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
14
|
+
import '@alfalab/icons-glyph/CrossMIcon';
|
|
15
|
+
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
16
|
+
import '../image-viewer/component.js';
|
|
17
|
+
import 'element-closest';
|
|
18
|
+
import 'swiper';
|
|
19
|
+
import 'swiper/react';
|
|
8
20
|
import '@alfalab/hooks';
|
|
21
|
+
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
22
|
+
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
23
|
+
import '../../slide-cf2505ae.js';
|
|
24
|
+
import '../image-viewer/paths.js';
|
|
25
|
+
import 'swiper/swiper.min.css';
|
|
9
26
|
import '../image-preview/paths.js';
|
package/gallery/modern/index.js
CHANGED
|
@@ -8,12 +8,7 @@ import './components/navigation-bar/Component.js';
|
|
|
8
8
|
import './context.js';
|
|
9
9
|
import './components/image-preview/Component.js';
|
|
10
10
|
import 'classnames';
|
|
11
|
-
import '@alfalab/hooks';
|
|
12
|
-
import './components/image-preview/paths.js';
|
|
13
|
-
import './components/header/Component.js';
|
|
14
|
-
import './components/header-info-block/Component.js';
|
|
15
11
|
import '../../typography/modern';
|
|
16
|
-
import './buttons-4c270945.js';
|
|
17
12
|
import '../../icon-button/modern';
|
|
18
13
|
import '../../tooltip/modern/desktop';
|
|
19
14
|
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
@@ -24,8 +19,13 @@ import './components/image-viewer/component.js';
|
|
|
24
19
|
import 'element-closest';
|
|
25
20
|
import 'swiper';
|
|
26
21
|
import 'swiper/react';
|
|
22
|
+
import '@alfalab/hooks';
|
|
27
23
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
28
24
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
29
|
-
import './slide-
|
|
25
|
+
import './slide-cf2505ae.js';
|
|
30
26
|
import './components/image-viewer/paths.js';
|
|
31
27
|
import 'swiper/swiper.min.css';
|
|
28
|
+
import './components/image-preview/paths.js';
|
|
29
|
+
import './components/header/Component.js';
|
|
30
|
+
import './components/header-info-block/Component.js';
|
|
31
|
+
import './buttons-7d48fdac.js';
|
|
@@ -58,14 +58,12 @@
|
|
|
58
58
|
position: absolute;
|
|
59
59
|
top: 50%;
|
|
60
60
|
left: 50%;
|
|
61
|
-
transform: translate(-50%, -50%)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
.cc-cdn-icon {
|
|
61
|
+
transform: translate(-50%, -50%)
|
|
62
|
+
} .icon-view__children_1jgz8 svg,
|
|
63
|
+
.icon-view__children_1jgz8 .cc-cdn-icon {
|
|
65
64
|
width: 100%;
|
|
66
65
|
height: 100%;
|
|
67
|
-
}
|
|
68
|
-
} .icon-view__addons_1jgz8 {
|
|
66
|
+
} .icon-view__addons_1jgz8 {
|
|
69
67
|
display: flex;
|
|
70
68
|
align-items: center;
|
|
71
69
|
flex-shrink: 0;
|
|
@@ -57,14 +57,12 @@
|
|
|
57
57
|
position: absolute;
|
|
58
58
|
top: 50%;
|
|
59
59
|
left: 50%;
|
|
60
|
-
transform: translate(-50%, -50%)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
:global(.cc-cdn-icon) {
|
|
60
|
+
transform: translate(-50%, -50%)
|
|
61
|
+
} .children svg,
|
|
62
|
+
.children :global(.cc-cdn-icon) {
|
|
64
63
|
width: 100%;
|
|
65
64
|
height: 100%;
|
|
66
|
-
}
|
|
67
|
-
} .addons {
|
|
65
|
+
} .addons {
|
|
68
66
|
display: flex;
|
|
69
67
|
align-items: center;
|
|
70
68
|
flex-shrink: 0;
|
|
@@ -58,14 +58,12 @@
|
|
|
58
58
|
position: absolute;
|
|
59
59
|
top: 50%;
|
|
60
60
|
left: 50%;
|
|
61
|
-
transform: translate(-50%, -50%)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
.cc-cdn-icon {
|
|
61
|
+
transform: translate(-50%, -50%)
|
|
62
|
+
} .icon-view__children_1jgz8 svg,
|
|
63
|
+
.icon-view__children_1jgz8 .cc-cdn-icon {
|
|
65
64
|
width: 100%;
|
|
66
65
|
height: 100%;
|
|
67
|
-
}
|
|
68
|
-
} .icon-view__addons_1jgz8 {
|
|
66
|
+
} .icon-view__addons_1jgz8 {
|
|
69
67
|
display: flex;
|
|
70
68
|
align-items: center;
|
|
71
69
|
flex-shrink: 0;
|
|
@@ -58,14 +58,12 @@
|
|
|
58
58
|
position: absolute;
|
|
59
59
|
top: 50%;
|
|
60
60
|
left: 50%;
|
|
61
|
-
transform: translate(-50%, -50%)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
.cc-cdn-icon {
|
|
61
|
+
transform: translate(-50%, -50%)
|
|
62
|
+
} .icon-view__children_1jgz8 svg,
|
|
63
|
+
.icon-view__children_1jgz8 .cc-cdn-icon {
|
|
65
64
|
width: 100%;
|
|
66
65
|
height: 100%;
|
|
67
|
-
}
|
|
68
|
-
} .icon-view__addons_1jgz8 {
|
|
66
|
+
} .icon-view__addons_1jgz8 {
|
|
69
67
|
display: flex;
|
|
70
68
|
align-items: center;
|
|
71
69
|
flex-shrink: 0;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
3
|
var components_clearButton_Component = require('../components/clear-button/Component.js');
|
|
4
|
+
var utils = require('../utils.js');
|
|
4
5
|
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
exports.ClearButton = components_clearButton_Component.ClearButton;
|
|
9
|
+
exports.getInputTestIds = utils.getInputTestIds;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var coreComponentsShared = require('../../shared/cssm');
|
|
4
|
+
|
|
5
|
+
function getInputTestIds(dataTestId) {
|
|
6
|
+
return {
|
|
7
|
+
input: dataTestId,
|
|
8
|
+
inputWrapper: coreComponentsShared.getDataTestId(dataTestId, 'form-control'),
|
|
9
|
+
inputWrapperInner: coreComponentsShared.getDataTestId(dataTestId, 'form-control-inner'),
|
|
10
|
+
leftAddons: coreComponentsShared.getDataTestId(dataTestId, 'form-control-left-addons'),
|
|
11
|
+
rightAddons: coreComponentsShared.getDataTestId(dataTestId, 'form-control-right-addons'),
|
|
12
|
+
error: coreComponentsShared.getDataTestId(dataTestId, 'form-control-error-message'),
|
|
13
|
+
hint: coreComponentsShared.getDataTestId(dataTestId, 'form-control-hint'),
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
exports.getInputTestIds = getInputTestIds;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export { ClearButton } from '../components/clear-button/Component.js';
|
|
2
|
+
export { getInputTestIds } from '../utils.js';
|
|
2
3
|
import 'react';
|
|
3
4
|
import 'classnames';
|
|
4
5
|
import '../../../button/esm';
|
|
5
6
|
import '@alfalab/icons-glyph/CrossCircleMIcon';
|
|
7
|
+
import '../../../shared/esm';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { getDataTestId } from '../../shared/esm';
|
|
2
|
+
|
|
3
|
+
function getInputTestIds(dataTestId) {
|
|
4
|
+
return {
|
|
5
|
+
input: dataTestId,
|
|
6
|
+
inputWrapper: getDataTestId(dataTestId, 'form-control'),
|
|
7
|
+
inputWrapperInner: getDataTestId(dataTestId, 'form-control-inner'),
|
|
8
|
+
leftAddons: getDataTestId(dataTestId, 'form-control-left-addons'),
|
|
9
|
+
rightAddons: getDataTestId(dataTestId, 'form-control-right-addons'),
|
|
10
|
+
error: getDataTestId(dataTestId, 'form-control-error-message'),
|
|
11
|
+
hint: getDataTestId(dataTestId, 'form-control-hint'),
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export { getInputTestIds };
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export { ClearButton } from '../components/clear-button/Component.js';
|
|
2
|
+
export { getInputTestIds } from '../utils.js';
|
|
2
3
|
import 'react';
|
|
3
4
|
import 'classnames';
|
|
4
5
|
import '../../../button/modern';
|
|
5
6
|
import '@alfalab/icons-glyph/CrossCircleMIcon';
|
|
7
|
+
import '../../../shared/modern';
|