@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.
Files changed (486) hide show
  1. package/README.md +28 -20
  2. package/dist/maxio-components.cjs.js +1 -1
  3. package/dist/maxio-components.esm.js +1 -1
  4. package/dist/maxio-components.esm.js.LICENSE.txt +12 -3
  5. package/dist/maxio-components.umd.js +1 -1
  6. package/dist/maxio-components.umd.js.LICENSE.txt +12 -3
  7. package/package.json +19 -15
  8. package/typings/packages/address/src/components/SelectField/SelectField.d.ts +3 -3
  9. package/typings/packages/address/src/containers/Address/Address.d.ts +3 -3
  10. package/typings/packages/address/src/containers/Address/types.d.ts +2 -2
  11. package/typings/packages/address/src/machines/address/selectors.d.ts +2 -2
  12. package/typings/packages/address/src/machines/address/types.d.ts +2 -2
  13. package/typings/packages/address/src/types.d.ts +2 -2
  14. package/typings/packages/billing-history/src/App.d.ts +2 -2
  15. package/typings/packages/billing-history/src/components/BillingHistoryLoader/BillingHistoryLoader.d.ts +2 -2
  16. package/typings/packages/billing-history/src/components/Filters/Filters.d.ts +3 -3
  17. package/typings/packages/billing-history/src/components/Filters/components/DateFilter/DateFilter.d.ts +2 -2
  18. package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.d.ts +1 -1
  19. package/typings/packages/billing-history/src/components/Filters/components/InvoiceNumberFilter/InvoiceNumberFilter.d.ts +2 -2
  20. package/typings/packages/billing-history/src/components/Filters/components/ProductNameFilter/ProductNameFilter.d.ts +2 -2
  21. package/typings/packages/billing-history/src/components/Filters/components/StatusFilter/StatusFilter.d.ts +2 -2
  22. package/typings/packages/billing-history/src/components/InvoicesTable/InvoicesTable.d.ts +2 -2
  23. package/typings/packages/billing-history/src/components/InvoicesTable/components/IconWIthTooltip.d.ts +3 -3
  24. package/typings/packages/billing-history/src/components/InvoicesTable/components/NoInvoicesMsg.d.ts +3 -3
  25. package/typings/packages/billing-history/src/components/InvoicesTable/components/PagesPagination.d.ts +2 -2
  26. package/typings/packages/billing-history/src/components/InvoicesTable/components/Status.d.ts +2 -2
  27. package/typings/packages/billing-history/src/containers/BillingHistoryContainer/BillingHistoryContainer.d.ts +2 -2
  28. package/typings/packages/billing-history/src/containers/FiltersContainer/FiltersContainer.d.ts +2 -2
  29. package/typings/packages/billing-history/src/containers/ProductsContainer/ProductsContainer.d.ts +2 -2
  30. package/typings/packages/billing-history/src/machines/billingFilters/actions.d.ts +4 -23
  31. package/typings/packages/billing-history/src/machines/billingFilters/selectors.d.ts +2 -2
  32. package/typings/packages/billing-history/src/machines/billingFilters/types.d.ts +11 -11
  33. package/typings/packages/billing-history/src/machines/billingHistoryData/actions.d.ts +2 -2
  34. package/typings/packages/billing-history/src/machines/billingHistoryData/selectors.d.ts +2 -2
  35. package/typings/packages/billing-history/src/machines/billingHistoryData/types.d.ts +5 -5
  36. package/typings/packages/billing-history/src/machines/filtersOptions/selectors.d.ts +2 -2
  37. package/typings/packages/billing-history/src/machines/filtersOptions/types.d.ts +3 -3
  38. package/typings/packages/billing-history/src/models/billingHistory/billingHistory.d.ts +6 -6
  39. package/typings/packages/billing-history/src/pages/InvoiceDetails/InvoiceDetails.d.ts +2 -2
  40. package/typings/packages/billing-history/src/providers/GlobalStateProvider.d.ts +2 -2
  41. package/typings/packages/billing-history/src/types.d.ts +3 -3
  42. package/typings/packages/custom-fields/src/types.d.ts +2 -2
  43. package/typings/packages/custom-fields/src/utils/renderField.d.ts +2 -2
  44. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.d.ts +1 -1
  45. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.stories.d.ts +10 -0
  46. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/types.d.ts +1 -1
  47. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.d.ts +2 -2
  48. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.stories.d.ts +10 -0
  49. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/types.d.ts +3 -3
  50. package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.d.ts +3 -3
  51. package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.stories.d.ts +23 -0
  52. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/Group.d.ts +2 -2
  53. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/index.d.ts +1 -2
  54. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/index.d.ts +1 -2
  55. package/typings/packages/custom-ui-components/src/components/atoms/Button/types.d.ts +4 -4
  56. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.d.ts +2 -2
  57. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.stories.d.ts +9 -0
  58. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/types.d.ts +5 -5
  59. package/typings/packages/custom-ui-components/src/components/atoms/Column/Column.d.ts +2 -2
  60. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/Dropdown.d.ts +2 -2
  61. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/types.d.ts +1 -1
  62. package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.d.ts +2 -2
  63. package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.stories.d.ts +11 -0
  64. package/typings/packages/custom-ui-components/src/components/atoms/Heading/types.d.ts +2 -2
  65. package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.d.ts +1 -1
  66. package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.stories.d.ts +14 -0
  67. package/typings/packages/custom-ui-components/src/components/atoms/Input/types.d.ts +3 -3
  68. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.d.ts +2 -2
  69. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/types.d.ts +2 -2
  70. package/typings/packages/custom-ui-components/src/components/atoms/Loader/Loader.d.ts +3 -3
  71. package/typings/packages/custom-ui-components/src/components/atoms/Loader/Loader.stories.d.ts +6 -0
  72. package/typings/packages/custom-ui-components/src/components/atoms/Logo/Logo.d.ts +3 -3
  73. package/typings/packages/custom-ui-components/src/components/atoms/Logo/Logo.stories.d.ts +6 -0
  74. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/AmericanExpress/AmericanExpress.d.ts +2 -2
  75. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Bogus/Bogus.d.ts +2 -2
  76. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Discover/Discover.d.ts +2 -2
  77. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Master/Master.d.ts +2 -2
  78. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Visa/Visa.d.ts +2 -2
  79. package/typings/packages/custom-ui-components/src/components/atoms/Modal/Modal.d.ts +2 -2
  80. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/Backdrop.d.ts +1 -1
  81. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.d.ts +3 -3
  82. package/typings/packages/custom-ui-components/src/components/atoms/Modal/types.d.ts +1 -1
  83. package/typings/packages/custom-ui-components/src/components/atoms/Options/Options.d.ts +2 -2
  84. package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/Option.d.ts +3 -3
  85. package/typings/packages/custom-ui-components/src/components/atoms/Options/types.d.ts +6 -6
  86. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.d.ts +2 -2
  87. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.stories.d.ts +11 -0
  88. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/types.d.ts +4 -4
  89. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.d.ts +2 -2
  90. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.stories.d.ts +9 -0
  91. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/types.d.ts +5 -5
  92. package/typings/packages/custom-ui-components/src/components/atoms/Row/Row.d.ts +2 -2
  93. package/typings/packages/custom-ui-components/src/components/atoms/Select/Select.d.ts +2 -2
  94. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/DropdownIcon.d.ts +2 -2
  95. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/types.d.ts +2 -2
  96. package/typings/packages/custom-ui-components/src/components/atoms/Select/types.d.ts +7 -7
  97. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/SkeletonLoader.d.ts +3 -3
  98. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/types.d.ts +1 -1
  99. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/SubscriptionComponentCard.d.ts +2 -2
  100. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/types.d.ts +2 -2
  101. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/TextArea.d.ts +2 -2
  102. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/types.d.ts +3 -3
  103. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/Toggle.d.ts +3 -3
  104. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/types.d.ts +7 -7
  105. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/Tooltip.d.ts +2 -2
  106. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/Text/Text.d.ts +2 -2
  107. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/types.d.ts +3 -3
  108. package/typings/packages/custom-ui-components/src/components/atoms/types.d.ts +2 -2
  109. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/Accordion.d.ts +2 -2
  110. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/type.d.ts +2 -2
  111. package/typings/packages/custom-ui-components/src/components/molecules/Alert/Alert.d.ts +3 -3
  112. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/TextMessage.d.ts +2 -2
  113. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/Title.d.ts +3 -3
  114. package/typings/packages/custom-ui-components/src/components/molecules/Alert/types.d.ts +3 -3
  115. package/typings/packages/custom-ui-components/src/components/molecules/Card/Card.d.ts +1 -1
  116. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/Body.d.ts +2 -2
  117. package/typings/packages/custom-ui-components/src/components/molecules/Card/types.d.ts +4 -4
  118. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/CreditCardAddress.d.ts +3 -3
  119. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/type.d.ts +2 -2
  120. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/CreditCardHolderDetails.d.ts +3 -3
  121. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/type.d.ts +2 -2
  122. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/CreditCardNumber.d.ts +3 -3
  123. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/type.d.ts +2 -2
  124. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/DatePicker.d.ts +2 -2
  125. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/types.d.ts +1 -1
  126. package/typings/packages/custom-ui-components/src/components/molecules/FormField/FormField.d.ts +1 -1
  127. package/typings/packages/custom-ui-components/src/components/molecules/FormField/types.d.ts +2 -2
  128. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/InputLabel.d.ts +2 -2
  129. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/types.d.ts +2 -2
  130. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.d.ts +3 -3
  131. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.stories.d.ts +6 -0
  132. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/type.d.ts +1 -1
  133. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/PageHeaderSubtitle.d.ts +3 -3
  134. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/type.d.ts +2 -2
  135. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/PageHeaderTitle.d.ts +3 -3
  136. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/type.d.ts +2 -2
  137. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/Pagination.d.ts +3 -3
  138. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/types.d.ts +3 -3
  139. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/utils/createPagination.d.ts +1 -1
  140. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.d.ts +2 -2
  141. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.stories.d.ts +6 -0
  142. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/types.d.ts +2 -2
  143. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.d.ts +2 -2
  144. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/types.d.ts +6 -6
  145. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/RelativeTime.d.ts +2 -2
  146. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/types.d.ts +3 -3
  147. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/Stepper.d.ts +2 -2
  148. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/StepHorizontal.d.ts +2 -2
  149. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/types.d.ts +4 -4
  150. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/StepVertical.d.ts +2 -2
  151. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/types.d.ts +4 -4
  152. package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/SubscriptionHeader.d.ts +2 -2
  153. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/SummaryTable.d.ts +3 -3
  154. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/types.d.ts +2 -2
  155. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/Tabs.d.ts +2 -2
  156. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/types.d.ts +3 -3
  157. package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.d.ts +3 -3
  158. package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.styles.d.ts +1 -1
  159. package/typings/packages/custom-ui-components/src/components/molecules/Tag/types.d.ts +3 -3
  160. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.d.ts +2 -2
  161. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/types.d.ts +3 -3
  162. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.d.ts +2 -2
  163. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/types.d.ts +2 -2
  164. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/ToastMessage.d.ts +3 -3
  165. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/types.d.ts +5 -5
  166. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.d.ts +3 -3
  167. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/Watermark/Watermark.d.ts +2 -2
  168. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/types.d.ts +7 -7
  169. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.d.ts +6 -6
  170. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Chip/Chip.d.ts +2 -2
  171. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/StatusMsg.d.ts +3 -3
  172. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/Watermark.d.ts +3 -3
  173. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/types.d.ts +3 -3
  174. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/types.d.ts +7 -7
  175. package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/DateTimePicker.d.ts +2 -2
  176. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/MeteredComponent.d.ts +2 -2
  177. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/types.d.ts +1 -1
  178. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/OnOffComponent.d.ts +3 -3
  179. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/PrepaidComponent.d.ts +2 -2
  180. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/types.d.ts +2 -2
  181. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/QuantityComponent.d.ts +2 -2
  182. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/types.d.ts +1 -1
  183. package/typings/packages/custom-ui-components/src/components/organisms/Table/Table.d.ts +3 -3
  184. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/SortIndicator.d.ts +3 -3
  185. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/TableCell.d.ts +2 -2
  186. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableFooter/types.d.ts +1 -1
  187. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/TableHeader.d.ts +2 -2
  188. package/typings/packages/custom-ui-components/src/components/organisms/Table/types.d.ts +6 -6
  189. package/typings/packages/custom-ui-components/src/components/types.d.ts +1 -1
  190. package/typings/packages/custom-ui-components/src/docs/Spaces.d.ts +2 -2
  191. package/typings/packages/custom-ui-components/src/hooks/useKeypress/useKeypress.d.ts +1 -1
  192. package/typings/packages/custom-ui-components/src/theme/ThemeProvider.d.ts +2 -2
  193. package/typings/packages/custom-ui-components/src/theme/ThemeUtilities.d.ts +1 -1
  194. package/typings/packages/custom-ui-components/src/theme/types.d.ts +5 -5
  195. package/typings/packages/custom-ui-components/src/themeBase.d.ts +5 -5
  196. package/typings/packages/custom-ui-components/src/types.d.ts +3 -3
  197. package/typings/packages/customer-details/src/App.d.ts +2 -2
  198. package/typings/packages/customer-details/src/components/ContactDetails/ContactDetails.d.ts +2 -2
  199. package/typings/packages/customer-details/src/components/ContactDetailsForm/ContactDetailsForm.d.ts +3 -3
  200. package/typings/packages/customer-details/src/components/CustomFields/CustomFields.d.ts +3 -3
  201. package/typings/packages/customer-details/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +3 -3
  202. package/typings/packages/customer-details/src/components/CustomerDetailsLoader/CustomerDetailsLoader.d.ts +2 -2
  203. package/typings/packages/customer-details/src/components/DetailsRow/DetailsRow.d.ts +3 -3
  204. package/typings/packages/customer-details/src/components/DetailsRow/index.d.ts +1 -2
  205. package/typings/packages/customer-details/src/components/DetailsSectionLoadingSkeleton/DetailsSectionLoadingSkeleton.d.ts +2 -2
  206. package/typings/packages/customer-details/src/components/ShippingAddress/ShippingAddress.d.ts +3 -3
  207. package/typings/packages/customer-details/src/components/ShippingAddressForm/ShippingAddressForm.d.ts +3 -3
  208. package/typings/packages/customer-details/src/components/index.d.ts +2 -2
  209. package/typings/packages/customer-details/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +2 -2
  210. package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/CustomerDetailsContainer.d.ts +2 -2
  211. package/typings/packages/customer-details/src/index.d.ts +1 -2
  212. package/typings/packages/customer-details/src/machines/customFields/selectors.d.ts +2 -2
  213. package/typings/packages/customer-details/src/machines/customFields/types.d.ts +2 -2
  214. package/typings/packages/customer-details/src/machines/customerData/selectors.d.ts +2 -2
  215. package/typings/packages/customer-details/src/machines/customerData/types.d.ts +2 -2
  216. package/typings/packages/customer-details/src/models/customerDetails/types.d.ts +3 -3
  217. package/typings/packages/customer-details/src/providers/GlobalStateProvider.d.ts +2 -2
  218. package/typings/packages/customer-details/src/types.d.ts +2 -2
  219. package/typings/packages/data-access/src/DataAccess.d.ts +1 -1
  220. package/typings/packages/data-access/src/types/address.d.ts +1 -1
  221. package/typings/packages/data-access/src/types/addressDetails.d.ts +1 -1
  222. package/typings/packages/data-access/src/types/componentAllocation.d.ts +5 -5
  223. package/typings/packages/data-access/src/types/customField.d.ts +2 -2
  224. package/typings/packages/data-access/src/types/customerDetails.d.ts +1 -1
  225. package/typings/packages/data-access/src/types/gatewayConfig.d.ts +1 -1
  226. package/typings/packages/data-access/src/types/index.d.ts +1 -1
  227. package/typings/packages/data-access/src/types/invoicesList.d.ts +8 -8
  228. package/typings/packages/data-access/src/types/paymentProfiles.d.ts +5 -5
  229. package/typings/packages/data-access/src/types/product.d.ts +1 -1
  230. package/typings/packages/data-access/src/types/productFamily.d.ts +1 -1
  231. package/typings/packages/data-access/src/types/settings.d.ts +2 -2
  232. package/typings/packages/data-access/src/types/subscription.d.ts +6 -6
  233. package/typings/packages/data-access/src/types/subscriptionComponent.d.ts +2 -2
  234. package/typings/packages/data-access/src/types/subscriptionPaymentProfile.d.ts +1 -1
  235. package/typings/packages/device-provider/src/components/DeviceProvider/DeviceProvider.d.ts +2 -2
  236. package/typings/packages/device-provider/src/types.d.ts +1 -1
  237. package/typings/packages/embeddable-component/src/ComponentLoader/ComponentLoader.d.ts +1 -1
  238. package/typings/packages/embeddable-component/src/SessionGuard/SessionGuard.d.ts +2 -2
  239. package/typings/packages/embeddable-component/src/hooks/types.d.ts +3 -3
  240. package/typings/packages/embeddable-component/src/types.d.ts +1 -1
  241. package/typings/packages/formatters/src/formatBillingInterval.d.ts +1 -1
  242. package/typings/packages/formatters/src/formatCurrency.d.ts +1 -1
  243. package/typings/packages/icons/src/Icon.d.ts +2 -2
  244. package/typings/packages/icons/src/types.d.ts +2 -2
  245. package/typings/packages/payments-sdk/src/components/CardExpiration/CardExpiration.d.ts +3 -3
  246. package/typings/packages/payments-sdk/src/components/CardNumber/CardNumber.d.ts +3 -3
  247. package/typings/packages/payments-sdk/src/components/CreditCard/CreditCard.d.ts +3 -3
  248. package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/FourDigit.d.ts +2 -2
  249. package/typings/packages/payments-sdk/src/components/CreditCard/components/ThreeDigit/ThreeDigit.d.ts +2 -2
  250. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/TooltipContent.d.ts +3 -3
  251. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/types.d.ts +1 -1
  252. package/typings/packages/payments-sdk/src/components/CreditCard/types.d.ts +2 -2
  253. package/typings/packages/payments-sdk/src/components/HostedField/HostedField.d.ts +2 -2
  254. package/typings/packages/payments-sdk/src/components/InputSocket/InputSocket.d.ts +2 -2
  255. package/typings/packages/payments-sdk/src/components/PaymentProfileSkeleton/PaymentProfileSkeleton.d.ts +2 -2
  256. package/typings/packages/payments-sdk/src/components/SecurityCode/SecurityCode.d.ts +3 -3
  257. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/PaymentsContainer.d.ts +1 -1
  258. package/typings/packages/payments-sdk/src/forms/CreditCard/CreditCard.d.ts +3 -3
  259. package/typings/packages/payments-sdk/src/forms/CreditCard/index.d.ts +1 -2
  260. package/typings/packages/payments-sdk/src/forms/CreditCard/types.d.ts +1 -1
  261. package/typings/packages/payments-sdk/src/forms/PaymentProfile/PaymentProfile.d.ts +4 -4
  262. package/typings/packages/payments-sdk/src/types.d.ts +4 -4
  263. package/typings/packages/session-manager/src/SessionManager/SessionManager.d.ts +2 -1
  264. package/typings/packages/session-manager/src/SessionManager/types.d.ts +4 -3
  265. package/typings/packages/subscriptions-manager/src/App.d.ts +2 -2
  266. package/typings/packages/subscriptions-manager/src/components/ComponentGroup/ComponentGroup.d.ts +3 -3
  267. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/ComponentsAllocationEdit.d.ts +4 -4
  268. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/ComponentsAllocationEditSkeleton/ComponentsAllocationEditSkeleton.d.ts +2 -2
  269. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/ComponentsAllocationPreview.d.ts +3 -3
  270. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/components/AllocationsTable/AllocationsTable.d.ts +3 -3
  271. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/getAllocationSummaryPaymentMessage.d.ts +1 -1
  272. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapAllocationsToTable.d.ts +1 -1
  273. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapChargeSummaryToTable.d.ts +1 -1
  274. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/ComponentsPreview.d.ts +3 -3
  275. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/ComponentsPreviewRow.d.ts +3 -3
  276. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/types.d.ts +1 -1
  277. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createComponentsPreviewRow.d.ts +2 -2
  278. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/renderPrice.d.ts +2 -2
  279. package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.d.ts +2 -2
  280. package/typings/packages/subscriptions-manager/src/components/CouponsList/CouponsList.d.ts +3 -3
  281. package/typings/packages/subscriptions-manager/src/components/CouponsList/components/CouponListItem.d.ts +3 -3
  282. package/typings/packages/subscriptions-manager/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +3 -3
  283. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/CustomFieldsPreview.d.ts +4 -4
  284. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/CustomFieldsLoadingSkeleton/CustomFieldsLoadingSkeleton.d.ts +2 -2
  285. package/typings/packages/subscriptions-manager/src/components/DetailsRow/DetailsRow.d.ts +3 -3
  286. package/typings/packages/subscriptions-manager/src/components/DetailsRow/index.d.ts +1 -2
  287. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/PaymentProfiles.d.ts +3 -3
  288. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/PaymentsProfilesHeader.d.ts +3 -3
  289. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesSkeletonLoader/PaymentProfilesSkeletonLoader.d.ts +2 -2
  290. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/utils.d.ts +1 -1
  291. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/PaymentProfilesReplace.d.ts +3 -3
  292. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/ExpitredStatus.d.ts +3 -3
  293. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/PaymentProfileItem.d.ts +3 -3
  294. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/Label.d.ts +3 -3
  295. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/PaymentProfilesReplaceAlerts.d.ts +3 -3
  296. package/typings/packages/subscriptions-manager/src/components/PlanChangeAlerts/PlanChangeAlerts.d.ts +3 -3
  297. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/PlanChangeSummary.d.ts +3 -3
  298. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/NonProratedColumns.d.ts +3 -3
  299. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/ProratedColumns.d.ts +3 -3
  300. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/PlanChangeSummaryCharges.d.ts +3 -3
  301. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/utils/mapChargeSummaryToTable.d.ts +1 -1
  302. package/typings/packages/subscriptions-manager/src/components/PlanRadio/PlanRadio.d.ts +3 -3
  303. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Price/Price.d.ts +3 -3
  304. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Status/Status.d.ts +3 -3
  305. package/typings/packages/subscriptions-manager/src/components/ShowMore/ShowMore.d.ts +3 -3
  306. package/typings/packages/subscriptions-manager/src/components/Subscription/Subscription.d.ts +3 -3
  307. package/typings/packages/subscriptions-manager/src/components/Subscription/types.d.ts +1 -1
  308. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/SubscriptionComponents.d.ts +4 -4
  309. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/ComponentLoadingSkeleton/ComponentLoadingSkeleton.d.ts +3 -3
  310. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/types.d.ts +1 -1
  311. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/SubscriptionDetails.d.ts +3 -3
  312. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Active/Active.d.ts +3 -3
  313. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Canceled/Canceled.d.ts +3 -3
  314. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/CancellationScheduled/CancellationScheduled.d.ts +3 -3
  315. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/DetailRow.d.ts +3 -3
  316. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Expired/Expired.d.ts +3 -3
  317. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Notification/Notification.d.ts +2 -2
  318. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/OnHold/OnHold.d.ts +3 -3
  319. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PastDue/PastDue.d.ts +3 -3
  320. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PlanChangeScheduled/PlanChangeScheduled.d.ts +3 -3
  321. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Trial/Trial.d.ts +3 -3
  322. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/TrialExpired/TrialExpired.d.ts +3 -3
  323. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Unpaid/Unpaid.d.ts +3 -3
  324. package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/SubscriptionManagerLoader.d.ts +2 -2
  325. package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/index.d.ts +1 -2
  326. package/typings/packages/subscriptions-manager/src/components/SubscriptionReferalCode/SubscriptionReferalCode.d.ts +3 -3
  327. package/typings/packages/subscriptions-manager/src/components/index.d.ts +2 -2
  328. package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/BilingDetailsContainer.d.ts +3 -3
  329. package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/ChangePlanContainer.d.ts +3 -3
  330. package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/index.d.ts +1 -2
  331. package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/ComponentContainer.d.ts +3 -3
  332. package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/index.d.ts +1 -2
  333. package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/ComponentsAllocationContainer.d.ts +3 -3
  334. package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/index.d.ts +1 -2
  335. package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/ComponentsContainer.d.ts +3 -3
  336. package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/index.d.ts +1 -2
  337. package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/CouponsContainer.d.ts +3 -3
  338. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/CreatePaymentProfileContainer.d.ts +3 -3
  339. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/index.d.ts +1 -2
  340. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/CreatePaymentProfileErrorContainer.d.ts +3 -3
  341. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/index.d.ts +1 -2
  342. package/typings/packages/subscriptions-manager/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +3 -3
  343. package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/ModalsContainer.d.ts +2 -2
  344. package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/index.d.ts +1 -2
  345. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/PaymentProfileContainer.d.ts +3 -3
  346. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/index.d.ts +1 -2
  347. package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/PaymentProfilesContainer.d.ts +3 -3
  348. package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/index.d.ts +1 -2
  349. package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/PreviewProductMigrationContainer.d.ts +3 -3
  350. package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/index.d.ts +1 -2
  351. package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/ReplacePaymentProfilesContainer.d.ts +3 -3
  352. package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/index.d.ts +1 -2
  353. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/SubscriptionContainer.d.ts +3 -3
  354. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/index.d.ts +1 -2
  355. package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/SubscriptionsContainer.d.ts +3 -3
  356. package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/index.d.ts +1 -2
  357. package/typings/packages/subscriptions-manager/src/containers/index.d.ts +13 -14
  358. package/typings/packages/subscriptions-manager/src/contexts/PaymentProfilesContext.d.ts +1 -1
  359. package/typings/packages/subscriptions-manager/src/hooks/useAddonsConfigurationService.d.ts +1 -1
  360. package/typings/packages/subscriptions-manager/src/hooks/useAvailablePaymentMethods.d.ts +1 -1
  361. package/typings/packages/subscriptions-manager/src/hooks/useChangePaymentProfile.d.ts +1 -1
  362. package/typings/packages/subscriptions-manager/src/hooks/useCoupons.d.ts +1 -1
  363. package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/serializeErrors.d.ts +1 -1
  364. package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/useCreatePaymentProfile.d.ts +1 -1
  365. package/typings/packages/subscriptions-manager/src/hooks/useDeletePaymentProfile.d.ts +1 -1
  366. package/typings/packages/subscriptions-manager/src/hooks/useFormatSubscriptionDetails.d.ts +2 -2
  367. package/typings/packages/subscriptions-manager/src/hooks/usePauseSubscriptionService.d.ts +1 -1
  368. package/typings/packages/subscriptions-manager/src/hooks/useResumeSubscriptionService.d.ts +1 -1
  369. package/typings/packages/subscriptions-manager/src/hooks/useSubscriptionStatus.d.ts +1 -1
  370. package/typings/packages/subscriptions-manager/src/hooks/useThreeDs.d.ts +1 -1
  371. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/actions.d.ts +2 -4
  372. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/selectors.d.ts +2 -2
  373. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/types.d.ts +15 -15
  374. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/selectors.d.ts +2 -2
  375. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/types.d.ts +5 -5
  376. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/selectors.d.ts +2 -2
  377. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/types.d.ts +4 -4
  378. package/typings/packages/subscriptions-manager/src/machines/changePlan/selectors.d.ts +2 -2
  379. package/typings/packages/subscriptions-manager/src/machines/changePlan/types.d.ts +9 -9
  380. package/typings/packages/subscriptions-manager/src/machines/component/types.d.ts +2 -2
  381. package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUpdatesAllowed.d.ts +1 -1
  382. package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUsedInBilling.d.ts +3 -3
  383. package/typings/packages/subscriptions-manager/src/machines/components/types.d.ts +3 -3
  384. package/typings/packages/subscriptions-manager/src/machines/coupons/types.d.ts +11 -11
  385. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/actions.d.ts +4 -15
  386. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/selectors.d.ts +2 -2
  387. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/types.d.ts +11 -11
  388. package/typings/packages/subscriptions-manager/src/machines/customFields/selectors.d.ts +2 -2
  389. package/typings/packages/subscriptions-manager/src/machines/customFields/types.d.ts +1 -1
  390. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/selectors.d.ts +2 -2
  391. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/types.d.ts +3 -3
  392. package/typings/packages/subscriptions-manager/src/machines/modals/selectors.d.ts +2 -2
  393. package/typings/packages/subscriptions-manager/src/machines/modals/types.d.ts +3 -3
  394. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/selectors.d.ts +2 -2
  395. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/types.d.ts +5 -5
  396. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/selectors.d.ts +2 -2
  397. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/types.d.ts +4 -4
  398. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/actions.d.ts +3 -3
  399. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/selectors.d.ts +2 -2
  400. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/types.d.ts +8 -8
  401. package/typings/packages/subscriptions-manager/src/machines/productCatalog/actions.d.ts +1 -3
  402. package/typings/packages/subscriptions-manager/src/machines/productCatalog/selectors.d.ts +2 -2
  403. package/typings/packages/subscriptions-manager/src/machines/productCatalog/types.d.ts +5 -5
  404. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/selectors.d.ts +2 -2
  405. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/types.d.ts +5 -5
  406. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/selectors.d.ts +2 -2
  407. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/types.d.ts +7 -7
  408. package/typings/packages/subscriptions-manager/src/machines/subscription/selectors.d.ts +2 -2
  409. package/typings/packages/subscriptions-manager/src/machines/subscription/types.d.ts +2 -2
  410. package/typings/packages/subscriptions-manager/src/machines/subscriptions/actions.d.ts +3 -135
  411. package/typings/packages/subscriptions-manager/src/machines/subscriptions/selectors.d.ts +2 -2
  412. package/typings/packages/subscriptions-manager/src/machines/subscriptions/types.d.ts +11 -11
  413. package/typings/packages/subscriptions-manager/src/machines/threeDs/types.d.ts +2 -2
  414. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/selectors.d.ts +2 -2
  415. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/types.d.ts +4 -4
  416. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/AddCoupon.d.ts +2 -2
  417. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/Content.d.ts +3 -3
  418. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/components/CouponSummary.d.ts +3 -3
  419. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/index.d.ts +1 -2
  420. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/CancelSubscription.d.ts +2 -2
  421. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/ChurnReasonCodes.d.ts +3 -3
  422. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/Content.d.ts +3 -3
  423. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Form/Form.d.ts +3 -3
  424. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/index.d.ts +1 -2
  425. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/types.d.ts +4 -4
  426. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/ChangePaymentMethod.d.ts +2 -2
  427. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/Content/Content.d.ts +3 -3
  428. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/index.d.ts +1 -2
  429. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/ChangeSubscriptionPlan.d.ts +2 -2
  430. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/Content.d.ts +3 -3
  431. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.d.ts +3 -3
  432. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/index.d.ts +1 -2
  433. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/ComponentsAllocation.d.ts +2 -2
  434. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/Content/Content.d.ts +3 -3
  435. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/index.d.ts +1 -2
  436. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/CreatePaymentProfile.d.ts +2 -2
  437. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/Content.d.ts +3 -3
  438. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/index.d.ts +1 -2
  439. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/Content.d.ts +3 -3
  440. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/DeletePaymentMethod.d.ts +2 -2
  441. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/ErrorList.d.ts +3 -3
  442. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/index.d.ts +1 -2
  443. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/PauseSubscription.d.ts +2 -2
  444. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/Content/Content.d.ts +3 -3
  445. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/index.d.ts +1 -2
  446. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/BillingAddress/BillingAddress.d.ts +3 -3
  447. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/Content/Content.d.ts +3 -3
  448. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/DetailsRow.d.ts +3 -3
  449. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/index.d.ts +1 -2
  450. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/PreviewPaymentMethod.d.ts +2 -2
  451. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/index.d.ts +1 -2
  452. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/ReactivateSubscription.d.ts +2 -2
  453. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/Content/Content.d.ts +3 -3
  454. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/index.d.ts +1 -2
  455. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/ResumeSubscription.d.ts +2 -2
  456. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/Content.d.ts +3 -3
  457. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/utils.d.ts +1 -1
  458. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/index.d.ts +1 -2
  459. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/ThreeDsConfirmation.d.ts +2 -2
  460. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/Content/Content.d.ts +3 -3
  461. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/index.d.ts +1 -2
  462. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/UndoCancelation.d.ts +2 -2
  463. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/Content/Content.d.ts +3 -3
  464. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/index.d.ts +1 -2
  465. package/typings/packages/subscriptions-manager/src/modals/index.d.ts +13 -14
  466. package/typings/packages/subscriptions-manager/src/modals/setupTest/modalTestRenderer.d.ts +1 -1
  467. package/typings/packages/subscriptions-manager/src/models/component/types.d.ts +3 -3
  468. package/typings/packages/subscriptions-manager/src/models/paymentProfile/types.d.ts +5 -5
  469. package/typings/packages/subscriptions-manager/src/models/subscription/index.d.ts +1 -1
  470. package/typings/packages/subscriptions-manager/src/models/subscription/types.d.ts +8 -8
  471. package/typings/packages/subscriptions-manager/src/pages/ComponentsAllocation/ComponentsAllocation.d.ts +2 -2
  472. package/typings/packages/subscriptions-manager/src/pages/CustomFields/CustomFields.d.ts +2 -2
  473. package/typings/packages/subscriptions-manager/src/pages/PaymentProfiles/PaymentProfiles.d.ts +2 -2
  474. package/typings/packages/subscriptions-manager/src/pages/Subscription/Subscription.d.ts +2 -2
  475. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/SubscriptionsList.d.ts +2 -2
  476. package/typings/packages/subscriptions-manager/src/providers/PaymentProfilesProvider.d.ts +2 -2
  477. package/typings/packages/subscriptions-manager/src/providers/StateProvider.d.ts +2 -2
  478. package/typings/packages/subscriptions-manager/src/types.d.ts +4 -4
  479. package/typings/packages/toasts/src/ToastsPlayground.d.ts +2 -2
  480. package/typings/packages/toasts/src/containers/ToastsContainer/ToastsContainer.d.ts +2 -2
  481. package/typings/packages/toasts/src/machines/toast/types.d.ts +3 -3
  482. package/typings/packages/toasts/src/machines/toasts/types.d.ts +5 -5
  483. package/typings/packages/toasts/src/types.d.ts +2 -2
  484. package/typings/sdk/components-sdk/src/SDK.d.ts +2 -1
  485. package/typings/sdk/components-sdk/src/types.d.ts +2 -2
  486. package/typings/sdk/components-sdk/src/utils/createComponentFactory.d.ts +1 -1
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { SortMode } from '../types';
3
- declare type Props = {
3
+ type Props = {
4
4
  sortMode: SortMode;
5
5
  };
6
- export declare const SortIndicator: ({ sortMode }: Props) => JSX.Element;
6
+ export declare const SortIndicator: ({ sortMode }: Props) => React.JSX.Element;
7
7
  export {};
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import { GridProps, LayoutProps, PaddingProps } from 'styled-system';
3
- export declare type TableCellProps = {
3
+ export type TableCellProps = {
4
4
  children: React.ReactNode;
5
5
  align?: 'left' | 'center' | 'right';
6
6
  } & LayoutProps & PaddingProps & GridProps;
7
- declare const TableCell: ({ children, align, ...rest }: TableCellProps) => JSX.Element;
7
+ declare const TableCell: ({ children, align, ...rest }: TableCellProps) => React.JSX.Element;
8
8
  export default TableCell;
@@ -1,5 +1,5 @@
1
1
  import { GridProps, JustifyContentProps, PaddingProps } from 'styled-system';
2
2
  import { Default } from '../../types';
3
- export declare type TableFooterProps = JustifyContentProps & PaddingProps & GridProps & {
3
+ export type TableFooterProps = JustifyContentProps & PaddingProps & GridProps & {
4
4
  variant?: Default;
5
5
  };
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { TableHeaderProps } from './types';
3
- declare const TableHeader: ({ sortMode, children, align, onClick, minWidth, disableSort, ...rest }: TableHeaderProps) => JSX.Element;
3
+ declare const TableHeader: ({ sortMode, children, align, onClick, minWidth, disableSort, ...rest }: TableHeaderProps) => React.JSX.Element;
4
4
  export default TableHeader;
@@ -1,9 +1,9 @@
1
1
  import { ComponentSettings, ComponentVariant } from '../../../types';
2
- export declare type HeaderVariant = 'primary' | 'secondary';
3
- export declare type Size = 'regular';
4
- export declare type RowVariant = 'body' | 'head';
5
- export declare type Default = 'default';
6
- export declare type TableSettings = ComponentSettings<{
2
+ export type HeaderVariant = 'primary' | 'secondary';
3
+ export type Size = 'regular';
4
+ export type RowVariant = 'body' | 'head';
5
+ export type Default = 'default';
6
+ export type TableSettings = ComponentSettings<{
7
7
  header: ComponentVariant<'variant', HeaderVariant>;
8
8
  cell: ComponentVariant<'cellSize', Size>;
9
9
  table: ComponentVariant<'size', Size>;
@@ -11,4 +11,4 @@ export declare type TableSettings = ComponentSettings<{
11
11
  wrapper: ComponentVariant<'wrapper', Default>;
12
12
  footer: ComponentVariant<'variant', Default>;
13
13
  }>;
14
- export declare type SortMode = null | 'asc' | 'desc';
14
+ export type SortMode = null | 'asc' | 'desc';
@@ -1,2 +1,2 @@
1
1
  import { Scale } from 'styled-system';
2
- export declare type ResponsiveValue = string | number | Scale;
2
+ export type ResponsiveValue = string | number | Scale;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Spaces: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const Spaces: () => React.JSX.Element;
3
3
  export default Spaces;
@@ -1,5 +1,5 @@
1
1
  import { DependencyList } from 'react';
2
- declare type Options = {
2
+ type Options = {
3
3
  keyboardAction: (e: KeyboardEvent) => void;
4
4
  handledKeys: KeyboardEvent['code'][];
5
5
  addEventListenerCondition: boolean;
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import { Theme } from '../themeBase';
3
- export declare type ThemeProviderProps = {
3
+ export type ThemeProviderProps = {
4
4
  children: React.ReactNode;
5
5
  theme: Theme;
6
6
  };
7
- declare const ThemeProvider: ({ children, theme }: ThemeProviderProps) => JSX.Element;
7
+ declare const ThemeProvider: ({ children, theme }: ThemeProviderProps) => React.JSX.Element;
8
8
  export default ThemeProvider;
@@ -1,6 +1,6 @@
1
1
  import { PartialDeep } from 'type-fest';
2
2
  import { Theme, ComponentsVariants } from '../themeBase';
3
- declare type Components = keyof Theme['components'];
3
+ type Components = keyof Theme['components'];
4
4
  declare class ThemeUtilities {
5
5
  static createTheme(partialTheme?: PartialDeep<Theme>): Theme;
6
6
  static getComponentCSSOverrides({ theme }: {
@@ -1,7 +1,7 @@
1
1
  import { CSSObject } from 'styled-components';
2
- declare type ColorVariants = 'base' | 'light' | 'dark';
3
- export declare type Colors = 'primary' | 'secondary';
4
- export declare type Palette = {
2
+ type ColorVariants = 'base' | 'light' | 'dark';
3
+ export type Colors = 'primary' | 'secondary';
4
+ export type Palette = {
5
5
  [key in Colors]: {
6
6
  [key in ColorVariants]: string;
7
7
  };
@@ -12,9 +12,9 @@ export interface ComponentVariant<P extends string, V extends string> {
12
12
  [key in V]: CSSObject;
13
13
  };
14
14
  }
15
- export declare type ComponentSettings<V> = {
15
+ export type ComponentSettings<V> = {
16
16
  cssOverrides?: CSSObject;
17
17
  componentVariants: V;
18
18
  };
19
- export declare type Components = 'Button';
19
+ export type Components = 'Button';
20
20
  export {};
@@ -96,12 +96,12 @@ export declare const theme: {
96
96
  TextArea: import("./components/atoms/TextArea/types").TextArea;
97
97
  };
98
98
  };
99
- export declare type ComponentsTheme = typeof theme;
100
- export declare type FontWeight = typeof theme.fontWeights[number] | 'inherit';
101
- export declare type Theme = ComponentsTheme & {
99
+ export type ComponentsTheme = typeof theme;
100
+ export type FontWeight = (typeof theme.fontWeights)[number] | 'inherit';
101
+ export type Theme = ComponentsTheme & {
102
102
  components: Record<keyof ComponentsTheme['components'], {
103
103
  cssOverrides?: CSSObject;
104
104
  }>;
105
105
  };
106
- export declare type Components = Get<ComponentsTheme, 'components'>;
107
- export declare type ComponentsVariants = keyof Get<Components, 'Button.componentVariants'> | keyof Get<Components, 'BodyText.componentVariants'> | keyof Get<Components, 'Heading.componentVariants'> | keyof Get<Components, 'Input.componentVariants'> | keyof Get<Components, 'InputMessage.componentVariants'> | keyof Get<Components, 'Tag.componentVariants'> | keyof Get<Components, 'Card.componentVariants'> | keyof Get<Components, 'Tooltip.componentVariants'> | keyof Get<Components, 'Toggle.componentVariants'> | keyof Get<Components, 'ProgressBar.componentVariants'> | keyof Get<Components, 'BankAccount.componentVariants'> | keyof Get<Components, 'CreditCard.componentVariants'> | keyof Get<Components, 'RadioSelect.componentVariants'> | keyof Get<Components, 'FormField.componentVariants'> | keyof Get<Components, 'Checkbox.componentVariants'> | keyof Get<Components, 'TagInput.componentVariants'> | keyof Get<Components, 'Select.componentVariants'> | keyof Get<Components, 'StepHorizontal.componentVariants'> | keyof Get<Components, 'StepVertical.componentVariants'> | keyof Get<Components, 'Table.componentVariants'> | keyof Get<Components, 'ToastMessage.componentVariants'> | keyof Get<Components, 'Tabs.componentVariants'> | keyof Get<Components, 'RadioButton.componentVariants'> | keyof Get<Components, 'Options.componentVariants'> | keyof Get<Components, 'TextArea.componentVariants'> | keyof Get<Components, 'CreditCardNumber.componentVariants'> | keyof Get<Components, 'CreditCardHolderDetails.componentVariants'> | keyof Get<Components, 'CreditCardAddress.componentVariants'> | keyof Get<Components, 'Accordion.componentVariants'> | keyof Get<Components, 'PageHeaderTitle.componentVariants'> | keyof Get<Components, 'PageHeaderSubtitle.componentVariants'>;
106
+ export type Components = Get<ComponentsTheme, 'components'>;
107
+ export type ComponentsVariants = keyof Get<Components, 'Button.componentVariants'> | keyof Get<Components, 'BodyText.componentVariants'> | keyof Get<Components, 'Heading.componentVariants'> | keyof Get<Components, 'Input.componentVariants'> | keyof Get<Components, 'InputMessage.componentVariants'> | keyof Get<Components, 'Tag.componentVariants'> | keyof Get<Components, 'Card.componentVariants'> | keyof Get<Components, 'Tooltip.componentVariants'> | keyof Get<Components, 'Toggle.componentVariants'> | keyof Get<Components, 'ProgressBar.componentVariants'> | keyof Get<Components, 'BankAccount.componentVariants'> | keyof Get<Components, 'CreditCard.componentVariants'> | keyof Get<Components, 'RadioSelect.componentVariants'> | keyof Get<Components, 'FormField.componentVariants'> | keyof Get<Components, 'Checkbox.componentVariants'> | keyof Get<Components, 'TagInput.componentVariants'> | keyof Get<Components, 'Select.componentVariants'> | keyof Get<Components, 'StepHorizontal.componentVariants'> | keyof Get<Components, 'StepVertical.componentVariants'> | keyof Get<Components, 'Table.componentVariants'> | keyof Get<Components, 'ToastMessage.componentVariants'> | keyof Get<Components, 'Tabs.componentVariants'> | keyof Get<Components, 'RadioButton.componentVariants'> | keyof Get<Components, 'Options.componentVariants'> | keyof Get<Components, 'TextArea.componentVariants'> | keyof Get<Components, 'CreditCardNumber.componentVariants'> | keyof Get<Components, 'CreditCardHolderDetails.componentVariants'> | keyof Get<Components, 'CreditCardAddress.componentVariants'> | keyof Get<Components, 'Accordion.componentVariants'> | keyof Get<Components, 'PageHeaderTitle.componentVariants'> | keyof Get<Components, 'PageHeaderSubtitle.componentVariants'>;
@@ -1,6 +1,6 @@
1
1
  import { CSSObject } from 'styled-components';
2
2
  import { ResponsiveValue } from 'styled-system';
3
- export declare type StyleFn = (props: Record<string, any>) => string | number;
3
+ export type StyleFn = (props: Record<string, any>) => string | number;
4
4
  export interface ComponentVariant<P extends string, V extends string> {
5
5
  prop: P;
6
6
  variants: {
@@ -9,8 +9,8 @@ export interface ComponentVariant<P extends string, V extends string> {
9
9
  };
10
10
  };
11
11
  }
12
- export declare type ComponentSettings<V> = {
12
+ export type ComponentSettings<V> = {
13
13
  cssOverrides?: CSSObject;
14
14
  componentVariants: V;
15
15
  };
16
- export declare type Components = 'Button' | 'BodyText' | 'Heading';
16
+ export type Components = 'Button' | 'BodyText' | 'Heading';
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { ComponentSettings } from './types';
3
- declare const App: ({ customerProfile }: ComponentSettings) => JSX.Element;
3
+ declare const App: ({ customerProfile }: ComponentSettings) => React.JSX.Element;
4
4
  export default App;
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { ContactDetailsModel } from '../../models/customerDetails';
3
3
  export interface ContactDetailsProps {
4
4
  contactDetails: ContactDetailsModel;
5
5
  onEdit: () => void;
6
6
  editAllowed: boolean;
7
7
  }
8
- declare const ContactDetails: ({ contactDetails, onEdit, editAllowed, }: ContactDetailsProps) => JSX.Element;
8
+ declare const ContactDetails: ({ contactDetails, onEdit, editAllowed, }: ContactDetailsProps) => React.JSX.Element;
9
9
  export default ContactDetails;
@@ -1,10 +1,10 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { ContactDetailsModel } from '../../models/customerDetails';
3
- export declare type ContactDetailsFormProps = {
3
+ export type ContactDetailsFormProps = {
4
4
  values: ContactDetailsModel;
5
5
  onSubmit: (values: ContactDetailsModel) => void;
6
6
  onCancel: () => void;
7
7
  isSaving: boolean;
8
8
  };
9
- declare const ContactDetailsForm: ({ values, onCancel, onSubmit, isSaving, }: ContactDetailsFormProps) => JSX.Element;
9
+ declare const ContactDetailsForm: ({ values, onCancel, onSubmit, isSaving, }: ContactDetailsFormProps) => React.JSX.Element;
10
10
  export default ContactDetailsForm;
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { CustomField } from "../../../../custom-fields/src";
3
- export declare type Props = {
3
+ export type Props = {
4
4
  customFields: CustomField[];
5
5
  onEdit: () => void;
6
6
  };
7
- declare const CustomFields: ({ customFields, onEdit }: Props) => JSX.Element;
7
+ declare const CustomFields: ({ customFields, onEdit }: Props) => React.JSX.Element;
8
8
  export default CustomFields;
@@ -1,6 +1,6 @@
1
- import { MutableRefObject } from 'react';
1
+ import React, { MutableRefObject } from 'react';
2
2
  import { CustomField } from "../../../../custom-fields/src";
3
- declare type CustomFieldsFormProps = {
3
+ type CustomFieldsFormProps = {
4
4
  customFields: CustomField[];
5
5
  onChange: (id: number, value: string | number) => void;
6
6
  onSave: () => void;
@@ -9,5 +9,5 @@ declare type CustomFieldsFormProps = {
9
9
  isError: boolean;
10
10
  portalContainer?: MutableRefObject<HTMLDivElement>;
11
11
  };
12
- declare const CustomFieldsForm: ({ customFields, onChange, onSave, onCancel, isSaving, isError, portalContainer, }: CustomFieldsFormProps) => JSX.Element;
12
+ declare const CustomFieldsForm: ({ customFields, onChange, onSave, onCancel, isSaving, isError, portalContainer, }: CustomFieldsFormProps) => React.JSX.Element;
13
13
  export default CustomFieldsForm;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const CustomerDetailsLoader: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const CustomerDetailsLoader: () => React.JSX.Element;
3
3
  export default CustomerDetailsLoader;
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
2
- export declare type DetailsRowProps = {
1
+ import React from 'react';
2
+ export type DetailsRowProps = {
3
3
  label: string;
4
4
  value: string;
5
5
  hint?: string;
6
6
  };
7
- declare const DetailRow: ({ label, value, hint }: DetailsRowProps) => JSX.Element;
7
+ declare const DetailRow: ({ label, value, hint }: DetailsRowProps) => React.JSX.Element;
8
8
  export default DetailRow;
@@ -1,2 +1 @@
1
- import DetailsRow from './DetailsRow';
2
- export default DetailsRow;
1
+ export { default as DetailsRow } from './DetailsRow';
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const DetailsSectionLoadingSkeleton: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const DetailsSectionLoadingSkeleton: () => React.JSX.Element;
3
3
  export default DetailsSectionLoadingSkeleton;
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { ShippingAddressModel } from '../../models/customerDetails/types';
3
- export declare type ShippingAddressProps = {
3
+ export type ShippingAddressProps = {
4
4
  shippingAddress: ShippingAddressModel;
5
5
  onEdit: () => void;
6
6
  editAllowed: boolean;
7
7
  };
8
- declare const ShippingAddress: ({ shippingAddress, onEdit, editAllowed, }: ShippingAddressProps) => JSX.Element;
8
+ declare const ShippingAddress: ({ shippingAddress, onEdit, editAllowed, }: ShippingAddressProps) => React.JSX.Element;
9
9
  export default ShippingAddress;
@@ -1,11 +1,11 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { ShippingAddressModel } from '../../models/customerDetails/types';
3
- export declare type ShippingAddressFormProps = {
3
+ export type ShippingAddressFormProps = {
4
4
  shippingAddress: ShippingAddressModel;
5
5
  onSubmit: (values: ShippingAddressModel) => void;
6
6
  onCancel: () => void;
7
7
  isSaving: boolean;
8
8
  };
9
9
  export declare const US_FORMAT_ADDRESS_FORM: string[];
10
- declare const ShippingAddressForm: ({ shippingAddress, onSubmit, onCancel, isSaving, }: ShippingAddressFormProps) => JSX.Element;
10
+ declare const ShippingAddressForm: ({ shippingAddress, onSubmit, onCancel, isSaving, }: ShippingAddressFormProps) => React.JSX.Element;
11
11
  export default ShippingAddressForm;
@@ -1,8 +1,8 @@
1
1
  import ContactDetails from './ContactDetails';
2
2
  import ContactDetailsForm from './ContactDetailsForm';
3
- import DetailsRow from './DetailsRow';
4
3
  import ShippingAddress from './ShippingAddress';
5
4
  import ShippingAddressForm from './ShippingAddressForm';
6
5
  import DetailsSectionLoadingSkeleton from './DetailsSectionLoadingSkeleton';
7
6
  import CustomerDetailsLoader from './CustomerDetailsLoader';
8
- export { ContactDetails, ContactDetailsForm, DetailsRow, ShippingAddress, ShippingAddressForm, DetailsSectionLoadingSkeleton, CustomerDetailsLoader, };
7
+ export { DetailsRow } from './DetailsRow';
8
+ export { ContactDetails, ContactDetailsForm, ShippingAddress, ShippingAddressForm, DetailsSectionLoadingSkeleton, CustomerDetailsLoader, };
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const CustomFieldsContainer: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const CustomFieldsContainer: () => React.JSX.Element;
3
3
  export default CustomFieldsContainer;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const CustomerDetailsContainer: ({}: {}) => JSX.Element;
1
+ import React from 'react';
2
+ declare const CustomerDetailsContainer: ({}: {}) => React.JSX.Element;
3
3
  export default CustomerDetailsContainer;
@@ -1,2 +1 @@
1
- import CustomerDetails from './CustomerDetails';
2
- export { CustomerDetails };
1
+ export { default as CustomerDetails } from './CustomerDetails';
@@ -1,7 +1,7 @@
1
1
  import { State } from 'xstate';
2
2
  import { customFields } from './customFields';
3
- export declare type CustomFieldsMachine = typeof customFields;
4
- export declare type CustomFieldsState = State<CustomFieldsMachine['context']>;
3
+ export type CustomFieldsMachine = typeof customFields;
4
+ export type CustomFieldsState = State<CustomFieldsMachine['context']>;
5
5
  export declare const getCustomFieldsState: (machineState: CustomFieldsState) => {
6
6
  isFetchError: boolean;
7
7
  isEdit: boolean;
@@ -1,6 +1,6 @@
1
1
  import { Interpreter } from 'xstate';
2
2
  import { CustomField } from "../../../../custom-fields/src";
3
- export declare type Context = {
3
+ export type Context = {
4
4
  customFields: CustomField[];
5
5
  };
6
- export declare type CustomFieldsInterpreter = Interpreter<Context, Record<string, any>>;
6
+ export type CustomFieldsInterpreter = Interpreter<Context, Record<string, any>>;
@@ -1,7 +1,7 @@
1
1
  import { customerData } from './customerData';
2
2
  import { State } from 'xstate';
3
- export declare type CustomerDataMachine = typeof customerData;
4
- export declare type CustomerDataState = State<CustomerDataMachine['context']>;
3
+ export type CustomerDataMachine = typeof customerData;
4
+ export type CustomerDataState = State<CustomerDataMachine['context']>;
5
5
  export declare const getContactDataLoading: (machineState: CustomerDataState) => {
6
6
  isLoading: boolean;
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import { Interpreter } from 'xstate';
2
2
  import { CustomerDetailsModel } from '../../models';
3
- export declare type Context = {
3
+ export type Context = {
4
4
  initialData: CustomerDetailsModel;
5
5
  };
6
- export declare type CustomerDataInterpreter = Interpreter<Context, Record<string, any>>;
6
+ export type CustomerDataInterpreter = Interpreter<Context, Record<string, any>>;
@@ -1,4 +1,4 @@
1
- export declare type CustomerDetailsModel = {
1
+ export type CustomerDetailsModel = {
2
2
  address: string;
3
3
  address2: string;
4
4
  ccEmails: string[];
@@ -13,5 +13,5 @@ export declare type CustomerDetailsModel = {
13
13
  zip: string;
14
14
  phoneNumber: string;
15
15
  };
16
- export declare type ContactDetailsModel = Pick<CustomerDetailsModel, 'email' | 'firstName' | 'lastName' | 'organization' | 'phoneNumber' | 'vatNumber' | 'ccEmails'>;
17
- export declare type ShippingAddressModel = Pick<CustomerDetailsModel, 'address' | 'address2' | 'city' | 'country' | 'state' | 'zip'>;
16
+ export type ContactDetailsModel = Pick<CustomerDetailsModel, 'email' | 'firstName' | 'lastName' | 'organization' | 'phoneNumber' | 'vatNumber' | 'ccEmails'>;
17
+ export type ShippingAddressModel = Pick<CustomerDetailsModel, 'address' | 'address2' | 'city' | 'country' | 'state' | 'zip'>;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- declare type Props = {
2
+ type Props = {
3
3
  children: React.ReactNode;
4
4
  };
5
- export declare const GlobalStateProvider: ({ children }: Props) => JSX.Element;
5
+ export declare const GlobalStateProvider: ({ children }: Props) => React.JSX.Element;
6
6
  export {};
@@ -1,8 +1,8 @@
1
1
  import { CustomerDetailsModel } from './models';
2
- export declare type ComponentSettings = {
2
+ export type ComponentSettings = {
3
3
  customerProfile: {
4
4
  editAllowed: boolean;
5
5
  customerDataVisibleFields: CustomerDataVisibleFields;
6
6
  };
7
7
  };
8
- export declare type CustomerDataVisibleFields = Array<keyof CustomerDetailsModel>;
8
+ export type CustomerDataVisibleFields = Array<keyof CustomerDetailsModel>;
@@ -156,7 +156,7 @@ declare class DataAccess {
156
156
  }[];
157
157
  }>;
158
158
  getGatewayConfig(): Promise<{
159
- vaultCurrencies: {} extends infer T ? { [P in keyof T as import("type-fest").DelimiterCase<P, "_">]: {}[P]; } : never;
159
+ vaultCurrencies: {};
160
160
  requiredFields: {
161
161
  creditCard: string[];
162
162
  };
@@ -1,4 +1,4 @@
1
- export declare type Address = {
1
+ export type Address = {
2
2
  address: string | null;
3
3
  address_2: string | null;
4
4
  city: string | null;
@@ -1,4 +1,4 @@
1
- export declare type Division = {
1
+ export type Division = {
2
2
  name: string;
3
3
  code: string;
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { Subscription } from './subscription';
2
- export declare type AllocationDetails = {
2
+ export type AllocationDetails = {
3
3
  id: number;
4
4
  direction: 'upgrade' | 'downgrade';
5
5
  transaction_type: 'charge' | 'credit';
@@ -12,12 +12,12 @@ export declare type AllocationDetails = {
12
12
  memo: string;
13
13
  component_handle: string;
14
14
  };
15
- export declare type Allocation = Pick<AllocationDetails, 'memo' | 'quantity' | 'id'>;
16
- export declare type AllocationResponse = {
15
+ export type Allocation = Pick<AllocationDetails, 'memo' | 'quantity' | 'id'>;
16
+ export type AllocationResponse = {
17
17
  allocations: Allocation[];
18
18
  subscription: Pick<Subscription, 'id' | 'current_billing_amount_in_cents' | 'balance_in_cents'>;
19
19
  };
20
- export declare type AllocationsPreview = {
20
+ export type AllocationsPreview = {
21
21
  start_date: string;
22
22
  end_date: string;
23
23
  period_type: string;
@@ -30,7 +30,7 @@ export declare type AllocationsPreview = {
30
30
  currency: string;
31
31
  components_allocations: AllocationDetails[];
32
32
  };
33
- export declare type AllocationsError = {
33
+ export type AllocationsError = {
34
34
  id: number;
35
35
  quantity: number;
36
36
  kind: 'allocation';
@@ -1,4 +1,4 @@
1
- export declare type CustomField = {
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
  field_type: 'radio' | 'text' | 'dropdown';
7
7
  enum: string[];
8
8
  };
9
- export declare type CustomFieldUpdate = Pick<CustomField, 'id' | 'value'>;
9
+ export type CustomFieldUpdate = Pick<CustomField, 'id' | 'value'>;
@@ -1,4 +1,4 @@
1
- export declare type CustomerDetails = {
1
+ export type CustomerDetails = {
2
2
  address: string;
3
3
  address2: string;
4
4
  ccEmails: string[];
@@ -1,4 +1,4 @@
1
- export declare type GatewayConfig = {
1
+ export type GatewayConfig = {
2
2
  required_fields: {
3
3
  credit_card: string[];
4
4
  };
@@ -12,7 +12,7 @@ import { Allocation, AllocationsError, AllocationsPreview, AllocationDetails } f
12
12
  import { InvoicesList, InvoicesParams } from './invoicesList';
13
13
  import { BankAccount, CreditCard } from './paymentProfiles';
14
14
  export type { BillingPortalSettings };
15
- export declare type APIResponse<R> = CamelCasedPropertiesDeep<R>;
15
+ export type APIResponse<R> = CamelCasedPropertiesDeep<R>;
16
16
  export declare enum HttpMethod {
17
17
  GET = "get",
18
18
  POST = "post",
@@ -1,4 +1,4 @@
1
- export declare type InvoicesList = {
1
+ export type InvoicesList = {
2
2
  pagination: {
3
3
  totalItems: number;
4
4
  totalPages: number;
@@ -6,7 +6,7 @@ export declare type InvoicesList = {
6
6
  };
7
7
  items: Invoice[];
8
8
  };
9
- export declare type InvoicesParams = {
9
+ export type InvoicesParams = {
10
10
  limit: number;
11
11
  page: number;
12
12
  sortBy?: string;
@@ -15,7 +15,7 @@ export declare type InvoicesParams = {
15
15
  invoiceNumber?: string;
16
16
  productIds?: number[];
17
17
  };
18
- export declare type Invoice = {
18
+ export type Invoice = {
19
19
  id: number;
20
20
  number: string;
21
21
  issueDate: string;
@@ -27,13 +27,13 @@ export declare type Invoice = {
27
27
  invoiceUrl: string;
28
28
  consolidationLevel: InvoiceConsolidationLevel;
29
29
  };
30
- export declare type ProductNames = {
30
+ export type ProductNames = {
31
31
  product_names: ProductName[];
32
32
  };
33
- export declare type InvoiceStatus = 'draft' | 'open' | 'paid' | 'pending' | 'voided' | 'canceled';
34
- export declare type InvoiceConsolidationLevel = 'none' | 'parent' | 'child';
35
- export declare type SortDir = 'asc' | 'desc';
36
- export declare type ProductName = {
33
+ export type InvoiceStatus = 'draft' | 'open' | 'paid' | 'pending' | 'voided' | 'canceled';
34
+ export type InvoiceConsolidationLevel = 'none' | 'parent' | 'child';
35
+ export type SortDir = 'asc' | 'desc';
36
+ export type ProductName = {
37
37
  id: number;
38
38
  name: string;
39
39
  };
@@ -1,12 +1,12 @@
1
- export declare type PaymentProfileType = 'bank_account' | 'credit_card';
2
- export declare type BankAccount = {
1
+ export type PaymentProfileType = 'bank_account' | 'credit_card';
2
+ export type BankAccount = {
3
3
  bank_name: string;
4
4
  masked_account_number: string;
5
5
  masked_routing_number: string;
6
6
  first_name: string;
7
7
  last_name: string;
8
8
  };
9
- export declare type CreditCard = {
9
+ export type CreditCard = {
10
10
  first_name: string | null;
11
11
  last_name: string | null;
12
12
  card_type: string;
@@ -15,7 +15,7 @@ export declare type CreditCard = {
15
15
  expiration_year: number;
16
16
  expired: boolean;
17
17
  };
18
- export declare type PaymentProfile = {
18
+ export type PaymentProfile = {
19
19
  id: number;
20
20
  expired?: boolean;
21
21
  type: PaymentProfileType;
@@ -25,7 +25,7 @@ export declare type PaymentProfile = {
25
25
  creditCard?: CreditCard;
26
26
  address?: Address;
27
27
  };
28
- export declare type Address = {
28
+ export type Address = {
29
29
  address: string | null;
30
30
  address2: string | null;
31
31
  city: string | null;
@@ -1,4 +1,4 @@
1
- export declare type Product = {
1
+ export type Product = {
2
2
  id: number;
3
3
  name: string;
4
4
  handle: string;
@@ -1,4 +1,4 @@
1
- export declare type ProductFamily = {
1
+ export type ProductFamily = {
2
2
  id: number;
3
3
  name: string;
4
4
  };
@@ -1,4 +1,4 @@
1
- export declare type BillingPortalSettings = {
1
+ export type BillingPortalSettings = {
2
2
  components_allocation: {
3
3
  visible: boolean;
4
4
  edit_allowed: boolean;
@@ -17,5 +17,5 @@ export declare type BillingPortalSettings = {
17
17
  scopes: SubscriptionScopes[];
18
18
  };
19
19
  };
20
- declare type SubscriptionScopes = 'subscription:pause' | 'subscription:resume' | 'subscription:cancel-immediate' | 'subscription:cancel-delayed' | 'subscription:cancel-scheduled' | 'subscription:reactivate' | 'subscription:plan-change';
20
+ type SubscriptionScopes = 'subscription:pause' | 'subscription:resume' | 'subscription:cancel-immediate' | 'subscription:cancel-delayed' | 'subscription:cancel-scheduled' | 'subscription:reactivate' | 'subscription:plan-change';
21
21
  export {};