@maxio-com/self-service 1.7.3 → 1.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1199) hide show
  1. package/README.md +5 -4
  2. package/dist/maxio-components.cjs.js +2 -0
  3. package/dist/maxio-components.cjs.js.map +1 -0
  4. package/dist/maxio-components.esm.js +2 -2
  5. package/dist/maxio-components.umd.js +2 -2
  6. package/package.json +9 -2
  7. package/typings/packages/address/index.d.ts +1 -1
  8. package/typings/packages/address/src/components/SelectField/SelectField.d.ts +18 -17
  9. package/typings/packages/address/src/components/SelectField/SelectField.styles.d.ts +5 -5
  10. package/typings/packages/address/src/components/SelectField/index.d.ts +2 -2
  11. package/typings/packages/address/src/components/index.d.ts +2 -2
  12. package/typings/packages/address/src/constants.d.ts +4 -4
  13. package/typings/packages/address/src/containers/Address/Address.d.ts +16 -15
  14. package/typings/packages/address/src/containers/Address/index.d.ts +4 -4
  15. package/typings/packages/address/src/containers/Address/translations.d.ts +2 -2
  16. package/typings/packages/address/src/containers/Address/types.d.ts +43 -43
  17. package/typings/packages/address/src/containers/Address/utils.ts/formatOptions.d.ts +5 -5
  18. package/typings/packages/address/src/containers/Address/utils.ts/index.d.ts +2 -2
  19. package/typings/packages/address/src/containers/index.d.ts +4 -4
  20. package/typings/packages/address/src/hooks/index.d.ts +2 -2
  21. package/typings/packages/address/src/hooks/useFormatAddress.d.ts +2 -2
  22. package/typings/packages/address/src/index.d.ts +9 -9
  23. package/typings/packages/address/src/machines/address/address.d.ts +7 -7
  24. package/typings/packages/address/src/machines/address/index.d.ts +3 -3
  25. package/typings/packages/address/src/machines/address/selectors.d.ts +24 -24
  26. package/typings/packages/address/src/machines/address/types.d.ts +11 -11
  27. package/typings/packages/address/src/machines/index.d.ts +2 -2
  28. package/typings/packages/address/src/types.d.ts +9 -9
  29. package/typings/packages/address/src/utils/createValidationSchema.d.ts +17 -17
  30. package/typings/packages/address/src/utils/index.d.ts +2 -2
  31. package/typings/packages/billing-history/index.d.ts +1 -1
  32. package/typings/packages/billing-history/src/App.d.ts +4 -3
  33. package/typings/packages/billing-history/src/BillingHistory.d.ts +7 -7
  34. package/typings/packages/billing-history/src/components/BillingHistoryLoader/BillingHistoryLoader.d.ts +3 -2
  35. package/typings/packages/billing-history/src/components/BillingHistoryLoader/BillingHistoryLoader.styles.d.ts +2 -2
  36. package/typings/packages/billing-history/src/components/BillingHistoryLoader/index.d.ts +2 -2
  37. package/typings/packages/billing-history/src/components/Filters/Filters.d.ts +18 -17
  38. package/typings/packages/billing-history/src/components/Filters/Filters.styles.d.ts +3 -3
  39. package/typings/packages/billing-history/src/components/Filters/components/DateFilter/DateFilter.d.ts +10 -10
  40. package/typings/packages/billing-history/src/components/Filters/components/DateFilter/DateFilter.styles.d.ts +2 -2
  41. package/typings/packages/billing-history/src/components/Filters/components/DateFilter/index.d.ts +2 -2
  42. package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.d.ts +8 -8
  43. package/typings/packages/billing-history/src/components/Filters/components/FilterBox/FilterBox.styles.d.ts +1 -1
  44. package/typings/packages/billing-history/src/components/Filters/components/FilterBox/index.d.ts +4 -4
  45. package/typings/packages/billing-history/src/components/Filters/components/FiltersWrapper/FiltersWrapper.d.ts +1 -1
  46. package/typings/packages/billing-history/src/components/Filters/components/InvoiceNumberFilter/InvoiceNumberFilter.d.ts +8 -7
  47. package/typings/packages/billing-history/src/components/Filters/components/InvoiceNumberFilter/index.d.ts +2 -2
  48. package/typings/packages/billing-history/src/components/Filters/components/ProductNameFilter/ProductNameFilter.d.ts +11 -10
  49. package/typings/packages/billing-history/src/components/Filters/components/ProductNameFilter/index.d.ts +2 -2
  50. package/typings/packages/billing-history/src/components/Filters/components/StatusFilter/StatusFilter.d.ts +8 -7
  51. package/typings/packages/billing-history/src/components/Filters/components/StatusFilter/index.d.ts +2 -2
  52. package/typings/packages/billing-history/src/components/Filters/components/index.d.ts +6 -6
  53. package/typings/packages/billing-history/src/components/Filters/constants.d.ts +3 -3
  54. package/typings/packages/billing-history/src/components/Filters/index.d.ts +2 -2
  55. package/typings/packages/billing-history/src/components/Filters/motion.d.ts +18 -18
  56. package/typings/packages/billing-history/src/components/Filters/types.d.ts +10 -10
  57. package/typings/packages/billing-history/src/components/InvoicesTable/InvoicesTable.d.ts +24 -23
  58. package/typings/packages/billing-history/src/components/InvoicesTable/InvoicesTable.styles.d.ts +1 -1
  59. package/typings/packages/billing-history/src/components/InvoicesTable/components/IconWIthTooltip.d.ts +7 -6
  60. package/typings/packages/billing-history/src/components/InvoicesTable/components/NoInvoicesMsg.d.ts +5 -4
  61. package/typings/packages/billing-history/src/components/InvoicesTable/components/PagesPagination.d.ts +10 -9
  62. package/typings/packages/billing-history/src/components/InvoicesTable/components/PagesPagination.styles.d.ts +3 -3
  63. package/typings/packages/billing-history/src/components/InvoicesTable/components/SkeletonWrapper.d.ts +2 -2
  64. package/typings/packages/billing-history/src/components/InvoicesTable/components/Status.d.ts +7 -6
  65. package/typings/packages/billing-history/src/components/InvoicesTable/components/index.d.ts +5 -5
  66. package/typings/packages/billing-history/src/components/InvoicesTable/index.d.ts +2 -2
  67. package/typings/packages/billing-history/src/components/InvoicesTable/types.d.ts +5 -5
  68. package/typings/packages/billing-history/src/components/InvoicesTable/utils.d.ts +2 -2
  69. package/typings/packages/billing-history/src/constants.d.ts +1 -1
  70. package/typings/packages/billing-history/src/containers/BillingHistoryContainer/BillingHistoryContainer.d.ts +3 -2
  71. package/typings/packages/billing-history/src/containers/BillingHistoryContainer/constants.d.ts +1 -1
  72. package/typings/packages/billing-history/src/containers/BillingHistoryContainer/index.d.ts +2 -2
  73. package/typings/packages/billing-history/src/containers/FiltersContainer/FiltersContainer.d.ts +3 -2
  74. package/typings/packages/billing-history/src/containers/FiltersContainer/index.d.ts +2 -2
  75. package/typings/packages/billing-history/src/containers/ProductsContainer/ProductsContainer.d.ts +10 -10
  76. package/typings/packages/billing-history/src/containers/ProductsContainer/constants.d.ts +1 -1
  77. package/typings/packages/billing-history/src/containers/ProductsContainer/index.d.ts +2 -2
  78. package/typings/packages/billing-history/src/containers/index.d.ts +2 -2
  79. package/typings/packages/billing-history/src/contexts/ConfigContext.d.ts +3 -3
  80. package/typings/packages/billing-history/src/contexts/GlobalStateContext.d.ts +9 -9
  81. package/typings/packages/billing-history/src/contexts/index.d.ts +3 -3
  82. package/typings/packages/billing-history/src/hooks/index.d.ts +2 -2
  83. package/typings/packages/billing-history/src/hooks/useOutsideClick.d.ts +2 -2
  84. package/typings/packages/billing-history/src/hooks/useServices.d.ts +5 -5
  85. package/typings/packages/billing-history/src/index.d.ts +2 -2
  86. package/typings/packages/billing-history/src/machines/billingFilters/actions.d.ts +24 -24
  87. package/typings/packages/billing-history/src/machines/billingFilters/billingFilters.d.ts +7 -7
  88. package/typings/packages/billing-history/src/machines/billingFilters/constants.d.ts +16 -16
  89. package/typings/packages/billing-history/src/machines/billingFilters/index.d.ts +6 -6
  90. package/typings/packages/billing-history/src/machines/billingFilters/selectors.d.ts +13 -13
  91. package/typings/packages/billing-history/src/machines/billingFilters/types.d.ts +51 -51
  92. package/typings/packages/billing-history/src/machines/billingFilters/utils.d.ts +4 -4
  93. package/typings/packages/billing-history/src/machines/billingHistoryData/actions.d.ts +2 -2
  94. package/typings/packages/billing-history/src/machines/billingHistoryData/billingHistoryData.d.ts +8 -8
  95. package/typings/packages/billing-history/src/machines/billingHistoryData/constants.d.ts +5 -5
  96. package/typings/packages/billing-history/src/machines/billingHistoryData/index.d.ts +4 -4
  97. package/typings/packages/billing-history/src/machines/billingHistoryData/selectors.d.ts +52 -52
  98. package/typings/packages/billing-history/src/machines/billingHistoryData/types.d.ts +48 -48
  99. package/typings/packages/billing-history/src/machines/filtersOptions/filtersOptions.d.ts +6 -6
  100. package/typings/packages/billing-history/src/machines/filtersOptions/index.d.ts +5 -5
  101. package/typings/packages/billing-history/src/machines/filtersOptions/selectors.d.ts +12 -12
  102. package/typings/packages/billing-history/src/machines/filtersOptions/types.d.ts +9 -9
  103. package/typings/packages/billing-history/src/mocks/server.d.ts +1 -1
  104. package/typings/packages/billing-history/src/models/billingHistory/billingHistory.d.ts +28 -28
  105. package/typings/packages/billing-history/src/pages/InvoiceDetails/InvoiceDetails.d.ts +3 -2
  106. package/typings/packages/billing-history/src/pages/InvoiceDetails/InvoiceDetails.styles.d.ts +5 -5
  107. package/typings/packages/billing-history/src/pages/InvoiceDetails/index.d.ts +2 -2
  108. package/typings/packages/billing-history/src/pages/index.d.ts +2 -2
  109. package/typings/packages/billing-history/src/providers/GlobalStateProvider.d.ts +6 -6
  110. package/typings/packages/billing-history/src/settings.d.ts +2 -2
  111. package/typings/packages/billing-history/src/types.d.ts +8 -8
  112. package/typings/packages/billing-history/src/utils/getDatesFilters.d.ts +10 -10
  113. package/typings/packages/billing-history/src/utils/getItemsPerPageOptions.d.ts +5 -5
  114. package/typings/packages/billing-history/src/utils/index.d.ts +2 -2
  115. package/typings/packages/custom-fields/index.d.ts +1 -1
  116. package/typings/packages/custom-fields/src/index.d.ts +5 -5
  117. package/typings/packages/custom-fields/src/types.d.ts +9 -9
  118. package/typings/packages/custom-fields/src/utils/renderField.d.ts +10 -10
  119. package/typings/packages/custom-fields/src/utils/updateCustomFields.d.ts +9 -9
  120. package/typings/packages/custom-ui-components/index.d.ts +1 -1
  121. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.d.ts +13 -13
  122. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/Anchor.styles.d.ts +8 -8
  123. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/index.d.ts +2 -2
  124. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/settings.d.ts +2 -2
  125. package/typings/packages/custom-ui-components/src/components/atoms/Anchor/types.d.ts +6 -6
  126. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.d.ts +18 -18
  127. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/BodyText.styles.d.ts +8 -8
  128. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/index.d.ts +2 -2
  129. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/settings.d.ts +2 -2
  130. package/typings/packages/custom-ui-components/src/components/atoms/BodyText/types.d.ts +7 -7
  131. package/typings/packages/custom-ui-components/src/components/atoms/Box/Box.styles.d.ts +2 -2
  132. package/typings/packages/custom-ui-components/src/components/atoms/Box/index.d.ts +2 -2
  133. package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.d.ts +23 -23
  134. package/typings/packages/custom-ui-components/src/components/atoms/Button/Button.styles.d.ts +15 -15
  135. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/Group.d.ts +7 -7
  136. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/Group.styles.d.ts +2 -2
  137. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/Group/index.d.ts +2 -2
  138. package/typings/packages/custom-ui-components/src/components/atoms/Button/components/index.d.ts +2 -2
  139. package/typings/packages/custom-ui-components/src/components/atoms/Button/index.d.ts +2 -2
  140. package/typings/packages/custom-ui-components/src/components/atoms/Button/settings.d.ts +2 -2
  141. package/typings/packages/custom-ui-components/src/components/atoms/Button/types.d.ts +10 -10
  142. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.d.ts +9 -9
  143. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/Checkbox.styles.d.ts +10 -10
  144. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/index.d.ts +2 -2
  145. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/settings.d.ts +2 -2
  146. package/typings/packages/custom-ui-components/src/components/atoms/Checkbox/types.d.ts +10 -10
  147. package/typings/packages/custom-ui-components/src/components/atoms/Column/Column.d.ts +11 -11
  148. package/typings/packages/custom-ui-components/src/components/atoms/Column/Column.styles.d.ts +7 -7
  149. package/typings/packages/custom-ui-components/src/components/atoms/Column/index.d.ts +2 -2
  150. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/flexBasis.d.ts +1 -1
  151. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/gutter.d.ts +1 -1
  152. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/index.d.ts +5 -5
  153. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/maxWidth.d.ts +1 -1
  154. package/typings/packages/custom-ui-components/src/components/atoms/Column/system/offset.d.ts +1 -1
  155. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/Dropdown.d.ts +4 -3
  156. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/Dropdown.styles.d.ts +1 -1
  157. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/index.d.ts +2 -2
  158. package/typings/packages/custom-ui-components/src/components/atoms/Dropdown/types.d.ts +14 -14
  159. package/typings/packages/custom-ui-components/src/components/atoms/FontWeight/FontWeight.d.ts +3 -3
  160. package/typings/packages/custom-ui-components/src/components/atoms/FontWeight/index.d.ts +2 -2
  161. package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.d.ts +9 -9
  162. package/typings/packages/custom-ui-components/src/components/atoms/Heading/Heading.styles.d.ts +5 -5
  163. package/typings/packages/custom-ui-components/src/components/atoms/Heading/index.d.ts +2 -2
  164. package/typings/packages/custom-ui-components/src/components/atoms/Heading/settings.d.ts +2 -2
  165. package/typings/packages/custom-ui-components/src/components/atoms/Heading/types.d.ts +6 -6
  166. package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.d.ts +17 -17
  167. package/typings/packages/custom-ui-components/src/components/atoms/Input/Input.styles.d.ts +16 -16
  168. package/typings/packages/custom-ui-components/src/components/atoms/Input/index.d.ts +2 -2
  169. package/typings/packages/custom-ui-components/src/components/atoms/Input/settings.d.ts +2 -2
  170. package/typings/packages/custom-ui-components/src/components/atoms/Input/types.d.ts +10 -10
  171. package/typings/packages/custom-ui-components/src/components/atoms/Input/utils/getInputStatus.d.ts +2 -2
  172. package/typings/packages/custom-ui-components/src/components/atoms/Input/utils/index.d.ts +2 -2
  173. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.d.ts +9 -8
  174. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/InputMessage.styles.d.ts +5 -5
  175. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/index.d.ts +4 -4
  176. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/settings.d.ts +2 -2
  177. package/typings/packages/custom-ui-components/src/components/atoms/InputMessage/types.d.ts +5 -5
  178. package/typings/packages/custom-ui-components/src/components/atoms/Loader/Loader.d.ts +7 -6
  179. package/typings/packages/custom-ui-components/src/components/atoms/Loader/index.d.ts +2 -2
  180. package/typings/packages/custom-ui-components/src/components/atoms/Logo/Logo.d.ts +9 -8
  181. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/AmericanExpress/AmericanExpress.d.ts +7 -6
  182. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/AmericanExpress/index.d.ts +2 -2
  183. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Bogus/Bogus.d.ts +7 -6
  184. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Bogus/index.d.ts +2 -2
  185. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Discover/Discover.d.ts +7 -6
  186. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Discover/index.d.ts +2 -2
  187. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Master/Master.d.ts +7 -6
  188. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Master/index.d.ts +2 -2
  189. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Visa/Visa.d.ts +7 -6
  190. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/Visa/index.d.ts +2 -2
  191. package/typings/packages/custom-ui-components/src/components/atoms/Logo/components/index.d.ts +6 -6
  192. package/typings/packages/custom-ui-components/src/components/atoms/Logo/constants.d.ts +3 -3
  193. package/typings/packages/custom-ui-components/src/components/atoms/Logo/index.d.ts +2 -2
  194. package/typings/packages/custom-ui-components/src/components/atoms/Modal/Modal.d.ts +17 -17
  195. package/typings/packages/custom-ui-components/src/components/atoms/Modal/Modal.styles.d.ts +5 -5
  196. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/Backdrop.d.ts +7 -7
  197. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/Backdrop.styles.d.ts +1 -1
  198. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Backdrop/index.d.ts +2 -2
  199. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.d.ts +7 -6
  200. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/Title.styles.d.ts +2 -2
  201. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/Title/index.d.ts +2 -2
  202. package/typings/packages/custom-ui-components/src/components/atoms/Modal/components/index.d.ts +3 -3
  203. package/typings/packages/custom-ui-components/src/components/atoms/Modal/index.d.ts +2 -2
  204. package/typings/packages/custom-ui-components/src/components/atoms/Modal/motion.d.ts +17 -17
  205. package/typings/packages/custom-ui-components/src/components/atoms/Modal/types.d.ts +1 -1
  206. package/typings/packages/custom-ui-components/src/components/atoms/Options/Options.d.ts +4 -3
  207. package/typings/packages/custom-ui-components/src/components/atoms/Options/Options.styles.d.ts +11 -11
  208. package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/Option.d.ts +9 -9
  209. package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/Option.styles.d.ts +8 -8
  210. package/typings/packages/custom-ui-components/src/components/atoms/Options/components/Option/index.d.ts +2 -2
  211. package/typings/packages/custom-ui-components/src/components/atoms/Options/index.d.ts +7 -7
  212. package/typings/packages/custom-ui-components/src/components/atoms/Options/settings.d.ts +2 -2
  213. package/typings/packages/custom-ui-components/src/components/atoms/Options/system/boxShadow.d.ts +1 -1
  214. package/typings/packages/custom-ui-components/src/components/atoms/Options/system/index.d.ts +2 -2
  215. package/typings/packages/custom-ui-components/src/components/atoms/Options/types.d.ts +29 -29
  216. package/typings/packages/custom-ui-components/src/components/atoms/Options/utils/getBoxShadow.d.ts +1 -1
  217. package/typings/packages/custom-ui-components/src/components/atoms/Options/utils/isEllipsisActive.d.ts +2 -2
  218. package/typings/packages/custom-ui-components/src/components/atoms/Portal/Portal.d.ts +6 -6
  219. package/typings/packages/custom-ui-components/src/components/atoms/Portal/index.d.ts +2 -2
  220. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.d.ts +10 -9
  221. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/ProgressBar.styles.d.ts +9 -9
  222. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/index.d.ts +2 -2
  223. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/settings.d.ts +2 -2
  224. package/typings/packages/custom-ui-components/src/components/atoms/ProgressBar/types.d.ts +9 -9
  225. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.d.ts +4 -3
  226. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/RadioButton.styles.d.ts +7 -7
  227. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/index.d.ts +4 -4
  228. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/settings.d.ts +2 -2
  229. package/typings/packages/custom-ui-components/src/components/atoms/RadioButton/types.d.ts +16 -16
  230. package/typings/packages/custom-ui-components/src/components/atoms/Row/Row.d.ts +9 -9
  231. package/typings/packages/custom-ui-components/src/components/atoms/Row/Row.styles.d.ts +5 -5
  232. package/typings/packages/custom-ui-components/src/components/atoms/Row/index.d.ts +2 -2
  233. package/typings/packages/custom-ui-components/src/components/atoms/Row/system/gap.d.ts +1 -1
  234. package/typings/packages/custom-ui-components/src/components/atoms/Row/system/gutter.d.ts +1 -1
  235. package/typings/packages/custom-ui-components/src/components/atoms/Row/system/index.d.ts +3 -3
  236. package/typings/packages/custom-ui-components/src/components/atoms/Select/Select.d.ts +4 -3
  237. package/typings/packages/custom-ui-components/src/components/atoms/Select/Select.styles.d.ts +10 -10
  238. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/DropdownIcon.d.ts +9 -9
  239. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/DropdownIcon.styles.d.ts +1 -1
  240. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/DropdownIcon/index.d.ts +2 -2
  241. package/typings/packages/custom-ui-components/src/components/atoms/Select/components/index.d.ts +2 -2
  242. package/typings/packages/custom-ui-components/src/components/atoms/Select/constants.d.ts +9 -9
  243. package/typings/packages/custom-ui-components/src/components/atoms/Select/index.d.ts +4 -4
  244. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/actions.d.ts +11 -11
  245. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/index.d.ts +3 -3
  246. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/reducer.d.ts +3 -3
  247. package/typings/packages/custom-ui-components/src/components/atoms/Select/reducer/types.d.ts +39 -39
  248. package/typings/packages/custom-ui-components/src/components/atoms/Select/settings.d.ts +2 -2
  249. package/typings/packages/custom-ui-components/src/components/atoms/Select/types.d.ts +39 -39
  250. package/typings/packages/custom-ui-components/src/components/atoms/Select/utils/getStatus.d.ts +2 -2
  251. package/typings/packages/custom-ui-components/src/components/atoms/Select/utils/index.d.ts +2 -2
  252. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/SkeletonLoader.d.ts +9 -8
  253. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/SkeletonLoader.styles.d.ts +6 -6
  254. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/index.d.ts +4 -4
  255. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/system/backgroundColor.d.ts +1 -1
  256. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/system/index.d.ts +2 -2
  257. package/typings/packages/custom-ui-components/src/components/atoms/SkeletonLoader/types.d.ts +1 -1
  258. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/SubscriptionComponentCard.d.ts +9 -9
  259. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/SubscriptionComponentCard.styles.d.ts +5 -5
  260. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/index.d.ts +4 -4
  261. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/settings.d.ts +2 -2
  262. package/typings/packages/custom-ui-components/src/components/atoms/SubscriptionComponentCard/types.d.ts +5 -5
  263. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/TextArea.d.ts +11 -11
  264. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/TextArea.styles.d.ts +8 -8
  265. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/index.d.ts +2 -2
  266. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/settings.d.ts +2 -2
  267. package/typings/packages/custom-ui-components/src/components/atoms/TextArea/types.d.ts +9 -9
  268. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/Toggle.d.ts +15 -14
  269. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/Toggle.styles.d.ts +21 -21
  270. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/index.d.ts +2 -2
  271. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/settings.d.ts +2 -2
  272. package/typings/packages/custom-ui-components/src/components/atoms/Toggle/types.d.ts +14 -14
  273. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/Tooltip.d.ts +15 -15
  274. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/Tooltip.styles.d.ts +5 -5
  275. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/Text/Text.d.ts +7 -7
  276. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/Text/index.d.ts +2 -2
  277. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/components/index.d.ts +2 -2
  278. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/index.d.ts +3 -3
  279. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/settings.d.ts +2 -2
  280. package/typings/packages/custom-ui-components/src/components/atoms/Tooltip/types.d.ts +7 -7
  281. package/typings/packages/custom-ui-components/src/components/atoms/index.d.ts +30 -30
  282. package/typings/packages/custom-ui-components/src/components/atoms/settings.d.ts +18 -18
  283. package/typings/packages/custom-ui-components/src/components/atoms/types.d.ts +2 -2
  284. package/typings/packages/custom-ui-components/src/components/index.d.ts +3 -3
  285. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/Accordion.d.ts +10 -10
  286. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/Accordion.styles.d.ts +8 -8
  287. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/constants.d.ts +11 -11
  288. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/index.d.ts +2 -2
  289. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/motion.d.ts +14 -14
  290. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/settings.d.ts +2 -2
  291. package/typings/packages/custom-ui-components/src/components/molecules/Accordion/type.d.ts +5 -5
  292. package/typings/packages/custom-ui-components/src/components/molecules/Alert/Alert.d.ts +23 -23
  293. package/typings/packages/custom-ui-components/src/components/molecules/Alert/Alert.styles.d.ts +5 -5
  294. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/TextMessage.d.ts +7 -7
  295. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/Title.d.ts +8 -7
  296. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/Title.styles.d.ts +2 -2
  297. package/typings/packages/custom-ui-components/src/components/molecules/Alert/components/index.d.ts +3 -3
  298. package/typings/packages/custom-ui-components/src/components/molecules/Alert/index.d.ts +2 -2
  299. package/typings/packages/custom-ui-components/src/components/molecules/Alert/settings.d.ts +2 -2
  300. package/typings/packages/custom-ui-components/src/components/molecules/Alert/types.d.ts +7 -7
  301. package/typings/packages/custom-ui-components/src/components/molecules/Card/Card.d.ts +20 -20
  302. package/typings/packages/custom-ui-components/src/components/molecules/Card/Card.styles.d.ts +13 -13
  303. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/Body.d.ts +8 -8
  304. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/Body.styles.d.ts +9 -9
  305. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/Body/index.d.ts +2 -2
  306. package/typings/packages/custom-ui-components/src/components/molecules/Card/components/index.d.ts +2 -2
  307. package/typings/packages/custom-ui-components/src/components/molecules/Card/index.d.ts +2 -2
  308. package/typings/packages/custom-ui-components/src/components/molecules/Card/settings.d.ts +2 -2
  309. package/typings/packages/custom-ui-components/src/components/molecules/Card/types.d.ts +12 -12
  310. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/CreditCardAddress.d.ts +7 -6
  311. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/CreditCardAddress.styles.d.ts +4 -4
  312. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/index.d.ts +2 -2
  313. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/settings.d.ts +2 -2
  314. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardAddress/type.d.ts +5 -5
  315. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/CreditCardHolderDetails.d.ts +9 -8
  316. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/CreditCardHolderDetails.styles.d.ts +4 -4
  317. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/index.d.ts +2 -2
  318. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/settings.d.ts +2 -2
  319. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/type.d.ts +5 -5
  320. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/utils/formatExpirationYear.d.ts +1 -1
  321. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardHolderDetails/utils/index.d.ts +2 -2
  322. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/CreditCardNumber.d.ts +6 -5
  323. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/CreditCardNumber.styles.d.ts +4 -4
  324. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/index.d.ts +2 -2
  325. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/settings.d.ts +2 -2
  326. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/type.d.ts +5 -5
  327. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/utils/formatCardNumber.d.ts +1 -1
  328. package/typings/packages/custom-ui-components/src/components/molecules/CreditCardNumber/utils/index.d.ts +2 -2
  329. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/DatePicker.d.ts +16 -16
  330. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/DatePicker.styles.d.ts +5 -5
  331. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/constants.d.ts +1 -1
  332. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/index.d.ts +2 -2
  333. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/translations.d.ts +2 -2
  334. package/typings/packages/custom-ui-components/src/components/molecules/DatePicker/types.d.ts +3 -3
  335. package/typings/packages/custom-ui-components/src/components/molecules/FormField/FormField.d.ts +20 -20
  336. package/typings/packages/custom-ui-components/src/components/molecules/FormField/FormField.styles.d.ts +13 -13
  337. package/typings/packages/custom-ui-components/src/components/molecules/FormField/index.d.ts +2 -2
  338. package/typings/packages/custom-ui-components/src/components/molecules/FormField/settings.d.ts +2 -2
  339. package/typings/packages/custom-ui-components/src/components/molecules/FormField/types.d.ts +5 -5
  340. package/typings/packages/custom-ui-components/src/components/molecules/FormField/utils/getMessage.d.ts +9 -9
  341. package/typings/packages/custom-ui-components/src/components/molecules/FormField/utils/index.d.ts +2 -2
  342. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/InputLabel.d.ts +15 -14
  343. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/InputLabel.styles.d.ts +12 -12
  344. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/index.d.ts +2 -2
  345. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/settings.d.ts +2 -2
  346. package/typings/packages/custom-ui-components/src/components/molecules/InputLabel/types.d.ts +7 -7
  347. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.d.ts +11 -10
  348. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/PageHeader.styles.d.ts +2 -2
  349. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/index.d.ts +2 -2
  350. package/typings/packages/custom-ui-components/src/components/molecules/PageHeader/type.d.ts +1 -1
  351. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/PageHeaderSubtitle.d.ts +8 -7
  352. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/PageHeaderSubtitle.styles.d.ts +4 -4
  353. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/index.d.ts +2 -2
  354. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/settings.d.ts +2 -2
  355. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderSubtitle/type.d.ts +5 -5
  356. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/PageHeaderTitle.d.ts +8 -7
  357. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/PageHeaderTitle.styles.d.ts +4 -4
  358. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/index.d.ts +2 -2
  359. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/settings.d.ts +2 -2
  360. package/typings/packages/custom-ui-components/src/components/molecules/PageHeaderTitle/type.d.ts +5 -5
  361. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/Pagination.d.ts +8 -7
  362. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/Pagination.styles.d.ts +8 -8
  363. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/index.d.ts +2 -2
  364. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/types.d.ts +6 -6
  365. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/utils/createPagination.d.ts +7 -7
  366. package/typings/packages/custom-ui-components/src/components/molecules/Pagination/utils/index.d.ts +2 -2
  367. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.d.ts +4 -3
  368. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/RadioGroup.styles.d.ts +2 -2
  369. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/index.d.ts +2 -2
  370. package/typings/packages/custom-ui-components/src/components/molecules/RadioGroup/types.d.ts +11 -11
  371. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.d.ts +11 -11
  372. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/RadioSelect.styles.d.ts +9 -9
  373. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/index.d.ts +2 -2
  374. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/settings.d.ts +2 -2
  375. package/typings/packages/custom-ui-components/src/components/molecules/RadioSelect/types.d.ts +15 -15
  376. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/RelativeTime.d.ts +11 -11
  377. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/RelativeTime.styles.d.ts +2 -2
  378. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/index.d.ts +4 -4
  379. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/translations.d.ts +2 -2
  380. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/types.d.ts +11 -11
  381. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/utils/getOptions.d.ts +5 -5
  382. package/typings/packages/custom-ui-components/src/components/molecules/RelativeTime/utils/index.d.ts +2 -2
  383. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/Stepper.d.ts +10 -9
  384. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/Stepper.styles.d.ts +3 -3
  385. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/StepHorizontal.d.ts +9 -8
  386. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/StepHorizontal.styles.d.ts +18 -18
  387. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/index.d.ts +2 -2
  388. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/settings.d.ts +2 -2
  389. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepHortizontal/types.d.ts +10 -10
  390. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/StepVertical.d.ts +11 -10
  391. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/StepVertical.styles.d.ts +9 -9
  392. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/index.d.ts +2 -2
  393. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/settings.d.ts +2 -2
  394. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/StepVertical/types.d.ts +9 -9
  395. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/components/index.d.ts +3 -3
  396. package/typings/packages/custom-ui-components/src/components/molecules/Stepper/index.d.ts +2 -2
  397. package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/SubscriptionHeader.d.ts +17 -17
  398. package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/SubscriptionHeader.styles.d.ts +4 -4
  399. package/typings/packages/custom-ui-components/src/components/molecules/SubscriptionHeader/index.d.ts +2 -2
  400. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/SummaryTable.d.ts +8 -7
  401. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/SummaryTable.styles.d.ts +5 -5
  402. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/fixtures.d.ts +3 -3
  403. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/index.d.ts +4 -4
  404. package/typings/packages/custom-ui-components/src/components/molecules/SummaryTable/types.d.ts +10 -10
  405. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/Tabs.d.ts +11 -10
  406. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/Tabs.styles.d.ts +11 -11
  407. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/fixtures.d.ts +4 -4
  408. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/index.d.ts +2 -2
  409. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/settings.d.ts +2 -2
  410. package/typings/packages/custom-ui-components/src/components/molecules/Tabs/types.d.ts +8 -8
  411. package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.d.ts +12 -11
  412. package/typings/packages/custom-ui-components/src/components/molecules/Tag/Tag.styles.d.ts +8 -8
  413. package/typings/packages/custom-ui-components/src/components/molecules/Tag/index.d.ts +4 -4
  414. package/typings/packages/custom-ui-components/src/components/molecules/Tag/settings.d.ts +2 -2
  415. package/typings/packages/custom-ui-components/src/components/molecules/Tag/types.d.ts +7 -7
  416. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.d.ts +19 -18
  417. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/TagInput.styles.d.ts +9 -9
  418. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/index.d.ts +2 -2
  419. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/settings.d.ts +2 -2
  420. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/types.d.ts +8 -8
  421. package/typings/packages/custom-ui-components/src/components/molecules/TagInput/utils.d.ts +1 -1
  422. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.d.ts +14 -14
  423. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/TimePicker.styles.d.ts +4 -4
  424. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/index.d.ts +2 -2
  425. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/translations.d.ts +2 -2
  426. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/types.d.ts +7 -7
  427. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/getInputValue.d.ts +2 -2
  428. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/getTimeOptions.d.ts +4 -4
  429. package/typings/packages/custom-ui-components/src/components/molecules/TimePicker/utils/index.d.ts +3 -3
  430. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/ToastMessage.d.ts +10 -9
  431. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/ToastMessage.styles.d.ts +9 -9
  432. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/constants.d.ts +3 -3
  433. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/index.d.ts +2 -2
  434. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/settings.d.ts +2 -2
  435. package/typings/packages/custom-ui-components/src/components/molecules/ToastMessage/types.d.ts +10 -10
  436. package/typings/packages/custom-ui-components/src/components/molecules/index.d.ts +25 -25
  437. package/typings/packages/custom-ui-components/src/components/molecules/settings.d.ts +20 -20
  438. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.d.ts +14 -14
  439. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/BankAccount.styles.d.ts +19 -19
  440. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/Watermark/Watermark.d.ts +3 -2
  441. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/Watermark/index.d.ts +2 -2
  442. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/components/index.d.ts +2 -2
  443. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/constants.d.ts +4 -4
  444. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/index.d.ts +2 -2
  445. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/settings.d.ts +2 -2
  446. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/types.d.ts +27 -27
  447. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/utils/formatAddressDetails.d.ts +2 -2
  448. package/typings/packages/custom-ui-components/src/components/organisms/BankAccount/utils/index.d.ts +2 -2
  449. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.d.ts +17 -17
  450. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/CreditCard.styles.d.ts +10 -10
  451. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Chip/Chip.d.ts +3 -2
  452. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Chip/index.d.ts +2 -2
  453. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/StatusMsg.d.ts +10 -9
  454. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/StatusMsg.styles.d.ts +1 -1
  455. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/StatusMsg/index.d.ts +2 -2
  456. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/Watermark.d.ts +8 -7
  457. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/Watermark.styles.d.ts +4 -4
  458. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Master/Master.d.ts +3 -3
  459. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Master/index.d.ts +2 -2
  460. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Visa/Visa.d.ts +3 -3
  461. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/Visa/index.d.ts +2 -2
  462. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/components/index.d.ts +3 -3
  463. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/index.d.ts +2 -2
  464. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/settings.d.ts +2 -2
  465. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/Watermark/types.d.ts +7 -7
  466. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/components/index.d.ts +4 -4
  467. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/constants.d.ts +1 -1
  468. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/index.d.ts +6 -6
  469. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/settings.d.ts +2 -2
  470. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/types.d.ts +27 -27
  471. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/utils/formatAddressDetails.d.ts +5 -5
  472. package/typings/packages/custom-ui-components/src/components/organisms/CreditCard/utils/index.d.ts +2 -2
  473. package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/DatePicker.styles.d.ts +3 -3
  474. package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/DateTimePicker.d.ts +12 -12
  475. package/typings/packages/custom-ui-components/src/components/organisms/DateTimePicker/index.d.ts +2 -2
  476. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/MeteredComponent.d.ts +4 -3
  477. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/MeteredComponent.styles.d.ts +2 -2
  478. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/index.d.ts +2 -2
  479. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/MeteredComponent/types.d.ts +5 -5
  480. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/OnOffComponent.d.ts +11 -10
  481. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/OnOffComponent.styles.d.ts +3 -3
  482. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/OnOffComponent/index.d.ts +2 -2
  483. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/PrepaidComponent.d.ts +4 -3
  484. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/PrepaidComponent.styles.d.ts +8 -8
  485. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/constants.d.ts +8 -8
  486. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/index.d.ts +4 -4
  487. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/PrepaidComponent/types.d.ts +21 -21
  488. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/QuantityComponent.d.ts +4 -3
  489. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/QuantityComponent.styles.d.ts +2 -2
  490. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/index.d.ts +2 -2
  491. package/typings/packages/custom-ui-components/src/components/organisms/Subscription/QuantityComponent/types.d.ts +5 -5
  492. package/typings/packages/custom-ui-components/src/components/organisms/Table/Table.d.ts +22 -22
  493. package/typings/packages/custom-ui-components/src/components/organisms/Table/Table.styles.d.ts +8 -8
  494. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/SortIndicator.d.ts +7 -6
  495. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableBody.d.ts +1 -1
  496. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/TableCell.d.ts +8 -8
  497. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/TableCell.styles.d.ts +5 -5
  498. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCell/index.d.ts +2 -2
  499. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableCellContainer.d.ts +1 -1
  500. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableFooter/TableFooter.d.ts +3 -3
  501. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableFooter/types.d.ts +5 -5
  502. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHead.d.ts +4 -4
  503. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/TableHeader.d.ts +4 -3
  504. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/TableHeader.styles.d.ts +3 -3
  505. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/index.d.ts +2 -2
  506. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableHeader/types.d.ts +11 -11
  507. package/typings/packages/custom-ui-components/src/components/organisms/Table/components/TableRow.d.ts +5 -5
  508. package/typings/packages/custom-ui-components/src/components/organisms/Table/index.d.ts +2 -2
  509. package/typings/packages/custom-ui-components/src/components/organisms/Table/settings.d.ts +2 -2
  510. package/typings/packages/custom-ui-components/src/components/organisms/Table/types.d.ts +14 -14
  511. package/typings/packages/custom-ui-components/src/components/organisms/index.d.ts +12 -12
  512. package/typings/packages/custom-ui-components/src/components/organisms/settings.d.ts +7 -7
  513. package/typings/packages/custom-ui-components/src/components/settings.d.ts +39 -39
  514. package/typings/packages/custom-ui-components/src/components/types.d.ts +2 -2
  515. package/typings/packages/custom-ui-components/src/constants.d.ts +9 -9
  516. package/typings/packages/custom-ui-components/src/contexts/PortalContext.d.ts +4 -4
  517. package/typings/packages/custom-ui-components/src/contexts/index.d.ts +2 -2
  518. package/typings/packages/custom-ui-components/src/docs/Grid.styles.d.ts +2 -2
  519. package/typings/packages/custom-ui-components/src/docs/Spaces.d.ts +3 -3
  520. package/typings/packages/custom-ui-components/src/docs/Spaces.styles.d.ts +8 -8
  521. package/typings/packages/custom-ui-components/src/hooks/index.d.ts +4 -4
  522. package/typings/packages/custom-ui-components/src/hooks/useKeypress/index.d.ts +2 -2
  523. package/typings/packages/custom-ui-components/src/hooks/useKeypress/useKeypress.d.ts +9 -9
  524. package/typings/packages/custom-ui-components/src/hooks/useModalVariant/index.d.ts +2 -2
  525. package/typings/packages/custom-ui-components/src/hooks/useModalVariant/useModalVariant.d.ts +1 -1
  526. package/typings/packages/custom-ui-components/src/hooks/useOnClickOutside/index.d.ts +2 -2
  527. package/typings/packages/custom-ui-components/src/hooks/useOnClickOutside/useOnClickOutside.d.ts +2 -2
  528. package/typings/packages/custom-ui-components/src/index.d.ts +11 -11
  529. package/typings/packages/custom-ui-components/src/mixins/fontSmoothing.d.ts +1 -1
  530. package/typings/packages/custom-ui-components/src/mixins/index.d.ts +2 -2
  531. package/typings/packages/custom-ui-components/src/palette.d.ts +41 -41
  532. package/typings/packages/custom-ui-components/src/theme/ThemeProvider.d.ts +8 -8
  533. package/typings/packages/custom-ui-components/src/theme/ThemeUtilities.d.ts +13 -13
  534. package/typings/packages/custom-ui-components/src/theme/index.d.ts +4 -4
  535. package/typings/packages/custom-ui-components/src/theme/system/backgroundColor.d.ts +1 -1
  536. package/typings/packages/custom-ui-components/src/theme/system/index.d.ts +3 -3
  537. package/typings/packages/custom-ui-components/src/theme/types.d.ts +20 -20
  538. package/typings/packages/custom-ui-components/src/themeBase.d.ts +107 -107
  539. package/typings/packages/custom-ui-components/src/types.d.ts +16 -16
  540. package/typings/packages/customer-details/index.d.ts +1 -1
  541. package/typings/packages/customer-details/src/App.d.ts +4 -3
  542. package/typings/packages/customer-details/src/CustomerDetails.d.ts +7 -7
  543. package/typings/packages/customer-details/src/components/ContactDetails/ContactDetails.d.ts +8 -7
  544. package/typings/packages/customer-details/src/components/ContactDetails/index.d.ts +2 -2
  545. package/typings/packages/customer-details/src/components/ContactDetails/utils.d.ts +6 -6
  546. package/typings/packages/customer-details/src/components/ContactDetailsForm/ContactDetailsForm.d.ts +10 -9
  547. package/typings/packages/customer-details/src/components/ContactDetailsForm/ContactDetailsForm.styles.d.ts +4 -4
  548. package/typings/packages/customer-details/src/components/ContactDetailsForm/index.d.ts +2 -2
  549. package/typings/packages/customer-details/src/components/CustomFields/CustomFields.d.ts +8 -7
  550. package/typings/packages/customer-details/src/components/CustomFields/index.d.ts +2 -2
  551. package/typings/packages/customer-details/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +13 -13
  552. package/typings/packages/customer-details/src/components/CustomFieldsForm/index.d.ts +2 -2
  553. package/typings/packages/customer-details/src/components/CustomerDetailsLoader/CustomerDetailsLoader.d.ts +3 -2
  554. package/typings/packages/customer-details/src/components/CustomerDetailsLoader/CustomerDetailsLoader.styles.d.ts +2 -2
  555. package/typings/packages/customer-details/src/components/CustomerDetailsLoader/index.d.ts +2 -2
  556. package/typings/packages/customer-details/src/components/DetailsRow/DetailsRow.d.ts +8 -7
  557. package/typings/packages/customer-details/src/components/DetailsRow/index.d.ts +2 -2
  558. package/typings/packages/customer-details/src/components/DetailsSectionLoadingSkeleton/DetailsSectionLoadingSkeleton.d.ts +3 -2
  559. package/typings/packages/customer-details/src/components/DetailsSectionLoadingSkeleton/index.d.ts +2 -2
  560. package/typings/packages/customer-details/src/components/ShippingAddress/ShippingAddress.d.ts +8 -7
  561. package/typings/packages/customer-details/src/components/ShippingAddress/index.d.ts +2 -2
  562. package/typings/packages/customer-details/src/components/ShippingAddressForm/ShippingAddressForm.d.ts +11 -10
  563. package/typings/packages/customer-details/src/components/ShippingAddressForm/index.d.ts +2 -2
  564. package/typings/packages/customer-details/src/components/index.d.ts +8 -8
  565. package/typings/packages/customer-details/src/constants.d.ts +1 -1
  566. package/typings/packages/customer-details/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +3 -2
  567. package/typings/packages/customer-details/src/containers/CustomFieldsContainer/index.d.ts +2 -2
  568. package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/CustomerDetailsContainer.d.ts +3 -2
  569. package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/CustomerDetailsContainer.styles.d.ts +2 -2
  570. package/typings/packages/customer-details/src/containers/CustomerDetailsContainer/index.d.ts +2 -2
  571. package/typings/packages/customer-details/src/contexts/ConfigContext.d.ts +3 -3
  572. package/typings/packages/customer-details/src/contexts/GlobalStateContext.d.ts +7 -7
  573. package/typings/packages/customer-details/src/contexts/index.d.ts +3 -3
  574. package/typings/packages/customer-details/src/hooks/index.d.ts +2 -2
  575. package/typings/packages/customer-details/src/hooks/useDataWithNames.d.ts +26 -26
  576. package/typings/packages/customer-details/src/index.d.ts +2 -2
  577. package/typings/packages/customer-details/src/machines/customFields/customFields.d.ts +6 -6
  578. package/typings/packages/customer-details/src/machines/customFields/selectors.d.ts +24 -24
  579. package/typings/packages/customer-details/src/machines/customFields/types.d.ts +6 -6
  580. package/typings/packages/customer-details/src/machines/customerData/customerData.d.ts +6 -6
  581. package/typings/packages/customer-details/src/machines/customerData/selectors.d.ts +38 -38
  582. package/typings/packages/customer-details/src/machines/customerData/types.d.ts +6 -6
  583. package/typings/packages/customer-details/src/models/customerDetails/index.d.ts +2 -2
  584. package/typings/packages/customer-details/src/models/customerDetails/types.d.ts +17 -17
  585. package/typings/packages/customer-details/src/models/index.d.ts +2 -2
  586. package/typings/packages/customer-details/src/providers/GlobalStateProvider.d.ts +6 -6
  587. package/typings/packages/customer-details/src/settings.d.ts +2 -2
  588. package/typings/packages/customer-details/src/types.d.ts +5 -5
  589. package/typings/packages/data-access/index.d.ts +1 -1
  590. package/typings/packages/data-access/src/DataAccess.d.ts +627 -627
  591. package/typings/packages/data-access/src/DataAccessContext.d.ts +5 -5
  592. package/typings/packages/data-access/src/constants.d.ts +1 -1
  593. package/typings/packages/data-access/src/index.d.ts +5 -5
  594. package/typings/packages/data-access/src/types/address.d.ts +8 -8
  595. package/typings/packages/data-access/src/types/addressDetails.d.ts +4 -4
  596. package/typings/packages/data-access/src/types/componentAllocation.d.ts +37 -37
  597. package/typings/packages/data-access/src/types/customField.d.ts +9 -9
  598. package/typings/packages/data-access/src/types/customerDetails.d.ts +15 -15
  599. package/typings/packages/data-access/src/types/gatewayConfig.d.ts +13 -13
  600. package/typings/packages/data-access/src/types/index.d.ts +20 -20
  601. package/typings/packages/data-access/src/types/invoicesList.d.ts +39 -39
  602. package/typings/packages/data-access/src/types/paymentProfiles.d.ts +35 -35
  603. package/typings/packages/data-access/src/types/product.d.ts +9 -9
  604. package/typings/packages/data-access/src/types/productFamily.d.ts +4 -4
  605. package/typings/packages/data-access/src/types/subscription.d.ts +57 -57
  606. package/typings/packages/data-access/src/types/subscriptionComponent.d.ts +32 -32
  607. package/typings/packages/data-access/src/types/subscriptionPaymentProfile.d.ts +7 -7
  608. package/typings/packages/data-access/src/utils/index.d.ts +3 -3
  609. package/typings/packages/data-access/src/utils/prepareQueryParams.d.ts +1 -1
  610. package/typings/packages/data-access/src/utils/requestHandler.d.ts +2 -2
  611. package/typings/packages/device-provider/index.d.ts +1 -1
  612. package/typings/packages/device-provider/src/components/DeviceProvider/DeviceProvider.d.ts +8 -8
  613. package/typings/packages/device-provider/src/components/DeviceProvider/index.d.ts +2 -2
  614. package/typings/packages/device-provider/src/components/index.d.ts +2 -2
  615. package/typings/packages/device-provider/src/contexts/DeviceContext.d.ts +5 -5
  616. package/typings/packages/device-provider/src/contexts/index.d.ts +2 -2
  617. package/typings/packages/device-provider/src/hooks/index.d.ts +2 -2
  618. package/typings/packages/device-provider/src/hooks/useDeviceInfo.d.ts +3 -3
  619. package/typings/packages/device-provider/src/index.d.ts +6 -6
  620. package/typings/packages/device-provider/src/types.d.ts +1 -1
  621. package/typings/packages/embeddable-component/index.d.ts +1 -1
  622. package/typings/packages/embeddable-component/src/ComponentLoader/ComponentLoader.d.ts +8 -8
  623. package/typings/packages/embeddable-component/src/ComponentLoader/index.d.ts +2 -2
  624. package/typings/packages/embeddable-component/src/EmbeddableComponent/EmbeddableComponent.d.ts +24 -24
  625. package/typings/packages/embeddable-component/src/EmbeddableComponent/index.d.ts +3 -3
  626. package/typings/packages/embeddable-component/src/SessionGuard/SessionGuard.d.ts +11 -11
  627. package/typings/packages/embeddable-component/src/SessionGuard/index.d.ts +4 -4
  628. package/typings/packages/embeddable-component/src/index.d.ts +3 -3
  629. package/typings/packages/embeddable-component/src/types.d.ts +3 -3
  630. package/typings/packages/formatters/index.d.ts +1 -1
  631. package/typings/packages/formatters/src/constants.d.ts +1 -1
  632. package/typings/packages/formatters/src/formatBillingInterval.d.ts +3 -3
  633. package/typings/packages/formatters/src/formatCurrency.d.ts +31 -31
  634. package/typings/packages/formatters/src/formatDate.d.ts +2 -2
  635. package/typings/packages/formatters/src/index.d.ts +8 -8
  636. package/typings/packages/formatters/src/keysToSnakeCase.d.ts +2 -2
  637. package/typings/packages/formatters/src/manipulateDate.d.ts +6 -6
  638. package/typings/packages/icons/index.d.ts +1 -1
  639. package/typings/packages/icons/src/Icon.d.ts +4 -3
  640. package/typings/packages/icons/src/Icon.styles.d.ts +4 -4
  641. package/typings/packages/icons/src/constants.d.ts +1 -1
  642. package/typings/packages/icons/src/index.d.ts +4 -4
  643. package/typings/packages/icons/src/types.d.ts +8 -8
  644. package/typings/packages/icons/src/utils.d.ts +2 -2
  645. package/typings/packages/logger/index.d.ts +1 -1
  646. package/typings/packages/logger/src/index.d.ts +4 -4
  647. package/typings/packages/logger/src/logger.d.ts +3 -3
  648. package/typings/packages/payments-sdk/index.d.ts +1 -1
  649. package/typings/packages/payments-sdk/src/components/CardExpiration/CardExpiration.d.ts +8 -8
  650. package/typings/packages/payments-sdk/src/components/CardExpiration/CardExpiration.styles.d.ts +3 -3
  651. package/typings/packages/payments-sdk/src/components/CardExpiration/constants.d.ts +2 -2
  652. package/typings/packages/payments-sdk/src/components/CardExpiration/index.d.ts +2 -2
  653. package/typings/packages/payments-sdk/src/components/CardNumber/CardNumber.d.ts +7 -7
  654. package/typings/packages/payments-sdk/src/components/CardNumber/index.d.ts +2 -2
  655. package/typings/packages/payments-sdk/src/components/CreditCard/CreditCard.d.ts +12 -11
  656. package/typings/packages/payments-sdk/src/components/CreditCard/CreditCard.styles.d.ts +8 -8
  657. package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/FourDigit.d.ts +3 -2
  658. package/typings/packages/payments-sdk/src/components/CreditCard/components/FourDigit/index.d.ts +2 -2
  659. package/typings/packages/payments-sdk/src/components/CreditCard/components/ThreeDigit/ThreeDigit.d.ts +3 -2
  660. package/typings/packages/payments-sdk/src/components/CreditCard/components/ThreeDigit/index.d.ts +2 -2
  661. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/TooltipContent.d.ts +7 -6
  662. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/TooltipContent.styles.d.ts +3 -3
  663. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/index.d.ts +2 -2
  664. package/typings/packages/payments-sdk/src/components/CreditCard/components/TooltipContent/types.d.ts +4 -4
  665. package/typings/packages/payments-sdk/src/components/CreditCard/components/index.d.ts +2 -2
  666. package/typings/packages/payments-sdk/src/components/CreditCard/index.d.ts +4 -4
  667. package/typings/packages/payments-sdk/src/components/CreditCard/types.d.ts +8 -8
  668. package/typings/packages/payments-sdk/src/components/HostedField/HostedField.d.ts +11 -11
  669. package/typings/packages/payments-sdk/src/components/HostedField/HostedField.styles.d.ts +2 -2
  670. package/typings/packages/payments-sdk/src/components/HostedField/index.d.ts +4 -4
  671. package/typings/packages/payments-sdk/src/components/InputSocket/InputSocket.d.ts +8 -8
  672. package/typings/packages/payments-sdk/src/components/InputSocket/InputSocket.styles.d.ts +2 -2
  673. package/typings/packages/payments-sdk/src/components/InputSocket/index.d.ts +2 -2
  674. package/typings/packages/payments-sdk/src/components/PaymentProfileSkeleton/PaymentProfileSkeleton.d.ts +3 -2
  675. package/typings/packages/payments-sdk/src/components/PaymentProfileSkeleton/index.d.ts +2 -2
  676. package/typings/packages/payments-sdk/src/components/SecurityCode/SecurityCode.d.ts +7 -7
  677. package/typings/packages/payments-sdk/src/components/SecurityCode/index.d.ts +2 -2
  678. package/typings/packages/payments-sdk/src/components/index.d.ts +8 -8
  679. package/typings/packages/payments-sdk/src/constants.d.ts +2 -2
  680. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/PaymentsContainer.d.ts +7 -7
  681. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/index.d.ts +2 -2
  682. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/utils/index.d.ts +2 -2
  683. package/typings/packages/payments-sdk/src/containers/PaymentsContainer/utils/waitForGlobalVariable.d.ts +1 -1
  684. package/typings/packages/payments-sdk/src/containers/index.d.ts +2 -2
  685. package/typings/packages/payments-sdk/src/contexts/PaymentsContext.d.ts +6 -6
  686. package/typings/packages/payments-sdk/src/contexts/index.d.ts +2 -2
  687. package/typings/packages/payments-sdk/src/forms/CreditCard/CreditCard.d.ts +21 -20
  688. package/typings/packages/payments-sdk/src/forms/CreditCard/index.d.ts +6 -6
  689. package/typings/packages/payments-sdk/src/forms/CreditCard/translations.d.ts +2 -2
  690. package/typings/packages/payments-sdk/src/forms/CreditCard/types.d.ts +29 -29
  691. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createFieldsConfig.d.ts +10 -10
  692. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createFieldsStyles.d.ts +75 -75
  693. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/createValidationSchema.d.ts +9 -9
  694. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/index.d.ts +5 -5
  695. package/typings/packages/payments-sdk/src/forms/CreditCard/utils/mapDetectedCreditCardType.d.ts +3 -3
  696. package/typings/packages/payments-sdk/src/forms/PaymentProfile/PaymentProfile.d.ts +30 -29
  697. package/typings/packages/payments-sdk/src/forms/PaymentProfile/constants.d.ts +2 -2
  698. package/typings/packages/payments-sdk/src/forms/PaymentProfile/index.d.ts +2 -2
  699. package/typings/packages/payments-sdk/src/forms/index.d.ts +5 -5
  700. package/typings/packages/payments-sdk/src/hooks/index.d.ts +3 -3
  701. package/typings/packages/payments-sdk/src/hooks/usePaymentProfileTranslations.d.ts +6 -6
  702. package/typings/packages/payments-sdk/src/hooks/usePaymentsForm.d.ts +1 -1
  703. package/typings/packages/payments-sdk/src/index.d.ts +6 -6
  704. package/typings/packages/payments-sdk/src/types.d.ts +29 -29
  705. package/typings/packages/session-manager/index.d.ts +1 -1
  706. package/typings/packages/session-manager/src/SessionManager/SessionManager.d.ts +31 -31
  707. package/typings/packages/session-manager/src/SessionManager/index.d.ts +4 -4
  708. package/typings/packages/session-manager/src/SessionManager/types.d.ts +14 -14
  709. package/typings/packages/session-manager/src/index.d.ts +4 -4
  710. package/typings/packages/subscriptions-manager/index.d.ts +1 -1
  711. package/typings/packages/subscriptions-manager/src/App.d.ts +4 -3
  712. package/typings/packages/subscriptions-manager/src/SubscriptionsManager.d.ts +7 -7
  713. package/typings/packages/subscriptions-manager/src/components/ComponentGroup/ComponentGroup.d.ts +9 -8
  714. package/typings/packages/subscriptions-manager/src/components/ComponentGroup/index.d.ts +2 -2
  715. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/ComponentsAllocationEdit.d.ts +12 -11
  716. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/ComponentsAllocationEdit.styles.d.ts +3 -3
  717. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/ComponentsAllocationEditSkeleton/ComponentsAllocationEditSkeleton.d.ts +3 -2
  718. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/ComponentsAllocationEditSkeleton/index.d.ts +2 -2
  719. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/components/index.d.ts +2 -2
  720. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationEdit/index.d.ts +2 -2
  721. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/ComponentsAllocationPreview.d.ts +8 -7
  722. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/components/AllocationsTable/AllocationsTable.d.ts +10 -9
  723. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/components/AllocationsTable/index.d.ts +2 -2
  724. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/index.d.ts +2 -2
  725. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/getAllocationSummaryPaymentMessage.d.ts +17 -17
  726. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/index.d.ts +5 -5
  727. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapAllocationsToTable.d.ts +12 -12
  728. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/mapChargeSummaryToTable.d.ts +10 -10
  729. package/typings/packages/subscriptions-manager/src/components/ComponentsAllocationPreview/utils/sortComponentAllocations.d.ts +6 -6
  730. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/ComponentsPreview.d.ts +7 -6
  731. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/ComponentsPreview.styles.d.ts +3 -3
  732. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/ComponentsPreviewRow.d.ts +7 -6
  733. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/ComponentsPreviewRow.styles.d.ts +3 -3
  734. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/components/ComponentsPreviewRow/index.d.ts +2 -2
  735. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/index.d.ts +4 -4
  736. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/types.d.ts +10 -10
  737. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createComponentsPreviewRow.d.ts +12 -12
  738. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createOnOffRow.d.ts +3 -3
  739. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/createQuantityRow.d.ts +3 -3
  740. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/index.d.ts +2 -2
  741. package/typings/packages/subscriptions-manager/src/components/ComponentsPreview/utils/renderPrice.d.ts +3 -2
  742. package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.d.ts +11 -11
  743. package/typings/packages/subscriptions-manager/src/components/ContentLoader/ContentLoader.styles.d.ts +3 -3
  744. package/typings/packages/subscriptions-manager/src/components/ContentLoader/index.d.ts +2 -2
  745. package/typings/packages/subscriptions-manager/src/components/CouponsList/CouponsList.d.ts +10 -9
  746. package/typings/packages/subscriptions-manager/src/components/CouponsList/CouponsList.styles.d.ts +1 -1
  747. package/typings/packages/subscriptions-manager/src/components/CouponsList/components/CouponListItem.d.ts +8 -7
  748. package/typings/packages/subscriptions-manager/src/components/CouponsList/components/index.d.ts +1 -1
  749. package/typings/packages/subscriptions-manager/src/components/CustomFieldsForm/CustomFieldsForm.d.ts +10 -10
  750. package/typings/packages/subscriptions-manager/src/components/CustomFieldsForm/index.d.ts +2 -2
  751. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/CustomFieldsPreview.d.ts +11 -10
  752. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/CustomFieldsLoadingSkeleton/CustomFieldsLoadingSkeleton.d.ts +3 -2
  753. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/CustomFieldsLoadingSkeleton/index.d.ts +2 -2
  754. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/components/index.d.ts +2 -2
  755. package/typings/packages/subscriptions-manager/src/components/CustomFieldsPreview/index.d.ts +2 -2
  756. package/typings/packages/subscriptions-manager/src/components/DetailsRow/DetailsRow.d.ts +7 -6
  757. package/typings/packages/subscriptions-manager/src/components/DetailsRow/index.d.ts +2 -2
  758. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/PaymentProfiles.d.ts +16 -15
  759. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/PaymentProfiles.styles.d.ts +3 -3
  760. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/PaymentsProfilesHeader.d.ts +8 -7
  761. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/PaymentsProfilesHeader.styles.d.ts +1 -1
  762. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesHeader/index.d.ts +2 -2
  763. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesSkeletonLoader/PaymentProfilesSkeletonLoader.d.ts +2 -1
  764. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/components/PaymentProfilesSkeletonLoader/index.d.ts +2 -2
  765. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/index.d.ts +2 -2
  766. package/typings/packages/subscriptions-manager/src/components/PaymentProfiles/utils.d.ts +4 -4
  767. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/PaymentProfilesReplace.d.ts +9 -8
  768. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/PaymentProfilesReplace.styles.d.ts +2 -2
  769. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/ExpiredStatus.styles.d.ts +1 -1
  770. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/ExpitredStatus.d.ts +6 -5
  771. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/ExpiredStatus/index.d.ts +2 -2
  772. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/PaymentProfileItem.d.ts +9 -8
  773. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/PaymentProfileItem.styles.d.ts +1 -1
  774. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/Label.d.ts +8 -7
  775. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/Label.styles.d.ts +1 -1
  776. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/components/index.d.ts +2 -2
  777. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/helpers.d.ts +1 -1
  778. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/PaymentProfileItem/index.d.ts +2 -2
  779. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/components/index.d.ts +3 -3
  780. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplace/index.d.ts +2 -2
  781. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/PaymentProfilesReplace.styles.d.ts +3 -3
  782. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/PaymentProfilesReplaceAlerts.d.ts +20 -19
  783. package/typings/packages/subscriptions-manager/src/components/PaymentProfilesReplaceAlerts/index.d.ts +2 -2
  784. package/typings/packages/subscriptions-manager/src/components/PlanChangeAlerts/PlanChangeAlerts.d.ts +11 -10
  785. package/typings/packages/subscriptions-manager/src/components/PlanChangeAlerts/index.d.ts +2 -2
  786. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/PlanChangeSummary.d.ts +14 -13
  787. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/NonProratedColumns.d.ts +10 -9
  788. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/ProratedColumns.d.ts +8 -7
  789. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/components/index.d.ts +2 -2
  790. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummary/index.d.ts +2 -2
  791. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/PlanChangeSummaryCharges.d.ts +9 -8
  792. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/index.d.ts +2 -2
  793. package/typings/packages/subscriptions-manager/src/components/PlanChangeSummaryCharges/utils/mapChargeSummaryToTable.d.ts +12 -12
  794. package/typings/packages/subscriptions-manager/src/components/PlanRadio/PlanRadio.d.ts +13 -12
  795. package/typings/packages/subscriptions-manager/src/components/PlanRadio/PlanRadio.styles.d.ts +4 -4
  796. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Price/Price.d.ts +7 -6
  797. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Price/Price.styles.d.ts +1 -1
  798. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Status/Status.d.ts +6 -5
  799. package/typings/packages/subscriptions-manager/src/components/PlanRadio/components/Status/Status.styles.d.ts +1 -1
  800. package/typings/packages/subscriptions-manager/src/components/PlanRadio/index.d.ts +2 -2
  801. package/typings/packages/subscriptions-manager/src/components/RadioOptions/RadioOptions.styles.d.ts +2 -2
  802. package/typings/packages/subscriptions-manager/src/components/RadioOptions/index.d.ts +2 -2
  803. package/typings/packages/subscriptions-manager/src/components/ShowMore/ShowMore.d.ts +8 -7
  804. package/typings/packages/subscriptions-manager/src/components/ShowMore/ShowMore.styles.d.ts +2 -2
  805. package/typings/packages/subscriptions-manager/src/components/ShowMore/index.d.ts +2 -2
  806. package/typings/packages/subscriptions-manager/src/components/Subscription/Subscription.d.ts +36 -35
  807. package/typings/packages/subscriptions-manager/src/components/Subscription/Subscription.styles.d.ts +5 -5
  808. package/typings/packages/subscriptions-manager/src/components/Subscription/index.d.ts +4 -4
  809. package/typings/packages/subscriptions-manager/src/components/Subscription/motion.d.ts +14 -14
  810. package/typings/packages/subscriptions-manager/src/components/Subscription/types.d.ts +1 -1
  811. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/SubscriptionComponents.d.ts +17 -16
  812. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/ComponentLoadingSkeleton/ComponentLoadingSkeleton.d.ts +7 -6
  813. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/ComponentLoadingSkeleton/index.d.ts +2 -2
  814. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/components/index.d.ts +2 -2
  815. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/index.d.ts +2 -2
  816. package/typings/packages/subscriptions-manager/src/components/SubscriptionComponents/types.d.ts +6 -6
  817. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/SubscriptionDetails.d.ts +8 -7
  818. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Active/Active.d.ts +8 -7
  819. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Active/index.d.ts +2 -2
  820. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Canceled/Canceled.d.ts +7 -6
  821. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Canceled/index.d.ts +2 -2
  822. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/CancellationScheduled/CancellationScheduled.d.ts +9 -8
  823. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/CancellationScheduled/index.d.ts +2 -2
  824. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/DetailRow.d.ts +21 -20
  825. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/DetailRow.styles.d.ts +3 -3
  826. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/DetailRow/index.d.ts +2 -2
  827. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Expired/Expired.d.ts +7 -6
  828. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Expired/index.d.ts +2 -2
  829. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Notification/Notification.d.ts +10 -9
  830. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Notification/index.d.ts +2 -2
  831. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/OnHold/OnHold.d.ts +7 -6
  832. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/OnHold/index.d.ts +2 -2
  833. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PastDue/PastDue.d.ts +8 -7
  834. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PastDue/index.d.ts +2 -2
  835. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PlanChangeScheduled/PlanChangeScheduled.d.ts +8 -7
  836. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/PlanChangeScheduled/index.d.ts +2 -2
  837. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Trial/Trial.d.ts +9 -8
  838. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Trial/index.d.ts +2 -2
  839. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/TrialExpired/TrialExpired.d.ts +6 -5
  840. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/TrialExpired/index.d.ts +2 -2
  841. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Unpaid/Unpaid.d.ts +7 -6
  842. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/Unpaid/index.d.ts +2 -2
  843. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/components/index.d.ts +12 -12
  844. package/typings/packages/subscriptions-manager/src/components/SubscriptionDetails/index.d.ts +2 -2
  845. package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/SubscriptionManagerLoader.d.ts +3 -2
  846. package/typings/packages/subscriptions-manager/src/components/SubscriptionManagerLoader/index.d.ts +2 -2
  847. package/typings/packages/subscriptions-manager/src/components/SubscriptionReferalCode/SubscriptionReferalCode.d.ts +7 -6
  848. package/typings/packages/subscriptions-manager/src/components/SubscriptionReferalCode/index.d.ts +2 -2
  849. package/typings/packages/subscriptions-manager/src/components/Summary/Summary.styles.d.ts +2 -2
  850. package/typings/packages/subscriptions-manager/src/components/Summary/index.d.ts +2 -2
  851. package/typings/packages/subscriptions-manager/src/components/TotalCharge/TotalCharge.styles.d.ts +1 -1
  852. package/typings/packages/subscriptions-manager/src/components/TotalCharge/index.d.ts +2 -2
  853. package/typings/packages/subscriptions-manager/src/components/index.d.ts +15 -15
  854. package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/BilingDetailsContainer.d.ts +9 -8
  855. package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/BilingDetailsContainer.styles.d.ts +1 -1
  856. package/typings/packages/subscriptions-manager/src/containers/BilingDetailsContainer/index.d.ts +2 -2
  857. package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/ChangePlan.styles.d.ts +1 -1
  858. package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/ChangePlanContainer.d.ts +10 -9
  859. package/typings/packages/subscriptions-manager/src/containers/ChangePlanContainer/index.d.ts +2 -2
  860. package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/ComponentContainer.d.ts +8 -7
  861. package/typings/packages/subscriptions-manager/src/containers/ComponentContainer/index.d.ts +2 -2
  862. package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/ComponentsAllocationContainer.d.ts +9 -8
  863. package/typings/packages/subscriptions-manager/src/containers/ComponentsAllocationContainer/index.d.ts +2 -2
  864. package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/ComponentsContainer.d.ts +7 -6
  865. package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/ComponentsContainer.styles.d.ts +2 -2
  866. package/typings/packages/subscriptions-manager/src/containers/ComponentsContainer/index.d.ts +2 -2
  867. package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/CouponsContainer.d.ts +9 -8
  868. package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/index.d.ts +2 -2
  869. package/typings/packages/subscriptions-manager/src/containers/CouponsContainer/utils.d.ts +5 -5
  870. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/CreatePaymentProfileContainer.d.ts +9 -8
  871. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileContainer/index.d.ts +2 -2
  872. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/CreatePaymentProfileErrorContainer.d.ts +7 -6
  873. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/index.d.ts +2 -2
  874. package/typings/packages/subscriptions-manager/src/containers/CreatePaymentProfileErrorContainer/types.d.ts +5 -5
  875. package/typings/packages/subscriptions-manager/src/containers/CustomFieldsContainer/CustomFieldsContainer.d.ts +7 -6
  876. package/typings/packages/subscriptions-manager/src/containers/CustomFieldsContainer/index.d.ts +2 -2
  877. package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/ModalsContainer.d.ts +2 -1
  878. package/typings/packages/subscriptions-manager/src/containers/ModalsContainer/index.d.ts +2 -2
  879. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/PaymentProfileContainer.d.ts +13 -13
  880. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/constants.d.ts +3 -3
  881. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/index.d.ts +2 -2
  882. package/typings/packages/subscriptions-manager/src/containers/PaymentProfileContainer/utils.d.ts +5 -5
  883. package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/PaymentProfilesContainer.d.ts +7 -6
  884. package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/fixture.d.ts +2 -2
  885. package/typings/packages/subscriptions-manager/src/containers/PaymentProfilesContainer/index.d.ts +2 -2
  886. package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/PreviewProductMigrationContainer.d.ts +10 -9
  887. package/typings/packages/subscriptions-manager/src/containers/PreviewProductMigrationContainer/index.d.ts +2 -2
  888. package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/ReplacePaymentProfilesContainer.d.ts +7 -6
  889. package/typings/packages/subscriptions-manager/src/containers/ReplacePaymentProfilesContainer/index.d.ts +2 -2
  890. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/SubscriptionContainer.d.ts +13 -12
  891. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/constants.d.ts +3 -3
  892. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/index.d.ts +3 -3
  893. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/useSubscriptionAvailableActions.d.ts +11 -11
  894. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/hooks/useSubscriptionIsActive.d.ts +2 -2
  895. package/typings/packages/subscriptions-manager/src/containers/SubscriptionContainer/index.d.ts +2 -2
  896. package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/SubscriptionsContainer.d.ts +8 -7
  897. package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/SubscriptionsContainer.styles.d.ts +2 -2
  898. package/typings/packages/subscriptions-manager/src/containers/SubscriptionsContainer/index.d.ts +2 -2
  899. package/typings/packages/subscriptions-manager/src/containers/index.d.ts +14 -14
  900. package/typings/packages/subscriptions-manager/src/contexts/ComponentsContext.d.ts +4 -4
  901. package/typings/packages/subscriptions-manager/src/contexts/ConfigContext.d.ts +3 -3
  902. package/typings/packages/subscriptions-manager/src/contexts/GlobalStateContext.d.ts +8 -8
  903. package/typings/packages/subscriptions-manager/src/contexts/PaymentProfilesContext.d.ts +8 -8
  904. package/typings/packages/subscriptions-manager/src/contexts/index.d.ts +5 -5
  905. package/typings/packages/subscriptions-manager/src/handlers/constants.d.ts +1 -1
  906. package/typings/packages/subscriptions-manager/src/handlers/gatewayConfig.d.ts +1 -1
  907. package/typings/packages/subscriptions-manager/src/handlers/index.d.ts +6 -6
  908. package/typings/packages/subscriptions-manager/src/handlers/paymentProfiles.d.ts +1 -1
  909. package/typings/packages/subscriptions-manager/src/handlers/product.d.ts +1 -1
  910. package/typings/packages/subscriptions-manager/src/handlers/subscription.d.ts +2 -2
  911. package/typings/packages/subscriptions-manager/src/hooks/index.d.ts +21 -21
  912. package/typings/packages/subscriptions-manager/src/hooks/useAddonsConfigurationService.d.ts +5 -5
  913. package/typings/packages/subscriptions-manager/src/hooks/useAvailablePaymentMethods.d.ts +2 -2
  914. package/typings/packages/subscriptions-manager/src/hooks/useCancelSubscriptionService.d.ts +4 -4
  915. package/typings/packages/subscriptions-manager/src/hooks/useChangePaymentProfile.d.ts +11 -11
  916. package/typings/packages/subscriptions-manager/src/hooks/useChangePlan.d.ts +4 -4
  917. package/typings/packages/subscriptions-manager/src/hooks/useComponentSettings.d.ts +1 -1
  918. package/typings/packages/subscriptions-manager/src/hooks/useCoupons.d.ts +9 -9
  919. package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/index.d.ts +2 -2
  920. package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/serializeErrors.d.ts +11 -11
  921. package/typings/packages/subscriptions-manager/src/hooks/useCreatePaymentProfile/useCreatePaymentProfile.d.ts +22 -22
  922. package/typings/packages/subscriptions-manager/src/hooks/useDataAccess.d.ts +3 -3
  923. package/typings/packages/subscriptions-manager/src/hooks/useDeletePaymentProfile.d.ts +9 -9
  924. package/typings/packages/subscriptions-manager/src/hooks/useFormatSubscriptionDetails.d.ts +24 -24
  925. package/typings/packages/subscriptions-manager/src/hooks/usePauseSubscriptionService.d.ts +5 -5
  926. package/typings/packages/subscriptions-manager/src/hooks/usePaymentProfileAvailableActions/index.d.ts +2 -2
  927. package/typings/packages/subscriptions-manager/src/hooks/usePaymentProfileAvailableActions/usePaymentProfileAvailableActions.d.ts +7 -7
  928. package/typings/packages/subscriptions-manager/src/hooks/useReactivateSubscription.d.ts +4 -4
  929. package/typings/packages/subscriptions-manager/src/hooks/useResumeSubscriptionService.d.ts +5 -5
  930. package/typings/packages/subscriptions-manager/src/hooks/useServices.d.ts +6 -6
  931. package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/constants.d.ts +4 -4
  932. package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/index.d.ts +2 -2
  933. package/typings/packages/subscriptions-manager/src/hooks/useSortPaymentProfiles/useSortPaymentProfiles.d.ts +5 -5
  934. package/typings/packages/subscriptions-manager/src/hooks/useSubscriptionStatus.d.ts +8 -8
  935. package/typings/packages/subscriptions-manager/src/hooks/useThreeDs.d.ts +10 -10
  936. package/typings/packages/subscriptions-manager/src/hooks/useUndoCancelationService.d.ts +4 -4
  937. package/typings/packages/subscriptions-manager/src/index.d.ts +4 -4
  938. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/actions.d.ts +5 -5
  939. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/index.d.ts +5 -5
  940. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/machine.d.ts +6 -6
  941. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/selectors.d.ts +42 -42
  942. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/serialize.d.ts +3 -3
  943. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/types.d.ts +97 -97
  944. package/typings/packages/subscriptions-manager/src/machines/addOnsConfiguration/utils/getPriceRange.d.ts +8 -8
  945. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/cancelSubscription.d.ts +5 -5
  946. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/index.d.ts +4 -4
  947. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/selectors.d.ts +25 -25
  948. package/typings/packages/subscriptions-manager/src/machines/cancelSubscription/types.d.ts +31 -31
  949. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/changePaymentProfile.d.ts +5 -5
  950. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/index.d.ts +4 -4
  951. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/selectors.d.ts +21 -21
  952. package/typings/packages/subscriptions-manager/src/machines/changePaymentProfile/types.d.ts +16 -16
  953. package/typings/packages/subscriptions-manager/src/machines/changePlan/changePlan.d.ts +5 -5
  954. package/typings/packages/subscriptions-manager/src/machines/changePlan/index.d.ts +4 -4
  955. package/typings/packages/subscriptions-manager/src/machines/changePlan/selectors.d.ts +33 -33
  956. package/typings/packages/subscriptions-manager/src/machines/changePlan/types.d.ts +48 -48
  957. package/typings/packages/subscriptions-manager/src/machines/component/component.d.ts +4 -4
  958. package/typings/packages/subscriptions-manager/src/machines/component/index.d.ts +3 -3
  959. package/typings/packages/subscriptions-manager/src/machines/component/selectors.d.ts +10 -10
  960. package/typings/packages/subscriptions-manager/src/machines/component/types.d.ts +4 -4
  961. package/typings/packages/subscriptions-manager/src/machines/components/components.d.ts +5 -5
  962. package/typings/packages/subscriptions-manager/src/machines/components/index.d.ts +5 -5
  963. package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUpdatesAllowed.d.ts +4 -4
  964. package/typings/packages/subscriptions-manager/src/machines/components/selectors/getComponentsUsedInBilling.d.ts +12 -12
  965. package/typings/packages/subscriptions-manager/src/machines/components/selectors.d.ts +33 -33
  966. package/typings/packages/subscriptions-manager/src/machines/components/types.d.ts +16 -16
  967. package/typings/packages/subscriptions-manager/src/machines/components/utils/checkIfComponentIsUsedForBilling.d.ts +2 -2
  968. package/typings/packages/subscriptions-manager/src/machines/components/utils/index.d.ts +2 -2
  969. package/typings/packages/subscriptions-manager/src/machines/coupons/coupons.d.ts +5 -5
  970. package/typings/packages/subscriptions-manager/src/machines/coupons/index.d.ts +2 -2
  971. package/typings/packages/subscriptions-manager/src/machines/coupons/selectors.d.ts +12 -12
  972. package/typings/packages/subscriptions-manager/src/machines/coupons/types.d.ts +33 -33
  973. package/typings/packages/subscriptions-manager/src/machines/coupons/utils.d.ts +2 -2
  974. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/actions.d.ts +16 -16
  975. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/createPaymentProfile.d.ts +7 -7
  976. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/index.d.ts +6 -6
  977. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/selectors.d.ts +215 -215
  978. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/serializers.d.ts +48 -48
  979. package/typings/packages/subscriptions-manager/src/machines/createPaymentProfile/types.d.ts +86 -86
  980. package/typings/packages/subscriptions-manager/src/machines/customFields/customFields.d.ts +5 -5
  981. package/typings/packages/subscriptions-manager/src/machines/customFields/selectors.d.ts +27 -27
  982. package/typings/packages/subscriptions-manager/src/machines/customFields/types.d.ts +5 -5
  983. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/deletePaymentProfile.d.ts +5 -5
  984. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/index.d.ts +5 -5
  985. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/selectors.d.ts +23 -23
  986. package/typings/packages/subscriptions-manager/src/machines/deletePaymentProfile/types.d.ts +15 -15
  987. package/typings/packages/subscriptions-manager/src/machines/index.d.ts +16 -16
  988. package/typings/packages/subscriptions-manager/src/machines/modals/index.d.ts +5 -5
  989. package/typings/packages/subscriptions-manager/src/machines/modals/modals.d.ts +5 -5
  990. package/typings/packages/subscriptions-manager/src/machines/modals/selectors.d.ts +207 -207
  991. package/typings/packages/subscriptions-manager/src/machines/modals/types.d.ts +132 -132
  992. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/index.d.ts +4 -4
  993. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/pauseSubscription.d.ts +5 -5
  994. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/selectors.d.ts +25 -25
  995. package/typings/packages/subscriptions-manager/src/machines/pauseSubscription/types.d.ts +29 -29
  996. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/index.d.ts +5 -5
  997. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/paymentGateway.d.ts +7 -7
  998. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/selectors.d.ts +39 -39
  999. package/typings/packages/subscriptions-manager/src/machines/paymentGateway/types.d.ts +22 -22
  1000. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/actions.d.ts +4 -4
  1001. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/index.d.ts +4 -4
  1002. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/paymentProfiles.d.ts +7 -7
  1003. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/selectors.d.ts +19 -19
  1004. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/serializers.d.ts +12 -12
  1005. package/typings/packages/subscriptions-manager/src/machines/paymentProfiles/types.d.ts +30 -30
  1006. package/typings/packages/subscriptions-manager/src/machines/productCatalog/actions.d.ts +3 -3
  1007. package/typings/packages/subscriptions-manager/src/machines/productCatalog/index.d.ts +5 -5
  1008. package/typings/packages/subscriptions-manager/src/machines/productCatalog/productCatalog.d.ts +6 -6
  1009. package/typings/packages/subscriptions-manager/src/machines/productCatalog/selectors.d.ts +23 -23
  1010. package/typings/packages/subscriptions-manager/src/machines/productCatalog/types.d.ts +20 -20
  1011. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/index.d.ts +4 -4
  1012. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/reactivateSubscription.d.ts +5 -5
  1013. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/selectors.d.ts +31 -31
  1014. package/typings/packages/subscriptions-manager/src/machines/reactivateSubscription/types.d.ts +23 -23
  1015. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/index.d.ts +4 -4
  1016. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/resumeSubscription.d.ts +5 -5
  1017. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/selectors.d.ts +25 -25
  1018. package/typings/packages/subscriptions-manager/src/machines/resumeSubscription/types.d.ts +33 -33
  1019. package/typings/packages/subscriptions-manager/src/machines/subscription/index.d.ts +3 -3
  1020. package/typings/packages/subscriptions-manager/src/machines/subscription/selectors.d.ts +63 -63
  1021. package/typings/packages/subscriptions-manager/src/machines/subscription/subscription.d.ts +12 -12
  1022. package/typings/packages/subscriptions-manager/src/machines/subscription/types.d.ts +6 -6
  1023. package/typings/packages/subscriptions-manager/src/machines/subscriptions/actions.d.ts +135 -135
  1024. package/typings/packages/subscriptions-manager/src/machines/subscriptions/constants.d.ts +1 -1
  1025. package/typings/packages/subscriptions-manager/src/machines/subscriptions/index.d.ts +7 -7
  1026. package/typings/packages/subscriptions-manager/src/machines/subscriptions/selectors.d.ts +107 -107
  1027. package/typings/packages/subscriptions-manager/src/machines/subscriptions/serializers.d.ts +16 -16
  1028. package/typings/packages/subscriptions-manager/src/machines/subscriptions/subscriptions.d.ts +7 -7
  1029. package/typings/packages/subscriptions-manager/src/machines/subscriptions/types.d.ts +49 -49
  1030. package/typings/packages/subscriptions-manager/src/machines/threeDs/index.d.ts +1 -1
  1031. package/typings/packages/subscriptions-manager/src/machines/threeDs/threeDs.d.ts +5 -5
  1032. package/typings/packages/subscriptions-manager/src/machines/threeDs/types.d.ts +8 -8
  1033. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/index.d.ts +4 -4
  1034. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/selectors.d.ts +25 -25
  1035. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/types.d.ts +15 -15
  1036. package/typings/packages/subscriptions-manager/src/machines/undoCancelation/undoCancelation.d.ts +5 -5
  1037. package/typings/packages/subscriptions-manager/src/mocks/allocation.d.ts +36 -36
  1038. package/typings/packages/subscriptions-manager/src/mocks/components.d.ts +2 -2
  1039. package/typings/packages/subscriptions-manager/src/mocks/customFields.d.ts +2 -2
  1040. package/typings/packages/subscriptions-manager/src/mocks/gatewayConfig.d.ts +2 -2
  1041. package/typings/packages/subscriptions-manager/src/mocks/index.d.ts +7 -7
  1042. package/typings/packages/subscriptions-manager/src/mocks/paymentProfiles.d.ts +3 -3
  1043. package/typings/packages/subscriptions-manager/src/mocks/products.d.ts +6 -6
  1044. package/typings/packages/subscriptions-manager/src/mocks/subscriptions.d.ts +5 -5
  1045. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/AddCoupon.d.ts +3 -2
  1046. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/Content.d.ts +13 -12
  1047. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/components/CouponSummary.d.ts +10 -9
  1048. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/components/index.d.ts +1 -1
  1049. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/index.d.ts +2 -2
  1050. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/Content/utils.d.ts +7 -7
  1051. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/components/index.d.ts +2 -2
  1052. package/typings/packages/subscriptions-manager/src/modals/AddCoupon/index.d.ts +2 -2
  1053. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/CancelSubscription.d.ts +3 -2
  1054. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/ChurnReasonCodes.d.ts +8 -7
  1055. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/ChurnReasonCodes.styles.d.ts +1 -1
  1056. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/ChurnResonCodes/index.d.ts +2 -2
  1057. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/Content.d.ts +12 -11
  1058. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/Content.styles.d.ts +2 -2
  1059. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Content/index.d.ts +2 -2
  1060. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Form/Form.d.ts +14 -14
  1061. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/Form/index.d.ts +2 -2
  1062. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/components/index.d.ts +3 -3
  1063. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/constants.d.ts +5 -5
  1064. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/index.d.ts +2 -2
  1065. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/useCancelAvailableOptions.d.ts +3 -3
  1066. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/hooks/useCancelForm.d.ts +11 -11
  1067. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/index.d.ts +2 -2
  1068. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/cancelForm.d.ts +5 -5
  1069. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/index.d.ts +2 -2
  1070. package/typings/packages/subscriptions-manager/src/modals/CancelSubscription/machines/types.d.ts +20 -20
  1071. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/ChangePaymentMethod.d.ts +3 -2
  1072. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/Content/Content.d.ts +10 -9
  1073. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/Content/index.d.ts +2 -2
  1074. package/typings/packages/subscriptions-manager/src/modals/ChangePaymentMethod/index.d.ts +2 -2
  1075. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/ChangeSubscriptionPlan.d.ts +3 -2
  1076. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/Content.d.ts +10 -9
  1077. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/components/ErrorAlert.d.ts +7 -6
  1078. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/Content/index.d.ts +2 -2
  1079. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/components/index.d.ts +2 -2
  1080. package/typings/packages/subscriptions-manager/src/modals/ChangeSubscriptionPlan/index.d.ts +2 -2
  1081. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/ComponentsAllocation.d.ts +3 -2
  1082. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/Content/Content.d.ts +9 -8
  1083. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/Content/index.d.ts +2 -2
  1084. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/components/index.d.ts +2 -2
  1085. package/typings/packages/subscriptions-manager/src/modals/ComponentsAllocation/index.d.ts +2 -2
  1086. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/CreatePaymentProfile.d.ts +3 -2
  1087. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/Content.d.ts +13 -12
  1088. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/constants.d.ts +1 -1
  1089. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/Content/index.d.ts +2 -2
  1090. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/components/index.d.ts +2 -2
  1091. package/typings/packages/subscriptions-manager/src/modals/CreatePaymentProfile/index.d.ts +2 -2
  1092. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/Content.d.ts +8 -7
  1093. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/constants.d.ts +1 -1
  1094. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/Content/index.d.ts +2 -2
  1095. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/DeletePaymentMethod.d.ts +3 -2
  1096. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/ErrorList.d.ts +10 -9
  1097. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/ErrorList.styles.d.ts +1 -1
  1098. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/ErrorList/index.d.ts +2 -2
  1099. package/typings/packages/subscriptions-manager/src/modals/DeletePaymentMethod/index.d.ts +2 -2
  1100. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/PauseSubscription.d.ts +3 -2
  1101. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/Content/Content.d.ts +9 -8
  1102. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/Content/index.d.ts +2 -2
  1103. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/components/index.d.ts +2 -2
  1104. package/typings/packages/subscriptions-manager/src/modals/PauseSubscription/index.d.ts +2 -2
  1105. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/BillingAddress/BillingAddress.d.ts +7 -6
  1106. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/BillingAddress/index.d.ts +2 -2
  1107. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/Content/Content.d.ts +10 -9
  1108. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/Content/index.d.ts +2 -2
  1109. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/DetailsRow.d.ts +7 -6
  1110. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/DetailsRow/index.d.ts +2 -2
  1111. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/PreviewPaymentMethod.d.ts +3 -2
  1112. package/typings/packages/subscriptions-manager/src/modals/PreviewPaymentMethod/index.d.ts +2 -2
  1113. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/ReactivateSubscription.d.ts +3 -2
  1114. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/Content/Content.d.ts +9 -8
  1115. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/Content/index.d.ts +2 -2
  1116. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/components/index.d.ts +2 -2
  1117. package/typings/packages/subscriptions-manager/src/modals/ReactivateSubscription/index.d.ts +2 -2
  1118. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/ResumeSubscription.d.ts +3 -2
  1119. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/Content.d.ts +10 -9
  1120. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/index.d.ts +2 -2
  1121. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/Content/utils.d.ts +10 -10
  1122. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/components/index.d.ts +2 -2
  1123. package/typings/packages/subscriptions-manager/src/modals/ResumeSubscription/index.d.ts +2 -2
  1124. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/ThreeDsConfirmation.d.ts +3 -2
  1125. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/Content/Content.d.ts +11 -10
  1126. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/Content/index.d.ts +2 -2
  1127. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/components/index.d.ts +2 -2
  1128. package/typings/packages/subscriptions-manager/src/modals/ThreeDsConfirmation/index.d.ts +2 -2
  1129. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/UndoCancelation.d.ts +3 -2
  1130. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/Content/Content.d.ts +9 -8
  1131. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/Content/index.d.ts +2 -2
  1132. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/components/index.d.ts +2 -2
  1133. package/typings/packages/subscriptions-manager/src/modals/UndoCancelation/index.d.ts +2 -2
  1134. package/typings/packages/subscriptions-manager/src/modals/index.d.ts +14 -14
  1135. package/typings/packages/subscriptions-manager/src/modals/setupTest/index.d.ts +2 -2
  1136. package/typings/packages/subscriptions-manager/src/modals/setupTest/modalTestRenderer.d.ts +7 -7
  1137. package/typings/packages/subscriptions-manager/src/models/component/component.d.ts +3 -3
  1138. package/typings/packages/subscriptions-manager/src/models/component/index.d.ts +4 -4
  1139. package/typings/packages/subscriptions-manager/src/models/component/types.d.ts +66 -66
  1140. package/typings/packages/subscriptions-manager/src/models/index.d.ts +7 -7
  1141. package/typings/packages/subscriptions-manager/src/models/paymentProfile/index.d.ts +3 -3
  1142. package/typings/packages/subscriptions-manager/src/models/paymentProfile/types.d.ts +43 -43
  1143. package/typings/packages/subscriptions-manager/src/models/subscription/constants.d.ts +2 -2
  1144. package/typings/packages/subscriptions-manager/src/models/subscription/index.d.ts +8 -8
  1145. package/typings/packages/subscriptions-manager/src/models/subscription/serialize.d.ts +2 -2
  1146. package/typings/packages/subscriptions-manager/src/models/subscription/subscription.d.ts +10 -10
  1147. package/typings/packages/subscriptions-manager/src/models/subscription/types.d.ts +86 -86
  1148. package/typings/packages/subscriptions-manager/src/pages/ComponentsAllocation/ComponentsAllocation.d.ts +3 -2
  1149. package/typings/packages/subscriptions-manager/src/pages/ComponentsAllocation/index.d.ts +2 -2
  1150. package/typings/packages/subscriptions-manager/src/pages/CustomFields/CustomFields.d.ts +3 -2
  1151. package/typings/packages/subscriptions-manager/src/pages/CustomFields/index.d.ts +2 -2
  1152. package/typings/packages/subscriptions-manager/src/pages/PaymentProfiles/PaymentProfiles.d.ts +3 -2
  1153. package/typings/packages/subscriptions-manager/src/pages/PaymentProfiles/index.d.ts +2 -2
  1154. package/typings/packages/subscriptions-manager/src/pages/Subscription/Subscription.d.ts +3 -2
  1155. package/typings/packages/subscriptions-manager/src/pages/Subscription/index.d.ts +2 -2
  1156. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/SubscriptionsList.d.ts +3 -2
  1157. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/index.d.ts +3 -3
  1158. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/useProductCatalog.d.ts +7 -7
  1159. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/hooks/useSubscriptions.d.ts +6 -6
  1160. package/typings/packages/subscriptions-manager/src/pages/SubscriptionsList/index.d.ts +2 -2
  1161. package/typings/packages/subscriptions-manager/src/pages/index.d.ts +6 -6
  1162. package/typings/packages/subscriptions-manager/src/providers/PaymentProfilesProvider.d.ts +6 -6
  1163. package/typings/packages/subscriptions-manager/src/providers/StateProvider.d.ts +6 -6
  1164. package/typings/packages/subscriptions-manager/src/providers/index.d.ts +3 -3
  1165. package/typings/packages/subscriptions-manager/src/settings.d.ts +2 -2
  1166. package/typings/packages/subscriptions-manager/src/types.d.ts +23 -23
  1167. package/typings/packages/subscriptions-manager/src/utils/getComponentsAllocationErrorDescription.d.ts +3 -3
  1168. package/typings/packages/subscriptions-manager/src/utils/index.d.ts +4 -4
  1169. package/typings/packages/subscriptions-manager/src/utils/mergeComponentsWithAllocations.d.ts +2 -2
  1170. package/typings/packages/subscriptions-manager/src/utils/sortSubscriptions.d.ts +2 -2
  1171. package/typings/packages/toasts/index.d.ts +1 -1
  1172. package/typings/packages/toasts/src/ToastsPlayground.d.ts +3 -3
  1173. package/typings/packages/toasts/src/containers/ToastsContainer/ToastsContainer.d.ts +6 -6
  1174. package/typings/packages/toasts/src/containers/ToastsContainer/ToastsContainer.styles.d.ts +3 -3
  1175. package/typings/packages/toasts/src/containers/ToastsContainer/index.d.ts +2 -2
  1176. package/typings/packages/toasts/src/containers/ToastsContainer/motion.d.ts +16 -16
  1177. package/typings/packages/toasts/src/containers/index.d.ts +2 -2
  1178. package/typings/packages/toasts/src/contexts/ToastMessagesContext.d.ts +5 -5
  1179. package/typings/packages/toasts/src/contexts/index.d.ts +2 -2
  1180. package/typings/packages/toasts/src/hooks/index.d.ts +2 -2
  1181. package/typings/packages/toasts/src/hooks/useToastMessages.d.ts +1 -1
  1182. package/typings/packages/toasts/src/index.d.ts +3 -3
  1183. package/typings/packages/toasts/src/machines/index.d.ts +2 -2
  1184. package/typings/packages/toasts/src/machines/toast/index.d.ts +2 -2
  1185. package/typings/packages/toasts/src/machines/toast/toast.d.ts +8 -8
  1186. package/typings/packages/toasts/src/machines/toast/types.d.ts +6 -6
  1187. package/typings/packages/toasts/src/machines/toasts/constants.d.ts +1 -1
  1188. package/typings/packages/toasts/src/machines/toasts/index.d.ts +2 -2
  1189. package/typings/packages/toasts/src/machines/toasts/toasts.d.ts +5 -5
  1190. package/typings/packages/toasts/src/machines/toasts/types.d.ts +23 -23
  1191. package/typings/packages/toasts/src/types.d.ts +8 -8
  1192. package/typings/packages/toasts/src/utils/index.d.ts +2 -2
  1193. package/typings/packages/toasts/src/utils/setNotificationsPosition.d.ts +2 -2
  1194. package/typings/sdk/components-sdk/src/SDK.d.ts +30 -30
  1195. package/typings/sdk/components-sdk/src/constants.d.ts +2 -2
  1196. package/typings/sdk/components-sdk/src/index.d.ts +2 -2
  1197. package/typings/sdk/components-sdk/src/settings.d.ts +2 -2
  1198. package/typings/sdk/components-sdk/src/types.d.ts +5 -5
  1199. package/typings/sdk/components-sdk/src/utils/createComponentFactory.d.ts +9 -9
@@ -0,0 +1 @@
1
+ {"version":3,"file":"maxio-components.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -2644,7 +2644,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
2644
2644
  \******************************************************************************/
2645
2645
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2646
2646
 
2647
- 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_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom */ \"./node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js\");\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\n\n\n\nvar Portal = function Portal(_ref) {\n var children = _ref.children;\n var el = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);\n\n var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),\n _useState2 = _slicedToArray(_useState, 2),\n setMounted = _useState2[1];\n\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n el.current = document.createElement('div');\n el.current.setAttribute('data-testid', 'dynamic-portal');\n el.current.style.position = 'absolute';\n el.current.style.top = 0;\n el.current.style.left = 0;\n document.body.appendChild(el.current);\n setMounted(true);\n return function () {\n document.body.removeChild(el.current);\n };\n }, []);\n return el.current ? /*#__PURE__*/(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.createPortal)(children, el.current) : null;\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Portal);\n\n//# sourceURL=webpack://@maxio-com/self-service/./packages/custom-ui-components/src/components/atoms/Portal/Portal.tsx?");
2647
+ 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_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom */ \"./node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js\");\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\n\n\n\nvar Portal = function Portal(_ref) {\n var children = _ref.children;\n var el = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);\n\n var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),\n _useState2 = _slicedToArray(_useState, 2),\n setMounted = _useState2[1];\n\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n el.current = document.createElement('div');\n el.current.setAttribute('data-testid', 'dynamic-portal');\n el.current.style.position = 'absolute';\n el.current.style.top = 0;\n el.current.style.left = 0;\n document.body.appendChild(el.current);\n setMounted(true);\n return function () {\n el.current.remove();\n };\n }, []);\n return el.current ? /*#__PURE__*/(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.createPortal)(children, el.current) : null;\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Portal);\n\n//# sourceURL=webpack://@maxio-com/self-service/./packages/custom-ui-components/src/components/atoms/Portal/Portal.tsx?");
2648
2648
 
2649
2649
  /***/ }),
2650
2650
 
@@ -10734,7 +10734,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
10734
10734
  \****************************************************************************/
10735
10735
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10736
10736
 
10737
- 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_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom */ \"./node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! framer-motion */ \"./node_modules/.pnpm/framer-motion@7.3.5_biqbaboplfbrettd7655fr4n2y/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! framer-motion */ \"./node_modules/.pnpm/framer-motion@7.3.5_biqbaboplfbrettd7655fr4n2y/node_modules/framer-motion/dist/es/render/dom/motion.mjs\");\n/* harmony import */ var _xstate_react__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @xstate/react */ \"./node_modules/.pnpm/@xstate+react@3.0.1_csov6svwxizbqjpbal6caks7le/node_modules/@xstate/react/es/useMachine.js\");\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 _chargify_device_provider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @chargify/device-provider */ \"./packages/device-provider/src/index.ts\");\n/* harmony import */ var _motion__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./motion */ \"./packages/toasts/src/containers/ToastsContainer/motion.ts\");\n/* harmony import */ var _ToastsContainer_styles__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./ToastsContainer.styles */ \"./packages/toasts/src/containers/ToastsContainer/ToastsContainer.styles.ts\");\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../contexts */ \"./packages/toasts/src/contexts/index.ts\");\n/* harmony import */ var _machines__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../machines */ \"./packages/toasts/src/machines/index.ts\");\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils */ \"./packages/toasts/src/utils/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\nfunction _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar ToastsContainer = function ToastsContainer(_ref) {\n var children = _ref.children;\n var el = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);\n\n var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),\n _useState2 = _slicedToArray(_useState, 2),\n isMounted = _useState2[0],\n setMounted = _useState2[1];\n\n var _useMachine = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_9__.useMachine)(_machines__WEBPACK_IMPORTED_MODULE_7__.toasts),\n _useMachine2 = _slicedToArray(_useMachine, 2),\n state = _useMachine2[0],\n send = _useMachine2[1];\n\n var _useDeviceInfo = (0,_chargify_device_provider__WEBPACK_IMPORTED_MODULE_3__.useDeviceInfo)(),\n device = _useDeviceInfo.device;\n\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n el.current = document.createElement('div');\n el.current.setAttribute('data-testid', 'toast-notifications-portal');\n el.current.style.position = 'fixed';\n el.current.style.pointerEvents = 'none';\n el.current.style.zIndex = '2';\n document.body.appendChild(el.current);\n setMounted(true);\n return function () {\n document.body.removeChild(el.current);\n };\n }, []);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n if (el.current) {\n (0,_utils__WEBPACK_IMPORTED_MODULE_8__.setNotificationsPosition)(el.current, device);\n }\n }, [device]);\n var toastService = (0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(function () {\n return {\n show: function show(_ref2) {\n var message = _ref2.message,\n level = _ref2.level,\n hideAfterTimeMs = _ref2.hideAfterTimeMs;\n send('SHOW_TOAST', {\n message: message,\n level: level,\n hideAfterTimeMs: hideAfterTimeMs\n });\n }\n };\n }, []);\n var toastNotifications = device === 'mobile' ? _toConsumableArray(state.context.items).reverse() : state.context.items;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_contexts__WEBPACK_IMPORTED_MODULE_6__.ToastMessagesContext.Provider, {\n value: {\n service: toastService\n }\n }, children, isMounted ? /*#__PURE__*/(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.createPortal)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_ToastsContainer_styles__WEBPACK_IMPORTED_MODULE_5__.Container, {\n centerNotifications: device === 'mobile'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(framer_motion__WEBPACK_IMPORTED_MODULE_10__.AnimatePresence, null, toastNotifications.map(function (_ref3) {\n var id = _ref3.id,\n message = _ref3.message,\n level = _ref3.level;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(framer_motion__WEBPACK_IMPORTED_MODULE_11__.motion.div, _objectSpread(_objectSpread({}, _motion__WEBPACK_IMPORTED_MODULE_4__.toastMessageMotion), {}, {\n key: id,\n layout: true\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.ToastMessage, {\n type: level,\n message: message\n }));\n }))), el.current) : null);\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ToastsContainer);\n\n//# sourceURL=webpack://@maxio-com/self-service/./packages/toasts/src/containers/ToastsContainer/ToastsContainer.tsx?");
10737
+ 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_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom */ \"./node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! framer-motion */ \"./node_modules/.pnpm/framer-motion@7.3.5_biqbaboplfbrettd7655fr4n2y/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! framer-motion */ \"./node_modules/.pnpm/framer-motion@7.3.5_biqbaboplfbrettd7655fr4n2y/node_modules/framer-motion/dist/es/render/dom/motion.mjs\");\n/* harmony import */ var _xstate_react__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @xstate/react */ \"./node_modules/.pnpm/@xstate+react@3.0.1_csov6svwxizbqjpbal6caks7le/node_modules/@xstate/react/es/useMachine.js\");\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 _chargify_device_provider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @chargify/device-provider */ \"./packages/device-provider/src/index.ts\");\n/* harmony import */ var _motion__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./motion */ \"./packages/toasts/src/containers/ToastsContainer/motion.ts\");\n/* harmony import */ var _ToastsContainer_styles__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./ToastsContainer.styles */ \"./packages/toasts/src/containers/ToastsContainer/ToastsContainer.styles.ts\");\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../contexts */ \"./packages/toasts/src/contexts/index.ts\");\n/* harmony import */ var _machines__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../machines */ \"./packages/toasts/src/machines/index.ts\");\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils */ \"./packages/toasts/src/utils/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\nfunction _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar ToastsContainer = function ToastsContainer(_ref) {\n var children = _ref.children;\n var el = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);\n\n var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),\n _useState2 = _slicedToArray(_useState, 2),\n isMounted = _useState2[0],\n setMounted = _useState2[1];\n\n var _useMachine = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_9__.useMachine)(_machines__WEBPACK_IMPORTED_MODULE_7__.toasts),\n _useMachine2 = _slicedToArray(_useMachine, 2),\n state = _useMachine2[0],\n send = _useMachine2[1];\n\n var _useDeviceInfo = (0,_chargify_device_provider__WEBPACK_IMPORTED_MODULE_3__.useDeviceInfo)(),\n device = _useDeviceInfo.device;\n\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n el.current = document.createElement('div');\n el.current.setAttribute('data-testid', 'toast-notifications-portal');\n el.current.style.position = 'fixed';\n el.current.style.pointerEvents = 'none';\n el.current.style.zIndex = '2';\n document.body.appendChild(el.current);\n setMounted(true);\n return function () {\n el.current.remove();\n };\n }, []);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n if (el.current) {\n (0,_utils__WEBPACK_IMPORTED_MODULE_8__.setNotificationsPosition)(el.current, device);\n }\n }, [device]);\n var toastService = (0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(function () {\n return {\n show: function show(_ref2) {\n var message = _ref2.message,\n level = _ref2.level,\n hideAfterTimeMs = _ref2.hideAfterTimeMs;\n send('SHOW_TOAST', {\n message: message,\n level: level,\n hideAfterTimeMs: hideAfterTimeMs\n });\n }\n };\n }, []);\n var toastNotifications = device === 'mobile' ? _toConsumableArray(state.context.items).reverse() : state.context.items;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_contexts__WEBPACK_IMPORTED_MODULE_6__.ToastMessagesContext.Provider, {\n value: {\n service: toastService\n }\n }, children, isMounted ? /*#__PURE__*/(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.createPortal)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_ToastsContainer_styles__WEBPACK_IMPORTED_MODULE_5__.Container, {\n centerNotifications: device === 'mobile'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(framer_motion__WEBPACK_IMPORTED_MODULE_10__.AnimatePresence, null, toastNotifications.map(function (_ref3) {\n var id = _ref3.id,\n message = _ref3.message,\n level = _ref3.level;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(framer_motion__WEBPACK_IMPORTED_MODULE_11__.motion.div, _objectSpread(_objectSpread({}, _motion__WEBPACK_IMPORTED_MODULE_4__.toastMessageMotion), {}, {\n key: id,\n layout: true\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.ToastMessage, {\n type: level,\n message: message\n }));\n }))), el.current) : null);\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ToastsContainer);\n\n//# sourceURL=webpack://@maxio-com/self-service/./packages/toasts/src/containers/ToastsContainer/ToastsContainer.tsx?");
10738
10738
 
10739
10739
  /***/ }),
10740
10740
 
@@ -2909,7 +2909,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
2909
2909
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2910
2910
 
2911
2911
  "use strict";
2912
- 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_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom */ \"./node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js\");\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\n\n\n\nvar Portal = function Portal(_ref) {\n var children = _ref.children;\n var el = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);\n\n var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),\n _useState2 = _slicedToArray(_useState, 2),\n setMounted = _useState2[1];\n\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n el.current = document.createElement('div');\n el.current.setAttribute('data-testid', 'dynamic-portal');\n el.current.style.position = 'absolute';\n el.current.style.top = 0;\n el.current.style.left = 0;\n document.body.appendChild(el.current);\n setMounted(true);\n return function () {\n document.body.removeChild(el.current);\n };\n }, []);\n return el.current ? /*#__PURE__*/(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.createPortal)(children, el.current) : null;\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Portal);\n\n//# sourceURL=webpack://Maxio/./packages/custom-ui-components/src/components/atoms/Portal/Portal.tsx?");
2912
+ 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_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom */ \"./node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js\");\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\n\n\n\nvar Portal = function Portal(_ref) {\n var children = _ref.children;\n var el = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);\n\n var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),\n _useState2 = _slicedToArray(_useState, 2),\n setMounted = _useState2[1];\n\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n el.current = document.createElement('div');\n el.current.setAttribute('data-testid', 'dynamic-portal');\n el.current.style.position = 'absolute';\n el.current.style.top = 0;\n el.current.style.left = 0;\n document.body.appendChild(el.current);\n setMounted(true);\n return function () {\n el.current.remove();\n };\n }, []);\n return el.current ? /*#__PURE__*/(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.createPortal)(children, el.current) : null;\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Portal);\n\n//# sourceURL=webpack://Maxio/./packages/custom-ui-components/src/components/atoms/Portal/Portal.tsx?");
2913
2913
 
2914
2914
  /***/ }),
2915
2915
 
@@ -11808,7 +11808,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
11808
11808
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11809
11809
 
11810
11810
  "use strict";
11811
- 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_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom */ \"./node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! framer-motion */ \"./node_modules/.pnpm/framer-motion@7.3.5_biqbaboplfbrettd7655fr4n2y/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! framer-motion */ \"./node_modules/.pnpm/framer-motion@7.3.5_biqbaboplfbrettd7655fr4n2y/node_modules/framer-motion/dist/es/render/dom/motion.mjs\");\n/* harmony import */ var _xstate_react__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @xstate/react */ \"./node_modules/.pnpm/@xstate+react@3.0.1_csov6svwxizbqjpbal6caks7le/node_modules/@xstate/react/es/useMachine.js\");\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 _chargify_device_provider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @chargify/device-provider */ \"./packages/device-provider/src/index.ts\");\n/* harmony import */ var _motion__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./motion */ \"./packages/toasts/src/containers/ToastsContainer/motion.ts\");\n/* harmony import */ var _ToastsContainer_styles__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./ToastsContainer.styles */ \"./packages/toasts/src/containers/ToastsContainer/ToastsContainer.styles.ts\");\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../contexts */ \"./packages/toasts/src/contexts/index.ts\");\n/* harmony import */ var _machines__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../machines */ \"./packages/toasts/src/machines/index.ts\");\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils */ \"./packages/toasts/src/utils/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\nfunction _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar ToastsContainer = function ToastsContainer(_ref) {\n var children = _ref.children;\n var el = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);\n\n var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),\n _useState2 = _slicedToArray(_useState, 2),\n isMounted = _useState2[0],\n setMounted = _useState2[1];\n\n var _useMachine = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_9__.useMachine)(_machines__WEBPACK_IMPORTED_MODULE_7__.toasts),\n _useMachine2 = _slicedToArray(_useMachine, 2),\n state = _useMachine2[0],\n send = _useMachine2[1];\n\n var _useDeviceInfo = (0,_chargify_device_provider__WEBPACK_IMPORTED_MODULE_3__.useDeviceInfo)(),\n device = _useDeviceInfo.device;\n\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n el.current = document.createElement('div');\n el.current.setAttribute('data-testid', 'toast-notifications-portal');\n el.current.style.position = 'fixed';\n el.current.style.pointerEvents = 'none';\n el.current.style.zIndex = '2';\n document.body.appendChild(el.current);\n setMounted(true);\n return function () {\n document.body.removeChild(el.current);\n };\n }, []);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n if (el.current) {\n (0,_utils__WEBPACK_IMPORTED_MODULE_8__.setNotificationsPosition)(el.current, device);\n }\n }, [device]);\n var toastService = (0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(function () {\n return {\n show: function show(_ref2) {\n var message = _ref2.message,\n level = _ref2.level,\n hideAfterTimeMs = _ref2.hideAfterTimeMs;\n send('SHOW_TOAST', {\n message: message,\n level: level,\n hideAfterTimeMs: hideAfterTimeMs\n });\n }\n };\n }, []);\n var toastNotifications = device === 'mobile' ? _toConsumableArray(state.context.items).reverse() : state.context.items;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_contexts__WEBPACK_IMPORTED_MODULE_6__.ToastMessagesContext.Provider, {\n value: {\n service: toastService\n }\n }, children, isMounted ? /*#__PURE__*/(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.createPortal)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_ToastsContainer_styles__WEBPACK_IMPORTED_MODULE_5__.Container, {\n centerNotifications: device === 'mobile'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(framer_motion__WEBPACK_IMPORTED_MODULE_10__.AnimatePresence, null, toastNotifications.map(function (_ref3) {\n var id = _ref3.id,\n message = _ref3.message,\n level = _ref3.level;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(framer_motion__WEBPACK_IMPORTED_MODULE_11__.motion.div, _objectSpread(_objectSpread({}, _motion__WEBPACK_IMPORTED_MODULE_4__.toastMessageMotion), {}, {\n key: id,\n layout: true\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.ToastMessage, {\n type: level,\n message: message\n }));\n }))), el.current) : null);\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ToastsContainer);\n\n//# sourceURL=webpack://Maxio/./packages/toasts/src/containers/ToastsContainer/ToastsContainer.tsx?");
11811
+ 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_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom */ \"./node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! framer-motion */ \"./node_modules/.pnpm/framer-motion@7.3.5_biqbaboplfbrettd7655fr4n2y/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! framer-motion */ \"./node_modules/.pnpm/framer-motion@7.3.5_biqbaboplfbrettd7655fr4n2y/node_modules/framer-motion/dist/es/render/dom/motion.mjs\");\n/* harmony import */ var _xstate_react__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @xstate/react */ \"./node_modules/.pnpm/@xstate+react@3.0.1_csov6svwxizbqjpbal6caks7le/node_modules/@xstate/react/es/useMachine.js\");\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 _chargify_device_provider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @chargify/device-provider */ \"./packages/device-provider/src/index.ts\");\n/* harmony import */ var _motion__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./motion */ \"./packages/toasts/src/containers/ToastsContainer/motion.ts\");\n/* harmony import */ var _ToastsContainer_styles__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./ToastsContainer.styles */ \"./packages/toasts/src/containers/ToastsContainer/ToastsContainer.styles.ts\");\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../contexts */ \"./packages/toasts/src/contexts/index.ts\");\n/* harmony import */ var _machines__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../machines */ \"./packages/toasts/src/machines/index.ts\");\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils */ \"./packages/toasts/src/utils/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\nfunction _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar ToastsContainer = function ToastsContainer(_ref) {\n var children = _ref.children;\n var el = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);\n\n var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false),\n _useState2 = _slicedToArray(_useState, 2),\n isMounted = _useState2[0],\n setMounted = _useState2[1];\n\n var _useMachine = (0,_xstate_react__WEBPACK_IMPORTED_MODULE_9__.useMachine)(_machines__WEBPACK_IMPORTED_MODULE_7__.toasts),\n _useMachine2 = _slicedToArray(_useMachine, 2),\n state = _useMachine2[0],\n send = _useMachine2[1];\n\n var _useDeviceInfo = (0,_chargify_device_provider__WEBPACK_IMPORTED_MODULE_3__.useDeviceInfo)(),\n device = _useDeviceInfo.device;\n\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n el.current = document.createElement('div');\n el.current.setAttribute('data-testid', 'toast-notifications-portal');\n el.current.style.position = 'fixed';\n el.current.style.pointerEvents = 'none';\n el.current.style.zIndex = '2';\n document.body.appendChild(el.current);\n setMounted(true);\n return function () {\n el.current.remove();\n };\n }, []);\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {\n if (el.current) {\n (0,_utils__WEBPACK_IMPORTED_MODULE_8__.setNotificationsPosition)(el.current, device);\n }\n }, [device]);\n var toastService = (0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(function () {\n return {\n show: function show(_ref2) {\n var message = _ref2.message,\n level = _ref2.level,\n hideAfterTimeMs = _ref2.hideAfterTimeMs;\n send('SHOW_TOAST', {\n message: message,\n level: level,\n hideAfterTimeMs: hideAfterTimeMs\n });\n }\n };\n }, []);\n var toastNotifications = device === 'mobile' ? _toConsumableArray(state.context.items).reverse() : state.context.items;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_contexts__WEBPACK_IMPORTED_MODULE_6__.ToastMessagesContext.Provider, {\n value: {\n service: toastService\n }\n }, children, isMounted ? /*#__PURE__*/(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.createPortal)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_ToastsContainer_styles__WEBPACK_IMPORTED_MODULE_5__.Container, {\n centerNotifications: device === 'mobile'\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(framer_motion__WEBPACK_IMPORTED_MODULE_10__.AnimatePresence, null, toastNotifications.map(function (_ref3) {\n var id = _ref3.id,\n message = _ref3.message,\n level = _ref3.level;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(framer_motion__WEBPACK_IMPORTED_MODULE_11__.motion.div, _objectSpread(_objectSpread({}, _motion__WEBPACK_IMPORTED_MODULE_4__.toastMessageMotion), {}, {\n key: id,\n layout: true\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chargify_custom_ui_components__WEBPACK_IMPORTED_MODULE_2__.ToastMessage, {\n type: level,\n message: message\n }));\n }))), el.current) : null);\n};\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ToastsContainer);\n\n//# sourceURL=webpack://Maxio/./packages/toasts/src/containers/ToastsContainer/ToastsContainer.tsx?");
11812
11812
 
11813
11813
  /***/ }),
11814
11814
 
package/package.json CHANGED
@@ -5,7 +5,13 @@
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.3",
8
+ "version": "1.7.5",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/maxio-components.esm.js",
12
+ "require": "./dist/maxio-components.cjs.js"
13
+ }
14
+ },
9
15
  "scripts": {
10
16
  "test": "jest",
11
17
  "test:coverage": "jest --coverage",
@@ -18,9 +24,10 @@
18
24
  "copy:e2e-assets": "node e2e/prepareAssets.js",
19
25
  "clean:e2e-assets": "npx rimraf e2e_pages/locales e2e_pages/*.{js,html}",
20
26
  "upload:e2e-results": "node e2e/uploadExecutionResults.js",
21
- "build": "pnpm run clean && pnpm run build:browser && pnpm run build:modules",
27
+ "build": "pnpm run clean && pnpm run build:browser && pnpm run build:modules && pnpm run build:cjs",
22
28
  "build:modules": "npx webpack --config webpack.config.js",
23
29
  "build:browser": "npx webpack --config webpack.browser.js",
30
+ "build:cjs": "npx rollup --configPlugin @rollup/plugin-typescript --config rollup.config.ts",
24
31
  "dpdm": "npx dpdm packages/**/**/*.{ts,tsx} -T --exit-code circular:1 --no-warning --no-tree",
25
32
  "lint": "eslint --quiet --ext .ts --ext .tsx packages/ sdk/",
26
33
  "release": "npx semantic-release",
@@ -1 +1 @@
1
- export * from './src';
1
+ export * from './src';
@@ -1,17 +1,18 @@
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
+ /// <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,5 +1,5 @@
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
+ 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,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,15 +1,16 @@
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
+ /// <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,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 '@chargify/data-access';
2
- export declare const formatOptions: (options: Division[]) => {
3
- label: string;
4
- value: string;
5
- }[];
1
+ import { Division } from "../../../../../data-access/src";
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 '@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
+ 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,11 +1,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
+ 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,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';