@saasquatch/mint-components 1.7.3-2 → 1.7.3-3

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 (317) hide show
  1. package/dist/cjs/{ShadowViewAddon-250836ad.js → ShadowViewAddon-067d40c0.js} +25 -38
  2. package/dist/cjs/{global-6785de71.js → global-08c4d25f.js} +2 -2
  3. package/dist/cjs/{index.module-02576958.js → index.module-e6f6b5f3.js} +7 -7
  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-c484d9ab.js → re-render-4c16a04c.js} +1 -1
  7. package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
  8. package/dist/cjs/sqm-big-stat_39.cjs.entry.js +80 -42
  9. package/dist/cjs/sqm-close-button.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +2 -2
  11. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +3 -3
  12. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +3 -3
  13. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +2 -2
  14. package/dist/cjs/{sqm-navigation-sidebar-item-view-21dcca39.js → sqm-navigation-sidebar-item-view-03daff08.js} +1 -1
  15. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +2 -2
  16. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +1 -1
  17. package/dist/cjs/sqm-password-field.cjs.entry.js +5 -5
  18. package/dist/cjs/sqm-popup-container.cjs.entry.js +9 -2
  19. package/dist/cjs/{sqm-portal-email-verification-view-0bd4a2c2.js → sqm-portal-email-verification-view-29cf5bee.js} +1 -1
  20. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +9 -4
  21. package/dist/cjs/{sqm-portal-forgot-password-view-0142350f.js → sqm-portal-forgot-password-view-ca5f6db9.js} +1 -1
  22. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +16 -6
  23. package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
  24. package/dist/cjs/{sqm-portal-profile-view-13a1229f.js → sqm-portal-profile-view-8d8ba319.js} +4 -4
  25. package/dist/cjs/sqm-portal-profile.cjs.entry.js +30 -10
  26. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +2 -2
  27. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +8 -14
  28. package/dist/cjs/{sqm-portal-reset-password-view-7680fc87.js → sqm-portal-reset-password-view-07a13210.js} +2 -2
  29. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +33 -9
  30. package/dist/cjs/{sqm-portal-verify-email-view-200752cb.js → sqm-portal-verify-email-view-ce552bbc.js} +3 -3
  31. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +15 -5
  32. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +5 -5
  33. package/dist/cjs/sqm-referred-registration.cjs.entry.js +3 -3
  34. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
  35. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +7 -7
  36. package/dist/cjs/sqm-stencilbook.cjs.entry.js +17 -16
  37. package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
  38. package/dist/cjs/sqm-tabs.cjs.entry.js +3 -3
  39. package/dist/cjs/{useChildElements-74eb05b6.js → useChildElements-037308de.js} +1 -1
  40. package/dist/cjs/{useInstantAccessRegistration-11ff69f8.js → useInstantAccessRegistration-184ce3da.js} +2 -2
  41. package/dist/cjs/{useReferralTable-6ca43436.js → useReferralTable-1059298f.js} +5 -5
  42. package/dist/cjs/{useRegistrationFormState-01d63bda.js → useRegistrationFormState-a596a733.js} +1 -1
  43. package/dist/cjs/utilities-d4cc19d4.js +25 -0
  44. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +2 -2
  45. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +77 -1
  46. package/dist/collection/components/sqm-edit-profile/useEditProfile.js +7 -5
  47. package/dist/collection/components/sqm-password-field/sqm-password-field.js +6 -6
  48. package/dist/collection/components/sqm-popup-container/PopupContainer.stories.js +18 -0
  49. package/dist/collection/components/sqm-popup-container/sqm-popup-container-view.js +1 -1
  50. package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +27 -0
  51. package/dist/collection/components/sqm-popup-container/usePopupContainer.js +1 -0
  52. package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +56 -6
  53. package/dist/collection/components/sqm-portal-change-password/usePortalChangePassword.js +2 -2
  54. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +26 -0
  55. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +1 -1
  56. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +61 -6
  57. package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +1 -1
  58. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +26 -0
  59. package/dist/collection/components/sqm-portal-login/usePortalLogin.js +1 -1
  60. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile-view.js +3 -3
  61. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +104 -1
  62. package/dist/collection/components/sqm-portal-profile/usePortalProfile.js +6 -5
  63. package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +6 -6
  64. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +6 -33
  65. package/dist/collection/components/sqm-portal-registration-form/usePortalRegistrationForm.js +1 -1
  66. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password-view.js +2 -2
  67. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +112 -7
  68. package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +6 -3
  69. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email-view.js +3 -3
  70. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +53 -1
  71. package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +2 -2
  72. package/dist/collection/components/sqm-share-button/sqm-share-button.js +52 -0
  73. package/dist/collection/components/sqm-share-button/useShareButton.js +11 -11
  74. package/dist/collection/utilities.js +3 -0
  75. package/dist/esm/{ShadowViewAddon-6dc295a1.js → ShadowViewAddon-9867dc55.js} +23 -36
  76. package/dist/esm/{global-91edfca0.js → global-ebd4be78.js} +2 -2
  77. package/dist/esm/{index.module-99d8522e.js → index.module-e10ed38b.js} +3 -3
  78. package/dist/esm/loader.js +3 -3
  79. package/dist/esm/mint-components.js +3 -3
  80. package/dist/esm/{re-render-096db0eb.js → re-render-7f547127.js} +1 -1
  81. package/dist/esm/sqm-asset-card.entry.js +1 -1
  82. package/dist/esm/sqm-big-stat_39.entry.js +80 -42
  83. package/dist/esm/sqm-close-button.entry.js +1 -1
  84. package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
  85. package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
  86. package/dist/esm/sqm-leaderboard-rank.entry.js +3 -3
  87. package/dist/esm/sqm-logout-current-user.entry.js +2 -2
  88. package/dist/esm/{sqm-navigation-sidebar-item-view-eb765b9c.js → sqm-navigation-sidebar-item-view-e99dd09d.js} +1 -1
  89. package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
  90. package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
  91. package/dist/esm/sqm-password-field.entry.js +5 -5
  92. package/dist/esm/sqm-popup-container.entry.js +9 -2
  93. package/dist/esm/{sqm-portal-email-verification-view-97097335.js → sqm-portal-email-verification-view-689809ff.js} +1 -1
  94. package/dist/esm/sqm-portal-email-verification.entry.js +9 -4
  95. package/dist/esm/{sqm-portal-forgot-password-view-41afcace.js → sqm-portal-forgot-password-view-a764ad67.js} +1 -1
  96. package/dist/esm/sqm-portal-forgot-password.entry.js +16 -6
  97. package/dist/esm/sqm-portal-logout.entry.js +1 -1
  98. package/dist/esm/{sqm-portal-profile-view-efa44888.js → sqm-portal-profile-view-f0ad64bb.js} +4 -4
  99. package/dist/esm/sqm-portal-profile.entry.js +30 -10
  100. package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
  101. package/dist/esm/sqm-portal-registration-form.entry.js +8 -14
  102. package/dist/esm/{sqm-portal-reset-password-view-cdbf99dc.js → sqm-portal-reset-password-view-d3e726a9.js} +2 -2
  103. package/dist/esm/sqm-portal-reset-password.entry.js +33 -9
  104. package/dist/esm/{sqm-portal-verify-email-view-723687ca.js → sqm-portal-verify-email-view-283bf637.js} +3 -3
  105. package/dist/esm/sqm-portal-verify-email.entry.js +15 -5
  106. package/dist/esm/sqm-referral-table_11.entry.js +5 -5
  107. package/dist/esm/sqm-referred-registration.entry.js +3 -3
  108. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  109. package/dist/esm/sqm-rewards-table_9.entry.js +7 -7
  110. package/dist/esm/sqm-stencilbook.entry.js +17 -16
  111. package/dist/esm/sqm-tab.entry.js +2 -2
  112. package/dist/esm/sqm-tabs.entry.js +3 -3
  113. package/dist/esm/{useChildElements-b945a965.js → useChildElements-8174fb64.js} +1 -1
  114. package/dist/esm/{useInstantAccessRegistration-7f9f4360.js → useInstantAccessRegistration-fb404e33.js} +2 -2
  115. package/dist/esm/{useReferralTable-e425f29d.js → useReferralTable-91e74b2b.js} +5 -5
  116. package/dist/esm/{useRegistrationFormState-c9d54ef3.js → useRegistrationFormState-580d5ed6.js} +1 -1
  117. package/dist/esm/utilities-ca59642c.js +21 -0
  118. package/dist/esm-es5/ShadowViewAddon-9867dc55.js +1 -0
  119. package/dist/esm-es5/{global-91edfca0.js → global-ebd4be78.js} +2 -2
  120. package/dist/esm-es5/{index.module-99d8522e.js → index.module-e10ed38b.js} +1 -1
  121. package/dist/esm-es5/loader.js +1 -1
  122. package/dist/esm-es5/mint-components.js +1 -1
  123. package/dist/esm-es5/{re-render-096db0eb.js → re-render-7f547127.js} +1 -1
  124. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  125. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
  126. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  127. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  128. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  129. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  130. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  131. package/dist/esm-es5/sqm-navigation-sidebar-item-view-e99dd09d.js +1 -0
  132. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  133. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  134. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  135. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  136. package/dist/esm-es5/{sqm-portal-email-verification-view-97097335.js → sqm-portal-email-verification-view-689809ff.js} +1 -1
  137. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  138. package/dist/esm-es5/{sqm-portal-forgot-password-view-41afcace.js → sqm-portal-forgot-password-view-a764ad67.js} +1 -1
  139. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  140. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  141. package/dist/esm-es5/sqm-portal-profile-view-f0ad64bb.js +1 -0
  142. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  143. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  144. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  145. package/dist/esm-es5/sqm-portal-reset-password-view-d3e726a9.js +1 -0
  146. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  147. package/dist/esm-es5/{sqm-portal-verify-email-view-723687ca.js → sqm-portal-verify-email-view-283bf637.js} +1 -1
  148. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  149. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  150. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  151. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  152. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  153. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  154. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  155. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  156. package/dist/esm-es5/{useChildElements-b945a965.js → useChildElements-8174fb64.js} +1 -1
  157. package/dist/esm-es5/{useInstantAccessRegistration-7f9f4360.js → useInstantAccessRegistration-fb404e33.js} +1 -1
  158. package/dist/esm-es5/{useReferralTable-e425f29d.js → useReferralTable-91e74b2b.js} +1 -1
  159. package/dist/esm-es5/{useRegistrationFormState-c9d54ef3.js → useRegistrationFormState-580d5ed6.js} +1 -1
  160. package/dist/esm-es5/utilities-ca59642c.js +1 -0
  161. package/dist/mint-components/mint-components.esm.js +1 -1
  162. package/dist/mint-components/mint-components.js +1 -1
  163. package/dist/mint-components/{p-c24d34d8.entry.js → p-01f1be1c.entry.js} +1 -1
  164. package/dist/mint-components/{p-42844992.js → p-045f5da2.js} +3 -3
  165. package/dist/mint-components/{p-ee7bc1c7.system.js → p-0b7d57f2.system.js} +1 -1
  166. package/dist/mint-components/{p-be8f19ba.system.entry.js → p-0bafe30a.system.entry.js} +1 -1
  167. package/dist/mint-components/{p-8f1974f8.system.entry.js → p-0cde8d80.system.entry.js} +1 -1
  168. package/dist/mint-components/p-116de82d.system.entry.js +1 -0
  169. package/dist/mint-components/{p-9b2e0735.system.entry.js → p-16837952.system.entry.js} +1 -1
  170. package/dist/mint-components/{p-e3de804b.entry.js → p-1c037da2.entry.js} +1 -1
  171. package/dist/mint-components/{p-f8f278e9.js → p-21546534.js} +23 -23
  172. package/dist/mint-components/{p-b0ef4f17.entry.js → p-233c8a35.entry.js} +1 -1
  173. package/dist/mint-components/{p-0a892e0f.system.entry.js → p-24853def.system.entry.js} +1 -1
  174. package/dist/mint-components/{p-b4fddf49.entry.js → p-25caaa83.entry.js} +1 -1
  175. package/dist/mint-components/p-29eb433b.entry.js +1 -0
  176. package/dist/mint-components/{p-ed9374ef.system.entry.js → p-2c4e6ee0.system.entry.js} +1 -1
  177. package/dist/mint-components/{p-831d1332.js → p-2d569c9d.js} +1 -1
  178. package/dist/mint-components/{p-e9197aac.entry.js → p-309d9ae3.entry.js} +1 -1
  179. package/dist/mint-components/p-346dfe96.system.entry.js +1 -0
  180. package/dist/mint-components/{p-a79208b8.system.js → p-372a36c7.system.js} +1 -1
  181. package/dist/mint-components/{p-f04ce58d.system.entry.js → p-3cd60420.system.entry.js} +1 -1
  182. package/dist/mint-components/{p-db9652e7.system.entry.js → p-3fdeb965.system.entry.js} +1 -1
  183. package/dist/mint-components/{p-c2bd46e2.entry.js → p-41b96731.entry.js} +1 -1
  184. package/dist/mint-components/p-45233d4e.entry.js +33 -0
  185. package/dist/mint-components/p-456b376a.entry.js +1 -0
  186. package/dist/mint-components/p-46ef82ed.js +1 -0
  187. package/dist/mint-components/{p-22d1e92e.system.js → p-4a3db006.system.js} +1 -1
  188. package/dist/mint-components/{p-ef6a3ff3.entry.js → p-4c3d930f.entry.js} +2 -2
  189. package/dist/mint-components/p-4c4837d0.entry.js +187 -0
  190. package/dist/mint-components/p-4d9744bf.js +1 -0
  191. package/dist/mint-components/{p-a23a2a86.entry.js → p-4dd524f3.entry.js} +1 -1
  192. package/dist/mint-components/p-53452e78.system.entry.js +1 -0
  193. package/dist/mint-components/{p-05f069ce.entry.js → p-54633765.entry.js} +2 -2
  194. package/dist/mint-components/p-5e238732.system.entry.js +1 -0
  195. package/dist/mint-components/p-60e139f9.system.entry.js +1 -0
  196. package/dist/mint-components/{p-d65bf9dc.js → p-61d92e9a.js} +1 -1
  197. package/dist/mint-components/{p-6e793d76.system.entry.js → p-63b2b624.system.entry.js} +1 -1
  198. package/dist/mint-components/p-66ed0f74.js +1 -0
  199. package/dist/mint-components/{p-a40b01d5.js → p-69a5debf.js} +1 -1
  200. package/dist/mint-components/{p-a65e2e14.system.entry.js → p-6ad0c6a2.system.entry.js} +1 -1
  201. package/dist/mint-components/{p-72c9fbf6.system.entry.js → p-710f72eb.system.entry.js} +1 -1
  202. package/dist/mint-components/p-73653a91.js +1 -0
  203. package/dist/mint-components/p-7487f23c.system.js +1 -0
  204. package/dist/mint-components/p-7660de2a.entry.js +1 -0
  205. package/dist/mint-components/{p-ce748fab.js → p-79cee2ff.js} +1 -1
  206. package/dist/mint-components/{p-59e4c214.system.entry.js → p-7a94c81e.system.entry.js} +1 -1
  207. package/dist/mint-components/{p-59318941.system.js → p-7cbe510e.system.js} +1 -1
  208. package/dist/mint-components/{p-ba295930.system.entry.js → p-7d1f8931.system.entry.js} +1 -1
  209. package/dist/mint-components/{p-8b28c511.js → p-7f730907.js} +1 -1
  210. package/dist/mint-components/{p-41c62fef.system.js → p-87c2c58e.system.js} +1 -1
  211. package/dist/mint-components/p-8a01e608.js +1 -0
  212. package/dist/mint-components/{p-4dae1dcc.system.js → p-96cf51f2.system.js} +1 -1
  213. package/dist/mint-components/{p-66e3cb0c.system.entry.js → p-978f6c89.system.entry.js} +1 -1
  214. package/dist/mint-components/p-9a6ad156.entry.js +13 -0
  215. package/dist/mint-components/p-a259b8cc.system.js +1 -0
  216. package/dist/mint-components/{p-9f3a0252.system.js → p-a801714b.system.js} +1 -1
  217. package/dist/mint-components/{p-59a505e1.entry.js → p-a8de93af.entry.js} +1 -1
  218. package/dist/mint-components/p-b110feac.entry.js +1 -0
  219. package/dist/mint-components/p-b5af6094.system.js +1 -0
  220. package/dist/mint-components/{p-8b2b5d37.system.js → p-b7909504.system.js} +1 -1
  221. package/dist/mint-components/{p-0b8f38a8.entry.js → p-b9006988.entry.js} +1 -1
  222. package/dist/mint-components/p-badc2eb7.js +1 -0
  223. package/dist/mint-components/{p-1e884e97.system.entry.js → p-bb65f5dc.system.entry.js} +1 -1
  224. package/dist/mint-components/{p-e49392c3.system.entry.js → p-c4c2b5cf.system.entry.js} +1 -1
  225. package/dist/mint-components/p-cb2b3794.system.entry.js +1 -0
  226. package/dist/mint-components/p-ceb53408.system.js +1 -0
  227. package/dist/mint-components/p-d1ad6637.system.js +1 -0
  228. package/dist/mint-components/{p-0ad6459e.entry.js → p-d498276b.entry.js} +1 -1
  229. package/dist/mint-components/p-d4b174e1.system.js +1 -0
  230. package/dist/mint-components/{p-a6c026bc.system.entry.js → p-d4b635be.system.entry.js} +1 -1
  231. package/dist/mint-components/p-d628336d.system.entry.js +1 -0
  232. package/dist/mint-components/p-d6912806.entry.js +1 -0
  233. package/dist/mint-components/{p-2e9a5714.js → p-d6e0be18.js} +1 -1
  234. package/dist/mint-components/{p-b5b9aaba.system.entry.js → p-dcf56b93.system.entry.js} +1 -1
  235. package/dist/mint-components/{p-b6dafb9b.system.js → p-df0a2bb0.system.js} +1 -1
  236. package/dist/mint-components/{p-f064bf28.entry.js → p-e40a53bd.entry.js} +1 -1
  237. package/dist/mint-components/p-e4c98744.entry.js +1 -0
  238. package/dist/mint-components/p-ea6a7135.js +1 -0
  239. package/dist/mint-components/{p-2adb5310.entry.js → p-ebe3af02.entry.js} +1 -1
  240. package/dist/mint-components/p-f0cd4cf9.entry.js +1 -0
  241. package/dist/mint-components/p-f11f9c4f.entry.js +9 -0
  242. package/dist/mint-components/p-f61c201c.entry.js +1 -0
  243. package/dist/mint-components/p-f84f318a.system.entry.js +1 -0
  244. package/dist/mint-components/{p-69a7558a.system.entry.js → p-fb2adac8.system.entry.js} +1 -1
  245. package/dist/mint-components/p-fca0dc98.system.js +1 -0
  246. package/dist/types/components/sqm-edit-profile/sqm-edit-profile-view.d.ts +1 -0
  247. package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +12 -0
  248. package/dist/types/components/sqm-edit-profile/useEditProfile.d.ts +2 -11
  249. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +3 -3
  250. package/dist/types/components/sqm-popup-container/PopupContainer.stories.d.ts +5 -0
  251. package/dist/types/components/sqm-popup-container/sqm-popup-container-view.d.ts +1 -1
  252. package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +6 -0
  253. package/dist/types/components/sqm-popup-container/usePopupContainer.d.ts +2 -0
  254. package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +11 -3
  255. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +5 -0
  256. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +1 -0
  257. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +10 -1
  258. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +5 -0
  259. package/dist/types/components/sqm-portal-login/usePortalLogin.d.ts +4 -3
  260. package/dist/types/components/sqm-portal-profile/sqm-portal-profile-view.d.ts +2 -0
  261. package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +17 -0
  262. package/dist/types/components/sqm-portal-profile/usePortalProfile.d.ts +2 -1
  263. package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +3 -3
  264. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +3 -9
  265. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password-view.d.ts +3 -0
  266. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +21 -3
  267. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email-view.d.ts +1 -0
  268. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +9 -0
  269. package/dist/types/components/sqm-portal-verify-email/usePortalVerifyEmail.d.ts +3 -2
  270. package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +10 -0
  271. package/dist/types/components/sqm-share-button/useShareButton.d.ts +2 -0
  272. package/dist/types/components.d.ts +214 -42
  273. package/dist/types/utilities.d.ts +3 -0
  274. package/docs/docs.docx +0 -0
  275. package/docs/raisins.json +1 -1
  276. package/grapesjs/grapesjs.js +1 -1
  277. package/package.json +3 -3
  278. package/dist/esm-es5/ShadowViewAddon-6dc295a1.js +0 -1
  279. package/dist/esm-es5/sqm-navigation-sidebar-item-view-eb765b9c.js +0 -1
  280. package/dist/esm-es5/sqm-portal-profile-view-efa44888.js +0 -1
  281. package/dist/esm-es5/sqm-portal-reset-password-view-cdbf99dc.js +0 -1
  282. package/dist/mint-components/p-03c4d81a.js +0 -1
  283. package/dist/mint-components/p-061d90bc.system.entry.js +0 -1
  284. package/dist/mint-components/p-0943b547.system.js +0 -1
  285. package/dist/mint-components/p-0de80de6.js +0 -1
  286. package/dist/mint-components/p-1437b793.system.js +0 -1
  287. package/dist/mint-components/p-1fa097d3.entry.js +0 -1
  288. package/dist/mint-components/p-2bba85ac.system.entry.js +0 -1
  289. package/dist/mint-components/p-3e0bb7f9.entry.js +0 -1
  290. package/dist/mint-components/p-418362a9.entry.js +0 -9
  291. package/dist/mint-components/p-4eca24af.js +0 -1
  292. package/dist/mint-components/p-50daed57.entry.js +0 -13
  293. package/dist/mint-components/p-5e9e9a29.system.entry.js +0 -1
  294. package/dist/mint-components/p-6354c559.system.entry.js +0 -1
  295. package/dist/mint-components/p-6d1a2821.system.entry.js +0 -1
  296. package/dist/mint-components/p-6fed24de.entry.js +0 -1
  297. package/dist/mint-components/p-78027dd0.system.js +0 -1
  298. package/dist/mint-components/p-7d5ee633.system.entry.js +0 -1
  299. package/dist/mint-components/p-878daf52.js +0 -1
  300. package/dist/mint-components/p-89e86134.entry.js +0 -1
  301. package/dist/mint-components/p-9142d62b.entry.js +0 -1
  302. package/dist/mint-components/p-97519743.entry.js +0 -1
  303. package/dist/mint-components/p-a217deee.js +0 -1
  304. package/dist/mint-components/p-af302aa3.entry.js +0 -1
  305. package/dist/mint-components/p-b0f3c6c5.entry.js +0 -33
  306. package/dist/mint-components/p-ce922d94.system.entry.js +0 -1
  307. package/dist/mint-components/p-d29c820c.system.js +0 -1
  308. package/dist/mint-components/p-dc72e7e9.entry.js +0 -187
  309. package/dist/mint-components/p-eab33344.js +0 -1
  310. package/dist/mint-components/p-f21aa0bd.entry.js +0 -1
  311. package/dist/mint-components/p-f63961b4.system.js +0 -1
  312. package/dist/mint-components/p-f7b5c0ac.system.entry.js +0 -1
  313. package/dist/mint-components/p-fc51a087.system.js +0 -1
  314. package/dist/types/global/android.d.ts +0 -7
  315. package/dist/types/global/demo.d.ts +0 -1
  316. package/dist/types/stories/features.d.ts +0 -4
  317. package/dist/types/stories/templates.d.ts +0 -4
@@ -4,17 +4,17 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
7
- const index_module = require('./index.module-02576958.js');
7
+ const index_module = require('./index.module-e6f6b5f3.js');
8
8
  const cjs = require('./cjs-1066ec21.js');
9
9
  require('./mixins-fe9d4112.js');
10
10
  require('./JSS-8503a151.js');
11
11
  const utils = require('./utils-6847bc06.js');
12
12
  require('./sqm-text-span-view-e1cd9bd3.js');
13
- const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-200752cb.js');
13
+ const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-ce552bbc.js');
14
14
 
15
- function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyEmailText, verifyInvalidText, }) {
15
+ function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyEmailText, verifyInvalidText, networkErrorMessage, }) {
16
16
  var _a, _b, _c, _d, _e, _f, _g, _h;
17
- const userIdent = index_module.H();
17
+ const userIdent = index_module.U();
18
18
  const [request, { loading, data, errors }] = index_module.Ye();
19
19
  const urlParams = new URLSearchParams(index_module.hn.location.search);
20
20
  const oobCode = urlParams.get("oobCode");
@@ -62,7 +62,7 @@ function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyE
62
62
  states: {
63
63
  loading: loading || disableContinue,
64
64
  error: ((_e = (_d = (_c = (_b = errors === null || errors === void 0 ? void 0 : errors.response) === null || _b === void 0 ? void 0 : _b.errors) === null || _c === void 0 ? void 0 : _c[0]) === null || _d === void 0 ? void 0 : _d.extensions) === null || _e === void 0 ? void 0 : _e.message) || ((_h = (_g = (_f = errors === null || errors === void 0 ? void 0 : errors.response) === null || _f === void 0 ? void 0 : _f.errors) === null || _g === void 0 ? void 0 : _g[0]) === null || _h === void 0 ? void 0 : _h.message) ||
65
- ((errors === null || errors === void 0 ? void 0 : errors.message) && "Network request failed."),
65
+ ((errors === null || errors === void 0 ? void 0 : errors.message) && networkErrorMessage),
66
66
  verified,
67
67
  },
68
68
  data: {
@@ -113,6 +113,15 @@ const PortalVerifyEmail = class {
113
113
  * @uiWidget textArea
114
114
  */
115
115
  this.verifyInvalidText = "The email verification code is invalid or has expired, please try again.";
116
+ /**
117
+ * @uiName Continue text
118
+ */
119
+ this.continueText = "Continue";
120
+ /**
121
+ * @uiName Network error message
122
+ * Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
123
+ */
124
+ this.networkErrorMessage = "An error occurred while verifying your email. Please refresh the page and try again.";
116
125
  stencilHooks_module.h$1(this);
117
126
  }
118
127
  disconnectedCallback() { }
@@ -139,6 +148,7 @@ function usePortalVerifyEmailDemo(props) {
139
148
  verifySuccessText: props.verifySuccessText,
140
149
  verifyEmailText: props.verifyEmailText,
141
150
  verifyInvalidText: props.verifyInvalidText,
151
+ continueText: props.continueText,
142
152
  },
143
153
  }, props.demoData || {}, { arrayMerge: (_, a) => a });
144
154
  }
@@ -4,16 +4,16 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
7
- const global = require('./global-6785de71.js');
8
- const index_module = require('./index.module-02576958.js');
7
+ const global = require('./global-08c4d25f.js');
8
+ const index_module = require('./index.module-e6f6b5f3.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  require('./mixins-fe9d4112.js');
11
11
  const JSS = require('./JSS-8503a151.js');
12
12
  const GenericTableView = require('./GenericTableView-380b83e2.js');
13
- const reRender = require('./re-render-c484d9ab.js');
14
- const useChildElements = require('./useChildElements-74eb05b6.js');
13
+ const reRender = require('./re-render-4c16a04c.js');
14
+ const useChildElements = require('./useChildElements-037308de.js');
15
15
  const luxon = require('./luxon-53e983a6.js');
16
- const useReferralTable = require('./useReferralTable-6ca43436.js');
16
+ const useReferralTable = require('./useReferralTable-1059298f.js');
17
17
  const utils = require('./utils-6847bc06.js');
18
18
  const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
19
19
 
@@ -4,14 +4,14 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
7
- const index_module = require('./index.module-02576958.js');
7
+ const index_module = require('./index.module-e6f6b5f3.js');
8
8
  require('./jsonpointer-11327262.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  require('./mixins-fe9d4112.js');
11
11
  require('./JSS-8503a151.js');
12
12
  const emailRegistrationView = require('./email-registration-view-a6b6430e.js');
13
- require('./useRegistrationFormState-01d63bda.js');
14
- const useInstantAccessRegistration = require('./useInstantAccessRegistration-11ff69f8.js');
13
+ require('./useRegistrationFormState-a596a733.js');
14
+ const useInstantAccessRegistration = require('./useInstantAccessRegistration-184ce3da.js');
15
15
 
16
16
  const ReferredRegistration = class {
17
17
  constructor(hostRef) {
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
7
- require('./index.module-02576958.js');
8
- const reRender = require('./re-render-c484d9ab.js');
7
+ require('./index.module-e6f6b5f3.js');
8
+ const reRender = require('./re-render-4c16a04c.js');
9
9
 
10
10
  const RewardTableCustomerNoteColumn = class {
11
11
  constructor(hostRef) {
@@ -4,16 +4,16 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
7
- const global = require('./global-6785de71.js');
8
- const index_module = require('./index.module-02576958.js');
7
+ const global = require('./global-08c4d25f.js');
8
+ const index_module = require('./index.module-e6f6b5f3.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  require('./mixins-fe9d4112.js');
11
11
  const JSS = require('./JSS-8503a151.js');
12
12
  const GenericTableView = require('./GenericTableView-380b83e2.js');
13
- const reRender = require('./re-render-c484d9ab.js');
14
- const useChildElements = require('./useChildElements-74eb05b6.js');
13
+ const reRender = require('./re-render-4c16a04c.js');
14
+ const useChildElements = require('./useChildElements-037308de.js');
15
15
  const luxon = require('./luxon-53e983a6.js');
16
- const useReferralTable = require('./useReferralTable-6ca43436.js');
16
+ const useReferralTable = require('./useReferralTable-1059298f.js');
17
17
  const utils = require('./utils-6847bc06.js');
18
18
 
19
19
  const debug = stencilHooks_module.browser("sq:useRewardsTable");
@@ -131,9 +131,9 @@ const GET_REWARDS = index_module.dist.gql `
131
131
  `;
132
132
  function useRewardsTable(props, emptyElement, loadingElement) {
133
133
  var _a, _b;
134
- const user = index_module.H();
134
+ const user = index_module.U();
135
135
  const programIdContext = index_module.W();
136
- const locale = index_module.O();
136
+ const locale = index_module.x();
137
137
  // Default to context, overriden by props
138
138
  const programId = (_a = props.programId) !== null && _a !== void 0 ? _a : programIdContext;
139
139
  const rewardFilter = {
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
7
- require('./global-6785de71.js');
8
- const index_module = require('./index.module-02576958.js');
7
+ require('./global-08c4d25f.js');
8
+ const index_module = require('./index.module-e6f6b5f3.js');
9
9
  require('./cjs-1066ec21.js');
10
10
  require('./mixins-fe9d4112.js');
11
11
  const JSS = require('./JSS-8503a151.js');
12
12
  const GenericTableView = require('./GenericTableView-380b83e2.js');
13
- require('./useChildElements-74eb05b6.js');
13
+ require('./useChildElements-037308de.js');
14
14
  const luxon = require('./luxon-53e983a6.js');
15
15
  require('./utils-6847bc06.js');
16
16
  require('./sqm-text-span-view-e1cd9bd3.js');
@@ -20,13 +20,14 @@ const emailRegistrationView = require('./email-registration-view-a6b6430e.js');
20
20
  const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-5a3d4a88.js');
21
21
  const sqmLogoutCurrentUserView = require('./sqm-logout-current-user-view-555c7729.js');
22
22
  const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-dd53f947.js');
23
- const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-21dcca39.js');
24
- const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-0bd4a2c2.js');
25
- const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-0142350f.js');
26
- const sqmPortalProfileView = require('./sqm-portal-profile-view-13a1229f.js');
27
- const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-7680fc87.js');
28
- const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-200752cb.js');
29
- const ShadowViewAddon = require('./ShadowViewAddon-250836ad.js');
23
+ const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-03daff08.js');
24
+ const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-29cf5bee.js');
25
+ const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-ca5f6db9.js');
26
+ const sqmPortalProfileView = require('./sqm-portal-profile-view-8d8ba319.js');
27
+ require('./utilities-d4cc19d4.js');
28
+ const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-07a13210.js');
29
+ const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-ce552bbc.js');
30
+ const ShadowViewAddon = require('./ShadowViewAddon-067d40c0.js');
30
31
  const sqmPortalContainerView = require('./sqm-portal-container-view-5fb2ad49.js');
31
32
 
32
33
  /**
@@ -9793,21 +9794,21 @@ const emailVerifiedTemplate = "<sqm-portal-verify-email></sqm-portal-verify-emai
9793
9794
 
9794
9795
  const emailVerificationTemplate = "<sqm-portal-protected-route redirect-to=\"/login\"></sqm-portal-protected-route>\n<sqm-portal-email-verification></sqm-portal-email-verification>\n";
9795
9796
 
9796
- const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; forgotPasswordPath: string; registerPath: string; }; content?: { forgotPasswordButton?: any; secondaryButton?: any; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `forgotPasswordLabel` | `forgot-password-label` | | `string` | `\"Forgot Password?\"` |\n| `forgotPasswordPath` | `forgot-password-path` | Redirect participants to this page to reset their password | `string` | `\"/forgotPassword\"` |\n| `nextPage` | `next-page` | Redirect participants to this page after they successfully login. | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Sign in to your account\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `registerLabel` | `register-label` | | `string` | `\"Register\"` |\n| `registerPath` | `register-path` | Redirect participants to this page to start registration. | `string` | `\"/register\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Sign In\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-login --> sqm-form-message\n sqm-stencilbook --> sqm-portal-login\n style sqm-portal-login fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9797
+ const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; forgotPasswordPath: string; registerPath: string; }; content?: { forgotPasswordButton?: any; secondaryButton?: any; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `forgotPasswordLabel` | `forgot-password-label` | | `string` | `\"Forgot Password?\"` |\n| `forgotPasswordPath` | `forgot-password-path` | Redirect participants to this page to reset their password | `string` | `\"/forgotPassword\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"Network request failed.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page after they successfully login. | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Sign in to your account\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `registerLabel` | `register-label` | | `string` | `\"Register\"` |\n| `registerPath` | `register-path` | Redirect participants to this page to start registration. | `string` | `\"/register\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Sign In\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-login --> sqm-form-message\n sqm-stencilbook --> sqm-portal-login\n style sqm-portal-login fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9797
9798
 
9798
9799
  const ReferralIframeReadme = "# sqm-referral-iframe\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |\n| `demoData` | -- | | `{ states?: { content: { iframeSrc: string; iframeHeight: string; iframeWidth: string; }; }; data?: { shareCode: string; }; }` | `undefined` |\n| `iframeHeight` | `iframe-height` | Define the height of the iframe with any valid CSS height value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | URL of iframe to display | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | Define the width of the iframe with any valid CSS width value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-stencilbook --> sqm-referral-iframe\n style sqm-referral-iframe fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9799
9800
 
9800
- const ForgotPasswordReadme = "# sqm-portal-forgot-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; loginPath: string; }; content?: { secondaryButton: any; messageSlot: any; emailLabel?: string; submitLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `headerText` | `header-text` | | `string` | `\"Enter your email below to receive a password reset link.\"` |\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\n| `loginText` | `login-text` | Sign in link text | `string` | `\"Sign In\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page after they verify their email. | `string` | `\"/resetPassword\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Request Password Reset\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-forgot-password --> sqm-form-message\n style sqm-portal-forgot-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9801
+ const ForgotPasswordReadme = "# sqm-portal-forgot-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; loginPath: string; }; content?: { secondaryButton: any; messageSlot: any; emailLabel?: string; submitLabel?: string; successAlertText?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `headerText` | `header-text` | | `string` | `\"Enter your email below to receive a password reset link.\"` |\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\n| `loginText` | `login-text` | | `string` | `\"Sign In\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"Network request failed.\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page after they verify their email. | `string` | `\"/resetPassword\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Request Password Reset\"` |\n| `successAlertText` | `success-alert-text` | | `string` | `\"If an account with that email exists, a password reset email will be sent.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-forgot-password --> sqm-form-message\n style sqm-portal-forgot-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9801
9802
 
9802
9803
  const RegisterReadme = "# sqm-portal-register\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------------ | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordLabel` | `confirm-password-label` | | `string` | `\"Confirm Password\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; confirmPassword: boolean; hideInputs: boolean; registrationFormState: RegistrationFormState; disablePasswordValidation?: boolean; loginPath: string; }; refs?: { formRef: any; }; content?: { formData?: VNode; terms?: VNode; passwordField?: VNode; secondaryButton?: VNode; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; confirmPasswordLabel: string; requiredFieldErrorMessage: string; invalidEmailErrorMessage: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; }; }` | `undefined` |\n| `disablePasswordValidation` | `disable-password-validation` | | `boolean` | `false` |\n| `doesNotMeetRequirementsText` | `does-not-meet-requirements-text` | | `string` | `\"Password must meet the following requirements:\"` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `hasErrorText` | `has-error-text` | | `string` | `\"contain at least 1 number or symbol\"` |\n| `hideInputs` | `hide-inputs` | Hides the email and password fields. Note: If you hide default inputs, you must add additional input fields. They must have the input name attributes \"email\" and \"password\" for this form to succeed. | `boolean` | `false` |\n| `invalidEmailErrorMessage` | `invalid-email-error-message` | The message to be displayed when the email used is invalid or blocked. | `string` | `\"Must be a valid email address\"` |\n| `loginLabel` | `login-label` | | `string` | `\"Sign in\"` |\n| `loginPath` | `login-path` | Redirect participants to this page after clicking the login button. | `string` | `\"/login\"` |\n| `lowercaseErrorText` | `lowercase-error-text` | | `string` | `\"contain at least 1 lowercase character\"` |\n| `meetsRequirementsText` | `meets-requirements-text` | | `string` | `\"Password has met all requirements\"` |\n| `minErrorText` | `min-error-text` | | `string` | `\"be a minimum of 8 characters\"` |\n| `networkErrorMessage` | `network-error-message` | The message to be displayed when a the form submission fails unexpectedly. | `string` | `\"Network request failed.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page from their verification email | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Register\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `passwordMismatchErrorMessage` | `password-mismatch-error-message` | The message to be displayed when password inputs do not match. | `string` | `\"Passwords do not match.\"` |\n| `redirectPath` | `redirect-path` | The page that participants are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\n| `requiredFieldErrorMessage` | `required-field-error-message` | The message to be displayed when a required field is not filled. | `string` | `\"Cannot be empty\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Register\"` |\n| `uppercaseErrorText` | `uppercase-error-text` | | `string` | `\"contain at least 1 uppercase character\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-register --> sqm-form-message\n sqm-portal-register --> sqm-password-field\n sqm-stencilbook --> sqm-portal-register\n style sqm-portal-register fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9803
9804
 
9804
- const EditProfileReadme = "# sqm-portal-profile\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------ | --------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |\n| `countrytext` | `countrytext` | | `string` | `\"Country\"` |\n| `demoData` | -- | | `{ states?: { success: boolean; loading: boolean; submitDisabled: boolean; showCountry: boolean; formState: { country: string; firstName: string; lastName: string; errors: any; error: string; }; user: { id: string; accountId: string; firstName: string; lastName: string; email: string; countryCode: string; }; text: { firstnametext: string; lastnametext: string; emailtext: string; countrytext: string; editProfileHeader: string; editProfileSubHeader: string; submitChangeButtonText: string; }; }; }` | `undefined` |\n| `editProfileHeader` | `edit-profile-header` | | `string` | `\"Edit your profile\"` |\n| `editProfileSubHeader` | `edit-profile-sub-header` | | `string` | `\"Personal Information\"` |\n| `emailtext` | `emailtext` | | `string` | `\"Email\"` |\n| `firstnametext` | `firstnametext` | | `string` | `\"First Name\"` |\n| `hideCountry` | `hide-country` | | `boolean` | `false` |\n| `lastnametext` | `lastnametext` | | `string` | `\"Last Name\"` |\n| `submitChangeButtonText` | `submit-change-button-text` | | `string` | `\"Submit Changes\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-profile --> sqm-form-message\n style sqm-portal-profile fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9805
+ const EditProfileReadme = "# sqm-portal-profile\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------ | --------------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |\n| `countrytext` | `countrytext` | | `string` | `\"Country\"` |\n| `demoData` | -- | | `{ states?: { success: boolean; loading: boolean; submitDisabled: boolean; showCountry: boolean; formState: { country: string; firstName: string; lastName: string; errors: any; error: string; }; user: { id: string; accountId: string; firstName: string; lastName: string; email: string; countryCode: string; }; text: { firstnametext: string; lastnametext: string; emailtext: string; countrytext: string; editProfileHeader: string; editProfileSubHeader: string; submitChangeButtonText: string; submissionSuccessText?: string; fieldEmptyText?: string; }; }; }` | `undefined` |\n| `editProfileHeader` | `edit-profile-header` | | `string` | `\"Edit your profile\"` |\n| `editProfileSubHeader` | `edit-profile-sub-header` | | `string` | `\"Personal Information\"` |\n| `emailtext` | `emailtext` | | `string` | `\"Email\"` |\n| `fieldEmptyText` | `field-empty-text` | | `string` | `\"Field can't be empty\"` |\n| `firstnametext` | `firstnametext` | | `string` | `\"First Name\"` |\n| `formErrorText` | `form-error-text` | | `string` | `\"Please correct the errors below to update your profile.\"` |\n| `hideCountry` | `hide-country` | | `boolean` | `false` |\n| `lastnametext` | `lastnametext` | | `string` | `\"Last Name\"` |\n| `networkRequestMessage` | `network-request-message` | | `string` | `\"Network request failed.\"` |\n| `submissionSuccessText` | `submission-success-text` | | `string` | `\"Your profile has been successfully updated.\"` |\n| `submitChangeButtonText` | `submit-change-button-text` | | `string` | `\"Submit Changes\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-profile --> sqm-form-message\n style sqm-portal-profile fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9805
9806
 
9806
- const ResetPasswordReadme = "# sqm-portal-reset-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ----------------------------- | --------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordFieldLabel` | `confirm-password-field-label` | | `string` | `\"Confirm Password\"` |\n| `continueButtonText` | `continue-button-text` | Button text displayed after a successful password reset. | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; reset: boolean; confirmPassword: boolean; oobCodeValidating: boolean; oobCodeValid: boolean; passwordDemoData?: PasswordFieldViewDemoProps; content: { passwordResetHeader: string; resetPasswordHeader: string; continueButtonText: string; resetPasswordButtonText: string; confirmPasswordFieldLabel: string; passwordFieldLabel: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; }; }; }` | `undefined` |\n| `doesNotMeetRequirementsText` | `does-not-meet-requirements-text` | | `string` | `\"Password must meet the following requirements:\"` |\n| `failedPage` | `failed-page` | Redirect participants to this page if password reset fails due to an outdated reset attempt. | `string` | `\"/\"` |\n| `hasErrorText` | `has-error-text` | | `string` | `\"contain at least 1 number or symbol\"` |\n| `lowercaseErrorText` | `lowercase-error-text` | | `string` | `\"contain at least 1 lowercase character\"` |\n| `meetsRequirementsText` | `meets-requirements-text` | | `string` | `\"Password has met all requirements\"` |\n| `minErrorText` | `min-error-text` | | `string` | `\"be a minimum of 8 characters\"` |\n| `nextPage` | `next-page` | Redirect participants to this page when they successfully reset their password. | `string` | `\"/\"` |\n| `passwordFieldLabel` | `password-field-label` | | `string` | `\"New Password\"` |\n| `passwordResetHeader` | `password-reset-header` | Displayed after a successful password reset. | `string` | `\"Password reset\"` |\n| `resetPasswordButtonText` | `reset-password-button-text` | | `string` | `\"Reset Password\"` |\n| `resetPasswordHeader` | `reset-password-header` | | `string` | `\"Reset your password\"` |\n| `uppercaseErrorText` | `uppercase-error-text` | | `string` | `\"contain at least 1 uppercase character\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-reset-password --> sqm-form-message\n sqm-portal-reset-password --> sqm-password-field\n style sqm-portal-reset-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9807
+ const ResetPasswordReadme = "# sqm-portal-reset-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ----------------------------- | --------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| `codeInvalidText` | `code-invalid-text` | | `string` | `\"The password reset code is invalid or has expired, please try again.\"` |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordFieldLabel` | `confirm-password-field-label` | | `string` | `\"Confirm Password\"` |\n| `continueButtonText` | `continue-button-text` | Button text displayed after a successful password reset. | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; reset: boolean; confirmPassword: boolean; oobCodeValidating: boolean; oobCodeValid: boolean; passwordDemoData?: PasswordFieldViewDemoProps; content: { passwordResetHeader: string; resetPasswordHeader: string; continueButtonText: string; resetPasswordButtonText: string; confirmPasswordFieldLabel: string; passwordFieldLabel: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; resetSuccessText?: string; passwordMismatchText?: string; codeInvalidText?: string; }; }; }` | `undefined` |\n| `doesNotMeetRequirementsText` | `does-not-meet-requirements-text` | | `string` | `\"Password must meet the following requirements:\"` |\n| `failedPage` | `failed-page` | Redirect participants to this page if password reset fails due to an outdated reset attempt. | `string` | `\"/\"` |\n| `hasErrorText` | `has-error-text` | | `string` | `\"contain at least 1 number or symbol\"` |\n| `lowercaseErrorText` | `lowercase-error-text` | | `string` | `\"contain at least 1 lowercase character\"` |\n| `meetsRequirementsText` | `meets-requirements-text` | | `string` | `\"Password has met all requirements\"` |\n| `minErrorText` | `min-error-text` | | `string` | `\"be a minimum of 8 characters\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"Network request failed.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page when they successfully reset their password. | `string` | `\"/\"` |\n| `passwordFieldLabel` | `password-field-label` | | `string` | `\"New Password\"` |\n| `passwordMismatchText` | `password-mismatch-text` | | `string` | `\"Passwords do not match.\"` |\n| `passwordResetHeader` | `password-reset-header` | Displayed after a successful password reset. | `string` | `\"Password reset\"` |\n| `resetPasswordButtonText` | `reset-password-button-text` | | `string` | `\"Reset Password\"` |\n| `resetPasswordHeader` | `reset-password-header` | | `string` | `\"Reset your password\"` |\n| `resetSuccessText` | `reset-success-text` | | `string` | `\"Your password has been reset and you are being redirected. If you are not redirected, please click Continue.\"` |\n| `uppercaseErrorText` | `uppercase-error-text` | | `string` | `\"contain at least 1 uppercase character\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-reset-password --> sqm-form-message\n sqm-portal-reset-password --> sqm-password-field\n style sqm-portal-reset-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9807
9808
 
9808
- const EmailVerificationReadme = "# sqm-portal-email-verification\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ---------------------------- | ------------------------------ | ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; isVerified?: boolean; loadingVerification?: boolean; countdown?: number; }; content?: { email: string; verifyMessage: string; emailVerificationHeader: string; resendEmailButtonText: string; verificationStatusMessage?: string; verificationLoadingMessage?: string; verificationResentMessage?: string; }; }` | `undefined` |\n| `emailVerificationHeader` | `email-verification-header` | | `string` | `\"Verify your email\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page from their verification email. | `string` | `\"/verifyEmail\"` |\n| `resendEmailButtonText` | `resend-email-button-text` | | `string` | `\"Re-send Email\"` |\n| `verificationLoadingMessage` | `verification-loading-message` | | `string` | `\"Checking verification status\"` |\n| `verificationResentMessage` | `verification-resent-message` | | `string` | `\"Your verification email has been resent successfully\"` |\n| `verificationStatusMessage` | `verification-status-message` | | `string` | `\"Checking verification status in {countdown}\"` |\n| `verifyMessage` | `verify-message` | | `string` | `\"A verification email was sent to {email}. Please verify your email to continue to the portal. Resending an email will invalidate the previous email.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-email-verification --> sqm-form-message\n style sqm-portal-email-verification fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9809
+ const EmailVerificationReadme = "# sqm-portal-email-verification\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ---------------------------- | ------------------------------ | ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; isVerified?: boolean; loadingVerification?: boolean; countdown?: number; }; content?: { email: string; verifyMessage: string; emailVerificationHeader: string; resendEmailButtonText: string; verificationStatusMessage?: string; verificationLoadingMessage?: string; verificationResentMessage?: string; }; }` | `undefined` |\n| `emailVerificationHeader` | `email-verification-header` | | `string` | `\"Verify your email\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"Network request failed.\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page from their verification email. | `string` | `\"/verifyEmail\"` |\n| `resendEmailButtonText` | `resend-email-button-text` | | `string` | `\"Re-send Email\"` |\n| `verificationLoadingMessage` | `verification-loading-message` | | `string` | `\"Checking verification status\"` |\n| `verificationResentMessage` | `verification-resent-message` | | `string` | `\"Your verification email has been resent successfully\"` |\n| `verificationStatusMessage` | `verification-status-message` | | `string` | `\"Checking verification status in {countdown}\"` |\n| `verifyMessage` | `verify-message` | | `string` | `\"A verification email was sent to {email}. Please verify your email to continue to the portal. Resending an email will invalidate the previous email.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-email-verification --> sqm-form-message\n style sqm-portal-email-verification fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9809
9810
 
9810
- const EmailVerifiedReadme = "# sqm-portal-verify-email\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------- | --------------------- | ------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; verified: boolean; }; data?: { oobCode: string; }; content?: { verifySuccessText?: string; verifyEmailText?: string; verifyInvalidText?: string; }; }` | `undefined` |\n| `failedPage` | `failed-page` | Redirect participants to this page if verification fails due to an outdated verification attempt. | `string` | `\"/\"` |\n| `nextPage` | `next-page` | Redirect participants to this page when they successfully verify their email. | `string` | `\"/\"` |\n| `verifyEmailText` | `verify-email-text` | | `string` | `\"Verify your email\"` |\n| `verifyInvalidText` | `verify-invalid-text` | | `string` | `\"The email verification code is invalid or has expired, please try again.\"` |\n| `verifySuccessText` | `verify-success-text` | | `string` | `\"Your email has been verified and you are being redirected. If you are not redirected, please click Continue.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-verify-email --> sqm-form-message\n style sqm-portal-verify-email fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9811
+ const EmailVerifiedReadme = "# sqm-portal-verify-email\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| `continueText` | `continue-text` | | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; verified: boolean; }; data?: { oobCode: string; }; content?: { verifySuccessText?: string; verifyEmailText?: string; verifyInvalidText?: string; continueText?: string; }; }` | `undefined` |\n| `failedPage` | `failed-page` | Redirect participants to this page if verification fails due to an outdated verification attempt. | `string` | `\"/\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"Network request failed.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page when they successfully verify their email. | `string` | `\"/\"` |\n| `verifyEmailText` | `verify-email-text` | | `string` | `\"Verify your email\"` |\n| `verifyInvalidText` | `verify-invalid-text` | | `string` | `\"The email verification code is invalid or has expired, please try again.\"` |\n| `verifySuccessText` | `verify-success-text` | | `string` | `\"Your email has been verified and you are being redirected. If you are not redirected, please click Continue.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-verify-email --> sqm-form-message\n style sqm-portal-verify-email fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9811
9812
 
9812
9813
  const PortalTemplates_stories = {
9813
9814
  title: "Templates / Portal",
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
7
- require('./index.module-02576958.js');
8
- const reRender = require('./re-render-c484d9ab.js');
7
+ require('./index.module-e6f6b5f3.js');
8
+ const reRender = require('./re-render-4c16a04c.js');
9
9
 
10
10
  const TabView = ({}, children) => {
11
11
  return index.h(index.Host, null, children);
@@ -4,9 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
7
- const index_module = require('./index.module-02576958.js');
8
- const reRender = require('./re-render-c484d9ab.js');
9
- const useChildElements = require('./useChildElements-74eb05b6.js');
7
+ const index_module = require('./index.module-e6f6b5f3.js');
8
+ const reRender = require('./re-render-4c16a04c.js');
9
+ const useChildElements = require('./useChildElements-037308de.js');
10
10
  const utils = require('./utils-6847bc06.js');
11
11
 
12
12
  const TabsView = ({ content, placement, }) => {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
4
- const index_module = require('./index.module-02576958.js');
4
+ const index_module = require('./index.module-e6f6b5f3.js');
5
5
 
6
6
  function useChildElements() {
7
7
  const host = index_module.V();
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
3
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
4
- const index_module = require('./index.module-02576958.js');
4
+ const index_module = require('./index.module-e6f6b5f3.js');
5
5
  const jsonpointer = require('./jsonpointer-11327262.js');
6
- const useRegistrationFormState = require('./useRegistrationFormState-01d63bda.js');
6
+ const useRegistrationFormState = require('./useRegistrationFormState-a596a733.js');
7
7
 
8
8
  function useInstantAccessRegistration(props) {
9
9
  const cookie = new URLSearchParams(window.location.search);
@@ -2,9 +2,9 @@
2
2
 
3
3
  const index = require('./index-b0129cd6.js');
4
4
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
5
- const index_module = require('./index.module-02576958.js');
6
- const reRender = require('./re-render-c484d9ab.js');
7
- const useChildElements = require('./useChildElements-74eb05b6.js');
5
+ const index_module = require('./index.module-e6f6b5f3.js');
6
+ const reRender = require('./re-render-4c16a04c.js');
7
+ const useChildElements = require('./useChildElements-037308de.js');
8
8
  const luxon = require('./luxon-53e983a6.js');
9
9
 
10
10
  const mockRewardData = (count = 4) => {
@@ -356,7 +356,7 @@ const GET_REFERRAL_DATA = index_module.dist.gql `
356
356
  `;
357
357
  function useReferralTable(props, emptyElement, loadingElement) {
358
358
  var _a, _b, _c;
359
- const user = index_module.H();
359
+ const user = index_module.U();
360
360
  const programIdContext = index_module.W();
361
361
  // Default to context, overriden by props
362
362
  const programId = (_a = props.programId) !== null && _a !== void 0 ? _a : programIdContext;
@@ -379,7 +379,7 @@ function useReferralTable(props, emptyElement, loadingElement) {
379
379
  loading: false,
380
380
  page: 0,
381
381
  });
382
- const locale = index_module.O();
382
+ const locale = index_module.x();
383
383
  const { data: referrerResponse, loading: referrerLoading, refetch, } = index_module.mn(GET_REFERRER_DATA, {
384
384
  programId: programId === "classic" ? null : programId,
385
385
  rewardFilter,
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
4
- const index_module = require('./index.module-02576958.js');
4
+ const index_module = require('./index.module-e6f6b5f3.js');
5
5
 
6
6
  const REGISTRATION_FORM_STATE_CONTEXT = "sq:registration-form-state";
7
7
  function useRegistrationFormState(formState) {