@saasquatch/mint-components 1.13.0-8 → 1.13.0

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 (471) hide show
  1. package/dist/cjs/{ShadowViewAddon-44cb1a98.js → ShadowViewAddon-d98f73be.js} +109 -157
  2. package/dist/cjs/{copy-text-view-9b950efe.js → copy-text-view-a5524c20.js} +1 -1
  3. package/dist/cjs/extractProps-fd93ba62.js +21 -0
  4. package/dist/cjs/{global-19fc8a7a.js → global-e31dc4f5.js} +1 -1
  5. package/dist/cjs/{index.module-57703088.js → index.module-ee84433d.js} +4 -0
  6. package/dist/cjs/keys-cff24974.js +11 -0
  7. package/dist/cjs/loader.cjs.js +3 -3
  8. package/dist/cjs/mint-components.cjs.js +3 -3
  9. package/dist/cjs/{re-render-35b016ed.js → re-render-b324deab.js} +1 -1
  10. package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
  11. package/dist/cjs/{sqm-banking-info-form_16.cjs.entry.js → sqm-banking-info-form_17.cjs.entry.js} +1012 -239
  12. package/dist/cjs/{sqm-base-registration-form-view-d5685747.js → sqm-base-registration-form-view-8a2c8763.js} +1 -1
  13. package/dist/cjs/{sqm-big-stat_38.cjs.entry.js → sqm-big-stat_39.cjs.entry.js} +402 -191
  14. package/dist/cjs/sqm-close-button.cjs.entry.js +1 -1
  15. package/dist/cjs/sqm-context-router.cjs.entry.js +1 -1
  16. package/dist/cjs/sqm-email-verification.cjs.entry.js +291 -0
  17. package/dist/cjs/sqm-empty_4.cjs.entry.js +3 -3
  18. package/dist/cjs/sqm-google-sign-in.cjs.entry.js +32 -7
  19. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +1 -1
  20. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +3 -3
  21. package/dist/cjs/{sqm-invoice-table-view-9dfa2a16.js → sqm-invoice-table-view-baded4af.js} +172 -2
  22. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +2 -2
  23. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +1 -1
  24. package/dist/cjs/{sqm-navigation-sidebar-item-view-9bba5f7e.js → sqm-navigation-sidebar-item-view-6f35d2ee.js} +1 -1
  25. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +2 -2
  26. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +1 -1
  27. package/dist/cjs/sqm-pagination_3.cjs.entry.js +3 -3
  28. package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
  29. package/dist/cjs/sqm-popup-container.cjs.entry.js +1 -1
  30. package/dist/cjs/{sqm-portal-email-verification-view-98d84549.js → sqm-portal-email-verification-view-7ebb426a.js} +1 -1
  31. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +3 -3
  32. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +1 -1
  33. package/dist/cjs/sqm-portal-google-login.cjs.entry.js +130 -0
  34. package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +6 -6
  35. package/dist/cjs/sqm-portal-login-view-761a4d8e.js +58 -0
  36. package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
  37. package/dist/cjs/{sqm-portal-profile-view-bae28ea0.js → sqm-portal-profile-view-33164798.js} +1 -1
  38. package/dist/cjs/sqm-portal-profile.cjs.entry.js +4 -4
  39. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +1 -1
  40. package/dist/cjs/{sqm-portal-registration-form-view-e947a5b3.js → sqm-portal-registration-form-view-ebf355a6.js} +13 -12
  41. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +4 -4
  42. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
  43. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
  44. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +5 -5
  45. package/dist/cjs/sqm-referred-registration.cjs.entry.js +3 -3
  46. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
  47. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +5 -5
  48. package/dist/cjs/sqm-scroll.cjs.entry.js +109 -0
  49. package/dist/cjs/sqm-stencilbook.cjs.entry.js +265 -73
  50. package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
  51. package/dist/cjs/sqm-tabs.cjs.entry.js +3 -3
  52. package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +113 -0
  53. package/dist/cjs/sqm-widget-verification.cjs.entry.js +203 -0
  54. package/dist/cjs/{useChildElements-854cd1e5.js → useChildElements-1b35d945.js} +1 -1
  55. package/dist/cjs/{useInstantAccessRegistration-daff8290.js → useInstantAccessRegistration-9a46c324.js} +2 -2
  56. package/dist/cjs/usePayoutStatus-4b5894ef.js +1045 -0
  57. package/dist/cjs/usePortalLogin-63d896d1.js +74 -0
  58. package/dist/cjs/{usePortalRegistrationForm-a89d736e.js → usePortalRegistrationForm-f25d89e7.js} +2 -2
  59. package/dist/cjs/{useReferralTable-283d2316.js → useReferralTable-7c3f9600.js} +3 -3
  60. package/dist/cjs/{useRegistrationFormState-986b5ea1.js → useRegistrationFormState-7b820f0c.js} +1 -1
  61. package/dist/cjs/useVerificationEmail-95a82767.js +173 -0
  62. package/dist/cjs/{utilities-c135f16f.js → utilities-78f5e169.js} +1 -1
  63. package/dist/collection/collection-manifest.json +8 -1
  64. package/dist/collection/components/sqm-base-registration/sqm-base-registration-form-view.js +1 -1
  65. package/dist/collection/components/sqm-big-stat/useBigStat.js +6 -3
  66. package/dist/collection/components/sqm-google-sign-in/sqm-google-sign-in.js +24 -9
  67. package/dist/collection/components/sqm-google-sign-in/useGoogleSignIn.js +28 -1
  68. package/dist/collection/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.js +15 -0
  69. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +24 -0
  70. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll.js +122 -0
  71. package/dist/collection/components/sqm-payout-button-scroll/usePayoutButton.js +37 -0
  72. package/dist/collection/components/sqm-portal-google-login/sqm-portal-google-login.js +428 -0
  73. package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +3 -3
  74. package/dist/collection/components/sqm-portal-login/PortalLogin.stories.js +2 -13
  75. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +2 -30
  76. package/dist/collection/components/sqm-portal-login/usePortalLogin.js +9 -4
  77. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +13 -12
  78. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +1 -1
  79. package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +7 -1
  80. package/dist/collection/components/sqm-referral-table/ReferralTableRewardsCell.stories.js +16 -3
  81. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +7 -12
  82. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +8 -0
  83. package/dist/collection/components/sqm-text/sqm-text.js +1 -1
  84. package/dist/collection/components/sqm-widget-verification/keys.js +4 -0
  85. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +36 -0
  86. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +128 -0
  87. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +301 -0
  88. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +153 -0
  89. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.js +58 -0
  90. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +95 -0
  91. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +251 -0
  92. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +126 -0
  93. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +120 -0
  94. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +536 -0
  95. package/dist/collection/components/sqm-widget-verification/useVerificationEmail.js +169 -0
  96. package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +60 -0
  97. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +20 -0
  98. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +165 -1
  99. package/dist/collection/components/tax-and-cash/eventKeys.js +1 -0
  100. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +12 -2
  101. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +128 -11
  102. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +109 -39
  103. package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +15 -2
  104. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +12 -2
  105. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +31 -6
  106. package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +3 -0
  107. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +26 -8
  108. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +33 -8
  109. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +3 -0
  110. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.js +0 -7
  111. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +0 -5
  112. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +0 -56
  113. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +18 -0
  114. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +176 -0
  115. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +527 -0
  116. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +76 -0
  117. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +7 -0
  118. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +415 -24
  119. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +2 -2
  120. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +138 -9
  121. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +283 -17
  122. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +17 -2
  123. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +23 -9
  124. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +33 -8
  125. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +16 -11
  126. package/dist/collection/components/tax-and-cash/useVeriffApp.js +64 -0
  127. package/dist/esm/{ShadowViewAddon-eba44767.js → ShadowViewAddon-ddfbe8e2.js} +110 -157
  128. package/dist/esm/{copy-text-view-b060162f.js → copy-text-view-459a2e35.js} +1 -1
  129. package/dist/esm/extractProps-ae1afbb3.js +19 -0
  130. package/dist/esm/{global-bedc4329.js → global-be1f9992.js} +1 -1
  131. package/dist/esm/{index.module-a2989d3c.js → index.module-89a79f66.js} +5 -1
  132. package/dist/esm/keys-406491dc.js +6 -0
  133. package/dist/esm/loader.js +3 -3
  134. package/dist/esm/mint-components.js +3 -3
  135. package/dist/esm/{re-render-268bb9c8.js → re-render-cc945f38.js} +1 -1
  136. package/dist/esm/sqm-asset-card.entry.js +1 -1
  137. package/dist/esm/{sqm-banking-info-form_16.entry.js → sqm-banking-info-form_17.entry.js} +1012 -240
  138. package/dist/esm/{sqm-base-registration-form-view-98c4db70.js → sqm-base-registration-form-view-593d4ac3.js} +1 -1
  139. package/dist/esm/{sqm-big-stat_38.entry.js → sqm-big-stat_39.entry.js} +400 -190
  140. package/dist/esm/sqm-close-button.entry.js +1 -1
  141. package/dist/esm/sqm-context-router.entry.js +1 -1
  142. package/dist/esm/sqm-email-verification.entry.js +287 -0
  143. package/dist/esm/sqm-empty_4.entry.js +3 -3
  144. package/dist/esm/sqm-google-sign-in.entry.js +33 -8
  145. package/dist/esm/sqm-graphql-client-provider.entry.js +1 -1
  146. package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
  147. package/dist/esm/{sqm-invoice-table-view-8e2bb54a.js → sqm-invoice-table-view-af69cd33.js} +172 -2
  148. package/dist/esm/sqm-leaderboard-rank.entry.js +2 -2
  149. package/dist/esm/sqm-logout-current-user.entry.js +1 -1
  150. package/dist/esm/{sqm-navigation-sidebar-item-view-56da6bca.js → sqm-navigation-sidebar-item-view-8f1c72bc.js} +1 -1
  151. package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
  152. package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
  153. package/dist/esm/sqm-pagination_3.entry.js +3 -3
  154. package/dist/esm/sqm-password-field.entry.js +2 -2
  155. package/dist/esm/sqm-popup-container.entry.js +1 -1
  156. package/dist/esm/{sqm-portal-email-verification-view-44c8970f.js → sqm-portal-email-verification-view-35b4353b.js} +1 -1
  157. package/dist/esm/sqm-portal-email-verification.entry.js +3 -3
  158. package/dist/esm/sqm-portal-forgot-password.entry.js +1 -1
  159. package/dist/esm/sqm-portal-google-login.entry.js +126 -0
  160. package/dist/esm/sqm-portal-google-registration-form.entry.js +6 -6
  161. package/dist/esm/sqm-portal-login-view-7e49609a.js +56 -0
  162. package/dist/esm/sqm-portal-logout.entry.js +1 -1
  163. package/dist/esm/{sqm-portal-profile-view-39039274.js → sqm-portal-profile-view-93003974.js} +1 -1
  164. package/dist/esm/sqm-portal-profile.entry.js +4 -4
  165. package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
  166. package/dist/esm/{sqm-portal-registration-form-view-90e2bfd5.js → sqm-portal-registration-form-view-32c4b488.js} +13 -12
  167. package/dist/esm/sqm-portal-registration-form.entry.js +4 -4
  168. package/dist/esm/sqm-portal-reset-password.entry.js +1 -1
  169. package/dist/esm/sqm-portal-verify-email.entry.js +1 -1
  170. package/dist/esm/sqm-referral-table_11.entry.js +5 -5
  171. package/dist/esm/sqm-referred-registration.entry.js +3 -3
  172. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  173. package/dist/esm/sqm-rewards-table_9.entry.js +5 -5
  174. package/dist/esm/sqm-scroll.entry.js +105 -0
  175. package/dist/esm/sqm-stencilbook.entry.js +263 -71
  176. package/dist/esm/sqm-tab.entry.js +2 -2
  177. package/dist/esm/sqm-tabs.entry.js +3 -3
  178. package/dist/esm/sqm-widget-verification-controller.entry.js +109 -0
  179. package/dist/esm/sqm-widget-verification.entry.js +199 -0
  180. package/dist/esm/stencil-hooks.module-4bc38af4.js +1 -1
  181. package/dist/esm/{useChildElements-38c11321.js → useChildElements-7945ae56.js} +1 -1
  182. package/dist/esm/{useInstantAccessRegistration-7255b0ca.js → useInstantAccessRegistration-cd0172c8.js} +2 -2
  183. package/dist/esm/usePayoutStatus-58aa56b4.js +1039 -0
  184. package/dist/esm/usePortalLogin-ef647a50.js +72 -0
  185. package/dist/esm/{usePortalRegistrationForm-5715c7a5.js → usePortalRegistrationForm-4b35a357.js} +2 -2
  186. package/dist/esm/{useReferralTable-d77b11f5.js → useReferralTable-b3876ed6.js} +3 -3
  187. package/dist/esm/{useRegistrationFormState-01cdd8c7.js → useRegistrationFormState-d6f33135.js} +1 -1
  188. package/dist/esm/useVerificationEmail-edc318cb.js +171 -0
  189. package/dist/esm/{utilities-863d06d1.js → utilities-5b0ca040.js} +1 -1
  190. package/dist/esm-es5/ShadowViewAddon-ddfbe8e2.js +1 -0
  191. package/dist/esm-es5/{copy-text-view-b060162f.js → copy-text-view-459a2e35.js} +1 -1
  192. package/dist/esm-es5/extractProps-ae1afbb3.js +1 -0
  193. package/dist/esm-es5/{global-bedc4329.js → global-be1f9992.js} +1 -1
  194. package/dist/esm-es5/index.module-89a79f66.js +1 -0
  195. package/dist/esm-es5/keys-406491dc.js +1 -0
  196. package/dist/esm-es5/loader.js +1 -1
  197. package/dist/esm-es5/mint-components.js +1 -1
  198. package/dist/esm-es5/{re-render-268bb9c8.js → re-render-cc945f38.js} +1 -1
  199. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  200. package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -0
  201. package/dist/esm-es5/sqm-base-registration-form-view-593d4ac3.js +1 -0
  202. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -0
  203. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  204. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  205. package/dist/esm-es5/sqm-email-verification.entry.js +1 -0
  206. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  207. package/dist/esm-es5/sqm-google-sign-in.entry.js +1 -1
  208. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  209. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  210. package/dist/esm-es5/sqm-invoice-table-view-af69cd33.js +1 -0
  211. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  212. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  213. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-56da6bca.js → sqm-navigation-sidebar-item-view-8f1c72bc.js} +1 -1
  214. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  215. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  216. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  217. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  218. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  219. package/dist/esm-es5/{sqm-portal-email-verification-view-44c8970f.js → sqm-portal-email-verification-view-35b4353b.js} +1 -1
  220. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  221. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  222. package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -0
  223. package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
  224. package/dist/esm-es5/sqm-portal-login-view-7e49609a.js +1 -0
  225. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  226. package/dist/esm-es5/{sqm-portal-profile-view-39039274.js → sqm-portal-profile-view-93003974.js} +1 -1
  227. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  228. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  229. package/dist/esm-es5/sqm-portal-registration-form-view-32c4b488.js +1 -0
  230. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  231. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  232. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  233. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  234. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  235. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  236. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  237. package/dist/esm-es5/sqm-scroll.entry.js +1 -0
  238. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  239. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  240. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  241. package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -0
  242. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -0
  243. package/dist/esm-es5/stencil-hooks.module-4bc38af4.js +1 -1
  244. package/dist/esm-es5/{useChildElements-38c11321.js → useChildElements-7945ae56.js} +1 -1
  245. package/dist/esm-es5/{useInstantAccessRegistration-7255b0ca.js → useInstantAccessRegistration-cd0172c8.js} +1 -1
  246. package/dist/esm-es5/usePayoutStatus-58aa56b4.js +6 -0
  247. package/dist/esm-es5/usePortalLogin-ef647a50.js +1 -0
  248. package/dist/esm-es5/{usePortalRegistrationForm-5715c7a5.js → usePortalRegistrationForm-4b35a357.js} +1 -1
  249. package/dist/esm-es5/{useReferralTable-d77b11f5.js → useReferralTable-b3876ed6.js} +1 -1
  250. package/dist/esm-es5/{useRegistrationFormState-01cdd8c7.js → useRegistrationFormState-d6f33135.js} +1 -1
  251. package/dist/esm-es5/useVerificationEmail-edc318cb.js +1 -0
  252. package/dist/esm-es5/{utilities-863d06d1.js → utilities-5b0ca040.js} +1 -1
  253. package/dist/mint-components/mint-components.esm.js +1 -1
  254. package/dist/mint-components/mint-components.js +1 -1
  255. package/dist/mint-components/{p-2126e1e6.entry.js → p-04a6e457.entry.js} +1 -1
  256. package/dist/mint-components/{p-3e1b7fb4.entry.js → p-079405ff.entry.js} +1 -1
  257. package/dist/mint-components/{p-35698aaa.system.js → p-0d182dc1.system.js} +1 -1
  258. package/dist/mint-components/p-0ebab63e.system.js +1 -0
  259. package/dist/mint-components/{p-ca04737a.entry.js → p-10d17989.entry.js} +1 -1
  260. package/dist/mint-components/p-11d8ea66.system.js +1 -0
  261. package/dist/mint-components/{p-95c64cfd.system.js → p-13ed8586.system.js} +1 -1
  262. package/dist/mint-components/{p-3972037c.system.entry.js → p-141bf5c1.system.entry.js} +1 -1
  263. package/dist/mint-components/{p-80fc549b.entry.js → p-1513309d.entry.js} +1 -1
  264. package/dist/mint-components/{p-79ea1597.system.entry.js → p-164a9103.system.entry.js} +1 -1
  265. package/dist/mint-components/p-18425f38.system.entry.js +1 -0
  266. package/dist/mint-components/p-19ccb4ce.js +1 -0
  267. package/dist/mint-components/{p-0aa62b64.entry.js → p-1a6b7d2a.entry.js} +1 -1
  268. package/dist/mint-components/{p-de9afac2.system.entry.js → p-1fa9ed0d.system.entry.js} +1 -1
  269. package/dist/mint-components/p-21620f81.system.entry.js +1 -0
  270. package/dist/mint-components/p-26468242.js +1 -0
  271. package/dist/mint-components/{p-53aaa0a4.entry.js → p-275b4767.entry.js} +1 -1
  272. package/dist/mint-components/{p-618e1342.entry.js → p-284e4ed5.entry.js} +1 -1
  273. package/dist/mint-components/{p-e544bb9a.entry.js → p-2ae0e06a.entry.js} +1 -1
  274. package/dist/mint-components/p-2d52e2d7.system.js +1 -0
  275. package/dist/mint-components/{p-4ae54b04.entry.js → p-2da21ba4.entry.js} +1 -1
  276. package/dist/mint-components/{p-45436d5a.entry.js → p-2f101bae.entry.js} +1 -1
  277. package/dist/mint-components/p-301ddcaa.system.entry.js +1 -0
  278. package/dist/mint-components/p-33c96e14.entry.js +16 -0
  279. package/dist/mint-components/{p-731aa5c6.system.entry.js → p-36ffebd8.system.entry.js} +1 -1
  280. package/dist/mint-components/p-37996351.system.js +1 -0
  281. package/dist/mint-components/p-38c7775a.js +1 -0
  282. package/dist/mint-components/{p-4448febd.entry.js → p-38fc919b.entry.js} +1 -1
  283. package/dist/mint-components/{p-40e99b24.js → p-3db34d68.js} +1 -1
  284. package/dist/mint-components/{p-ebdcea27.system.entry.js → p-420554af.system.entry.js} +1 -1
  285. package/dist/mint-components/{p-571c451e.entry.js → p-4428294b.entry.js} +1 -1
  286. package/dist/mint-components/{p-a21d1a30.system.entry.js → p-4469fea6.system.entry.js} +1 -1
  287. package/dist/mint-components/p-44891949.entry.js +1 -0
  288. package/dist/mint-components/p-4794641c.system.js +1 -0
  289. package/dist/mint-components/p-480e08e9.js +31 -0
  290. package/dist/mint-components/p-48135f99.system.js +2 -2
  291. package/dist/mint-components/{p-492fdaf9.js → p-4e451f75.js} +1 -1
  292. package/dist/mint-components/p-4e526a94.js +1 -0
  293. package/dist/mint-components/{p-92a25556.system.entry.js → p-50c902ca.system.entry.js} +1 -1
  294. package/dist/mint-components/{p-4bcb04aa.system.entry.js → p-51d3cde7.system.entry.js} +1 -1
  295. package/dist/mint-components/p-527216de.system.js +1 -0
  296. package/dist/mint-components/{p-2dc5e60a.entry.js → p-54440d8d.entry.js} +1 -1
  297. package/dist/mint-components/p-5488fdd9.system.js +1 -0
  298. package/dist/mint-components/{p-8da47802.system.entry.js → p-54adee71.system.entry.js} +1 -1
  299. package/dist/mint-components/p-57dd28bd.system.js +1 -0
  300. package/dist/mint-components/{p-a8524459.system.js → p-59274a91.system.js} +1 -1
  301. package/dist/mint-components/{p-7989a098.system.entry.js → p-5c28406d.system.entry.js} +1 -1
  302. package/dist/mint-components/{p-9a0c3ed9.system.entry.js → p-5d7e308c.system.entry.js} +1 -1
  303. package/dist/mint-components/{p-09c5e3ee.system.js → p-635d5ef2.system.js} +1 -1
  304. package/dist/mint-components/{p-6de85677.js → p-63a75798.js} +1 -1
  305. package/dist/mint-components/p-6427e963.entry.js +1 -0
  306. package/dist/mint-components/{p-506679e9.js → p-65069b66.js} +1 -1
  307. package/dist/mint-components/{p-9e49479a.entry.js → p-653f963f.entry.js} +2 -2
  308. package/dist/mint-components/p-68d18642.entry.js +9 -0
  309. package/dist/mint-components/{p-b9d17fa1.entry.js → p-693942df.entry.js} +1 -1
  310. package/dist/mint-components/p-6b78811d.entry.js +241 -0
  311. package/dist/mint-components/p-6b7a595f.system.js +1 -0
  312. package/dist/mint-components/p-6cd4f2b1.system.js +1 -0
  313. package/dist/mint-components/{p-550ef977.js → p-6d2f5a1d.js} +2 -2
  314. package/dist/mint-components/p-6eaf9c57.entry.js +1 -0
  315. package/dist/mint-components/{p-7166caa6.system.js → p-717cc8ac.system.js} +1 -1
  316. package/dist/mint-components/{p-7bcf4467.system.entry.js → p-71bc04d2.system.entry.js} +1 -1
  317. package/dist/mint-components/p-793d2130.js +1 -0
  318. package/dist/mint-components/{p-b114e746.entry.js → p-7ab21e4d.entry.js} +1 -1
  319. package/dist/mint-components/{p-2ab3b8d6.js → p-7f2d4212.js} +1 -1
  320. package/dist/mint-components/p-8175e85f.system.js +1 -0
  321. package/dist/mint-components/{p-81665df6.system.entry.js → p-8362cb4c.system.entry.js} +1 -1
  322. package/dist/mint-components/{p-bd4810c7.system.entry.js → p-85671c3d.system.entry.js} +1 -1
  323. package/dist/mint-components/{p-f9de8a59.system.js → p-89903f6d.system.js} +1 -1
  324. package/dist/mint-components/{p-0873eaa8.entry.js → p-8abfeff8.entry.js} +1 -1
  325. package/dist/mint-components/p-8c23d1b8.js +1 -0
  326. package/dist/mint-components/{p-8056fd5b.system.entry.js → p-8d9d04b7.system.entry.js} +1 -1
  327. package/dist/mint-components/{p-988ea164.system.entry.js → p-90fc6774.system.entry.js} +1 -1
  328. package/dist/mint-components/p-91959fbe.js +1 -0
  329. package/dist/mint-components/p-9320582e.system.js +1 -0
  330. package/dist/mint-components/p-94a876b9.js +1 -0
  331. package/dist/mint-components/p-962f3200.js +1 -0
  332. package/dist/mint-components/{p-1c5cffae.js → p-98698131.js} +1 -1
  333. package/dist/mint-components/{p-f32c8cb5.entry.js → p-99374849.entry.js} +1 -1
  334. package/dist/mint-components/{p-a4a5beb5.system.entry.js → p-99bc1231.system.entry.js} +1 -1
  335. package/dist/mint-components/{p-9a16a3d8.system.entry.js → p-9b6a0152.system.entry.js} +1 -1
  336. package/dist/mint-components/p-9cf80e85.system.entry.js +1 -0
  337. package/dist/mint-components/{p-f4a1dc19.entry.js → p-a2fde301.entry.js} +1 -1
  338. package/dist/mint-components/p-a71b9154.system.js +1 -0
  339. package/dist/mint-components/p-a8645c1b.system.js +1 -0
  340. package/dist/mint-components/{p-635aaf11.system.entry.js → p-b287833c.system.entry.js} +1 -1
  341. package/dist/mint-components/p-b3532369.js +394 -0
  342. package/dist/mint-components/{p-8975c2be.entry.js → p-b51e79b3.entry.js} +1 -1
  343. package/dist/mint-components/{p-f0c23e81.system.entry.js → p-b7d1469d.system.entry.js} +1 -1
  344. package/dist/mint-components/{p-7cb919d4.system.entry.js → p-b82e1935.system.entry.js} +1 -1
  345. package/dist/mint-components/p-b93fd99c.system.entry.js +1 -0
  346. package/dist/mint-components/p-bb0f585c.system.js +1 -0
  347. package/dist/mint-components/{p-1833c4f5.js → p-bbcd824a.js} +1 -1
  348. package/dist/mint-components/p-bd91bba4.js +1 -0
  349. package/dist/mint-components/{p-f2fd1910.system.js → p-bdb7d451.system.js} +1 -1
  350. package/dist/mint-components/{p-24c4e0b8.system.entry.js → p-c060f770.system.entry.js} +1 -1
  351. package/dist/mint-components/{p-1ef299d7.js → p-c0f19490.js} +1 -1
  352. package/dist/mint-components/{p-ca740238.system.entry.js → p-c2fdd608.system.entry.js} +1 -1
  353. package/dist/mint-components/p-c36506f6.system.entry.js +1 -0
  354. package/dist/mint-components/p-c8cbb40f.system.entry.js +1 -0
  355. package/dist/mint-components/p-cb7bdbe4.entry.js +1 -0
  356. package/dist/mint-components/p-cbbfac66.entry.js +25 -0
  357. package/dist/mint-components/p-cc7af682.system.js +6 -0
  358. package/dist/mint-components/{p-4f45be94.system.js → p-cd569259.system.js} +1 -1
  359. package/dist/mint-components/p-cd651f81.js +2 -2
  360. package/dist/mint-components/p-d07f3090.entry.js +1 -0
  361. package/dist/mint-components/p-d1b92919.system.entry.js +1 -0
  362. package/dist/mint-components/p-d6831af5.js +48 -0
  363. package/dist/mint-components/p-da7708a7.entry.js +1 -0
  364. package/dist/mint-components/p-dbcb5359.js +1 -0
  365. package/dist/mint-components/{p-75f50e5a.entry.js → p-dcc81e90.entry.js} +1 -1
  366. package/dist/mint-components/{p-1b0c58bc.system.entry.js → p-de8e9981.system.entry.js} +1 -1
  367. package/dist/mint-components/{p-857947fa.system.entry.js → p-e5a5ae7f.system.entry.js} +1 -1
  368. package/dist/mint-components/{p-045d1d49.entry.js → p-e6045498.entry.js} +1 -1
  369. package/dist/mint-components/{p-9b779add.entry.js → p-e6f50ffd.entry.js} +1 -1
  370. package/dist/mint-components/{p-c470caf6.entry.js → p-e8ffcc68.entry.js} +2 -2
  371. package/dist/mint-components/p-f0772618.system.entry.js +1 -0
  372. package/dist/mint-components/p-f29eda2f.entry.js +205 -0
  373. package/dist/mint-components/{p-9f231a48.system.entry.js → p-f4a72903.system.entry.js} +1 -1
  374. package/dist/mint-components/{p-aaeaff1a.system.entry.js → p-f4a8ee29.system.entry.js} +1 -1
  375. package/dist/mint-components/p-fa37513e.system.entry.js +1 -0
  376. package/dist/mint-components/{p-e0b344fb.entry.js → p-fe2e2f4a.entry.js} +1 -1
  377. package/dist/mint-components/p-ff8b8067.entry.js +33 -0
  378. package/dist/types/components/sqm-google-sign-in/sqm-google-sign-in.d.ts +2 -0
  379. package/dist/types/components/sqm-google-sign-in/useGoogleSignIn.d.ts +1 -1
  380. package/dist/types/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.d.ts +6 -0
  381. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.d.ts +10 -0
  382. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll.d.ts +26 -0
  383. package/dist/types/components/sqm-payout-button-scroll/usePayoutButton.d.ts +7 -0
  384. package/dist/types/components/sqm-portal-google-login/sqm-portal-google-login.d.ts +74 -0
  385. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +0 -4
  386. package/dist/types/components/sqm-portal-login/usePortalLogin.d.ts +2 -1
  387. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form-view.d.ts +1 -0
  388. package/dist/types/components/sqm-referral-table/ReferralTableRewardsCell.stories.d.ts +1 -0
  389. package/dist/types/components/sqm-rewards-table/RewardsTableCell.stories.d.ts +1 -0
  390. package/dist/types/components/sqm-widget-verification/keys.d.ts +4 -0
  391. package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +9 -0
  392. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.d.ts +26 -0
  393. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +54 -0
  394. package/dist/types/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.d.ts +25 -0
  395. package/dist/types/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.d.ts +11 -0
  396. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.d.ts +22 -0
  397. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +44 -0
  398. package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +10 -0
  399. package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +12 -0
  400. package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +96 -0
  401. package/dist/types/components/sqm-widget-verification/useVerificationEmail.d.ts +15 -0
  402. package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +5 -0
  403. package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +1 -0
  404. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +6 -0
  405. package/dist/types/components/tax-and-cash/eventKeys.d.ts +1 -0
  406. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +8 -0
  407. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +13 -0
  408. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +1 -0
  409. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +4 -0
  410. package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +1 -1
  411. package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.d.ts +1 -0
  412. package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.d.ts +4 -0
  413. package/dist/types/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.d.ts +0 -1
  414. package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.d.ts +0 -4
  415. package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.d.ts +1 -16
  416. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +12 -0
  417. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +36 -0
  418. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +90 -0
  419. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +20 -0
  420. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/data.d.ts +6 -0
  421. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/extractProps.d.ts +5 -1
  422. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +82 -3
  423. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +17 -0
  424. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +47 -2
  425. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +1 -0
  426. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +4 -0
  427. package/dist/types/components/tax-and-cash/useVeriffApp.d.ts +6 -0
  428. package/dist/types/components.d.ts +1071 -86
  429. package/docs/docs.docx +0 -0
  430. package/docs/raisins.json +1 -1
  431. package/grapesjs/grapesjs.js +1 -1
  432. package/package.json +3 -4
  433. package/dist/collection/components/sqm-portal-google-registration-form/small-views/RegistrationFieldsView.js +0 -86
  434. package/dist/esm-es5/ShadowViewAddon-eba44767.js +0 -1
  435. package/dist/esm-es5/index.module-a2989d3c.js +0 -1
  436. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +0 -1
  437. package/dist/esm-es5/sqm-base-registration-form-view-98c4db70.js +0 -1
  438. package/dist/esm-es5/sqm-big-stat_38.entry.js +0 -1
  439. package/dist/esm-es5/sqm-invoice-table-view-8e2bb54a.js +0 -1
  440. package/dist/esm-es5/sqm-portal-registration-form-view-90e2bfd5.js +0 -1
  441. package/dist/mint-components/p-0323586f.entry.js +0 -223
  442. package/dist/mint-components/p-046f4631.system.js +0 -1
  443. package/dist/mint-components/p-0e53c59e.system.js +0 -1
  444. package/dist/mint-components/p-16c7bfda.js +0 -391
  445. package/dist/mint-components/p-28042d23.entry.js +0 -174
  446. package/dist/mint-components/p-30108c0e.js +0 -1
  447. package/dist/mint-components/p-31a691af.js +0 -1
  448. package/dist/mint-components/p-39b1a7fe.js +0 -1
  449. package/dist/mint-components/p-3bdd338c.system.js +0 -1
  450. package/dist/mint-components/p-3ec660e9.js +0 -1
  451. package/dist/mint-components/p-46ab5f80.system.js +0 -1
  452. package/dist/mint-components/p-4daa3f8a.system.entry.js +0 -1
  453. package/dist/mint-components/p-569a43a2.system.entry.js +0 -1
  454. package/dist/mint-components/p-62f6627d.js +0 -1
  455. package/dist/mint-components/p-749c7c9c.system.js +0 -1
  456. package/dist/mint-components/p-868f176e.entry.js +0 -1
  457. package/dist/mint-components/p-8d77feee.js +0 -1
  458. package/dist/mint-components/p-96b48c2b.system.js +0 -1
  459. package/dist/mint-components/p-a1f40614.system.entry.js +0 -1
  460. package/dist/mint-components/p-ac2b7eb8.system.js +0 -1
  461. package/dist/mint-components/p-b611eefd.entry.js +0 -1
  462. package/dist/mint-components/p-be2ccfb1.entry.js +0 -1
  463. package/dist/mint-components/p-c4b21562.system.entry.js +0 -1
  464. package/dist/mint-components/p-c6a8c075.system.js +0 -1
  465. package/dist/mint-components/p-cd480e3f.entry.js +0 -33
  466. package/dist/mint-components/p-cf505e92.system.js +0 -1
  467. package/dist/mint-components/p-d671e44e.system.js +0 -1
  468. package/dist/mint-components/p-d87ce3d2.js +0 -1
  469. package/dist/mint-components/p-ea9fd654.entry.js +0 -9
  470. package/dist/mint-components/p-fe4a9dfe.system.entry.js +0 -1
  471. package/dist/types/components/sqm-portal-google-registration-form/small-views/RegistrationFieldsView.d.ts +0 -31
@@ -10,10 +10,12 @@ import { AssetCardViewProps } from "./components/sqm-asset-card/sqm-asset-card-v
10
10
  import { BankingInfoFormViewProps } from "./components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view";
11
11
  import { BigStatViewProps } from "./components/sqm-big-stat/sqm-big-stat-view";
12
12
  import { CheckboxFieldViewProps } from "./components/sqm-checkbox-field/sqm-checkbox-field-view";
13
+ import { WidgetCodeVerificationViewProps } from "./components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view";
13
14
  import { CouponCodeViewProps } from "./components/sqm-coupon-code/sqm-coupon-code-view";
14
15
  import { UseDocusignFormResult } from "./components/tax-and-cash/sqm-docusign-form/useDocusignForm";
15
16
  import { DropdownFieldViewProps } from "./components/sqm-dropdown-field/sqm-dropdown-field-view";
16
17
  import { EditProfileViewProps } from "./components/sqm-edit-profile/sqm-edit-profile-view";
18
+ import { WidgetEmailVerificationViewProps } from "./components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view";
17
19
  import { Spacing } from "./global/mixins";
18
20
  import { FunctionalComponent, VNode } from "./stencil-public-runtime";
19
21
  import { UseIndirectTaxFormResult } from "./components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm";
@@ -28,12 +30,14 @@ import { NavigationMenuViewProps } from "./components/sqm-navigation-menu/sqm-na
28
30
  import { NavigationSidebarItemViewProps } from "./components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view";
29
31
  import { UsePagination } from "./components/sqm-pagination/usePagination";
30
32
  import { PasswordFieldViewDemoProps } from "./components/sqm-password-field/sqm-password-field";
33
+ import { PayoutButtonScrollViewProps } from "./components/sqm-payout-button-scroll/sqm-payout-button-scroll-view";
34
+ import { PayoutStatusAlertViewProps } from "./components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view";
31
35
  import { PortalChangePasswordViewProps } from "./components/sqm-portal-change-password/sqm-portal-change-password-view";
32
36
  import { PortalEmailVerificationViewProps } from "./components/sqm-portal-email-verification/sqm-portal-email-verification-view";
33
37
  import { PortalForgotPasswordViewProps } from "./components/sqm-portal-forgot-password/sqm-portal-forgot-password-view";
34
38
  import { PortalFrameViewProps } from "./components/sqm-portal-frame/sqm-portal-frame-view";
35
- import { PortalRegistrationFormViewProps } from "./components/sqm-portal-registration-form/sqm-portal-registration-form-view";
36
39
  import { PortalLoginViewProps } from "./components/sqm-portal-login/sqm-portal-login-view";
40
+ import { PortalRegistrationFormViewProps } from "./components/sqm-portal-registration-form/sqm-portal-registration-form-view";
37
41
  import { PortalProfileViewProps } from "./components/sqm-portal-profile/sqm-portal-profile-view";
38
42
  import { PortalRegisterViewProps } from "./components/sqm-portal-register/sqm-portal-register-view";
39
43
  import { PortalResetPasswordViewProps } from "./components/sqm-portal-reset-password/sqm-portal-reset-password-view";
@@ -288,6 +292,10 @@ export namespace Components {
288
292
  * @uiName Country field placeholder text
289
293
  */
290
294
  "searchForCountryText": string;
295
+ /**
296
+ * @uiName Support link text
297
+ */
298
+ "supportLink": string;
291
299
  /**
292
300
  * @uiName SWIFT code field label
293
301
  */
@@ -309,6 +317,15 @@ export namespace Components {
309
317
  * @uiName PayPal payout option
310
318
  */
311
319
  "toPayPalAccount": string;
320
+ /**
321
+ * @uiName Verify code widget header text
322
+ */
323
+ "verifyEmailDescriptionText": string;
324
+ /**
325
+ * Text for verify email dialog
326
+ * @uiName Verify email header
327
+ */
328
+ "verifyEmailHeaderText": string;
312
329
  /**
313
330
  * @uiName VO code field label
314
331
  */
@@ -418,6 +435,54 @@ export namespace Components {
418
435
  */
419
436
  "color": string;
420
437
  }
438
+ interface SqmCodeVerification {
439
+ /**
440
+ * Link text displayed under verify button
441
+ * @uiName Resend code text
442
+ */
443
+ "codeResentSuccessfullyText": string;
444
+ /**
445
+ * @undocumented
446
+ * @uiType object
447
+ */
448
+ "demoData"?: DemoData<WidgetCodeVerificationViewProps>;
449
+ /**
450
+ * Error text displayed under verification input
451
+ * @uiName Invalid code text
452
+ */
453
+ "invalidCodeText": string;
454
+ /**
455
+ * Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
456
+ * @uiName Network error message
457
+ */
458
+ "networkErrorMessage": string;
459
+ /**
460
+ * @undocumented
461
+ */
462
+ "onVerification"?: (token: string) => any;
463
+ /**
464
+ * The link that appears in the resend code link
465
+ * @uiName Resend code label
466
+ */
467
+ "resendCodeLabel": string;
468
+ /**
469
+ * Text displayed under verify button
470
+ * @uiName Resend code text
471
+ */
472
+ "resendCodeText": string;
473
+ /**
474
+ * @uiName Reverify code widget header text
475
+ */
476
+ "reverifyCodeHeaderText": string;
477
+ /**
478
+ * @uiName Verify code widget header text
479
+ */
480
+ "verifyCodeHeaderText": string;
481
+ /**
482
+ * @uiName Verify code button text
483
+ */
484
+ "verifyText": string;
485
+ }
421
486
  interface SqmContextRouter {
422
487
  "contextName": string;
423
488
  }
@@ -610,6 +675,10 @@ export namespace Components {
610
675
  * @uiName Refresh page button label
611
676
  */
612
677
  "refreshButton": string;
678
+ /**
679
+ * @uiName Support link text
680
+ */
681
+ "supportLink": string;
613
682
  /**
614
683
  * Displayed at the top of the page on all set up steps.
615
684
  * @uiName Page description
@@ -722,6 +791,41 @@ export namespace Components {
722
791
  */
723
792
  "updatetext": string;
724
793
  }
794
+ interface SqmEmailVerification {
795
+ /**
796
+ * @undocumented
797
+ * @uiType object
798
+ */
799
+ "demoData"?: DemoData<WidgetEmailVerificationViewProps>;
800
+ /**
801
+ * @uiName Email input label
802
+ */
803
+ "emailLabel": string;
804
+ /**
805
+ * @uiName Send code button text
806
+ */
807
+ "emailValidationErrorText": string;
808
+ /**
809
+ * @uiName Send code to email alert description
810
+ */
811
+ "sendCodeErrorDescription": string;
812
+ /**
813
+ * @uiName Send code to email alert header
814
+ */
815
+ "sendCodeErrorHeader": string;
816
+ /**
817
+ * @uiName Send code button text
818
+ */
819
+ "sendCodeText": string;
820
+ /**
821
+ * @uiName Support link text
822
+ */
823
+ "supportLink": string;
824
+ /**
825
+ * @uiName Verify email widget header text
826
+ */
827
+ "verifyEmailHeaderText": string;
828
+ }
725
829
  interface SqmEmpty {
726
830
  /**
727
831
  * @uiName Title
@@ -757,6 +861,7 @@ export namespace Components {
757
861
  "type": string;
758
862
  }
759
863
  interface SqmGoogleSignIn {
864
+ "googleButtonDiv": HTMLElement | null;
760
865
  /**
761
866
  * @uiName Button text
762
867
  */
@@ -1096,6 +1201,10 @@ export namespace Components {
1096
1201
  * @uiName Income tax field label
1097
1202
  */
1098
1203
  "subRegionTaxNumberLabel": string;
1204
+ /**
1205
+ * @uiName Support link text
1206
+ */
1207
+ "supportLink": string;
1099
1208
  /**
1100
1209
  * Displayed at the top of the page on all set up steps.
1101
1210
  * @uiName Page description
@@ -1602,6 +1711,22 @@ export namespace Components {
1602
1711
  */
1603
1712
  "uppercaseErrorText": string;
1604
1713
  }
1714
+ interface SqmPayoutButtonScroll {
1715
+ /**
1716
+ * @undocumented
1717
+ * @uiType object
1718
+ */
1719
+ "demoData"?: DemoData<PayoutButtonScrollViewProps>;
1720
+ /**
1721
+ * Description text under payout button
1722
+ * @uiName Payout button description text
1723
+ */
1724
+ "payoutButtonDescription": string;
1725
+ /**
1726
+ * @uiName Payout button text
1727
+ */
1728
+ "payoutButtonText": string;
1729
+ }
1605
1730
  interface SqmPayoutDetailsCard {
1606
1731
  /**
1607
1732
  * Shown before the participant’s bank account information.
@@ -1612,16 +1737,6 @@ export namespace Components {
1612
1737
  * @undocumented
1613
1738
  */
1614
1739
  "demoData"?: DemoData<any>;
1615
- /**
1616
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
1617
- * @uiName Payout error message description
1618
- */
1619
- "errorDescriptionText": string;
1620
- /**
1621
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
1622
- * @uiName Payout error message title
1623
- */
1624
- "errorTitleText": string;
1625
1740
  /**
1626
1741
  * Text displayed for existing publishers that do not have saved banking information.
1627
1742
  * @uiName Payout missing information subtext
@@ -1638,6 +1753,85 @@ export namespace Components {
1638
1753
  */
1639
1754
  "thresholdPayoutText": string;
1640
1755
  }
1756
+ interface SqmPayoutStatusAlert {
1757
+ /**
1758
+ * @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
1759
+ */
1760
+ "cashPayoutsPageUrl": string;
1761
+ /**
1762
+ * @undocumented
1763
+ * @uiType object
1764
+ */
1765
+ "demoData"?: DemoData<PayoutStatusAlertViewProps>;
1766
+ /**
1767
+ * @uiName Error description
1768
+ */
1769
+ "errorDescription": string;
1770
+ /**
1771
+ * @uiName Error header
1772
+ */
1773
+ "errorHeader": string;
1774
+ /**
1775
+ * @uiName Payout on hold alert description
1776
+ */
1777
+ "holdDescription": string;
1778
+ /**
1779
+ * @uiName Payout on hold alert header
1780
+ */
1781
+ "holdHeader": string;
1782
+ /**
1783
+ * @uiName Info required alert button text
1784
+ */
1785
+ "informationRequiredButtonText": string;
1786
+ /**
1787
+ * @uiName Info required alert description
1788
+ */
1789
+ "informationRequiredDescription": string;
1790
+ /**
1791
+ * @uiName Info required alert header
1792
+ */
1793
+ "informationRequiredHeader": string;
1794
+ /**
1795
+ * @uiName Support link text
1796
+ */
1797
+ "supportLink": string;
1798
+ /**
1799
+ * @uiName Verification failed internal alert description
1800
+ */
1801
+ "verificationFailedInternalDescription": string;
1802
+ /**
1803
+ * @uiName Verification failed internal alert header
1804
+ */
1805
+ "verificationFailedInternalHeader": string;
1806
+ /**
1807
+ * @uiName Verification required alert button text
1808
+ */
1809
+ "verificationRequiredButtonText": string;
1810
+ /**
1811
+ * @uiName Verification required alert description
1812
+ */
1813
+ "verificationRequiredDescription": string;
1814
+ /**
1815
+ * @uiName Verification required alert header
1816
+ */
1817
+ "verificationRequiredHeader": string;
1818
+ /**
1819
+ * @uiName Verification required internal alert description
1820
+ */
1821
+ "verificationRequiredInternalDescription": string;
1822
+ /**
1823
+ * @uiName Verification required internal alert header
1824
+ */
1825
+ "verificationRequiredInternalHeader": string;
1826
+ /**
1827
+ * @uiName Verification review internal alert description
1828
+ */
1829
+ "verificationReviewInternalDescription": string;
1830
+ /**
1831
+ * @uiName Verification review internal alert header
1832
+ */
1833
+ "verificationReviewInternalHeader": string;
1834
+ }
1641
1835
  interface SqmPopupContainer {
1642
1836
  /**
1643
1837
  * Display a close button on the popup
@@ -1992,6 +2186,68 @@ export namespace Components {
1992
2186
  */
1993
2187
  "notFullScreen"?: boolean;
1994
2188
  }
2189
+ interface SqmPortalGoogleLogin {
2190
+ /**
2191
+ * @undocumented
2192
+ * @uiType object
2193
+ */
2194
+ "demoData"?: DemoData<PortalLoginViewProps>;
2195
+ /**
2196
+ * @uiName Email field label
2197
+ */
2198
+ "emailLabel": string;
2199
+ /**
2200
+ * @uiName Forgot password text
2201
+ */
2202
+ "forgotPasswordLabel": string;
2203
+ /**
2204
+ * Redirect participants to this page to reset their password
2205
+ * @uiName Forgot password redirect
2206
+ * @uiWidget pageSelect
2207
+ */
2208
+ "forgotPasswordPath": string;
2209
+ /**
2210
+ * @uiName Google account error message Displayed when user tries to sign in with Google account but has not registered.
2211
+ */
2212
+ "googleUserNotRegisteredError": string;
2213
+ /**
2214
+ * @uiName Network error message Displayed when the login fails due to a network error. The participant can try refreshing the page.
2215
+ */
2216
+ "networkErrorMessage": string;
2217
+ /**
2218
+ * Redirect participants to this page after they successfully login.
2219
+ * @uiName Login redirect
2220
+ * @uiWidget pageSelect
2221
+ */
2222
+ "nextPage": string;
2223
+ /**
2224
+ * @uiName Heading label
2225
+ * @uiWidget textArea
2226
+ */
2227
+ "pageLabel": string;
2228
+ /**
2229
+ * @uiName Password field label
2230
+ */
2231
+ "passwordLabel": string;
2232
+ /**
2233
+ * @uiName Register CTA
2234
+ */
2235
+ "registerCTA": string;
2236
+ /**
2237
+ * @uiName Register button text
2238
+ */
2239
+ "registerLabel": string;
2240
+ /**
2241
+ * Redirect participants to this page to start registration.
2242
+ * @uiName Register button redirect
2243
+ * @uiWidget pageSelect
2244
+ */
2245
+ "registerPath": string;
2246
+ /**
2247
+ * @uiName Submit button text
2248
+ */
2249
+ "submitLabel": string;
2250
+ }
1995
2251
  interface SqmPortalGoogleRegistrationForm {
1996
2252
  /**
1997
2253
  * @uiName Show confirm password field
@@ -2182,10 +2438,6 @@ export namespace Components {
2182
2438
  * @uiWidget pageSelect
2183
2439
  */
2184
2440
  "registerPath": string;
2185
- /**
2186
- * @undocumented
2187
- */
2188
- "showGoogleLogin": boolean;
2189
2441
  /**
2190
2442
  * @uiName Submit button text
2191
2443
  */
@@ -4087,20 +4339,6 @@ export namespace Components {
4087
4339
  * @uiGroup Dashboard Properties
4088
4340
  */
4089
4341
  "dashboard_editPaymentInformationButton": string;
4090
- /**
4091
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4092
- * @uiName Payout error message description
4093
- * @uiGroup Dashboard Properties
4094
- * @uiWidget textArea
4095
- */
4096
- "dashboard_errorDescriptionText": string;
4097
- /**
4098
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4099
- * @uiName Payout error message title
4100
- * @uiGroup Dashboard Properties
4101
- * @uiWidget textArea
4102
- */
4103
- "dashboard_errorTitleText": string;
4104
4342
  /**
4105
4343
  * Part of the Invoice table displayed at the bottom of the page.
4106
4344
  * @uiName Indirect tax column title
@@ -4210,6 +4448,20 @@ export namespace Components {
4210
4448
  * @uiWidget textArea
4211
4449
  */
4212
4450
  "dashboard_payoutFromImpact": string;
4451
+ /**
4452
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4453
+ * @uiName Payout error message description
4454
+ * @uiGroup Dashboard Properties
4455
+ * @uiWidget textArea
4456
+ */
4457
+ "dashboard_payoutHoldAlertDescription": string;
4458
+ /**
4459
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4460
+ * @uiName Payout error message title
4461
+ * @uiGroup Dashboard Properties
4462
+ * @uiWidget textArea
4463
+ */
4464
+ "dashboard_payoutHoldAlertHeader": string;
4213
4465
  /**
4214
4466
  * Text displayed for existing publishers that do not have saved banking information.
4215
4467
  * @uiName Payout missing information subtext
@@ -4303,6 +4555,63 @@ export namespace Components {
4303
4555
  * @uiGroup Dashboard Properties
4304
4556
  */
4305
4557
  "dashboard_thresholdPayoutText": string;
4558
+ /**
4559
+ * @uiName Verification failed internal alert description
4560
+ * @uiGroup Dashboard Properties
4561
+ * @uiWidget textArea
4562
+ */
4563
+ "dashboard_verificationFailedInternalDescription": string;
4564
+ /**
4565
+ * @uiName Verification failed internal alert header
4566
+ * @uiGroup Dashboard Properties
4567
+ * @uiWidget textArea
4568
+ */
4569
+ "dashboard_verificationFailedInternalHeader": string;
4570
+ /**
4571
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
4572
+ * @uiName Verification required alert button text
4573
+ * @uiGroup Dashboard Properties
4574
+ * @uiWidget textArea
4575
+ */
4576
+ "dashboard_verificationRequiredButtonText": string;
4577
+ /**
4578
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity
4579
+ * @uiName Verification required alert message description
4580
+ * @uiGroup Dashboard Properties
4581
+ * @uiWidget textArea
4582
+ */
4583
+ "dashboard_verificationRequiredDescription": string;
4584
+ /**
4585
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
4586
+ * @uiName Verification required alert message title
4587
+ * @uiGroup Dashboard Properties
4588
+ * @uiWidget textArea
4589
+ */
4590
+ "dashboard_verificationRequiredHeader": string;
4591
+ /**
4592
+ * @uiName Verification required internal alert description
4593
+ * @uiGroup Dashboard Properties
4594
+ * @uiWidget textArea
4595
+ */
4596
+ "dashboard_verificationRequiredInternalDescription": string;
4597
+ /**
4598
+ * @uiName Verification required internal alert header
4599
+ * @uiGroup Dashboard Properties
4600
+ * @uiWidget textArea
4601
+ */
4602
+ "dashboard_verificationRequiredInternalHeader": string;
4603
+ /**
4604
+ * @uiName Verification review internal alert description
4605
+ * @uiGroup Dashboard Properties
4606
+ * @uiWidget textArea
4607
+ */
4608
+ "dashboard_verificationReviewInternalDescription": string;
4609
+ /**
4610
+ * @uiName Verification review internal alert header
4611
+ * @uiGroup Dashboard Properties
4612
+ * @uiWidget textArea
4613
+ */
4614
+ "dashboard_verificationReviewInternalHeader": string;
4306
4615
  /**
4307
4616
  * @undocumented
4308
4617
  * @uiType object
@@ -4859,11 +5168,27 @@ export namespace Components {
4859
5168
  * @uiGroup Step 4 Properties
4860
5169
  */
4861
5170
  "step4_toPayPalAccount": string;
5171
+ /**
5172
+ * @uiName Verify code widget header text
5173
+ * @uiGroup Step 4 Properties
5174
+ */
5175
+ "step4_verifyEmailDescriptionText": string;
5176
+ /**
5177
+ * @uiName Text for verify email dialog
5178
+ * @uiGroup Step 4 Properties
5179
+ */
5180
+ "step4_verifyEmailHeaderText": string;
4862
5181
  /**
4863
5182
  * @uiName VO code field label
4864
5183
  * @uiGroup Step 4 Properties
4865
5184
  */
4866
5185
  "step4_voCodeLabel": string;
5186
+ /**
5187
+ * Link text for contacting support team
5188
+ * @uiName Suport link text
5189
+ * @uiGroup General Form Properties
5190
+ */
5191
+ "supportLink": string;
4867
5192
  /**
4868
5193
  * Displayed at the top of the page on all set up steps.
4869
5194
  * @uiName Page description
@@ -4925,26 +5250,14 @@ export namespace Components {
4925
5250
  */
4926
5251
  "editPaymentInformationButton": string;
4927
5252
  /**
4928
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4929
- * @uiName Payout error message description
5253
+ * Part of the alert displayed at the top of the page.
5254
+ * @uiName Form submission error message description
4930
5255
  * @uiWidget textArea
4931
5256
  */
4932
- "errorDescriptionText": string;
5257
+ "generalErrorDescription": string;
4933
5258
  /**
4934
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4935
- * @uiName Payout error message title
4936
- * @uiWidget textArea
4937
- */
4938
- "errorTitleText": string;
4939
- /**
4940
- * Part of the alert displayed at the top of the page.
4941
- * @uiName Form submission error message description
4942
- * @uiWidget textArea
4943
- */
4944
- "generalErrorDescription": string;
4945
- /**
4946
- * Part of the alert displayed at the top of the page.
4947
- * @uiName Form submission error message title
5259
+ * Part of the alert displayed at the top of the page.
5260
+ * @uiName Form submission error message title
4948
5261
  * @uiWidget textArea
4949
5262
  */
4950
5263
  "generalErrorTitle": string;
@@ -5050,6 +5363,18 @@ export namespace Components {
5050
5363
  * @uiWidget textArea
5051
5364
  */
5052
5365
  "payoutFromImpact": string;
5366
+ /**
5367
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
5368
+ * @uiName Payout error message description
5369
+ * @uiWidget textArea
5370
+ */
5371
+ "payoutHoldAlertDescription": string;
5372
+ /**
5373
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
5374
+ * @uiName Payout error message title
5375
+ * @uiWidget textArea
5376
+ */
5377
+ "payoutHoldAlertHeader": string;
5053
5378
  /**
5054
5379
  * Text displayed for existing publishers that do not have saved banking information.
5055
5380
  * @uiName Payout missing information subtext
@@ -5089,6 +5414,10 @@ export namespace Components {
5089
5414
  * @uiName Spain sub-region indirect tax number
5090
5415
  */
5091
5416
  "subRegionTaxNumber": string;
5417
+ /**
5418
+ * @uiName Support link text
5419
+ */
5420
+ "supportLink": string;
5092
5421
  /**
5093
5422
  * Part of the alert displayed at the top of the page.
5094
5423
  * @uiName Inactive W-8 error message title
@@ -5131,6 +5460,47 @@ export namespace Components {
5131
5460
  * @uiName Payout schedule by threshold text
5132
5461
  */
5133
5462
  "thresholdPayoutText": string;
5463
+ /**
5464
+ * @uiName Verification failed internal alert description
5465
+ */
5466
+ "verificationFailedInternalDescription": string;
5467
+ /**
5468
+ * @uiName Verification failed internal alert header
5469
+ */
5470
+ "verificationFailedInternalHeader": string;
5471
+ /**
5472
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
5473
+ * @uiName Verification required alert button text
5474
+ */
5475
+ "verificationRequiredButtonText": string;
5476
+ /**
5477
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity
5478
+ * @uiName Verification required alert message description
5479
+ * @uiWidget textArea
5480
+ */
5481
+ "verificationRequiredDescription": string;
5482
+ /**
5483
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
5484
+ * @uiName Verification required alert message title
5485
+ * @uiWidget textArea
5486
+ */
5487
+ "verificationRequiredHeader": string;
5488
+ /**
5489
+ * @uiName Verification required internal alert description
5490
+ */
5491
+ "verificationRequiredInternalDescription": string;
5492
+ /**
5493
+ * @uiName Verification required internal alert header
5494
+ */
5495
+ "verificationRequiredInternalHeader": string;
5496
+ /**
5497
+ * @uiName Verification review internal alert description
5498
+ */
5499
+ "verificationReviewInternalDescription": string;
5500
+ /**
5501
+ * @uiName Verification review internal alert header
5502
+ */
5503
+ "verificationReviewInternalHeader": string;
5134
5504
  }
5135
5505
  interface SqmText {
5136
5506
  }
@@ -5344,6 +5714,10 @@ export namespace Components {
5344
5714
  * @uiName State field label
5345
5715
  */
5346
5716
  "state": string;
5717
+ /**
5718
+ * @uiName Support link text
5719
+ */
5720
+ "supportLink": string;
5347
5721
  /**
5348
5722
  * Displayed at the top of the page on all set up steps.
5349
5723
  * @uiName Page description
@@ -5377,6 +5751,95 @@ export namespace Components {
5377
5751
  */
5378
5752
  "loadingText": string;
5379
5753
  }
5754
+ interface SqmWidgetVerification {
5755
+ /**
5756
+ * Link text displayed under verify button
5757
+ * @uiName Resend code text
5758
+ * @uiGroup Code Verification Step
5759
+ */
5760
+ "codeStep_codeResentSuccessfullyText": string;
5761
+ /**
5762
+ * Error text displayed under verification input
5763
+ * @uiName Invalid code text
5764
+ * @uiGroup Code Verification Step
5765
+ */
5766
+ "codeStep_invalidCodeText": string;
5767
+ /**
5768
+ * Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
5769
+ * @uiName Network error message
5770
+ * @uiGroup Code Verification Step
5771
+ */
5772
+ "codeStep_networkErrorMessage": string;
5773
+ /**
5774
+ * The link that appears in the resend code link
5775
+ * @uiName Resend code label
5776
+ * @uiGroup Code Verification Step
5777
+ */
5778
+ "codeStep_resendCodeLabel": string;
5779
+ /**
5780
+ * Text displayed under verify button
5781
+ * @uiName Resend code text
5782
+ * @uiGroup Code Verification Step
5783
+ */
5784
+ "codeStep_resendCodeText": string;
5785
+ /**
5786
+ * @uiName Reverify code widget header text
5787
+ * @uiGroup Code Verification Step
5788
+ */
5789
+ "codeStep_reverifyCodeHeaderText": string;
5790
+ /**
5791
+ * @uiName Verify code widget header text
5792
+ * @uiGroup Code Verification Step
5793
+ */
5794
+ "codeStep_verifyCodeHeaderText": string;
5795
+ /**
5796
+ * @uiName Verify code button text
5797
+ * @uiGroup Code Verification Step
5798
+ */
5799
+ "codeStep_verifyText": string;
5800
+ /**
5801
+ * @uiName Email input label
5802
+ * @uiGroup Email Verification Step
5803
+ */
5804
+ "emailStep_emailLabel": string;
5805
+ /**
5806
+ * @uiName Send code button text
5807
+ * @uiGroup Email Verification Step
5808
+ */
5809
+ "emailStep_emailValidationErrorText": string;
5810
+ /**
5811
+ * @uiName Send code to email alert description
5812
+ * @uiGroup Email Verification Step
5813
+ */
5814
+ "emailStep_sendCodeErrorDescription": string;
5815
+ /**
5816
+ * @uiName Send code to email alert header
5817
+ * @uiGroup Email Verification Step
5818
+ */
5819
+ "emailStep_sendCodeErrorHeader": string;
5820
+ /**
5821
+ * @uiName Send code button text
5822
+ * @uiGroup Email Verification Step
5823
+ */
5824
+ "emailStep_sendCodeText": string;
5825
+ /**
5826
+ * @uiName Verify email widget header text
5827
+ * @uiGroup Email Verification Step
5828
+ */
5829
+ "emailStep_verifyEmailHeaderText": string;
5830
+ /**
5831
+ * @uiName General verify widget description text
5832
+ * @uiGroup General Text
5833
+ */
5834
+ "general_verifyEmailDescription": string;
5835
+ /**
5836
+ * @uiName General verify widget header text
5837
+ * @uiGroup General Text
5838
+ */
5839
+ "general_verifyEmailHeader": string;
5840
+ }
5841
+ interface SqmWidgetVerificationController {
5842
+ }
5380
5843
  }
5381
5844
  declare global {
5382
5845
  interface HTMLRaisinsPlopTargetElement extends Components.RaisinsPlopTarget, HTMLStencilElement {
@@ -5427,6 +5890,12 @@ declare global {
5427
5890
  prototype: HTMLSqmCloseButtonElement;
5428
5891
  new (): HTMLSqmCloseButtonElement;
5429
5892
  };
5893
+ interface HTMLSqmCodeVerificationElement extends Components.SqmCodeVerification, HTMLStencilElement {
5894
+ }
5895
+ var HTMLSqmCodeVerificationElement: {
5896
+ prototype: HTMLSqmCodeVerificationElement;
5897
+ new (): HTMLSqmCodeVerificationElement;
5898
+ };
5430
5899
  interface HTMLSqmContextRouterElement extends Components.SqmContextRouter, HTMLStencilElement {
5431
5900
  }
5432
5901
  var HTMLSqmContextRouterElement: {
@@ -5463,6 +5932,12 @@ declare global {
5463
5932
  prototype: HTMLSqmEditProfileElement;
5464
5933
  new (): HTMLSqmEditProfileElement;
5465
5934
  };
5935
+ interface HTMLSqmEmailVerificationElement extends Components.SqmEmailVerification, HTMLStencilElement {
5936
+ }
5937
+ var HTMLSqmEmailVerificationElement: {
5938
+ prototype: HTMLSqmEmailVerificationElement;
5939
+ new (): HTMLSqmEmailVerificationElement;
5940
+ };
5466
5941
  interface HTMLSqmEmptyElement extends Components.SqmEmpty, HTMLStencilElement {
5467
5942
  }
5468
5943
  var HTMLSqmEmptyElement: {
@@ -5637,12 +6112,24 @@ declare global {
5637
6112
  prototype: HTMLSqmPasswordFieldElement;
5638
6113
  new (): HTMLSqmPasswordFieldElement;
5639
6114
  };
6115
+ interface HTMLSqmPayoutButtonScrollElement extends Components.SqmPayoutButtonScroll, HTMLStencilElement {
6116
+ }
6117
+ var HTMLSqmPayoutButtonScrollElement: {
6118
+ prototype: HTMLSqmPayoutButtonScrollElement;
6119
+ new (): HTMLSqmPayoutButtonScrollElement;
6120
+ };
5640
6121
  interface HTMLSqmPayoutDetailsCardElement extends Components.SqmPayoutDetailsCard, HTMLStencilElement {
5641
6122
  }
5642
6123
  var HTMLSqmPayoutDetailsCardElement: {
5643
6124
  prototype: HTMLSqmPayoutDetailsCardElement;
5644
6125
  new (): HTMLSqmPayoutDetailsCardElement;
5645
6126
  };
6127
+ interface HTMLSqmPayoutStatusAlertElement extends Components.SqmPayoutStatusAlert, HTMLStencilElement {
6128
+ }
6129
+ var HTMLSqmPayoutStatusAlertElement: {
6130
+ prototype: HTMLSqmPayoutStatusAlertElement;
6131
+ new (): HTMLSqmPayoutStatusAlertElement;
6132
+ };
5646
6133
  interface HTMLSqmPopupContainerElement extends Components.SqmPopupContainer, HTMLStencilElement {
5647
6134
  }
5648
6135
  var HTMLSqmPopupContainerElement: {
@@ -5685,6 +6172,12 @@ declare global {
5685
6172
  prototype: HTMLSqmPortalFrameElement;
5686
6173
  new (): HTMLSqmPortalFrameElement;
5687
6174
  };
6175
+ interface HTMLSqmPortalGoogleLoginElement extends Components.SqmPortalGoogleLogin, HTMLStencilElement {
6176
+ }
6177
+ var HTMLSqmPortalGoogleLoginElement: {
6178
+ prototype: HTMLSqmPortalGoogleLoginElement;
6179
+ new (): HTMLSqmPortalGoogleLoginElement;
6180
+ };
5688
6181
  interface HTMLSqmPortalGoogleRegistrationFormElement extends Components.SqmPortalGoogleRegistrationForm, HTMLStencilElement {
5689
6182
  }
5690
6183
  var HTMLSqmPortalGoogleRegistrationFormElement: {
@@ -6057,6 +6550,18 @@ declare global {
6057
6550
  prototype: HTMLSqmUserNameElement;
6058
6551
  new (): HTMLSqmUserNameElement;
6059
6552
  };
6553
+ interface HTMLSqmWidgetVerificationElement extends Components.SqmWidgetVerification, HTMLStencilElement {
6554
+ }
6555
+ var HTMLSqmWidgetVerificationElement: {
6556
+ prototype: HTMLSqmWidgetVerificationElement;
6557
+ new (): HTMLSqmWidgetVerificationElement;
6558
+ };
6559
+ interface HTMLSqmWidgetVerificationControllerElement extends Components.SqmWidgetVerificationController, HTMLStencilElement {
6560
+ }
6561
+ var HTMLSqmWidgetVerificationControllerElement: {
6562
+ prototype: HTMLSqmWidgetVerificationControllerElement;
6563
+ new (): HTMLSqmWidgetVerificationControllerElement;
6564
+ };
6060
6565
  interface HTMLElementTagNameMap {
6061
6566
  "raisins-plop-target": HTMLRaisinsPlopTargetElement;
6062
6567
  "sqm-asset-card": HTMLSqmAssetCardElement;
@@ -6066,12 +6571,14 @@ declare global {
6066
6571
  "sqm-card-feed": HTMLSqmCardFeedElement;
6067
6572
  "sqm-checkbox-field": HTMLSqmCheckboxFieldElement;
6068
6573
  "sqm-close-button": HTMLSqmCloseButtonElement;
6574
+ "sqm-code-verification": HTMLSqmCodeVerificationElement;
6069
6575
  "sqm-context-router": HTMLSqmContextRouterElement;
6070
6576
  "sqm-coupon-code": HTMLSqmCouponCodeElement;
6071
6577
  "sqm-divided-layout": HTMLSqmDividedLayoutElement;
6072
6578
  "sqm-docusign-form": HTMLSqmDocusignFormElement;
6073
6579
  "sqm-dropdown-field": HTMLSqmDropdownFieldElement;
6074
6580
  "sqm-edit-profile": HTMLSqmEditProfileElement;
6581
+ "sqm-email-verification": HTMLSqmEmailVerificationElement;
6075
6582
  "sqm-empty": HTMLSqmEmptyElement;
6076
6583
  "sqm-form-message": HTMLSqmFormMessageElement;
6077
6584
  "sqm-google-sign-in": HTMLSqmGoogleSignInElement;
@@ -6101,7 +6608,9 @@ declare global {
6101
6608
  "sqm-navigation-sidebar-item": HTMLSqmNavigationSidebarItemElement;
6102
6609
  "sqm-pagination": HTMLSqmPaginationElement;
6103
6610
  "sqm-password-field": HTMLSqmPasswordFieldElement;
6611
+ "sqm-payout-button-scroll": HTMLSqmPayoutButtonScrollElement;
6104
6612
  "sqm-payout-details-card": HTMLSqmPayoutDetailsCardElement;
6613
+ "sqm-payout-status-alert": HTMLSqmPayoutStatusAlertElement;
6105
6614
  "sqm-popup-container": HTMLSqmPopupContainerElement;
6106
6615
  "sqm-portal-change-password": HTMLSqmPortalChangePasswordElement;
6107
6616
  "sqm-portal-container": HTMLSqmPortalContainerElement;
@@ -6109,6 +6618,7 @@ declare global {
6109
6618
  "sqm-portal-footer": HTMLSqmPortalFooterElement;
6110
6619
  "sqm-portal-forgot-password": HTMLSqmPortalForgotPasswordElement;
6111
6620
  "sqm-portal-frame": HTMLSqmPortalFrameElement;
6621
+ "sqm-portal-google-login": HTMLSqmPortalGoogleLoginElement;
6112
6622
  "sqm-portal-google-registration-form": HTMLSqmPortalGoogleRegistrationFormElement;
6113
6623
  "sqm-portal-login": HTMLSqmPortalLoginElement;
6114
6624
  "sqm-portal-logout": HTMLSqmPortalLogoutElement;
@@ -6171,6 +6681,8 @@ declare global {
6171
6681
  "sqm-titled-section": HTMLSqmTitledSectionElement;
6172
6682
  "sqm-user-info-form": HTMLSqmUserInfoFormElement;
6173
6683
  "sqm-user-name": HTMLSqmUserNameElement;
6684
+ "sqm-widget-verification": HTMLSqmWidgetVerificationElement;
6685
+ "sqm-widget-verification-controller": HTMLSqmWidgetVerificationControllerElement;
6174
6686
  }
6175
6687
  }
6176
6688
  declare namespace LocalJSX {
@@ -6411,6 +6923,10 @@ declare namespace LocalJSX {
6411
6923
  * @uiName Country field placeholder text
6412
6924
  */
6413
6925
  "searchForCountryText"?: string;
6926
+ /**
6927
+ * @uiName Support link text
6928
+ */
6929
+ "supportLink"?: string;
6414
6930
  /**
6415
6931
  * @uiName SWIFT code field label
6416
6932
  */
@@ -6432,6 +6948,15 @@ declare namespace LocalJSX {
6432
6948
  * @uiName PayPal payout option
6433
6949
  */
6434
6950
  "toPayPalAccount"?: string;
6951
+ /**
6952
+ * @uiName Verify code widget header text
6953
+ */
6954
+ "verifyEmailDescriptionText"?: string;
6955
+ /**
6956
+ * Text for verify email dialog
6957
+ * @uiName Verify email header
6958
+ */
6959
+ "verifyEmailHeaderText"?: string;
6435
6960
  /**
6436
6961
  * @uiName VO code field label
6437
6962
  */
@@ -6541,6 +7066,54 @@ declare namespace LocalJSX {
6541
7066
  */
6542
7067
  "color"?: string;
6543
7068
  }
7069
+ interface SqmCodeVerification {
7070
+ /**
7071
+ * Link text displayed under verify button
7072
+ * @uiName Resend code text
7073
+ */
7074
+ "codeResentSuccessfullyText"?: string;
7075
+ /**
7076
+ * @undocumented
7077
+ * @uiType object
7078
+ */
7079
+ "demoData"?: DemoData<WidgetCodeVerificationViewProps>;
7080
+ /**
7081
+ * Error text displayed under verification input
7082
+ * @uiName Invalid code text
7083
+ */
7084
+ "invalidCodeText"?: string;
7085
+ /**
7086
+ * Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
7087
+ * @uiName Network error message
7088
+ */
7089
+ "networkErrorMessage"?: string;
7090
+ /**
7091
+ * @undocumented
7092
+ */
7093
+ "onVerification"?: (token: string) => any;
7094
+ /**
7095
+ * The link that appears in the resend code link
7096
+ * @uiName Resend code label
7097
+ */
7098
+ "resendCodeLabel"?: string;
7099
+ /**
7100
+ * Text displayed under verify button
7101
+ * @uiName Resend code text
7102
+ */
7103
+ "resendCodeText"?: string;
7104
+ /**
7105
+ * @uiName Reverify code widget header text
7106
+ */
7107
+ "reverifyCodeHeaderText"?: string;
7108
+ /**
7109
+ * @uiName Verify code widget header text
7110
+ */
7111
+ "verifyCodeHeaderText"?: string;
7112
+ /**
7113
+ * @uiName Verify code button text
7114
+ */
7115
+ "verifyText"?: string;
7116
+ }
6544
7117
  interface SqmContextRouter {
6545
7118
  "contextName"?: string;
6546
7119
  }
@@ -6733,6 +7306,10 @@ declare namespace LocalJSX {
6733
7306
  * @uiName Refresh page button label
6734
7307
  */
6735
7308
  "refreshButton"?: string;
7309
+ /**
7310
+ * @uiName Support link text
7311
+ */
7312
+ "supportLink"?: string;
6736
7313
  /**
6737
7314
  * Displayed at the top of the page on all set up steps.
6738
7315
  * @uiName Page description
@@ -6845,6 +7422,41 @@ declare namespace LocalJSX {
6845
7422
  */
6846
7423
  "updatetext"?: string;
6847
7424
  }
7425
+ interface SqmEmailVerification {
7426
+ /**
7427
+ * @undocumented
7428
+ * @uiType object
7429
+ */
7430
+ "demoData"?: DemoData<WidgetEmailVerificationViewProps>;
7431
+ /**
7432
+ * @uiName Email input label
7433
+ */
7434
+ "emailLabel"?: string;
7435
+ /**
7436
+ * @uiName Send code button text
7437
+ */
7438
+ "emailValidationErrorText"?: string;
7439
+ /**
7440
+ * @uiName Send code to email alert description
7441
+ */
7442
+ "sendCodeErrorDescription"?: string;
7443
+ /**
7444
+ * @uiName Send code to email alert header
7445
+ */
7446
+ "sendCodeErrorHeader"?: string;
7447
+ /**
7448
+ * @uiName Send code button text
7449
+ */
7450
+ "sendCodeText"?: string;
7451
+ /**
7452
+ * @uiName Support link text
7453
+ */
7454
+ "supportLink"?: string;
7455
+ /**
7456
+ * @uiName Verify email widget header text
7457
+ */
7458
+ "verifyEmailHeaderText"?: string;
7459
+ }
6848
7460
  interface SqmEmpty {
6849
7461
  /**
6850
7462
  * @uiName Title
@@ -6880,6 +7492,7 @@ declare namespace LocalJSX {
6880
7492
  "type"?: string;
6881
7493
  }
6882
7494
  interface SqmGoogleSignIn {
7495
+ "googleButtonDiv"?: HTMLElement | null;
6883
7496
  "onInitComplete"?: (event: CustomEvent<any>) => void;
6884
7497
  /**
6885
7498
  * @uiName Button text
@@ -7220,6 +7833,10 @@ declare namespace LocalJSX {
7220
7833
  * @uiName Income tax field label
7221
7834
  */
7222
7835
  "subRegionTaxNumberLabel"?: string;
7836
+ /**
7837
+ * @uiName Support link text
7838
+ */
7839
+ "supportLink"?: string;
7223
7840
  /**
7224
7841
  * Displayed at the top of the page on all set up steps.
7225
7842
  * @uiName Page description
@@ -7720,6 +8337,22 @@ declare namespace LocalJSX {
7720
8337
  */
7721
8338
  "uppercaseErrorText"?: string;
7722
8339
  }
8340
+ interface SqmPayoutButtonScroll {
8341
+ /**
8342
+ * @undocumented
8343
+ * @uiType object
8344
+ */
8345
+ "demoData"?: DemoData<PayoutButtonScrollViewProps>;
8346
+ /**
8347
+ * Description text under payout button
8348
+ * @uiName Payout button description text
8349
+ */
8350
+ "payoutButtonDescription"?: string;
8351
+ /**
8352
+ * @uiName Payout button text
8353
+ */
8354
+ "payoutButtonText"?: string;
8355
+ }
7723
8356
  interface SqmPayoutDetailsCard {
7724
8357
  /**
7725
8358
  * Shown before the participant’s bank account information.
@@ -7730,16 +8363,6 @@ declare namespace LocalJSX {
7730
8363
  * @undocumented
7731
8364
  */
7732
8365
  "demoData"?: DemoData<any>;
7733
- /**
7734
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
7735
- * @uiName Payout error message description
7736
- */
7737
- "errorDescriptionText"?: string;
7738
- /**
7739
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
7740
- * @uiName Payout error message title
7741
- */
7742
- "errorTitleText"?: string;
7743
8366
  /**
7744
8367
  * Text displayed for existing publishers that do not have saved banking information.
7745
8368
  * @uiName Payout missing information subtext
@@ -7756,6 +8379,85 @@ declare namespace LocalJSX {
7756
8379
  */
7757
8380
  "thresholdPayoutText"?: string;
7758
8381
  }
8382
+ interface SqmPayoutStatusAlert {
8383
+ /**
8384
+ * @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
8385
+ */
8386
+ "cashPayoutsPageUrl"?: string;
8387
+ /**
8388
+ * @undocumented
8389
+ * @uiType object
8390
+ */
8391
+ "demoData"?: DemoData<PayoutStatusAlertViewProps>;
8392
+ /**
8393
+ * @uiName Error description
8394
+ */
8395
+ "errorDescription"?: string;
8396
+ /**
8397
+ * @uiName Error header
8398
+ */
8399
+ "errorHeader"?: string;
8400
+ /**
8401
+ * @uiName Payout on hold alert description
8402
+ */
8403
+ "holdDescription"?: string;
8404
+ /**
8405
+ * @uiName Payout on hold alert header
8406
+ */
8407
+ "holdHeader"?: string;
8408
+ /**
8409
+ * @uiName Info required alert button text
8410
+ */
8411
+ "informationRequiredButtonText"?: string;
8412
+ /**
8413
+ * @uiName Info required alert description
8414
+ */
8415
+ "informationRequiredDescription"?: string;
8416
+ /**
8417
+ * @uiName Info required alert header
8418
+ */
8419
+ "informationRequiredHeader"?: string;
8420
+ /**
8421
+ * @uiName Support link text
8422
+ */
8423
+ "supportLink"?: string;
8424
+ /**
8425
+ * @uiName Verification failed internal alert description
8426
+ */
8427
+ "verificationFailedInternalDescription"?: string;
8428
+ /**
8429
+ * @uiName Verification failed internal alert header
8430
+ */
8431
+ "verificationFailedInternalHeader"?: string;
8432
+ /**
8433
+ * @uiName Verification required alert button text
8434
+ */
8435
+ "verificationRequiredButtonText"?: string;
8436
+ /**
8437
+ * @uiName Verification required alert description
8438
+ */
8439
+ "verificationRequiredDescription"?: string;
8440
+ /**
8441
+ * @uiName Verification required alert header
8442
+ */
8443
+ "verificationRequiredHeader"?: string;
8444
+ /**
8445
+ * @uiName Verification required internal alert description
8446
+ */
8447
+ "verificationRequiredInternalDescription"?: string;
8448
+ /**
8449
+ * @uiName Verification required internal alert header
8450
+ */
8451
+ "verificationRequiredInternalHeader"?: string;
8452
+ /**
8453
+ * @uiName Verification review internal alert description
8454
+ */
8455
+ "verificationReviewInternalDescription"?: string;
8456
+ /**
8457
+ * @uiName Verification review internal alert header
8458
+ */
8459
+ "verificationReviewInternalHeader"?: string;
8460
+ }
7759
8461
  interface SqmPopupContainer {
7760
8462
  /**
7761
8463
  * Display a close button on the popup
@@ -8110,6 +8812,68 @@ declare namespace LocalJSX {
8110
8812
  */
8111
8813
  "notFullScreen"?: boolean;
8112
8814
  }
8815
+ interface SqmPortalGoogleLogin {
8816
+ /**
8817
+ * @undocumented
8818
+ * @uiType object
8819
+ */
8820
+ "demoData"?: DemoData<PortalLoginViewProps>;
8821
+ /**
8822
+ * @uiName Email field label
8823
+ */
8824
+ "emailLabel"?: string;
8825
+ /**
8826
+ * @uiName Forgot password text
8827
+ */
8828
+ "forgotPasswordLabel"?: string;
8829
+ /**
8830
+ * Redirect participants to this page to reset their password
8831
+ * @uiName Forgot password redirect
8832
+ * @uiWidget pageSelect
8833
+ */
8834
+ "forgotPasswordPath"?: string;
8835
+ /**
8836
+ * @uiName Google account error message Displayed when user tries to sign in with Google account but has not registered.
8837
+ */
8838
+ "googleUserNotRegisteredError"?: string;
8839
+ /**
8840
+ * @uiName Network error message Displayed when the login fails due to a network error. The participant can try refreshing the page.
8841
+ */
8842
+ "networkErrorMessage"?: string;
8843
+ /**
8844
+ * Redirect participants to this page after they successfully login.
8845
+ * @uiName Login redirect
8846
+ * @uiWidget pageSelect
8847
+ */
8848
+ "nextPage"?: string;
8849
+ /**
8850
+ * @uiName Heading label
8851
+ * @uiWidget textArea
8852
+ */
8853
+ "pageLabel"?: string;
8854
+ /**
8855
+ * @uiName Password field label
8856
+ */
8857
+ "passwordLabel"?: string;
8858
+ /**
8859
+ * @uiName Register CTA
8860
+ */
8861
+ "registerCTA"?: string;
8862
+ /**
8863
+ * @uiName Register button text
8864
+ */
8865
+ "registerLabel"?: string;
8866
+ /**
8867
+ * Redirect participants to this page to start registration.
8868
+ * @uiName Register button redirect
8869
+ * @uiWidget pageSelect
8870
+ */
8871
+ "registerPath"?: string;
8872
+ /**
8873
+ * @uiName Submit button text
8874
+ */
8875
+ "submitLabel"?: string;
8876
+ }
8113
8877
  interface SqmPortalGoogleRegistrationForm {
8114
8878
  /**
8115
8879
  * @uiName Show confirm password field
@@ -8300,10 +9064,6 @@ declare namespace LocalJSX {
8300
9064
  * @uiWidget pageSelect
8301
9065
  */
8302
9066
  "registerPath"?: string;
8303
- /**
8304
- * @undocumented
8305
- */
8306
- "showGoogleLogin"?: boolean;
8307
9067
  /**
8308
9068
  * @uiName Submit button text
8309
9069
  */
@@ -10181,20 +10941,6 @@ declare namespace LocalJSX {
10181
10941
  * @uiGroup Dashboard Properties
10182
10942
  */
10183
10943
  "dashboard_editPaymentInformationButton"?: string;
10184
- /**
10185
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10186
- * @uiName Payout error message description
10187
- * @uiGroup Dashboard Properties
10188
- * @uiWidget textArea
10189
- */
10190
- "dashboard_errorDescriptionText"?: string;
10191
- /**
10192
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10193
- * @uiName Payout error message title
10194
- * @uiGroup Dashboard Properties
10195
- * @uiWidget textArea
10196
- */
10197
- "dashboard_errorTitleText"?: string;
10198
10944
  /**
10199
10945
  * Part of the Invoice table displayed at the bottom of the page.
10200
10946
  * @uiName Indirect tax column title
@@ -10304,6 +11050,20 @@ declare namespace LocalJSX {
10304
11050
  * @uiWidget textArea
10305
11051
  */
10306
11052
  "dashboard_payoutFromImpact"?: string;
11053
+ /**
11054
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11055
+ * @uiName Payout error message description
11056
+ * @uiGroup Dashboard Properties
11057
+ * @uiWidget textArea
11058
+ */
11059
+ "dashboard_payoutHoldAlertDescription"?: string;
11060
+ /**
11061
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11062
+ * @uiName Payout error message title
11063
+ * @uiGroup Dashboard Properties
11064
+ * @uiWidget textArea
11065
+ */
11066
+ "dashboard_payoutHoldAlertHeader"?: string;
10307
11067
  /**
10308
11068
  * Text displayed for existing publishers that do not have saved banking information.
10309
11069
  * @uiName Payout missing information subtext
@@ -10397,6 +11157,63 @@ declare namespace LocalJSX {
10397
11157
  * @uiGroup Dashboard Properties
10398
11158
  */
10399
11159
  "dashboard_thresholdPayoutText"?: string;
11160
+ /**
11161
+ * @uiName Verification failed internal alert description
11162
+ * @uiGroup Dashboard Properties
11163
+ * @uiWidget textArea
11164
+ */
11165
+ "dashboard_verificationFailedInternalDescription"?: string;
11166
+ /**
11167
+ * @uiName Verification failed internal alert header
11168
+ * @uiGroup Dashboard Properties
11169
+ * @uiWidget textArea
11170
+ */
11171
+ "dashboard_verificationFailedInternalHeader"?: string;
11172
+ /**
11173
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
11174
+ * @uiName Verification required alert button text
11175
+ * @uiGroup Dashboard Properties
11176
+ * @uiWidget textArea
11177
+ */
11178
+ "dashboard_verificationRequiredButtonText"?: string;
11179
+ /**
11180
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity
11181
+ * @uiName Verification required alert message description
11182
+ * @uiGroup Dashboard Properties
11183
+ * @uiWidget textArea
11184
+ */
11185
+ "dashboard_verificationRequiredDescription"?: string;
11186
+ /**
11187
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
11188
+ * @uiName Verification required alert message title
11189
+ * @uiGroup Dashboard Properties
11190
+ * @uiWidget textArea
11191
+ */
11192
+ "dashboard_verificationRequiredHeader"?: string;
11193
+ /**
11194
+ * @uiName Verification required internal alert description
11195
+ * @uiGroup Dashboard Properties
11196
+ * @uiWidget textArea
11197
+ */
11198
+ "dashboard_verificationRequiredInternalDescription"?: string;
11199
+ /**
11200
+ * @uiName Verification required internal alert header
11201
+ * @uiGroup Dashboard Properties
11202
+ * @uiWidget textArea
11203
+ */
11204
+ "dashboard_verificationRequiredInternalHeader"?: string;
11205
+ /**
11206
+ * @uiName Verification review internal alert description
11207
+ * @uiGroup Dashboard Properties
11208
+ * @uiWidget textArea
11209
+ */
11210
+ "dashboard_verificationReviewInternalDescription"?: string;
11211
+ /**
11212
+ * @uiName Verification review internal alert header
11213
+ * @uiGroup Dashboard Properties
11214
+ * @uiWidget textArea
11215
+ */
11216
+ "dashboard_verificationReviewInternalHeader"?: string;
10400
11217
  /**
10401
11218
  * @undocumented
10402
11219
  * @uiType object
@@ -10953,11 +11770,27 @@ declare namespace LocalJSX {
10953
11770
  * @uiGroup Step 4 Properties
10954
11771
  */
10955
11772
  "step4_toPayPalAccount"?: string;
11773
+ /**
11774
+ * @uiName Verify code widget header text
11775
+ * @uiGroup Step 4 Properties
11776
+ */
11777
+ "step4_verifyEmailDescriptionText"?: string;
11778
+ /**
11779
+ * @uiName Text for verify email dialog
11780
+ * @uiGroup Step 4 Properties
11781
+ */
11782
+ "step4_verifyEmailHeaderText"?: string;
10956
11783
  /**
10957
11784
  * @uiName VO code field label
10958
11785
  * @uiGroup Step 4 Properties
10959
11786
  */
10960
11787
  "step4_voCodeLabel"?: string;
11788
+ /**
11789
+ * Link text for contacting support team
11790
+ * @uiName Suport link text
11791
+ * @uiGroup General Form Properties
11792
+ */
11793
+ "supportLink"?: string;
10961
11794
  /**
10962
11795
  * Displayed at the top of the page on all set up steps.
10963
11796
  * @uiName Page description
@@ -11018,18 +11851,6 @@ declare namespace LocalJSX {
11018
11851
  * @uiName Edit payment info button label
11019
11852
  */
11020
11853
  "editPaymentInformationButton"?: string;
11021
- /**
11022
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11023
- * @uiName Payout error message description
11024
- * @uiWidget textArea
11025
- */
11026
- "errorDescriptionText"?: string;
11027
- /**
11028
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11029
- * @uiName Payout error message title
11030
- * @uiWidget textArea
11031
- */
11032
- "errorTitleText"?: string;
11033
11854
  /**
11034
11855
  * Part of the alert displayed at the top of the page.
11035
11856
  * @uiName Form submission error message description
@@ -11144,6 +11965,18 @@ declare namespace LocalJSX {
11144
11965
  * @uiWidget textArea
11145
11966
  */
11146
11967
  "payoutFromImpact"?: string;
11968
+ /**
11969
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11970
+ * @uiName Payout error message description
11971
+ * @uiWidget textArea
11972
+ */
11973
+ "payoutHoldAlertDescription"?: string;
11974
+ /**
11975
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11976
+ * @uiName Payout error message title
11977
+ * @uiWidget textArea
11978
+ */
11979
+ "payoutHoldAlertHeader"?: string;
11147
11980
  /**
11148
11981
  * Text displayed for existing publishers that do not have saved banking information.
11149
11982
  * @uiName Payout missing information subtext
@@ -11183,6 +12016,10 @@ declare namespace LocalJSX {
11183
12016
  * @uiName Spain sub-region indirect tax number
11184
12017
  */
11185
12018
  "subRegionTaxNumber"?: string;
12019
+ /**
12020
+ * @uiName Support link text
12021
+ */
12022
+ "supportLink"?: string;
11186
12023
  /**
11187
12024
  * Part of the alert displayed at the top of the page.
11188
12025
  * @uiName Inactive W-8 error message title
@@ -11225,6 +12062,47 @@ declare namespace LocalJSX {
11225
12062
  * @uiName Payout schedule by threshold text
11226
12063
  */
11227
12064
  "thresholdPayoutText"?: string;
12065
+ /**
12066
+ * @uiName Verification failed internal alert description
12067
+ */
12068
+ "verificationFailedInternalDescription"?: string;
12069
+ /**
12070
+ * @uiName Verification failed internal alert header
12071
+ */
12072
+ "verificationFailedInternalHeader"?: string;
12073
+ /**
12074
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
12075
+ * @uiName Verification required alert button text
12076
+ */
12077
+ "verificationRequiredButtonText"?: string;
12078
+ /**
12079
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity
12080
+ * @uiName Verification required alert message description
12081
+ * @uiWidget textArea
12082
+ */
12083
+ "verificationRequiredDescription"?: string;
12084
+ /**
12085
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
12086
+ * @uiName Verification required alert message title
12087
+ * @uiWidget textArea
12088
+ */
12089
+ "verificationRequiredHeader"?: string;
12090
+ /**
12091
+ * @uiName Verification required internal alert description
12092
+ */
12093
+ "verificationRequiredInternalDescription"?: string;
12094
+ /**
12095
+ * @uiName Verification required internal alert header
12096
+ */
12097
+ "verificationRequiredInternalHeader"?: string;
12098
+ /**
12099
+ * @uiName Verification review internal alert description
12100
+ */
12101
+ "verificationReviewInternalDescription"?: string;
12102
+ /**
12103
+ * @uiName Verification review internal alert header
12104
+ */
12105
+ "verificationReviewInternalHeader"?: string;
11228
12106
  }
11229
12107
  interface SqmText {
11230
12108
  }
@@ -11437,6 +12315,10 @@ declare namespace LocalJSX {
11437
12315
  * @uiName State field label
11438
12316
  */
11439
12317
  "state"?: string;
12318
+ /**
12319
+ * @uiName Support link text
12320
+ */
12321
+ "supportLink"?: string;
11440
12322
  /**
11441
12323
  * Displayed at the top of the page on all set up steps.
11442
12324
  * @uiName Page description
@@ -11470,6 +12352,95 @@ declare namespace LocalJSX {
11470
12352
  */
11471
12353
  "loadingText"?: string;
11472
12354
  }
12355
+ interface SqmWidgetVerification {
12356
+ /**
12357
+ * Link text displayed under verify button
12358
+ * @uiName Resend code text
12359
+ * @uiGroup Code Verification Step
12360
+ */
12361
+ "codeStep_codeResentSuccessfullyText"?: string;
12362
+ /**
12363
+ * Error text displayed under verification input
12364
+ * @uiName Invalid code text
12365
+ * @uiGroup Code Verification Step
12366
+ */
12367
+ "codeStep_invalidCodeText"?: string;
12368
+ /**
12369
+ * Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
12370
+ * @uiName Network error message
12371
+ * @uiGroup Code Verification Step
12372
+ */
12373
+ "codeStep_networkErrorMessage"?: string;
12374
+ /**
12375
+ * The link that appears in the resend code link
12376
+ * @uiName Resend code label
12377
+ * @uiGroup Code Verification Step
12378
+ */
12379
+ "codeStep_resendCodeLabel"?: string;
12380
+ /**
12381
+ * Text displayed under verify button
12382
+ * @uiName Resend code text
12383
+ * @uiGroup Code Verification Step
12384
+ */
12385
+ "codeStep_resendCodeText"?: string;
12386
+ /**
12387
+ * @uiName Reverify code widget header text
12388
+ * @uiGroup Code Verification Step
12389
+ */
12390
+ "codeStep_reverifyCodeHeaderText"?: string;
12391
+ /**
12392
+ * @uiName Verify code widget header text
12393
+ * @uiGroup Code Verification Step
12394
+ */
12395
+ "codeStep_verifyCodeHeaderText"?: string;
12396
+ /**
12397
+ * @uiName Verify code button text
12398
+ * @uiGroup Code Verification Step
12399
+ */
12400
+ "codeStep_verifyText"?: string;
12401
+ /**
12402
+ * @uiName Email input label
12403
+ * @uiGroup Email Verification Step
12404
+ */
12405
+ "emailStep_emailLabel"?: string;
12406
+ /**
12407
+ * @uiName Send code button text
12408
+ * @uiGroup Email Verification Step
12409
+ */
12410
+ "emailStep_emailValidationErrorText"?: string;
12411
+ /**
12412
+ * @uiName Send code to email alert description
12413
+ * @uiGroup Email Verification Step
12414
+ */
12415
+ "emailStep_sendCodeErrorDescription"?: string;
12416
+ /**
12417
+ * @uiName Send code to email alert header
12418
+ * @uiGroup Email Verification Step
12419
+ */
12420
+ "emailStep_sendCodeErrorHeader"?: string;
12421
+ /**
12422
+ * @uiName Send code button text
12423
+ * @uiGroup Email Verification Step
12424
+ */
12425
+ "emailStep_sendCodeText"?: string;
12426
+ /**
12427
+ * @uiName Verify email widget header text
12428
+ * @uiGroup Email Verification Step
12429
+ */
12430
+ "emailStep_verifyEmailHeaderText"?: string;
12431
+ /**
12432
+ * @uiName General verify widget description text
12433
+ * @uiGroup General Text
12434
+ */
12435
+ "general_verifyEmailDescription"?: string;
12436
+ /**
12437
+ * @uiName General verify widget header text
12438
+ * @uiGroup General Text
12439
+ */
12440
+ "general_verifyEmailHeader"?: string;
12441
+ }
12442
+ interface SqmWidgetVerificationController {
12443
+ }
11473
12444
  interface IntrinsicElements {
11474
12445
  "raisins-plop-target": RaisinsPlopTarget;
11475
12446
  "sqm-asset-card": SqmAssetCard;
@@ -11479,12 +12450,14 @@ declare namespace LocalJSX {
11479
12450
  "sqm-card-feed": SqmCardFeed;
11480
12451
  "sqm-checkbox-field": SqmCheckboxField;
11481
12452
  "sqm-close-button": SqmCloseButton;
12453
+ "sqm-code-verification": SqmCodeVerification;
11482
12454
  "sqm-context-router": SqmContextRouter;
11483
12455
  "sqm-coupon-code": SqmCouponCode;
11484
12456
  "sqm-divided-layout": SqmDividedLayout;
11485
12457
  "sqm-docusign-form": SqmDocusignForm;
11486
12458
  "sqm-dropdown-field": SqmDropdownField;
11487
12459
  "sqm-edit-profile": SqmEditProfile;
12460
+ "sqm-email-verification": SqmEmailVerification;
11488
12461
  "sqm-empty": SqmEmpty;
11489
12462
  "sqm-form-message": SqmFormMessage;
11490
12463
  "sqm-google-sign-in": SqmGoogleSignIn;
@@ -11514,7 +12487,9 @@ declare namespace LocalJSX {
11514
12487
  "sqm-navigation-sidebar-item": SqmNavigationSidebarItem;
11515
12488
  "sqm-pagination": SqmPagination;
11516
12489
  "sqm-password-field": SqmPasswordField;
12490
+ "sqm-payout-button-scroll": SqmPayoutButtonScroll;
11517
12491
  "sqm-payout-details-card": SqmPayoutDetailsCard;
12492
+ "sqm-payout-status-alert": SqmPayoutStatusAlert;
11518
12493
  "sqm-popup-container": SqmPopupContainer;
11519
12494
  "sqm-portal-change-password": SqmPortalChangePassword;
11520
12495
  "sqm-portal-container": SqmPortalContainer;
@@ -11522,6 +12497,7 @@ declare namespace LocalJSX {
11522
12497
  "sqm-portal-footer": SqmPortalFooter;
11523
12498
  "sqm-portal-forgot-password": SqmPortalForgotPassword;
11524
12499
  "sqm-portal-frame": SqmPortalFrame;
12500
+ "sqm-portal-google-login": SqmPortalGoogleLogin;
11525
12501
  "sqm-portal-google-registration-form": SqmPortalGoogleRegistrationForm;
11526
12502
  "sqm-portal-login": SqmPortalLogin;
11527
12503
  "sqm-portal-logout": SqmPortalLogout;
@@ -11584,6 +12560,8 @@ declare namespace LocalJSX {
11584
12560
  "sqm-titled-section": SqmTitledSection;
11585
12561
  "sqm-user-info-form": SqmUserInfoForm;
11586
12562
  "sqm-user-name": SqmUserName;
12563
+ "sqm-widget-verification": SqmWidgetVerification;
12564
+ "sqm-widget-verification-controller": SqmWidgetVerificationController;
11587
12565
  }
11588
12566
  }
11589
12567
  export { LocalJSX as JSX };
@@ -11598,12 +12576,14 @@ declare module "@stencil/core" {
11598
12576
  "sqm-card-feed": LocalJSX.SqmCardFeed & JSXBase.HTMLAttributes<HTMLSqmCardFeedElement>;
11599
12577
  "sqm-checkbox-field": LocalJSX.SqmCheckboxField & JSXBase.HTMLAttributes<HTMLSqmCheckboxFieldElement>;
11600
12578
  "sqm-close-button": LocalJSX.SqmCloseButton & JSXBase.HTMLAttributes<HTMLSqmCloseButtonElement>;
12579
+ "sqm-code-verification": LocalJSX.SqmCodeVerification & JSXBase.HTMLAttributes<HTMLSqmCodeVerificationElement>;
11601
12580
  "sqm-context-router": LocalJSX.SqmContextRouter & JSXBase.HTMLAttributes<HTMLSqmContextRouterElement>;
11602
12581
  "sqm-coupon-code": LocalJSX.SqmCouponCode & JSXBase.HTMLAttributes<HTMLSqmCouponCodeElement>;
11603
12582
  "sqm-divided-layout": LocalJSX.SqmDividedLayout & JSXBase.HTMLAttributes<HTMLSqmDividedLayoutElement>;
11604
12583
  "sqm-docusign-form": LocalJSX.SqmDocusignForm & JSXBase.HTMLAttributes<HTMLSqmDocusignFormElement>;
11605
12584
  "sqm-dropdown-field": LocalJSX.SqmDropdownField & JSXBase.HTMLAttributes<HTMLSqmDropdownFieldElement>;
11606
12585
  "sqm-edit-profile": LocalJSX.SqmEditProfile & JSXBase.HTMLAttributes<HTMLSqmEditProfileElement>;
12586
+ "sqm-email-verification": LocalJSX.SqmEmailVerification & JSXBase.HTMLAttributes<HTMLSqmEmailVerificationElement>;
11607
12587
  "sqm-empty": LocalJSX.SqmEmpty & JSXBase.HTMLAttributes<HTMLSqmEmptyElement>;
11608
12588
  "sqm-form-message": LocalJSX.SqmFormMessage & JSXBase.HTMLAttributes<HTMLSqmFormMessageElement>;
11609
12589
  "sqm-google-sign-in": LocalJSX.SqmGoogleSignIn & JSXBase.HTMLAttributes<HTMLSqmGoogleSignInElement>;
@@ -11633,7 +12613,9 @@ declare module "@stencil/core" {
11633
12613
  "sqm-navigation-sidebar-item": LocalJSX.SqmNavigationSidebarItem & JSXBase.HTMLAttributes<HTMLSqmNavigationSidebarItemElement>;
11634
12614
  "sqm-pagination": LocalJSX.SqmPagination & JSXBase.HTMLAttributes<HTMLSqmPaginationElement>;
11635
12615
  "sqm-password-field": LocalJSX.SqmPasswordField & JSXBase.HTMLAttributes<HTMLSqmPasswordFieldElement>;
12616
+ "sqm-payout-button-scroll": LocalJSX.SqmPayoutButtonScroll & JSXBase.HTMLAttributes<HTMLSqmPayoutButtonScrollElement>;
11636
12617
  "sqm-payout-details-card": LocalJSX.SqmPayoutDetailsCard & JSXBase.HTMLAttributes<HTMLSqmPayoutDetailsCardElement>;
12618
+ "sqm-payout-status-alert": LocalJSX.SqmPayoutStatusAlert & JSXBase.HTMLAttributes<HTMLSqmPayoutStatusAlertElement>;
11637
12619
  "sqm-popup-container": LocalJSX.SqmPopupContainer & JSXBase.HTMLAttributes<HTMLSqmPopupContainerElement>;
11638
12620
  "sqm-portal-change-password": LocalJSX.SqmPortalChangePassword & JSXBase.HTMLAttributes<HTMLSqmPortalChangePasswordElement>;
11639
12621
  "sqm-portal-container": LocalJSX.SqmPortalContainer & JSXBase.HTMLAttributes<HTMLSqmPortalContainerElement>;
@@ -11641,6 +12623,7 @@ declare module "@stencil/core" {
11641
12623
  "sqm-portal-footer": LocalJSX.SqmPortalFooter & JSXBase.HTMLAttributes<HTMLSqmPortalFooterElement>;
11642
12624
  "sqm-portal-forgot-password": LocalJSX.SqmPortalForgotPassword & JSXBase.HTMLAttributes<HTMLSqmPortalForgotPasswordElement>;
11643
12625
  "sqm-portal-frame": LocalJSX.SqmPortalFrame & JSXBase.HTMLAttributes<HTMLSqmPortalFrameElement>;
12626
+ "sqm-portal-google-login": LocalJSX.SqmPortalGoogleLogin & JSXBase.HTMLAttributes<HTMLSqmPortalGoogleLoginElement>;
11644
12627
  "sqm-portal-google-registration-form": LocalJSX.SqmPortalGoogleRegistrationForm & JSXBase.HTMLAttributes<HTMLSqmPortalGoogleRegistrationFormElement>;
11645
12628
  "sqm-portal-login": LocalJSX.SqmPortalLogin & JSXBase.HTMLAttributes<HTMLSqmPortalLoginElement>;
11646
12629
  "sqm-portal-logout": LocalJSX.SqmPortalLogout & JSXBase.HTMLAttributes<HTMLSqmPortalLogoutElement>;
@@ -11703,6 +12686,8 @@ declare module "@stencil/core" {
11703
12686
  "sqm-titled-section": LocalJSX.SqmTitledSection & JSXBase.HTMLAttributes<HTMLSqmTitledSectionElement>;
11704
12687
  "sqm-user-info-form": LocalJSX.SqmUserInfoForm & JSXBase.HTMLAttributes<HTMLSqmUserInfoFormElement>;
11705
12688
  "sqm-user-name": LocalJSX.SqmUserName & JSXBase.HTMLAttributes<HTMLSqmUserNameElement>;
12689
+ "sqm-widget-verification": LocalJSX.SqmWidgetVerification & JSXBase.HTMLAttributes<HTMLSqmWidgetVerificationElement>;
12690
+ "sqm-widget-verification-controller": LocalJSX.SqmWidgetVerificationController & JSXBase.HTMLAttributes<HTMLSqmWidgetVerificationControllerElement>;
11706
12691
  }
11707
12692
  }
11708
12693
  }