@saasquatch/mint-components 1.13.0-1 → 1.13.0-11

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 (288) hide show
  1. package/dist/cjs/{ShadowViewAddon-c195102f.js → ShadowViewAddon-44cb1a98.js} +15 -15
  2. package/dist/cjs/{copy-text-view-f7a88b15.js → copy-text-view-9b950efe.js} +6 -6
  3. package/dist/cjs/{global-0cb2907a.js → global-19fc8a7a.js} +1 -1
  4. package/dist/cjs/{index.module-3ae0c462.js → index.module-57703088.js} +13 -11
  5. package/dist/cjs/loader.cjs.js +3 -3
  6. package/dist/cjs/mint-components.cjs.js +3 -3
  7. package/dist/cjs/{re-render-5bfdb0d3.js → re-render-35b016ed.js} +2 -2
  8. package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
  9. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +51 -51
  10. package/dist/cjs/sqm-big-stat_38.cjs.entry.js +68 -48
  11. package/dist/cjs/sqm-close-button.cjs.entry.js +1 -1
  12. package/dist/cjs/sqm-context-router.cjs.entry.js +1 -1
  13. package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -2
  14. package/dist/cjs/sqm-google-sign-in.cjs.entry.js +19 -3
  15. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +3 -3
  16. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +3 -3
  17. package/dist/cjs/{sqm-invoice-table-view-1c270db0.js → sqm-invoice-table-view-9dfa2a16.js} +1 -1
  18. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +4 -4
  19. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +3 -3
  20. package/dist/cjs/{sqm-navigation-sidebar-item-view-9691839f.js → sqm-navigation-sidebar-item-view-9bba5f7e.js} +2 -2
  21. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +3 -3
  22. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +2 -2
  23. package/dist/cjs/sqm-pagination_3.cjs.entry.js +7 -7
  24. package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
  25. package/dist/cjs/sqm-popup-container.cjs.entry.js +1 -1
  26. package/dist/cjs/{sqm-portal-email-verification-view-758f11cb.js → sqm-portal-email-verification-view-98d84549.js} +1 -1
  27. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +6 -6
  28. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +3 -3
  29. package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +73 -6
  30. package/dist/cjs/sqm-portal-logout.cjs.entry.js +2 -2
  31. package/dist/cjs/{sqm-portal-profile-view-b944ddba.js → sqm-portal-profile-view-bae28ea0.js} +1 -1
  32. package/dist/cjs/sqm-portal-profile.cjs.entry.js +6 -6
  33. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +5 -5
  34. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +4 -4
  35. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +5 -5
  36. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +5 -5
  37. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +5 -5
  38. package/dist/cjs/sqm-referred-registration.cjs.entry.js +3 -3
  39. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
  40. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +8 -8
  41. package/dist/cjs/sqm-stencilbook.cjs.entry.js +48 -45
  42. package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
  43. package/dist/cjs/sqm-tabs.cjs.entry.js +3 -3
  44. package/dist/cjs/{useChildElements-4e04d4a0.js → useChildElements-854cd1e5.js} +1 -1
  45. package/dist/cjs/{useInstantAccessRegistration-b732990f.js → useInstantAccessRegistration-daff8290.js} +3 -3
  46. package/dist/cjs/{usePortalRegistrationForm-99ec3cc2.js → usePortalRegistrationForm-a89d736e.js} +5 -5
  47. package/dist/cjs/{useReferralTable-56d6576f.js → useReferralTable-283d2316.js} +7 -7
  48. package/dist/cjs/{useRegistrationFormState-2a738647.js → useRegistrationFormState-986b5ea1.js} +1 -1
  49. package/dist/cjs/{utilities-7da4d59a.js → utilities-c135f16f.js} +1 -1
  50. package/dist/collection/components/sqm-google-sign-in/sqm-google-sign-in.js +15 -2
  51. package/dist/collection/components/sqm-google-sign-in/useGoogleSignIn.js +5 -0
  52. package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +28 -1
  53. package/dist/collection/components/sqm-portal-google-registration-form/usePortalGoogleRegistrationForm.js +5 -2
  54. package/dist/collection/components/sqm-portal-login/PortalLogin.stories.js +3 -0
  55. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +5 -12
  56. package/dist/collection/components/sqm-portal-login/usePortalLogin.js +24 -4
  57. package/dist/esm/{ShadowViewAddon-fb9d29e1.js → ShadowViewAddon-eba44767.js} +15 -15
  58. package/dist/esm/{copy-text-view-d79ce112.js → copy-text-view-b060162f.js} +6 -6
  59. package/dist/esm/{global-29e5c68b.js → global-bedc4329.js} +1 -1
  60. package/dist/esm/{index.module-bc8dd3be.js → index.module-a2989d3c.js} +4 -2
  61. package/dist/esm/loader.js +3 -3
  62. package/dist/esm/mint-components.js +3 -3
  63. package/dist/esm/{re-render-2a185c6d.js → re-render-268bb9c8.js} +2 -2
  64. package/dist/esm/sqm-asset-card.entry.js +1 -1
  65. package/dist/esm/sqm-banking-info-form_16.entry.js +51 -51
  66. package/dist/esm/sqm-big-stat_38.entry.js +68 -48
  67. package/dist/esm/sqm-close-button.entry.js +1 -1
  68. package/dist/esm/sqm-context-router.entry.js +1 -1
  69. package/dist/esm/sqm-empty_4.entry.js +2 -2
  70. package/dist/esm/sqm-google-sign-in.entry.js +19 -3
  71. package/dist/esm/sqm-graphql-client-provider.entry.js +3 -3
  72. package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
  73. package/dist/esm/{sqm-invoice-table-view-79fd00be.js → sqm-invoice-table-view-8e2bb54a.js} +1 -1
  74. package/dist/esm/sqm-leaderboard-rank.entry.js +4 -4
  75. package/dist/esm/sqm-logout-current-user.entry.js +3 -3
  76. package/dist/esm/{sqm-navigation-sidebar-item-view-700e2c99.js → sqm-navigation-sidebar-item-view-56da6bca.js} +2 -2
  77. package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
  78. package/dist/esm/sqm-navigation-sidebar.entry.js +2 -2
  79. package/dist/esm/sqm-pagination_3.entry.js +7 -7
  80. package/dist/esm/sqm-password-field.entry.js +2 -2
  81. package/dist/esm/sqm-popup-container.entry.js +1 -1
  82. package/dist/esm/{sqm-portal-email-verification-view-e2f6cd82.js → sqm-portal-email-verification-view-44c8970f.js} +1 -1
  83. package/dist/esm/sqm-portal-email-verification.entry.js +6 -6
  84. package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
  85. package/dist/esm/sqm-portal-google-registration-form.entry.js +73 -6
  86. package/dist/esm/sqm-portal-logout.entry.js +2 -2
  87. package/dist/esm/{sqm-portal-profile-view-a52abf17.js → sqm-portal-profile-view-39039274.js} +1 -1
  88. package/dist/esm/sqm-portal-profile.entry.js +6 -6
  89. package/dist/esm/sqm-portal-protected-route.entry.js +5 -5
  90. package/dist/esm/sqm-portal-registration-form.entry.js +4 -4
  91. package/dist/esm/sqm-portal-reset-password.entry.js +5 -5
  92. package/dist/esm/sqm-portal-verify-email.entry.js +5 -5
  93. package/dist/esm/sqm-referral-table_11.entry.js +5 -5
  94. package/dist/esm/sqm-referred-registration.entry.js +3 -3
  95. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  96. package/dist/esm/sqm-rewards-table_9.entry.js +8 -8
  97. package/dist/esm/sqm-stencilbook.entry.js +48 -45
  98. package/dist/esm/sqm-tab.entry.js +2 -2
  99. package/dist/esm/sqm-tabs.entry.js +3 -3
  100. package/dist/esm/{useChildElements-9d6edd4a.js → useChildElements-38c11321.js} +1 -1
  101. package/dist/esm/{useInstantAccessRegistration-031d4454.js → useInstantAccessRegistration-7255b0ca.js} +3 -3
  102. package/dist/esm/{usePortalRegistrationForm-475d3959.js → usePortalRegistrationForm-5715c7a5.js} +5 -5
  103. package/dist/esm/{useReferralTable-ccbc4934.js → useReferralTable-d77b11f5.js} +7 -7
  104. package/dist/esm/{useRegistrationFormState-34651ee4.js → useRegistrationFormState-01cdd8c7.js} +1 -1
  105. package/dist/esm/{utilities-fe487ceb.js → utilities-863d06d1.js} +1 -1
  106. package/dist/esm-es5/{ShadowViewAddon-fb9d29e1.js → ShadowViewAddon-eba44767.js} +1 -1
  107. package/dist/esm-es5/{copy-text-view-d79ce112.js → copy-text-view-b060162f.js} +1 -1
  108. package/dist/esm-es5/{global-29e5c68b.js → global-bedc4329.js} +1 -1
  109. package/dist/esm-es5/index.module-a2989d3c.js +1 -0
  110. package/dist/esm-es5/loader.js +1 -1
  111. package/dist/esm-es5/mint-components.js +1 -1
  112. package/dist/esm-es5/{re-render-2a185c6d.js → re-render-268bb9c8.js} +1 -1
  113. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  114. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  115. package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
  116. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  117. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  118. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  119. package/dist/esm-es5/sqm-google-sign-in.entry.js +1 -1
  120. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  121. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  122. package/dist/esm-es5/{sqm-invoice-table-view-79fd00be.js → sqm-invoice-table-view-8e2bb54a.js} +1 -1
  123. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  124. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  125. package/dist/esm-es5/sqm-navigation-sidebar-item-view-56da6bca.js +1 -0
  126. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  127. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  128. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  129. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  130. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  131. package/dist/esm-es5/{sqm-portal-email-verification-view-e2f6cd82.js → sqm-portal-email-verification-view-44c8970f.js} +1 -1
  132. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  133. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  134. package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
  135. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  136. package/dist/esm-es5/{sqm-portal-profile-view-a52abf17.js → sqm-portal-profile-view-39039274.js} +1 -1
  137. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  138. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  139. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  140. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  141. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  142. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  143. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  144. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  145. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  146. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  147. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  148. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  149. package/dist/esm-es5/useChildElements-38c11321.js +1 -0
  150. package/dist/esm-es5/{useInstantAccessRegistration-031d4454.js → useInstantAccessRegistration-7255b0ca.js} +1 -1
  151. package/dist/esm-es5/{usePortalRegistrationForm-475d3959.js → usePortalRegistrationForm-5715c7a5.js} +1 -1
  152. package/dist/esm-es5/{useReferralTable-ccbc4934.js → useReferralTable-d77b11f5.js} +1 -1
  153. package/dist/esm-es5/{useRegistrationFormState-34651ee4.js → useRegistrationFormState-01cdd8c7.js} +1 -1
  154. package/dist/esm-es5/{utilities-fe487ceb.js → utilities-863d06d1.js} +1 -1
  155. package/dist/mint-components/mint-components.esm.js +1 -1
  156. package/dist/mint-components/mint-components.js +1 -1
  157. package/dist/mint-components/{p-6487e6bf.entry.js → p-0323586f.entry.js} +16 -16
  158. package/dist/mint-components/p-045d1d49.entry.js +1 -0
  159. package/dist/mint-components/{p-0ae73dd2.system.js → p-046f4631.system.js} +1 -1
  160. package/dist/mint-components/{p-28353152.entry.js → p-0873eaa8.entry.js} +1 -1
  161. package/dist/mint-components/{p-a8d088cd.system.js → p-09c5e3ee.system.js} +1 -1
  162. package/dist/mint-components/{p-a3b972e6.entry.js → p-0aa62b64.entry.js} +1 -1
  163. package/dist/mint-components/p-0e53c59e.system.js +1 -0
  164. package/dist/mint-components/{p-e2639e1f.js → p-16c7bfda.js} +1 -1
  165. package/dist/mint-components/{p-a12351b8.js → p-1833c4f5.js} +1 -1
  166. package/dist/mint-components/{p-55885404.system.entry.js → p-1b0c58bc.system.entry.js} +1 -1
  167. package/dist/mint-components/{p-13c1fe04.js → p-1c5cffae.js} +1 -1
  168. package/dist/mint-components/{p-3aa09019.js → p-1ef299d7.js} +2 -2
  169. package/dist/mint-components/{p-482729cf.entry.js → p-2126e1e6.entry.js} +1 -1
  170. package/dist/mint-components/{p-37bb8a23.system.entry.js → p-24c4e0b8.system.entry.js} +1 -1
  171. package/dist/mint-components/{p-ec4dff25.entry.js → p-28042d23.entry.js} +1 -1
  172. package/dist/mint-components/{p-859954f7.js → p-2ab3b8d6.js} +1 -1
  173. package/dist/mint-components/{p-d419afab.entry.js → p-2dc5e60a.entry.js} +1 -1
  174. package/dist/mint-components/{p-a1b09b0d.js → p-30108c0e.js} +1 -1
  175. package/dist/mint-components/p-31a691af.js +1 -0
  176. package/dist/mint-components/{p-84add09b.system.js → p-35698aaa.system.js} +1 -1
  177. package/dist/mint-components/p-3972037c.system.entry.js +1 -0
  178. package/dist/mint-components/p-39b1a7fe.js +1 -0
  179. package/dist/mint-components/p-3bdd338c.system.js +1 -0
  180. package/dist/mint-components/{p-84d54a69.entry.js → p-3e1b7fb4.entry.js} +1 -1
  181. package/dist/mint-components/p-3ec660e9.js +1 -0
  182. package/dist/mint-components/{p-2564c732.js → p-40e99b24.js} +1 -1
  183. package/dist/mint-components/p-4448febd.entry.js +1 -0
  184. package/dist/mint-components/{p-b54f56c0.entry.js → p-45436d5a.entry.js} +1 -1
  185. package/dist/mint-components/{p-e44a0794.system.js → p-46ab5f80.system.js} +1 -1
  186. package/dist/mint-components/{p-f8d3bb77.js → p-492fdaf9.js} +1 -1
  187. package/dist/mint-components/{p-f34449e7.entry.js → p-4ae54b04.entry.js} +1 -1
  188. package/dist/mint-components/{p-1544a0f1.system.entry.js → p-4bcb04aa.system.entry.js} +1 -1
  189. package/dist/mint-components/p-4daa3f8a.system.entry.js +1 -0
  190. package/dist/mint-components/{p-6f78f2f4.system.js → p-4f45be94.system.js} +1 -1
  191. package/dist/mint-components/{p-2e4a0990.js → p-506679e9.js} +1 -1
  192. package/dist/mint-components/p-53aaa0a4.entry.js +1 -0
  193. package/dist/mint-components/{p-660ac5ad.js → p-550ef977.js} +2 -2
  194. package/dist/mint-components/{p-c60f1c6d.entry.js → p-571c451e.entry.js} +1 -1
  195. package/dist/mint-components/{p-2c01a479.entry.js → p-618e1342.entry.js} +1 -1
  196. package/dist/mint-components/{p-f9881658.system.entry.js → p-635aaf11.system.entry.js} +1 -1
  197. package/dist/mint-components/{p-18fdfaff.js → p-6de85677.js} +1 -1
  198. package/dist/mint-components/{p-edafa368.system.js → p-7166caa6.system.js} +1 -1
  199. package/dist/mint-components/{p-6e209200.system.entry.js → p-731aa5c6.system.entry.js} +1 -1
  200. package/dist/mint-components/p-749c7c9c.system.js +1 -0
  201. package/dist/mint-components/{p-57bb1a14.entry.js → p-75f50e5a.entry.js} +1 -1
  202. package/dist/mint-components/{p-f07ce541.system.entry.js → p-7989a098.system.entry.js} +1 -1
  203. package/dist/mint-components/{p-b39f7ba2.system.entry.js → p-79ea1597.system.entry.js} +1 -1
  204. package/dist/mint-components/{p-120495ed.system.entry.js → p-7bcf4467.system.entry.js} +1 -1
  205. package/dist/mint-components/{p-d3aa845e.system.entry.js → p-7cb919d4.system.entry.js} +1 -1
  206. package/dist/mint-components/{p-502f1135.system.entry.js → p-8056fd5b.system.entry.js} +1 -1
  207. package/dist/mint-components/p-80fc549b.entry.js +1 -0
  208. package/dist/mint-components/{p-cabcb677.system.entry.js → p-81665df6.system.entry.js} +1 -1
  209. package/dist/mint-components/{p-3d5530b7.system.entry.js → p-857947fa.system.entry.js} +1 -1
  210. package/dist/mint-components/p-868f176e.entry.js +1 -0
  211. package/dist/mint-components/{p-78f3e403.entry.js → p-8975c2be.entry.js} +2 -2
  212. package/dist/mint-components/p-8af0db5a.entry.js +1 -0
  213. package/dist/mint-components/{p-67269167.js → p-8d77feee.js} +1 -1
  214. package/dist/mint-components/p-8da47802.system.entry.js +1 -0
  215. package/dist/mint-components/{p-1d3d2a7b.system.entry.js → p-92a25556.system.entry.js} +1 -1
  216. package/dist/mint-components/p-95c64cfd.system.js +1 -0
  217. package/dist/mint-components/{p-8280da48.system.entry.js → p-988ea164.system.entry.js} +1 -1
  218. package/dist/mint-components/{p-ce72ea82.system.entry.js → p-9a0c3ed9.system.entry.js} +1 -1
  219. package/dist/mint-components/{p-9b90dae2.system.entry.js → p-9a16a3d8.system.entry.js} +1 -1
  220. package/dist/mint-components/{p-d1a32dab.entry.js → p-9b779add.entry.js} +1 -1
  221. package/dist/mint-components/{p-3f35e499.entry.js → p-9e49479a.entry.js} +1 -1
  222. package/dist/mint-components/{p-625141de.system.entry.js → p-9f231a48.system.entry.js} +1 -1
  223. package/dist/mint-components/p-a1f40614.system.entry.js +1 -0
  224. package/dist/mint-components/{p-dc383779.system.entry.js → p-a21d1a30.system.entry.js} +1 -1
  225. package/dist/mint-components/{p-f2d931b4.system.entry.js → p-a4a5beb5.system.entry.js} +1 -1
  226. package/dist/mint-components/{p-ea58b97c.system.js → p-a8524459.system.js} +1 -1
  227. package/dist/mint-components/{p-7dec07a0.system.entry.js → p-aaeaff1a.system.entry.js} +1 -1
  228. package/dist/mint-components/p-ac2b7eb8.system.js +1 -0
  229. package/dist/mint-components/{p-269c7fcf.entry.js → p-b114e746.entry.js} +1 -1
  230. package/dist/mint-components/{p-bcbaf408.entry.js → p-b611eefd.entry.js} +1 -1
  231. package/dist/mint-components/{p-ebf8b913.entry.js → p-b9d17fa1.entry.js} +2 -2
  232. package/dist/mint-components/{p-c43b22fc.system.entry.js → p-bd4810c7.system.entry.js} +1 -1
  233. package/dist/mint-components/{p-102ecd33.entry.js → p-c470caf6.entry.js} +2 -2
  234. package/dist/mint-components/p-c4b21562.system.entry.js +1 -0
  235. package/dist/mint-components/{p-74d2611a.entry.js → p-ca04737a.entry.js} +1 -1
  236. package/dist/mint-components/{p-7503adda.system.entry.js → p-ca740238.system.entry.js} +1 -1
  237. package/dist/mint-components/{p-0feca7a7.entry.js → p-cd480e3f.entry.js} +1 -1
  238. package/dist/mint-components/p-cf505e92.system.js +1 -0
  239. package/dist/mint-components/p-d4af00c3.system.entry.js +1 -0
  240. package/dist/mint-components/p-d671e44e.system.js +1 -0
  241. package/dist/mint-components/{p-b2fe992e.system.entry.js → p-de9afac2.system.entry.js} +1 -1
  242. package/dist/mint-components/{p-3f1d9ec1.entry.js → p-e0b344fb.entry.js} +1 -1
  243. package/dist/mint-components/{p-51f712d3.entry.js → p-e544bb9a.entry.js} +1 -1
  244. package/dist/mint-components/p-ea9fd654.entry.js +9 -0
  245. package/dist/mint-components/p-ebdcea27.system.entry.js +1 -0
  246. package/dist/mint-components/p-f0c23e81.system.entry.js +1 -0
  247. package/dist/mint-components/{p-076ef8f4.system.js → p-f2fd1910.system.js} +1 -1
  248. package/dist/mint-components/{p-e7460ad7.entry.js → p-f32c8cb5.entry.js} +1 -1
  249. package/dist/mint-components/{p-f110c14d.entry.js → p-f4a1dc19.entry.js} +1 -1
  250. package/dist/mint-components/{p-4e138f8c.system.js → p-f9de8a59.system.js} +1 -1
  251. package/dist/mint-components/{p-1713fcc2.system.entry.js → p-fe4a9dfe.system.entry.js} +1 -1
  252. package/dist/types/components/sqm-google-sign-in/sqm-google-sign-in.d.ts +1 -0
  253. package/dist/types/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.d.ts +6 -0
  254. package/dist/types/components/sqm-portal-login/sqm-portal-login-view.d.ts +1 -0
  255. package/dist/types/components/sqm-portal-login/usePortalLogin.d.ts +1 -0
  256. package/dist/types/components.d.ts +10 -0
  257. package/docs/docs.docx +0 -0
  258. package/docs/raisins.json +1 -1
  259. package/grapesjs/grapesjs.js +1 -1
  260. package/package.json +3 -2
  261. package/dist/esm-es5/index.module-bc8dd3be.js +0 -1
  262. package/dist/esm-es5/sqm-navigation-sidebar-item-view-700e2c99.js +0 -1
  263. package/dist/esm-es5/useChildElements-9d6edd4a.js +0 -1
  264. package/dist/mint-components/p-053746b0.entry.js +0 -1
  265. package/dist/mint-components/p-05f952b4.js +0 -1
  266. package/dist/mint-components/p-08bd17ec.system.js +0 -1
  267. package/dist/mint-components/p-1a99fc5a.entry.js +0 -1
  268. package/dist/mint-components/p-1f0c1adb.entry.js +0 -1
  269. package/dist/mint-components/p-376eeb6c.system.entry.js +0 -1
  270. package/dist/mint-components/p-3dc91b3e.system.js +0 -1
  271. package/dist/mint-components/p-3f633736.entry.js +0 -1
  272. package/dist/mint-components/p-533ccb5b.entry.js +0 -1
  273. package/dist/mint-components/p-548df223.system.js +0 -1
  274. package/dist/mint-components/p-5b2b106c.system.entry.js +0 -1
  275. package/dist/mint-components/p-5cdd1ac8.system.js +0 -1
  276. package/dist/mint-components/p-7bdac1cb.system.entry.js +0 -1
  277. package/dist/mint-components/p-7c83f973.system.entry.js +0 -1
  278. package/dist/mint-components/p-82b4d2c5.entry.js +0 -9
  279. package/dist/mint-components/p-a37bc542.system.entry.js +0 -1
  280. package/dist/mint-components/p-a496f781.system.js +0 -1
  281. package/dist/mint-components/p-af6cc283.system.entry.js +0 -1
  282. package/dist/mint-components/p-b0b220a2.js +0 -1
  283. package/dist/mint-components/p-b2b447dc.system.js +0 -1
  284. package/dist/mint-components/p-c2f1fb15.system.entry.js +0 -1
  285. package/dist/mint-components/p-cb008ff3.js +0 -1
  286. package/dist/mint-components/p-e5996773.entry.js +0 -1
  287. package/dist/mint-components/p-eaa75e41.system.entry.js +0 -1
  288. package/dist/mint-components/p-fee4859d.system.js +0 -1
@@ -1,17 +1,17 @@
1
1
  import { r as registerInstance, h as h$1, g as getElement, c as Host } from './index-91e7729f.js';
2
2
  import { n as h, j as useReducer, u as useMemo, f as useEffect } from './stencil-hooks.module-4bc38af4.js';
3
- import { i as intl } from './global-29e5c68b.js';
4
- import { i as isDemo } from './index.module-bc8dd3be.js';
3
+ import { i as intl } from './global-bedc4329.js';
4
+ import { i as isDemo } from './index.module-a2989d3c.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import { l as luxonLocale } from './utils-334c1e34.js';
7
7
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
8
8
  import './mixins-83f90fa1.js';
9
9
  import { G as GenericTableView } from './GenericTableView-7b9087af.js';
10
- import { a as useRequestRerender, u as useRerenderListener } from './re-render-2a185c6d.js';
11
- import { u as useChildElements } from './useChildElements-9d6edd4a.js';
10
+ import { a as useRequestRerender, u as useRerenderListener } from './re-render-268bb9c8.js';
11
+ import { u as useChildElements } from './useChildElements-38c11321.js';
12
12
  import { l as luxon } from './luxon-8d51c92b.js';
13
13
  import { g as getPaypalMeta } from './mockRewardData-8bd1b356.js';
14
- import { u as useReferralTable, t as tryMethod } from './useReferralTable-ccbc4934.js';
14
+ import { u as useReferralTable, t as tryMethod } from './useReferralTable-d77b11f5.js';
15
15
  import { T as TextSpanView } from './sqm-text-span-view-ca32495e.js';
16
16
 
17
17
  const mockReferralData = (count = 4) => {
@@ -1,13 +1,13 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
2
2
  import { n as h } from './stencil-hooks.module-4bc38af4.js';
3
- import { i as isDemo, c as setUserIdentity } from './index.module-bc8dd3be.js';
3
+ import { i as isDemo, b as setUserIdentity } from './index.module-a2989d3c.js';
4
4
  import './jsonpointer-388a7082.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import './JSS-67b5cff8.js';
7
7
  import './mixins-83f90fa1.js';
8
8
  import { E as EmailRegistrationView } from './email-registration-view-a7818cf2.js';
9
- import './useRegistrationFormState-34651ee4.js';
10
- import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-031d4454.js';
9
+ import './useRegistrationFormState-01cdd8c7.js';
10
+ import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-7255b0ca.js';
11
11
 
12
12
  const ReferredRegistration = class {
13
13
  constructor(hostRef) {
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-91e7729f.js';
2
2
  import { n as h } from './stencil-hooks.module-4bc38af4.js';
3
- import './index.module-bc8dd3be.js';
4
- import { a as useRequestRerender } from './re-render-2a185c6d.js';
3
+ import './index.module-a2989d3c.js';
4
+ import { a as useRequestRerender } from './re-render-268bb9c8.js';
5
5
 
6
6
  const RewardTableCustomerNoteColumn = class {
7
7
  constructor(hostRef) {
@@ -1,17 +1,17 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-91e7729f.js';
2
2
  import { b as browser, j as useReducer, f as useEffect, n as h$1, u as useMemo } from './stencil-hooks.module-4bc38af4.js';
3
- import { i as intl } from './global-29e5c68b.js';
4
- import { d as dist, Q, H, L, y as yn, k as kn, i as isDemo } from './index.module-bc8dd3be.js';
3
+ import { i as intl } from './global-bedc4329.js';
4
+ import { d as dist, J, H, L, w as wn, R as Rn, i as isDemo } from './index.module-a2989d3c.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import { l as luxonLocale } from './utils-334c1e34.js';
7
7
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
8
8
  import './mixins-83f90fa1.js';
9
9
  import { G as GenericTableView } from './GenericTableView-7b9087af.js';
10
- import { u as useRerenderListener, a as useRequestRerender } from './re-render-2a185c6d.js';
11
- import { u as useChildElements } from './useChildElements-9d6edd4a.js';
10
+ import { u as useRerenderListener, a as useRequestRerender } from './re-render-268bb9c8.js';
11
+ import { u as useChildElements } from './useChildElements-38c11321.js';
12
12
  import { l as luxon } from './luxon-8d51c92b.js';
13
13
  import { m as mockRewardData } from './mockRewardData-8bd1b356.js';
14
- import { g as generateUserError } from './useReferralTable-ccbc4934.js';
14
+ import { g as generateUserError } from './useReferralTable-d77b11f5.js';
15
15
 
16
16
  const debug = browser("sq:useRewardsTable");
17
17
  const CSS_NAMESPACE = "sqm-rewards-table";
@@ -162,7 +162,7 @@ const GET_IMPACT_TAX = dist.gql `
162
162
  `;
163
163
  function useRewardsTable(props, emptyElement, loadingElement) {
164
164
  var _a, _b, _c;
165
- const user = Q();
165
+ const user = J();
166
166
  const programIdContext = H();
167
167
  const locale = L();
168
168
  // Default to context, overriden by props
@@ -186,8 +186,8 @@ function useRewardsTable(props, emptyElement, loadingElement) {
186
186
  loading: false,
187
187
  page: 0,
188
188
  });
189
- const { data: impactTaxData, loading: taxLoading } = yn(GET_IMPACT_TAX, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
190
- const { envelope: rewardsData, states, callbacks, } = kn(GET_REWARDS, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.rewards; }, {
189
+ const { data: impactTaxData, loading: taxLoading } = wn(GET_IMPACT_TAX, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
190
+ const { envelope: rewardsData, states, callbacks, } = Rn(GET_REWARDS, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.rewards; }, {
191
191
  limit: props.perPage,
192
192
  offset: 0,
193
193
  }, {
@@ -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-29e5c68b.js';
4
- import { f as $n, S as Sn, c as setUserIdentity, d as dist, X as Xe, q as setProgramId } from './index.module-bc8dd3be.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';
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-d79ce112.js';
8
+ import { C as CopyTextView } from './copy-text-view-b060162f.js';
9
9
  import './mixins-83f90fa1.js';
10
10
  import { G as GenericTableView } from './GenericTableView-7b9087af.js';
11
- import './useChildElements-9d6edd4a.js';
11
+ import './useChildElements-38c11321.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,18 @@ 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-700e2c99.js';
22
- import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-e2f6cd82.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';
23
23
  import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-3d3182f1.js';
24
24
  import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-98c4db70.js';
25
25
  import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-90e2bfd5.js';
26
- import { P as PortalProfileView } from './sqm-portal-profile-view-a52abf17.js';
27
- import './utilities-fe487ceb.js';
26
+ import { P as PortalProfileView } from './sqm-portal-profile-view-39039274.js';
27
+ import './utilities-863d06d1.js';
28
28
  import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-54a8651f.js';
29
29
  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-fb9d29e1.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
31
  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-79fd00be.js';
32
+ import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-8e2bb54a.js';
33
33
 
34
34
  /**
35
35
  * lodash (Custom Build) <https://lodash.com/>
@@ -2551,36 +2551,36 @@ const routes = `
2551
2551
  `;
2552
2552
  const TemplateNavigation = createHookStory(() => {
2553
2553
  return (h("div", null,
2554
- h("button", { onClick: () => $n.push("/") }, "/"),
2555
- h("button", { onClick: () => $n.push("/foo") }, "/foo"),
2556
- h("button", { onClick: () => $n.push("/bar") }, "/bar"),
2557
- h("button", { onClick: () => $n.push("/baz/bang") }, "/baz/bang"),
2558
- h("button", { onClick: () => $n.push("/refer") }, "/refer"),
2559
- h("button", { onClick: () => $n.push("/refer/1") }, "/refer/1"),
2560
- h("button", { onClick: () => $n.push("/refer/2") }, "/refer/2"),
2561
- h("button", { onClick: () => $n.back() }, "Back"),
2562
- h("button", { onClick: () => $n.forward() }, "Forward"),
2554
+ h("button", { onClick: () => jn.push("/") }, "/"),
2555
+ h("button", { onClick: () => jn.push("/foo") }, "/foo"),
2556
+ h("button", { onClick: () => jn.push("/bar") }, "/bar"),
2557
+ h("button", { onClick: () => jn.push("/baz/bang") }, "/baz/bang"),
2558
+ h("button", { onClick: () => jn.push("/refer") }, "/refer"),
2559
+ h("button", { onClick: () => jn.push("/refer/1") }, "/refer/1"),
2560
+ h("button", { onClick: () => jn.push("/refer/2") }, "/refer/2"),
2561
+ h("button", { onClick: () => jn.back() }, "Back"),
2562
+ h("button", { onClick: () => jn.forward() }, "Forward"),
2563
2563
  h("hr", null),
2564
2564
  h("sqm-router", { innerHTML: templates })));
2565
2565
  });
2566
2566
  const RouteNavigation = createHookStory(() => {
2567
2567
  return (h("div", null,
2568
- h("button", { onClick: () => $n.push("/") }, "/"),
2569
- h("button", { onClick: () => $n.push("/foo") }, "/foo"),
2570
- h("button", { onClick: () => $n.push("/bar") }, "/bar"),
2571
- h("button", { onClick: () => $n.push("/baz/bang") }, "/baz/bang"),
2572
- h("button", { onClick: () => $n.push("/refer") }, "/refer"),
2573
- h("button", { onClick: () => $n.push("/refer/1") }, "/refer/1"),
2574
- h("button", { onClick: () => $n.push("/refer/2") }, "/refer/2"),
2575
- h("button", { onClick: () => $n.back() }, "Back"),
2576
- h("button", { onClick: () => $n.forward() }, "Forward"),
2568
+ h("button", { onClick: () => jn.push("/") }, "/"),
2569
+ h("button", { onClick: () => jn.push("/foo") }, "/foo"),
2570
+ h("button", { onClick: () => jn.push("/bar") }, "/bar"),
2571
+ h("button", { onClick: () => jn.push("/baz/bang") }, "/baz/bang"),
2572
+ h("button", { onClick: () => jn.push("/refer") }, "/refer"),
2573
+ h("button", { onClick: () => jn.push("/refer/1") }, "/refer/1"),
2574
+ h("button", { onClick: () => jn.push("/refer/2") }, "/refer/2"),
2575
+ h("button", { onClick: () => jn.back() }, "Back"),
2576
+ h("button", { onClick: () => jn.forward() }, "Forward"),
2577
2577
  h("hr", null),
2578
2578
  h("sqm-router", { innerHTML: routes })));
2579
2579
  });
2580
2580
  const Styling = createHookStory(() => {
2581
2581
  return (h("div", null,
2582
- h("button", { onClick: () => $n.push("/") }, "/"),
2583
- h("button", { onClick: () => $n.push("/foo") }, "/foo"),
2582
+ h("button", { onClick: () => jn.push("/") }, "/"),
2583
+ h("button", { onClick: () => jn.push("/foo") }, "/foo"),
2584
2584
  h("hr", null),
2585
2585
  h("div", { style: { display: "flex", justifyContent: "space-around" } },
2586
2586
  h("sqm-router", { innerHTML: `<template path="/">
@@ -2594,7 +2594,7 @@ function useTemplate(templateString) {
2594
2594
  const [previewTemplate, setPreviewTemplate] = useState(templateString);
2595
2595
  function setPath(e) {
2596
2596
  //@ts-ignore
2597
- $n.push(e.target.value);
2597
+ jn.push(e.target.value);
2598
2598
  }
2599
2599
  return {
2600
2600
  states: { previewTemplate, editedTemplate },
@@ -2758,8 +2758,8 @@ const FullStackFrame = () => {
2758
2758
  "Current path:",
2759
2759
  " ",
2760
2760
  h("code", null,
2761
- h("strong", null, (_a = Sn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2762
- h("button", { onClick: $n.back }, "Go Back")));
2761
+ h("strong", null, (_a = kn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2762
+ h("button", { onClick: jn.back }, "Go Back")));
2763
2763
  };
2764
2764
  const FullStackFrameLoggedOut = () => {
2765
2765
  var _a;
@@ -2783,8 +2783,8 @@ const FullStackFrameLoggedOut = () => {
2783
2783
  "Current path:",
2784
2784
  " ",
2785
2785
  h("code", null,
2786
- h("strong", null, (_a = Sn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2787
- h("button", { onClick: $n.back }, "Go Back")));
2786
+ h("strong", null, (_a = kn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2787
+ h("button", { onClick: jn.back }, "Go Back")));
2788
2788
  };
2789
2789
 
2790
2790
  const PortalFrame = /*#__PURE__*/Object.freeze({
@@ -4114,16 +4114,16 @@ function DefaultTemplateView(props) {
4114
4114
  gridTemplateColumns: "repeat(9, 80px)",
4115
4115
  gridGap: "10px",
4116
4116
  } },
4117
- h("button", { onClick: () => $n.push("/") }, "Dashboard"),
4118
- props.leadSubmit && (h("button", { onClick: () => $n.push("/refer") }, "Submit a Referral")),
4119
- h("button", { onClick: () => $n.push("/activity") }, "Activity"),
4120
- h("button", { onClick: () => $n.push("/editProfile") }, "Edit Profile"),
4121
- h("button", { onClick: () => $n.push("/login") }, "Login"),
4122
- h("button", { onClick: () => $n.push("/register") }, "Register"),
4123
- h("button", { onClick: () => $n.push("/emailVerification") }, "Email Verification"),
4124
- h("button", { onClick: () => $n.push("/verifyEmail") }, "Verify Email"),
4125
- h("button", { onClick: () => $n.push("/forgotPassword") }, "Forgot Password"),
4126
- h("button", { onClick: () => $n.push("/resetPassword") }, "Reset Password")),
4117
+ h("button", { onClick: () => jn.push("/") }, "Dashboard"),
4118
+ props.leadSubmit && (h("button", { onClick: () => jn.push("/refer") }, "Submit a Referral")),
4119
+ h("button", { onClick: () => jn.push("/activity") }, "Activity"),
4120
+ h("button", { onClick: () => jn.push("/editProfile") }, "Edit Profile"),
4121
+ h("button", { onClick: () => jn.push("/login") }, "Login"),
4122
+ h("button", { onClick: () => jn.push("/register") }, "Register"),
4123
+ h("button", { onClick: () => jn.push("/emailVerification") }, "Email Verification"),
4124
+ h("button", { onClick: () => jn.push("/verifyEmail") }, "Verify Email"),
4125
+ h("button", { onClick: () => jn.push("/forgotPassword") }, "Forgot Password"),
4126
+ h("button", { onClick: () => jn.push("/resetPassword") }, "Reset Password")),
4127
4127
  h("br", null),
4128
4128
  h("div", { innerHTML: states.previewTemplate })));
4129
4129
  }
@@ -7267,6 +7267,7 @@ const defaultProps$2 = {
7267
7267
  registerPath: "/register",
7268
7268
  },
7269
7269
  callbacks: {
7270
+ googleSubmit: async () => { },
7270
7271
  submit: async (e) => await e,
7271
7272
  },
7272
7273
  content: {
@@ -7281,6 +7282,7 @@ const errorProps = {
7281
7282
  registerPath: "/register",
7282
7283
  },
7283
7284
  callbacks: {
7285
+ googleSubmit: async () => { },
7284
7286
  submit: async (e) => await e,
7285
7287
  },
7286
7288
  content: {
@@ -7295,6 +7297,7 @@ const loadingProps = {
7295
7297
  registerPath: "/register",
7296
7298
  },
7297
7299
  callbacks: {
7300
+ googleSubmit: async () => { },
7298
7301
  submit: async (e) => await e,
7299
7302
  },
7300
7303
  content: {
@@ -1,7 +1,7 @@
1
1
  import { h, c as Host, r as registerInstance } from './index-91e7729f.js';
2
2
  import { n as h$1 } from './stencil-hooks.module-4bc38af4.js';
3
- import './index.module-bc8dd3be.js';
4
- import { a as useRequestRerender } from './re-render-2a185c6d.js';
3
+ import './index.module-a2989d3c.js';
4
+ import { a as useRequestRerender } from './re-render-268bb9c8.js';
5
5
 
6
6
  const TabView = ({}, children) => {
7
7
  return h(Host, null, children);
@@ -1,9 +1,9 @@
1
1
  import { h, c as Host, r as registerInstance } from './index-91e7729f.js';
2
2
  import { u as useMemo, f as useEffect, n as h$1 } from './stencil-hooks.module-4bc38af4.js';
3
- import { _ } from './index.module-bc8dd3be.js';
3
+ import { _ } from './index.module-a2989d3c.js';
4
4
  import { g as getProps } from './utils-334c1e34.js';
5
- import { u as useRerenderListener } from './re-render-2a185c6d.js';
6
- import { u as useChildElements } from './useChildElements-9d6edd4a.js';
5
+ import { u as useRerenderListener } from './re-render-268bb9c8.js';
6
+ import { u as useChildElements } from './useChildElements-38c11321.js';
7
7
 
8
8
  const TabsView = ({ content, placement, }) => {
9
9
  // Vertical padding for top & bottom placement, horizontal for left & right.
@@ -1,5 +1,5 @@
1
1
  import { k as useState, u as useMemo } from './stencil-hooks.module-4bc38af4.js';
2
- import { _ } from './index.module-bc8dd3be.js';
2
+ import { _ } from './index.module-a2989d3c.js';
3
3
 
4
4
  function useChildElements() {
5
5
  const host = _();
@@ -1,13 +1,13 @@
1
1
  import { k as useState } from './stencil-hooks.module-4bc38af4.js';
2
- import { e as mn } from './index.module-bc8dd3be.js';
2
+ import { v as vn } from './index.module-a2989d3c.js';
3
3
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
4
- import { u as useRegistrationFormState } from './useRegistrationFormState-34651ee4.js';
4
+ import { u as useRegistrationFormState } from './useRegistrationFormState-01cdd8c7.js';
5
5
 
6
6
  function useInstantAccessRegistration(props) {
7
7
  const cookie = new URLSearchParams(window.location.search);
8
8
  const cookies = cookie === null || cookie === void 0 ? void 0 : cookie.get("_saasquatch");
9
9
  const { registrationFormState, setRegistrationFormState } = useRegistrationFormState();
10
- const [request, { loading, errors, data }] = mn();
10
+ const [request, { loading, errors, data }] = vn();
11
11
  const [error, setError] = useState("");
12
12
  const submit = async (event) => {
13
13
  var _a;
@@ -1,7 +1,7 @@
1
1
  import { m as useRef, f as useEffect } from './stencil-hooks.module-4bc38af4.js';
2
- import { d as dist, L, W as We, y as yn, f as $n, u as useCallback } from './index.module-bc8dd3be.js';
2
+ import { d as dist, L, O as Oe, w as wn, j as jn, u as useCallback } from './index.module-a2989d3c.js';
3
3
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
4
- import { u as useRegistrationFormState } from './useRegistrationFormState-34651ee4.js';
4
+ import { u as useRegistrationFormState } from './useRegistrationFormState-01cdd8c7.js';
5
5
  import { A as AsYouType } from './AsYouType-46f67d0d.js';
6
6
 
7
7
  const RegistrationFormQuery = dist.gql `
@@ -22,8 +22,8 @@ function usePortalRegistrationForm(props) {
22
22
  const formRef = useRef(null);
23
23
  const locale = L();
24
24
  const { registrationFormState, setRegistrationFormState } = useRegistrationFormState({});
25
- const [request, { loading, errors, data, formError }] = We();
26
- const queryResponse = yn(RegistrationFormQuery, { key: props.formKey });
25
+ const [request, { loading, errors, data, formError }] = Oe();
26
+ const queryResponse = wn(RegistrationFormQuery, { key: props.formKey });
27
27
  const formLoading = loading || queryResponse.loading;
28
28
  useEffect(() => {
29
29
  var _a, _b, _c;
@@ -128,7 +128,7 @@ function usePortalRegistrationForm(props) {
128
128
  managedIdentityResponse.result.results.length &&
129
129
  managedIdentityResponse.result.results[0].success &&
130
130
  managedIdentityResponse.result.results[0].data.token) {
131
- $n.push(props.nextPage);
131
+ jn.push(props.nextPage);
132
132
  }
133
133
  else if (
134
134
  // check for blocked email error response
@@ -1,8 +1,8 @@
1
1
  import { h } from './index-91e7729f.js';
2
2
  import { b as browser, j as useReducer, f as useEffect } from './stencil-hooks.module-4bc38af4.js';
3
- import { d as dist, Q, H, L, y as yn, k as kn } from './index.module-bc8dd3be.js';
4
- import { u as useRerenderListener } from './re-render-2a185c6d.js';
5
- import { u as useChildElements } from './useChildElements-9d6edd4a.js';
3
+ import { d as dist, J, H, L, w as wn, R as Rn } from './index.module-a2989d3c.js';
4
+ import { u as useRerenderListener } from './re-render-268bb9c8.js';
5
+ import { u as useChildElements } from './useChildElements-38c11321.js';
6
6
 
7
7
  const debug = browser("sq:useReferralTable");
8
8
  const CSS_NAMESPACE = "sqm-referral-table";
@@ -243,7 +243,7 @@ const GET_IMPACT_TAX = dist.gql `
243
243
  `;
244
244
  function useReferralTable(props, emptyElement, loadingElement) {
245
245
  var _a, _b, _c, _d;
246
- const user = Q();
246
+ const user = J();
247
247
  const programIdContext = H();
248
248
  // Default to context, overriden by props
249
249
  const programId = (_a = props.programId) !== null && _a !== void 0 ? _a : programIdContext;
@@ -267,16 +267,16 @@ function useReferralTable(props, emptyElement, loadingElement) {
267
267
  page: 0,
268
268
  });
269
269
  const locale = L();
270
- const { data: referrerResponse, loading: referrerLoading, refetch, } = yn(GET_REFERRER_DATA, {
270
+ const { data: referrerResponse, loading: referrerLoading, refetch, } = wn(GET_REFERRER_DATA, {
271
271
  programId: programId === "classic" ? null : programId,
272
272
  rewardFilter,
273
273
  locale,
274
274
  }, !props.showReferrer || !(user === null || user === void 0 ? void 0 : user.jwt));
275
275
  const referrerData = (_b = referrerResponse === null || referrerResponse === void 0 ? void 0 : referrerResponse.viewer) === null || _b === void 0 ? void 0 : _b.referredByReferral;
276
276
  const showReferrerRow = props.showReferrer && !!(referrerData === null || referrerData === void 0 ? void 0 : referrerData.dateReferralStarted);
277
- const { data: taxResponse, loading: taxLoading } = yn(GET_IMPACT_TAX, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
277
+ const { data: taxResponse, loading: taxLoading } = wn(GET_IMPACT_TAX, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
278
278
  const taxConnection = (_c = taxResponse === null || taxResponse === void 0 ? void 0 : taxResponse.viewer) === null || _c === void 0 ? void 0 : _c.impactConnection;
279
- const { envelope: referralData, states, callbacks, } = kn(GET_REFERRAL_DATA, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.referrals; }, {
279
+ const { envelope: referralData, states, callbacks, } = Rn(GET_REFERRAL_DATA, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.referrals; }, {
280
280
  limit: props.perPage,
281
281
  offset: 0,
282
282
  }, {
@@ -1,5 +1,5 @@
1
1
  import { i as d, y } from './stencil-hooks.module-4bc38af4.js';
2
- import { _ } from './index.module-bc8dd3be.js';
2
+ import { _ } from './index.module-a2989d3c.js';
3
3
 
4
4
  const REGISTRATION_FORM_STATE_CONTEXT = "sq:registration-form-state";
5
5
  const REGISTRATION_FORM_STATE_CONTEXT_INTERNAL = "sq:registration-form-state-internal";
@@ -1,5 +1,5 @@
1
1
  import { k as useState, f as useEffect } from './stencil-hooks.module-4bc38af4.js';
2
- import { u as useCallback } from './index.module-bc8dd3be.js';
2
+ import { u as useCallback } from './index.module-a2989d3c.js';
3
3
 
4
4
  // import { IntlMessageFormat } from 'intl-messageformat';
5
5
  function isMobile(breakPoint) {