@saasquatch/mint-components 1.13.0-9 → 1.13.1-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (479) hide show
  1. package/dist/cjs/{ShadowViewAddon-44cb1a98.js → ShadowViewAddon-bd00066a.js} +121 -163
  2. package/dist/cjs/{copy-text-view-9b950efe.js → copy-text-view-a5524c20.js} +1 -1
  3. package/dist/cjs/extractProps-fd93ba62.js +21 -0
  4. package/dist/cjs/{global-19fc8a7a.js → global-e31dc4f5.js} +1 -1
  5. package/dist/cjs/{index.module-57703088.js → index.module-ee84433d.js} +4 -0
  6. package/dist/cjs/keys-cff24974.js +11 -0
  7. package/dist/cjs/loader.cjs.js +3 -3
  8. package/dist/cjs/mint-components.cjs.js +3 -3
  9. package/dist/cjs/{re-render-35b016ed.js → re-render-b324deab.js} +1 -1
  10. package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
  11. package/dist/cjs/{sqm-banking-info-form_16.cjs.entry.js → sqm-banking-info-form_17.cjs.entry.js} +1012 -239
  12. package/dist/cjs/{sqm-base-registration-form-view-d5685747.js → sqm-base-registration-form-view-8a2c8763.js} +1 -1
  13. package/dist/cjs/{sqm-big-stat_38.cjs.entry.js → sqm-big-stat_39.cjs.entry.js} +402 -191
  14. package/dist/cjs/sqm-close-button.cjs.entry.js +1 -1
  15. package/dist/cjs/sqm-context-router.cjs.entry.js +1 -1
  16. package/dist/cjs/sqm-email-verification.cjs.entry.js +291 -0
  17. package/dist/cjs/sqm-empty_4.cjs.entry.js +3 -3
  18. package/dist/cjs/sqm-google-sign-in.cjs.entry.js +38 -35
  19. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +1 -1
  20. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +3 -3
  21. package/dist/cjs/{sqm-invoice-table-view-9dfa2a16.js → sqm-invoice-table-view-baded4af.js} +172 -2
  22. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +2 -2
  23. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +1 -1
  24. package/dist/cjs/{sqm-navigation-sidebar-item-view-9bba5f7e.js → sqm-navigation-sidebar-item-view-6f35d2ee.js} +1 -1
  25. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +2 -2
  26. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +1 -1
  27. package/dist/cjs/sqm-pagination_3.cjs.entry.js +3 -3
  28. package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
  29. package/dist/cjs/sqm-popup-container.cjs.entry.js +1 -1
  30. package/dist/cjs/{sqm-portal-email-verification-view-98d84549.js → sqm-portal-email-verification-view-7ebb426a.js} +1 -1
  31. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +3 -3
  32. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +1 -1
  33. package/dist/cjs/sqm-portal-google-login.cjs.entry.js +130 -0
  34. package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +6 -6
  35. package/dist/cjs/sqm-portal-login-view-761a4d8e.js +58 -0
  36. package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
  37. package/dist/cjs/{sqm-portal-profile-view-bae28ea0.js → sqm-portal-profile-view-33164798.js} +1 -1
  38. package/dist/cjs/sqm-portal-profile.cjs.entry.js +4 -4
  39. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +1 -1
  40. package/dist/cjs/{sqm-portal-registration-form-view-e947a5b3.js → sqm-portal-registration-form-view-ebf355a6.js} +13 -12
  41. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +4 -4
  42. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
  43. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
  44. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +5 -5
  45. package/dist/cjs/sqm-referred-registration.cjs.entry.js +3 -3
  46. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
  47. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +5 -5
  48. package/dist/cjs/sqm-scroll.cjs.entry.js +109 -0
  49. package/dist/cjs/sqm-stencilbook.cjs.entry.js +279 -74
  50. package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
  51. package/dist/cjs/sqm-tabs.cjs.entry.js +3 -3
  52. package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +113 -0
  53. package/dist/cjs/sqm-widget-verification.cjs.entry.js +203 -0
  54. package/dist/cjs/{useChildElements-854cd1e5.js → useChildElements-1b35d945.js} +1 -1
  55. package/dist/cjs/{useInstantAccessRegistration-daff8290.js → useInstantAccessRegistration-9a46c324.js} +2 -2
  56. package/dist/cjs/usePayoutStatus-4b5894ef.js +1045 -0
  57. package/dist/cjs/usePortalLogin-63d896d1.js +74 -0
  58. package/dist/cjs/{usePortalRegistrationForm-a89d736e.js → usePortalRegistrationForm-f25d89e7.js} +2 -2
  59. package/dist/cjs/{useReferralTable-283d2316.js → useReferralTable-7c3f9600.js} +3 -3
  60. package/dist/cjs/{useRegistrationFormState-986b5ea1.js → useRegistrationFormState-7b820f0c.js} +1 -1
  61. package/dist/cjs/useVerificationEmail-95a82767.js +173 -0
  62. package/dist/cjs/{utilities-c135f16f.js → utilities-78f5e169.js} +1 -1
  63. package/dist/collection/collection-manifest.json +8 -1
  64. package/dist/collection/components/sqm-base-registration/sqm-base-registration-form-view.js +1 -1
  65. package/dist/collection/components/sqm-big-stat/useBigStat.js +6 -3
  66. package/dist/collection/components/sqm-google-sign-in/sqm-google-sign-in.js +24 -10
  67. package/dist/collection/components/sqm-google-sign-in/useGoogleSignIn.js +34 -27
  68. package/dist/collection/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.js +15 -0
  69. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +24 -0
  70. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll.js +122 -0
  71. package/dist/collection/components/sqm-payout-button-scroll/usePayoutButton.js +37 -0
  72. package/dist/collection/components/sqm-portal-google-login/sqm-portal-google-login.js +428 -0
  73. package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +3 -3
  74. package/dist/collection/components/sqm-portal-login/PortalLogin.stories.js +2 -13
  75. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +2 -30
  76. package/dist/collection/components/sqm-portal-login/usePortalLogin.js +9 -4
  77. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +13 -12
  78. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +1 -1
  79. package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +7 -1
  80. package/dist/collection/components/sqm-referral-table/ReferralTableRewardsCell.stories.js +16 -3
  81. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +7 -12
  82. package/dist/collection/components/sqm-share-button/ShareButton.stories.js +13 -1
  83. package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +1 -1
  84. package/dist/collection/components/sqm-share-button/sqm-share-button.js +1 -1
  85. package/dist/collection/components/sqm-share-button/useShareButton.js +11 -5
  86. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +8 -0
  87. package/dist/collection/components/sqm-text/sqm-text.js +1 -1
  88. package/dist/collection/components/sqm-widget-verification/keys.js +4 -0
  89. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +36 -0
  90. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +128 -0
  91. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +301 -0
  92. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +153 -0
  93. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.js +58 -0
  94. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +95 -0
  95. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +251 -0
  96. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +126 -0
  97. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +120 -0
  98. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +536 -0
  99. package/dist/collection/components/sqm-widget-verification/useVerificationEmail.js +169 -0
  100. package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +60 -0
  101. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +20 -0
  102. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +165 -1
  103. package/dist/collection/components/tax-and-cash/eventKeys.js +1 -0
  104. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +12 -2
  105. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +128 -11
  106. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +109 -39
  107. package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +15 -2
  108. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +12 -2
  109. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +31 -6
  110. package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +3 -0
  111. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +26 -8
  112. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +33 -8
  113. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +3 -0
  114. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.js +0 -7
  115. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +0 -5
  116. package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +0 -56
  117. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +18 -0
  118. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +176 -0
  119. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +527 -0
  120. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +76 -0
  121. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +7 -0
  122. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +415 -24
  123. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +2 -2
  124. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +138 -9
  125. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +283 -17
  126. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +17 -2
  127. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +23 -9
  128. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +33 -8
  129. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +16 -11
  130. package/dist/collection/components/tax-and-cash/useVeriffApp.js +64 -0
  131. package/dist/esm/{ShadowViewAddon-eba44767.js → ShadowViewAddon-444b1f38.js} +122 -163
  132. package/dist/esm/{copy-text-view-b060162f.js → copy-text-view-459a2e35.js} +1 -1
  133. package/dist/esm/extractProps-ae1afbb3.js +19 -0
  134. package/dist/esm/{global-bedc4329.js → global-be1f9992.js} +1 -1
  135. package/dist/esm/{index.module-a2989d3c.js → index.module-89a79f66.js} +5 -1
  136. package/dist/esm/keys-406491dc.js +6 -0
  137. package/dist/esm/loader.js +3 -3
  138. package/dist/esm/mint-components.js +3 -3
  139. package/dist/esm/{re-render-268bb9c8.js → re-render-cc945f38.js} +1 -1
  140. package/dist/esm/sqm-asset-card.entry.js +1 -1
  141. package/dist/esm/{sqm-banking-info-form_16.entry.js → sqm-banking-info-form_17.entry.js} +1012 -240
  142. package/dist/esm/{sqm-base-registration-form-view-98c4db70.js → sqm-base-registration-form-view-593d4ac3.js} +1 -1
  143. package/dist/esm/{sqm-big-stat_38.entry.js → sqm-big-stat_39.entry.js} +400 -190
  144. package/dist/esm/sqm-close-button.entry.js +1 -1
  145. package/dist/esm/sqm-context-router.entry.js +1 -1
  146. package/dist/esm/sqm-email-verification.entry.js +287 -0
  147. package/dist/esm/sqm-empty_4.entry.js +3 -3
  148. package/dist/esm/sqm-google-sign-in.entry.js +39 -36
  149. package/dist/esm/sqm-graphql-client-provider.entry.js +1 -1
  150. package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
  151. package/dist/esm/{sqm-invoice-table-view-8e2bb54a.js → sqm-invoice-table-view-af69cd33.js} +172 -2
  152. package/dist/esm/sqm-leaderboard-rank.entry.js +2 -2
  153. package/dist/esm/sqm-logout-current-user.entry.js +1 -1
  154. package/dist/esm/{sqm-navigation-sidebar-item-view-56da6bca.js → sqm-navigation-sidebar-item-view-8f1c72bc.js} +1 -1
  155. package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
  156. package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
  157. package/dist/esm/sqm-pagination_3.entry.js +3 -3
  158. package/dist/esm/sqm-password-field.entry.js +2 -2
  159. package/dist/esm/sqm-popup-container.entry.js +1 -1
  160. package/dist/esm/{sqm-portal-email-verification-view-44c8970f.js → sqm-portal-email-verification-view-35b4353b.js} +1 -1
  161. package/dist/esm/sqm-portal-email-verification.entry.js +3 -3
  162. package/dist/esm/sqm-portal-forgot-password.entry.js +1 -1
  163. package/dist/esm/sqm-portal-google-login.entry.js +126 -0
  164. package/dist/esm/sqm-portal-google-registration-form.entry.js +6 -6
  165. package/dist/esm/sqm-portal-login-view-7e49609a.js +56 -0
  166. package/dist/esm/sqm-portal-logout.entry.js +1 -1
  167. package/dist/esm/{sqm-portal-profile-view-39039274.js → sqm-portal-profile-view-93003974.js} +1 -1
  168. package/dist/esm/sqm-portal-profile.entry.js +4 -4
  169. package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
  170. package/dist/esm/{sqm-portal-registration-form-view-90e2bfd5.js → sqm-portal-registration-form-view-32c4b488.js} +13 -12
  171. package/dist/esm/sqm-portal-registration-form.entry.js +4 -4
  172. package/dist/esm/sqm-portal-reset-password.entry.js +1 -1
  173. package/dist/esm/sqm-portal-verify-email.entry.js +1 -1
  174. package/dist/esm/sqm-referral-table_11.entry.js +5 -5
  175. package/dist/esm/sqm-referred-registration.entry.js +3 -3
  176. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  177. package/dist/esm/sqm-rewards-table_9.entry.js +5 -5
  178. package/dist/esm/sqm-scroll.entry.js +105 -0
  179. package/dist/esm/sqm-stencilbook.entry.js +277 -72
  180. package/dist/esm/sqm-tab.entry.js +2 -2
  181. package/dist/esm/sqm-tabs.entry.js +3 -3
  182. package/dist/esm/sqm-widget-verification-controller.entry.js +109 -0
  183. package/dist/esm/sqm-widget-verification.entry.js +199 -0
  184. package/dist/esm/stencil-hooks.module-4bc38af4.js +1 -1
  185. package/dist/esm/{useChildElements-38c11321.js → useChildElements-7945ae56.js} +1 -1
  186. package/dist/esm/{useInstantAccessRegistration-7255b0ca.js → useInstantAccessRegistration-cd0172c8.js} +2 -2
  187. package/dist/esm/usePayoutStatus-58aa56b4.js +1039 -0
  188. package/dist/esm/usePortalLogin-ef647a50.js +72 -0
  189. package/dist/esm/{usePortalRegistrationForm-5715c7a5.js → usePortalRegistrationForm-4b35a357.js} +2 -2
  190. package/dist/esm/{useReferralTable-d77b11f5.js → useReferralTable-b3876ed6.js} +3 -3
  191. package/dist/esm/{useRegistrationFormState-01cdd8c7.js → useRegistrationFormState-d6f33135.js} +1 -1
  192. package/dist/esm/useVerificationEmail-edc318cb.js +171 -0
  193. package/dist/esm/{utilities-863d06d1.js → utilities-5b0ca040.js} +1 -1
  194. package/dist/esm-es5/ShadowViewAddon-444b1f38.js +1 -0
  195. package/dist/esm-es5/{copy-text-view-b060162f.js → copy-text-view-459a2e35.js} +1 -1
  196. package/dist/esm-es5/extractProps-ae1afbb3.js +1 -0
  197. package/dist/esm-es5/{global-bedc4329.js → global-be1f9992.js} +1 -1
  198. package/dist/esm-es5/index.module-89a79f66.js +1 -0
  199. package/dist/esm-es5/keys-406491dc.js +1 -0
  200. package/dist/esm-es5/loader.js +1 -1
  201. package/dist/esm-es5/mint-components.js +1 -1
  202. package/dist/esm-es5/{re-render-268bb9c8.js → re-render-cc945f38.js} +1 -1
  203. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  204. package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -0
  205. package/dist/esm-es5/sqm-base-registration-form-view-593d4ac3.js +1 -0
  206. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -0
  207. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  208. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  209. package/dist/esm-es5/sqm-email-verification.entry.js +1 -0
  210. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  211. package/dist/esm-es5/sqm-google-sign-in.entry.js +1 -1
  212. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  213. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  214. package/dist/esm-es5/sqm-invoice-table-view-af69cd33.js +1 -0
  215. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  216. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  217. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-56da6bca.js → sqm-navigation-sidebar-item-view-8f1c72bc.js} +1 -1
  218. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  219. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  220. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  221. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  222. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  223. package/dist/esm-es5/{sqm-portal-email-verification-view-44c8970f.js → sqm-portal-email-verification-view-35b4353b.js} +1 -1
  224. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  225. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  226. package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -0
  227. package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
  228. package/dist/esm-es5/sqm-portal-login-view-7e49609a.js +1 -0
  229. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  230. package/dist/esm-es5/{sqm-portal-profile-view-39039274.js → sqm-portal-profile-view-93003974.js} +1 -1
  231. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  232. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  233. package/dist/esm-es5/sqm-portal-registration-form-view-32c4b488.js +1 -0
  234. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  235. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  236. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  237. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  238. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  239. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  240. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  241. package/dist/esm-es5/sqm-scroll.entry.js +1 -0
  242. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  243. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  244. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  245. package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -0
  246. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -0
  247. package/dist/esm-es5/stencil-hooks.module-4bc38af4.js +1 -1
  248. package/dist/esm-es5/{useChildElements-38c11321.js → useChildElements-7945ae56.js} +1 -1
  249. package/dist/esm-es5/{useInstantAccessRegistration-7255b0ca.js → useInstantAccessRegistration-cd0172c8.js} +1 -1
  250. package/dist/esm-es5/usePayoutStatus-58aa56b4.js +6 -0
  251. package/dist/esm-es5/usePortalLogin-ef647a50.js +1 -0
  252. package/dist/esm-es5/{usePortalRegistrationForm-5715c7a5.js → usePortalRegistrationForm-4b35a357.js} +1 -1
  253. package/dist/esm-es5/{useReferralTable-d77b11f5.js → useReferralTable-b3876ed6.js} +1 -1
  254. package/dist/esm-es5/{useRegistrationFormState-01cdd8c7.js → useRegistrationFormState-d6f33135.js} +1 -1
  255. package/dist/esm-es5/useVerificationEmail-edc318cb.js +1 -0
  256. package/dist/esm-es5/{utilities-863d06d1.js → utilities-5b0ca040.js} +1 -1
  257. package/dist/mint-components/mint-components.esm.js +1 -1
  258. package/dist/mint-components/mint-components.js +1 -1
  259. package/dist/mint-components/{p-2126e1e6.entry.js → p-04a6e457.entry.js} +1 -1
  260. package/dist/mint-components/{p-3e1b7fb4.entry.js → p-079405ff.entry.js} +1 -1
  261. package/dist/mint-components/{p-35698aaa.system.js → p-0d182dc1.system.js} +1 -1
  262. package/dist/mint-components/p-0ebab63e.system.js +1 -0
  263. package/dist/mint-components/{p-ca04737a.entry.js → p-10d17989.entry.js} +1 -1
  264. package/dist/mint-components/{p-95c64cfd.system.js → p-13ed8586.system.js} +1 -1
  265. package/dist/mint-components/{p-3972037c.system.entry.js → p-141bf5c1.system.entry.js} +1 -1
  266. package/dist/mint-components/{p-80fc549b.entry.js → p-1513309d.entry.js} +1 -1
  267. package/dist/mint-components/{p-79ea1597.system.entry.js → p-164a9103.system.entry.js} +1 -1
  268. package/dist/mint-components/p-17cc7c9b.js +394 -0
  269. package/dist/mint-components/p-18425f38.system.entry.js +1 -0
  270. package/dist/mint-components/p-19ccb4ce.js +1 -0
  271. package/dist/mint-components/{p-0aa62b64.entry.js → p-1a6b7d2a.entry.js} +1 -1
  272. package/dist/mint-components/{p-de9afac2.system.entry.js → p-1fa9ed0d.system.entry.js} +1 -1
  273. package/dist/mint-components/p-21620f81.system.entry.js +1 -0
  274. package/dist/mint-components/p-22111c97.entry.js +9 -0
  275. package/dist/mint-components/p-26468242.js +1 -0
  276. package/dist/mint-components/{p-53aaa0a4.entry.js → p-275b4767.entry.js} +1 -1
  277. package/dist/mint-components/{p-618e1342.entry.js → p-284e4ed5.entry.js} +1 -1
  278. package/dist/mint-components/{p-e544bb9a.entry.js → p-2ae0e06a.entry.js} +1 -1
  279. package/dist/mint-components/p-2d52e2d7.system.js +1 -0
  280. package/dist/mint-components/{p-4ae54b04.entry.js → p-2da21ba4.entry.js} +1 -1
  281. package/dist/mint-components/{p-45436d5a.entry.js → p-2f101bae.entry.js} +1 -1
  282. package/dist/mint-components/p-301ddcaa.system.entry.js +1 -0
  283. package/dist/mint-components/p-33c96e14.entry.js +16 -0
  284. package/dist/mint-components/{p-731aa5c6.system.entry.js → p-36ffebd8.system.entry.js} +1 -1
  285. package/dist/mint-components/p-37996351.system.js +1 -0
  286. package/dist/mint-components/p-38c7775a.js +1 -0
  287. package/dist/mint-components/{p-4448febd.entry.js → p-38fc919b.entry.js} +1 -1
  288. package/dist/mint-components/{p-40e99b24.js → p-3db34d68.js} +1 -1
  289. package/dist/mint-components/{p-ebdcea27.system.entry.js → p-420554af.system.entry.js} +1 -1
  290. package/dist/mint-components/{p-571c451e.entry.js → p-4428294b.entry.js} +1 -1
  291. package/dist/mint-components/{p-a21d1a30.system.entry.js → p-4469fea6.system.entry.js} +1 -1
  292. package/dist/mint-components/p-44891949.entry.js +1 -0
  293. package/dist/mint-components/p-4794641c.system.js +1 -0
  294. package/dist/mint-components/p-480e08e9.js +31 -0
  295. package/dist/mint-components/p-48135f99.system.js +2 -2
  296. package/dist/mint-components/p-4acd5340.system.js +1 -0
  297. package/dist/mint-components/{p-492fdaf9.js → p-4e451f75.js} +1 -1
  298. package/dist/mint-components/p-4e526a94.js +1 -0
  299. package/dist/mint-components/{p-92a25556.system.entry.js → p-50c902ca.system.entry.js} +1 -1
  300. package/dist/mint-components/{p-4bcb04aa.system.entry.js → p-51d3cde7.system.entry.js} +1 -1
  301. package/dist/mint-components/p-527216de.system.js +1 -0
  302. package/dist/mint-components/{p-2dc5e60a.entry.js → p-54440d8d.entry.js} +1 -1
  303. package/dist/mint-components/p-5488fdd9.system.js +1 -0
  304. package/dist/mint-components/{p-8da47802.system.entry.js → p-54adee71.system.entry.js} +1 -1
  305. package/dist/mint-components/p-57dd28bd.system.js +1 -0
  306. package/dist/mint-components/{p-a8524459.system.js → p-59274a91.system.js} +1 -1
  307. package/dist/mint-components/{p-7989a098.system.entry.js → p-5c28406d.system.entry.js} +1 -1
  308. package/dist/mint-components/{p-9a0c3ed9.system.entry.js → p-5d7e308c.system.entry.js} +1 -1
  309. package/dist/mint-components/{p-09c5e3ee.system.js → p-635d5ef2.system.js} +1 -1
  310. package/dist/mint-components/{p-6de85677.js → p-63a75798.js} +1 -1
  311. package/dist/mint-components/p-6427e963.entry.js +1 -0
  312. package/dist/mint-components/{p-506679e9.js → p-65069b66.js} +1 -1
  313. package/dist/mint-components/{p-9e49479a.entry.js → p-653f963f.entry.js} +2 -2
  314. package/dist/mint-components/{p-b9d17fa1.entry.js → p-693942df.entry.js} +1 -1
  315. package/dist/mint-components/p-6b7a595f.system.js +1 -0
  316. package/dist/mint-components/p-6cd4f2b1.system.js +1 -0
  317. package/dist/mint-components/{p-550ef977.js → p-6d2f5a1d.js} +2 -2
  318. package/dist/mint-components/p-6eaf9c57.entry.js +1 -0
  319. package/dist/mint-components/{p-7166caa6.system.js → p-717cc8ac.system.js} +1 -1
  320. package/dist/mint-components/{p-7bcf4467.system.entry.js → p-71bc04d2.system.entry.js} +1 -1
  321. package/dist/mint-components/p-78078e48.system.entry.js +1 -0
  322. package/dist/mint-components/p-784a69ac.system.entry.js +1 -0
  323. package/dist/mint-components/p-793d2130.js +1 -0
  324. package/dist/mint-components/{p-b114e746.entry.js → p-7ab21e4d.entry.js} +1 -1
  325. package/dist/mint-components/{p-2ab3b8d6.js → p-7f2d4212.js} +1 -1
  326. package/dist/mint-components/p-8175e85f.system.js +1 -0
  327. package/dist/mint-components/{p-81665df6.system.entry.js → p-8362cb4c.system.entry.js} +1 -1
  328. package/dist/mint-components/p-84cea9dd.entry.js +241 -0
  329. package/dist/mint-components/{p-bd4810c7.system.entry.js → p-85671c3d.system.entry.js} +1 -1
  330. package/dist/mint-components/{p-f9de8a59.system.js → p-89903f6d.system.js} +1 -1
  331. package/dist/mint-components/{p-0873eaa8.entry.js → p-8abfeff8.entry.js} +1 -1
  332. package/dist/mint-components/p-8c23d1b8.js +1 -0
  333. package/dist/mint-components/{p-8056fd5b.system.entry.js → p-8d9d04b7.system.entry.js} +1 -1
  334. package/dist/mint-components/{p-988ea164.system.entry.js → p-90fc6774.system.entry.js} +1 -1
  335. package/dist/mint-components/p-91959fbe.js +1 -0
  336. package/dist/mint-components/p-9320582e.system.js +1 -0
  337. package/dist/mint-components/p-94a876b9.js +1 -0
  338. package/dist/mint-components/p-962f3200.js +1 -0
  339. package/dist/mint-components/{p-1c5cffae.js → p-98698131.js} +1 -1
  340. package/dist/mint-components/{p-f32c8cb5.entry.js → p-99374849.entry.js} +1 -1
  341. package/dist/mint-components/{p-a4a5beb5.system.entry.js → p-99bc1231.system.entry.js} +1 -1
  342. package/dist/mint-components/{p-9a16a3d8.system.entry.js → p-9b6a0152.system.entry.js} +1 -1
  343. package/dist/mint-components/p-9cf80e85.system.entry.js +1 -0
  344. package/dist/mint-components/{p-f4a1dc19.entry.js → p-a2fde301.entry.js} +1 -1
  345. package/dist/mint-components/p-a71b9154.system.js +1 -0
  346. package/dist/mint-components/p-a8645c1b.system.js +1 -0
  347. package/dist/mint-components/{p-635aaf11.system.entry.js → p-b287833c.system.entry.js} +1 -1
  348. package/dist/mint-components/{p-8975c2be.entry.js → p-b51e79b3.entry.js} +1 -1
  349. package/dist/mint-components/{p-f0c23e81.system.entry.js → p-b7d1469d.system.entry.js} +1 -1
  350. package/dist/mint-components/{p-7cb919d4.system.entry.js → p-b82e1935.system.entry.js} +1 -1
  351. package/dist/mint-components/p-b93fd99c.system.entry.js +1 -0
  352. package/dist/mint-components/p-bb0f585c.system.js +1 -0
  353. package/dist/mint-components/{p-1833c4f5.js → p-bbcd824a.js} +1 -1
  354. package/dist/mint-components/p-bd91bba4.js +1 -0
  355. package/dist/mint-components/{p-f2fd1910.system.js → p-bdb7d451.system.js} +1 -1
  356. package/dist/mint-components/{p-24c4e0b8.system.entry.js → p-c060f770.system.entry.js} +1 -1
  357. package/dist/mint-components/{p-1ef299d7.js → p-c0f19490.js} +1 -1
  358. package/dist/mint-components/{p-ca740238.system.entry.js → p-c2fdd608.system.entry.js} +1 -1
  359. package/dist/mint-components/p-c36506f6.system.entry.js +1 -0
  360. package/dist/mint-components/p-cb7bdbe4.entry.js +1 -0
  361. package/dist/mint-components/p-cbbfac66.entry.js +25 -0
  362. package/dist/mint-components/p-cc7af682.system.js +6 -0
  363. package/dist/mint-components/{p-4f45be94.system.js → p-cd569259.system.js} +1 -1
  364. package/dist/mint-components/p-cd651f81.js +2 -2
  365. package/dist/mint-components/p-d07f3090.entry.js +1 -0
  366. package/dist/mint-components/p-d6831af5.js +48 -0
  367. package/dist/mint-components/p-da7708a7.entry.js +1 -0
  368. package/dist/mint-components/p-dbcb5359.js +1 -0
  369. package/dist/mint-components/{p-75f50e5a.entry.js → p-dcc81e90.entry.js} +1 -1
  370. package/dist/mint-components/{p-1b0c58bc.system.entry.js → p-de8e9981.system.entry.js} +1 -1
  371. package/dist/mint-components/{p-857947fa.system.entry.js → p-e5a5ae7f.system.entry.js} +1 -1
  372. package/dist/mint-components/{p-045d1d49.entry.js → p-e6045498.entry.js} +1 -1
  373. package/dist/mint-components/{p-9b779add.entry.js → p-e6f50ffd.entry.js} +1 -1
  374. package/dist/mint-components/{p-c470caf6.entry.js → p-e8ffcc68.entry.js} +2 -2
  375. package/dist/mint-components/p-f0772618.system.entry.js +1 -0
  376. package/dist/mint-components/p-f29eda2f.entry.js +205 -0
  377. package/dist/mint-components/{p-9f231a48.system.entry.js → p-f4a72903.system.entry.js} +1 -1
  378. package/dist/mint-components/{p-aaeaff1a.system.entry.js → p-f4a8ee29.system.entry.js} +1 -1
  379. package/dist/mint-components/p-fa37513e.system.entry.js +1 -0
  380. package/dist/mint-components/{p-e0b344fb.entry.js → p-fe2e2f4a.entry.js} +1 -1
  381. package/dist/mint-components/p-ff8b8067.entry.js +33 -0
  382. package/dist/types/components/sqm-google-sign-in/sqm-google-sign-in.d.ts +2 -0
  383. package/dist/types/components/sqm-google-sign-in/useGoogleSignIn.d.ts +1 -1
  384. package/dist/types/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.d.ts +6 -0
  385. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.d.ts +10 -0
  386. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll.d.ts +26 -0
  387. package/dist/types/components/sqm-payout-button-scroll/usePayoutButton.d.ts +7 -0
  388. package/dist/types/components/sqm-portal-google-login/sqm-portal-google-login.d.ts +74 -0
  389. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +0 -4
  390. package/dist/types/components/sqm-portal-login/usePortalLogin.d.ts +2 -1
  391. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form-view.d.ts +1 -0
  392. package/dist/types/components/sqm-referral-table/ReferralTableRewardsCell.stories.d.ts +1 -0
  393. package/dist/types/components/sqm-rewards-table/RewardsTableCell.stories.d.ts +1 -0
  394. package/dist/types/components/sqm-share-button/ShareButton.stories.d.ts +1 -0
  395. package/dist/types/components/sqm-share-button/sqm-share-button-view.d.ts +2 -0
  396. package/dist/types/components/sqm-widget-verification/keys.d.ts +4 -0
  397. package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +9 -0
  398. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.d.ts +26 -0
  399. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +54 -0
  400. package/dist/types/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.d.ts +25 -0
  401. package/dist/types/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.d.ts +11 -0
  402. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.d.ts +22 -0
  403. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +44 -0
  404. package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +10 -0
  405. package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +12 -0
  406. package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +96 -0
  407. package/dist/types/components/sqm-widget-verification/useVerificationEmail.d.ts +15 -0
  408. package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +5 -0
  409. package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +1 -0
  410. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +6 -0
  411. package/dist/types/components/tax-and-cash/eventKeys.d.ts +1 -0
  412. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +8 -0
  413. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +13 -0
  414. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +1 -0
  415. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +4 -0
  416. package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +1 -1
  417. package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.d.ts +1 -0
  418. package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.d.ts +4 -0
  419. package/dist/types/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.d.ts +0 -1
  420. package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.d.ts +0 -4
  421. package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.d.ts +1 -16
  422. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +12 -0
  423. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +36 -0
  424. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +90 -0
  425. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +20 -0
  426. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/data.d.ts +6 -0
  427. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/extractProps.d.ts +5 -1
  428. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +82 -3
  429. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +17 -0
  430. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +47 -2
  431. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +1 -0
  432. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +4 -0
  433. package/dist/types/components/tax-and-cash/useVeriffApp.d.ts +6 -0
  434. package/dist/types/components.d.ts +1071 -86
  435. package/docs/docs.docx +0 -0
  436. package/docs/picklesdoc--2024-01-15--11-20-00.xlsx +0 -0
  437. package/docs/picklesdoc--2024-01-15--11-24-04.xlsx +0 -0
  438. package/docs/raisins.json +1 -1
  439. package/grapesjs/grapesjs.js +1 -1
  440. package/package.json +3 -4
  441. package/dist/collection/components/sqm-portal-google-registration-form/small-views/RegistrationFieldsView.js +0 -86
  442. package/dist/esm-es5/ShadowViewAddon-eba44767.js +0 -1
  443. package/dist/esm-es5/index.module-a2989d3c.js +0 -1
  444. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +0 -1
  445. package/dist/esm-es5/sqm-base-registration-form-view-98c4db70.js +0 -1
  446. package/dist/esm-es5/sqm-big-stat_38.entry.js +0 -1
  447. package/dist/esm-es5/sqm-invoice-table-view-8e2bb54a.js +0 -1
  448. package/dist/esm-es5/sqm-portal-registration-form-view-90e2bfd5.js +0 -1
  449. package/dist/mint-components/p-0323586f.entry.js +0 -223
  450. package/dist/mint-components/p-046f4631.system.js +0 -1
  451. package/dist/mint-components/p-0e53c59e.system.js +0 -1
  452. package/dist/mint-components/p-16c7bfda.js +0 -391
  453. package/dist/mint-components/p-28042d23.entry.js +0 -174
  454. package/dist/mint-components/p-30108c0e.js +0 -1
  455. package/dist/mint-components/p-31a691af.js +0 -1
  456. package/dist/mint-components/p-39b1a7fe.js +0 -1
  457. package/dist/mint-components/p-3bdd338c.system.js +0 -1
  458. package/dist/mint-components/p-3ec660e9.js +0 -1
  459. package/dist/mint-components/p-46ab5f80.system.js +0 -1
  460. package/dist/mint-components/p-4daa3f8a.system.entry.js +0 -1
  461. package/dist/mint-components/p-62f6627d.js +0 -1
  462. package/dist/mint-components/p-6a89b821.system.entry.js +0 -1
  463. package/dist/mint-components/p-749c7c9c.system.js +0 -1
  464. package/dist/mint-components/p-868f176e.entry.js +0 -1
  465. package/dist/mint-components/p-8d77feee.js +0 -1
  466. package/dist/mint-components/p-96b48c2b.system.js +0 -1
  467. package/dist/mint-components/p-a1f40614.system.entry.js +0 -1
  468. package/dist/mint-components/p-ac2b7eb8.system.js +0 -1
  469. package/dist/mint-components/p-b611eefd.entry.js +0 -1
  470. package/dist/mint-components/p-c4b21562.system.entry.js +0 -1
  471. package/dist/mint-components/p-c6a8c075.system.js +0 -1
  472. package/dist/mint-components/p-cd480e3f.entry.js +0 -33
  473. package/dist/mint-components/p-cf505e92.system.js +0 -1
  474. package/dist/mint-components/p-d671e44e.system.js +0 -1
  475. package/dist/mint-components/p-d7ed4bb5.entry.js +0 -1
  476. package/dist/mint-components/p-d87ce3d2.js +0 -1
  477. package/dist/mint-components/p-ea9fd654.entry.js +0 -9
  478. package/dist/mint-components/p-fe4a9dfe.system.entry.js +0 -1
  479. package/dist/types/components/sqm-portal-google-registration-form/small-views/RegistrationFieldsView.d.ts +0 -31
@@ -1,14 +1,14 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-91e7729f.js';
2
2
  import { a as commonjsGlobal, u as useMemo, k as useState, f as useEffect, c as createCommonjsModule, n as h$1 } from './stencil-hooks.module-4bc38af4.js';
3
- import './global-bedc4329.js';
4
- import { j as jn, k as kn, b as setUserIdentity, d as dist, X as Xe, h as setProgramId } from './index.module-a2989d3c.js';
3
+ import './global-be1f9992.js';
4
+ import { j as jn, k as kn, b as setUserIdentity, d as dist, X as Xe, p as setProgramId } from './index.module-89a79f66.js';
5
5
  import './cjs-bdfb4486.js';
6
6
  import './utils-334c1e34.js';
7
7
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
8
- import { C as CopyTextView } from './copy-text-view-b060162f.js';
8
+ import { C as CopyTextView } from './copy-text-view-459a2e35.js';
9
9
  import './mixins-83f90fa1.js';
10
10
  import { G as GenericTableView } from './GenericTableView-7b9087af.js';
11
- import './useChildElements-38c11321.js';
11
+ import './useChildElements-7945ae56.js';
12
12
  import { l as luxon } from './luxon-8d51c92b.js';
13
13
  import './sqm-text-span-view-ca32495e.js';
14
14
  import { A as AssetCardView } from './sqm-asset-card-view-fe5db3c0.js';
@@ -18,18 +18,19 @@ import { E as EmailRegistrationView } from './email-registration-view-a7818cf2.j
18
18
  import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-753c8d4a.js';
19
19
  import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-8ef8180f.js';
20
20
  import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-9d802b78.js';
21
- import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-56da6bca.js';
22
- import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-44c8970f.js';
21
+ import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-8f1c72bc.js';
22
+ import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-35b4353b.js';
23
23
  import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-3d3182f1.js';
24
- import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-98c4db70.js';
25
- import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-90e2bfd5.js';
26
- import { P as PortalProfileView } from './sqm-portal-profile-view-39039274.js';
27
- import './utilities-863d06d1.js';
24
+ import { P as PortalLoginView } from './sqm-portal-login-view-7e49609a.js';
25
+ import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-593d4ac3.js';
26
+ import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-32c4b488.js';
27
+ import { P as PortalProfileView } from './sqm-portal-profile-view-93003974.js';
28
+ import './utilities-5b0ca040.js';
28
29
  import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-54a8651f.js';
29
30
  import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-b12cb894.js';
30
- import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalLoginView, f as PortalRegisterView, T as TaskCardView, g as ProgressBarView, h as PoweredByImg$1, i as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, C as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as autoColorScaleCss, Q as ShadowViewAddon } from './ShadowViewAddon-eba44767.js';
31
+ import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalRegisterView, T as TaskCardView, f as ProgressBarView, g as PoweredByImg$1, h as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, C as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, i as RewardExchangeView, r as rewardExchangeCustomErrorMsg, j as rewardExchangeLongText, k as rewardExchangeSelected, l as chooseAmountFixed, m as chooseAmountFixedNoDescription, n as chooseAmountVariable, o as chooseAmountVariableNoDescription, p as chooseAmountVariableDisabled, q as chooseAmountVariableUnavailable, s as confirmFixed, t as confirmVariable, v as redemptionError, w as queryError, x as success, y as successVariable, z as loading, A as empty$1, F as rewardExchange, G as CardFeedView, J as CouponCodeView, K as ProgressBar$2, M as autoColorScaleCss, O as ShadowViewAddon } from './ShadowViewAddon-444b1f38.js';
31
32
  import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-1683ae32.js';
32
- import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-8e2bb54a.js';
33
+ import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-af69cd33.js';
33
34
 
34
35
  /**
35
36
  * lodash (Custom Build) <https://lodash.com/>
@@ -1456,7 +1457,10 @@ const ShareButton_stories = {
1456
1457
  },
1457
1458
  };
1458
1459
  const WithIconPrefix = () => {
1459
- const props = { medium: "whatsapp", iconslot: "prefix" };
1460
+ const props = {
1461
+ medium: "whatsapp",
1462
+ iconslot: "prefix",
1463
+ };
1460
1464
  return h(ShareButtonView, Object.assign({}, props), "Share");
1461
1465
  };
1462
1466
  const WithIconSuffix = () => {
@@ -1508,6 +1512,15 @@ const WithCustomBorderRadius = () => {
1508
1512
  };
1509
1513
  return h(ShareButtonView, Object.assign({}, props), "Facebook");
1510
1514
  };
1515
+ const LinkLocationTest = () => {
1516
+ const props = {
1517
+ medium: "facebook",
1518
+ type: "text",
1519
+ onClick: undefined,
1520
+ messageLink: "https://www.example.com",
1521
+ };
1522
+ return h(ShareButtonView, Object.assign({}, props), "Click me");
1523
+ };
1511
1524
  const FullStackIcon = () => {
1512
1525
  return (h("div", null,
1513
1526
  h("sqm-share-button", { medium: "facebook" },
@@ -1561,6 +1574,7 @@ const ShareButton = /*#__PURE__*/Object.freeze({
1561
1574
  TextStyleWithoutIcon: TextStyleWithoutIcon,
1562
1575
  WithCustomColors: WithCustomColors,
1563
1576
  WithCustomBorderRadius: WithCustomBorderRadius,
1577
+ LinkLocationTest: LinkLocationTest,
1564
1578
  FullStackIcon: FullStackIcon,
1565
1579
  AllMediums: AllMediums
1566
1580
  });
@@ -7304,19 +7318,8 @@ const loadingProps = {
7304
7318
  pageLabel: "Sign in to your account",
7305
7319
  },
7306
7320
  };
7307
- const Default$3 = () => (h("sqm-portal-login", { showGoogleLogin: false, demoData: { ...defaultProps$2 } }));
7308
- const IsGoogle = () => (
7309
- // <sqm-portal-login
7310
- // showGoogleLogin
7311
- // demoData={{
7312
- // ...defaultProps,
7313
- // content: {
7314
- // googleButton: <sl-button>Sign in with Google</sl-button>,
7315
- // },
7316
- // states: { ...defaultProps.states },
7317
- // }}
7318
- // ></sqm-portal-login>
7319
- h(PortalLoginView, Object.assign({}, defaultProps$2, { content: {
7321
+ const Default$3 = () => (h("sqm-portal-login", { demoData: { ...defaultProps$2 } }));
7322
+ const IsGoogle = () => (h(PortalLoginView, Object.assign({}, defaultProps$2, { content: {
7320
7323
  secondaryButton: (h("span", null,
7321
7324
  "Don't have an account?",
7322
7325
  " ",
@@ -8485,6 +8488,9 @@ const deniedReward = {
8485
8488
  const payoutFailedReward = {
8486
8489
  statuses: ["PAYOUT_FAILED"],
8487
8490
  };
8491
+ const payoutCancelledReward = {
8492
+ statuses: ["PAYOUT_CANCELLED"],
8493
+ };
8488
8494
  const pendingReviewReward = {
8489
8495
  statuses: ["PENDING_REVIEW"],
8490
8496
  };
@@ -8564,8 +8570,8 @@ function getMonths() {
8564
8570
  function getYears() {
8565
8571
  return luxon.DateTime.now().toMillis() + 200000000000;
8566
8572
  }
8567
- const statusText = "{status, select, AVAILABLE {Available} PAYOUT_SENT {Payout Sent} CANCELLED {Cancelled} PAYOUT_FAILED {Payout Failed} PENDING {Pending} PENDING_REVIEW {Pending} PENDING_TAX_REVIEW {Pending} PENDING_NEW_TAX_FORM {Pending} PENDING_TAX_SUBMISSION {Pending} PENDING_PARTNER_CREATION {Pending} DENIED {Denied} EXPIRED {Expired} REDEEMED {Redeemed} other {Not available} }";
8568
- const statusLongText = "{status, select, AVAILABLE {Reward expiring on} PAYOUT_SENT {Reward approved for payout and was scheduled for payment based on your settings.} DENIED {Denied on} EXPIRED {Reward expired on} REDEEMED {Redeemed} other {Not available} }";
8573
+ const statusText = "{status, select, AVAILABLE {Available} CANCELLED {Cancelled} PENDING {Pending} PENDING_REVIEW {Pending} PAYOUT_APPROVED {Payout Approved} PAYOUT_FAILED {Payout Failed} PAYOUT_CANCELLED {Payout Cancelled} PENDING_TAX_REVIEW {Pending} PENDING_NEW_TAX_FORM {Pending} PENDING_TAX_SUBMISSION {Pending} PENDING_PARTNER_CREATION {Pending} DENIED {Denied} EXPIRED {Expired} REDEEMED {Redeemed} other {Not available} }";
8574
+ const statusLongText = "{status, select, AVAILABLE {Reward expiring on} CANCELLED {Reward cancelled on} PENDING {Available on} PENDING_REVIEW {Pending since} PAYOUT_APPROVED {Reward approved for payout and was scheduled for payment based on your settings.} PAYOUT_FAILED {Payout failed due to a fulfillment issue and is currently being retried.} PAYOUT_CANCELLED {If you think this is a mistake, contact our Support team.} PENDING_TAX_REVIEW {Awaiting tax form review} PENDING_NEW_TAX_FORM {Invalid tax form. Submit a new form to receive your rewards.} PENDING_TAX_SUBMISSION {Submit your tax documents to receive your rewards} PENDING_PARTNER_CREATION {Complete your tax and cash payout setup to receive your rewards} DENIED {Denied on} EXPIRED {Reward expired on} other {Not available} }";
8569
8575
  const PendingNoUnpend = () => {
8570
8576
  return (h("sqm-referral-table-rewards-cell", { rewards: [{ ...baseReward, ...pendingReward, ...nullScheduledFor }], statusText: statusText, statusLongText: statusLongText, fuelTankText: "Your code is", rewardReceivedText: "Reward received on", expiringText: "Expiring in", pendingForText: "{status} for {date}", deniedHelpText: "Contact support if you think this is a mistake." }));
8571
8577
  };
@@ -8648,7 +8654,7 @@ const PayoutFailed = () => {
8648
8654
  },
8649
8655
  ], statusText: statusText, statusLongText: statusLongText, fuelTankText: "Your code is", rewardReceivedText: "Reward received on", expiringText: "Expiring in", pendingForText: "{status} for {date}", deniedHelpText: "Contact support if you think this is a mistake." }));
8650
8656
  };
8651
- const PayoutCancelled = () => {
8657
+ const PayoutDenied = () => {
8652
8658
  return (h("sqm-referral-table-rewards-cell", { rewards: [
8653
8659
  {
8654
8660
  ...cashPayoutSentReward,
@@ -8658,6 +8664,16 @@ const PayoutCancelled = () => {
8658
8664
  },
8659
8665
  ], statusText: statusText, statusLongText: statusLongText, fuelTankText: "Your code is", rewardReceivedText: "Reward received on", expiringText: "Expiring in", pendingForText: "{status} for {date}", deniedHelpText: "Contact support if you think this is a mistake." }));
8660
8666
  };
8667
+ const PayoutCancelled = () => {
8668
+ return (h("sqm-referral-table-rewards-cell", { rewards: [
8669
+ {
8670
+ ...cashPayoutSentReward,
8671
+ ...payoutCancelledReward,
8672
+ datePayoutRetried: getDays(),
8673
+ dateGiven: null,
8674
+ },
8675
+ ], statusText: statusText, statusLongText: statusLongText, fuelTankText: "Your code is", rewardReceivedText: "Reward received on", expiringText: "Expiring in", pendingForText: "{status} for {date}", deniedHelpText: "Contact support if you think this is a mistake." }));
8676
+ };
8661
8677
  const PendingReview = () => {
8662
8678
  return (h("sqm-referral-table-rewards-cell", { rewards: [{ ...baseReward, ...pendingReviewReward }], statusText: statusText, statusLongText: statusLongText, fuelTankText: "Your code is", rewardReceivedText: "Reward received on", expiringText: "Expiring in", pendingForText: "{status} for {date}", deniedHelpText: "Contact support if you think this is a mistake." }));
8663
8679
  };
@@ -8715,6 +8731,7 @@ const ReferralTableRewardsCell = /*#__PURE__*/Object.freeze({
8715
8731
  Expired: Expired,
8716
8732
  Denied: Denied,
8717
8733
  PayoutFailed: PayoutFailed,
8734
+ PayoutDenied: PayoutDenied,
8718
8735
  PayoutCancelled: PayoutCancelled,
8719
8736
  PendingReview: PendingReview,
8720
8737
  PendingTaxReview: PendingTaxReview,
@@ -8945,6 +8962,12 @@ const simpleUserTableProps = {
8945
8962
  h(DateCell, null),
8946
8963
  h(PayoutFailed, null),
8947
8964
  ],
8965
+ [
8966
+ h("sqm-referral-table-user-cell", { name: "Sarah Joseph" }),
8967
+ h(Converted, null),
8968
+ h(DateCell, null),
8969
+ h(PayoutCancelled, null),
8970
+ ],
8948
8971
  [
8949
8972
  h("sqm-referral-table-user-cell", { name: "Sarah Joseph" }),
8950
8973
  h(Converted, null),
@@ -10130,7 +10153,7 @@ const emailVerifiedTemplate = "<sqm-portal-verify-email></sqm-portal-verify-emai
10130
10153
 
10131
10154
  const emailVerificationTemplate = "<sqm-portal-protected-route redirect-to=\"/login\"></sqm-portal-protected-route>\n<sqm-portal-email-verification></sqm-portal-email-verification>\n";
10132
10155
 
10133
- const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; forgotPasswordPath: string; registerPath: string; }; content?: { googleButton?: VNode; forgotPasswordButton?: any; secondaryButton?: any; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `forgotPasswordLabel` | `forgot-password-label` | | `string` | `\"Forgot Password?\"` |\n| `forgotPasswordPath` | `forgot-password-path` | Redirect participants to this page to reset their password | `string` | `\"/forgotPassword\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"An error occurred while logging you in. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page after they successfully login. | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Sign in to your account\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `registerCTA` | `register-c-t-a` | | `string` | `\"Don't have an account?\"` |\n| `registerLabel` | `register-label` | | `string` | `\"Register\"` |\n| `registerPath` | `register-path` | Redirect participants to this page to start registration. | `string` | `\"/register\"` |\n| `showGoogleLogin` | `show-google-login` | | `boolean` | `false` |\n| `submitLabel` | `submit-label` | | `string` | `\"Sign In\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-google-sign-in](../sqm-google-sign-in)\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-login --> sqm-google-sign-in\n sqm-portal-login --> sqm-form-message\n sqm-stencilbook --> sqm-portal-login\n style sqm-portal-login fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10156
+ const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; forgotPasswordPath: string; registerPath: string; }; content?: { googleButton?: VNode; forgotPasswordButton?: any; secondaryButton?: any; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `forgotPasswordLabel` | `forgot-password-label` | | `string` | `\"Forgot Password?\"` |\n| `forgotPasswordPath` | `forgot-password-path` | Redirect participants to this page to reset their password | `string` | `\"/forgotPassword\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"An error occurred while logging you in. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page after they successfully login. | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Sign in to your account\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `registerCTA` | `register-c-t-a` | | `string` | `\"Don't have an account?\"` |\n| `registerLabel` | `register-label` | | `string` | `\"Register\"` |\n| `registerPath` | `register-path` | Redirect participants to this page to start registration. | `string` | `\"/register\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Sign In\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-login --> sqm-form-message\n sqm-stencilbook --> sqm-portal-login\n style sqm-portal-login fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10134
10157
 
10135
10158
  const ReferralIframeReadme = "# sqm-referral-iframe\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |\n| `demoData` | -- | | `{ states?: { content: { iframeSrc: string; iframeHeight: string; iframeWidth: string; }; }; data?: { shareCode: string; }; }` | `undefined` |\n| `iframeHeight` | `iframe-height` | Define the height of the iframe with any valid CSS height value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | URL of iframe to display | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | Define the width of the iframe with any valid CSS width value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-stencilbook --> sqm-referral-iframe\n style sqm-referral-iframe fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
10136
10159
 
@@ -12060,24 +12083,16 @@ const StatusCellExpired = () => {
12060
12083
  const pending = {
12061
12084
  statuses: ["PENDING"],
12062
12085
  };
12063
- // const pendingTaxReview = {
12064
- // statuses: ["PENDING_TAX_REVIEW"],
12065
- // };
12066
- // const pendingNewTaxForm = {
12067
- // statuses: ["PENDING_NEW_TAX_FORM"],
12068
- // };
12069
- // const pendingTaxSubmission = {
12070
- // statuses: ["PENDING_TAX_SUBMISSION"],
12071
- // };
12072
- // const pendingPartnerCreation = {
12073
- // statuses: ["PENDING_PARTNER_CREATION"],
12074
- // };
12075
12086
  const payoutSent = {
12076
12087
  statuses: ["PAYOUT_SENT"],
12077
12088
  };
12078
12089
  const payoutFailed = {
12079
12090
  statuses: ["PAYOUT_FAILED"],
12080
12091
  };
12092
+ const payoutCancelled = {
12093
+ statuses: ["PAYOUT_CANCELLED"],
12094
+ dateCancelled: 1355612521321,
12095
+ };
12081
12096
  const us_tax = {
12082
12097
  pendingReasons: ["US_TAX"],
12083
12098
  };
@@ -12139,6 +12154,9 @@ const StatusCellPayoutSent = () => {
12139
12154
  const StatusCellPayoutFailed = () => {
12140
12155
  return (h("sqm-rewards-table-status-cell", { statusText: "Payout Failed", reward: { ...rewardsData$1, ...payoutFailed } }));
12141
12156
  };
12157
+ const StatusCellPayoutCancelled = () => {
12158
+ return (h("sqm-rewards-table-status-cell", { statusText: "Payout Cancelled", reward: { ...rewardsData$1, ...payoutCancelled } }));
12159
+ };
12142
12160
  const StatusCellPendingWithLongText = () => {
12143
12161
  return (h("div", { style: { width: "200px" } },
12144
12162
  h("sqm-rewards-table-status-cell", { statusText: "Pending for 300,000,000 months and some change", reward: { ...rewardsData$1, ...pending } })));
@@ -12242,6 +12260,7 @@ const RewardsTableCell = /*#__PURE__*/Object.freeze({
12242
12260
  StatusCellPendingPartnerCreation: StatusCellPendingPartnerCreation,
12243
12261
  StatusCellPayoutSent: StatusCellPayoutSent,
12244
12262
  StatusCellPayoutFailed: StatusCellPayoutFailed,
12263
+ StatusCellPayoutCancelled: StatusCellPayoutCancelled,
12245
12264
  StatusCellPendingWithLongText: StatusCellPendingWithLongText,
12246
12265
  StatusCellPendingUsTax: StatusCellPendingUsTax,
12247
12266
  StatusCellPendingScheduled: StatusCellPendingScheduled,
@@ -14483,13 +14502,6 @@ const Loading$6 = () => {
14483
14502
  },
14484
14503
  } }));
14485
14504
  };
14486
- const Error$a = () => {
14487
- return (h("sqm-payout-details-card", { demoData: {
14488
- states: {
14489
- error: true,
14490
- },
14491
- } }));
14492
- };
14493
14505
  const NextPayout = () => {
14494
14506
  return (h("sqm-payout-details-card", { demoData: {
14495
14507
  states: {
@@ -14524,7 +14536,6 @@ const PayoutDetailsCard = /*#__PURE__*/Object.freeze({
14524
14536
  __proto__: null,
14525
14537
  'default': PayoutDetailsCard_stories,
14526
14538
  Loading: Loading$6,
14527
- Error: Error$a,
14528
14539
  NextPayout: NextPayout,
14529
14540
  PayoutToday: PayoutToday,
14530
14541
  ThresholdPayout: ThresholdPayout,
@@ -14536,6 +14547,7 @@ const BankingForm_stories = {
14536
14547
  };
14537
14548
  const bankingFormProps = {
14538
14549
  states: {
14550
+ showVerification: false,
14539
14551
  hideSteps: false,
14540
14552
  disabled: false,
14541
14553
  loading: false,
@@ -14550,8 +14562,11 @@ const bankingFormProps = {
14550
14562
  thresholds: [],
14551
14563
  currency: "USD",
14552
14564
  loadingError: false,
14565
+ email: "test@example.com",
14553
14566
  },
14554
14567
  callbacks: {
14568
+ onVerificationHide: () => { },
14569
+ onVerification: () => { },
14555
14570
  onSubmit: async () => console.log("Submit"),
14556
14571
  setPaymentMethodChecked: () => { },
14557
14572
  setPaymentScheduleChecked: () => { },
@@ -14861,6 +14876,22 @@ const BankingInfoFormWithFixedDayPaymentScheduleLoading = () => {
14861
14876
  },
14862
14877
  } }));
14863
14878
  };
14879
+ const BankingInfoFormVerififyIdentityModal = () => {
14880
+ return (h("sqm-banking-info-form", { demoData: {
14881
+ ...bankingFormProps,
14882
+ states: {
14883
+ ...bankingFormProps.states,
14884
+ isPartner: true,
14885
+ showVerification: true,
14886
+ formState: {
14887
+ ...bankingFormProps.states.formState,
14888
+ bankCountry: "US",
14889
+ paymentScheduleChecked: "FIXED_DAY",
14890
+ },
14891
+ currency: "USD",
14892
+ },
14893
+ } }));
14894
+ };
14864
14895
 
14865
14896
  const BankingInfoForm = /*#__PURE__*/Object.freeze({
14866
14897
  __proto__: null,
@@ -14886,7 +14917,8 @@ const BankingInfoForm = /*#__PURE__*/Object.freeze({
14886
14917
  BankingInfoFormWithBalanceThresholdPaymentScheduleLoading: BankingInfoFormWithBalanceThresholdPaymentScheduleLoading,
14887
14918
  BankingInfoFormWithFixedDayPaymentSchedule: BankingInfoFormWithFixedDayPaymentSchedule,
14888
14919
  BankingInfoFormWithFixedDayPaymentScheduleWithError: BankingInfoFormWithFixedDayPaymentScheduleWithError,
14889
- BankingInfoFormWithFixedDayPaymentScheduleLoading: BankingInfoFormWithFixedDayPaymentScheduleLoading
14920
+ BankingInfoFormWithFixedDayPaymentScheduleLoading: BankingInfoFormWithFixedDayPaymentScheduleLoading,
14921
+ BankingInfoFormVerififyIdentityModal: BankingInfoFormVerififyIdentityModal
14890
14922
  });
14891
14923
 
14892
14924
  const InvoiceTableCell_stories = {
@@ -15134,6 +15166,175 @@ const UseInvoiceTableCells = /*#__PURE__*/Object.freeze({
15134
15166
  InvoiceTableDemoHook: InvoiceTableDemoHook
15135
15167
  });
15136
15168
 
15169
+ const WidgetEmailVerification_stories = {
15170
+ title: "Components/Widget Email Verification",
15171
+ };
15172
+ const defaultProps$k = {
15173
+ email: "",
15174
+ error: false,
15175
+ loading: false,
15176
+ initialLoading: false,
15177
+ sendCodeError: false,
15178
+ };
15179
+ const Default$j = () => (h("sqm-email-verification", { demoData: {} }));
15180
+ const EmailIsPrefilled = () => (h("div", null,
15181
+ h("sqm-text", null,
15182
+ h("h4", null, "Verify your email")),
15183
+ h("sqm-text", null,
15184
+ h("sub", null, "To get your cash paid out directly to your bank account, please complete your account setup")),
15185
+ h("sqm-email-verification", { demoData: {
15186
+ states: {
15187
+ ...defaultProps$k,
15188
+ email: "test@example.com",
15189
+ },
15190
+ } })));
15191
+ const Loading$7 = () => (h("sqm-email-verification", { demoData: {
15192
+ states: {
15193
+ ...defaultProps$k,
15194
+ initialLoading: true,
15195
+ },
15196
+ } }));
15197
+ const SaveLoading = () => (h("sqm-email-verification", { demoData: {
15198
+ states: {
15199
+ ...defaultProps$k,
15200
+ loading: true,
15201
+ },
15202
+ } }));
15203
+ const WithHeader$1 = () => (h("div", null,
15204
+ h("sqm-text", null,
15205
+ h("h4", null, "Verify your email")),
15206
+ h("sqm-text", null,
15207
+ h("sub", null, "To get your cash paid out directly to your bank account, please complete your account setup")),
15208
+ h("sqm-email-verification", { demoData: {
15209
+ states: {
15210
+ ...defaultProps$k,
15211
+ email: "test@example.com",
15212
+ },
15213
+ } })));
15214
+ const InvalidEmail = () => (h("sqm-email-verification", { demoData: {
15215
+ states: {
15216
+ ...defaultProps$k,
15217
+ error: true,
15218
+ },
15219
+ } }));
15220
+ const SendCodeError = () => (h("sqm-email-verification", { demoData: {
15221
+ states: {
15222
+ ...defaultProps$k,
15223
+ sendCodeError: true,
15224
+ },
15225
+ } }));
15226
+
15227
+ const WidgetEmailVerification = /*#__PURE__*/Object.freeze({
15228
+ __proto__: null,
15229
+ 'default': WidgetEmailVerification_stories,
15230
+ Default: Default$j,
15231
+ EmailIsPrefilled: EmailIsPrefilled,
15232
+ Loading: Loading$7,
15233
+ SaveLoading: SaveLoading,
15234
+ WithHeader: WithHeader$1,
15235
+ InvalidEmail: InvalidEmail,
15236
+ SendCodeError: SendCodeError
15237
+ });
15238
+
15239
+ const WidgetCodeVerification_stories = {
15240
+ title: "Components/Widget Code Verification",
15241
+ };
15242
+ const defaultProps$l = {
15243
+ initialiseLoading: false,
15244
+ email: "testemail@example.com",
15245
+ loading: false,
15246
+ verifyFailed: false,
15247
+ emailResent: false,
15248
+ };
15249
+ const Default$k = () => (h("sqm-code-verification", { demoData: { states: defaultProps$l } }));
15250
+ const InitialLoading = () => (h("sqm-code-verification", { demoData: {
15251
+ states: {
15252
+ ...defaultProps$l,
15253
+ initialiseLoading: true,
15254
+ },
15255
+ } }));
15256
+ const Loading$8 = () => (h("sqm-code-verification", { demoData: {
15257
+ states: {
15258
+ ...defaultProps$l,
15259
+ loading: true,
15260
+ },
15261
+ } }));
15262
+ const CodeResent = () => (h("sqm-code-verification", { demoData: {
15263
+ states: {
15264
+ ...defaultProps$l,
15265
+ emailResent: true,
15266
+ },
15267
+ } }));
15268
+ const VerificationFailed = () => (h("sqm-code-verification", { demoData: {
15269
+ states: {
15270
+ ...defaultProps$l,
15271
+ verifyFailed: true,
15272
+ },
15273
+ } }));
15274
+
15275
+ const WidgetCodeVerification = /*#__PURE__*/Object.freeze({
15276
+ __proto__: null,
15277
+ 'default': WidgetCodeVerification_stories,
15278
+ Default: Default$k,
15279
+ InitialLoading: InitialLoading,
15280
+ Loading: Loading$8,
15281
+ CodeResent: CodeResent,
15282
+ VerificationFailed: VerificationFailed
15283
+ });
15284
+
15285
+ const PayoutButtonScroll_stories = {
15286
+ title: "Components/Payout Scroll Button",
15287
+ };
15288
+ const defaultProps$m = {
15289
+ payoutSettingsComplete: true,
15290
+ };
15291
+ const CompletedTaxForm = () => (h("sqm-payout-button-scroll", { demoData: { states: { ...defaultProps$m, payoutSettingsComplete: true } } }));
15292
+ const CompletedTaxFormWithStatsContainer = () => (h("sqm-portal-container", { display: "flex", maxWidth: "100%", minWidth: "100%", "justify-content": "space-between", flexWrap: "nowrap" },
15293
+ h("sqm-portal-container", { display: "flex", "max-width": "fit-content" },
15294
+ h("sqm-big-stat", { "flex-reverse": "true", alignment: "left", "stat-type": "/referralsCount" },
15295
+ h("p", null, "Referrals")),
15296
+ h("sqm-big-stat", { "flex-reverse": "true", alignment: "left", "stat-type": "/payoutBalance" },
15297
+ h("p", null, "Cash Balance"))),
15298
+ h("sqm-payout-button-scroll", { demoData: { states: { ...defaultProps$m, payoutSettingsComplete: true } } })));
15299
+
15300
+ const PayoutButtonScroll = /*#__PURE__*/Object.freeze({
15301
+ __proto__: null,
15302
+ 'default': PayoutButtonScroll_stories,
15303
+ CompletedTaxForm: CompletedTaxForm,
15304
+ CompletedTaxFormWithStatsContainer: CompletedTaxFormWithStatsContainer
15305
+ });
15306
+
15307
+ const PayoutStatusAlert_stories = {
15308
+ title: "Components/Payout Status Alert",
15309
+ };
15310
+ const defaultProps$n = {
15311
+ error: false,
15312
+ status: "INFORMATION_REQUIRED",
15313
+ loading: false,
15314
+ veriffLoading: false,
15315
+ };
15316
+ const InformationRequired = () => (h("sqm-payout-status-alert", { demoData: { states: defaultProps$n } }));
15317
+ const VerifyIdentity = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "VERIFICATION:REQUIRED" } } }));
15318
+ const VerifyIdentityRequiredInternal = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "VERIFICATION:INTERNAL" } } }));
15319
+ const VerifyIdentityReviewInternal = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "VERIFICATION:REVIEW" } } }));
15320
+ const VerifyIdentityFailedInternal = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "VERIFICATION:FAILED" } } }));
15321
+ const Hold = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, status: "HOLD" } } }));
15322
+ const Loading$9 = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, loading: true } } }));
15323
+ const Error$a = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$n, error: true } } }));
15324
+
15325
+ const PayoutStatusAlert = /*#__PURE__*/Object.freeze({
15326
+ __proto__: null,
15327
+ 'default': PayoutStatusAlert_stories,
15328
+ InformationRequired: InformationRequired,
15329
+ VerifyIdentity: VerifyIdentity,
15330
+ VerifyIdentityRequiredInternal: VerifyIdentityRequiredInternal,
15331
+ VerifyIdentityReviewInternal: VerifyIdentityReviewInternal,
15332
+ VerifyIdentityFailedInternal: VerifyIdentityFailedInternal,
15333
+ Hold: Hold,
15334
+ Loading: Loading$9,
15335
+ Error: Error$a
15336
+ });
15337
+
15137
15338
  const scenario$E = "@author:sam\n@owner:sam\n\nFeature: Referral Codes Component\n\n A paginated display of available and used promo codes for the user to share with others\n\n @motivating\n Scenario: Promo code can be shared using various share mediums\n Given an authenticated user\n And the program has promo codes configured\n When the promo code section is loaded\n Then the promo code can be copied directly\n And the promo code can be shared using <shareMedium>\n Examples:\n | shareMedium |\n | DIRECT |\n | EMAIL |\n | FBMESSENGER |\n | WHATSAPP |\n\n @minutia\n Scenario: Clicking any of the share mediums sets the code as copied\n Given an authenticated user\n And the program has promo codes configured\n When the promo code section is loaded\n When clicking <shareMedium> button\n Then the code is marked as copied\n And the copied notification text is shown\n Examples:\n | shareMedium |\n | DIRECT |\n | EMAIL |\n | FBMESSENGER |\n | WHATSAPP |\n\n @minutia\n Scenario Outline: User is notified if the currently viewed promo code has been copied already\n Given an authenticated user\n And the program has promo codes configured\n When the promo code section is loaded\n And the code has not been copied already\n Then no notification text is displayed\n When the code is changed to one that has been copied\n Then the <notificationText> is displayed\n Examples:\n | notificationText |\n | You've copied this code before |\n | Previously Copied |\n | foo |\n\n @minutia\n Scenario Outline: Share buttons slots use the link from referral codes instead of the default query\n Given an authenticated user\n And the program has promo codes configured\n And a <shareMedium> button is a child of `<sqm-referral-codes>`\n Then the <shareMedium> button is shown\n And the link uses <promoCode>\n Examples:\n | propName | shareMedium | promoCode |\n | hideSharelink | DIRECT | PROMOCODE1 |\n | hideEmail | EMAIL | PROMOCODE1 |\n | hideFbMessenger | FBMESSENGER | PROMOCODE1 |\n | hideWhatsApp | WHATSAPP | PROMOCODE1 |\n\n @minutia\n Scenario Outline: Number of codes is displayed in the pagination component\n Given an authenticated user\n And the program has promo codes configured\n When the promo code section is loaded\n And the user has <numCodes> available\n And the user is on <currentPage>\n Then the pagination text is <paginationText>\n Examples:\n | numCodes | currentPage | paginationText |\n | 5 | 1 | 1 of 5 |\n | 5 | 2 | 2 of 5 |\n | 5 | 3 | 3 of 5 |\n | 5 | 4 | 4 of 5 |\n | 5 | 5 | 5 of 5 |\n | 1 | 1 | 1 of 1 |\n | 0 | 0 | 0 of 0 |\n\n @minutia\n Scenario: Loading state is shown when changing code page\n Given an authenticated user\n And the program has promo codes configured\n When the promo code section is loaded\n And the user has more than 1 available\n When the next button is clicked\n Then a loading state is shown\n\n\n";
15138
15339
 
15139
15340
  const ReferralCodes_stories = {
@@ -15193,7 +15394,7 @@ const EmptyWithCustomTextAndImage = () => {
15193
15394
  shareCodes("shareCodes"),
15194
15395
  shareButtons("shareButtons")));
15195
15396
  };
15196
- const Loading$7 = () => {
15397
+ const Loading$a = () => {
15197
15398
  return (h("sqm-referral-codes", { demoData: { states: { ...demoData.states, loading: true } } },
15198
15399
  pagination("pagination"),
15199
15400
  shareCodes("shareCodes"),
@@ -15207,13 +15408,13 @@ const ReferralCodes$1 = /*#__PURE__*/Object.freeze({
15207
15408
  WithPreviouslyCopiedCode: WithPreviouslyCopiedCode,
15208
15409
  Empty: Empty$3,
15209
15410
  EmptyWithCustomTextAndImage: EmptyWithCustomTextAndImage,
15210
- Loading: Loading$7
15411
+ Loading: Loading$a
15211
15412
  });
15212
15413
 
15213
15414
  const BaseRegistrationForm_stories = {
15214
15415
  title: "Components/Microsite Base Registration",
15215
15416
  };
15216
- const defaultProps$k = {
15417
+ const defaultProps$o = {
15217
15418
  states: {
15218
15419
  error: "",
15219
15420
  },
@@ -15233,13 +15434,13 @@ const defaultProps$k = {
15233
15434
  },
15234
15435
  };
15235
15436
  const errorProps$9 = {
15236
- ...defaultProps$k,
15437
+ ...defaultProps$o,
15237
15438
  states: {
15238
15439
  error: "Something went wrong. Please try again.",
15239
15440
  },
15240
15441
  };
15241
- const Default$j = () => {
15242
- return h(BaseRegistrationFormView, Object.assign({}, defaultProps$k));
15442
+ const Default$l = () => {
15443
+ return h(BaseRegistrationFormView, Object.assign({}, defaultProps$o));
15243
15444
  };
15244
15445
  const EmailError = () => {
15245
15446
  return h(BaseRegistrationFormView, Object.assign({}, errorProps$9));
@@ -15248,14 +15449,14 @@ const EmailError = () => {
15248
15449
  const BaseRegistrationForm = /*#__PURE__*/Object.freeze({
15249
15450
  __proto__: null,
15250
15451
  'default': BaseRegistrationForm_stories,
15251
- Default: Default$j,
15452
+ Default: Default$l,
15252
15453
  EmailError: EmailError
15253
15454
  });
15254
15455
 
15255
15456
  const PortalRegistrationForm_stories = {
15256
15457
  title: "Components/Microsite Portal Register",
15257
15458
  };
15258
- const defaultProps$l = {
15459
+ const defaultProps$p = {
15259
15460
  states: {
15260
15461
  error: "",
15261
15462
  loading: false,
@@ -15332,7 +15533,7 @@ const slottedProps$1 = {
15332
15533
  h("sl-input", { exportparts: "label: input-label, base: input-base", label: "Slotted Input 2", required: true }))),
15333
15534
  },
15334
15535
  };
15335
- const Default$k = () => h(PortalRegistrationFormView, Object.assign({}, defaultProps$l));
15536
+ const Default$m = () => h(PortalRegistrationFormView, Object.assign({}, defaultProps$p));
15336
15537
  const RegisterWithError$1 = () => (h(PortalRegistrationFormView, Object.assign({}, errorProps$a)));
15337
15538
  const RegisterLoading$1 = () => (h(PortalRegistrationFormView, Object.assign({}, loadingProps$7)));
15338
15539
  const FieldsHidden$1 = () => {
@@ -15348,8 +15549,8 @@ const FieldsHidden$1 = () => {
15348
15549
  } }));
15349
15550
  };
15350
15551
  const SlottedInputs$1 = () => (h(PortalRegistrationFormView, Object.assign({}, slottedProps$1)));
15351
- const TermsAndConditions$3 = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$l, { content: {
15352
- ...defaultProps$l.content,
15552
+ const TermsAndConditions$3 = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$p, { content: {
15553
+ ...defaultProps$p.content,
15353
15554
  terms: (h("p", null,
15354
15555
  "By signing up you agree to the",
15355
15556
  " ",
@@ -15359,7 +15560,7 @@ const TermsAndConditions$3 = () => (h(PortalRegistrationFormView, Object.assign(
15359
15560
  const PortalRegistrationForm = /*#__PURE__*/Object.freeze({
15360
15561
  __proto__: null,
15361
15562
  'default': PortalRegistrationForm_stories,
15362
- Default: Default$k,
15563
+ Default: Default$m,
15363
15564
  RegisterWithError: RegisterWithError$1,
15364
15565
  RegisterLoading: RegisterLoading$1,
15365
15566
  FieldsHidden: FieldsHidden$1,
@@ -15370,7 +15571,7 @@ const PortalRegistrationForm = /*#__PURE__*/Object.freeze({
15370
15571
  const PortalGoogleRegistrationForm_stories = {
15371
15572
  title: "Components/Microsite Google Register",
15372
15573
  };
15373
- const defaultProps$m = {
15574
+ const defaultProps$q = {
15374
15575
  states: {
15375
15576
  error: "",
15376
15577
  loading: false,
@@ -15415,7 +15616,7 @@ const defaultProps$m = {
15415
15616
  },
15416
15617
  };
15417
15618
  const errorProps$b = {
15418
- ...defaultProps$m,
15619
+ ...defaultProps$q,
15419
15620
  states: {
15420
15621
  error: "Something went wrong. Please try again.",
15421
15622
  loading: false,
@@ -15431,7 +15632,7 @@ const errorProps$b = {
15431
15632
  },
15432
15633
  };
15433
15634
  const loadingProps$8 = {
15434
- ...defaultProps$m,
15635
+ ...defaultProps$q,
15435
15636
  states: {
15436
15637
  error: "",
15437
15638
  loading: true,
@@ -15446,11 +15647,11 @@ const loadingProps$8 = {
15446
15647
  },
15447
15648
  },
15448
15649
  };
15449
- const Default$l = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$m)));
15650
+ const Default$n = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$q)));
15450
15651
  const RegisterWithError$2 = () => (h(PortalRegistrationFormView, Object.assign({}, errorProps$b)));
15451
15652
  const RegisterLoading$2 = () => (h(PortalRegistrationFormView, Object.assign({}, loadingProps$8)));
15452
- const TermsAndConditions$4 = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$m, { content: {
15453
- ...defaultProps$m.content,
15653
+ const TermsAndConditions$4 = () => (h(PortalRegistrationFormView, Object.assign({}, defaultProps$q, { content: {
15654
+ ...defaultProps$q.content,
15454
15655
  terms: (h("p", null,
15455
15656
  "By signing up you agree to the",
15456
15657
  " ",
@@ -15460,7 +15661,7 @@ const TermsAndConditions$4 = () => (h(PortalRegistrationFormView, Object.assign(
15460
15661
  const PortalGoogleRegistrationFormStories = /*#__PURE__*/Object.freeze({
15461
15662
  __proto__: null,
15462
15663
  'default': PortalGoogleRegistrationForm_stories,
15463
- Default: Default$l,
15664
+ Default: Default$n,
15464
15665
  RegisterWithError: RegisterWithError$2,
15465
15666
  RegisterLoading: RegisterLoading$2,
15466
15667
  TermsAndConditions: TermsAndConditions$4
@@ -15478,7 +15679,7 @@ const PortalGoogleRegistrationFormStories = /*#__PURE__*/Object.freeze({
15478
15679
  *
15479
15680
  */
15480
15681
  //
15481
- const Default$m = `
15682
+ const Default$o = `
15482
15683
  // No CSS
15483
15684
  `;
15484
15685
  const Orangey = `
@@ -15512,7 +15713,7 @@ const Klip = `
15512
15713
 
15513
15714
  const Themes = /*#__PURE__*/Object.freeze({
15514
15715
  __proto__: null,
15515
- Default: Default$m,
15716
+ Default: Default$o,
15516
15717
  Orangey: Orangey,
15517
15718
  Netflix: Netflix,
15518
15719
  SaaSquatchCorporate: SaaSquatchCorporate,
@@ -18195,6 +18396,10 @@ const stories = [
18195
18396
  BaseRegistrationForm,
18196
18397
  PortalRegistrationForm,
18197
18398
  PortalGoogleRegistrationFormStories,
18399
+ WidgetEmailVerification,
18400
+ WidgetCodeVerification,
18401
+ PayoutButtonScroll,
18402
+ PayoutStatusAlert,
18198
18403
  ];
18199
18404
  const StencilStorybook = class {
18200
18405
  constructor(hostRef) {