@saasquatch/mint-components 1.6.8-2 → 1.6.8-4

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 (259) hide show
  1. package/dist/cjs/{ShadowViewAddon-7a412c0b.js → ShadowViewAddon-937f11d0.js} +20 -11
  2. package/dist/cjs/{global-ea52ea30.js → global-48c25606.js} +1 -1
  3. package/dist/cjs/{index.module-bd6e817a.js → index.module-f6afc139.js} +21 -2
  4. package/dist/cjs/loader.cjs.js +3 -3
  5. package/dist/cjs/mint-components.cjs.js +3 -3
  6. package/dist/cjs/{re-render-1d12dfdd.js → re-render-552514cb.js} +1 -1
  7. package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
  8. package/dist/cjs/sqm-big-stat_37.cjs.entry.js +22 -18
  9. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +2 -2
  11. package/dist/cjs/sqm-link-button.cjs.entry.js +2 -2
  12. package/dist/cjs/{sqm-navigation-sidebar-item-view-91d9d7b5.js → sqm-navigation-sidebar-item-view-c39b695c.js} +1 -1
  13. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +2 -2
  14. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +1 -1
  15. package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
  16. package/dist/cjs/sqm-passwordless-registration.cjs.entry.js +2 -10
  17. package/dist/cjs/sqm-popup-container.cjs.entry.js +1 -1
  18. package/dist/cjs/{sqm-portal-email-verification-view-7e795920.js → sqm-portal-email-verification-view-2e646897.js} +1 -1
  19. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +3 -3
  20. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +1 -1
  21. package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
  22. package/dist/cjs/{sqm-portal-profile-view-7c290eed.js → sqm-portal-profile-view-52bc73ad.js} +1 -1
  23. package/dist/cjs/sqm-portal-profile.cjs.entry.js +3 -3
  24. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +1 -1
  25. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +2 -2
  26. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
  27. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
  28. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +5 -5
  29. package/dist/cjs/sqm-referred-registration.cjs.entry.js +10 -12
  30. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
  31. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +5 -5
  32. package/dist/cjs/sqm-stencilbook.cjs.entry.js +43 -21
  33. package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
  34. package/dist/cjs/sqm-tabs.cjs.entry.js +3 -3
  35. package/dist/cjs/{sqm-user-identifier-view-69b42b84.js → sqm-user-identifier-view-90b36758.js} +10 -3
  36. package/dist/cjs/sqm-user-identifier.cjs.entry.js +28 -5
  37. package/dist/cjs/{useChildElements-0a6ccd0f.js → useChildElements-a8f7f5ca.js} +1 -1
  38. package/dist/cjs/{usePasswordlessRegistration-9105faa4.js → usePasswordlessRegistration-b10e325f.js} +1 -1
  39. package/dist/cjs/{useReferralTable-259fc04d.js → useReferralTable-f53a9a1b.js} +3 -3
  40. package/dist/cjs/{useRegistrationFormState-ed30c0e6.js → useRegistrationFormState-99160dad.js} +1 -1
  41. package/dist/collection/components/sqm-coupon-code/CouponCode.stories.js +4 -1
  42. package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +13 -13
  43. package/dist/collection/components/sqm-link-button/LinkButton.stories.js +1 -1
  44. package/dist/collection/components/sqm-link-button/sqm-link-button.js +3 -3
  45. package/dist/collection/components/sqm-passwordless-registration/sqm-passwordless-registration.js +0 -32
  46. package/dist/collection/components/sqm-portal-footer/PortalFooter.stories.js +1 -0
  47. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +4 -2
  48. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +25 -0
  49. package/dist/collection/components/sqm-referred-registration/sqm-referred-registration.js +9 -35
  50. package/dist/collection/components/sqm-share-code/ShareCode.stories.js +1 -1
  51. package/dist/collection/components/sqm-share-code/sqm-share-code.js +13 -13
  52. package/dist/collection/components/sqm-share-link/ShareLink.stories.js +1 -1
  53. package/dist/collection/components/sqm-share-link/sqm-share-link.js +13 -13
  54. package/dist/collection/components/sqm-user-identifier/sqm-user-identifier-view.js +10 -3
  55. package/dist/collection/components/sqm-user-identifier/sqm-user-identifier.js +50 -7
  56. package/dist/collection/components/sqm-user-identifier/useUserIdentifer.js +7 -0
  57. package/dist/collection/components/views/EmailRegistration.stories.js +14 -0
  58. package/dist/collection/components/views/copy-text-view.js +13 -6
  59. package/dist/esm/{ShadowViewAddon-ca765d5e.js → ShadowViewAddon-751a6b84.js} +20 -11
  60. package/dist/esm/{global-0f137e54.js → global-170c4499.js} +1 -1
  61. package/dist/esm/{index.module-787e5d35.js → index.module-0ba0774e.js} +21 -2
  62. package/dist/esm/loader.js +3 -3
  63. package/dist/esm/mint-components.js +3 -3
  64. package/dist/esm/{re-render-54bb3e32.js → re-render-22de5b23.js} +1 -1
  65. package/dist/esm/sqm-asset-card.entry.js +1 -1
  66. package/dist/esm/sqm-big-stat_37.entry.js +22 -18
  67. package/dist/esm/sqm-graphql-client-provider.entry.js +1 -1
  68. package/dist/esm/sqm-leaderboard-rank.entry.js +2 -2
  69. package/dist/esm/sqm-link-button.entry.js +2 -2
  70. package/dist/esm/{sqm-navigation-sidebar-item-view-ee402e54.js → sqm-navigation-sidebar-item-view-5a4ac267.js} +1 -1
  71. package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
  72. package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
  73. package/dist/esm/sqm-password-field.entry.js +2 -2
  74. package/dist/esm/sqm-passwordless-registration.entry.js +2 -10
  75. package/dist/esm/sqm-popup-container.entry.js +1 -1
  76. package/dist/esm/{sqm-portal-email-verification-view-727bbfd9.js → sqm-portal-email-verification-view-889fcc01.js} +1 -1
  77. package/dist/esm/sqm-portal-email-verification.entry.js +3 -3
  78. package/dist/esm/sqm-portal-forgot-password.entry.js +1 -1
  79. package/dist/esm/sqm-portal-logout.entry.js +1 -1
  80. package/dist/esm/{sqm-portal-profile-view-1f2b6063.js → sqm-portal-profile-view-ac955752.js} +1 -1
  81. package/dist/esm/sqm-portal-profile.entry.js +3 -3
  82. package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
  83. package/dist/esm/sqm-portal-registration-form.entry.js +2 -2
  84. package/dist/esm/sqm-portal-reset-password.entry.js +1 -1
  85. package/dist/esm/sqm-portal-verify-email.entry.js +1 -1
  86. package/dist/esm/sqm-referral-table_11.entry.js +5 -5
  87. package/dist/esm/sqm-referred-registration.entry.js +10 -12
  88. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  89. package/dist/esm/sqm-rewards-table_9.entry.js +5 -5
  90. package/dist/esm/sqm-stencilbook.entry.js +43 -21
  91. package/dist/esm/sqm-tab.entry.js +2 -2
  92. package/dist/esm/sqm-tabs.entry.js +3 -3
  93. package/dist/esm/{sqm-user-identifier-view-379c773f.js → sqm-user-identifier-view-dbf71a5e.js} +10 -3
  94. package/dist/esm/sqm-user-identifier.entry.js +28 -5
  95. package/dist/esm/{useChildElements-0124b1a9.js → useChildElements-fd458906.js} +1 -1
  96. package/dist/esm/{usePasswordlessRegistration-2381025b.js → usePasswordlessRegistration-ad9a05d5.js} +1 -1
  97. package/dist/esm/{useReferralTable-3024490c.js → useReferralTable-a3d6051e.js} +3 -3
  98. package/dist/esm/{useRegistrationFormState-3c2c2f1b.js → useRegistrationFormState-29e30121.js} +1 -1
  99. package/dist/esm-es5/ShadowViewAddon-751a6b84.js +1 -0
  100. package/dist/esm-es5/{global-0f137e54.js → global-170c4499.js} +1 -1
  101. package/dist/esm-es5/index.module-0ba0774e.js +1 -0
  102. package/dist/esm-es5/loader.js +1 -1
  103. package/dist/esm-es5/mint-components.js +1 -1
  104. package/dist/esm-es5/{re-render-54bb3e32.js → re-render-22de5b23.js} +1 -1
  105. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  106. package/dist/esm-es5/sqm-big-stat_37.entry.js +1 -1
  107. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  108. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  109. package/dist/esm-es5/sqm-link-button.entry.js +1 -1
  110. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-ee402e54.js → sqm-navigation-sidebar-item-view-5a4ac267.js} +1 -1
  111. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  112. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  113. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  114. package/dist/esm-es5/sqm-passwordless-registration.entry.js +1 -1
  115. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  116. package/dist/esm-es5/{sqm-portal-email-verification-view-727bbfd9.js → sqm-portal-email-verification-view-889fcc01.js} +1 -1
  117. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  118. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  119. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  120. package/dist/esm-es5/{sqm-portal-profile-view-1f2b6063.js → sqm-portal-profile-view-ac955752.js} +1 -1
  121. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  122. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  123. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  124. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  125. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  126. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  127. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  128. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  129. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  130. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  131. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  132. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  133. package/dist/esm-es5/sqm-user-identifier-view-dbf71a5e.js +1 -0
  134. package/dist/esm-es5/sqm-user-identifier.entry.js +1 -1
  135. package/dist/esm-es5/{useChildElements-0124b1a9.js → useChildElements-fd458906.js} +1 -1
  136. package/dist/esm-es5/{usePasswordlessRegistration-2381025b.js → usePasswordlessRegistration-ad9a05d5.js} +1 -1
  137. package/dist/esm-es5/{useReferralTable-3024490c.js → useReferralTable-a3d6051e.js} +1 -1
  138. package/dist/esm-es5/{useRegistrationFormState-3c2c2f1b.js → useRegistrationFormState-29e30121.js} +1 -1
  139. package/dist/mint-components/mint-components.esm.js +1 -1
  140. package/dist/mint-components/mint-components.js +1 -1
  141. package/dist/mint-components/{p-32b28506.system.entry.js → p-045af9fb.system.entry.js} +1 -1
  142. package/dist/mint-components/p-0597b64f.js +1 -0
  143. package/dist/mint-components/p-0a410d79.entry.js +1 -0
  144. package/dist/mint-components/{p-25ce265e.entry.js → p-0b6ee047.entry.js} +2 -2
  145. package/dist/mint-components/{p-a9467e3e.system.entry.js → p-0c5aadd5.system.entry.js} +1 -1
  146. package/dist/mint-components/{p-838e5560.system.entry.js → p-0c7a3116.system.entry.js} +1 -1
  147. package/dist/mint-components/{p-82f341ec.system.entry.js → p-0d395b4f.system.entry.js} +1 -1
  148. package/dist/mint-components/{p-3ad8c79f.entry.js → p-135c3cef.entry.js} +1 -1
  149. package/dist/mint-components/{p-05abfc50.system.entry.js → p-16dda971.system.entry.js} +1 -1
  150. package/dist/mint-components/{p-92002bbb.system.entry.js → p-18e7d7c6.system.entry.js} +1 -1
  151. package/dist/mint-components/{p-aaff2c88.system.entry.js → p-19244318.system.entry.js} +1 -1
  152. package/dist/mint-components/{p-3855a6e0.entry.js → p-1d9cb344.entry.js} +1 -1
  153. package/dist/mint-components/{p-f96d239a.entry.js → p-221878e3.entry.js} +1 -1
  154. package/dist/mint-components/p-35d6d322.system.js +1 -0
  155. package/dist/mint-components/p-390b1f99.entry.js +1 -0
  156. package/dist/mint-components/{p-56494499.js → p-3d339fa9.js} +1 -1
  157. package/dist/mint-components/p-4120758d.system.entry.js +1 -0
  158. package/dist/mint-components/{p-ba7feba5.js → p-494829ff.js} +1 -1
  159. package/dist/mint-components/{p-95cc44c3.system.js → p-4994b24c.system.js} +1 -1
  160. package/dist/mint-components/p-515eac9c.system.entry.js +1 -0
  161. package/dist/mint-components/{p-3a6a59f2.system.js → p-517a5669.system.js} +1 -1
  162. package/dist/mint-components/{p-db297fa3.system.entry.js → p-58362d80.system.entry.js} +1 -1
  163. package/dist/mint-components/{p-52468c89.system.js → p-59ca1d2c.system.js} +1 -1
  164. package/dist/mint-components/{p-af00c9b0.entry.js → p-62306484.entry.js} +1 -1
  165. package/dist/mint-components/p-6332cdb6.entry.js +1 -0
  166. package/dist/mint-components/{p-ae00aec4.system.js → p-64242338.system.js} +1 -1
  167. package/dist/mint-components/p-653131de.entry.js +9 -0
  168. package/dist/mint-components/{p-555123c5.system.js → p-657acf81.system.js} +1 -1
  169. package/dist/mint-components/p-66a0332f.system.entry.js +1 -0
  170. package/dist/mint-components/p-689d022a.js +1 -0
  171. package/dist/mint-components/{p-332448db.system.entry.js → p-6c0409fe.system.entry.js} +1 -1
  172. package/dist/mint-components/p-6ddc2a08.js +1 -0
  173. package/dist/mint-components/{p-36b5b564.entry.js → p-6e9cfc74.entry.js} +1 -1
  174. package/dist/mint-components/{p-15cfd2cf.system.js → p-70263662.system.js} +1 -1
  175. package/dist/mint-components/{p-01bd9ae1.system.entry.js → p-730db569.system.entry.js} +1 -1
  176. package/dist/mint-components/{p-598f6e6e.entry.js → p-773cf8ec.entry.js} +4 -4
  177. package/dist/mint-components/{p-bc6255a0.js → p-7d31f692.js} +2 -2
  178. package/dist/mint-components/{p-39ac088a.entry.js → p-7d7baf55.entry.js} +2 -2
  179. package/dist/mint-components/{p-f63ea5f4.entry.js → p-8322ad92.entry.js} +1 -1
  180. package/dist/mint-components/{p-6868f6a3.system.entry.js → p-8478a86e.system.entry.js} +1 -1
  181. package/dist/mint-components/{p-b0ad1b74.system.entry.js → p-88ce114f.system.entry.js} +1 -1
  182. package/dist/mint-components/{p-dffe8bea.entry.js → p-8e0d9535.entry.js} +1 -1
  183. package/dist/mint-components/{p-e94f28d3.system.js → p-8f58a603.system.js} +1 -1
  184. package/dist/mint-components/{p-8eb9298d.js → p-9009d352.js} +2 -2
  185. package/dist/mint-components/{p-695d65b1.js → p-9076f688.js} +1 -1
  186. package/dist/mint-components/{p-9c0678aa.system.entry.js → p-919ea20a.system.entry.js} +1 -1
  187. package/dist/mint-components/{p-b039fb72.entry.js → p-94607792.entry.js} +1 -1
  188. package/dist/mint-components/{p-b91658ca.system.entry.js → p-96b05458.system.entry.js} +1 -1
  189. package/dist/mint-components/{p-ea76c3bc.system.entry.js → p-97988090.system.entry.js} +1 -1
  190. package/dist/mint-components/{p-6d7b7618.system.entry.js → p-97fa9d3e.system.entry.js} +1 -1
  191. package/dist/mint-components/p-9a13cb78.system.entry.js +1 -0
  192. package/dist/mint-components/{p-d949b099.entry.js → p-9cdf8d74.entry.js} +1 -1
  193. package/dist/mint-components/{p-d27b326c.js → p-9d9da716.js} +1 -1
  194. package/dist/mint-components/{p-eb3278aa.js → p-a59be693.js} +1 -1
  195. package/dist/mint-components/{p-3ad5761c.entry.js → p-a7451d8c.entry.js} +1 -1
  196. package/dist/mint-components/p-b27a0503.system.entry.js +1 -0
  197. package/dist/mint-components/p-b6b28b95.js +1 -0
  198. package/dist/mint-components/{p-65aac49a.entry.js → p-bd037777.entry.js} +1 -1
  199. package/dist/mint-components/{p-6c69d3d5.entry.js → p-bf021a55.entry.js} +1 -1
  200. package/dist/mint-components/p-bfd347b4.js +1 -0
  201. package/dist/mint-components/p-bfecc81e.system.js +1 -0
  202. package/dist/mint-components/p-c0f82fc7.system.entry.js +1 -0
  203. package/dist/mint-components/p-c1e7a6c3.entry.js +1 -0
  204. package/dist/mint-components/p-c2c3d7fd.entry.js +1 -0
  205. package/dist/mint-components/{p-e74525d9.system.entry.js → p-c3765ad9.system.entry.js} +1 -1
  206. package/dist/mint-components/{p-91b1dd5f.system.entry.js → p-c3777cf3.system.entry.js} +1 -1
  207. package/dist/mint-components/{p-d483347f.system.entry.js → p-c4b6454d.system.entry.js} +1 -1
  208. package/dist/mint-components/p-d16b1f37.entry.js +1 -0
  209. package/dist/mint-components/{p-de9716b9.entry.js → p-d6c78b10.entry.js} +2 -2
  210. package/dist/mint-components/p-de055c6b.system.js +1 -0
  211. package/dist/mint-components/{p-cfb400c5.entry.js → p-e633ae08.entry.js} +1 -1
  212. package/dist/mint-components/{p-9957d667.system.js → p-eb25d055.system.js} +1 -1
  213. package/dist/mint-components/p-ef3e1cb8.system.js +1 -0
  214. package/dist/mint-components/{p-1069832a.entry.js → p-f27766d6.entry.js} +1 -1
  215. package/dist/mint-components/{p-911f8910.system.js → p-f8d9e861.system.js} +1 -1
  216. package/dist/types/components/sqm-coupon-code/CouponCode.stories.d.ts +1 -0
  217. package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +3 -3
  218. package/dist/types/components/sqm-link-button/sqm-link-button.d.ts +3 -3
  219. package/dist/types/components/sqm-passwordless-registration/sqm-passwordless-registration.d.ts +0 -7
  220. package/dist/types/components/sqm-portal-footer/PortalFooter.stories.d.ts +1 -0
  221. package/dist/types/components/sqm-portal-footer/sqm-portal-footer-view.d.ts +1 -0
  222. package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +4 -0
  223. package/dist/types/components/sqm-referred-registration/sqm-referred-registration.d.ts +0 -7
  224. package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +3 -3
  225. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +3 -3
  226. package/dist/types/components/sqm-user-identifier/sqm-user-identifier.d.ts +10 -3
  227. package/dist/types/components/sqm-user-identifier/useUserIdentifer.d.ts +3 -0
  228. package/dist/types/components/views/EmailRegistration.stories.d.ts +2 -0
  229. package/dist/types/components/views/copy-text-view.d.ts +1 -1
  230. package/dist/types/components.d.ts +36 -42
  231. package/docs/docs.docx +0 -0
  232. package/docs/raisins.json +1 -1
  233. package/grapesjs/grapesjs.js +1 -1
  234. package/package.json +2 -2
  235. package/dist/esm-es5/ShadowViewAddon-ca765d5e.js +0 -1
  236. package/dist/esm-es5/index.module-787e5d35.js +0 -1
  237. package/dist/esm-es5/sqm-user-identifier-view-379c773f.js +0 -1
  238. package/dist/mint-components/p-19cecf43.entry.js +0 -1
  239. package/dist/mint-components/p-27c9d3be.system.entry.js +0 -1
  240. package/dist/mint-components/p-3282f52a.entry.js +0 -1
  241. package/dist/mint-components/p-35b9bb54.entry.js +0 -1
  242. package/dist/mint-components/p-4359f515.system.js +0 -1
  243. package/dist/mint-components/p-5333d935.entry.js +0 -1
  244. package/dist/mint-components/p-5377e1c5.system.entry.js +0 -1
  245. package/dist/mint-components/p-545e2df1.entry.js +0 -1
  246. package/dist/mint-components/p-5938e109.js +0 -1
  247. package/dist/mint-components/p-5deb8687.system.entry.js +0 -1
  248. package/dist/mint-components/p-788fd322.system.js +0 -1
  249. package/dist/mint-components/p-7ed639bc.js +0 -1
  250. package/dist/mint-components/p-883169ad.entry.js +0 -1
  251. package/dist/mint-components/p-8caf0121.system.entry.js +0 -1
  252. package/dist/mint-components/p-9e8ea69d.system.js +0 -1
  253. package/dist/mint-components/p-c0685957.js +0 -1
  254. package/dist/mint-components/p-cce7f6ea.js +0 -1
  255. package/dist/mint-components/p-e0167571.js +0 -1
  256. package/dist/mint-components/p-e41a853f.system.entry.js +0 -1
  257. package/dist/mint-components/p-e869887b.system.entry.js +0 -1
  258. package/dist/mint-components/p-f87b1e0b.system.js +0 -1
  259. package/dist/mint-components/p-fd90e9db.entry.js +0 -9
@@ -1,20 +1,20 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
2
2
  import { m as h, u as useEffect, i as useState, o as d, j as useRef, b as browser, f as useReducer } from './stencil-hooks.module-b48b45ec.js';
3
- import { i as intl } from './global-0f137e54.js';
3
+ import { i as intl } from './global-170c4499.js';
4
4
  import { u as useCallback } from './use-callback-051c06c6.js';
5
- import { i as isDemo, R, d as dist, O, W, f as fn, F as Fe, _, x, a as dn, g as gn, r as Ve, M as Me, D as De, t as He, c as mn } from './index.module-787e5d35.js';
5
+ import { i as isDemo, R, d as dist, O, W, f as fn, F as Fe, _, x, a as dn, g as gn, r as Ve, M as Me, D as De, t as He, c as mn } from './index.module-0ba0774e.js';
6
6
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
7
7
  import { c as cjs } from './cjs-bdfb4486.js';
8
8
  import './mixins-f60a614c.js';
9
9
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
10
- import { a as useRequestRerender } from './re-render-54bb3e32.js';
11
- import { u as useChildElements } from './useChildElements-0124b1a9.js';
10
+ import { a as useRequestRerender } from './re-render-22de5b23.js';
11
+ import { u as useChildElements } from './useChildElements-fd458906.js';
12
12
  import './luxon-1e38d7f1.js';
13
13
  import { g as getProps, a as getMissingProps, s as sanitizeUrlPath } from './utils-334c1e34.js';
14
14
  import './sqm-text-span-view-2f7d6d14.js';
15
15
  import { A as AsYouType } from './AsYouType-46f67d0d.js';
16
- import { R as REGISTRATION_FORM_STATE_CONTEXT, u as useRegistrationFormState } from './useRegistrationFormState-3c2c2f1b.js';
17
- import { b as useDemoBigStat, O as useBigStat, B as BigStatView, K as autoColorScaleCss, J as CardFeedView, j as CheckboxFieldView, C as CopyTextView, D as DropdownFieldView, E as EditProfileView, I as InputFieldView, Q as withShadowView, L as LeaderboardView, N as NameFieldsView, d as PortalChangePasswordView, i as PortalFooterView, P as PortalFrameView, e as PortalLoginView, f as PortalRegisterView, R as ReferralIframeView, U as demoRewardExchange, k as RewardExchangeView, V as pathToRegexp, a as useShareButton, S as ShareButtonView, u as useShareLink, c as StatContainerView, T as TaskCardView } from './ShadowViewAddon-ca765d5e.js';
16
+ import { R as REGISTRATION_FORM_STATE_CONTEXT, u as useRegistrationFormState } from './useRegistrationFormState-29e30121.js';
17
+ import { b as useDemoBigStat, O as useBigStat, B as BigStatView, K as autoColorScaleCss, J as CardFeedView, j as CheckboxFieldView, C as CopyTextView, D as DropdownFieldView, E as EditProfileView, I as InputFieldView, Q as withShadowView, L as LeaderboardView, N as NameFieldsView, d as PortalChangePasswordView, i as PortalFooterView, P as PortalFrameView, e as PortalLoginView, f as PortalRegisterView, R as ReferralIframeView, U as demoRewardExchange, k as RewardExchangeView, V as pathToRegexp, a as useShareButton, S as ShareButtonView, u as useShareLink, c as StatContainerView, T as TaskCardView } from './ShadowViewAddon-751a6b84.js';
18
18
  import './sqm-portal-container-view-83b417f0.js';
19
19
 
20
20
  const BigStat = class {
@@ -346,11 +346,11 @@ const CouponCode = class {
346
346
  */
347
347
  this.copyButtonLabel = "Copy Coupon";
348
348
  /**
349
- * Set the copy button outside the field
349
+ * Set the copy button position
350
350
  *
351
- * @uiName Copy button outside
351
+ * @uiName Copy button position
352
352
  */
353
- this.buttonOutside = true;
353
+ this.buttonPosition = "outside";
354
354
  h(this);
355
355
  }
356
356
  disconnectedCallback() { }
@@ -370,7 +370,7 @@ function useDemoCouponCode(props) {
370
370
  tooltiptext: props.tooltiptext,
371
371
  isCopyIcon: props.isCopyIcon,
372
372
  textAlign: props.textAlign,
373
- buttonOutside: props.buttonOutside,
373
+ buttonPosition: props.buttonPosition,
374
374
  copyButtonLabel: props.copyButtonLabel,
375
375
  open,
376
376
  onClick: () => {
@@ -1491,6 +1491,10 @@ const PortalFooter = class {
1491
1491
  constructor(hostRef) {
1492
1492
  registerInstance(this, hostRef);
1493
1493
  this.ignored = true;
1494
+ /**
1495
+ * @uiName Hide the support text
1496
+ */
1497
+ this.hideSupportText = false;
1494
1498
  /**
1495
1499
  * @uiName Support Email
1496
1500
  */
@@ -3588,11 +3592,11 @@ const ShareCode = class {
3588
3592
  */
3589
3593
  this.copyButtonLabel = "Copy Code";
3590
3594
  /**
3591
- * Set the copy button outside the field
3595
+ * Set the copy button position
3592
3596
  *
3593
- * @uiName Copy button outside
3597
+ * @uiName Copy button position
3594
3598
  */
3595
- this.buttonOutside = true;
3599
+ this.buttonPosition = "outside";
3596
3600
  h(this);
3597
3601
  }
3598
3602
  disconnectedCallback() { }
@@ -3612,7 +3616,7 @@ function useDemoShareCode(props) {
3612
3616
  tooltiptext: props.tooltiptext,
3613
3617
  isCopyIcon: props.isCopyIcon,
3614
3618
  textAlign: props.textAlign,
3615
- buttonOutside: props.buttonOutside,
3619
+ buttonPosition: props.buttonPosition,
3616
3620
  copyButtonLabel: props.copyButtonLabel,
3617
3621
  open,
3618
3622
  onClick: () => {
@@ -3659,11 +3663,11 @@ const ShareLink = class {
3659
3663
  */
3660
3664
  this.copyButtonLabel = "Copy Link";
3661
3665
  /**
3662
- * Set the copy button outside the field
3666
+ * Set the copy button position
3663
3667
  *
3664
- * @uiName Copy button outside
3668
+ * @uiName Copy button position
3665
3669
  */
3666
- this.buttonOutside = true;
3670
+ this.buttonPosition = "outside";
3667
3671
  h(this);
3668
3672
  }
3669
3673
  disconnectedCallback() { }
@@ -3683,7 +3687,7 @@ function useDemoShareLink(props) {
3683
3687
  tooltiptext: props.tooltiptext,
3684
3688
  isCopyIcon: props.isCopyIcon,
3685
3689
  textAlign: props.textAlign,
3686
- buttonOutside: props.buttonOutside,
3690
+ buttonPosition: props.buttonPosition,
3687
3691
  copyButtonLabel: props.copyButtonLabel,
3688
3692
  open,
3689
3693
  onClick: () => {
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
2
2
  import { n as m, u as useEffect, m as h } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { U, y as ye, H, b as he } from './index.module-787e5d35.js';
4
+ import { U, y as ye, H, b as he } from './index.module-0ba0774e.js';
5
5
 
6
6
  async function useGraphQLClientProvider({ domain }) {
7
7
  const token = U();
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { m as h } from './stencil-hooks.module-b48b45ec.js';
3
- import { i as intl } from './global-0f137e54.js';
3
+ import { i as intl } from './global-170c4499.js';
4
4
  import './use-callback-051c06c6.js';
5
- import { d as dist, O, W, f as fn, i as isDemo } from './index.module-787e5d35.js';
5
+ import { d as dist, O, W, f as fn, i as isDemo } from './index.module-0ba0774e.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
7
7
  import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-10657658.js';
8
8
 
@@ -3,7 +3,7 @@ import './JSS-67b5cff8.js';
3
3
  import { g as getProps } from './utils-334c1e34.js';
4
4
  import { L as LinkButtonView } from './sqm-link-button-view-8d9ad936.js';
5
5
 
6
- const Image = class {
6
+ const LinkButton = class {
7
7
  constructor(hostRef) {
8
8
  registerInstance(this, hostRef);
9
9
  /**
@@ -16,4 +16,4 @@ const Image = class {
16
16
  }
17
17
  };
18
18
 
19
- export { Image as sqm_link_button };
19
+ export { LinkButton as sqm_link_button };
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { g as gn } from './index.module-787e5d35.js';
2
+ import { g as gn } from './index.module-0ba0774e.js';
3
3
  import { g as gap } from './mixins-f60a614c.js';
4
4
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
5
5
 
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { m as h } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { c as mn, i as isDemo } from './index.module-787e5d35.js';
4
+ import { c as mn, i as isDemo } from './index.module-0ba0774e.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import './mixins-f60a614c.js';
7
7
  import './JSS-67b5cff8.js';
8
8
  import { g as getProps } from './utils-334c1e34.js';
9
- import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-ee402e54.js';
9
+ import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-5a4ac267.js';
10
10
 
11
11
  function useNavigationSidebarItem(props) {
12
12
  const currentPage = mn();
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { m as h, i as useState, u as useEffect } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { c as mn, O } from './index.module-787e5d35.js';
4
+ import { c as mn, O } from './index.module-0ba0774e.js';
5
5
  import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-feb719ce.js';
6
6
 
7
7
  const NavigationSidebar = class {
@@ -1,11 +1,11 @@
1
1
  import { h, r as registerInstance } from './index-17b4da69.js';
2
2
  import { o as d, i as useState, m as h$1 } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { i as isDemo } from './index.module-787e5d35.js';
4
+ import { i as isDemo } from './index.module-0ba0774e.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import { E as ErrorStyles } from './mixins-f60a614c.js';
7
7
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
8
- import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-3c2c2f1b.js';
8
+ import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-29e30121.js';
9
9
 
10
10
  var constants = {
11
11
  error: {
@@ -1,25 +1,18 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { m as h } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { i as isDemo, e as setUserIdentity } from './index.module-787e5d35.js';
4
+ import { i as isDemo, e as setUserIdentity } from './index.module-0ba0774e.js';
5
5
  import './jsonpointer-388a7082.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
7
7
  import './mixins-f60a614c.js';
8
8
  import './JSS-67b5cff8.js';
9
9
  import { E as EmailRegistrationView } from './email-registration-view-0ed79e24.js';
10
- import { u as usePasswordlessRegistration } from './usePasswordlessRegistration-2381025b.js';
10
+ import { u as usePasswordlessRegistration } from './usePasswordlessRegistration-ad9a05d5.js';
11
11
 
12
12
  const PasswordlessRegistration = class {
13
13
  constructor(hostRef) {
14
14
  registerInstance(this, hostRef);
15
15
  this.ignored = true;
16
- /**
17
- * Redirect participants to this page after they successfully register.
18
- *
19
- * @uiName Registration Redirect
20
- * @uiWidget pageSelect
21
- */
22
- this.nextPage = "/";
23
16
  /**
24
17
  * @uiName Email Field Label
25
18
  */
@@ -61,7 +54,6 @@ const PasswordlessRegistration = class {
61
54
  }
62
55
  };
63
56
  function useRegistrationDemo(props) {
64
- console.debug("sqm-passwordless-registration: Running in debug mode...");
65
57
  const onSubmit = () => {
66
58
  setUserIdentity({
67
59
  id: "referrer@example.com",
@@ -1,7 +1,7 @@
1
1
  import { h, c as Host, r as registerInstance } from './index-17b4da69.js';
2
2
  import { m as h$1 } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { _ } from './index.module-787e5d35.js';
4
+ import { _ } from './index.module-0ba0774e.js';
5
5
  import { g as getProps } from './utils-334c1e34.js';
6
6
 
7
7
  const PopupContainerView = (props) => {
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { i as intl } from './global-0f137e54.js';
2
+ import { i as intl } from './global-170c4499.js';
3
3
  import { A as AuthWrapper, a as AuthColumn } from './mixins-f60a614c.js';
4
4
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
5
5
  import { T as TextSpanView } from './sqm-text-span-view-2f7d6d14.js';
@@ -1,13 +1,13 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { i as useState, j as useRef, u as useEffect, m as h } from './stencil-hooks.module-b48b45ec.js';
3
- import './global-0f137e54.js';
3
+ import './global-170c4499.js';
4
4
  import { u as useCallback } from './use-callback-051c06c6.js';
5
- import { k as an, B as Be, W, g as gn, i as isDemo } from './index.module-787e5d35.js';
5
+ import { k as an, B as Be, W, g as gn, i as isDemo } from './index.module-0ba0774e.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
7
7
  import './mixins-f60a614c.js';
8
8
  import './JSS-67b5cff8.js';
9
9
  import './sqm-text-span-view-2f7d6d14.js';
10
- import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-727bbfd9.js';
10
+ import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-889fcc01.js';
11
11
 
12
12
  function usePortalEmailVerification(props) {
13
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { i as useState, m as h } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { n as nn, g as gn, i as isDemo } from './index.module-787e5d35.js';
4
+ import { n as nn, g as gn, i as isDemo } from './index.module-0ba0774e.js';
5
5
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
7
7
  import './mixins-f60a614c.js';
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance } from './index-17b4da69.js';
2
2
  import { m as h } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { e as setUserIdentity, g as gn, i as isDemo } from './index.module-787e5d35.js';
4
+ import { e as setUserIdentity, g as gn, i as isDemo } from './index.module-0ba0774e.js';
5
5
 
6
6
  function usePortalLogout({ nextPage }) {
7
7
  setUserIdentity(undefined);
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { i as intl } from './global-0f137e54.js';
2
+ import { i as intl } from './global-170c4499.js';
3
3
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
4
4
  import { T as TextSpanView } from './sqm-text-span-view-2f7d6d14.js';
5
5
 
@@ -1,13 +1,13 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { i as useState, u as useEffect, m as h } from './stencil-hooks.module-b48b45ec.js';
3
- import './global-0f137e54.js';
3
+ import './global-170c4499.js';
4
4
  import './use-callback-051c06c6.js';
5
- import { d as dist, W, f as fn, F as Fe, i as isDemo } from './index.module-787e5d35.js';
5
+ import { d as dist, W, f as fn, F as Fe, i as isDemo } from './index.module-0ba0774e.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
7
7
  import './JSS-67b5cff8.js';
8
8
  import { g as getProps } from './utils-334c1e34.js';
9
9
  import './sqm-text-span-view-2f7d6d14.js';
10
- import { P as PortalProfileView } from './sqm-portal-profile-view-1f2b6063.js';
10
+ import { P as PortalProfileView } from './sqm-portal-profile-view-ac955752.js';
11
11
 
12
12
  const GET_USER = dist.gql `
13
13
  query {
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
2
2
  import { u as useEffect, m as h } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { W, c as mn, g as gn, i as isDemo } from './index.module-787e5d35.js';
4
+ import { W, c as mn, g as gn, i as isDemo } from './index.module-0ba0774e.js';
5
5
 
6
6
  function usePortalProtectedRoute({ requireEmailVerification, redirectTo, redirectToUnverified, }) {
7
7
  var _a;
@@ -1,14 +1,14 @@
1
1
  import { h, r as registerInstance } from './index-17b4da69.js';
2
2
  import { j as useRef, u as useEffect, m as h$1 } from './stencil-hooks.module-b48b45ec.js';
3
3
  import { u as useCallback } from './use-callback-051c06c6.js';
4
- import { d as dist, q as qe, f as fn, g as gn, i as isDemo } from './index.module-787e5d35.js';
4
+ import { d as dist, q as qe, f as fn, g as gn, i as isDemo } from './index.module-0ba0774e.js';
5
5
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
7
7
  import { A as AuthWrapper, a as AuthColumn, H as HostBlock, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-f60a614c.js';
8
8
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
9
9
  import { T as TextSpanView } from './sqm-text-span-view-2f7d6d14.js';
10
10
  import { A as AsYouType } from './AsYouType-46f67d0d.js';
11
- import { u as useRegistrationFormState } from './useRegistrationFormState-3c2c2f1b.js';
11
+ import { u as useRegistrationFormState } from './useRegistrationFormState-29e30121.js';
12
12
 
13
13
  const style = {
14
14
  Wrapper: { ...AuthWrapper, "max-width": "600px" },
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { i as useState, u as useEffect, m as h } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { l as We, N as Ne, g as gn, i as isDemo } from './index.module-787e5d35.js';
4
+ import { l as We, N as Ne, g as gn, i as isDemo } from './index.module-0ba0774e.js';
5
5
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
7
7
  import './mixins-f60a614c.js';
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { u as useEffect, m as h } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { W, X as Xe, g as gn, i as isDemo } from './index.module-787e5d35.js';
4
+ import { W, X as Xe, g as gn, i as isDemo } from './index.module-0ba0774e.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import './mixins-f60a614c.js';
7
7
  import './JSS-67b5cff8.js';
@@ -1,16 +1,16 @@
1
1
  import { r as registerInstance, h as h$1, g as getElement, c as Host } from './index-17b4da69.js';
2
2
  import { m as h, f as useReducer, k as useMemo, u as useEffect } from './stencil-hooks.module-b48b45ec.js';
3
- import { i as intl } from './global-0f137e54.js';
3
+ import { i as intl } from './global-170c4499.js';
4
4
  import './use-callback-051c06c6.js';
5
- import { i as isDemo } from './index.module-787e5d35.js';
5
+ import { i as isDemo } from './index.module-0ba0774e.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
7
7
  import './mixins-f60a614c.js';
8
8
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
9
9
  import { G as GenericTableView } from './GenericTableView-266126f9.js';
10
- import { a as useRequestRerender, u as useRerenderListener } from './re-render-54bb3e32.js';
11
- import { u as useChildElements } from './useChildElements-0124b1a9.js';
10
+ import { a as useRequestRerender, u as useRerenderListener } from './re-render-22de5b23.js';
11
+ import { u as useChildElements } from './useChildElements-fd458906.js';
12
12
  import { l as luxon } from './luxon-1e38d7f1.js';
13
- import { a as getPaypalMeta, u as useReferralTable, t as tryMethod } from './useReferralTable-3024490c.js';
13
+ import { a as getPaypalMeta, u as useReferralTable, t as tryMethod } from './useReferralTable-a3d6051e.js';
14
14
  import { l as luxonLocale } from './utils-334c1e34.js';
15
15
  import { T as TextSpanView } from './sqm-text-span-view-2f7d6d14.js';
16
16
 
@@ -1,25 +1,18 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { m as h } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import { i as isDemo } from './index.module-787e5d35.js';
4
+ import { i as isDemo, e as setUserIdentity } from './index.module-0ba0774e.js';
5
5
  import './jsonpointer-388a7082.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
7
7
  import './mixins-f60a614c.js';
8
8
  import './JSS-67b5cff8.js';
9
9
  import { E as EmailRegistrationView } from './email-registration-view-0ed79e24.js';
10
- import { u as usePasswordlessRegistration } from './usePasswordlessRegistration-2381025b.js';
10
+ import { u as usePasswordlessRegistration } from './usePasswordlessRegistration-ad9a05d5.js';
11
11
 
12
12
  const ReferredRegistration = class {
13
13
  constructor(hostRef) {
14
14
  registerInstance(this, hostRef);
15
15
  this.ignored = true;
16
- /**
17
- * Redirect participants to this page after they successfully register.
18
- *
19
- * @uiName Registration Redirect
20
- * @uiWidget pageSelect
21
- */
22
- this.nextPage = "/";
23
16
  /**
24
17
  * @uiName Email Field Label
25
18
  */
@@ -61,16 +54,21 @@ const ReferredRegistration = class {
61
54
  }
62
55
  };
63
56
  function useRegistrationDemo(props) {
57
+ const onSubmit = () => {
58
+ setUserIdentity({
59
+ id: "referrer@example.com",
60
+ accountId: "referrer@example.com",
61
+ jwt: "eyJraWQiOiJlNjI2NzQxNy1jMzZlLTRlM2EtYjM5NS1lYTFmY2YyNmU3YzIiLCJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJjbVZtWlhKeVpYSkFaWGhoYlhCc1pTNWpiMjA9OmNtVm1aWEp5WlhKQVpYaGhiWEJzWlM1amIyMD1AdGVzdF9heGJndGF0dzF0Y2NwOnVzZXJzIiwicGFzc3dvcmRsZXNzIjp0cnVlLCJpc3MiOiJodHRwczovL3N0YWdpbmcucmVmZXJyYWxzYWFzcXVhdGNoLmNvbS8iLCJleHAiOjE2ODA4ODU5MTksImlhdCI6MTY4MDc5OTUxOX0.kjmTVVf_BTb-uMNKnadLyNLxMFwpkefsY02O3iAfBVIJJZZfeZMwunPlKsS3Vbp28aYRClBjH5Wj4pYxDn23D0CdZx8KNCqiJ8yF6149O9SPMkRseoJkliqS6LyvMOEDjGDkuLfcC8_hq1AHBXFt5BdCtWOk1gwf_5R9A0w5gXEIvprBzbNDLbuo88bVAlrmFNvfttXXryrpUeruMal7cBKuy02YblBrB4kKoyJiprU5GLEjciBA4A56u8TwQc0kbsPf2YcQaJsY_IvkC7S1u4sPyObpq6iF6Ed8UYHAo6nU5KjZXyVtoUyeIS11mf_6OtDO6LyMNHV2FtEUUDdPCg",
62
+ });
63
+ };
64
64
  return cjs({
65
65
  states: {
66
66
  error: "",
67
67
  loading: false,
68
- forgotPasswordPath: "/forgotPassword",
69
- registerPath: "/register",
70
68
  },
71
69
  callbacks: {
72
70
  submit: async (_event) => {
73
- console.log("submit");
71
+ onSubmit();
74
72
  },
75
73
  },
76
74
  }, props.demoData || {}, { arrayMerge: (_, a) => a });
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
2
2
  import { m as h } from './stencil-hooks.module-b48b45ec.js';
3
3
  import './use-callback-051c06c6.js';
4
- import './index.module-787e5d35.js';
5
- import { a as useRequestRerender } from './re-render-54bb3e32.js';
4
+ import './index.module-0ba0774e.js';
5
+ import { a as useRequestRerender } from './re-render-22de5b23.js';
6
6
 
7
7
  const RewardTableCustomerNoteColumn = class {
8
8
  constructor(hostRef) {
@@ -1,16 +1,16 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-17b4da69.js';
2
2
  import { b as browser, f as useReducer, u as useEffect, m as h$1, k as useMemo } from './stencil-hooks.module-b48b45ec.js';
3
- import { i as intl } from './global-0f137e54.js';
3
+ import { i as intl } from './global-170c4499.js';
4
4
  import './use-callback-051c06c6.js';
5
- import { d as dist, W, O, x, h as hn, i as isDemo } from './index.module-787e5d35.js';
5
+ import { d as dist, W, O, x, h as hn, i as isDemo } from './index.module-0ba0774e.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
7
7
  import './mixins-f60a614c.js';
8
8
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
9
9
  import { G as GenericTableView } from './GenericTableView-266126f9.js';
10
- import { u as useRerenderListener, a as useRequestRerender } from './re-render-54bb3e32.js';
11
- import { u as useChildElements } from './useChildElements-0124b1a9.js';
10
+ import { u as useRerenderListener, a as useRequestRerender } from './re-render-22de5b23.js';
11
+ import { u as useChildElements } from './useChildElements-fd458906.js';
12
12
  import { l as luxon } from './luxon-1e38d7f1.js';
13
- import { g as generateUserError, m as mockRewardData } from './useReferralTable-3024490c.js';
13
+ import { g as generateUserError, m as mockRewardData } from './useReferralTable-a3d6051e.js';
14
14
  import { l as luxonLocale } from './utils-334c1e34.js';
15
15
 
16
16
  const debug = browser("sq:useRewardsTable");