@saasquatch/mint-components 1.7.4 → 1.7.5

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 (387) hide show
  1. package/dist/cjs/{ShadowViewAddon-25025125.js → ShadowViewAddon-54e29788.js} +39 -52
  2. package/dist/cjs/{global-be9af765.js → global-a8fd1f10.js} +3 -3
  3. package/dist/cjs/{index.module-8562f350.js → index.module-7c0deb52.js} +24 -26
  4. package/dist/cjs/loader.cjs.js +4 -4
  5. package/dist/cjs/{luxon-53e983a6.js → luxon-a4661470.js} +1 -1
  6. package/dist/cjs/mint-components.cjs.js +4 -4
  7. package/dist/cjs/{re-render-9a91bde6.js → re-render-e77c897d.js} +5 -5
  8. package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
  9. package/dist/cjs/sqm-big-stat_39.cjs.entry.js +172 -68
  10. package/dist/cjs/sqm-close-button.cjs.entry.js +2 -2
  11. package/dist/cjs/sqm-empty_5.cjs.entry.js +1 -1
  12. package/dist/cjs/sqm-form-message.cjs.entry.js +1 -1
  13. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +6 -6
  14. package/dist/cjs/sqm-header-logo.cjs.entry.js +1 -1
  15. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +4 -4
  16. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +6 -6
  17. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +4 -4
  18. package/dist/cjs/{sqm-navigation-sidebar-item-view-28578dce.js → sqm-navigation-sidebar-item-view-84128b9f.js} +2 -2
  19. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
  20. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +4 -4
  21. package/dist/cjs/sqm-password-field.cjs.entry.js +44 -19
  22. package/dist/cjs/sqm-popup-container.cjs.entry.js +13 -6
  23. package/dist/cjs/{sqm-portal-email-verification-view-077c12f7.js → sqm-portal-email-verification-view-b7cafe0c.js} +3 -3
  24. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +20 -9
  25. package/dist/cjs/{sqm-portal-forgot-password-view-0142350f.js → sqm-portal-forgot-password-view-ca5f6db9.js} +1 -1
  26. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +19 -9
  27. package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -3
  28. package/dist/cjs/{sqm-portal-profile-view-b3d1e0f7.js → sqm-portal-profile-view-f092a4ef.js} +4 -4
  29. package/dist/cjs/sqm-portal-profile.cjs.entry.js +32 -12
  30. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +6 -6
  31. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +40 -8
  32. package/dist/cjs/{sqm-portal-reset-password-view-d5bc7afc.js → sqm-portal-reset-password-view-07a13210.js} +3 -3
  33. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +71 -11
  34. package/dist/cjs/{sqm-portal-verify-email-view-f6c7287e.js → sqm-portal-verify-email-view-ce552bbc.js} +7 -7
  35. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +49 -14
  36. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +7 -7
  37. package/dist/cjs/sqm-referred-registration.cjs.entry.js +4 -4
  38. package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
  39. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +3 -3
  40. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +11 -11
  41. package/dist/cjs/sqm-stencilbook.cjs.entry.js +62 -55
  42. package/dist/cjs/sqm-tab.cjs.entry.js +3 -3
  43. package/dist/cjs/sqm-tabs.cjs.entry.js +5 -5
  44. package/dist/cjs/sqm-text-span.cjs.entry.js +1 -1
  45. package/dist/cjs/{stencil-hooks.module-e4bf7f2d.js → stencil-hooks.module-faabb426.js} +1 -1
  46. package/dist/cjs/{useChildElements-be4e0841.js → useChildElements-410453fc.js} +3 -3
  47. package/dist/cjs/{useInstantAccessRegistration-27a20410.js → useInstantAccessRegistration-42b320b3.js} +4 -4
  48. package/dist/cjs/{useReferralTable-ca564dcb.js → useReferralTable-28fff5b8.js} +10 -10
  49. package/dist/cjs/{useRegistrationFormState-7b557a04.js → useRegistrationFormState-58ce55f2.js} +3 -3
  50. package/dist/cjs/utilities-d2d257c7.js +25 -0
  51. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +2 -2
  52. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +77 -1
  53. package/dist/collection/components/sqm-edit-profile/useEditProfile.js +7 -5
  54. package/dist/collection/components/sqm-password-field/passwordValidation.js +11 -11
  55. package/dist/collection/components/sqm-password-field/sqm-password-field.js +155 -4
  56. package/dist/collection/components/sqm-password-field/usePasswordField.js +1 -1
  57. package/dist/collection/components/sqm-popup-container/PopupContainer.stories.js +18 -0
  58. package/dist/collection/components/sqm-popup-container/sqm-popup-container-view.js +1 -1
  59. package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +27 -0
  60. package/dist/collection/components/sqm-popup-container/usePopupContainer.js +1 -0
  61. package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password-view.js +1 -1
  62. package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +207 -1
  63. package/dist/collection/components/sqm-portal-change-password/usePortalChangePassword.js +8 -2
  64. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification-view.js +2 -2
  65. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +57 -1
  66. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +1 -1
  67. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +61 -6
  68. package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +1 -1
  69. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +26 -0
  70. package/dist/collection/components/sqm-portal-login/usePortalLogin.js +1 -1
  71. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile-view.js +3 -3
  72. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +104 -1
  73. package/dist/collection/components/sqm-portal-profile/usePortalProfile.js +6 -5
  74. package/dist/collection/components/sqm-portal-register/sqm-portal-register-view.js +1 -1
  75. package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +157 -1
  76. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +1 -1
  77. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +157 -1
  78. package/dist/collection/components/sqm-portal-registration-form/usePortalRegistrationForm.js +3 -1
  79. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password-view.js +4 -4
  80. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +262 -1
  81. package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +12 -3
  82. package/dist/collection/components/sqm-portal-verify-email/PortalVerifyEmail.stories.js +6 -0
  83. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email-view.js +7 -7
  84. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +150 -5
  85. package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +7 -2
  86. package/dist/collection/components/sqm-share-button/sqm-share-button.js +52 -0
  87. package/dist/collection/components/sqm-share-button/useShareButton.js +11 -11
  88. package/dist/collection/utilities.js +3 -0
  89. package/dist/esm/{ShadowViewAddon-53810b62.js → ShadowViewAddon-be3c7698.js} +36 -49
  90. package/dist/esm/{global-179b13db.js → global-0268f7bb.js} +3 -3
  91. package/dist/esm/{index.module-9469b28f.js → index.module-cbe33f2d.js} +6 -8
  92. package/dist/esm/loader.js +4 -4
  93. package/dist/esm/{luxon-f01e85fe.js → luxon-5ca0a018.js} +1 -1
  94. package/dist/esm/mint-components.js +4 -4
  95. package/dist/esm/{re-render-1048d024.js → re-render-4e10b5ac.js} +5 -5
  96. package/dist/esm/sqm-asset-card.entry.js +2 -2
  97. package/dist/esm/sqm-big-stat_39.entry.js +172 -68
  98. package/dist/esm/sqm-close-button.entry.js +2 -2
  99. package/dist/esm/sqm-empty_5.entry.js +1 -1
  100. package/dist/esm/sqm-form-message.entry.js +1 -1
  101. package/dist/esm/sqm-graphql-client-provider.entry.js +6 -6
  102. package/dist/esm/sqm-header-logo.entry.js +1 -1
  103. package/dist/esm/sqm-instant-access-registration.entry.js +4 -4
  104. package/dist/esm/sqm-leaderboard-rank.entry.js +6 -6
  105. package/dist/esm/sqm-logout-current-user.entry.js +4 -4
  106. package/dist/esm/{sqm-navigation-sidebar-item-view-d2e0fdb1.js → sqm-navigation-sidebar-item-view-67fc08d3.js} +2 -2
  107. package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
  108. package/dist/esm/sqm-navigation-sidebar.entry.js +4 -4
  109. package/dist/esm/sqm-password-field.entry.js +44 -19
  110. package/dist/esm/sqm-popup-container.entry.js +13 -6
  111. package/dist/esm/{sqm-portal-email-verification-view-79ef6c2f.js → sqm-portal-email-verification-view-12fc1bd4.js} +3 -3
  112. package/dist/esm/sqm-portal-email-verification.entry.js +20 -9
  113. package/dist/esm/{sqm-portal-forgot-password-view-41afcace.js → sqm-portal-forgot-password-view-a764ad67.js} +1 -1
  114. package/dist/esm/sqm-portal-forgot-password.entry.js +19 -9
  115. package/dist/esm/sqm-portal-logout.entry.js +3 -3
  116. package/dist/esm/{sqm-portal-profile-view-6068a0f8.js → sqm-portal-profile-view-87730d84.js} +4 -4
  117. package/dist/esm/sqm-portal-profile.entry.js +32 -12
  118. package/dist/esm/sqm-portal-protected-route.entry.js +6 -6
  119. package/dist/esm/sqm-portal-registration-form.entry.js +40 -8
  120. package/dist/esm/{sqm-portal-reset-password-view-0df781f6.js → sqm-portal-reset-password-view-d3e726a9.js} +3 -3
  121. package/dist/esm/sqm-portal-reset-password.entry.js +73 -13
  122. package/dist/esm/{sqm-portal-verify-email-view-1db4fae6.js → sqm-portal-verify-email-view-283bf637.js} +7 -7
  123. package/dist/esm/sqm-portal-verify-email.entry.js +50 -15
  124. package/dist/esm/sqm-referral-table_11.entry.js +7 -7
  125. package/dist/esm/sqm-referred-registration.entry.js +4 -4
  126. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  127. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
  128. package/dist/esm/sqm-rewards-table_9.entry.js +11 -11
  129. package/dist/esm/sqm-stencilbook.entry.js +62 -55
  130. package/dist/esm/sqm-tab.entry.js +3 -3
  131. package/dist/esm/sqm-tabs.entry.js +5 -5
  132. package/dist/esm/sqm-text-span.entry.js +1 -1
  133. package/dist/esm/{stencil-hooks.module-14b87f98.js → stencil-hooks.module-9ad75b88.js} +1 -1
  134. package/dist/esm/{useChildElements-1338b131.js → useChildElements-f6672214.js} +3 -3
  135. package/dist/esm/{useInstantAccessRegistration-53c43a63.js → useInstantAccessRegistration-c9d75808.js} +4 -4
  136. package/dist/esm/{useReferralTable-ada01642.js → useReferralTable-16e5c27f.js} +10 -10
  137. package/dist/esm/{useRegistrationFormState-49dfc8e0.js → useRegistrationFormState-424e2af2.js} +3 -3
  138. package/dist/esm/utilities-a6f1de33.js +21 -0
  139. package/dist/esm-es5/ShadowViewAddon-be3c7698.js +1 -0
  140. package/dist/esm-es5/{global-179b13db.js → global-0268f7bb.js} +2 -2
  141. package/dist/esm-es5/index.module-cbe33f2d.js +1 -0
  142. package/dist/esm-es5/loader.js +1 -1
  143. package/dist/esm-es5/{luxon-f01e85fe.js → luxon-5ca0a018.js} +1 -1
  144. package/dist/esm-es5/mint-components.js +1 -1
  145. package/dist/esm-es5/{re-render-1048d024.js → re-render-4e10b5ac.js} +1 -1
  146. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  147. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
  148. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  149. package/dist/esm-es5/sqm-empty_5.entry.js +1 -1
  150. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  151. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  152. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  153. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  154. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  155. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  156. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-d2e0fdb1.js → sqm-navigation-sidebar-item-view-67fc08d3.js} +1 -1
  157. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  158. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  159. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  160. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  161. package/dist/esm-es5/{sqm-portal-email-verification-view-79ef6c2f.js → sqm-portal-email-verification-view-12fc1bd4.js} +1 -1
  162. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  163. package/dist/esm-es5/{sqm-portal-forgot-password-view-41afcace.js → sqm-portal-forgot-password-view-a764ad67.js} +1 -1
  164. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  165. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  166. package/dist/esm-es5/sqm-portal-profile-view-87730d84.js +1 -0
  167. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  168. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  169. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  170. package/dist/esm-es5/sqm-portal-reset-password-view-d3e726a9.js +1 -0
  171. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  172. package/dist/esm-es5/sqm-portal-verify-email-view-283bf637.js +1 -0
  173. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  174. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  175. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  176. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  177. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  178. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  179. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  180. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  181. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  182. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  183. package/dist/esm-es5/{stencil-hooks.module-14b87f98.js → stencil-hooks.module-9ad75b88.js} +1 -1
  184. package/dist/esm-es5/{useChildElements-1338b131.js → useChildElements-f6672214.js} +1 -1
  185. package/dist/esm-es5/{useInstantAccessRegistration-53c43a63.js → useInstantAccessRegistration-c9d75808.js} +1 -1
  186. package/dist/esm-es5/{useReferralTable-ada01642.js → useReferralTable-16e5c27f.js} +1 -1
  187. package/dist/esm-es5/useRegistrationFormState-424e2af2.js +1 -0
  188. package/dist/esm-es5/utilities-a6f1de33.js +1 -0
  189. package/dist/mint-components/mint-components.esm.js +1 -1
  190. package/dist/mint-components/mint-components.js +1 -1
  191. package/dist/mint-components/{p-583b1a0e.entry.js → p-048cb5a0.entry.js} +1 -1
  192. package/dist/mint-components/p-059b2db4.system.js +1 -0
  193. package/dist/mint-components/p-05d9a1c3.system.entry.js +1 -0
  194. package/dist/mint-components/p-0be7a34f.entry.js +187 -0
  195. package/dist/mint-components/p-0c3c573c.entry.js +1 -0
  196. package/dist/mint-components/{p-2b6c19e0.system.js → p-0e0bcf17.system.js} +1 -1
  197. package/dist/mint-components/p-0f48f5c4.entry.js +1 -0
  198. package/dist/mint-components/{p-330314f9.entry.js → p-11c2ddd5.entry.js} +1 -1
  199. package/dist/mint-components/p-126ef540.entry.js +1 -0
  200. package/dist/mint-components/p-158302b4.system.entry.js +1 -0
  201. package/dist/mint-components/p-16c4c0e6.system.entry.js +1 -0
  202. package/dist/mint-components/p-19078b96.system.entry.js +1 -0
  203. package/dist/mint-components/p-1be14c58.system.entry.js +1 -0
  204. package/dist/mint-components/{p-ee457000.system.js → p-21a152c9.system.js} +1 -1
  205. package/dist/mint-components/{p-fe721800.system.entry.js → p-25014681.system.entry.js} +1 -1
  206. package/dist/mint-components/p-2639d623.entry.js +33 -0
  207. package/dist/mint-components/p-29f83317.system.entry.js +1 -0
  208. package/dist/mint-components/p-2b03b921.entry.js +1 -0
  209. package/dist/mint-components/{p-c24079c2.js → p-2b3e1737.js} +1 -1
  210. package/dist/mint-components/{p-9ecfc085.system.js → p-2bd322a2.system.js} +1 -1
  211. package/dist/mint-components/p-2be08bc1.system.entry.js +1 -0
  212. package/dist/mint-components/{p-8ff83f3b.system.entry.js → p-2eacd22e.system.entry.js} +1 -1
  213. package/dist/mint-components/{p-8d767d9d.js → p-3056e5df.js} +1 -1
  214. package/dist/mint-components/p-349b9603.system.js +1 -0
  215. package/dist/mint-components/{p-6dac42fc.system.js → p-34b61e2c.system.js} +1 -1
  216. package/dist/mint-components/{p-d3f6b6b4.entry.js → p-3884e029.entry.js} +1 -1
  217. package/dist/mint-components/p-3a306a99.system.entry.js +1 -0
  218. package/dist/mint-components/{p-d576140e.js → p-4086ea93.js} +1 -1
  219. package/dist/mint-components/p-40dde690.js +1 -0
  220. package/dist/mint-components/p-4251a664.entry.js +13 -0
  221. package/dist/mint-components/{p-901f5b80.js → p-42c43cc2.js} +1 -1
  222. package/dist/mint-components/p-43b92142.system.entry.js +1 -0
  223. package/dist/mint-components/p-46ef82ed.js +1 -0
  224. package/dist/mint-components/p-4d9744bf.js +1 -0
  225. package/dist/mint-components/{p-3cc28285.system.js → p-4eb96878.system.js} +1 -1
  226. package/dist/mint-components/p-5097066c.entry.js +1 -0
  227. package/dist/mint-components/p-5cba80eb.entry.js +1 -0
  228. package/dist/mint-components/{p-55eb6616.system.js → p-5f084d62.system.js} +1 -1
  229. package/dist/mint-components/p-6dc5988e.entry.js +1 -0
  230. package/dist/mint-components/p-702db9d3.entry.js +1 -0
  231. package/dist/mint-components/{p-b668aa0b.system.entry.js → p-71f1256c.system.entry.js} +1 -1
  232. package/dist/mint-components/p-7487f23c.system.js +1 -0
  233. package/dist/mint-components/{p-5ae4911c.entry.js → p-78348fd6.entry.js} +2 -2
  234. package/dist/mint-components/p-7cdc3d59.system.entry.js +1 -0
  235. package/dist/mint-components/{p-ef3bcec4.system.entry.js → p-7dcd091c.system.entry.js} +1 -1
  236. package/dist/mint-components/p-7f950006.entry.js +13 -0
  237. package/dist/mint-components/{p-747912c5.system.entry.js → p-7f9953fc.system.entry.js} +1 -1
  238. package/dist/mint-components/p-8756e3ae.system.entry.js +1 -0
  239. package/dist/mint-components/p-8930ca8e.system.entry.js +1 -0
  240. package/dist/mint-components/p-8be37b05.system.entry.js +1 -0
  241. package/dist/mint-components/p-8f4bf5e3.system.js +1 -0
  242. package/dist/mint-components/{p-7e1af11d.entry.js → p-9522cf59.entry.js} +1 -1
  243. package/dist/mint-components/{p-9fc8505c.entry.js → p-995117b1.entry.js} +1 -1
  244. package/dist/mint-components/{p-5ddfa30d.entry.js → p-9a67f0b2.entry.js} +1 -1
  245. package/dist/mint-components/{p-68e5a4a6.system.entry.js → p-9bb762f8.system.entry.js} +1 -1
  246. package/dist/mint-components/p-9f0aca0e.system.js +1 -0
  247. package/dist/mint-components/p-9f472ce9.entry.js +9 -0
  248. package/dist/mint-components/p-aac1d82a.system.js +1 -0
  249. package/dist/mint-components/p-adb1f996.js +1 -0
  250. package/dist/mint-components/p-b2d41729.js +1 -0
  251. package/dist/mint-components/{p-540a24e6.system.entry.js → p-b4779d76.system.entry.js} +1 -1
  252. package/dist/mint-components/{p-71a4e272.entry.js → p-b6713eac.entry.js} +1 -1
  253. package/dist/mint-components/{p-f6456854.js → p-bc64b988.js} +1 -1
  254. package/dist/mint-components/p-bcc9f143.js +379 -0
  255. package/dist/mint-components/p-bcd04c27.js +1 -0
  256. package/dist/mint-components/{p-97e758fd.system.entry.js → p-c51de4f4.system.entry.js} +1 -1
  257. package/dist/mint-components/p-c58a09e4.js +1 -0
  258. package/dist/mint-components/{p-21a1d705.js → p-c9818f06.js} +1 -1
  259. package/dist/mint-components/p-ca6e1a47.system.js +1 -0
  260. package/dist/mint-components/{p-ee469a91.entry.js → p-cfcb517b.entry.js} +1 -1
  261. package/dist/mint-components/p-d0f2d5e3.system.entry.js +1 -0
  262. package/dist/mint-components/p-d2bd3b4b.system.entry.js +1 -0
  263. package/dist/mint-components/{p-9e9dcd9c.entry.js → p-d3c26e65.entry.js} +1 -1
  264. package/dist/mint-components/p-d4b174e1.system.js +1 -0
  265. package/dist/mint-components/p-d4f8aa26.entry.js +1 -0
  266. package/dist/mint-components/{p-a8f6d72c.system.entry.js → p-d86c3c45.system.entry.js} +1 -1
  267. package/dist/mint-components/p-d88ed63d.entry.js +1 -0
  268. package/dist/mint-components/{p-c8d74710.entry.js → p-da31e785.entry.js} +1 -1
  269. package/dist/mint-components/{p-16394ed3.system.entry.js → p-da8bdb5e.system.entry.js} +1 -1
  270. package/dist/mint-components/p-dc59a463.entry.js +1 -0
  271. package/dist/mint-components/{p-0bf5a9b8.system.entry.js → p-dce5e97a.system.entry.js} +1 -1
  272. package/dist/mint-components/{p-2d592364.system.entry.js → p-debd47d0.system.entry.js} +1 -1
  273. package/dist/mint-components/{p-f2260971.system.js → p-df15da1e.system.js} +1 -1
  274. package/dist/mint-components/{p-76cfebb1.system.js → p-df1af170.system.js} +1 -1
  275. package/dist/mint-components/p-e231860a.entry.js +1 -0
  276. package/dist/mint-components/p-e4b12586.system.entry.js +1 -0
  277. package/dist/mint-components/p-ea6a7135.js +1 -0
  278. package/dist/mint-components/p-ebccb162.js +1 -0
  279. package/dist/mint-components/{p-7fc020f4.entry.js → p-eccd2792.entry.js} +1 -1
  280. package/dist/mint-components/p-eea49084.entry.js +1 -0
  281. package/dist/mint-components/p-f11c9bb1.system.js +1 -0
  282. package/dist/mint-components/{p-6034522a.js → p-f6743fbe.js} +1 -1
  283. package/dist/mint-components/{p-a38baa99.system.entry.js → p-fa376627.system.entry.js} +1 -1
  284. package/dist/mint-components/{p-a223a8dc.entry.js → p-fabf03c8.entry.js} +1 -1
  285. package/dist/mint-components/{p-a87d66ac.system.entry.js → p-fc468ef7.system.entry.js} +1 -1
  286. package/dist/mint-components/p-fca0dc98.system.js +1 -0
  287. package/dist/mint-components/{p-e341e670.system.entry.js → p-fe276517.system.entry.js} +1 -1
  288. package/dist/types/components/sqm-edit-profile/sqm-edit-profile-view.d.ts +1 -0
  289. package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +12 -0
  290. package/dist/types/components/sqm-edit-profile/useEditProfile.d.ts +2 -11
  291. package/dist/types/components/sqm-password-field/passwordValidation.d.ts +1 -1
  292. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +24 -0
  293. package/dist/types/components/sqm-popup-container/PopupContainer.stories.d.ts +5 -0
  294. package/dist/types/components/sqm-popup-container/sqm-popup-container-view.d.ts +1 -1
  295. package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +6 -0
  296. package/dist/types/components/sqm-popup-container/usePopupContainer.d.ts +2 -0
  297. package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts +6 -0
  298. package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +32 -0
  299. package/dist/types/components/sqm-portal-change-password/usePortalChangePassword.d.ts +6 -0
  300. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification-view.d.ts +1 -0
  301. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +10 -0
  302. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +1 -0
  303. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +10 -1
  304. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +5 -0
  305. package/dist/types/components/sqm-portal-login/usePortalLogin.d.ts +4 -3
  306. package/dist/types/components/sqm-portal-profile/sqm-portal-profile-view.d.ts +2 -0
  307. package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +17 -0
  308. package/dist/types/components/sqm-portal-profile/usePortalProfile.d.ts +2 -1
  309. package/dist/types/components/sqm-portal-register/sqm-portal-register-view.d.ts +6 -0
  310. package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +24 -0
  311. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form-view.d.ts +6 -0
  312. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +24 -0
  313. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password-view.d.ts +9 -0
  314. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +42 -0
  315. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email-view.d.ts +6 -0
  316. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +24 -0
  317. package/dist/types/components/sqm-portal-verify-email/usePortalVerifyEmail.d.ts +11 -2
  318. package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +10 -0
  319. package/dist/types/components/sqm-share-button/useShareButton.d.ts +2 -0
  320. package/dist/types/components.d.ts +464 -2
  321. package/dist/types/utilities.d.ts +3 -0
  322. package/docs/docs.docx +0 -0
  323. package/docs/raisins.json +1 -1
  324. package/grapesjs/grapesjs.js +1 -1
  325. package/package.json +3 -3
  326. package/dist/esm-es5/ShadowViewAddon-53810b62.js +0 -1
  327. package/dist/esm-es5/index.module-9469b28f.js +0 -1
  328. package/dist/esm-es5/sqm-portal-profile-view-6068a0f8.js +0 -1
  329. package/dist/esm-es5/sqm-portal-reset-password-view-0df781f6.js +0 -1
  330. package/dist/esm-es5/sqm-portal-verify-email-view-1db4fae6.js +0 -1
  331. package/dist/esm-es5/useRegistrationFormState-49dfc8e0.js +0 -1
  332. package/dist/mint-components/p-0714bae2.entry.js +0 -33
  333. package/dist/mint-components/p-1437b793.system.js +0 -1
  334. package/dist/mint-components/p-1912f988.entry.js +0 -1
  335. package/dist/mint-components/p-19e46b11.entry.js +0 -1
  336. package/dist/mint-components/p-1c9d83b4.entry.js +0 -1
  337. package/dist/mint-components/p-228163a1.system.js +0 -1
  338. package/dist/mint-components/p-29e67994.entry.js +0 -9
  339. package/dist/mint-components/p-2aca0eae.js +0 -1
  340. package/dist/mint-components/p-2d39cf50.system.entry.js +0 -1
  341. package/dist/mint-components/p-3409e9a0.system.entry.js +0 -1
  342. package/dist/mint-components/p-39341b0c.entry.js +0 -187
  343. package/dist/mint-components/p-3b7c1be8.entry.js +0 -1
  344. package/dist/mint-components/p-42f1a044.system.entry.js +0 -1
  345. package/dist/mint-components/p-46be1518.system.js +0 -1
  346. package/dist/mint-components/p-509af914.system.entry.js +0 -1
  347. package/dist/mint-components/p-519bb212.js +0 -1
  348. package/dist/mint-components/p-56525896.system.js +0 -1
  349. package/dist/mint-components/p-571f6923.entry.js +0 -1
  350. package/dist/mint-components/p-58196113.system.entry.js +0 -1
  351. package/dist/mint-components/p-5b9195d7.system.entry.js +0 -1
  352. package/dist/mint-components/p-657659e8.entry.js +0 -13
  353. package/dist/mint-components/p-68db543e.system.entry.js +0 -1
  354. package/dist/mint-components/p-718cf151.js +0 -1
  355. package/dist/mint-components/p-75ddf3ca.js +0 -1
  356. package/dist/mint-components/p-76d4eb55.system.js +0 -1
  357. package/dist/mint-components/p-78066f92.entry.js +0 -13
  358. package/dist/mint-components/p-7862ab7d.entry.js +0 -1
  359. package/dist/mint-components/p-7ced669d.entry.js +0 -1
  360. package/dist/mint-components/p-82180848.js +0 -379
  361. package/dist/mint-components/p-8827fabe.system.entry.js +0 -1
  362. package/dist/mint-components/p-8d593b5e.system.entry.js +0 -1
  363. package/dist/mint-components/p-9551f888.system.entry.js +0 -1
  364. package/dist/mint-components/p-961998b6.system.entry.js +0 -1
  365. package/dist/mint-components/p-97b03f80.entry.js +0 -1
  366. package/dist/mint-components/p-9aa1bd46.system.js +0 -1
  367. package/dist/mint-components/p-a217deee.js +0 -1
  368. package/dist/mint-components/p-ae191f8c.js +0 -1
  369. package/dist/mint-components/p-af24b899.entry.js +0 -1
  370. package/dist/mint-components/p-ba42b92c.system.entry.js +0 -1
  371. package/dist/mint-components/p-bf0719b7.system.js +0 -1
  372. package/dist/mint-components/p-c3be93c7.system.entry.js +0 -1
  373. package/dist/mint-components/p-c5b61ade.system.js +0 -1
  374. package/dist/mint-components/p-cc391fac.js +0 -1
  375. package/dist/mint-components/p-d3de337c.system.entry.js +0 -1
  376. package/dist/mint-components/p-d9787e31.system.entry.js +0 -1
  377. package/dist/mint-components/p-e8f720b9.entry.js +0 -1
  378. package/dist/mint-components/p-efd129de.js +0 -1
  379. package/dist/mint-components/p-f7b7d395.system.js +0 -1
  380. package/dist/mint-components/p-f82bb604.entry.js +0 -1
  381. package/dist/mint-components/p-f9bfbfa2.entry.js +0 -1
  382. package/dist/mint-components/p-fe13762b.entry.js +0 -1
  383. package/dist/mint-components/p-ff3b0ece.system.entry.js +0 -1
  384. package/dist/types/global/android.d.ts +0 -7
  385. package/dist/types/global/demo.d.ts +0 -1
  386. package/dist/types/stories/features.d.ts +0 -4
  387. package/dist/types/stories/templates.d.ts +0 -4
@@ -1,13 +1,13 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-17b4da69.js';
2
- import { a as commonjsGlobal, u as useMemo, j as useState, f as useEffect, c as createCommonjsModule, m as h$1 } from './stencil-hooks.module-14b87f98.js';
3
- import './global-179b13db.js';
4
- import { p as pn, f as gn, c as setUserIdentity, d as dist, G as Ge, n as setProgramId } from './index.module-9469b28f.js';
2
+ import { a as commonjsGlobal, u as useMemo, j as useState, f as useEffect, c as createCommonjsModule, m as h$1 } from './stencil-hooks.module-9ad75b88.js';
3
+ import './global-0268f7bb.js';
4
+ import { y as yn, p as pn, e as setUserIdentity, d as dist, B as Be, o as setProgramId } from './index.module-cbe33f2d.js';
5
5
  import './cjs-bdfb4486.js';
6
6
  import './mixins-f60a614c.js';
7
7
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
8
8
  import { G as GenericTableView } from './GenericTableView-266126f9.js';
9
- import './useChildElements-1338b131.js';
10
- import { l as luxon } from './luxon-f01e85fe.js';
9
+ import './useChildElements-f6672214.js';
10
+ import { l as luxon } from './luxon-5ca0a018.js';
11
11
  import './utils-334c1e34.js';
12
12
  import './sqm-text-span-view-8d140661.js';
13
13
  import { A as AssetCardView } from './sqm-asset-card-view-9d93fbdd.js';
@@ -16,13 +16,14 @@ import { E as EmailRegistrationView } from './email-registration-view-4a4202e7.j
16
16
  import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-10657658.js';
17
17
  import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-2c6122cd.js';
18
18
  import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-414bcb19.js';
19
- import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-d2e0fdb1.js';
20
- import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-79ef6c2f.js';
21
- import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-41afcace.js';
22
- import { P as PortalProfileView } from './sqm-portal-profile-view-6068a0f8.js';
23
- import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-0df781f6.js';
24
- import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-1db4fae6.js';
25
- import { S as ShareButtonView, L as LeaderboardView, C as CopyTextView, 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, j as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, k as RewardExchangeView, r as rewardExchangeCustomErrorMsg, l as rewardExchangeLongText, m as rewardExchangeSelected, n as chooseAmountFixed, o as chooseAmountFixedNoDescription, p as chooseAmountVariable, q as chooseAmountVariableNoDescription, s as chooseAmountVariableDisabled, t as chooseAmountVariableUnavailable, v as confirmFixed, w as confirmVariable, x as redemptionError, y as queryError, z as success, A as successVariable, F as loading, G as empty$1, J as rewardExchange, K as CardFeedView, M as CouponCodeView, O as autoColorScaleCss, Q as ShadowViewAddon } from './ShadowViewAddon-53810b62.js';
19
+ import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-67fc08d3.js';
20
+ import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-12fc1bd4.js';
21
+ import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-a764ad67.js';
22
+ import { P as PortalProfileView } from './sqm-portal-profile-view-87730d84.js';
23
+ import './utilities-a6f1de33.js';
24
+ import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-d3e726a9.js';
25
+ import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-283bf637.js';
26
+ import { S as ShareButtonView, L as LeaderboardView, C as CopyTextView, 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, j as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, k as RewardExchangeView, r as rewardExchangeCustomErrorMsg, l as rewardExchangeLongText, m as rewardExchangeSelected, n as chooseAmountFixed, o as chooseAmountFixedNoDescription, p as chooseAmountVariable, q as chooseAmountVariableNoDescription, s as chooseAmountVariableDisabled, t as chooseAmountVariableUnavailable, v as confirmFixed, w as confirmVariable, x as redemptionError, y as queryError, z as success, A as successVariable, F as loading, G as empty$1, J as rewardExchange, K as CardFeedView, M as CouponCodeView, O as autoColorScaleCss, Q as ShadowViewAddon } from './ShadowViewAddon-be3c7698.js';
26
27
  import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-ab89c6cc.js';
27
28
 
28
29
  /**
@@ -2389,36 +2390,36 @@ const routes = `
2389
2390
  `;
2390
2391
  const TemplateNavigation = createHookStory(() => {
2391
2392
  return (h("div", null,
2392
- h("button", { onClick: () => pn.push("/") }, "/"),
2393
- h("button", { onClick: () => pn.push("/foo") }, "/foo"),
2394
- h("button", { onClick: () => pn.push("/bar") }, "/bar"),
2395
- h("button", { onClick: () => pn.push("/baz/bang") }, "/baz/bang"),
2396
- h("button", { onClick: () => pn.push("/refer") }, "/refer"),
2397
- h("button", { onClick: () => pn.push("/refer/1") }, "/refer/1"),
2398
- h("button", { onClick: () => pn.push("/refer/2") }, "/refer/2"),
2399
- h("button", { onClick: () => pn.back() }, "Back"),
2400
- h("button", { onClick: () => pn.forward() }, "Forward"),
2393
+ h("button", { onClick: () => yn.push("/") }, "/"),
2394
+ h("button", { onClick: () => yn.push("/foo") }, "/foo"),
2395
+ h("button", { onClick: () => yn.push("/bar") }, "/bar"),
2396
+ h("button", { onClick: () => yn.push("/baz/bang") }, "/baz/bang"),
2397
+ h("button", { onClick: () => yn.push("/refer") }, "/refer"),
2398
+ h("button", { onClick: () => yn.push("/refer/1") }, "/refer/1"),
2399
+ h("button", { onClick: () => yn.push("/refer/2") }, "/refer/2"),
2400
+ h("button", { onClick: () => yn.back() }, "Back"),
2401
+ h("button", { onClick: () => yn.forward() }, "Forward"),
2401
2402
  h("hr", null),
2402
2403
  h("sqm-router", { innerHTML: templates })));
2403
2404
  });
2404
2405
  const RouteNavigation = createHookStory(() => {
2405
2406
  return (h("div", null,
2406
- h("button", { onClick: () => pn.push("/") }, "/"),
2407
- h("button", { onClick: () => pn.push("/foo") }, "/foo"),
2408
- h("button", { onClick: () => pn.push("/bar") }, "/bar"),
2409
- h("button", { onClick: () => pn.push("/baz/bang") }, "/baz/bang"),
2410
- h("button", { onClick: () => pn.push("/refer") }, "/refer"),
2411
- h("button", { onClick: () => pn.push("/refer/1") }, "/refer/1"),
2412
- h("button", { onClick: () => pn.push("/refer/2") }, "/refer/2"),
2413
- h("button", { onClick: () => pn.back() }, "Back"),
2414
- h("button", { onClick: () => pn.forward() }, "Forward"),
2407
+ h("button", { onClick: () => yn.push("/") }, "/"),
2408
+ h("button", { onClick: () => yn.push("/foo") }, "/foo"),
2409
+ h("button", { onClick: () => yn.push("/bar") }, "/bar"),
2410
+ h("button", { onClick: () => yn.push("/baz/bang") }, "/baz/bang"),
2411
+ h("button", { onClick: () => yn.push("/refer") }, "/refer"),
2412
+ h("button", { onClick: () => yn.push("/refer/1") }, "/refer/1"),
2413
+ h("button", { onClick: () => yn.push("/refer/2") }, "/refer/2"),
2414
+ h("button", { onClick: () => yn.back() }, "Back"),
2415
+ h("button", { onClick: () => yn.forward() }, "Forward"),
2415
2416
  h("hr", null),
2416
2417
  h("sqm-router", { innerHTML: routes })));
2417
2418
  });
2418
2419
  const Styling = createHookStory(() => {
2419
2420
  return (h("div", null,
2420
- h("button", { onClick: () => pn.push("/") }, "/"),
2421
- h("button", { onClick: () => pn.push("/foo") }, "/foo"),
2421
+ h("button", { onClick: () => yn.push("/") }, "/"),
2422
+ h("button", { onClick: () => yn.push("/foo") }, "/foo"),
2422
2423
  h("hr", null),
2423
2424
  h("div", { style: { display: "flex", justifyContent: "space-around" } },
2424
2425
  h("sqm-router", { innerHTML: `<template path="/">
@@ -2432,7 +2433,7 @@ function useTemplate(templateString) {
2432
2433
  const [previewTemplate, setPreviewTemplate] = useState(templateString);
2433
2434
  function setPath(e) {
2434
2435
  //@ts-ignore
2435
- pn.push(e.target.value);
2436
+ yn.push(e.target.value);
2436
2437
  }
2437
2438
  return {
2438
2439
  states: { previewTemplate, editedTemplate },
@@ -2596,8 +2597,8 @@ const FullStackFrame = () => {
2596
2597
  "Current path:",
2597
2598
  " ",
2598
2599
  h("code", null,
2599
- h("strong", null, (_a = gn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2600
- h("button", { onClick: pn.back }, "Go Back")));
2600
+ h("strong", null, (_a = pn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2601
+ h("button", { onClick: yn.back }, "Go Back")));
2601
2602
  };
2602
2603
  const FullStackFrameLoggedOut = () => {
2603
2604
  var _a;
@@ -2621,8 +2622,8 @@ const FullStackFrameLoggedOut = () => {
2621
2622
  "Current path:",
2622
2623
  " ",
2623
2624
  h("code", null,
2624
- h("strong", null, (_a = gn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2625
- h("button", { onClick: pn.back }, "Go Back")));
2625
+ h("strong", null, (_a = pn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2626
+ h("button", { onClick: yn.back }, "Go Back")));
2626
2627
  };
2627
2628
 
2628
2629
  const PortalFrame = /*#__PURE__*/Object.freeze({
@@ -3347,7 +3348,7 @@ function useExchangeButton() {
3347
3348
  const { id, accountId } = setupGraphQL$6();
3348
3349
  const [points, setPoints] = useState(10);
3349
3350
  const [rate, setRate] = useState(100);
3350
- const [exchange, { data, errors }] = Ge(EXCHANGE);
3351
+ const [exchange, { data, errors }] = Be(EXCHANGE);
3351
3352
  return {
3352
3353
  states: {
3353
3354
  points,
@@ -3948,16 +3949,16 @@ function DefaultTemplateView(props) {
3948
3949
  gridTemplateColumns: "repeat(9, 80px)",
3949
3950
  gridGap: "10px",
3950
3951
  } },
3951
- h("button", { onClick: () => pn.push("/") }, "Dashboard"),
3952
- props.leadSubmit && (h("button", { onClick: () => pn.push("/refer") }, "Submit a Referral")),
3953
- h("button", { onClick: () => pn.push("/activity") }, "Activity"),
3954
- h("button", { onClick: () => pn.push("/editProfile") }, "Edit Profile"),
3955
- h("button", { onClick: () => pn.push("/login") }, "Login"),
3956
- h("button", { onClick: () => pn.push("/register") }, "Register"),
3957
- h("button", { onClick: () => pn.push("/emailVerification") }, "Email Verification"),
3958
- h("button", { onClick: () => pn.push("/verifyEmail") }, "Verify Email"),
3959
- h("button", { onClick: () => pn.push("/forgotPassword") }, "Forgot Password"),
3960
- h("button", { onClick: () => pn.push("/resetPassword") }, "Reset Password")),
3952
+ h("button", { onClick: () => yn.push("/") }, "Dashboard"),
3953
+ props.leadSubmit && (h("button", { onClick: () => yn.push("/refer") }, "Submit a Referral")),
3954
+ h("button", { onClick: () => yn.push("/activity") }, "Activity"),
3955
+ h("button", { onClick: () => yn.push("/editProfile") }, "Edit Profile"),
3956
+ h("button", { onClick: () => yn.push("/login") }, "Login"),
3957
+ h("button", { onClick: () => yn.push("/register") }, "Register"),
3958
+ h("button", { onClick: () => yn.push("/emailVerification") }, "Email Verification"),
3959
+ h("button", { onClick: () => yn.push("/verifyEmail") }, "Verify Email"),
3960
+ h("button", { onClick: () => yn.push("/forgotPassword") }, "Forgot Password"),
3961
+ h("button", { onClick: () => yn.push("/resetPassword") }, "Reset Password")),
3961
3962
  h("br", null),
3962
3963
  h("div", { innerHTML: states.previewTemplate })));
3963
3964
  }
@@ -7617,6 +7618,11 @@ const errorProps$5 = {
7617
7618
  gotoNextPage: () => console.log("next page"),
7618
7619
  failed: () => console.log("failed"),
7619
7620
  },
7621
+ content: {
7622
+ verifyEmailText: "Verify your email",
7623
+ verifySuccessText: "Your email has been verified and you are being redirected. If you are not redirected, please click Continue.",
7624
+ verifyInvalidText: "The email verification code is invalid or has expired, please try again.",
7625
+ },
7620
7626
  };
7621
7627
  const verifiedProps = {
7622
7628
  states: {
@@ -7631,6 +7637,7 @@ const verifiedProps = {
7631
7637
  gotoNextPage: () => console.log("next page"),
7632
7638
  failed: () => console.log("failed"),
7633
7639
  },
7640
+ content: {},
7634
7641
  };
7635
7642
  const EmailVerificationWithError$1 = () => (h(PortalVerifyEmailView, Object.assign({}, errorProps$5)));
7636
7643
  const EmailVerificationSuccess$1 = () => (h(PortalVerifyEmailView, Object.assign({}, verifiedProps)));
@@ -9783,21 +9790,21 @@ const emailVerifiedTemplate = "<sqm-portal-verify-email></sqm-portal-verify-emai
9783
9790
 
9784
9791
  const emailVerificationTemplate = "<sqm-portal-protected-route redirect-to=\"/login\"></sqm-portal-protected-route>\n<sqm-portal-email-verification></sqm-portal-email-verification>\n";
9785
9792
 
9786
- 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";
9793
+ 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";
9787
9794
 
9788
9795
  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";
9789
9796
 
9790
- 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";
9797
+ 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";
9791
9798
 
9792
- 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; }; }` | `undefined` |\n| `disablePasswordValidation` | `disable-password-validation` | | `boolean` | `false` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\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| `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\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";
9799
+ 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";
9793
9800
 
9794
- 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";
9801
+ 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";
9795
9802
 
9796
- 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; }; }; }` | `undefined` |\n| `failedPage` | `failed-page` | Redirect participants to this page if password reset fails due to an outdated reset attempt. | `string` | `\"/\"` |\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\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";
9803
+ 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";
9797
9804
 
9798
- 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; }; }` | `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| `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";
9805
+ 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";
9799
9806
 
9800
- 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; }; }` | `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\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";
9807
+ 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";
9801
9808
 
9802
9809
  const PortalTemplates_stories = {
9803
9810
  title: "Templates / Portal",
@@ -1,7 +1,7 @@
1
1
  import { h, c as Host, r as registerInstance } from './index-17b4da69.js';
2
- import { m as h$1 } from './stencil-hooks.module-14b87f98.js';
3
- import './index.module-9469b28f.js';
4
- import { a as useRequestRerender } from './re-render-1048d024.js';
2
+ import { m as h$1 } from './stencil-hooks.module-9ad75b88.js';
3
+ import './index.module-cbe33f2d.js';
4
+ import { a as useRequestRerender } from './re-render-4e10b5ac.js';
5
5
 
6
6
  const TabView = ({}, children) => {
7
7
  return h(Host, null, children);
@@ -1,8 +1,8 @@
1
1
  import { h, c as Host, r as registerInstance } from './index-17b4da69.js';
2
- import { l, u as useMemo, f as useEffect, m as h$1 } from './stencil-hooks.module-14b87f98.js';
3
- import { x } from './index.module-9469b28f.js';
4
- import { u as useRerenderListener } from './re-render-1048d024.js';
5
- import { u as useChildElements } from './useChildElements-1338b131.js';
2
+ import { l, u as useMemo, f as useEffect, m as h$1 } from './stencil-hooks.module-9ad75b88.js';
3
+ import { O } from './index.module-cbe33f2d.js';
4
+ import { u as useRerenderListener } from './re-render-4e10b5ac.js';
5
+ import { u as useChildElements } from './useChildElements-f6672214.js';
6
6
  import { g as getProps } from './utils-334c1e34.js';
7
7
 
8
8
  const TabsView = ({ content, placement, }) => {
@@ -38,7 +38,7 @@ const TabsView = ({ content, placement, }) => {
38
38
  const REVEAL_EVENT = "sq:reveal";
39
39
  function useTabs() {
40
40
  const rawTabs = useChildElements();
41
- const host = x();
41
+ const host = O();
42
42
  const tick = useRerenderListener();
43
43
  const tabs = useMemo(() => rawTabs
44
44
  .filter((tab) => tab.tagName === "SQM-TAB" || tab.tagName === "RAISINS-PLOP-TARGET")
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { m as h } from './stencil-hooks.module-14b87f98.js';
2
+ import { m as h } from './stencil-hooks.module-9ad75b88.js';
3
3
  import './JSS-67b5cff8.js';
4
4
  import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
5
5