@maxio-com/self-service 1.9.4 → 1.9.6
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/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 +5 -5
- 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
package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/types.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type RadioGroupProps = {
|
|
2
2
|
options: RadioOption[];
|
|
3
3
|
selectedValue: string | number;
|
|
4
4
|
onValueChange: (value: string | number) => void;
|
|
5
5
|
optionsDirection?: 'column' | 'row';
|
|
6
6
|
optionsGap?: number;
|
|
7
7
|
};
|
|
8
|
-
export
|
|
8
|
+
export type RadioOption = {
|
|
9
9
|
label: string;
|
|
10
10
|
value: string;
|
|
11
11
|
};
|
package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Item as ItemType, ItemValue, Size, Variant } from './types';
|
|
3
3
|
export interface RadioSelectProps {
|
|
4
4
|
items: ItemType[];
|
|
@@ -7,5 +7,5 @@ export interface RadioSelectProps {
|
|
|
7
7
|
size?: Size;
|
|
8
8
|
onClick: (value: ItemValue) => void;
|
|
9
9
|
}
|
|
10
|
-
declare const RadioSelect: ({ items, activeItem, variant, size, onClick, }: RadioSelectProps) => JSX.Element;
|
|
10
|
+
declare const RadioSelect: ({ items, activeItem, variant, size, onClick, }: RadioSelectProps) => React.JSX.Element;
|
|
11
11
|
export default RadioSelect;
|
package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/types.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
2
|
+
export type ItemValue = string | number;
|
|
3
|
+
export type Item = {
|
|
4
4
|
id: string;
|
|
5
5
|
label: string;
|
|
6
6
|
value: ItemValue;
|
|
7
7
|
};
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
8
|
+
export type State = 'active' | 'inactive';
|
|
9
|
+
export type Variant = 'primary';
|
|
10
|
+
export type Size = 'small' | 'regular';
|
|
11
|
+
export type RadioSelectSettings = ComponentSettings<{
|
|
12
12
|
variant: ComponentVariant<'variant', Variant>;
|
|
13
13
|
state: ComponentVariant<'state', State>;
|
|
14
14
|
size: ComponentVariant<'size', Size>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RefObject } from 'react';
|
|
1
|
+
import React, { RefObject } from 'react';
|
|
2
2
|
import { Unit, Timeframe, RelativeTimeTranslations } from './types';
|
|
3
3
|
export interface RelativeTimeProps {
|
|
4
4
|
unit?: Unit;
|
|
@@ -7,5 +7,5 @@ export interface RelativeTimeProps {
|
|
|
7
7
|
translations?: RelativeTimeTranslations;
|
|
8
8
|
portalContainer?: RefObject<HTMLElement>;
|
|
9
9
|
}
|
|
10
|
-
declare const RelativeTime: ({ unit, value, onChange, portalContainer, translations, }: RelativeTimeProps) => JSX.Element;
|
|
10
|
+
declare const RelativeTime: ({ unit, value, onChange, portalContainer, translations, }: RelativeTimeProps) => React.JSX.Element;
|
|
11
11
|
export default RelativeTime;
|
package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/types.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export type Unit = 'day' | 'month' | 'year';
|
|
2
|
+
export type Timeframe = {
|
|
3
3
|
unit: Unit;
|
|
4
4
|
value: number;
|
|
5
5
|
};
|
|
6
|
-
export
|
|
6
|
+
export type RelativeTimeTranslations = {
|
|
7
7
|
label: string;
|
|
8
8
|
days: string;
|
|
9
9
|
months: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export interface StepperProps {
|
|
3
3
|
steps: string[];
|
|
4
4
|
currentStep: number;
|
|
@@ -6,5 +6,5 @@ export interface StepperProps {
|
|
|
6
6
|
stepText?: string;
|
|
7
7
|
verticalSingleLine?: boolean;
|
|
8
8
|
}
|
|
9
|
-
declare const Stepper: ({ steps, currentStep, variant, stepText, verticalSingleLine, }: StepperProps) => JSX.Element;
|
|
9
|
+
declare const Stepper: ({ steps, currentStep, variant, stepText, verticalSingleLine, }: StepperProps) => React.JSX.Element;
|
|
10
10
|
export default Stepper;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
interface StepProps {
|
|
3
3
|
isActive: boolean;
|
|
4
4
|
isCompleted: boolean;
|
|
5
5
|
stepCount: number;
|
|
6
6
|
title: string;
|
|
7
7
|
}
|
|
8
|
-
declare const StepHorizontal: ({ stepCount, title, isActive, isCompleted, }: StepProps) => JSX.Element;
|
|
8
|
+
declare const StepHorizontal: ({ stepCount, title, isActive, isCompleted, }: StepProps) => React.JSX.Element;
|
|
9
9
|
export default StepHorizontal;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../../../types';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
2
|
+
export type StepState = 'active' | 'completed' | 'disabled';
|
|
3
|
+
export type StepSize = 'regular';
|
|
4
|
+
export type StepperVariant = 'horizontal' | 'vertical';
|
|
5
|
+
export type StepHorizontalSettings = ComponentSettings<{
|
|
6
6
|
color: ComponentVariant<'color', StepState>;
|
|
7
7
|
size: ComponentVariant<'size', StepSize>;
|
|
8
8
|
text: ComponentVariant<'text', StepState>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
interface StepVerticalProps {
|
|
3
3
|
stepCount: number;
|
|
4
4
|
title: string;
|
|
@@ -7,5 +7,5 @@ interface StepVerticalProps {
|
|
|
7
7
|
stepText?: string;
|
|
8
8
|
verticalSingleLine: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare const StepVertical: ({ stepCount, title, isActive, isCompleted, stepText, verticalSingleLine, }: StepVerticalProps) => JSX.Element;
|
|
10
|
+
declare const StepVertical: ({ stepCount, title, isActive, isCompleted, stepText, verticalSingleLine, }: StepVerticalProps) => React.JSX.Element;
|
|
11
11
|
export default StepVertical;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../../../types';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
2
|
+
export type StepState = 'active' | 'completed' | 'disabled';
|
|
3
|
+
export type StepSize = 'regular';
|
|
4
|
+
export type StepperVariant = 'horizontal' | 'vertical';
|
|
5
|
+
export type StepVerticalSettings = ComponentSettings<{
|
|
6
6
|
color: ComponentVariant<'color', StepState>;
|
|
7
7
|
size: ComponentVariant<'size', StepSize>;
|
|
8
8
|
text: ComponentVariant<'text', StepState>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TagColor } from '../Tag';
|
|
3
|
-
export
|
|
3
|
+
export type SubscriptionHeaderProps = {
|
|
4
4
|
title: string;
|
|
5
5
|
price?: {
|
|
6
6
|
color: string;
|
|
@@ -13,5 +13,5 @@ export declare type SubscriptionHeaderProps = {
|
|
|
13
13
|
children?: React.ReactNode;
|
|
14
14
|
interval?: string;
|
|
15
15
|
};
|
|
16
|
-
export declare const SubscriptionHeader: ({ title, tag, children, price, interval, }: SubscriptionHeaderProps) => JSX.Element;
|
|
16
|
+
export declare const SubscriptionHeader: ({ title, tag, children, price, interval, }: SubscriptionHeaderProps) => React.JSX.Element;
|
|
17
17
|
export default SubscriptionHeader;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { SummaryTableRows } from './types';
|
|
3
|
-
export
|
|
3
|
+
export type Props = {
|
|
4
4
|
rows: SummaryTableRows;
|
|
5
5
|
columnSpans: number[];
|
|
6
6
|
};
|
|
7
|
-
declare const SummaryTable: ({ rows, columnSpans }: Props) => JSX.Element;
|
|
7
|
+
declare const SummaryTable: ({ rows, columnSpans }: Props) => React.JSX.Element;
|
|
8
8
|
export default SummaryTable;
|
package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/types.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import CSS from 'csstype';
|
|
2
2
|
import { FontWeight } from '../../../themeBase';
|
|
3
|
-
export
|
|
3
|
+
export type SummaryTableCellConfig = {
|
|
4
4
|
value: string | number;
|
|
5
5
|
color?: string;
|
|
6
6
|
textAlign?: CSS.Property.TextAlign;
|
|
7
7
|
fontSize?: number;
|
|
8
8
|
fontWeight?: FontWeight;
|
|
9
9
|
};
|
|
10
|
-
export
|
|
10
|
+
export type SummaryTableRows = SummaryTableCellConfig[][];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export interface TabsProps {
|
|
3
3
|
tabs: {
|
|
4
4
|
label: string;
|
|
@@ -7,5 +7,5 @@ export interface TabsProps {
|
|
|
7
7
|
activeTabId?: string;
|
|
8
8
|
onClick?: (tabId: string) => void;
|
|
9
9
|
}
|
|
10
|
-
declare const Tabs: ({ tabs, activeTabId, onClick }: TabsProps) => JSX.Element;
|
|
10
|
+
declare const Tabs: ({ tabs, activeTabId, onClick }: TabsProps) => React.JSX.Element;
|
|
11
11
|
export default Tabs;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
2
|
+
export type Variant = 'primary';
|
|
3
|
+
export type Size = 'regular';
|
|
4
|
+
export type TabsSettings = ComponentSettings<{
|
|
5
5
|
size: ComponentVariant<'size', Size>;
|
|
6
6
|
variant: ComponentVariant<'variant', Variant>;
|
|
7
7
|
containerVariant: ComponentVariant<'containerVariant', Variant>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { TagColor, TagSize } from './types';
|
|
3
|
-
export
|
|
3
|
+
export type TagProps = {
|
|
4
4
|
label: string;
|
|
5
5
|
color?: TagColor;
|
|
6
6
|
size?: TagSize;
|
|
@@ -8,5 +8,5 @@ export declare type TagProps = {
|
|
|
8
8
|
maxWidth?: number;
|
|
9
9
|
onDelete?: () => void;
|
|
10
10
|
};
|
|
11
|
-
declare const Tag: ({ label, size, color, overflow, maxWidth, onDelete, }: TagProps) => JSX.Element;
|
|
11
|
+
declare const Tag: ({ label, size, color, overflow, maxWidth, onDelete, }: TagProps) => React.JSX.Element;
|
|
12
12
|
export default Tag;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
2
|
+
export type TagColor = 'primary' | 'success' | 'danger' | 'gray';
|
|
3
|
+
export type TagSize = 'regular';
|
|
4
|
+
export type TagSettings = ComponentSettings<{
|
|
5
5
|
color: ComponentVariant<'color', TagColor>;
|
|
6
6
|
size: ComponentVariant<'size', TagSize>;
|
|
7
7
|
}>;
|
package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { TagProps } from '../Tag/Tag';
|
|
3
3
|
export interface TagInputProps {
|
|
4
4
|
tags: string[];
|
|
@@ -15,5 +15,5 @@ export interface TagInputProps {
|
|
|
15
15
|
id?: string;
|
|
16
16
|
fullWidth?: boolean;
|
|
17
17
|
}
|
|
18
|
-
declare const TagInput: ({ separator, placeholder, validationFn, tags, tagProps, onCreate, onRemove, onPaste, blinkTime, fullWidth, maxTags, ...rest }: TagInputProps) => JSX.Element;
|
|
18
|
+
declare const TagInput: ({ separator, placeholder, validationFn, tags, tagProps, onCreate, onRemove, onPaste, blinkTime, fullWidth, maxTags, ...rest }: TagInputProps) => React.JSX.Element;
|
|
19
19
|
export default TagInput;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
2
|
+
export type TagInputSize = 'regular';
|
|
3
|
+
export type TagInputStatus = 'default' | 'error';
|
|
4
|
+
export type TagInputSettings = ComponentSettings<{
|
|
5
5
|
status: ComponentVariant<'status', TagInputStatus>;
|
|
6
6
|
inputSize: ComponentVariant<'inputSize', TagInputSize>;
|
|
7
7
|
size: ComponentVariant<'size', TagInputSize>;
|
package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RefObject } from 'react';
|
|
1
|
+
import React, { RefObject } from 'react';
|
|
2
2
|
import { Time, TimePickerTranslations } from './types';
|
|
3
3
|
import { DropdownAlignment } from '../../atoms/types';
|
|
4
4
|
export interface TimePickerProps {
|
|
@@ -10,5 +10,5 @@ export interface TimePickerProps {
|
|
|
10
10
|
disabled?: boolean;
|
|
11
11
|
dropdownAlignment?: DropdownAlignment;
|
|
12
12
|
}
|
|
13
|
-
declare const TimePicker: ({ value, portalContainer, translations, onChange, modalRef, disabled, dropdownAlignment, }: TimePickerProps) => JSX.Element;
|
|
13
|
+
declare const TimePicker: ({ value, portalContainer, translations, onChange, modalRef, disabled, dropdownAlignment, }: TimePickerProps) => React.JSX.Element;
|
|
14
14
|
export default TimePicker;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Size, ColorVariant, MessageType } from './types';
|
|
3
|
-
export
|
|
3
|
+
export type ToastMessageProps = {
|
|
4
4
|
message: string;
|
|
5
5
|
size?: Size;
|
|
6
6
|
colorVariant?: ColorVariant;
|
|
7
7
|
type?: MessageType;
|
|
8
8
|
};
|
|
9
|
-
declare const ToastMessage: ({ size, colorVariant, type, message, }: ToastMessageProps) => JSX.Element;
|
|
9
|
+
declare const ToastMessage: ({ size, colorVariant, type, message, }: ToastMessageProps) => React.JSX.Element;
|
|
10
10
|
export default ToastMessage;
|
package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/types.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
2
|
+
export type Size = 'regular';
|
|
3
|
+
export type ColorVariant = 'dark';
|
|
4
|
+
export type MessageType = 'success' | 'info' | 'warning';
|
|
5
|
+
export type IconColorVariant = `${ColorVariant}-${MessageType}`;
|
|
6
|
+
export type ToastMessageSettings = ComponentSettings<{
|
|
7
7
|
size: ComponentVariant<'size', Size>;
|
|
8
8
|
colorVariant: ComponentVariant<'colorVariant', ColorVariant>;
|
|
9
9
|
iconColor: ComponentVariant<'iconColor', IconColorVariant>;
|
package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
2
|
import { AccountDetails, AddressDetails, Size, Variant, Status } from './types';
|
|
3
3
|
import { defaultTranslations } from './constants';
|
|
4
|
-
export
|
|
4
|
+
export type BankAccountProps = {
|
|
5
5
|
accountDetails: AccountDetails;
|
|
6
6
|
addressDetails?: AddressDetails;
|
|
7
7
|
size?: Size;
|
|
@@ -10,5 +10,5 @@ export declare type BankAccountProps = {
|
|
|
10
10
|
status?: Status;
|
|
11
11
|
renderSlot?: () => ReactNode;
|
|
12
12
|
};
|
|
13
|
-
declare const BankAccount: ({ accountDetails, addressDetails, size, variant, translations, status, renderSlot, }: BankAccountProps) => JSX.Element;
|
|
13
|
+
declare const BankAccount: ({ accountDetails, addressDetails, size, variant, translations, status, renderSlot, }: BankAccountProps) => React.JSX.Element;
|
|
14
14
|
export default BankAccount;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const Watermark: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const Watermark: () => React.JSX.Element;
|
|
3
3
|
export default Watermark;
|
package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/types.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
|
-
export
|
|
2
|
+
export type AccountDetails = {
|
|
3
3
|
bankName: string;
|
|
4
4
|
accountNumber: string;
|
|
5
5
|
routingNumber: string;
|
|
6
6
|
firstName: string;
|
|
7
7
|
lastName: string;
|
|
8
8
|
};
|
|
9
|
-
export
|
|
9
|
+
export type AddressDetails = {
|
|
10
10
|
address?: string;
|
|
11
11
|
address2?: string;
|
|
12
12
|
city?: string;
|
|
@@ -14,11 +14,11 @@ export declare type AddressDetails = {
|
|
|
14
14
|
state?: string;
|
|
15
15
|
zip?: string;
|
|
16
16
|
};
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
17
|
+
export type Status = 'active' | 'error';
|
|
18
|
+
export type Size = 'regular' | 'small';
|
|
19
|
+
export type Variant = 'primary';
|
|
20
|
+
export type ContentSizeWithAddress = `${Size}-${boolean}`;
|
|
21
|
+
export type BankAccountSettings = ComponentSettings<{
|
|
22
22
|
cardSize: ComponentVariant<'cardSize', Size>;
|
|
23
23
|
addressSize: ComponentVariant<'addressSize', Size>;
|
|
24
24
|
contentSize: ComponentVariant<'contentSize', ContentSizeWithAddress>;
|
package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
2
|
import { AddressDetails, CardDetails, Size, Status, Variant } from './types';
|
|
3
|
-
export
|
|
3
|
+
export type CreditCardProps = {
|
|
4
4
|
card: CardDetails;
|
|
5
5
|
addressDetails?: AddressDetails;
|
|
6
6
|
variant?: Variant;
|
|
@@ -9,9 +9,9 @@ export declare type CreditCardProps = {
|
|
|
9
9
|
renderSlot?: () => ReactNode;
|
|
10
10
|
statusMsg?: string;
|
|
11
11
|
};
|
|
12
|
-
declare const _default: (({ card, addressDetails, variant, size, status, renderSlot, }: CreditCardProps) => JSX.Element) & {
|
|
13
|
-
Watermark: ({ type, size }: import("./components/Watermark/Watermark").Props) => JSX.Element;
|
|
14
|
-
Chip: () => JSX.Element;
|
|
15
|
-
Logo: ({ type, width, height }: import("../../atoms/Logo/Logo").Props) => JSX.Element;
|
|
12
|
+
declare const _default: (({ card, addressDetails, variant, size, status, renderSlot, }: CreditCardProps) => React.JSX.Element) & {
|
|
13
|
+
Watermark: ({ type, size }: import("./components/Watermark/Watermark").Props) => React.JSX.Element;
|
|
14
|
+
Chip: () => React.JSX.Element;
|
|
15
|
+
Logo: ({ type, width, height }: import("../../atoms/Logo/Logo").Props) => React.JSX.Element;
|
|
16
16
|
};
|
|
17
17
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const Chip: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const Chip: () => React.JSX.Element;
|
|
3
3
|
export default Chip;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Status } from '../../types';
|
|
3
|
-
|
|
3
|
+
type Props = {
|
|
4
4
|
status: Status;
|
|
5
5
|
customMessages?: {
|
|
6
6
|
[key in Status]: string;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
export declare const StatusMsg: ({ status, customMessages }: Props) => JSX.Element;
|
|
9
|
+
export declare const StatusMsg: ({ status, customMessages }: Props) => React.JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { CreditCardType, Size } from '../../types';
|
|
3
|
-
export
|
|
3
|
+
export type Props = {
|
|
4
4
|
type: CreditCardType;
|
|
5
5
|
size: Size;
|
|
6
6
|
};
|
|
7
|
-
declare const Watermark: ({ type, size }: Props) => JSX.Element;
|
|
7
|
+
declare const Watermark: ({ type, size }: Props) => React.JSX.Element;
|
|
8
8
|
export default Watermark;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../../../types';
|
|
2
2
|
import { Size, CreditCardType } from '../../types';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
3
|
+
export type SupportedType = Extract<CreditCardType, 'visa' | 'master'>;
|
|
4
|
+
export type Variant = `${SupportedType}-${Size}`;
|
|
5
|
+
export type WatermarkSettings = ComponentSettings<{
|
|
6
6
|
variant: ComponentVariant<'variant', Variant>;
|
|
7
7
|
}>;
|
package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
2
|
import { CreditCards } from './constants';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
3
|
+
export type CreditCardType = (typeof CreditCards)[number];
|
|
4
|
+
export type CardDetails = {
|
|
5
5
|
type: CreditCardType;
|
|
6
6
|
firstName?: string;
|
|
7
7
|
lastName?: string;
|
|
@@ -9,7 +9,7 @@ export declare type CardDetails = {
|
|
|
9
9
|
expirationMonth: number;
|
|
10
10
|
expirationYear: number;
|
|
11
11
|
};
|
|
12
|
-
export
|
|
12
|
+
export type AddressDetails = {
|
|
13
13
|
address?: string;
|
|
14
14
|
address2?: string;
|
|
15
15
|
city?: string;
|
|
@@ -17,10 +17,10 @@ export declare type AddressDetails = {
|
|
|
17
17
|
state?: string;
|
|
18
18
|
zip?: string;
|
|
19
19
|
};
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
20
|
+
export type Status = 'active' | 'error' | 'unavailable' | 'normal';
|
|
21
|
+
export type Size = 'regular' | 'small';
|
|
22
|
+
export type Variant = 'primary' | 'secondary';
|
|
23
|
+
export type CreditCardSettings = ComponentSettings<{
|
|
24
24
|
variant: ComponentVariant<'variant', Variant>;
|
|
25
25
|
size: ComponentVariant<'size', Size>;
|
|
26
26
|
status?: ComponentVariant<'status', Status>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Dayjs } from 'dayjs';
|
|
3
|
-
export
|
|
3
|
+
export type DateTimePickerProps = {
|
|
4
4
|
onChange: (date: Dayjs) => void;
|
|
5
5
|
modalRef?: React.RefObject<HTMLElement>;
|
|
6
6
|
portalContainer?: React.RefObject<HTMLElement>;
|
|
@@ -9,4 +9,4 @@ export declare type DateTimePickerProps = {
|
|
|
9
9
|
minDate?: Date;
|
|
10
10
|
maxDate?: Date;
|
|
11
11
|
};
|
|
12
|
-
export declare const DateTimePicker: ({ onChange, modalRef, portalContainer, initialDate, disabled, minDate, maxDate, }: DateTimePickerProps) => JSX.Element;
|
|
12
|
+
export declare const DateTimePicker: ({ onChange, modalRef, portalContainer, initialDate, disabled, minDate, maxDate, }: DateTimePickerProps) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { MeteredProps } from './types';
|
|
3
|
-
declare const MeteredComponent: ({ name, description, value }: MeteredProps) => JSX.Element;
|
|
3
|
+
declare const MeteredComponent: ({ name, description, value }: MeteredProps) => React.JSX.Element;
|
|
4
4
|
export default MeteredComponent;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ToggleVariant } from '../../../atoms/Toggle/types';
|
|
3
|
-
export
|
|
3
|
+
export type OnOffProps = {
|
|
4
4
|
name: string;
|
|
5
5
|
isOn?: boolean;
|
|
6
6
|
isDisabled?: boolean;
|
|
7
7
|
description?: string;
|
|
8
8
|
toggleVariant?: ToggleVariant;
|
|
9
9
|
};
|
|
10
|
-
declare const OnOffComponent: ({ isOn, isDisabled, name, description, toggleVariant, }: OnOffProps) => JSX.Element;
|
|
10
|
+
declare const OnOffComponent: ({ isOn, isDisabled, name, description, toggleVariant, }: OnOffProps) => React.JSX.Element;
|
|
11
11
|
export default OnOffComponent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { PrepaidProps } from './types';
|
|
3
|
-
declare const PrepaidComponent: ({ name, prepaid, usage, isCumulative, unit, translations, description, cardVariant, overageBalance, isRenewable, }: PrepaidProps) => JSX.Element;
|
|
3
|
+
declare const PrepaidComponent: ({ name, prepaid, usage, isCumulative, unit, translations, description, cardVariant, overageBalance, isRenewable, }: PrepaidProps) => React.JSX.Element;
|
|
4
4
|
export default PrepaidComponent;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SubscriptionComponentCardVariants } from '../../../atoms';
|
|
2
|
-
export
|
|
2
|
+
export type PrepaidTranslations = {
|
|
3
3
|
overage_charge: string;
|
|
4
4
|
resources_renew_every_billing_period: string;
|
|
5
5
|
remaining_resources_will_roll_over_to_next_billing_period: string;
|
|
@@ -7,7 +7,7 @@ export declare type PrepaidTranslations = {
|
|
|
7
7
|
usage: string;
|
|
8
8
|
prepaid: string;
|
|
9
9
|
};
|
|
10
|
-
export
|
|
10
|
+
export type PrepaidProps = {
|
|
11
11
|
name: string;
|
|
12
12
|
description?: string;
|
|
13
13
|
prepaid: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { QuantityProps } from './types';
|
|
3
|
-
declare const QuantityComponent: ({ name, description, value }: QuantityProps) => JSX.Element;
|
|
3
|
+
declare const QuantityComponent: ({ name, description, value }: QuantityProps) => React.JSX.Element;
|
|
4
4
|
export default QuantityComponent;
|
|
@@ -3,8 +3,8 @@ export interface TableProps {
|
|
|
3
3
|
renderFooter?: () => React.ReactNode;
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: (({ children, renderFooter }: TableProps) => JSX.Element) & {
|
|
7
|
-
Cell: ({ children, align, ...rest }: import("./components/TableCell/TableCell").TableCellProps) => JSX.Element;
|
|
6
|
+
declare const _default: (({ children, renderFooter }: TableProps) => React.JSX.Element) & {
|
|
7
|
+
Cell: ({ children, align, ...rest }: import("./components/TableCell/TableCell").TableCellProps) => React.JSX.Element;
|
|
8
8
|
Row: import("styled-components").StyledComponent<"tr", any, {
|
|
9
9
|
variant?: import("./types").RowVariant;
|
|
10
10
|
disableBorder?: boolean;
|
|
@@ -12,7 +12,7 @@ declare const _default: (({ children, renderFooter }: TableProps) => JSX.Element
|
|
|
12
12
|
Head: import("styled-components").StyledComponent<"thead", any, {
|
|
13
13
|
variant: import("./types").HeaderVariant;
|
|
14
14
|
}, never>;
|
|
15
|
-
Header: ({ sortMode, children, align, onClick, minWidth, disableSort, ...rest }: import("./components/TableHeader/types").TableHeaderProps) => JSX.Element;
|
|
15
|
+
Header: ({ sortMode, children, align, onClick, minWidth, disableSort, ...rest }: import("./components/TableHeader/types").TableHeaderProps) => React.JSX.Element;
|
|
16
16
|
Body: import("styled-components").StyledComponent<"tbody", any, {}, never>;
|
|
17
17
|
CellContainer: import("styled-components").StyledComponent<"td", any, {}, never>;
|
|
18
18
|
Footer: import("styled-components").StyledComponent<"div", any, import("styled-system").JustifyContentProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> & import("styled-system").PaddingProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> & import("styled-system").GridProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> & {
|