@alfalab/core-components 45.8.0-beta.5 → 45.9.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/bank-card/Component.d.ts +6 -0
- package/bank-card/Component.js +14 -9
- package/bank-card/cssm/Component.d.ts +6 -0
- package/bank-card/cssm/Component.js +14 -9
- package/bank-card/cssm/enums.d.ts +6 -0
- package/bank-card/cssm/enums.js +8 -0
- package/bank-card/cssm/helpers/getDefaultInputLabel.d.ts +3 -0
- package/bank-card/cssm/helpers/getDefaultInputLabel.js +17 -0
- package/bank-card/cssm/types.d.ts +2 -0
- package/bank-card/cssm/types.js +1 -0
- package/bank-card/enums.d.ts +6 -0
- package/bank-card/enums.js +8 -0
- package/bank-card/esm/Component.d.ts +6 -0
- package/bank-card/esm/Component.js +14 -9
- package/bank-card/esm/enums.d.ts +6 -0
- package/bank-card/esm/enums.js +8 -0
- package/bank-card/esm/helpers/getDefaultInputLabel.d.ts +3 -0
- package/bank-card/esm/helpers/getDefaultInputLabel.js +15 -0
- package/bank-card/esm/index.js +2 -0
- package/bank-card/esm/types.d.ts +2 -0
- package/bank-card/esm/types.js +1 -0
- package/bank-card/helpers/getDefaultInputLabel.d.ts +3 -0
- package/bank-card/helpers/getDefaultInputLabel.js +17 -0
- package/bank-card/modern/Component.d.ts +6 -0
- package/bank-card/modern/Component.js +14 -7
- package/bank-card/modern/enums.d.ts +6 -0
- package/bank-card/modern/enums.js +8 -0
- package/bank-card/modern/helpers/getDefaultInputLabel.d.ts +3 -0
- package/bank-card/modern/helpers/getDefaultInputLabel.js +15 -0
- package/bank-card/modern/index.js +2 -0
- package/bank-card/modern/types.d.ts +2 -0
- package/bank-card/modern/types.js +1 -0
- package/bank-card/types.d.ts +2 -0
- package/bank-card/types.js +1 -0
- package/bottom-sheet/component.js +22 -12
- package/bottom-sheet/consts/swipeConsts.d.ts +2 -0
- package/bottom-sheet/consts/swipeConsts.js +7 -0
- package/bottom-sheet/cssm/component.js +22 -12
- package/bottom-sheet/cssm/consts/swipeConsts.d.ts +2 -0
- package/bottom-sheet/cssm/consts/swipeConsts.js +7 -0
- package/bottom-sheet/cssm/enums/swipeEnums.d.ts +7 -0
- package/bottom-sheet/cssm/enums/swipeEnums.js +9 -0
- package/bottom-sheet/cssm/types/swipeTypes.d.ts +9 -0
- package/bottom-sheet/cssm/types/swipeTypes.js +1 -0
- package/bottom-sheet/enums/swipeEnums.d.ts +7 -0
- package/bottom-sheet/enums/swipeEnums.js +9 -0
- package/bottom-sheet/esm/component.js +23 -12
- package/bottom-sheet/esm/consts/swipeConsts.d.ts +2 -0
- package/bottom-sheet/esm/consts/swipeConsts.js +5 -0
- package/bottom-sheet/esm/enums/swipeEnums.d.ts +7 -0
- package/bottom-sheet/esm/enums/swipeEnums.js +9 -0
- package/bottom-sheet/esm/index.js +2 -0
- package/bottom-sheet/esm/types/swipeTypes.d.ts +9 -0
- package/bottom-sheet/esm/types/swipeTypes.js +1 -0
- package/bottom-sheet/modern/component.js +23 -9
- package/bottom-sheet/modern/consts/swipeConsts.d.ts +2 -0
- package/bottom-sheet/modern/consts/swipeConsts.js +5 -0
- package/bottom-sheet/modern/enums/swipeEnums.d.ts +7 -0
- package/bottom-sheet/modern/enums/swipeEnums.js +9 -0
- package/bottom-sheet/modern/index.js +2 -0
- package/bottom-sheet/modern/types/swipeTypes.d.ts +9 -0
- package/bottom-sheet/modern/types/swipeTypes.js +1 -0
- package/bottom-sheet/types/swipeTypes.d.ts +9 -0
- package/bottom-sheet/types/swipeTypes.js +1 -0
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- package/international-phone-input/cssm/typings-57569e57.d.ts +18 -2
- package/international-phone-input/esm/typings-57569e57.d.ts +18 -2
- package/international-phone-input/modern/typings-57569e57.d.ts +18 -2
- package/international-phone-input/typings-57569e57.d.ts +18 -2
- 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/package.json +2 -2
- package/picker-button/cssm/typings-57569e57.d.ts +18 -2
- package/picker-button/esm/typings-57569e57.d.ts +18 -2
- package/picker-button/modern/typings-57569e57.d.ts +18 -2
- package/picker-button/typings-57569e57.d.ts +18 -2
- package/pure-cell/{component-911cc97f.js → component-1b03bea6.js} +1 -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/cssm/{component-719b272a.js → component-e3105fca.js} +1 -1
- package/pure-cell/cssm/component.js +1 -1
- package/pure-cell/cssm/components/addon/component.js +1 -1
- package/pure-cell/cssm/components/addon/index.d.ts +1 -1
- package/pure-cell/cssm/components/addon/index.js +1 -1
- package/pure-cell/cssm/components/amount/component.js +1 -1
- package/pure-cell/cssm/components/amount/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount/index.js +1 -1
- package/pure-cell/cssm/components/amount-title/component.js +1 -1
- package/pure-cell/cssm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount-title/index.js +1 -1
- package/pure-cell/cssm/components/category/component.js +1 -1
- package/pure-cell/cssm/components/category/index.d.ts +1 -1
- package/pure-cell/cssm/components/category/index.js +1 -1
- package/pure-cell/cssm/components/content/component.js +1 -1
- package/pure-cell/cssm/components/content/index.d.ts +1 -1
- package/pure-cell/cssm/components/content/index.js +1 -1
- package/pure-cell/cssm/components/footer/component.js +1 -1
- package/pure-cell/cssm/components/footer/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer/index.js +1 -1
- package/pure-cell/cssm/components/footer-button/component.js +1 -1
- package/pure-cell/cssm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-button/index.js +1 -1
- package/pure-cell/cssm/components/footer-text/component.js +1 -1
- package/pure-cell/cssm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-text/index.js +1 -1
- package/pure-cell/cssm/components/graphics/component.js +1 -1
- package/pure-cell/cssm/components/graphics/index.d.ts +1 -1
- package/pure-cell/cssm/components/graphics/index.js +1 -1
- package/pure-cell/cssm/components/main/component.js +1 -1
- package/pure-cell/cssm/components/main/index.d.ts +1 -1
- package/pure-cell/cssm/components/main/index.js +1 -1
- package/pure-cell/cssm/components/text/component.js +1 -1
- package/pure-cell/cssm/components/text/index.d.ts +1 -1
- package/pure-cell/cssm/components/text/index.js +1 -1
- package/pure-cell/cssm/index.js +1 -1
- package/pure-cell/esm/{component-53618056.js → component-02d56ae7.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-254f4794.js → component-766c0ee4.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-option/Component.js +6 -2
- package/select/components/base-option/index.css +4 -3
- package/select/cssm/components/base-option/Component.js +5 -1
- package/select/cssm/components/base-option/index.module.css +4 -2
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/components/base-option/Component.js +6 -2
- package/select/esm/components/base-option/index.css +4 -3
- 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-option/Component.js +5 -2
- package/select/modern/components/base-option/index.css +4 -3
- 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/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/textarea/Component.js +2 -2
- package/textarea/cssm/Component.js +2 -2
- package/textarea/cssm/typings.d.ts +5 -0
- package/textarea/esm/Component.js +2 -2
- package/textarea/esm/typings.d.ts +5 -0
- package/textarea/modern/Component.js +2 -2
- package/textarea/modern/typings.d.ts +5 -0
- package/textarea/typings.d.ts +5 -0
- package/themes/compiled/mobile-dark-bluetint.css +30 -169
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +1 -1
- package/typography/title-mobile/component.js +1 -1
- package/typography/title-responsive/component.js +1 -1
- /package/confirmation/{countdown-section-5581379b.d.ts → countdown-section-b30d5212.d.ts} +0 -0
- /package/confirmation/{countdown-section-5581379b.js → countdown-section-b30d5212.js} +0 -0
- /package/confirmation/esm/{countdown-section-2f02c020.d.ts → countdown-section-c4f73a77.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-2f02c020.js → countdown-section-c4f73a77.js} +0 -0
- /package/confirmation/modern/{countdown-section-27ad8a44.d.ts → countdown-section-f3215ad8.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-27ad8a44.js → countdown-section-f3215ad8.js} +0 -0
- /package/modal/esm/{layout.module-ec4a90b6.js → layout.module-95a81cec.js} +0 -0
- /package/modal/{layout.module-0786cc33.js → layout.module-7688fd0c.js} +0 -0
- /package/modal/modern/{layout.module-8379050e.js → layout.module-5b92887c.js} +0 -0
- /package/pure-cell/{component-911cc97f.d.ts → component-1b03bea6.d.ts} +0 -0
- /package/pure-cell/cssm/{component-719b272a.d.ts → component-e3105fca.d.ts} +0 -0
- /package/pure-cell/esm/{component-53618056.d.ts → component-02d56ae7.d.ts} +0 -0
- /package/pure-cell/modern/{component-254f4794.d.ts → component-766c0ee4.d.ts} +0 -0
- /package/select/esm/{hook-234f7a67.d.ts → hook-bff79f71.d.ts} +0 -0
- /package/select/esm/{hook-234f7a67.js → hook-bff79f71.js} +0 -0
- /package/select/{hook-5f6e7b13.d.ts → hook-54f25d8f.d.ts} +0 -0
- /package/select/{hook-5f6e7b13.js → hook-54f25d8f.js} +0 -0
- /package/select/modern/{hook-46a9009f.d.ts → hook-c270fa38.d.ts} +0 -0
- /package/select/modern/{hook-46a9009f.js → hook-c270fa38.js} +0 -0
- /package/tabs/esm/{index.module-a60afb2d.js → index.module-0655283c.js} +0 -0
- /package/tabs/esm/{index.module-e6c5bf7b.js → index.module-7ff70640.js} +0 -0
- /package/tabs/{index.module-2a9c83e8.js → index.module-5e2c2277.js} +0 -0
- /package/tabs/{index.module-a4d37ad2.js → index.module-c171ff65.js} +0 -0
- /package/tabs/modern/{index.module-7ddd604e.js → index.module-65b2af6e.js} +0 -0
- /package/tabs/modern/{index.module-f30fb0bd.js → index.module-d1b9db81.js} +0 -0
- /package/typography/{colors.module-a11b73e9.js → colors.module-1425c827.js} +0 -0
- /package/typography/{common.module-25e7ce83.js → common.module-7149df75.js} +0 -0
- /package/typography/esm/{colors.module-e5414e42.js → colors.module-2c5f7086.js} +0 -0
- /package/typography/esm/{common.module-bd07cc74.js → common.module-34c95dd1.js} +0 -0
- /package/typography/modern/{colors.module-9fa7fdee.js → colors.module-dfec17f2.js} +0 -0
- /package/typography/modern/{common.module-e73684d9.js → common.module-6efdb2ce.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-e3105fca";
|
|
@@ -4,7 +4,7 @@ require('react');
|
|
|
4
4
|
require('classnames');
|
|
5
5
|
require('../../../../shared/cssm');
|
|
6
6
|
require('../../../../typography/cssm');
|
|
7
|
-
var components_addon_component = require('../../component-
|
|
7
|
+
var components_addon_component = require('../../component-e3105fca.js');
|
|
8
8
|
require('./index.module.css');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-e3105fca";
|
package/pure-cell/cssm/index.js
CHANGED
|
@@ -60,7 +60,7 @@ var AmountTitle = function (_a) {
|
|
|
60
60
|
var minority = _a.minority, _b = _a.minorUnits, minorUnits = _b === void 0 ? 100 : _b, className = _a.className, _c = _a.color, color = _c === void 0 ? 'primary' : _c, dataTestId = _a.dataTestId, _d = _a.titleProps, titleProps = _d === void 0 ? {} : _d, restProps = __rest(_a, ["minority", "minorUnits", "className", "color", "dataTestId", "titleProps"]);
|
|
61
61
|
var pureCellContext = useContext(PureCellContext);
|
|
62
62
|
var titleDefaultProps = __assign({ tag: 'h4', view: 'small', color: color }, titleProps);
|
|
63
|
-
return (React.createElement(Typography.
|
|
63
|
+
return (React.createElement(Typography.TitleResponsive, __assign({}, titleDefaultProps, { dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount-title'), className: cn(styles$8.component, titleProps.className) }),
|
|
64
64
|
React.createElement(Amount$1, __assign({ minority: minority || minorUnits, className: cn(styles$8.weight, className), dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'core-amount-title') }, restProps, { bold: 'none' }))));
|
|
65
65
|
};
|
|
66
66
|
|
|
@@ -4,7 +4,7 @@ import 'react-merge-refs';
|
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../comment/esm';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
export { P as PureCell, f as PureCellContext } from './component-
|
|
7
|
+
export { P as PureCell, f as PureCellContext } from './component-02d56ae7.js';
|
|
8
8
|
import '../../shared/esm';
|
|
9
9
|
import '../../amount/esm';
|
|
10
10
|
import '../../typography/esm';
|
|
@@ -2,7 +2,7 @@ import 'tslib';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../../shared/esm';
|
|
5
|
-
export { A as Addon } from '../../component-
|
|
5
|
+
export { A as Addon } from '../../component-02d56ae7.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import '../../../../comment/esm';
|
|
8
8
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-02d56ae7";
|
|
@@ -4,7 +4,7 @@ import 'classnames';
|
|
|
4
4
|
import '../../../../amount/esm';
|
|
5
5
|
import '../../../../shared/esm';
|
|
6
6
|
import '../../../../typography/esm';
|
|
7
|
-
export { a as Amount } from '../../component-
|
|
7
|
+
export { a as Amount } from '../../component-02d56ae7.js';
|
|
8
8
|
import 'react-merge-refs';
|
|
9
9
|
import '../../../../comment/esm';
|
|
10
10
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-02d56ae7";
|
|
@@ -4,7 +4,7 @@ import 'classnames';
|
|
|
4
4
|
import '../../../../amount/esm';
|
|
5
5
|
import '../../../../shared/esm';
|
|
6
6
|
import '../../../../typography/esm';
|
|
7
|
-
export { b as AmountTitle } from '../../component-
|
|
7
|
+
export { b as AmountTitle } from '../../component-02d56ae7.js';
|
|
8
8
|
import 'react-merge-refs';
|
|
9
9
|
import '../../../../comment/esm';
|
|
10
10
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-02d56ae7";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../../../../shared/esm';
|
|
3
3
|
import '../../../../typography/esm';
|
|
4
|
-
export { C as Category } from '../../component-
|
|
4
|
+
export { C as Category } from '../../component-02d56ae7.js';
|
|
5
5
|
import 'tslib';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import 'classnames';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-02d56ae7";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/esm';
|
|
4
|
-
export { c as Content } from '../../component-
|
|
4
|
+
export { c as Content } from '../../component-02d56ae7.js';
|
|
5
5
|
import 'tslib';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import '../../../../comment/esm';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-02d56ae7";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/esm';
|
|
4
|
-
export { F as Footer } from '../../component-
|
|
4
|
+
export { F as Footer } from '../../component-02d56ae7.js';
|
|
5
5
|
import 'tslib';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import '../../../../comment/esm';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-02d56ae7";
|
|
@@ -2,7 +2,7 @@ import 'tslib';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../../../button/esm';
|
|
4
4
|
import '../../../../shared/esm';
|
|
5
|
-
export { d as FooterButton } from '../../component-
|
|
5
|
+
export { d as FooterButton } from '../../component-02d56ae7.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../../../../comment/esm';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-02d56ae7";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../../../../shared/esm';
|
|
3
3
|
import '../../../../typography/esm';
|
|
4
|
-
export { e as FooterText } from '../../component-
|
|
4
|
+
export { e as FooterText } from '../../component-02d56ae7.js';
|
|
5
5
|
import 'tslib';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import 'classnames';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-02d56ae7";
|
|
@@ -2,7 +2,7 @@ import 'tslib';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../../shared/esm';
|
|
5
|
-
export { G as Graphics } from '../../component-
|
|
5
|
+
export { G as Graphics } from '../../component-02d56ae7.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import '../../../../comment/esm';
|
|
8
8
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-02d56ae7";
|
|
@@ -2,7 +2,7 @@ import 'tslib';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../../shared/esm';
|
|
5
|
-
export { M as Main } from '../../component-
|
|
5
|
+
export { M as Main } from '../../component-02d56ae7.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import '../../../../comment/esm';
|
|
8
8
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-02d56ae7";
|
|
@@ -2,7 +2,7 @@ import 'react';
|
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/esm';
|
|
4
4
|
import '../../../../typography/esm';
|
|
5
|
-
export { T as Text } from '../../component-
|
|
5
|
+
export { T as Text } from '../../component-02d56ae7.js';
|
|
6
6
|
import 'tslib';
|
|
7
7
|
import 'react-merge-refs';
|
|
8
8
|
import '../../../../comment/esm';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-02d56ae7";
|
package/pure-cell/esm/index.js
CHANGED
package/pure-cell/index.js
CHANGED
|
@@ -58,7 +58,7 @@ const AmountTitle = ({ minority, minorUnits = 100, className, color = 'primary',
|
|
|
58
58
|
color,
|
|
59
59
|
...titleProps,
|
|
60
60
|
};
|
|
61
|
-
return (React.createElement(Typography.
|
|
61
|
+
return (React.createElement(Typography.TitleResponsive, { ...titleDefaultProps, dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount-title'), className: cn(styles$8.component, titleProps.className) },
|
|
62
62
|
React.createElement(Amount$1, { minority: minority || minorUnits, className: cn(styles$8.weight, className), dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'core-amount-title'), ...restProps, bold: 'none' })));
|
|
63
63
|
};
|
|
64
64
|
|
|
@@ -3,7 +3,7 @@ import 'react-merge-refs';
|
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../comment/modern';
|
|
5
5
|
import '@alfalab/hooks';
|
|
6
|
-
export { P as PureCell, f as PureCellContext } from './component-
|
|
6
|
+
export { P as PureCell, f as PureCellContext } from './component-766c0ee4.js';
|
|
7
7
|
import '../../shared/modern';
|
|
8
8
|
import '../../amount/modern';
|
|
9
9
|
import '../../typography/modern';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
|
-
export { A as Addon } from '../../component-
|
|
4
|
+
export { A as Addon } from '../../component-766c0ee4.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import '../../../../comment/modern';
|
|
7
7
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-766c0ee4";
|
|
@@ -3,7 +3,7 @@ import 'classnames';
|
|
|
3
3
|
import '../../../../amount/modern';
|
|
4
4
|
import '../../../../shared/modern';
|
|
5
5
|
import '../../../../typography/modern';
|
|
6
|
-
export { a as Amount } from '../../component-
|
|
6
|
+
export { a as Amount } from '../../component-766c0ee4.js';
|
|
7
7
|
import 'react-merge-refs';
|
|
8
8
|
import '../../../../comment/modern';
|
|
9
9
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-766c0ee4";
|
|
@@ -3,7 +3,7 @@ import 'classnames';
|
|
|
3
3
|
import '../../../../amount/modern';
|
|
4
4
|
import '../../../../shared/modern';
|
|
5
5
|
import '../../../../typography/modern';
|
|
6
|
-
export { b as AmountTitle } from '../../component-
|
|
6
|
+
export { b as AmountTitle } from '../../component-766c0ee4.js';
|
|
7
7
|
import 'react-merge-refs';
|
|
8
8
|
import '../../../../comment/modern';
|
|
9
9
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-766c0ee4";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../../../../shared/modern';
|
|
3
3
|
import '../../../../typography/modern';
|
|
4
|
-
export { C as Category } from '../../component-
|
|
4
|
+
export { C as Category } from '../../component-766c0ee4.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../../../comment/modern';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-766c0ee4";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
|
-
export { c as Content } from '../../component-
|
|
4
|
+
export { c as Content } from '../../component-766c0ee4.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import '../../../../comment/modern';
|
|
7
7
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-766c0ee4";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
|
-
export { F as Footer } from '../../component-
|
|
4
|
+
export { F as Footer } from '../../component-766c0ee4.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import '../../../../comment/modern';
|
|
7
7
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-766c0ee4";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../../../../button/modern';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
|
-
export { d as FooterButton } from '../../component-
|
|
4
|
+
export { d as FooterButton } from '../../component-766c0ee4.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../../../comment/modern';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-766c0ee4";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../../../../shared/modern';
|
|
3
3
|
import '../../../../typography/modern';
|
|
4
|
-
export { e as FooterText } from '../../component-
|
|
4
|
+
export { e as FooterText } from '../../component-766c0ee4.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../../../comment/modern';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-766c0ee4";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
|
-
export { G as Graphics } from '../../component-
|
|
4
|
+
export { G as Graphics } from '../../component-766c0ee4.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import '../../../../comment/modern';
|
|
7
7
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-766c0ee4";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
|
-
export { M as Main } from '../../component-
|
|
4
|
+
export { M as Main } from '../../component-766c0ee4.js';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import '../../../../comment/modern';
|
|
7
7
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-766c0ee4";
|
|
@@ -2,7 +2,7 @@ import 'react';
|
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
4
|
import '../../../../typography/modern';
|
|
5
|
-
export { T as Text } from '../../component-
|
|
5
|
+
export { T as Text } from '../../component-766c0ee4.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import '../../../../comment/modern';
|
|
8
8
|
import '@alfalab/hooks';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-766c0ee4";
|