@alfalab/core-components 45.3.0-beta.1 → 45.4.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/button/components/base-button/Component.js +8 -9
- package/button/components/base-button/default.css +56 -24
- package/button/components/base-button/index.css +30 -6
- package/button/components/base-button/inverted.css +64 -21
- package/button/cssm/components/base-button/Component.js +5 -6
- package/button/cssm/components/base-button/default.module.css +56 -24
- package/button/cssm/components/base-button/index.module.css +30 -6
- package/button/cssm/components/base-button/inverted.module.css +64 -21
- package/button/cssm/desktop/default.desktop.module.css +34 -0
- package/button/cssm/desktop/desktop.module.css +20 -0
- package/button/cssm/desktop/inverted.desktop.module.css +36 -0
- package/button/cssm/mobile/default.mobile.module.css +34 -0
- package/button/cssm/mobile/inverted.mobile.module.css +36 -0
- package/button/cssm/mobile/mobile.module.css +20 -0
- package/button/cssm/typings.d.ts +1 -1
- package/button/cssm/vars.css +20 -0
- package/button/desktop/Component.desktop.js +2 -2
- package/button/desktop/default.desktop.css +34 -0
- package/button/desktop/desktop.css +20 -0
- package/button/desktop/inverted.desktop.css +36 -0
- package/button/esm/components/base-button/Component.js +8 -9
- package/button/esm/components/base-button/default.css +56 -24
- package/button/esm/components/base-button/index.css +30 -6
- package/button/esm/components/base-button/inverted.css +64 -21
- package/button/esm/desktop/Component.desktop.js +2 -2
- package/button/esm/desktop/default.desktop.css +34 -0
- package/button/esm/desktop/desktop.css +20 -0
- package/button/esm/desktop/inverted.desktop.css +36 -0
- package/button/esm/mobile/Component.mobile.js +2 -2
- package/button/esm/mobile/default.mobile.css +34 -0
- package/button/esm/mobile/inverted.mobile.css +36 -0
- package/button/esm/mobile/mobile.css +20 -0
- package/button/esm/typings.d.ts +1 -1
- package/button/mobile/Component.mobile.js +2 -2
- package/button/mobile/default.mobile.css +34 -0
- package/button/mobile/inverted.mobile.css +36 -0
- package/button/mobile/mobile.css +20 -0
- package/button/modern/components/base-button/Component.js +8 -9
- package/button/modern/components/base-button/default.css +56 -24
- package/button/modern/components/base-button/index.css +30 -6
- package/button/modern/components/base-button/inverted.css +64 -21
- package/button/modern/desktop/Component.desktop.js +2 -2
- package/button/modern/desktop/default.desktop.css +34 -0
- package/button/modern/desktop/desktop.css +20 -0
- package/button/modern/desktop/inverted.desktop.css +36 -0
- package/button/modern/mobile/Component.mobile.js +2 -2
- package/button/modern/mobile/default.mobile.css +34 -0
- package/button/modern/mobile/inverted.mobile.css +36 -0
- package/button/modern/mobile/mobile.css +20 -0
- package/button/modern/typings.d.ts +1 -1
- package/button/typings.d.ts +1 -1
- package/calendar/components/calendar-mobile/Component.js +14 -2
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/period-slider/Component.js +2 -2
- package/calendar/components/period-slider/utils.js +8 -0
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/cssm/components/calendar-mobile/Component.js +14 -2
- package/calendar/cssm/components/days-table/Component.js +1 -1
- package/calendar/cssm/components/period-slider/Component.js +2 -2
- package/calendar/cssm/components/period-slider/utils.js +8 -0
- package/calendar/cssm/components/select-button/Component.js +1 -1
- package/calendar/cssm/desktop/Component.desktop.js +1 -0
- package/calendar/desktop/Component.desktop.js +1 -0
- package/calendar/esm/Component.responsive.js +1 -0
- package/calendar/esm/components/calendar-mobile/Component.js +15 -2
- package/calendar/esm/components/calendar-mobile/index.js +1 -0
- package/calendar/esm/components/days-table/Component.js +1 -1
- package/calendar/esm/components/period-slider/Component.js +3 -2
- package/calendar/esm/components/period-slider/index.js +1 -0
- package/calendar/esm/components/period-slider/utils.js +7 -0
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/desktop/Component.desktop.js +1 -0
- package/calendar/esm/desktop/index.js +1 -0
- package/calendar/esm/index.js +1 -0
- package/calendar/esm/mobile/index.js +1 -0
- package/calendar/modern/Component.responsive.js +1 -0
- package/calendar/modern/components/calendar-mobile/Component.js +15 -2
- package/calendar/modern/components/calendar-mobile/index.js +1 -0
- package/calendar/modern/components/days-table/Component.js +1 -1
- package/calendar/modern/components/period-slider/Component.js +3 -2
- package/calendar/modern/components/period-slider/index.js +1 -0
- package/calendar/modern/components/period-slider/utils.js +7 -0
- package/calendar/modern/components/select-button/Component.js +1 -1
- package/calendar/modern/desktop/Component.desktop.js +1 -0
- package/calendar/modern/desktop/index.js +1 -0
- package/calendar/modern/index.js +1 -0
- package/calendar/modern/mobile/index.js +1 -0
- package/calendar-range/utils.js +3 -1
- package/confirmation/components/screens/initial/component.js +2 -2
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/cssm/components/screens/initial/component.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 +2 -2
- 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 +2 -2
- 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/file-upload-item/Component.d.ts +4 -0
- package/file-upload-item/Component.js +4 -3
- package/file-upload-item/cssm/Component.d.ts +4 -0
- package/file-upload-item/cssm/Component.js +3 -2
- package/file-upload-item/cssm/index.module.css +8 -3
- package/file-upload-item/esm/Component.d.ts +4 -0
- package/file-upload-item/esm/Component.js +4 -3
- package/file-upload-item/esm/index.css +8 -3
- package/file-upload-item/index.css +8 -3
- package/file-upload-item/modern/Component.d.ts +4 -0
- package/file-upload-item/modern/Component.js +3 -3
- package/file-upload-item/modern/index.css +8 -3
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.js +1 -1
- package/gallery/esm/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.js +1 -1
- package/gallery/modern/index.js +2 -2
- package/icon-button/Component.js +1 -1
- package/icon-button/cssm/Component.js +1 -1
- package/icon-button/esm/Component.js +1 -1
- package/icon-button/modern/Component.js +1 -1
- package/input/components/clear-button/Component.js +1 -1
- package/input/cssm/components/clear-button/Component.js +1 -1
- package/input/esm/components/clear-button/Component.js +1 -1
- package/input/modern/components/clear-button/Component.js +1 -1
- package/international-phone-input/{cssm/Component-61e2321e.d.ts → Component-6d57839f.d.ts} +1 -1
- package/international-phone-input/Component.responsive-8566963f.d.ts +2 -2
- package/international-phone-input/{modern/Component-61e2321e.d.ts → cssm/Component-6d57839f.d.ts} +1 -1
- package/international-phone-input/cssm/Component.responsive-8566963f.d.ts +2 -2
- package/international-phone-input/cssm/data/country-data.js +225 -211
- package/international-phone-input/cssm/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
- package/international-phone-input/cssm/index-8566963f.d.ts +2 -2
- package/international-phone-input/cssm/{typings-61e2321e.d.ts → typings-6d57839f.d.ts} +1 -1
- package/international-phone-input/cssm/typings-70284312.d.ts +1 -1
- package/international-phone-input/data/country-data.js +225 -211
- package/international-phone-input/esm/{Component-61e2321e.d.ts → Component-6d57839f.d.ts} +1 -1
- package/international-phone-input/esm/Component.responsive-8566963f.d.ts +2 -2
- package/international-phone-input/esm/data/country-data.js +225 -211
- package/international-phone-input/esm/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
- package/international-phone-input/esm/index-8566963f.d.ts +2 -2
- package/international-phone-input/{modern/typings-61e2321e.d.ts → esm/typings-6d57839f.d.ts} +1 -1
- package/international-phone-input/esm/typings-70284312.d.ts +1 -1
- package/international-phone-input/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
- package/international-phone-input/index-8566963f.d.ts +2 -2
- package/international-phone-input/{Component-61e2321e.d.ts → modern/Component-6d57839f.d.ts} +1 -1
- package/international-phone-input/modern/Component.responsive-8566963f.d.ts +2 -2
- package/international-phone-input/modern/data/country-data.js +225 -211
- package/international-phone-input/modern/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
- package/international-phone-input/modern/index-8566963f.d.ts +2 -2
- package/international-phone-input/{esm/typings-61e2321e.d.ts → modern/typings-6d57839f.d.ts} +1 -1
- package/international-phone-input/modern/typings-70284312.d.ts +1 -1
- package/international-phone-input/{typings-61e2321e.d.ts → typings-6d57839f.d.ts} +1 -1
- package/international-phone-input/typings-70284312.d.ts +1 -1
- package/link/cssm/default.module.css +12 -6
- package/link/cssm/index.module.css +5 -2
- package/link/cssm/inverted.module.css +12 -6
- package/link/default.css +12 -6
- package/link/esm/default.css +12 -6
- package/link/esm/index.css +5 -2
- package/link/esm/inverted.css +12 -6
- package/link/index.css +5 -2
- package/link/inverted.css +12 -6
- package/link/modern/default.css +12 -6
- package/link/modern/index.css +5 -2
- package/link/modern/inverted.css +12 -6
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/navigation-bar/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar/cssm/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar/esm/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar/modern/components/back-arrow-addon/Component.js +1 -1
- package/package.json +1 -1
- package/pass-code/components/KeyPad/Component.js +1 -1
- package/pass-code/cssm/components/KeyPad/Component.js +1 -1
- package/pass-code/esm/components/KeyPad/Component.js +1 -1
- package/pass-code/modern/components/KeyPad/Component.js +1 -1
- package/pattern-lock/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/cssm/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/esm/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/modern/components/base-pattern-lock/Component.js +1 -1
- package/picker-button/Component-c44170fe.d.ts +1 -1
- package/pure-cell/{component-fd7196d2.d.ts → component-9cd60393.d.ts} +6 -6
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/cssm/{component-fd7196d2.d.ts → component-9cd60393.d.ts} +6 -6
- package/pure-cell/cssm/index.d.ts +2 -1
- package/pure-cell/esm/{component-fd7196d2.d.ts → component-9cd60393.d.ts} +6 -6
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.d.ts +2 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.d.ts +2 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/{component-fd7196d2.d.ts → component-9cd60393.d.ts} +6 -6
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.d.ts +2 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/components/base-select/mobile.css +2 -2
- package/select/cssm/components/base-select/mobile.module.css +2 -2
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/components/base-select/mobile.css +2 -2
- package/select/esm/index.js +1 -1
- package/select/esm/mobile/Component.mobile.js +1 -1
- package/select/esm/mobile/Component.modal.mobile.js +1 -1
- package/select/esm/mobile/index.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared/index.js +1 -1
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/components/base-select/mobile.css +2 -2
- package/select/modern/index.js +1 -1
- package/select/modern/mobile/Component.mobile.js +1 -1
- package/select/modern/mobile/Component.modal.mobile.js +1 -1
- package/select/modern/mobile/index.js +1 -1
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared/index.js +1 -1
- package/select/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/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/desktop/Component.desktop.js +1 -1
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile/Component.mobile.js +1 -1
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/desktop/Component.desktop.js +1 -1
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/mobile/Component.mobile.js +1 -1
- package/side-panel/modern/mobile/index.js +1 -1
- package/table/components/pagination/select-field/index.js +1 -1
- package/table/cssm/components/pagination/select-field/index.js +1 -1
- package/table/esm/components/pagination/select-field/index.js +1 -1
- package/table/modern/components/pagination/select-field/index.js +1 -1
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/cssm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +48 -33
- package/universal-date-input/Component-6d57839f.d.ts +47 -0
- package/universal-date-input/Component.responsive-71043c62.d.ts +1 -1
- package/universal-date-input/cssm/Component-6d57839f.d.ts +47 -0
- package/universal-date-input/cssm/Component.responsive-71043c62.d.ts +1 -1
- package/universal-date-input/cssm/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
- package/universal-date-input/cssm/index-71043c62.d.ts +2 -2
- package/universal-date-input/cssm/index-f034f741.d.ts +1 -1
- package/universal-date-input/cssm/typings-6d57839f.d.ts +114 -0
- package/universal-date-input/esm/Component-6d57839f.d.ts +47 -0
- package/universal-date-input/esm/Component.responsive-71043c62.d.ts +1 -1
- package/universal-date-input/esm/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
- package/universal-date-input/esm/index-71043c62.d.ts +2 -2
- package/universal-date-input/esm/index-f034f741.d.ts +1 -1
- package/universal-date-input/esm/typings-6d57839f.d.ts +114 -0
- package/universal-date-input/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
- package/universal-date-input/index-71043c62.d.ts +2 -2
- package/universal-date-input/index-f034f741.d.ts +1 -1
- package/universal-date-input/modern/Component-6d57839f.d.ts +47 -0
- package/universal-date-input/modern/Component.responsive-71043c62.d.ts +1 -1
- package/universal-date-input/modern/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
- package/universal-date-input/modern/index-71043c62.d.ts +2 -2
- package/universal-date-input/modern/index-f034f741.d.ts +1 -1
- package/universal-date-input/modern/typings-6d57839f.d.ts +114 -0
- package/universal-date-input/typings-6d57839f.d.ts +114 -0
- package/universal-date-input/Component-61e2321e.d.ts +0 -47
- package/universal-date-input/cssm/Component-61e2321e.d.ts +0 -47
- package/universal-date-input/cssm/typings-61e2321e.d.ts +0 -114
- package/universal-date-input/esm/Component-61e2321e.d.ts +0 -47
- package/universal-date-input/esm/typings-61e2321e.d.ts +0 -114
- package/universal-date-input/modern/Component-61e2321e.d.ts +0 -47
- package/universal-date-input/modern/typings-61e2321e.d.ts +0 -114
- package/universal-date-input/typings-61e2321e.d.ts +0 -114
- /package/confirmation/{countdown-section-f0928054.d.ts → countdown-section-c7b95621.d.ts} +0 -0
- /package/confirmation/{countdown-section-f0928054.js → countdown-section-c7b95621.js} +0 -0
- /package/confirmation/esm/{countdown-section-9f6a0e69.d.ts → countdown-section-b0eafcff.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-9f6a0e69.js → countdown-section-b0eafcff.js} +0 -0
- /package/confirmation/modern/{countdown-section-bf3d2d78.d.ts → countdown-section-0eefd440.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-bf3d2d78.js → countdown-section-0eefd440.js} +0 -0
- /package/gallery/{buttons-1c0cdc14.d.ts → buttons-18e23a2f.d.ts} +0 -0
- /package/gallery/{buttons-1c0cdc14.js → buttons-18e23a2f.js} +0 -0
- /package/gallery/esm/{buttons-7e925cf3.d.ts → buttons-fd4c2149.d.ts} +0 -0
- /package/gallery/esm/{buttons-7e925cf3.js → buttons-fd4c2149.js} +0 -0
- /package/gallery/esm/{slide-3feace8e.d.ts → slide-cf9447e4.d.ts} +0 -0
- /package/gallery/esm/{slide-3feace8e.js → slide-cf9447e4.js} +0 -0
- /package/gallery/modern/{buttons-d84b4f9a.d.ts → buttons-d3be09c1.d.ts} +0 -0
- /package/gallery/modern/{buttons-d84b4f9a.js → buttons-d3be09c1.js} +0 -0
- /package/gallery/modern/{slide-c6df0579.d.ts → slide-e2f7f858.d.ts} +0 -0
- /package/gallery/modern/{slide-c6df0579.js → slide-e2f7f858.js} +0 -0
- /package/gallery/{slide-535aa79e.d.ts → slide-f2e3c7bf.d.ts} +0 -0
- /package/gallery/{slide-535aa79e.js → slide-f2e3c7bf.js} +0 -0
- /package/modal/esm/{layout.module-7fed901a.js → layout.module-a1fa9754.js} +0 -0
- /package/modal/{layout.module-19c570e6.js → layout.module-fe843796.js} +0 -0
- /package/modal/modern/{layout.module-c12b8ceb.js → layout.module-6ffd48ba.js} +0 -0
- /package/pure-cell/{component-62687ca9.d.ts → component-49e6db18.d.ts} +0 -0
- /package/pure-cell/{component-62687ca9.js → component-49e6db18.js} +0 -0
- /package/pure-cell/esm/{component-a3078d37.d.ts → component-5eb318e0.d.ts} +0 -0
- /package/pure-cell/esm/{component-a3078d37.js → component-5eb318e0.js} +0 -0
- /package/pure-cell/modern/{component-2b59df70.d.ts → component-d1c071aa.d.ts} +0 -0
- /package/pure-cell/modern/{component-2b59df70.js → component-d1c071aa.js} +0 -0
- /package/select/esm/{hook-47802ae2.d.ts → hook-db3bacf5.d.ts} +0 -0
- /package/select/esm/{hook-47802ae2.js → hook-db3bacf5.js} +0 -0
- /package/select/{hook-1b6b8f9e.d.ts → hook-4d7077f8.d.ts} +0 -0
- /package/select/{hook-1b6b8f9e.js → hook-4d7077f8.js} +0 -0
- /package/select/modern/{hook-f2b8c0de.d.ts → hook-0b1ac3c1.d.ts} +0 -0
- /package/select/modern/{hook-f2b8c0de.js → hook-0b1ac3c1.js} +0 -0
- /package/side-panel/esm/{layout.module-a1f1e5d5.js → layout.module-10b60370.js} +0 -0
- /package/side-panel/{layout.module-58cb0667.js → layout.module-3789959a.js} +0 -0
- /package/side-panel/modern/{layout.module-3d5b6e76.js → layout.module-a3ff3ebd.js} +0 -0
- /package/universal-date-input/cssm/{utils-e0a54580.d.ts → utils-b1bfe0d1.d.ts} +0 -0
- /package/universal-date-input/esm/{utils-e0a54580.d.ts → utils-b1bfe0d1.d.ts} +0 -0
- /package/universal-date-input/modern/{utils-e0a54580.d.ts → utils-b1bfe0d1.d.ts} +0 -0
- /package/universal-date-input/{utils-e0a54580.d.ts → utils-b1bfe0d1.d.ts} +0 -0
|
@@ -24,8 +24,11 @@
|
|
|
24
24
|
font-family: var(--font-family);
|
|
25
25
|
cursor: pointer;
|
|
26
26
|
outline: none
|
|
27
|
-
}
|
|
28
|
-
|
|
27
|
+
} @media (hover: hover) {
|
|
28
|
+
.component:hover .text {
|
|
29
|
+
border-bottom-color: rgba(0, 0, 0, 0);
|
|
30
|
+
}
|
|
31
|
+
} .component:active .text {
|
|
29
32
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
30
33
|
} .withAddons {
|
|
31
34
|
display: inline-flex;
|
|
@@ -40,22 +40,28 @@
|
|
|
40
40
|
} .primary {
|
|
41
41
|
color: var(--link-inverted-primary-color);
|
|
42
42
|
border-bottom-color: var(--link-inverted-primary-color)
|
|
43
|
-
}
|
|
44
|
-
|
|
43
|
+
} @media (hover: hover) {
|
|
44
|
+
.primary:hover {
|
|
45
|
+
color: var(--link-inverted-primary-hover-color);
|
|
46
|
+
}
|
|
45
47
|
} .primary:active {
|
|
46
48
|
color: var(--link-inverted-primary-active-color);
|
|
47
49
|
} .secondary {
|
|
48
50
|
color: var(--link-inverted-secondary-color);
|
|
49
51
|
border-bottom-color: var(--link-inverted-secondary-color)
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
+
} @media (hover: hover) {
|
|
53
|
+
.secondary:hover {
|
|
54
|
+
color: var(--link-inverted-secondary-hover-color);
|
|
55
|
+
}
|
|
52
56
|
} .secondary:active {
|
|
53
57
|
color: var(--link-inverted-secondary-active-color);
|
|
54
58
|
} .defaultView {
|
|
55
59
|
color: var(--link-inverted-default-color);
|
|
56
60
|
border-bottom-color: var(--link-inverted-default-color)
|
|
57
|
-
}
|
|
58
|
-
|
|
61
|
+
} @media (hover: hover) {
|
|
62
|
+
.defaultView:hover {
|
|
63
|
+
color: var(--link-inverted-default-hover-color);
|
|
64
|
+
}
|
|
59
65
|
} .defaultView:active {
|
|
60
66
|
color: var(--link-inverted-default-active-color);
|
|
61
67
|
}
|
package/link/default.css
CHANGED
|
@@ -41,22 +41,28 @@
|
|
|
41
41
|
} .link__primary_u7fan {
|
|
42
42
|
color: var(--link-primary-color);
|
|
43
43
|
border-bottom-color: var(--link-primary-color)
|
|
44
|
-
}
|
|
45
|
-
|
|
44
|
+
} @media (hover: hover) {
|
|
45
|
+
.link__primary_u7fan:hover {
|
|
46
|
+
color: var(--link-primary-hover-color);
|
|
47
|
+
}
|
|
46
48
|
} .link__primary_u7fan:active {
|
|
47
49
|
color: var(--link-primary-active-color);
|
|
48
50
|
} .link__secondary_u7fan {
|
|
49
51
|
color: var(--link-secondary-color);
|
|
50
52
|
border-bottom-color: var(--link-secondary-color)
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
+
} @media (hover: hover) {
|
|
54
|
+
.link__secondary_u7fan:hover {
|
|
55
|
+
color: var(--link-secondary-hover-color);
|
|
56
|
+
}
|
|
53
57
|
} .link__secondary_u7fan:active {
|
|
54
58
|
color: var(--link-secondary-active-color);
|
|
55
59
|
} .link__defaultView_u7fan {
|
|
56
60
|
color: var(--link-default-color);
|
|
57
61
|
border-bottom-color: var(--link-default-color)
|
|
58
|
-
}
|
|
59
|
-
|
|
62
|
+
} @media (hover: hover) {
|
|
63
|
+
.link__defaultView_u7fan:hover {
|
|
64
|
+
color: var(--link-default-hover-color);
|
|
65
|
+
}
|
|
60
66
|
} .link__defaultView_u7fan:active {
|
|
61
67
|
color: var(--link-default-active-color);
|
|
62
68
|
}
|
package/link/esm/default.css
CHANGED
|
@@ -41,22 +41,28 @@
|
|
|
41
41
|
} .link__primary_u7fan {
|
|
42
42
|
color: var(--link-primary-color);
|
|
43
43
|
border-bottom-color: var(--link-primary-color)
|
|
44
|
-
}
|
|
45
|
-
|
|
44
|
+
} @media (hover: hover) {
|
|
45
|
+
.link__primary_u7fan:hover {
|
|
46
|
+
color: var(--link-primary-hover-color);
|
|
47
|
+
}
|
|
46
48
|
} .link__primary_u7fan:active {
|
|
47
49
|
color: var(--link-primary-active-color);
|
|
48
50
|
} .link__secondary_u7fan {
|
|
49
51
|
color: var(--link-secondary-color);
|
|
50
52
|
border-bottom-color: var(--link-secondary-color)
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
+
} @media (hover: hover) {
|
|
54
|
+
.link__secondary_u7fan:hover {
|
|
55
|
+
color: var(--link-secondary-hover-color);
|
|
56
|
+
}
|
|
53
57
|
} .link__secondary_u7fan:active {
|
|
54
58
|
color: var(--link-secondary-active-color);
|
|
55
59
|
} .link__defaultView_u7fan {
|
|
56
60
|
color: var(--link-default-color);
|
|
57
61
|
border-bottom-color: var(--link-default-color)
|
|
58
|
-
}
|
|
59
|
-
|
|
62
|
+
} @media (hover: hover) {
|
|
63
|
+
.link__defaultView_u7fan:hover {
|
|
64
|
+
color: var(--link-default-hover-color);
|
|
65
|
+
}
|
|
60
66
|
} .link__defaultView_u7fan:active {
|
|
61
67
|
color: var(--link-default-active-color);
|
|
62
68
|
}
|
package/link/esm/index.css
CHANGED
|
@@ -25,8 +25,11 @@
|
|
|
25
25
|
font-family: var(--font-family);
|
|
26
26
|
cursor: pointer;
|
|
27
27
|
outline: none
|
|
28
|
-
}
|
|
29
|
-
|
|
28
|
+
} @media (hover: hover) {
|
|
29
|
+
.link__component_1d9r3:hover .link__text_1d9r3 {
|
|
30
|
+
border-bottom-color: rgba(0, 0, 0, 0);
|
|
31
|
+
}
|
|
32
|
+
} .link__component_1d9r3:active .link__text_1d9r3 {
|
|
30
33
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
31
34
|
} .link__withAddons_1d9r3 {
|
|
32
35
|
display: inline-flex;
|
package/link/esm/inverted.css
CHANGED
|
@@ -41,22 +41,28 @@
|
|
|
41
41
|
} .link__primary_1x4ze {
|
|
42
42
|
color: var(--link-inverted-primary-color);
|
|
43
43
|
border-bottom-color: var(--link-inverted-primary-color)
|
|
44
|
-
}
|
|
45
|
-
|
|
44
|
+
} @media (hover: hover) {
|
|
45
|
+
.link__primary_1x4ze:hover {
|
|
46
|
+
color: var(--link-inverted-primary-hover-color);
|
|
47
|
+
}
|
|
46
48
|
} .link__primary_1x4ze:active {
|
|
47
49
|
color: var(--link-inverted-primary-active-color);
|
|
48
50
|
} .link__secondary_1x4ze {
|
|
49
51
|
color: var(--link-inverted-secondary-color);
|
|
50
52
|
border-bottom-color: var(--link-inverted-secondary-color)
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
+
} @media (hover: hover) {
|
|
54
|
+
.link__secondary_1x4ze:hover {
|
|
55
|
+
color: var(--link-inverted-secondary-hover-color);
|
|
56
|
+
}
|
|
53
57
|
} .link__secondary_1x4ze:active {
|
|
54
58
|
color: var(--link-inverted-secondary-active-color);
|
|
55
59
|
} .link__defaultView_1x4ze {
|
|
56
60
|
color: var(--link-inverted-default-color);
|
|
57
61
|
border-bottom-color: var(--link-inverted-default-color)
|
|
58
|
-
}
|
|
59
|
-
|
|
62
|
+
} @media (hover: hover) {
|
|
63
|
+
.link__defaultView_1x4ze:hover {
|
|
64
|
+
color: var(--link-inverted-default-hover-color);
|
|
65
|
+
}
|
|
60
66
|
} .link__defaultView_1x4ze:active {
|
|
61
67
|
color: var(--link-inverted-default-active-color);
|
|
62
68
|
}
|
package/link/index.css
CHANGED
|
@@ -25,8 +25,11 @@
|
|
|
25
25
|
font-family: var(--font-family);
|
|
26
26
|
cursor: pointer;
|
|
27
27
|
outline: none
|
|
28
|
-
}
|
|
29
|
-
|
|
28
|
+
} @media (hover: hover) {
|
|
29
|
+
.link__component_1d9r3:hover .link__text_1d9r3 {
|
|
30
|
+
border-bottom-color: rgba(0, 0, 0, 0);
|
|
31
|
+
}
|
|
32
|
+
} .link__component_1d9r3:active .link__text_1d9r3 {
|
|
30
33
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
31
34
|
} .link__withAddons_1d9r3 {
|
|
32
35
|
display: inline-flex;
|
package/link/inverted.css
CHANGED
|
@@ -41,22 +41,28 @@
|
|
|
41
41
|
} .link__primary_1x4ze {
|
|
42
42
|
color: var(--link-inverted-primary-color);
|
|
43
43
|
border-bottom-color: var(--link-inverted-primary-color)
|
|
44
|
-
}
|
|
45
|
-
|
|
44
|
+
} @media (hover: hover) {
|
|
45
|
+
.link__primary_1x4ze:hover {
|
|
46
|
+
color: var(--link-inverted-primary-hover-color);
|
|
47
|
+
}
|
|
46
48
|
} .link__primary_1x4ze:active {
|
|
47
49
|
color: var(--link-inverted-primary-active-color);
|
|
48
50
|
} .link__secondary_1x4ze {
|
|
49
51
|
color: var(--link-inverted-secondary-color);
|
|
50
52
|
border-bottom-color: var(--link-inverted-secondary-color)
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
+
} @media (hover: hover) {
|
|
54
|
+
.link__secondary_1x4ze:hover {
|
|
55
|
+
color: var(--link-inverted-secondary-hover-color);
|
|
56
|
+
}
|
|
53
57
|
} .link__secondary_1x4ze:active {
|
|
54
58
|
color: var(--link-inverted-secondary-active-color);
|
|
55
59
|
} .link__defaultView_1x4ze {
|
|
56
60
|
color: var(--link-inverted-default-color);
|
|
57
61
|
border-bottom-color: var(--link-inverted-default-color)
|
|
58
|
-
}
|
|
59
|
-
|
|
62
|
+
} @media (hover: hover) {
|
|
63
|
+
.link__defaultView_1x4ze:hover {
|
|
64
|
+
color: var(--link-inverted-default-hover-color);
|
|
65
|
+
}
|
|
60
66
|
} .link__defaultView_1x4ze:active {
|
|
61
67
|
color: var(--link-inverted-default-active-color);
|
|
62
68
|
}
|
package/link/modern/default.css
CHANGED
|
@@ -41,22 +41,28 @@
|
|
|
41
41
|
} .link__primary_u7fan {
|
|
42
42
|
color: var(--link-primary-color);
|
|
43
43
|
border-bottom-color: var(--link-primary-color)
|
|
44
|
-
}
|
|
45
|
-
|
|
44
|
+
} @media (hover: hover) {
|
|
45
|
+
.link__primary_u7fan:hover {
|
|
46
|
+
color: var(--link-primary-hover-color);
|
|
47
|
+
}
|
|
46
48
|
} .link__primary_u7fan:active {
|
|
47
49
|
color: var(--link-primary-active-color);
|
|
48
50
|
} .link__secondary_u7fan {
|
|
49
51
|
color: var(--link-secondary-color);
|
|
50
52
|
border-bottom-color: var(--link-secondary-color)
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
+
} @media (hover: hover) {
|
|
54
|
+
.link__secondary_u7fan:hover {
|
|
55
|
+
color: var(--link-secondary-hover-color);
|
|
56
|
+
}
|
|
53
57
|
} .link__secondary_u7fan:active {
|
|
54
58
|
color: var(--link-secondary-active-color);
|
|
55
59
|
} .link__defaultView_u7fan {
|
|
56
60
|
color: var(--link-default-color);
|
|
57
61
|
border-bottom-color: var(--link-default-color)
|
|
58
|
-
}
|
|
59
|
-
|
|
62
|
+
} @media (hover: hover) {
|
|
63
|
+
.link__defaultView_u7fan:hover {
|
|
64
|
+
color: var(--link-default-hover-color);
|
|
65
|
+
}
|
|
60
66
|
} .link__defaultView_u7fan:active {
|
|
61
67
|
color: var(--link-default-active-color);
|
|
62
68
|
}
|
package/link/modern/index.css
CHANGED
|
@@ -25,8 +25,11 @@
|
|
|
25
25
|
font-family: var(--font-family);
|
|
26
26
|
cursor: pointer;
|
|
27
27
|
outline: none
|
|
28
|
-
}
|
|
29
|
-
|
|
28
|
+
} @media (hover: hover) {
|
|
29
|
+
.link__component_1d9r3:hover .link__text_1d9r3 {
|
|
30
|
+
border-bottom-color: rgba(0, 0, 0, 0);
|
|
31
|
+
}
|
|
32
|
+
} .link__component_1d9r3:active .link__text_1d9r3 {
|
|
30
33
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
31
34
|
} .link__withAddons_1d9r3 {
|
|
32
35
|
display: inline-flex;
|
package/link/modern/inverted.css
CHANGED
|
@@ -41,22 +41,28 @@
|
|
|
41
41
|
} .link__primary_1x4ze {
|
|
42
42
|
color: var(--link-inverted-primary-color);
|
|
43
43
|
border-bottom-color: var(--link-inverted-primary-color)
|
|
44
|
-
}
|
|
45
|
-
|
|
44
|
+
} @media (hover: hover) {
|
|
45
|
+
.link__primary_1x4ze:hover {
|
|
46
|
+
color: var(--link-inverted-primary-hover-color);
|
|
47
|
+
}
|
|
46
48
|
} .link__primary_1x4ze:active {
|
|
47
49
|
color: var(--link-inverted-primary-active-color);
|
|
48
50
|
} .link__secondary_1x4ze {
|
|
49
51
|
color: var(--link-inverted-secondary-color);
|
|
50
52
|
border-bottom-color: var(--link-inverted-secondary-color)
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
+
} @media (hover: hover) {
|
|
54
|
+
.link__secondary_1x4ze:hover {
|
|
55
|
+
color: var(--link-inverted-secondary-hover-color);
|
|
56
|
+
}
|
|
53
57
|
} .link__secondary_1x4ze:active {
|
|
54
58
|
color: var(--link-inverted-secondary-active-color);
|
|
55
59
|
} .link__defaultView_1x4ze {
|
|
56
60
|
color: var(--link-inverted-default-color);
|
|
57
61
|
border-bottom-color: var(--link-inverted-default-color)
|
|
58
|
-
}
|
|
59
|
-
|
|
62
|
+
} @media (hover: hover) {
|
|
63
|
+
.link__defaultView_1x4ze:hover {
|
|
64
|
+
color: var(--link-inverted-default-hover-color);
|
|
65
|
+
}
|
|
60
66
|
} .link__defaultView_1x4ze:active {
|
|
61
67
|
color: var(--link-inverted-default-active-color);
|
|
62
68
|
}
|
|
@@ -4,7 +4,7 @@ var React = require('react');
|
|
|
4
4
|
var cn = require('classnames');
|
|
5
5
|
var coreComponentsShared = require('../../../shared');
|
|
6
6
|
var ResponsiveContext = require('../../ResponsiveContext.js');
|
|
7
|
-
var layout_module = require('../../layout.module-
|
|
7
|
+
var layout_module = require('../../layout.module-fe843796.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
10
|
|
|
@@ -6,7 +6,7 @@ var coreComponentsShared = require('../../../shared');
|
|
|
6
6
|
var consts = require('../../consts.js');
|
|
7
7
|
var Context = require('../../Context.js');
|
|
8
8
|
var ResponsiveContext = require('../../ResponsiveContext.js');
|
|
9
|
-
var layout_module = require('../../layout.module-
|
|
9
|
+
var layout_module = require('../../layout.module-fe843796.js');
|
|
10
10
|
|
|
11
11
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
12
12
|
|
|
@@ -12,7 +12,7 @@ import './consts.js';
|
|
|
12
12
|
import './Context.js';
|
|
13
13
|
import '../../base-modal/esm';
|
|
14
14
|
import './ResponsiveContext.js';
|
|
15
|
-
import './layout.module-
|
|
15
|
+
import './layout.module-a1fa9754.js';
|
|
16
16
|
import '../../navigation-bar/esm';
|
|
17
17
|
import 'react-merge-refs';
|
|
18
18
|
|
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { getDataTestId } from '../../../../shared/esm';
|
|
4
4
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
5
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
5
|
+
import { l as layoutStyles } from '../../layout.module-a1fa9754.js';
|
|
6
6
|
|
|
7
7
|
var styles = {"component":"modal__component_1ds60"};
|
|
8
8
|
require('./index.css');
|
|
@@ -4,7 +4,7 @@ import { getDataTestId } from '../../../../shared/esm';
|
|
|
4
4
|
import { SIZE_TO_CLASSNAME_MAP } from '../../consts.js';
|
|
5
5
|
import { ModalContext } from '../../Context.js';
|
|
6
6
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
7
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
7
|
+
import { l as layoutStyles } from '../../layout.module-a1fa9754.js';
|
|
8
8
|
import '../../../../base-modal/esm';
|
|
9
9
|
|
|
10
10
|
var desktopStyles = {"footer":"modal__footer_bpxdf","sticky":"modal__sticky_bpxdf","fullscreen":"modal__fullscreen_bpxdf","size-500":"modal__size-500_bpxdf","size-600":"modal__size-600_bpxdf","size-800":"modal__size-800_bpxdf","size-1140":"modal__size-1140_bpxdf"};
|
|
@@ -12,7 +12,7 @@ import '../consts.js';
|
|
|
12
12
|
import '../ResponsiveContext.js';
|
|
13
13
|
import '../../../shared/esm';
|
|
14
14
|
import '../Context.js';
|
|
15
|
-
import '../layout.module-
|
|
15
|
+
import '../layout.module-a1fa9754.js';
|
|
16
16
|
import '../../../navigation-bar/esm';
|
|
17
17
|
|
|
18
18
|
var ModalDesktopComponent = forwardRef(function (props, ref) { return (React.createElement(Modal, __assign({}, props, { ref: ref, view: 'desktop' }))); });
|
|
@@ -11,7 +11,7 @@ import '../components/content/Component.js';
|
|
|
11
11
|
import '../../../shared/esm';
|
|
12
12
|
import '../Context.js';
|
|
13
13
|
import '../components/controls/Component.js';
|
|
14
|
-
import '../layout.module-
|
|
14
|
+
import '../layout.module-a1fa9754.js';
|
|
15
15
|
import '../components/footer/Component.js';
|
|
16
16
|
import '../components/header/Component.js';
|
|
17
17
|
import '../../../navigation-bar/esm';
|
package/modal/esm/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import './Context.js';
|
|
|
10
10
|
import '../../base-modal/esm';
|
|
11
11
|
import './ResponsiveContext.js';
|
|
12
12
|
import './components/controls/Component.js';
|
|
13
|
-
import './layout.module-
|
|
13
|
+
import './layout.module-a1fa9754.js';
|
|
14
14
|
import './components/footer/Component.js';
|
|
15
15
|
import './components/header/Component.js';
|
|
16
16
|
import '../../navigation-bar/esm';
|
|
@@ -12,7 +12,7 @@ import '../consts.js';
|
|
|
12
12
|
import '../ResponsiveContext.js';
|
|
13
13
|
import '../../../shared/esm';
|
|
14
14
|
import '../Context.js';
|
|
15
|
-
import '../layout.module-
|
|
15
|
+
import '../layout.module-a1fa9754.js';
|
|
16
16
|
import '../../../navigation-bar/esm';
|
|
17
17
|
|
|
18
18
|
var ModalMobileComponent = forwardRef(function (props, ref) { return (React.createElement(Modal, __assign({}, props, { ref: ref, view: 'mobile' }))); });
|
|
@@ -11,7 +11,7 @@ import '../components/content/Component.js';
|
|
|
11
11
|
import '../../../shared/esm';
|
|
12
12
|
import '../Context.js';
|
|
13
13
|
import '../components/controls/Component.js';
|
|
14
|
-
import '../layout.module-
|
|
14
|
+
import '../layout.module-a1fa9754.js';
|
|
15
15
|
import '../components/footer/Component.js';
|
|
16
16
|
import '../components/header/Component.js';
|
|
17
17
|
import '../../../navigation-bar/esm';
|
|
@@ -11,7 +11,7 @@ import './consts.js';
|
|
|
11
11
|
import './Context.js';
|
|
12
12
|
import '../../base-modal/modern';
|
|
13
13
|
import './ResponsiveContext.js';
|
|
14
|
-
import './layout.module-
|
|
14
|
+
import './layout.module-6ffd48ba.js';
|
|
15
15
|
import '../../navigation-bar/modern';
|
|
16
16
|
import 'react-merge-refs';
|
|
17
17
|
|
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { getDataTestId } from '../../../../shared/modern';
|
|
4
4
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
5
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
5
|
+
import { l as layoutStyles } from '../../layout.module-6ffd48ba.js';
|
|
6
6
|
|
|
7
7
|
const styles = {"component":"modal__component_1ds60"};
|
|
8
8
|
require('./index.css');
|
|
@@ -4,7 +4,7 @@ import { getDataTestId } from '../../../../shared/modern';
|
|
|
4
4
|
import { SIZE_TO_CLASSNAME_MAP } from '../../consts.js';
|
|
5
5
|
import { ModalContext } from '../../Context.js';
|
|
6
6
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
7
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
7
|
+
import { l as layoutStyles } from '../../layout.module-6ffd48ba.js';
|
|
8
8
|
import '../../../../base-modal/modern';
|
|
9
9
|
|
|
10
10
|
const desktopStyles = {"footer":"modal__footer_bpxdf","sticky":"modal__sticky_bpxdf","fullscreen":"modal__fullscreen_bpxdf","size-500":"modal__size-500_bpxdf","size-600":"modal__size-600_bpxdf","size-800":"modal__size-800_bpxdf","size-1140":"modal__size-1140_bpxdf"};
|
|
@@ -11,7 +11,7 @@ import '../consts.js';
|
|
|
11
11
|
import '../ResponsiveContext.js';
|
|
12
12
|
import '../../../shared/modern';
|
|
13
13
|
import '../Context.js';
|
|
14
|
-
import '../layout.module-
|
|
14
|
+
import '../layout.module-6ffd48ba.js';
|
|
15
15
|
import '../../../navigation-bar/modern';
|
|
16
16
|
|
|
17
17
|
const ModalDesktopComponent = forwardRef((props, ref) => (React.createElement(Modal, { ...props, ref: ref, view: 'desktop' })));
|
|
@@ -10,7 +10,7 @@ import '../components/content/Component.js';
|
|
|
10
10
|
import '../../../shared/modern';
|
|
11
11
|
import '../Context.js';
|
|
12
12
|
import '../components/controls/Component.js';
|
|
13
|
-
import '../layout.module-
|
|
13
|
+
import '../layout.module-6ffd48ba.js';
|
|
14
14
|
import '../components/footer/Component.js';
|
|
15
15
|
import '../components/header/Component.js';
|
|
16
16
|
import '../../../navigation-bar/modern';
|
package/modal/modern/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import './Context.js';
|
|
|
9
9
|
import '../../base-modal/modern';
|
|
10
10
|
import './ResponsiveContext.js';
|
|
11
11
|
import './components/controls/Component.js';
|
|
12
|
-
import './layout.module-
|
|
12
|
+
import './layout.module-6ffd48ba.js';
|
|
13
13
|
import './components/footer/Component.js';
|
|
14
14
|
import './components/header/Component.js';
|
|
15
15
|
import '../../navigation-bar/modern';
|
|
@@ -11,7 +11,7 @@ import '../consts.js';
|
|
|
11
11
|
import '../ResponsiveContext.js';
|
|
12
12
|
import '../../../shared/modern';
|
|
13
13
|
import '../Context.js';
|
|
14
|
-
import '../layout.module-
|
|
14
|
+
import '../layout.module-6ffd48ba.js';
|
|
15
15
|
import '../../../navigation-bar/modern';
|
|
16
16
|
|
|
17
17
|
const ModalMobileComponent = forwardRef((props, ref) => (React.createElement(Modal, { ...props, ref: ref, view: 'mobile' })));
|
|
@@ -10,7 +10,7 @@ import '../components/content/Component.js';
|
|
|
10
10
|
import '../../../shared/modern';
|
|
11
11
|
import '../Context.js';
|
|
12
12
|
import '../components/controls/Component.js';
|
|
13
|
-
import '../layout.module-
|
|
13
|
+
import '../layout.module-6ffd48ba.js';
|
|
14
14
|
import '../components/footer/Component.js';
|
|
15
15
|
import '../components/header/Component.js';
|
|
16
16
|
import '../../../navigation-bar/modern';
|
|
@@ -21,7 +21,7 @@ var BackArrowAddon = function (_a) {
|
|
|
21
21
|
var _d = _a.text, text = _d === void 0 ? 'Назад' : _d, onClick = _a.onClick, className = _a.className, _e = _a.textOpacity, textOpacity = _e === void 0 ? 1 : _e, view = _a.view, htmlAttributes = tslib.__rest(_a, ["text", "onClick", "className", "textOpacity", "view"]);
|
|
22
22
|
var Icon = view === 'desktop' ? ArrowLeftMediumMIcon.ArrowLeftMediumMIcon : ArrowLeftMIcon.ArrowLeftMIcon;
|
|
23
23
|
var isMobileView = view === 'mobile';
|
|
24
|
-
return (React__default.default.createElement(desktop.ButtonDesktop, tslib.__assign({ view: '
|
|
24
|
+
return (React__default.default.createElement(desktop.ButtonDesktop, tslib.__assign({ view: 'text', size: isMobileView ? 'xxs' : 's', onClick: onClick, "aria-label": '\u043D\u0430\u0437\u0430\u0434', className: cn__default.default(styles.component, (_b = {}, _b[styles.mobileComponent] = isMobileView, _b), className) }, htmlAttributes),
|
|
25
25
|
React__default.default.createElement("div", { className: styles.flex },
|
|
26
26
|
React__default.default.createElement("div", { className: cn__default.default(styles.iconWrapper, (_c = {},
|
|
27
27
|
_c[styles.mobileWrapper] = isMobileView,
|
|
@@ -20,7 +20,7 @@ var BackArrowAddon = function (_a) {
|
|
|
20
20
|
var _d = _a.text, text = _d === void 0 ? 'Назад' : _d, onClick = _a.onClick, className = _a.className, _e = _a.textOpacity, textOpacity = _e === void 0 ? 1 : _e, view = _a.view, htmlAttributes = tslib.__rest(_a, ["text", "onClick", "className", "textOpacity", "view"]);
|
|
21
21
|
var Icon = view === 'desktop' ? ArrowLeftMediumMIcon.ArrowLeftMediumMIcon : ArrowLeftMIcon.ArrowLeftMIcon;
|
|
22
22
|
var isMobileView = view === 'mobile';
|
|
23
|
-
return (React__default.default.createElement(desktop.ButtonDesktop, tslib.__assign({ view: '
|
|
23
|
+
return (React__default.default.createElement(desktop.ButtonDesktop, tslib.__assign({ view: 'text', size: isMobileView ? 'xxs' : 's', onClick: onClick, "aria-label": '\u043D\u0430\u0437\u0430\u0434', className: cn__default.default(styles__default.default.component, (_b = {}, _b[styles__default.default.mobileComponent] = isMobileView, _b), className) }, htmlAttributes),
|
|
24
24
|
React__default.default.createElement("div", { className: styles__default.default.flex },
|
|
25
25
|
React__default.default.createElement("div", { className: cn__default.default(styles__default.default.iconWrapper, (_c = {},
|
|
26
26
|
_c[styles__default.default.mobileWrapper] = isMobileView,
|
|
@@ -14,7 +14,7 @@ var BackArrowAddon = function (_a) {
|
|
|
14
14
|
var _d = _a.text, text = _d === void 0 ? 'Назад' : _d, onClick = _a.onClick, className = _a.className, _e = _a.textOpacity, textOpacity = _e === void 0 ? 1 : _e, view = _a.view, htmlAttributes = __rest(_a, ["text", "onClick", "className", "textOpacity", "view"]);
|
|
15
15
|
var Icon = view === 'desktop' ? ArrowLeftMediumMIcon : ArrowLeftMIcon;
|
|
16
16
|
var isMobileView = view === 'mobile';
|
|
17
|
-
return (React.createElement(ButtonDesktop, __assign({ view: '
|
|
17
|
+
return (React.createElement(ButtonDesktop, __assign({ view: 'text', size: isMobileView ? 'xxs' : 's', onClick: onClick, "aria-label": '\u043D\u0430\u0437\u0430\u0434', className: cn(styles.component, (_b = {}, _b[styles.mobileComponent] = isMobileView, _b), className) }, htmlAttributes),
|
|
18
18
|
React.createElement("div", { className: styles.flex },
|
|
19
19
|
React.createElement("div", { className: cn(styles.iconWrapper, (_c = {},
|
|
20
20
|
_c[styles.mobileWrapper] = isMobileView,
|
|
@@ -11,7 +11,7 @@ require('./index.css');
|
|
|
11
11
|
const BackArrowAddon = ({ text = 'Назад', onClick, className, textOpacity = 1, view, ...htmlAttributes }) => {
|
|
12
12
|
const Icon = view === 'desktop' ? ArrowLeftMediumMIcon : ArrowLeftMIcon;
|
|
13
13
|
const isMobileView = view === 'mobile';
|
|
14
|
-
return (React.createElement(ButtonDesktop, { view: '
|
|
14
|
+
return (React.createElement(ButtonDesktop, { view: 'text', size: isMobileView ? 'xxs' : 's', onClick: onClick, "aria-label": '\u043D\u0430\u0437\u0430\u0434', className: cn(styles.component, { [styles.mobileComponent]: isMobileView }, className), ...htmlAttributes },
|
|
15
15
|
React.createElement("div", { className: styles.flex },
|
|
16
16
|
React.createElement("div", { className: cn(styles.iconWrapper, {
|
|
17
17
|
[styles.mobileWrapper]: isMobileView,
|
package/package.json
CHANGED
|
@@ -28,7 +28,7 @@ var KeyPad = function (_a) {
|
|
|
28
28
|
}
|
|
29
29
|
if (i === 11) {
|
|
30
30
|
if (showClear) {
|
|
31
|
-
return (React__default.default.createElement(components_KeyPadButton_Component.KeyPadButton, { key: 'clear-btn', onClick: onClear, view: '
|
|
31
|
+
return (React__default.default.createElement(components_KeyPadButton_Component.KeyPadButton, { key: 'clear-btn', onClick: onClear, view: 'text', dataTestId: coreComponentsShared.getDataTestId(dataTestId, 'backspace-button') },
|
|
32
32
|
React__default.default.createElement(BackspaceXxlIcon.BackspaceXxlIcon, null)));
|
|
33
33
|
}
|
|
34
34
|
if (rightAddons)
|
|
@@ -27,7 +27,7 @@ var KeyPad = function (_a) {
|
|
|
27
27
|
}
|
|
28
28
|
if (i === 11) {
|
|
29
29
|
if (showClear) {
|
|
30
|
-
return (React__default.default.createElement(components_KeyPadButton_Component.KeyPadButton, { key: 'clear-btn', onClick: onClear, view: '
|
|
30
|
+
return (React__default.default.createElement(components_KeyPadButton_Component.KeyPadButton, { key: 'clear-btn', onClick: onClear, view: 'text', dataTestId: coreComponentsShared.getDataTestId(dataTestId, 'backspace-button') },
|
|
31
31
|
React__default.default.createElement(BackspaceXxlIcon.BackspaceXxlIcon, null)));
|
|
32
32
|
}
|
|
33
33
|
if (rightAddons)
|
|
@@ -24,7 +24,7 @@ var KeyPad = function (_a) {
|
|
|
24
24
|
}
|
|
25
25
|
if (i === 11) {
|
|
26
26
|
if (showClear) {
|
|
27
|
-
return (React.createElement(KeyPadButton, { key: 'clear-btn', onClick: onClear, view: '
|
|
27
|
+
return (React.createElement(KeyPadButton, { key: 'clear-btn', onClick: onClear, view: 'text', dataTestId: getDataTestId(dataTestId, 'backspace-button') },
|
|
28
28
|
React.createElement(BackspaceXxlIcon, null)));
|
|
29
29
|
}
|
|
30
30
|
if (rightAddons)
|
|
@@ -22,7 +22,7 @@ const KeyPad = ({ leftAddons, rightAddons, onClick, onClear, showClear, dataTest
|
|
|
22
22
|
}
|
|
23
23
|
if (i === 11) {
|
|
24
24
|
if (showClear) {
|
|
25
|
-
return (React.createElement(KeyPadButton, { key: 'clear-btn', onClick: onClear, view: '
|
|
25
|
+
return (React.createElement(KeyPadButton, { key: 'clear-btn', onClick: onClear, view: 'text', dataTestId: getDataTestId(dataTestId, 'backspace-button') },
|
|
26
26
|
React.createElement(BackspaceXxlIcon, null)));
|
|
27
27
|
}
|
|
28
28
|
if (rightAddons)
|
|
@@ -58,7 +58,7 @@ var BasePatternLock = React.forwardRef(function (_a, ref) {
|
|
|
58
58
|
_b)), "data-test-id": dataTestId },
|
|
59
59
|
error ? renderError() : renderMessage(),
|
|
60
60
|
React__default.default.createElement(reactCanvasPatternLock.ReactCanvasPatternLock, tslib.__assign({}, restProps, params, { ref: ref, rows: 3, cols: 3, justifyNodes: justifyNodes, extraBounds: extraBounds, hover: hover })),
|
|
61
|
-
showForgotCodeBtn ? (React__default.default.createElement(mobile.ButtonMobile, { view: '
|
|
61
|
+
showForgotCodeBtn ? (React__default.default.createElement(mobile.ButtonMobile, { view: 'transparent', className: cn__default.default(commonStyles.forgotBtn, styles.forgotBtn), onClick: onForgotBtnClick, dataTestId: coreComponentsShared.getDataTestId(dataTestId, 'forgot-code-btn') }, forgotCodeBtnText)) : (React__default.default.createElement("div", { className: cn__default.default(commonStyles.forgotBtn, styles.forgotBtn, (_c = {},
|
|
62
62
|
_c[styles.hiddenBtn] = Boolean(styles.hiddenBtn),
|
|
63
63
|
_c)) }))));
|
|
64
64
|
});
|