@maxio-com/self-service 1.7.1 → 1.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1199) hide show
  1. package/README.md +36 -1
  2. package/dist/maxio-components.esm.js +16460 -1
  3. package/dist/maxio-components.umd.js +5 -5
  4. package/package.json +2 -2
  5. package/typings/packages/address/index.d.ts +1 -1
  6. package/typings/packages/address/src/components/SelectField/SelectField.d.ts +17 -18
  7. package/typings/packages/address/src/components/SelectField/SelectField.styles.d.ts +5 -5
  8. package/typings/packages/address/src/components/SelectField/index.d.ts +2 -2
  9. package/typings/packages/address/src/components/index.d.ts +2 -2
  10. package/typings/packages/address/src/constants.d.ts +4 -4
  11. package/typings/packages/address/src/containers/Address/Address.d.ts +15 -16
  12. package/typings/packages/address/src/containers/Address/index.d.ts +4 -4
  13. package/typings/packages/address/src/containers/Address/translations.d.ts +2 -2
  14. package/typings/packages/address/src/containers/Address/types.d.ts +43 -43
  15. package/typings/packages/address/src/containers/Address/utils.ts/formatOptions.d.ts +5 -5
  16. package/typings/packages/address/src/containers/Address/utils.ts/index.d.ts +2 -2
  17. package/typings/packages/address/src/containers/index.d.ts +4 -4
  18. package/typings/packages/address/src/hooks/index.d.ts +2 -2
  19. package/typings/packages/address/src/hooks/useFormatAddress.d.ts +2 -2
  20. package/typings/packages/address/src/index.d.ts +9 -9
  21. package/typings/packages/address/src/machines/address/address.d.ts +7 -7
  22. package/typings/packages/address/src/machines/address/index.d.ts +3 -3
  23. package/typings/packages/address/src/machines/address/selectors.d.ts +24 -24
  24. package/typings/packages/address/src/machines/address/types.d.ts +11 -11
  25. package/typings/packages/address/src/machines/index.d.ts +2 -2
  26. package/typings/packages/address/src/types.d.ts +9 -9
  27. package/typings/packages/address/src/utils/createValidationSchema.d.ts +17 -17
  28. package/typings/packages/address/src/utils/index.d.ts +2 -2
  29. package/typings/packages/billing-history/index.d.ts +1 -1
  30. package/typings/packages/billing-history/src/App.d.ts +3 -4
  31. package/typings/packages/billing-history/src/BillingHistory.d.ts +7 -7
  32. package/typings/packages/billing-history/src/components/BillingHistoryLoader/BillingHistoryLoader.d.ts +2 -3
  33. package/typings/packages/billing-history/src/components/BillingHistoryLoader/BillingHistoryLoader.styles.d.ts +2 -2
  34. package/typings/packages/billing-history/src/components/BillingHistoryLoader/index.d.ts +2 -2
  35. package/typings/packages/billing-history/src/components/Filters/Filters.d.ts +17 -18
  36. package/typings/packages/billing-history/src/components/Filters/Filters.styles.d.ts +3 -3
  37. package/typings/packages/billing-history/src/components/Filters/components/DateFilter/DateFilter.d.ts +10 -10
  38. package/typings/packages/billing-history/src/components/Filters/components/DateFilter/DateFilter.styles.d.ts +2 -2
  39. package/typings/packages/billing-history/src/components/Filters/components/DateFilter/index.d.ts +2 -2
  40. package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.d.ts +8 -8
  41. package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.styles.d.ts +1 -1
  42. package/typings/packages/billing-history/src/components/Filters/components/FilterBox/index.d.ts +4 -4
  43. package/typings/packages/billing-history/src/components/Filters/components/FiltersWrapper/FiltersWrapper.d.ts +1 -1
  44. package/typings/packages/billing-history/src/components/Filters/components/InvoiceNumberFilter/InvoiceNumberFilter.d.ts +7 -8
  45. package/typings/packages/billing-history/src/components/Filters/components/InvoiceNumberFilter/index.d.ts +2 -2
  46. package/typings/packages/billing-history/src/components/Filters/components/ProductNameFilter/ProductNameFilter.d.ts +10 -11
  47. package/typings/packages/billing-history/src/components/Filters/components/ProductNameFilter/index.d.ts +2 -2
  48. package/typings/packages/billing-history/src/components/Filters/components/StatusFilter/StatusFilter.d.ts +7 -8
  49. package/typings/packages/billing-history/src/components/Filters/components/StatusFilter/index.d.ts +2 -2
  50. package/typings/packages/billing-history/src/components/Filters/components/index.d.ts +6 -6
  51. package/typings/packages/billing-history/src/components/Filters/constants.d.ts +3 -3
  52. package/typings/packages/billing-history/src/components/Filters/index.d.ts +2 -2
  53. package/typings/packages/billing-history/src/components/Filters/motion.d.ts +18 -18
  54. package/typings/packages/billing-history/src/components/Filters/types.d.ts +10 -10
  55. package/typings/packages/billing-history/src/components/InvoicesTable/InvoicesTable.d.ts +23 -24
  56. package/typings/packages/billing-history/src/components/InvoicesTable/InvoicesTable.styles.d.ts +1 -1
  57. package/typings/packages/billing-history/src/components/InvoicesTable/components/IconWIthTooltip.d.ts +6 -7
  58. package/typings/packages/billing-history/src/components/InvoicesTable/components/NoInvoicesMsg.d.ts +4 -5
  59. package/typings/packages/billing-history/src/components/InvoicesTable/components/PagesPagination.d.ts +9 -10
  60. package/typings/packages/billing-history/src/components/InvoicesTable/components/PagesPagination.styles.d.ts +3 -3
  61. package/typings/packages/billing-history/src/components/InvoicesTable/components/SkeletonWrapper.d.ts +2 -2
  62. package/typings/packages/billing-history/src/components/InvoicesTable/components/Status.d.ts +6 -7
  63. package/typings/packages/billing-history/src/components/InvoicesTable/components/index.d.ts +5 -5
  64. package/typings/packages/billing-history/src/components/InvoicesTable/index.d.ts +2 -2
  65. package/typings/packages/billing-history/src/components/InvoicesTable/types.d.ts +5 -5
  66. package/typings/packages/billing-history/src/components/InvoicesTable/utils.d.ts +2 -2
  67. package/typings/packages/billing-history/src/constants.d.ts +1 -1
  68. package/typings/packages/billing-history/src/containers/BillingHistoryContainer/BillingHistoryContainer.d.ts +2 -3
  69. package/typings/packages/billing-history/src/containers/BillingHistoryContainer/constants.d.ts +1 -1
  70. package/typings/packages/billing-history/src/containers/BillingHistoryContainer/index.d.ts +2 -2
  71. package/typings/packages/billing-history/src/containers/FiltersContainer/FiltersContainer.d.ts +2 -3
  72. package/typings/packages/billing-history/src/containers/FiltersContainer/index.d.ts +2 -2
  73. package/typings/packages/billing-history/src/containers/ProductsContainer/ProductsContainer.d.ts +10 -10
  74. package/typings/packages/billing-history/src/containers/ProductsContainer/constants.d.ts +1 -1
  75. package/typings/packages/billing-history/src/containers/ProductsContainer/index.d.ts +2 -2
  76. package/typings/packages/billing-history/src/containers/index.d.ts +2 -2
  77. package/typings/packages/billing-history/src/contexts/ConfigContext.d.ts +3 -3
  78. package/typings/packages/billing-history/src/contexts/GlobalStateContext.d.ts +9 -9
  79. package/typings/packages/billing-history/src/contexts/index.d.ts +3 -3
  80. package/typings/packages/billing-history/src/hooks/index.d.ts +2 -2
  81. package/typings/packages/billing-history/src/hooks/useOutsideClick.d.ts +2 -2
  82. package/typings/packages/billing-history/src/hooks/useServices.d.ts +5 -5
  83. package/typings/packages/billing-history/src/index.d.ts +2 -2
  84. package/typings/packages/billing-history/src/machines/billingFilters/actions.d.ts +24 -24
  85. package/typings/packages/billing-history/src/machines/billingFilters/billingFilters.d.ts +7 -7
  86. package/typings/packages/billing-history/src/machines/billingFilters/constants.d.ts +16 -16
  87. package/typings/packages/billing-history/src/machines/billingFilters/index.d.ts +6 -6
  88. package/typings/packages/billing-history/src/machines/billingFilters/selectors.d.ts +13 -13
  89. package/typings/packages/billing-history/src/machines/billingFilters/types.d.ts +51 -51
  90. package/typings/packages/billing-history/src/machines/billingFilters/utils.d.ts +4 -4
  91. package/typings/packages/billing-history/src/machines/billingHistoryData/actions.d.ts +2 -2
  92. package/typings/packages/billing-history/src/machines/billingHistoryData/billingHistoryData.d.ts +8 -8
  93. package/typings/packages/billing-history/src/machines/billingHistoryData/constants.d.ts +5 -5
  94. package/typings/packages/billing-history/src/machines/billingHistoryData/index.d.ts +4 -4
  95. package/typings/packages/billing-history/src/machines/billingHistoryData/selectors.d.ts +52 -52
  96. package/typings/packages/billing-history/src/machines/billingHistoryData/types.d.ts +48 -48
  97. package/typings/packages/billing-history/src/machines/filtersOptions/filtersOptions.d.ts +6 -6
  98. package/typings/packages/billing-history/src/machines/filtersOptions/index.d.ts +5 -5
  99. package/typings/packages/billing-history/src/machines/filtersOptions/selectors.d.ts +12 -12
  100. package/typings/packages/billing-history/src/machines/filtersOptions/types.d.ts +9 -9
  101. package/typings/packages/billing-history/src/mocks/server.d.ts +1 -1
  102. package/typings/packages/billing-history/src/models/billingHistory/billingHistory.d.ts +28 -28
  103. package/typings/packages/billing-history/src/pages/InvoiceDetails/InvoiceDetails.d.ts +2 -3
  104. package/typings/packages/billing-history/src/pages/InvoiceDetails/InvoiceDetails.styles.d.ts +5 -5
  105. package/typings/packages/billing-history/src/pages/InvoiceDetails/index.d.ts +2 -2
  106. package/typings/packages/billing-history/src/pages/index.d.ts +2 -2
  107. package/typings/packages/billing-history/src/providers/GlobalStateProvider.d.ts +6 -6
  108. package/typings/packages/billing-history/src/settings.d.ts +2 -2
  109. package/typings/packages/billing-history/src/types.d.ts +8 -8
  110. package/typings/packages/billing-history/src/utils/getDatesFilters.d.ts +10 -10
  111. package/typings/packages/billing-history/src/utils/getItemsPerPageOptions.d.ts +5 -5
  112. package/typings/packages/billing-history/src/utils/index.d.ts +2 -2
  113. package/typings/packages/custom-fields/index.d.ts +1 -1
  114. package/typings/packages/custom-fields/src/index.d.ts +5 -5
  115. package/typings/packages/custom-fields/src/types.d.ts +9 -9
  116. package/typings/packages/custom-fields/src/utils/renderField.d.ts +10 -10
  117. package/typings/packages/custom-fields/src/utils/updateCustomFields.d.ts +9 -9
  118. package/typings/packages/custom-ui-components/index.d.ts +1 -1
  119. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.d.ts +13 -13
  120. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.styles.d.ts +8 -8
  121. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/index.d.ts +2 -2
  122. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/settings.d.ts +2 -2
  123. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/types.d.ts +6 -6
  124. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.d.ts +18 -18
  125. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.styles.d.ts +8 -8
  126. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/index.d.ts +2 -2
  127. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/settings.d.ts +2 -2
  128. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/types.d.ts +7 -7
  129. package/typings/packages/custom-ui-components/src/components/atoms/Box/Box.styles.d.ts +2 -2
  130. package/typings/packages/custom-ui-components/src/components/atoms/Box/index.d.ts +2 -2
  131. package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.d.ts +23 -23
  132. package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.styles.d.ts +15 -15
  133. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/Group.d.ts +7 -7
  134. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/Group.styles.d.ts +2 -2
  135. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/index.d.ts +2 -2
  136. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/index.d.ts +2 -2
  137. package/typings/packages/custom-ui-components/src/components/atoms/Button/index.d.ts +2 -2
  138. package/typings/packages/custom-ui-components/src/components/atoms/Button/settings.d.ts +2 -2
  139. package/typings/packages/custom-ui-components/src/components/atoms/Button/types.d.ts +10 -10
  140. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.d.ts +9 -9
  141. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.styles.d.ts +10 -10
  142. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/index.d.ts +2 -2
  143. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/settings.d.ts +2 -2
  144. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/types.d.ts +10 -10
  145. package/typings/packages/custom-ui-components/src/components/atoms/Column/Column.d.ts +11 -11
  146. package/typings/packages/custom-ui-components/src/components/atoms/Column/Column.styles.d.ts +7 -7
  147. package/typings/packages/custom-ui-components/src/components/atoms/Column/index.d.ts +2 -2
  148. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/flexBasis.d.ts +1 -1
  149. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/gutter.d.ts +1 -1
  150. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/index.d.ts +5 -5
  151. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/maxWidth.d.ts +1 -1
  152. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/offset.d.ts +1 -1
  153. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/Dropdown.d.ts +3 -4
  154. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/Dropdown.styles.d.ts +1 -1
  155. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/index.d.ts +2 -2
  156. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/types.d.ts +14 -14
  157. package/typings/packages/custom-ui-components/src/components/atoms/FontWeight/FontWeight.d.ts +3 -3
  158. package/typings/packages/custom-ui-components/src/components/atoms/FontWeight/index.d.ts +2 -2
  159. package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.d.ts +9 -9
  160. package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.styles.d.ts +5 -5
  161. package/typings/packages/custom-ui-components/src/components/atoms/Heading/index.d.ts +2 -2
  162. package/typings/packages/custom-ui-components/src/components/atoms/Heading/settings.d.ts +2 -2
  163. package/typings/packages/custom-ui-components/src/components/atoms/Heading/types.d.ts +6 -6
  164. package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.d.ts +17 -17
  165. package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.styles.d.ts +16 -16
  166. package/typings/packages/custom-ui-components/src/components/atoms/Input/index.d.ts +2 -2
  167. package/typings/packages/custom-ui-components/src/components/atoms/Input/settings.d.ts +2 -2
  168. package/typings/packages/custom-ui-components/src/components/atoms/Input/types.d.ts +10 -10
  169. package/typings/packages/custom-ui-components/src/components/atoms/Input/utils/getInputStatus.d.ts +2 -2
  170. package/typings/packages/custom-ui-components/src/components/atoms/Input/utils/index.d.ts +2 -2
  171. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.d.ts +8 -9
  172. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.styles.d.ts +5 -5
  173. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/index.d.ts +4 -4
  174. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/settings.d.ts +2 -2
  175. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/types.d.ts +5 -5
  176. package/typings/packages/custom-ui-components/src/components/atoms/Loader/Loader.d.ts +6 -7
  177. package/typings/packages/custom-ui-components/src/components/atoms/Loader/index.d.ts +2 -2
  178. package/typings/packages/custom-ui-components/src/components/atoms/Logo/Logo.d.ts +8 -9
  179. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/AmericanExpress/AmericanExpress.d.ts +6 -7
  180. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/AmericanExpress/index.d.ts +2 -2
  181. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Bogus/Bogus.d.ts +6 -7
  182. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Bogus/index.d.ts +2 -2
  183. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Discover/Discover.d.ts +6 -7
  184. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Discover/index.d.ts +2 -2
  185. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Master/Master.d.ts +6 -7
  186. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Master/index.d.ts +2 -2
  187. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Visa/Visa.d.ts +6 -7
  188. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Visa/index.d.ts +2 -2
  189. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/index.d.ts +6 -6
  190. package/typings/packages/custom-ui-components/src/components/atoms/Logo/constants.d.ts +3 -3
  191. package/typings/packages/custom-ui-components/src/components/atoms/Logo/index.d.ts +2 -2
  192. package/typings/packages/custom-ui-components/src/components/atoms/Modal/Modal.d.ts +17 -17
  193. package/typings/packages/custom-ui-components/src/components/atoms/Modal/Modal.styles.d.ts +5 -5
  194. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/Backdrop.d.ts +7 -7
  195. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/Backdrop.styles.d.ts +1 -1
  196. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/index.d.ts +2 -2
  197. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.d.ts +6 -7
  198. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.styles.d.ts +2 -2
  199. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/index.d.ts +2 -2
  200. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/index.d.ts +3 -3
  201. package/typings/packages/custom-ui-components/src/components/atoms/Modal/index.d.ts +2 -2
  202. package/typings/packages/custom-ui-components/src/components/atoms/Modal/motion.d.ts +17 -17
  203. package/typings/packages/custom-ui-components/src/components/atoms/Modal/types.d.ts +1 -1
  204. package/typings/packages/custom-ui-components/src/components/atoms/Options/Options.d.ts +3 -4
  205. package/typings/packages/custom-ui-components/src/components/atoms/Options/Options.styles.d.ts +11 -11
  206. package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/Option.d.ts +9 -9
  207. package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/Option.styles.d.ts +8 -8
  208. package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/index.d.ts +2 -2
  209. package/typings/packages/custom-ui-components/src/components/atoms/Options/index.d.ts +7 -7
  210. package/typings/packages/custom-ui-components/src/components/atoms/Options/settings.d.ts +2 -2
  211. package/typings/packages/custom-ui-components/src/components/atoms/Options/system/boxShadow.d.ts +1 -1
  212. package/typings/packages/custom-ui-components/src/components/atoms/Options/system/index.d.ts +2 -2
  213. package/typings/packages/custom-ui-components/src/components/atoms/Options/types.d.ts +29 -29
  214. package/typings/packages/custom-ui-components/src/components/atoms/Options/utils/getBoxShadow.d.ts +1 -1
  215. package/typings/packages/custom-ui-components/src/components/atoms/Options/utils/isEllipsisActive.d.ts +2 -2
  216. package/typings/packages/custom-ui-components/src/components/atoms/Portal/Portal.d.ts +6 -6
  217. package/typings/packages/custom-ui-components/src/components/atoms/Portal/index.d.ts +2 -2
  218. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.d.ts +9 -10
  219. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.styles.d.ts +9 -9
  220. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/index.d.ts +2 -2
  221. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/settings.d.ts +2 -2
  222. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/types.d.ts +9 -9
  223. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.d.ts +3 -4
  224. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.styles.d.ts +7 -7
  225. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/index.d.ts +4 -4
  226. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/settings.d.ts +2 -2
  227. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/types.d.ts +16 -16
  228. package/typings/packages/custom-ui-components/src/components/atoms/Row/Row.d.ts +9 -9
  229. package/typings/packages/custom-ui-components/src/components/atoms/Row/Row.styles.d.ts +5 -5
  230. package/typings/packages/custom-ui-components/src/components/atoms/Row/index.d.ts +2 -2
  231. package/typings/packages/custom-ui-components/src/components/atoms/Row/system/gap.d.ts +1 -1
  232. package/typings/packages/custom-ui-components/src/components/atoms/Row/system/gutter.d.ts +1 -1
  233. package/typings/packages/custom-ui-components/src/components/atoms/Row/system/index.d.ts +3 -3
  234. package/typings/packages/custom-ui-components/src/components/atoms/Select/Select.d.ts +3 -4
  235. package/typings/packages/custom-ui-components/src/components/atoms/Select/Select.styles.d.ts +10 -10
  236. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/DropdownIcon.d.ts +9 -9
  237. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/DropdownIcon.styles.d.ts +1 -1
  238. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/index.d.ts +2 -2
  239. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/index.d.ts +2 -2
  240. package/typings/packages/custom-ui-components/src/components/atoms/Select/constants.d.ts +9 -9
  241. package/typings/packages/custom-ui-components/src/components/atoms/Select/index.d.ts +4 -4
  242. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/actions.d.ts +11 -11
  243. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/index.d.ts +3 -3
  244. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/reducer.d.ts +3 -3
  245. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/types.d.ts +39 -39
  246. package/typings/packages/custom-ui-components/src/components/atoms/Select/settings.d.ts +2 -2
  247. package/typings/packages/custom-ui-components/src/components/atoms/Select/types.d.ts +39 -39
  248. package/typings/packages/custom-ui-components/src/components/atoms/Select/utils/getStatus.d.ts +2 -2
  249. package/typings/packages/custom-ui-components/src/components/atoms/Select/utils/index.d.ts +2 -2
  250. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/SkeletonLoader.d.ts +8 -9
  251. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/SkeletonLoader.styles.d.ts +6 -6
  252. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/index.d.ts +4 -4
  253. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/system/backgroundColor.d.ts +1 -1
  254. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/system/index.d.ts +2 -2
  255. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/types.d.ts +1 -1
  256. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/SubscriptionComponentCard.d.ts +9 -9
  257. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/SubscriptionComponentCard.styles.d.ts +5 -5
  258. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/index.d.ts +4 -4
  259. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/settings.d.ts +2 -2
  260. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/types.d.ts +5 -5
  261. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/TextArea.d.ts +11 -11
  262. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/TextArea.styles.d.ts +8 -8
  263. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/index.d.ts +2 -2
  264. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/settings.d.ts +2 -2
  265. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/types.d.ts +9 -9
  266. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/Toggle.d.ts +14 -15
  267. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/Toggle.styles.d.ts +21 -21
  268. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/index.d.ts +2 -2
  269. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/settings.d.ts +2 -2
  270. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/types.d.ts +14 -14
  271. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/Tooltip.d.ts +15 -15
  272. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/Tooltip.styles.d.ts +5 -5
  273. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/Text/Text.d.ts +7 -7
  274. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/Text/index.d.ts +2 -2
  275. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/index.d.ts +2 -2
  276. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/index.d.ts +3 -3
  277. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/settings.d.ts +2 -2
  278. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/types.d.ts +7 -7
  279. package/typings/packages/custom-ui-components/src/components/atoms/index.d.ts +30 -30
  280. package/typings/packages/custom-ui-components/src/components/atoms/settings.d.ts +18 -18
  281. package/typings/packages/custom-ui-components/src/components/atoms/types.d.ts +2 -2
  282. package/typings/packages/custom-ui-components/src/components/index.d.ts +3 -3
  283. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/Accordion.d.ts +10 -10
  284. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/Accordion.styles.d.ts +8 -8
  285. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/constants.d.ts +11 -11
  286. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/index.d.ts +2 -2
  287. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/motion.d.ts +14 -14
  288. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/settings.d.ts +2 -2
  289. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/type.d.ts +5 -5
  290. package/typings/packages/custom-ui-components/src/components/molecules/Alert/Alert.d.ts +23 -23
  291. package/typings/packages/custom-ui-components/src/components/molecules/Alert/Alert.styles.d.ts +5 -5
  292. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/TextMessage.d.ts +7 -7
  293. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/Title.d.ts +7 -8
  294. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/Title.styles.d.ts +2 -2
  295. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/index.d.ts +3 -3
  296. package/typings/packages/custom-ui-components/src/components/molecules/Alert/index.d.ts +2 -2
  297. package/typings/packages/custom-ui-components/src/components/molecules/Alert/settings.d.ts +2 -2
  298. package/typings/packages/custom-ui-components/src/components/molecules/Alert/types.d.ts +7 -7
  299. package/typings/packages/custom-ui-components/src/components/molecules/Card/Card.d.ts +20 -20
  300. package/typings/packages/custom-ui-components/src/components/molecules/Card/Card.styles.d.ts +13 -13
  301. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/Body.d.ts +8 -8
  302. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/Body.styles.d.ts +9 -9
  303. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/index.d.ts +2 -2
  304. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/index.d.ts +2 -2
  305. package/typings/packages/custom-ui-components/src/components/molecules/Card/index.d.ts +2 -2
  306. package/typings/packages/custom-ui-components/src/components/molecules/Card/settings.d.ts +2 -2
  307. package/typings/packages/custom-ui-components/src/components/molecules/Card/types.d.ts +12 -12
  308. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/CreditCardAddress.d.ts +6 -7
  309. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/CreditCardAddress.styles.d.ts +4 -4
  310. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/index.d.ts +2 -2
  311. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/settings.d.ts +2 -2
  312. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/type.d.ts +5 -5
  313. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/CreditCardHolderDetails.d.ts +8 -9
  314. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/CreditCardHolderDetails.styles.d.ts +4 -4
  315. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/index.d.ts +2 -2
  316. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/settings.d.ts +2 -2
  317. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/type.d.ts +5 -5
  318. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/utils/formatExpirationYear.d.ts +1 -1
  319. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/utils/index.d.ts +2 -2
  320. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/CreditCardNumber.d.ts +5 -6
  321. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/CreditCardNumber.styles.d.ts +4 -4
  322. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/index.d.ts +2 -2
  323. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/settings.d.ts +2 -2
  324. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/type.d.ts +5 -5
  325. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/utils/formatCardNumber.d.ts +1 -1
  326. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/utils/index.d.ts +2 -2
  327. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/DatePicker.d.ts +16 -16
  328. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/DatePicker.styles.d.ts +5 -5
  329. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/constants.d.ts +1 -1
  330. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/index.d.ts +2 -2
  331. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/translations.d.ts +2 -2
  332. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/types.d.ts +3 -3
  333. package/typings/packages/custom-ui-components/src/components/molecules/FormField/FormField.d.ts +20 -20
  334. package/typings/packages/custom-ui-components/src/components/molecules/FormField/FormField.styles.d.ts +13 -13
  335. package/typings/packages/custom-ui-components/src/components/molecules/FormField/index.d.ts +2 -2
  336. package/typings/packages/custom-ui-components/src/components/molecules/FormField/settings.d.ts +2 -2
  337. package/typings/packages/custom-ui-components/src/components/molecules/FormField/types.d.ts +5 -5
  338. package/typings/packages/custom-ui-components/src/components/molecules/FormField/utils/getMessage.d.ts +9 -9
  339. package/typings/packages/custom-ui-components/src/components/molecules/FormField/utils/index.d.ts +2 -2
  340. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/InputLabel.d.ts +14 -15
  341. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/InputLabel.styles.d.ts +12 -12
  342. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/index.d.ts +2 -2
  343. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/settings.d.ts +2 -2
  344. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/types.d.ts +7 -7
  345. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.d.ts +10 -11
  346. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.styles.d.ts +2 -2
  347. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/index.d.ts +2 -2
  348. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/type.d.ts +1 -1
  349. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/PageHeaderSubtitle.d.ts +7 -8
  350. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/PageHeaderSubtitle.styles.d.ts +4 -4
  351. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/index.d.ts +2 -2
  352. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/settings.d.ts +2 -2
  353. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/type.d.ts +5 -5
  354. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/PageHeaderTitle.d.ts +7 -8
  355. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/PageHeaderTitle.styles.d.ts +4 -4
  356. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/index.d.ts +2 -2
  357. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/settings.d.ts +2 -2
  358. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/type.d.ts +5 -5
  359. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/Pagination.d.ts +7 -8
  360. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/Pagination.styles.d.ts +8 -8
  361. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/index.d.ts +2 -2
  362. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/types.d.ts +6 -6
  363. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/utils/createPagination.d.ts +7 -7
  364. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/utils/index.d.ts +2 -2
  365. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.d.ts +3 -4
  366. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.styles.d.ts +2 -2
  367. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/index.d.ts +2 -2
  368. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/types.d.ts +11 -11
  369. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.d.ts +11 -11
  370. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.styles.d.ts +9 -9
  371. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/index.d.ts +2 -2
  372. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/settings.d.ts +2 -2
  373. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/types.d.ts +15 -15
  374. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/RelativeTime.d.ts +11 -11
  375. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/RelativeTime.styles.d.ts +2 -2
  376. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/index.d.ts +4 -4
  377. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/translations.d.ts +2 -2
  378. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/types.d.ts +11 -11
  379. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/utils/getOptions.d.ts +5 -5
  380. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/utils/index.d.ts +2 -2
  381. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/Stepper.d.ts +9 -10
  382. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/Stepper.styles.d.ts +3 -3
  383. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/StepHorizontal.d.ts +8 -9
  384. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/StepHorizontal.styles.d.ts +18 -18
  385. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/index.d.ts +2 -2
  386. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/settings.d.ts +2 -2
  387. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/types.d.ts +10 -10
  388. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/StepVertical.d.ts +10 -11
  389. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/StepVertical.styles.d.ts +9 -9
  390. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/index.d.ts +2 -2
  391. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/settings.d.ts +2 -2
  392. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/types.d.ts +9 -9
  393. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/index.d.ts +3 -3
  394. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/index.d.ts +2 -2
  395. package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/SubscriptionHeader.d.ts +17 -17
  396. package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/SubscriptionHeader.styles.d.ts +4 -4
  397. package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/index.d.ts +2 -2
  398. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/SummaryTable.d.ts +7 -8
  399. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/SummaryTable.styles.d.ts +5 -5
  400. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/fixtures.d.ts +3 -3
  401. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/index.d.ts +4 -4
  402. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/types.d.ts +10 -10
  403. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/Tabs.d.ts +10 -11
  404. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/Tabs.styles.d.ts +11 -11
  405. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/fixtures.d.ts +4 -4
  406. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/index.d.ts +2 -2
  407. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/settings.d.ts +2 -2
  408. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/types.d.ts +8 -8
  409. package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.d.ts +11 -12
  410. package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.styles.d.ts +8 -8
  411. package/typings/packages/custom-ui-components/src/components/molecules/Tag/index.d.ts +4 -4
  412. package/typings/packages/custom-ui-components/src/components/molecules/Tag/settings.d.ts +2 -2
  413. package/typings/packages/custom-ui-components/src/components/molecules/Tag/types.d.ts +7 -7
  414. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.d.ts +18 -19
  415. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.styles.d.ts +9 -9
  416. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/index.d.ts +2 -2
  417. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/settings.d.ts +2 -2
  418. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/types.d.ts +8 -8
  419. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/utils.d.ts +1 -1
  420. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.d.ts +14 -14
  421. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.styles.d.ts +4 -4
  422. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/index.d.ts +2 -2
  423. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/translations.d.ts +2 -2
  424. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/types.d.ts +7 -7
  425. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/getInputValue.d.ts +2 -2
  426. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/getTimeOptions.d.ts +4 -4
  427. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/index.d.ts +3 -3
  428. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/ToastMessage.d.ts +9 -10
  429. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/ToastMessage.styles.d.ts +9 -9
  430. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/constants.d.ts +3 -3
  431. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/index.d.ts +2 -2
  432. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/settings.d.ts +2 -2
  433. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/types.d.ts +10 -10
  434. package/typings/packages/custom-ui-components/src/components/molecules/index.d.ts +25 -25
  435. package/typings/packages/custom-ui-components/src/components/molecules/settings.d.ts +20 -20
  436. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.d.ts +14 -14
  437. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.styles.d.ts +19 -19
  438. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/Watermark/Watermark.d.ts +2 -3
  439. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/Watermark/index.d.ts +2 -2
  440. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/index.d.ts +2 -2
  441. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/constants.d.ts +4 -4
  442. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/index.d.ts +2 -2
  443. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/settings.d.ts +2 -2
  444. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/types.d.ts +27 -27
  445. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/utils/formatAddressDetails.d.ts +2 -2
  446. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/utils/index.d.ts +2 -2
  447. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.d.ts +17 -17
  448. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.styles.d.ts +10 -10
  449. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Chip/Chip.d.ts +2 -3
  450. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Chip/index.d.ts +2 -2
  451. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/StatusMsg.d.ts +9 -10
  452. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/StatusMsg.styles.d.ts +1 -1
  453. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/index.d.ts +2 -2
  454. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/Watermark.d.ts +7 -8
  455. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/Watermark.styles.d.ts +4 -4
  456. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Master/Master.d.ts +3 -3
  457. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Master/index.d.ts +2 -2
  458. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Visa/Visa.d.ts +3 -3
  459. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Visa/index.d.ts +2 -2
  460. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/index.d.ts +3 -3
  461. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/index.d.ts +2 -2
  462. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/settings.d.ts +2 -2
  463. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/types.d.ts +7 -7
  464. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/index.d.ts +4 -4
  465. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/constants.d.ts +1 -1
  466. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/index.d.ts +6 -6
  467. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/settings.d.ts +2 -2
  468. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/types.d.ts +27 -27
  469. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/utils/formatAddressDetails.d.ts +5 -5
  470. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/utils/index.d.ts +2 -2
  471. package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/DatePicker.styles.d.ts +3 -3
  472. package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/DateTimePicker.d.ts +12 -12
  473. package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/index.d.ts +2 -2
  474. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/MeteredComponent.d.ts +3 -4
  475. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/MeteredComponent.styles.d.ts +2 -2
  476. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/index.d.ts +2 -2
  477. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/types.d.ts +5 -5
  478. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/OnOffComponent.d.ts +10 -11
  479. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/OnOffComponent.styles.d.ts +3 -3
  480. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/index.d.ts +2 -2
  481. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/PrepaidComponent.d.ts +3 -4
  482. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/PrepaidComponent.styles.d.ts +8 -8
  483. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/constants.d.ts +8 -8
  484. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/index.d.ts +4 -4
  485. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/types.d.ts +21 -21
  486. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/QuantityComponent.d.ts +3 -4
  487. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/QuantityComponent.styles.d.ts +2 -2
  488. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/index.d.ts +2 -2
  489. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/types.d.ts +5 -5
  490. package/typings/packages/custom-ui-components/src/components/organisms/Table/Table.d.ts +22 -22
  491. package/typings/packages/custom-ui-components/src/components/organisms/Table/Table.styles.d.ts +8 -8
  492. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/SortIndicator.d.ts +6 -7
  493. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableBody.d.ts +1 -1
  494. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/TableCell.d.ts +8 -8
  495. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/TableCell.styles.d.ts +5 -5
  496. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/index.d.ts +2 -2
  497. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCellContainer.d.ts +1 -1
  498. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableFooter/TableFooter.d.ts +3 -3
  499. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableFooter/types.d.ts +5 -5
  500. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHead.d.ts +4 -4
  501. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/TableHeader.d.ts +3 -4
  502. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/TableHeader.styles.d.ts +3 -3
  503. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/index.d.ts +2 -2
  504. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/types.d.ts +11 -11
  505. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableRow.d.ts +5 -5
  506. package/typings/packages/custom-ui-components/src/components/organisms/Table/index.d.ts +2 -2
  507. package/typings/packages/custom-ui-components/src/components/organisms/Table/settings.d.ts +2 -2
  508. package/typings/packages/custom-ui-components/src/components/organisms/Table/types.d.ts +14 -14
  509. package/typings/packages/custom-ui-components/src/components/organisms/index.d.ts +12 -12
  510. package/typings/packages/custom-ui-components/src/components/organisms/settings.d.ts +7 -7
  511. package/typings/packages/custom-ui-components/src/components/settings.d.ts +39 -39
  512. package/typings/packages/custom-ui-components/src/components/types.d.ts +2 -2
  513. package/typings/packages/custom-ui-components/src/constants.d.ts +9 -9
  514. package/typings/packages/custom-ui-components/src/contexts/PortalContext.d.ts +4 -4
  515. package/typings/packages/custom-ui-components/src/contexts/index.d.ts +2 -2
  516. package/typings/packages/custom-ui-components/src/docs/Grid.styles.d.ts +2 -2
  517. package/typings/packages/custom-ui-components/src/docs/Spaces.d.ts +3 -3
  518. package/typings/packages/custom-ui-components/src/docs/Spaces.styles.d.ts +8 -8
  519. package/typings/packages/custom-ui-components/src/hooks/index.d.ts +4 -4
  520. package/typings/packages/custom-ui-components/src/hooks/useKeypress/index.d.ts +2 -2
  521. package/typings/packages/custom-ui-components/src/hooks/useKeypress/useKeypress.d.ts +9 -9
  522. package/typings/packages/custom-ui-components/src/hooks/useModalVariant/index.d.ts +2 -2
  523. package/typings/packages/custom-ui-components/src/hooks/useModalVariant/useModalVariant.d.ts +1 -1
  524. package/typings/packages/custom-ui-components/src/hooks/useOnClickOutside/index.d.ts +2 -2
  525. package/typings/packages/custom-ui-components/src/hooks/useOnClickOutside/useOnClickOutside.d.ts +2 -2
  526. package/typings/packages/custom-ui-components/src/index.d.ts +11 -11
  527. package/typings/packages/custom-ui-components/src/mixins/fontSmoothing.d.ts +1 -1
  528. package/typings/packages/custom-ui-components/src/mixins/index.d.ts +2 -2
  529. package/typings/packages/custom-ui-components/src/palette.d.ts +41 -41
  530. package/typings/packages/custom-ui-components/src/theme/ThemeProvider.d.ts +8 -8
  531. package/typings/packages/custom-ui-components/src/theme/ThemeUtilities.d.ts +13 -13
  532. package/typings/packages/custom-ui-components/src/theme/index.d.ts +4 -4
  533. package/typings/packages/custom-ui-components/src/theme/system/backgroundColor.d.ts +1 -1
  534. package/typings/packages/custom-ui-components/src/theme/system/index.d.ts +3 -3
  535. package/typings/packages/custom-ui-components/src/theme/types.d.ts +20 -20
  536. package/typings/packages/custom-ui-components/src/themeBase.d.ts +107 -107
  537. package/typings/packages/custom-ui-components/src/types.d.ts +16 -16
  538. package/typings/packages/customer-details/index.d.ts +1 -1
  539. package/typings/packages/customer-details/src/App.d.ts +3 -4
  540. package/typings/packages/customer-details/src/CustomerDetails.d.ts +7 -7
  541. package/typings/packages/customer-details/src/components/ContactDetails/ContactDetails.d.ts +7 -8
  542. package/typings/packages/customer-details/src/components/ContactDetails/index.d.ts +2 -2
  543. package/typings/packages/customer-details/src/components/ContactDetails/utils.d.ts +6 -6
  544. package/typings/packages/customer-details/src/components/ContactDetailsForm/ContactDetailsForm.d.ts +9 -10
  545. package/typings/packages/customer-details/src/components/ContactDetailsForm/ContactDetailsForm.styles.d.ts +4 -4
  546. package/typings/packages/customer-details/src/components/ContactDetailsForm/index.d.ts +2 -2
  547. package/typings/packages/customer-details/src/components/CustomFields/CustomFields.d.ts +7 -8
  548. package/typings/packages/customer-details/src/components/CustomFields/index.d.ts +2 -2
  549. package/typings/packages/customer-details/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +13 -13
  550. package/typings/packages/customer-details/src/components/CustomFieldsForm/index.d.ts +2 -2
  551. package/typings/packages/customer-details/src/components/CustomerDetailsLoader/CustomerDetailsLoader.d.ts +2 -3
  552. package/typings/packages/customer-details/src/components/CustomerDetailsLoader/CustomerDetailsLoader.styles.d.ts +2 -2
  553. package/typings/packages/customer-details/src/components/CustomerDetailsLoader/index.d.ts +2 -2
  554. package/typings/packages/customer-details/src/components/DetailsRow/DetailsRow.d.ts +7 -8
  555. package/typings/packages/customer-details/src/components/DetailsRow/index.d.ts +2 -2
  556. package/typings/packages/customer-details/src/components/DetailsSectionLoadingSkeleton/DetailsSectionLoadingSkeleton.d.ts +2 -3
  557. package/typings/packages/customer-details/src/components/DetailsSectionLoadingSkeleton/index.d.ts +2 -2
  558. package/typings/packages/customer-details/src/components/ShippingAddress/ShippingAddress.d.ts +7 -8
  559. package/typings/packages/customer-details/src/components/ShippingAddress/index.d.ts +2 -2
  560. package/typings/packages/customer-details/src/components/ShippingAddressForm/ShippingAddressForm.d.ts +10 -11
  561. package/typings/packages/customer-details/src/components/ShippingAddressForm/index.d.ts +2 -2
  562. package/typings/packages/customer-details/src/components/index.d.ts +8 -8
  563. package/typings/packages/customer-details/src/constants.d.ts +1 -1
  564. package/typings/packages/customer-details/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +2 -3
  565. package/typings/packages/customer-details/src/containers/CustomFieldsContainer/index.d.ts +2 -2
  566. package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/CustomerDetailsContainer.d.ts +2 -3
  567. package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/CustomerDetailsContainer.styles.d.ts +2 -2
  568. package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/index.d.ts +2 -2
  569. package/typings/packages/customer-details/src/contexts/ConfigContext.d.ts +3 -3
  570. package/typings/packages/customer-details/src/contexts/GlobalStateContext.d.ts +7 -7
  571. package/typings/packages/customer-details/src/contexts/index.d.ts +3 -3
  572. package/typings/packages/customer-details/src/hooks/index.d.ts +2 -2
  573. package/typings/packages/customer-details/src/hooks/useDataWithNames.d.ts +26 -26
  574. package/typings/packages/customer-details/src/index.d.ts +2 -2
  575. package/typings/packages/customer-details/src/machines/customFields/customFields.d.ts +6 -6
  576. package/typings/packages/customer-details/src/machines/customFields/selectors.d.ts +24 -24
  577. package/typings/packages/customer-details/src/machines/customFields/types.d.ts +6 -6
  578. package/typings/packages/customer-details/src/machines/customerData/customerData.d.ts +6 -6
  579. package/typings/packages/customer-details/src/machines/customerData/selectors.d.ts +38 -38
  580. package/typings/packages/customer-details/src/machines/customerData/types.d.ts +6 -6
  581. package/typings/packages/customer-details/src/models/customerDetails/index.d.ts +2 -2
  582. package/typings/packages/customer-details/src/models/customerDetails/types.d.ts +17 -17
  583. package/typings/packages/customer-details/src/models/index.d.ts +2 -2
  584. package/typings/packages/customer-details/src/providers/GlobalStateProvider.d.ts +6 -6
  585. package/typings/packages/customer-details/src/settings.d.ts +2 -2
  586. package/typings/packages/customer-details/src/types.d.ts +5 -5
  587. package/typings/packages/data-access/index.d.ts +1 -1
  588. package/typings/packages/data-access/src/DataAccess.d.ts +627 -627
  589. package/typings/packages/data-access/src/DataAccessContext.d.ts +5 -5
  590. package/typings/packages/data-access/src/constants.d.ts +1 -1
  591. package/typings/packages/data-access/src/index.d.ts +5 -5
  592. package/typings/packages/data-access/src/types/address.d.ts +8 -8
  593. package/typings/packages/data-access/src/types/addressDetails.d.ts +4 -4
  594. package/typings/packages/data-access/src/types/componentAllocation.d.ts +37 -37
  595. package/typings/packages/data-access/src/types/customField.d.ts +9 -9
  596. package/typings/packages/data-access/src/types/customerDetails.d.ts +15 -15
  597. package/typings/packages/data-access/src/types/gatewayConfig.d.ts +13 -13
  598. package/typings/packages/data-access/src/types/index.d.ts +20 -20
  599. package/typings/packages/data-access/src/types/invoicesList.d.ts +39 -39
  600. package/typings/packages/data-access/src/types/paymentProfiles.d.ts +35 -35
  601. package/typings/packages/data-access/src/types/product.d.ts +9 -9
  602. package/typings/packages/data-access/src/types/productFamily.d.ts +4 -4
  603. package/typings/packages/data-access/src/types/subscription.d.ts +57 -57
  604. package/typings/packages/data-access/src/types/subscriptionComponent.d.ts +32 -32
  605. package/typings/packages/data-access/src/types/subscriptionPaymentProfile.d.ts +7 -7
  606. package/typings/packages/data-access/src/utils/index.d.ts +3 -3
  607. package/typings/packages/data-access/src/utils/prepareQueryParams.d.ts +1 -1
  608. package/typings/packages/data-access/src/utils/requestHandler.d.ts +2 -2
  609. package/typings/packages/device-provider/index.d.ts +1 -1
  610. package/typings/packages/device-provider/src/components/DeviceProvider/DeviceProvider.d.ts +8 -8
  611. package/typings/packages/device-provider/src/components/DeviceProvider/index.d.ts +2 -2
  612. package/typings/packages/device-provider/src/components/index.d.ts +2 -2
  613. package/typings/packages/device-provider/src/contexts/DeviceContext.d.ts +5 -5
  614. package/typings/packages/device-provider/src/contexts/index.d.ts +2 -2
  615. package/typings/packages/device-provider/src/hooks/index.d.ts +2 -2
  616. package/typings/packages/device-provider/src/hooks/useDeviceInfo.d.ts +3 -3
  617. package/typings/packages/device-provider/src/index.d.ts +6 -6
  618. package/typings/packages/device-provider/src/types.d.ts +1 -1
  619. package/typings/packages/embeddable-component/index.d.ts +1 -1
  620. package/typings/packages/embeddable-component/src/ComponentLoader/ComponentLoader.d.ts +8 -8
  621. package/typings/packages/embeddable-component/src/ComponentLoader/index.d.ts +2 -2
  622. package/typings/packages/embeddable-component/src/EmbeddableComponent/EmbeddableComponent.d.ts +24 -24
  623. package/typings/packages/embeddable-component/src/EmbeddableComponent/index.d.ts +3 -3
  624. package/typings/packages/embeddable-component/src/SessionGuard/SessionGuard.d.ts +11 -11
  625. package/typings/packages/embeddable-component/src/SessionGuard/index.d.ts +4 -4
  626. package/typings/packages/embeddable-component/src/index.d.ts +3 -3
  627. package/typings/packages/embeddable-component/src/types.d.ts +3 -3
  628. package/typings/packages/formatters/index.d.ts +1 -1
  629. package/typings/packages/formatters/src/constants.d.ts +1 -1
  630. package/typings/packages/formatters/src/formatBillingInterval.d.ts +3 -3
  631. package/typings/packages/formatters/src/formatCurrency.d.ts +31 -31
  632. package/typings/packages/formatters/src/formatDate.d.ts +2 -2
  633. package/typings/packages/formatters/src/index.d.ts +8 -8
  634. package/typings/packages/formatters/src/keysToSnakeCase.d.ts +2 -2
  635. package/typings/packages/formatters/src/manipulateDate.d.ts +6 -6
  636. package/typings/packages/icons/index.d.ts +1 -1
  637. package/typings/packages/icons/src/Icon.d.ts +3 -4
  638. package/typings/packages/icons/src/Icon.styles.d.ts +4 -4
  639. package/typings/packages/icons/src/constants.d.ts +1 -1
  640. package/typings/packages/icons/src/index.d.ts +4 -4
  641. package/typings/packages/icons/src/types.d.ts +8 -8
  642. package/typings/packages/icons/src/utils.d.ts +2 -2
  643. package/typings/packages/logger/index.d.ts +1 -1
  644. package/typings/packages/logger/src/index.d.ts +4 -4
  645. package/typings/packages/logger/src/logger.d.ts +3 -3
  646. package/typings/packages/payments-sdk/index.d.ts +1 -1
  647. package/typings/packages/payments-sdk/src/components/CardExpiration/CardExpiration.d.ts +8 -8
  648. package/typings/packages/payments-sdk/src/components/CardExpiration/CardExpiration.styles.d.ts +3 -3
  649. package/typings/packages/payments-sdk/src/components/CardExpiration/constants.d.ts +2 -2
  650. package/typings/packages/payments-sdk/src/components/CardExpiration/index.d.ts +2 -2
  651. package/typings/packages/payments-sdk/src/components/CardNumber/CardNumber.d.ts +7 -7
  652. package/typings/packages/payments-sdk/src/components/CardNumber/index.d.ts +2 -2
  653. package/typings/packages/payments-sdk/src/components/CreditCard/CreditCard.d.ts +11 -12
  654. package/typings/packages/payments-sdk/src/components/CreditCard/CreditCard.styles.d.ts +8 -8
  655. package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/FourDigit.d.ts +2 -3
  656. package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/index.d.ts +2 -2
  657. package/typings/packages/payments-sdk/src/components/CreditCard/components/ThreeDigit/ThreeDigit.d.ts +2 -3
  658. package/typings/packages/payments-sdk/src/components/CreditCard/components/ThreeDigit/index.d.ts +2 -2
  659. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/TooltipContent.d.ts +6 -7
  660. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/TooltipContent.styles.d.ts +3 -3
  661. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/index.d.ts +2 -2
  662. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/types.d.ts +4 -4
  663. package/typings/packages/payments-sdk/src/components/CreditCard/components/index.d.ts +2 -2
  664. package/typings/packages/payments-sdk/src/components/CreditCard/index.d.ts +4 -4
  665. package/typings/packages/payments-sdk/src/components/CreditCard/types.d.ts +8 -8
  666. package/typings/packages/payments-sdk/src/components/HostedField/HostedField.d.ts +11 -11
  667. package/typings/packages/payments-sdk/src/components/HostedField/HostedField.styles.d.ts +2 -2
  668. package/typings/packages/payments-sdk/src/components/HostedField/index.d.ts +4 -4
  669. package/typings/packages/payments-sdk/src/components/InputSocket/InputSocket.d.ts +8 -8
  670. package/typings/packages/payments-sdk/src/components/InputSocket/InputSocket.styles.d.ts +2 -2
  671. package/typings/packages/payments-sdk/src/components/InputSocket/index.d.ts +2 -2
  672. package/typings/packages/payments-sdk/src/components/PaymentProfileSkeleton/PaymentProfileSkeleton.d.ts +2 -3
  673. package/typings/packages/payments-sdk/src/components/PaymentProfileSkeleton/index.d.ts +2 -2
  674. package/typings/packages/payments-sdk/src/components/SecurityCode/SecurityCode.d.ts +7 -7
  675. package/typings/packages/payments-sdk/src/components/SecurityCode/index.d.ts +2 -2
  676. package/typings/packages/payments-sdk/src/components/index.d.ts +8 -8
  677. package/typings/packages/payments-sdk/src/constants.d.ts +2 -2
  678. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/PaymentsContainer.d.ts +7 -7
  679. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/index.d.ts +2 -2
  680. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/utils/index.d.ts +2 -2
  681. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/utils/waitForGlobalVariable.d.ts +1 -1
  682. package/typings/packages/payments-sdk/src/containers/index.d.ts +2 -2
  683. package/typings/packages/payments-sdk/src/contexts/PaymentsContext.d.ts +6 -6
  684. package/typings/packages/payments-sdk/src/contexts/index.d.ts +2 -2
  685. package/typings/packages/payments-sdk/src/forms/CreditCard/CreditCard.d.ts +20 -21
  686. package/typings/packages/payments-sdk/src/forms/CreditCard/index.d.ts +6 -6
  687. package/typings/packages/payments-sdk/src/forms/CreditCard/translations.d.ts +2 -2
  688. package/typings/packages/payments-sdk/src/forms/CreditCard/types.d.ts +29 -29
  689. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createFieldsConfig.d.ts +10 -10
  690. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createFieldsStyles.d.ts +75 -75
  691. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createValidationSchema.d.ts +9 -9
  692. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/index.d.ts +5 -5
  693. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/mapDetectedCreditCardType.d.ts +3 -3
  694. package/typings/packages/payments-sdk/src/forms/PaymentProfile/PaymentProfile.d.ts +29 -30
  695. package/typings/packages/payments-sdk/src/forms/PaymentProfile/constants.d.ts +2 -2
  696. package/typings/packages/payments-sdk/src/forms/PaymentProfile/index.d.ts +2 -2
  697. package/typings/packages/payments-sdk/src/forms/index.d.ts +5 -5
  698. package/typings/packages/payments-sdk/src/hooks/index.d.ts +3 -3
  699. package/typings/packages/payments-sdk/src/hooks/usePaymentProfileTranslations.d.ts +6 -6
  700. package/typings/packages/payments-sdk/src/hooks/usePaymentsForm.d.ts +1 -1
  701. package/typings/packages/payments-sdk/src/index.d.ts +6 -6
  702. package/typings/packages/payments-sdk/src/types.d.ts +29 -29
  703. package/typings/packages/session-manager/index.d.ts +1 -1
  704. package/typings/packages/session-manager/src/SessionManager/SessionManager.d.ts +31 -31
  705. package/typings/packages/session-manager/src/SessionManager/index.d.ts +4 -4
  706. package/typings/packages/session-manager/src/SessionManager/types.d.ts +14 -14
  707. package/typings/packages/session-manager/src/index.d.ts +4 -4
  708. package/typings/packages/subscriptions-manager/index.d.ts +1 -1
  709. package/typings/packages/subscriptions-manager/src/App.d.ts +3 -4
  710. package/typings/packages/subscriptions-manager/src/SubscriptionsManager.d.ts +7 -7
  711. package/typings/packages/subscriptions-manager/src/components/ComponentGroup/ComponentGroup.d.ts +8 -9
  712. package/typings/packages/subscriptions-manager/src/components/ComponentGroup/index.d.ts +2 -2
  713. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/ComponentsAllocationEdit.d.ts +11 -12
  714. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/ComponentsAllocationEdit.styles.d.ts +3 -3
  715. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/ComponentsAllocationEditSkeleton/ComponentsAllocationEditSkeleton.d.ts +2 -3
  716. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/ComponentsAllocationEditSkeleton/index.d.ts +2 -2
  717. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/index.d.ts +2 -2
  718. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/index.d.ts +2 -2
  719. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/ComponentsAllocationPreview.d.ts +7 -8
  720. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/components/AllocationsTable/AllocationsTable.d.ts +9 -10
  721. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/components/AllocationsTable/index.d.ts +2 -2
  722. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/index.d.ts +2 -2
  723. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/getAllocationSummaryPaymentMessage.d.ts +17 -17
  724. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/index.d.ts +5 -5
  725. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapAllocationsToTable.d.ts +12 -12
  726. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapChargeSummaryToTable.d.ts +10 -10
  727. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/sortComponentAllocations.d.ts +6 -6
  728. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/ComponentsPreview.d.ts +6 -7
  729. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/ComponentsPreview.styles.d.ts +3 -3
  730. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/ComponentsPreviewRow.d.ts +6 -7
  731. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/ComponentsPreviewRow.styles.d.ts +3 -3
  732. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/index.d.ts +2 -2
  733. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/index.d.ts +4 -4
  734. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/types.d.ts +10 -10
  735. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createComponentsPreviewRow.d.ts +12 -12
  736. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createOnOffRow.d.ts +3 -3
  737. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createQuantityRow.d.ts +3 -3
  738. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/index.d.ts +2 -2
  739. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/renderPrice.d.ts +2 -3
  740. package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.d.ts +11 -11
  741. package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.styles.d.ts +3 -3
  742. package/typings/packages/subscriptions-manager/src/components/ContentLoader/index.d.ts +2 -2
  743. package/typings/packages/subscriptions-manager/src/components/CouponsList/CouponsList.d.ts +9 -10
  744. package/typings/packages/subscriptions-manager/src/components/CouponsList/CouponsList.styles.d.ts +1 -1
  745. package/typings/packages/subscriptions-manager/src/components/CouponsList/components/CouponListItem.d.ts +7 -8
  746. package/typings/packages/subscriptions-manager/src/components/CouponsList/components/index.d.ts +1 -1
  747. package/typings/packages/subscriptions-manager/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +10 -10
  748. package/typings/packages/subscriptions-manager/src/components/CustomFieldsForm/index.d.ts +2 -2
  749. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/CustomFieldsPreview.d.ts +10 -11
  750. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/CustomFieldsLoadingSkeleton/CustomFieldsLoadingSkeleton.d.ts +2 -3
  751. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/CustomFieldsLoadingSkeleton/index.d.ts +2 -2
  752. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/index.d.ts +2 -2
  753. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/index.d.ts +2 -2
  754. package/typings/packages/subscriptions-manager/src/components/DetailsRow/DetailsRow.d.ts +6 -7
  755. package/typings/packages/subscriptions-manager/src/components/DetailsRow/index.d.ts +2 -2
  756. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/PaymentProfiles.d.ts +15 -16
  757. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/PaymentProfiles.styles.d.ts +3 -3
  758. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/PaymentsProfilesHeader.d.ts +7 -8
  759. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/PaymentsProfilesHeader.styles.d.ts +1 -1
  760. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/index.d.ts +2 -2
  761. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesSkeletonLoader/PaymentProfilesSkeletonLoader.d.ts +1 -2
  762. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesSkeletonLoader/index.d.ts +2 -2
  763. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/index.d.ts +2 -2
  764. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/utils.d.ts +4 -4
  765. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/PaymentProfilesReplace.d.ts +8 -9
  766. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/PaymentProfilesReplace.styles.d.ts +2 -2
  767. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/ExpiredStatus.styles.d.ts +1 -1
  768. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/ExpitredStatus.d.ts +5 -6
  769. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/index.d.ts +2 -2
  770. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/PaymentProfileItem.d.ts +8 -9
  771. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/PaymentProfileItem.styles.d.ts +1 -1
  772. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/Label.d.ts +7 -8
  773. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/Label.styles.d.ts +1 -1
  774. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/index.d.ts +2 -2
  775. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/helpers.d.ts +1 -1
  776. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/index.d.ts +2 -2
  777. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/index.d.ts +3 -3
  778. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/index.d.ts +2 -2
  779. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/PaymentProfilesReplace.styles.d.ts +3 -3
  780. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/PaymentProfilesReplaceAlerts.d.ts +19 -20
  781. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/index.d.ts +2 -2
  782. package/typings/packages/subscriptions-manager/src/components/PlanChangeAlerts/PlanChangeAlerts.d.ts +10 -11
  783. package/typings/packages/subscriptions-manager/src/components/PlanChangeAlerts/index.d.ts +2 -2
  784. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/PlanChangeSummary.d.ts +13 -14
  785. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/NonProratedColumns.d.ts +9 -10
  786. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/ProratedColumns.d.ts +7 -8
  787. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/index.d.ts +2 -2
  788. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/index.d.ts +2 -2
  789. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/PlanChangeSummaryCharges.d.ts +8 -9
  790. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/index.d.ts +2 -2
  791. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/utils/mapChargeSummaryToTable.d.ts +12 -12
  792. package/typings/packages/subscriptions-manager/src/components/PlanRadio/PlanRadio.d.ts +12 -13
  793. package/typings/packages/subscriptions-manager/src/components/PlanRadio/PlanRadio.styles.d.ts +4 -4
  794. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Price/Price.d.ts +6 -7
  795. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Price/Price.styles.d.ts +1 -1
  796. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Status/Status.d.ts +5 -6
  797. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Status/Status.styles.d.ts +1 -1
  798. package/typings/packages/subscriptions-manager/src/components/PlanRadio/index.d.ts +2 -2
  799. package/typings/packages/subscriptions-manager/src/components/RadioOptions/RadioOptions.styles.d.ts +2 -2
  800. package/typings/packages/subscriptions-manager/src/components/RadioOptions/index.d.ts +2 -2
  801. package/typings/packages/subscriptions-manager/src/components/ShowMore/ShowMore.d.ts +7 -8
  802. package/typings/packages/subscriptions-manager/src/components/ShowMore/ShowMore.styles.d.ts +2 -2
  803. package/typings/packages/subscriptions-manager/src/components/ShowMore/index.d.ts +2 -2
  804. package/typings/packages/subscriptions-manager/src/components/Subscription/Subscription.d.ts +35 -36
  805. package/typings/packages/subscriptions-manager/src/components/Subscription/Subscription.styles.d.ts +5 -5
  806. package/typings/packages/subscriptions-manager/src/components/Subscription/index.d.ts +4 -4
  807. package/typings/packages/subscriptions-manager/src/components/Subscription/motion.d.ts +14 -14
  808. package/typings/packages/subscriptions-manager/src/components/Subscription/types.d.ts +1 -1
  809. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/SubscriptionComponents.d.ts +16 -17
  810. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/ComponentLoadingSkeleton/ComponentLoadingSkeleton.d.ts +6 -7
  811. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/ComponentLoadingSkeleton/index.d.ts +2 -2
  812. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/index.d.ts +2 -2
  813. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/index.d.ts +2 -2
  814. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/types.d.ts +6 -6
  815. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/SubscriptionDetails.d.ts +7 -8
  816. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Active/Active.d.ts +7 -8
  817. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Active/index.d.ts +2 -2
  818. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Canceled/Canceled.d.ts +6 -7
  819. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Canceled/index.d.ts +2 -2
  820. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/CancellationScheduled/CancellationScheduled.d.ts +8 -9
  821. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/CancellationScheduled/index.d.ts +2 -2
  822. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/DetailRow.d.ts +20 -21
  823. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/DetailRow.styles.d.ts +3 -3
  824. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/index.d.ts +2 -2
  825. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Expired/Expired.d.ts +6 -7
  826. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Expired/index.d.ts +2 -2
  827. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Notification/Notification.d.ts +9 -10
  828. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Notification/index.d.ts +2 -2
  829. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/OnHold/OnHold.d.ts +6 -7
  830. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/OnHold/index.d.ts +2 -2
  831. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PastDue/PastDue.d.ts +7 -8
  832. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PastDue/index.d.ts +2 -2
  833. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PlanChangeScheduled/PlanChangeScheduled.d.ts +7 -8
  834. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PlanChangeScheduled/index.d.ts +2 -2
  835. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Trial/Trial.d.ts +8 -9
  836. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Trial/index.d.ts +2 -2
  837. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/TrialExpired/TrialExpired.d.ts +5 -6
  838. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/TrialExpired/index.d.ts +2 -2
  839. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Unpaid/Unpaid.d.ts +6 -7
  840. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Unpaid/index.d.ts +2 -2
  841. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/index.d.ts +12 -12
  842. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/index.d.ts +2 -2
  843. package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/SubscriptionManagerLoader.d.ts +2 -3
  844. package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/index.d.ts +2 -2
  845. package/typings/packages/subscriptions-manager/src/components/SubscriptionReferalCode/SubscriptionReferalCode.d.ts +6 -7
  846. package/typings/packages/subscriptions-manager/src/components/SubscriptionReferalCode/index.d.ts +2 -2
  847. package/typings/packages/subscriptions-manager/src/components/Summary/Summary.styles.d.ts +2 -2
  848. package/typings/packages/subscriptions-manager/src/components/Summary/index.d.ts +2 -2
  849. package/typings/packages/subscriptions-manager/src/components/TotalCharge/TotalCharge.styles.d.ts +1 -1
  850. package/typings/packages/subscriptions-manager/src/components/TotalCharge/index.d.ts +2 -2
  851. package/typings/packages/subscriptions-manager/src/components/index.d.ts +15 -15
  852. package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/BilingDetailsContainer.d.ts +8 -9
  853. package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/BilingDetailsContainer.styles.d.ts +1 -1
  854. package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/index.d.ts +2 -2
  855. package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/ChangePlan.styles.d.ts +1 -1
  856. package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/ChangePlanContainer.d.ts +9 -10
  857. package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/index.d.ts +2 -2
  858. package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/ComponentContainer.d.ts +7 -8
  859. package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/index.d.ts +2 -2
  860. package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/ComponentsAllocationContainer.d.ts +8 -9
  861. package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/index.d.ts +2 -2
  862. package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/ComponentsContainer.d.ts +6 -7
  863. package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/ComponentsContainer.styles.d.ts +2 -2
  864. package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/index.d.ts +2 -2
  865. package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/CouponsContainer.d.ts +8 -9
  866. package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/index.d.ts +2 -2
  867. package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/utils.d.ts +5 -5
  868. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/CreatePaymentProfileContainer.d.ts +8 -9
  869. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/index.d.ts +2 -2
  870. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/CreatePaymentProfileErrorContainer.d.ts +6 -7
  871. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/index.d.ts +2 -2
  872. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/types.d.ts +5 -5
  873. package/typings/packages/subscriptions-manager/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +6 -7
  874. package/typings/packages/subscriptions-manager/src/containers/CustomFieldsContainer/index.d.ts +2 -2
  875. package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/ModalsContainer.d.ts +1 -2
  876. package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/index.d.ts +2 -2
  877. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/PaymentProfileContainer.d.ts +13 -13
  878. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/constants.d.ts +3 -3
  879. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/index.d.ts +2 -2
  880. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/utils.d.ts +5 -5
  881. package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/PaymentProfilesContainer.d.ts +6 -7
  882. package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/fixture.d.ts +2 -2
  883. package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/index.d.ts +2 -2
  884. package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/PreviewProductMigrationContainer.d.ts +9 -10
  885. package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/index.d.ts +2 -2
  886. package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/ReplacePaymentProfilesContainer.d.ts +6 -7
  887. package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/index.d.ts +2 -2
  888. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/SubscriptionContainer.d.ts +12 -13
  889. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/constants.d.ts +3 -3
  890. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/index.d.ts +3 -3
  891. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/useSubscriptionAvailableActions.d.ts +11 -11
  892. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/useSubscriptionIsActive.d.ts +2 -2
  893. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/index.d.ts +2 -2
  894. package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/SubscriptionsContainer.d.ts +7 -8
  895. package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/SubscriptionsContainer.styles.d.ts +2 -2
  896. package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/index.d.ts +2 -2
  897. package/typings/packages/subscriptions-manager/src/containers/index.d.ts +14 -14
  898. package/typings/packages/subscriptions-manager/src/contexts/ComponentsContext.d.ts +4 -4
  899. package/typings/packages/subscriptions-manager/src/contexts/ConfigContext.d.ts +3 -3
  900. package/typings/packages/subscriptions-manager/src/contexts/GlobalStateContext.d.ts +8 -8
  901. package/typings/packages/subscriptions-manager/src/contexts/PaymentProfilesContext.d.ts +8 -8
  902. package/typings/packages/subscriptions-manager/src/contexts/index.d.ts +5 -5
  903. package/typings/packages/subscriptions-manager/src/handlers/constants.d.ts +1 -1
  904. package/typings/packages/subscriptions-manager/src/handlers/gatewayConfig.d.ts +1 -1
  905. package/typings/packages/subscriptions-manager/src/handlers/index.d.ts +6 -6
  906. package/typings/packages/subscriptions-manager/src/handlers/paymentProfiles.d.ts +1 -1
  907. package/typings/packages/subscriptions-manager/src/handlers/product.d.ts +1 -1
  908. package/typings/packages/subscriptions-manager/src/handlers/subscription.d.ts +2 -2
  909. package/typings/packages/subscriptions-manager/src/hooks/index.d.ts +21 -21
  910. package/typings/packages/subscriptions-manager/src/hooks/useAddonsConfigurationService.d.ts +5 -5
  911. package/typings/packages/subscriptions-manager/src/hooks/useAvailablePaymentMethods.d.ts +2 -2
  912. package/typings/packages/subscriptions-manager/src/hooks/useCancelSubscriptionService.d.ts +4 -4
  913. package/typings/packages/subscriptions-manager/src/hooks/useChangePaymentProfile.d.ts +11 -11
  914. package/typings/packages/subscriptions-manager/src/hooks/useChangePlan.d.ts +4 -4
  915. package/typings/packages/subscriptions-manager/src/hooks/useComponentSettings.d.ts +1 -1
  916. package/typings/packages/subscriptions-manager/src/hooks/useCoupons.d.ts +9 -9
  917. package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/index.d.ts +2 -2
  918. package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/serializeErrors.d.ts +11 -11
  919. package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/useCreatePaymentProfile.d.ts +22 -22
  920. package/typings/packages/subscriptions-manager/src/hooks/useDataAccess.d.ts +3 -3
  921. package/typings/packages/subscriptions-manager/src/hooks/useDeletePaymentProfile.d.ts +9 -9
  922. package/typings/packages/subscriptions-manager/src/hooks/useFormatSubscriptionDetails.d.ts +24 -24
  923. package/typings/packages/subscriptions-manager/src/hooks/usePauseSubscriptionService.d.ts +5 -5
  924. package/typings/packages/subscriptions-manager/src/hooks/usePaymentProfileAvailableActions/index.d.ts +2 -2
  925. package/typings/packages/subscriptions-manager/src/hooks/usePaymentProfileAvailableActions/usePaymentProfileAvailableActions.d.ts +7 -7
  926. package/typings/packages/subscriptions-manager/src/hooks/useReactivateSubscription.d.ts +4 -4
  927. package/typings/packages/subscriptions-manager/src/hooks/useResumeSubscriptionService.d.ts +5 -5
  928. package/typings/packages/subscriptions-manager/src/hooks/useServices.d.ts +6 -6
  929. package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/constants.d.ts +4 -4
  930. package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/index.d.ts +2 -2
  931. package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/useSortPaymentProfiles.d.ts +5 -5
  932. package/typings/packages/subscriptions-manager/src/hooks/useSubscriptionStatus.d.ts +8 -8
  933. package/typings/packages/subscriptions-manager/src/hooks/useThreeDs.d.ts +10 -10
  934. package/typings/packages/subscriptions-manager/src/hooks/useUndoCancelationService.d.ts +4 -4
  935. package/typings/packages/subscriptions-manager/src/index.d.ts +4 -4
  936. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/actions.d.ts +5 -5
  937. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/index.d.ts +5 -5
  938. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/machine.d.ts +6 -6
  939. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/selectors.d.ts +42 -42
  940. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/serialize.d.ts +3 -3
  941. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/types.d.ts +97 -97
  942. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/utils/getPriceRange.d.ts +8 -8
  943. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/cancelSubscription.d.ts +5 -5
  944. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/index.d.ts +4 -4
  945. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/selectors.d.ts +25 -25
  946. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/types.d.ts +31 -31
  947. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/changePaymentProfile.d.ts +5 -5
  948. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/index.d.ts +4 -4
  949. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/selectors.d.ts +21 -21
  950. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/types.d.ts +16 -16
  951. package/typings/packages/subscriptions-manager/src/machines/changePlan/changePlan.d.ts +5 -5
  952. package/typings/packages/subscriptions-manager/src/machines/changePlan/index.d.ts +4 -4
  953. package/typings/packages/subscriptions-manager/src/machines/changePlan/selectors.d.ts +33 -31
  954. package/typings/packages/subscriptions-manager/src/machines/changePlan/types.d.ts +48 -46
  955. package/typings/packages/subscriptions-manager/src/machines/component/component.d.ts +4 -4
  956. package/typings/packages/subscriptions-manager/src/machines/component/index.d.ts +3 -3
  957. package/typings/packages/subscriptions-manager/src/machines/component/selectors.d.ts +10 -10
  958. package/typings/packages/subscriptions-manager/src/machines/component/types.d.ts +4 -4
  959. package/typings/packages/subscriptions-manager/src/machines/components/components.d.ts +5 -5
  960. package/typings/packages/subscriptions-manager/src/machines/components/index.d.ts +5 -5
  961. package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUpdatesAllowed.d.ts +4 -4
  962. package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUsedInBilling.d.ts +12 -12
  963. package/typings/packages/subscriptions-manager/src/machines/components/selectors.d.ts +33 -33
  964. package/typings/packages/subscriptions-manager/src/machines/components/types.d.ts +16 -16
  965. package/typings/packages/subscriptions-manager/src/machines/components/utils/checkIfComponentIsUsedForBilling.d.ts +2 -2
  966. package/typings/packages/subscriptions-manager/src/machines/components/utils/index.d.ts +2 -2
  967. package/typings/packages/subscriptions-manager/src/machines/coupons/coupons.d.ts +5 -5
  968. package/typings/packages/subscriptions-manager/src/machines/coupons/index.d.ts +2 -2
  969. package/typings/packages/subscriptions-manager/src/machines/coupons/selectors.d.ts +12 -12
  970. package/typings/packages/subscriptions-manager/src/machines/coupons/types.d.ts +33 -33
  971. package/typings/packages/subscriptions-manager/src/machines/coupons/utils.d.ts +2 -2
  972. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/actions.d.ts +16 -16
  973. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/createPaymentProfile.d.ts +7 -7
  974. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/index.d.ts +6 -6
  975. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/selectors.d.ts +215 -215
  976. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/serializers.d.ts +48 -48
  977. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/types.d.ts +86 -86
  978. package/typings/packages/subscriptions-manager/src/machines/customFields/customFields.d.ts +5 -5
  979. package/typings/packages/subscriptions-manager/src/machines/customFields/selectors.d.ts +27 -27
  980. package/typings/packages/subscriptions-manager/src/machines/customFields/types.d.ts +5 -5
  981. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/deletePaymentProfile.d.ts +5 -5
  982. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/index.d.ts +5 -5
  983. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/selectors.d.ts +23 -23
  984. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/types.d.ts +15 -15
  985. package/typings/packages/subscriptions-manager/src/machines/index.d.ts +16 -16
  986. package/typings/packages/subscriptions-manager/src/machines/modals/index.d.ts +5 -5
  987. package/typings/packages/subscriptions-manager/src/machines/modals/modals.d.ts +5 -5
  988. package/typings/packages/subscriptions-manager/src/machines/modals/selectors.d.ts +207 -207
  989. package/typings/packages/subscriptions-manager/src/machines/modals/types.d.ts +132 -132
  990. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/index.d.ts +4 -4
  991. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/pauseSubscription.d.ts +5 -5
  992. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/selectors.d.ts +25 -25
  993. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/types.d.ts +29 -29
  994. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/index.d.ts +5 -5
  995. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/paymentGateway.d.ts +7 -7
  996. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/selectors.d.ts +39 -39
  997. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/types.d.ts +22 -22
  998. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/actions.d.ts +4 -4
  999. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/index.d.ts +4 -4
  1000. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/paymentProfiles.d.ts +7 -7
  1001. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/selectors.d.ts +19 -19
  1002. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/serializers.d.ts +12 -12
  1003. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/types.d.ts +30 -30
  1004. package/typings/packages/subscriptions-manager/src/machines/productCatalog/actions.d.ts +3 -3
  1005. package/typings/packages/subscriptions-manager/src/machines/productCatalog/index.d.ts +5 -5
  1006. package/typings/packages/subscriptions-manager/src/machines/productCatalog/productCatalog.d.ts +6 -6
  1007. package/typings/packages/subscriptions-manager/src/machines/productCatalog/selectors.d.ts +23 -23
  1008. package/typings/packages/subscriptions-manager/src/machines/productCatalog/types.d.ts +20 -20
  1009. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/index.d.ts +4 -4
  1010. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/reactivateSubscription.d.ts +5 -5
  1011. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/selectors.d.ts +31 -31
  1012. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/types.d.ts +23 -23
  1013. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/index.d.ts +4 -4
  1014. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/resumeSubscription.d.ts +5 -5
  1015. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/selectors.d.ts +25 -25
  1016. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/types.d.ts +33 -33
  1017. package/typings/packages/subscriptions-manager/src/machines/subscription/index.d.ts +3 -3
  1018. package/typings/packages/subscriptions-manager/src/machines/subscription/selectors.d.ts +63 -63
  1019. package/typings/packages/subscriptions-manager/src/machines/subscription/subscription.d.ts +12 -12
  1020. package/typings/packages/subscriptions-manager/src/machines/subscription/types.d.ts +6 -6
  1021. package/typings/packages/subscriptions-manager/src/machines/subscriptions/actions.d.ts +135 -135
  1022. package/typings/packages/subscriptions-manager/src/machines/subscriptions/constants.d.ts +1 -1
  1023. package/typings/packages/subscriptions-manager/src/machines/subscriptions/index.d.ts +7 -7
  1024. package/typings/packages/subscriptions-manager/src/machines/subscriptions/selectors.d.ts +107 -107
  1025. package/typings/packages/subscriptions-manager/src/machines/subscriptions/serializers.d.ts +16 -16
  1026. package/typings/packages/subscriptions-manager/src/machines/subscriptions/subscriptions.d.ts +7 -7
  1027. package/typings/packages/subscriptions-manager/src/machines/subscriptions/types.d.ts +49 -49
  1028. package/typings/packages/subscriptions-manager/src/machines/threeDs/index.d.ts +1 -1
  1029. package/typings/packages/subscriptions-manager/src/machines/threeDs/threeDs.d.ts +5 -5
  1030. package/typings/packages/subscriptions-manager/src/machines/threeDs/types.d.ts +8 -8
  1031. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/index.d.ts +4 -4
  1032. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/selectors.d.ts +25 -25
  1033. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/types.d.ts +15 -15
  1034. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/undoCancelation.d.ts +5 -5
  1035. package/typings/packages/subscriptions-manager/src/mocks/allocation.d.ts +36 -36
  1036. package/typings/packages/subscriptions-manager/src/mocks/components.d.ts +2 -2
  1037. package/typings/packages/subscriptions-manager/src/mocks/customFields.d.ts +2 -2
  1038. package/typings/packages/subscriptions-manager/src/mocks/gatewayConfig.d.ts +2 -2
  1039. package/typings/packages/subscriptions-manager/src/mocks/index.d.ts +7 -7
  1040. package/typings/packages/subscriptions-manager/src/mocks/paymentProfiles.d.ts +3 -3
  1041. package/typings/packages/subscriptions-manager/src/mocks/products.d.ts +6 -6
  1042. package/typings/packages/subscriptions-manager/src/mocks/subscriptions.d.ts +5 -5
  1043. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/AddCoupon.d.ts +2 -3
  1044. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/Content.d.ts +12 -13
  1045. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/components/CouponSummary.d.ts +9 -10
  1046. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/components/index.d.ts +1 -1
  1047. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/index.d.ts +2 -2
  1048. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/utils.d.ts +7 -7
  1049. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/index.d.ts +2 -2
  1050. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/index.d.ts +2 -2
  1051. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/CancelSubscription.d.ts +2 -3
  1052. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/ChurnReasonCodes.d.ts +7 -8
  1053. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/ChurnReasonCodes.styles.d.ts +1 -1
  1054. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/index.d.ts +2 -2
  1055. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/Content.d.ts +11 -12
  1056. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/Content.styles.d.ts +2 -2
  1057. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/index.d.ts +2 -2
  1058. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Form/Form.d.ts +14 -14
  1059. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Form/index.d.ts +2 -2
  1060. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/index.d.ts +3 -3
  1061. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/constants.d.ts +5 -5
  1062. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/index.d.ts +2 -2
  1063. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/useCancelAvailableOptions.d.ts +3 -3
  1064. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/useCancelForm.d.ts +11 -11
  1065. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/index.d.ts +2 -2
  1066. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/cancelForm.d.ts +5 -5
  1067. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/index.d.ts +2 -2
  1068. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/types.d.ts +20 -20
  1069. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/ChangePaymentMethod.d.ts +2 -3
  1070. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/Content/Content.d.ts +9 -10
  1071. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/Content/index.d.ts +2 -2
  1072. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/index.d.ts +2 -2
  1073. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/ChangeSubscriptionPlan.d.ts +2 -3
  1074. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/Content.d.ts +9 -10
  1075. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.d.ts +6 -2
  1076. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/index.d.ts +2 -2
  1077. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/index.d.ts +2 -2
  1078. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/index.d.ts +2 -2
  1079. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/ComponentsAllocation.d.ts +2 -3
  1080. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/Content/Content.d.ts +8 -9
  1081. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/Content/index.d.ts +2 -2
  1082. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/index.d.ts +2 -2
  1083. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/index.d.ts +2 -2
  1084. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/CreatePaymentProfile.d.ts +2 -3
  1085. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/Content.d.ts +12 -13
  1086. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/constants.d.ts +1 -1
  1087. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/index.d.ts +2 -2
  1088. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/index.d.ts +2 -2
  1089. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/index.d.ts +2 -2
  1090. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/Content.d.ts +7 -8
  1091. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/constants.d.ts +1 -1
  1092. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/index.d.ts +2 -2
  1093. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/DeletePaymentMethod.d.ts +2 -3
  1094. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/ErrorList.d.ts +9 -10
  1095. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/ErrorList.styles.d.ts +1 -1
  1096. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/index.d.ts +2 -2
  1097. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/index.d.ts +2 -2
  1098. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/PauseSubscription.d.ts +2 -3
  1099. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/Content/Content.d.ts +8 -9
  1100. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/Content/index.d.ts +2 -2
  1101. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/index.d.ts +2 -2
  1102. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/index.d.ts +2 -2
  1103. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/BillingAddress/BillingAddress.d.ts +6 -7
  1104. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/BillingAddress/index.d.ts +2 -2
  1105. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/Content/Content.d.ts +9 -10
  1106. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/Content/index.d.ts +2 -2
  1107. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/DetailsRow.d.ts +6 -7
  1108. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/index.d.ts +2 -2
  1109. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/PreviewPaymentMethod.d.ts +2 -3
  1110. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/index.d.ts +2 -2
  1111. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/ReactivateSubscription.d.ts +2 -3
  1112. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/Content/Content.d.ts +8 -9
  1113. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/Content/index.d.ts +2 -2
  1114. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/index.d.ts +2 -2
  1115. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/index.d.ts +2 -2
  1116. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/ResumeSubscription.d.ts +2 -3
  1117. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/Content.d.ts +9 -10
  1118. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/index.d.ts +2 -2
  1119. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/utils.d.ts +10 -10
  1120. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/index.d.ts +2 -2
  1121. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/index.d.ts +2 -2
  1122. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/ThreeDsConfirmation.d.ts +2 -3
  1123. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/Content/Content.d.ts +10 -11
  1124. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/Content/index.d.ts +2 -2
  1125. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/index.d.ts +2 -2
  1126. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/index.d.ts +2 -2
  1127. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/UndoCancelation.d.ts +2 -3
  1128. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/Content/Content.d.ts +8 -9
  1129. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/Content/index.d.ts +2 -2
  1130. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/index.d.ts +2 -2
  1131. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/index.d.ts +2 -2
  1132. package/typings/packages/subscriptions-manager/src/modals/index.d.ts +14 -14
  1133. package/typings/packages/subscriptions-manager/src/modals/setupTest/index.d.ts +2 -2
  1134. package/typings/packages/subscriptions-manager/src/modals/setupTest/modalTestRenderer.d.ts +7 -7
  1135. package/typings/packages/subscriptions-manager/src/models/component/component.d.ts +3 -3
  1136. package/typings/packages/subscriptions-manager/src/models/component/index.d.ts +4 -4
  1137. package/typings/packages/subscriptions-manager/src/models/component/types.d.ts +66 -66
  1138. package/typings/packages/subscriptions-manager/src/models/index.d.ts +7 -7
  1139. package/typings/packages/subscriptions-manager/src/models/paymentProfile/index.d.ts +3 -3
  1140. package/typings/packages/subscriptions-manager/src/models/paymentProfile/types.d.ts +43 -43
  1141. package/typings/packages/subscriptions-manager/src/models/subscription/constants.d.ts +2 -2
  1142. package/typings/packages/subscriptions-manager/src/models/subscription/index.d.ts +8 -8
  1143. package/typings/packages/subscriptions-manager/src/models/subscription/serialize.d.ts +2 -2
  1144. package/typings/packages/subscriptions-manager/src/models/subscription/subscription.d.ts +10 -10
  1145. package/typings/packages/subscriptions-manager/src/models/subscription/types.d.ts +86 -86
  1146. package/typings/packages/subscriptions-manager/src/pages/ComponentsAllocation/ComponentsAllocation.d.ts +2 -3
  1147. package/typings/packages/subscriptions-manager/src/pages/ComponentsAllocation/index.d.ts +2 -2
  1148. package/typings/packages/subscriptions-manager/src/pages/CustomFields/CustomFields.d.ts +2 -3
  1149. package/typings/packages/subscriptions-manager/src/pages/CustomFields/index.d.ts +2 -2
  1150. package/typings/packages/subscriptions-manager/src/pages/PaymentProfiles/PaymentProfiles.d.ts +2 -3
  1151. package/typings/packages/subscriptions-manager/src/pages/PaymentProfiles/index.d.ts +2 -2
  1152. package/typings/packages/subscriptions-manager/src/pages/Subscription/Subscription.d.ts +2 -3
  1153. package/typings/packages/subscriptions-manager/src/pages/Subscription/index.d.ts +2 -2
  1154. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/SubscriptionsList.d.ts +2 -3
  1155. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/index.d.ts +3 -3
  1156. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/useProductCatalog.d.ts +7 -7
  1157. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/useSubscriptions.d.ts +6 -6
  1158. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/index.d.ts +2 -2
  1159. package/typings/packages/subscriptions-manager/src/pages/index.d.ts +6 -6
  1160. package/typings/packages/subscriptions-manager/src/providers/PaymentProfilesProvider.d.ts +6 -6
  1161. package/typings/packages/subscriptions-manager/src/providers/StateProvider.d.ts +6 -6
  1162. package/typings/packages/subscriptions-manager/src/providers/index.d.ts +3 -3
  1163. package/typings/packages/subscriptions-manager/src/settings.d.ts +2 -2
  1164. package/typings/packages/subscriptions-manager/src/types.d.ts +23 -23
  1165. package/typings/packages/subscriptions-manager/src/utils/getComponentsAllocationErrorDescription.d.ts +3 -3
  1166. package/typings/packages/subscriptions-manager/src/utils/index.d.ts +4 -4
  1167. package/typings/packages/subscriptions-manager/src/utils/mergeComponentsWithAllocations.d.ts +2 -2
  1168. package/typings/packages/subscriptions-manager/src/utils/sortSubscriptions.d.ts +2 -2
  1169. package/typings/packages/toasts/index.d.ts +1 -1
  1170. package/typings/packages/toasts/src/ToastsPlayground.d.ts +3 -3
  1171. package/typings/packages/toasts/src/containers/ToastsContainer/ToastsContainer.d.ts +6 -6
  1172. package/typings/packages/toasts/src/containers/ToastsContainer/ToastsContainer.styles.d.ts +3 -3
  1173. package/typings/packages/toasts/src/containers/ToastsContainer/index.d.ts +2 -2
  1174. package/typings/packages/toasts/src/containers/ToastsContainer/motion.d.ts +16 -16
  1175. package/typings/packages/toasts/src/containers/index.d.ts +2 -2
  1176. package/typings/packages/toasts/src/contexts/ToastMessagesContext.d.ts +5 -5
  1177. package/typings/packages/toasts/src/contexts/index.d.ts +2 -2
  1178. package/typings/packages/toasts/src/hooks/index.d.ts +2 -2
  1179. package/typings/packages/toasts/src/hooks/useToastMessages.d.ts +1 -1
  1180. package/typings/packages/toasts/src/index.d.ts +3 -3
  1181. package/typings/packages/toasts/src/machines/index.d.ts +2 -2
  1182. package/typings/packages/toasts/src/machines/toast/index.d.ts +2 -2
  1183. package/typings/packages/toasts/src/machines/toast/toast.d.ts +8 -8
  1184. package/typings/packages/toasts/src/machines/toast/types.d.ts +6 -6
  1185. package/typings/packages/toasts/src/machines/toasts/constants.d.ts +1 -1
  1186. package/typings/packages/toasts/src/machines/toasts/index.d.ts +2 -2
  1187. package/typings/packages/toasts/src/machines/toasts/toasts.d.ts +5 -5
  1188. package/typings/packages/toasts/src/machines/toasts/types.d.ts +23 -23
  1189. package/typings/packages/toasts/src/types.d.ts +8 -8
  1190. package/typings/packages/toasts/src/utils/index.d.ts +2 -2
  1191. package/typings/packages/toasts/src/utils/setNotificationsPosition.d.ts +2 -2
  1192. package/typings/sdk/components-sdk/src/SDK.d.ts +30 -30
  1193. package/typings/sdk/components-sdk/src/constants.d.ts +2 -2
  1194. package/typings/sdk/components-sdk/src/index.d.ts +2 -2
  1195. package/typings/sdk/components-sdk/src/settings.d.ts +2 -2
  1196. package/typings/sdk/components-sdk/src/types.d.ts +5 -5
  1197. package/typings/sdk/components-sdk/src/utils/createComponentFactory.d.ts +9 -9
  1198. package/dist/maxio-components.cjs.js +0 -2
  1199. package/dist/maxio-components.cjs.js.map +0 -1
@@ -9410,7 +9410,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
9410
9410
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9411
9411
 
9412
9412
  "use strict";
9413
- eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"useChangePlan\": () => (/* binding */ useChangePlan)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var xstate__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! xstate */ \"./node_modules/.pnpm/xstate@4.33.6/node_modules/xstate/es/index.js\");\n/* harmony import */ var _xstate_react__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @xstate/react */ \"./node_modules/.pnpm/@xstate+react@3.0.1_csov6svwxizbqjpbal6caks7le/node_modules/@xstate/react/es/useInterpret.js\");\n/* harmony import */ var _chargify_data_access__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @chargify/data-access */ \"./packages/data-access/src/index.ts\");\n/* harmony import */ var _machines__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../machines */ \"./packages/subscriptions-manager/src/machines/index.ts\");\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../contexts */ \"./packages/subscriptions-manager/src/contexts/index.ts\");\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n\n\n\n\n\n\nvar useChangePlan = function useChangePlan(catalogId, subscriptionId, currentPlanId, onSuccess, _onThreeDsConfirmation) {\n var _useContext = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_chargify_data_access__WEBPACK_IMPORTED_MODULE_1__.DataAccessContext),\n dataAccess = _useContext.dataAccess;\n\n var _useContext2 = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_3__.GlobalStateContext),\n subscriptionsService = _useContext2.subscriptionsService;\n\n return (0,_xstate_react__WEBPACK_IMPORTED_MODULE_4__.useInterpret)(_machines__WEBPACK_IMPORTED_MODULE_2__.changePlan, {\n services: {\n getProducts: function getProducts() {\n return dataAccess.getProducts(catalogId);\n },\n previewProductMigration: function previewProductMigration(_ref) {\n var selectedPlan = _ref.selectedPlan;\n return dataAccess.previewProductMigration(subscriptionId, selectedPlan);\n },\n confirmProductMigration: function confirmProductMigration(_ref2) {\n var selectedPlan = _ref2.selectedPlan;\n return dataAccess.migrateProduct(subscriptionId, selectedPlan);\n }\n },\n actions: {\n onSuccess: onSuccess,\n updateSubscription: function updateSubscription(context, payload) {\n var subscription = payload.data;\n subscriptionsService.send(_objectSpread({\n type: 'UPDATE_SUBSCRIPTION',\n catalogId: catalogId,\n subscriptionId: subscriptionId\n }, subscription));\n },\n setError: (0,xstate__WEBPACK_IMPORTED_MODULE_5__.assign)(function (context) {\n return _objectSpread(_objectSpread({}, context), {}, {\n error: true\n });\n }),\n onThreeDsConfirmation: function onThreeDsConfirmation(c) {\n return _onThreeDsConfirmation(c.threeDsActionLink);\n }\n },\n context: {\n selectedPlan: currentPlanId\n }\n });\n};\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/hooks/useChangePlan.ts?");
9413
+ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"useChangePlan\": () => (/* binding */ useChangePlan)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _xstate_react__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @xstate/react */ \"./node_modules/.pnpm/@xstate+react@3.0.1_csov6svwxizbqjpbal6caks7le/node_modules/@xstate/react/es/useInterpret.js\");\n/* harmony import */ var _chargify_data_access__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @chargify/data-access */ \"./packages/data-access/src/index.ts\");\n/* harmony import */ var _machines__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../machines */ \"./packages/subscriptions-manager/src/machines/index.ts\");\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../contexts */ \"./packages/subscriptions-manager/src/contexts/index.ts\");\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n\n\n\n\n\nvar useChangePlan = function useChangePlan(catalogId, subscriptionId, currentPlanId, onSuccess, _onThreeDsConfirmation) {\n var _useContext = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_chargify_data_access__WEBPACK_IMPORTED_MODULE_1__.DataAccessContext),\n dataAccess = _useContext.dataAccess;\n\n var _useContext2 = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_3__.GlobalStateContext),\n subscriptionsService = _useContext2.subscriptionsService;\n\n return (0,_xstate_react__WEBPACK_IMPORTED_MODULE_4__.useInterpret)(_machines__WEBPACK_IMPORTED_MODULE_2__.changePlan, {\n services: {\n getProducts: function getProducts() {\n return dataAccess.getProducts(catalogId);\n },\n previewProductMigration: function previewProductMigration(_ref) {\n var selectedPlan = _ref.selectedPlan;\n return dataAccess.previewProductMigration(subscriptionId, selectedPlan);\n },\n confirmProductMigration: function confirmProductMigration(_ref2) {\n var selectedPlan = _ref2.selectedPlan;\n return dataAccess.migrateProduct(subscriptionId, selectedPlan);\n }\n },\n actions: {\n onSuccess: onSuccess,\n updateSubscription: function updateSubscription(context, payload) {\n var subscription = payload.data;\n subscriptionsService.send(_objectSpread({\n type: 'UPDATE_SUBSCRIPTION',\n catalogId: catalogId,\n subscriptionId: subscriptionId\n }, subscription));\n },\n onThreeDsConfirmation: function onThreeDsConfirmation(c) {\n return _onThreeDsConfirmation(c.threeDsActionLink);\n }\n },\n context: {\n selectedPlan: currentPlanId\n }\n });\n};\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/hooks/useChangePlan.ts?");
9414
9414
 
9415
9415
  /***/ }),
9416
9416
 
@@ -9784,7 +9784,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
9784
9784
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9785
9785
 
9786
9786
  "use strict";
9787
- eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"changePlan\": () => (/* binding */ changePlan)\n/* harmony export */ });\n/* harmony import */ var xstate__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! xstate */ \"./node_modules/.pnpm/xstate@4.33.6/node_modules/xstate/es/Machine.js\");\n/* harmony import */ var xstate__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! xstate */ \"./node_modules/.pnpm/xstate@4.33.6/node_modules/xstate/es/index.js\");\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n\nvar initialContext = {\n products: null,\n selectedPlan: null,\n changePlanPreview: null,\n threeDsActionLink: null\n};\nvar changePlan = (0,xstate__WEBPACK_IMPORTED_MODULE_0__.createMachine)({\n id: 'changePlan',\n predictableActionArguments: true,\n initial: 'configurePlanStep',\n context: _objectSpread({}, initialContext),\n states: {\n configurePlanStep: {\n id: 'configurePlanStep',\n initial: 'idle',\n states: {\n idle: {\n on: {\n GET_PRODUCTS: 'getProducts'\n }\n },\n getProducts: {\n invoke: {\n src: 'getProducts',\n onDone: {\n actions: function actions(ctx, event) {\n return ctx.products = event.data.items;\n },\n target: 'ready'\n },\n onError: {\n target: 'error'\n }\n }\n },\n ready: {\n on: {\n SELECT_PLAN: {\n actions: (0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function (context, event) {\n return {\n selectedPlan: event.planId\n };\n })\n },\n GET_PREVIEW_PRODUCT_MIGRATION: 'getPreviewProductMigration'\n }\n },\n getPreviewProductMigration: {\n invoke: {\n src: 'previewProductMigration',\n onDone: {\n actions: function actions(ctx, event) {\n return ctx.changePlanPreview = event.data;\n },\n target: '#previewProductMigrationStep'\n },\n onError: {\n target: 'error'\n }\n }\n },\n error: {}\n }\n },\n previewProductMigrationStep: {\n id: 'previewProductMigrationStep',\n initial: 'idle',\n states: {\n idle: {\n on: {\n CONFIRM_CHANGE_PLAN: 'confirmProductMigration',\n GO_BACK: '#configurePlanStep.ready'\n }\n },\n confirmProductMigration: {\n invoke: {\n src: 'confirmProductMigration',\n onDone: {\n actions: ['updateSubscription', 'onSuccess'],\n target: 'success'\n },\n onError: [{\n target: 'threeDsConfirmation',\n actions: [(0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function (context, event) {\n return {\n threeDsActionLink: event.data.threeDsActionLink\n };\n }), 'onThreeDsConfirmation'],\n cond: function cond(c, e) {\n return e.data.threeDsActionLink;\n }\n }, {\n target: 'error'\n }]\n }\n },\n success: {\n type: 'final'\n },\n error: {\n type: 'final'\n },\n threeDsConfirmation: {\n type: 'final'\n }\n }\n }\n }\n});\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/machines/changePlan/changePlan.ts?");
9787
+ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"changePlan\": () => (/* binding */ changePlan)\n/* harmony export */ });\n/* harmony import */ var xstate__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! xstate */ \"./node_modules/.pnpm/xstate@4.33.6/node_modules/xstate/es/Machine.js\");\n/* harmony import */ var xstate__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! xstate */ \"./node_modules/.pnpm/xstate@4.33.6/node_modules/xstate/es/index.js\");\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n\nvar initialContext = {\n products: null,\n selectedPlan: null,\n changePlanPreview: null,\n threeDsActionLink: null,\n error: null\n};\nvar changePlan = (0,xstate__WEBPACK_IMPORTED_MODULE_0__.createMachine)({\n id: 'changePlan',\n predictableActionArguments: true,\n initial: 'configurePlanStep',\n context: _objectSpread({}, initialContext),\n states: {\n configurePlanStep: {\n id: 'configurePlanStep',\n initial: 'idle',\n states: {\n idle: {\n on: {\n GET_PRODUCTS: 'getProducts'\n }\n },\n getProducts: {\n invoke: {\n src: 'getProducts',\n onDone: {\n actions: function actions(ctx, event) {\n return ctx.products = event.data.items;\n },\n target: 'ready'\n },\n onError: {\n target: 'error'\n }\n }\n },\n ready: {\n on: {\n SELECT_PLAN: {\n actions: (0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function (context, event) {\n return {\n selectedPlan: event.planId\n };\n })\n },\n GET_PREVIEW_PRODUCT_MIGRATION: 'getPreviewProductMigration'\n }\n },\n getPreviewProductMigration: {\n invoke: {\n src: 'previewProductMigration',\n onDone: {\n actions: function actions(ctx, event) {\n return ctx.changePlanPreview = event.data;\n },\n target: '#previewProductMigrationStep'\n },\n onError: {\n target: 'error'\n }\n }\n },\n error: {}\n }\n },\n previewProductMigrationStep: {\n id: 'previewProductMigrationStep',\n initial: 'idle',\n states: {\n idle: {\n on: {\n CONFIRM_CHANGE_PLAN: 'confirmProductMigration',\n GO_BACK: '#configurePlanStep.ready'\n }\n },\n confirmProductMigration: {\n invoke: {\n src: 'confirmProductMigration',\n onDone: {\n actions: ['updateSubscription', 'onSuccess'],\n target: 'success'\n },\n onError: [{\n target: 'threeDsConfirmation',\n actions: [(0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function (context, event) {\n return {\n threeDsActionLink: event.data.threeDsActionLink,\n error: event.data.errorCode\n };\n }), 'onThreeDsConfirmation'],\n cond: function cond(c, e) {\n return e.data.threeDsActionLink && e.data.errorCode === '3DSecureAuthentication';\n }\n }, {\n target: 'error',\n actions: (0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function (context, event) {\n return {\n error: event.data.errorCode\n };\n }),\n cond: function cond(c, e) {\n return e.data.errorCode === 'CardDeclined';\n }\n }, {\n target: 'error',\n actions: (0,xstate__WEBPACK_IMPORTED_MODULE_1__.assign)(function () {\n return {\n error: 'Generic'\n };\n })\n }]\n }\n },\n success: {\n type: 'final'\n },\n error: {\n type: 'final'\n },\n threeDsConfirmation: {\n type: 'final'\n }\n }\n }\n }\n});\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/machines/changePlan/changePlan.ts?");
9788
9788
 
9789
9789
  /***/ }),
9790
9790
 
@@ -9806,7 +9806,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
9806
9806
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9807
9807
 
9808
9808
  "use strict";
9809
- eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"changePlanSelectors\": () => (/* binding */ changePlanSelectors)\n/* harmony export */ });\n/* unused harmony exports getChangePlanStatus, getProducts, getSelectedPlan, getChangePlanPreview */\nvar getChangePlanStatus = function getChangePlanStatus(machineState) {\n return {\n configurePlanStep: machineState.matches('configurePlanStep'),\n configurePlanStepLoading: machineState.matches('configurePlanStep.getProducts'),\n previewPlanStep: machineState.matches('previewProductMigrationStep'),\n previewPlanLoading: machineState.matches('configurePlanStep.getPreviewProductMigration'),\n updatePlanLoading: machineState.matches('previewProductMigrationStep.confirmProductMigration'),\n updateSuccess: machineState.matches('previewProductMigrationStep.success'),\n isError: machineState.matches('configurePlanStep.error') || machineState.matches('previewProductMigrationStep.error')\n };\n};\nvar getProducts = function getProducts(machineState) {\n return machineState.context.products;\n};\nvar getSelectedPlan = function getSelectedPlan(machineState) {\n return machineState.context.selectedPlan;\n};\nvar getChangePlanPreview = function getChangePlanPreview(machineState) {\n return machineState.context.changePlanPreview;\n};\nvar changePlanSelectors = {\n getChangePlanPreview: getChangePlanPreview,\n getProducts: getProducts,\n getSelectedPlan: getSelectedPlan,\n getChangePlanStatus: getChangePlanStatus\n};\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/machines/changePlan/selectors.ts?");
9809
+ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"changePlanSelectors\": () => (/* binding */ changePlanSelectors)\n/* harmony export */ });\n/* unused harmony exports getChangePlanStatus, getError, getProducts, getSelectedPlan, getChangePlanPreview */\nvar getChangePlanStatus = function getChangePlanStatus(machineState) {\n return {\n configurePlanStep: machineState.matches('configurePlanStep'),\n configurePlanStepLoading: machineState.matches('configurePlanStep.getProducts'),\n previewPlanStep: machineState.matches('previewProductMigrationStep'),\n previewPlanLoading: machineState.matches('configurePlanStep.getPreviewProductMigration'),\n updatePlanLoading: machineState.matches('previewProductMigrationStep.confirmProductMigration'),\n updateSuccess: machineState.matches('previewProductMigrationStep.success'),\n isError: machineState.matches('configurePlanStep.error') || machineState.matches('previewProductMigrationStep.error')\n };\n};\nvar getError = function getError(machineState) {\n return machineState.context.error;\n};\nvar getProducts = function getProducts(machineState) {\n return machineState.context.products;\n};\nvar getSelectedPlan = function getSelectedPlan(machineState) {\n return machineState.context.selectedPlan;\n};\nvar getChangePlanPreview = function getChangePlanPreview(machineState) {\n return machineState.context.changePlanPreview;\n};\nvar changePlanSelectors = {\n getError: getError,\n getChangePlanPreview: getChangePlanPreview,\n getProducts: getProducts,\n getSelectedPlan: getSelectedPlan,\n getChangePlanStatus: getChangePlanStatus\n};\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/machines/changePlan/selectors.ts?");
9810
9810
 
9811
9811
  /***/ }),
9812
9812
 
@@ -10840,7 +10840,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
10840
10840
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10841
10841
 
10842
10842
  "use strict";
10843
- eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! react-i18next */ \"./node_modules/.pnpm/react-i18next@11.18.6_4sidbwfhen5r7txudrvpua6nty/node_modules/react-i18next/dist/es/useTranslation.js\");\n/* harmony import */ var _xstate_react__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @xstate/react */ \"./node_modules/.pnpm/@xstate+react@3.0.1_csov6svwxizbqjpbal6caks7le/node_modules/@xstate/react/es/useSelector.js\");\n/* harmony import */ var _chargify_toasts__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @chargify/toasts */ \"./packages/toasts/src/index.ts\");\n/* harmony import */ var _chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @chargify/custom-ui-components */ \"./packages/custom-ui-components/src/index.ts\");\n/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../hooks */ \"./packages/subscriptions-manager/src/hooks/index.ts\");\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../contexts */ \"./packages/subscriptions-manager/src/contexts/index.ts\");\n/* harmony import */ var _machines__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../machines */ \"./packages/subscriptions-manager/src/machines/index.ts\");\n/* harmony import */ var _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../machines/changePlan */ \"./packages/subscriptions-manager/src/machines/changePlan/index.ts\");\n/* harmony import */ var _containers_ChangePlanContainer__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../../containers/ChangePlanContainer */ \"./packages/subscriptions-manager/src/containers/ChangePlanContainer/index.ts\");\n/* harmony import */ var _containers_PreviewProductMigrationContainer__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../../containers/PreviewProductMigrationContainer */ \"./packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/index.ts\");\n/* harmony import */ var _components_ErrorAlert__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./components/ErrorAlert */ \"./packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.tsx\");\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar Content = function Content(_ref) {\n var onClose = _ref.onClose,\n catalogId = _ref.catalogId,\n subscriptionId = _ref.subscriptionId,\n displayMode = _ref.displayMode,\n onProcessingUpdate = _ref.onProcessingUpdate;\n var toastService = (0,_chargify_toasts__WEBPACK_IMPORTED_MODULE_1__.useToastMessages)();\n\n var _useTranslation = (0,react_i18next__WEBPACK_IMPORTED_MODULE_10__.useTranslation)(['subscriptions-manager']),\n t = _useTranslation.t;\n\n var _useContext = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_4__.GlobalStateContext),\n subscriptionsService = _useContext.subscriptionsService;\n\n var _useServices = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useServices)(),\n modalsService = _useServices.modalsService;\n\n var _useSelector = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(subscriptionsService, _machines__WEBPACK_IMPORTED_MODULE_5__.subscriptionsSelectors.getSubscriptionById(catalogId, subscriptionId)),\n subscription = _useSelector.subscription;\n\n var showToast = function showToast() {\n toastService.show({\n level: 'success',\n message: t('plan_change.success_plan_change')\n });\n };\n\n var onPlanChangeSuccess = function onPlanChangeSuccess() {\n onClose(true);\n showToast();\n };\n\n var onThreeDsConfirmation = function onThreeDsConfirmation(threeDsActionLink) {\n onClose(true);\n modalsService.send({\n type: 'SHOW_THREE_D_SECURE',\n catalogId: catalogId,\n subscriptionId: subscriptionId,\n threeDsActionLink: threeDsActionLink,\n onSuccess: function onSuccess() {\n showToast();\n }\n });\n };\n\n var changePlanService = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useChangePlan)(catalogId, subscriptionId, subscription.product.id, onPlanChangeSuccess, onThreeDsConfirmation);\n var currentPlanId = subscription.product.id;\n\n var _useSelector2 = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(changePlanService, _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__.changePlanSelectors.getChangePlanStatus),\n configurePlanStep = _useSelector2.configurePlanStep,\n previewPlanStep = _useSelector2.previewPlanStep,\n configurePlanStepLoading = _useSelector2.configurePlanStepLoading,\n updatePlanLoading = _useSelector2.updatePlanLoading,\n previewPlanLoading = _useSelector2.previewPlanLoading,\n isError = _useSelector2.isError;\n\n var selectedPlan = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(changePlanService, _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__.changePlanSelectors.getSelectedPlan);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n changePlanService.send({\n type: 'GET_PRODUCTS'\n });\n }, []);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n onProcessingUpdate(updatePlanLoading);\n }, [updatePlanLoading, onProcessingUpdate]);\n var modalTitle = configurePlanStep ? t('plan_change.change_plan') : t('plan_change.summary_title');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card, {\n border: displayMode === 'layer' ? 'sharp' : 'rounded'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Header, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Modal.Title, {\n onClose: onClose,\n title: modalTitle\n })), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Body, null, isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_components_ErrorAlert__WEBPACK_IMPORTED_MODULE_9__.ErrorAlert, null) : /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), null, configurePlanStepLoading ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.SkeletonLoader, {\n height: 400\n }) : null, configurePlanStep ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_containers_ChangePlanContainer__WEBPACK_IMPORTED_MODULE_7__[\"default\"], {\n changePlanService: changePlanService,\n currency: subscription.currency,\n currentPlanId: currentPlanId\n }) : null, previewPlanStep ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_containers_PreviewProductMigrationContainer__WEBPACK_IMPORTED_MODULE_8__[\"default\"], {\n currentProductName: subscription.product.name,\n currency: subscription.currency,\n changePlanService: changePlanService\n }) : null)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Footer, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button.Group, {\n alignment: \"right\"\n }, previewPlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Box, {\n marginRight: 'auto'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n color: 'secondary',\n label: t('go_back', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'GO_BACK'\n });\n },\n iconLeft: 'chevronLeft'\n })) : null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n color: \"secondary\",\n label: t('close', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return onClose(false);\n }\n }), configurePlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n isLoading: previewPlanLoading,\n label: t('continue', {\n ns: 'common'\n }),\n disabled: selectedPlan === currentPlanId,\n loadingText: t('processing', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'GET_PREVIEW_PRODUCT_MIGRATION'\n });\n }\n }) : null, previewPlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n label: t('confirm_changes', {\n ns: 'common'\n }),\n isLoading: updatePlanLoading,\n loadingText: t('processing', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'CONFIRM_CHANGE_PLAN'\n });\n }\n }) : null)));\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Content);\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/Content.tsx?");
10843
+ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! react-i18next */ \"./node_modules/.pnpm/react-i18next@11.18.6_4sidbwfhen5r7txudrvpua6nty/node_modules/react-i18next/dist/es/useTranslation.js\");\n/* harmony import */ var _xstate_react__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @xstate/react */ \"./node_modules/.pnpm/@xstate+react@3.0.1_csov6svwxizbqjpbal6caks7le/node_modules/@xstate/react/es/useSelector.js\");\n/* harmony import */ var _chargify_toasts__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @chargify/toasts */ \"./packages/toasts/src/index.ts\");\n/* harmony import */ var _chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @chargify/custom-ui-components */ \"./packages/custom-ui-components/src/index.ts\");\n/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../hooks */ \"./packages/subscriptions-manager/src/hooks/index.ts\");\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../contexts */ \"./packages/subscriptions-manager/src/contexts/index.ts\");\n/* harmony import */ var _machines__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../machines */ \"./packages/subscriptions-manager/src/machines/index.ts\");\n/* harmony import */ var _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../machines/changePlan */ \"./packages/subscriptions-manager/src/machines/changePlan/index.ts\");\n/* harmony import */ var _containers_ChangePlanContainer__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../../containers/ChangePlanContainer */ \"./packages/subscriptions-manager/src/containers/ChangePlanContainer/index.ts\");\n/* harmony import */ var _containers_PreviewProductMigrationContainer__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../../containers/PreviewProductMigrationContainer */ \"./packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/index.ts\");\n/* harmony import */ var _components_ErrorAlert__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./components/ErrorAlert */ \"./packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.tsx\");\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar Content = function Content(_ref) {\n var onClose = _ref.onClose,\n catalogId = _ref.catalogId,\n subscriptionId = _ref.subscriptionId,\n displayMode = _ref.displayMode,\n onProcessingUpdate = _ref.onProcessingUpdate;\n var toastService = (0,_chargify_toasts__WEBPACK_IMPORTED_MODULE_1__.useToastMessages)();\n\n var _useTranslation = (0,react_i18next__WEBPACK_IMPORTED_MODULE_10__.useTranslation)(['subscriptions-manager']),\n t = _useTranslation.t;\n\n var _useContext = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_4__.GlobalStateContext),\n subscriptionsService = _useContext.subscriptionsService;\n\n var _useServices = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useServices)(),\n modalsService = _useServices.modalsService;\n\n var _useSelector = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(subscriptionsService, _machines__WEBPACK_IMPORTED_MODULE_5__.subscriptionsSelectors.getSubscriptionById(catalogId, subscriptionId)),\n subscription = _useSelector.subscription;\n\n var showToast = function showToast() {\n toastService.show({\n level: 'success',\n message: t('plan_change.success_plan_change')\n });\n };\n\n var onPlanChangeSuccess = function onPlanChangeSuccess() {\n onClose(true);\n showToast();\n };\n\n var onThreeDsConfirmation = function onThreeDsConfirmation(threeDsActionLink) {\n onClose(true);\n modalsService.send({\n type: 'SHOW_THREE_D_SECURE',\n catalogId: catalogId,\n subscriptionId: subscriptionId,\n threeDsActionLink: threeDsActionLink,\n onSuccess: function onSuccess() {\n showToast();\n }\n });\n };\n\n var changePlanService = (0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useChangePlan)(catalogId, subscriptionId, subscription.product.id, onPlanChangeSuccess, onThreeDsConfirmation);\n var currentPlanId = subscription.product.id;\n\n var _useSelector2 = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(changePlanService, _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__.changePlanSelectors.getChangePlanStatus),\n configurePlanStep = _useSelector2.configurePlanStep,\n previewPlanStep = _useSelector2.previewPlanStep,\n configurePlanStepLoading = _useSelector2.configurePlanStepLoading,\n updatePlanLoading = _useSelector2.updatePlanLoading,\n previewPlanLoading = _useSelector2.previewPlanLoading,\n isError = _useSelector2.isError;\n\n var selectedPlan = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(changePlanService, _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__.changePlanSelectors.getSelectedPlan);\n var error = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_11__.useSelector)(changePlanService, _machines_changePlan__WEBPACK_IMPORTED_MODULE_6__.changePlanSelectors.getError);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n changePlanService.send({\n type: 'GET_PRODUCTS'\n });\n }, []);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n onProcessingUpdate(updatePlanLoading);\n }, [updatePlanLoading, onProcessingUpdate]);\n var modalTitle = configurePlanStep ? t('plan_change.change_plan') : t('plan_change.summary_title');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card, {\n border: displayMode === 'layer' ? 'sharp' : 'rounded'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Header, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Modal.Title, {\n onClose: onClose,\n title: modalTitle\n })), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Body, null, isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_components_ErrorAlert__WEBPACK_IMPORTED_MODULE_9__.ErrorAlert, {\n error: error\n }) : /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), null, configurePlanStepLoading ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.SkeletonLoader, {\n height: 400\n }) : null, configurePlanStep ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_containers_ChangePlanContainer__WEBPACK_IMPORTED_MODULE_7__[\"default\"], {\n changePlanService: changePlanService,\n currency: subscription.currency,\n currentPlanId: currentPlanId\n }) : null, previewPlanStep ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_containers_PreviewProductMigrationContainer__WEBPACK_IMPORTED_MODULE_8__[\"default\"], {\n currentProductName: subscription.product.name,\n currency: subscription.currency,\n changePlanService: changePlanService\n }) : null)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Card.Footer, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button.Group, {\n alignment: \"right\"\n }, previewPlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Box, {\n marginRight: 'auto'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n color: 'secondary',\n label: t('go_back', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'GO_BACK'\n });\n },\n iconLeft: 'chevronLeft'\n })) : null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n color: \"secondary\",\n label: t('close', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return onClose(false);\n }\n }), configurePlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n isLoading: previewPlanLoading,\n label: t('continue', {\n ns: 'common'\n }),\n disabled: selectedPlan === currentPlanId,\n loadingText: t('processing', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'GET_PREVIEW_PRODUCT_MIGRATION'\n });\n }\n }) : null, previewPlanStep && !isError ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.Button, {\n label: t('confirm_changes', {\n ns: 'common'\n }),\n isLoading: updatePlanLoading,\n loadingText: t('processing', {\n ns: 'common'\n }),\n onClick: function onClick() {\n return changePlanService.send({\n type: 'CONFIRM_CHANGE_PLAN'\n });\n }\n }) : null)));\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Content);\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/Content.tsx?");
10844
10844
 
10845
10845
  /***/ }),
10846
10846
 
@@ -10851,7 +10851,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
10851
10851
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10852
10852
 
10853
10853
  "use strict";
10854
- eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"ErrorAlert\": () => (/* binding */ ErrorAlert)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-i18next */ \"./node_modules/.pnpm/react-i18next@11.18.6_4sidbwfhen5r7txudrvpua6nty/node_modules/react-i18next/dist/es/useTranslation.js\");\n/* harmony import */ var _chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @chargify/custom-ui-components */ \"./packages/custom-ui-components/src/index.ts\");\n\n\n\nvar ErrorAlert = function ErrorAlert() {\n var _useTranslation = (0,react_i18next__WEBPACK_IMPORTED_MODULE_2__.useTranslation)(['subscriptions-manager']),\n t = _useTranslation.t;\n\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_1__.Alert, {\n color: 'danger',\n title: t('plan_change.unexpected_error_title')\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_1__.BodyText, {\n variant: \"body2\",\n color: \"danger.dark\"\n }, t('plan_change.unexpected_error_description')));\n};\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.tsx?");
10854
+ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"ErrorAlert\": () => (/* binding */ ErrorAlert)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/.pnpm/react@18.2.0/node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-i18next */ \"./node_modules/.pnpm/react-i18next@11.18.6_4sidbwfhen5r7txudrvpua6nty/node_modules/react-i18next/dist/es/useTranslation.js\");\n/* harmony import */ var _chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @chargify/custom-ui-components */ \"./packages/custom-ui-components/src/index.ts\");\n\n\n\nvar ErrorAlert = function ErrorAlert(_ref) {\n var error = _ref.error;\n\n var _useTranslation = (0,react_i18next__WEBPACK_IMPORTED_MODULE_2__.useTranslation)(['subscriptions-manager']),\n t = _useTranslation.t;\n\n var description = error === 'CardDeclined' ? t('plan_change.credit_card_declined') : t('plan_change.unexpected_error_description');\n var title = error === 'CardDeclined' ? t('plan_change.credit_card_declined_title') : t('plan_change.unexpected_error_title');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_1__.Alert, {\n color: 'danger',\n title: title\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_1__.BodyText, {\n variant: \"body2\",\n color: \"danger.dark\"\n }, description));\n};\n\n//# sourceURL=webpack://Maxio/./packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.tsx?");
10855
10855
 
10856
10856
  /***/ }),
10857
10857
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "module": "dist/maxio-components.esm.js",
6
6
  "browser": "dist/maxio-components.umd.js",
7
7
  "types": "typings/sdk/components-sdk/src/index.d.ts",
8
- "version": "1.7.1",
8
+ "version": "1.7.3",
9
9
  "scripts": {
10
10
  "test": "jest",
11
11
  "test:coverage": "jest --coverage",
@@ -19,7 +19,7 @@
19
19
  "clean:e2e-assets": "npx rimraf e2e_pages/locales e2e_pages/*.{js,html}",
20
20
  "upload:e2e-results": "node e2e/uploadExecutionResults.js",
21
21
  "build": "pnpm run clean && pnpm run build:browser && pnpm run build:modules",
22
- "build:modules": "npx rollup --configPlugin @rollup/plugin-typescript --config rollup.config.ts",
22
+ "build:modules": "npx webpack --config webpack.config.js",
23
23
  "build:browser": "npx webpack --config webpack.browser.js",
24
24
  "dpdm": "npx dpdm packages/**/**/*.{ts,tsx} -T --exit-code circular:1 --no-warning --no-tree",
25
25
  "lint": "eslint --quiet --ext .ts --ext .tsx packages/ sdk/",
@@ -1 +1 @@
1
- export * from './src';
1
+ export * from './src';
@@ -1,18 +1,17 @@
1
- /// <reference types="react" />
2
- import { SelectOptionType } from "../../../../custom-ui-components/src";
3
- declare type SelectFieldProps = {
4
- value: string | number;
5
- label: string;
6
- name: string;
7
- options: SelectOptionType[];
8
- error?: string;
9
- required?: boolean;
10
- placeholder?: string;
11
- onChange: (value: string | number) => void;
12
- onValidateField: (value: string | number) => void;
13
- isLoadingOptions?: boolean;
14
- selectOptionLabel: string;
15
- searchLabel: string;
16
- };
17
- declare const SelectField: ({ value, label, name, options, error, required, placeholder, onChange, onValidateField, selectOptionLabel, searchLabel, isLoadingOptions, }: SelectFieldProps) => JSX.Element;
18
- export default SelectField;
1
+ import { SelectOptionType } from '@chargify/custom-ui-components';
2
+ declare type SelectFieldProps = {
3
+ value: string | number;
4
+ label: string;
5
+ name: string;
6
+ options: SelectOptionType[];
7
+ error?: string;
8
+ required?: boolean;
9
+ placeholder?: string;
10
+ onChange: (value: string | number) => void;
11
+ onValidateField: (value: string | number) => void;
12
+ isLoadingOptions?: boolean;
13
+ selectOptionLabel: string;
14
+ searchLabel: string;
15
+ };
16
+ declare const SelectField: ({ value, label, name, options, error, required, placeholder, onChange, onValidateField, selectOptionLabel, searchLabel, isLoadingOptions, }: SelectFieldProps) => JSX.Element;
17
+ export default SelectField;
@@ -1,5 +1,5 @@
1
- import { MarginProps } from 'styled-system';
2
- import { InputMessageType } from "../../../../custom-ui-components/src";
3
- export declare const MessageContainer: import("styled-components").StyledComponent<"div", any, {
4
- type: InputMessageType;
5
- } & MarginProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>, never>;
1
+ import { MarginProps } from 'styled-system';
2
+ import { InputMessageType } from '@chargify/custom-ui-components';
3
+ export declare const MessageContainer: import("styled-components").StyledComponent<"div", any, {
4
+ type: InputMessageType;
5
+ } & MarginProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>, never>;
@@ -1,2 +1,2 @@
1
- import SelectField from './SelectField';
2
- export default SelectField;
1
+ import SelectField from './SelectField';
2
+ export default SelectField;
@@ -1,2 +1,2 @@
1
- import SelectField from './SelectField';
2
- export { SelectField };
1
+ import SelectField from './SelectField';
2
+ export { SelectField };
@@ -1,4 +1,4 @@
1
- export declare const NO_STATE_OPTION: {
2
- name: string;
3
- code: string;
4
- };
1
+ export declare const NO_STATE_OPTION: {
2
+ name: string;
3
+ code: string;
4
+ };
@@ -1,16 +1,15 @@
1
- /// <reference types="react" />
2
- import { AddressFields, FieldError } from '../../types';
3
- import { AddressTranslations, Format } from './types';
4
- declare type AddressProps = {
5
- values: AddressFields;
6
- requiredFields?: string[];
7
- format?: Format;
8
- onChange: (name: keyof AddressFields, value: string) => void;
9
- errors?: {
10
- [key in keyof AddressFields]?: FieldError;
11
- };
12
- onValidateField?: (name: keyof AddressFields, value: string | number) => void;
13
- translations?: AddressTranslations;
14
- };
15
- declare const Address: ({ values, requiredFields, errors, translations, format, onChange, onValidateField, }: AddressProps) => JSX.Element;
16
- export default Address;
1
+ import { AddressFields, FieldError } from '../../types';
2
+ import { AddressTranslations, Format } from './types';
3
+ declare type AddressProps = {
4
+ values: AddressFields;
5
+ requiredFields?: string[];
6
+ format?: Format;
7
+ onChange: (name: keyof AddressFields, value: string) => void;
8
+ errors?: {
9
+ [key in keyof AddressFields]?: FieldError;
10
+ };
11
+ onValidateField?: (name: keyof AddressFields, value: string | number) => void;
12
+ translations?: AddressTranslations;
13
+ };
14
+ declare const Address: ({ values, requiredFields, errors, translations, format, onChange, onValidateField, }: AddressProps) => JSX.Element;
15
+ export default Address;
@@ -1,4 +1,4 @@
1
- import Address from './Address';
2
- import { AddressTranslations } from './types';
3
- export default Address;
4
- export type { AddressTranslations };
1
+ import Address from './Address';
2
+ import { AddressTranslations } from './types';
3
+ export default Address;
4
+ export type { AddressTranslations };
@@ -1,2 +1,2 @@
1
- import { AddressTranslations } from './types';
2
- export declare const defaultTranslations: AddressTranslations;
1
+ import { AddressTranslations } from './types';
2
+ export declare const defaultTranslations: AddressTranslations;
@@ -1,43 +1,43 @@
1
- export declare type AddressTranslations = {
2
- address: {
3
- label: string;
4
- placeholder: string;
5
- };
6
- address2: {
7
- label: string;
8
- placeholder: string;
9
- };
10
- city: {
11
- label: string;
12
- placeholder: string;
13
- };
14
- state: {
15
- label: string;
16
- placeholder: string;
17
- };
18
- country: {
19
- label: string;
20
- placeholder: string;
21
- };
22
- zip: {
23
- label: string;
24
- placeholder: string;
25
- };
26
- postalCode: {
27
- label: string;
28
- placeholder: string;
29
- };
30
- region: {
31
- label: string;
32
- placeholder: string;
33
- };
34
- error: {
35
- invalid: string;
36
- required: string;
37
- };
38
- input: {
39
- selectOptionLabel: string;
40
- searchLabel: string;
41
- };
42
- };
43
- export declare type Format = 'international' | 'us';
1
+ export declare type AddressTranslations = {
2
+ address: {
3
+ label: string;
4
+ placeholder: string;
5
+ };
6
+ address2: {
7
+ label: string;
8
+ placeholder: string;
9
+ };
10
+ city: {
11
+ label: string;
12
+ placeholder: string;
13
+ };
14
+ state: {
15
+ label: string;
16
+ placeholder: string;
17
+ };
18
+ country: {
19
+ label: string;
20
+ placeholder: string;
21
+ };
22
+ zip: {
23
+ label: string;
24
+ placeholder: string;
25
+ };
26
+ postalCode: {
27
+ label: string;
28
+ placeholder: string;
29
+ };
30
+ region: {
31
+ label: string;
32
+ placeholder: string;
33
+ };
34
+ error: {
35
+ invalid: string;
36
+ required: string;
37
+ };
38
+ input: {
39
+ selectOptionLabel: string;
40
+ searchLabel: string;
41
+ };
42
+ };
43
+ export declare type Format = 'international' | 'us';
@@ -1,5 +1,5 @@
1
- import { Division } from "../../../../../data-access/src";
2
- export declare const formatOptions: (options: Division[]) => {
3
- label: string;
4
- value: string;
5
- }[];
1
+ import { Division } from '@chargify/data-access';
2
+ export declare const formatOptions: (options: Division[]) => {
3
+ label: string;
4
+ value: string;
5
+ }[];
@@ -1,2 +1,2 @@
1
- import { formatOptions } from './formatOptions';
2
- export { formatOptions };
1
+ import { formatOptions } from './formatOptions';
2
+ export { formatOptions };
@@ -1,4 +1,4 @@
1
- import Address from './Address';
2
- import type { AddressTranslations } from './Address';
3
- export { Address };
4
- export type { AddressTranslations };
1
+ import Address from './Address';
2
+ import type { AddressTranslations } from './Address';
3
+ export { Address };
4
+ export type { AddressTranslations };
@@ -1,2 +1,2 @@
1
- import { useFormatAddress } from './useFormatAddress';
2
- export { useFormatAddress };
1
+ import { useFormatAddress } from './useFormatAddress';
2
+ export { useFormatAddress };
@@ -1,2 +1,2 @@
1
- import { AddressFields } from '../types';
2
- export declare const useFormatAddress: (address: AddressFields) => AddressFields;
1
+ import { AddressFields } from '../types';
2
+ export declare const useFormatAddress: (address: AddressFields) => AddressFields;
@@ -1,9 +1,9 @@
1
- import { Address } from './containers';
2
- import type { AddressTranslations } from './containers';
3
- import { createAddressValidationSchema } from './utils';
4
- import type { AddressFields } from './types';
5
- import { addressMachine, addressSelectors } from './machines';
6
- import { NO_STATE_OPTION } from './constants';
7
- import { useFormatAddress } from './hooks';
8
- export { useFormatAddress, Address, createAddressValidationSchema, addressSelectors, addressMachine, NO_STATE_OPTION, };
9
- export type { AddressFields, AddressTranslations };
1
+ import { Address } from './containers';
2
+ import type { AddressTranslations } from './containers';
3
+ import { createAddressValidationSchema } from './utils';
4
+ import type { AddressFields } from './types';
5
+ import { addressMachine, addressSelectors } from './machines';
6
+ import { NO_STATE_OPTION } from './constants';
7
+ import { useFormatAddress } from './hooks';
8
+ export { useFormatAddress, Address, createAddressValidationSchema, addressSelectors, addressMachine, NO_STATE_OPTION, };
9
+ export type { AddressFields, AddressTranslations };
@@ -1,7 +1,7 @@
1
- import { Context, Events } from './types';
2
- export declare const initialContext: Context;
3
- declare const addressMachine: import("xstate").StateMachine<Context, any, Events, {
4
- value: any;
5
- context: Context;
6
- }, import("xstate").BaseActionObject, import("xstate").ServiceMap, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, Events, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
7
- export { addressMachine };
1
+ import { Context, Events } from './types';
2
+ export declare const initialContext: Context;
3
+ declare const addressMachine: import("xstate").StateMachine<Context, any, Events, {
4
+ value: any;
5
+ context: Context;
6
+ }, import("xstate").BaseActionObject, import("xstate").ServiceMap, import("xstate").ResolveTypegenMeta<import("xstate").TypegenDisabled, Events, import("xstate").BaseActionObject, import("xstate").ServiceMap>>;
7
+ export { addressMachine };
@@ -1,3 +1,3 @@
1
- import { addressMachine } from './address';
2
- import { addressSelectors } from './selectors';
3
- export { addressMachine, addressSelectors };
1
+ import { addressMachine } from './address';
2
+ import { addressSelectors } from './selectors';
3
+ export { addressMachine, addressSelectors };
@@ -1,24 +1,24 @@
1
- import { State } from 'xstate';
2
- import { Division } from "../../../../data-access/src";
3
- import { addressMachine } from './address';
4
- declare type AddressMachine = typeof addressMachine;
5
- declare type AddressState = State<AddressMachine['context']>;
6
- export declare const getCountries: (machineState: AddressState) => {
7
- items: Division[];
8
- isLoading: boolean;
9
- };
10
- export declare const getSubdivisions: (machineState: AddressState) => {
11
- items: Division[];
12
- isLoading: boolean;
13
- };
14
- export declare const addressSelectors: {
15
- getCountries: (machineState: AddressState) => {
16
- items: Division[];
17
- isLoading: boolean;
18
- };
19
- getSubdivisions: (machineState: AddressState) => {
20
- items: Division[];
21
- isLoading: boolean;
22
- };
23
- };
24
- export {};
1
+ import { State } from 'xstate';
2
+ import { Division } from '@chargify/data-access';
3
+ import { addressMachine } from './address';
4
+ declare type AddressMachine = typeof addressMachine;
5
+ declare type AddressState = State<AddressMachine['context']>;
6
+ export declare const getCountries: (machineState: AddressState) => {
7
+ items: Division[];
8
+ isLoading: boolean;
9
+ };
10
+ export declare const getSubdivisions: (machineState: AddressState) => {
11
+ items: Division[];
12
+ isLoading: boolean;
13
+ };
14
+ export declare const addressSelectors: {
15
+ getCountries: (machineState: AddressState) => {
16
+ items: Division[];
17
+ isLoading: boolean;
18
+ };
19
+ getSubdivisions: (machineState: AddressState) => {
20
+ items: Division[];
21
+ isLoading: boolean;
22
+ };
23
+ };
24
+ export {};
@@ -1,11 +1,11 @@
1
- import { Division } from "../../../../data-access/src";
2
- export declare type Context = {
3
- countries: Division[];
4
- subdivisions: Division[];
5
- };
6
- export declare type Events = {
7
- type: 'FETCH_COUNTRY';
8
- } | {
9
- type: 'FETCH_SUBDIVISION';
10
- country: string;
11
- };
1
+ import { Division } from '@chargify/data-access';
2
+ export declare type Context = {
3
+ countries: Division[];
4
+ subdivisions: Division[];
5
+ };
6
+ export declare type Events = {
7
+ type: 'FETCH_COUNTRY';
8
+ } | {
9
+ type: 'FETCH_SUBDIVISION';
10
+ country: string;
11
+ };
@@ -1,2 +1,2 @@
1
- import { addressMachine, addressSelectors } from './address';
2
- export { addressMachine, addressSelectors };
1
+ import { addressMachine, addressSelectors } from './address';
2
+ export { addressMachine, addressSelectors };
@@ -1,9 +1,9 @@
1
- export declare type AddressFields = {
2
- address: string;
3
- address2: string;
4
- city: string;
5
- state: string;
6
- country: string;
7
- zip: string;
8
- };
9
- export declare type FieldError = 'required' | 'invalid';
1
+ export declare type AddressFields = {
2
+ address: string;
3
+ address2: string;
4
+ city: string;
5
+ state: string;
6
+ country: string;
7
+ zip: string;
8
+ };
9
+ export declare type FieldError = 'required' | 'invalid';
@@ -1,17 +1,17 @@
1
- import * as yup from 'yup';
2
- declare const createAddressValidationSchema: (requiredFields?: string[]) => import("yup/lib/object").OptionalObjectSchema<{
3
- address: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
4
- address2: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
5
- city: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
6
- state: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
7
- country: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
8
- zip: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
9
- }, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{
10
- address: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
11
- address2: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
12
- city: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
13
- state: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
14
- country: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
15
- zip: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
16
- }>>;
17
- export default createAddressValidationSchema;
1
+ import * as yup from 'yup';
2
+ declare const createAddressValidationSchema: (requiredFields?: string[]) => import("yup/lib/object").OptionalObjectSchema<{
3
+ address: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
4
+ address2: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
5
+ city: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
6
+ state: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
7
+ country: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
8
+ zip: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
9
+ }, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{
10
+ address: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
11
+ address2: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
12
+ city: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
13
+ state: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
14
+ country: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
15
+ zip: yup.StringSchema<string, import("yup/lib/types").AnyObject, string>;
16
+ }>>;
17
+ export default createAddressValidationSchema;
@@ -1,2 +1,2 @@
1
- import createAddressValidationSchema from './createValidationSchema';
2
- export { createAddressValidationSchema };
1
+ import createAddressValidationSchema from './createValidationSchema';
2
+ export { createAddressValidationSchema };