@maxio-com/self-service 1.7.1 → 1.7.3
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/README.md +36 -1
- package/dist/maxio-components.esm.js +16460 -1
- package/dist/maxio-components.umd.js +5 -5
- package/package.json +2 -2
- package/typings/packages/address/index.d.ts +1 -1
- package/typings/packages/address/src/components/SelectField/SelectField.d.ts +17 -18
- package/typings/packages/address/src/components/SelectField/SelectField.styles.d.ts +5 -5
- package/typings/packages/address/src/components/SelectField/index.d.ts +2 -2
- package/typings/packages/address/src/components/index.d.ts +2 -2
- package/typings/packages/address/src/constants.d.ts +4 -4
- package/typings/packages/address/src/containers/Address/Address.d.ts +15 -16
- package/typings/packages/address/src/containers/Address/index.d.ts +4 -4
- package/typings/packages/address/src/containers/Address/translations.d.ts +2 -2
- package/typings/packages/address/src/containers/Address/types.d.ts +43 -43
- package/typings/packages/address/src/containers/Address/utils.ts/formatOptions.d.ts +5 -5
- package/typings/packages/address/src/containers/Address/utils.ts/index.d.ts +2 -2
- package/typings/packages/address/src/containers/index.d.ts +4 -4
- package/typings/packages/address/src/hooks/index.d.ts +2 -2
- package/typings/packages/address/src/hooks/useFormatAddress.d.ts +2 -2
- package/typings/packages/address/src/index.d.ts +9 -9
- package/typings/packages/address/src/machines/address/address.d.ts +7 -7
- package/typings/packages/address/src/machines/address/index.d.ts +3 -3
- package/typings/packages/address/src/machines/address/selectors.d.ts +24 -24
- package/typings/packages/address/src/machines/address/types.d.ts +11 -11
- package/typings/packages/address/src/machines/index.d.ts +2 -2
- package/typings/packages/address/src/types.d.ts +9 -9
- package/typings/packages/address/src/utils/createValidationSchema.d.ts +17 -17
- package/typings/packages/address/src/utils/index.d.ts +2 -2
- package/typings/packages/billing-history/index.d.ts +1 -1
- package/typings/packages/billing-history/src/App.d.ts +3 -4
- package/typings/packages/billing-history/src/BillingHistory.d.ts +7 -7
- package/typings/packages/billing-history/src/components/BillingHistoryLoader/BillingHistoryLoader.d.ts +2 -3
- package/typings/packages/billing-history/src/components/BillingHistoryLoader/BillingHistoryLoader.styles.d.ts +2 -2
- package/typings/packages/billing-history/src/components/BillingHistoryLoader/index.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/Filters.d.ts +17 -18
- package/typings/packages/billing-history/src/components/Filters/Filters.styles.d.ts +3 -3
- package/typings/packages/billing-history/src/components/Filters/components/DateFilter/DateFilter.d.ts +10 -10
- package/typings/packages/billing-history/src/components/Filters/components/DateFilter/DateFilter.styles.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/components/DateFilter/index.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.d.ts +8 -8
- package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.styles.d.ts +1 -1
- package/typings/packages/billing-history/src/components/Filters/components/FilterBox/index.d.ts +4 -4
- package/typings/packages/billing-history/src/components/Filters/components/FiltersWrapper/FiltersWrapper.d.ts +1 -1
- package/typings/packages/billing-history/src/components/Filters/components/InvoiceNumberFilter/InvoiceNumberFilter.d.ts +7 -8
- package/typings/packages/billing-history/src/components/Filters/components/InvoiceNumberFilter/index.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/components/ProductNameFilter/ProductNameFilter.d.ts +10 -11
- package/typings/packages/billing-history/src/components/Filters/components/ProductNameFilter/index.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/components/StatusFilter/StatusFilter.d.ts +7 -8
- package/typings/packages/billing-history/src/components/Filters/components/StatusFilter/index.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/components/index.d.ts +6 -6
- package/typings/packages/billing-history/src/components/Filters/constants.d.ts +3 -3
- package/typings/packages/billing-history/src/components/Filters/index.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/motion.d.ts +18 -18
- package/typings/packages/billing-history/src/components/Filters/types.d.ts +10 -10
- package/typings/packages/billing-history/src/components/InvoicesTable/InvoicesTable.d.ts +23 -24
- package/typings/packages/billing-history/src/components/InvoicesTable/InvoicesTable.styles.d.ts +1 -1
- package/typings/packages/billing-history/src/components/InvoicesTable/components/IconWIthTooltip.d.ts +6 -7
- package/typings/packages/billing-history/src/components/InvoicesTable/components/NoInvoicesMsg.d.ts +4 -5
- package/typings/packages/billing-history/src/components/InvoicesTable/components/PagesPagination.d.ts +9 -10
- package/typings/packages/billing-history/src/components/InvoicesTable/components/PagesPagination.styles.d.ts +3 -3
- package/typings/packages/billing-history/src/components/InvoicesTable/components/SkeletonWrapper.d.ts +2 -2
- package/typings/packages/billing-history/src/components/InvoicesTable/components/Status.d.ts +6 -7
- package/typings/packages/billing-history/src/components/InvoicesTable/components/index.d.ts +5 -5
- package/typings/packages/billing-history/src/components/InvoicesTable/index.d.ts +2 -2
- package/typings/packages/billing-history/src/components/InvoicesTable/types.d.ts +5 -5
- package/typings/packages/billing-history/src/components/InvoicesTable/utils.d.ts +2 -2
- package/typings/packages/billing-history/src/constants.d.ts +1 -1
- package/typings/packages/billing-history/src/containers/BillingHistoryContainer/BillingHistoryContainer.d.ts +2 -3
- package/typings/packages/billing-history/src/containers/BillingHistoryContainer/constants.d.ts +1 -1
- package/typings/packages/billing-history/src/containers/BillingHistoryContainer/index.d.ts +2 -2
- package/typings/packages/billing-history/src/containers/FiltersContainer/FiltersContainer.d.ts +2 -3
- package/typings/packages/billing-history/src/containers/FiltersContainer/index.d.ts +2 -2
- package/typings/packages/billing-history/src/containers/ProductsContainer/ProductsContainer.d.ts +10 -10
- package/typings/packages/billing-history/src/containers/ProductsContainer/constants.d.ts +1 -1
- package/typings/packages/billing-history/src/containers/ProductsContainer/index.d.ts +2 -2
- package/typings/packages/billing-history/src/containers/index.d.ts +2 -2
- package/typings/packages/billing-history/src/contexts/ConfigContext.d.ts +3 -3
- package/typings/packages/billing-history/src/contexts/GlobalStateContext.d.ts +9 -9
- package/typings/packages/billing-history/src/contexts/index.d.ts +3 -3
- package/typings/packages/billing-history/src/hooks/index.d.ts +2 -2
- package/typings/packages/billing-history/src/hooks/useOutsideClick.d.ts +2 -2
- package/typings/packages/billing-history/src/hooks/useServices.d.ts +5 -5
- package/typings/packages/billing-history/src/index.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/billingFilters/actions.d.ts +24 -24
- package/typings/packages/billing-history/src/machines/billingFilters/billingFilters.d.ts +7 -7
- package/typings/packages/billing-history/src/machines/billingFilters/constants.d.ts +16 -16
- package/typings/packages/billing-history/src/machines/billingFilters/index.d.ts +6 -6
- package/typings/packages/billing-history/src/machines/billingFilters/selectors.d.ts +13 -13
- package/typings/packages/billing-history/src/machines/billingFilters/types.d.ts +51 -51
- package/typings/packages/billing-history/src/machines/billingFilters/utils.d.ts +4 -4
- package/typings/packages/billing-history/src/machines/billingHistoryData/actions.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/billingHistoryData/billingHistoryData.d.ts +8 -8
- package/typings/packages/billing-history/src/machines/billingHistoryData/constants.d.ts +5 -5
- package/typings/packages/billing-history/src/machines/billingHistoryData/index.d.ts +4 -4
- package/typings/packages/billing-history/src/machines/billingHistoryData/selectors.d.ts +52 -52
- package/typings/packages/billing-history/src/machines/billingHistoryData/types.d.ts +48 -48
- package/typings/packages/billing-history/src/machines/filtersOptions/filtersOptions.d.ts +6 -6
- package/typings/packages/billing-history/src/machines/filtersOptions/index.d.ts +5 -5
- package/typings/packages/billing-history/src/machines/filtersOptions/selectors.d.ts +12 -12
- package/typings/packages/billing-history/src/machines/filtersOptions/types.d.ts +9 -9
- package/typings/packages/billing-history/src/mocks/server.d.ts +1 -1
- package/typings/packages/billing-history/src/models/billingHistory/billingHistory.d.ts +28 -28
- package/typings/packages/billing-history/src/pages/InvoiceDetails/InvoiceDetails.d.ts +2 -3
- package/typings/packages/billing-history/src/pages/InvoiceDetails/InvoiceDetails.styles.d.ts +5 -5
- package/typings/packages/billing-history/src/pages/InvoiceDetails/index.d.ts +2 -2
- package/typings/packages/billing-history/src/pages/index.d.ts +2 -2
- package/typings/packages/billing-history/src/providers/GlobalStateProvider.d.ts +6 -6
- package/typings/packages/billing-history/src/settings.d.ts +2 -2
- package/typings/packages/billing-history/src/types.d.ts +8 -8
- package/typings/packages/billing-history/src/utils/getDatesFilters.d.ts +10 -10
- package/typings/packages/billing-history/src/utils/getItemsPerPageOptions.d.ts +5 -5
- package/typings/packages/billing-history/src/utils/index.d.ts +2 -2
- package/typings/packages/custom-fields/index.d.ts +1 -1
- package/typings/packages/custom-fields/src/index.d.ts +5 -5
- package/typings/packages/custom-fields/src/types.d.ts +9 -9
- package/typings/packages/custom-fields/src/utils/renderField.d.ts +10 -10
- package/typings/packages/custom-fields/src/utils/updateCustomFields.d.ts +9 -9
- package/typings/packages/custom-ui-components/index.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.d.ts +13 -13
- package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.styles.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/atoms/Anchor/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Anchor/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Anchor/types.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.d.ts +18 -18
- package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.styles.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/atoms/BodyText/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/BodyText/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/BodyText/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Box/Box.styles.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Box/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.d.ts +23 -23
- package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.styles.d.ts +15 -15
- package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/Group.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/Group.styles.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/components/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/types.d.ts +10 -10
- package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.styles.d.ts +10 -10
- package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/types.d.ts +10 -10
- package/typings/packages/custom-ui-components/src/components/atoms/Column/Column.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/components/atoms/Column/Column.styles.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Column/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Column/system/flexBasis.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Column/system/gutter.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Column/system/index.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/Column/system/maxWidth.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Column/system/offset.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/Dropdown.d.ts +3 -4
- package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/Dropdown.styles.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/types.d.ts +14 -14
- package/typings/packages/custom-ui-components/src/components/atoms/FontWeight/FontWeight.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/FontWeight/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.styles.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/Heading/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Heading/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Heading/types.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.d.ts +17 -17
- package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.styles.d.ts +16 -16
- package/typings/packages/custom-ui-components/src/components/atoms/Input/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Input/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Input/types.d.ts +10 -10
- package/typings/packages/custom-ui-components/src/components/atoms/Input/utils/getInputStatus.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Input/utils/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.d.ts +8 -9
- package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.styles.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/Loader/Loader.d.ts +6 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Loader/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/Logo.d.ts +8 -9
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/AmericanExpress/AmericanExpress.d.ts +6 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/AmericanExpress/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Bogus/Bogus.d.ts +6 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Bogus/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Discover/Discover.d.ts +6 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Discover/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Master/Master.d.ts +6 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Master/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Visa/Visa.d.ts +6 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Visa/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/index.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/constants.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/Modal.d.ts +17 -17
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/Modal.styles.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/Backdrop.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/Backdrop.styles.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.d.ts +6 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.styles.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/index.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/motion.d.ts +17 -17
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Options/Options.d.ts +3 -4
- package/typings/packages/custom-ui-components/src/components/atoms/Options/Options.styles.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/Option.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/Option.styles.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Options/index.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Options/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Options/system/boxShadow.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Options/system/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Options/types.d.ts +29 -29
- package/typings/packages/custom-ui-components/src/components/atoms/Options/utils/getBoxShadow.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Options/utils/isEllipsisActive.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Portal/Portal.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/atoms/Portal/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.d.ts +9 -10
- package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.styles.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/types.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.d.ts +3 -4
- package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.styles.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/types.d.ts +16 -16
- package/typings/packages/custom-ui-components/src/components/atoms/Row/Row.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/atoms/Row/Row.styles.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/Row/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Row/system/gap.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Row/system/gutter.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Row/system/index.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Select/Select.d.ts +3 -4
- package/typings/packages/custom-ui-components/src/components/atoms/Select/Select.styles.d.ts +10 -10
- package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/DropdownIcon.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/DropdownIcon.styles.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/components/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/constants.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/atoms/Select/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/actions.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/index.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/reducer.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/types.d.ts +39 -39
- package/typings/packages/custom-ui-components/src/components/atoms/Select/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/types.d.ts +39 -39
- package/typings/packages/custom-ui-components/src/components/atoms/Select/utils/getStatus.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/utils/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/SkeletonLoader.d.ts +8 -9
- package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/SkeletonLoader.styles.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/system/backgroundColor.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/system/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/SubscriptionComponentCard.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/SubscriptionComponentCard.styles.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/TextArea/TextArea.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/components/atoms/TextArea/TextArea.styles.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/atoms/TextArea/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/TextArea/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/TextArea/types.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/atoms/Toggle/Toggle.d.ts +14 -15
- package/typings/packages/custom-ui-components/src/components/atoms/Toggle/Toggle.styles.d.ts +21 -21
- package/typings/packages/custom-ui-components/src/components/atoms/Toggle/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Toggle/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Toggle/types.d.ts +14 -14
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/Tooltip.d.ts +15 -15
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/Tooltip.styles.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/Text/Text.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/Text/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/index.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/index.d.ts +30 -30
- package/typings/packages/custom-ui-components/src/components/atoms/settings.d.ts +18 -18
- package/typings/packages/custom-ui-components/src/components/atoms/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/index.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Accordion/Accordion.d.ts +10 -10
- package/typings/packages/custom-ui-components/src/components/molecules/Accordion/Accordion.styles.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/molecules/Accordion/constants.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/components/molecules/Accordion/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Accordion/motion.d.ts +14 -14
- package/typings/packages/custom-ui-components/src/components/molecules/Accordion/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Accordion/type.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/Alert.d.ts +23 -23
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/Alert.styles.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/TextMessage.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/Title.d.ts +7 -8
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/Title.styles.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/index.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/molecules/Card/Card.d.ts +20 -20
- package/typings/packages/custom-ui-components/src/components/molecules/Card/Card.styles.d.ts +13 -13
- package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/Body.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/Body.styles.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Card/components/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Card/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Card/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Card/types.d.ts +12 -12
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/CreditCardAddress.d.ts +6 -7
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/CreditCardAddress.styles.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/type.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/CreditCardHolderDetails.d.ts +8 -9
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/CreditCardHolderDetails.styles.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/type.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/utils/formatExpirationYear.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/utils/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/CreditCardNumber.d.ts +5 -6
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/CreditCardNumber.styles.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/type.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/utils/formatCardNumber.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/utils/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/DatePicker.d.ts +16 -16
- package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/DatePicker.styles.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/constants.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/translations.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/FormField/FormField.d.ts +20 -20
- package/typings/packages/custom-ui-components/src/components/molecules/FormField/FormField.styles.d.ts +13 -13
- package/typings/packages/custom-ui-components/src/components/molecules/FormField/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/FormField/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/FormField/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/molecules/FormField/utils/getMessage.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/molecules/FormField/utils/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/InputLabel.d.ts +14 -15
- package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/InputLabel.styles.d.ts +12 -12
- package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.d.ts +10 -11
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.styles.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/type.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/PageHeaderSubtitle.d.ts +7 -8
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/PageHeaderSubtitle.styles.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/type.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/PageHeaderTitle.d.ts +7 -8
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/PageHeaderTitle.styles.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/type.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/Pagination.d.ts +7 -8
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/Pagination.styles.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/types.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/utils/createPagination.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/utils/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.d.ts +3 -4
- package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.styles.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/types.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.styles.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/types.d.ts +15 -15
- package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/RelativeTime.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/RelativeTime.styles.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/translations.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/types.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/utils/getOptions.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/utils/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/Stepper.d.ts +9 -10
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/Stepper.styles.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/StepHorizontal.d.ts +8 -9
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/StepHorizontal.styles.d.ts +18 -18
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/types.d.ts +10 -10
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/StepVertical.d.ts +10 -11
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/StepVertical.styles.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/types.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/index.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/SubscriptionHeader.d.ts +17 -17
- package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/SubscriptionHeader.styles.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/SummaryTable.d.ts +7 -8
- package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/SummaryTable.styles.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/fixtures.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/types.d.ts +10 -10
- package/typings/packages/custom-ui-components/src/components/molecules/Tabs/Tabs.d.ts +10 -11
- package/typings/packages/custom-ui-components/src/components/molecules/Tabs/Tabs.styles.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/components/molecules/Tabs/fixtures.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/Tabs/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Tabs/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Tabs/types.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.d.ts +11 -12
- package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.styles.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/molecules/Tag/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/Tag/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Tag/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.d.ts +18 -19
- package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.styles.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/molecules/TagInput/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/TagInput/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/TagInput/types.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/molecules/TagInput/utils.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.d.ts +14 -14
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.styles.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/translations.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/getInputValue.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/getTimeOptions.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/index.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/ToastMessage.d.ts +9 -10
- package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/ToastMessage.styles.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/constants.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/types.d.ts +10 -10
- package/typings/packages/custom-ui-components/src/components/molecules/index.d.ts +25 -25
- package/typings/packages/custom-ui-components/src/components/molecules/settings.d.ts +20 -20
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.d.ts +14 -14
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.styles.d.ts +19 -19
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/Watermark/Watermark.d.ts +2 -3
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/Watermark/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/constants.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/types.d.ts +27 -27
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/utils/formatAddressDetails.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/utils/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.d.ts +17 -17
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.styles.d.ts +10 -10
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Chip/Chip.d.ts +2 -3
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Chip/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/StatusMsg.d.ts +9 -10
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/StatusMsg.styles.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/Watermark.d.ts +7 -8
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/Watermark.styles.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Master/Master.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Master/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Visa/Visa.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Visa/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/index.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/constants.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/index.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/types.d.ts +27 -27
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/utils/formatAddressDetails.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/utils/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/DatePicker.styles.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/DateTimePicker.d.ts +12 -12
- package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/MeteredComponent.d.ts +3 -4
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/MeteredComponent.styles.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/OnOffComponent.d.ts +10 -11
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/OnOffComponent.styles.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/PrepaidComponent.d.ts +3 -4
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/PrepaidComponent.styles.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/constants.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/types.d.ts +21 -21
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/QuantityComponent.d.ts +3 -4
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/QuantityComponent.styles.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/organisms/Table/Table.d.ts +22 -22
- package/typings/packages/custom-ui-components/src/components/organisms/Table/Table.styles.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/SortIndicator.d.ts +6 -7
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableBody.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/TableCell.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/TableCell.styles.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCellContainer.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableFooter/TableFooter.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableFooter/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHead.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/TableHeader.d.ts +3 -4
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/TableHeader.styles.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/types.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableRow.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/organisms/Table/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Table/settings.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Table/types.d.ts +14 -14
- package/typings/packages/custom-ui-components/src/components/organisms/index.d.ts +12 -12
- package/typings/packages/custom-ui-components/src/components/organisms/settings.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/settings.d.ts +39 -39
- package/typings/packages/custom-ui-components/src/components/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/constants.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/contexts/PortalContext.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/contexts/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/docs/Grid.styles.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/docs/Spaces.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/docs/Spaces.styles.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/hooks/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/hooks/useKeypress/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/hooks/useKeypress/useKeypress.d.ts +9 -9
- package/typings/packages/custom-ui-components/src/hooks/useModalVariant/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/hooks/useModalVariant/useModalVariant.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/hooks/useOnClickOutside/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/hooks/useOnClickOutside/useOnClickOutside.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/index.d.ts +11 -11
- package/typings/packages/custom-ui-components/src/mixins/fontSmoothing.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/mixins/index.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/palette.d.ts +41 -41
- package/typings/packages/custom-ui-components/src/theme/ThemeProvider.d.ts +8 -8
- package/typings/packages/custom-ui-components/src/theme/ThemeUtilities.d.ts +13 -13
- package/typings/packages/custom-ui-components/src/theme/index.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/theme/system/backgroundColor.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/theme/system/index.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/theme/types.d.ts +20 -20
- package/typings/packages/custom-ui-components/src/themeBase.d.ts +107 -107
- package/typings/packages/custom-ui-components/src/types.d.ts +16 -16
- package/typings/packages/customer-details/index.d.ts +1 -1
- package/typings/packages/customer-details/src/App.d.ts +3 -4
- package/typings/packages/customer-details/src/CustomerDetails.d.ts +7 -7
- package/typings/packages/customer-details/src/components/ContactDetails/ContactDetails.d.ts +7 -8
- package/typings/packages/customer-details/src/components/ContactDetails/index.d.ts +2 -2
- package/typings/packages/customer-details/src/components/ContactDetails/utils.d.ts +6 -6
- package/typings/packages/customer-details/src/components/ContactDetailsForm/ContactDetailsForm.d.ts +9 -10
- package/typings/packages/customer-details/src/components/ContactDetailsForm/ContactDetailsForm.styles.d.ts +4 -4
- package/typings/packages/customer-details/src/components/ContactDetailsForm/index.d.ts +2 -2
- package/typings/packages/customer-details/src/components/CustomFields/CustomFields.d.ts +7 -8
- package/typings/packages/customer-details/src/components/CustomFields/index.d.ts +2 -2
- package/typings/packages/customer-details/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +13 -13
- package/typings/packages/customer-details/src/components/CustomFieldsForm/index.d.ts +2 -2
- package/typings/packages/customer-details/src/components/CustomerDetailsLoader/CustomerDetailsLoader.d.ts +2 -3
- package/typings/packages/customer-details/src/components/CustomerDetailsLoader/CustomerDetailsLoader.styles.d.ts +2 -2
- package/typings/packages/customer-details/src/components/CustomerDetailsLoader/index.d.ts +2 -2
- package/typings/packages/customer-details/src/components/DetailsRow/DetailsRow.d.ts +7 -8
- package/typings/packages/customer-details/src/components/DetailsRow/index.d.ts +2 -2
- package/typings/packages/customer-details/src/components/DetailsSectionLoadingSkeleton/DetailsSectionLoadingSkeleton.d.ts +2 -3
- package/typings/packages/customer-details/src/components/DetailsSectionLoadingSkeleton/index.d.ts +2 -2
- package/typings/packages/customer-details/src/components/ShippingAddress/ShippingAddress.d.ts +7 -8
- package/typings/packages/customer-details/src/components/ShippingAddress/index.d.ts +2 -2
- package/typings/packages/customer-details/src/components/ShippingAddressForm/ShippingAddressForm.d.ts +10 -11
- package/typings/packages/customer-details/src/components/ShippingAddressForm/index.d.ts +2 -2
- package/typings/packages/customer-details/src/components/index.d.ts +8 -8
- package/typings/packages/customer-details/src/constants.d.ts +1 -1
- package/typings/packages/customer-details/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +2 -3
- package/typings/packages/customer-details/src/containers/CustomFieldsContainer/index.d.ts +2 -2
- package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/CustomerDetailsContainer.d.ts +2 -3
- package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/CustomerDetailsContainer.styles.d.ts +2 -2
- package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/index.d.ts +2 -2
- package/typings/packages/customer-details/src/contexts/ConfigContext.d.ts +3 -3
- package/typings/packages/customer-details/src/contexts/GlobalStateContext.d.ts +7 -7
- package/typings/packages/customer-details/src/contexts/index.d.ts +3 -3
- package/typings/packages/customer-details/src/hooks/index.d.ts +2 -2
- package/typings/packages/customer-details/src/hooks/useDataWithNames.d.ts +26 -26
- package/typings/packages/customer-details/src/index.d.ts +2 -2
- package/typings/packages/customer-details/src/machines/customFields/customFields.d.ts +6 -6
- package/typings/packages/customer-details/src/machines/customFields/selectors.d.ts +24 -24
- package/typings/packages/customer-details/src/machines/customFields/types.d.ts +6 -6
- package/typings/packages/customer-details/src/machines/customerData/customerData.d.ts +6 -6
- package/typings/packages/customer-details/src/machines/customerData/selectors.d.ts +38 -38
- package/typings/packages/customer-details/src/machines/customerData/types.d.ts +6 -6
- package/typings/packages/customer-details/src/models/customerDetails/index.d.ts +2 -2
- package/typings/packages/customer-details/src/models/customerDetails/types.d.ts +17 -17
- package/typings/packages/customer-details/src/models/index.d.ts +2 -2
- package/typings/packages/customer-details/src/providers/GlobalStateProvider.d.ts +6 -6
- package/typings/packages/customer-details/src/settings.d.ts +2 -2
- package/typings/packages/customer-details/src/types.d.ts +5 -5
- package/typings/packages/data-access/index.d.ts +1 -1
- package/typings/packages/data-access/src/DataAccess.d.ts +627 -627
- package/typings/packages/data-access/src/DataAccessContext.d.ts +5 -5
- package/typings/packages/data-access/src/constants.d.ts +1 -1
- package/typings/packages/data-access/src/index.d.ts +5 -5
- package/typings/packages/data-access/src/types/address.d.ts +8 -8
- package/typings/packages/data-access/src/types/addressDetails.d.ts +4 -4
- package/typings/packages/data-access/src/types/componentAllocation.d.ts +37 -37
- package/typings/packages/data-access/src/types/customField.d.ts +9 -9
- package/typings/packages/data-access/src/types/customerDetails.d.ts +15 -15
- package/typings/packages/data-access/src/types/gatewayConfig.d.ts +13 -13
- package/typings/packages/data-access/src/types/index.d.ts +20 -20
- package/typings/packages/data-access/src/types/invoicesList.d.ts +39 -39
- package/typings/packages/data-access/src/types/paymentProfiles.d.ts +35 -35
- package/typings/packages/data-access/src/types/product.d.ts +9 -9
- package/typings/packages/data-access/src/types/productFamily.d.ts +4 -4
- package/typings/packages/data-access/src/types/subscription.d.ts +57 -57
- package/typings/packages/data-access/src/types/subscriptionComponent.d.ts +32 -32
- package/typings/packages/data-access/src/types/subscriptionPaymentProfile.d.ts +7 -7
- package/typings/packages/data-access/src/utils/index.d.ts +3 -3
- package/typings/packages/data-access/src/utils/prepareQueryParams.d.ts +1 -1
- package/typings/packages/data-access/src/utils/requestHandler.d.ts +2 -2
- package/typings/packages/device-provider/index.d.ts +1 -1
- package/typings/packages/device-provider/src/components/DeviceProvider/DeviceProvider.d.ts +8 -8
- package/typings/packages/device-provider/src/components/DeviceProvider/index.d.ts +2 -2
- package/typings/packages/device-provider/src/components/index.d.ts +2 -2
- package/typings/packages/device-provider/src/contexts/DeviceContext.d.ts +5 -5
- package/typings/packages/device-provider/src/contexts/index.d.ts +2 -2
- package/typings/packages/device-provider/src/hooks/index.d.ts +2 -2
- package/typings/packages/device-provider/src/hooks/useDeviceInfo.d.ts +3 -3
- package/typings/packages/device-provider/src/index.d.ts +6 -6
- package/typings/packages/device-provider/src/types.d.ts +1 -1
- package/typings/packages/embeddable-component/index.d.ts +1 -1
- package/typings/packages/embeddable-component/src/ComponentLoader/ComponentLoader.d.ts +8 -8
- package/typings/packages/embeddable-component/src/ComponentLoader/index.d.ts +2 -2
- package/typings/packages/embeddable-component/src/EmbeddableComponent/EmbeddableComponent.d.ts +24 -24
- package/typings/packages/embeddable-component/src/EmbeddableComponent/index.d.ts +3 -3
- package/typings/packages/embeddable-component/src/SessionGuard/SessionGuard.d.ts +11 -11
- package/typings/packages/embeddable-component/src/SessionGuard/index.d.ts +4 -4
- package/typings/packages/embeddable-component/src/index.d.ts +3 -3
- package/typings/packages/embeddable-component/src/types.d.ts +3 -3
- package/typings/packages/formatters/index.d.ts +1 -1
- package/typings/packages/formatters/src/constants.d.ts +1 -1
- package/typings/packages/formatters/src/formatBillingInterval.d.ts +3 -3
- package/typings/packages/formatters/src/formatCurrency.d.ts +31 -31
- package/typings/packages/formatters/src/formatDate.d.ts +2 -2
- package/typings/packages/formatters/src/index.d.ts +8 -8
- package/typings/packages/formatters/src/keysToSnakeCase.d.ts +2 -2
- package/typings/packages/formatters/src/manipulateDate.d.ts +6 -6
- package/typings/packages/icons/index.d.ts +1 -1
- package/typings/packages/icons/src/Icon.d.ts +3 -4
- package/typings/packages/icons/src/Icon.styles.d.ts +4 -4
- package/typings/packages/icons/src/constants.d.ts +1 -1
- package/typings/packages/icons/src/index.d.ts +4 -4
- package/typings/packages/icons/src/types.d.ts +8 -8
- package/typings/packages/icons/src/utils.d.ts +2 -2
- package/typings/packages/logger/index.d.ts +1 -1
- package/typings/packages/logger/src/index.d.ts +4 -4
- package/typings/packages/logger/src/logger.d.ts +3 -3
- package/typings/packages/payments-sdk/index.d.ts +1 -1
- package/typings/packages/payments-sdk/src/components/CardExpiration/CardExpiration.d.ts +8 -8
- package/typings/packages/payments-sdk/src/components/CardExpiration/CardExpiration.styles.d.ts +3 -3
- package/typings/packages/payments-sdk/src/components/CardExpiration/constants.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CardExpiration/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CardNumber/CardNumber.d.ts +7 -7
- package/typings/packages/payments-sdk/src/components/CardNumber/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CreditCard/CreditCard.d.ts +11 -12
- package/typings/packages/payments-sdk/src/components/CreditCard/CreditCard.styles.d.ts +8 -8
- package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/FourDigit.d.ts +2 -3
- package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CreditCard/components/ThreeDigit/ThreeDigit.d.ts +2 -3
- package/typings/packages/payments-sdk/src/components/CreditCard/components/ThreeDigit/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/TooltipContent.d.ts +6 -7
- package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/TooltipContent.styles.d.ts +3 -3
- package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/types.d.ts +4 -4
- package/typings/packages/payments-sdk/src/components/CreditCard/components/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CreditCard/index.d.ts +4 -4
- package/typings/packages/payments-sdk/src/components/CreditCard/types.d.ts +8 -8
- package/typings/packages/payments-sdk/src/components/HostedField/HostedField.d.ts +11 -11
- package/typings/packages/payments-sdk/src/components/HostedField/HostedField.styles.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/HostedField/index.d.ts +4 -4
- package/typings/packages/payments-sdk/src/components/InputSocket/InputSocket.d.ts +8 -8
- package/typings/packages/payments-sdk/src/components/InputSocket/InputSocket.styles.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/InputSocket/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/PaymentProfileSkeleton/PaymentProfileSkeleton.d.ts +2 -3
- package/typings/packages/payments-sdk/src/components/PaymentProfileSkeleton/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/SecurityCode/SecurityCode.d.ts +7 -7
- package/typings/packages/payments-sdk/src/components/SecurityCode/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/index.d.ts +8 -8
- package/typings/packages/payments-sdk/src/constants.d.ts +2 -2
- package/typings/packages/payments-sdk/src/containers/PaymentsContainer/PaymentsContainer.d.ts +7 -7
- package/typings/packages/payments-sdk/src/containers/PaymentsContainer/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/containers/PaymentsContainer/utils/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/containers/PaymentsContainer/utils/waitForGlobalVariable.d.ts +1 -1
- package/typings/packages/payments-sdk/src/containers/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/contexts/PaymentsContext.d.ts +6 -6
- package/typings/packages/payments-sdk/src/contexts/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/forms/CreditCard/CreditCard.d.ts +20 -21
- package/typings/packages/payments-sdk/src/forms/CreditCard/index.d.ts +6 -6
- package/typings/packages/payments-sdk/src/forms/CreditCard/translations.d.ts +2 -2
- package/typings/packages/payments-sdk/src/forms/CreditCard/types.d.ts +29 -29
- package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createFieldsConfig.d.ts +10 -10
- package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createFieldsStyles.d.ts +75 -75
- package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createValidationSchema.d.ts +9 -9
- package/typings/packages/payments-sdk/src/forms/CreditCard/utils/index.d.ts +5 -5
- package/typings/packages/payments-sdk/src/forms/CreditCard/utils/mapDetectedCreditCardType.d.ts +3 -3
- package/typings/packages/payments-sdk/src/forms/PaymentProfile/PaymentProfile.d.ts +29 -30
- package/typings/packages/payments-sdk/src/forms/PaymentProfile/constants.d.ts +2 -2
- package/typings/packages/payments-sdk/src/forms/PaymentProfile/index.d.ts +2 -2
- package/typings/packages/payments-sdk/src/forms/index.d.ts +5 -5
- package/typings/packages/payments-sdk/src/hooks/index.d.ts +3 -3
- package/typings/packages/payments-sdk/src/hooks/usePaymentProfileTranslations.d.ts +6 -6
- package/typings/packages/payments-sdk/src/hooks/usePaymentsForm.d.ts +1 -1
- package/typings/packages/payments-sdk/src/index.d.ts +6 -6
- package/typings/packages/payments-sdk/src/types.d.ts +29 -29
- package/typings/packages/session-manager/index.d.ts +1 -1
- package/typings/packages/session-manager/src/SessionManager/SessionManager.d.ts +31 -31
- package/typings/packages/session-manager/src/SessionManager/index.d.ts +4 -4
- package/typings/packages/session-manager/src/SessionManager/types.d.ts +14 -14
- package/typings/packages/session-manager/src/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/index.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/App.d.ts +3 -4
- package/typings/packages/subscriptions-manager/src/SubscriptionsManager.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/components/ComponentGroup/ComponentGroup.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/components/ComponentGroup/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/ComponentsAllocationEdit.d.ts +11 -12
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/ComponentsAllocationEdit.styles.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/ComponentsAllocationEditSkeleton/ComponentsAllocationEditSkeleton.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/ComponentsAllocationEditSkeleton/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/ComponentsAllocationPreview.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/components/AllocationsTable/AllocationsTable.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/components/AllocationsTable/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/getAllocationSummaryPaymentMessage.d.ts +17 -17
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/index.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapAllocationsToTable.d.ts +12 -12
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapChargeSummaryToTable.d.ts +10 -10
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/sortComponentAllocations.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/ComponentsPreview.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/ComponentsPreview.styles.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/ComponentsPreviewRow.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/ComponentsPreviewRow.styles.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/types.d.ts +10 -10
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createComponentsPreviewRow.d.ts +12 -12
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createOnOffRow.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createQuantityRow.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/renderPrice.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.d.ts +11 -11
- package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.styles.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ContentLoader/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/CouponsList/CouponsList.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/components/CouponsList/CouponsList.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/CouponsList/components/CouponListItem.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/components/CouponsList/components/index.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +10 -10
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsForm/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/CustomFieldsPreview.d.ts +10 -11
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/CustomFieldsLoadingSkeleton/CustomFieldsLoadingSkeleton.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/CustomFieldsLoadingSkeleton/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/DetailsRow/DetailsRow.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/components/DetailsRow/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/PaymentProfiles.d.ts +15 -16
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/PaymentProfiles.styles.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/PaymentsProfilesHeader.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/PaymentsProfilesHeader.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesSkeletonLoader/PaymentProfilesSkeletonLoader.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesSkeletonLoader/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/utils.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/PaymentProfilesReplace.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/PaymentProfilesReplace.styles.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/ExpiredStatus.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/ExpitredStatus.d.ts +5 -6
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/PaymentProfileItem.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/PaymentProfileItem.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/Label.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/Label.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/helpers.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/index.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/PaymentProfilesReplace.styles.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/PaymentProfilesReplaceAlerts.d.ts +19 -20
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PlanChangeAlerts/PlanChangeAlerts.d.ts +10 -11
- package/typings/packages/subscriptions-manager/src/components/PlanChangeAlerts/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/PlanChangeSummary.d.ts +13 -14
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/NonProratedColumns.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/ProratedColumns.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/PlanChangeSummaryCharges.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/utils/mapChargeSummaryToTable.d.ts +12 -12
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/PlanRadio.d.ts +12 -13
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/PlanRadio.styles.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Price/Price.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Price/Price.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Status/Status.d.ts +5 -6
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Status/Status.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/RadioOptions/RadioOptions.styles.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/RadioOptions/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ShowMore/ShowMore.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/components/ShowMore/ShowMore.styles.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ShowMore/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/Subscription/Subscription.d.ts +35 -36
- package/typings/packages/subscriptions-manager/src/components/Subscription/Subscription.styles.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/components/Subscription/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/components/Subscription/motion.d.ts +14 -14
- package/typings/packages/subscriptions-manager/src/components/Subscription/types.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/SubscriptionComponents.d.ts +16 -17
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/ComponentLoadingSkeleton/ComponentLoadingSkeleton.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/ComponentLoadingSkeleton/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/types.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/SubscriptionDetails.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Active/Active.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Active/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Canceled/Canceled.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Canceled/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/CancellationScheduled/CancellationScheduled.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/CancellationScheduled/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/DetailRow.d.ts +20 -21
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/DetailRow.styles.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Expired/Expired.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Expired/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Notification/Notification.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Notification/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/OnHold/OnHold.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/OnHold/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PastDue/PastDue.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PastDue/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PlanChangeScheduled/PlanChangeScheduled.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PlanChangeScheduled/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Trial/Trial.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Trial/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/TrialExpired/TrialExpired.d.ts +5 -6
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/TrialExpired/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Unpaid/Unpaid.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Unpaid/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/index.d.ts +12 -12
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/SubscriptionManagerLoader.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionReferalCode/SubscriptionReferalCode.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/components/SubscriptionReferalCode/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/Summary/Summary.styles.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/Summary/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/TotalCharge/TotalCharge.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/TotalCharge/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/index.d.ts +15 -15
- package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/BilingDetailsContainer.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/BilingDetailsContainer.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/ChangePlan.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/ChangePlanContainer.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/ComponentContainer.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/ComponentsAllocationContainer.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/ComponentsContainer.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/ComponentsContainer.styles.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/CouponsContainer.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/utils.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/CreatePaymentProfileContainer.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/CreatePaymentProfileErrorContainer.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/types.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/containers/CustomFieldsContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/ModalsContainer.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/PaymentProfileContainer.d.ts +13 -13
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/constants.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/utils.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/PaymentProfilesContainer.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/fixture.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/PreviewProductMigrationContainer.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/ReplacePaymentProfilesContainer.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/SubscriptionContainer.d.ts +12 -13
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/constants.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/index.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/useSubscriptionAvailableActions.d.ts +11 -11
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/useSubscriptionIsActive.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/SubscriptionsContainer.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/SubscriptionsContainer.styles.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/index.d.ts +14 -14
- package/typings/packages/subscriptions-manager/src/contexts/ComponentsContext.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/contexts/ConfigContext.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/contexts/GlobalStateContext.d.ts +8 -8
- package/typings/packages/subscriptions-manager/src/contexts/PaymentProfilesContext.d.ts +8 -8
- package/typings/packages/subscriptions-manager/src/contexts/index.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/handlers/constants.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/handlers/gatewayConfig.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/handlers/index.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/handlers/paymentProfiles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/handlers/product.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/handlers/subscription.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/hooks/index.d.ts +21 -21
- package/typings/packages/subscriptions-manager/src/hooks/useAddonsConfigurationService.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/hooks/useAvailablePaymentMethods.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/hooks/useCancelSubscriptionService.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/hooks/useChangePaymentProfile.d.ts +11 -11
- package/typings/packages/subscriptions-manager/src/hooks/useChangePlan.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/hooks/useComponentSettings.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useCoupons.d.ts +9 -9
- package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/serializeErrors.d.ts +11 -11
- package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/useCreatePaymentProfile.d.ts +22 -22
- package/typings/packages/subscriptions-manager/src/hooks/useDataAccess.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/hooks/useDeletePaymentProfile.d.ts +9 -9
- package/typings/packages/subscriptions-manager/src/hooks/useFormatSubscriptionDetails.d.ts +24 -24
- package/typings/packages/subscriptions-manager/src/hooks/usePauseSubscriptionService.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/hooks/usePaymentProfileAvailableActions/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/hooks/usePaymentProfileAvailableActions/usePaymentProfileAvailableActions.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/hooks/useReactivateSubscription.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/hooks/useResumeSubscriptionService.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/hooks/useServices.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/constants.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/useSortPaymentProfiles.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/hooks/useSubscriptionStatus.d.ts +8 -8
- package/typings/packages/subscriptions-manager/src/hooks/useThreeDs.d.ts +10 -10
- package/typings/packages/subscriptions-manager/src/hooks/useUndoCancelationService.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/actions.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/index.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/machine.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/selectors.d.ts +42 -42
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/serialize.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/types.d.ts +97 -97
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/utils/getPriceRange.d.ts +8 -8
- package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/cancelSubscription.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/selectors.d.ts +25 -25
- package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/types.d.ts +31 -31
- package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/changePaymentProfile.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/selectors.d.ts +21 -21
- package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/types.d.ts +16 -16
- package/typings/packages/subscriptions-manager/src/machines/changePlan/changePlan.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/changePlan/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/changePlan/selectors.d.ts +33 -31
- package/typings/packages/subscriptions-manager/src/machines/changePlan/types.d.ts +48 -46
- package/typings/packages/subscriptions-manager/src/machines/component/component.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/component/index.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/component/selectors.d.ts +10 -10
- package/typings/packages/subscriptions-manager/src/machines/component/types.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/components/components.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/components/index.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUpdatesAllowed.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUsedInBilling.d.ts +12 -12
- package/typings/packages/subscriptions-manager/src/machines/components/selectors.d.ts +33 -33
- package/typings/packages/subscriptions-manager/src/machines/components/types.d.ts +16 -16
- package/typings/packages/subscriptions-manager/src/machines/components/utils/checkIfComponentIsUsedForBilling.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/components/utils/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/coupons/coupons.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/coupons/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/coupons/selectors.d.ts +12 -12
- package/typings/packages/subscriptions-manager/src/machines/coupons/types.d.ts +33 -33
- package/typings/packages/subscriptions-manager/src/machines/coupons/utils.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/actions.d.ts +16 -16
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/createPaymentProfile.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/index.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/selectors.d.ts +215 -215
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/serializers.d.ts +48 -48
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/types.d.ts +86 -86
- package/typings/packages/subscriptions-manager/src/machines/customFields/customFields.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/customFields/selectors.d.ts +27 -27
- package/typings/packages/subscriptions-manager/src/machines/customFields/types.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/deletePaymentProfile.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/index.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/selectors.d.ts +23 -23
- package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/types.d.ts +15 -15
- package/typings/packages/subscriptions-manager/src/machines/index.d.ts +16 -16
- package/typings/packages/subscriptions-manager/src/machines/modals/index.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/modals/modals.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/modals/selectors.d.ts +207 -207
- package/typings/packages/subscriptions-manager/src/machines/modals/types.d.ts +132 -132
- package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/pauseSubscription.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/selectors.d.ts +25 -25
- package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/types.d.ts +29 -29
- package/typings/packages/subscriptions-manager/src/machines/paymentGateway/index.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/paymentGateway/paymentGateway.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/machines/paymentGateway/selectors.d.ts +39 -39
- package/typings/packages/subscriptions-manager/src/machines/paymentGateway/types.d.ts +22 -22
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/actions.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/paymentProfiles.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/selectors.d.ts +19 -19
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/serializers.d.ts +12 -12
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/types.d.ts +30 -30
- package/typings/packages/subscriptions-manager/src/machines/productCatalog/actions.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/productCatalog/index.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/productCatalog/productCatalog.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/machines/productCatalog/selectors.d.ts +23 -23
- package/typings/packages/subscriptions-manager/src/machines/productCatalog/types.d.ts +20 -20
- package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/reactivateSubscription.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/selectors.d.ts +31 -31
- package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/types.d.ts +23 -23
- package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/resumeSubscription.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/selectors.d.ts +25 -25
- package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/types.d.ts +33 -33
- package/typings/packages/subscriptions-manager/src/machines/subscription/index.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/subscription/selectors.d.ts +63 -63
- package/typings/packages/subscriptions-manager/src/machines/subscription/subscription.d.ts +12 -12
- package/typings/packages/subscriptions-manager/src/machines/subscription/types.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/actions.d.ts +135 -135
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/constants.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/index.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/selectors.d.ts +107 -107
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/serializers.d.ts +16 -16
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/subscriptions.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/types.d.ts +49 -49
- package/typings/packages/subscriptions-manager/src/machines/threeDs/index.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/machines/threeDs/threeDs.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/threeDs/types.d.ts +8 -8
- package/typings/packages/subscriptions-manager/src/machines/undoCancelation/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/undoCancelation/selectors.d.ts +25 -25
- package/typings/packages/subscriptions-manager/src/machines/undoCancelation/types.d.ts +15 -15
- package/typings/packages/subscriptions-manager/src/machines/undoCancelation/undoCancelation.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/mocks/allocation.d.ts +36 -36
- package/typings/packages/subscriptions-manager/src/mocks/components.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/mocks/customFields.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/mocks/gatewayConfig.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/mocks/index.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/mocks/paymentProfiles.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/mocks/products.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/mocks/subscriptions.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/AddCoupon.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/Content.d.ts +12 -13
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/components/CouponSummary.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/components/index.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/utils.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/CancelSubscription.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/ChurnReasonCodes.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/ChurnReasonCodes.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/Content.d.ts +11 -12
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/Content.styles.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Form/Form.d.ts +14 -14
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Form/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/index.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/constants.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/useCancelAvailableOptions.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/useCancelForm.d.ts +11 -11
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/cancelForm.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/types.d.ts +20 -20
- package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/ChangePaymentMethod.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/Content/Content.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/ChangeSubscriptionPlan.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/Content.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.d.ts +6 -2
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/ComponentsAllocation.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/Content/Content.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/CreatePaymentProfile.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/Content.d.ts +12 -13
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/constants.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/Content.d.ts +7 -8
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/constants.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/DeletePaymentMethod.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/ErrorList.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/ErrorList.styles.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/PauseSubscription.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/Content/Content.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/BillingAddress/BillingAddress.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/BillingAddress/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/Content/Content.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/DetailsRow.d.ts +6 -7
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/PreviewPaymentMethod.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/ReactivateSubscription.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/Content/Content.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/ResumeSubscription.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/Content.d.ts +9 -10
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/utils.d.ts +10 -10
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/ThreeDsConfirmation.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/Content/Content.d.ts +10 -11
- package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/UndoCancelation.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/Content/Content.d.ts +8 -9
- package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/Content/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/index.d.ts +14 -14
- package/typings/packages/subscriptions-manager/src/modals/setupTest/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/setupTest/modalTestRenderer.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/models/component/component.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/models/component/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/models/component/types.d.ts +66 -66
- package/typings/packages/subscriptions-manager/src/models/index.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/models/paymentProfile/index.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/models/paymentProfile/types.d.ts +43 -43
- package/typings/packages/subscriptions-manager/src/models/subscription/constants.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/models/subscription/index.d.ts +8 -8
- package/typings/packages/subscriptions-manager/src/models/subscription/serialize.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/models/subscription/subscription.d.ts +10 -10
- package/typings/packages/subscriptions-manager/src/models/subscription/types.d.ts +86 -86
- package/typings/packages/subscriptions-manager/src/pages/ComponentsAllocation/ComponentsAllocation.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/pages/ComponentsAllocation/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/CustomFields/CustomFields.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/pages/CustomFields/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/PaymentProfiles/PaymentProfiles.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/pages/PaymentProfiles/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/Subscription/Subscription.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/pages/Subscription/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/SubscriptionsList.d.ts +2 -3
- package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/index.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/useProductCatalog.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/useSubscriptions.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/index.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/providers/PaymentProfilesProvider.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/providers/StateProvider.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/providers/index.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/settings.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/types.d.ts +23 -23
- package/typings/packages/subscriptions-manager/src/utils/getComponentsAllocationErrorDescription.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/utils/index.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/utils/mergeComponentsWithAllocations.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/utils/sortSubscriptions.d.ts +2 -2
- package/typings/packages/toasts/index.d.ts +1 -1
- package/typings/packages/toasts/src/ToastsPlayground.d.ts +3 -3
- package/typings/packages/toasts/src/containers/ToastsContainer/ToastsContainer.d.ts +6 -6
- package/typings/packages/toasts/src/containers/ToastsContainer/ToastsContainer.styles.d.ts +3 -3
- package/typings/packages/toasts/src/containers/ToastsContainer/index.d.ts +2 -2
- package/typings/packages/toasts/src/containers/ToastsContainer/motion.d.ts +16 -16
- package/typings/packages/toasts/src/containers/index.d.ts +2 -2
- package/typings/packages/toasts/src/contexts/ToastMessagesContext.d.ts +5 -5
- package/typings/packages/toasts/src/contexts/index.d.ts +2 -2
- package/typings/packages/toasts/src/hooks/index.d.ts +2 -2
- package/typings/packages/toasts/src/hooks/useToastMessages.d.ts +1 -1
- package/typings/packages/toasts/src/index.d.ts +3 -3
- package/typings/packages/toasts/src/machines/index.d.ts +2 -2
- package/typings/packages/toasts/src/machines/toast/index.d.ts +2 -2
- package/typings/packages/toasts/src/machines/toast/toast.d.ts +8 -8
- package/typings/packages/toasts/src/machines/toast/types.d.ts +6 -6
- package/typings/packages/toasts/src/machines/toasts/constants.d.ts +1 -1
- package/typings/packages/toasts/src/machines/toasts/index.d.ts +2 -2
- package/typings/packages/toasts/src/machines/toasts/toasts.d.ts +5 -5
- package/typings/packages/toasts/src/machines/toasts/types.d.ts +23 -23
- package/typings/packages/toasts/src/types.d.ts +8 -8
- package/typings/packages/toasts/src/utils/index.d.ts +2 -2
- package/typings/packages/toasts/src/utils/setNotificationsPosition.d.ts +2 -2
- package/typings/sdk/components-sdk/src/SDK.d.ts +30 -30
- package/typings/sdk/components-sdk/src/constants.d.ts +2 -2
- package/typings/sdk/components-sdk/src/index.d.ts +2 -2
- package/typings/sdk/components-sdk/src/settings.d.ts +2 -2
- package/typings/sdk/components-sdk/src/types.d.ts +5 -5
- package/typings/sdk/components-sdk/src/utils/createComponentFactory.d.ts +9 -9
- package/dist/maxio-components.cjs.js +0 -2
- package/dist/maxio-components.cjs.js.map +0 -1
|
@@ -9410,7 +9410,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
|
|
|
9410
9410
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9411
9411
|
|
|
9412
9412
|
"use strict";
|
|
9413
|
-
eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"useChangePlan\": () => (/* binding */ useChangePlan)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var
|
|
9413
|
+
eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"useChangePlan\": () => (/* binding */ useChangePlan)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _xstate_react__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @xstate/react */ \"./node_modules/.pnpm/@xstate+react@3.0.1_csov6svwxizbqjpbal6caks7le/node_modules/@xstate/react/es/useInterpret.js\");\n/* harmony import */ var _chargify_data_access__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @chargify/data-access */ \"./packages/data-access/src/index.ts\");\n/* harmony import */ var _machines__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../machines */ \"./packages/subscriptions-manager/src/machines/index.ts\");\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../contexts */ \"./packages/subscriptions-manager/src/contexts/index.ts\");\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n\n\n\n\n\nvar useChangePlan = function useChangePlan(catalogId, subscriptionId, currentPlanId, onSuccess, _onThreeDsConfirmation) {\n var _useContext = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_chargify_data_access__WEBPACK_IMPORTED_MODULE_1__.DataAccessContext),\n dataAccess = _useContext.dataAccess;\n\n var _useContext2 = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_3__.GlobalStateContext),\n subscriptionsService = _useContext2.subscriptionsService;\n\n return (0,_xstate_react__WEBPACK_IMPORTED_MODULE_4__.useInterpret)(_machines__WEBPACK_IMPORTED_MODULE_2__.changePlan, {\n services: {\n getProducts: function getProducts() {\n return dataAccess.getProducts(catalogId);\n },\n previewProductMigration: function previewProductMigration(_ref) {\n var selectedPlan = _ref.selectedPlan;\n return dataAccess.previewProductMigration(subscriptionId, selectedPlan);\n },\n confirmProductMigration: function confirmProductMigration(_ref2) {\n var selectedPlan = _ref2.selectedPlan;\n return dataAccess.migrateProduct(subscriptionId, selectedPlan);\n }\n },\n actions: {\n onSuccess: onSuccess,\n updateSubscription: function updateSubscription(context, payload) {\n var subscription = payload.data;\n subscriptionsService.send(_objectSpread({\n type: 'UPDATE_SUBSCRIPTION',\n catalogId: catalogId,\n subscriptionId: subscriptionId\n }, subscription));\n },\n onThreeDsConfirmation: function onThreeDsConfirmation(c) {\n return _onThreeDsConfirmation(c.threeDsActionLink);\n }\n },\n context: {\n selectedPlan: currentPlanId\n }\n });\n};\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/hooks/useChangePlan.ts?");
|
|
9414
9414
|
|
|
9415
9415
|
/***/ }),
|
|
9416
9416
|
|
|
@@ -9784,7 +9784,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
|
|
|
9784
9784
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9785
9785
|
|
|
9786
9786
|
"use strict";
|
|
9787
|
-
eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"changePlan\": () => (/* binding */ changePlan)\n/* harmony export */ });\n/* harmony import */ var xstate__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! xstate */ \"./node_modules/.pnpm/xstate@4.33.6/node_modules/xstate/es/Machine.js\");\n/* harmony import */ var xstate__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! xstate */ \"./node_modules/.pnpm/xstate@4.33.6/node_modules/xstate/es/index.js\");\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n\nvar initialContext = {\n products: null,\n selectedPlan: null,\n changePlanPreview: null,\n threeDsActionLink: null\n};\nvar changePlan = (0,xstate__WEBPACK_IMPORTED_MODULE_0__.createMachine)({\n id: 'changePlan',\n predictableActionArguments: true,\n initial: 'configurePlanStep',\n context: _objectSpread({}, initialContext),\n states: {\n configurePlanStep: {\n id: 'configurePlanStep',\n initial: 'idle',\n states: {\n idle: {\n on: {\n GET_PRODUCTS: 'getProducts'\n }\n },\n getProducts: {\n invoke: {\n src: 'getProducts',\n onDone: {\n actions: function actions(ctx, event) {\n return ctx.products = event.data.items;\n },\n target: 'ready'\n },\n onError: {\n target: 'error'\n }\n }\n },\n ready: {\n on: {\n SELECT_PLAN: {\n actions: (0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function (context, event) {\n return {\n selectedPlan: event.planId\n };\n })\n },\n GET_PREVIEW_PRODUCT_MIGRATION: 'getPreviewProductMigration'\n }\n },\n getPreviewProductMigration: {\n invoke: {\n src: 'previewProductMigration',\n onDone: {\n actions: function actions(ctx, event) {\n return ctx.changePlanPreview = event.data;\n },\n target: '#previewProductMigrationStep'\n },\n onError: {\n target: 'error'\n }\n }\n },\n error: {}\n }\n },\n previewProductMigrationStep: {\n id: 'previewProductMigrationStep',\n initial: 'idle',\n states: {\n idle: {\n on: {\n CONFIRM_CHANGE_PLAN: 'confirmProductMigration',\n GO_BACK: '#configurePlanStep.ready'\n }\n },\n confirmProductMigration: {\n invoke: {\n src: 'confirmProductMigration',\n onDone: {\n actions: ['updateSubscription', 'onSuccess'],\n target: 'success'\n },\n onError: [{\n target: 'threeDsConfirmation',\n actions: [(0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function (context, event) {\n return {\n threeDsActionLink: event.data.threeDsActionLink\n };\n }), 'onThreeDsConfirmation'],\n cond: function cond(c, e) {\n return e.data.threeDsActionLink;\n }\n }, {\n target: 'error'\n }]\n }\n },\n success: {\n type: 'final'\n },\n error: {\n type: 'final'\n },\n threeDsConfirmation: {\n type: 'final'\n }\n }\n }\n }\n});\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/machines/changePlan/changePlan.ts?");
|
|
9787
|
+
eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"changePlan\": () => (/* binding */ changePlan)\n/* harmony export */ });\n/* harmony import */ var xstate__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! xstate */ \"./node_modules/.pnpm/xstate@4.33.6/node_modules/xstate/es/Machine.js\");\n/* harmony import */ var xstate__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! xstate */ \"./node_modules/.pnpm/xstate@4.33.6/node_modules/xstate/es/index.js\");\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n\nvar initialContext = {\n products: null,\n selectedPlan: null,\n changePlanPreview: null,\n threeDsActionLink: null,\n error: null\n};\nvar changePlan = (0,xstate__WEBPACK_IMPORTED_MODULE_0__.createMachine)({\n id: 'changePlan',\n predictableActionArguments: true,\n initial: 'configurePlanStep',\n context: _objectSpread({}, initialContext),\n states: {\n configurePlanStep: {\n id: 'configurePlanStep',\n initial: 'idle',\n states: {\n idle: {\n on: {\n GET_PRODUCTS: 'getProducts'\n }\n },\n getProducts: {\n invoke: {\n src: 'getProducts',\n onDone: {\n actions: function actions(ctx, event) {\n return ctx.products = event.data.items;\n },\n target: 'ready'\n },\n onError: {\n target: 'error'\n }\n }\n },\n ready: {\n on: {\n SELECT_PLAN: {\n actions: (0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function (context, event) {\n return {\n selectedPlan: event.planId\n };\n })\n },\n GET_PREVIEW_PRODUCT_MIGRATION: 'getPreviewProductMigration'\n }\n },\n getPreviewProductMigration: {\n invoke: {\n src: 'previewProductMigration',\n onDone: {\n actions: function actions(ctx, event) {\n return ctx.changePlanPreview = event.data;\n },\n target: '#previewProductMigrationStep'\n },\n onError: {\n target: 'error'\n }\n }\n },\n error: {}\n }\n },\n previewProductMigrationStep: {\n id: 'previewProductMigrationStep',\n initial: 'idle',\n states: {\n idle: {\n on: {\n CONFIRM_CHANGE_PLAN: 'confirmProductMigration',\n GO_BACK: '#configurePlanStep.ready'\n }\n },\n confirmProductMigration: {\n invoke: {\n src: 'confirmProductMigration',\n onDone: {\n actions: ['updateSubscription', 'onSuccess'],\n target: 'success'\n },\n onError: [{\n target: 'threeDsConfirmation',\n actions: [(0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function (context, event) {\n return {\n threeDsActionLink: event.data.threeDsActionLink,\n error: event.data.errorCode\n };\n }), 'onThreeDsConfirmation'],\n cond: function cond(c, e) {\n return e.data.threeDsActionLink && e.data.errorCode === '3DSecureAuthentication';\n }\n }, {\n target: 'error',\n actions: (0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function (context, event) {\n return {\n error: event.data.errorCode\n };\n }),\n cond: function cond(c, e) {\n return e.data.errorCode === 'CardDeclined';\n }\n }, {\n target: 'error',\n actions: (0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function () {\n return {\n error: 'Generic'\n };\n })\n }]\n }\n },\n success: {\n type: 'final'\n },\n error: {\n type: 'final'\n },\n threeDsConfirmation: {\n type: 'final'\n }\n }\n }\n }\n});\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/machines/changePlan/changePlan.ts?");
|
|
9788
9788
|
|
|
9789
9789
|
/***/ }),
|
|
9790
9790
|
|
|
@@ -9806,7 +9806,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
|
|
|
9806
9806
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9807
9807
|
|
|
9808
9808
|
"use strict";
|
|
9809
|
-
eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"changePlanSelectors\": () => (/* binding */ changePlanSelectors)\n/* harmony export */ });\n/* unused harmony exports getChangePlanStatus, getProducts, getSelectedPlan, getChangePlanPreview */\nvar getChangePlanStatus = function getChangePlanStatus(machineState) {\n return {\n configurePlanStep: machineState.matches('configurePlanStep'),\n configurePlanStepLoading: machineState.matches('configurePlanStep.getProducts'),\n previewPlanStep: machineState.matches('previewProductMigrationStep'),\n previewPlanLoading: machineState.matches('configurePlanStep.getPreviewProductMigration'),\n updatePlanLoading: machineState.matches('previewProductMigrationStep.confirmProductMigration'),\n updateSuccess: machineState.matches('previewProductMigrationStep.success'),\n isError: machineState.matches('configurePlanStep.error') || machineState.matches('previewProductMigrationStep.error')\n };\n};\nvar getProducts = function getProducts(machineState) {\n return machineState.context.products;\n};\nvar getSelectedPlan = function getSelectedPlan(machineState) {\n return machineState.context.selectedPlan;\n};\nvar getChangePlanPreview = function getChangePlanPreview(machineState) {\n return machineState.context.changePlanPreview;\n};\nvar changePlanSelectors = {\n getChangePlanPreview: getChangePlanPreview,\n getProducts: getProducts,\n getSelectedPlan: getSelectedPlan,\n getChangePlanStatus: getChangePlanStatus\n};\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/machines/changePlan/selectors.ts?");
|
|
9809
|
+
eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"changePlanSelectors\": () => (/* binding */ changePlanSelectors)\n/* harmony export */ });\n/* unused harmony exports getChangePlanStatus, getError, getProducts, getSelectedPlan, getChangePlanPreview */\nvar getChangePlanStatus = function getChangePlanStatus(machineState) {\n return {\n configurePlanStep: machineState.matches('configurePlanStep'),\n configurePlanStepLoading: machineState.matches('configurePlanStep.getProducts'),\n previewPlanStep: machineState.matches('previewProductMigrationStep'),\n previewPlanLoading: machineState.matches('configurePlanStep.getPreviewProductMigration'),\n updatePlanLoading: machineState.matches('previewProductMigrationStep.confirmProductMigration'),\n updateSuccess: machineState.matches('previewProductMigrationStep.success'),\n isError: machineState.matches('configurePlanStep.error') || machineState.matches('previewProductMigrationStep.error')\n };\n};\nvar getError = function getError(machineState) {\n return machineState.context.error;\n};\nvar getProducts = function getProducts(machineState) {\n return machineState.context.products;\n};\nvar getSelectedPlan = function getSelectedPlan(machineState) {\n return machineState.context.selectedPlan;\n};\nvar getChangePlanPreview = function getChangePlanPreview(machineState) {\n return machineState.context.changePlanPreview;\n};\nvar changePlanSelectors = {\n getError: getError,\n getChangePlanPreview: getChangePlanPreview,\n getProducts: getProducts,\n getSelectedPlan: getSelectedPlan,\n getChangePlanStatus: getChangePlanStatus\n};\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/machines/changePlan/selectors.ts?");
|
|
9810
9810
|
|
|
9811
9811
|
/***/ }),
|
|
9812
9812
|
|
|
@@ -10840,7 +10840,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
|
|
|
10840
10840
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10841
10841
|
|
|
10842
10842
|
"use strict";
|
|
10843
|
-
eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! react-i18next */ \"./node_modules/.pnpm/react-i18next@11.18.6_4sidbwfhen5r7txudrvpua6nty/node_modules/react-i18next/dist/es/useTranslation.js\");\n/* harmony import */ var _xstate_react__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @xstate/react */ \"./node_modules/.pnpm/@xstate+react@3.0.1_csov6svwxizbqjpbal6caks7le/node_modules/@xstate/react/es/useSelector.js\");\n/* harmony import */ var _chargify_toasts__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @chargify/toasts */ \"./packages/toasts/src/index.ts\");\n/* harmony import */ var _chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @chargify/custom-ui-components */ \"./packages/custom-ui-components/src/index.ts\");\n/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../hooks */ \"./packages/subscriptions-manager/src/hooks/index.ts\");\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../contexts */ \"./packages/subscriptions-manager/src/contexts/index.ts\");\n/* harmony import */ var _machines__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../machines */ \"./packages/subscriptions-manager/src/machines/index.ts\");\n/* harmony import */ var _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../machines/changePlan */ \"./packages/subscriptions-manager/src/machines/changePlan/index.ts\");\n/* harmony import */ var _containers_ChangePlanContainer__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../../containers/ChangePlanContainer */ \"./packages/subscriptions-manager/src/containers/ChangePlanContainer/index.ts\");\n/* harmony import */ var _containers_PreviewProductMigrationContainer__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../../containers/PreviewProductMigrationContainer */ \"./packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/index.ts\");\n/* harmony import */ var _components_ErrorAlert__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./components/ErrorAlert */ \"./packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.tsx\");\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar Content = function Content(_ref) {\n var onClose = _ref.onClose,\n catalogId = _ref.catalogId,\n subscriptionId = _ref.subscriptionId,\n displayMode = _ref.displayMode,\n onProcessingUpdate = _ref.onProcessingUpdate;\n var toastService = (0,_chargify_toasts__WEBPACK_IMPORTED_MODULE_1__.useToastMessages)();\n\n var _useTranslation = (0,react_i18next__WEBPACK_IMPORTED_MODULE_10__.useTranslation)(['subscriptions-manager']),\n t = _useTranslation.t;\n\n var _useContext = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_4__.GlobalStateContext),\n subscriptionsService = _useContext.subscriptionsService;\n\n var _useServices = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useServices)(),\n modalsService = _useServices.modalsService;\n\n var _useSelector = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(subscriptionsService, _machines__WEBPACK_IMPORTED_MODULE_5__.subscriptionsSelectors.getSubscriptionById(catalogId, subscriptionId)),\n subscription = _useSelector.subscription;\n\n var showToast = function showToast() {\n toastService.show({\n level: 'success',\n message: t('plan_change.success_plan_change')\n });\n };\n\n var onPlanChangeSuccess = function onPlanChangeSuccess() {\n onClose(true);\n showToast();\n };\n\n var onThreeDsConfirmation = function onThreeDsConfirmation(threeDsActionLink) {\n onClose(true);\n modalsService.send({\n type: 'SHOW_THREE_D_SECURE',\n catalogId: catalogId,\n subscriptionId: subscriptionId,\n threeDsActionLink: threeDsActionLink,\n onSuccess: function onSuccess() {\n showToast();\n }\n });\n };\n\n var changePlanService = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useChangePlan)(catalogId, subscriptionId, subscription.product.id, onPlanChangeSuccess, onThreeDsConfirmation);\n var currentPlanId = subscription.product.id;\n\n var _useSelector2 = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(changePlanService, _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__.changePlanSelectors.getChangePlanStatus),\n configurePlanStep = _useSelector2.configurePlanStep,\n previewPlanStep = _useSelector2.previewPlanStep,\n configurePlanStepLoading = _useSelector2.configurePlanStepLoading,\n updatePlanLoading = _useSelector2.updatePlanLoading,\n previewPlanLoading = _useSelector2.previewPlanLoading,\n isError = _useSelector2.isError;\n\n var selectedPlan = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(changePlanService, _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__.changePlanSelectors.getSelectedPlan);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n changePlanService.send({\n type: 'GET_PRODUCTS'\n });\n }, []);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n onProcessingUpdate(updatePlanLoading);\n }, [updatePlanLoading, onProcessingUpdate]);\n var modalTitle = configurePlanStep ? t('plan_change.change_plan') : t('plan_change.summary_title');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card, {\n border: displayMode === 'layer' ? 'sharp' : 'rounded'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Header, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Modal.Title, {\n onClose: onClose,\n title: modalTitle\n })), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Body, null, isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_components_ErrorAlert__WEBPACK_IMPORTED_MODULE_9__.ErrorAlert, null) : /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), null, configurePlanStepLoading ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.SkeletonLoader, {\n height: 400\n }) : null, configurePlanStep ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_containers_ChangePlanContainer__WEBPACK_IMPORTED_MODULE_7__[\"default\"], {\n changePlanService: changePlanService,\n currency: subscription.currency,\n currentPlanId: currentPlanId\n }) : null, previewPlanStep ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_containers_PreviewProductMigrationContainer__WEBPACK_IMPORTED_MODULE_8__[\"default\"], {\n currentProductName: subscription.product.name,\n currency: subscription.currency,\n changePlanService: changePlanService\n }) : null)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Footer, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button.Group, {\n alignment: \"right\"\n }, previewPlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Box, {\n marginRight: 'auto'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n color: 'secondary',\n label: t('go_back', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'GO_BACK'\n });\n },\n iconLeft: 'chevronLeft'\n })) : null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n color: \"secondary\",\n label: t('close', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return onClose(false);\n }\n }), configurePlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n isLoading: previewPlanLoading,\n label: t('continue', {\n ns: 'common'\n }),\n disabled: selectedPlan === currentPlanId,\n loadingText: t('processing', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'GET_PREVIEW_PRODUCT_MIGRATION'\n });\n }\n }) : null, previewPlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n label: t('confirm_changes', {\n ns: 'common'\n }),\n isLoading: updatePlanLoading,\n loadingText: t('processing', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'CONFIRM_CHANGE_PLAN'\n });\n }\n }) : null)));\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Content);\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/Content.tsx?");
|
|
10843
|
+
eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! react-i18next */ \"./node_modules/.pnpm/react-i18next@11.18.6_4sidbwfhen5r7txudrvpua6nty/node_modules/react-i18next/dist/es/useTranslation.js\");\n/* harmony import */ var _xstate_react__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @xstate/react */ \"./node_modules/.pnpm/@xstate+react@3.0.1_csov6svwxizbqjpbal6caks7le/node_modules/@xstate/react/es/useSelector.js\");\n/* harmony import */ var _chargify_toasts__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @chargify/toasts */ \"./packages/toasts/src/index.ts\");\n/* harmony import */ var _chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @chargify/custom-ui-components */ \"./packages/custom-ui-components/src/index.ts\");\n/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../hooks */ \"./packages/subscriptions-manager/src/hooks/index.ts\");\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../contexts */ \"./packages/subscriptions-manager/src/contexts/index.ts\");\n/* harmony import */ var _machines__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../machines */ \"./packages/subscriptions-manager/src/machines/index.ts\");\n/* harmony import */ var _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../machines/changePlan */ \"./packages/subscriptions-manager/src/machines/changePlan/index.ts\");\n/* harmony import */ var _containers_ChangePlanContainer__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../../containers/ChangePlanContainer */ \"./packages/subscriptions-manager/src/containers/ChangePlanContainer/index.ts\");\n/* harmony import */ var _containers_PreviewProductMigrationContainer__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../../containers/PreviewProductMigrationContainer */ \"./packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/index.ts\");\n/* harmony import */ var _components_ErrorAlert__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./components/ErrorAlert */ \"./packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.tsx\");\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar Content = function Content(_ref) {\n var onClose = _ref.onClose,\n catalogId = _ref.catalogId,\n subscriptionId = _ref.subscriptionId,\n displayMode = _ref.displayMode,\n onProcessingUpdate = _ref.onProcessingUpdate;\n var toastService = (0,_chargify_toasts__WEBPACK_IMPORTED_MODULE_1__.useToastMessages)();\n\n var _useTranslation = (0,react_i18next__WEBPACK_IMPORTED_MODULE_10__.useTranslation)(['subscriptions-manager']),\n t = _useTranslation.t;\n\n var _useContext = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_4__.GlobalStateContext),\n subscriptionsService = _useContext.subscriptionsService;\n\n var _useServices = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useServices)(),\n modalsService = _useServices.modalsService;\n\n var _useSelector = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(subscriptionsService, _machines__WEBPACK_IMPORTED_MODULE_5__.subscriptionsSelectors.getSubscriptionById(catalogId, subscriptionId)),\n subscription = _useSelector.subscription;\n\n var showToast = function showToast() {\n toastService.show({\n level: 'success',\n message: t('plan_change.success_plan_change')\n });\n };\n\n var onPlanChangeSuccess = function onPlanChangeSuccess() {\n onClose(true);\n showToast();\n };\n\n var onThreeDsConfirmation = function onThreeDsConfirmation(threeDsActionLink) {\n onClose(true);\n modalsService.send({\n type: 'SHOW_THREE_D_SECURE',\n catalogId: catalogId,\n subscriptionId: subscriptionId,\n threeDsActionLink: threeDsActionLink,\n onSuccess: function onSuccess() {\n showToast();\n }\n });\n };\n\n var changePlanService = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useChangePlan)(catalogId, subscriptionId, subscription.product.id, onPlanChangeSuccess, onThreeDsConfirmation);\n var currentPlanId = subscription.product.id;\n\n var _useSelector2 = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(changePlanService, _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__.changePlanSelectors.getChangePlanStatus),\n configurePlanStep = _useSelector2.configurePlanStep,\n previewPlanStep = _useSelector2.previewPlanStep,\n configurePlanStepLoading = _useSelector2.configurePlanStepLoading,\n updatePlanLoading = _useSelector2.updatePlanLoading,\n previewPlanLoading = _useSelector2.previewPlanLoading,\n isError = _useSelector2.isError;\n\n var selectedPlan = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(changePlanService, _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__.changePlanSelectors.getSelectedPlan);\n var error = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(changePlanService, _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__.changePlanSelectors.getError);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n changePlanService.send({\n type: 'GET_PRODUCTS'\n });\n }, []);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n onProcessingUpdate(updatePlanLoading);\n }, [updatePlanLoading, onProcessingUpdate]);\n var modalTitle = configurePlanStep ? t('plan_change.change_plan') : t('plan_change.summary_title');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card, {\n border: displayMode === 'layer' ? 'sharp' : 'rounded'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Header, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Modal.Title, {\n onClose: onClose,\n title: modalTitle\n })), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Body, null, isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_components_ErrorAlert__WEBPACK_IMPORTED_MODULE_9__.ErrorAlert, {\n error: error\n }) : /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), null, configurePlanStepLoading ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.SkeletonLoader, {\n height: 400\n }) : null, configurePlanStep ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_containers_ChangePlanContainer__WEBPACK_IMPORTED_MODULE_7__[\"default\"], {\n changePlanService: changePlanService,\n currency: subscription.currency,\n currentPlanId: currentPlanId\n }) : null, previewPlanStep ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_containers_PreviewProductMigrationContainer__WEBPACK_IMPORTED_MODULE_8__[\"default\"], {\n currentProductName: subscription.product.name,\n currency: subscription.currency,\n changePlanService: changePlanService\n }) : null)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Footer, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button.Group, {\n alignment: \"right\"\n }, previewPlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Box, {\n marginRight: 'auto'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n color: 'secondary',\n label: t('go_back', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'GO_BACK'\n });\n },\n iconLeft: 'chevronLeft'\n })) : null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n color: \"secondary\",\n label: t('close', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return onClose(false);\n }\n }), configurePlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n isLoading: previewPlanLoading,\n label: t('continue', {\n ns: 'common'\n }),\n disabled: selectedPlan === currentPlanId,\n loadingText: t('processing', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'GET_PREVIEW_PRODUCT_MIGRATION'\n });\n }\n }) : null, previewPlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n label: t('confirm_changes', {\n ns: 'common'\n }),\n isLoading: updatePlanLoading,\n loadingText: t('processing', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'CONFIRM_CHANGE_PLAN'\n });\n }\n }) : null)));\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Content);\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/Content.tsx?");
|
|
10844
10844
|
|
|
10845
10845
|
/***/ }),
|
|
10846
10846
|
|
|
@@ -10851,7 +10851,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
|
|
|
10851
10851
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10852
10852
|
|
|
10853
10853
|
"use strict";
|
|
10854
|
-
eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"ErrorAlert\": () => (/* binding */ ErrorAlert)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-i18next */ \"./node_modules/.pnpm/react-i18next@11.18.6_4sidbwfhen5r7txudrvpua6nty/node_modules/react-i18next/dist/es/useTranslation.js\");\n/* harmony import */ var _chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @chargify/custom-ui-components */ \"./packages/custom-ui-components/src/index.ts\");\n\n\n\nvar ErrorAlert = function ErrorAlert() {\n var _useTranslation = (0,react_i18next__WEBPACK_IMPORTED_MODULE_2__.useTranslation)(['subscriptions-manager']),\n t = _useTranslation.t;\n\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_1__.Alert, {\n color: 'danger',\n title:
|
|
10854
|
+
eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"ErrorAlert\": () => (/* binding */ ErrorAlert)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-i18next */ \"./node_modules/.pnpm/react-i18next@11.18.6_4sidbwfhen5r7txudrvpua6nty/node_modules/react-i18next/dist/es/useTranslation.js\");\n/* harmony import */ var _chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @chargify/custom-ui-components */ \"./packages/custom-ui-components/src/index.ts\");\n\n\n\nvar ErrorAlert = function ErrorAlert(_ref) {\n var error = _ref.error;\n\n var _useTranslation = (0,react_i18next__WEBPACK_IMPORTED_MODULE_2__.useTranslation)(['subscriptions-manager']),\n t = _useTranslation.t;\n\n var description = error === 'CardDeclined' ? t('plan_change.credit_card_declined') : t('plan_change.unexpected_error_description');\n var title = error === 'CardDeclined' ? t('plan_change.credit_card_declined_title') : t('plan_change.unexpected_error_title');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_1__.Alert, {\n color: 'danger',\n title: title\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_1__.BodyText, {\n variant: \"body2\",\n color: \"danger.dark\"\n }, description));\n};\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.tsx?");
|
|
10855
10855
|
|
|
10856
10856
|
/***/ }),
|
|
10857
10857
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"module": "dist/maxio-components.esm.js",
|
|
6
6
|
"browser": "dist/maxio-components.umd.js",
|
|
7
7
|
"types": "typings/sdk/components-sdk/src/index.d.ts",
|
|
8
|
-
"version": "1.7.
|
|
8
|
+
"version": "1.7.3",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"test": "jest",
|
|
11
11
|
"test:coverage": "jest --coverage",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"clean:e2e-assets": "npx rimraf e2e_pages/locales e2e_pages/*.{js,html}",
|
|
20
20
|
"upload:e2e-results": "node e2e/uploadExecutionResults.js",
|
|
21
21
|
"build": "pnpm run clean && pnpm run build:browser && pnpm run build:modules",
|
|
22
|
-
"build:modules": "npx
|
|
22
|
+
"build:modules": "npx webpack --config webpack.config.js",
|
|
23
23
|
"build:browser": "npx webpack --config webpack.browser.js",
|
|
24
24
|
"dpdm": "npx dpdm packages/**/**/*.{ts,tsx} -T --exit-code circular:1 --no-warning --no-tree",
|
|
25
25
|
"lint": "eslint --quiet --ext .ts --ext .tsx packages/ sdk/",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './src';
|
|
1
|
+
export * from './src';
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export default SelectField;
|
|
1
|
+
import { SelectOptionType } from '@chargify/custom-ui-components';
|
|
2
|
+
declare type SelectFieldProps = {
|
|
3
|
+
value: string | number;
|
|
4
|
+
label: string;
|
|
5
|
+
name: string;
|
|
6
|
+
options: SelectOptionType[];
|
|
7
|
+
error?: string;
|
|
8
|
+
required?: boolean;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
onChange: (value: string | number) => void;
|
|
11
|
+
onValidateField: (value: string | number) => void;
|
|
12
|
+
isLoadingOptions?: boolean;
|
|
13
|
+
selectOptionLabel: string;
|
|
14
|
+
searchLabel: string;
|
|
15
|
+
};
|
|
16
|
+
declare const SelectField: ({ value, label, name, options, error, required, placeholder, onChange, onValidateField, selectOptionLabel, searchLabel, isLoadingOptions, }: SelectFieldProps) => JSX.Element;
|
|
17
|
+
export default SelectField;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MarginProps } from 'styled-system';
|
|
2
|
-
import { InputMessageType } from
|
|
3
|
-
export declare const MessageContainer: import("styled-components").StyledComponent<"div", any, {
|
|
4
|
-
type: InputMessageType;
|
|
5
|
-
} & MarginProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>, never>;
|
|
1
|
+
import { MarginProps } from 'styled-system';
|
|
2
|
+
import { InputMessageType } from '@chargify/custom-ui-components';
|
|
3
|
+
export declare const MessageContainer: import("styled-components").StyledComponent<"div", any, {
|
|
4
|
+
type: InputMessageType;
|
|
5
|
+
} & MarginProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>, never>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import SelectField from './SelectField';
|
|
2
|
-
export default SelectField;
|
|
1
|
+
import SelectField from './SelectField';
|
|
2
|
+
export default SelectField;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import SelectField from './SelectField';
|
|
2
|
-
export { SelectField };
|
|
1
|
+
import SelectField from './SelectField';
|
|
2
|
+
export { SelectField };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const NO_STATE_OPTION: {
|
|
2
|
-
name: string;
|
|
3
|
-
code: string;
|
|
4
|
-
};
|
|
1
|
+
export declare const NO_STATE_OPTION: {
|
|
2
|
+
name: string;
|
|
3
|
+
code: string;
|
|
4
|
+
};
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
export default Address;
|
|
1
|
+
import { AddressFields, FieldError } from '../../types';
|
|
2
|
+
import { AddressTranslations, Format } from './types';
|
|
3
|
+
declare type AddressProps = {
|
|
4
|
+
values: AddressFields;
|
|
5
|
+
requiredFields?: string[];
|
|
6
|
+
format?: Format;
|
|
7
|
+
onChange: (name: keyof AddressFields, value: string) => void;
|
|
8
|
+
errors?: {
|
|
9
|
+
[key in keyof AddressFields]?: FieldError;
|
|
10
|
+
};
|
|
11
|
+
onValidateField?: (name: keyof AddressFields, value: string | number) => void;
|
|
12
|
+
translations?: AddressTranslations;
|
|
13
|
+
};
|
|
14
|
+
declare const Address: ({ values, requiredFields, errors, translations, format, onChange, onValidateField, }: AddressProps) => JSX.Element;
|
|
15
|
+
export default Address;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import Address from './Address';
|
|
2
|
-
import { AddressTranslations } from './types';
|
|
3
|
-
export default Address;
|
|
4
|
-
export type { AddressTranslations };
|
|
1
|
+
import Address from './Address';
|
|
2
|
+
import { AddressTranslations } from './types';
|
|
3
|
+
export default Address;
|
|
4
|
+
export type { AddressTranslations };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AddressTranslations } from './types';
|
|
2
|
-
export declare const defaultTranslations: AddressTranslations;
|
|
1
|
+
import { AddressTranslations } from './types';
|
|
2
|
+
export declare const defaultTranslations: AddressTranslations;
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
export declare type AddressTranslations = {
|
|
2
|
-
address: {
|
|
3
|
-
label: string;
|
|
4
|
-
placeholder: string;
|
|
5
|
-
};
|
|
6
|
-
address2: {
|
|
7
|
-
label: string;
|
|
8
|
-
placeholder: string;
|
|
9
|
-
};
|
|
10
|
-
city: {
|
|
11
|
-
label: string;
|
|
12
|
-
placeholder: string;
|
|
13
|
-
};
|
|
14
|
-
state: {
|
|
15
|
-
label: string;
|
|
16
|
-
placeholder: string;
|
|
17
|
-
};
|
|
18
|
-
country: {
|
|
19
|
-
label: string;
|
|
20
|
-
placeholder: string;
|
|
21
|
-
};
|
|
22
|
-
zip: {
|
|
23
|
-
label: string;
|
|
24
|
-
placeholder: string;
|
|
25
|
-
};
|
|
26
|
-
postalCode: {
|
|
27
|
-
label: string;
|
|
28
|
-
placeholder: string;
|
|
29
|
-
};
|
|
30
|
-
region: {
|
|
31
|
-
label: string;
|
|
32
|
-
placeholder: string;
|
|
33
|
-
};
|
|
34
|
-
error: {
|
|
35
|
-
invalid: string;
|
|
36
|
-
required: string;
|
|
37
|
-
};
|
|
38
|
-
input: {
|
|
39
|
-
selectOptionLabel: string;
|
|
40
|
-
searchLabel: string;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
export declare type Format = 'international' | 'us';
|
|
1
|
+
export declare type AddressTranslations = {
|
|
2
|
+
address: {
|
|
3
|
+
label: string;
|
|
4
|
+
placeholder: string;
|
|
5
|
+
};
|
|
6
|
+
address2: {
|
|
7
|
+
label: string;
|
|
8
|
+
placeholder: string;
|
|
9
|
+
};
|
|
10
|
+
city: {
|
|
11
|
+
label: string;
|
|
12
|
+
placeholder: string;
|
|
13
|
+
};
|
|
14
|
+
state: {
|
|
15
|
+
label: string;
|
|
16
|
+
placeholder: string;
|
|
17
|
+
};
|
|
18
|
+
country: {
|
|
19
|
+
label: string;
|
|
20
|
+
placeholder: string;
|
|
21
|
+
};
|
|
22
|
+
zip: {
|
|
23
|
+
label: string;
|
|
24
|
+
placeholder: string;
|
|
25
|
+
};
|
|
26
|
+
postalCode: {
|
|
27
|
+
label: string;
|
|
28
|
+
placeholder: string;
|
|
29
|
+
};
|
|
30
|
+
region: {
|
|
31
|
+
label: string;
|
|
32
|
+
placeholder: string;
|
|
33
|
+
};
|
|
34
|
+
error: {
|
|
35
|
+
invalid: string;
|
|
36
|
+
required: string;
|
|
37
|
+
};
|
|
38
|
+
input: {
|
|
39
|
+
selectOptionLabel: string;
|
|
40
|
+
searchLabel: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export declare type Format = 'international' | 'us';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Division } from
|
|
2
|
-
export declare const formatOptions: (options: Division[]) => {
|
|
3
|
-
label: string;
|
|
4
|
-
value: string;
|
|
5
|
-
}[];
|
|
1
|
+
import { Division } from '@chargify/data-access';
|
|
2
|
+
export declare const formatOptions: (options: Division[]) => {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
}[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { formatOptions } from './formatOptions';
|
|
2
|
-
export { formatOptions };
|
|
1
|
+
import { formatOptions } from './formatOptions';
|
|
2
|
+
export { formatOptions };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import Address from './Address';
|
|
2
|
-
import type { AddressTranslations } from './Address';
|
|
3
|
-
export { Address };
|
|
4
|
-
export type { AddressTranslations };
|
|
1
|
+
import Address from './Address';
|
|
2
|
+
import type { AddressTranslations } from './Address';
|
|
3
|
+
export { Address };
|
|
4
|
+
export type { AddressTranslations };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { useFormatAddress } from './useFormatAddress';
|
|
2
|
-
export { useFormatAddress };
|
|
1
|
+
import { useFormatAddress } from './useFormatAddress';
|
|
2
|
+
export { useFormatAddress };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AddressFields } from '../types';
|
|
2
|
-
export declare const useFormatAddress: (address: AddressFields) => AddressFields;
|
|
1
|
+
import { AddressFields } from '../types';
|
|
2
|
+
export declare const useFormatAddress: (address: AddressFields) => AddressFields;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Address } from './containers';
|
|
2
|
-
import type { AddressTranslations } from './containers';
|
|
3
|
-
import { createAddressValidationSchema } from './utils';
|
|
4
|
-
import type { AddressFields } from './types';
|
|
5
|
-
import { addressMachine, addressSelectors } from './machines';
|
|
6
|
-
import { NO_STATE_OPTION } from './constants';
|
|
7
|
-
import { useFormatAddress } from './hooks';
|
|
8
|
-
export { useFormatAddress, Address, createAddressValidationSchema, addressSelectors, addressMachine, NO_STATE_OPTION, };
|
|
9
|
-
export type { AddressFields, AddressTranslations };
|
|
1
|
+
import { Address } from './containers';
|
|
2
|
+
import type { AddressTranslations } from './containers';
|
|
3
|
+
import { createAddressValidationSchema } from './utils';
|
|
4
|
+
import type { AddressFields } from './types';
|
|
5
|
+
import { addressMachine, addressSelectors } from './machines';
|
|
6
|
+
import { NO_STATE_OPTION } from './constants';
|
|
7
|
+
import { useFormatAddress } from './hooks';
|
|
8
|
+
export { useFormatAddress, Address, createAddressValidationSchema, addressSelectors, addressMachine, NO_STATE_OPTION, };
|
|
9
|
+
export type { AddressFields, AddressTranslations };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Context, Events } from './types';
|
|
2
|
-
export declare const initialContext: Context;
|
|
3
|
-
declare const addressMachine: import("xstate").StateMachine<Context, any, Events, {
|
|
4
|
-
value: any;
|
|
5
|
-
context: Context;
|
|
6
|
-
}, import("xstate").BaseActionObject, import("xstate").ServiceMap, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, Events, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
|
|
7
|
-
export { addressMachine };
|
|
1
|
+
import { Context, Events } from './types';
|
|
2
|
+
export declare const initialContext: Context;
|
|
3
|
+
declare const addressMachine: import("xstate").StateMachine<Context, any, Events, {
|
|
4
|
+
value: any;
|
|
5
|
+
context: Context;
|
|
6
|
+
}, import("xstate").BaseActionObject, import("xstate").ServiceMap, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, Events, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
|
|
7
|
+
export { addressMachine };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { addressMachine } from './address';
|
|
2
|
-
import { addressSelectors } from './selectors';
|
|
3
|
-
export { addressMachine, addressSelectors };
|
|
1
|
+
import { addressMachine } from './address';
|
|
2
|
+
import { addressSelectors } from './selectors';
|
|
3
|
+
export { addressMachine, addressSelectors };
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { State } from 'xstate';
|
|
2
|
-
import { Division } from
|
|
3
|
-
import { addressMachine } from './address';
|
|
4
|
-
declare type AddressMachine = typeof addressMachine;
|
|
5
|
-
declare type AddressState = State<AddressMachine['context']>;
|
|
6
|
-
export declare const getCountries: (machineState: AddressState) => {
|
|
7
|
-
items: Division[];
|
|
8
|
-
isLoading: boolean;
|
|
9
|
-
};
|
|
10
|
-
export declare const getSubdivisions: (machineState: AddressState) => {
|
|
11
|
-
items: Division[];
|
|
12
|
-
isLoading: boolean;
|
|
13
|
-
};
|
|
14
|
-
export declare const addressSelectors: {
|
|
15
|
-
getCountries: (machineState: AddressState) => {
|
|
16
|
-
items: Division[];
|
|
17
|
-
isLoading: boolean;
|
|
18
|
-
};
|
|
19
|
-
getSubdivisions: (machineState: AddressState) => {
|
|
20
|
-
items: Division[];
|
|
21
|
-
isLoading: boolean;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export {};
|
|
1
|
+
import { State } from 'xstate';
|
|
2
|
+
import { Division } from '@chargify/data-access';
|
|
3
|
+
import { addressMachine } from './address';
|
|
4
|
+
declare type AddressMachine = typeof addressMachine;
|
|
5
|
+
declare type AddressState = State<AddressMachine['context']>;
|
|
6
|
+
export declare const getCountries: (machineState: AddressState) => {
|
|
7
|
+
items: Division[];
|
|
8
|
+
isLoading: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare const getSubdivisions: (machineState: AddressState) => {
|
|
11
|
+
items: Division[];
|
|
12
|
+
isLoading: boolean;
|
|
13
|
+
};
|
|
14
|
+
export declare const addressSelectors: {
|
|
15
|
+
getCountries: (machineState: AddressState) => {
|
|
16
|
+
items: Division[];
|
|
17
|
+
isLoading: boolean;
|
|
18
|
+
};
|
|
19
|
+
getSubdivisions: (machineState: AddressState) => {
|
|
20
|
+
items: Division[];
|
|
21
|
+
isLoading: boolean;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Division } from
|
|
2
|
-
export declare type Context = {
|
|
3
|
-
countries: Division[];
|
|
4
|
-
subdivisions: Division[];
|
|
5
|
-
};
|
|
6
|
-
export declare type Events = {
|
|
7
|
-
type: 'FETCH_COUNTRY';
|
|
8
|
-
} | {
|
|
9
|
-
type: 'FETCH_SUBDIVISION';
|
|
10
|
-
country: string;
|
|
11
|
-
};
|
|
1
|
+
import { Division } from '@chargify/data-access';
|
|
2
|
+
export declare type Context = {
|
|
3
|
+
countries: Division[];
|
|
4
|
+
subdivisions: Division[];
|
|
5
|
+
};
|
|
6
|
+
export declare type Events = {
|
|
7
|
+
type: 'FETCH_COUNTRY';
|
|
8
|
+
} | {
|
|
9
|
+
type: 'FETCH_SUBDIVISION';
|
|
10
|
+
country: string;
|
|
11
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { addressMachine, addressSelectors } from './address';
|
|
2
|
-
export { addressMachine, addressSelectors };
|
|
1
|
+
import { addressMachine, addressSelectors } from './address';
|
|
2
|
+
export { addressMachine, addressSelectors };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare type AddressFields = {
|
|
2
|
-
address: string;
|
|
3
|
-
address2: string;
|
|
4
|
-
city: string;
|
|
5
|
-
state: string;
|
|
6
|
-
country: string;
|
|
7
|
-
zip: string;
|
|
8
|
-
};
|
|
9
|
-
export declare type FieldError = 'required' | 'invalid';
|
|
1
|
+
export declare type AddressFields = {
|
|
2
|
+
address: string;
|
|
3
|
+
address2: string;
|
|
4
|
+
city: string;
|
|
5
|
+
state: string;
|
|
6
|
+
country: string;
|
|
7
|
+
zip: string;
|
|
8
|
+
};
|
|
9
|
+
export declare type FieldError = 'required' | 'invalid';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import * as yup from 'yup';
|
|
2
|
-
declare const createAddressValidationSchema: (requiredFields?: string[]) => import("yup/lib/object").OptionalObjectSchema<{
|
|
3
|
-
address: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
4
|
-
address2: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
5
|
-
city: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
6
|
-
state: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
7
|
-
country: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
8
|
-
zip: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
9
|
-
}, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{
|
|
10
|
-
address: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
11
|
-
address2: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
12
|
-
city: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
13
|
-
state: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
14
|
-
country: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
15
|
-
zip: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
16
|
-
}>>;
|
|
17
|
-
export default createAddressValidationSchema;
|
|
1
|
+
import * as yup from 'yup';
|
|
2
|
+
declare const createAddressValidationSchema: (requiredFields?: string[]) => import("yup/lib/object").OptionalObjectSchema<{
|
|
3
|
+
address: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
4
|
+
address2: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
5
|
+
city: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
6
|
+
state: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
7
|
+
country: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
8
|
+
zip: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
9
|
+
}, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{
|
|
10
|
+
address: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
11
|
+
address2: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
12
|
+
city: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
13
|
+
state: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
14
|
+
country: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
15
|
+
zip: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
|
|
16
|
+
}>>;
|
|
17
|
+
export default createAddressValidationSchema;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import createAddressValidationSchema from './createValidationSchema';
|
|
2
|
-
export { createAddressValidationSchema };
|
|
1
|
+
import createAddressValidationSchema from './createValidationSchema';
|
|
2
|
+
export { createAddressValidationSchema };
|