@maxio-com/self-service 1.9.3 → 1.9.5
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 +28 -20
- package/dist/maxio-components.cjs.js +1 -1
- package/dist/maxio-components.esm.js +1 -1
- package/dist/maxio-components.esm.js.LICENSE.txt +12 -3
- package/dist/maxio-components.umd.js +1 -1
- package/dist/maxio-components.umd.js.LICENSE.txt +12 -3
- package/package.json +19 -15
- package/typings/packages/address/src/components/SelectField/SelectField.d.ts +3 -3
- package/typings/packages/address/src/containers/Address/Address.d.ts +3 -3
- package/typings/packages/address/src/containers/Address/types.d.ts +2 -2
- package/typings/packages/address/src/machines/address/selectors.d.ts +2 -2
- package/typings/packages/address/src/machines/address/types.d.ts +2 -2
- package/typings/packages/address/src/types.d.ts +2 -2
- package/typings/packages/billing-history/src/App.d.ts +2 -2
- package/typings/packages/billing-history/src/components/BillingHistoryLoader/BillingHistoryLoader.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/Filters.d.ts +3 -3
- package/typings/packages/billing-history/src/components/Filters/components/DateFilter/DateFilter.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.d.ts +1 -1
- package/typings/packages/billing-history/src/components/Filters/components/InvoiceNumberFilter/InvoiceNumberFilter.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/components/ProductNameFilter/ProductNameFilter.d.ts +2 -2
- package/typings/packages/billing-history/src/components/Filters/components/StatusFilter/StatusFilter.d.ts +2 -2
- package/typings/packages/billing-history/src/components/InvoicesTable/InvoicesTable.d.ts +2 -2
- package/typings/packages/billing-history/src/components/InvoicesTable/components/IconWIthTooltip.d.ts +3 -3
- package/typings/packages/billing-history/src/components/InvoicesTable/components/NoInvoicesMsg.d.ts +3 -3
- package/typings/packages/billing-history/src/components/InvoicesTable/components/PagesPagination.d.ts +2 -2
- package/typings/packages/billing-history/src/components/InvoicesTable/components/Status.d.ts +2 -2
- package/typings/packages/billing-history/src/containers/BillingHistoryContainer/BillingHistoryContainer.d.ts +2 -2
- package/typings/packages/billing-history/src/containers/FiltersContainer/FiltersContainer.d.ts +2 -2
- package/typings/packages/billing-history/src/containers/ProductsContainer/ProductsContainer.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/billingFilters/actions.d.ts +4 -23
- package/typings/packages/billing-history/src/machines/billingFilters/selectors.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/billingFilters/types.d.ts +11 -11
- package/typings/packages/billing-history/src/machines/billingHistoryData/actions.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/billingHistoryData/selectors.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/billingHistoryData/types.d.ts +5 -5
- package/typings/packages/billing-history/src/machines/filtersOptions/selectors.d.ts +2 -2
- package/typings/packages/billing-history/src/machines/filtersOptions/types.d.ts +3 -3
- package/typings/packages/billing-history/src/models/billingHistory/billingHistory.d.ts +6 -6
- package/typings/packages/billing-history/src/pages/InvoiceDetails/InvoiceDetails.d.ts +2 -2
- package/typings/packages/billing-history/src/providers/GlobalStateProvider.d.ts +2 -2
- package/typings/packages/billing-history/src/types.d.ts +3 -3
- package/typings/packages/custom-fields/src/types.d.ts +2 -2
- package/typings/packages/custom-fields/src/utils/renderField.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.stories.d.ts +10 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Anchor/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.stories.d.ts +10 -0
- package/typings/packages/custom-ui-components/src/components/atoms/BodyText/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.stories.d.ts +23 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/Group.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/index.d.ts +1 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/components/index.d.ts +1 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Button/types.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.stories.d.ts +9 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/Column/Column.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/Dropdown.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.stories.d.ts +11 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Heading/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.stories.d.ts +14 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Input/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Loader/Loader.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Loader/Loader.stories.d.ts +6 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/Logo.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/Logo.stories.d.ts +6 -0
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/AmericanExpress/AmericanExpress.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Bogus/Bogus.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Discover/Discover.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Master/Master.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Visa/Visa.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/Modal.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/Backdrop.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.d.ts +3 -3
- 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 +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/Option.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Options/types.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.stories.d.ts +11 -0
- package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/types.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.stories.d.ts +9 -0
- package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/atoms/Row/Row.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/Select.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/DropdownIcon.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Select/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/SkeletonLoader.d.ts +3 -3
- 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 +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/TextArea/TextArea.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/TextArea/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Toggle/Toggle.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/Toggle/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/Tooltip.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/Text/Text.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/atoms/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Accordion/Accordion.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Accordion/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/Alert.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/TextMessage.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/Title.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Alert/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Card/Card.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/Body.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Card/types.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/CreditCardAddress.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/CreditCardHolderDetails.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/CreditCardNumber.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/DatePicker.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/FormField/FormField.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/FormField/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/InputLabel.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.stories.d.ts +6 -0
- 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 +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/PageHeaderTitle.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/type.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/Pagination.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Pagination/utils/createPagination.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.stories.d.ts +6 -0
- package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/types.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/RelativeTime.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/Stepper.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/StepHorizontal.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/types.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/StepVertical.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/types.d.ts +4 -4
- package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/SubscriptionHeader.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/SummaryTable.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Tabs/Tabs.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/Tabs/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.styles.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/molecules/Tag/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/TagInput/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/ToastMessage.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/Watermark/Watermark.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Chip/Chip.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/StatusMsg.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/Watermark.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/types.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/types.d.ts +7 -7
- package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/DateTimePicker.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/MeteredComponent.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/OnOffComponent.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/PrepaidComponent.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/types.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/QuantityComponent.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/organisms/Table/Table.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/SortIndicator.d.ts +3 -3
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/TableCell.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableFooter/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/TableHeader.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/components/organisms/Table/types.d.ts +6 -6
- package/typings/packages/custom-ui-components/src/components/types.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/docs/Spaces.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/hooks/useKeypress/useKeypress.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/theme/ThemeProvider.d.ts +2 -2
- package/typings/packages/custom-ui-components/src/theme/ThemeUtilities.d.ts +1 -1
- package/typings/packages/custom-ui-components/src/theme/types.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/themeBase.d.ts +5 -5
- package/typings/packages/custom-ui-components/src/types.d.ts +3 -3
- package/typings/packages/customer-details/src/App.d.ts +2 -2
- package/typings/packages/customer-details/src/components/ContactDetails/ContactDetails.d.ts +2 -2
- package/typings/packages/customer-details/src/components/ContactDetailsForm/ContactDetailsForm.d.ts +3 -3
- package/typings/packages/customer-details/src/components/CustomFields/CustomFields.d.ts +3 -3
- package/typings/packages/customer-details/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +3 -3
- package/typings/packages/customer-details/src/components/CustomerDetailsLoader/CustomerDetailsLoader.d.ts +2 -2
- package/typings/packages/customer-details/src/components/DetailsRow/DetailsRow.d.ts +3 -3
- package/typings/packages/customer-details/src/components/DetailsRow/index.d.ts +1 -2
- package/typings/packages/customer-details/src/components/DetailsSectionLoadingSkeleton/DetailsSectionLoadingSkeleton.d.ts +2 -2
- package/typings/packages/customer-details/src/components/ShippingAddress/ShippingAddress.d.ts +3 -3
- package/typings/packages/customer-details/src/components/ShippingAddressForm/ShippingAddressForm.d.ts +3 -3
- package/typings/packages/customer-details/src/components/index.d.ts +2 -2
- package/typings/packages/customer-details/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +2 -2
- package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/CustomerDetailsContainer.d.ts +2 -2
- package/typings/packages/customer-details/src/index.d.ts +1 -2
- package/typings/packages/customer-details/src/machines/customFields/selectors.d.ts +2 -2
- package/typings/packages/customer-details/src/machines/customFields/types.d.ts +2 -2
- package/typings/packages/customer-details/src/machines/customerData/selectors.d.ts +2 -2
- package/typings/packages/customer-details/src/machines/customerData/types.d.ts +2 -2
- package/typings/packages/customer-details/src/models/customerDetails/types.d.ts +3 -3
- package/typings/packages/customer-details/src/providers/GlobalStateProvider.d.ts +2 -2
- package/typings/packages/customer-details/src/types.d.ts +2 -2
- package/typings/packages/data-access/src/DataAccess.d.ts +1 -1
- package/typings/packages/data-access/src/types/address.d.ts +1 -1
- package/typings/packages/data-access/src/types/addressDetails.d.ts +1 -1
- package/typings/packages/data-access/src/types/componentAllocation.d.ts +5 -5
- package/typings/packages/data-access/src/types/customField.d.ts +2 -2
- package/typings/packages/data-access/src/types/customerDetails.d.ts +1 -1
- package/typings/packages/data-access/src/types/gatewayConfig.d.ts +1 -1
- package/typings/packages/data-access/src/types/index.d.ts +1 -1
- package/typings/packages/data-access/src/types/invoicesList.d.ts +8 -8
- package/typings/packages/data-access/src/types/paymentProfiles.d.ts +5 -5
- package/typings/packages/data-access/src/types/product.d.ts +1 -1
- package/typings/packages/data-access/src/types/productFamily.d.ts +1 -1
- package/typings/packages/data-access/src/types/settings.d.ts +2 -2
- package/typings/packages/data-access/src/types/subscription.d.ts +6 -6
- package/typings/packages/data-access/src/types/subscriptionComponent.d.ts +2 -2
- package/typings/packages/data-access/src/types/subscriptionPaymentProfile.d.ts +1 -1
- package/typings/packages/device-provider/src/components/DeviceProvider/DeviceProvider.d.ts +2 -2
- package/typings/packages/device-provider/src/types.d.ts +1 -1
- package/typings/packages/embeddable-component/src/ComponentLoader/ComponentLoader.d.ts +1 -1
- package/typings/packages/embeddable-component/src/SessionGuard/SessionGuard.d.ts +2 -2
- package/typings/packages/embeddable-component/src/hooks/types.d.ts +3 -3
- package/typings/packages/embeddable-component/src/types.d.ts +1 -1
- package/typings/packages/formatters/src/formatBillingInterval.d.ts +1 -1
- package/typings/packages/formatters/src/formatCurrency.d.ts +1 -1
- package/typings/packages/icons/src/Icon.d.ts +2 -2
- package/typings/packages/icons/src/types.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CardExpiration/CardExpiration.d.ts +3 -3
- package/typings/packages/payments-sdk/src/components/CardNumber/CardNumber.d.ts +3 -3
- package/typings/packages/payments-sdk/src/components/CreditCard/CreditCard.d.ts +3 -3
- package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/FourDigit.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CreditCard/components/ThreeDigit/ThreeDigit.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/TooltipContent.d.ts +3 -3
- package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/types.d.ts +1 -1
- package/typings/packages/payments-sdk/src/components/CreditCard/types.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/HostedField/HostedField.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/InputSocket/InputSocket.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/PaymentProfileSkeleton/PaymentProfileSkeleton.d.ts +2 -2
- package/typings/packages/payments-sdk/src/components/SecurityCode/SecurityCode.d.ts +3 -3
- package/typings/packages/payments-sdk/src/containers/PaymentsContainer/PaymentsContainer.d.ts +1 -1
- package/typings/packages/payments-sdk/src/forms/CreditCard/CreditCard.d.ts +3 -3
- package/typings/packages/payments-sdk/src/forms/CreditCard/index.d.ts +1 -2
- package/typings/packages/payments-sdk/src/forms/CreditCard/types.d.ts +1 -1
- package/typings/packages/payments-sdk/src/forms/PaymentProfile/PaymentProfile.d.ts +4 -4
- package/typings/packages/payments-sdk/src/types.d.ts +4 -4
- package/typings/packages/session-manager/src/SessionManager/SessionManager.d.ts +2 -1
- package/typings/packages/session-manager/src/SessionManager/types.d.ts +4 -3
- package/typings/packages/subscriptions-manager/src/App.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentGroup/ComponentGroup.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/ComponentsAllocationEdit.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/ComponentsAllocationEditSkeleton/ComponentsAllocationEditSkeleton.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/ComponentsAllocationPreview.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/components/AllocationsTable/AllocationsTable.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/getAllocationSummaryPaymentMessage.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapAllocationsToTable.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapChargeSummaryToTable.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/ComponentsPreview.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/ComponentsPreviewRow.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/types.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createComponentsPreviewRow.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/renderPrice.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/CouponsList/CouponsList.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/CouponsList/components/CouponListItem.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/CustomFieldsPreview.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/CustomFieldsLoadingSkeleton/CustomFieldsLoadingSkeleton.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/DetailsRow/DetailsRow.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/DetailsRow/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/PaymentProfiles.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/PaymentsProfilesHeader.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesSkeletonLoader/PaymentProfilesSkeletonLoader.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/utils.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/PaymentProfilesReplace.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/ExpitredStatus.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/PaymentProfileItem.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/Label.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/PaymentProfilesReplaceAlerts.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeAlerts/PlanChangeAlerts.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/PlanChangeSummary.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/NonProratedColumns.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/ProratedColumns.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/PlanChangeSummaryCharges.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/utils/mapChargeSummaryToTable.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/PlanRadio.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Price/Price.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Status/Status.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/ShowMore/ShowMore.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/Subscription/Subscription.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/Subscription/types.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/SubscriptionComponents.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/ComponentLoadingSkeleton/ComponentLoadingSkeleton.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/types.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/SubscriptionDetails.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Active/Active.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Canceled/Canceled.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/CancellationScheduled/CancellationScheduled.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/DetailRow.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Expired/Expired.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Notification/Notification.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/OnHold/OnHold.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PastDue/PastDue.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PlanChangeScheduled/PlanChangeScheduled.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Trial/Trial.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/TrialExpired/TrialExpired.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Unpaid/Unpaid.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/SubscriptionManagerLoader.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/components/SubscriptionReferalCode/SubscriptionReferalCode.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/components/index.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/BilingDetailsContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/ChangePlanContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/ComponentContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/ComponentsAllocationContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/ComponentsContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/CouponsContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/CreatePaymentProfileContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/CreatePaymentProfileErrorContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/ModalsContainer.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/PaymentProfileContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/PaymentProfilesContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/PreviewProductMigrationContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/ReplacePaymentProfilesContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/SubscriptionContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/SubscriptionsContainer.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/containers/index.d.ts +13 -14
- package/typings/packages/subscriptions-manager/src/contexts/PaymentProfilesContext.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useAddonsConfigurationService.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useAvailablePaymentMethods.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useChangePaymentProfile.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useCoupons.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/serializeErrors.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/useCreatePaymentProfile.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useDeletePaymentProfile.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useFormatSubscriptionDetails.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/hooks/usePauseSubscriptionService.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useResumeSubscriptionService.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useSubscriptionStatus.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/hooks/useThreeDs.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/actions.d.ts +2 -4
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/types.d.ts +15 -15
- package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/types.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/types.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/changePlan/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/changePlan/types.d.ts +9 -9
- package/typings/packages/subscriptions-manager/src/machines/component/types.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUpdatesAllowed.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUsedInBilling.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/components/types.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/coupons/types.d.ts +11 -11
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/actions.d.ts +4 -15
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/types.d.ts +11 -11
- package/typings/packages/subscriptions-manager/src/machines/customFields/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/customFields/types.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/types.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/modals/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/modals/types.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/types.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/paymentGateway/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/paymentGateway/types.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/actions.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/serializers.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/types.d.ts +8 -8
- package/typings/packages/subscriptions-manager/src/machines/productCatalog/actions.d.ts +1 -3
- package/typings/packages/subscriptions-manager/src/machines/productCatalog/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/productCatalog/types.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/types.d.ts +5 -5
- package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/types.d.ts +7 -7
- package/typings/packages/subscriptions-manager/src/machines/subscription/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/subscription/types.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/actions.d.ts +3 -135
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/subscriptions/types.d.ts +11 -11
- package/typings/packages/subscriptions-manager/src/machines/threeDs/types.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/undoCancelation/selectors.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/machines/undoCancelation/types.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/AddCoupon.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/components/CouponSummary.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/AddCoupon/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/CancelSubscription.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/ChurnReasonCodes.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Form/Form.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/types.d.ts +4 -4
- package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/ChangePaymentMethod.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/ChangeSubscriptionPlan.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/ComponentsAllocation.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/CreatePaymentProfile.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/DeletePaymentMethod.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/ErrorList.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/PauseSubscription.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/BillingAddress/BillingAddress.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/DetailsRow.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/PreviewPaymentMethod.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/ReactivateSubscription.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/ResumeSubscription.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/utils.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/ThreeDsConfirmation.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/UndoCancelation.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/Content/Content.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/index.d.ts +1 -2
- package/typings/packages/subscriptions-manager/src/modals/index.d.ts +13 -14
- package/typings/packages/subscriptions-manager/src/modals/setupTest/modalTestRenderer.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/models/component/types.d.ts +3 -3
- package/typings/packages/subscriptions-manager/src/models/paymentProfile/types.d.ts +6 -6
- package/typings/packages/subscriptions-manager/src/models/subscription/index.d.ts +1 -1
- package/typings/packages/subscriptions-manager/src/models/subscription/types.d.ts +8 -8
- package/typings/packages/subscriptions-manager/src/pages/ComponentsAllocation/ComponentsAllocation.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/CustomFields/CustomFields.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/PaymentProfiles/PaymentProfiles.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/Subscription/Subscription.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/SubscriptionsList.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/providers/PaymentProfilesProvider.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/providers/StateProvider.d.ts +2 -2
- package/typings/packages/subscriptions-manager/src/types.d.ts +4 -4
- package/typings/packages/toasts/src/ToastsPlayground.d.ts +2 -2
- package/typings/packages/toasts/src/containers/ToastsContainer/ToastsContainer.d.ts +2 -2
- package/typings/packages/toasts/src/machines/toast/types.d.ts +3 -3
- package/typings/packages/toasts/src/machines/toasts/types.d.ts +5 -5
- package/typings/packages/toasts/src/types.d.ts +2 -2
- package/typings/sdk/components-sdk/src/SDK.d.ts +2 -1
- package/typings/sdk/components-sdk/src/types.d.ts +2 -2
- package/typings/sdk/components-sdk/src/utils/createComponentFactory.d.ts +1 -1
|
@@ -55,8 +55,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
55
55
|
|
|
56
56
|
/*! no static exports found */
|
|
57
57
|
|
|
58
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
59
|
-
|
|
60
58
|
/*!**********************!*\
|
|
61
59
|
!*** ./src/index.js ***!
|
|
62
60
|
\**********************/
|
|
@@ -170,7 +168,18 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
170
168
|
*/
|
|
171
169
|
|
|
172
170
|
/**
|
|
173
|
-
*
|
|
171
|
+
* @remix-run/router v1.15.3
|
|
172
|
+
*
|
|
173
|
+
* Copyright (c) Remix Software Inc.
|
|
174
|
+
*
|
|
175
|
+
* This source code is licensed under the MIT license found in the
|
|
176
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
177
|
+
*
|
|
178
|
+
* @license MIT
|
|
179
|
+
*/
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* React Router v6.22.3
|
|
174
183
|
*
|
|
175
184
|
* Copyright (c) Remix Software Inc.
|
|
176
185
|
*
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maxio-com/self-service",
|
|
3
|
-
"packageManager": "pnpm@
|
|
3
|
+
"packageManager": "pnpm@8.15.4",
|
|
4
4
|
"main": "dist/maxio-components.cjs.js",
|
|
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.9.
|
|
8
|
+
"version": "1.9.5",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
11
|
"import": "./dist/maxio-components.esm.js",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"scripts": {
|
|
16
16
|
"test": "jest",
|
|
17
17
|
"test:coverage": "jest --coverage",
|
|
18
|
-
"storybook": "
|
|
19
|
-
"build-storybook": "build
|
|
18
|
+
"storybook": "storybook dev -p 6006",
|
|
19
|
+
"build-storybook": "storybook build",
|
|
20
20
|
"prettier": "prettier --write '{sdk,packages,e2e}/**/*.{js,ts,tsx,json}'",
|
|
21
21
|
"commit": "npx git-cz",
|
|
22
22
|
"clean": "npx rimraf dist",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@commitlint/cli": "^13.1.0",
|
|
47
47
|
"@commitlint/config-conventional": "^13.1.0",
|
|
48
48
|
"@mdx-js/react": "^1.6.22",
|
|
49
|
-
"@playwright/test": "
|
|
49
|
+
"@playwright/test": "~1.30.0",
|
|
50
50
|
"@quickbaseoss/babel-plugin-styled-components-css-namespace": "^1.0.1",
|
|
51
51
|
"@rollup/plugin-babel": "^5.3.1",
|
|
52
52
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
@@ -55,13 +55,16 @@
|
|
|
55
55
|
"@rollup/plugin-typescript": "^8.5.0",
|
|
56
56
|
"@semantic-release/git": "^10.0.1",
|
|
57
57
|
"@semantic-release/npm": "^9.0.1",
|
|
58
|
-
"@storybook/addon-actions": "^
|
|
59
|
-
"@storybook/addon-
|
|
60
|
-
"@storybook/addon-
|
|
61
|
-
"@storybook/addon-
|
|
62
|
-
"@storybook/
|
|
63
|
-
"@storybook/
|
|
64
|
-
"@storybook/
|
|
58
|
+
"@storybook/addon-actions": "^8.0.0",
|
|
59
|
+
"@storybook/addon-essentials": "^8.0.0",
|
|
60
|
+
"@storybook/addon-links": "^8.0.0",
|
|
61
|
+
"@storybook/addon-themes": "^8.0.0",
|
|
62
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
|
63
|
+
"@storybook/blocks": "^8.0.0",
|
|
64
|
+
"@storybook/manager-api": "^8.0.0",
|
|
65
|
+
"@storybook/react": "^8.0.0",
|
|
66
|
+
"@storybook/react-webpack5": "^8.0.0",
|
|
67
|
+
"@storybook/theming": "^8.0.0",
|
|
65
68
|
"@testing-library/jest-dom": "^5.16.5",
|
|
66
69
|
"@testing-library/react": "^13.4.0",
|
|
67
70
|
"@testing-library/user-event": "^13.5.0",
|
|
@@ -72,7 +75,7 @@
|
|
|
72
75
|
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
|
73
76
|
"@typescript-eslint/parser": "^5.37.0",
|
|
74
77
|
"@xstate/inspect": "^0.5.2",
|
|
75
|
-
"babel-loader": "^
|
|
78
|
+
"babel-loader": "^9.1.3",
|
|
76
79
|
"babel-plugin-styled-components": "2.0.2",
|
|
77
80
|
"browserslist": "^4.21.4",
|
|
78
81
|
"commitizen": "^4.2.5",
|
|
@@ -98,7 +101,7 @@
|
|
|
98
101
|
"mockdate": "^3.0.5",
|
|
99
102
|
"msw": "^0.36.7",
|
|
100
103
|
"node-fetch-commonjs": "^3.2.4",
|
|
101
|
-
"playwright": "
|
|
104
|
+
"playwright": "~1.30.0",
|
|
102
105
|
"prettier": "^2.4.0",
|
|
103
106
|
"react": "^18.2.0",
|
|
104
107
|
"react-dom": "^18.2.0",
|
|
@@ -111,6 +114,7 @@
|
|
|
111
114
|
"semantic-release": "^19.0.3",
|
|
112
115
|
"semantic-release-cli": "^5.4.4",
|
|
113
116
|
"serve": "^14.1.2",
|
|
117
|
+
"storybook": "^8.0.0",
|
|
114
118
|
"styled-components": "^5.3.5",
|
|
115
119
|
"styled-system": "^5.1.5",
|
|
116
120
|
"ts-dedent": "^2.2.0",
|
|
@@ -150,7 +154,7 @@
|
|
|
150
154
|
"dayjs": "^1.11.5",
|
|
151
155
|
"deepmerge": "^4.2.2",
|
|
152
156
|
"file-saver": "^2.0.5",
|
|
153
|
-
"framer-motion": "
|
|
157
|
+
"framer-motion": "~7.3.5",
|
|
154
158
|
"history": "^5.3.0",
|
|
155
159
|
"i18next": "^21.9.1",
|
|
156
160
|
"i18next-http-backend": "^1.3.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { SelectOptionType } from "../../../../custom-ui-components/src";
|
|
3
|
-
|
|
3
|
+
type SelectFieldProps = {
|
|
4
4
|
value: string | number;
|
|
5
5
|
label: string;
|
|
6
6
|
name: string;
|
|
@@ -14,5 +14,5 @@ declare type SelectFieldProps = {
|
|
|
14
14
|
selectOptionLabel: string;
|
|
15
15
|
searchLabel: string;
|
|
16
16
|
};
|
|
17
|
-
declare const SelectField: ({ value, label, name, options, error, required, placeholder, onChange, onValidateField, selectOptionLabel, searchLabel, isLoadingOptions, }: SelectFieldProps) => JSX.Element;
|
|
17
|
+
declare const SelectField: ({ value, label, name, options, error, required, placeholder, onChange, onValidateField, selectOptionLabel, searchLabel, isLoadingOptions, }: SelectFieldProps) => React.JSX.Element;
|
|
18
18
|
export default SelectField;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { AddressFields, FieldError } from '../../types';
|
|
3
3
|
import { AddressTranslations, Format } from './types';
|
|
4
|
-
|
|
4
|
+
type AddressProps = {
|
|
5
5
|
values: AddressFields;
|
|
6
6
|
requiredFields?: string[];
|
|
7
7
|
format?: Format;
|
|
@@ -12,5 +12,5 @@ declare type AddressProps = {
|
|
|
12
12
|
onValidateField?: (name: keyof AddressFields, value: string | number) => void;
|
|
13
13
|
translations?: AddressTranslations;
|
|
14
14
|
};
|
|
15
|
-
declare const Address: ({ values, requiredFields, errors, translations, format, onChange, onValidateField, }: AddressProps) => JSX.Element;
|
|
15
|
+
declare const Address: ({ values, requiredFields, errors, translations, format, onChange, onValidateField, }: AddressProps) => React.JSX.Element;
|
|
16
16
|
export default Address;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type AddressTranslations = {
|
|
2
2
|
address: {
|
|
3
3
|
label: string;
|
|
4
4
|
placeholder: string;
|
|
@@ -40,4 +40,4 @@ export declare type AddressTranslations = {
|
|
|
40
40
|
searchLabel: string;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
-
export
|
|
43
|
+
export type Format = 'international' | 'us';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { State } from 'xstate';
|
|
2
2
|
import { Division } from "../../../../data-access/src";
|
|
3
3
|
import { addressMachine } from './address';
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
type AddressMachine = typeof addressMachine;
|
|
5
|
+
type AddressState = State<AddressMachine['context']>;
|
|
6
6
|
export declare const getCountries: (machineState: AddressState) => {
|
|
7
7
|
items: Division[];
|
|
8
8
|
isLoading: boolean;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Division } from "../../../../data-access/src";
|
|
2
|
-
export
|
|
2
|
+
export type Context = {
|
|
3
3
|
countries: Division[];
|
|
4
4
|
subdivisions: Division[];
|
|
5
5
|
};
|
|
6
|
-
export
|
|
6
|
+
export type Events = {
|
|
7
7
|
type: 'FETCH_COUNTRY';
|
|
8
8
|
} | {
|
|
9
9
|
type: 'FETCH_SUBDIVISION';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type AddressFields = {
|
|
2
2
|
address: string;
|
|
3
3
|
address2: string;
|
|
4
4
|
city: string;
|
|
@@ -6,4 +6,4 @@ export declare type AddressFields = {
|
|
|
6
6
|
country: string;
|
|
7
7
|
zip: string;
|
|
8
8
|
};
|
|
9
|
-
export
|
|
9
|
+
export type FieldError = 'required' | 'invalid';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ComponentSettings } from './types';
|
|
3
|
-
declare const App: ({ billingHistory }: ComponentSettings) => JSX.Element;
|
|
3
|
+
declare const App: ({ billingHistory }: ComponentSettings) => React.JSX.Element;
|
|
4
4
|
export default App;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const BillingHistoryLoader: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const BillingHistoryLoader: () => React.JSX.Element;
|
|
3
3
|
export default BillingHistoryLoader;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { FilterValue, FilterType, FiltersSettings } from '../../machines/billingFilters';
|
|
3
3
|
import { DateFilterTabType } from '../../machines/billingFilters/types';
|
|
4
|
-
export
|
|
4
|
+
export type FiltersProps = {
|
|
5
5
|
isOpen: boolean;
|
|
6
6
|
isFilteringApplied: boolean;
|
|
7
7
|
onUpdateFilter: (filter: FilterType, value: FilterValue) => void;
|
|
@@ -14,5 +14,5 @@ export declare type FiltersProps = {
|
|
|
14
14
|
filtersSections: Record<FilterType, boolean>;
|
|
15
15
|
onDateTypeChange: (dateType: DateFilterTabType) => void;
|
|
16
16
|
};
|
|
17
|
-
declare const Filters: ({ filtersSettings, filtersSections, isOpen, isFilteringApplied, onUpdateFilter, onToggleFilters, onToggleSection, onApply, onClear, onDateTypeChange, onCloseFilters, }: FiltersProps) => JSX.Element;
|
|
17
|
+
declare const Filters: ({ filtersSettings, filtersSections, isOpen, isFilteringApplied, onUpdateFilter, onToggleFilters, onToggleSection, onApply, onClear, onDateTypeChange, onCloseFilters, }: FiltersProps) => React.JSX.Element;
|
|
18
18
|
export default Filters;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RefObject } from 'react';
|
|
1
|
+
import React, { RefObject } from 'react';
|
|
2
2
|
import { FilterBoxProps } from '../FilterBox/FilterBox';
|
|
3
3
|
import { DateFilterType } from '../../../../machines/billingFilters';
|
|
4
4
|
export interface DateFilterProps extends Omit<FilterBoxProps, 'children'> {
|
|
@@ -7,4 +7,4 @@ export interface DateFilterProps extends Omit<FilterBoxProps, 'children'> {
|
|
|
7
7
|
onTabChange: (tab: string) => void;
|
|
8
8
|
portalContainer: RefObject<HTMLElement>;
|
|
9
9
|
}
|
|
10
|
-
export declare const DateFilter: ({ onChange, values, onClick, header, isExpanded, portalContainer, onTabChange, }: DateFilterProps) => JSX.Element;
|
|
10
|
+
export declare const DateFilter: ({ onChange, values, onClick, header, isExpanded, portalContainer, onTabChange, }: DateFilterProps) => React.JSX.Element;
|
package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.d.ts
CHANGED
|
@@ -5,4 +5,4 @@ export interface FilterBoxProps {
|
|
|
5
5
|
onClick: () => void;
|
|
6
6
|
header: string;
|
|
7
7
|
}
|
|
8
|
-
export declare const FilterBox: ({ children, isExpanded, onClick, header, }: FilterBoxProps) => JSX.Element;
|
|
8
|
+
export declare const FilterBox: ({ children, isExpanded, onClick, header, }: FilterBoxProps) => React.JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { FilterBoxProps } from '../FilterBox';
|
|
3
3
|
export interface InvoiceNumberFilterProps extends Omit<FilterBoxProps, 'children'> {
|
|
4
4
|
onChange: (value: string) => void;
|
|
5
5
|
placeholder?: string;
|
|
6
6
|
value?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare const InvoiceNumberFilter: ({ onChange, placeholder, value, ...rest }: InvoiceNumberFilterProps) => JSX.Element;
|
|
8
|
+
export declare const InvoiceNumberFilter: ({ onChange, placeholder, value, ...rest }: InvoiceNumberFilterProps) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { FilterBoxProps } from '../FilterBox';
|
|
3
3
|
import { Product } from '../../../../models/billingHistory/billingHistory';
|
|
4
4
|
export interface ProductNameFilterProps extends Omit<FilterBoxProps, 'children'> {
|
|
@@ -8,4 +8,4 @@ export interface ProductNameFilterProps extends Omit<FilterBoxProps, 'children'>
|
|
|
8
8
|
values?: number[];
|
|
9
9
|
products: Product[];
|
|
10
10
|
}
|
|
11
|
-
export declare const ProductNameFilter: ({ onChange, placeholder, values, showSearch, products, ...rest }: ProductNameFilterProps) => JSX.Element;
|
|
11
|
+
export declare const ProductNameFilter: ({ onChange, placeholder, values, showSearch, products, ...rest }: ProductNameFilterProps) => React.JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { FilterBoxProps } from '../FilterBox/FilterBox';
|
|
3
3
|
import { InvoiceStatus } from '../../../../models/billingHistory/billingHistory';
|
|
4
4
|
export interface StatusFilterProps extends Omit<FilterBoxProps, 'children'> {
|
|
5
5
|
values: InvoiceStatus[];
|
|
6
6
|
onChange: (status: InvoiceStatus[]) => void;
|
|
7
7
|
}
|
|
8
|
-
export declare const StatusFilter: ({ onChange, values, onClick, header, isExpanded, }: StatusFilterProps) => JSX.Element;
|
|
8
|
+
export declare const StatusFilter: ({ onChange, values, onClick, header, isExpanded, }: StatusFilterProps) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { InvoiceTableData } from './types';
|
|
3
3
|
import { PaginationVariant } from '../../types';
|
|
4
4
|
import { SortDir } from '../../models/billingHistory/billingHistory';
|
|
@@ -20,5 +20,5 @@ export interface InvoicesTableProps {
|
|
|
20
20
|
isLoading: boolean;
|
|
21
21
|
isFiltering: boolean;
|
|
22
22
|
}
|
|
23
|
-
declare const InvoicesTable: ({ invoices, onSortChange, sortMode, onPageChange, page, onLoadMore, totalPages, totalInvoices, paginationVariant, itemsPerPage, onItemsPerPageChange, isLoading, isFiltering, }: InvoicesTableProps) => JSX.Element;
|
|
23
|
+
declare const InvoicesTable: ({ invoices, onSortChange, sortMode, onPageChange, page, onLoadMore, totalPages, totalInvoices, paginationVariant, itemsPerPage, onItemsPerPageChange, isLoading, isFiltering, }: InvoicesTableProps) => React.JSX.Element;
|
|
24
24
|
export default InvoicesTable;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { InvoiceConsolidationLevel } from '../../../models/billingHistory/billingHistory';
|
|
3
|
-
|
|
3
|
+
type IconWIthTooltipProps = {
|
|
4
4
|
consolidationLevel: InvoiceConsolidationLevel;
|
|
5
5
|
};
|
|
6
|
-
export declare const IconWIthTooltip: ({ consolidationLevel, }: IconWIthTooltipProps) => JSX.Element;
|
|
6
|
+
export declare const IconWIthTooltip: ({ consolidationLevel, }: IconWIthTooltipProps) => React.JSX.Element;
|
|
7
7
|
export {};
|
package/typings/packages/billing-history/src/components/InvoicesTable/components/NoInvoicesMsg.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type NoInvoicesMsgProps = {
|
|
3
3
|
message: string;
|
|
4
4
|
};
|
|
5
|
-
export declare const NoInvoicesMsg: ({ message }: NoInvoicesMsgProps) => JSX.Element;
|
|
5
|
+
export declare const NoInvoicesMsg: ({ message }: NoInvoicesMsgProps) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export interface PagesPaginationProps {
|
|
3
3
|
page: number;
|
|
4
4
|
totalPages: number;
|
|
@@ -7,4 +7,4 @@ export interface PagesPaginationProps {
|
|
|
7
7
|
onItemsPerPageChange: (itemsPerPage: number) => void;
|
|
8
8
|
onPageChange: (page: number) => void;
|
|
9
9
|
}
|
|
10
|
-
export declare const PagesPagination: ({ page, totalPages, onPageChange, onItemsPerPageChange, totalInvoices, itemsPerPage, }: PagesPaginationProps) => JSX.Element;
|
|
10
|
+
export declare const PagesPagination: ({ page, totalPages, onPageChange, onItemsPerPageChange, totalInvoices, itemsPerPage, }: PagesPaginationProps) => React.JSX.Element;
|
package/typings/packages/billing-history/src/components/InvoicesTable/components/Status.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { InvoiceStatus } from '../../../models/billingHistory/billingHistory';
|
|
3
3
|
interface StatusProps {
|
|
4
4
|
status: InvoiceStatus;
|
|
5
5
|
}
|
|
6
|
-
export declare const Status: ({ status }: StatusProps) => JSX.Element;
|
|
6
|
+
export declare const Status: ({ status }: StatusProps) => React.JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const BillingHistoryContainer: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const BillingHistoryContainer: () => React.JSX.Element;
|
|
3
3
|
export default BillingHistoryContainer;
|
package/typings/packages/billing-history/src/containers/FiltersContainer/FiltersContainer.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const FiltersContainer: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const FiltersContainer: () => React.JSX.Element;
|
|
3
3
|
export default FiltersContainer;
|
package/typings/packages/billing-history/src/containers/ProductsContainer/ProductsContainer.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Product } from '../../models/billingHistory/billingHistory';
|
|
3
|
-
export
|
|
3
|
+
export type ProductsContainerProps = {
|
|
4
4
|
children: (props: {
|
|
5
5
|
products: Product[];
|
|
6
6
|
showSearch: boolean;
|
|
7
7
|
}) => React.ReactNode;
|
|
8
8
|
};
|
|
9
|
-
declare const ProductsContainer: ({ children }: ProductsContainerProps) => JSX.Element;
|
|
9
|
+
declare const ProductsContainer: ({ children }: ProductsContainerProps) => React.JSX.Element;
|
|
10
10
|
export default ProductsContainer;
|
|
@@ -1,24 +1,5 @@
|
|
|
1
1
|
import { Context } from './types';
|
|
2
|
-
export declare const setFilterSections: import("xstate").ChooseAction<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
productIds: boolean;
|
|
7
|
-
date: boolean;
|
|
8
|
-
};
|
|
9
|
-
}, import("xstate").EventObject>;
|
|
10
|
-
export declare const setFilterOrClear: import("xstate").ChooseAction<{
|
|
11
|
-
activeFilters: any;
|
|
12
|
-
inlineFilters: import("./types").FiltersSettings;
|
|
13
|
-
}, import("xstate").EventObject>;
|
|
14
|
-
export declare const setFilterClear: import("xstate").ChooseAction<{
|
|
15
|
-
activeFilters: any;
|
|
16
|
-
inlineFilters: import("./types").FiltersSettings;
|
|
17
|
-
sections: {
|
|
18
|
-
status: boolean;
|
|
19
|
-
invoiceNumber: boolean;
|
|
20
|
-
productIds: boolean;
|
|
21
|
-
date: boolean;
|
|
22
|
-
};
|
|
23
|
-
}, import("xstate").EventObject>;
|
|
24
|
-
export declare const setDateTabEmpty: import("xstate").ChooseAction<Context, import("xstate").EventObject>;
|
|
2
|
+
export declare const setFilterSections: import("xstate").ChooseAction<Context, import("xstate").EventObject, import("xstate").EventObject>;
|
|
3
|
+
export declare const setFilterOrClear: import("xstate").ChooseAction<Context, import("xstate").EventObject, import("xstate").EventObject>;
|
|
4
|
+
export declare const setFilterClear: import("xstate").ChooseAction<Context, import("xstate").EventObject, import("xstate").EventObject>;
|
|
5
|
+
export declare const setDateTabEmpty: import("xstate").ChooseAction<Context, import("xstate").EventObject, import("xstate").EventObject>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { State } from 'xstate';
|
|
2
2
|
import { billingFilters } from './billingFilters';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
3
|
+
export type BillingFiltersMachine = typeof billingFilters;
|
|
4
|
+
export type BillingFiltersState = State<BillingFiltersMachine['context']>;
|
|
5
5
|
export declare const getFiltersSections: (machineState: BillingFiltersState) => Record<import("./types").FilterType, boolean>;
|
|
6
6
|
export declare const getFiltersVisibility: (machineState: BillingFiltersState) => boolean;
|
|
7
7
|
export declare const getInlineFiltersValues: (machineState: BillingFiltersState) => import("./types").FiltersSettings;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import { Interpreter } from 'xstate';
|
|
2
2
|
import { InvoiceStatus } from '../../models/billingHistory/billingHistory';
|
|
3
3
|
import { FilterDate } from '../billingHistoryData/types';
|
|
4
|
-
export
|
|
5
|
-
export
|
|
4
|
+
export type FilterType = 'status' | 'invoiceNumber' | 'productIds' | 'date';
|
|
5
|
+
export type FiltersSettings = {
|
|
6
6
|
status: InvoiceStatus[];
|
|
7
7
|
invoiceNumber: string | undefined;
|
|
8
8
|
productIds: number[];
|
|
9
9
|
date: DateFilterType;
|
|
10
10
|
};
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
11
|
+
export type DateFilterType = RelativeDate | TimeRangeDate;
|
|
12
|
+
export type DateFilterTabType = 'relative' | 'timeRange';
|
|
13
|
+
export type RelativeDate = {
|
|
14
14
|
type: 'relative';
|
|
15
15
|
unit?: Unit;
|
|
16
16
|
value?: number;
|
|
17
17
|
dateField: FilterDate;
|
|
18
18
|
};
|
|
19
|
-
export
|
|
20
|
-
export
|
|
19
|
+
export type Unit = 'day' | 'month' | 'year';
|
|
20
|
+
export type TimeRangeDate = {
|
|
21
21
|
type: 'timeRange';
|
|
22
22
|
startDate?: Date;
|
|
23
23
|
endDate?: Date;
|
|
24
24
|
dateField: FilterDate;
|
|
25
25
|
};
|
|
26
|
-
export
|
|
27
|
-
export
|
|
26
|
+
export type FilterValue = string | InvoiceStatus[] | number[] | null | FiltersSettings['date'];
|
|
27
|
+
export type Context = {
|
|
28
28
|
activeFilters: FiltersSettings | null;
|
|
29
29
|
inlineFilters: FiltersSettings;
|
|
30
30
|
sections: Record<FilterType, boolean>;
|
|
31
31
|
};
|
|
32
|
-
export
|
|
32
|
+
export type Events = {
|
|
33
33
|
type: 'APPLY_FILTERS';
|
|
34
34
|
} | {
|
|
35
35
|
type: 'CLEAR_FILTERS';
|
|
@@ -48,4 +48,4 @@ export declare type Events = {
|
|
|
48
48
|
type: 'CHANGE_DATE_TAB';
|
|
49
49
|
tabType: DateFilterTabType;
|
|
50
50
|
};
|
|
51
|
-
export
|
|
51
|
+
export type BillingFiltersInterpreter = Interpreter<Context, Record<string, any>, Events>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const sendDebouncedSortByEvent: import("xstate").SendAction<unknown, import("xstate").EventObject, import("xstate").
|
|
2
|
-
export declare const cancelDebouncedSortByEvent: import("xstate").CancelAction
|
|
1
|
+
export declare const sendDebouncedSortByEvent: import("xstate").SendAction<unknown, import("xstate").EventObject, import("xstate").AnyEventObject>;
|
|
2
|
+
export declare const cancelDebouncedSortByEvent: import("xstate").CancelAction<unknown, import("xstate").EventObject, import("xstate").EventObject>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { State } from 'xstate';
|
|
2
2
|
import { billingHistoryData } from './billingHistoryData';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
3
|
+
export type CustomerDataMachine = typeof billingHistoryData;
|
|
4
|
+
export type CustomerDataState = State<CustomerDataMachine['context']>;
|
|
5
5
|
export declare const getBillingHistoryData: (machineState: CustomerDataState) => {
|
|
6
6
|
items: import("../../models/billingHistory/billingHistory").InvoiceModel[];
|
|
7
7
|
sorting: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Interpreter } from 'xstate';
|
|
2
2
|
import { BillingHistoryModel, InvoiceModel, InvoiceStatus, SortDir } from '../../models/billingHistory/billingHistory';
|
|
3
|
-
export
|
|
3
|
+
export type Context = {
|
|
4
4
|
sorting: {
|
|
5
5
|
page: number;
|
|
6
6
|
limit: number;
|
|
@@ -11,7 +11,7 @@ export declare type Context = {
|
|
|
11
11
|
pagination: BillingHistoryModel['pagination'];
|
|
12
12
|
items: InvoiceModel[];
|
|
13
13
|
};
|
|
14
|
-
export
|
|
14
|
+
export type Events = {
|
|
15
15
|
type: 'INITIALIZE';
|
|
16
16
|
page: number;
|
|
17
17
|
limit: number;
|
|
@@ -36,7 +36,7 @@ export declare type Events = {
|
|
|
36
36
|
sortBy: string;
|
|
37
37
|
sortDirection: SortDir;
|
|
38
38
|
};
|
|
39
|
-
export
|
|
39
|
+
export type FiltersSettings = {
|
|
40
40
|
status?: InvoiceStatus[];
|
|
41
41
|
invoiceNumber?: string | undefined;
|
|
42
42
|
productIds?: number[];
|
|
@@ -44,5 +44,5 @@ export declare type FiltersSettings = {
|
|
|
44
44
|
endDate?: string;
|
|
45
45
|
dateField?: FilterDate;
|
|
46
46
|
};
|
|
47
|
-
export
|
|
48
|
-
export
|
|
47
|
+
export type BillingHistoryDataInterpreter = Interpreter<Context, Record<string, any>>;
|
|
48
|
+
export type FilterDate = 'due_date' | 'issue_date' | 'paid_date';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { filtersOptions } from './filtersOptions';
|
|
2
2
|
import { State } from 'xstate';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
3
|
+
export type FiltersOptionsMachine = typeof filtersOptions;
|
|
4
|
+
export type FiltersOptionsMachineState = State<FiltersOptionsMachine['context']>;
|
|
5
5
|
export declare const getProducts: (machineState: FiltersOptionsMachineState) => {
|
|
6
6
|
products: import("../../models/billingHistory/billingHistory").Product[];
|
|
7
7
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Interpreter } from 'xstate';
|
|
2
2
|
import { Product } from '../../models/billingHistory/billingHistory';
|
|
3
|
-
export
|
|
3
|
+
export type Events = {
|
|
4
4
|
type: 'INITIALIZE';
|
|
5
5
|
};
|
|
6
|
-
export
|
|
6
|
+
export type Context = {
|
|
7
7
|
products: Product[];
|
|
8
8
|
};
|
|
9
|
-
export
|
|
9
|
+
export type FiltersOptionsInterpreter = Interpreter<Context, Record<string, any>, Events>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Currency } from "../../../../formatters/src";
|
|
2
|
-
export
|
|
2
|
+
export type BillingHistoryModel = {
|
|
3
3
|
pagination: {
|
|
4
4
|
totalItems: number;
|
|
5
5
|
totalPages: number;
|
|
@@ -7,7 +7,7 @@ export declare type BillingHistoryModel = {
|
|
|
7
7
|
};
|
|
8
8
|
items: InvoiceModel[];
|
|
9
9
|
};
|
|
10
|
-
export
|
|
10
|
+
export type InvoiceModel = {
|
|
11
11
|
id: string;
|
|
12
12
|
number: string;
|
|
13
13
|
issueDate: string;
|
|
@@ -19,10 +19,10 @@ export declare type InvoiceModel = {
|
|
|
19
19
|
invoiceUrl: string;
|
|
20
20
|
consolidationLevel: InvoiceConsolidationLevel;
|
|
21
21
|
};
|
|
22
|
-
export
|
|
22
|
+
export type Product = {
|
|
23
23
|
name: string;
|
|
24
24
|
id: number;
|
|
25
25
|
};
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
26
|
+
export type InvoiceStatus = 'draft' | 'open' | 'paid' | 'pending' | 'voided' | 'canceled';
|
|
27
|
+
export type InvoiceConsolidationLevel = 'none' | 'parent' | 'child';
|
|
28
|
+
export type SortDir = 'asc' | 'desc';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const InvoiceDetails: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const InvoiceDetails: () => React.JSX.Element;
|
|
3
3
|
export default InvoiceDetails;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
type Props = {
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
};
|
|
5
|
-
export declare const GlobalStateProvider: ({ children }: Props) => JSX.Element;
|
|
5
|
+
export declare const GlobalStateProvider: ({ children }: Props) => React.JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type ComponentSettings = {
|
|
2
2
|
billingHistory: {
|
|
3
3
|
paginationVariant: PaginationVariant;
|
|
4
4
|
itemsPerPage: number;
|
|
@@ -6,5 +6,5 @@ export declare type ComponentSettings = {
|
|
|
6
6
|
enableFiltering: boolean;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
export
|
|
10
|
-
export
|
|
9
|
+
export type VisibleColumns = 'invoice_number' | 'issue_date' | 'status' | 'amount_due' | 'total_amount';
|
|
10
|
+
export type PaginationVariant = 'simple' | 'pages';
|