@saasquatch/mint-components 1.12.0-8 → 1.12.1-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 (382) hide show
  1. package/dist/cjs/{ShadowViewAddon-040cffad.js → ShadowViewAddon-c3e91cee.js} +22 -25
  2. package/dist/cjs/{global-c3637175.js → global-02e50f09.js} +2 -2
  3. package/dist/cjs/{index.module-b8d9d0ba.js → index.module-df530553.js} +18 -55
  4. package/dist/cjs/loader.cjs.js +3 -3
  5. package/dist/cjs/mint-components.cjs.js +3 -3
  6. package/dist/cjs/{re-render-5bde3d2e.js → re-render-1976e05e.js} +4 -4
  7. package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
  8. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +139 -224
  9. package/dist/cjs/sqm-big-stat_39.cjs.entry.js +218 -386
  10. package/dist/cjs/sqm-close-button.cjs.entry.js +1 -1
  11. package/dist/cjs/sqm-context-router.cjs.entry.js +2 -2
  12. package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -2
  13. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
  14. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +3 -3
  15. package/dist/cjs/{sqm-invoice-table-view-5d3a2d35.js → sqm-invoice-table-view-e3b03a00.js} +1 -59
  16. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +5 -5
  17. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +3 -3
  18. package/dist/cjs/{sqm-navigation-sidebar-item-view-a2135064.js → sqm-navigation-sidebar-item-view-a125ec5f.js} +2 -2
  19. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +3 -3
  20. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
  21. package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
  22. package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
  23. package/dist/cjs/{sqm-portal-email-verification-view-050dbe0f.js → sqm-portal-email-verification-view-292b5bf4.js} +1 -1
  24. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +8 -8
  25. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
  26. package/dist/cjs/sqm-portal-logout.cjs.entry.js +2 -2
  27. package/dist/cjs/{sqm-portal-profile-view-d97086bc.js → sqm-portal-profile-view-fde54e35.js} +1 -1
  28. package/dist/cjs/sqm-portal-profile.cjs.entry.js +7 -7
  29. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +5 -5
  30. package/dist/cjs/sqm-portal-registration-form-view-621348a6.js +85 -0
  31. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +13 -88
  32. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +6 -6
  33. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +6 -6
  34. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +5 -5
  35. package/dist/cjs/sqm-referred-registration.cjs.entry.js +3 -3
  36. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
  37. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +10 -10
  38. package/dist/cjs/sqm-stencilbook.cjs.entry.js +366 -377
  39. package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
  40. package/dist/cjs/sqm-tabs.cjs.entry.js +4 -4
  41. package/dist/cjs/{useChildElements-410d2435.js → useChildElements-e0d44916.js} +2 -2
  42. package/dist/cjs/{useInstantAccessRegistration-ccf81eae.js → useInstantAccessRegistration-bbe746d1.js} +3 -3
  43. package/dist/cjs/{useReferralTable-824ac152.js → useReferralTable-a76adb0d.js} +9 -9
  44. package/dist/cjs/{useRegistrationFormState-f9ce55be.js → useRegistrationFormState-876ed65d.js} +2 -2
  45. package/dist/cjs/{utilities-f7de6c04.js → utilities-cec9dd36.js} +1 -1
  46. package/dist/collection/collection-manifest.json +1 -6
  47. package/dist/collection/components/sqm-big-stat/useBigStat.js +3 -6
  48. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +5 -5
  49. package/dist/collection/components/sqm-marketing-emails-checkbox/MarketingEmailsCheckbox.stories.js +11 -0
  50. package/dist/collection/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.js +160 -0
  51. package/dist/collection/components/sqm-portal-registration-form/PortalRegistrationForm.stories.js +5 -1
  52. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +1 -1
  53. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +3 -2
  54. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +4 -8
  55. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +0 -2
  56. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +0 -56
  57. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +1 -5
  58. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +38 -101
  59. package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +2 -15
  60. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +0 -6
  61. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +8 -8
  62. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +2 -2
  63. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +0 -11
  64. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +9 -10
  65. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +1 -2
  66. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +2 -2
  67. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +11 -14
  68. package/dist/esm/{ShadowViewAddon-69b61037.js → ShadowViewAddon-e012b2aa.js} +22 -25
  69. package/dist/esm/{global-6306a9b8.js → global-04c7d3b5.js} +2 -2
  70. package/dist/esm/{index.module-6c840c4e.js → index.module-def4aec5.js} +3 -40
  71. package/dist/esm/loader.js +3 -3
  72. package/dist/esm/mint-components.js +3 -3
  73. package/dist/esm/{re-render-1bcfd0de.js → re-render-12fd274a.js} +4 -4
  74. package/dist/esm/sqm-asset-card.entry.js +1 -1
  75. package/dist/esm/sqm-banking-info-form_16.entry.js +138 -223
  76. package/dist/esm/sqm-big-stat_39.entry.js +217 -385
  77. package/dist/esm/sqm-close-button.entry.js +1 -1
  78. package/dist/esm/sqm-context-router.entry.js +2 -2
  79. package/dist/esm/sqm-empty_4.entry.js +2 -2
  80. package/dist/esm/sqm-graphql-client-provider.entry.js +5 -5
  81. package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
  82. package/dist/esm/{sqm-invoice-table-view-e9075c0b.js → sqm-invoice-table-view-6e13a323.js} +1 -59
  83. package/dist/esm/sqm-leaderboard-rank.entry.js +5 -5
  84. package/dist/esm/sqm-logout-current-user.entry.js +3 -3
  85. package/dist/esm/{sqm-navigation-sidebar-item-view-f8e78810.js → sqm-navigation-sidebar-item-view-60ef06cc.js} +2 -2
  86. package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
  87. package/dist/esm/sqm-navigation-sidebar.entry.js +3 -3
  88. package/dist/esm/sqm-password-field.entry.js +2 -2
  89. package/dist/esm/sqm-popup-container.entry.js +4 -4
  90. package/dist/esm/{sqm-portal-email-verification-view-c6ac5430.js → sqm-portal-email-verification-view-4307c992.js} +1 -1
  91. package/dist/esm/sqm-portal-email-verification.entry.js +8 -8
  92. package/dist/esm/sqm-portal-forgot-password.entry.js +4 -4
  93. package/dist/esm/sqm-portal-logout.entry.js +2 -2
  94. package/dist/esm/{sqm-portal-profile-view-15ddbec8.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
  95. package/dist/esm/sqm-portal-profile.entry.js +7 -7
  96. package/dist/esm/sqm-portal-protected-route.entry.js +5 -5
  97. package/dist/esm/sqm-portal-registration-form-view-1d3066e1.js +83 -0
  98. package/dist/esm/sqm-portal-registration-form.entry.js +18 -93
  99. package/dist/esm/sqm-portal-reset-password.entry.js +6 -6
  100. package/dist/esm/sqm-portal-verify-email.entry.js +6 -6
  101. package/dist/esm/sqm-referral-table_11.entry.js +5 -5
  102. package/dist/esm/sqm-referred-registration.entry.js +3 -3
  103. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  104. package/dist/esm/sqm-rewards-table_9.entry.js +10 -10
  105. package/dist/esm/sqm-stencilbook.entry.js +366 -377
  106. package/dist/esm/sqm-tab.entry.js +2 -2
  107. package/dist/esm/sqm-tabs.entry.js +4 -4
  108. package/dist/esm/stencil-hooks.module-ac12ca1c.js +1 -1
  109. package/dist/esm/{useChildElements-fc84e640.js → useChildElements-32e1bda1.js} +2 -2
  110. package/dist/esm/{useInstantAccessRegistration-8b0a4556.js → useInstantAccessRegistration-46b89952.js} +3 -3
  111. package/dist/esm/{useReferralTable-f6ffa103.js → useReferralTable-f4de0650.js} +9 -9
  112. package/dist/esm/{useRegistrationFormState-849e27f7.js → useRegistrationFormState-9fc1ac80.js} +2 -2
  113. package/dist/esm/{utilities-443732be.js → utilities-3f5bba22.js} +1 -1
  114. package/dist/esm-es5/ShadowViewAddon-e012b2aa.js +1 -0
  115. package/dist/esm-es5/{global-6306a9b8.js → global-04c7d3b5.js} +2 -2
  116. package/dist/esm-es5/index.module-def4aec5.js +1 -0
  117. package/dist/esm-es5/loader.js +1 -1
  118. package/dist/esm-es5/mint-components.js +1 -1
  119. package/dist/esm-es5/{re-render-1bcfd0de.js → re-render-12fd274a.js} +1 -1
  120. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  121. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  122. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
  123. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  124. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  125. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  126. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  127. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  128. package/dist/esm-es5/sqm-invoice-table-view-6e13a323.js +1 -0
  129. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  130. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  131. package/dist/esm-es5/sqm-navigation-sidebar-item-view-60ef06cc.js +1 -0
  132. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  133. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  134. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  135. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  136. package/dist/esm-es5/{sqm-portal-email-verification-view-c6ac5430.js → sqm-portal-email-verification-view-4307c992.js} +1 -1
  137. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  138. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  139. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  140. package/dist/esm-es5/{sqm-portal-profile-view-15ddbec8.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
  141. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  142. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  143. package/dist/esm-es5/sqm-portal-registration-form-view-1d3066e1.js +1 -0
  144. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  145. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  146. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  147. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  148. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  149. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  150. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  151. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  152. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  153. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  154. package/dist/esm-es5/stencil-hooks.module-ac12ca1c.js +1 -1
  155. package/dist/esm-es5/{useChildElements-fc84e640.js → useChildElements-32e1bda1.js} +1 -1
  156. package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +1 -0
  157. package/dist/esm-es5/{useReferralTable-f6ffa103.js → useReferralTable-f4de0650.js} +1 -1
  158. package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +1 -0
  159. package/dist/esm-es5/{utilities-443732be.js → utilities-3f5bba22.js} +1 -1
  160. package/dist/mint-components/mint-components.esm.js +1 -1
  161. package/dist/mint-components/mint-components.js +1 -1
  162. package/dist/mint-components/{p-f450654b.system.entry.js → p-01cfff8a.system.entry.js} +1 -1
  163. package/dist/mint-components/{p-94454880.entry.js → p-021a735d.entry.js} +1 -1
  164. package/dist/mint-components/{p-ac51940e.system.js → p-02424350.system.js} +1 -1
  165. package/dist/mint-components/p-03494732.entry.js +1 -0
  166. package/dist/mint-components/{p-59818690.system.entry.js → p-07f675ab.system.entry.js} +1 -1
  167. package/dist/mint-components/{p-11d1b212.js → p-0b9fa97f.js} +1 -1
  168. package/dist/mint-components/{p-5becb2ff.system.js → p-0d8c53ac.system.js} +1 -1
  169. package/dist/mint-components/{p-9eae245f.js → p-10685090.js} +4 -7
  170. package/dist/mint-components/p-10e89d0a.entry.js +1 -0
  171. package/dist/mint-components/{p-012daf3c.entry.js → p-137ea86e.entry.js} +1 -1
  172. package/dist/mint-components/p-1c857edb.entry.js +33 -0
  173. package/dist/mint-components/{p-e12d3414.system.entry.js → p-1dd69917.system.entry.js} +1 -1
  174. package/dist/mint-components/p-2a414b2e.system.js +2 -2
  175. package/dist/mint-components/{p-d468925f.entry.js → p-2dd67762.entry.js} +1 -1
  176. package/dist/mint-components/{p-1d27da33.js → p-2ee2ebba.js} +2 -2
  177. package/dist/mint-components/{p-84b25a46.entry.js → p-3223ba7b.entry.js} +1 -1
  178. package/dist/mint-components/{p-f4cbbe47.entry.js → p-32d1d162.entry.js} +1 -1
  179. package/dist/mint-components/{p-cb433855.system.entry.js → p-35d84041.system.entry.js} +1 -1
  180. package/dist/mint-components/{p-4babe350.system.js → p-3d4656bb.system.js} +1 -1
  181. package/dist/mint-components/{p-f36e33ff.entry.js → p-3ec16698.entry.js} +2 -2
  182. package/dist/mint-components/p-40b1de58.js +1 -0
  183. package/dist/mint-components/p-4112e198.system.js +1 -0
  184. package/dist/mint-components/{p-04348a9b.js → p-41a11a7f.js} +1 -1
  185. package/dist/mint-components/p-44787d6e.system.js +1 -0
  186. package/dist/mint-components/{p-be1ae1ed.system.entry.js → p-4502ed11.system.entry.js} +1 -1
  187. package/dist/mint-components/p-458b2894.entry.js +9 -0
  188. package/dist/mint-components/{p-e0e7635a.js → p-4d233cd4.js} +1 -1
  189. package/dist/mint-components/{p-cd44de66.system.js → p-4df8f1d2.system.js} +1 -1
  190. package/dist/mint-components/{p-7dd1ff31.system.entry.js → p-4ea58025.system.entry.js} +1 -1
  191. package/dist/mint-components/{p-a45b03d2.entry.js → p-4edde470.entry.js} +1 -1
  192. package/dist/mint-components/p-51f517a2.js +1 -0
  193. package/dist/mint-components/{p-bee1e573.entry.js → p-56f14840.entry.js} +1 -1
  194. package/dist/mint-components/{p-0527d90b.system.entry.js → p-58ef25d3.system.entry.js} +1 -1
  195. package/dist/mint-components/{p-fc422446.system.js → p-59fe4ad1.system.js} +1 -1
  196. package/dist/mint-components/p-5b333fa8.system.entry.js +1 -0
  197. package/dist/mint-components/p-5be235f9.entry.js +1 -0
  198. package/dist/mint-components/{p-bc826117.system.entry.js → p-5cac90e8.system.entry.js} +1 -1
  199. package/dist/mint-components/{p-22425c71.system.entry.js → p-5f1c4160.system.entry.js} +1 -1
  200. package/dist/mint-components/{p-0121e044.js → p-61eab172.js} +1 -1
  201. package/dist/mint-components/{p-4eae91a9.system.js → p-674a64fe.system.js} +1 -1
  202. package/dist/mint-components/{p-76392386.entry.js → p-6cef104b.entry.js} +1 -1
  203. package/dist/mint-components/{p-0893073b.entry.js → p-7049e9b0.entry.js} +1 -1
  204. package/dist/mint-components/p-711ba77e.system.entry.js +1 -0
  205. package/dist/mint-components/p-770368bc.system.js +1 -0
  206. package/dist/mint-components/{p-c3babfa4.system.entry.js → p-7731f793.system.entry.js} +1 -1
  207. package/dist/mint-components/p-79191f88.entry.js +1 -0
  208. package/dist/mint-components/p-7f088154.entry.js +1 -0
  209. package/dist/mint-components/{p-3e7ec0f3.system.entry.js → p-8679ed9f.system.entry.js} +1 -1
  210. package/dist/mint-components/{p-6c928c7d.entry.js → p-86990110.entry.js} +1 -1
  211. package/dist/mint-components/{p-d83b0cf3.js → p-8704937c.js} +1 -1
  212. package/dist/mint-components/p-8b5b78ca.entry.js +1 -0
  213. package/dist/mint-components/p-8e907ac7.system.entry.js +1 -0
  214. package/dist/mint-components/p-91669312.entry.js +1 -0
  215. package/dist/mint-components/p-95771f79.system.js +1 -0
  216. package/dist/mint-components/p-96242551.system.entry.js +1 -0
  217. package/dist/mint-components/{p-f56348dc.system.entry.js → p-9c310991.system.entry.js} +1 -1
  218. package/dist/mint-components/{p-9ec008cb.system.entry.js → p-9f0629ba.system.entry.js} +1 -1
  219. package/dist/mint-components/{p-f531a5c9.system.entry.js → p-a1dba9a1.system.entry.js} +1 -1
  220. package/dist/mint-components/p-a6a7dcaa.js +1 -0
  221. package/dist/mint-components/{p-9cdbd1ac.system.entry.js → p-a7c2ced2.system.entry.js} +1 -1
  222. package/dist/mint-components/p-a8f7cb95.js +1 -0
  223. package/dist/mint-components/{p-03dbe2ce.entry.js → p-a9050eb0.entry.js} +1 -1
  224. package/dist/mint-components/{p-fd21ae8f.entry.js → p-aad11a68.entry.js} +1 -1
  225. package/dist/mint-components/p-aee2304a.entry.js +223 -0
  226. package/dist/mint-components/{p-04ced592.system.entry.js → p-af062c8f.system.entry.js} +1 -1
  227. package/dist/mint-components/{p-1f7d7524.system.entry.js → p-afd366ae.system.entry.js} +1 -1
  228. package/dist/mint-components/p-b370fca8.system.js +1 -0
  229. package/dist/mint-components/{p-5291891c.entry.js → p-b4c52c5a.entry.js} +2 -2
  230. package/dist/mint-components/{p-36e9296e.system.entry.js → p-b5861974.system.entry.js} +1 -1
  231. package/dist/mint-components/{p-83c9f37b.system.entry.js → p-b6fc1227.system.entry.js} +1 -1
  232. package/dist/mint-components/p-bb00db59.js +1 -0
  233. package/dist/mint-components/{p-5fba1a04.system.entry.js → p-be4b748a.system.entry.js} +1 -1
  234. package/dist/mint-components/{p-8d554a89.system.js → p-c84659a3.system.js} +1 -1
  235. package/dist/mint-components/{p-9e0230c3.entry.js → p-ce5afa40.entry.js} +1 -1
  236. package/dist/mint-components/{p-2816bf6a.js → p-ce621bcc.js} +1 -1
  237. package/dist/mint-components/{p-88bf51b7.system.entry.js → p-cf690d55.system.entry.js} +1 -1
  238. package/dist/mint-components/p-d5de2646.system.entry.js +1 -0
  239. package/dist/mint-components/{p-4671e644.entry.js → p-d8d2de11.entry.js} +1 -1
  240. package/dist/mint-components/p-d8e68e16.entry.js +13 -0
  241. package/dist/mint-components/{p-4e373c3d.system.js → p-dd7ee007.system.js} +1 -1
  242. package/dist/mint-components/{p-d35d8c06.entry.js → p-e3735866.entry.js} +2 -2
  243. package/dist/mint-components/p-e6d74386.system.entry.js +1 -0
  244. package/dist/mint-components/{p-68747d88.js → p-eaada4da.js} +1 -1
  245. package/dist/mint-components/{p-51d53165.system.entry.js → p-eba44835.system.entry.js} +1 -1
  246. package/dist/mint-components/p-ec41d6a4.entry.js +174 -0
  247. package/dist/mint-components/{p-43621f12.system.js → p-ed095674.system.js} +1 -1
  248. package/dist/mint-components/p-ed17e637.system.js +1 -0
  249. package/dist/mint-components/{p-c1f4fb6d.system.entry.js → p-fb20eb5e.system.entry.js} +1 -1
  250. package/dist/mint-components/p-fd2c5407.js +2 -2
  251. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field-view.d.ts +1 -1
  252. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +4 -4
  253. package/dist/types/components/sqm-marketing-emails-checkbox/MarketingEmailsCheckbox.stories.d.ts +8 -0
  254. package/dist/types/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.d.ts +34 -0
  255. package/dist/types/components/sqm-portal-registration-form/PortalRegistrationForm.stories.d.ts +1 -0
  256. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form-view.d.ts +1 -0
  257. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +1 -1
  258. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +0 -2
  259. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +0 -2
  260. package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +1 -1
  261. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/data.d.ts +0 -5
  262. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +2 -2
  263. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +0 -5
  264. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +2 -2
  265. package/dist/types/components.d.ts +108 -591
  266. package/docs/docs.docx +0 -0
  267. package/docs/raisins.json +1 -1
  268. package/grapesjs/grapesjs.js +1 -1
  269. package/package.json +2 -2
  270. package/dist/cjs/extractProps-fd93ba62.js +0 -21
  271. package/dist/cjs/keys-cff24974.js +0 -11
  272. package/dist/cjs/sqm-code-verification.cjs.entry.js +0 -345
  273. package/dist/cjs/sqm-email-verification.cjs.entry.js +0 -283
  274. package/dist/cjs/sqm-scroll.cjs.entry.js +0 -109
  275. package/dist/cjs/sqm-widget-verification-internal.cjs.entry.js +0 -103
  276. package/dist/cjs/sqm-widget-verification.cjs.entry.js +0 -210
  277. package/dist/cjs/useVerificationEmail-6aacdb71.js +0 -169
  278. package/dist/collection/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.js +0 -8
  279. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +0 -23
  280. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll.js +0 -118
  281. package/dist/collection/components/sqm-payout-button-scroll/usePayoutButton.js +0 -44
  282. package/dist/collection/components/sqm-widget-verification/keys.js +0 -4
  283. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +0 -36
  284. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +0 -128
  285. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +0 -301
  286. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +0 -156
  287. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.js +0 -42
  288. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +0 -91
  289. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +0 -226
  290. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +0 -126
  291. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-internal.js +0 -339
  292. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +0 -557
  293. package/dist/collection/components/sqm-widget-verification/useVerificationEmail.js +0 -165
  294. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +0 -22
  295. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +0 -116
  296. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +0 -354
  297. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +0 -65
  298. package/dist/esm/extractProps-ae1afbb3.js +0 -19
  299. package/dist/esm/keys-db1897ae.js +0 -6
  300. package/dist/esm/sqm-code-verification.entry.js +0 -341
  301. package/dist/esm/sqm-email-verification.entry.js +0 -279
  302. package/dist/esm/sqm-scroll.entry.js +0 -105
  303. package/dist/esm/sqm-widget-verification-internal.entry.js +0 -99
  304. package/dist/esm/sqm-widget-verification.entry.js +0 -206
  305. package/dist/esm/useVerificationEmail-c32696ba.js +0 -167
  306. package/dist/esm-es5/ShadowViewAddon-69b61037.js +0 -1
  307. package/dist/esm-es5/extractProps-ae1afbb3.js +0 -1
  308. package/dist/esm-es5/index.module-6c840c4e.js +0 -1
  309. package/dist/esm-es5/keys-db1897ae.js +0 -1
  310. package/dist/esm-es5/sqm-code-verification.entry.js +0 -1
  311. package/dist/esm-es5/sqm-email-verification.entry.js +0 -1
  312. package/dist/esm-es5/sqm-invoice-table-view-e9075c0b.js +0 -1
  313. package/dist/esm-es5/sqm-navigation-sidebar-item-view-f8e78810.js +0 -1
  314. package/dist/esm-es5/sqm-scroll.entry.js +0 -1
  315. package/dist/esm-es5/sqm-widget-verification-internal.entry.js +0 -1
  316. package/dist/esm-es5/sqm-widget-verification.entry.js +0 -1
  317. package/dist/esm-es5/useInstantAccessRegistration-8b0a4556.js +0 -1
  318. package/dist/esm-es5/useRegistrationFormState-849e27f7.js +0 -1
  319. package/dist/esm-es5/useVerificationEmail-c32696ba.js +0 -1
  320. package/dist/mint-components/p-0c9ad5f3.system.entry.js +0 -1
  321. package/dist/mint-components/p-1649ee1e.entry.js +0 -240
  322. package/dist/mint-components/p-1712a9fd.entry.js +0 -11
  323. package/dist/mint-components/p-1b861be5.entry.js +0 -1
  324. package/dist/mint-components/p-1e616d45.system.js +0 -1
  325. package/dist/mint-components/p-26468242.js +0 -1
  326. package/dist/mint-components/p-2868f475.entry.js +0 -1
  327. package/dist/mint-components/p-3925bcd6.entry.js +0 -13
  328. package/dist/mint-components/p-39840341.js +0 -1
  329. package/dist/mint-components/p-39e412e8.system.entry.js +0 -1
  330. package/dist/mint-components/p-4364001c.entry.js +0 -12
  331. package/dist/mint-components/p-54ffae13.entry.js +0 -194
  332. package/dist/mint-components/p-5a23b560.system.entry.js +0 -1
  333. package/dist/mint-components/p-63ac51e1.system.entry.js +0 -1
  334. package/dist/mint-components/p-64491210.system.entry.js +0 -1
  335. package/dist/mint-components/p-8690f682.system.js +0 -1
  336. package/dist/mint-components/p-93576222.system.js +0 -1
  337. package/dist/mint-components/p-947fe79b.entry.js +0 -1
  338. package/dist/mint-components/p-9596e97c.system.entry.js +0 -1
  339. package/dist/mint-components/p-974070c4.system.entry.js +0 -1
  340. package/dist/mint-components/p-99c15c5e.entry.js +0 -1
  341. package/dist/mint-components/p-9d34f4f0.entry.js +0 -33
  342. package/dist/mint-components/p-a4282d02.system.entry.js +0 -1
  343. package/dist/mint-components/p-a85f57bb.entry.js +0 -1
  344. package/dist/mint-components/p-a8645c1b.system.js +0 -1
  345. package/dist/mint-components/p-b1e8a802.entry.js +0 -1
  346. package/dist/mint-components/p-b2a99637.system.js +0 -1
  347. package/dist/mint-components/p-bdd6bb13.js +0 -1
  348. package/dist/mint-components/p-c3b37bbf.js +0 -1
  349. package/dist/mint-components/p-c510fb88.entry.js +0 -1
  350. package/dist/mint-components/p-c92a743e.entry.js +0 -1
  351. package/dist/mint-components/p-c9fb6102.entry.js +0 -1
  352. package/dist/mint-components/p-ca809fdd.system.js +0 -1
  353. package/dist/mint-components/p-d238372a.system.entry.js +0 -1
  354. package/dist/mint-components/p-d7806f31.js +0 -48
  355. package/dist/mint-components/p-def516b8.system.js +0 -1
  356. package/dist/mint-components/p-e01ac27c.system.js +0 -1
  357. package/dist/mint-components/p-e45a8501.system.entry.js +0 -1
  358. package/dist/mint-components/p-ead27698.system.entry.js +0 -1
  359. package/dist/mint-components/p-f340214f.entry.js +0 -25
  360. package/dist/mint-components/p-f55060db.js +0 -1
  361. package/dist/mint-components/p-f655a7df.js +0 -1
  362. package/dist/mint-components/p-fffc3590.entry.js +0 -9
  363. package/dist/types/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.d.ts +0 -5
  364. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.d.ts +0 -10
  365. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll.d.ts +0 -26
  366. package/dist/types/components/sqm-payout-button-scroll/usePayoutButton.d.ts +0 -7
  367. package/dist/types/components/sqm-widget-verification/keys.d.ts +0 -4
  368. package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +0 -9
  369. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.d.ts +0 -26
  370. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +0 -54
  371. package/dist/types/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.d.ts +0 -25
  372. package/dist/types/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.d.ts +0 -10
  373. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.d.ts +0 -21
  374. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +0 -40
  375. package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +0 -10
  376. package/dist/types/components/sqm-widget-verification/sqm-widget-verification-internal.d.ts +0 -20
  377. package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +0 -87
  378. package/dist/types/components/sqm-widget-verification/useVerificationEmail.d.ts +0 -14
  379. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +0 -10
  380. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +0 -30
  381. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +0 -62
  382. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +0 -19
@@ -10,12 +10,10 @@ 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";
14
13
  import { CouponCodeViewProps } from "./components/sqm-coupon-code/sqm-coupon-code-view";
15
14
  import { UseDocusignFormResult } from "./components/tax-and-cash/sqm-docusign-form/useDocusignForm";
16
15
  import { DropdownFieldViewProps } from "./components/sqm-dropdown-field/sqm-dropdown-field-view";
17
16
  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";
19
17
  import { Spacing } from "./global/mixins";
20
18
  import { FunctionalComponent, VNode } from "./stencil-public-runtime";
21
19
  import { UseIndirectTaxFormResult } from "./components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm";
@@ -29,8 +27,6 @@ import { NameFieldsViewProps } from "./components/sqm-name-fields/sqm-name-field
29
27
  import { NavigationMenuViewProps } from "./components/sqm-navigation-menu/sqm-navigation-menu-view";
30
28
  import { NavigationSidebarItemViewProps } from "./components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view";
31
29
  import { PasswordFieldViewDemoProps } from "./components/sqm-password-field/sqm-password-field";
32
- import { PayoutButtonScrollViewProps } from "./components/sqm-payout-button-scroll/sqm-payout-button-scroll-view";
33
- import { PayoutStatusAlertViewProps } from "./components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view";
34
30
  import { PortalChangePasswordViewProps } from "./components/sqm-portal-change-password/sqm-portal-change-password-view";
35
31
  import { PortalEmailVerificationViewProps } from "./components/sqm-portal-email-verification/sqm-portal-email-verification-view";
36
32
  import { PortalForgotPasswordViewProps } from "./components/sqm-portal-forgot-password/sqm-portal-forgot-password-view";
@@ -387,11 +383,11 @@ export namespace Components {
387
383
  * Used with link text if the checkbox label contains {labelLink}
388
384
  * @uiName Checkbox label link
389
385
  */
390
- "checkboxLabelLink": string;
386
+ "checkboxLabelLink"?: string;
391
387
  /**
392
388
  * @uiName Checkbox label link lext
393
389
  */
394
- "checkboxLabelLinkText": string;
390
+ "checkboxLabelLinkText"?: string;
395
391
  /**
396
392
  * This name is used as the key for this form field on submission. The name must be unique within this specific form.
397
393
  * @uiName Checkbox name attribute
@@ -410,7 +406,7 @@ export namespace Components {
410
406
  /**
411
407
  * @uiName Unchecked error message
412
408
  */
413
- "errorMessage": string;
409
+ "errorMessage"?: string;
414
410
  }
415
411
  interface SqmCloseButton {
416
412
  /**
@@ -420,54 +416,6 @@ export namespace Components {
420
416
  */
421
417
  "color": string;
422
418
  }
423
- interface SqmCodeVerification {
424
- /**
425
- * Link text displayed under verify button
426
- * @uiName Resend code text
427
- */
428
- "codeResentSuccessfullyText": string;
429
- /**
430
- * @undocumented
431
- * @uiType object
432
- */
433
- "demoData"?: DemoData<WidgetCodeVerificationViewProps>;
434
- /**
435
- * Error text displayed under verification input
436
- * @uiName Invalid code text
437
- */
438
- "invalidCodeText": string;
439
- /**
440
- * Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
441
- * @uiName Network error message
442
- */
443
- "networkErrorMessage": string;
444
- /**
445
- * @undocumented
446
- */
447
- "onVerification"?: (token: string) => any;
448
- /**
449
- * The link that appears in the resend code link
450
- * @uiName Resend code label
451
- */
452
- "resendCodeLabel": string;
453
- /**
454
- * Text displayed under verify button
455
- * @uiName Resend code text
456
- */
457
- "resendCodeText": string;
458
- /**
459
- * @uiName Reverify code widget header text
460
- */
461
- "reverifyCodeHeaderText": string;
462
- /**
463
- * @uiName Verify code widget header text
464
- */
465
- "verifyCodeHeaderText": string;
466
- /**
467
- * @uiName Verify code button text
468
- */
469
- "verifyText": string;
470
- }
471
419
  interface SqmContextRouter {
472
420
  "contextName": string;
473
421
  }
@@ -772,37 +720,6 @@ export namespace Components {
772
720
  */
773
721
  "updatetext": string;
774
722
  }
775
- interface SqmEmailVerification {
776
- /**
777
- * @undocumented
778
- * @uiType object
779
- */
780
- "demoData"?: DemoData<WidgetEmailVerificationViewProps>;
781
- /**
782
- * @uiName Email input label
783
- */
784
- "emailLabel": string;
785
- /**
786
- * @uiName Send code button text
787
- */
788
- "emailValidationErrorText": string;
789
- /**
790
- * @uiName Send code to email alert description
791
- */
792
- "sendCodeErrorDescription": string;
793
- /**
794
- * @uiName Send code to email alert header
795
- */
796
- "sendCodeErrorHeader": string;
797
- /**
798
- * @uiName Send code button text
799
- */
800
- "sendCodeText": string;
801
- /**
802
- * @uiName Verify email widget header text
803
- */
804
- "verifyEmailHeaderText": string;
805
- }
806
723
  interface SqmEmpty {
807
724
  /**
808
725
  * @uiName Title
@@ -1571,6 +1488,28 @@ export namespace Components {
1571
1488
  */
1572
1489
  "userIdentificationText": string;
1573
1490
  }
1491
+ interface SqmMarketingEmailsCheckbox {
1492
+ /**
1493
+ * @uiName Checkbox label
1494
+ * @uiWidget textArea
1495
+ */
1496
+ "checkboxLabel": string;
1497
+ /**
1498
+ * This name is used as the key for this form field on submission. The name must be unique within this specific form.
1499
+ * @uiName Checkbox name attribute
1500
+ * @required
1501
+ */
1502
+ "checkboxName": string;
1503
+ /**
1504
+ * @uiName Required
1505
+ */
1506
+ "checkboxRequired"?: boolean;
1507
+ /**
1508
+ * @undocumented
1509
+ * @uiType object
1510
+ */
1511
+ "demoData"?: DemoData<CheckboxFieldViewProps>;
1512
+ }
1574
1513
  interface SqmNameFields {
1575
1514
  /**
1576
1515
  * @undocumented
@@ -1666,22 +1605,6 @@ export namespace Components {
1666
1605
  */
1667
1606
  "uppercaseErrorText": string;
1668
1607
  }
1669
- interface SqmPayoutButtonScroll {
1670
- /**
1671
- * @undocumented
1672
- * @uiType object
1673
- */
1674
- "demoData"?: DemoData<PayoutButtonScrollViewProps>;
1675
- /**
1676
- * Description text under payout button
1677
- * @uiName Payout button description text
1678
- */
1679
- "payoutButtonDescription": string;
1680
- /**
1681
- * @uiName Payout button text
1682
- */
1683
- "payoutButtonText": string;
1684
- }
1685
1608
  interface SqmPayoutDetailsCard {
1686
1609
  /**
1687
1610
  * Shown before the participant’s bank account information.
@@ -1718,57 +1641,6 @@ export namespace Components {
1718
1641
  */
1719
1642
  "thresholdPayoutText": string;
1720
1643
  }
1721
- interface SqmPayoutStatusAlert {
1722
- /**
1723
- * @undocumented
1724
- * @uiType object
1725
- */
1726
- "demoData"?: DemoData<PayoutStatusAlertViewProps>;
1727
- /**
1728
- * @uiName Error description
1729
- */
1730
- "errorDescription": string;
1731
- /**
1732
- * @uiName Error header
1733
- */
1734
- "errorHeader": string;
1735
- /**
1736
- * @uiName Payout on hold alert description
1737
- */
1738
- "holdDescription": string;
1739
- /**
1740
- * @uiName Payout on hold alert header
1741
- */
1742
- "holdHeader": string;
1743
- /**
1744
- * @uiName Info required alert button text
1745
- */
1746
- "informationRequiredButtonText": string;
1747
- /**
1748
- * @uiName Info required alert description
1749
- */
1750
- "informationRequiredDescription": string;
1751
- /**
1752
- * @uiName Info required alert header
1753
- */
1754
- "informationRequiredHeader": string;
1755
- /**
1756
- * @uiName Cash & Payouts Terms and Conditions url
1757
- */
1758
- "termsUrl": string;
1759
- /**
1760
- * @uiName Verification required alert button text
1761
- */
1762
- "verificationRequiredButtonText": string;
1763
- /**
1764
- * @uiName Verification required alert description
1765
- */
1766
- "verificationRequiredDescription": string;
1767
- /**
1768
- * @uiName Verification required alert header
1769
- */
1770
- "verificationRequiredHeader": string;
1771
- }
1772
1644
  interface SqmPopupContainer {
1773
1645
  /**
1774
1646
  * Display a close button on the popup
@@ -3993,6 +3865,20 @@ export namespace Components {
3993
3865
  * @uiGroup Dashboard Properties
3994
3866
  */
3995
3867
  "dashboard_editPaymentInformationButton": string;
3868
+ /**
3869
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
3870
+ * @uiName Payout error message description
3871
+ * @uiGroup Dashboard Properties
3872
+ * @uiWidget textArea
3873
+ */
3874
+ "dashboard_errorDescriptionText": string;
3875
+ /**
3876
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
3877
+ * @uiName Payout error message title
3878
+ * @uiGroup Dashboard Properties
3879
+ * @uiWidget textArea
3880
+ */
3881
+ "dashboard_errorTitleText": string;
3996
3882
  /**
3997
3883
  * Part of the Invoice table displayed at the bottom of the page.
3998
3884
  * @uiName Indirect tax column title
@@ -4265,20 +4151,6 @@ export namespace Components {
4265
4151
  * @uiWidget textArea
4266
4152
  */
4267
4153
  "loadingErrorAlertHeader": string;
4268
- /**
4269
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4270
- * @uiName Payout error message description
4271
- * @uiGroup Dashboard Properties
4272
- * @uiWidget textArea
4273
- */
4274
- "payoutHoldAlertDescription": string;
4275
- /**
4276
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4277
- * @uiName Payout error message title
4278
- * @uiGroup Dashboard Properties
4279
- * @uiWidget textArea
4280
- */
4281
- "payoutHoldAlertHeader": string;
4282
4154
  /**
4283
4155
  * Placeholder text displayed in the country search dropdown
4284
4156
  * @uiName Country field placeholder text
@@ -4830,6 +4702,18 @@ export namespace Components {
4830
4702
  * @uiName Edit payment info button label
4831
4703
  */
4832
4704
  "editPaymentInformationButton": string;
4705
+ /**
4706
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4707
+ * @uiName Payout error message description
4708
+ * @uiWidget textArea
4709
+ */
4710
+ "errorDescriptionText": string;
4711
+ /**
4712
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4713
+ * @uiName Payout error message title
4714
+ * @uiWidget textArea
4715
+ */
4716
+ "errorTitleText": string;
4833
4717
  /**
4834
4718
  * Part of the alert displayed at the top of the page.
4835
4719
  * @uiName Form submission error message description
@@ -4944,18 +4828,6 @@ export namespace Components {
4944
4828
  * @uiWidget textArea
4945
4829
  */
4946
4830
  "payoutFromImpact": string;
4947
- /**
4948
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4949
- * @uiName Payout error message description
4950
- * @uiWidget textArea
4951
- */
4952
- "payoutHoldAlertDescription": string;
4953
- /**
4954
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4955
- * @uiName Payout error message title
4956
- * @uiWidget textArea
4957
- */
4958
- "payoutHoldAlertHeader": string;
4959
4831
  /**
4960
4832
  * Text displayed for existing publishers that do not have saved banking information.
4961
4833
  * @uiName Payout missing information subtext
@@ -5283,99 +5155,6 @@ export namespace Components {
5283
5155
  */
5284
5156
  "loadingText": string;
5285
5157
  }
5286
- interface SqmWidgetVerification {
5287
- /**
5288
- * Link text displayed under verify button
5289
- * @uiName Resend code text
5290
- * @uiGroup Code Verification Step
5291
- */
5292
- "codeStep_codeResentSuccessfullyText": string;
5293
- /**
5294
- * Error text displayed under verification input
5295
- * @uiName Invalid code text
5296
- * @uiGroup Code Verification Step
5297
- */
5298
- "codeStep_invalidCodeText": string;
5299
- /**
5300
- * Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
5301
- * @uiName Network error message
5302
- * @uiGroup Code Verification Step
5303
- */
5304
- "codeStep_networkErrorMessage": string;
5305
- /**
5306
- * The link that appears in the resend code link
5307
- * @uiName Resend code label
5308
- * @uiGroup Code Verification Step
5309
- */
5310
- "codeStep_resendCodeLabel": string;
5311
- /**
5312
- * Text displayed under verify button
5313
- * @uiName Resend code text
5314
- * @uiGroup Code Verification Step
5315
- */
5316
- "codeStep_resendCodeText": string;
5317
- /**
5318
- * @uiName Reverify code widget header text
5319
- * @uiGroup Code Verification Step
5320
- */
5321
- "codeStep_reverifyCodeHeaderText": string;
5322
- /**
5323
- * @uiName Verify code widget header text
5324
- * @uiGroup Code Verification Step
5325
- */
5326
- "codeStep_verifyCodeHeaderText": string;
5327
- /**
5328
- * @uiName Verify code button text
5329
- * @uiGroup Code Verification Step
5330
- */
5331
- "codeStep_verifyText": string;
5332
- /**
5333
- * @uiName Email input label
5334
- * @uiGroup Email Verification Step
5335
- */
5336
- "emailStep_emailLabel": string;
5337
- /**
5338
- * @uiName Send code button text
5339
- * @uiGroup Email Verification Step
5340
- */
5341
- "emailStep_emailValidationErrorText": string;
5342
- /**
5343
- * @uiName Send code to email alert description
5344
- * @uiGroup Email Verification Step
5345
- */
5346
- "emailStep_sendCodeErrorDescription": string;
5347
- /**
5348
- * @uiName Send code to email alert header
5349
- * @uiGroup Email Verification Step
5350
- */
5351
- "emailStep_sendCodeErrorHeader": string;
5352
- /**
5353
- * @uiName Send code button text
5354
- * @uiGroup Email Verification Step
5355
- */
5356
- "emailStep_sendCodeText": string;
5357
- /**
5358
- * @uiName Verify email widget header text
5359
- * @uiGroup Email Verification Step
5360
- */
5361
- "emailStep_verifyEmailHeaderText": string;
5362
- }
5363
- interface SqmWidgetVerificationInternal {
5364
- "codeStep_codeResentSuccessfullyText": string;
5365
- "codeStep_invalidCodeText": string;
5366
- "codeStep_networkErrorMessage": string;
5367
- "codeStep_resendCodeLabel": string;
5368
- "codeStep_resendCodeText": string;
5369
- "codeStep_reverifyCodeHeaderText": string;
5370
- "codeStep_verifyCodeHeaderText": string;
5371
- "codeStep_verifyText": string;
5372
- "emailStep_emailLabel": string;
5373
- "emailStep_emailValidationErrorText": string;
5374
- "emailStep_sendCodeErrorDescription": string;
5375
- "emailStep_sendCodeErrorHeader": string;
5376
- "emailStep_sendCodeText": string;
5377
- "emailStep_verifyEmailHeaderText": string;
5378
- }
5379
5158
  }
5380
5159
  declare global {
5381
5160
  interface HTMLRaisinsPlopTargetElement extends Components.RaisinsPlopTarget, HTMLStencilElement {
@@ -5426,12 +5205,6 @@ declare global {
5426
5205
  prototype: HTMLSqmCloseButtonElement;
5427
5206
  new (): HTMLSqmCloseButtonElement;
5428
5207
  };
5429
- interface HTMLSqmCodeVerificationElement extends Components.SqmCodeVerification, HTMLStencilElement {
5430
- }
5431
- var HTMLSqmCodeVerificationElement: {
5432
- prototype: HTMLSqmCodeVerificationElement;
5433
- new (): HTMLSqmCodeVerificationElement;
5434
- };
5435
5208
  interface HTMLSqmContextRouterElement extends Components.SqmContextRouter, HTMLStencilElement {
5436
5209
  }
5437
5210
  var HTMLSqmContextRouterElement: {
@@ -5468,12 +5241,6 @@ declare global {
5468
5241
  prototype: HTMLSqmEditProfileElement;
5469
5242
  new (): HTMLSqmEditProfileElement;
5470
5243
  };
5471
- interface HTMLSqmEmailVerificationElement extends Components.SqmEmailVerification, HTMLStencilElement {
5472
- }
5473
- var HTMLSqmEmailVerificationElement: {
5474
- prototype: HTMLSqmEmailVerificationElement;
5475
- new (): HTMLSqmEmailVerificationElement;
5476
- };
5477
5244
  interface HTMLSqmEmptyElement extends Components.SqmEmpty, HTMLStencilElement {
5478
5245
  }
5479
5246
  var HTMLSqmEmptyElement: {
@@ -5606,6 +5373,12 @@ declare global {
5606
5373
  prototype: HTMLSqmLogoutCurrentUserElement;
5607
5374
  new (): HTMLSqmLogoutCurrentUserElement;
5608
5375
  };
5376
+ interface HTMLSqmMarketingEmailsCheckboxElement extends Components.SqmMarketingEmailsCheckbox, HTMLStencilElement {
5377
+ }
5378
+ var HTMLSqmMarketingEmailsCheckboxElement: {
5379
+ prototype: HTMLSqmMarketingEmailsCheckboxElement;
5380
+ new (): HTMLSqmMarketingEmailsCheckboxElement;
5381
+ };
5609
5382
  interface HTMLSqmNameFieldsElement extends Components.SqmNameFields, HTMLStencilElement {
5610
5383
  }
5611
5384
  var HTMLSqmNameFieldsElement: {
@@ -5636,24 +5409,12 @@ declare global {
5636
5409
  prototype: HTMLSqmPasswordFieldElement;
5637
5410
  new (): HTMLSqmPasswordFieldElement;
5638
5411
  };
5639
- interface HTMLSqmPayoutButtonScrollElement extends Components.SqmPayoutButtonScroll, HTMLStencilElement {
5640
- }
5641
- var HTMLSqmPayoutButtonScrollElement: {
5642
- prototype: HTMLSqmPayoutButtonScrollElement;
5643
- new (): HTMLSqmPayoutButtonScrollElement;
5644
- };
5645
5412
  interface HTMLSqmPayoutDetailsCardElement extends Components.SqmPayoutDetailsCard, HTMLStencilElement {
5646
5413
  }
5647
5414
  var HTMLSqmPayoutDetailsCardElement: {
5648
5415
  prototype: HTMLSqmPayoutDetailsCardElement;
5649
5416
  new (): HTMLSqmPayoutDetailsCardElement;
5650
5417
  };
5651
- interface HTMLSqmPayoutStatusAlertElement extends Components.SqmPayoutStatusAlert, HTMLStencilElement {
5652
- }
5653
- var HTMLSqmPayoutStatusAlertElement: {
5654
- prototype: HTMLSqmPayoutStatusAlertElement;
5655
- new (): HTMLSqmPayoutStatusAlertElement;
5656
- };
5657
5418
  interface HTMLSqmPopupContainerElement extends Components.SqmPopupContainer, HTMLStencilElement {
5658
5419
  }
5659
5420
  var HTMLSqmPopupContainerElement: {
@@ -6050,18 +5811,6 @@ declare global {
6050
5811
  prototype: HTMLSqmUserNameElement;
6051
5812
  new (): HTMLSqmUserNameElement;
6052
5813
  };
6053
- interface HTMLSqmWidgetVerificationElement extends Components.SqmWidgetVerification, HTMLStencilElement {
6054
- }
6055
- var HTMLSqmWidgetVerificationElement: {
6056
- prototype: HTMLSqmWidgetVerificationElement;
6057
- new (): HTMLSqmWidgetVerificationElement;
6058
- };
6059
- interface HTMLSqmWidgetVerificationInternalElement extends Components.SqmWidgetVerificationInternal, HTMLStencilElement {
6060
- }
6061
- var HTMLSqmWidgetVerificationInternalElement: {
6062
- prototype: HTMLSqmWidgetVerificationInternalElement;
6063
- new (): HTMLSqmWidgetVerificationInternalElement;
6064
- };
6065
5814
  interface HTMLElementTagNameMap {
6066
5815
  "raisins-plop-target": HTMLRaisinsPlopTargetElement;
6067
5816
  "sqm-asset-card": HTMLSqmAssetCardElement;
@@ -6071,14 +5820,12 @@ declare global {
6071
5820
  "sqm-card-feed": HTMLSqmCardFeedElement;
6072
5821
  "sqm-checkbox-field": HTMLSqmCheckboxFieldElement;
6073
5822
  "sqm-close-button": HTMLSqmCloseButtonElement;
6074
- "sqm-code-verification": HTMLSqmCodeVerificationElement;
6075
5823
  "sqm-context-router": HTMLSqmContextRouterElement;
6076
5824
  "sqm-coupon-code": HTMLSqmCouponCodeElement;
6077
5825
  "sqm-divided-layout": HTMLSqmDividedLayoutElement;
6078
5826
  "sqm-docusign-form": HTMLSqmDocusignFormElement;
6079
5827
  "sqm-dropdown-field": HTMLSqmDropdownFieldElement;
6080
5828
  "sqm-edit-profile": HTMLSqmEditProfileElement;
6081
- "sqm-email-verification": HTMLSqmEmailVerificationElement;
6082
5829
  "sqm-empty": HTMLSqmEmptyElement;
6083
5830
  "sqm-form-message": HTMLSqmFormMessageElement;
6084
5831
  "sqm-graphql-client-provider": HTMLSqmGraphqlClientProviderElement;
@@ -6101,14 +5848,13 @@ declare global {
6101
5848
  "sqm-leaderboard-rank": HTMLSqmLeaderboardRankElement;
6102
5849
  "sqm-link-button": HTMLSqmLinkButtonElement;
6103
5850
  "sqm-logout-current-user": HTMLSqmLogoutCurrentUserElement;
5851
+ "sqm-marketing-emails-checkbox": HTMLSqmMarketingEmailsCheckboxElement;
6104
5852
  "sqm-name-fields": HTMLSqmNameFieldsElement;
6105
5853
  "sqm-navigation-menu": HTMLSqmNavigationMenuElement;
6106
5854
  "sqm-navigation-sidebar": HTMLSqmNavigationSidebarElement;
6107
5855
  "sqm-navigation-sidebar-item": HTMLSqmNavigationSidebarItemElement;
6108
5856
  "sqm-password-field": HTMLSqmPasswordFieldElement;
6109
- "sqm-payout-button-scroll": HTMLSqmPayoutButtonScrollElement;
6110
5857
  "sqm-payout-details-card": HTMLSqmPayoutDetailsCardElement;
6111
- "sqm-payout-status-alert": HTMLSqmPayoutStatusAlertElement;
6112
5858
  "sqm-popup-container": HTMLSqmPopupContainerElement;
6113
5859
  "sqm-portal-change-password": HTMLSqmPortalChangePasswordElement;
6114
5860
  "sqm-portal-container": HTMLSqmPortalContainerElement;
@@ -6175,8 +5921,6 @@ declare global {
6175
5921
  "sqm-titled-section": HTMLSqmTitledSectionElement;
6176
5922
  "sqm-user-info-form": HTMLSqmUserInfoFormElement;
6177
5923
  "sqm-user-name": HTMLSqmUserNameElement;
6178
- "sqm-widget-verification": HTMLSqmWidgetVerificationElement;
6179
- "sqm-widget-verification-internal": HTMLSqmWidgetVerificationInternalElement;
6180
5924
  }
6181
5925
  }
6182
5926
  declare namespace LocalJSX {
@@ -6547,54 +6291,6 @@ declare namespace LocalJSX {
6547
6291
  */
6548
6292
  "color"?: string;
6549
6293
  }
6550
- interface SqmCodeVerification {
6551
- /**
6552
- * Link text displayed under verify button
6553
- * @uiName Resend code text
6554
- */
6555
- "codeResentSuccessfullyText"?: string;
6556
- /**
6557
- * @undocumented
6558
- * @uiType object
6559
- */
6560
- "demoData"?: DemoData<WidgetCodeVerificationViewProps>;
6561
- /**
6562
- * Error text displayed under verification input
6563
- * @uiName Invalid code text
6564
- */
6565
- "invalidCodeText"?: string;
6566
- /**
6567
- * Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
6568
- * @uiName Network error message
6569
- */
6570
- "networkErrorMessage"?: string;
6571
- /**
6572
- * @undocumented
6573
- */
6574
- "onVerification"?: (token: string) => any;
6575
- /**
6576
- * The link that appears in the resend code link
6577
- * @uiName Resend code label
6578
- */
6579
- "resendCodeLabel"?: string;
6580
- /**
6581
- * Text displayed under verify button
6582
- * @uiName Resend code text
6583
- */
6584
- "resendCodeText"?: string;
6585
- /**
6586
- * @uiName Reverify code widget header text
6587
- */
6588
- "reverifyCodeHeaderText"?: string;
6589
- /**
6590
- * @uiName Verify code widget header text
6591
- */
6592
- "verifyCodeHeaderText"?: string;
6593
- /**
6594
- * @uiName Verify code button text
6595
- */
6596
- "verifyText"?: string;
6597
- }
6598
6294
  interface SqmContextRouter {
6599
6295
  "contextName"?: string;
6600
6296
  }
@@ -6899,37 +6595,6 @@ declare namespace LocalJSX {
6899
6595
  */
6900
6596
  "updatetext"?: string;
6901
6597
  }
6902
- interface SqmEmailVerification {
6903
- /**
6904
- * @undocumented
6905
- * @uiType object
6906
- */
6907
- "demoData"?: DemoData<WidgetEmailVerificationViewProps>;
6908
- /**
6909
- * @uiName Email input label
6910
- */
6911
- "emailLabel"?: string;
6912
- /**
6913
- * @uiName Send code button text
6914
- */
6915
- "emailValidationErrorText"?: string;
6916
- /**
6917
- * @uiName Send code to email alert description
6918
- */
6919
- "sendCodeErrorDescription"?: string;
6920
- /**
6921
- * @uiName Send code to email alert header
6922
- */
6923
- "sendCodeErrorHeader"?: string;
6924
- /**
6925
- * @uiName Send code button text
6926
- */
6927
- "sendCodeText"?: string;
6928
- /**
6929
- * @uiName Verify email widget header text
6930
- */
6931
- "verifyEmailHeaderText"?: string;
6932
- }
6933
6598
  interface SqmEmpty {
6934
6599
  /**
6935
6600
  * @uiName Title
@@ -7692,6 +7357,28 @@ declare namespace LocalJSX {
7692
7357
  */
7693
7358
  "userIdentificationText"?: string;
7694
7359
  }
7360
+ interface SqmMarketingEmailsCheckbox {
7361
+ /**
7362
+ * @uiName Checkbox label
7363
+ * @uiWidget textArea
7364
+ */
7365
+ "checkboxLabel"?: string;
7366
+ /**
7367
+ * This name is used as the key for this form field on submission. The name must be unique within this specific form.
7368
+ * @uiName Checkbox name attribute
7369
+ * @required
7370
+ */
7371
+ "checkboxName"?: string;
7372
+ /**
7373
+ * @uiName Required
7374
+ */
7375
+ "checkboxRequired"?: boolean;
7376
+ /**
7377
+ * @undocumented
7378
+ * @uiType object
7379
+ */
7380
+ "demoData"?: DemoData<CheckboxFieldViewProps>;
7381
+ }
7695
7382
  interface SqmNameFields {
7696
7383
  /**
7697
7384
  * @undocumented
@@ -7787,22 +7474,6 @@ declare namespace LocalJSX {
7787
7474
  */
7788
7475
  "uppercaseErrorText"?: string;
7789
7476
  }
7790
- interface SqmPayoutButtonScroll {
7791
- /**
7792
- * @undocumented
7793
- * @uiType object
7794
- */
7795
- "demoData"?: DemoData<PayoutButtonScrollViewProps>;
7796
- /**
7797
- * Description text under payout button
7798
- * @uiName Payout button description text
7799
- */
7800
- "payoutButtonDescription"?: string;
7801
- /**
7802
- * @uiName Payout button text
7803
- */
7804
- "payoutButtonText"?: string;
7805
- }
7806
7477
  interface SqmPayoutDetailsCard {
7807
7478
  /**
7808
7479
  * Shown before the participant’s bank account information.
@@ -7839,57 +7510,6 @@ declare namespace LocalJSX {
7839
7510
  */
7840
7511
  "thresholdPayoutText"?: string;
7841
7512
  }
7842
- interface SqmPayoutStatusAlert {
7843
- /**
7844
- * @undocumented
7845
- * @uiType object
7846
- */
7847
- "demoData"?: DemoData<PayoutStatusAlertViewProps>;
7848
- /**
7849
- * @uiName Error description
7850
- */
7851
- "errorDescription"?: string;
7852
- /**
7853
- * @uiName Error header
7854
- */
7855
- "errorHeader"?: string;
7856
- /**
7857
- * @uiName Payout on hold alert description
7858
- */
7859
- "holdDescription"?: string;
7860
- /**
7861
- * @uiName Payout on hold alert header
7862
- */
7863
- "holdHeader"?: string;
7864
- /**
7865
- * @uiName Info required alert button text
7866
- */
7867
- "informationRequiredButtonText"?: string;
7868
- /**
7869
- * @uiName Info required alert description
7870
- */
7871
- "informationRequiredDescription"?: string;
7872
- /**
7873
- * @uiName Info required alert header
7874
- */
7875
- "informationRequiredHeader"?: string;
7876
- /**
7877
- * @uiName Cash & Payouts Terms and Conditions url
7878
- */
7879
- "termsUrl"?: string;
7880
- /**
7881
- * @uiName Verification required alert button text
7882
- */
7883
- "verificationRequiredButtonText"?: string;
7884
- /**
7885
- * @uiName Verification required alert description
7886
- */
7887
- "verificationRequiredDescription"?: string;
7888
- /**
7889
- * @uiName Verification required alert header
7890
- */
7891
- "verificationRequiredHeader"?: string;
7892
- }
7893
7513
  interface SqmPopupContainer {
7894
7514
  /**
7895
7515
  * Display a close button on the popup
@@ -10090,6 +9710,20 @@ declare namespace LocalJSX {
10090
9710
  * @uiGroup Dashboard Properties
10091
9711
  */
10092
9712
  "dashboard_editPaymentInformationButton"?: string;
9713
+ /**
9714
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
9715
+ * @uiName Payout error message description
9716
+ * @uiGroup Dashboard Properties
9717
+ * @uiWidget textArea
9718
+ */
9719
+ "dashboard_errorDescriptionText"?: string;
9720
+ /**
9721
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
9722
+ * @uiName Payout error message title
9723
+ * @uiGroup Dashboard Properties
9724
+ * @uiWidget textArea
9725
+ */
9726
+ "dashboard_errorTitleText"?: string;
10093
9727
  /**
10094
9728
  * Part of the Invoice table displayed at the bottom of the page.
10095
9729
  * @uiName Indirect tax column title
@@ -10362,20 +9996,6 @@ declare namespace LocalJSX {
10362
9996
  * @uiWidget textArea
10363
9997
  */
10364
9998
  "loadingErrorAlertHeader"?: string;
10365
- /**
10366
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10367
- * @uiName Payout error message description
10368
- * @uiGroup Dashboard Properties
10369
- * @uiWidget textArea
10370
- */
10371
- "payoutHoldAlertDescription"?: string;
10372
- /**
10373
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10374
- * @uiName Payout error message title
10375
- * @uiGroup Dashboard Properties
10376
- * @uiWidget textArea
10377
- */
10378
- "payoutHoldAlertHeader"?: string;
10379
9999
  /**
10380
10000
  * Placeholder text displayed in the country search dropdown
10381
10001
  * @uiName Country field placeholder text
@@ -10927,6 +10547,18 @@ declare namespace LocalJSX {
10927
10547
  * @uiName Edit payment info button label
10928
10548
  */
10929
10549
  "editPaymentInformationButton"?: string;
10550
+ /**
10551
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10552
+ * @uiName Payout error message description
10553
+ * @uiWidget textArea
10554
+ */
10555
+ "errorDescriptionText"?: string;
10556
+ /**
10557
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10558
+ * @uiName Payout error message title
10559
+ * @uiWidget textArea
10560
+ */
10561
+ "errorTitleText"?: string;
10930
10562
  /**
10931
10563
  * Part of the alert displayed at the top of the page.
10932
10564
  * @uiName Form submission error message description
@@ -11041,18 +10673,6 @@ declare namespace LocalJSX {
11041
10673
  * @uiWidget textArea
11042
10674
  */
11043
10675
  "payoutFromImpact"?: string;
11044
- /**
11045
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11046
- * @uiName Payout error message description
11047
- * @uiWidget textArea
11048
- */
11049
- "payoutHoldAlertDescription"?: string;
11050
- /**
11051
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11052
- * @uiName Payout error message title
11053
- * @uiWidget textArea
11054
- */
11055
- "payoutHoldAlertHeader"?: string;
11056
10676
  /**
11057
10677
  * Text displayed for existing publishers that do not have saved banking information.
11058
10678
  * @uiName Payout missing information subtext
@@ -11379,99 +10999,6 @@ declare namespace LocalJSX {
11379
10999
  */
11380
11000
  "loadingText"?: string;
11381
11001
  }
11382
- interface SqmWidgetVerification {
11383
- /**
11384
- * Link text displayed under verify button
11385
- * @uiName Resend code text
11386
- * @uiGroup Code Verification Step
11387
- */
11388
- "codeStep_codeResentSuccessfullyText"?: string;
11389
- /**
11390
- * Error text displayed under verification input
11391
- * @uiName Invalid code text
11392
- * @uiGroup Code Verification Step
11393
- */
11394
- "codeStep_invalidCodeText"?: string;
11395
- /**
11396
- * Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
11397
- * @uiName Network error message
11398
- * @uiGroup Code Verification Step
11399
- */
11400
- "codeStep_networkErrorMessage"?: string;
11401
- /**
11402
- * The link that appears in the resend code link
11403
- * @uiName Resend code label
11404
- * @uiGroup Code Verification Step
11405
- */
11406
- "codeStep_resendCodeLabel"?: string;
11407
- /**
11408
- * Text displayed under verify button
11409
- * @uiName Resend code text
11410
- * @uiGroup Code Verification Step
11411
- */
11412
- "codeStep_resendCodeText"?: string;
11413
- /**
11414
- * @uiName Reverify code widget header text
11415
- * @uiGroup Code Verification Step
11416
- */
11417
- "codeStep_reverifyCodeHeaderText"?: string;
11418
- /**
11419
- * @uiName Verify code widget header text
11420
- * @uiGroup Code Verification Step
11421
- */
11422
- "codeStep_verifyCodeHeaderText"?: string;
11423
- /**
11424
- * @uiName Verify code button text
11425
- * @uiGroup Code Verification Step
11426
- */
11427
- "codeStep_verifyText"?: string;
11428
- /**
11429
- * @uiName Email input label
11430
- * @uiGroup Email Verification Step
11431
- */
11432
- "emailStep_emailLabel"?: string;
11433
- /**
11434
- * @uiName Send code button text
11435
- * @uiGroup Email Verification Step
11436
- */
11437
- "emailStep_emailValidationErrorText"?: string;
11438
- /**
11439
- * @uiName Send code to email alert description
11440
- * @uiGroup Email Verification Step
11441
- */
11442
- "emailStep_sendCodeErrorDescription"?: string;
11443
- /**
11444
- * @uiName Send code to email alert header
11445
- * @uiGroup Email Verification Step
11446
- */
11447
- "emailStep_sendCodeErrorHeader"?: string;
11448
- /**
11449
- * @uiName Send code button text
11450
- * @uiGroup Email Verification Step
11451
- */
11452
- "emailStep_sendCodeText"?: string;
11453
- /**
11454
- * @uiName Verify email widget header text
11455
- * @uiGroup Email Verification Step
11456
- */
11457
- "emailStep_verifyEmailHeaderText"?: string;
11458
- }
11459
- interface SqmWidgetVerificationInternal {
11460
- "codeStep_codeResentSuccessfullyText"?: string;
11461
- "codeStep_invalidCodeText"?: string;
11462
- "codeStep_networkErrorMessage"?: string;
11463
- "codeStep_resendCodeLabel"?: string;
11464
- "codeStep_resendCodeText"?: string;
11465
- "codeStep_reverifyCodeHeaderText"?: string;
11466
- "codeStep_verifyCodeHeaderText"?: string;
11467
- "codeStep_verifyText"?: string;
11468
- "emailStep_emailLabel"?: string;
11469
- "emailStep_emailValidationErrorText"?: string;
11470
- "emailStep_sendCodeErrorDescription"?: string;
11471
- "emailStep_sendCodeErrorHeader"?: string;
11472
- "emailStep_sendCodeText"?: string;
11473
- "emailStep_verifyEmailHeaderText"?: string;
11474
- }
11475
11002
  interface IntrinsicElements {
11476
11003
  "raisins-plop-target": RaisinsPlopTarget;
11477
11004
  "sqm-asset-card": SqmAssetCard;
@@ -11481,14 +11008,12 @@ declare namespace LocalJSX {
11481
11008
  "sqm-card-feed": SqmCardFeed;
11482
11009
  "sqm-checkbox-field": SqmCheckboxField;
11483
11010
  "sqm-close-button": SqmCloseButton;
11484
- "sqm-code-verification": SqmCodeVerification;
11485
11011
  "sqm-context-router": SqmContextRouter;
11486
11012
  "sqm-coupon-code": SqmCouponCode;
11487
11013
  "sqm-divided-layout": SqmDividedLayout;
11488
11014
  "sqm-docusign-form": SqmDocusignForm;
11489
11015
  "sqm-dropdown-field": SqmDropdownField;
11490
11016
  "sqm-edit-profile": SqmEditProfile;
11491
- "sqm-email-verification": SqmEmailVerification;
11492
11017
  "sqm-empty": SqmEmpty;
11493
11018
  "sqm-form-message": SqmFormMessage;
11494
11019
  "sqm-graphql-client-provider": SqmGraphqlClientProvider;
@@ -11511,14 +11036,13 @@ declare namespace LocalJSX {
11511
11036
  "sqm-leaderboard-rank": SqmLeaderboardRank;
11512
11037
  "sqm-link-button": SqmLinkButton;
11513
11038
  "sqm-logout-current-user": SqmLogoutCurrentUser;
11039
+ "sqm-marketing-emails-checkbox": SqmMarketingEmailsCheckbox;
11514
11040
  "sqm-name-fields": SqmNameFields;
11515
11041
  "sqm-navigation-menu": SqmNavigationMenu;
11516
11042
  "sqm-navigation-sidebar": SqmNavigationSidebar;
11517
11043
  "sqm-navigation-sidebar-item": SqmNavigationSidebarItem;
11518
11044
  "sqm-password-field": SqmPasswordField;
11519
- "sqm-payout-button-scroll": SqmPayoutButtonScroll;
11520
11045
  "sqm-payout-details-card": SqmPayoutDetailsCard;
11521
- "sqm-payout-status-alert": SqmPayoutStatusAlert;
11522
11046
  "sqm-popup-container": SqmPopupContainer;
11523
11047
  "sqm-portal-change-password": SqmPortalChangePassword;
11524
11048
  "sqm-portal-container": SqmPortalContainer;
@@ -11585,8 +11109,6 @@ declare namespace LocalJSX {
11585
11109
  "sqm-titled-section": SqmTitledSection;
11586
11110
  "sqm-user-info-form": SqmUserInfoForm;
11587
11111
  "sqm-user-name": SqmUserName;
11588
- "sqm-widget-verification": SqmWidgetVerification;
11589
- "sqm-widget-verification-internal": SqmWidgetVerificationInternal;
11590
11112
  }
11591
11113
  }
11592
11114
  export { LocalJSX as JSX };
@@ -11601,14 +11123,12 @@ declare module "@stencil/core" {
11601
11123
  "sqm-card-feed": LocalJSX.SqmCardFeed & JSXBase.HTMLAttributes<HTMLSqmCardFeedElement>;
11602
11124
  "sqm-checkbox-field": LocalJSX.SqmCheckboxField & JSXBase.HTMLAttributes<HTMLSqmCheckboxFieldElement>;
11603
11125
  "sqm-close-button": LocalJSX.SqmCloseButton & JSXBase.HTMLAttributes<HTMLSqmCloseButtonElement>;
11604
- "sqm-code-verification": LocalJSX.SqmCodeVerification & JSXBase.HTMLAttributes<HTMLSqmCodeVerificationElement>;
11605
11126
  "sqm-context-router": LocalJSX.SqmContextRouter & JSXBase.HTMLAttributes<HTMLSqmContextRouterElement>;
11606
11127
  "sqm-coupon-code": LocalJSX.SqmCouponCode & JSXBase.HTMLAttributes<HTMLSqmCouponCodeElement>;
11607
11128
  "sqm-divided-layout": LocalJSX.SqmDividedLayout & JSXBase.HTMLAttributes<HTMLSqmDividedLayoutElement>;
11608
11129
  "sqm-docusign-form": LocalJSX.SqmDocusignForm & JSXBase.HTMLAttributes<HTMLSqmDocusignFormElement>;
11609
11130
  "sqm-dropdown-field": LocalJSX.SqmDropdownField & JSXBase.HTMLAttributes<HTMLSqmDropdownFieldElement>;
11610
11131
  "sqm-edit-profile": LocalJSX.SqmEditProfile & JSXBase.HTMLAttributes<HTMLSqmEditProfileElement>;
11611
- "sqm-email-verification": LocalJSX.SqmEmailVerification & JSXBase.HTMLAttributes<HTMLSqmEmailVerificationElement>;
11612
11132
  "sqm-empty": LocalJSX.SqmEmpty & JSXBase.HTMLAttributes<HTMLSqmEmptyElement>;
11613
11133
  "sqm-form-message": LocalJSX.SqmFormMessage & JSXBase.HTMLAttributes<HTMLSqmFormMessageElement>;
11614
11134
  "sqm-graphql-client-provider": LocalJSX.SqmGraphqlClientProvider & JSXBase.HTMLAttributes<HTMLSqmGraphqlClientProviderElement>;
@@ -11631,14 +11151,13 @@ declare module "@stencil/core" {
11631
11151
  "sqm-leaderboard-rank": LocalJSX.SqmLeaderboardRank & JSXBase.HTMLAttributes<HTMLSqmLeaderboardRankElement>;
11632
11152
  "sqm-link-button": LocalJSX.SqmLinkButton & JSXBase.HTMLAttributes<HTMLSqmLinkButtonElement>;
11633
11153
  "sqm-logout-current-user": LocalJSX.SqmLogoutCurrentUser & JSXBase.HTMLAttributes<HTMLSqmLogoutCurrentUserElement>;
11154
+ "sqm-marketing-emails-checkbox": LocalJSX.SqmMarketingEmailsCheckbox & JSXBase.HTMLAttributes<HTMLSqmMarketingEmailsCheckboxElement>;
11634
11155
  "sqm-name-fields": LocalJSX.SqmNameFields & JSXBase.HTMLAttributes<HTMLSqmNameFieldsElement>;
11635
11156
  "sqm-navigation-menu": LocalJSX.SqmNavigationMenu & JSXBase.HTMLAttributes<HTMLSqmNavigationMenuElement>;
11636
11157
  "sqm-navigation-sidebar": LocalJSX.SqmNavigationSidebar & JSXBase.HTMLAttributes<HTMLSqmNavigationSidebarElement>;
11637
11158
  "sqm-navigation-sidebar-item": LocalJSX.SqmNavigationSidebarItem & JSXBase.HTMLAttributes<HTMLSqmNavigationSidebarItemElement>;
11638
11159
  "sqm-password-field": LocalJSX.SqmPasswordField & JSXBase.HTMLAttributes<HTMLSqmPasswordFieldElement>;
11639
- "sqm-payout-button-scroll": LocalJSX.SqmPayoutButtonScroll & JSXBase.HTMLAttributes<HTMLSqmPayoutButtonScrollElement>;
11640
11160
  "sqm-payout-details-card": LocalJSX.SqmPayoutDetailsCard & JSXBase.HTMLAttributes<HTMLSqmPayoutDetailsCardElement>;
11641
- "sqm-payout-status-alert": LocalJSX.SqmPayoutStatusAlert & JSXBase.HTMLAttributes<HTMLSqmPayoutStatusAlertElement>;
11642
11161
  "sqm-popup-container": LocalJSX.SqmPopupContainer & JSXBase.HTMLAttributes<HTMLSqmPopupContainerElement>;
11643
11162
  "sqm-portal-change-password": LocalJSX.SqmPortalChangePassword & JSXBase.HTMLAttributes<HTMLSqmPortalChangePasswordElement>;
11644
11163
  "sqm-portal-container": LocalJSX.SqmPortalContainer & JSXBase.HTMLAttributes<HTMLSqmPortalContainerElement>;
@@ -11705,8 +11224,6 @@ declare module "@stencil/core" {
11705
11224
  "sqm-titled-section": LocalJSX.SqmTitledSection & JSXBase.HTMLAttributes<HTMLSqmTitledSectionElement>;
11706
11225
  "sqm-user-info-form": LocalJSX.SqmUserInfoForm & JSXBase.HTMLAttributes<HTMLSqmUserInfoFormElement>;
11707
11226
  "sqm-user-name": LocalJSX.SqmUserName & JSXBase.HTMLAttributes<HTMLSqmUserNameElement>;
11708
- "sqm-widget-verification": LocalJSX.SqmWidgetVerification & JSXBase.HTMLAttributes<HTMLSqmWidgetVerificationElement>;
11709
- "sqm-widget-verification-internal": LocalJSX.SqmWidgetVerificationInternal & JSXBase.HTMLAttributes<HTMLSqmWidgetVerificationInternalElement>;
11710
11227
  }
11711
11228
  }
11712
11229
  }