@saasquatch/mint-components 2.0.3 → 2.0.4-10

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 (250) hide show
  1. package/dist/cjs/{IndirectTaxDetailsView-659a139c.js → IndirectTaxDetailsView-d39b895d.js} +2 -2
  2. package/dist/cjs/{ShadowViewAddon-fbc33c53.js → ShadowViewAddon-7066fae7.js} +25 -27
  3. package/dist/cjs/{data-16106637.js → data-44260010.js} +29 -2
  4. package/dist/cjs/{global-e862bfd4.js → global-94f36ad7.js} +55 -54
  5. package/dist/cjs/loader.cjs.js +2 -2
  6. package/dist/cjs/mint-components.cjs.js +2 -2
  7. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +355 -102
  8. package/dist/cjs/sqm-big-stat_47.cjs.entry.js +232 -22
  9. package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-email-verification.cjs.entry.js +7 -4
  11. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  12. package/dist/cjs/{sqm-form-message.cjs.entry.js → sqm-form-message_2.cjs.entry.js} +50 -0
  13. package/dist/cjs/sqm-header-logo.cjs.entry.js +15 -2
  14. package/dist/cjs/{sqm-lead-checkbox-field-view-dca40eb4.js → sqm-lead-checkbox-field-view-c0123bfa.js} +1 -1
  15. package/dist/cjs/sqm-lead-checkbox-field.cjs.entry.js +3 -3
  16. package/dist/cjs/{sqm-lead-input-field-view-2006001f.js → sqm-lead-input-field-view-6983eaa1.js} +1 -1
  17. package/dist/cjs/sqm-lead-input-field.cjs.entry.js +3 -3
  18. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
  19. package/dist/cjs/sqm-pagination_3.cjs.entry.js +2 -2
  20. package/dist/cjs/{sqm-portal-email-verification-view-1745d9a2.js → sqm-portal-email-verification-view-d968178a.js} +4 -6
  21. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  22. package/dist/cjs/{sqm-portal-profile-view-5c5e29b1.js → sqm-portal-profile-view-f74b8d6c.js} +1 -1
  23. package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
  24. package/dist/cjs/{sqm-qr-code-view-4ccf89da.js → sqm-qr-code-view-a2889aee.js} +1 -5
  25. package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -1
  26. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +2 -2
  27. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +2 -2
  28. package/dist/cjs/sqm-stencilbook.cjs.entry.js +108 -54
  29. package/dist/cjs/{useLeadFormState-91999606.js → useLeadFormState-f8b33c07.js} +1 -1
  30. package/dist/cjs/{utils-4eb18a29.js → utils-5ecfecd9.js} +18 -30
  31. package/dist/collection/collection-manifest.json +1 -0
  32. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +1 -1
  33. package/dist/collection/components/sqm-empty/EmptyState.stories.js +1 -1
  34. package/dist/collection/components/sqm-form-message/FormMessage.stories.js +5 -0
  35. package/dist/collection/components/sqm-form-message/sqm-form-message.js +30 -0
  36. package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +85 -5
  37. package/dist/collection/components/sqm-invoice-table/InvoiceTable.stories.js +5 -5
  38. package/dist/collection/components/sqm-invoice-table/sqm-invoice-table.js +1 -1
  39. package/dist/collection/components/sqm-lead-form/sqm-lead-form-view.js +5 -7
  40. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +2 -2
  41. package/dist/collection/components/sqm-portal-email-verification/PortalEmailVerification.stories.js +1 -0
  42. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification-view.js +3 -5
  43. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +3 -3
  44. package/dist/collection/components/sqm-qr-code/sqm-qr-code-view.js +1 -5
  45. package/dist/collection/components/sqm-referral-codes/sqm-referral-codes.js +1 -1
  46. package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +5 -5
  47. package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +1 -1
  48. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +8 -8
  49. package/dist/collection/components/sqm-rewards-table/RewardsTable.stories.js +5 -5
  50. package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +1 -1
  51. package/dist/collection/components/sqm-skeleton/Skeleton.stories.js +16 -0
  52. package/dist/collection/components/sqm-skeleton/sqm-skeleton.js +90 -0
  53. package/dist/collection/components/sqm-stencilbook/Themes.js +12 -0
  54. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -0
  55. package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +5 -5
  56. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +6 -3
  57. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +1 -0
  58. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +10 -5
  59. package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +11 -5
  60. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +1 -1
  61. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +46 -40
  62. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +5 -5
  63. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +13 -0
  64. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +98 -7
  65. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +361 -8
  66. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +29 -2
  67. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/LoadingView.js +17 -29
  68. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +311 -11
  69. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +101 -16
  70. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +310 -10
  71. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +7 -1
  72. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +22 -13
  73. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +1 -1
  74. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +100 -9
  75. package/dist/collection/global/styles.js +55 -54
  76. package/dist/collection/global/styles.ts +6 -1
  77. package/dist/collection/tables/TableSlots.js +6 -6
  78. package/dist/esm/{IndirectTaxDetailsView-8dec05e4.js → IndirectTaxDetailsView-a7dd6e4c.js} +2 -2
  79. package/dist/esm/{ShadowViewAddon-7a242b65.js → ShadowViewAddon-fe2896cb.js} +25 -27
  80. package/dist/esm/{data-acdb790f.js → data-68816061.js} +29 -2
  81. package/dist/esm/{global-58a69018.js → global-536c422d.js} +55 -54
  82. package/dist/esm/loader.js +2 -2
  83. package/dist/esm/mint-components.js +2 -2
  84. package/dist/esm/sqm-banking-info-form_10.entry.js +355 -102
  85. package/dist/esm/sqm-big-stat_47.entry.js +232 -22
  86. package/dist/esm/sqm-code-verification.entry.js +1 -1
  87. package/dist/esm/sqm-email-verification.entry.js +7 -4
  88. package/dist/esm/sqm-empty_4.entry.js +1 -1
  89. package/dist/esm/{sqm-form-message.entry.js → sqm-form-message_2.entry.js} +50 -1
  90. package/dist/esm/sqm-header-logo.entry.js +15 -2
  91. package/dist/esm/{sqm-lead-checkbox-field-view-81541e40.js → sqm-lead-checkbox-field-view-5c387852.js} +1 -1
  92. package/dist/esm/sqm-lead-checkbox-field.entry.js +3 -3
  93. package/dist/esm/{sqm-lead-input-field-view-d543d939.js → sqm-lead-input-field-view-fa2488c9.js} +1 -1
  94. package/dist/esm/sqm-lead-input-field.entry.js +3 -3
  95. package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
  96. package/dist/esm/sqm-pagination_3.entry.js +2 -2
  97. package/dist/esm/{sqm-portal-email-verification-view-5fb1a99e.js → sqm-portal-email-verification-view-8bbe5fcf.js} +4 -6
  98. package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
  99. package/dist/esm/{sqm-portal-profile-view-e3aef106.js → sqm-portal-profile-view-9848caf1.js} +1 -1
  100. package/dist/esm/sqm-portal-profile.entry.js +2 -2
  101. package/dist/esm/{sqm-qr-code-view-ea505213.js → sqm-qr-code-view-804b8bb6.js} +1 -5
  102. package/dist/esm/sqm-qr-code.entry.js +1 -1
  103. package/dist/esm/sqm-referral-table_11.entry.js +2 -2
  104. package/dist/esm/sqm-rewards-table_9.entry.js +2 -2
  105. package/dist/esm/sqm-stencilbook.entry.js +108 -54
  106. package/dist/esm/{useLeadFormState-8d4b2620.js → useLeadFormState-5a6188da.js} +1 -1
  107. package/dist/esm/{utils-2695a43e.js → utils-fafc712f.js} +18 -30
  108. package/dist/esm-es5/{IndirectTaxDetailsView-8dec05e4.js → IndirectTaxDetailsView-a7dd6e4c.js} +1 -1
  109. package/dist/esm-es5/{ShadowViewAddon-7a242b65.js → ShadowViewAddon-fe2896cb.js} +1 -1
  110. package/dist/esm-es5/{data-acdb790f.js → data-68816061.js} +2 -2
  111. package/dist/esm-es5/{global-58a69018.js → global-536c422d.js} +1 -1
  112. package/dist/esm-es5/loader.js +1 -1
  113. package/dist/esm-es5/mint-components.js +1 -1
  114. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  115. package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
  116. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  117. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  118. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  119. package/dist/esm-es5/sqm-form-message_2.entry.js +1 -0
  120. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  121. package/dist/esm-es5/{sqm-lead-checkbox-field-view-81541e40.js → sqm-lead-checkbox-field-view-5c387852.js} +1 -1
  122. package/dist/esm-es5/sqm-lead-checkbox-field.entry.js +1 -1
  123. package/dist/esm-es5/{sqm-lead-input-field-view-d543d939.js → sqm-lead-input-field-view-fa2488c9.js} +1 -1
  124. package/dist/esm-es5/sqm-lead-input-field.entry.js +1 -1
  125. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  126. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  127. package/dist/esm-es5/sqm-portal-email-verification-view-8bbe5fcf.js +1 -0
  128. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  129. package/dist/esm-es5/{sqm-portal-profile-view-e3aef106.js → sqm-portal-profile-view-9848caf1.js} +1 -1
  130. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  131. package/dist/esm-es5/{sqm-qr-code-view-ea505213.js → sqm-qr-code-view-804b8bb6.js} +1 -1
  132. package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
  133. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  134. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  135. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  136. package/dist/esm-es5/{useLeadFormState-8d4b2620.js → useLeadFormState-5a6188da.js} +1 -1
  137. package/dist/esm-es5/utils-fafc712f.js +1 -0
  138. package/dist/mint-components/global/styles.ts +6 -1
  139. package/dist/mint-components/mint-components.esm.js +1 -1
  140. package/dist/mint-components/mint-components.js +1 -1
  141. package/dist/mint-components/{p-c6e8086f.system.entry.js → p-000dc98f.system.entry.js} +1 -1
  142. package/dist/mint-components/{p-988f236f.js → p-005ee5bf.js} +1 -1
  143. package/dist/mint-components/{p-0c024cf0.system.entry.js → p-05e8620f.system.entry.js} +1 -1
  144. package/dist/mint-components/p-0d3803a2.js +1 -0
  145. package/dist/mint-components/p-10aea972.system.js +1 -0
  146. package/dist/mint-components/{p-13c6673e.system.js → p-19e407bd.system.js} +1 -1
  147. package/dist/mint-components/{p-4cc72a4e.system.js → p-1e156272.system.js} +1 -1
  148. package/dist/mint-components/{p-a470e203.entry.js → p-2192a6d7.entry.js} +2 -2
  149. package/dist/mint-components/p-28973c9b.entry.js +144 -0
  150. package/dist/mint-components/{p-6076dbaf.entry.js → p-30f37386.entry.js} +2 -2
  151. package/dist/mint-components/{p-1215518e.system.js → p-33fff374.system.js} +1 -1
  152. package/dist/mint-components/p-397a5adf.system.entry.js +1 -0
  153. package/dist/mint-components/p-3ad8e1af.system.js +1 -0
  154. package/dist/mint-components/{p-1aa9136c.js → p-4130caec.js} +1 -1
  155. package/dist/mint-components/p-438a0c91.system.entry.js +1 -0
  156. package/dist/mint-components/{p-5fbe6356.system.js → p-48bc3283.system.js} +1 -1
  157. package/dist/mint-components/{p-36a1fa33.system.entry.js → p-4b595fc3.system.entry.js} +1 -1
  158. package/dist/mint-components/{p-9d46f87f.system.entry.js → p-4e3303a8.system.entry.js} +1 -1
  159. package/dist/mint-components/p-566d837b.system.js +1 -0
  160. package/dist/mint-components/p-59332a30.entry.js +1 -0
  161. package/dist/mint-components/p-5d39d345.system.entry.js +1 -0
  162. package/dist/mint-components/{p-d7635535.system.js → p-648f881e.system.js} +1 -1
  163. package/dist/mint-components/{p-43ad51bc.entry.js → p-66effbef.entry.js} +1 -1
  164. package/dist/mint-components/p-69bd9de3.entry.js +106 -0
  165. package/dist/mint-components/{p-bf044217.js → p-78968e5f.js} +1 -1
  166. package/dist/mint-components/p-7c9520b7.system.js +1 -0
  167. package/dist/mint-components/p-7e550c3b.system.entry.js +1 -0
  168. package/dist/mint-components/{p-ad3ebf4d.entry.js → p-80196216.entry.js} +1 -1
  169. package/dist/mint-components/{p-58c79873.entry.js → p-8a24b9a9.entry.js} +1 -1
  170. package/dist/mint-components/p-8af550b9.system.entry.js +1 -0
  171. package/dist/mint-components/{p-deecffd0.system.entry.js → p-8f6b3391.system.entry.js} +1 -1
  172. package/dist/mint-components/{p-011c0990.system.entry.js → p-902b919d.system.entry.js} +1 -1
  173. package/dist/mint-components/p-92b5c376.js +157 -0
  174. package/dist/mint-components/p-a115c57a.system.entry.js +1 -0
  175. package/dist/mint-components/p-a2dbc9ad.system.js +6 -0
  176. package/dist/mint-components/{p-f5256738.system.entry.js → p-a45124c1.system.entry.js} +1 -1
  177. package/dist/mint-components/p-a6198c55.entry.js +273 -0
  178. package/dist/mint-components/{p-1b79b186.entry.js → p-a65610e3.entry.js} +1 -1
  179. package/dist/mint-components/{p-f7e49c12.entry.js → p-a7157ef3.entry.js} +2 -2
  180. package/dist/mint-components/{p-4965dae4.system.js → p-a71edffc.system.js} +1 -1
  181. package/dist/mint-components/p-a92c692b.js +448 -0
  182. package/dist/mint-components/p-ab4c0642.js +1 -0
  183. package/dist/mint-components/{p-8618e8f6.system.js → p-af02f28c.system.js} +1 -1
  184. package/dist/mint-components/p-af758193.entry.js +1 -0
  185. package/dist/mint-components/{p-12e6cea7.entry.js → p-b8878552.entry.js} +2 -2
  186. package/dist/mint-components/p-bdb6194c.entry.js +1 -0
  187. package/dist/mint-components/p-c37744c7.entry.js +1 -0
  188. package/dist/mint-components/{p-1d8c5935.js → p-ceb79149.js} +1 -1
  189. package/dist/mint-components/{p-2ea3eea9.system.entry.js → p-d07a46c6.system.entry.js} +1 -1
  190. package/dist/mint-components/{p-027c0b10.js → p-d6d31505.js} +32 -32
  191. package/dist/mint-components/{p-fcf8bdbc.system.entry.js → p-d8d818d9.system.entry.js} +1 -1
  192. package/dist/mint-components/p-dcdd959e.entry.js +9 -0
  193. package/dist/mint-components/p-e0c7640f.js +1 -0
  194. package/dist/mint-components/{p-e19f0908.entry.js → p-e712a01d.entry.js} +2 -2
  195. package/dist/mint-components/p-ede77156.system.entry.js +1 -0
  196. package/dist/mint-components/{p-f3613921.system.entry.js → p-f380bcd9.system.entry.js} +1 -1
  197. package/dist/mint-components/{p-088f082f.js → p-f6305644.js} +1 -1
  198. package/dist/types/components/sqm-form-message/FormMessage.stories.d.ts +1 -0
  199. package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +6 -0
  200. package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +17 -2
  201. package/dist/types/components/sqm-skeleton/Skeleton.stories.d.ts +8 -0
  202. package/dist/types/components/sqm-skeleton/sqm-skeleton.d.ts +14 -0
  203. package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +24 -0
  204. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +7 -0
  205. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +16 -0
  206. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +57 -0
  207. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +3 -1
  208. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +48 -0
  209. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +12 -0
  210. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +48 -0
  211. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +2 -0
  212. package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +1 -0
  213. package/dist/types/components.d.ts +376 -43
  214. package/dist/types/global/android.d.ts +7 -0
  215. package/dist/types/global/demo.d.ts +2 -0
  216. package/dist/types/saasquatch.d.ts +4 -0
  217. package/dist/types/stories/features.d.ts +4 -0
  218. package/dist/types/stories/templates.d.ts +4 -0
  219. package/docs/docs.docx +0 -0
  220. package/docs/raisins.json +1 -1
  221. package/grapesjs/grapesjs.js +1 -1
  222. package/package.json +1 -1
  223. package/dist/esm-es5/sqm-form-message.entry.js +0 -1
  224. package/dist/esm-es5/sqm-portal-email-verification-view-5fb1a99e.js +0 -1
  225. package/dist/esm-es5/utils-2695a43e.js +0 -1
  226. package/dist/mint-components/p-012d31bc.entry.js +0 -99
  227. package/dist/mint-components/p-0d71303d.js +0 -1
  228. package/dist/mint-components/p-2ea6e2fa.entry.js +0 -273
  229. package/dist/mint-components/p-303b84d7.system.entry.js +0 -1
  230. package/dist/mint-components/p-325c5476.js +0 -1
  231. package/dist/mint-components/p-469a6450.system.js +0 -6
  232. package/dist/mint-components/p-478ad7c8.system.entry.js +0 -1
  233. package/dist/mint-components/p-6976099f.entry.js +0 -9
  234. package/dist/mint-components/p-752ede25.system.entry.js +0 -1
  235. package/dist/mint-components/p-78dda262.system.js +0 -1
  236. package/dist/mint-components/p-829cb9ed.system.entry.js +0 -1
  237. package/dist/mint-components/p-8d9fa981.system.js +0 -1
  238. package/dist/mint-components/p-947bacd1.system.js +0 -1
  239. package/dist/mint-components/p-97747228.system.entry.js +0 -1
  240. package/dist/mint-components/p-a7ee19dc.entry.js +0 -1
  241. package/dist/mint-components/p-a974c549.js +0 -1
  242. package/dist/mint-components/p-ac9138fd.entry.js +0 -1
  243. package/dist/mint-components/p-d88d8ffe.entry.js +0 -1
  244. package/dist/mint-components/p-dc5bca55.entry.js +0 -1
  245. package/dist/mint-components/p-e1e7d01c.js +0 -157
  246. package/dist/mint-components/p-e8bda98a.system.entry.js +0 -1
  247. package/dist/mint-components/p-ee3a7577.entry.js +0 -144
  248. package/dist/mint-components/p-eea87fdc.system.entry.js +0 -1
  249. package/dist/mint-components/p-f5820d03.system.js +0 -1
  250. package/dist/mint-components/p-ffc3cd7c.js +0 -448
@@ -727,12 +727,12 @@ export class TaxAndCashMonolith {
727
727
  * @uiName Submit new tax form button label
728
728
  * @uiGroup Dashboard Properties
729
729
  */
730
- this.dashboard_newFormButton = "Submit new form";
730
+ this.dashboard_newFormButton = "Submit new tax form";
731
731
  /**
732
732
  * @uiName Edit payment info button label
733
733
  * @uiGroup Dashboard Properties
734
734
  */
735
- this.dashboard_editPaymentInformationButton = "Edit Payout Information";
735
+ this.dashboard_editPaymentInformationButton = "Edit payout information";
736
736
  /**
737
737
  * @uiName Not registered for indirect tax text
738
738
  * @uiGroup Dashboard Properties
@@ -884,7 +884,7 @@ export class TaxAndCashMonolith {
884
884
  * @uiGroup Dashboard Properties
885
885
  * @uiWidget textArea
886
886
  */
887
- this.dashboard_verificationRequiredInternalHeader = "Identity Verification in Progress";
887
+ this.dashboard_verificationRequiredInternalHeader = "Identity verification in progress";
888
888
  /**
889
889
  * @uiName Verification required internal alert description
890
890
  * @uiGroup Dashboard Properties
@@ -896,7 +896,7 @@ export class TaxAndCashMonolith {
896
896
  * @uiGroup Dashboard Properties
897
897
  * @uiWidget textArea
898
898
  */
899
- this.dashboard_verificationReviewInternalHeader = "Identity Verification Under Review";
899
+ this.dashboard_verificationReviewInternalHeader = "Identity verification under review";
900
900
  /**
901
901
  * @uiName Verification review internal alert description
902
902
  * @uiGroup Dashboard Properties
@@ -908,7 +908,7 @@ export class TaxAndCashMonolith {
908
908
  * @uiGroup Dashboard Properties
909
909
  * @uiWidget textArea
910
910
  */
911
- this.dashboard_verificationFailedInternalHeader = "Identity Verification Unsuccessful";
911
+ this.dashboard_verificationFailedInternalHeader = "Identity verification usuccessful";
912
912
  /**
913
913
  * @uiName Verification failed internal alert description
914
914
  * @uiGroup Dashboard Properties
@@ -942,6 +942,54 @@ export class TaxAndCashMonolith {
942
942
  * @uiName Account review alert description
943
943
  */
944
944
  this.dashboard_accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
945
+ /**
946
+ * @uiName Payment on hold alert header
947
+ */
948
+ this.dashboard_paymentOnHoldHeader = "We are reviewing your new payout settings";
949
+ /**
950
+ * @uiName Payment on hold alert description
951
+ */
952
+ this.dashboard_paymentOnHoldDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
953
+ /**
954
+ * @uiName Beneficiary name invalid alert header
955
+ */
956
+ this.dashboard_beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
957
+ /**
958
+ * @uiName Beneficiary name invalid description
959
+ */
960
+ this.dashboard_beneficiaryNameInvalidDescription = "The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
961
+ /**
962
+ * @uiName Beneficiary name mismatch alert header
963
+ */
964
+ this.dashboard_beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
965
+ /**
966
+ * @uiName Beneficiary name mismatch alert description
967
+ */
968
+ this.dashboard_beneficiaryNameMismatchDescription = "The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
969
+ /**
970
+ * @uiName Bank name mismatch alert header
971
+ */
972
+ this.dashboard_bankNameMismatchHeader = "Your payment information does not match your tax form";
973
+ /**
974
+ * @uiName Bank name mismatch alert description
975
+ */
976
+ this.dashboard_bankNameMismatchDescription = "The bank account (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
977
+ /**
978
+ * @uiName Withdrawal settings invalid alert header
979
+ */
980
+ this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
981
+ /**
982
+ * @uiName Withdrawal settings invalid alert description
983
+ */
984
+ this.dashboard_withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
985
+ /**
986
+ * @uiName Payment returned alert header
987
+ */
988
+ this.dashboard_paymentReturnedHeader = "Payout unsuccessful";
989
+ /**
990
+ * @uiName Payment returned alert description
991
+ */
992
+ this.dashboard_paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
945
993
  /**
946
994
  * @uiName Terms and Conditions text
947
995
  * @uiGroup Dashboard Properties
@@ -4088,7 +4136,7 @@ export class TaxAndCashMonolith {
4088
4136
  },
4089
4137
  "attribute": "dashboard_new-form-button",
4090
4138
  "reflect": false,
4091
- "defaultValue": "\"Submit new form\""
4139
+ "defaultValue": "\"Submit new tax form\""
4092
4140
  },
4093
4141
  "dashboard_editPaymentInformationButton": {
4094
4142
  "type": "string",
@@ -4112,7 +4160,7 @@ export class TaxAndCashMonolith {
4112
4160
  },
4113
4161
  "attribute": "dashboard_edit-payment-information-button",
4114
4162
  "reflect": false,
4115
- "defaultValue": "\"Edit Payout Information\""
4163
+ "defaultValue": "\"Edit payout information\""
4116
4164
  },
4117
4165
  "dashboard_notRegisteredForTax": {
4118
4166
  "type": "string",
@@ -4760,7 +4808,7 @@ export class TaxAndCashMonolith {
4760
4808
  },
4761
4809
  "attribute": "dashboard_verification-required-internal-header",
4762
4810
  "reflect": false,
4763
- "defaultValue": "\"Identity Verification in Progress\""
4811
+ "defaultValue": "\"Identity verification in progress\""
4764
4812
  },
4765
4813
  "dashboard_verificationRequiredInternalDescription": {
4766
4814
  "type": "string",
@@ -4814,7 +4862,7 @@ export class TaxAndCashMonolith {
4814
4862
  },
4815
4863
  "attribute": "dashboard_verification-review-internal-header",
4816
4864
  "reflect": false,
4817
- "defaultValue": "\"Identity Verification Under Review\""
4865
+ "defaultValue": "\"Identity verification under review\""
4818
4866
  },
4819
4867
  "dashboard_verificationReviewInternalDescription": {
4820
4868
  "type": "string",
@@ -4868,7 +4916,7 @@ export class TaxAndCashMonolith {
4868
4916
  },
4869
4917
  "attribute": "dashboard_verification-failed-internal-header",
4870
4918
  "reflect": false,
4871
- "defaultValue": "\"Identity Verification Unsuccessful\""
4919
+ "defaultValue": "\"Identity verification usuccessful\""
4872
4920
  },
4873
4921
  "dashboard_verificationFailedInternalDescription": {
4874
4922
  "type": "string",
@@ -5020,6 +5068,258 @@ export class TaxAndCashMonolith {
5020
5068
  "reflect": false,
5021
5069
  "defaultValue": "\"This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.\""
5022
5070
  },
5071
+ "dashboard_paymentOnHoldHeader": {
5072
+ "type": "string",
5073
+ "mutable": false,
5074
+ "complexType": {
5075
+ "original": "string",
5076
+ "resolved": "string",
5077
+ "references": {}
5078
+ },
5079
+ "required": false,
5080
+ "optional": false,
5081
+ "docs": {
5082
+ "tags": [{
5083
+ "text": "Payment on hold alert header",
5084
+ "name": "uiName"
5085
+ }],
5086
+ "text": ""
5087
+ },
5088
+ "attribute": "dashboard_payment-on-hold-header",
5089
+ "reflect": false,
5090
+ "defaultValue": "\"We are reviewing your new payout settings\""
5091
+ },
5092
+ "dashboard_paymentOnHoldDescription": {
5093
+ "type": "string",
5094
+ "mutable": false,
5095
+ "complexType": {
5096
+ "original": "string",
5097
+ "resolved": "string",
5098
+ "references": {}
5099
+ },
5100
+ "required": false,
5101
+ "optional": false,
5102
+ "docs": {
5103
+ "tags": [{
5104
+ "text": "Payment on hold alert description",
5105
+ "name": "uiName"
5106
+ }],
5107
+ "text": ""
5108
+ },
5109
+ "attribute": "dashboard_payment-on-hold-description",
5110
+ "reflect": false,
5111
+ "defaultValue": "\"Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.\""
5112
+ },
5113
+ "dashboard_beneficiaryNameInvalidHeader": {
5114
+ "type": "string",
5115
+ "mutable": false,
5116
+ "complexType": {
5117
+ "original": "string",
5118
+ "resolved": "string",
5119
+ "references": {}
5120
+ },
5121
+ "required": false,
5122
+ "optional": false,
5123
+ "docs": {
5124
+ "tags": [{
5125
+ "text": "Beneficiary name invalid alert header",
5126
+ "name": "uiName"
5127
+ }],
5128
+ "text": ""
5129
+ },
5130
+ "attribute": "dashboard_beneficiary-name-invalid-header",
5131
+ "reflect": false,
5132
+ "defaultValue": "\"Your payment information does not match your tax form\""
5133
+ },
5134
+ "dashboard_beneficiaryNameInvalidDescription": {
5135
+ "type": "string",
5136
+ "mutable": false,
5137
+ "complexType": {
5138
+ "original": "string",
5139
+ "resolved": "string",
5140
+ "references": {}
5141
+ },
5142
+ "required": false,
5143
+ "optional": false,
5144
+ "docs": {
5145
+ "tags": [{
5146
+ "text": "Beneficiary name invalid description",
5147
+ "name": "uiName"
5148
+ }],
5149
+ "text": ""
5150
+ },
5151
+ "attribute": "dashboard_beneficiary-name-invalid-description",
5152
+ "reflect": false,
5153
+ "defaultValue": "\"The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.\""
5154
+ },
5155
+ "dashboard_beneficiaryNameMismatchHeader": {
5156
+ "type": "string",
5157
+ "mutable": false,
5158
+ "complexType": {
5159
+ "original": "string",
5160
+ "resolved": "string",
5161
+ "references": {}
5162
+ },
5163
+ "required": false,
5164
+ "optional": false,
5165
+ "docs": {
5166
+ "tags": [{
5167
+ "text": "Beneficiary name mismatch alert header",
5168
+ "name": "uiName"
5169
+ }],
5170
+ "text": ""
5171
+ },
5172
+ "attribute": "dashboard_beneficiary-name-mismatch-header",
5173
+ "reflect": false,
5174
+ "defaultValue": "\"Your payment information does not match your tax form\""
5175
+ },
5176
+ "dashboard_beneficiaryNameMismatchDescription": {
5177
+ "type": "string",
5178
+ "mutable": false,
5179
+ "complexType": {
5180
+ "original": "string",
5181
+ "resolved": "string",
5182
+ "references": {}
5183
+ },
5184
+ "required": false,
5185
+ "optional": false,
5186
+ "docs": {
5187
+ "tags": [{
5188
+ "text": "Beneficiary name mismatch alert description",
5189
+ "name": "uiName"
5190
+ }],
5191
+ "text": ""
5192
+ },
5193
+ "attribute": "dashboard_beneficiary-name-mismatch-description",
5194
+ "reflect": false,
5195
+ "defaultValue": "\"The account holder (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.\""
5196
+ },
5197
+ "dashboard_bankNameMismatchHeader": {
5198
+ "type": "string",
5199
+ "mutable": false,
5200
+ "complexType": {
5201
+ "original": "string",
5202
+ "resolved": "string",
5203
+ "references": {}
5204
+ },
5205
+ "required": false,
5206
+ "optional": false,
5207
+ "docs": {
5208
+ "tags": [{
5209
+ "text": "Bank name mismatch alert header",
5210
+ "name": "uiName"
5211
+ }],
5212
+ "text": ""
5213
+ },
5214
+ "attribute": "dashboard_bank-name-mismatch-header",
5215
+ "reflect": false,
5216
+ "defaultValue": "\"Your payment information does not match your tax form\""
5217
+ },
5218
+ "dashboard_bankNameMismatchDescription": {
5219
+ "type": "string",
5220
+ "mutable": false,
5221
+ "complexType": {
5222
+ "original": "string",
5223
+ "resolved": "string",
5224
+ "references": {}
5225
+ },
5226
+ "required": false,
5227
+ "optional": false,
5228
+ "docs": {
5229
+ "tags": [{
5230
+ "text": "Bank name mismatch alert description",
5231
+ "name": "uiName"
5232
+ }],
5233
+ "text": ""
5234
+ },
5235
+ "attribute": "dashboard_bank-name-mismatch-description",
5236
+ "reflect": false,
5237
+ "defaultValue": "\"The bank account (beneficiary) name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.\""
5238
+ },
5239
+ "dashboard_withdrawalSettingsInvalidHeader": {
5240
+ "type": "string",
5241
+ "mutable": false,
5242
+ "complexType": {
5243
+ "original": "string",
5244
+ "resolved": "string",
5245
+ "references": {}
5246
+ },
5247
+ "required": false,
5248
+ "optional": false,
5249
+ "docs": {
5250
+ "tags": [{
5251
+ "text": "Withdrawal settings invalid alert header",
5252
+ "name": "uiName"
5253
+ }],
5254
+ "text": ""
5255
+ },
5256
+ "attribute": "dashboard_withdrawal-settings-invalid-header",
5257
+ "reflect": false,
5258
+ "defaultValue": "\"Your payment information is incomplete or includes invalid characters\""
5259
+ },
5260
+ "dashboard_withdrawalSettingsInvalidDescription": {
5261
+ "type": "string",
5262
+ "mutable": false,
5263
+ "complexType": {
5264
+ "original": "string",
5265
+ "resolved": "string",
5266
+ "references": {}
5267
+ },
5268
+ "required": false,
5269
+ "optional": false,
5270
+ "docs": {
5271
+ "tags": [{
5272
+ "text": "Withdrawal settings invalid alert description",
5273
+ "name": "uiName"
5274
+ }],
5275
+ "text": ""
5276
+ },
5277
+ "attribute": "dashboard_withdrawal-settings-invalid-description",
5278
+ "reflect": false,
5279
+ "defaultValue": "\"There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.\""
5280
+ },
5281
+ "dashboard_paymentReturnedHeader": {
5282
+ "type": "string",
5283
+ "mutable": false,
5284
+ "complexType": {
5285
+ "original": "string",
5286
+ "resolved": "string",
5287
+ "references": {}
5288
+ },
5289
+ "required": false,
5290
+ "optional": false,
5291
+ "docs": {
5292
+ "tags": [{
5293
+ "text": "Payment returned alert header",
5294
+ "name": "uiName"
5295
+ }],
5296
+ "text": ""
5297
+ },
5298
+ "attribute": "dashboard_payment-returned-header",
5299
+ "reflect": false,
5300
+ "defaultValue": "\"Payout unsuccessful\""
5301
+ },
5302
+ "dashboard_paymentReturnedDescription": {
5303
+ "type": "string",
5304
+ "mutable": false,
5305
+ "complexType": {
5306
+ "original": "string",
5307
+ "resolved": "string",
5308
+ "references": {}
5309
+ },
5310
+ "required": false,
5311
+ "optional": false,
5312
+ "docs": {
5313
+ "tags": [{
5314
+ "text": "Payment returned alert description",
5315
+ "name": "uiName"
5316
+ }],
5317
+ "text": ""
5318
+ },
5319
+ "attribute": "dashboard_payment-returned-description",
5320
+ "reflect": false,
5321
+ "defaultValue": "\"Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.\""
5322
+ },
5023
5323
  "dashboard_termsAndConditions": {
5024
5324
  "type": "string",
5025
5325
  "mutable": false,
@@ -5538,7 +5838,7 @@ export class TaxAndCashMonolith {
5538
5838
  "mutable": false,
5539
5839
  "complexType": {
5540
5840
  "original": "DemoData<TaxAndCashMonolith>",
5541
- "resolved": "{ step1_firstName?: string; step1_lastName?: string; step1_email?: string; step1_country?: string; step1_phoneNumber?: string; step1_address?: string; step1_city?: string; step1_state?: string; step1_province?: string; step1_region?: string; step1_postalCode?: string; step1_currency?: string; step1_currencyHelpText?: string; step1_allowBankingCollection?: string; step1_personalInformation?: string; step1_termsAndConditionsLabel?: string; step1_termsAndConditionsLink?: string; step1_searchForCurrencyText?: string; step2_indirectTax?: string; step2_indirectTaxDescription?: string; step2_indirectTaxDetails?: string; step2_otherRegion?: string; step2_otherRegionSubtext?: string; step2_notRegistered?: string; step2_notRegisteredSubtext?: string; step2_selectedRegion?: string; step2_indirectTaxNumber?: string; step2_province?: string; step2_indirectTaxNumberError?: string; step2_qstNumber?: string; step2_isRegisteredQST?: string; step2_isRegisteredSubRegionIncomeTax?: string; step2_subRegion?: string; step2_subRegionTaxNumberLabel?: string; step2_cannotChangeInfoAlert?: string; step3_taxForm?: string; step3_taxFormLabel?: string; step3_participantType?: string; step3_businessEntity?: string; step3_individualParticipant?: string; step3_taxFormDescription?: string; step3_taxFormDescriptionIndividualParticipant?: string; step3_taxFormDescriptionBusinessEntity?: string; step3_docusignExpired?: string; step3_docusignSessionWarning?: string; step3_docusignError?: string; step3_refreshButton?: string; step3_exitButton?: string; step3_modalTitle?: string; step3_modalDescription?: string; step3_modalButtonText?: string; step4_taxAndPayouts?: string; step4_directlyToBankAccount?: string; step4_toPayPalAccount?: string; step4_paymentScheduleBalanceThreshold?: string; step4_paymentScheduleFixedDay?: string; step4_paymentDaySelectLabel?: string; step4_paymentThresholdSelectLabel?: string; step4_paymentDayFirstOfMonthLabelText?: string; step4_paymentDayFifteenthOfMonthLabelText?: string; step4_paymentMethod?: string; step4_paymentSchedule?: string; step4_paymentMethodSubtext?: string; step4_payPalInputLabel?: string; step4_bankLocationLabel?: string; step4_beneficiaryAccountNameLabel?: string; step4_beneficiaryAccountNameDescription?: string; step4_bankAccountTypeLabel?: string; step4_checkingSelectItemLabel?: string; step4_savingsSelectItemLabel?: string; step4_bankAccountNumberLabel?: string; step4_ibanLabel?: string; step4_swiftCodeLabel?: string; step4_routingCodeLabel?: string; step4_bankNameLabel?: string; step4_classificationEntityLabel?: string; step4_businessSelectItemLabel?: string; step4_individualSelectItemLabel?: string; step4_foreignSelectItemLabel?: string; step4_classificationCPFLabel?: string; step4_patronymicNameLabel?: string; step4_voCodeLabel?: string; step4_agencyCodeLabel?: string; step4_branchCodeLabel?: string; step4_classificationLabel?: string; step4_taxPayerIdLabel?: string; step4_bankAddressLabel?: string; step4_bankCityLabel?: string; step4_bankStateLabel?: string; step4_bankPostalCodeLabel?: string; step4_eftWithdrawalLabel?: string; step4_fxWireProcessingFeeLabel?: string; step4_verifyEmailHeaderText?: string; step4_verifyEmailDescriptionText?: string; step4_modalTitle?: string; step4_modalDescription?: string; step4_modalButtonText?: string; dashboard_statusTextActive?: string; dashboard_statusTextNotActive?: string; dashboard_statusTextNotVerified?: string; dashboard_statusTextRequired?: string; dashboard_requiredTaxForm?: string; dashboard_badgeTextSubmittedOn?: string; dashboard_badgeTextSubmittedOnW8?: string; dashboard_badgeTextAwaitingReview?: string; dashboard_taxAlertHeaderNotActiveW9?: string; dashboard_taxAlertHeaderNotActiveW8?: string; dashboard_taxAlertNotActiveMessageW9?: string; dashboard_taxAlertNotActiveMessageW8?: string; dashboard_invalidForm?: string; dashboard_bankingInformationSectionHeader?: string; dashboard_taxDocumentSectionHeader?: string; dashboard_taxDocumentSectionSubHeader?: string; dashboard_noFormNeededSubtext?: string; dashboard_indirectTaxInfoSectionHeader?: string; dashboard_indirectTaxInfoCanada?: string; dashboard_indirectTaxInfoOtherCountry?: string; dashboard_indirectTaxInfoSpain?: string; dashboard_indirectTaxTooltipSupport?: string; dashboard_indirectTaxDetails?: string; dashboard_newFormButton?: string; dashboard_editPaymentInformationButton?: string; dashboard_notRegisteredForTax?: string; dashboard_qstNumber?: string; dashboard_subRegionTaxNumber?: string; dashboard_statusBadgeText?: string; dashboard_thresholdPayoutText?: string; dashboard_accountText?: string; dashboard_invoiceColumnTitle?: string; dashboard_dateColumnTitle?: string; dashboard_earningsColumnTitle?: string; dashboard_indirectTaxColumnTitle?: string; dashboard_payoutFromImpact?: string; dashboard_earningsAfterTaxColumnTitle?: string; dashboard_payoutHoldAlertHeader?: string; dashboard_payoutHoldAlertDescription?: string; dashboard_payoutMissingInformationText?: string; dashboard_invoiceDescription?: string; dashboard_invoicePrevLabel?: string; dashboard_invoiceMoreLabel?: string; dashboard_invoiceHeader?: string; dashboard_invoiceEmptyStateHeader?: string; dashboard_invoiceEmptyStateText?: string; dashboard_replaceTaxFormModalHeader?: string; dashboard_replaceTaxFormModalBodyText?: string; dashboard_verificationRequiredHeader?: string; dashboard_verificationRequiredDescription?: string; dashboard_verificationRequiredInternalHeader?: string; dashboard_verificationRequiredInternalDescription?: string; dashboard_verificationReviewInternalHeader?: string; dashboard_verificationReviewInternalDescription?: string; dashboard_verificationFailedInternalHeader?: string; dashboard_verificationFailedInternalDescription?: string; dashboard_verificationRequiredButtonText?: string; dashboard_w9RequiredHeader?: string; dashboard_w9RequiredDescription?: string; dashboard_accountReviewHeader?: string; dashboard_accountReviewDescription?: string; dashboard_termsAndConditions?: string; dashboard_w9RequiredButtonText?: string; formStep?: string; generalErrorTitle?: string; generalErrorDescription?: string; fieldRequiredError?: string; invalidCharacterError?: string; fieldInvalidError?: string; continueButton?: string; backButton?: string; cancelButton?: string; isPartnerAlertHeader?: string; isPartnerAlertDescription?: string; searchForCountryText?: string; loadingErrorAlertHeader?: string; loadingErrorAlertDescription?: string; taxAndPayoutsDescription?: string; supportLink?: string; termsAndConditions?: string; stateController?: string; demoData?: Partial<Pick<TaxAndCashMonolith, \"step1_firstName\" | \"step1_lastName\" | \"step1_email\" | \"step1_country\" | \"step1_phoneNumber\" | \"step1_address\" | \"step1_city\" | \"step1_state\" | \"step1_province\" | \"step1_region\" | \"step1_postalCode\" | \"step1_currency\" | \"step1_currencyHelpText\" | \"step1_allowBankingCollection\" | \"step1_personalInformation\" | \"step1_termsAndConditionsLabel\" | \"step1_termsAndConditionsLink\" | \"step1_searchForCurrencyText\" | \"step2_indirectTax\" | \"step2_indirectTaxDescription\" | \"step2_indirectTaxDetails\" | \"step2_otherRegion\" | \"step2_otherRegionSubtext\" | \"step2_notRegistered\" | \"step2_notRegisteredSubtext\" | \"step2_selectedRegion\" | \"step2_indirectTaxNumber\" | \"step2_province\" | \"step2_indirectTaxNumberError\" | \"step2_qstNumber\" | \"step2_isRegisteredQST\" | \"step2_isRegisteredSubRegionIncomeTax\" | \"step2_subRegion\" | \"step2_subRegionTaxNumberLabel\" | \"step2_cannotChangeInfoAlert\" | \"step3_taxForm\" | \"step3_taxFormLabel\" | \"step3_participantType\" | \"step3_businessEntity\" | \"step3_individualParticipant\" | \"step3_taxFormDescription\" | \"step3_taxFormDescriptionIndividualParticipant\" | \"step3_taxFormDescriptionBusinessEntity\" | \"step3_docusignExpired\" | \"step3_docusignSessionWarning\" | \"step3_docusignError\" | \"step3_refreshButton\" | \"step3_exitButton\" | \"step3_modalTitle\" | \"step3_modalDescription\" | \"step3_modalButtonText\" | \"step4_taxAndPayouts\" | \"step4_directlyToBankAccount\" | \"step4_toPayPalAccount\" | \"step4_paymentScheduleBalanceThreshold\" | \"step4_paymentScheduleFixedDay\" | \"step4_paymentDaySelectLabel\" | \"step4_paymentThresholdSelectLabel\" | \"step4_paymentDayFirstOfMonthLabelText\" | \"step4_paymentDayFifteenthOfMonthLabelText\" | \"step4_paymentMethod\" | \"step4_paymentSchedule\" | \"step4_paymentMethodSubtext\" | \"step4_payPalInputLabel\" | \"step4_bankLocationLabel\" | \"step4_beneficiaryAccountNameLabel\" | \"step4_beneficiaryAccountNameDescription\" | \"step4_bankAccountTypeLabel\" | \"step4_checkingSelectItemLabel\" | \"step4_savingsSelectItemLabel\" | \"step4_bankAccountNumberLabel\" | \"step4_ibanLabel\" | \"step4_swiftCodeLabel\" | \"step4_routingCodeLabel\" | \"step4_bankNameLabel\" | \"step4_classificationEntityLabel\" | \"step4_businessSelectItemLabel\" | \"step4_individualSelectItemLabel\" | \"step4_foreignSelectItemLabel\" | \"step4_classificationCPFLabel\" | \"step4_patronymicNameLabel\" | \"step4_voCodeLabel\" | \"step4_agencyCodeLabel\" | \"step4_branchCodeLabel\" | \"step4_classificationLabel\" | \"step4_taxPayerIdLabel\" | \"step4_bankAddressLabel\" | \"step4_bankCityLabel\" | \"step4_bankStateLabel\" | \"step4_bankPostalCodeLabel\" | \"step4_eftWithdrawalLabel\" | \"step4_fxWireProcessingFeeLabel\" | \"step4_verifyEmailHeaderText\" | \"step4_verifyEmailDescriptionText\" | \"step4_modalTitle\" | \"step4_modalDescription\" | \"step4_modalButtonText\" | \"dashboard_statusTextActive\" | \"dashboard_statusTextNotActive\" | \"dashboard_statusTextNotVerified\" | \"dashboard_statusTextRequired\" | \"dashboard_requiredTaxForm\" | \"dashboard_badgeTextSubmittedOn\" | \"dashboard_badgeTextSubmittedOnW8\" | \"dashboard_badgeTextAwaitingReview\" | \"dashboard_taxAlertHeaderNotActiveW9\" | \"dashboard_taxAlertHeaderNotActiveW8\" | \"dashboard_taxAlertNotActiveMessageW9\" | \"dashboard_taxAlertNotActiveMessageW8\" | \"dashboard_invalidForm\" | \"dashboard_bankingInformationSectionHeader\" | \"dashboard_taxDocumentSectionHeader\" | \"dashboard_taxDocumentSectionSubHeader\" | \"dashboard_noFormNeededSubtext\" | \"dashboard_indirectTaxInfoSectionHeader\" | \"dashboard_indirectTaxInfoCanada\" | \"dashboard_indirectTaxInfoOtherCountry\" | \"dashboard_indirectTaxInfoSpain\" | \"dashboard_indirectTaxTooltipSupport\" | \"dashboard_indirectTaxDetails\" | \"dashboard_newFormButton\" | \"dashboard_editPaymentInformationButton\" | \"dashboard_notRegisteredForTax\" | \"dashboard_qstNumber\" | \"dashboard_subRegionTaxNumber\" | \"dashboard_statusBadgeText\" | \"dashboard_thresholdPayoutText\" | \"dashboard_accountText\" | \"dashboard_invoiceColumnTitle\" | \"dashboard_dateColumnTitle\" | \"dashboard_earningsColumnTitle\" | \"dashboard_indirectTaxColumnTitle\" | \"dashboard_payoutFromImpact\" | \"dashboard_earningsAfterTaxColumnTitle\" | \"dashboard_payoutHoldAlertHeader\" | \"dashboard_payoutHoldAlertDescription\" | \"dashboard_payoutMissingInformationText\" | \"dashboard_invoiceDescription\" | \"dashboard_invoicePrevLabel\" | \"dashboard_invoiceMoreLabel\" | \"dashboard_invoiceHeader\" | \"dashboard_invoiceEmptyStateHeader\" | \"dashboard_invoiceEmptyStateText\" | \"dashboard_replaceTaxFormModalHeader\" | \"dashboard_replaceTaxFormModalBodyText\" | \"dashboard_verificationRequiredHeader\" | \"dashboard_verificationRequiredDescription\" | \"dashboard_verificationRequiredInternalHeader\" | \"dashboard_verificationRequiredInternalDescription\" | \"dashboard_verificationReviewInternalHeader\" | \"dashboard_verificationReviewInternalDescription\" | \"dashboard_verificationFailedInternalHeader\" | \"dashboard_verificationFailedInternalDescription\" | \"dashboard_verificationRequiredButtonText\" | \"dashboard_w9RequiredHeader\" | \"dashboard_w9RequiredDescription\" | \"dashboard_accountReviewHeader\" | \"dashboard_accountReviewDescription\" | \"dashboard_termsAndConditions\" | \"dashboard_w9RequiredButtonText\" | \"formStep\" | \"generalErrorTitle\" | \"generalErrorDescription\" | \"fieldRequiredError\" | \"invalidCharacterError\" | \"fieldInvalidError\" | \"continueButton\" | \"backButton\" | \"cancelButton\" | \"isPartnerAlertHeader\" | \"isPartnerAlertDescription\" | \"searchForCountryText\" | \"loadingErrorAlertHeader\" | \"loadingErrorAlertDescription\" | \"taxAndPayoutsDescription\" | \"supportLink\" | \"termsAndConditions\" | \"stateController\" | \"demoData\" | \"disconnectedCallback\" | \"getGeneralStepTextProps\" | \"render\">>; disconnectedCallback?: () => void; getGeneralStepTextProps?: (prefix: string) => PickPrefix<TaxAndCashMonolith, string> & { generalErrorTitle: string; generalErrorDescription: string; fieldRequiredError: string; invalidCharacterError: string; fieldInvalidError: string; continueButton: string; backButton: string; cancelButton: string; isPartnerAlertHeader: string; isPartnerAlertDescription: string; loadingErrorAlertHeader: string; loadingErrorAlertDescription: string; taxAndPayoutsDescription: string; searchForCountryText: string; formStep: string; supportLink: string; }; render?: () => any; }",
5841
+ "resolved": "{ step1_firstName?: string; step1_lastName?: string; step1_email?: string; step1_country?: string; step1_phoneNumber?: string; step1_address?: string; step1_city?: string; step1_state?: string; step1_province?: string; step1_region?: string; step1_postalCode?: string; step1_currency?: string; step1_currencyHelpText?: string; step1_allowBankingCollection?: string; step1_personalInformation?: string; step1_termsAndConditionsLabel?: string; step1_termsAndConditionsLink?: string; step1_searchForCurrencyText?: string; step2_indirectTax?: string; step2_indirectTaxDescription?: string; step2_indirectTaxDetails?: string; step2_otherRegion?: string; step2_otherRegionSubtext?: string; step2_notRegistered?: string; step2_notRegisteredSubtext?: string; step2_selectedRegion?: string; step2_indirectTaxNumber?: string; step2_province?: string; step2_indirectTaxNumberError?: string; step2_qstNumber?: string; step2_isRegisteredQST?: string; step2_isRegisteredSubRegionIncomeTax?: string; step2_subRegion?: string; step2_subRegionTaxNumberLabel?: string; step2_cannotChangeInfoAlert?: string; step3_taxForm?: string; step3_taxFormLabel?: string; step3_participantType?: string; step3_businessEntity?: string; step3_individualParticipant?: string; step3_taxFormDescription?: string; step3_taxFormDescriptionIndividualParticipant?: string; step3_taxFormDescriptionBusinessEntity?: string; step3_docusignExpired?: string; step3_docusignSessionWarning?: string; step3_docusignError?: string; step3_refreshButton?: string; step3_exitButton?: string; step3_modalTitle?: string; step3_modalDescription?: string; step3_modalButtonText?: string; step4_taxAndPayouts?: string; step4_directlyToBankAccount?: string; step4_toPayPalAccount?: string; step4_paymentScheduleBalanceThreshold?: string; step4_paymentScheduleFixedDay?: string; step4_paymentDaySelectLabel?: string; step4_paymentThresholdSelectLabel?: string; step4_paymentDayFirstOfMonthLabelText?: string; step4_paymentDayFifteenthOfMonthLabelText?: string; step4_paymentMethod?: string; step4_paymentSchedule?: string; step4_paymentMethodSubtext?: string; step4_payPalInputLabel?: string; step4_bankLocationLabel?: string; step4_beneficiaryAccountNameLabel?: string; step4_beneficiaryAccountNameDescription?: string; step4_bankAccountTypeLabel?: string; step4_checkingSelectItemLabel?: string; step4_savingsSelectItemLabel?: string; step4_bankAccountNumberLabel?: string; step4_ibanLabel?: string; step4_swiftCodeLabel?: string; step4_routingCodeLabel?: string; step4_bankNameLabel?: string; step4_classificationEntityLabel?: string; step4_businessSelectItemLabel?: string; step4_individualSelectItemLabel?: string; step4_foreignSelectItemLabel?: string; step4_classificationCPFLabel?: string; step4_patronymicNameLabel?: string; step4_voCodeLabel?: string; step4_agencyCodeLabel?: string; step4_branchCodeLabel?: string; step4_classificationLabel?: string; step4_taxPayerIdLabel?: string; step4_bankAddressLabel?: string; step4_bankCityLabel?: string; step4_bankStateLabel?: string; step4_bankPostalCodeLabel?: string; step4_eftWithdrawalLabel?: string; step4_fxWireProcessingFeeLabel?: string; step4_verifyEmailHeaderText?: string; step4_verifyEmailDescriptionText?: string; step4_modalTitle?: string; step4_modalDescription?: string; step4_modalButtonText?: string; dashboard_statusTextActive?: string; dashboard_statusTextNotActive?: string; dashboard_statusTextNotVerified?: string; dashboard_statusTextRequired?: string; dashboard_requiredTaxForm?: string; dashboard_badgeTextSubmittedOn?: string; dashboard_badgeTextSubmittedOnW8?: string; dashboard_badgeTextAwaitingReview?: string; dashboard_taxAlertHeaderNotActiveW9?: string; dashboard_taxAlertHeaderNotActiveW8?: string; dashboard_taxAlertNotActiveMessageW9?: string; dashboard_taxAlertNotActiveMessageW8?: string; dashboard_invalidForm?: string; dashboard_bankingInformationSectionHeader?: string; dashboard_taxDocumentSectionHeader?: string; dashboard_taxDocumentSectionSubHeader?: string; dashboard_noFormNeededSubtext?: string; dashboard_indirectTaxInfoSectionHeader?: string; dashboard_indirectTaxInfoCanada?: string; dashboard_indirectTaxInfoOtherCountry?: string; dashboard_indirectTaxInfoSpain?: string; dashboard_indirectTaxTooltipSupport?: string; dashboard_indirectTaxDetails?: string; dashboard_newFormButton?: string; dashboard_editPaymentInformationButton?: string; dashboard_notRegisteredForTax?: string; dashboard_qstNumber?: string; dashboard_subRegionTaxNumber?: string; dashboard_statusBadgeText?: string; dashboard_thresholdPayoutText?: string; dashboard_accountText?: string; dashboard_invoiceColumnTitle?: string; dashboard_dateColumnTitle?: string; dashboard_earningsColumnTitle?: string; dashboard_indirectTaxColumnTitle?: string; dashboard_payoutFromImpact?: string; dashboard_earningsAfterTaxColumnTitle?: string; dashboard_payoutHoldAlertHeader?: string; dashboard_payoutHoldAlertDescription?: string; dashboard_payoutMissingInformationText?: string; dashboard_invoiceDescription?: string; dashboard_invoicePrevLabel?: string; dashboard_invoiceMoreLabel?: string; dashboard_invoiceHeader?: string; dashboard_invoiceEmptyStateHeader?: string; dashboard_invoiceEmptyStateText?: string; dashboard_replaceTaxFormModalHeader?: string; dashboard_replaceTaxFormModalBodyText?: string; dashboard_verificationRequiredHeader?: string; dashboard_verificationRequiredDescription?: string; dashboard_verificationRequiredInternalHeader?: string; dashboard_verificationRequiredInternalDescription?: string; dashboard_verificationReviewInternalHeader?: string; dashboard_verificationReviewInternalDescription?: string; dashboard_verificationFailedInternalHeader?: string; dashboard_verificationFailedInternalDescription?: string; dashboard_verificationRequiredButtonText?: string; dashboard_w9RequiredHeader?: string; dashboard_w9RequiredDescription?: string; dashboard_accountReviewHeader?: string; dashboard_accountReviewDescription?: string; dashboard_paymentOnHoldHeader?: string; dashboard_paymentOnHoldDescription?: string; dashboard_beneficiaryNameInvalidHeader?: string; dashboard_beneficiaryNameInvalidDescription?: string; dashboard_beneficiaryNameMismatchHeader?: string; dashboard_beneficiaryNameMismatchDescription?: string; dashboard_bankNameMismatchHeader?: string; dashboard_bankNameMismatchDescription?: string; dashboard_withdrawalSettingsInvalidHeader?: string; dashboard_withdrawalSettingsInvalidDescription?: string; dashboard_paymentReturnedHeader?: string; dashboard_paymentReturnedDescription?: string; dashboard_termsAndConditions?: string; dashboard_w9RequiredButtonText?: string; formStep?: string; generalErrorTitle?: string; generalErrorDescription?: string; fieldRequiredError?: string; invalidCharacterError?: string; fieldInvalidError?: string; continueButton?: string; backButton?: string; cancelButton?: string; isPartnerAlertHeader?: string; isPartnerAlertDescription?: string; searchForCountryText?: string; loadingErrorAlertHeader?: string; loadingErrorAlertDescription?: string; taxAndPayoutsDescription?: string; supportLink?: string; termsAndConditions?: string; stateController?: string; demoData?: Partial<Pick<TaxAndCashMonolith, \"step1_firstName\" | \"step1_lastName\" | \"step1_email\" | \"step1_country\" | \"step1_phoneNumber\" | \"step1_address\" | \"step1_city\" | \"step1_state\" | \"step1_province\" | \"step1_region\" | \"step1_postalCode\" | \"step1_currency\" | \"step1_currencyHelpText\" | \"step1_allowBankingCollection\" | \"step1_personalInformation\" | \"step1_termsAndConditionsLabel\" | \"step1_termsAndConditionsLink\" | \"step1_searchForCurrencyText\" | \"step2_indirectTax\" | \"step2_indirectTaxDescription\" | \"step2_indirectTaxDetails\" | \"step2_otherRegion\" | \"step2_otherRegionSubtext\" | \"step2_notRegistered\" | \"step2_notRegisteredSubtext\" | \"step2_selectedRegion\" | \"step2_indirectTaxNumber\" | \"step2_province\" | \"step2_indirectTaxNumberError\" | \"step2_qstNumber\" | \"step2_isRegisteredQST\" | \"step2_isRegisteredSubRegionIncomeTax\" | \"step2_subRegion\" | \"step2_subRegionTaxNumberLabel\" | \"step2_cannotChangeInfoAlert\" | \"step3_taxForm\" | \"step3_taxFormLabel\" | \"step3_participantType\" | \"step3_businessEntity\" | \"step3_individualParticipant\" | \"step3_taxFormDescription\" | \"step3_taxFormDescriptionIndividualParticipant\" | \"step3_taxFormDescriptionBusinessEntity\" | \"step3_docusignExpired\" | \"step3_docusignSessionWarning\" | \"step3_docusignError\" | \"step3_refreshButton\" | \"step3_exitButton\" | \"step3_modalTitle\" | \"step3_modalDescription\" | \"step3_modalButtonText\" | \"step4_taxAndPayouts\" | \"step4_directlyToBankAccount\" | \"step4_toPayPalAccount\" | \"step4_paymentScheduleBalanceThreshold\" | \"step4_paymentScheduleFixedDay\" | \"step4_paymentDaySelectLabel\" | \"step4_paymentThresholdSelectLabel\" | \"step4_paymentDayFirstOfMonthLabelText\" | \"step4_paymentDayFifteenthOfMonthLabelText\" | \"step4_paymentMethod\" | \"step4_paymentSchedule\" | \"step4_paymentMethodSubtext\" | \"step4_payPalInputLabel\" | \"step4_bankLocationLabel\" | \"step4_beneficiaryAccountNameLabel\" | \"step4_beneficiaryAccountNameDescription\" | \"step4_bankAccountTypeLabel\" | \"step4_checkingSelectItemLabel\" | \"step4_savingsSelectItemLabel\" | \"step4_bankAccountNumberLabel\" | \"step4_ibanLabel\" | \"step4_swiftCodeLabel\" | \"step4_routingCodeLabel\" | \"step4_bankNameLabel\" | \"step4_classificationEntityLabel\" | \"step4_businessSelectItemLabel\" | \"step4_individualSelectItemLabel\" | \"step4_foreignSelectItemLabel\" | \"step4_classificationCPFLabel\" | \"step4_patronymicNameLabel\" | \"step4_voCodeLabel\" | \"step4_agencyCodeLabel\" | \"step4_branchCodeLabel\" | \"step4_classificationLabel\" | \"step4_taxPayerIdLabel\" | \"step4_bankAddressLabel\" | \"step4_bankCityLabel\" | \"step4_bankStateLabel\" | \"step4_bankPostalCodeLabel\" | \"step4_eftWithdrawalLabel\" | \"step4_fxWireProcessingFeeLabel\" | \"step4_verifyEmailHeaderText\" | \"step4_verifyEmailDescriptionText\" | \"step4_modalTitle\" | \"step4_modalDescription\" | \"step4_modalButtonText\" | \"dashboard_statusTextActive\" | \"dashboard_statusTextNotActive\" | \"dashboard_statusTextNotVerified\" | \"dashboard_statusTextRequired\" | \"dashboard_requiredTaxForm\" | \"dashboard_badgeTextSubmittedOn\" | \"dashboard_badgeTextSubmittedOnW8\" | \"dashboard_badgeTextAwaitingReview\" | \"dashboard_taxAlertHeaderNotActiveW9\" | \"dashboard_taxAlertHeaderNotActiveW8\" | \"dashboard_taxAlertNotActiveMessageW9\" | \"dashboard_taxAlertNotActiveMessageW8\" | \"dashboard_invalidForm\" | \"dashboard_bankingInformationSectionHeader\" | \"dashboard_taxDocumentSectionHeader\" | \"dashboard_taxDocumentSectionSubHeader\" | \"dashboard_noFormNeededSubtext\" | \"dashboard_indirectTaxInfoSectionHeader\" | \"dashboard_indirectTaxInfoCanada\" | \"dashboard_indirectTaxInfoOtherCountry\" | \"dashboard_indirectTaxInfoSpain\" | \"dashboard_indirectTaxTooltipSupport\" | \"dashboard_indirectTaxDetails\" | \"dashboard_newFormButton\" | \"dashboard_editPaymentInformationButton\" | \"dashboard_notRegisteredForTax\" | \"dashboard_qstNumber\" | \"dashboard_subRegionTaxNumber\" | \"dashboard_statusBadgeText\" | \"dashboard_thresholdPayoutText\" | \"dashboard_accountText\" | \"dashboard_invoiceColumnTitle\" | \"dashboard_dateColumnTitle\" | \"dashboard_earningsColumnTitle\" | \"dashboard_indirectTaxColumnTitle\" | \"dashboard_payoutFromImpact\" | \"dashboard_earningsAfterTaxColumnTitle\" | \"dashboard_payoutHoldAlertHeader\" | \"dashboard_payoutHoldAlertDescription\" | \"dashboard_payoutMissingInformationText\" | \"dashboard_invoiceDescription\" | \"dashboard_invoicePrevLabel\" | \"dashboard_invoiceMoreLabel\" | \"dashboard_invoiceHeader\" | \"dashboard_invoiceEmptyStateHeader\" | \"dashboard_invoiceEmptyStateText\" | \"dashboard_replaceTaxFormModalHeader\" | \"dashboard_replaceTaxFormModalBodyText\" | \"dashboard_verificationRequiredHeader\" | \"dashboard_verificationRequiredDescription\" | \"dashboard_verificationRequiredInternalHeader\" | \"dashboard_verificationRequiredInternalDescription\" | \"dashboard_verificationReviewInternalHeader\" | \"dashboard_verificationReviewInternalDescription\" | \"dashboard_verificationFailedInternalHeader\" | \"dashboard_verificationFailedInternalDescription\" | \"dashboard_verificationRequiredButtonText\" | \"dashboard_w9RequiredHeader\" | \"dashboard_w9RequiredDescription\" | \"dashboard_accountReviewHeader\" | \"dashboard_accountReviewDescription\" | \"dashboard_paymentOnHoldHeader\" | \"dashboard_paymentOnHoldDescription\" | \"dashboard_beneficiaryNameInvalidHeader\" | \"dashboard_beneficiaryNameInvalidDescription\" | \"dashboard_beneficiaryNameMismatchHeader\" | \"dashboard_beneficiaryNameMismatchDescription\" | \"dashboard_bankNameMismatchHeader\" | \"dashboard_bankNameMismatchDescription\" | \"dashboard_withdrawalSettingsInvalidHeader\" | \"dashboard_withdrawalSettingsInvalidDescription\" | \"dashboard_paymentReturnedHeader\" | \"dashboard_paymentReturnedDescription\" | \"dashboard_termsAndConditions\" | \"dashboard_w9RequiredButtonText\" | \"formStep\" | \"generalErrorTitle\" | \"generalErrorDescription\" | \"fieldRequiredError\" | \"invalidCharacterError\" | \"fieldInvalidError\" | \"continueButton\" | \"backButton\" | \"cancelButton\" | \"isPartnerAlertHeader\" | \"isPartnerAlertDescription\" | \"searchForCountryText\" | \"loadingErrorAlertHeader\" | \"loadingErrorAlertDescription\" | \"taxAndPayoutsDescription\" | \"supportLink\" | \"termsAndConditions\" | \"stateController\" | \"demoData\" | \"disconnectedCallback\" | \"getGeneralStepTextProps\" | \"render\">>; disconnectedCallback?: () => void; getGeneralStepTextProps?: (prefix: string) => PickPrefix<TaxAndCashMonolith, string> & { generalErrorTitle: string; generalErrorDescription: string; fieldRequiredError: string; invalidCharacterError: string; fieldInvalidError: string; continueButton: string; backButton: string; cancelButton: string; isPartnerAlertHeader: string; isPartnerAlertDescription: string; loadingErrorAlertHeader: string; loadingErrorAlertDescription: string; taxAndPayoutsDescription: string; searchForCountryText: string; formStep: string; supportLink: string; }; render?: () => any; }",
5542
5842
  "references": {
5543
5843
  "DemoData": {
5544
5844
  "location": "import",
@@ -112,16 +112,6 @@ const style = {
112
112
  EditBankDetailsButton: {
113
113
  marginTop: "var(--sl-spacing-large)",
114
114
  },
115
- SkeletonOne: {
116
- width: "15%",
117
- height: "10px",
118
- },
119
- SkeletonTwo: {
120
- width: "25%",
121
- height: "24px",
122
- top: "var(--sl-spacing-small)",
123
- marginBottom: "var(--sl-spacing-x-small)",
124
- },
125
115
  TaxSectionSkeletonContainer: {
126
116
  display: "flex",
127
117
  flexDirection: "column",
@@ -211,6 +201,11 @@ const style = {
211
201
  SubduedText: {
212
202
  color: "var(--sqm-text-subdued)",
213
203
  },
204
+ ButtonContainer: {
205
+ display: "flex",
206
+ gap: "var(--sl-spacing-medium)",
207
+ flexWrap: "wrap",
208
+ },
214
209
  };
215
210
  const sheet = createStyleSheet(style);
216
211
  const styleString = sheet.toString();
@@ -323,7 +318,7 @@ export const TaxAndCashDashboardView = (props) => {
323
318
  icon: "exclamation-octagon",
324
319
  class: sheet.classes.ErrorHoldAlertContainer,
325
320
  };
326
- case "ACCOUNT_REVIEW":
321
+ case "NEW_PAYEE_REVIEW":
327
322
  return {
328
323
  header: text.accountReviewHeader,
329
324
  description: intl.formatMessage({
@@ -337,6 +332,96 @@ export const TaxAndCashDashboardView = (props) => {
337
332
  icon: "exclamation-triangle",
338
333
  class: sheet.classes.WarningHoldAlertContainer,
339
334
  };
335
+ case "PAYMENT_HOLD_ON_CHANGE":
336
+ return {
337
+ header: text.paymentHoldOnChangeHeader,
338
+ description: intl.formatMessage({
339
+ id: "accountReviewDescription",
340
+ defaultMessage: text.paymentHoldOnChangeDescription,
341
+ }, {
342
+ supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
343
+ }),
344
+ buttonText: null,
345
+ alertType: "warning",
346
+ icon: "exclamation-triangle",
347
+ class: sheet.classes.WarningHoldAlertContainer,
348
+ };
349
+ case "BENEFICIARY_NAME_INVALID":
350
+ return {
351
+ header: text.beneficiaryNameInvalidHeader,
352
+ description: intl.formatMessage({
353
+ id: "accountReviewDescription",
354
+ defaultMessage: text.beneficiaryNameInvalidDescription,
355
+ }, {
356
+ supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
357
+ }),
358
+ button: (h("div", { class: sheet.classes.ButtonContainer },
359
+ h("sl-button", { disabled: states.disabled || states.loading, type: "primary", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton),
360
+ h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onNewFormClick }, text.newFormButton))),
361
+ alertType: "warning",
362
+ icon: "exclamation-triangle",
363
+ class: sheet.classes.WarningHoldAlertContainer,
364
+ };
365
+ case "BENEFICIARY_NAME_MISMATCH":
366
+ return {
367
+ header: text.beneficiaryNameMismatchHeader,
368
+ description: intl.formatMessage({
369
+ id: "accountReviewDescription",
370
+ defaultMessage: text.beneficiaryNameMismatchDescription,
371
+ }, {
372
+ supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
373
+ }),
374
+ button: (h("div", { class: sheet.classes.ButtonContainer },
375
+ h("sl-button", { disabled: states.disabled || states.loading, type: "primary", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton),
376
+ h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onNewFormClick }, text.newFormButton))),
377
+ alertType: "warning",
378
+ icon: "exclamation-triangle",
379
+ class: sheet.classes.WarningHoldAlertContainer,
380
+ };
381
+ case "BANK_TAX_NAME_MISMATCH":
382
+ return {
383
+ header: text.bankTaxNameMismatchHeader,
384
+ description: intl.formatMessage({
385
+ id: "accountReviewDescription",
386
+ defaultMessage: text.bankTaxNameMismatchDescription,
387
+ }, {
388
+ supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
389
+ }),
390
+ button: (h("div", { class: sheet.classes.ButtonContainer },
391
+ h("sl-button", { disabled: states.disabled || states.loading, type: "primary", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton),
392
+ h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onNewFormClick }, text.newFormButton))),
393
+ alertType: "warning",
394
+ icon: "exclamation-triangle",
395
+ class: sheet.classes.WarningHoldAlertContainer,
396
+ };
397
+ case "WITHDRAWAL_SETTINGS_INVALID":
398
+ return {
399
+ header: text.withdrawalSettingsInvalidHeader,
400
+ description: intl.formatMessage({
401
+ id: "accountReviewDescription",
402
+ defaultMessage: text.withdrawalSettingsInvalidDescription,
403
+ }, {
404
+ supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
405
+ }),
406
+ button: (h("sl-button", { disabled: states.disabled || states.loading, type: "default", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)),
407
+ alertType: "warning",
408
+ icon: "exclamation-triangle",
409
+ class: sheet.classes.WarningHoldAlertContainer,
410
+ };
411
+ case "PAYMENT_RETURNED":
412
+ return {
413
+ header: text.paymentReturnedHeader,
414
+ description: intl.formatMessage({
415
+ id: "accountReviewDescription",
416
+ defaultMessage: text.paymentReturnedDescription,
417
+ }, {
418
+ supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
419
+ }),
420
+ button: (h("sl-button", { disabled: states.disabled || states.loading, type: "primary", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)),
421
+ alertType: "error",
422
+ icon: "exclamation-triangle",
423
+ class: sheet.classes.WarningHoldAlertContainer,
424
+ };
340
425
  case "HOLD":
341
426
  return {
342
427
  header: text.payoutHoldAlertHeader,
@@ -462,7 +547,7 @@ export const TaxAndCashDashboardView = (props) => {
462
547
  }, {
463
548
  supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
464
549
  }))),
465
- alertInfo && (h("sqm-form-message", { exportparts: "base: alert-base, icon:alert-icon", type: alertInfo === null || alertInfo === void 0 ? void 0 : alertInfo.alertType, class: alertInfo === null || alertInfo === void 0 ? void 0 : alertInfo.class, icon: alertInfo === null || alertInfo === void 0 ? void 0 : alertInfo.icon, transparent: true },
550
+ alertInfo && (h("sqm-form-message", { loading: states.loading, exportparts: "base: alert-base, icon:alert-icon", type: alertInfo === null || alertInfo === void 0 ? void 0 : alertInfo.alertType, class: alertInfo === null || alertInfo === void 0 ? void 0 : alertInfo.class, icon: alertInfo === null || alertInfo === void 0 ? void 0 : alertInfo.icon, transparent: true },
466
551
  h("strong", null, alertInfo.header),
467
552
  h("p", { style: { margin: "0" } }, alertInfo.description),
468
553
  alertInfo.buttonText && (h("sl-button", { style: { marginTop: "var(--sl-spacing-x-small)" }, type: "default", loading: states.veriffLoading, onClick: () => callbacks.onVerifyClick() }, alertInfo.buttonText)),
@@ -480,8 +565,8 @@ export const TaxAndCashDashboardView = (props) => {
480
565
  states.canEditPayoutInfo && (h("sl-button", { disabled: states.disabled || states.loading, exportparts: "base: secondarybutton-base", type: "secondary", class: sheet.classes.EditBankDetailsButton, onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)))),
481
566
  (!states.noFormNeeded || states.status === "NOT_VERIFIED") && (h("div", { class: sheet.classes.TaxDocumentsContainer },
482
567
  h("div", null, states.loading ? (h("div", { class: sheet.classes.TaxSectionSkeletonContainer },
483
- h("sl-skeleton", { class: sheet.classes.SkeletonOne }),
484
- h("sl-skeleton", { class: sheet.classes.SkeletonTwo }))) : (h("div", null,
568
+ h("sqm-skeleton", { width: "15%", height: "10px" }),
569
+ h("sqm-skeleton", { width: "25%", height: "24px" }))) : (h("div", null,
485
570
  h("div", null,
486
571
  h("span", { class: sheet.classes.TaxFormDetailsContainer },
487
572
  h("div", { class: sheet.classes.StatusContainer },
@@ -495,8 +580,8 @@ export const TaxAndCashDashboardView = (props) => {
495
580
  states.noFormNeeded &&
496
581
  states.status !== "NOT_VERIFIED" && (h("sl-button", { disabled: states.disabled || states.loading, onClick: callbacks.onClick, type: "default", class: sheet.classes.NewFormButton, exportparts: "base: primarybutton-base" }, text.newFormButton)))))))),
497
582
  h("div", { class: sheet.classes.IndirectTaxPreviewContainer }, states.loading ? (h("div", { class: sheet.classes.TaxSectionSkeletonContainer },
498
- h("sl-skeleton", { class: sheet.classes.SkeletonOne }),
499
- h("sl-skeleton", { class: sheet.classes.SkeletonTwo }))) : (h("div", null,
583
+ h("sqm-skeleton", { width: "15%", height: "10px" }),
584
+ h("sqm-skeleton", { width: "25%", height: "24px" }))) : (h("div", null,
500
585
  h("h3", { class: sheet.classes.IndirectTaxPreviewHeaderContainer },
501
586
  text.indirectTaxInfoSectionHeader,
502
587
  h("sl-tooltip", { trigger: "hover", placement: "right", content: text.indirectTaxTooltipSupport, class: sheet.classes.TooltipContainer },