@saasquatch/mint-components 1.12.0-2 → 1.12.0-21

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 (463) hide show
  1. package/dist/cjs/{ShadowViewAddon-13173901.js → ShadowViewAddon-040cffad.js} +38 -36
  2. package/dist/cjs/extractProps-fd93ba62.js +21 -0
  3. package/dist/cjs/{global-e4ebdbcc.js → global-c3637175.js} +10 -161
  4. package/dist/cjs/{index.module-236d0403.js → index.module-b8d9d0ba.js} +228 -1392
  5. package/dist/cjs/loader.cjs.js +4 -4
  6. package/dist/cjs/{luxon-20eafbd9.js → luxon-05098e19.js} +1 -1
  7. package/dist/cjs/mint-components.cjs.js +4 -4
  8. package/dist/cjs/{mockRewardData-3c470512.js → mockRewardData-4258e067.js} +1 -1
  9. package/dist/cjs/{re-render-5de6631a.js → re-render-5bde3d2e.js} +2 -2
  10. package/dist/cjs/sqm-asset-card.cjs.entry.js +3 -3
  11. package/dist/cjs/{sqm-banking-info-form_16.cjs.entry.js → sqm-banking-info-form_17.cjs.entry.js} +1175 -548
  12. package/dist/cjs/sqm-big-stat_39.cjs.entry.js +247 -127
  13. package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
  14. package/dist/cjs/sqm-context-router.cjs.entry.js +3 -3
  15. package/dist/cjs/sqm-email-verification.cjs.entry.js +150 -20
  16. package/dist/cjs/sqm-empty_4.cjs.entry.js +7 -7
  17. package/dist/cjs/sqm-form-message.cjs.entry.js +2 -2
  18. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +3 -3
  19. package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
  20. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +6 -6
  21. package/dist/cjs/{sqm-invoice-table-view-dbba9bb4.js → sqm-invoice-table-view-4fcf021f.js} +155 -4
  22. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +8 -9
  23. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +7 -8
  24. package/dist/cjs/{sqm-navigation-sidebar-item-view-fc865ecf.js → sqm-navigation-sidebar-item-view-a2135064.js} +1 -1
  25. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
  26. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
  27. package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
  28. package/dist/cjs/sqm-popup-container.cjs.entry.js +3 -3
  29. package/dist/cjs/{sqm-portal-email-verification-view-4bc2760b.js → sqm-portal-email-verification-view-050dbe0f.js} +1 -1
  30. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +5 -5
  31. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
  32. package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -3
  33. package/dist/cjs/{sqm-portal-profile-view-cbab7c80.js → sqm-portal-profile-view-d97086bc.js} +1 -1
  34. package/dist/cjs/sqm-portal-profile.cjs.entry.js +11 -12
  35. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +3 -3
  36. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +6 -7
  37. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +4 -4
  38. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
  39. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +16 -17
  40. package/dist/cjs/sqm-referred-registration.cjs.entry.js +6 -6
  41. package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +2 -2
  42. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +4 -4
  43. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +61 -62
  44. package/dist/cjs/sqm-scroll.cjs.entry.js +2 -2
  45. package/dist/cjs/sqm-stencilbook.cjs.entry.js +117 -48
  46. package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
  47. package/dist/cjs/sqm-tabs.cjs.entry.js +5 -5
  48. package/dist/cjs/sqm-text-span.cjs.entry.js +2 -2
  49. package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +113 -0
  50. package/dist/cjs/sqm-widget-verification.cjs.entry.js +183 -107
  51. package/dist/cjs/{stencil-hooks.module-a5a04d8a.js → stencil-hooks.module-72742a0b.js} +4 -1
  52. package/dist/cjs/{useChildElements-23beb180.js → useChildElements-410d2435.js} +2 -2
  53. package/dist/cjs/{useInstantAccessRegistration-7c125c00.js → useInstantAccessRegistration-ccf81eae.js} +3 -3
  54. package/dist/cjs/usePayoutStatus-8f924372.js +1045 -0
  55. package/dist/cjs/{useReferralTable-54d0ba70.js → useReferralTable-824ac152.js} +13 -14
  56. package/dist/cjs/{useRegistrationFormState-e7e820d0.js → useRegistrationFormState-f9ce55be.js} +2 -2
  57. package/dist/cjs/useVerificationEmail-2eb28c2a.js +173 -0
  58. package/dist/cjs/{utilities-ac5b5f2c.js → utilities-f7de6c04.js} +2 -2
  59. package/dist/collection/collection-manifest.json +2 -2
  60. package/dist/collection/components/sqm-big-stat/useBigStat.js +6 -3
  61. package/dist/collection/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.js +7 -0
  62. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +2 -1
  63. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll.js +5 -1
  64. package/dist/collection/components/sqm-payout-button-scroll/usePayoutButton.js +3 -10
  65. package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +7 -1
  66. package/dist/collection/components/sqm-referral-table/ReferralTableRewardsCell.stories.js +16 -4
  67. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +7 -12
  68. package/dist/collection/components/sqm-text/sqm-text.js +1 -1
  69. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +7 -0
  70. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +2 -2
  71. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +30 -7
  72. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +32 -26
  73. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.js +22 -6
  74. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +10 -6
  75. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +37 -10
  76. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +21 -44
  77. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +120 -0
  78. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +579 -118
  79. package/dist/collection/components/sqm-widget-verification/useVerificationEmail.js +169 -0
  80. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +19 -0
  81. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +149 -3
  82. package/dist/collection/components/tax-and-cash/eventKeys.js +1 -0
  83. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +12 -2
  84. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +128 -14
  85. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +15 -1
  86. package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +0 -1
  87. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +12 -2
  88. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +31 -6
  89. package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +3 -0
  90. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +26 -8
  91. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +33 -8
  92. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +3 -0
  93. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.js +0 -7
  94. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +0 -5
  95. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +0 -56
  96. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +7 -1
  97. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +92 -9
  98. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +269 -6
  99. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +44 -18
  100. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +6 -0
  101. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +55 -22
  102. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +2 -2
  103. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +138 -9
  104. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +283 -17
  105. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +17 -2
  106. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +19 -9
  107. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +31 -6
  108. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +16 -11
  109. package/dist/collection/components/tax-and-cash/useVeriffApp.js +64 -0
  110. package/dist/esm/{ShadowViewAddon-72e231a5.js → ShadowViewAddon-69b61037.js} +12 -10
  111. package/dist/esm/extractProps-ae1afbb3.js +19 -0
  112. package/dist/esm/{global-adae7650.js → global-6306a9b8.js} +10 -161
  113. package/dist/esm/{index.module-c0eb7dc2.js → index.module-6c840c4e.js} +222 -1389
  114. package/dist/esm/{keys-a1496e39.js → keys-406491dc.js} +1 -1
  115. package/dist/esm/loader.js +4 -4
  116. package/dist/esm/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
  117. package/dist/esm/mint-components.js +4 -4
  118. package/dist/esm/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
  119. package/dist/esm/{re-render-5882a144.js → re-render-1bcfd0de.js} +2 -2
  120. package/dist/esm/sqm-asset-card.entry.js +2 -2
  121. package/dist/esm/{sqm-banking-info-form_16.entry.js → sqm-banking-info-form_17.entry.js} +835 -209
  122. package/dist/esm/sqm-big-stat_39.entry.js +192 -72
  123. package/dist/esm/sqm-close-button.entry.js +2 -2
  124. package/dist/esm/sqm-context-router.entry.js +2 -2
  125. package/dist/esm/sqm-email-verification.entry.js +148 -18
  126. package/dist/esm/sqm-empty_4.entry.js +4 -4
  127. package/dist/esm/sqm-form-message.entry.js +1 -1
  128. package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
  129. package/dist/esm/sqm-header-logo.entry.js +1 -1
  130. package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
  131. package/dist/esm/{sqm-invoice-table-view-663674f2.js → sqm-invoice-table-view-b3127605.js} +155 -4
  132. package/dist/esm/sqm-leaderboard-rank.entry.js +3 -4
  133. package/dist/esm/sqm-logout-current-user.entry.js +2 -3
  134. package/dist/esm/{sqm-navigation-sidebar-item-view-4715e546.js → sqm-navigation-sidebar-item-view-f8e78810.js} +1 -1
  135. package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
  136. package/dist/esm/sqm-navigation-sidebar.entry.js +2 -2
  137. package/dist/esm/sqm-password-field.entry.js +3 -3
  138. package/dist/esm/sqm-popup-container.entry.js +2 -2
  139. package/dist/esm/{sqm-portal-email-verification-view-598eb9a7.js → sqm-portal-email-verification-view-c6ac5430.js} +1 -1
  140. package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
  141. package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
  142. package/dist/esm/sqm-portal-logout.entry.js +2 -2
  143. package/dist/esm/{sqm-portal-profile-view-a0f6ad48.js → sqm-portal-profile-view-15ddbec8.js} +1 -1
  144. package/dist/esm/sqm-portal-profile.entry.js +5 -6
  145. package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
  146. package/dist/esm/sqm-portal-registration-form.entry.js +4 -5
  147. package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
  148. package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
  149. package/dist/esm/sqm-referral-table_11.entry.js +8 -9
  150. package/dist/esm/sqm-referred-registration.entry.js +5 -5
  151. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  152. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
  153. package/dist/esm/sqm-rewards-table_9.entry.js +8 -9
  154. package/dist/esm/sqm-scroll.entry.js +1 -1
  155. package/dist/esm/sqm-stencilbook.entry.js +115 -46
  156. package/dist/esm/sqm-tab.entry.js +3 -3
  157. package/dist/esm/sqm-tabs.entry.js +4 -4
  158. package/dist/esm/sqm-text-span.entry.js +1 -1
  159. package/dist/esm/sqm-widget-verification-controller.entry.js +109 -0
  160. package/dist/esm/sqm-widget-verification.entry.js +184 -108
  161. package/dist/esm/{stencil-hooks.module-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
  162. package/dist/esm/{useChildElements-fe94b660.js → useChildElements-fc84e640.js} +2 -2
  163. package/dist/esm/{useInstantAccessRegistration-670c1b98.js → useInstantAccessRegistration-8b0a4556.js} +3 -3
  164. package/dist/esm/usePayoutStatus-0bc0380f.js +1039 -0
  165. package/dist/esm/{useReferralTable-52008143.js → useReferralTable-f6ffa103.js} +4 -5
  166. package/dist/esm/{useRegistrationFormState-4cfd1a8d.js → useRegistrationFormState-849e27f7.js} +2 -2
  167. package/dist/esm/useVerificationEmail-2a21d0e3.js +171 -0
  168. package/dist/esm/{utilities-98445452.js → utilities-443732be.js} +2 -2
  169. package/dist/esm-es5/ShadowViewAddon-69b61037.js +1 -0
  170. package/dist/esm-es5/extractProps-ae1afbb3.js +1 -0
  171. package/dist/esm-es5/global-6306a9b8.js +285 -0
  172. package/dist/esm-es5/index.module-6c840c4e.js +1 -0
  173. package/dist/esm-es5/{keys-a1496e39.js → keys-406491dc.js} +1 -1
  174. package/dist/esm-es5/loader.js +1 -1
  175. package/dist/esm-es5/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
  176. package/dist/esm-es5/mint-components.js +1 -1
  177. package/dist/esm-es5/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
  178. package/dist/esm-es5/{re-render-5882a144.js → re-render-1bcfd0de.js} +1 -1
  179. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  180. package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -0
  181. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
  182. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  183. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  184. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  185. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  186. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  187. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  188. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  189. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  190. package/dist/esm-es5/sqm-invoice-table-view-b3127605.js +1 -0
  191. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  192. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  193. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-4715e546.js → sqm-navigation-sidebar-item-view-f8e78810.js} +1 -1
  194. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  195. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  196. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  197. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  198. package/dist/esm-es5/{sqm-portal-email-verification-view-598eb9a7.js → sqm-portal-email-verification-view-c6ac5430.js} +1 -1
  199. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  200. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  201. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  202. package/dist/esm-es5/{sqm-portal-profile-view-a0f6ad48.js → sqm-portal-profile-view-15ddbec8.js} +1 -1
  203. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  204. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  205. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  206. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  207. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  208. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  209. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  210. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  211. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  212. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  213. package/dist/esm-es5/sqm-scroll.entry.js +1 -1
  214. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  215. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  216. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  217. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  218. package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -0
  219. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
  220. package/dist/esm-es5/{stencil-hooks.module-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
  221. package/dist/esm-es5/useChildElements-fc84e640.js +1 -0
  222. package/dist/esm-es5/{useInstantAccessRegistration-670c1b98.js → useInstantAccessRegistration-8b0a4556.js} +1 -1
  223. package/dist/esm-es5/usePayoutStatus-0bc0380f.js +6 -0
  224. package/dist/esm-es5/useReferralTable-f6ffa103.js +1 -0
  225. package/dist/esm-es5/useRegistrationFormState-849e27f7.js +1 -0
  226. package/dist/esm-es5/useVerificationEmail-2a21d0e3.js +1 -0
  227. package/dist/esm-es5/{utilities-98445452.js → utilities-443732be.js} +1 -1
  228. package/dist/mint-components/mint-components.esm.js +1 -1
  229. package/dist/mint-components/mint-components.js +1 -1
  230. package/dist/mint-components/{p-0ecb3019.js → p-0121e044.js} +1 -1
  231. package/dist/mint-components/p-012daf3c.entry.js +1 -0
  232. package/dist/mint-components/p-021ccc29.entry.js +25 -0
  233. package/dist/mint-components/{p-1e40967f.entry.js → p-03dbe2ce.entry.js} +1 -1
  234. package/dist/mint-components/{p-65a449de.js → p-04348a9b.js} +1 -1
  235. package/dist/mint-components/{p-14488d1c.system.entry.js → p-04ced592.system.entry.js} +1 -1
  236. package/dist/mint-components/{p-78a831e0.system.entry.js → p-0527d90b.system.entry.js} +1 -1
  237. package/dist/mint-components/p-0893073b.entry.js +1 -0
  238. package/dist/mint-components/p-0a94fe9f.system.entry.js +1 -0
  239. package/dist/mint-components/p-0c9ad5f3.system.entry.js +1 -0
  240. package/dist/mint-components/p-11d1b212.js +1 -0
  241. package/dist/mint-components/p-156e37c2.system.entry.js +1 -0
  242. package/dist/mint-components/{p-cdd04337.entry.js → p-178d2d2e.entry.js} +1 -1
  243. package/dist/mint-components/{p-ee328054.entry.js → p-1b861be5.entry.js} +1 -1
  244. package/dist/mint-components/{p-4209cd94.js → p-1d27da33.js} +4 -4
  245. package/dist/mint-components/{p-5a2fd8e0.system.entry.js → p-1f7d7524.system.entry.js} +1 -1
  246. package/dist/mint-components/{p-f0fba496.system.entry.js → p-22425c71.system.entry.js} +1 -1
  247. package/dist/mint-components/{p-9223640e.js → p-251e7567.js} +1 -1
  248. package/dist/mint-components/p-26468242.js +1 -0
  249. package/dist/mint-components/{p-1602bf01.js → p-2816bf6a.js} +1 -1
  250. package/dist/mint-components/p-2868f475.entry.js +1 -0
  251. package/dist/mint-components/{p-0979f82e.system.js → p-2a414b2e.system.js} +2 -2
  252. package/dist/mint-components/p-2c342de3.system.entry.js +1 -0
  253. package/dist/mint-components/p-2e209454.entry.js +16 -0
  254. package/dist/mint-components/p-3007fb7d.system.entry.js +1 -0
  255. package/dist/mint-components/p-36e9296e.system.entry.js +1 -0
  256. package/dist/mint-components/{p-cb45d0a8.system.js → p-370a1a73.system.js} +1 -1
  257. package/dist/mint-components/p-38c7775a.js +1 -0
  258. package/dist/mint-components/p-3925bcd6.entry.js +13 -0
  259. package/dist/mint-components/{p-45d0b48a.system.entry.js → p-3e7ec0f3.system.entry.js} +1 -1
  260. package/dist/mint-components/{p-423821b9.system.js → p-43621f12.system.js} +1 -1
  261. package/dist/mint-components/p-478a3755.entry.js +9 -0
  262. package/dist/mint-components/p-47b47e3b.js +31 -0
  263. package/dist/mint-components/{p-f338ef55.system.js → p-4babe350.system.js} +1 -1
  264. package/dist/mint-components/{p-34a87e67.system.js → p-4e373c3d.system.js} +1 -1
  265. package/dist/mint-components/{p-ab89b44a.system.js → p-4eae91a9.system.js} +1 -1
  266. package/dist/mint-components/{p-ab7322f0.system.entry.js → p-51d53165.system.entry.js} +1 -1
  267. package/dist/mint-components/{p-4c0b7768.entry.js → p-5291891c.entry.js} +3 -3
  268. package/dist/mint-components/{p-4c9b6fbe.system.js → p-57dd28bd.system.js} +1 -1
  269. package/dist/mint-components/{p-34dab223.system.entry.js → p-59818690.system.entry.js} +1 -1
  270. package/dist/mint-components/{p-00ec17d4.system.js → p-5becb2ff.system.js} +1 -1
  271. package/dist/mint-components/{p-a1f0d8ba.system.entry.js → p-5fba1a04.system.entry.js} +1 -1
  272. package/dist/mint-components/p-64491210.system.entry.js +1 -0
  273. package/dist/mint-components/{p-def70672.js → p-68747d88.js} +1 -1
  274. package/dist/mint-components/{p-95af445c.system.entry.js → p-6afb4f48.system.entry.js} +1 -1
  275. package/dist/mint-components/{p-cafebf8a.entry.js → p-6c928c7d.entry.js} +1 -1
  276. package/dist/mint-components/{p-70886c65.system.entry.js → p-70af9ba2.system.entry.js} +1 -1
  277. package/dist/mint-components/{p-657b290b.entry.js → p-76392386.entry.js} +1 -1
  278. package/dist/mint-components/p-7dd1ff31.system.entry.js +1 -0
  279. package/dist/mint-components/{p-d0c4f3bf.system.entry.js → p-83c9f37b.system.entry.js} +1 -1
  280. package/dist/mint-components/{p-cdcd825e.entry.js → p-84b25a46.entry.js} +1 -1
  281. package/dist/mint-components/{p-14beec1b.system.entry.js → p-88aac6a9.system.entry.js} +1 -1
  282. package/dist/mint-components/{p-45d6cde6.system.entry.js → p-88bf51b7.system.entry.js} +1 -1
  283. package/dist/mint-components/p-8d554a89.system.js +1 -0
  284. package/dist/mint-components/p-93576222.system.js +1 -0
  285. package/dist/mint-components/p-9379ee08.js +48 -0
  286. package/dist/mint-components/{p-d2a925d5.entry.js → p-94454880.entry.js} +1 -1
  287. package/dist/mint-components/{p-3ba349a3.entry.js → p-947fe79b.entry.js} +1 -1
  288. package/dist/mint-components/p-95bff95a.system.entry.js +1 -0
  289. package/dist/mint-components/p-99c15c5e.entry.js +1 -0
  290. package/dist/mint-components/p-9bd417fd.entry.js +1 -0
  291. package/dist/mint-components/{p-c293f586.system.entry.js → p-9cdbd1ac.system.entry.js} +1 -1
  292. package/dist/mint-components/{p-56b37aeb.entry.js → p-9d34f4f0.entry.js} +3 -3
  293. package/dist/mint-components/{p-64acc813.entry.js → p-9e0230c3.entry.js} +1 -1
  294. package/dist/mint-components/{p-8ccb4267.js → p-9eae245f.js} +30 -27
  295. package/dist/mint-components/p-a4282d02.system.entry.js +1 -0
  296. package/dist/mint-components/{p-a2e1af83.entry.js → p-a45b03d2.entry.js} +1 -1
  297. package/dist/mint-components/{p-15e01e7a.entry.js → p-a85f57bb.entry.js} +1 -1
  298. package/dist/mint-components/p-a8645c1b.system.js +1 -0
  299. package/dist/mint-components/p-a8c28561.system.js +1 -0
  300. package/dist/mint-components/p-a954c299.entry.js +205 -0
  301. package/dist/mint-components/{p-dce3d296.system.js → p-ac51940e.system.js} +1 -1
  302. package/dist/mint-components/{p-d39da925.entry.js → p-b1e8a802.entry.js} +1 -1
  303. package/dist/mint-components/p-b3b5b4b7.system.entry.js +1 -0
  304. package/dist/mint-components/{p-3da2b3cf.system.entry.js → p-bc826117.system.entry.js} +1 -1
  305. package/dist/mint-components/p-bd1372d2.system.js +6 -0
  306. package/dist/mint-components/p-bdd6bb13.js +1 -0
  307. package/dist/mint-components/{p-3c46b3de.system.entry.js → p-be1ae1ed.system.entry.js} +1 -1
  308. package/dist/mint-components/{p-cadb8dba.entry.js → p-bee1e573.entry.js} +1 -1
  309. package/dist/mint-components/{p-18cd88c4.system.entry.js → p-c1f4fb6d.system.entry.js} +1 -1
  310. package/dist/mint-components/p-c1fa5e04.system.js +1 -0
  311. package/dist/mint-components/{p-7507d72b.js → p-c3b37bbf.js} +1 -1
  312. package/dist/mint-components/{p-ac69b460.system.entry.js → p-c3babfa4.system.entry.js} +1 -1
  313. package/dist/mint-components/p-c8878e79.entry.js +1 -0
  314. package/dist/mint-components/p-c92a743e.entry.js +1 -0
  315. package/dist/mint-components/p-c9fb6102.entry.js +1 -0
  316. package/dist/mint-components/p-ca809fdd.system.js +1 -0
  317. package/dist/mint-components/p-cb433855.system.entry.js +1 -0
  318. package/dist/mint-components/{p-6a70d2d6.entry.js → p-cd200c95.entry.js} +1 -1
  319. package/dist/mint-components/{p-06c561ea.system.js → p-cd44de66.system.js} +1 -1
  320. package/dist/mint-components/{p-e5299352.system.js → p-ce9e7c98.system.js} +1 -1
  321. package/dist/mint-components/p-d35d8c06.entry.js +11 -0
  322. package/dist/mint-components/p-d468925f.entry.js +1 -0
  323. package/dist/mint-components/p-d4877a65.system.entry.js +1 -0
  324. package/dist/mint-components/{p-0db003f7.js → p-d83b0cf3.js} +153 -153
  325. package/dist/mint-components/{p-5c602e84.entry.js → p-dd0d79bf.entry.js} +1 -1
  326. package/dist/mint-components/p-def516b8.system.js +1 -0
  327. package/dist/mint-components/p-e01ac27c.system.js +1 -0
  328. package/dist/mint-components/{p-611a30f0.js → p-e0e7635a.js} +1 -1
  329. package/dist/mint-components/p-e12d3414.system.entry.js +1 -0
  330. package/dist/mint-components/{p-816fb64f.system.entry.js → p-ead27698.system.entry.js} +1 -1
  331. package/dist/mint-components/{p-7ab14d4b.system.entry.js → p-f0806232.system.entry.js} +1 -1
  332. package/dist/mint-components/p-f1184442.js +1 -0
  333. package/dist/mint-components/p-f196d71a.entry.js +241 -0
  334. package/dist/mint-components/{p-48704504.js → p-f3053c61.js} +1 -1
  335. package/dist/mint-components/p-f36e33ff.entry.js +13 -0
  336. package/dist/mint-components/p-f450654b.system.entry.js +1 -0
  337. package/dist/mint-components/p-f4cbbe47.entry.js +1 -0
  338. package/dist/mint-components/p-f531a5c9.system.entry.js +1 -0
  339. package/dist/mint-components/{p-b14a77e8.system.entry.js → p-f56348dc.system.entry.js} +1 -1
  340. package/dist/mint-components/p-f655a7df.js +1 -0
  341. package/dist/mint-components/{p-79097c07.entry.js → p-fbdf0738.entry.js} +1 -1
  342. package/dist/mint-components/{p-fda3d0ca.system.js → p-fc422446.system.js} +22 -22
  343. package/dist/mint-components/p-fd21ae8f.entry.js +1 -0
  344. package/dist/mint-components/{p-1b24bb52.js → p-fd2c5407.js} +1 -1
  345. package/dist/types/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.d.ts +1 -0
  346. package/dist/types/components/sqm-referral-table/ReferralTableRewardsCell.stories.d.ts +1 -0
  347. package/dist/types/components/sqm-rewards-table/RewardsTableCell.stories.d.ts +1 -0
  348. package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +1 -0
  349. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.d.ts +1 -0
  350. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +4 -0
  351. package/dist/types/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.d.ts +2 -1
  352. package/dist/types/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.d.ts +1 -0
  353. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.d.ts +1 -0
  354. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +4 -0
  355. package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +0 -6
  356. package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +12 -0
  357. package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +89 -1
  358. package/dist/types/components/sqm-widget-verification/useVerificationEmail.d.ts +15 -0
  359. package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +1 -0
  360. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +5 -0
  361. package/dist/types/components/tax-and-cash/eventKeys.d.ts +1 -0
  362. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +7 -0
  363. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +13 -0
  364. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +1 -0
  365. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +4 -0
  366. package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.d.ts +1 -0
  367. package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.d.ts +4 -0
  368. package/dist/types/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.d.ts +0 -1
  369. package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.d.ts +0 -4
  370. package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.d.ts +1 -16
  371. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +4 -0
  372. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +18 -0
  373. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +46 -0
  374. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +12 -1
  375. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/data.d.ts +6 -0
  376. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/extractProps.d.ts +5 -1
  377. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +15 -3
  378. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +17 -2
  379. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +47 -2
  380. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +1 -0
  381. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +4 -0
  382. package/dist/types/components/tax-and-cash/useVeriffApp.d.ts +6 -0
  383. package/dist/types/components.d.ts +481 -83
  384. package/docs/docs.docx +0 -0
  385. package/docs/raisins.json +1 -1
  386. package/grapesjs/grapesjs.js +1 -1
  387. package/package.json +2 -1
  388. package/dist/cjs/index-56d1fa5b.js +0 -2227
  389. package/dist/cjs/sqm-code-verification.cjs.entry.js +0 -356
  390. package/dist/cjs/sqm-widget-verification-internal.cjs.entry.js +0 -33
  391. package/dist/cjs/useEmailVerification-33465f36.js +0 -155
  392. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-internal.js +0 -27
  393. package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +0 -3
  394. package/dist/esm/index-0c7b14c5.js +0 -2225
  395. package/dist/esm/sqm-code-verification.entry.js +0 -352
  396. package/dist/esm/sqm-widget-verification-internal.entry.js +0 -29
  397. package/dist/esm/useEmailVerification-8f2dc2bd.js +0 -152
  398. package/dist/esm-es5/ShadowViewAddon-72e231a5.js +0 -1
  399. package/dist/esm-es5/global-adae7650.js +0 -285
  400. package/dist/esm-es5/index-0c7b14c5.js +0 -1
  401. package/dist/esm-es5/index.module-c0eb7dc2.js +0 -53
  402. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +0 -1
  403. package/dist/esm-es5/sqm-code-verification.entry.js +0 -1
  404. package/dist/esm-es5/sqm-invoice-table-view-663674f2.js +0 -1
  405. package/dist/esm-es5/sqm-widget-verification-internal.entry.js +0 -1
  406. package/dist/esm-es5/useChildElements-fe94b660.js +0 -1
  407. package/dist/esm-es5/useEmailVerification-8f2dc2bd.js +0 -1
  408. package/dist/esm-es5/useReferralTable-52008143.js +0 -1
  409. package/dist/esm-es5/useRegistrationFormState-4cfd1a8d.js +0 -1
  410. package/dist/mint-components/p-0078bc76.system.js +0 -53
  411. package/dist/mint-components/p-18399da0.system.entry.js +0 -1
  412. package/dist/mint-components/p-1f02e20b.entry.js +0 -1
  413. package/dist/mint-components/p-253c87e1.system.entry.js +0 -1
  414. package/dist/mint-components/p-25a70095.system.entry.js +0 -1
  415. package/dist/mint-components/p-2632464d.entry.js +0 -1
  416. package/dist/mint-components/p-286190c4.system.entry.js +0 -1
  417. package/dist/mint-components/p-414b3b6c.system.entry.js +0 -1
  418. package/dist/mint-components/p-4185f6f5.system.entry.js +0 -1
  419. package/dist/mint-components/p-4d060f15.js +0 -1
  420. package/dist/mint-components/p-52241ba9.system.js +0 -1
  421. package/dist/mint-components/p-556753b2.js +0 -42
  422. package/dist/mint-components/p-55dcb6ff.system.js +0 -1
  423. package/dist/mint-components/p-65de8fb2.js +0 -1
  424. package/dist/mint-components/p-6cae44d7.js +0 -1
  425. package/dist/mint-components/p-6eede6e5.system.entry.js +0 -1
  426. package/dist/mint-components/p-6fbfd683.js +0 -1
  427. package/dist/mint-components/p-78c1bd77.system.js +0 -1
  428. package/dist/mint-components/p-7c4c727c.system.entry.js +0 -1
  429. package/dist/mint-components/p-7e5f0292.system.entry.js +0 -1
  430. package/dist/mint-components/p-832eba3a.entry.js +0 -1
  431. package/dist/mint-components/p-858a87ce.entry.js +0 -1
  432. package/dist/mint-components/p-89669879.system.js +0 -1
  433. package/dist/mint-components/p-8b7d2f44.entry.js +0 -1
  434. package/dist/mint-components/p-8d696fc9.entry.js +0 -189
  435. package/dist/mint-components/p-8da20810.entry.js +0 -240
  436. package/dist/mint-components/p-8defb972.system.entry.js +0 -1
  437. package/dist/mint-components/p-99a09fab.entry.js +0 -9
  438. package/dist/mint-components/p-9cdaa099.entry.js +0 -1
  439. package/dist/mint-components/p-a80c8f5c.system.js +0 -1
  440. package/dist/mint-components/p-a9487844.system.entry.js +0 -1
  441. package/dist/mint-components/p-b28df069.js +0 -1
  442. package/dist/mint-components/p-b4771476.entry.js +0 -1
  443. package/dist/mint-components/p-c9ca8473.system.entry.js +0 -1
  444. package/dist/mint-components/p-cac64545.system.entry.js +0 -1
  445. package/dist/mint-components/p-d3293ac3.entry.js +0 -11
  446. package/dist/mint-components/p-d4138847.system.entry.js +0 -1
  447. package/dist/mint-components/p-d70bfe30.entry.js +0 -8
  448. package/dist/mint-components/p-d7b701a7.entry.js +0 -1
  449. package/dist/mint-components/p-d90ef1da.system.entry.js +0 -1
  450. package/dist/mint-components/p-e05ff098.system.js +0 -1
  451. package/dist/mint-components/p-e4c3817a.system.entry.js +0 -1
  452. package/dist/mint-components/p-e7797040.entry.js +0 -1
  453. package/dist/mint-components/p-e810da97.entry.js +0 -1
  454. package/dist/mint-components/p-e82eec3c.entry.js +0 -13
  455. package/dist/mint-components/p-e8bfd924.system.entry.js +0 -1
  456. package/dist/mint-components/p-e8fcaaa2.entry.js +0 -13
  457. package/dist/mint-components/p-ef49d744.entry.js +0 -1
  458. package/dist/mint-components/p-f5f0fc0e.entry.js +0 -1
  459. package/dist/mint-components/p-faf019cf.system.js +0 -1
  460. package/dist/mint-components/p-fcb224ab.js +0 -25
  461. package/dist/mint-components/p-fe8e1071.entry.js +0 -1
  462. package/dist/types/components/sqm-widget-verification/sqm-widget-verification-internal.d.ts +0 -5
  463. package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +0 -1
@@ -290,6 +290,10 @@ export namespace Components {
290
290
  * @uiName Country field placeholder text
291
291
  */
292
292
  "searchForCountryText": string;
293
+ /**
294
+ * @uiName Support link text
295
+ */
296
+ "supportLink": string;
293
297
  /**
294
298
  * @uiName SWIFT code field label
295
299
  */
@@ -311,6 +315,15 @@ export namespace Components {
311
315
  * @uiName PayPal payout option
312
316
  */
313
317
  "toPayPalAccount": string;
318
+ /**
319
+ * @uiName Verify code widget header text
320
+ */
321
+ "verifyEmailDescriptionText": string;
322
+ /**
323
+ * Text for verify email dialog
324
+ * @uiName Verify email header
325
+ */
326
+ "verifyEmailHeaderText": string;
314
327
  /**
315
328
  * @uiName VO code field label
316
329
  */
@@ -441,6 +454,10 @@ export namespace Components {
441
454
  * @uiName Network error message
442
455
  */
443
456
  "networkErrorMessage": string;
457
+ /**
458
+ * @undocumented
459
+ */
460
+ "onVerification"?: (token: string) => any;
444
461
  /**
445
462
  * The link that appears in the resend code link
446
463
  * @uiName Resend code label
@@ -656,6 +673,10 @@ export namespace Components {
656
673
  * @uiName Refresh page button label
657
674
  */
658
675
  "refreshButton": string;
676
+ /**
677
+ * @uiName Support link text
678
+ */
679
+ "supportLink": string;
659
680
  /**
660
681
  * Displayed at the top of the page on all set up steps.
661
682
  * @uiName Page description
@@ -794,6 +815,10 @@ export namespace Components {
794
815
  * @uiName Send code button text
795
816
  */
796
817
  "sendCodeText": string;
818
+ /**
819
+ * @uiName Support link text
820
+ */
821
+ "supportLink": string;
797
822
  /**
798
823
  * @uiName Verify email widget header text
799
824
  */
@@ -1167,6 +1192,10 @@ export namespace Components {
1167
1192
  * @uiName Income tax field label
1168
1193
  */
1169
1194
  "subRegionTaxNumberLabel": string;
1195
+ /**
1196
+ * @uiName Support link text
1197
+ */
1198
+ "supportLink": string;
1170
1199
  /**
1171
1200
  * Displayed at the top of the page on all set up steps.
1172
1201
  * @uiName Page description
@@ -1688,16 +1717,6 @@ export namespace Components {
1688
1717
  * @undocumented
1689
1718
  */
1690
1719
  "demoData"?: DemoData<any>;
1691
- /**
1692
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
1693
- * @uiName Payout error message description
1694
- */
1695
- "errorDescriptionText": string;
1696
- /**
1697
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
1698
- * @uiName Payout error message title
1699
- */
1700
- "errorTitleText": string;
1701
1720
  /**
1702
1721
  * Text displayed for existing publishers that do not have saved banking information.
1703
1722
  * @uiName Payout missing information subtext
@@ -1715,13 +1734,25 @@ export namespace Components {
1715
1734
  "thresholdPayoutText": string;
1716
1735
  }
1717
1736
  interface SqmPayoutStatusAlert {
1737
+ /**
1738
+ * @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
1739
+ */
1740
+ "cashPayoutsPageUrl": string;
1718
1741
  /**
1719
1742
  * @undocumented
1720
1743
  * @uiType object
1721
1744
  */
1722
1745
  "demoData"?: DemoData<PayoutStatusAlertViewProps>;
1723
1746
  /**
1724
- * @uiName Payout on hold alert description
1747
+ * @uiName Error description
1748
+ */
1749
+ "errorDescription": string;
1750
+ /**
1751
+ * @uiName Error header
1752
+ */
1753
+ "errorHeader": string;
1754
+ /**
1755
+ * @uiName Payout on hold alert description AL: TODO copy not finalized for support section
1725
1756
  */
1726
1757
  "holdDescription": string;
1727
1758
  /**
@@ -1740,6 +1771,18 @@ export namespace Components {
1740
1771
  * @uiName Info required alert header
1741
1772
  */
1742
1773
  "informationRequiredHeader": string;
1774
+ /**
1775
+ * @uiName Support link text
1776
+ */
1777
+ "supportLink": string;
1778
+ /**
1779
+ * @uiName Verification failed internal alert description
1780
+ */
1781
+ "verificationFailedInternalDescription": string;
1782
+ /**
1783
+ * @uiName Verification failed internal alert header
1784
+ */
1785
+ "verificationFailedInternalHeader": string;
1743
1786
  /**
1744
1787
  * @uiName Verification required alert button text
1745
1788
  */
@@ -1752,6 +1795,22 @@ export namespace Components {
1752
1795
  * @uiName Verification required alert header
1753
1796
  */
1754
1797
  "verificationRequiredHeader": string;
1798
+ /**
1799
+ * @uiName Verification required internal alert description
1800
+ */
1801
+ "verificationRequiredInternalDescription": string;
1802
+ /**
1803
+ * @uiName Verification required internal alert header
1804
+ */
1805
+ "verificationRequiredInternalHeader": string;
1806
+ /**
1807
+ * @uiName Verification review internal alert description
1808
+ */
1809
+ "verificationReviewInternalDescription": string;
1810
+ /**
1811
+ * @uiName Verification review internal alert header
1812
+ */
1813
+ "verificationReviewInternalHeader": string;
1755
1814
  }
1756
1815
  interface SqmPopupContainer {
1757
1816
  /**
@@ -3977,20 +4036,6 @@ export namespace Components {
3977
4036
  * @uiGroup Dashboard Properties
3978
4037
  */
3979
4038
  "dashboard_editPaymentInformationButton": string;
3980
- /**
3981
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
3982
- * @uiName Payout error message description
3983
- * @uiGroup Dashboard Properties
3984
- * @uiWidget textArea
3985
- */
3986
- "dashboard_errorDescriptionText": string;
3987
- /**
3988
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
3989
- * @uiName Payout error message title
3990
- * @uiGroup Dashboard Properties
3991
- * @uiWidget textArea
3992
- */
3993
- "dashboard_errorTitleText": string;
3994
4039
  /**
3995
4040
  * Part of the Invoice table displayed at the bottom of the page.
3996
4041
  * @uiName Indirect tax column title
@@ -4263,6 +4308,20 @@ export namespace Components {
4263
4308
  * @uiWidget textArea
4264
4309
  */
4265
4310
  "loadingErrorAlertHeader": string;
4311
+ /**
4312
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4313
+ * @uiName Payout error message description
4314
+ * @uiGroup Dashboard Properties
4315
+ * @uiWidget textArea
4316
+ */
4317
+ "payoutHoldAlertDescription": string;
4318
+ /**
4319
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4320
+ * @uiName Payout error message title
4321
+ * @uiGroup Dashboard Properties
4322
+ * @uiWidget textArea
4323
+ */
4324
+ "payoutHoldAlertHeader": string;
4266
4325
  /**
4267
4326
  * Placeholder text displayed in the country search dropdown
4268
4327
  * @uiName Country field placeholder text
@@ -4754,6 +4813,12 @@ export namespace Components {
4754
4813
  * @uiGroup Step 4 Properties
4755
4814
  */
4756
4815
  "step4_voCodeLabel": string;
4816
+ /**
4817
+ * Link text for contacting support team
4818
+ * @uiName Suport link text
4819
+ * @uiGroup General Form Properties
4820
+ */
4821
+ "supportLink": string;
4757
4822
  /**
4758
4823
  * Displayed at the top of the page on all set up steps.
4759
4824
  * @uiName Page description
@@ -4814,18 +4879,6 @@ export namespace Components {
4814
4879
  * @uiName Edit payment info button label
4815
4880
  */
4816
4881
  "editPaymentInformationButton": string;
4817
- /**
4818
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4819
- * @uiName Payout error message description
4820
- * @uiWidget textArea
4821
- */
4822
- "errorDescriptionText": string;
4823
- /**
4824
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4825
- * @uiName Payout error message title
4826
- * @uiWidget textArea
4827
- */
4828
- "errorTitleText": string;
4829
4882
  /**
4830
4883
  * Part of the alert displayed at the top of the page.
4831
4884
  * @uiName Form submission error message description
@@ -4940,6 +4993,18 @@ export namespace Components {
4940
4993
  * @uiWidget textArea
4941
4994
  */
4942
4995
  "payoutFromImpact": string;
4996
+ /**
4997
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4998
+ * @uiName Payout error message description
4999
+ * @uiWidget textArea
5000
+ */
5001
+ "payoutHoldAlertDescription": string;
5002
+ /**
5003
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
5004
+ * @uiName Payout error message title
5005
+ * @uiWidget textArea
5006
+ */
5007
+ "payoutHoldAlertHeader": string;
4943
5008
  /**
4944
5009
  * Text displayed for existing publishers that do not have saved banking information.
4945
5010
  * @uiName Payout missing information subtext
@@ -4979,6 +5044,10 @@ export namespace Components {
4979
5044
  * @uiName Spain sub-region indirect tax number
4980
5045
  */
4981
5046
  "subRegionTaxNumber": string;
5047
+ /**
5048
+ * @uiName Support link text
5049
+ */
5050
+ "supportLink": string;
4982
5051
  /**
4983
5052
  * Part of the alert displayed at the top of the page.
4984
5053
  * @uiName Inactive W-8 error message title
@@ -5021,6 +5090,47 @@ export namespace Components {
5021
5090
  * @uiName Payout schedule by threshold text
5022
5091
  */
5023
5092
  "thresholdPayoutText": string;
5093
+ /**
5094
+ * @uiName Verification failed internal alert description
5095
+ */
5096
+ "verificationFailedInternalDescription": string;
5097
+ /**
5098
+ * @uiName Verification failed internal alert header
5099
+ */
5100
+ "verificationFailedInternalHeader": string;
5101
+ /**
5102
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
5103
+ * @uiName Verification required alert button text
5104
+ */
5105
+ "verificationRequiredButtonText": string;
5106
+ /**
5107
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity
5108
+ * @uiName Verification required alert message description
5109
+ * @uiWidget textArea
5110
+ */
5111
+ "verificationRequiredDescription": string;
5112
+ /**
5113
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
5114
+ * @uiName Verification required alert message title
5115
+ * @uiWidget textArea
5116
+ */
5117
+ "verificationRequiredHeader": string;
5118
+ /**
5119
+ * @uiName Verification required internal alert description
5120
+ */
5121
+ "verificationRequiredInternalDescription": string;
5122
+ /**
5123
+ * @uiName Verification required internal alert header
5124
+ */
5125
+ "verificationRequiredInternalHeader": string;
5126
+ /**
5127
+ * @uiName Verification review internal alert description
5128
+ */
5129
+ "verificationReviewInternalDescription": string;
5130
+ /**
5131
+ * @uiName Verification review internal alert header
5132
+ */
5133
+ "verificationReviewInternalHeader": string;
5024
5134
  }
5025
5135
  interface SqmText {
5026
5136
  }
@@ -5234,6 +5344,10 @@ export namespace Components {
5234
5344
  * @uiName State field label
5235
5345
  */
5236
5346
  "state": string;
5347
+ /**
5348
+ * @uiName Support link text
5349
+ */
5350
+ "supportLink": string;
5237
5351
  /**
5238
5352
  * Displayed at the top of the page on all set up steps.
5239
5353
  * @uiName Page description
@@ -5268,8 +5382,93 @@ export namespace Components {
5268
5382
  "loadingText": string;
5269
5383
  }
5270
5384
  interface SqmWidgetVerification {
5385
+ /**
5386
+ * Link text displayed under verify button
5387
+ * @uiName Resend code text
5388
+ * @uiGroup Code Verification Step
5389
+ */
5390
+ "codeStep_codeResentSuccessfullyText": string;
5391
+ /**
5392
+ * Error text displayed under verification input
5393
+ * @uiName Invalid code text
5394
+ * @uiGroup Code Verification Step
5395
+ */
5396
+ "codeStep_invalidCodeText": string;
5397
+ /**
5398
+ * Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
5399
+ * @uiName Network error message
5400
+ * @uiGroup Code Verification Step
5401
+ */
5402
+ "codeStep_networkErrorMessage": string;
5403
+ /**
5404
+ * The link that appears in the resend code link
5405
+ * @uiName Resend code label
5406
+ * @uiGroup Code Verification Step
5407
+ */
5408
+ "codeStep_resendCodeLabel": string;
5409
+ /**
5410
+ * Text displayed under verify button
5411
+ * @uiName Resend code text
5412
+ * @uiGroup Code Verification Step
5413
+ */
5414
+ "codeStep_resendCodeText": string;
5415
+ /**
5416
+ * @uiName Reverify code widget header text
5417
+ * @uiGroup Code Verification Step
5418
+ */
5419
+ "codeStep_reverifyCodeHeaderText": string;
5420
+ /**
5421
+ * @uiName Verify code widget header text
5422
+ * @uiGroup Code Verification Step
5423
+ */
5424
+ "codeStep_verifyCodeHeaderText": string;
5425
+ /**
5426
+ * @uiName Verify code button text
5427
+ * @uiGroup Code Verification Step
5428
+ */
5429
+ "codeStep_verifyText": string;
5430
+ /**
5431
+ * @uiName Email input label
5432
+ * @uiGroup Email Verification Step
5433
+ */
5434
+ "emailStep_emailLabel": string;
5435
+ /**
5436
+ * @uiName Send code button text
5437
+ * @uiGroup Email Verification Step
5438
+ */
5439
+ "emailStep_emailValidationErrorText": string;
5440
+ /**
5441
+ * @uiName Send code to email alert description
5442
+ * @uiGroup Email Verification Step
5443
+ */
5444
+ "emailStep_sendCodeErrorDescription": string;
5445
+ /**
5446
+ * @uiName Send code to email alert header
5447
+ * @uiGroup Email Verification Step
5448
+ */
5449
+ "emailStep_sendCodeErrorHeader": string;
5450
+ /**
5451
+ * @uiName Send code button text
5452
+ * @uiGroup Email Verification Step
5453
+ */
5454
+ "emailStep_sendCodeText": string;
5455
+ /**
5456
+ * @uiName Verify email widget header text
5457
+ * @uiGroup Email Verification Step
5458
+ */
5459
+ "emailStep_verifyEmailHeaderText": string;
5460
+ /**
5461
+ * @uiName General verify widget description text
5462
+ * @uiGroup General Text
5463
+ */
5464
+ "general_verifyEmailDescription": string;
5465
+ /**
5466
+ * @uiName General verify widget header text
5467
+ * @uiGroup General Text
5468
+ */
5469
+ "general_verifyEmailHeader": string;
5271
5470
  }
5272
- interface SqmWidgetVerificationInternal {
5471
+ interface SqmWidgetVerificationController {
5273
5472
  }
5274
5473
  }
5275
5474
  declare global {
@@ -5951,11 +6150,11 @@ declare global {
5951
6150
  prototype: HTMLSqmWidgetVerificationElement;
5952
6151
  new (): HTMLSqmWidgetVerificationElement;
5953
6152
  };
5954
- interface HTMLSqmWidgetVerificationInternalElement extends Components.SqmWidgetVerificationInternal, HTMLStencilElement {
6153
+ interface HTMLSqmWidgetVerificationControllerElement extends Components.SqmWidgetVerificationController, HTMLStencilElement {
5955
6154
  }
5956
- var HTMLSqmWidgetVerificationInternalElement: {
5957
- prototype: HTMLSqmWidgetVerificationInternalElement;
5958
- new (): HTMLSqmWidgetVerificationInternalElement;
6155
+ var HTMLSqmWidgetVerificationControllerElement: {
6156
+ prototype: HTMLSqmWidgetVerificationControllerElement;
6157
+ new (): HTMLSqmWidgetVerificationControllerElement;
5959
6158
  };
5960
6159
  interface HTMLElementTagNameMap {
5961
6160
  "raisins-plop-target": HTMLRaisinsPlopTargetElement;
@@ -6071,7 +6270,7 @@ declare global {
6071
6270
  "sqm-user-info-form": HTMLSqmUserInfoFormElement;
6072
6271
  "sqm-user-name": HTMLSqmUserNameElement;
6073
6272
  "sqm-widget-verification": HTMLSqmWidgetVerificationElement;
6074
- "sqm-widget-verification-internal": HTMLSqmWidgetVerificationInternalElement;
6273
+ "sqm-widget-verification-controller": HTMLSqmWidgetVerificationControllerElement;
6075
6274
  }
6076
6275
  }
6077
6276
  declare namespace LocalJSX {
@@ -6312,6 +6511,10 @@ declare namespace LocalJSX {
6312
6511
  * @uiName Country field placeholder text
6313
6512
  */
6314
6513
  "searchForCountryText"?: string;
6514
+ /**
6515
+ * @uiName Support link text
6516
+ */
6517
+ "supportLink"?: string;
6315
6518
  /**
6316
6519
  * @uiName SWIFT code field label
6317
6520
  */
@@ -6333,6 +6536,15 @@ declare namespace LocalJSX {
6333
6536
  * @uiName PayPal payout option
6334
6537
  */
6335
6538
  "toPayPalAccount"?: string;
6539
+ /**
6540
+ * @uiName Verify code widget header text
6541
+ */
6542
+ "verifyEmailDescriptionText"?: string;
6543
+ /**
6544
+ * Text for verify email dialog
6545
+ * @uiName Verify email header
6546
+ */
6547
+ "verifyEmailHeaderText"?: string;
6336
6548
  /**
6337
6549
  * @uiName VO code field label
6338
6550
  */
@@ -6463,6 +6675,10 @@ declare namespace LocalJSX {
6463
6675
  * @uiName Network error message
6464
6676
  */
6465
6677
  "networkErrorMessage"?: string;
6678
+ /**
6679
+ * @undocumented
6680
+ */
6681
+ "onVerification"?: (token: string) => any;
6466
6682
  /**
6467
6683
  * The link that appears in the resend code link
6468
6684
  * @uiName Resend code label
@@ -6678,6 +6894,10 @@ declare namespace LocalJSX {
6678
6894
  * @uiName Refresh page button label
6679
6895
  */
6680
6896
  "refreshButton"?: string;
6897
+ /**
6898
+ * @uiName Support link text
6899
+ */
6900
+ "supportLink"?: string;
6681
6901
  /**
6682
6902
  * Displayed at the top of the page on all set up steps.
6683
6903
  * @uiName Page description
@@ -6816,6 +7036,10 @@ declare namespace LocalJSX {
6816
7036
  * @uiName Send code button text
6817
7037
  */
6818
7038
  "sendCodeText"?: string;
7039
+ /**
7040
+ * @uiName Support link text
7041
+ */
7042
+ "supportLink"?: string;
6819
7043
  /**
6820
7044
  * @uiName Verify email widget header text
6821
7045
  */
@@ -7189,6 +7413,10 @@ declare namespace LocalJSX {
7189
7413
  * @uiName Income tax field label
7190
7414
  */
7191
7415
  "subRegionTaxNumberLabel"?: string;
7416
+ /**
7417
+ * @uiName Support link text
7418
+ */
7419
+ "supportLink"?: string;
7192
7420
  /**
7193
7421
  * Displayed at the top of the page on all set up steps.
7194
7422
  * @uiName Page description
@@ -7704,16 +7932,6 @@ declare namespace LocalJSX {
7704
7932
  * @undocumented
7705
7933
  */
7706
7934
  "demoData"?: DemoData<any>;
7707
- /**
7708
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
7709
- * @uiName Payout error message description
7710
- */
7711
- "errorDescriptionText"?: string;
7712
- /**
7713
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
7714
- * @uiName Payout error message title
7715
- */
7716
- "errorTitleText"?: string;
7717
7935
  /**
7718
7936
  * Text displayed for existing publishers that do not have saved banking information.
7719
7937
  * @uiName Payout missing information subtext
@@ -7731,13 +7949,25 @@ declare namespace LocalJSX {
7731
7949
  "thresholdPayoutText"?: string;
7732
7950
  }
7733
7951
  interface SqmPayoutStatusAlert {
7952
+ /**
7953
+ * @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
7954
+ */
7955
+ "cashPayoutsPageUrl"?: string;
7734
7956
  /**
7735
7957
  * @undocumented
7736
7958
  * @uiType object
7737
7959
  */
7738
7960
  "demoData"?: DemoData<PayoutStatusAlertViewProps>;
7739
7961
  /**
7740
- * @uiName Payout on hold alert description
7962
+ * @uiName Error description
7963
+ */
7964
+ "errorDescription"?: string;
7965
+ /**
7966
+ * @uiName Error header
7967
+ */
7968
+ "errorHeader"?: string;
7969
+ /**
7970
+ * @uiName Payout on hold alert description AL: TODO copy not finalized for support section
7741
7971
  */
7742
7972
  "holdDescription"?: string;
7743
7973
  /**
@@ -7756,6 +7986,18 @@ declare namespace LocalJSX {
7756
7986
  * @uiName Info required alert header
7757
7987
  */
7758
7988
  "informationRequiredHeader"?: string;
7989
+ /**
7990
+ * @uiName Support link text
7991
+ */
7992
+ "supportLink"?: string;
7993
+ /**
7994
+ * @uiName Verification failed internal alert description
7995
+ */
7996
+ "verificationFailedInternalDescription"?: string;
7997
+ /**
7998
+ * @uiName Verification failed internal alert header
7999
+ */
8000
+ "verificationFailedInternalHeader"?: string;
7759
8001
  /**
7760
8002
  * @uiName Verification required alert button text
7761
8003
  */
@@ -7768,6 +8010,22 @@ declare namespace LocalJSX {
7768
8010
  * @uiName Verification required alert header
7769
8011
  */
7770
8012
  "verificationRequiredHeader"?: string;
8013
+ /**
8014
+ * @uiName Verification required internal alert description
8015
+ */
8016
+ "verificationRequiredInternalDescription"?: string;
8017
+ /**
8018
+ * @uiName Verification required internal alert header
8019
+ */
8020
+ "verificationRequiredInternalHeader"?: string;
8021
+ /**
8022
+ * @uiName Verification review internal alert description
8023
+ */
8024
+ "verificationReviewInternalDescription"?: string;
8025
+ /**
8026
+ * @uiName Verification review internal alert header
8027
+ */
8028
+ "verificationReviewInternalHeader"?: string;
7771
8029
  }
7772
8030
  interface SqmPopupContainer {
7773
8031
  /**
@@ -9969,20 +10227,6 @@ declare namespace LocalJSX {
9969
10227
  * @uiGroup Dashboard Properties
9970
10228
  */
9971
10229
  "dashboard_editPaymentInformationButton"?: string;
9972
- /**
9973
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
9974
- * @uiName Payout error message description
9975
- * @uiGroup Dashboard Properties
9976
- * @uiWidget textArea
9977
- */
9978
- "dashboard_errorDescriptionText"?: string;
9979
- /**
9980
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
9981
- * @uiName Payout error message title
9982
- * @uiGroup Dashboard Properties
9983
- * @uiWidget textArea
9984
- */
9985
- "dashboard_errorTitleText"?: string;
9986
10230
  /**
9987
10231
  * Part of the Invoice table displayed at the bottom of the page.
9988
10232
  * @uiName Indirect tax column title
@@ -10255,6 +10499,20 @@ declare namespace LocalJSX {
10255
10499
  * @uiWidget textArea
10256
10500
  */
10257
10501
  "loadingErrorAlertHeader"?: string;
10502
+ /**
10503
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10504
+ * @uiName Payout error message description
10505
+ * @uiGroup Dashboard Properties
10506
+ * @uiWidget textArea
10507
+ */
10508
+ "payoutHoldAlertDescription"?: string;
10509
+ /**
10510
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10511
+ * @uiName Payout error message title
10512
+ * @uiGroup Dashboard Properties
10513
+ * @uiWidget textArea
10514
+ */
10515
+ "payoutHoldAlertHeader"?: string;
10258
10516
  /**
10259
10517
  * Placeholder text displayed in the country search dropdown
10260
10518
  * @uiName Country field placeholder text
@@ -10746,6 +11004,12 @@ declare namespace LocalJSX {
10746
11004
  * @uiGroup Step 4 Properties
10747
11005
  */
10748
11006
  "step4_voCodeLabel"?: string;
11007
+ /**
11008
+ * Link text for contacting support team
11009
+ * @uiName Suport link text
11010
+ * @uiGroup General Form Properties
11011
+ */
11012
+ "supportLink"?: string;
10749
11013
  /**
10750
11014
  * Displayed at the top of the page on all set up steps.
10751
11015
  * @uiName Page description
@@ -10806,18 +11070,6 @@ declare namespace LocalJSX {
10806
11070
  * @uiName Edit payment info button label
10807
11071
  */
10808
11072
  "editPaymentInformationButton"?: string;
10809
- /**
10810
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10811
- * @uiName Payout error message description
10812
- * @uiWidget textArea
10813
- */
10814
- "errorDescriptionText"?: string;
10815
- /**
10816
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10817
- * @uiName Payout error message title
10818
- * @uiWidget textArea
10819
- */
10820
- "errorTitleText"?: string;
10821
11073
  /**
10822
11074
  * Part of the alert displayed at the top of the page.
10823
11075
  * @uiName Form submission error message description
@@ -10932,6 +11184,18 @@ declare namespace LocalJSX {
10932
11184
  * @uiWidget textArea
10933
11185
  */
10934
11186
  "payoutFromImpact"?: string;
11187
+ /**
11188
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11189
+ * @uiName Payout error message description
11190
+ * @uiWidget textArea
11191
+ */
11192
+ "payoutHoldAlertDescription"?: string;
11193
+ /**
11194
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11195
+ * @uiName Payout error message title
11196
+ * @uiWidget textArea
11197
+ */
11198
+ "payoutHoldAlertHeader"?: string;
10935
11199
  /**
10936
11200
  * Text displayed for existing publishers that do not have saved banking information.
10937
11201
  * @uiName Payout missing information subtext
@@ -10971,6 +11235,10 @@ declare namespace LocalJSX {
10971
11235
  * @uiName Spain sub-region indirect tax number
10972
11236
  */
10973
11237
  "subRegionTaxNumber"?: string;
11238
+ /**
11239
+ * @uiName Support link text
11240
+ */
11241
+ "supportLink"?: string;
10974
11242
  /**
10975
11243
  * Part of the alert displayed at the top of the page.
10976
11244
  * @uiName Inactive W-8 error message title
@@ -11013,6 +11281,47 @@ declare namespace LocalJSX {
11013
11281
  * @uiName Payout schedule by threshold text
11014
11282
  */
11015
11283
  "thresholdPayoutText"?: string;
11284
+ /**
11285
+ * @uiName Verification failed internal alert description
11286
+ */
11287
+ "verificationFailedInternalDescription"?: string;
11288
+ /**
11289
+ * @uiName Verification failed internal alert header
11290
+ */
11291
+ "verificationFailedInternalHeader"?: string;
11292
+ /**
11293
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
11294
+ * @uiName Verification required alert button text
11295
+ */
11296
+ "verificationRequiredButtonText"?: string;
11297
+ /**
11298
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity
11299
+ * @uiName Verification required alert message description
11300
+ * @uiWidget textArea
11301
+ */
11302
+ "verificationRequiredDescription"?: string;
11303
+ /**
11304
+ * Part of the alert displayed at the top of the page when the user needs to verify their identity.
11305
+ * @uiName Verification required alert message title
11306
+ * @uiWidget textArea
11307
+ */
11308
+ "verificationRequiredHeader"?: string;
11309
+ /**
11310
+ * @uiName Verification required internal alert description
11311
+ */
11312
+ "verificationRequiredInternalDescription"?: string;
11313
+ /**
11314
+ * @uiName Verification required internal alert header
11315
+ */
11316
+ "verificationRequiredInternalHeader"?: string;
11317
+ /**
11318
+ * @uiName Verification review internal alert description
11319
+ */
11320
+ "verificationReviewInternalDescription"?: string;
11321
+ /**
11322
+ * @uiName Verification review internal alert header
11323
+ */
11324
+ "verificationReviewInternalHeader"?: string;
11016
11325
  }
11017
11326
  interface SqmText {
11018
11327
  }
@@ -11225,6 +11534,10 @@ declare namespace LocalJSX {
11225
11534
  * @uiName State field label
11226
11535
  */
11227
11536
  "state"?: string;
11537
+ /**
11538
+ * @uiName Support link text
11539
+ */
11540
+ "supportLink"?: string;
11228
11541
  /**
11229
11542
  * Displayed at the top of the page on all set up steps.
11230
11543
  * @uiName Page description
@@ -11259,8 +11572,93 @@ declare namespace LocalJSX {
11259
11572
  "loadingText"?: string;
11260
11573
  }
11261
11574
  interface SqmWidgetVerification {
11575
+ /**
11576
+ * Link text displayed under verify button
11577
+ * @uiName Resend code text
11578
+ * @uiGroup Code Verification Step
11579
+ */
11580
+ "codeStep_codeResentSuccessfullyText"?: string;
11581
+ /**
11582
+ * Error text displayed under verification input
11583
+ * @uiName Invalid code text
11584
+ * @uiGroup Code Verification Step
11585
+ */
11586
+ "codeStep_invalidCodeText"?: string;
11587
+ /**
11588
+ * Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
11589
+ * @uiName Network error message
11590
+ * @uiGroup Code Verification Step
11591
+ */
11592
+ "codeStep_networkErrorMessage"?: string;
11593
+ /**
11594
+ * The link that appears in the resend code link
11595
+ * @uiName Resend code label
11596
+ * @uiGroup Code Verification Step
11597
+ */
11598
+ "codeStep_resendCodeLabel"?: string;
11599
+ /**
11600
+ * Text displayed under verify button
11601
+ * @uiName Resend code text
11602
+ * @uiGroup Code Verification Step
11603
+ */
11604
+ "codeStep_resendCodeText"?: string;
11605
+ /**
11606
+ * @uiName Reverify code widget header text
11607
+ * @uiGroup Code Verification Step
11608
+ */
11609
+ "codeStep_reverifyCodeHeaderText"?: string;
11610
+ /**
11611
+ * @uiName Verify code widget header text
11612
+ * @uiGroup Code Verification Step
11613
+ */
11614
+ "codeStep_verifyCodeHeaderText"?: string;
11615
+ /**
11616
+ * @uiName Verify code button text
11617
+ * @uiGroup Code Verification Step
11618
+ */
11619
+ "codeStep_verifyText"?: string;
11620
+ /**
11621
+ * @uiName Email input label
11622
+ * @uiGroup Email Verification Step
11623
+ */
11624
+ "emailStep_emailLabel"?: string;
11625
+ /**
11626
+ * @uiName Send code button text
11627
+ * @uiGroup Email Verification Step
11628
+ */
11629
+ "emailStep_emailValidationErrorText"?: string;
11630
+ /**
11631
+ * @uiName Send code to email alert description
11632
+ * @uiGroup Email Verification Step
11633
+ */
11634
+ "emailStep_sendCodeErrorDescription"?: string;
11635
+ /**
11636
+ * @uiName Send code to email alert header
11637
+ * @uiGroup Email Verification Step
11638
+ */
11639
+ "emailStep_sendCodeErrorHeader"?: string;
11640
+ /**
11641
+ * @uiName Send code button text
11642
+ * @uiGroup Email Verification Step
11643
+ */
11644
+ "emailStep_sendCodeText"?: string;
11645
+ /**
11646
+ * @uiName Verify email widget header text
11647
+ * @uiGroup Email Verification Step
11648
+ */
11649
+ "emailStep_verifyEmailHeaderText"?: string;
11650
+ /**
11651
+ * @uiName General verify widget description text
11652
+ * @uiGroup General Text
11653
+ */
11654
+ "general_verifyEmailDescription"?: string;
11655
+ /**
11656
+ * @uiName General verify widget header text
11657
+ * @uiGroup General Text
11658
+ */
11659
+ "general_verifyEmailHeader"?: string;
11262
11660
  }
11263
- interface SqmWidgetVerificationInternal {
11661
+ interface SqmWidgetVerificationController {
11264
11662
  }
11265
11663
  interface IntrinsicElements {
11266
11664
  "raisins-plop-target": RaisinsPlopTarget;
@@ -11376,7 +11774,7 @@ declare namespace LocalJSX {
11376
11774
  "sqm-user-info-form": SqmUserInfoForm;
11377
11775
  "sqm-user-name": SqmUserName;
11378
11776
  "sqm-widget-verification": SqmWidgetVerification;
11379
- "sqm-widget-verification-internal": SqmWidgetVerificationInternal;
11777
+ "sqm-widget-verification-controller": SqmWidgetVerificationController;
11380
11778
  }
11381
11779
  }
11382
11780
  export { LocalJSX as JSX };
@@ -11496,7 +11894,7 @@ declare module "@stencil/core" {
11496
11894
  "sqm-user-info-form": LocalJSX.SqmUserInfoForm & JSXBase.HTMLAttributes<HTMLSqmUserInfoFormElement>;
11497
11895
  "sqm-user-name": LocalJSX.SqmUserName & JSXBase.HTMLAttributes<HTMLSqmUserNameElement>;
11498
11896
  "sqm-widget-verification": LocalJSX.SqmWidgetVerification & JSXBase.HTMLAttributes<HTMLSqmWidgetVerificationElement>;
11499
- "sqm-widget-verification-internal": LocalJSX.SqmWidgetVerificationInternal & JSXBase.HTMLAttributes<HTMLSqmWidgetVerificationInternalElement>;
11897
+ "sqm-widget-verification-controller": LocalJSX.SqmWidgetVerificationController & JSXBase.HTMLAttributes<HTMLSqmWidgetVerificationControllerElement>;
11500
11898
  }
11501
11899
  }
11502
11900
  }