@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
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
* 'eu-union', 'ex-ussr', 'ex-yugos', 'baltic', 'middle-east', 'north-africa']
|
|
19
19
|
*/
|
|
20
20
|
const countriesData = [
|
|
21
|
-
['
|
|
22
|
-
['
|
|
23
|
-
['
|
|
24
|
-
['
|
|
25
|
-
['
|
|
26
|
-
['
|
|
21
|
+
['Афганистан', ['asia'], 'af', '93'],
|
|
22
|
+
['Албания', ['europe'], 'al', '355'],
|
|
23
|
+
['Алжир', ['africa', 'north-africa'], 'dz', '213'],
|
|
24
|
+
['Андорра', ['europe'], 'ad', '376'],
|
|
25
|
+
['Ангола', ['africa'], 'ao', '244'],
|
|
26
|
+
['Антигуа и Барбуда', ['america', 'carribean'], 'ag', '1268'],
|
|
27
27
|
[
|
|
28
|
-
'
|
|
28
|
+
'Аргентина',
|
|
29
29
|
['america', 'south-america'],
|
|
30
30
|
'ar',
|
|
31
31
|
'54',
|
|
@@ -57,10 +57,10 @@ const countriesData = [
|
|
|
57
57
|
'388',
|
|
58
58
|
],
|
|
59
59
|
],
|
|
60
|
-
['
|
|
61
|
-
['
|
|
60
|
+
['Армения', ['asia', 'ex-ussr'], 'am', '374', '.. ......'],
|
|
61
|
+
['Аруба', ['america', 'carribean'], 'aw', '297'],
|
|
62
62
|
[
|
|
63
|
-
'
|
|
63
|
+
'Австралия',
|
|
64
64
|
['oceania'],
|
|
65
65
|
'au',
|
|
66
66
|
'61',
|
|
@@ -68,30 +68,30 @@ const countriesData = [
|
|
|
68
68
|
0,
|
|
69
69
|
['2', '3', '4', '7', '8', '02', '03', '04', '07', '08'],
|
|
70
70
|
],
|
|
71
|
-
['
|
|
72
|
-
['
|
|
73
|
-
['
|
|
74
|
-
['
|
|
75
|
-
['
|
|
76
|
-
['
|
|
77
|
-
['
|
|
78
|
-
['
|
|
79
|
-
['
|
|
80
|
-
['
|
|
81
|
-
['
|
|
82
|
-
['
|
|
83
|
-
['
|
|
84
|
-
['
|
|
85
|
-
['
|
|
86
|
-
['
|
|
87
|
-
['
|
|
88
|
-
['
|
|
89
|
-
['
|
|
90
|
-
['
|
|
91
|
-
['
|
|
92
|
-
['
|
|
71
|
+
['Австрия', ['europe', 'eu-union'], 'at', '43'],
|
|
72
|
+
['Азербайджан', ['asia', 'ex-ussr'], 'az', '994', '.. ... .. ..'],
|
|
73
|
+
['Багамы', ['america', 'carribean'], 'bs', '1242'],
|
|
74
|
+
['Бахрейн', ['middle-east'], 'bh', '973'],
|
|
75
|
+
['Бангладеш', ['asia'], 'bd', '880'],
|
|
76
|
+
['Барбадос', ['america', 'carribean'], 'bb', '1246'],
|
|
77
|
+
['Беларусь', ['europe', 'ex-ussr'], 'by', '375', '.. ... .. ..'],
|
|
78
|
+
['Бельгия', ['europe', 'eu-union'], 'be', '32', '... .. .. ..'],
|
|
79
|
+
['Белиз', ['america', 'central-america'], 'bz', '501'],
|
|
80
|
+
['Бенин', ['africa'], 'bj', '229'],
|
|
81
|
+
['Бутан', ['asia'], 'bt', '975'],
|
|
82
|
+
['Боливия', ['america', 'south-america'], 'bo', '591'],
|
|
83
|
+
['Босния и Герцеговина', ['europe', 'ex-yugos'], 'ba', '387'],
|
|
84
|
+
['Ботсвана', ['africa'], 'bw', '267'],
|
|
85
|
+
['Бразилия', ['america', 'south-america'], 'br', '55', '.. .........'],
|
|
86
|
+
['Британская территория в Индийском океане', ['asia'], 'io', '246'],
|
|
87
|
+
['Бруней', ['asia'], 'bn', '673'],
|
|
88
|
+
['Болгария', ['europe', 'eu-union'], 'bg', '359'],
|
|
89
|
+
['Буркина-Фасо', ['africa'], 'bf', '226'],
|
|
90
|
+
['Бурунди', ['africa'], 'bi', '257'],
|
|
91
|
+
['Камбоджа', ['asia'], 'kh', '855'],
|
|
92
|
+
['Камерун', ['africa'], 'cm', '237'],
|
|
93
93
|
[
|
|
94
|
-
'
|
|
94
|
+
'Канада',
|
|
95
95
|
['america', 'north-america'],
|
|
96
96
|
'ca',
|
|
97
97
|
'1',
|
|
@@ -142,96 +142,96 @@ const countriesData = [
|
|
|
142
142
|
'905',
|
|
143
143
|
],
|
|
144
144
|
],
|
|
145
|
-
['
|
|
146
|
-
['
|
|
147
|
-
['
|
|
148
|
-
['
|
|
149
|
-
['
|
|
150
|
-
['
|
|
151
|
-
['
|
|
152
|
-
['
|
|
153
|
-
['
|
|
154
|
-
['
|
|
155
|
-
['
|
|
156
|
-
['
|
|
157
|
-
['
|
|
158
|
-
['
|
|
159
|
-
['
|
|
160
|
-
['
|
|
161
|
-
['
|
|
162
|
-
['
|
|
163
|
-
['
|
|
164
|
-
['
|
|
165
|
-
['
|
|
166
|
-
['
|
|
167
|
-
['
|
|
168
|
-
['
|
|
169
|
-
['
|
|
170
|
-
['
|
|
171
|
-
['
|
|
172
|
-
['
|
|
173
|
-
['
|
|
174
|
-
['
|
|
175
|
-
['
|
|
176
|
-
['
|
|
177
|
-
['
|
|
178
|
-
['
|
|
179
|
-
['
|
|
180
|
-
['
|
|
181
|
-
['
|
|
182
|
-
['
|
|
183
|
-
['
|
|
184
|
-
['
|
|
185
|
-
['
|
|
186
|
-
['
|
|
187
|
-
['
|
|
188
|
-
['
|
|
189
|
-
['
|
|
190
|
-
['
|
|
191
|
-
['
|
|
192
|
-
['
|
|
193
|
-
['
|
|
194
|
-
['
|
|
195
|
-
['
|
|
196
|
-
['
|
|
197
|
-
['
|
|
198
|
-
['
|
|
199
|
-
['
|
|
200
|
-
['
|
|
201
|
-
['
|
|
202
|
-
['
|
|
203
|
-
['
|
|
204
|
-
['
|
|
205
|
-
['
|
|
206
|
-
['
|
|
207
|
-
['
|
|
208
|
-
['
|
|
209
|
-
['
|
|
210
|
-
['
|
|
211
|
-
['
|
|
212
|
-
['
|
|
213
|
-
['
|
|
214
|
-
['
|
|
215
|
-
['
|
|
216
|
-
['
|
|
217
|
-
['
|
|
218
|
-
['
|
|
219
|
-
['
|
|
220
|
-
['
|
|
221
|
-
['
|
|
222
|
-
['
|
|
223
|
-
['
|
|
224
|
-
['
|
|
225
|
-
['
|
|
226
|
-
['
|
|
227
|
-
['
|
|
228
|
-
['
|
|
229
|
-
['
|
|
230
|
-
['
|
|
231
|
-
['
|
|
232
|
-
['
|
|
145
|
+
['Кабо-Верде', ['africa'], 'cv', '238'],
|
|
146
|
+
['Карибские Нидерланды', ['america', 'carribean'], 'bq', '599', '', 1],
|
|
147
|
+
['Центральноафриканская Республика', ['africa'], 'cf', '236'],
|
|
148
|
+
['Чад', ['africa'], 'td', '235'],
|
|
149
|
+
['Чили', ['america', 'south-america'], 'cl', '56'],
|
|
150
|
+
['Китай', ['asia'], 'cn', '86', '.. .........'],
|
|
151
|
+
['Колумбия', ['america', 'south-america'], 'co', '57', '... ... ....'],
|
|
152
|
+
['Коморы', ['africa'], 'km', '269'],
|
|
153
|
+
['Конго', ['africa'], 'cd', '243'],
|
|
154
|
+
['Конго', ['africa'], 'cg', '242'],
|
|
155
|
+
['Коста-Рика', ['america', 'central-america'], 'cr', '506', '.... ....'],
|
|
156
|
+
['Кот-д’Ивуар', ['africa'], 'ci', '225', '.. .. .. ..'],
|
|
157
|
+
['Хорватия', ['europe', 'eu-union', 'ex-yugos'], 'hr', '385'],
|
|
158
|
+
['Куба', ['america', 'carribean'], 'cu', '53'],
|
|
159
|
+
['Кюрасао', ['america', 'carribean'], 'cw', '599', '', 0],
|
|
160
|
+
['Кипр', ['europe', 'eu-union'], 'cy', '357', '.. ......'],
|
|
161
|
+
['Чехия', ['europe', 'eu-union'], 'cz', '420', '... ... ...'],
|
|
162
|
+
['Дания', ['europe', 'eu-union', 'baltic'], 'dk', '45', '.. .. .. ..'],
|
|
163
|
+
['Джибути', ['africa'], 'dj', '253'],
|
|
164
|
+
['Доминика', ['america', 'carribean'], 'dm', '1767'],
|
|
165
|
+
['Доминиканская Республика', ['america', 'carribean'], 'do', '1', '', 2, ['809', '829', '849']],
|
|
166
|
+
['Эквадор', ['america', 'south-america'], 'ec', '593'],
|
|
167
|
+
['Египет', ['africa', 'north-africa'], 'eg', '20'],
|
|
168
|
+
['Сальвадор', ['america', 'central-america'], 'sv', '503', '.... ....'],
|
|
169
|
+
['Экваториальная Гвинея', ['africa'], 'gq', '240'],
|
|
170
|
+
['Эритрея', ['africa'], 'er', '291'],
|
|
171
|
+
['Эстония', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'ee', '372', '.... ......'],
|
|
172
|
+
['Эфиопия', ['africa'], 'et', '251'],
|
|
173
|
+
['Фиджи', ['oceania'], 'fj', '679'],
|
|
174
|
+
['Финляндия', ['europe', 'eu-union', 'baltic'], 'fi', '358', '.. ... .. ..'],
|
|
175
|
+
['Франция', ['europe', 'eu-union'], 'fr', '33', '. .. .. .. ..'],
|
|
176
|
+
['Французская Гвиана', ['america', 'south-america'], 'gf', '594'],
|
|
177
|
+
['Французская Полинезия', ['oceania'], 'pf', '689'],
|
|
178
|
+
['Габон', ['africa'], 'ga', '241'],
|
|
179
|
+
['Гамбия', ['africa'], 'gm', '220'],
|
|
180
|
+
['Грузия', ['asia', 'ex-ussr'], 'ge', '995'],
|
|
181
|
+
['Германия', ['europe', 'eu-union', 'baltic'], 'de', '49', '.... ........'],
|
|
182
|
+
['Гана', ['africa'], 'gh', '233'],
|
|
183
|
+
['Греция', ['europe', 'eu-union'], 'gr', '30'],
|
|
184
|
+
['Гренада', ['america', 'carribean'], 'gd', '1473'],
|
|
185
|
+
['Гваделупа', ['america', 'carribean'], 'gp', '590', '', 0],
|
|
186
|
+
['Гуам', ['oceania'], 'gu', '1671'],
|
|
187
|
+
['Гватемала', ['america', 'central-america'], 'gt', '502', '.... ....'],
|
|
188
|
+
['Гвинея', ['africa'], 'gn', '224'],
|
|
189
|
+
['Гвинея-Бисау', ['africa'], 'gw', '245'],
|
|
190
|
+
['Гайана', ['america', 'south-america'], 'gy', '592'],
|
|
191
|
+
['Гаити', ['america', 'carribean'], 'ht', '509', '.... ....'],
|
|
192
|
+
['Гондурас', ['america', 'central-america'], 'hn', '504'],
|
|
193
|
+
['Гонконг', ['asia'], 'hk', '852', '.... ....'],
|
|
194
|
+
['Венгрия', ['europe', 'eu-union'], 'hu', '36'],
|
|
195
|
+
['Исландия', ['europe'], 'is', '354', '... ....'],
|
|
196
|
+
['Индия', ['asia'], 'in', '91', '..... .....'],
|
|
197
|
+
['Индонезия', ['asia'], 'id', '62'],
|
|
198
|
+
['Иран', ['middle-east'], 'ir', '98', '... ... ....'],
|
|
199
|
+
['Ирак', ['middle-east'], 'iq', '964'],
|
|
200
|
+
['Ирландия', ['europe', 'eu-union'], 'ie', '353', '.. .......'],
|
|
201
|
+
['Израиль', ['middle-east'], 'il', '972', '... ... ....'],
|
|
202
|
+
['Италия', ['europe', 'eu-union'], 'it', '39', '... .......', 0],
|
|
203
|
+
['Ямайка', ['america', 'carribean'], 'jm', '1876'],
|
|
204
|
+
['Япония', ['asia'], 'jp', '81', '.. .... ....'],
|
|
205
|
+
['Иордания', ['middle-east'], 'jo', '962'],
|
|
206
|
+
['Казахстан', ['asia', 'ex-ussr'], 'kz', '7', '... ... .. ..', 1, ['6', '7']],
|
|
207
|
+
['Кения', ['africa'], 'ke', '254'],
|
|
208
|
+
['Кирибати', ['oceania'], 'ki', '686'],
|
|
209
|
+
['Република Косово', ['europe', 'ex-yugos'], 'xk', '383'],
|
|
210
|
+
['Кувейт', ['middle-east'], 'kw', '965'],
|
|
211
|
+
['Киргизия', ['asia', 'ex-ussr'], 'kg', '996', '... ... ...'],
|
|
212
|
+
['Лаос', ['asia'], 'la', '856'],
|
|
213
|
+
['Латвия', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'lv', '371', '.. ... ...'],
|
|
214
|
+
['Ливан', ['middle-east'], 'lb', '961'],
|
|
215
|
+
['Лесото', ['africa'], 'ls', '266'],
|
|
216
|
+
['Либерия', ['africa'], 'lr', '231'],
|
|
217
|
+
['Ливия', ['africa', 'north-africa'], 'ly', '218'],
|
|
218
|
+
['Лихтенштейн', ['europe'], 'li', '423'],
|
|
219
|
+
['Литва', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'lt', '370'],
|
|
220
|
+
['Люксембург', ['europe', 'eu-union'], 'lu', '352'],
|
|
221
|
+
['Макао', ['asia'], 'mo', '853'],
|
|
222
|
+
['Македония', ['europe', 'ex-yugos'], 'mk', '389'],
|
|
223
|
+
['Мадагаскар', ['africa'], 'mg', '261'],
|
|
224
|
+
['Малави', ['africa'], 'mw', '265'],
|
|
225
|
+
['Малайзия', ['asia'], 'my', '60', '.. .... ....'],
|
|
226
|
+
['Мальдивы', ['asia'], 'mv', '960'],
|
|
227
|
+
['Мали', ['africa'], 'ml', '223'],
|
|
228
|
+
['Мальта', ['europe', 'eu-union'], 'mt', '356'],
|
|
229
|
+
['Маршалловы Острова', ['oceania'], 'mh', '692'],
|
|
230
|
+
['Мартиника', ['america', 'carribean'], 'mq', '596'],
|
|
231
|
+
['Мавритания', ['africa'], 'mr', '222'],
|
|
232
|
+
['Маврикий', ['africa'], 'mu', '230'],
|
|
233
233
|
[
|
|
234
|
-
'
|
|
234
|
+
'Мексика',
|
|
235
235
|
['america', 'central-america'],
|
|
236
236
|
'mx',
|
|
237
237
|
'52',
|
|
@@ -239,87 +239,93 @@ const countriesData = [
|
|
|
239
239
|
0,
|
|
240
240
|
['55', '81', '33', '656', '664', '998', '774', '229'],
|
|
241
241
|
],
|
|
242
|
-
['
|
|
243
|
-
['
|
|
244
|
-
['
|
|
245
|
-
['
|
|
246
|
-
['
|
|
247
|
-
['
|
|
248
|
-
['
|
|
249
|
-
['
|
|
250
|
-
['
|
|
251
|
-
['
|
|
252
|
-
['
|
|
253
|
-
['
|
|
254
|
-
['
|
|
255
|
-
['
|
|
256
|
-
['
|
|
257
|
-
['
|
|
258
|
-
['
|
|
259
|
-
['
|
|
260
|
-
['
|
|
261
|
-
['
|
|
262
|
-
['
|
|
263
|
-
['
|
|
264
|
-
['
|
|
265
|
-
['
|
|
266
|
-
['
|
|
267
|
-
['
|
|
268
|
-
['
|
|
269
|
-
['
|
|
270
|
-
['
|
|
271
|
-
['
|
|
272
|
-
['
|
|
273
|
-
['
|
|
274
|
-
['
|
|
275
|
-
['
|
|
276
|
-
['
|
|
277
|
-
['
|
|
278
|
-
['
|
|
279
|
-
['
|
|
280
|
-
['
|
|
281
|
-
['
|
|
282
|
-
['
|
|
283
|
-
['
|
|
284
|
-
['
|
|
285
|
-
['
|
|
286
|
-
['
|
|
287
|
-
['
|
|
288
|
-
['
|
|
289
|
-
['
|
|
290
|
-
['
|
|
291
|
-
['
|
|
292
|
-
['
|
|
293
|
-
['
|
|
294
|
-
['
|
|
295
|
-
['
|
|
296
|
-
['
|
|
297
|
-
['
|
|
298
|
-
['
|
|
299
|
-
['
|
|
300
|
-
['
|
|
301
|
-
['
|
|
302
|
-
['
|
|
303
|
-
['
|
|
304
|
-
['
|
|
305
|
-
['
|
|
306
|
-
['
|
|
307
|
-
['
|
|
308
|
-
['
|
|
309
|
-
['
|
|
310
|
-
['
|
|
311
|
-
['
|
|
312
|
-
['
|
|
313
|
-
['
|
|
314
|
-
['
|
|
315
|
-
['
|
|
316
|
-
['
|
|
317
|
-
['
|
|
318
|
-
['
|
|
319
|
-
['
|
|
320
|
-
['United Kingdom', ['europe', 'eu-union'], 'gb', '44', '.... ......'],
|
|
242
|
+
['Федеративные Штаты Микронезии', ['oceania'], 'fm', '691'],
|
|
243
|
+
['Молдавия', ['europe'], 'md', '373', '.. .. .. ..'],
|
|
244
|
+
['Монако', ['europe'], 'mc', '377'],
|
|
245
|
+
['Монголия', ['asia'], 'mn', '976'],
|
|
246
|
+
['Черногория', ['europe', 'ex-yugos'], 'me', '382'],
|
|
247
|
+
['Морокко', ['africa', 'north-africa'], 'ma', '212'],
|
|
248
|
+
['Мозамбик', ['africa'], 'mz', '258'],
|
|
249
|
+
['Мьянма', ['asia'], 'mm', '95'],
|
|
250
|
+
['Намибия', ['africa'], 'na', '264'],
|
|
251
|
+
['Науру', ['africa'], 'nr', '674'],
|
|
252
|
+
['Непал', ['asia'], 'np', '977'],
|
|
253
|
+
['Нидерланды', ['europe', 'eu-union'], 'nl', '31', '.. ........'],
|
|
254
|
+
['Новая Каледония', ['oceania'], 'nc', '687'],
|
|
255
|
+
['Новая Зеландия', ['oceania'], 'nz', '64', '... ... ....'],
|
|
256
|
+
['Никарагуа', ['america', 'central-america'], 'ni', '505'],
|
|
257
|
+
['Нигер', ['africa'], 'ne', '227'],
|
|
258
|
+
['Нигерия', ['africa'], 'ng', '234'],
|
|
259
|
+
['Корейская Народно-Демократическая Республика', ['asia'], 'kp', '850'],
|
|
260
|
+
['Норвегия', ['europe', 'baltic'], 'no', '47', '... .. ...'],
|
|
261
|
+
['Оман', ['middle-east'], 'om', '968'],
|
|
262
|
+
['Пакистан', ['asia'], 'pk', '92', '... .......'],
|
|
263
|
+
['Палау', ['oceania'], 'pw', '680'],
|
|
264
|
+
['Палестина', ['middle-east'], 'ps', '970'],
|
|
265
|
+
['Панама', ['america', 'central-america'], 'pa', '507'],
|
|
266
|
+
['Папуа Новая Гвинея', ['oceania'], 'pg', '675'],
|
|
267
|
+
['Парагвай', ['america', 'south-america'], 'py', '595'],
|
|
268
|
+
['Перу', ['america', 'south-america'], 'pe', '51'],
|
|
269
|
+
['Филиппины', ['asia'], 'ph', '63', '.... .......'],
|
|
270
|
+
['Польша', ['europe', 'eu-union', 'baltic'], 'pl', '48', '... ... ...'],
|
|
271
|
+
['Португалия', ['europe', 'eu-union'], 'pt', '351'],
|
|
272
|
+
['Пуэрто-Рико', ['america', 'carribean'], 'pr', '1', '', 3, ['787', '939']],
|
|
273
|
+
['Катар', ['middle-east'], 'qa', '974'],
|
|
274
|
+
['Реюньон', ['africa'], 're', '262'],
|
|
275
|
+
['Румыния', ['europe', 'eu-union'], 'ro', '40'],
|
|
276
|
+
['Россия', ['europe', 'asia', 'ex-ussr', 'baltic'], 'ru', '7', '... ... .. ..', 0],
|
|
277
|
+
['Руанда', ['africa'], 'rw', '250'],
|
|
278
|
+
['Сент-Китс и Невис', ['america', 'carribean'], 'kn', '1869'],
|
|
279
|
+
['Сент-Люсия', ['america', 'carribean'], 'lc', '1758'],
|
|
280
|
+
['Сент-Винсент и Гренадины', ['america', 'carribean'], 'vc', '1784'],
|
|
281
|
+
['Самоа', ['oceania'], 'ws', '685'],
|
|
282
|
+
['Сан-Марино', ['europe'], 'sm', '378'],
|
|
283
|
+
['Сан-Томе и Принсипи', ['africa'], 'st', '239'],
|
|
284
|
+
['Саудовская Аравия', ['middle-east'], 'sa', '966'],
|
|
285
|
+
['Сенегал', ['africa'], 'sn', '221'],
|
|
286
|
+
['Сербия', ['europe', 'ex-yugos'], 'rs', '381'],
|
|
287
|
+
['Сейшельские Острова', ['africa'], 'sc', '248'],
|
|
288
|
+
['Сьерра-Леоне', ['africa'], 'sl', '232'],
|
|
289
|
+
['Сингапур', ['asia'], 'sg', '65', '.... ....'],
|
|
290
|
+
['Словакия', ['europe', 'eu-union'], 'sk', '421'],
|
|
291
|
+
['Словения', ['europe', 'eu-union', 'ex-yugos'], 'si', '386'],
|
|
292
|
+
['Соломоновы Острова', ['oceania'], 'sb', '677'],
|
|
293
|
+
['Сомали', ['africa'], 'so', '252'],
|
|
294
|
+
['Южно-Африканская Республика', ['africa'], 'za', '27'],
|
|
295
|
+
['Южная Корея', ['asia'], 'kr', '82', '... .... ....'],
|
|
296
|
+
['Южный Судан', ['africa', 'north-africa'], 'ss', '211'],
|
|
297
|
+
['Испания', ['europe', 'eu-union'], 'es', '34', '... ... ...'],
|
|
298
|
+
['Шри-Ланка', ['asia'], 'lk', '94'],
|
|
299
|
+
['Судан', ['africa'], 'sd', '249'],
|
|
300
|
+
['Суринам', ['america', 'south-america'], 'sr', '597'],
|
|
301
|
+
['Эсватини', ['africa'], 'sz', '268'],
|
|
302
|
+
['Швеция', ['europe', 'eu-union', 'baltic'], 'se', '46', '... ... ...'],
|
|
303
|
+
['Швейцария', ['europe'], 'ch', '41', '.. ... .. ..'],
|
|
304
|
+
['Сирия', ['middle-east'], 'sy', '963'],
|
|
305
|
+
['Тайвань', ['asia'], 'tw', '886'],
|
|
306
|
+
['Таджикистан', ['asia', 'ex-ussr'], 'tj', '992'],
|
|
307
|
+
['Танзания', ['africa'], 'tz', '255'],
|
|
308
|
+
['Таиланд', ['asia'], 'th', '66'],
|
|
309
|
+
['Тимор-Лесте', ['asia'], 'tl', '670'],
|
|
310
|
+
['Того', ['africa'], 'tg', '228'],
|
|
311
|
+
['Тонга', ['oceania'], 'to', '676'],
|
|
312
|
+
['Тринидад и Тобаго', ['america', 'carribean'], 'tt', '1868'],
|
|
313
|
+
['Тунис', ['africa', 'north-africa'], 'tn', '216'],
|
|
314
|
+
['Турция', ['europe'], 'tr', '90', '... ... .. ..'],
|
|
315
|
+
['Туркменистан', ['asia', 'ex-ussr'], 'tm', '993'],
|
|
316
|
+
['Тувалу', ['asia'], 'tv', '688'],
|
|
317
|
+
['Уганда', ['africa'], 'ug', '256'],
|
|
318
|
+
['Украина', ['europe', 'ex-ussr'], 'ua', '380', '.. ... .. ..'],
|
|
319
|
+
['ОАЭ', ['middle-east'], 'ae', '971'],
|
|
321
320
|
[
|
|
322
|
-
'
|
|
321
|
+
'Соединенное Королевство Великобритании и Северной Ирландии',
|
|
322
|
+
['europe', 'eu-union'],
|
|
323
|
+
'gb',
|
|
324
|
+
'44',
|
|
325
|
+
'.... ......',
|
|
326
|
+
],
|
|
327
|
+
[
|
|
328
|
+
'США',
|
|
323
329
|
['america', 'north-america'],
|
|
324
330
|
'us',
|
|
325
331
|
'1',
|
|
@@ -569,15 +575,23 @@ const countriesData = [
|
|
|
569
575
|
'307',
|
|
570
576
|
],
|
|
571
577
|
],
|
|
572
|
-
['
|
|
573
|
-
['
|
|
574
|
-
['
|
|
575
|
-
['
|
|
576
|
-
['
|
|
577
|
-
['
|
|
578
|
-
['
|
|
579
|
-
['
|
|
580
|
-
['
|
|
578
|
+
['Уругвай', ['america', 'south-america'], 'uy', '598'],
|
|
579
|
+
['Узбекистан', ['asia', 'ex-ussr'], 'uz', '998', '.. ... .. ..'],
|
|
580
|
+
['Вануату', ['oceania'], 'vu', '678'],
|
|
581
|
+
['Ватикан', ['europe'], 'va', '39', '.. .... ....', 1],
|
|
582
|
+
['Венесуэла', ['america', 'south-america'], 've', '58'],
|
|
583
|
+
['Вьетнам', ['asia'], 'vn', '84'],
|
|
584
|
+
['Йемен', ['middle-east'], 'ye', '967'],
|
|
585
|
+
['Замбия', ['africa'], 'zm', '260'],
|
|
586
|
+
['Зимбабве', ['africa'], 'zw', '263'],
|
|
587
|
+
['Гибралтар', ['europe'], 'gi', '350'],
|
|
588
|
+
['Гренландия', ['america', 'north-america'], 'gl', '299'],
|
|
589
|
+
['Монсеррат', ['america', 'carribean'], 'ms', '1664'],
|
|
590
|
+
['Сент-Пьер и Микелон', ['america'], 'pm', '508'],
|
|
591
|
+
['Теркс и Кайкос', ['america', 'carribean'], 'tc', '1649'],
|
|
592
|
+
['Виргинские острова (Британские)', ['america', 'carribean'], 'vg', '1284'],
|
|
593
|
+
['Виргинские острова (США)', ['america', 'carribean'], 'vi', '1340'],
|
|
594
|
+
['Уоллис и Футуна', ['oceania'], 'wf', '681'],
|
|
581
595
|
];
|
|
582
596
|
|
|
583
597
|
export { countriesData };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { Button } from "./Component.responsive-8566963f";
|
|
2
|
-
export type { ButtonProps } from "./typings-
|
|
2
|
+
export type { ButtonProps } from "./typings-6d57839f";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from "react";
|
|
3
|
-
import { CommonButtonProps } from "./typings-
|
|
3
|
+
import { CommonButtonProps } from "./typings-6d57839f";
|
|
4
4
|
declare const ButtonDesktop: React.ForwardRefExoticComponent<CommonButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
5
5
|
export { ButtonDesktop };
|
|
6
|
-
export type { CommonButtonProps as ButtonDesktopProps } from "./typings-
|
|
6
|
+
export type { CommonButtonProps as ButtonDesktopProps } from "./typings-6d57839f";
|
package/international-phone-input/{esm/typings-61e2321e.d.ts → modern/typings-6d57839f.d.ts}
RENAMED
|
@@ -12,7 +12,7 @@ type ComponentProps = {
|
|
|
12
12
|
* Тип кнопки
|
|
13
13
|
* @default secondary
|
|
14
14
|
*/
|
|
15
|
-
view?: 'accent' | 'primary' | 'secondary' | '
|
|
15
|
+
view?: 'accent' | 'primary' | 'secondary' | 'outlined' | 'transparent' | 'text' | 'tertiary' | 'filled' | 'link' | 'ghost';
|
|
16
16
|
/**
|
|
17
17
|
* Форма кнопки
|
|
18
18
|
* @default rectangular
|
|
@@ -10,7 +10,7 @@ import { CSSTransitionProps } from "react-transition-group/CSSTransition";
|
|
|
10
10
|
import { BasePlacement, VariationPlacement } from "@popperjs/core";
|
|
11
11
|
import { SwipeableHandlers } from "react-swipeable";
|
|
12
12
|
import { TextElementType, TextSkeletonProps } from "./types-1328ead9";
|
|
13
|
-
import { ButtonProps } from "./index-
|
|
13
|
+
import { ButtonProps } from "./index-6d57839f";
|
|
14
14
|
import { ContentProps } from "./typings-88b743b5";
|
|
15
15
|
import { ModalResponsiveProps as ModalProps } from "./typings-88b743b5";
|
|
16
16
|
import { InputProps } from "../../input";
|
|
@@ -12,7 +12,7 @@ type ComponentProps = {
|
|
|
12
12
|
* Тип кнопки
|
|
13
13
|
* @default secondary
|
|
14
14
|
*/
|
|
15
|
-
view?: 'accent' | 'primary' | 'secondary' | '
|
|
15
|
+
view?: 'accent' | 'primary' | 'secondary' | 'outlined' | 'transparent' | 'text' | 'tertiary' | 'filled' | 'link' | 'ghost';
|
|
16
16
|
/**
|
|
17
17
|
* Форма кнопки
|
|
18
18
|
* @default rectangular
|
|
@@ -10,7 +10,7 @@ import { CSSTransitionProps } from "react-transition-group/CSSTransition";
|
|
|
10
10
|
import { BasePlacement, VariationPlacement } from "@popperjs/core";
|
|
11
11
|
import { SwipeableHandlers } from "react-swipeable";
|
|
12
12
|
import { TextElementType, TextSkeletonProps } from "./types-1328ead9";
|
|
13
|
-
import { ButtonProps } from "./index-
|
|
13
|
+
import { ButtonProps } from "./index-6d57839f";
|
|
14
14
|
import { ContentProps } from "./typings-88b743b5";
|
|
15
15
|
import { ModalResponsiveProps as ModalProps } from "./typings-88b743b5";
|
|
16
16
|
import { InputProps } from "../input";
|
|
@@ -40,22 +40,28 @@
|
|
|
40
40
|
} .primary {
|
|
41
41
|
color: var(--link-primary-color);
|
|
42
42
|
border-bottom-color: var(--link-primary-color)
|
|
43
|
-
}
|
|
44
|
-
|
|
43
|
+
} @media (hover: hover) {
|
|
44
|
+
.primary:hover {
|
|
45
|
+
color: var(--link-primary-hover-color);
|
|
46
|
+
}
|
|
45
47
|
} .primary:active {
|
|
46
48
|
color: var(--link-primary-active-color);
|
|
47
49
|
} .secondary {
|
|
48
50
|
color: var(--link-secondary-color);
|
|
49
51
|
border-bottom-color: var(--link-secondary-color)
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
+
} @media (hover: hover) {
|
|
53
|
+
.secondary:hover {
|
|
54
|
+
color: var(--link-secondary-hover-color);
|
|
55
|
+
}
|
|
52
56
|
} .secondary:active {
|
|
53
57
|
color: var(--link-secondary-active-color);
|
|
54
58
|
} .defaultView {
|
|
55
59
|
color: var(--link-default-color);
|
|
56
60
|
border-bottom-color: var(--link-default-color)
|
|
57
|
-
}
|
|
58
|
-
|
|
61
|
+
} @media (hover: hover) {
|
|
62
|
+
.defaultView:hover {
|
|
63
|
+
color: var(--link-default-hover-color);
|
|
64
|
+
}
|
|
59
65
|
} .defaultView:active {
|
|
60
66
|
color: var(--link-default-active-color);
|
|
61
67
|
}
|