@alfalab/core-components 48.29.0-beta.1 → 48.29.0-snapshot.2-b4d1ee6
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/bottom-sheet/component.js +27 -17
- package/bottom-sheet/components/footer/Component.d.ts +5 -0
- package/bottom-sheet/components/footer/Component.js +13 -5
- package/bottom-sheet/components/footer/default.css +45 -0
- package/bottom-sheet/components/footer/index.css +9 -78
- package/bottom-sheet/components/footer/inverted.css +45 -0
- package/bottom-sheet/components/header/Component.d.ts +3 -0
- package/bottom-sheet/components/header/Component.js +17 -7
- package/bottom-sheet/components/header/default.css +46 -0
- package/bottom-sheet/components/header/index.css +23 -9
- package/bottom-sheet/components/header/inverted.css +46 -0
- package/bottom-sheet/cssm/component.js +25 -17
- package/bottom-sheet/cssm/components/footer/Component.d.ts +5 -0
- package/bottom-sheet/cssm/components/footer/Component.js +10 -4
- package/bottom-sheet/cssm/components/footer/default.module.css +44 -0
- package/bottom-sheet/cssm/components/footer/index.module.css +9 -78
- package/bottom-sheet/cssm/components/footer/inverted.module.css +44 -0
- package/bottom-sheet/cssm/components/header/Component.d.ts +3 -0
- package/bottom-sheet/cssm/components/header/Component.js +14 -6
- package/bottom-sheet/cssm/components/header/default.module.css +45 -0
- package/bottom-sheet/cssm/components/header/index.module.css +25 -9
- package/bottom-sheet/cssm/components/header/inverted.module.css +45 -0
- package/bottom-sheet/cssm/default.module.css +47 -0
- package/bottom-sheet/cssm/index.module.css +21 -22
- package/bottom-sheet/cssm/inverted.module.css +47 -0
- package/bottom-sheet/cssm/types.d.ts +9 -2
- package/bottom-sheet/cssm/utils.d.ts +3 -1
- package/bottom-sheet/cssm/utils.js +5 -0
- package/bottom-sheet/cssm/vars.css +7 -2
- package/bottom-sheet/default.css +48 -0
- package/bottom-sheet/esm/component.js +28 -18
- package/bottom-sheet/esm/components/footer/Component.d.ts +5 -0
- package/bottom-sheet/esm/components/footer/Component.js +14 -5
- package/bottom-sheet/esm/components/footer/default.css +45 -0
- package/bottom-sheet/esm/components/footer/index.css +9 -78
- package/bottom-sheet/esm/components/footer/inverted.css +45 -0
- package/bottom-sheet/esm/components/header/Component.d.ts +3 -0
- package/bottom-sheet/esm/components/header/Component.js +18 -7
- package/bottom-sheet/esm/components/header/default.css +46 -0
- package/bottom-sheet/esm/components/header/index.css +23 -9
- package/bottom-sheet/esm/components/header/inverted.css +46 -0
- package/bottom-sheet/esm/default.css +48 -0
- package/bottom-sheet/esm/index.css +21 -22
- package/bottom-sheet/esm/inverted.css +48 -0
- package/bottom-sheet/esm/types.d.ts +9 -2
- package/bottom-sheet/esm/utils.d.ts +3 -1
- package/bottom-sheet/esm/utils.js +5 -1
- package/bottom-sheet/index.css +21 -22
- package/bottom-sheet/inverted.css +48 -0
- package/bottom-sheet/modern/component.js +24 -13
- package/bottom-sheet/modern/components/footer/Component.d.ts +5 -0
- package/bottom-sheet/modern/components/footer/Component.js +13 -4
- package/bottom-sheet/modern/components/footer/default.css +45 -0
- package/bottom-sheet/modern/components/footer/index.css +9 -78
- package/bottom-sheet/modern/components/footer/inverted.css +45 -0
- package/bottom-sheet/modern/components/header/Component.d.ts +3 -0
- package/bottom-sheet/modern/components/header/Component.js +17 -6
- package/bottom-sheet/modern/components/header/default.css +46 -0
- package/bottom-sheet/modern/components/header/index.css +23 -9
- package/bottom-sheet/modern/components/header/inverted.css +46 -0
- package/bottom-sheet/modern/default.css +48 -0
- package/bottom-sheet/modern/index.css +21 -22
- package/bottom-sheet/modern/inverted.css +48 -0
- package/bottom-sheet/modern/types.d.ts +9 -2
- package/bottom-sheet/modern/utils.d.ts +3 -1
- package/bottom-sheet/modern/utils.js +2 -1
- package/bottom-sheet/moderncssm/component.js +24 -13
- package/bottom-sheet/moderncssm/components/footer/Component.d.ts +5 -0
- package/bottom-sheet/moderncssm/components/footer/Component.js +8 -3
- package/bottom-sheet/moderncssm/components/footer/default.module.css +22 -0
- package/bottom-sheet/moderncssm/components/footer/index.module.css +7 -26
- package/bottom-sheet/moderncssm/components/footer/inverted.module.css +22 -0
- package/bottom-sheet/moderncssm/components/header/Component.d.ts +3 -0
- package/bottom-sheet/moderncssm/components/header/Component.js +12 -5
- package/bottom-sheet/moderncssm/components/header/default.module.css +26 -0
- package/bottom-sheet/moderncssm/components/header/index.module.css +27 -8
- package/bottom-sheet/moderncssm/components/header/inverted.module.css +26 -0
- package/bottom-sheet/moderncssm/default.module.css +27 -0
- package/bottom-sheet/moderncssm/index.js +6 -0
- package/bottom-sheet/moderncssm/index.module.css +8 -6
- package/bottom-sheet/moderncssm/inverted.module.css +27 -0
- package/bottom-sheet/moderncssm/types.d.ts +9 -2
- package/bottom-sheet/moderncssm/utils.d.ts +3 -1
- package/bottom-sheet/moderncssm/utils.js +2 -1
- package/bottom-sheet/moderncssm/vars.css +7 -2
- package/bottom-sheet/types.d.ts +9 -2
- package/bottom-sheet/utils.d.ts +3 -1
- package/bottom-sheet/utils.js +5 -0
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile/index.js +1 -1
- package/calendar/mobile/index.js +1 -1
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/modern/components/calendar-mobile/index.js +1 -1
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile/index.js +1 -1
- package/calendar-input/cssm/components/calendar-input/Component.d.ts +1 -1
- package/cdn-icon/cssm/hooks/use-icon.js +1 -1
- package/cdn-icon/esm/hooks/use-icon.js +1 -1
- package/cdn-icon/hooks/use-icon.js +1 -1
- package/cdn-icon/modern/hooks/use-icon.js +1 -1
- package/cdn-icon/moderncssm/hooks/use-icon.js +1 -1
- package/collapse/Component.d.ts +5 -0
- package/collapse/Component.js +3 -3
- package/collapse/cssm/Component.d.ts +5 -0
- package/collapse/cssm/Component.js +3 -3
- package/collapse/esm/Component.d.ts +5 -0
- package/collapse/esm/Component.js +3 -3
- package/collapse/modern/Component.d.ts +5 -0
- package/collapse/modern/Component.js +2 -2
- package/collapse/moderncssm/Component.d.ts +5 -0
- package/collapse/moderncssm/Component.js +2 -2
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- package/file-upload-item/components/actions-control/actions.js +1 -1
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/components/actions-control/actions.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/index.js +1 -1
- package/file-upload-item/esm/index.js +1 -1
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/components/actions-control/actions.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/index.js +1 -1
- package/file-upload-item/modern/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/hooks.js +1 -1
- package/gallery/components/image-viewer/single.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/hooks.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/single.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +1 -1
- package/gallery/esm/index.js +1 -1
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/hooks.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/single.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/input-autocomplete/cssm/mobile/Component.mobile.js +3 -1
- package/input-autocomplete/esm/mobile/Component.mobile.js +3 -1
- package/input-autocomplete/mobile/Component.mobile.js +3 -1
- package/input-autocomplete/modern/mobile/Component.mobile.js +7 -1
- package/input-autocomplete/moderncssm/mobile/Component.mobile.js +7 -1
- package/international-phone-input/components/country-select/Component.js +1 -0
- package/international-phone-input/cssm/components/country-select/Component.js +1 -0
- package/international-phone-input/cssm/typings-d515b24c.d.ts +31 -1
- package/international-phone-input/esm/components/country-select/Component.js +1 -0
- package/international-phone-input/esm/typings-d515b24c.d.ts +31 -1
- package/international-phone-input/modern/components/country-select/Component.js +1 -0
- package/international-phone-input/modern/typings-d515b24c.d.ts +31 -1
- package/international-phone-input/moderncssm/components/country-select/Component.js +1 -0
- package/international-phone-input/moderncssm/typings-d515b24c.d.ts +31 -1
- package/international-phone-input/typings-d515b24c.d.ts +594 -11
- package/list/Component.js +1 -1
- package/list/components/item/Component.js +1 -1
- package/list/components/item/index.d.ts +1 -1
- package/list/components/item/index.js +1 -1
- package/list/esm/Component.js +1 -1
- package/list/esm/components/item/Component.js +1 -1
- package/list/esm/components/item/index.d.ts +1 -1
- package/list/esm/components/item/index.js +1 -1
- package/list/esm/index.js +1 -1
- package/list/index.js +1 -1
- package/list/modern/Component.js +1 -1
- package/list/modern/components/item/Component.js +1 -1
- package/list/modern/components/item/index.d.ts +1 -1
- package/list/modern/components/item/index.js +1 -1
- package/list/modern/index.js +1 -1
- 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-private/Component.js +6 -6
- package/navigation-bar-private/components/back-arrow-addon/Component.d.ts +5 -0
- package/navigation-bar-private/components/back-arrow-addon/Component.js +14 -3
- package/navigation-bar-private/components/back-arrow-addon/default.css +75 -0
- package/navigation-bar-private/components/back-arrow-addon/index.css +4 -18
- package/navigation-bar-private/components/back-arrow-addon/inverted.css +77 -0
- package/navigation-bar-private/components/closer/default.css +2 -0
- package/navigation-bar-private/components/closer/inverted.css +2 -0
- package/navigation-bar-private/cssm/Component.js +6 -6
- package/navigation-bar-private/cssm/components/back-arrow-addon/Component.d.ts +5 -0
- package/navigation-bar-private/cssm/components/back-arrow-addon/Component.js +12 -3
- package/navigation-bar-private/cssm/components/back-arrow-addon/default.module.css +74 -0
- package/navigation-bar-private/cssm/components/back-arrow-addon/index.module.css +4 -18
- package/navigation-bar-private/cssm/components/back-arrow-addon/inverted.module.css +76 -0
- package/navigation-bar-private/cssm/components/closer/default.module.css +2 -0
- package/navigation-bar-private/cssm/components/closer/inverted.module.css +2 -0
- package/navigation-bar-private/cssm/types.d.ts +10 -1
- package/navigation-bar-private/cssm/vars.css +2 -0
- package/navigation-bar-private/esm/Component.js +6 -6
- package/navigation-bar-private/esm/components/back-arrow-addon/Component.d.ts +5 -0
- package/navigation-bar-private/esm/components/back-arrow-addon/Component.js +14 -3
- package/navigation-bar-private/esm/components/back-arrow-addon/default.css +75 -0
- package/navigation-bar-private/esm/components/back-arrow-addon/index.css +4 -18
- package/navigation-bar-private/esm/components/back-arrow-addon/inverted.css +77 -0
- package/navigation-bar-private/esm/components/closer/default.css +2 -0
- package/navigation-bar-private/esm/components/closer/inverted.css +2 -0
- package/navigation-bar-private/esm/types.d.ts +10 -1
- package/navigation-bar-private/modern/Component.js +4 -4
- package/navigation-bar-private/modern/components/back-arrow-addon/Component.d.ts +5 -0
- package/navigation-bar-private/modern/components/back-arrow-addon/Component.js +14 -3
- package/navigation-bar-private/modern/components/back-arrow-addon/default.css +75 -0
- package/navigation-bar-private/modern/components/back-arrow-addon/index.css +4 -18
- package/navigation-bar-private/modern/components/back-arrow-addon/inverted.css +77 -0
- package/navigation-bar-private/modern/components/closer/default.css +2 -0
- package/navigation-bar-private/modern/components/closer/inverted.css +2 -0
- package/navigation-bar-private/modern/types.d.ts +10 -1
- package/navigation-bar-private/moderncssm/Component.js +6 -4
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.d.ts +5 -0
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.js +10 -3
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/default.module.css +35 -0
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.js +2 -0
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.module.css +2 -16
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/inverted.module.css +37 -0
- package/navigation-bar-private/moderncssm/components/closer/default.module.css +2 -0
- package/navigation-bar-private/moderncssm/components/closer/inverted.module.css +2 -0
- package/navigation-bar-private/moderncssm/index.js +2 -0
- package/navigation-bar-private/moderncssm/shared/index.js +2 -0
- package/navigation-bar-private/moderncssm/types.d.ts +10 -1
- package/navigation-bar-private/moderncssm/vars.css +2 -0
- package/navigation-bar-private/types.d.ts +10 -1
- package/package.json +1 -1
- package/picker-button/Component-c44170fe.d.ts +1 -1
- package/picker-button/cssm/mobile/Component.mobile.js +1 -1
- package/picker-button/cssm/typings-d515b24c.d.ts +31 -1
- package/picker-button/esm/mobile/Component.mobile.js +1 -1
- package/picker-button/esm/typings-d515b24c.d.ts +31 -1
- package/picker-button/mobile/Component.mobile.js +1 -1
- package/picker-button/modern/mobile/Component.mobile.js +1 -0
- package/picker-button/modern/typings-d515b24c.d.ts +31 -1
- package/picker-button/moderncssm/mobile/Component.mobile.js +1 -0
- package/picker-button/moderncssm/typings-d515b24c.d.ts +31 -1
- package/picker-button/transformSize-ebda875c.d.ts +1 -1
- package/picker-button/typings-d515b24c.d.ts +31 -1
- 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/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.js +1 -1
- package/pure-cell/index.js +1 -1
- 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.js +1 -1
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
- package/select/cssm/mobile/Component.mobile.js +1 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/index.js +2 -2
- package/select/esm/desktop/Component.desktop.js +2 -2
- package/select/esm/desktop/index.js +2 -2
- package/select/esm/index.js +3 -3
- package/select/esm/mobile/Component.mobile.js +4 -4
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared/index.js +3 -3
- package/select/mobile/Component.mobile.js +2 -2
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +2 -2
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/mobile/Component.mobile.js +4 -3
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared/index.js +3 -3
- package/select/moderncssm/mobile/Component.mobile.js +1 -0
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/select-with-tags/components/base-select-with-tags/Component.js +1 -0
- package/select-with-tags/cssm/components/base-select-with-tags/Component.js +1 -0
- package/select-with-tags/esm/components/base-select-with-tags/Component.js +1 -0
- package/select-with-tags/modern/components/base-select-with-tags/Component.js +1 -0
- package/select-with-tags/moderncssm/components/base-select-with-tags/Component.js +1 -0
- 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/tab-bar/cssm/index.module.css +1 -7
- package/tab-bar/esm/index.css +1 -7
- package/tab-bar/index.css +1 -7
- package/tab-bar/modern/index.css +1 -7
- package/tab-bar/moderncssm/index.module.css +4 -8
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile/index.js +2 -2
- package/themes/bottom-sheet/click.css +0 -3
- package/themes/click.css +0 -3
- package/themes/click.d.ts +1 -1
- package/themes/click.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +440 -421
- package/themes/compiled/mobile-dark-bluetint.d.ts +1 -1
- package/themes/compiled/mobile-dark-bluetint.js +1 -1
- package/themes/esm/click.d.ts +1 -1
- package/themes/esm/click.js +1 -1
- package/themes/esm/compiled/mobile-dark-bluetint.d.ts +1 -1
- package/themes/esm/compiled/mobile-dark-bluetint.js +1 -1
- package/themes/esm/intranet.d.ts +1 -1
- package/themes/esm/intranet.js +1 -1
- package/themes/esm/mobile.d.ts +1 -1
- package/themes/esm/mobile.js +1 -1
- package/themes/esm/site.d.ts +1 -1
- package/themes/esm/site.js +1 -1
- package/themes/intranet.css +0 -1
- package/themes/intranet.d.ts +1 -1
- package/themes/intranet.js +1 -1
- package/themes/mixins/bottom-sheet/click.css +0 -3
- package/themes/mixins/intranet.css +0 -2
- package/themes/mixins/mobile.css +0 -2
- package/themes/mixins/site.css +0 -2
- package/themes/mobile.css +0 -2
- package/themes/mobile.d.ts +1 -1
- package/themes/mobile.js +1 -1
- package/themes/modern/click.d.ts +1 -1
- package/themes/modern/click.js +0 -3
- package/themes/modern/compiled/mobile-dark-bluetint.d.ts +1 -1
- package/themes/modern/compiled/mobile-dark-bluetint.js +440 -421
- package/themes/modern/intranet.d.ts +1 -1
- package/themes/modern/intranet.js +0 -1
- package/themes/modern/mobile.d.ts +1 -1
- package/themes/modern/mobile.js +0 -2
- package/themes/modern/site.d.ts +1 -1
- package/themes/modern/site.js +0 -1
- package/themes/site.css +0 -1
- package/themes/site.d.ts +1 -1
- package/themes/site.js +1 -1
- package/tooltip/cssm/mobile/Component.mobile.js +1 -1
- package/tooltip/esm/mobile/Component.mobile.js +1 -1
- package/tooltip/mobile/Component.mobile.js +1 -1
- package/tooltip/modern/mobile/Component.mobile.js +1 -1
- package/tooltip/moderncssm/mobile/Component.mobile.js +1 -1
- package/typography/cssm/title/alfasans-index.module.css +10 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/moderncssm/text/alfasans-index.module.css +0 -16
- package/typography/moderncssm/title/alfasans-index.module.css +10 -0
- package/typography/text/component.js +1 -1
- package/typography/title/component.d.ts +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.d.ts +1 -1
- package/typography/title/index.js +1 -1
- package/typography/title-mobile/component.d.ts +1 -1
- package/typography/title-mobile/component.js +1 -1
- package/typography/title-responsive/component.d.ts +1 -1
- package/underlay/Component.js +1 -1
- package/underlay/cssm/index.module.css +13 -13
- package/underlay/esm/Component.js +1 -1
- package/underlay/esm/index.css +13 -13
- package/underlay/esm/index.js +1 -1
- package/underlay/esm/utils/getBorderCorners.js +1 -1
- package/underlay/esm/utils/getClasses.js +1 -1
- package/underlay/index.css +13 -13
- package/underlay/modern/Component.js +1 -1
- package/underlay/modern/index.css +13 -13
- package/underlay/modern/index.js +1 -1
- package/underlay/modern/utils/getBorderCorners.js +1 -1
- package/underlay/modern/utils/getClasses.js +1 -1
- package/underlay/moderncssm/index.module.css +1 -1
- package/underlay/utils/getBorderCorners.js +1 -1
- package/underlay/utils/getClasses.js +1 -1
- package/universal-date-input/cssm/index-5712fce2.d.ts +14 -0
- package/universal-date-input/esm/index-5712fce2.d.ts +14 -0
- package/universal-date-input/index-5712fce2.d.ts +14 -0
- package/universal-date-input/modern/index-5712fce2.d.ts +14 -0
- package/universal-date-input/moderncssm/index-5712fce2.d.ts +14 -0
- package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/Component.responsive.d.ts +4 -4
- package/universal-modal/esm/Component.responsive.js +1 -1
- package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/components/header/index.js +1 -1
- package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/esm/desktop/Component.desktop.d.ts +2 -2
- package/universal-modal/esm/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/desktop/components/center-modal/center-modal.d.ts +1 -1
- package/universal-modal/esm/desktop/components/side-modal/side-modal.d.ts +1 -1
- package/universal-modal/esm/desktop/index.js +1 -1
- package/universal-modal/esm/index.js +1 -1
- package/universal-modal/esm/mobile/Component.mobile.d.ts +2 -2
- package/universal-modal/esm/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/mobile/index.js +1 -1
- package/universal-modal/modern/Component.responsive.js +1 -1
- package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/components/header/index.js +1 -1
- package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/modern/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/desktop/index.js +1 -1
- package/universal-modal/modern/index.js +1 -1
- package/universal-modal/modern/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/mobile/index.js +1 -1
- package/vars/mixins.css +1 -1
- package/international-phone-input/index-235f6347.d.ts +0 -277
- package/international-phone-input/types-464d40a4.d.ts +0 -293
- package/themes/bottom-sheet/intranet.css +0 -3
- package/themes/bottom-sheet/mobile.css +0 -4
- package/themes/bottom-sheet/site.css +0 -3
- package/themes/mixins/bottom-sheet/intranet.css +0 -3
- package/themes/mixins/bottom-sheet/mobile.css +0 -4
- package/themes/mixins/bottom-sheet/site.css +0 -3
- /package/calendar/{calendarMonthOnlyView-9387df6a.d.ts → calendarMonthOnlyView-ae3554d3.d.ts} +0 -0
- /package/calendar/{calendarMonthOnlyView-9387df6a.js → calendarMonthOnlyView-ae3554d3.js} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-8c223aba.d.ts → calendarMonthOnlyView-57744d42.d.ts} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-8c223aba.js → calendarMonthOnlyView-57744d42.js} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-ab23a98d.d.ts → calendarMonthOnlyView-acdad43b.d.ts} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-ab23a98d.js → calendarMonthOnlyView-acdad43b.js} +0 -0
- /package/confirmation/{countdown-section-651b0e6c.d.ts → countdown-section-8e5606d8.d.ts} +0 -0
- /package/confirmation/{countdown-section-651b0e6c.js → countdown-section-8e5606d8.js} +0 -0
- /package/confirmation/esm/{countdown-section-1776b60e.d.ts → countdown-section-f1f836d4.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-1776b60e.js → countdown-section-f1f836d4.js} +0 -0
- /package/confirmation/modern/{countdown-section-75ee45f6.d.ts → countdown-section-81fc2619.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-75ee45f6.js → countdown-section-81fc2619.js} +0 -0
- /package/file-upload-item/{actions-control.module-a8d00632.js → actions-control.module-89fafdd1.js} +0 -0
- /package/file-upload-item/esm/{actions-control.module-86185915.js → actions-control.module-6d46bee9.js} +0 -0
- /package/file-upload-item/modern/{actions-control.module-b571dbe3.js → actions-control.module-f3f65872.js} +0 -0
- /package/gallery/esm/{hooks-0e7e2122.d.ts → hooks-e6ff26c2.d.ts} +0 -0
- /package/gallery/esm/{hooks-0e7e2122.js → hooks-e6ff26c2.js} +0 -0
- /package/gallery/{hooks-a9361672.d.ts → hooks-13137381.d.ts} +0 -0
- /package/gallery/{hooks-a9361672.js → hooks-13137381.js} +0 -0
- /package/gallery/modern/{hooks-7188b4af.d.ts → hooks-ce6f3214.d.ts} +0 -0
- /package/gallery/modern/{hooks-7188b4af.js → hooks-ce6f3214.js} +0 -0
- /package/list/{Component-c467565e.d.ts → Component-d8e8e561.d.ts} +0 -0
- /package/list/{Component-c467565e.js → Component-d8e8e561.js} +0 -0
- /package/list/esm/{Component-f356b84f.d.ts → Component-798079a1.d.ts} +0 -0
- /package/list/esm/{Component-f356b84f.js → Component-798079a1.js} +0 -0
- /package/list/modern/{Component-8b757227.d.ts → Component-62f5c191.d.ts} +0 -0
- /package/list/modern/{Component-8b757227.js → Component-62f5c191.js} +0 -0
- /package/modal/esm/{layout.module-865d13fc.js → layout.module-451a6c6e.js} +0 -0
- /package/modal/{layout.module-6314c4f6.js → layout.module-9106d1aa.js} +0 -0
- /package/modal/modern/{layout.module-e3bafb3b.js → layout.module-7b011b62.js} +0 -0
- /package/pure-cell/{component-3cca70a8.d.ts → component-4ce0344f.d.ts} +0 -0
- /package/pure-cell/{component-3cca70a8.js → component-4ce0344f.js} +0 -0
- /package/pure-cell/esm/{component-bd09c34c.d.ts → component-3be0ed17.d.ts} +0 -0
- /package/pure-cell/esm/{component-bd09c34c.js → component-3be0ed17.js} +0 -0
- /package/pure-cell/modern/{component-3170301e.d.ts → component-7ee1b6f6.d.ts} +0 -0
- /package/pure-cell/modern/{component-3170301e.js → component-7ee1b6f6.js} +0 -0
- /package/select/esm/{hook-ead48ce0.d.ts → hook-ec604dd8.d.ts} +0 -0
- /package/select/esm/{hook-ead48ce0.js → hook-ec604dd8.js} +0 -0
- /package/select/esm/{list-popover-desktop-dfbee153.d.ts → list-popover-desktop-09250785.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-dfbee153.js → list-popover-desktop-09250785.js} +0 -0
- /package/select/esm/{mobile.module-82d5a12a.js → mobile.module-5186258d.js} +0 -0
- /package/select/{hook-378136f7.d.ts → hook-009721bc.d.ts} +0 -0
- /package/select/{hook-378136f7.js → hook-009721bc.js} +0 -0
- /package/select/{list-popover-desktop-40ad7c9e.d.ts → list-popover-desktop-0dbaa593.d.ts} +0 -0
- /package/select/{list-popover-desktop-40ad7c9e.js → list-popover-desktop-0dbaa593.js} +0 -0
- /package/select/{mobile.module-325bde99.js → mobile.module-c6844b03.js} +0 -0
- /package/select/modern/{hook-3dd3f16d.d.ts → hook-626d9e78.d.ts} +0 -0
- /package/select/modern/{hook-3dd3f16d.js → hook-626d9e78.js} +0 -0
- /package/select/modern/{list-popover-desktop-c77777c8.d.ts → list-popover-desktop-b8b8dfb0.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-c77777c8.js → list-popover-desktop-b8b8dfb0.js} +0 -0
- /package/select/modern/{mobile.module-ffc9c3a5.js → mobile.module-1be9c79e.js} +0 -0
- /package/side-panel/esm/{layout.module-1ad954ab.js → layout.module-967e9373.js} +0 -0
- /package/side-panel/{layout.module-609eebc7.js → layout.module-d253bd44.js} +0 -0
- /package/side-panel/modern/{layout.module-0e290f8e.js → layout.module-05cf0c8b.js} +0 -0
- /package/tabs/esm/{index.module-d5b4798f.js → index.module-71c7b809.js} +0 -0
- /package/tabs/esm/{index.module-65ac9084.js → index.module-c7b1270c.js} +0 -0
- /package/tabs/{index.module-730e5da6.js → index.module-01c05e46.js} +0 -0
- /package/tabs/{index.module-45bfce70.js → index.module-59aefec7.js} +0 -0
- /package/tabs/modern/{index.module-03185542.js → index.module-2e43b405.js} +0 -0
- /package/tabs/modern/{index.module-5c5d366e.js → index.module-770b3536.js} +0 -0
- /package/typography/{colors.module-ab3fe803.js → colors.module-a6e0da27.js} +0 -0
- /package/typography/{common.module-e96c83f3.js → common.module-c7f0e486.js} +0 -0
- /package/typography/esm/{colors.module-faa4d4fc.js → colors.module-b73c8885.js} +0 -0
- /package/typography/esm/{common.module-cfe81402.js → common.module-f2307db8.js} +0 -0
- /package/typography/modern/{colors.module-571427f1.js → colors.module-fde05f10.js} +0 -0
- /package/typography/modern/{common.module-4cd410f7.js → common.module-a5dc65e9.js} +0 -0
- /package/underlay/esm/{index.module-cca3b871.js → index.module-0952e8df.js} +0 -0
- /package/underlay/{index.module-85882065.js → index.module-749d95bc.js} +0 -0
- /package/underlay/modern/{index.module-39af6e8f.js → index.module-5f1b2ac1.js} +0 -0
- /package/universal-modal/esm/{index.module-be0199ee.js → index.module-f796cf80.js} +0 -0
- /package/universal-modal/{index.module-0d86949c.js → index.module-26b1b7d5.js} +0 -0
- /package/universal-modal/modern/{index.module-ee058ea2.js → index.module-94595b39.js} +0 -0
|
@@ -4,7 +4,7 @@ require('tslib');
|
|
|
4
4
|
require('react');
|
|
5
5
|
require('react-fast-compare');
|
|
6
6
|
require('../../utils.js');
|
|
7
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-
|
|
7
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-009721bc.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@ require('tslib');
|
|
|
4
4
|
require('react');
|
|
5
5
|
require('../../../components/options-list/Component.js');
|
|
6
6
|
require('../../../consts.js');
|
|
7
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-
|
|
7
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-009721bc.js');
|
|
8
8
|
require('./footer/Component.js');
|
|
9
9
|
require('./header/Component.js');
|
|
10
10
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../hook-
|
|
1
|
+
export * from "../../../hook-009721bc";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-
|
|
3
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-009721bc.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
package/select/shared/index.js
CHANGED
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
var presets_useSelectWithLoading_hook = require('../presets/useSelectWithLoading/hook.js');
|
|
4
4
|
var presets_useLazyLoading_hook = require('../presets/useLazyLoading/hook.js');
|
|
5
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-
|
|
5
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-009721bc.js');
|
|
6
6
|
var utils = require('../utils.js');
|
|
7
7
|
var components_option_desktop_Component = require('../components/option/desktop/Component.js');
|
|
8
8
|
var components_option_mobile_Component = require('../components/option/mobile/Component.js');
|
|
@@ -96,6 +96,7 @@ var BaseSelectWithTags = React.forwardRef(function (_a, ref) {
|
|
|
96
96
|
(_a = searchProps === null || searchProps === void 0 ? void 0 : searchProps.componentProps) === null || _a === void 0 ? void 0 : _a.ref,
|
|
97
97
|
]), onChange: onInput }) }),
|
|
98
98
|
bottomSheetProps: {
|
|
99
|
+
isSwipeMarkerAvailable: false,
|
|
99
100
|
onClose: handleClose,
|
|
100
101
|
containerProps: {
|
|
101
102
|
onTouchMove: handleOptionsListTouchMove,
|
|
@@ -96,6 +96,7 @@ var BaseSelectWithTags = React.forwardRef(function (_a, ref) {
|
|
|
96
96
|
(_a = searchProps === null || searchProps === void 0 ? void 0 : searchProps.componentProps) === null || _a === void 0 ? void 0 : _a.ref,
|
|
97
97
|
]), onChange: onInput }) }),
|
|
98
98
|
bottomSheetProps: {
|
|
99
|
+
isSwipeMarkerAvailable: false,
|
|
99
100
|
onClose: handleClose,
|
|
100
101
|
containerProps: {
|
|
101
102
|
onTouchMove: handleOptionsListTouchMove,
|
|
@@ -95,6 +95,7 @@ var BaseSelectWithTags = forwardRef(function (_a, ref) {
|
|
|
95
95
|
(_a = searchProps === null || searchProps === void 0 ? void 0 : searchProps.componentProps) === null || _a === void 0 ? void 0 : _a.ref,
|
|
96
96
|
]), onChange: onInput }) }),
|
|
97
97
|
bottomSheetProps: {
|
|
98
|
+
isSwipeMarkerAvailable: false,
|
|
98
99
|
onClose: handleClose,
|
|
99
100
|
containerProps: {
|
|
100
101
|
onTouchMove: handleOptionsListTouchMove,
|
|
@@ -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-d253bd44.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
10
|
|
|
@@ -5,7 +5,7 @@ var cn = require('classnames');
|
|
|
5
5
|
var coreComponentsShared = require('../../../shared');
|
|
6
6
|
var Context = require('../../Context.js');
|
|
7
7
|
var ResponsiveContext = require('../../ResponsiveContext.js');
|
|
8
|
-
var layout_module = require('../../layout.module-
|
|
8
|
+
var layout_module = require('../../layout.module-d253bd44.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
|
@@ -8,7 +8,7 @@ import { SidePanelMobile } from './mobile/Component.mobile.js';
|
|
|
8
8
|
import { ResponsiveContext } from './ResponsiveContext.js';
|
|
9
9
|
import 'classnames';
|
|
10
10
|
import '../../shared/esm';
|
|
11
|
-
import './layout.module-
|
|
11
|
+
import './layout.module-967e9373.js';
|
|
12
12
|
import '../../navigation-bar-private/esm';
|
|
13
13
|
import './consts.js';
|
|
14
14
|
import './Context.js';
|
|
@@ -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-967e9373.js';
|
|
6
6
|
|
|
7
7
|
var styles = {"component":"side-panel__component_1cq3b"};
|
|
8
8
|
require('./index.css');
|
|
@@ -7,7 +7,7 @@ import '../../../../shared/esm';
|
|
|
7
7
|
import '../../Context.js';
|
|
8
8
|
import '../../../../base-modal/esm';
|
|
9
9
|
import '../../ResponsiveContext.js';
|
|
10
|
-
import '../../layout.module-
|
|
10
|
+
import '../../layout.module-967e9373.js';
|
|
11
11
|
|
|
12
12
|
var styles = {"sticky":"side-panel__sticky_125y2","size-500":"side-panel__size-500_125y2"};
|
|
13
13
|
require('./desktop.css');
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { getDataTestId } from '../../../../shared/esm';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
6
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
6
|
+
import { l as layoutStyles } from '../../layout.module-967e9373.js';
|
|
7
7
|
import '../../../../base-modal/esm';
|
|
8
8
|
|
|
9
9
|
var styles = {"footer":"side-panel__footer_1ud2b","sticky":"side-panel__sticky_1ud2b","highlighted":"side-panel__highlighted_1ud2b"};
|
|
@@ -6,7 +6,7 @@ import '../../../../shared/esm';
|
|
|
6
6
|
import '../../Context.js';
|
|
7
7
|
import '../../../../base-modal/esm';
|
|
8
8
|
import '../../ResponsiveContext.js';
|
|
9
|
-
import '../../layout.module-
|
|
9
|
+
import '../../layout.module-967e9373.js';
|
|
10
10
|
|
|
11
11
|
var styles = {"footer":"side-panel__footer_1m4j5","sticky":"side-panel__sticky_1m4j5"};
|
|
12
12
|
require('./mobile.css');
|
|
@@ -13,7 +13,7 @@ import '../components/content/Component.js';
|
|
|
13
13
|
import '../../../shared/esm';
|
|
14
14
|
import '../Context.js';
|
|
15
15
|
import '../../../base-modal/esm';
|
|
16
|
-
import '../layout.module-
|
|
16
|
+
import '../layout.module-967e9373.js';
|
|
17
17
|
import '../components/footer/Component.js';
|
|
18
18
|
import '../../../navigation-bar-private/esm';
|
|
19
19
|
|
|
@@ -9,7 +9,7 @@ import '../../../drawer/esm';
|
|
|
9
9
|
import '../components/controls/Component.js';
|
|
10
10
|
import '../../../shared/esm';
|
|
11
11
|
import '../ResponsiveContext.js';
|
|
12
|
-
import '../layout.module-
|
|
12
|
+
import '../layout.module-967e9373.js';
|
|
13
13
|
import '../components/header/Component.js';
|
|
14
14
|
import '../../../navigation-bar-private/esm';
|
|
15
15
|
import '../consts.js';
|
package/side-panel/esm/index.js
CHANGED
|
@@ -19,6 +19,6 @@ import '../../mq/esm';
|
|
|
19
19
|
import '../../navigation-bar-private/esm';
|
|
20
20
|
import '../../shared/esm';
|
|
21
21
|
import './Context.js';
|
|
22
|
-
import './layout.module-
|
|
22
|
+
import './layout.module-967e9373.js';
|
|
23
23
|
import './components/content/Component.js';
|
|
24
24
|
import './components/footer/Component.js';
|
|
@@ -10,7 +10,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
|
|
|
10
10
|
import '../components/content/Component.js';
|
|
11
11
|
import '../../../shared/esm';
|
|
12
12
|
import '../Context.js';
|
|
13
|
-
import '../layout.module-
|
|
13
|
+
import '../layout.module-967e9373.js';
|
|
14
14
|
import '../components/footer/Component.js';
|
|
15
15
|
import '../../../navigation-bar-private/esm';
|
|
16
16
|
import '../consts.js';
|
|
@@ -9,7 +9,7 @@ import '../../../base-modal/esm';
|
|
|
9
9
|
import '../components/controls/Component.js';
|
|
10
10
|
import '../../../shared/esm';
|
|
11
11
|
import '../ResponsiveContext.js';
|
|
12
|
-
import '../layout.module-
|
|
12
|
+
import '../layout.module-967e9373.js';
|
|
13
13
|
import '../components/content/Component.js';
|
|
14
14
|
import '../Context.js';
|
|
15
15
|
import '../components/footer/Component.js';
|
|
@@ -7,7 +7,7 @@ import { SidePanelMobile } from './mobile/Component.mobile.js';
|
|
|
7
7
|
import { ResponsiveContext } from './ResponsiveContext.js';
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import '../../shared/modern';
|
|
10
|
-
import './layout.module-
|
|
10
|
+
import './layout.module-05cf0c8b.js';
|
|
11
11
|
import '../../navigation-bar-private/modern';
|
|
12
12
|
import './consts.js';
|
|
13
13
|
import './Context.js';
|
|
@@ -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-05cf0c8b.js';
|
|
6
6
|
|
|
7
7
|
const styles = {"component":"side-panel__component_1cq3b"};
|
|
8
8
|
require('./index.css');
|
|
@@ -6,7 +6,7 @@ import '../../../../shared/modern';
|
|
|
6
6
|
import '../../Context.js';
|
|
7
7
|
import '../../../../base-modal/modern';
|
|
8
8
|
import '../../ResponsiveContext.js';
|
|
9
|
-
import '../../layout.module-
|
|
9
|
+
import '../../layout.module-05cf0c8b.js';
|
|
10
10
|
|
|
11
11
|
const styles = {"sticky":"side-panel__sticky_125y2","size-500":"side-panel__size-500_125y2"};
|
|
12
12
|
require('./desktop.css');
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { getDataTestId } from '../../../../shared/modern';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
6
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
6
|
+
import { l as layoutStyles } from '../../layout.module-05cf0c8b.js';
|
|
7
7
|
import '../../../../base-modal/modern';
|
|
8
8
|
|
|
9
9
|
const styles = {"footer":"side-panel__footer_1ud2b","sticky":"side-panel__sticky_1ud2b","highlighted":"side-panel__highlighted_1ud2b"};
|
|
@@ -5,7 +5,7 @@ import '../../../../shared/modern';
|
|
|
5
5
|
import '../../Context.js';
|
|
6
6
|
import '../../../../base-modal/modern';
|
|
7
7
|
import '../../ResponsiveContext.js';
|
|
8
|
-
import '../../layout.module-
|
|
8
|
+
import '../../layout.module-05cf0c8b.js';
|
|
9
9
|
|
|
10
10
|
const styles = {"footer":"side-panel__footer_1m4j5","sticky":"side-panel__sticky_1m4j5"};
|
|
11
11
|
require('./mobile.css');
|
|
@@ -12,7 +12,7 @@ import '../components/content/Component.js';
|
|
|
12
12
|
import '../../../shared/modern';
|
|
13
13
|
import '../Context.js';
|
|
14
14
|
import '../../../base-modal/modern';
|
|
15
|
-
import '../layout.module-
|
|
15
|
+
import '../layout.module-05cf0c8b.js';
|
|
16
16
|
import '../components/footer/Component.js';
|
|
17
17
|
import '../../../navigation-bar-private/modern';
|
|
18
18
|
|
|
@@ -8,7 +8,7 @@ import '../../../drawer/modern';
|
|
|
8
8
|
import '../components/controls/Component.js';
|
|
9
9
|
import '../../../shared/modern';
|
|
10
10
|
import '../ResponsiveContext.js';
|
|
11
|
-
import '../layout.module-
|
|
11
|
+
import '../layout.module-05cf0c8b.js';
|
|
12
12
|
import '../components/header/Component.js';
|
|
13
13
|
import '../../../navigation-bar-private/modern';
|
|
14
14
|
import '../consts.js';
|
|
@@ -18,6 +18,6 @@ import '../../mq/modern';
|
|
|
18
18
|
import '../../navigation-bar-private/modern';
|
|
19
19
|
import '../../shared/modern';
|
|
20
20
|
import './Context.js';
|
|
21
|
-
import './layout.module-
|
|
21
|
+
import './layout.module-05cf0c8b.js';
|
|
22
22
|
import './components/content/Component.js';
|
|
23
23
|
import './components/footer/Component.js';
|
|
@@ -9,7 +9,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
|
|
|
9
9
|
import '../components/content/Component.js';
|
|
10
10
|
import '../../../shared/modern';
|
|
11
11
|
import '../Context.js';
|
|
12
|
-
import '../layout.module-
|
|
12
|
+
import '../layout.module-05cf0c8b.js';
|
|
13
13
|
import '../components/footer/Component.js';
|
|
14
14
|
import '../../../navigation-bar-private/modern';
|
|
15
15
|
import '../consts.js';
|
|
@@ -8,7 +8,7 @@ import '../../../base-modal/modern';
|
|
|
8
8
|
import '../components/controls/Component.js';
|
|
9
9
|
import '../../../shared/modern';
|
|
10
10
|
import '../ResponsiveContext.js';
|
|
11
|
-
import '../layout.module-
|
|
11
|
+
import '../layout.module-05cf0c8b.js';
|
|
12
12
|
import '../components/content/Component.js';
|
|
13
13
|
import '../Context.js';
|
|
14
14
|
import '../components/footer/Component.js';
|
|
@@ -21,12 +21,9 @@
|
|
|
21
21
|
|
|
22
22
|
/* no-unit может приводить к проблемам в calc (#1559) */
|
|
23
23
|
/* stylelint-disable-next-line length-zero-no-unit */
|
|
24
|
-
--gap-0: 0px;
|
|
25
24
|
} :root {
|
|
26
25
|
} /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
|
|
27
|
-
} /* сбрасывает синюю подсветку при нажатии */
|
|
28
|
-
--sab: env(safe-area-inset-bottom, var(--gap-0));
|
|
29
|
-
} .component {
|
|
26
|
+
} /* сбрасывает синюю подсветку при нажатии */ .component {
|
|
30
27
|
display: flex;
|
|
31
28
|
justify-content: center;
|
|
32
29
|
height: 64px;
|
|
@@ -38,9 +35,6 @@
|
|
|
38
35
|
background-color: var(--color-light-base-bg-primary);
|
|
39
36
|
} .component.modal-bg-alt-primary {
|
|
40
37
|
background-color: var(--color-light-base-bg-alt-primary);
|
|
41
|
-
} @media (display-mode: standalone) { .component {
|
|
42
|
-
padding-bottom: var(--sab)
|
|
43
|
-
}
|
|
44
38
|
} .border {
|
|
45
39
|
box-shadow: 0 -1px 0 0 var(--color-light-neutral-translucent-300);
|
|
46
40
|
}
|
package/tab-bar/esm/index.css
CHANGED
|
@@ -22,12 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
/* no-unit может приводить к проблемам в calc (#1559) */
|
|
24
24
|
/* stylelint-disable-next-line length-zero-no-unit */
|
|
25
|
-
--gap-0: 0px;
|
|
26
25
|
} :root {
|
|
27
26
|
} /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
|
|
28
|
-
} /* сбрасывает синюю подсветку при нажатии */
|
|
29
|
-
--sab: env(safe-area-inset-bottom, var(--gap-0));
|
|
30
|
-
} .tab-bar__component_wkct2 {
|
|
27
|
+
} /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_wkct2 {
|
|
31
28
|
display: flex;
|
|
32
29
|
justify-content: center;
|
|
33
30
|
height: 64px;
|
|
@@ -39,9 +36,6 @@
|
|
|
39
36
|
background-color: var(--color-light-base-bg-primary);
|
|
40
37
|
} .tab-bar__component_wkct2.tab-bar__modal-bg-alt-primary_wkct2 {
|
|
41
38
|
background-color: var(--color-light-base-bg-alt-primary);
|
|
42
|
-
} @media (display-mode: standalone) { .tab-bar__component_wkct2 {
|
|
43
|
-
padding-bottom: var(--sab)
|
|
44
|
-
}
|
|
45
39
|
} .tab-bar__border_wkct2 {
|
|
46
40
|
box-shadow: 0 -1px 0 0 var(--color-light-neutral-translucent-300);
|
|
47
41
|
}
|
package/tab-bar/index.css
CHANGED
|
@@ -22,12 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
/* no-unit может приводить к проблемам в calc (#1559) */
|
|
24
24
|
/* stylelint-disable-next-line length-zero-no-unit */
|
|
25
|
-
--gap-0: 0px;
|
|
26
25
|
} :root {
|
|
27
26
|
} /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
|
|
28
|
-
} /* сбрасывает синюю подсветку при нажатии */
|
|
29
|
-
--sab: env(safe-area-inset-bottom, var(--gap-0));
|
|
30
|
-
} .tab-bar__component_wkct2 {
|
|
27
|
+
} /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_wkct2 {
|
|
31
28
|
display: flex;
|
|
32
29
|
justify-content: center;
|
|
33
30
|
height: 64px;
|
|
@@ -39,9 +36,6 @@
|
|
|
39
36
|
background-color: var(--color-light-base-bg-primary);
|
|
40
37
|
} .tab-bar__component_wkct2.tab-bar__modal-bg-alt-primary_wkct2 {
|
|
41
38
|
background-color: var(--color-light-base-bg-alt-primary);
|
|
42
|
-
} @media (display-mode: standalone) { .tab-bar__component_wkct2 {
|
|
43
|
-
padding-bottom: var(--sab)
|
|
44
|
-
}
|
|
45
39
|
} .tab-bar__border_wkct2 {
|
|
46
40
|
box-shadow: 0 -1px 0 0 var(--color-light-neutral-translucent-300);
|
|
47
41
|
}
|
package/tab-bar/modern/index.css
CHANGED
|
@@ -22,12 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
/* no-unit может приводить к проблемам в calc (#1559) */
|
|
24
24
|
/* stylelint-disable-next-line length-zero-no-unit */
|
|
25
|
-
--gap-0: 0px;
|
|
26
25
|
} :root {
|
|
27
26
|
} /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
|
|
28
|
-
} /* сбрасывает синюю подсветку при нажатии */
|
|
29
|
-
--sab: env(safe-area-inset-bottom, var(--gap-0));
|
|
30
|
-
} .tab-bar__component_wkct2 {
|
|
27
|
+
} /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_wkct2 {
|
|
31
28
|
display: flex;
|
|
32
29
|
justify-content: center;
|
|
33
30
|
height: 64px;
|
|
@@ -39,9 +36,6 @@
|
|
|
39
36
|
background-color: var(--color-light-base-bg-primary);
|
|
40
37
|
} .tab-bar__component_wkct2.tab-bar__modal-bg-alt-primary_wkct2 {
|
|
41
38
|
background-color: var(--color-light-base-bg-alt-primary);
|
|
42
|
-
} @media (display-mode: standalone) { .tab-bar__component_wkct2 {
|
|
43
|
-
padding-bottom: var(--sab)
|
|
44
|
-
}
|
|
45
39
|
} .tab-bar__border_wkct2 {
|
|
46
40
|
box-shadow: 0 -1px 0 0 var(--color-light-neutral-translucent-300);
|
|
47
41
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
/* */
|
|
2
|
-
|
|
3
|
-
--sab: env(safe-area-inset-bottom, var(--gap-0));
|
|
4
|
-
}
|
|
2
|
+
|
|
5
3
|
.component {
|
|
6
4
|
display: flex;
|
|
7
5
|
justify-content: center;
|
|
@@ -11,17 +9,15 @@
|
|
|
11
9
|
overflow: hidden;
|
|
12
10
|
transition: box-shadow 0.2s ease
|
|
13
11
|
}
|
|
12
|
+
|
|
14
13
|
.component.modal-bg-primary {
|
|
15
14
|
background-color: var(--color-light-base-bg-primary);
|
|
16
15
|
}
|
|
16
|
+
|
|
17
17
|
.component.modal-bg-alt-primary {
|
|
18
18
|
background-color: var(--color-light-base-bg-alt-primary);
|
|
19
19
|
}
|
|
20
|
-
|
|
21
|
-
.component {
|
|
22
|
-
padding-bottom: var(--sab)
|
|
23
|
-
}
|
|
24
|
-
}
|
|
20
|
+
|
|
25
21
|
.border {
|
|
26
22
|
box-shadow: 0 -1px 0 0 var(--color-light-neutral-translucent-300);
|
|
27
23
|
}
|
|
@@ -9,7 +9,7 @@ var desktop = require('../../../picker-button/desktop');
|
|
|
9
9
|
var hooks_useTablistTitles = require('../../hooks/use-tablist-titles.js');
|
|
10
10
|
var syntheticEvents = require('../../synthetic-events.js');
|
|
11
11
|
var components_title_Component = require('../title/Component.js');
|
|
12
|
-
var index_module = require('../../index.module-
|
|
12
|
+
var index_module = require('../../index.module-01c05e46.js');
|
|
13
13
|
|
|
14
14
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
15
15
|
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var components_primaryTablist_Component = require('./Component.js');
|
|
6
|
-
var index_module = require('../../index.module-
|
|
6
|
+
var index_module = require('../../index.module-01c05e46.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var components_primaryTablist_Component = require('./Component.js');
|
|
6
|
-
var index_module = require('../../index.module-
|
|
6
|
+
var index_module = require('../../index.module-01c05e46.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var desktop = require('../../../tag/desktop');
|
|
6
6
|
var components_secondaryTablist_Component = require('./Component.js');
|
|
7
|
-
var index_module = require('../../index.module-
|
|
7
|
+
var index_module = require('../../index.module-59aefec7.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
10
|
|
|
@@ -5,7 +5,7 @@ var React = require('react');
|
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var mobile = require('../../../tag/mobile');
|
|
7
7
|
var components_secondaryTablist_Component = require('./Component.js');
|
|
8
|
-
var index_module = require('../../index.module-
|
|
8
|
+
var index_module = require('../../index.module-59aefec7.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
|
@@ -18,5 +18,5 @@ import '../../../shared/esm';
|
|
|
18
18
|
import '../synthetic-events.js';
|
|
19
19
|
import '../components/title/Component.js';
|
|
20
20
|
import '../../../skeleton/esm';
|
|
21
|
-
import '../index.module-
|
|
21
|
+
import '../index.module-71c7b809.js';
|
|
22
22
|
import '../components/tabs/Component.js';
|
|
@@ -7,7 +7,7 @@ import { PickerButtonDesktop } from '../../../../picker-button/esm/desktop';
|
|
|
7
7
|
import { useTablistTitles } from '../../hooks/use-tablist-titles.js';
|
|
8
8
|
import { createSyntheticMouseEvent } from '../../synthetic-events.js';
|
|
9
9
|
import { Title } from '../title/Component.js';
|
|
10
|
-
import { s as styles } from '../../index.module-
|
|
10
|
+
import { s as styles } from '../../index.module-71c7b809.js';
|
|
11
11
|
import '../../../../mq/esm';
|
|
12
12
|
import '../../hooks/use-collapsible-elements.js';
|
|
13
13
|
import '@juggle/resize-observer';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { PrimaryTabList } from './Component.js';
|
|
4
|
-
import { s as styles } from '../../index.module-
|
|
4
|
+
import { s as styles } from '../../index.module-71c7b809.js';
|
|
5
5
|
import '@juggle/resize-observer';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../../../keyboard-focusable/esm';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { PrimaryTabList } from './Component.js';
|
|
4
|
-
import { s as styles$1 } from '../../index.module-
|
|
4
|
+
import { s as styles$1 } from '../../index.module-71c7b809.js';
|
|
5
5
|
import '@juggle/resize-observer';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../../../keyboard-focusable/esm';
|
|
@@ -20,7 +20,7 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
20
20
|
import '../scroll-controls/utils.js';
|
|
21
21
|
import '../title/Component.js';
|
|
22
22
|
import '../../../../skeleton/esm';
|
|
23
|
-
import '../../index.module-
|
|
23
|
+
import '../../index.module-71c7b809.js';
|
|
24
24
|
|
|
25
25
|
var PrimaryTabListResponsive = function (_a) {
|
|
26
26
|
var size = _a.size, breakpoint = _a.breakpoint, client = _a.client, fullWidthScroll = _a.fullWidthScroll, _b = _a.defaultMatchMediaValue, defaultMatchMediaValue = _b === void 0 ? client === undefined ? undefined : client === 'desktop' : _b, restProps = __rest(_a, ["size", "breakpoint", "client", "fullWidthScroll", "defaultMatchMediaValue"]);
|
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { TagDesktop } from '../../../../tag/esm/desktop';
|
|
4
4
|
import { SecondaryTabList } from './Component.js';
|
|
5
|
-
import { c as commonStyles } from '../../index.module-
|
|
5
|
+
import { c as commonStyles } from '../../index.module-c7b1270c.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../../../skeleton/esm';
|
|
8
8
|
import '../../hooks/use-tabs.js';
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { TagMobile } from '../../../../tag/esm/mobile';
|
|
5
5
|
import { SecondaryTabList } from './Component.js';
|
|
6
|
-
import { c as commonStyles } from '../../index.module-
|
|
6
|
+
import { c as commonStyles } from '../../index.module-c7b1270c.js';
|
|
7
7
|
import '../../../../skeleton/esm';
|
|
8
8
|
import '../../hooks/use-tabs.js';
|
|
9
9
|
import 'react-merge-refs';
|
|
@@ -18,7 +18,7 @@ import '../../../../icon-button/esm';
|
|
|
18
18
|
import '@alfalab/icons-glyph/ChevronLeftCompactSIcon';
|
|
19
19
|
import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
20
20
|
import '../scroll-controls/utils.js';
|
|
21
|
-
import '../../index.module-
|
|
21
|
+
import '../../index.module-c7b1270c.js';
|
|
22
22
|
import '../../../../tag/esm/mobile';
|
|
23
23
|
|
|
24
24
|
var SecondaryTabListResponsive = function (_a) {
|
|
@@ -17,7 +17,7 @@ import '../../../../shared/esm';
|
|
|
17
17
|
import '../../synthetic-events.js';
|
|
18
18
|
import '../title/Component.js';
|
|
19
19
|
import '../../../../skeleton/esm';
|
|
20
|
-
import '../../index.module-
|
|
20
|
+
import '../../index.module-71c7b809.js';
|
|
21
21
|
|
|
22
22
|
var TabsCollapsible = function (_a) {
|
|
23
23
|
var restProps = __rest(_a, []);
|
|
@@ -20,10 +20,10 @@ import '@alfalab/icons-glyph/ChevronRightCompactSIcon';
|
|
|
20
20
|
import '../scroll-controls/utils.js';
|
|
21
21
|
import '../title/Component.js';
|
|
22
22
|
import '../../../../skeleton/esm';
|
|
23
|
-
import '../../index.module-
|
|
23
|
+
import '../../index.module-71c7b809.js';
|
|
24
24
|
import '../../../../tag/esm/desktop';
|
|
25
25
|
import '../secondary-tablist/Component.js';
|
|
26
|
-
import '../../index.module-
|
|
26
|
+
import '../../index.module-c7b1270c.js';
|
|
27
27
|
|
|
28
28
|
var views = {
|
|
29
29
|
primary: PrimaryTabListDesktop,
|