@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type CustomField = {
|
|
2
2
|
id: number;
|
|
3
3
|
name: string;
|
|
4
4
|
value: string | null;
|
|
@@ -6,4 +6,4 @@ export declare type CustomField = {
|
|
|
6
6
|
fieldType: 'radio' | 'text' | 'dropdown';
|
|
7
7
|
enum: string[];
|
|
8
8
|
};
|
|
9
|
-
export
|
|
9
|
+
export type CustomFieldUpdate = Pick<CustomField, 'id' | 'value'>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { CustomField } from '../types';
|
|
3
|
-
|
|
3
|
+
type FormFieldProps = {
|
|
4
4
|
onChange: (id: number, value: string | number) => void;
|
|
5
5
|
options?: string[];
|
|
6
6
|
maxLength?: number;
|
|
7
7
|
portalContainer?: React.RefObject<HTMLDivElement>;
|
|
8
8
|
} & Pick<CustomField, 'id' | 'name' | 'fieldType' | 'value'>;
|
|
9
|
-
export declare const renderField: ({ id, name, value, fieldType, options, onChange, maxLength, portalContainer, }: FormFieldProps) => JSX.Element;
|
|
9
|
+
export declare const renderField: ({ id, name, value, fieldType, options, onChange, maxLength, portalContainer, }: FormFieldProps) => React.JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -9,5 +9,5 @@ export interface AnchorProps extends React.AnchorHTMLAttributes<HTMLAnchorElemen
|
|
|
9
9
|
disabled?: boolean;
|
|
10
10
|
onClick?: () => void;
|
|
11
11
|
}
|
|
12
|
-
declare const Anchor: ({ label, size, iconLeft, iconRight, disabled, onClick, ...props }: AnchorProps) => JSX.Element;
|
|
12
|
+
declare const Anchor: ({ label, size, iconLeft, iconRight, disabled, onClick, ...props }: AnchorProps) => React.JSX.Element;
|
|
13
13
|
export default Anchor;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import Anchor from './Anchor';
|
|
3
|
+
declare const meta: Meta<typeof Anchor>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof Anchor>;
|
|
6
|
+
export declare const DefaultAnchor: Story;
|
|
7
|
+
export declare const DisabledAnchor: Story;
|
|
8
|
+
export declare const AnchorSmall: Story;
|
|
9
|
+
export declare const AnchorIconRight: Story;
|
|
10
|
+
export declare const AnchorIconLeft: Story;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
2
|
import { ComponentSize } from '../types';
|
|
3
|
-
export
|
|
3
|
+
export type AnchorSettings = ComponentSettings<{
|
|
4
4
|
size: ComponentVariant<'size', ComponentSize>;
|
|
5
5
|
iconSize: ComponentVariant<'iconSize', ComponentSize>;
|
|
6
6
|
}>;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import CSS from 'csstype';
|
|
3
3
|
import { BodyTextVariant, ColorsString } from './types';
|
|
4
4
|
import { FontWeight } from '../../../themeBase';
|
|
5
|
-
export
|
|
5
|
+
export type BodyTextProps = {
|
|
6
6
|
color?: ColorsString | string;
|
|
7
7
|
variant?: BodyTextVariant;
|
|
8
8
|
children: React.ReactNode;
|
|
@@ -14,5 +14,5 @@ export declare type BodyTextProps = {
|
|
|
14
14
|
whiteSpace?: CSS.Property.WhiteSpace;
|
|
15
15
|
as?: React.ElementType;
|
|
16
16
|
};
|
|
17
|
-
declare const BodyText: ({ variant, fontWeight, fontStyle, color, textAlign, lineHeight, overflow, children, as, whiteSpace, }: BodyTextProps) => JSX.Element;
|
|
17
|
+
declare const BodyText: ({ variant, fontWeight, fontStyle, color, textAlign, lineHeight, overflow, children, as, whiteSpace, }: BodyTextProps) => React.JSX.Element;
|
|
18
18
|
export default BodyText;
|
package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.stories.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import BodyText from './BodyText';
|
|
3
|
+
declare const meta: Meta<typeof BodyText>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof BodyText>;
|
|
6
|
+
export declare const DefaultBodyText: Story;
|
|
7
|
+
export declare const Body2: Story;
|
|
8
|
+
export declare const Body2Bold: Story;
|
|
9
|
+
export declare const Body2SemiBold: Story;
|
|
10
|
+
export declare const Body3: Story;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
2
|
import { ComponentsTheme } from '../../../themeBase';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
3
|
+
export type BodyTextVariant = 'body1' | 'body2' | 'body3';
|
|
4
|
+
export type BodyTextSettings = ComponentSettings<{
|
|
5
5
|
variant: ComponentVariant<'variant', BodyTextVariant>;
|
|
6
6
|
}>;
|
|
7
|
-
export
|
|
7
|
+
export type ColorsString = `${keyof ComponentsTheme['colors']}.${keyof ComponentsTheme['colors'][keyof ComponentsTheme['colors']]}`;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { IconType } from "../../../../../icons/src";
|
|
3
3
|
import { ButtonColor, ButtonFill } from './types';
|
|
4
4
|
import { ComponentSize } from '../types';
|
|
5
|
-
export
|
|
5
|
+
export type ButtonProps = {
|
|
6
6
|
label?: string;
|
|
7
7
|
color?: ButtonColor;
|
|
8
8
|
size?: ComponentSize;
|
|
@@ -14,10 +14,10 @@ export declare type ButtonProps = {
|
|
|
14
14
|
iconRight?: IconType;
|
|
15
15
|
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
16
16
|
} & React.HTMLAttributes<HTMLButtonElement>;
|
|
17
|
-
declare const _default: (({ label, color, size, fill, disabled, iconLeft, iconRight, isLoading, loadingText, onClick, ...rest }: ButtonProps) => JSX.Element) & {
|
|
17
|
+
declare const _default: (({ label, color, size, fill, disabled, iconLeft, iconRight, isLoading, loadingText, onClick, ...rest }: ButtonProps) => React.JSX.Element) & {
|
|
18
18
|
Group: ({ children, alignment }: {
|
|
19
19
|
children: React.ReactNode;
|
|
20
20
|
alignment?: "left" | "right";
|
|
21
|
-
}) => JSX.Element;
|
|
21
|
+
}) => React.JSX.Element;
|
|
22
22
|
};
|
|
23
23
|
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import Button from './Button';
|
|
3
|
+
declare const meta: Meta<typeof Button>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof Button>;
|
|
6
|
+
export declare const DefaultButton: Story;
|
|
7
|
+
export declare const ButtonPrimary: Story;
|
|
8
|
+
export declare const ButtonDisabled: Story;
|
|
9
|
+
export declare const ButtonLoading: Story;
|
|
10
|
+
export declare const ButtonSecondary: Story;
|
|
11
|
+
export declare const ButtonSolidSuccess: Story;
|
|
12
|
+
export declare const ButtonSolidDanger: Story;
|
|
13
|
+
export declare const ButtonOutlinePrimary: Story;
|
|
14
|
+
export declare const ButtonOutlineSecondary: Story;
|
|
15
|
+
export declare const ButtonOutlineSuccess: Story;
|
|
16
|
+
export declare const ButtonOutlineDanger: Story;
|
|
17
|
+
export declare const ButtonMedium: Story;
|
|
18
|
+
export declare const ButtonSmall: Story;
|
|
19
|
+
export declare const ButtonIconLeft: Story;
|
|
20
|
+
export declare const ButtonNoIcon: Story;
|
|
21
|
+
export declare const ButtonIconRight: Story;
|
|
22
|
+
export declare const ButtonIconOnlySolid: Story;
|
|
23
|
+
export declare const ButtonIconOnlyOutline: Story;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
type ButtonGroupProps = {
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
alignment?: 'left' | 'right';
|
|
5
5
|
};
|
|
6
|
-
declare const ButtonGroup: ({ children, alignment }: ButtonGroupProps) => JSX.Element;
|
|
6
|
+
declare const ButtonGroup: ({ children, alignment }: ButtonGroupProps) => React.JSX.Element;
|
|
7
7
|
export default ButtonGroup;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default Group;
|
|
1
|
+
export { default as Group } from './Group';
|
package/typings/packages/custom-ui-components/src/components/atoms/Button/components/index.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export { Group };
|
|
1
|
+
export { Group } from './Group';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
2
|
import { ComponentSize } from '../types';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
3
|
+
export type ButtonColor = 'primary' | 'secondary' | 'success' | 'danger';
|
|
4
|
+
export type ButtonFill = 'solid' | 'outline';
|
|
5
|
+
export type ButtonColorVariant = `${ButtonFill}-${ButtonColor}`;
|
|
6
|
+
export type ButtonSettings = ComponentSettings<{
|
|
7
7
|
size: ComponentVariant<'size', ComponentSize>;
|
|
8
8
|
iconSize: ComponentVariant<'iconSize', ComponentSize>;
|
|
9
9
|
color: ComponentVariant<'colorVariant', ButtonColorVariant>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export
|
|
2
|
+
export type CheckboxProps = {
|
|
3
3
|
label: string | (() => JSX.Element);
|
|
4
4
|
onChange?: (res: boolean) => void;
|
|
5
5
|
value: boolean;
|
|
6
6
|
isDisabled?: boolean;
|
|
7
7
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, 'value'>;
|
|
8
|
-
declare const Checkbox: ({ value, onChange, label, isDisabled, ...rest }: CheckboxProps) => JSX.Element;
|
|
8
|
+
declare const Checkbox: ({ value, onChange, label, isDisabled, ...rest }: CheckboxProps) => React.JSX.Element;
|
|
9
9
|
export default Checkbox;
|
package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.stories.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import Checkbox from './Checkbox';
|
|
3
|
+
declare const meta: Meta<typeof Checkbox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof Checkbox>;
|
|
6
|
+
export declare const CheckboxUnchecked: Story;
|
|
7
|
+
export declare const CheckboxCheckedActive: Story;
|
|
8
|
+
export declare const CheckboxUncheckedDisabled: Story;
|
|
9
|
+
export declare const CheckboxCheckedDisabled: Story;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
2
|
+
export type Status = 'disabled' | 'active';
|
|
3
|
+
export type Size = 'default';
|
|
4
|
+
export type State = 'checked' | 'unchecked';
|
|
5
|
+
export type CheckboxState = `${State}-${Status}`;
|
|
6
|
+
export type CheckboxSettings = ComponentSettings<{
|
|
7
7
|
variant: ComponentVariant<'variant', CheckboxState>;
|
|
8
8
|
size: ComponentVariant<'size', Size>;
|
|
9
9
|
label: ComponentVariant<'status', Status>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ResponsiveValue } from '../../types';
|
|
3
|
-
export
|
|
3
|
+
export type ColumnProps = {
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
span: number | number[];
|
|
6
6
|
offset?: ResponsiveValue;
|
|
7
7
|
gutter?: ResponsiveValue;
|
|
8
8
|
display?: string | string[];
|
|
9
9
|
};
|
|
10
|
-
declare const Column: ({ children, span, offset, gutter, display, }: ColumnProps) => JSX.Element;
|
|
10
|
+
declare const Column: ({ children, span, offset, gutter, display, }: ColumnProps) => React.JSX.Element;
|
|
11
11
|
export default Column;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { DropdownProps } from './types';
|
|
3
|
-
declare const Dropdown: ({ children, isOpen, onOptionSelect, options, onClose, maxWidth, maxHeight, alignment, portalContainer, }: DropdownProps) => JSX.Element;
|
|
3
|
+
declare const Dropdown: ({ children, isOpen, onOptionSelect, options, onClose, maxWidth, maxHeight, alignment, portalContainer, }: DropdownProps) => React.JSX.Element;
|
|
4
4
|
export default Dropdown;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { RefObject } from 'react';
|
|
2
2
|
import { OptionType } from '../Options';
|
|
3
3
|
import { DropdownAlignment } from '../types';
|
|
4
|
-
export
|
|
4
|
+
export type DropdownProps = {
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
isOpen: boolean;
|
|
7
7
|
options: OptionType[];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { HeadingVariant } from './types';
|
|
3
|
-
export
|
|
3
|
+
export type HeadingProps = {
|
|
4
4
|
color?: string;
|
|
5
5
|
variant?: HeadingVariant;
|
|
6
6
|
children: React.ReactNode;
|
|
7
7
|
};
|
|
8
|
-
declare const Heading: ({ variant, color, children, }: HeadingProps) => JSX.Element;
|
|
8
|
+
declare const Heading: ({ variant, color, children, }: HeadingProps) => React.JSX.Element;
|
|
9
9
|
export default Heading;
|
package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.stories.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import Heading from './Heading';
|
|
3
|
+
declare const meta: Meta<typeof Heading>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof Heading>;
|
|
6
|
+
export declare const HeadingH1: Story;
|
|
7
|
+
export declare const HeadingH2: Story;
|
|
8
|
+
export declare const HeadingH3: Story;
|
|
9
|
+
export declare const HeadingH4: Story;
|
|
10
|
+
export declare const HeadingH5: Story;
|
|
11
|
+
export declare const HeadingH6: Story;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
3
|
+
export type HeadingVariant = keyof Pick<JSX.IntrinsicElements, 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'>;
|
|
4
|
+
export type HeadingSettings = ComponentSettings<{
|
|
5
5
|
variant: ComponentVariant<'variant', HeadingVariant>;
|
|
6
6
|
}>;
|
|
@@ -13,5 +13,5 @@ export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement>
|
|
|
13
13
|
fullWidth?: boolean;
|
|
14
14
|
onChange: React.ChangeEventHandler<HTMLInputElement>;
|
|
15
15
|
}
|
|
16
|
-
declare const Input: ({ value, inputSize, disabled, iconLeft, iconRight, hasError, variant, fullWidth, onChange, ...props }: InputProps) => JSX.Element;
|
|
16
|
+
declare const Input: ({ value, inputSize, disabled, iconLeft, iconRight, hasError, variant, fullWidth, onChange, ...props }: InputProps) => React.JSX.Element;
|
|
17
17
|
export default Input;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import Input from './Input';
|
|
3
|
+
declare const meta: Meta<typeof Input>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof Input>;
|
|
6
|
+
export declare const InputDefault: Story;
|
|
7
|
+
export declare const InputMedium: Story;
|
|
8
|
+
export declare const InputSmall: Story;
|
|
9
|
+
export declare const InputIconLeft: Story;
|
|
10
|
+
export declare const InputNoIcon: Story;
|
|
11
|
+
export declare const InputIconRight: Story;
|
|
12
|
+
export declare const InputNormal: Story;
|
|
13
|
+
export declare const InputDisabled: Story;
|
|
14
|
+
export declare const InputError: Story;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
2
|
import { ComponentSize } from '../types';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
3
|
+
export type Variant = 'primary';
|
|
4
|
+
export type Status = 'active' | 'error' | 'disabled';
|
|
5
|
+
export type InputSettings = ComponentSettings<{
|
|
6
6
|
inputSize: ComponentVariant<'inputSize', ComponentSize>;
|
|
7
7
|
variant: ComponentVariant<'variant', Variant>;
|
|
8
8
|
status: ComponentVariant<'status', Status>;
|
package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { InputMessageType } from './types';
|
|
3
3
|
export interface InputMessageProps {
|
|
4
4
|
message: string;
|
|
5
5
|
disabled?: boolean;
|
|
6
6
|
type?: InputMessageType;
|
|
7
7
|
}
|
|
8
|
-
declare const InputMessage: ({ message, type, disabled, }: InputMessageProps) => JSX.Element;
|
|
8
|
+
declare const InputMessage: ({ message, type, disabled, }: InputMessageProps) => React.JSX.Element;
|
|
9
9
|
export default InputMessage;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
2
|
+
export type InputMessageType = 'normal' | 'error';
|
|
3
|
+
export type InputMessageSettings = ComponentSettings<{
|
|
4
4
|
type: ComponentVariant<'type', InputMessageType>;
|
|
5
5
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type LoaderProps = {
|
|
3
3
|
size?: number;
|
|
4
4
|
fill?: string;
|
|
5
5
|
};
|
|
6
|
-
declare const Loader: ({ size, fill }: LoaderProps) => JSX.Element;
|
|
6
|
+
declare const Loader: ({ size, fill }: LoaderProps) => React.JSX.Element;
|
|
7
7
|
export default Loader;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { CreditCardType } from '../../organisms/CreditCard/types';
|
|
3
|
-
export
|
|
3
|
+
export type Props = {
|
|
4
4
|
type: CreditCardType;
|
|
5
5
|
width?: number;
|
|
6
6
|
height?: number;
|
|
7
7
|
};
|
|
8
|
-
declare const Logo: ({ type, width, height }: Props) => JSX.Element;
|
|
8
|
+
declare const Logo: ({ type, width, height }: Props) => React.JSX.Element;
|
|
9
9
|
export default Logo;
|
|
@@ -8,10 +8,10 @@ export interface ModalProps {
|
|
|
8
8
|
variant?: Variant;
|
|
9
9
|
width?: ResponsiveValue<string | number>;
|
|
10
10
|
}
|
|
11
|
-
declare const _default: (({ isOpen, children, variant, width, onClose, }: ModalProps) => JSX.Element) & {
|
|
11
|
+
declare const _default: (({ isOpen, children, variant, width, onClose, }: ModalProps) => React.JSX.Element) & {
|
|
12
12
|
Title: ({ title, onClose }: {
|
|
13
13
|
onClose: () => void;
|
|
14
14
|
title: string;
|
|
15
|
-
}) => JSX.Element;
|
|
15
|
+
}) => React.JSX.Element;
|
|
16
16
|
};
|
|
17
17
|
export default _default;
|
|
@@ -3,5 +3,5 @@ export interface BackdropProps {
|
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
onClick?: () => void;
|
|
5
5
|
}
|
|
6
|
-
declare const Backdrop: ({ children, onClick }: BackdropProps) => JSX.Element;
|
|
6
|
+
declare const Backdrop: ({ children, onClick }: BackdropProps) => React.JSX.Element;
|
|
7
7
|
export default Backdrop;
|
package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type TitleProps = {
|
|
3
3
|
onClose: () => void;
|
|
4
4
|
title: string;
|
|
5
5
|
};
|
|
6
|
-
declare const Title: ({ title, onClose }: TitleProps) => JSX.Element;
|
|
6
|
+
declare const Title: ({ title, onClose }: TitleProps) => React.JSX.Element;
|
|
7
7
|
export default Title;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type Variant = 'window' | 'layer';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { OptionsProps } from './types';
|
|
3
|
-
declare const Options: ({ selectionIndex, options, selectSize, onSelect, borderVariant, selectVariant, maxHeight, maxWidth, alignment, }: OptionsProps) => JSX.Element;
|
|
3
|
+
declare const Options: ({ selectionIndex, options, selectSize, onSelect, borderVariant, selectVariant, maxHeight, maxWidth, alignment, }: OptionsProps) => React.JSX.Element;
|
|
4
4
|
export default Options;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { RefObject } from 'react';
|
|
1
|
+
import React, { RefObject } from 'react';
|
|
2
2
|
import { OptionsProps, OptionType } from '../../types';
|
|
3
|
-
|
|
3
|
+
type OptionProps = {
|
|
4
4
|
isSelected: boolean;
|
|
5
5
|
option: OptionType;
|
|
6
6
|
activeItemRef: RefObject<HTMLDivElement>;
|
|
7
7
|
} & Pick<OptionsProps, 'onSelect' | 'selectSize'>;
|
|
8
|
-
export declare const Option: ({ isSelected, onSelect, option, selectSize, activeItemRef, }: OptionProps) => JSX.Element;
|
|
8
|
+
export declare const Option: ({ isSelected, onSelect, option, selectSize, activeItemRef, }: OptionProps) => React.JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ComponentSize, DropdownAlignment } from '../types';
|
|
3
3
|
import { ComponentSettings, ComponentVariant } from '../../../types';
|
|
4
|
-
export
|
|
4
|
+
export type OptionType = {
|
|
5
5
|
label: string;
|
|
6
6
|
value: string | number;
|
|
7
7
|
color?: string;
|
|
8
8
|
divider?: boolean;
|
|
9
9
|
};
|
|
10
|
-
export
|
|
10
|
+
export type OptionsProps = {
|
|
11
11
|
selectSize?: ComponentSize;
|
|
12
12
|
options: OptionType[];
|
|
13
13
|
onSelect: (event: React.MouseEvent<HTMLDivElement>, item: OptionType) => void;
|
|
@@ -18,10 +18,10 @@ export declare type OptionsProps = {
|
|
|
18
18
|
maxWidth?: number;
|
|
19
19
|
alignment: DropdownAlignment;
|
|
20
20
|
};
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
21
|
+
export type Variant = 'primary' | 'secondary';
|
|
22
|
+
export type OptionVariant = 'primary' | 'selected';
|
|
23
|
+
export type BorderVariant = 'primary';
|
|
24
|
+
export type OptionsSettings = ComponentSettings<{
|
|
25
25
|
selectSize: ComponentVariant<'selectSize', ComponentSize>;
|
|
26
26
|
selectVariant: ComponentVariant<'selectVariant', Variant>;
|
|
27
27
|
optionVariant: ComponentVariant<'optionVariant', OptionVariant>;
|
package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Mode, Size } from './types';
|
|
3
3
|
export interface ProgressBarProps {
|
|
4
4
|
max: number;
|
|
@@ -6,5 +6,5 @@ export interface ProgressBarProps {
|
|
|
6
6
|
mode?: Mode;
|
|
7
7
|
size?: Size;
|
|
8
8
|
}
|
|
9
|
-
declare const ProgressBar: ({ max, value, mode, size, }: ProgressBarProps) => JSX.Element;
|
|
9
|
+
declare const ProgressBar: ({ max, value, mode, size, }: ProgressBarProps) => React.JSX.Element;
|
|
10
10
|
export default ProgressBar;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import ProgressBar from './ProgressBar';
|
|
3
|
+
declare const meta: Meta<typeof ProgressBar>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof ProgressBar>;
|
|
6
|
+
export declare const ProgressBarDefault: Story;
|
|
7
|
+
export declare const ProgressBarNull: Story;
|
|
8
|
+
export declare const ProgressBarFull: Story;
|
|
9
|
+
export declare const ProgressBarOverLimit: Story;
|
|
10
|
+
export declare const ProgressBarDark: Story;
|
|
11
|
+
export declare const ProgressBarLight: Story;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ComponentVariant, ComponentSettings } from '../../../types';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
2
|
+
export type Color = 'success' | 'danger';
|
|
3
|
+
export type Mode = 'light' | 'dark';
|
|
4
|
+
export type Size = 'regular';
|
|
5
|
+
export type ProgressBarSettings = ComponentSettings<{
|
|
6
6
|
color: ComponentVariant<'color', Color>;
|
|
7
7
|
mode: ComponentVariant<'mode', Mode>;
|
|
8
8
|
size: ComponentVariant<'size', Size>;
|
package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { RadioButtonProps } from './types';
|
|
3
|
-
declare const RadioButton: ({ label, value, onValueChange, isSelected, isDisabled, ...rest }: RadioButtonProps) => JSX.Element;
|
|
3
|
+
declare const RadioButton: ({ label, value, onValueChange, isSelected, isDisabled, ...rest }: RadioButtonProps) => React.JSX.Element;
|
|
4
4
|
export default RadioButton;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import RadioButton from './RadioButton';
|
|
3
|
+
declare const meta: Meta<typeof RadioButton>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof RadioButton>;
|
|
6
|
+
export declare const RadioButtonSelected: Story;
|
|
7
|
+
export declare const RadioButtonNoSelected: Story;
|
|
8
|
+
export declare const RadioButtonSelectedDisabled: Story;
|
|
9
|
+
export declare const RadioButtonNoSelectedDisabled: Story;
|