@saasquatch/mint-components 2.2.0-6 → 2.2.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 (456) hide show
  1. package/dist/cjs/{ShadowViewAddon-1c054d52.js → ShadowViewAddon-3b477e58.js} +429 -27
  2. package/dist/cjs/{data-c03e282a.js → data-8c8a08f6.js} +90 -1
  3. package/dist/cjs/extractProps-e9c55ba8.js +35 -0
  4. package/dist/cjs/{keys-5a2c9ed2.js → keys-cff24974.js} +0 -4
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/mint-components.cjs.js +1 -1
  7. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +101 -482
  8. package/dist/cjs/sqm-big-stat_46.cjs.entry.js +360 -424
  9. package/dist/cjs/sqm-code-verification.cjs.entry.js +6 -5
  10. package/dist/cjs/sqm-email-verification.cjs.entry.js +418 -0
  11. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  12. package/dist/cjs/{sqm-portal-container-view-70a47420.js → sqm-portal-container-view-757f921b.js} +5 -6
  13. package/dist/cjs/{sqm-portal-email-verification-view-d51c2a06.js → sqm-portal-email-verification-view-abb773a7.js} +1 -1
  14. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  15. package/dist/cjs/sqm-portal-forgot-password_6.cjs.entry.js +5 -5
  16. package/dist/cjs/{sqm-portal-profile-view-e6927959.js → sqm-portal-profile-view-3515e1e5.js} +1 -1
  17. package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
  18. package/dist/cjs/{sqm-portal-registration-form-view-fd48f1d3.js → sqm-portal-registration-form-view-a45f7a52.js} +1 -1
  19. package/dist/cjs/{sqm-portal-reset-password-view-d90d77f9.js → sqm-portal-reset-password-view-a767b044.js} +1 -1
  20. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +2 -2
  21. package/dist/cjs/{sqm-portal-verify-email-view-6258dcae.js → sqm-portal-verify-email-view-717d0633.js} +1 -1
  22. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +10 -28
  23. package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
  24. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +9 -30
  25. package/dist/cjs/sqm-stencilbook.cjs.entry.js +532 -740
  26. package/dist/cjs/{sqm-text-span-view-8a32dd8c.js → sqm-text-span-view-b9e10f5d.js} +1 -1
  27. package/dist/cjs/sqm-text-span.cjs.entry.js +1 -1
  28. package/dist/cjs/{sqm-user-info-form-view-4d56b339.js → sqm-user-info-form-view-53306f6e.js} +40 -33
  29. package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +1 -1
  30. package/dist/cjs/sqm-widget-verification.cjs.entry.js +214 -0
  31. package/dist/cjs/{usePayoutStatus-0a98ee05.js → usePayoutStatus-0192fccd.js} +5 -3
  32. package/dist/collection/collection-manifest.json +1 -1
  33. package/dist/collection/components/sqm-big-stat/useBigStat.js +5 -6
  34. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field-view.js +1 -1
  35. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +2 -3
  36. package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +6 -7
  37. package/dist/collection/components/sqm-portal-google-login/sqm-portal-google-login.js +1 -1
  38. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +1 -1
  39. package/dist/collection/components/sqm-referral-iframe/ReferralIframe.stories.js +1 -0
  40. package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe-view.js +1 -1
  41. package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +27 -1
  42. package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +0 -1
  43. package/dist/collection/components/sqm-referral-table/ReferralTableRewardsCell.stories.js +0 -1
  44. package/dist/collection/components/sqm-referral-table/TaxAndCashReferralTable.stories.js +2 -2
  45. package/dist/collection/components/sqm-referral-table/TaxAndCashReferralTableRewardsCell.stories.js +145 -209
  46. package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +10 -30
  47. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +0 -1
  48. package/dist/collection/components/sqm-rewards-table/TaxAndCashRewardsTable.stories.js +2 -2
  49. package/dist/collection/components/sqm-rewards-table/TaxAndCashRewardsTableCell.stories.js +137 -223
  50. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +10 -30
  51. package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +0 -1
  52. package/dist/collection/components/sqm-share-code/sqm-share-code.js +0 -1
  53. package/dist/collection/components/sqm-share-link/ShareLink.stories.js +136 -11
  54. package/dist/collection/components/sqm-share-link/UseShareLink.stories.js +14 -5
  55. package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +192 -0
  56. package/dist/collection/components/sqm-share-link/sqm-share-link.js +935 -48
  57. package/dist/collection/components/sqm-share-link/useShareLink.js +227 -14
  58. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -4
  59. package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +1 -1
  60. package/dist/collection/components/sqm-user-attribute/UserAttribute.stories.js +43 -0
  61. package/dist/collection/components/sqm-user-attribute/sqm-user-attribute-view.js +19 -0
  62. package/dist/collection/components/sqm-user-attribute/sqm-user-attribute.js +175 -0
  63. package/dist/collection/components/sqm-user-attribute/useUserAttribute.js +30 -0
  64. package/dist/collection/components/sqm-widget-verification/keys.js +0 -2
  65. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +4 -3
  66. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +2 -0
  67. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +9 -19
  68. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +46 -486
  69. package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +11 -43
  70. package/dist/collection/components/tax-and-cash/data.js +0 -1
  71. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +37 -75
  72. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +13 -688
  73. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +1 -95
  74. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +4 -4
  75. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +12 -51
  76. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +2 -2
  77. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +36 -7
  78. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +0 -3
  79. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +2 -2
  80. package/dist/collection/components/tax-and-cash/sqm-user-info-form/UserInfoFormView.stories.js +1 -0
  81. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +18 -10
  82. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +25 -0
  83. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +17 -34
  84. package/dist/esm/{ShadowViewAddon-4d554869.js → ShadowViewAddon-0b980200.js} +435 -34
  85. package/dist/esm/data-12e6aae1.js +216 -0
  86. package/dist/esm/extractProps-54064fb0.js +32 -0
  87. package/dist/esm/{global-75e96214.js → global-96c14d63.js} +1 -1
  88. package/dist/esm/{index.module-02cb914c.js → index.module-b23fdad8.js} +1 -1
  89. package/dist/esm/keys-406491dc.js +6 -0
  90. package/dist/esm/loader.js +3 -3
  91. package/dist/esm/mint-components.js +3 -3
  92. package/dist/esm/{re-render-bf46ba54.js → re-render-f30aeb6b.js} +1 -1
  93. package/dist/esm/sqm-banking-info-form_10.entry.js +95 -476
  94. package/dist/esm/sqm-big-stat_46.entry.js +364 -428
  95. package/dist/esm/sqm-close-button.entry.js +1 -1
  96. package/dist/esm/sqm-code-verification.entry.js +9 -8
  97. package/dist/esm/sqm-context-router.entry.js +1 -1
  98. package/dist/esm/sqm-email-verification.entry.js +414 -0
  99. package/dist/esm/sqm-empty_4.entry.js +3 -3
  100. package/dist/esm/sqm-google-sign-in.entry.js +1 -1
  101. package/dist/esm/sqm-graphql-client-provider.entry.js +1 -1
  102. package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
  103. package/dist/esm/{sqm-lead-checkbox-field-view-bfafee56.js → sqm-lead-checkbox-field-view-7928db07.js} +1 -1
  104. package/dist/esm/sqm-lead-checkbox-field.entry.js +4 -4
  105. package/dist/esm/{sqm-lead-input-field-view-b945edf4.js → sqm-lead-input-field-view-d1b91650.js} +1 -1
  106. package/dist/esm/sqm-lead-input-field.entry.js +4 -4
  107. package/dist/esm/sqm-leaderboard-rank.entry.js +2 -2
  108. package/dist/esm/sqm-logout-current-user.entry.js +1 -1
  109. package/dist/esm/{sqm-navigation-sidebar-item-view-8d98fcf3.js → sqm-navigation-sidebar-item-view-b3beac5a.js} +1 -1
  110. package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
  111. package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
  112. package/dist/esm/sqm-pagination_3.entry.js +3 -3
  113. package/dist/esm/sqm-password-field.entry.js +2 -2
  114. package/dist/esm/sqm-popup-container.entry.js +1 -1
  115. package/dist/esm/{sqm-portal-container-view-a8c708cd.js → sqm-portal-container-view-200c9df8.js} +6 -7
  116. package/dist/esm/{sqm-portal-email-verification-view-58bad294.js → sqm-portal-email-verification-view-04528277.js} +2 -2
  117. package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
  118. package/dist/esm/sqm-portal-forgot-password_6.entry.js +8 -8
  119. package/dist/esm/sqm-portal-logout.entry.js +1 -1
  120. package/dist/esm/{sqm-portal-profile-view-115bad4a.js → sqm-portal-profile-view-b5ea620f.js} +2 -2
  121. package/dist/esm/sqm-portal-profile.entry.js +5 -5
  122. package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
  123. package/dist/esm/{sqm-portal-registration-form-view-9bf30b56.js → sqm-portal-registration-form-view-79265df5.js} +1 -1
  124. package/dist/esm/{sqm-portal-reset-password-view-f8d1689c.js → sqm-portal-reset-password-view-f84c04cf.js} +1 -1
  125. package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
  126. package/dist/esm/{sqm-portal-verify-email-view-c053ead1.js → sqm-portal-verify-email-view-c61536b7.js} +2 -2
  127. package/dist/esm/sqm-qr-code.entry.js +2 -2
  128. package/dist/esm/sqm-referral-table_11.entry.js +15 -33
  129. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  130. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  131. package/dist/esm/sqm-rewards-table_9.entry.js +14 -35
  132. package/dist/esm/sqm-stencilbook.entry.js +506 -714
  133. package/dist/esm/sqm-tab.entry.js +2 -2
  134. package/dist/esm/sqm-tabs.entry.js +3 -3
  135. package/dist/esm/{sqm-text-span-view-4db9e33f.js → sqm-text-span-view-72f43dff.js} +1 -1
  136. package/dist/esm/sqm-text-span.entry.js +1 -1
  137. package/dist/esm/{sqm-user-info-form-view-d13f9d3e.js → sqm-user-info-form-view-19d81a2b.js} +20 -13
  138. package/dist/esm/sqm-widget-verification-controller.entry.js +2 -2
  139. package/dist/esm/sqm-widget-verification.entry.js +210 -0
  140. package/dist/esm/{useChildElements-06937df7.js → useChildElements-9bccfb72.js} +1 -1
  141. package/dist/esm/{useInstantAccessRegistration-69c9ffe0.js → useInstantAccessRegistration-69fefed0.js} +2 -2
  142. package/dist/esm/{useLeadFormState-332b2796.js → useLeadFormState-dd4e8b08.js} +2 -2
  143. package/dist/esm/{usePayoutStatus-227ae365.js → usePayoutStatus-46c0c289.js} +4 -3
  144. package/dist/esm/{usePortalRegistrationForm-3a1f36a2.js → usePortalRegistrationForm-62de6fb1.js} +2 -2
  145. package/dist/esm/{useReferralCodes-25f8b792.js → useReferralCodes-52ca720f.js} +1 -1
  146. package/dist/esm/{useReferralTable-03d32c6f.js → useReferralTable-92af4133.js} +3 -3
  147. package/dist/esm/{useRegistrationFormState-aa44cfff.js → useRegistrationFormState-2c090c38.js} +1 -1
  148. package/dist/esm/{useVerificationEmail-9f2c0bab.js → useVerificationEmail-c13c3b51.js} +1 -1
  149. package/dist/esm/{utilities-cbd8f2eb.js → utilities-77b1e0cc.js} +1 -1
  150. package/dist/esm-es5/ShadowViewAddon-0b980200.js +1 -0
  151. package/dist/esm-es5/data-12e6aae1.js +1 -0
  152. package/dist/esm-es5/extractProps-54064fb0.js +1 -0
  153. package/dist/esm-es5/{global-75e96214.js → global-96c14d63.js} +1 -1
  154. package/dist/esm-es5/{index.module-02cb914c.js → index.module-b23fdad8.js} +1 -1
  155. package/dist/esm-es5/keys-406491dc.js +1 -0
  156. package/dist/esm-es5/loader.js +1 -1
  157. package/dist/esm-es5/mint-components.js +1 -1
  158. package/dist/esm-es5/{re-render-bf46ba54.js → re-render-f30aeb6b.js} +1 -1
  159. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  160. package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
  161. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  162. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  163. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  164. package/dist/esm-es5/sqm-email-verification.entry.js +1 -0
  165. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  166. package/dist/esm-es5/sqm-google-sign-in.entry.js +1 -1
  167. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  168. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  169. package/dist/esm-es5/{sqm-lead-checkbox-field-view-bfafee56.js → sqm-lead-checkbox-field-view-7928db07.js} +1 -1
  170. package/dist/esm-es5/sqm-lead-checkbox-field.entry.js +1 -1
  171. package/dist/esm-es5/{sqm-lead-input-field-view-b945edf4.js → sqm-lead-input-field-view-d1b91650.js} +1 -1
  172. package/dist/esm-es5/sqm-lead-input-field.entry.js +1 -1
  173. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  174. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  175. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-8d98fcf3.js → sqm-navigation-sidebar-item-view-b3beac5a.js} +1 -1
  176. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  177. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  178. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  179. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  180. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  181. package/dist/esm-es5/sqm-portal-container-view-200c9df8.js +1 -0
  182. package/dist/esm-es5/{sqm-portal-email-verification-view-58bad294.js → sqm-portal-email-verification-view-04528277.js} +1 -1
  183. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  184. package/dist/esm-es5/sqm-portal-forgot-password_6.entry.js +1 -1
  185. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  186. package/dist/esm-es5/{sqm-portal-profile-view-115bad4a.js → sqm-portal-profile-view-b5ea620f.js} +1 -1
  187. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  188. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  189. package/dist/esm-es5/{sqm-portal-registration-form-view-9bf30b56.js → sqm-portal-registration-form-view-79265df5.js} +1 -1
  190. package/dist/esm-es5/{sqm-portal-reset-password-view-f8d1689c.js → sqm-portal-reset-password-view-f84c04cf.js} +1 -1
  191. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  192. package/dist/esm-es5/{sqm-portal-verify-email-view-c053ead1.js → sqm-portal-verify-email-view-c61536b7.js} +1 -1
  193. package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
  194. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  195. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  196. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  197. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  198. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  199. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  200. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  201. package/dist/esm-es5/{sqm-text-span-view-4db9e33f.js → sqm-text-span-view-72f43dff.js} +1 -1
  202. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  203. package/dist/esm-es5/sqm-user-info-form-view-19d81a2b.js +1 -0
  204. package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -1
  205. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -0
  206. package/dist/esm-es5/{useChildElements-06937df7.js → useChildElements-9bccfb72.js} +1 -1
  207. package/dist/esm-es5/{useInstantAccessRegistration-69c9ffe0.js → useInstantAccessRegistration-69fefed0.js} +1 -1
  208. package/dist/esm-es5/{useLeadFormState-332b2796.js → useLeadFormState-dd4e8b08.js} +1 -1
  209. package/dist/esm-es5/{usePayoutStatus-227ae365.js → usePayoutStatus-46c0c289.js} +2 -2
  210. package/dist/esm-es5/{usePortalRegistrationForm-3a1f36a2.js → usePortalRegistrationForm-62de6fb1.js} +1 -1
  211. package/dist/esm-es5/{useReferralCodes-25f8b792.js → useReferralCodes-52ca720f.js} +1 -1
  212. package/dist/esm-es5/{useReferralTable-03d32c6f.js → useReferralTable-92af4133.js} +1 -1
  213. package/dist/esm-es5/{useRegistrationFormState-aa44cfff.js → useRegistrationFormState-2c090c38.js} +1 -1
  214. package/dist/esm-es5/{useVerificationEmail-9f2c0bab.js → useVerificationEmail-c13c3b51.js} +1 -1
  215. package/dist/esm-es5/{utilities-cbd8f2eb.js → utilities-77b1e0cc.js} +1 -1
  216. package/dist/mint-components/mint-components.esm.js +1 -1
  217. package/dist/mint-components/mint-components.js +1 -1
  218. package/dist/mint-components/p-00b235c5.system.entry.js +1 -0
  219. package/dist/mint-components/{p-4eadbd5b.entry.js → p-013564b3.entry.js} +1 -1
  220. package/dist/mint-components/{p-1b0326d1.entry.js → p-02499e08.entry.js} +1 -1
  221. package/dist/mint-components/{p-d34564f8.system.entry.js → p-027fc3be.system.entry.js} +1 -1
  222. package/dist/mint-components/{p-bb0b5e4b.js → p-035d9b65.js} +1 -1
  223. package/dist/mint-components/{p-e651593c.system.js → p-036a2617.system.js} +1 -1
  224. package/dist/mint-components/p-044f930a.system.js +1 -0
  225. package/dist/mint-components/p-0706cf9e.system.entry.js +1 -0
  226. package/dist/mint-components/p-0797a946.js +1 -0
  227. package/dist/mint-components/{p-60b1f3d9.entry.js → p-09348341.entry.js} +1 -1
  228. package/dist/mint-components/{p-29bc5f50.entry.js → p-09f7aacd.entry.js} +2 -2
  229. package/dist/mint-components/p-0b1e90fe.system.js +1 -0
  230. package/dist/{esm/data-017e5ef2.js → mint-components/p-0c0d4065.js} +5 -24
  231. package/dist/mint-components/{p-cfea215d.js → p-0d83907e.js} +1 -1
  232. package/dist/mint-components/p-1021a49f.system.entry.js +1 -0
  233. package/dist/mint-components/p-13292317.entry.js +11 -0
  234. package/dist/mint-components/{p-731c4d33.entry.js → p-13d1b10d.entry.js} +1 -1
  235. package/dist/mint-components/{p-d284ae70.system.js → p-172675ca.system.js} +1 -1
  236. package/dist/mint-components/{p-b2ad3fca.system.js → p-19c441b2.system.js} +1 -1
  237. package/dist/mint-components/{p-dafe30c3.entry.js → p-1d92c169.entry.js} +1 -1
  238. package/dist/mint-components/{p-0815b973.system.js → p-205cfdcd.system.js} +1 -1
  239. package/dist/mint-components/{p-ae4994e1.js → p-2668335b.js} +1 -1
  240. package/dist/mint-components/{p-13bb56a8.system.entry.js → p-2b4af8e8.system.entry.js} +1 -1
  241. package/dist/mint-components/p-2d5c2bd4.system.entry.js +1 -0
  242. package/dist/mint-components/{p-2190dc73.system.js → p-30c1ef36.system.js} +1 -1
  243. package/dist/mint-components/{p-4eaa3eb7.js → p-3286ef38.js} +1 -1
  244. package/dist/mint-components/{p-eae44b42.js → p-3366b81e.js} +2 -2
  245. package/dist/mint-components/p-38c7775a.js +1 -0
  246. package/dist/mint-components/p-3adbfd0b.system.js +6 -0
  247. package/dist/mint-components/p-3af3e2c1.entry.js +25 -0
  248. package/dist/mint-components/{p-4e3db52b.entry.js → p-3bc62ca6.entry.js} +1 -1
  249. package/dist/mint-components/{p-d71a8b38.entry.js → p-40bad95a.entry.js} +2 -2
  250. package/dist/mint-components/{p-bd972473.system.js → p-43c31fd5.system.js} +1 -1
  251. package/dist/mint-components/{p-df897432.system.entry.js → p-4da5a3fe.system.entry.js} +1 -1
  252. package/dist/mint-components/{p-bcfdb510.entry.js → p-52674798.entry.js} +1 -1
  253. package/dist/mint-components/p-5492dd51.system.entry.js +1 -0
  254. package/dist/mint-components/p-57dd28bd.system.js +1 -0
  255. package/dist/mint-components/p-5b1d2866.system.js +1 -0
  256. package/dist/mint-components/{p-02c0f88e.system.entry.js → p-5b871e38.system.entry.js} +1 -1
  257. package/dist/mint-components/p-5bc5c61e.entry.js +1 -0
  258. package/dist/mint-components/{p-7ea3f49c.entry.js → p-5c4ba8a0.entry.js} +1 -1
  259. package/dist/mint-components/{p-81bc6dca.system.entry.js → p-5ce78407.system.entry.js} +1 -1
  260. package/dist/mint-components/{p-14183edc.entry.js → p-61897e72.entry.js} +1 -1
  261. package/dist/mint-components/{p-025ddad2.system.entry.js → p-626b31cb.system.entry.js} +1 -1
  262. package/dist/mint-components/{p-bf9ab2d3.js → p-642f2c89.js} +1 -1
  263. package/dist/mint-components/{p-78e6dc8d.entry.js → p-653db72e.entry.js} +1 -1
  264. package/dist/mint-components/{p-27daf264.entry.js → p-6668f9f0.entry.js} +1 -1
  265. package/dist/mint-components/{p-f368f04a.system.js → p-686dd5eb.system.js} +1 -1
  266. package/dist/mint-components/p-6c4ad51a.js +1 -0
  267. package/dist/mint-components/{p-8e148cb0.system.js → p-7265bbcb.system.js} +1 -1
  268. package/dist/mint-components/{p-2d3f7b76.system.entry.js → p-738dce27.system.entry.js} +1 -1
  269. package/dist/mint-components/{p-379cb9f1.system.js → p-7562cd98.system.js} +1 -1
  270. package/dist/mint-components/{p-5fdf0286.system.js → p-77b9cde8.system.js} +1 -1
  271. package/dist/mint-components/p-77fa2383.entry.js +1 -0
  272. package/dist/mint-components/{p-f6de2e5c.system.entry.js → p-782af7ae.system.entry.js} +1 -1
  273. package/dist/mint-components/p-7939e4af.entry.js +1 -0
  274. package/dist/mint-components/{p-1317cc92.system.js → p-7b59e13c.system.js} +1 -1
  275. package/dist/mint-components/{p-f32050f6.system.js → p-7efb8782.system.js} +1 -1
  276. package/dist/mint-components/{p-24f1d342.system.entry.js → p-80e116ec.system.entry.js} +1 -1
  277. package/dist/mint-components/p-8285869e.entry.js +9 -0
  278. package/dist/mint-components/{p-614723aa.js → p-832aea99.js} +1 -1
  279. package/dist/mint-components/{p-e920c95c.system.js → p-85721089.system.js} +1 -1
  280. package/dist/mint-components/{p-376c7608.system.js → p-8583ce0c.system.js} +1 -1
  281. package/dist/mint-components/{p-71561bb2.system.entry.js → p-8899ff38.system.entry.js} +1 -1
  282. package/dist/mint-components/p-892797eb.system.entry.js +1 -0
  283. package/dist/mint-components/{p-2ab31786.js → p-8962e023.js} +1 -1
  284. package/dist/mint-components/{p-1599a178.entry.js → p-8f2d03c7.entry.js} +1 -1
  285. package/dist/mint-components/{p-ab59c5eb.system.entry.js → p-90833864.system.entry.js} +1 -1
  286. package/dist/mint-components/p-91a96e98.entry.js +1 -0
  287. package/dist/mint-components/{p-ca5b9f4d.system.entry.js → p-9390586b.system.entry.js} +1 -1
  288. package/dist/mint-components/{p-38d04e4b.entry.js → p-95510f27.entry.js} +1 -1
  289. package/dist/mint-components/{p-432a44de.entry.js → p-982d1f6f.entry.js} +2 -3
  290. package/dist/mint-components/{p-c66e5217.system.js → p-a0c5631b.system.js} +1 -1
  291. package/dist/mint-components/{p-df88dcaa.system.js → p-a4825ec2.system.js} +1 -1
  292. package/dist/mint-components/{p-0766438e.js → p-a4f8abad.js} +1 -1
  293. package/dist/mint-components/{p-209157a9.system.entry.js → p-a96c9bbb.system.entry.js} +1 -1
  294. package/dist/mint-components/{p-eee0bcf4.entry.js → p-af407cce.entry.js} +1 -1
  295. package/dist/mint-components/p-b2b85238.entry.js +1 -0
  296. package/dist/mint-components/p-b395470f.entry.js +16 -0
  297. package/dist/mint-components/{p-45e2a83a.js → p-b3ad957c.js} +1 -1
  298. package/dist/mint-components/{p-921eb024.entry.js → p-b66f45d1.entry.js} +1 -1
  299. package/dist/mint-components/{p-cfba6b4e.system.entry.js → p-b96e90a2.system.entry.js} +1 -1
  300. package/dist/mint-components/{p-45230a44.js → p-bab4929e.js} +1 -1
  301. package/dist/mint-components/p-bba16a46.system.entry.js +1 -0
  302. package/dist/mint-components/{p-c0a85e22.js → p-bc386a7b.js} +1 -1
  303. package/dist/mint-components/p-be12607e.entry.js +281 -0
  304. package/dist/mint-components/{p-a7f72a66.js → p-bee4af5d.js} +1 -1
  305. package/dist/mint-components/p-bf188b72.system.entry.js +1 -0
  306. package/dist/mint-components/{p-6b4e5d94.system.entry.js → p-c30d0049.system.entry.js} +1 -1
  307. package/dist/mint-components/{p-30cfe3e3.system.entry.js → p-c45a929a.system.entry.js} +1 -1
  308. package/dist/mint-components/{p-50d959bd.js → p-c813ec64.js} +1 -1
  309. package/dist/mint-components/p-c8a3f3b0.js +499 -0
  310. package/dist/mint-components/{p-b3309d9b.entry.js → p-c8a8d231.entry.js} +2 -2
  311. package/dist/mint-components/{p-3354cc75.system.entry.js → p-c8bcbf8b.system.entry.js} +1 -1
  312. package/dist/mint-components/p-ca098be1.system.js +1 -0
  313. package/dist/mint-components/{p-623a0a0b.system.entry.js → p-d005df28.system.entry.js} +1 -1
  314. package/dist/mint-components/{p-8a6531d2.js → p-d0993bb9.js} +1 -1
  315. package/dist/mint-components/p-d18dedd4.js +1 -0
  316. package/dist/mint-components/{p-e1292288.system.entry.js → p-d3b1ab20.system.entry.js} +1 -1
  317. package/dist/mint-components/p-d4f332a7.entry.js +106 -0
  318. package/dist/mint-components/{p-b1765c78.system.js → p-d55c50af.system.js} +1 -1
  319. package/dist/mint-components/p-d6193876.system.js +1 -0
  320. package/dist/mint-components/{p-092c2606.entry.js → p-db0a2afd.entry.js} +1 -1
  321. package/dist/mint-components/p-de0d6fd7.js +49 -0
  322. package/dist/mint-components/p-e00ec007.js +1 -0
  323. package/dist/mint-components/{p-9a15cd5a.system.entry.js → p-e12754f5.system.entry.js} +1 -1
  324. package/dist/mint-components/p-e30abc44.js +1 -0
  325. package/dist/mint-components/{p-3218bb1d.entry.js → p-e506bf7f.entry.js} +1 -1
  326. package/dist/mint-components/p-e55aafe9.system.js +1 -0
  327. package/dist/mint-components/{p-3bbc0db2.entry.js → p-e5ea43b1.entry.js} +2 -2
  328. package/dist/mint-components/{p-abd717d4.js → p-e6240c72.js} +1 -1
  329. package/dist/mint-components/{p-3a41b39c.js → p-e84b874c.js} +1 -1
  330. package/dist/mint-components/{p-dbc8afaa.system.entry.js → p-e9485160.system.entry.js} +1 -1
  331. package/dist/mint-components/p-ea03e50e.system.js +1 -0
  332. package/dist/mint-components/p-ec0b649a.entry.js +1 -0
  333. package/dist/mint-components/{p-925aa740.system.entry.js → p-f1374258.system.entry.js} +1 -1
  334. package/dist/mint-components/{p-e6de31a7.system.entry.js → p-f39cf252.system.entry.js} +1 -1
  335. package/dist/mint-components/{p-6f6c3ac6.system.entry.js → p-f4e36adf.system.entry.js} +1 -1
  336. package/dist/mint-components/{p-02e2b13b.system.js → p-f55ecf35.system.js} +1 -1
  337. package/dist/mint-components/{p-7a091fa7.js → p-f581aac7.js} +1 -1
  338. package/dist/mint-components/{p-8d073bdf.entry.js → p-f6528f8a.entry.js} +1 -1
  339. package/dist/mint-components/{p-9ba8b28b.system.entry.js → p-f7ca4cc4.system.entry.js} +1 -1
  340. package/dist/mint-components/p-f8026ed6.system.js +1 -0
  341. package/dist/mint-components/{p-13d8ecad.js → p-f8a09b0f.js} +1 -1
  342. package/dist/mint-components/p-fb804001.system.entry.js +1 -0
  343. package/dist/mint-components/{p-0b32e1d4.system.entry.js → p-fc284f91.system.entry.js} +1 -1
  344. package/dist/mint-components/{p-099ce3d5.system.entry.js → p-fe1d3cf8.system.entry.js} +1 -1
  345. package/dist/mint-components/p-fe70e20c.entry.js +1 -0
  346. package/dist/mint-components/p-ff118a19.system.js +1 -0
  347. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +1 -1
  348. package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe-view.d.ts +1 -0
  349. package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +5 -0
  350. package/dist/types/components/sqm-referral-table/TaxAndCashReferralTableRewardsCell.stories.d.ts +1 -18
  351. package/dist/types/components/sqm-rewards-table/TaxAndCashRewardsTableCell.stories.d.ts +7 -19
  352. package/dist/types/components/sqm-share-link/ShareLink.stories.d.ts +9 -0
  353. package/dist/types/components/sqm-share-link/UseShareLink.stories.d.ts +6 -0
  354. package/dist/types/components/sqm-share-link/sqm-share-link-view.d.ts +41 -0
  355. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +195 -2
  356. package/dist/types/components/sqm-share-link/useShareLink.d.ts +33 -4
  357. package/dist/types/components/sqm-user-attribute/UserAttribute.stories.d.ts +11 -0
  358. package/dist/types/components/sqm-user-attribute/sqm-user-attribute-view.d.ts +8 -0
  359. package/dist/types/components/sqm-user-attribute/sqm-user-attribute.d.ts +45 -0
  360. package/dist/types/components/sqm-user-attribute/useUserAttribute.d.ts +3 -0
  361. package/dist/types/components/sqm-widget-verification/keys.d.ts +0 -2
  362. package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +7 -75
  363. package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +0 -2
  364. package/dist/types/components/tax-and-cash/data.d.ts +0 -1
  365. package/dist/types/components/tax-and-cash/sqm-banking-info-form/formDefinitions.d.ts +0 -2
  366. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +0 -4
  367. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +0 -165
  368. package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +0 -7
  369. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +5 -0
  370. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +1 -0
  371. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +4 -0
  372. package/dist/types/components.d.ts +472 -613
  373. package/dist/types/saasquatch.d.ts +0 -2
  374. package/docs/docs.docx +0 -0
  375. package/docs/raisins.json +1 -1
  376. package/grapesjs/grapesjs.js +1 -1
  377. package/package.json +15 -3
  378. package/readme.md +60 -1
  379. package/dist/cjs/eventKeys-7af4df4d.js +0 -5
  380. package/dist/cjs/parseStates-d1effc19.js +0 -16
  381. package/dist/cjs/sqm-email-verification_2.cjs.entry.js +0 -886
  382. package/dist/cjs/sqm-partner-info-modal-view-97770d03.js +0 -149
  383. package/dist/cjs/utils-15ce04e3.js +0 -93
  384. package/dist/collection/components/sqm-partner-info-modal/PartnerInfoModal.stories.js +0 -171
  385. package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal-view.js +0 -143
  386. package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal.js +0 -669
  387. package/dist/collection/components/sqm-partner-info-modal/usePartnerInfoModal.js +0 -269
  388. package/dist/collection/components/sqm-widget-verification/WidgetVerification.stories.js +0 -16
  389. package/dist/esm/eventKeys-f76b6a03.js +0 -3
  390. package/dist/esm/keys-1054056a.js +0 -8
  391. package/dist/esm/parseStates-ed75e224.js +0 -14
  392. package/dist/esm/sqm-email-verification_2.entry.js +0 -881
  393. package/dist/esm/sqm-partner-info-modal-view-5709904e.js +0 -146
  394. package/dist/esm/utils-17daa419.js +0 -85
  395. package/dist/esm-es5/ShadowViewAddon-4d554869.js +0 -1
  396. package/dist/esm-es5/data-017e5ef2.js +0 -1
  397. package/dist/esm-es5/eventKeys-f76b6a03.js +0 -1
  398. package/dist/esm-es5/keys-1054056a.js +0 -1
  399. package/dist/esm-es5/parseStates-ed75e224.js +0 -1
  400. package/dist/esm-es5/sqm-email-verification_2.entry.js +0 -1
  401. package/dist/esm-es5/sqm-partner-info-modal-view-5709904e.js +0 -1
  402. package/dist/esm-es5/sqm-portal-container-view-a8c708cd.js +0 -1
  403. package/dist/esm-es5/sqm-user-info-form-view-d13f9d3e.js +0 -1
  404. package/dist/esm-es5/utils-17daa419.js +0 -1
  405. package/dist/mint-components/p-00046ec1.js +0 -116
  406. package/dist/mint-components/p-00dd7f08.js +0 -1
  407. package/dist/mint-components/p-0102ad17.system.entry.js +0 -1
  408. package/dist/mint-components/p-0a6489fa.entry.js +0 -1
  409. package/dist/mint-components/p-0f042aa6.entry.js +0 -116
  410. package/dist/mint-components/p-115dfc03.system.js +0 -1
  411. package/dist/mint-components/p-13f3a647.js +0 -1
  412. package/dist/mint-components/p-1d86895f.system.js +0 -1
  413. package/dist/mint-components/p-1f387c7b.system.js +0 -1
  414. package/dist/mint-components/p-1faa6ddf.system.entry.js +0 -1
  415. package/dist/mint-components/p-28ed2ae9.js +0 -1
  416. package/dist/mint-components/p-31edeff4.system.js +0 -1
  417. package/dist/mint-components/p-3254fbb4.entry.js +0 -291
  418. package/dist/mint-components/p-4034f157.js +0 -1
  419. package/dist/mint-components/p-4691e9d5.system.js +0 -1
  420. package/dist/mint-components/p-4a8ffa03.system.js +0 -1
  421. package/dist/mint-components/p-4e34bcb1.system.js +0 -1
  422. package/dist/mint-components/p-4f9dc974.js +0 -1
  423. package/dist/mint-components/p-53d90eb5.js +0 -463
  424. package/dist/mint-components/p-5e300ec1.system.js +0 -6
  425. package/dist/mint-components/p-6af71f23.entry.js +0 -9
  426. package/dist/mint-components/p-6c23abd8.entry.js +0 -1
  427. package/dist/mint-components/p-6f8dde97.system.js +0 -1
  428. package/dist/mint-components/p-753d06ef.entry.js +0 -133
  429. package/dist/mint-components/p-7aace2b3.system.js +0 -1
  430. package/dist/mint-components/p-87f86492.js +0 -1
  431. package/dist/mint-components/p-8ae8968c.js +0 -1
  432. package/dist/mint-components/p-8f15bf17.entry.js +0 -1
  433. package/dist/mint-components/p-99eecdcb.system.entry.js +0 -1
  434. package/dist/mint-components/p-9b15ee47.system.js +0 -1
  435. package/dist/mint-components/p-a49d9288.entry.js +0 -1
  436. package/dist/mint-components/p-b0ab1065.system.entry.js +0 -1
  437. package/dist/mint-components/p-b1b20d42.entry.js +0 -11
  438. package/dist/mint-components/p-b52a7da9.system.entry.js +0 -1
  439. package/dist/mint-components/p-b699f76e.system.js +0 -1
  440. package/dist/mint-components/p-b6a1e2ac.js +0 -1
  441. package/dist/mint-components/p-b7370480.js +0 -1
  442. package/dist/mint-components/p-badf28bb.system.js +0 -1
  443. package/dist/mint-components/p-c41d536d.entry.js +0 -1
  444. package/dist/mint-components/p-ce7d824b.js +0 -49
  445. package/dist/mint-components/p-d08408b3.entry.js +0 -1
  446. package/dist/mint-components/p-d6ccb6fc.entry.js +0 -1
  447. package/dist/mint-components/p-e516e8ca.system.entry.js +0 -1
  448. package/dist/mint-components/p-e93cdcbd.system.js +0 -1
  449. package/dist/mint-components/p-eb285d38.system.entry.js +0 -1
  450. package/dist/mint-components/p-f782ff10.system.entry.js +0 -1
  451. package/dist/types/components/sqm-partner-info-modal/PartnerInfoModal.stories.d.ts +0 -15
  452. package/dist/types/components/sqm-partner-info-modal/sqm-partner-info-modal-view.d.ts +0 -50
  453. package/dist/types/components/sqm-partner-info-modal/sqm-partner-info-modal.d.ts +0 -122
  454. package/dist/types/components/sqm-partner-info-modal/usePartnerInfoModal.d.ts +0 -17
  455. package/dist/types/components/sqm-widget-verification/WidgetVerification.stories.d.ts +0 -8
  456. package/docs/stats.json +0 -122783
@@ -34,7 +34,6 @@ import { NavigationMenuViewProps } from "./components/sqm-navigation-menu/sqm-na
34
34
  import { NavigationSidebarViewProps } from "./components/sqm-navigation-sidebar/sqm-navigation-sidebar-view";
35
35
  import { NavigationSidebarItemViewProps } from "./components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view";
36
36
  import { UsePagination } from "./components/sqm-pagination/usePagination";
37
- import { PartnerInfoModalResult } from "./components/sqm-partner-info-modal/usePartnerInfoModal";
38
37
  import { PasswordFieldViewDemoProps } from "./components/sqm-password-field/usePasswordField";
39
38
  import { PayoutButtonScrollViewProps } from "./components/sqm-payout-button-scroll/sqm-payout-button-scroll-view";
40
39
  import { PayoutStatusAlertViewProps } from "./components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view";
@@ -55,8 +54,10 @@ import { ReferralIframeViewProps } from "./components/sqm-referral-iframe/sqm-re
55
54
  import { ReferralDates } from "./components/sqm-referral-table/useReferralTable";
56
55
  import { RewardExchangeViewProps } from "./components/sqm-reward-exchange-list/sqm-reward-exchange-list-view";
57
56
  import { ShareButtonViewProps } from "./components/sqm-share-button/sqm-share-button-view";
57
+ import { ShareLinkViewProps } from "./components/sqm-share-link/sqm-share-link-view";
58
58
  import { TaskCardViewProps } from "./components/sqm-task-card/sqm-task-card-view";
59
59
  import { UseTaxAndCashDashboardResult } from "./components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard";
60
+ import { UserAttributeViewProps } from "./components/sqm-user-attribute/sqm-user-attribute-view";
60
61
  import { UseUserInfoFormResult } from "./components/tax-and-cash/sqm-user-info-form/useUserInfoForm";
61
62
  import { UserNameViewProps } from "./components/sqm-user-name/sqm-user-name-view";
62
63
  export namespace Components {
@@ -65,12 +66,6 @@ export namespace Components {
65
66
  "renderLabel": (idx: any) => Promise<any>;
66
67
  }
67
68
  interface SqmBankingInfoForm {
68
- /**
69
- * Error messages for the agency code field. Supports error codes: empty, alphanumeric, tooShort
70
- * @uiName Agency code error
71
- * @uiWidget textArea
72
- */
73
- "agencyCodeError": string;
74
69
  /**
75
70
  * @uiName Agency code field label
76
71
  */
@@ -80,42 +75,18 @@ export namespace Components {
80
75
  * @uiName Back button label
81
76
  */
82
77
  "backButton": string;
83
- /**
84
- * Error messages for the bank account number / IBAN field. Supports error codes: empty, invalidUk, invalid, ibanEmpty, ibanAlphanumeric, ibanInvalid, ibanCountryMismatch
85
- * @uiName Bank account number / IBAN error
86
- * @uiWidget textArea
87
- */
88
- "bankAccountNumberError": string;
89
78
  /**
90
79
  * @uiName Bank account number field label
91
80
  */
92
81
  "bankAccountNumberLabel": string;
93
- /**
94
- * Error messages for the bank account type field. Supports error codes: empty
95
- * @uiName Bank account type error
96
- * @uiWidget textArea
97
- */
98
- "bankAccountTypeError": string;
99
82
  /**
100
83
  * @uiName Bank account type field label
101
84
  */
102
85
  "bankAccountTypeLabel": string;
103
- /**
104
- * Error messages for the bank address field. Supports error codes: empty
105
- * @uiName Bank address error
106
- * @uiWidget textArea
107
- */
108
- "bankAddressError": string;
109
86
  /**
110
87
  * @uiName Bank address field label
111
88
  */
112
89
  "bankAddressLabel": string;
113
- /**
114
- * Error messages for the bank city field. Supports error codes: empty
115
- * @uiName Bank city error
116
- * @uiWidget textArea
117
- */
118
- "bankCityError": string;
119
90
  /**
120
91
  * @uiName Bank city field label
121
92
  */
@@ -124,32 +95,14 @@ export namespace Components {
124
95
  * @uiName Bank country field label
125
96
  */
126
97
  "bankLocationLabel": string;
127
- /**
128
- * Error messages for the bank name field. Supports error codes: empty
129
- * @uiName Bank name error
130
- * @uiWidget textArea
131
- */
132
- "bankNameError": string;
133
98
  /**
134
99
  * @uiName Bank name field label
135
100
  */
136
101
  "bankNameLabel": string;
137
- /**
138
- * Error messages for the bank postal code field. Supports error codes: empty
139
- * @uiName Bank postal code error
140
- * @uiWidget textArea
141
- */
142
- "bankPostalCodeError": string;
143
102
  /**
144
103
  * @uiName Bank postal code field label
145
104
  */
146
105
  "bankPostalCodeLabel": string;
147
- /**
148
- * Error messages for the bank province/state field. Supports error codes: empty
149
- * @uiName Bank province/state error
150
- * @uiWidget textArea
151
- */
152
- "bankStateError": string;
153
106
  /**
154
107
  * @uiName Bank province/state field label
155
108
  */
@@ -158,32 +111,14 @@ export namespace Components {
158
111
  * @uiName Beneficiary account field description
159
112
  */
160
113
  "beneficiaryAccountNameDescription": string;
161
- /**
162
- * Error messages for the beneficiary / account holder name field. Supports error codes: empty, invalidCharacters, numeric, tooLong, nonEnglish, businessNameMismatch, nameMismatch, businessPayeeMismatch, payeeMismatch
163
- * @uiName Beneficiary account name error
164
- * @uiWidget textArea
165
- */
166
- "beneficiaryAccountNameError": string;
167
114
  /**
168
115
  * @uiName Beneficiary account field label
169
116
  */
170
117
  "beneficiaryAccountNameLabel": string;
171
- /**
172
- * Error messages for the branch code field. Supports error codes: invalid
173
- * @uiName Branch code error
174
- * @uiWidget textArea
175
- */
176
- "branchCodeError": string;
177
118
  /**
178
119
  * @uiName Branch code field label
179
120
  */
180
121
  "branchCodeLabel": string;
181
- /**
182
- * Error messages for the branch name field. Supports error codes: empty
183
- * @uiName Branch name error
184
- * @uiWidget textArea
185
- */
186
- "branchNameError": string;
187
122
  /**
188
123
  * One of three options listed for the classification field
189
124
  * @uiName Business classification option
@@ -197,12 +132,6 @@ export namespace Components {
197
132
  * @uiName Classification CPF field label
198
133
  */
199
134
  "classificationCPFLabel": string;
200
- /**
201
- * Error messages for the classification code field. Supports error codes: empty, invalidKzt
202
- * @uiName Classification code error
203
- * @uiWidget textArea
204
- */
205
- "classificationCodeError": string;
206
135
  /**
207
136
  * @uiName Classification entity field label
208
137
  */
@@ -310,12 +239,6 @@ export namespace Components {
310
239
  * @uiName Information modal title
311
240
  */
312
241
  "modalTitle": string;
313
- /**
314
- * Error messages for the patronymic name field. Supports error codes: empty, alphanumeric
315
- * @uiName Patronymic name error
316
- * @uiWidget textArea
317
- */
318
- "patronymicNameError": string;
319
242
  /**
320
243
  * @uiName Patronymic name field label
321
244
  */
@@ -325,12 +248,6 @@ export namespace Components {
325
248
  * @uiName PayPal email field label
326
249
  */
327
250
  "payPalInputLabel": string;
328
- /**
329
- * Error messages for the payment day field. Supports error codes: empty, invalid
330
- * @uiName Payment day error
331
- * @uiWidget textArea
332
- */
333
- "paymentDayError": string;
334
251
  /**
335
252
  * Label text for the payment day select option for the fifteenth of the month
336
253
  * @uiName Fifteenth of month payday option
@@ -366,29 +283,11 @@ export namespace Components {
366
283
  * @uiName Fixed day payment schedule option
367
284
  */
368
285
  "paymentScheduleFixedDay": string;
369
- /**
370
- * Error messages for the payment threshold field. Supports error codes: empty, invalid
371
- * @uiName Payment threshold error
372
- * @uiWidget textArea
373
- */
374
- "paymentThresholdError": string;
375
286
  /**
376
287
  * Participant use this field to select the balance at which they want to be paid
377
288
  * @uiName Payment threshold field label
378
289
  */
379
290
  "paymentThresholdSelectLabel": string;
380
- /**
381
- * Error messages for the PayPal email field. Supports error codes: empty, unsupportedCurrency, invalidEmail, verificationIncomplete
382
- * @uiName PayPal email error
383
- * @uiWidget textArea
384
- */
385
- "paypalEmailError": string;
386
- /**
387
- * Error messages for the routing code / sort code / BSB field. Supports error codes: invalidBsb, invalidSortCode, empty, invalid
388
- * @uiName Routing code error
389
- * @uiWidget textArea
390
- */
391
- "routingCodeError": string;
392
291
  /**
393
292
  * @uiName Routing code field label
394
293
  */
@@ -406,12 +305,6 @@ export namespace Components {
406
305
  * @uiName Support link text
407
306
  */
408
307
  "supportLink": string;
409
- /**
410
- * Error messages for the SWIFT / BIC code field. Supports error codes: empty, alphanumeric, invalid
411
- * @uiName SWIFT code error
412
- * @uiWidget textArea
413
- */
414
- "swiftCodeError": string;
415
308
  /**
416
309
  * @uiName SWIFT code field label
417
310
  */
@@ -425,12 +318,6 @@ export namespace Components {
425
318
  * @uiName Page description
426
319
  */
427
320
  "taxAndPayoutsDescription": string;
428
- /**
429
- * Error messages for the tax payer ID / classification entity field. Supports error codes: empty, emptyAr, emptyKr, alphanumeric, alphanumericAr, alphanumericKr, invalid, invalidAr, invalidKr, invalidKzt, cnpjTooShort, cpfTooShort
430
- * @uiName Tax payer ID error
431
- * @uiWidget textArea
432
- */
433
- "taxPayerIdError": string;
434
321
  /**
435
322
  * @uiName Taxpayer ID field label
436
323
  */
@@ -448,12 +335,6 @@ export namespace Components {
448
335
  * @uiName Verify email header
449
336
  */
450
337
  "verifyEmailHeaderText": string;
451
- /**
452
- * Error messages for the VO code field. Supports error codes: empty, alphanumeric
453
- * @uiName VO code error
454
- * @uiWidget textArea
455
- */
456
- "voCodeError": string;
457
338
  /**
458
339
  * @uiName VO code field label
459
340
  */
@@ -576,7 +457,7 @@ export namespace Components {
576
457
  */
577
458
  "checkboxLabelLink"?: string;
578
459
  /**
579
- * @uiName Checkbox label link lext
460
+ * @uiName Checkbox label link text
580
461
  */
581
462
  "checkboxLabelLinkText"?: string;
582
463
  /**
@@ -2311,110 +2192,6 @@ export namespace Components {
2311
2192
  */
2312
2193
  "paginationText": string;
2313
2194
  }
2314
- interface SqmPartnerInfoModal {
2315
- /**
2316
- * Edit the property called terms and conditions text to change what's displayed for {termsAndConditionsLink}.
2317
- * @uiName Terms and conditions checkbox
2318
- */
2319
- "allowBankingCollection": string;
2320
- /**
2321
- * @uiName Confirm button label
2322
- */
2323
- "confirmButtonLabel": string;
2324
- /**
2325
- * @uiName Country label
2326
- */
2327
- "countryLabel": string;
2328
- /**
2329
- * @uiName Currency label
2330
- */
2331
- "currencyLabel": string;
2332
- /**
2333
- * @undocumented
2334
- * @uiType object
2335
- */
2336
- "demoData"?: DemoData<PartnerInfoModalResult>;
2337
- /**
2338
- * Description for existing partner confirmation
2339
- * @uiName Existing partner description
2340
- * @uiWidget textArea
2341
- */
2342
- "descriptionExistingPartner": string;
2343
- /**
2344
- * Description for new partner setup
2345
- * @uiName New partner description
2346
- * @uiWidget textArea
2347
- */
2348
- "descriptionNewPartner": string;
2349
- /**
2350
- * Used to render in another modal.
2351
- * @undocumented
2352
- */
2353
- "inModal": boolean;
2354
- /**
2355
- * @uiName Missing fields error text
2356
- * @uiWidget textArea
2357
- */
2358
- "missingFieldsErrorText": string;
2359
- /**
2360
- * Header text when user has no existing partner
2361
- * @uiName New partner header
2362
- * @uiWidget textArea
2363
- */
2364
- "modalHeader": string;
2365
- /**
2366
- * Header text when user has an existing partner
2367
- * @uiName Existing partner header
2368
- * @uiWidget textArea
2369
- */
2370
- "modalHeaderExistingPartner": string;
2371
- /**
2372
- * @uiName Network error text
2373
- * @uiWidget textArea
2374
- */
2375
- "networkErrorText": string;
2376
- /**
2377
- * @uiName Search country placeholder
2378
- */
2379
- "searchCountryPlaceholder": string;
2380
- /**
2381
- * @uiName Search currency placeholder
2382
- */
2383
- "searchCurrencyPlaceholder": string;
2384
- /**
2385
- * @undocumented
2386
- * @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
2387
- * @componentState { "title": "New partner", "props": { "states": { "open": true, "isExistingPartner": false } } }
2388
- * @componentState { "title": "Existing partner", "props": { "states": { "open": true, "isExistingPartner": true, "countryCode": "US", "currency": "USD" } } }
2389
- */
2390
- "stateController": string;
2391
- /**
2392
- * @uiName Submit button label
2393
- */
2394
- "submitButtonLabel": string;
2395
- /**
2396
- * Support description for existing partner confirmation
2397
- * @uiName Existing partner support description
2398
- * @uiWidget textArea
2399
- */
2400
- "supportDescriptionExistingPartner": string;
2401
- /**
2402
- * Support description for existing partner confirmation
2403
- * @uiName Existing partner support description
2404
- */
2405
- "supportLink": string;
2406
- /**
2407
- * The link text that appears in the terms and conditions checkbox
2408
- * @uiName Terms and conditions text
2409
- * @uiWidget textArea
2410
- */
2411
- "termsAndConditionsLabel": string;
2412
- /**
2413
- * The link that appears in the terms and conditions checkbox
2414
- * @uiName Terms and conditions link
2415
- */
2416
- "termsAndConditionsLink": string;
2417
- }
2418
2195
  interface SqmPasswordField {
2419
2196
  /**
2420
2197
  * @undocumented
@@ -4104,6 +3881,11 @@ export namespace Components {
4104
3881
  "titleText"?: string;
4105
3882
  }
4106
3883
  interface SqmReferralIframe {
3884
+ /**
3885
+ * Override the default parameter name used in the iframe
3886
+ * @uiName Referral code parameter name
3887
+ */
3888
+ "codeParam": string;
4107
3889
  /**
4108
3890
  * @undocumented
4109
3891
  * @uiType object
@@ -5113,6 +4895,15 @@ export namespace Components {
5113
4895
  "tooltiptext": string;
5114
4896
  }
5115
4897
  interface SqmShareLink {
4898
+ /**
4899
+ * Let advocates customize their share links up to 5 times.
4900
+ * @uiName Allow customization
4901
+ * @uiType boolean
4902
+ * @uiGroup Customizable Vanity Link
4903
+ * @uiWidget CustomLinkSwitch
4904
+ * @requiredFlavor impact
4905
+ */
4906
+ "allowCustomization"?: boolean;
5116
4907
  /**
5117
4908
  * Background color of share link container
5118
4909
  * @uiName Background color
@@ -5154,21 +4945,177 @@ export namespace Components {
5154
4945
  * @uiGroup Style
5155
4946
  */
5156
4947
  "buttonType"?: "primary" | "secondary";
4948
+ /**
4949
+ * Text for the cancel button in editing mode
4950
+ * @uiName Cancel button label
4951
+ * @uiType string
4952
+ * @uiGroup Customizable Vanity Link
4953
+ * @requiredFlavor impact
4954
+ */
4955
+ "cancelLabelText"?: string;
4956
+ /**
4957
+ * Text shown when nearing the character limit. Use {charactersRemaining} as a placeholder for the count.
4958
+ * @uiName Characters remaining text
4959
+ * @uiType string
4960
+ * @uiGroup Customizable Vanity Link
4961
+ * @requiredFlavor impact
4962
+ */
4963
+ "charactersRemainingText"?: string;
5157
4964
  /**
5158
4965
  * @uiName Copy button label
5159
4966
  */
5160
4967
  "copyButtonLabel": string;
4968
+ /**
4969
+ * Tooltip text shown when link customization is disabled
4970
+ * @uiName Customize disabled tooltip
4971
+ * @uiType string
4972
+ * @uiGroup Customizable Vanity Link
4973
+ * @requiredFlavor impact
4974
+ */
4975
+ "customizeDisabledTooltip"?: string;
4976
+ /**
4977
+ * Displayed below the share link.
4978
+ * @uiName Customize link button label
4979
+ * @uiType string
4980
+ * @uiGroup Customizable Vanity Link
4981
+ * @requiredFlavor impact
4982
+ */
4983
+ "customizeLinkButtonLabel"?: string;
5161
4984
  /**
5162
4985
  * @undocumented
5163
4986
  * @uiType object
5164
4987
  */
5165
- "demoData"?: DemoData<CopyTextViewProps>;
4988
+ "demoData"?: DemoData<ShareLinkViewProps>;
4989
+ /**
4990
+ * Label shown above the link input while editing
4991
+ * @uiName Edit input label
4992
+ * @uiType string
4993
+ * @uiGroup Customizable Vanity Link
4994
+ * @requiredFlavor impact
4995
+ */
4996
+ "editLabelText"?: string;
4997
+ /**
4998
+ * Message shown when the URL has been edited 5 times. To display a clickable link, use {supportLink} as a placeholder.
4999
+ * @uiName Edit limit reached text
5000
+ * @uiType string
5001
+ * @uiWidget textarea
5002
+ * @uiGroup Customizable Vanity Link
5003
+ * @requiredFlavor impact
5004
+ */
5005
+ "editLimitReachedText"?: string;
5006
+ /**
5007
+ * Subtext shown while the user is customizing their URL.
5008
+ * @uiName Edit limit text
5009
+ * @uiType string
5010
+ * @uiGroup Customizable Vanity Link
5011
+ * @requiredFlavor impact
5012
+ */
5013
+ "editLimitText"?: string;
5014
+ /**
5015
+ * Description text shown when the link contains invalid special characters.
5016
+ * @uiName Invalid characters error description
5017
+ * @uiType string
5018
+ * @uiWidget textarea
5019
+ * @uiGroup Customizable Vanity Link
5020
+ * @requiredFlavor impact
5021
+ */
5022
+ "invalidCharactersErrorDescription"?: string;
5023
+ /**
5024
+ * Title of the error message shown when the link contains invalid special characters.
5025
+ * @uiName Invalid characters error title
5026
+ * @uiType string
5027
+ * @uiGroup Customizable Vanity Link
5028
+ * @requiredFlavor impact
5029
+ */
5030
+ "invalidCharactersErrorTitle"?: string;
5031
+ /**
5032
+ * Description text shown when the link has already been taken
5033
+ * @uiName Link taken error message
5034
+ * @uiType string
5035
+ * @uiWidget textarea
5036
+ * @uiGroup Customizable Vanity Link
5037
+ * @requiredFlavor impact
5038
+ */
5039
+ "linkTakenErrorDescription"?: string;
5040
+ /**
5041
+ * Title of the error message shown when the link has already been taken
5042
+ * @uiName Link taken error title
5043
+ * @uiType string
5044
+ * @uiGroup Customizable Vanity Link
5045
+ * @requiredFlavor impact
5046
+ */
5047
+ "linkTakenErrorTitle"?: string;
5048
+ /**
5049
+ * @uiName Min characters text
5050
+ * @uiType string
5051
+ * @uiGroup Customizable Vanity Link
5052
+ * @requiredFlavor impact
5053
+ */
5054
+ "minCharactersText"?: string;
5166
5055
  /**
5167
5056
  * The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
5168
5057
  * @uiName Program ID
5169
5058
  * @uiWidget programSelector
5170
5059
  */
5171
5060
  "programId"?: string;
5061
+ /**
5062
+ * Description text shown when the link contains profanity or brand names.
5063
+ * @uiName Restricted words error description
5064
+ * @uiType string
5065
+ * @uiWidget textarea
5066
+ * @uiGroup Customizable Vanity Link
5067
+ * @requiredFlavor impact
5068
+ */
5069
+ "restrictedWordsErrorDescription"?: string;
5070
+ /**
5071
+ * Title of the error message shown when the link contains profanity or brand names.
5072
+ * @uiName Restricted words error title
5073
+ * @uiType string
5074
+ * @uiGroup Customizable Vanity Link
5075
+ * @requiredFlavor impact
5076
+ */
5077
+ "restrictedWordsErrorTitle"?: string;
5078
+ /**
5079
+ * Description shown when saving fails with an unknown error
5080
+ * @uiName Save error description
5081
+ * @uiType string
5082
+ * @uiWidget textarea
5083
+ * @uiGroup Customizable Vanity Link
5084
+ * @requiredFlavor impact
5085
+ */
5086
+ "saveErrorDescription"?: string;
5087
+ /**
5088
+ * Title shown when saving fails with an unknown error
5089
+ * @uiName Save error title
5090
+ * @uiType string
5091
+ * @uiGroup Customizable Vanity Link
5092
+ * @requiredFlavor impact
5093
+ */
5094
+ "saveErrorTitle"?: string;
5095
+ /**
5096
+ * Text for the save button in editing mode
5097
+ * @uiName Save button label
5098
+ * @uiType string
5099
+ * @uiGroup Customizable Vanity Link
5100
+ * @requiredFlavor impact
5101
+ */
5102
+ "saveLabelText"?: string;
5103
+ /**
5104
+ * Text for the save button while saving is in progress
5105
+ * @uiName Saving button label
5106
+ * @uiType string
5107
+ * @uiGroup Customizable Vanity Link
5108
+ * @requiredFlavor impact
5109
+ */
5110
+ "savingLabelText"?: string;
5111
+ /**
5112
+ * Display text for the support link in the edit limit reached message
5113
+ * @uiName Support link text
5114
+ * @uiType string
5115
+ * @uiGroup Customizable Vanity Link
5116
+ * @requiredFlavor impact
5117
+ */
5118
+ "supportLinkText"?: string;
5172
5119
  /**
5173
5120
  * Change the text alignment
5174
5121
  * @uiName Share link alignment
@@ -5196,6 +5143,14 @@ export namespace Components {
5196
5143
  * @uiName Tooltip text
5197
5144
  */
5198
5145
  "tooltiptext": string;
5146
+ /**
5147
+ * Text shown while the link is being validated
5148
+ * @uiName Validating label
5149
+ * @uiType string
5150
+ * @uiGroup Customizable Vanity Link
5151
+ * @requiredFlavor impact
5152
+ */
5153
+ "validatingLabelText"?: string;
5199
5154
  }
5200
5155
  interface SqmSkeleton {
5201
5156
  /**
@@ -6007,6 +5962,11 @@ export namespace Components {
6007
5962
  * @uiGroup Step 1 Properties
6008
5963
  */
6009
5964
  "step1_currency": string;
5965
+ /**
5966
+ * @uiName Currency field help text
5967
+ * @uiGroup Step 1 Properties
5968
+ */
5969
+ "step1_currencyHelpText": string;
6010
5970
  /**
6011
5971
  * @uiName Email field label
6012
5972
  * @uiGroup Step 1 Properties
@@ -7027,6 +6987,40 @@ export namespace Components {
7027
6987
  */
7028
6988
  "textAlign": "left" | "center" | "right";
7029
6989
  }
6990
+ interface SqmUserAttribute {
6991
+ /**
6992
+ * @uiName Color
6993
+ * @uiWidget color
6994
+ * @format color
6995
+ * @uiGroup Style
6996
+ */
6997
+ "color"?: string;
6998
+ /**
6999
+ * @undocumented
7000
+ * @uiType object
7001
+ */
7002
+ "demoData"?: DemoData<UserAttributeViewProps>;
7003
+ /**
7004
+ * Number in pixels.
7005
+ * @uiName Font size
7006
+ * @uiGroup Style
7007
+ */
7008
+ "fontSize"?: number;
7009
+ /**
7010
+ * Font weight
7011
+ * @uiName Font weight
7012
+ * @uiGroup Style
7013
+ * @uiEnum [100, 200, 300, 400, 500, 600, 700, 800, 900]
7014
+ * @uiEnumNames ["Thin", "Extra Light", "Light", "Normal", "Medium", "Semi Bold", "Bold", "Extra Bold", "Heavy"]
7015
+ */
7016
+ "fontWeight"?: number;
7017
+ /**
7018
+ * The custom field key to display.
7019
+ * @uiName Custom field key
7020
+ * @uiWidget customFieldSelector
7021
+ */
7022
+ "value": string | number;
7023
+ }
7030
7024
  interface SqmUserInfoForm {
7031
7025
  /**
7032
7026
  * @uiName Address field label
@@ -7053,6 +7047,10 @@ export namespace Components {
7053
7047
  * @uiName Currency field label
7054
7048
  */
7055
7049
  "currency": string;
7050
+ /**
7051
+ * @uiName Currency field help text
7052
+ */
7053
+ "currencyHelpText": string;
7056
7054
  /**
7057
7055
  * @undocumented
7058
7056
  * @uiType object
@@ -7242,78 +7240,6 @@ export namespace Components {
7242
7240
  * @uiGroup Code Verification Step
7243
7241
  */
7244
7242
  "codeStep_verifyText": string;
7245
- /**
7246
- * @uiName Confirm button label
7247
- * @uiGroup Partner Creation Step
7248
- */
7249
- "createPartnerStep_confirmButtonLabel": string;
7250
- /**
7251
- * @uiName Country label
7252
- * @uiGroup Partner Creation Step
7253
- */
7254
- "createPartnerStep_countryLabel": string;
7255
- /**
7256
- * @uiName Currency label
7257
- * @uiGroup Partner Creation Step
7258
- */
7259
- "createPartnerStep_currencyLabel": string;
7260
- /**
7261
- * @uiName Existing partner description
7262
- * @uiGroup Partner Creation Step
7263
- * @uiWidget textArea
7264
- */
7265
- "createPartnerStep_descriptionExistingPartner": string;
7266
- /**
7267
- * @uiName New partner description
7268
- * @uiGroup Partner Creation Step
7269
- * @uiWidget textArea
7270
- */
7271
- "createPartnerStep_descriptionNewPartner": string;
7272
- /**
7273
- * @uiName Missing fields error text
7274
- * @uiGroup Partner Creation Step
7275
- * @uiWidget textArea
7276
- */
7277
- "createPartnerStep_missingFieldsErrorText": string;
7278
- /**
7279
- * @uiName New partner header
7280
- * @uiGroup Partner Creation Step
7281
- * @uiWidget textArea
7282
- */
7283
- "createPartnerStep_modalHeader": string;
7284
- /**
7285
- * @uiName Existing partner header
7286
- * @uiGroup Partner Creation Step
7287
- * @uiWidget textArea
7288
- */
7289
- "createPartnerStep_modalHeaderExistingPartner": string;
7290
- /**
7291
- * @uiName Network error text
7292
- * @uiGroup Partner Creation Step
7293
- * @uiWidget textArea
7294
- */
7295
- "createPartnerStep_networkErrorText": string;
7296
- /**
7297
- * @uiName Search country placeholder
7298
- * @uiGroup Partner Creation Step
7299
- */
7300
- "createPartnerStep_searchCountryPlaceholder": string;
7301
- /**
7302
- * @uiName Search currency placeholder
7303
- * @uiGroup Partner Creation Step
7304
- */
7305
- "createPartnerStep_searchCurrencyPlaceholder": string;
7306
- /**
7307
- * @uiName Submit button label
7308
- * @uiGroup Partner Creation Step
7309
- */
7310
- "createPartnerStep_submitButtonLabel": string;
7311
- /**
7312
- * @uiName Existing partner support description
7313
- * @uiGroup Partner Creation Step
7314
- * @uiWidget textArea
7315
- */
7316
- "createPartnerStep_supportDescriptionExistingPartner": string;
7317
7243
  /**
7318
7244
  * @uiName Email input label
7319
7245
  * @uiGroup Email Verification Step
@@ -7345,15 +7271,19 @@ export namespace Components {
7345
7271
  */
7346
7272
  "emailStep_verifyEmailHeaderText": string;
7347
7273
  /**
7348
- * @uiName General widget header text with partner creation
7274
+ * @uiName General verify widget description text
7349
7275
  * @uiGroup General Text
7350
7276
  */
7351
- "general_widgetHeaderWithPartnerCreation": string;
7277
+ "general_verifyEmailDescription": string;
7352
7278
  /**
7353
- * @undocumented
7279
+ * @uiName General verify widget header text
7280
+ * @uiGroup General Text
7281
+ */
7282
+ "general_verifyEmailHeader": string;
7283
+ /**
7284
+ * @undocumented
7354
7285
  * @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
7355
7286
  * @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
7356
- * @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
7357
7287
  */
7358
7288
  "stateController": string;
7359
7289
  }
@@ -7661,12 +7591,6 @@ declare global {
7661
7591
  prototype: HTMLSqmPaginationElement;
7662
7592
  new (): HTMLSqmPaginationElement;
7663
7593
  };
7664
- interface HTMLSqmPartnerInfoModalElement extends Components.SqmPartnerInfoModal, HTMLStencilElement {
7665
- }
7666
- var HTMLSqmPartnerInfoModalElement: {
7667
- prototype: HTMLSqmPartnerInfoModalElement;
7668
- new (): HTMLSqmPartnerInfoModalElement;
7669
- };
7670
7594
  interface HTMLSqmPasswordFieldElement extends Components.SqmPasswordField, HTMLStencilElement {
7671
7595
  }
7672
7596
  var HTMLSqmPasswordFieldElement: {
@@ -8117,6 +8041,12 @@ declare global {
8117
8041
  prototype: HTMLSqmTitledSectionElement;
8118
8042
  new (): HTMLSqmTitledSectionElement;
8119
8043
  };
8044
+ interface HTMLSqmUserAttributeElement extends Components.SqmUserAttribute, HTMLStencilElement {
8045
+ }
8046
+ var HTMLSqmUserAttributeElement: {
8047
+ prototype: HTMLSqmUserAttributeElement;
8048
+ new (): HTMLSqmUserAttributeElement;
8049
+ };
8120
8050
  interface HTMLSqmUserInfoFormElement extends Components.SqmUserInfoForm, HTMLStencilElement {
8121
8051
  }
8122
8052
  var HTMLSqmUserInfoFormElement: {
@@ -8191,7 +8121,6 @@ declare global {
8191
8121
  "sqm-navigation-sidebar": HTMLSqmNavigationSidebarElement;
8192
8122
  "sqm-navigation-sidebar-item": HTMLSqmNavigationSidebarItemElement;
8193
8123
  "sqm-pagination": HTMLSqmPaginationElement;
8194
- "sqm-partner-info-modal": HTMLSqmPartnerInfoModalElement;
8195
8124
  "sqm-password-field": HTMLSqmPasswordFieldElement;
8196
8125
  "sqm-payout-button-scroll": HTMLSqmPayoutButtonScrollElement;
8197
8126
  "sqm-payout-details-card": HTMLSqmPayoutDetailsCardElement;
@@ -8267,6 +8196,7 @@ declare global {
8267
8196
  "sqm-timeline": HTMLSqmTimelineElement;
8268
8197
  "sqm-timeline-entry": HTMLSqmTimelineEntryElement;
8269
8198
  "sqm-titled-section": HTMLSqmTitledSectionElement;
8199
+ "sqm-user-attribute": HTMLSqmUserAttributeElement;
8270
8200
  "sqm-user-info-form": HTMLSqmUserInfoFormElement;
8271
8201
  "sqm-user-name": HTMLSqmUserNameElement;
8272
8202
  "sqm-widget-verification": HTMLSqmWidgetVerificationElement;
@@ -8277,12 +8207,6 @@ declare namespace LocalJSX {
8277
8207
  interface RaisinsPlopTarget {
8278
8208
  }
8279
8209
  interface SqmBankingInfoForm {
8280
- /**
8281
- * Error messages for the agency code field. Supports error codes: empty, alphanumeric, tooShort
8282
- * @uiName Agency code error
8283
- * @uiWidget textArea
8284
- */
8285
- "agencyCodeError"?: string;
8286
8210
  /**
8287
8211
  * @uiName Agency code field label
8288
8212
  */
@@ -8292,42 +8216,18 @@ declare namespace LocalJSX {
8292
8216
  * @uiName Back button label
8293
8217
  */
8294
8218
  "backButton"?: string;
8295
- /**
8296
- * Error messages for the bank account number / IBAN field. Supports error codes: empty, invalidUk, invalid, ibanEmpty, ibanAlphanumeric, ibanInvalid, ibanCountryMismatch
8297
- * @uiName Bank account number / IBAN error
8298
- * @uiWidget textArea
8299
- */
8300
- "bankAccountNumberError"?: string;
8301
8219
  /**
8302
8220
  * @uiName Bank account number field label
8303
8221
  */
8304
8222
  "bankAccountNumberLabel"?: string;
8305
- /**
8306
- * Error messages for the bank account type field. Supports error codes: empty
8307
- * @uiName Bank account type error
8308
- * @uiWidget textArea
8309
- */
8310
- "bankAccountTypeError"?: string;
8311
8223
  /**
8312
8224
  * @uiName Bank account type field label
8313
8225
  */
8314
8226
  "bankAccountTypeLabel"?: string;
8315
- /**
8316
- * Error messages for the bank address field. Supports error codes: empty
8317
- * @uiName Bank address error
8318
- * @uiWidget textArea
8319
- */
8320
- "bankAddressError"?: string;
8321
8227
  /**
8322
8228
  * @uiName Bank address field label
8323
8229
  */
8324
8230
  "bankAddressLabel"?: string;
8325
- /**
8326
- * Error messages for the bank city field. Supports error codes: empty
8327
- * @uiName Bank city error
8328
- * @uiWidget textArea
8329
- */
8330
- "bankCityError"?: string;
8331
8231
  /**
8332
8232
  * @uiName Bank city field label
8333
8233
  */
@@ -8336,32 +8236,14 @@ declare namespace LocalJSX {
8336
8236
  * @uiName Bank country field label
8337
8237
  */
8338
8238
  "bankLocationLabel"?: string;
8339
- /**
8340
- * Error messages for the bank name field. Supports error codes: empty
8341
- * @uiName Bank name error
8342
- * @uiWidget textArea
8343
- */
8344
- "bankNameError"?: string;
8345
8239
  /**
8346
8240
  * @uiName Bank name field label
8347
8241
  */
8348
8242
  "bankNameLabel"?: string;
8349
- /**
8350
- * Error messages for the bank postal code field. Supports error codes: empty
8351
- * @uiName Bank postal code error
8352
- * @uiWidget textArea
8353
- */
8354
- "bankPostalCodeError"?: string;
8355
8243
  /**
8356
8244
  * @uiName Bank postal code field label
8357
8245
  */
8358
8246
  "bankPostalCodeLabel"?: string;
8359
- /**
8360
- * Error messages for the bank province/state field. Supports error codes: empty
8361
- * @uiName Bank province/state error
8362
- * @uiWidget textArea
8363
- */
8364
- "bankStateError"?: string;
8365
8247
  /**
8366
8248
  * @uiName Bank province/state field label
8367
8249
  */
@@ -8370,32 +8252,14 @@ declare namespace LocalJSX {
8370
8252
  * @uiName Beneficiary account field description
8371
8253
  */
8372
8254
  "beneficiaryAccountNameDescription"?: string;
8373
- /**
8374
- * Error messages for the beneficiary / account holder name field. Supports error codes: empty, invalidCharacters, numeric, tooLong, nonEnglish, businessNameMismatch, nameMismatch, businessPayeeMismatch, payeeMismatch
8375
- * @uiName Beneficiary account name error
8376
- * @uiWidget textArea
8377
- */
8378
- "beneficiaryAccountNameError"?: string;
8379
8255
  /**
8380
8256
  * @uiName Beneficiary account field label
8381
8257
  */
8382
8258
  "beneficiaryAccountNameLabel"?: string;
8383
- /**
8384
- * Error messages for the branch code field. Supports error codes: invalid
8385
- * @uiName Branch code error
8386
- * @uiWidget textArea
8387
- */
8388
- "branchCodeError"?: string;
8389
8259
  /**
8390
8260
  * @uiName Branch code field label
8391
8261
  */
8392
8262
  "branchCodeLabel"?: string;
8393
- /**
8394
- * Error messages for the branch name field. Supports error codes: empty
8395
- * @uiName Branch name error
8396
- * @uiWidget textArea
8397
- */
8398
- "branchNameError"?: string;
8399
8263
  /**
8400
8264
  * One of three options listed for the classification field
8401
8265
  * @uiName Business classification option
@@ -8409,12 +8273,6 @@ declare namespace LocalJSX {
8409
8273
  * @uiName Classification CPF field label
8410
8274
  */
8411
8275
  "classificationCPFLabel"?: string;
8412
- /**
8413
- * Error messages for the classification code field. Supports error codes: empty, invalidKzt
8414
- * @uiName Classification code error
8415
- * @uiWidget textArea
8416
- */
8417
- "classificationCodeError"?: string;
8418
8276
  /**
8419
8277
  * @uiName Classification entity field label
8420
8278
  */
@@ -8522,12 +8380,6 @@ declare namespace LocalJSX {
8522
8380
  * @uiName Information modal title
8523
8381
  */
8524
8382
  "modalTitle"?: string;
8525
- /**
8526
- * Error messages for the patronymic name field. Supports error codes: empty, alphanumeric
8527
- * @uiName Patronymic name error
8528
- * @uiWidget textArea
8529
- */
8530
- "patronymicNameError"?: string;
8531
8383
  /**
8532
8384
  * @uiName Patronymic name field label
8533
8385
  */
@@ -8537,12 +8389,6 @@ declare namespace LocalJSX {
8537
8389
  * @uiName PayPal email field label
8538
8390
  */
8539
8391
  "payPalInputLabel"?: string;
8540
- /**
8541
- * Error messages for the payment day field. Supports error codes: empty, invalid
8542
- * @uiName Payment day error
8543
- * @uiWidget textArea
8544
- */
8545
- "paymentDayError"?: string;
8546
8392
  /**
8547
8393
  * Label text for the payment day select option for the fifteenth of the month
8548
8394
  * @uiName Fifteenth of month payday option
@@ -8578,29 +8424,11 @@ declare namespace LocalJSX {
8578
8424
  * @uiName Fixed day payment schedule option
8579
8425
  */
8580
8426
  "paymentScheduleFixedDay"?: string;
8581
- /**
8582
- * Error messages for the payment threshold field. Supports error codes: empty, invalid
8583
- * @uiName Payment threshold error
8584
- * @uiWidget textArea
8585
- */
8586
- "paymentThresholdError"?: string;
8587
8427
  /**
8588
8428
  * Participant use this field to select the balance at which they want to be paid
8589
8429
  * @uiName Payment threshold field label
8590
8430
  */
8591
8431
  "paymentThresholdSelectLabel"?: string;
8592
- /**
8593
- * Error messages for the PayPal email field. Supports error codes: empty, unsupportedCurrency, invalidEmail, verificationIncomplete
8594
- * @uiName PayPal email error
8595
- * @uiWidget textArea
8596
- */
8597
- "paypalEmailError"?: string;
8598
- /**
8599
- * Error messages for the routing code / sort code / BSB field. Supports error codes: invalidBsb, invalidSortCode, empty, invalid
8600
- * @uiName Routing code error
8601
- * @uiWidget textArea
8602
- */
8603
- "routingCodeError"?: string;
8604
8432
  /**
8605
8433
  * @uiName Routing code field label
8606
8434
  */
@@ -8618,12 +8446,6 @@ declare namespace LocalJSX {
8618
8446
  * @uiName Support link text
8619
8447
  */
8620
8448
  "supportLink"?: string;
8621
- /**
8622
- * Error messages for the SWIFT / BIC code field. Supports error codes: empty, alphanumeric, invalid
8623
- * @uiName SWIFT code error
8624
- * @uiWidget textArea
8625
- */
8626
- "swiftCodeError"?: string;
8627
8449
  /**
8628
8450
  * @uiName SWIFT code field label
8629
8451
  */
@@ -8637,12 +8459,6 @@ declare namespace LocalJSX {
8637
8459
  * @uiName Page description
8638
8460
  */
8639
8461
  "taxAndPayoutsDescription"?: string;
8640
- /**
8641
- * Error messages for the tax payer ID / classification entity field. Supports error codes: empty, emptyAr, emptyKr, alphanumeric, alphanumericAr, alphanumericKr, invalid, invalidAr, invalidKr, invalidKzt, cnpjTooShort, cpfTooShort
8642
- * @uiName Tax payer ID error
8643
- * @uiWidget textArea
8644
- */
8645
- "taxPayerIdError"?: string;
8646
8462
  /**
8647
8463
  * @uiName Taxpayer ID field label
8648
8464
  */
@@ -8660,12 +8476,6 @@ declare namespace LocalJSX {
8660
8476
  * @uiName Verify email header
8661
8477
  */
8662
8478
  "verifyEmailHeaderText"?: string;
8663
- /**
8664
- * Error messages for the VO code field. Supports error codes: empty, alphanumeric
8665
- * @uiName VO code error
8666
- * @uiWidget textArea
8667
- */
8668
- "voCodeError"?: string;
8669
8479
  /**
8670
8480
  * @uiName VO code field label
8671
8481
  */
@@ -8788,7 +8598,7 @@ declare namespace LocalJSX {
8788
8598
  */
8789
8599
  "checkboxLabelLink"?: string;
8790
8600
  /**
8791
- * @uiName Checkbox label link lext
8601
+ * @uiName Checkbox label link text
8792
8602
  */
8793
8603
  "checkboxLabelLinkText"?: string;
8794
8604
  /**
@@ -10518,110 +10328,6 @@ declare namespace LocalJSX {
10518
10328
  */
10519
10329
  "paginationText"?: string;
10520
10330
  }
10521
- interface SqmPartnerInfoModal {
10522
- /**
10523
- * Edit the property called terms and conditions text to change what's displayed for {termsAndConditionsLink}.
10524
- * @uiName Terms and conditions checkbox
10525
- */
10526
- "allowBankingCollection"?: string;
10527
- /**
10528
- * @uiName Confirm button label
10529
- */
10530
- "confirmButtonLabel"?: string;
10531
- /**
10532
- * @uiName Country label
10533
- */
10534
- "countryLabel"?: string;
10535
- /**
10536
- * @uiName Currency label
10537
- */
10538
- "currencyLabel"?: string;
10539
- /**
10540
- * @undocumented
10541
- * @uiType object
10542
- */
10543
- "demoData"?: DemoData<PartnerInfoModalResult>;
10544
- /**
10545
- * Description for existing partner confirmation
10546
- * @uiName Existing partner description
10547
- * @uiWidget textArea
10548
- */
10549
- "descriptionExistingPartner"?: string;
10550
- /**
10551
- * Description for new partner setup
10552
- * @uiName New partner description
10553
- * @uiWidget textArea
10554
- */
10555
- "descriptionNewPartner"?: string;
10556
- /**
10557
- * Used to render in another modal.
10558
- * @undocumented
10559
- */
10560
- "inModal"?: boolean;
10561
- /**
10562
- * @uiName Missing fields error text
10563
- * @uiWidget textArea
10564
- */
10565
- "missingFieldsErrorText"?: string;
10566
- /**
10567
- * Header text when user has no existing partner
10568
- * @uiName New partner header
10569
- * @uiWidget textArea
10570
- */
10571
- "modalHeader"?: string;
10572
- /**
10573
- * Header text when user has an existing partner
10574
- * @uiName Existing partner header
10575
- * @uiWidget textArea
10576
- */
10577
- "modalHeaderExistingPartner"?: string;
10578
- /**
10579
- * @uiName Network error text
10580
- * @uiWidget textArea
10581
- */
10582
- "networkErrorText"?: string;
10583
- /**
10584
- * @uiName Search country placeholder
10585
- */
10586
- "searchCountryPlaceholder"?: string;
10587
- /**
10588
- * @uiName Search currency placeholder
10589
- */
10590
- "searchCurrencyPlaceholder"?: string;
10591
- /**
10592
- * @undocumented
10593
- * @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
10594
- * @componentState { "title": "New partner", "props": { "states": { "open": true, "isExistingPartner": false } } }
10595
- * @componentState { "title": "Existing partner", "props": { "states": { "open": true, "isExistingPartner": true, "countryCode": "US", "currency": "USD" } } }
10596
- */
10597
- "stateController"?: string;
10598
- /**
10599
- * @uiName Submit button label
10600
- */
10601
- "submitButtonLabel"?: string;
10602
- /**
10603
- * Support description for existing partner confirmation
10604
- * @uiName Existing partner support description
10605
- * @uiWidget textArea
10606
- */
10607
- "supportDescriptionExistingPartner"?: string;
10608
- /**
10609
- * Support description for existing partner confirmation
10610
- * @uiName Existing partner support description
10611
- */
10612
- "supportLink"?: string;
10613
- /**
10614
- * The link text that appears in the terms and conditions checkbox
10615
- * @uiName Terms and conditions text
10616
- * @uiWidget textArea
10617
- */
10618
- "termsAndConditionsLabel"?: string;
10619
- /**
10620
- * The link that appears in the terms and conditions checkbox
10621
- * @uiName Terms and conditions link
10622
- */
10623
- "termsAndConditionsLink"?: string;
10624
- }
10625
10331
  interface SqmPasswordField {
10626
10332
  /**
10627
10333
  * @undocumented
@@ -12311,6 +12017,11 @@ declare namespace LocalJSX {
12311
12017
  "titleText"?: string;
12312
12018
  }
12313
12019
  interface SqmReferralIframe {
12020
+ /**
12021
+ * Override the default parameter name used in the iframe
12022
+ * @uiName Referral code parameter name
12023
+ */
12024
+ "codeParam"?: string;
12314
12025
  /**
12315
12026
  * @undocumented
12316
12027
  * @uiType object
@@ -13296,6 +13007,15 @@ declare namespace LocalJSX {
13296
13007
  "tooltiptext"?: string;
13297
13008
  }
13298
13009
  interface SqmShareLink {
13010
+ /**
13011
+ * Let advocates customize their share links up to 5 times.
13012
+ * @uiName Allow customization
13013
+ * @uiType boolean
13014
+ * @uiGroup Customizable Vanity Link
13015
+ * @uiWidget CustomLinkSwitch
13016
+ * @requiredFlavor impact
13017
+ */
13018
+ "allowCustomization"?: boolean;
13299
13019
  /**
13300
13020
  * Background color of share link container
13301
13021
  * @uiName Background color
@@ -13337,21 +13057,177 @@ declare namespace LocalJSX {
13337
13057
  * @uiGroup Style
13338
13058
  */
13339
13059
  "buttonType"?: "primary" | "secondary";
13060
+ /**
13061
+ * Text for the cancel button in editing mode
13062
+ * @uiName Cancel button label
13063
+ * @uiType string
13064
+ * @uiGroup Customizable Vanity Link
13065
+ * @requiredFlavor impact
13066
+ */
13067
+ "cancelLabelText"?: string;
13068
+ /**
13069
+ * Text shown when nearing the character limit. Use {charactersRemaining} as a placeholder for the count.
13070
+ * @uiName Characters remaining text
13071
+ * @uiType string
13072
+ * @uiGroup Customizable Vanity Link
13073
+ * @requiredFlavor impact
13074
+ */
13075
+ "charactersRemainingText"?: string;
13340
13076
  /**
13341
13077
  * @uiName Copy button label
13342
13078
  */
13343
13079
  "copyButtonLabel"?: string;
13080
+ /**
13081
+ * Tooltip text shown when link customization is disabled
13082
+ * @uiName Customize disabled tooltip
13083
+ * @uiType string
13084
+ * @uiGroup Customizable Vanity Link
13085
+ * @requiredFlavor impact
13086
+ */
13087
+ "customizeDisabledTooltip"?: string;
13088
+ /**
13089
+ * Displayed below the share link.
13090
+ * @uiName Customize link button label
13091
+ * @uiType string
13092
+ * @uiGroup Customizable Vanity Link
13093
+ * @requiredFlavor impact
13094
+ */
13095
+ "customizeLinkButtonLabel"?: string;
13344
13096
  /**
13345
13097
  * @undocumented
13346
13098
  * @uiType object
13347
13099
  */
13348
- "demoData"?: DemoData<CopyTextViewProps>;
13100
+ "demoData"?: DemoData<ShareLinkViewProps>;
13101
+ /**
13102
+ * Label shown above the link input while editing
13103
+ * @uiName Edit input label
13104
+ * @uiType string
13105
+ * @uiGroup Customizable Vanity Link
13106
+ * @requiredFlavor impact
13107
+ */
13108
+ "editLabelText"?: string;
13109
+ /**
13110
+ * Message shown when the URL has been edited 5 times. To display a clickable link, use {supportLink} as a placeholder.
13111
+ * @uiName Edit limit reached text
13112
+ * @uiType string
13113
+ * @uiWidget textarea
13114
+ * @uiGroup Customizable Vanity Link
13115
+ * @requiredFlavor impact
13116
+ */
13117
+ "editLimitReachedText"?: string;
13118
+ /**
13119
+ * Subtext shown while the user is customizing their URL.
13120
+ * @uiName Edit limit text
13121
+ * @uiType string
13122
+ * @uiGroup Customizable Vanity Link
13123
+ * @requiredFlavor impact
13124
+ */
13125
+ "editLimitText"?: string;
13126
+ /**
13127
+ * Description text shown when the link contains invalid special characters.
13128
+ * @uiName Invalid characters error description
13129
+ * @uiType string
13130
+ * @uiWidget textarea
13131
+ * @uiGroup Customizable Vanity Link
13132
+ * @requiredFlavor impact
13133
+ */
13134
+ "invalidCharactersErrorDescription"?: string;
13135
+ /**
13136
+ * Title of the error message shown when the link contains invalid special characters.
13137
+ * @uiName Invalid characters error title
13138
+ * @uiType string
13139
+ * @uiGroup Customizable Vanity Link
13140
+ * @requiredFlavor impact
13141
+ */
13142
+ "invalidCharactersErrorTitle"?: string;
13143
+ /**
13144
+ * Description text shown when the link has already been taken
13145
+ * @uiName Link taken error message
13146
+ * @uiType string
13147
+ * @uiWidget textarea
13148
+ * @uiGroup Customizable Vanity Link
13149
+ * @requiredFlavor impact
13150
+ */
13151
+ "linkTakenErrorDescription"?: string;
13152
+ /**
13153
+ * Title of the error message shown when the link has already been taken
13154
+ * @uiName Link taken error title
13155
+ * @uiType string
13156
+ * @uiGroup Customizable Vanity Link
13157
+ * @requiredFlavor impact
13158
+ */
13159
+ "linkTakenErrorTitle"?: string;
13160
+ /**
13161
+ * @uiName Min characters text
13162
+ * @uiType string
13163
+ * @uiGroup Customizable Vanity Link
13164
+ * @requiredFlavor impact
13165
+ */
13166
+ "minCharactersText"?: string;
13349
13167
  /**
13350
13168
  * The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
13351
13169
  * @uiName Program ID
13352
13170
  * @uiWidget programSelector
13353
13171
  */
13354
13172
  "programId"?: string;
13173
+ /**
13174
+ * Description text shown when the link contains profanity or brand names.
13175
+ * @uiName Restricted words error description
13176
+ * @uiType string
13177
+ * @uiWidget textarea
13178
+ * @uiGroup Customizable Vanity Link
13179
+ * @requiredFlavor impact
13180
+ */
13181
+ "restrictedWordsErrorDescription"?: string;
13182
+ /**
13183
+ * Title of the error message shown when the link contains profanity or brand names.
13184
+ * @uiName Restricted words error title
13185
+ * @uiType string
13186
+ * @uiGroup Customizable Vanity Link
13187
+ * @requiredFlavor impact
13188
+ */
13189
+ "restrictedWordsErrorTitle"?: string;
13190
+ /**
13191
+ * Description shown when saving fails with an unknown error
13192
+ * @uiName Save error description
13193
+ * @uiType string
13194
+ * @uiWidget textarea
13195
+ * @uiGroup Customizable Vanity Link
13196
+ * @requiredFlavor impact
13197
+ */
13198
+ "saveErrorDescription"?: string;
13199
+ /**
13200
+ * Title shown when saving fails with an unknown error
13201
+ * @uiName Save error title
13202
+ * @uiType string
13203
+ * @uiGroup Customizable Vanity Link
13204
+ * @requiredFlavor impact
13205
+ */
13206
+ "saveErrorTitle"?: string;
13207
+ /**
13208
+ * Text for the save button in editing mode
13209
+ * @uiName Save button label
13210
+ * @uiType string
13211
+ * @uiGroup Customizable Vanity Link
13212
+ * @requiredFlavor impact
13213
+ */
13214
+ "saveLabelText"?: string;
13215
+ /**
13216
+ * Text for the save button while saving is in progress
13217
+ * @uiName Saving button label
13218
+ * @uiType string
13219
+ * @uiGroup Customizable Vanity Link
13220
+ * @requiredFlavor impact
13221
+ */
13222
+ "savingLabelText"?: string;
13223
+ /**
13224
+ * Display text for the support link in the edit limit reached message
13225
+ * @uiName Support link text
13226
+ * @uiType string
13227
+ * @uiGroup Customizable Vanity Link
13228
+ * @requiredFlavor impact
13229
+ */
13230
+ "supportLinkText"?: string;
13355
13231
  /**
13356
13232
  * Change the text alignment
13357
13233
  * @uiName Share link alignment
@@ -13379,6 +13255,14 @@ declare namespace LocalJSX {
13379
13255
  * @uiName Tooltip text
13380
13256
  */
13381
13257
  "tooltiptext"?: string;
13258
+ /**
13259
+ * Text shown while the link is being validated
13260
+ * @uiName Validating label
13261
+ * @uiType string
13262
+ * @uiGroup Customizable Vanity Link
13263
+ * @requiredFlavor impact
13264
+ */
13265
+ "validatingLabelText"?: string;
13382
13266
  }
13383
13267
  interface SqmSkeleton {
13384
13268
  /**
@@ -14190,6 +14074,11 @@ declare namespace LocalJSX {
14190
14074
  * @uiGroup Step 1 Properties
14191
14075
  */
14192
14076
  "step1_currency"?: string;
14077
+ /**
14078
+ * @uiName Currency field help text
14079
+ * @uiGroup Step 1 Properties
14080
+ */
14081
+ "step1_currencyHelpText"?: string;
14193
14082
  /**
14194
14083
  * @uiName Email field label
14195
14084
  * @uiGroup Step 1 Properties
@@ -15209,6 +15098,40 @@ declare namespace LocalJSX {
15209
15098
  */
15210
15099
  "textAlign"?: "left" | "center" | "right";
15211
15100
  }
15101
+ interface SqmUserAttribute {
15102
+ /**
15103
+ * @uiName Color
15104
+ * @uiWidget color
15105
+ * @format color
15106
+ * @uiGroup Style
15107
+ */
15108
+ "color"?: string;
15109
+ /**
15110
+ * @undocumented
15111
+ * @uiType object
15112
+ */
15113
+ "demoData"?: DemoData<UserAttributeViewProps>;
15114
+ /**
15115
+ * Number in pixels.
15116
+ * @uiName Font size
15117
+ * @uiGroup Style
15118
+ */
15119
+ "fontSize"?: number;
15120
+ /**
15121
+ * Font weight
15122
+ * @uiName Font weight
15123
+ * @uiGroup Style
15124
+ * @uiEnum [100, 200, 300, 400, 500, 600, 700, 800, 900]
15125
+ * @uiEnumNames ["Thin", "Extra Light", "Light", "Normal", "Medium", "Semi Bold", "Bold", "Extra Bold", "Heavy"]
15126
+ */
15127
+ "fontWeight"?: number;
15128
+ /**
15129
+ * The custom field key to display.
15130
+ * @uiName Custom field key
15131
+ * @uiWidget customFieldSelector
15132
+ */
15133
+ "value"?: string | number;
15134
+ }
15212
15135
  interface SqmUserInfoForm {
15213
15136
  /**
15214
15137
  * @uiName Address field label
@@ -15235,6 +15158,10 @@ declare namespace LocalJSX {
15235
15158
  * @uiName Currency field label
15236
15159
  */
15237
15160
  "currency"?: string;
15161
+ /**
15162
+ * @uiName Currency field help text
15163
+ */
15164
+ "currencyHelpText"?: string;
15238
15165
  /**
15239
15166
  * @undocumented
15240
15167
  * @uiType object
@@ -15424,78 +15351,6 @@ declare namespace LocalJSX {
15424
15351
  * @uiGroup Code Verification Step
15425
15352
  */
15426
15353
  "codeStep_verifyText"?: string;
15427
- /**
15428
- * @uiName Confirm button label
15429
- * @uiGroup Partner Creation Step
15430
- */
15431
- "createPartnerStep_confirmButtonLabel"?: string;
15432
- /**
15433
- * @uiName Country label
15434
- * @uiGroup Partner Creation Step
15435
- */
15436
- "createPartnerStep_countryLabel"?: string;
15437
- /**
15438
- * @uiName Currency label
15439
- * @uiGroup Partner Creation Step
15440
- */
15441
- "createPartnerStep_currencyLabel"?: string;
15442
- /**
15443
- * @uiName Existing partner description
15444
- * @uiGroup Partner Creation Step
15445
- * @uiWidget textArea
15446
- */
15447
- "createPartnerStep_descriptionExistingPartner"?: string;
15448
- /**
15449
- * @uiName New partner description
15450
- * @uiGroup Partner Creation Step
15451
- * @uiWidget textArea
15452
- */
15453
- "createPartnerStep_descriptionNewPartner"?: string;
15454
- /**
15455
- * @uiName Missing fields error text
15456
- * @uiGroup Partner Creation Step
15457
- * @uiWidget textArea
15458
- */
15459
- "createPartnerStep_missingFieldsErrorText"?: string;
15460
- /**
15461
- * @uiName New partner header
15462
- * @uiGroup Partner Creation Step
15463
- * @uiWidget textArea
15464
- */
15465
- "createPartnerStep_modalHeader"?: string;
15466
- /**
15467
- * @uiName Existing partner header
15468
- * @uiGroup Partner Creation Step
15469
- * @uiWidget textArea
15470
- */
15471
- "createPartnerStep_modalHeaderExistingPartner"?: string;
15472
- /**
15473
- * @uiName Network error text
15474
- * @uiGroup Partner Creation Step
15475
- * @uiWidget textArea
15476
- */
15477
- "createPartnerStep_networkErrorText"?: string;
15478
- /**
15479
- * @uiName Search country placeholder
15480
- * @uiGroup Partner Creation Step
15481
- */
15482
- "createPartnerStep_searchCountryPlaceholder"?: string;
15483
- /**
15484
- * @uiName Search currency placeholder
15485
- * @uiGroup Partner Creation Step
15486
- */
15487
- "createPartnerStep_searchCurrencyPlaceholder"?: string;
15488
- /**
15489
- * @uiName Submit button label
15490
- * @uiGroup Partner Creation Step
15491
- */
15492
- "createPartnerStep_submitButtonLabel"?: string;
15493
- /**
15494
- * @uiName Existing partner support description
15495
- * @uiGroup Partner Creation Step
15496
- * @uiWidget textArea
15497
- */
15498
- "createPartnerStep_supportDescriptionExistingPartner"?: string;
15499
15354
  /**
15500
15355
  * @uiName Email input label
15501
15356
  * @uiGroup Email Verification Step
@@ -15527,15 +15382,19 @@ declare namespace LocalJSX {
15527
15382
  */
15528
15383
  "emailStep_verifyEmailHeaderText"?: string;
15529
15384
  /**
15530
- * @uiName General widget header text with partner creation
15385
+ * @uiName General verify widget description text
15386
+ * @uiGroup General Text
15387
+ */
15388
+ "general_verifyEmailDescription"?: string;
15389
+ /**
15390
+ * @uiName General verify widget header text
15531
15391
  * @uiGroup General Text
15532
15392
  */
15533
- "general_widgetHeaderWithPartnerCreation"?: string;
15393
+ "general_verifyEmailHeader"?: string;
15534
15394
  /**
15535
15395
  * @undocumented
15536
15396
  * @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
15537
15397
  * @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
15538
- * @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
15539
15398
  */
15540
15399
  "stateController"?: string;
15541
15400
  }
@@ -15597,7 +15456,6 @@ declare namespace LocalJSX {
15597
15456
  "sqm-navigation-sidebar": SqmNavigationSidebar;
15598
15457
  "sqm-navigation-sidebar-item": SqmNavigationSidebarItem;
15599
15458
  "sqm-pagination": SqmPagination;
15600
- "sqm-partner-info-modal": SqmPartnerInfoModal;
15601
15459
  "sqm-password-field": SqmPasswordField;
15602
15460
  "sqm-payout-button-scroll": SqmPayoutButtonScroll;
15603
15461
  "sqm-payout-details-card": SqmPayoutDetailsCard;
@@ -15673,6 +15531,7 @@ declare namespace LocalJSX {
15673
15531
  "sqm-timeline": SqmTimeline;
15674
15532
  "sqm-timeline-entry": SqmTimelineEntry;
15675
15533
  "sqm-titled-section": SqmTitledSection;
15534
+ "sqm-user-attribute": SqmUserAttribute;
15676
15535
  "sqm-user-info-form": SqmUserInfoForm;
15677
15536
  "sqm-user-name": SqmUserName;
15678
15537
  "sqm-widget-verification": SqmWidgetVerification;
@@ -15732,7 +15591,6 @@ declare module "@stencil/core" {
15732
15591
  "sqm-navigation-sidebar": LocalJSX.SqmNavigationSidebar & JSXBase.HTMLAttributes<HTMLSqmNavigationSidebarElement>;
15733
15592
  "sqm-navigation-sidebar-item": LocalJSX.SqmNavigationSidebarItem & JSXBase.HTMLAttributes<HTMLSqmNavigationSidebarItemElement>;
15734
15593
  "sqm-pagination": LocalJSX.SqmPagination & JSXBase.HTMLAttributes<HTMLSqmPaginationElement>;
15735
- "sqm-partner-info-modal": LocalJSX.SqmPartnerInfoModal & JSXBase.HTMLAttributes<HTMLSqmPartnerInfoModalElement>;
15736
15594
  "sqm-password-field": LocalJSX.SqmPasswordField & JSXBase.HTMLAttributes<HTMLSqmPasswordFieldElement>;
15737
15595
  "sqm-payout-button-scroll": LocalJSX.SqmPayoutButtonScroll & JSXBase.HTMLAttributes<HTMLSqmPayoutButtonScrollElement>;
15738
15596
  "sqm-payout-details-card": LocalJSX.SqmPayoutDetailsCard & JSXBase.HTMLAttributes<HTMLSqmPayoutDetailsCardElement>;
@@ -15808,6 +15666,7 @@ declare module "@stencil/core" {
15808
15666
  "sqm-timeline": LocalJSX.SqmTimeline & JSXBase.HTMLAttributes<HTMLSqmTimelineElement>;
15809
15667
  "sqm-timeline-entry": LocalJSX.SqmTimelineEntry & JSXBase.HTMLAttributes<HTMLSqmTimelineEntryElement>;
15810
15668
  "sqm-titled-section": LocalJSX.SqmTitledSection & JSXBase.HTMLAttributes<HTMLSqmTitledSectionElement>;
15669
+ "sqm-user-attribute": LocalJSX.SqmUserAttribute & JSXBase.HTMLAttributes<HTMLSqmUserAttributeElement>;
15811
15670
  "sqm-user-info-form": LocalJSX.SqmUserInfoForm & JSXBase.HTMLAttributes<HTMLSqmUserInfoFormElement>;
15812
15671
  "sqm-user-name": LocalJSX.SqmUserName & JSXBase.HTMLAttributes<HTMLSqmUserNameElement>;
15813
15672
  "sqm-widget-verification": LocalJSX.SqmWidgetVerification & JSXBase.HTMLAttributes<HTMLSqmWidgetVerificationElement>;