@saasquatch/mint-components 1.6.0-1 → 1.6.1-2

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 (377) hide show
  1. package/dist/cjs/{ShadowViewAddon-0137b261.js → ShadowViewAddon-1bbdf477.js} +16 -16
  2. package/dist/cjs/{global-dadddab7.js → global-22fb2ec7.js} +2 -2
  3. package/dist/cjs/{index.module-1c799b1f.js → index.module-fb61a163.js} +21 -21
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/mint-components.cjs.js +2 -2
  6. package/dist/cjs/{re-render-1f64b7e4.js → re-render-7248fc06.js} +2 -2
  7. package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
  8. package/dist/cjs/sqm-big-stat_35.cjs.entry.js +220 -149
  9. package/dist/cjs/sqm-empty_5.cjs.entry.js +2 -2
  10. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
  11. package/dist/cjs/sqm-hero.cjs.entry.js +21 -7
  12. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +7 -6
  13. package/dist/cjs/{sqm-navigation-sidebar-item-view-7b5192f8.js → sqm-navigation-sidebar-item-view-52ab014f.js} +2 -2
  14. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
  15. package/dist/cjs/sqm-password-field.cjs.entry.js +7 -4
  16. package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
  17. package/dist/cjs/{sqm-portal-email-verification-view-7aafc301.js → sqm-portal-email-verification-view-fc30fd1a.js} +1 -1
  18. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +12 -13
  19. package/dist/cjs/{sqm-portal-footer-view-eca61afc.js → sqm-portal-footer-view-78528c31.js} +1 -1
  20. package/dist/cjs/sqm-portal-footer.cjs.entry.js +3 -3
  21. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +10 -11
  22. package/dist/cjs/sqm-portal-logout.cjs.entry.js +5 -5
  23. package/dist/cjs/{sqm-portal-profile-view-8aac8922.js → sqm-portal-profile-view-64e85659.js} +1 -1
  24. package/dist/cjs/sqm-portal-profile.cjs.entry.js +25 -15
  25. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +7 -7
  26. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +21 -20
  27. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +10 -11
  28. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +29 -14
  29. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
  30. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +21 -14
  31. package/dist/cjs/sqm-stencilbook.cjs.entry.js +92 -163
  32. package/dist/cjs/sqm-tabs.cjs.entry.js +2 -2
  33. package/dist/cjs/{useChildElements-5500a263.js → useChildElements-24538fc5.js} +1 -1
  34. package/dist/cjs/{useReferralTable-9c4f5958.js → useReferralTable-1e71d2dc.js} +8 -8
  35. package/dist/collection/components/sqm-asset-card/sqm-asset-card.js +2 -2
  36. package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +22 -9
  37. package/dist/collection/components/sqm-brand/sqm-brand.js +14 -3
  38. package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +3 -0
  39. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +11 -10
  40. package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +4 -4
  41. package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +5 -5
  42. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +9 -9
  43. package/dist/collection/components/sqm-empty/sqm-empty.js +4 -0
  44. package/dist/collection/components/sqm-form-message/sqm-form-message.js +3 -3
  45. package/dist/collection/components/sqm-hero/sqm-hero.js +41 -15
  46. package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +20 -3
  47. package/dist/collection/components/sqm-hook-story-container/sqm-hook-story-container.js +3 -0
  48. package/dist/collection/components/sqm-image/sqm-image.js +11 -0
  49. package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +2 -74
  50. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +21 -11
  51. package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.js +19 -5
  52. package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -4
  53. package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +3 -3
  54. package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +1 -1
  55. package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +1 -1
  56. package/dist/collection/components/sqm-password-field/sqm-password-field.js +9 -6
  57. package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +11 -11
  58. package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +34 -22
  59. package/dist/collection/components/sqm-portal-change-password/usePortalChangePassword.js +2 -2
  60. package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +8 -4
  61. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +8 -8
  62. package/dist/collection/components/sqm-portal-email-verification/usePortalEmailVerification.js +2 -3
  63. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +8 -8
  64. package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +2 -3
  65. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +42 -26
  66. package/dist/collection/components/sqm-portal-login/usePortalLogin.js +2 -3
  67. package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +2 -2
  68. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +31 -21
  69. package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +2 -2
  70. package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +36 -28
  71. package/dist/collection/components/sqm-portal-register/usePortalRegister.js +2 -2
  72. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +23 -21
  73. package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +3 -4
  74. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +4 -4
  75. package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +2 -3
  76. package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +9 -0
  77. package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +18 -0
  78. package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +3 -0
  79. package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +11 -9
  80. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +1 -0
  81. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +3 -0
  82. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +11 -0
  83. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +3 -0
  84. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +13 -6
  85. package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +29 -14
  86. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +47 -13
  87. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +3 -0
  88. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +3 -0
  89. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +5 -2
  90. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +23 -8
  91. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +7 -0
  92. package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +6 -0
  93. package/dist/collection/components/sqm-route/sqm-route.js +1 -1
  94. package/dist/collection/components/sqm-scroll/sqm-scroll.js +5 -1
  95. package/dist/collection/components/sqm-share-button/sqm-share-button.js +40 -15
  96. package/dist/collection/components/sqm-share-code/sqm-share-code.js +13 -9
  97. package/dist/collection/components/sqm-share-link/sqm-share-link.js +13 -9
  98. package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +5 -2
  99. package/dist/collection/components/sqm-tab/sqm-tab.js +4 -0
  100. package/dist/collection/components/sqm-tabs/Tabs.stories.js +2 -1
  101. package/dist/collection/components/sqm-tabs/sqm-tabs.js +5 -0
  102. package/dist/collection/components/sqm-task-card/sqm-task-card.js +106 -11
  103. package/dist/collection/components/sqm-text/sqm-text.js +9 -0
  104. package/dist/collection/components/sqm-text-span/sqm-text-span.js +1 -1
  105. package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +3 -0
  106. package/dist/collection/components/sqm-timeline/sqm-timeline.js +5 -2
  107. package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +7 -4
  108. package/dist/collection/components/sqm-user-name/sqm-user-name.js +8 -5
  109. package/dist/esm/{ShadowViewAddon-4558079b.js → ShadowViewAddon-e2996624.js} +18 -18
  110. package/dist/esm/{global-78c0c467.js → global-5c84f57f.js} +3 -3
  111. package/dist/esm/{index.module-2b4f1755.js → index.module-f5e17a4e.js} +4 -4
  112. package/dist/esm/loader.js +4 -4
  113. package/dist/esm/{luxon-578505e2.js → luxon-f44215d9.js} +1 -1
  114. package/dist/esm/mint-components.js +4 -4
  115. package/dist/esm/{re-render-5c1dfc11.js → re-render-69774e13.js} +3 -3
  116. package/dist/esm/sqm-asset-card.entry.js +4 -4
  117. package/dist/esm/sqm-big-stat_35.entry.js +223 -152
  118. package/dist/esm/sqm-empty_5.entry.js +3 -3
  119. package/dist/esm/sqm-form-message.entry.js +1 -1
  120. package/dist/esm/sqm-graphql-client-provider.entry.js +7 -7
  121. package/dist/esm/{sqm-hero-view-b54265df.js → sqm-hero-view-71d1202f.js} +2 -2
  122. package/dist/esm/sqm-hero.entry.js +24 -10
  123. package/dist/esm/sqm-leaderboard-rank.entry.js +9 -8
  124. package/dist/esm/{sqm-navigation-sidebar-item-view-3485c8f6.js → sqm-navigation-sidebar-item-view-51714c31.js} +2 -2
  125. package/dist/esm/sqm-navigation-sidebar-item.entry.js +6 -6
  126. package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
  127. package/dist/esm/sqm-password-field.entry.js +9 -6
  128. package/dist/esm/sqm-popup-container.entry.js +6 -6
  129. package/dist/esm/{sqm-portal-email-verification-view-b3110468.js → sqm-portal-email-verification-view-ac38b167.js} +1 -1
  130. package/dist/esm/sqm-portal-email-verification.entry.js +14 -15
  131. package/dist/esm/{sqm-portal-footer-view-f342a626.js → sqm-portal-footer-view-a6d09022.js} +1 -1
  132. package/dist/esm/sqm-portal-footer.entry.js +5 -5
  133. package/dist/esm/sqm-portal-forgot-password.entry.js +12 -13
  134. package/dist/esm/sqm-portal-logout.entry.js +7 -7
  135. package/dist/esm/{sqm-portal-profile-view-0700f41d.js → sqm-portal-profile-view-419d1eb9.js} +1 -1
  136. package/dist/esm/sqm-portal-profile.entry.js +27 -17
  137. package/dist/esm/sqm-portal-protected-route.entry.js +9 -9
  138. package/dist/esm/sqm-portal-reset-password.entry.js +23 -22
  139. package/dist/esm/sqm-portal-verify-email.entry.js +12 -13
  140. package/dist/esm/sqm-referral-table_11.entry.js +32 -17
  141. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  142. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +4 -4
  143. package/dist/esm/sqm-rewards-table_9.entry.js +24 -17
  144. package/dist/esm/sqm-stencilbook.entry.js +96 -167
  145. package/dist/esm/sqm-tabs.entry.js +4 -4
  146. package/dist/esm/sqm-text-span.entry.js +1 -1
  147. package/dist/esm/{stencil-hooks.module-e39af977.js → stencil-hooks.module-acc8a613.js} +1 -1
  148. package/dist/esm/{use-callback-697e2ff0.js → use-callback-7e0bfd3b.js} +1 -1
  149. package/dist/esm/{useChildElements-3b3440e2.js → useChildElements-a8347aea.js} +2 -2
  150. package/dist/esm/{useReferralTable-7cae0c08.js → useReferralTable-5cac5b13.js} +9 -9
  151. package/dist/esm-es5/ShadowViewAddon-e2996624.js +1 -0
  152. package/dist/esm-es5/{global-78c0c467.js → global-5c84f57f.js} +2 -2
  153. package/dist/esm-es5/{index.module-2b4f1755.js → index.module-f5e17a4e.js} +1 -1
  154. package/dist/esm-es5/loader.js +1 -1
  155. package/dist/esm-es5/{luxon-578505e2.js → luxon-f44215d9.js} +1 -1
  156. package/dist/esm-es5/mint-components.js +1 -1
  157. package/dist/esm-es5/{re-render-5c1dfc11.js → re-render-69774e13.js} +1 -1
  158. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  159. package/dist/esm-es5/sqm-big-stat_35.entry.js +1 -1
  160. package/dist/esm-es5/sqm-empty_5.entry.js +1 -1
  161. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  162. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  163. package/dist/esm-es5/{sqm-hero-view-b54265df.js → sqm-hero-view-71d1202f.js} +1 -1
  164. package/dist/esm-es5/sqm-hero.entry.js +1 -1
  165. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  166. package/dist/esm-es5/sqm-navigation-sidebar-item-view-51714c31.js +1 -0
  167. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  168. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  169. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  170. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  171. package/dist/esm-es5/{sqm-portal-email-verification-view-b3110468.js → sqm-portal-email-verification-view-ac38b167.js} +1 -1
  172. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  173. package/dist/esm-es5/{sqm-portal-footer-view-f342a626.js → sqm-portal-footer-view-a6d09022.js} +1 -1
  174. package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
  175. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  176. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  177. package/dist/esm-es5/{sqm-portal-profile-view-0700f41d.js → sqm-portal-profile-view-419d1eb9.js} +1 -1
  178. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  179. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  180. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  181. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  182. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  183. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  184. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  185. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  186. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  187. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  188. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  189. package/dist/esm-es5/{stencil-hooks.module-e39af977.js → stencil-hooks.module-acc8a613.js} +1 -1
  190. package/dist/esm-es5/use-callback-7e0bfd3b.js +1 -0
  191. package/dist/esm-es5/useChildElements-a8347aea.js +1 -0
  192. package/dist/esm-es5/useReferralTable-5cac5b13.js +1 -0
  193. package/dist/mint-components/mint-components.esm.js +1 -1
  194. package/dist/mint-components/mint-components.js +1 -1
  195. package/dist/mint-components/{p-f86ba72a.system.entry.js → p-047a840f.system.entry.js} +1 -1
  196. package/dist/mint-components/{p-d7c90aaf.js → p-0494f792.js} +1 -1
  197. package/dist/mint-components/{p-fb7288a2.system.js → p-0ee797b8.system.js} +1 -1
  198. package/dist/mint-components/{p-ae7b4ec1.entry.js → p-12a9ade0.entry.js} +2 -2
  199. package/dist/mint-components/p-13086b8d.js +1 -0
  200. package/dist/mint-components/{p-f38d11a5.system.entry.js → p-19042a54.system.entry.js} +1 -1
  201. package/dist/mint-components/{p-3908f30f.entry.js → p-232672a2.entry.js} +2 -2
  202. package/dist/mint-components/p-25ac7c14.system.entry.js +1 -0
  203. package/dist/mint-components/{p-30b3592f.js → p-27455c4c.js} +1 -1
  204. package/dist/mint-components/{p-ccc2437d.js → p-28d44352.js} +1 -1
  205. package/dist/mint-components/p-37ea62c3.entry.js +9 -0
  206. package/dist/mint-components/p-38d6112f.entry.js +1 -0
  207. package/dist/mint-components/{p-6a18a3b9.js → p-3970de96.js} +1 -1
  208. package/dist/mint-components/{p-7cec4e63.entry.js → p-3c96bae3.entry.js} +1 -1
  209. package/dist/mint-components/{p-290fb781.js → p-3facf714.js} +1 -1
  210. package/dist/mint-components/{p-dc7b06ef.system.js → p-48ec6605.system.js} +1 -1
  211. package/dist/mint-components/{p-0accfb5c.system.entry.js → p-48f9babc.system.entry.js} +1 -1
  212. package/dist/mint-components/p-4a1f24ef.entry.js +1 -0
  213. package/dist/mint-components/p-4a2782fd.system.entry.js +1 -0
  214. package/dist/mint-components/{p-ad18d528.system.entry.js → p-4ac2d13b.system.entry.js} +1 -1
  215. package/dist/mint-components/{p-be946087.js → p-4b0e876f.js} +2 -2
  216. package/dist/mint-components/{p-69f10938.entry.js → p-4ebe044d.entry.js} +1 -1
  217. package/dist/mint-components/{p-2d8fe868.entry.js → p-4f8830b7.entry.js} +1 -1
  218. package/dist/mint-components/p-4fe59c93.system.entry.js +1 -0
  219. package/dist/mint-components/{p-ec634002.system.entry.js → p-596902cd.system.entry.js} +1 -1
  220. package/dist/mint-components/{p-1b75e2de.entry.js → p-5ab46a89.entry.js} +1 -1
  221. package/dist/mint-components/{p-f9358dc5.system.entry.js → p-5cdcff11.system.entry.js} +1 -1
  222. package/dist/mint-components/p-60b01103.js +1 -0
  223. package/dist/mint-components/p-60de562c.entry.js +1 -0
  224. package/dist/mint-components/p-63136070.system.entry.js +1 -0
  225. package/dist/mint-components/{p-d7ce3b77.system.js → p-6549ad6a.system.js} +1 -1
  226. package/dist/mint-components/{p-63b2d80f.entry.js → p-6738565c.entry.js} +1 -1
  227. package/dist/mint-components/p-6e1ed926.system.entry.js +1 -0
  228. package/dist/mint-components/{p-8f09f202.entry.js → p-6ee04453.entry.js} +1 -1
  229. package/dist/mint-components/p-71969ce5.system.entry.js +1 -0
  230. package/dist/mint-components/p-71ecbb3b.system.js +1 -0
  231. package/dist/mint-components/{p-2b03ad0f.system.entry.js → p-7548e059.system.entry.js} +1 -1
  232. package/dist/mint-components/{p-916a8f50.js → p-7794c289.js} +1 -1
  233. package/dist/mint-components/{p-5fad64ff.system.entry.js → p-78640db1.system.entry.js} +1 -1
  234. package/dist/mint-components/{p-5669b834.system.js → p-819298a8.system.js} +1 -1
  235. package/dist/mint-components/{p-62145eed.js → p-82ecbcd1.js} +1 -1
  236. package/dist/mint-components/p-83e4168e.system.entry.js +1 -0
  237. package/dist/mint-components/p-91acec3d.entry.js +159 -0
  238. package/dist/mint-components/{p-29b9535d.system.js → p-94096609.system.js} +1 -1
  239. package/dist/mint-components/{p-6e2ca2a0.js → p-95398ce2.js} +1 -1
  240. package/dist/mint-components/p-95bbe8a7.entry.js +1 -0
  241. package/dist/mint-components/{p-1f7979c8.js → p-97650e34.js} +1 -1
  242. package/dist/mint-components/p-982ad256.js +1 -0
  243. package/dist/mint-components/p-9eb6d960.entry.js +1 -0
  244. package/dist/mint-components/p-a57057c4.system.entry.js +1 -0
  245. package/dist/mint-components/{p-c8c83a9e.system.entry.js → p-a6d4cffd.system.entry.js} +1 -1
  246. package/dist/mint-components/p-ac6c93ee.entry.js +1 -0
  247. package/dist/mint-components/{p-f44b04d0.system.entry.js → p-ba99d04e.system.entry.js} +1 -1
  248. package/dist/mint-components/{p-4519c6d9.system.js → p-bbf96ff3.system.js} +1 -1
  249. package/dist/mint-components/{p-1706b667.system.entry.js → p-bd7b8620.system.entry.js} +1 -1
  250. package/dist/mint-components/{p-c4b55529.system.entry.js → p-c0a8476e.system.entry.js} +1 -1
  251. package/dist/mint-components/{p-4a5d60e4.system.entry.js → p-c0d24b76.system.entry.js} +1 -1
  252. package/dist/mint-components/{p-edc7f769.system.entry.js → p-c7d34b6a.system.entry.js} +1 -1
  253. package/dist/mint-components/p-cc6d91bd.entry.js +1 -0
  254. package/dist/mint-components/p-cccba50e.entry.js +1 -0
  255. package/dist/mint-components/{p-48a1e759.entry.js → p-cf9cfac0.entry.js} +1 -1
  256. package/dist/mint-components/{p-7feaa042.system.js → p-d3cc0d60.system.js} +1 -1
  257. package/dist/mint-components/p-d7bc7e50.entry.js +1 -0
  258. package/dist/mint-components/p-d815567f.system.js +1 -0
  259. package/dist/mint-components/{p-b1db5e12.system.js → p-dcdbf128.system.js} +1 -1
  260. package/dist/mint-components/{p-902c11bb.system.js → p-e01d8fdc.system.js} +1 -1
  261. package/dist/mint-components/{p-dc25bb20.system.entry.js → p-e0d5d38e.system.entry.js} +1 -1
  262. package/dist/mint-components/{p-4c574411.system.js → p-e1d01511.system.js} +1 -1
  263. package/dist/mint-components/{p-b1918aeb.system.entry.js → p-e2f8b782.system.entry.js} +1 -1
  264. package/dist/mint-components/{p-429afd94.entry.js → p-e4e5168b.entry.js} +1 -1
  265. package/dist/mint-components/{p-46aabfb7.entry.js → p-e707831a.entry.js} +1 -1
  266. package/dist/mint-components/{p-72ebbd38.js → p-eb314fed.js} +1 -1
  267. package/dist/mint-components/{p-69568af5.entry.js → p-ee26e870.entry.js} +2 -2
  268. package/dist/mint-components/p-ef3f3523.entry.js +1 -0
  269. package/dist/mint-components/{p-6882941e.system.entry.js → p-f298a1bc.system.entry.js} +1 -1
  270. package/dist/mint-components/{p-36e3a80f.system.js → p-f6d3a2d4.system.js} +1 -1
  271. package/dist/mint-components/{p-d0d34e3e.system.entry.js → p-f7fba9e4.system.entry.js} +1 -1
  272. package/dist/mint-components/{p-f29d1061.system.js → p-f92e3e87.system.js} +1 -1
  273. package/dist/mint-components/p-fd2852a7.entry.js +1 -0
  274. package/dist/mint-components/{p-9744ae44.system.js → p-fd4d90b9.system.js} +1 -1
  275. package/dist/mint-components/p-ff932bfa.entry.js +1 -0
  276. package/dist/types/components/sqm-asset-card/sqm-asset-card.d.ts +2 -2
  277. package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +17 -6
  278. package/dist/types/components/sqm-brand/sqm-brand.d.ts +7 -4
  279. package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +2 -0
  280. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +6 -5
  281. package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +2 -2
  282. package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +3 -3
  283. package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +10 -7
  284. package/dist/types/components/sqm-empty/sqm-empty.d.ts +2 -0
  285. package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +8 -2
  286. package/dist/types/components/sqm-hero/sqm-hero.d.ts +26 -8
  287. package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +10 -1
  288. package/dist/types/components/sqm-hook-story-container/sqm-hook-story-container.d.ts +3 -0
  289. package/dist/types/components/sqm-image/sqm-image.d.ts +5 -0
  290. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +13 -9
  291. package/dist/types/components/sqm-leaderboard-rank/sqm-leaderboard-rank.d.ts +12 -5
  292. package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +2 -2
  293. package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +4 -2
  294. package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +1 -1
  295. package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +1 -1
  296. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +5 -2
  297. package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +21 -6
  298. package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +20 -8
  299. package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +9 -3
  300. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +4 -4
  301. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +4 -4
  302. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +25 -9
  303. package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +1 -1
  304. package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +18 -8
  305. package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +1 -1
  306. package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +20 -12
  307. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +12 -10
  308. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +2 -2
  309. package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +5 -0
  310. package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +8 -0
  311. package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +3 -0
  312. package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +7 -4
  313. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +1 -0
  314. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +3 -0
  315. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +5 -0
  316. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +3 -0
  317. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +9 -2
  318. package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +19 -6
  319. package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +25 -9
  320. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +3 -0
  321. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +3 -0
  322. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +4 -1
  323. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +12 -3
  324. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +4 -0
  325. package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +4 -0
  326. package/dist/types/components/sqm-route/sqm-route.d.ts +1 -1
  327. package/dist/types/components/sqm-scroll/sqm-scroll.d.ts +5 -1
  328. package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +31 -9
  329. package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +6 -3
  330. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +6 -3
  331. package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +4 -1
  332. package/dist/types/components/sqm-tab/sqm-tab.d.ts +4 -0
  333. package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +5 -0
  334. package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +40 -11
  335. package/dist/types/components/sqm-text/sqm-text.d.ts +9 -0
  336. package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +1 -1
  337. package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +3 -0
  338. package/dist/types/components/sqm-timeline/sqm-timeline.d.ts +5 -2
  339. package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +5 -2
  340. package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +5 -2
  341. package/dist/types/components.d.ts +598 -338
  342. package/docs/docs.docx +0 -0
  343. package/docs/raisins.json +1 -0
  344. package/grapesjs/grapesjs.js +1 -1
  345. package/package.json +12 -5
  346. package/dist/esm-es5/ShadowViewAddon-4558079b.js +0 -1
  347. package/dist/esm-es5/sqm-navigation-sidebar-item-view-3485c8f6.js +0 -1
  348. package/dist/esm-es5/use-callback-697e2ff0.js +0 -1
  349. package/dist/esm-es5/useChildElements-3b3440e2.js +0 -1
  350. package/dist/esm-es5/useReferralTable-7cae0c08.js +0 -1
  351. package/dist/mint-components/p-036f21e8.js +0 -1
  352. package/dist/mint-components/p-0f16dc16.system.entry.js +0 -1
  353. package/dist/mint-components/p-15dafc6d.entry.js +0 -1
  354. package/dist/mint-components/p-24f8c2f6.entry.js +0 -1
  355. package/dist/mint-components/p-37f31887.entry.js +0 -159
  356. package/dist/mint-components/p-3b4c5275.entry.js +0 -1
  357. package/dist/mint-components/p-408f983a.system.js +0 -1
  358. package/dist/mint-components/p-5530746b.entry.js +0 -1
  359. package/dist/mint-components/p-72e2f41c.entry.js +0 -1
  360. package/dist/mint-components/p-81f4f037.system.entry.js +0 -1
  361. package/dist/mint-components/p-850f2a6b.entry.js +0 -1
  362. package/dist/mint-components/p-86fcb500.system.entry.js +0 -1
  363. package/dist/mint-components/p-889dbba5.entry.js +0 -1
  364. package/dist/mint-components/p-90efeeb4.entry.js +0 -1
  365. package/dist/mint-components/p-9f672bee.js +0 -1
  366. package/dist/mint-components/p-a73784bb.entry.js +0 -1
  367. package/dist/mint-components/p-aecf1b25.system.entry.js +0 -1
  368. package/dist/mint-components/p-c3ac2563.system.entry.js +0 -1
  369. package/dist/mint-components/p-caf6e556.entry.js +0 -1
  370. package/dist/mint-components/p-cd78df74.system.entry.js +0 -1
  371. package/dist/mint-components/p-cfa61592.entry.js +0 -1
  372. package/dist/mint-components/p-d9d9d571.system.entry.js +0 -1
  373. package/dist/mint-components/p-dd7fe0dd.system.entry.js +0 -1
  374. package/dist/mint-components/p-eb2a3eba.entry.js +0 -9
  375. package/dist/mint-components/p-ed22d613.system.js +0 -1
  376. package/dist/mint-components/p-ee461c80.js +0 -1
  377. package/dist/mint-components/p-f13b29a6.entry.js +0 -1
@@ -1,29 +1,29 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-17b4da69.js';
2
- import { a as commonjsGlobal, j as useMemo, k as useState, e as useEffect, c as createCommonjsModule, m as h$1 } from './stencil-hooks.module-e39af977.js';
3
- import './global-78c0c467.js';
4
- import './use-callback-697e2ff0.js';
5
- import { w as wn, e as bn, t as te$1, d as dist, Y as Ye, D as D$1 } from './index.module-2b4f1755.js';
2
+ import { a as commonjsGlobal, i as useMemo, k as useState, e as useEffect, c as createCommonjsModule, m as h$1 } from './stencil-hooks.module-acc8a613.js';
3
+ import './global-5c84f57f.js';
4
+ import './use-callback-7e0bfd3b.js';
5
+ import { c as dn, l as ln, e as ae$1, d as dist, _ as _e, f as A$1 } from './index.module-f5e17a4e.js';
6
6
  import './extends-c31f1eff.js';
7
7
  import './cjs-bdfb4486.js';
8
8
  import './mixins-f60a614c.js';
9
9
  import { c as createStyleSheet } from './JSS-f00f9536.js';
10
10
  import { G as GenericTableView } from './GenericTableView-ebc09be0.js';
11
- import { l as luxon } from './luxon-578505e2.js';
11
+ import { l as luxon } from './luxon-f44215d9.js';
12
12
  import './utils-334c1e34.js';
13
13
  import './sqm-text-span-view-0ba1484d.js';
14
14
  import { A as AssetCardView } from './sqm-asset-card-view-08e68656.js';
15
- import { H as HeroView } from './sqm-hero-view-b54265df.js';
15
+ import { H as HeroView } from './sqm-hero-view-71d1202f.js';
16
16
  import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-10657658.js';
17
17
  import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-06d444ca.js';
18
- import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-3485c8f6.js';
19
- import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-b3110468.js';
20
- import { a as PoweredByImg$1, P as PortalFooterView } from './sqm-portal-footer-view-f342a626.js';
18
+ import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-51714c31.js';
19
+ import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-ac38b167.js';
20
+ import { a as PoweredByImg$1, P as PortalFooterView } from './sqm-portal-footer-view-a6d09022.js';
21
21
  import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-86d13eef.js';
22
22
  import { P as PortalContainerView } from './sqm-portal-container-view-ca454627.js';
23
- import { P as PortalProfileView } from './sqm-portal-profile-view-0700f41d.js';
23
+ import { P as PortalProfileView } from './sqm-portal-profile-view-419d1eb9.js';
24
24
  import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-213b3af6.js';
25
25
  import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-c32dfd7e.js';
26
- import { S as ShareButtonView, L as LeaderboardView, a as ShareLinkView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, b as useShareButton, c as useDemoBigStat, d as StatContainerView, e as PortalChangePasswordView, f as PortalLoginView, g as PortalRegisterView, T as TaskCardView, h as ProgressBarView, R as ReferralIframeView, N as NameFieldsView, C as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, i as RewardExchangeView, r as rewardExchangeCustomErrorMsg, j as rewardExchangeLongText, k as rewardExchangeSelected, l as chooseAmountFixed, m as chooseAmountFixedNoDescription, n as chooseAmountVariable, o as chooseAmountVariableNoDescription, p as chooseAmountVariableDisabled, q as chooseAmountVariableUnavailable, s as confirmFixed, t as confirmVariable, v as redemptionError, w as queryError, x as success, y as successVariable, z as loading, A as empty$1, F as rewardExchange, G as CardFeedView, H as autoColorScaleCss, J as ShadowViewAddon } from './ShadowViewAddon-4558079b.js';
26
+ import { S as ShareButtonView, L as LeaderboardView, a as ShareLinkView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, b as useShareButton, c as useDemoBigStat, d as StatContainerView, e as PortalChangePasswordView, f as PortalLoginView, g as PortalRegisterView, T as TaskCardView, h as ProgressBarView, R as ReferralIframeView, N as NameFieldsView, C as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, i as RewardExchangeView, r as rewardExchangeCustomErrorMsg, j as rewardExchangeLongText, k as rewardExchangeSelected, l as chooseAmountFixed, m as chooseAmountFixedNoDescription, n as chooseAmountVariable, o as chooseAmountVariableNoDescription, p as chooseAmountVariableDisabled, q as chooseAmountVariableUnavailable, s as confirmFixed, t as confirmVariable, v as redemptionError, w as queryError, x as success, y as successVariable, z as loading, A as empty$1, F as rewardExchange, G as CardFeedView, H as autoColorScaleCss, J as ShadowViewAddon } from './ShadowViewAddon-e2996624.js';
27
27
  import { P as PortalSectionView } from './sqm-portal-section-view-6c249c74.js';
28
28
 
29
29
  /**
@@ -1848,78 +1848,6 @@ const users = [
1848
1848
  rowNumber: 10,
1849
1849
  },
1850
1850
  ];
1851
- const pointsUsers = [
1852
- {
1853
- firstName: "",
1854
- lastInitial: "",
1855
- textValue: "82 Points",
1856
- rank: 1,
1857
- rowNumber: 1,
1858
- },
1859
- {
1860
- firstName: "MF",
1861
- lastInitial: "D",
1862
- textValue: "73 Points",
1863
- rank: 2,
1864
- rowNumber: 2,
1865
- },
1866
- {
1867
- firstName: "Freddie",
1868
- lastInitial: "G",
1869
- textValue: "64 Points",
1870
- rank: 3,
1871
- rowNumber: 3,
1872
- },
1873
- {
1874
- firstName: "Benny",
1875
- lastInitial: "B",
1876
- textValue: "55 Points",
1877
- rank: 4,
1878
- rowNumber: 4,
1879
- },
1880
- {
1881
- firstName: "Mos",
1882
- lastInitial: "D",
1883
- textValue: "46 Points",
1884
- rank: 5,
1885
- rowNumber: 5,
1886
- },
1887
- {
1888
- firstName: "Joe",
1889
- lastInitial: "S",
1890
- textValue: "42 Points",
1891
- rank: 6,
1892
- rowNumber: 6,
1893
- },
1894
- {
1895
- firstName: "Zach",
1896
- lastInitial: "H",
1897
- textValue: "41 Points",
1898
- rank: 7,
1899
- rowNumber: 7,
1900
- },
1901
- {
1902
- firstName: "Sarah",
1903
- lastInitial: "S",
1904
- textValue: "39 Points",
1905
- rank: 8,
1906
- rowNumber: 8,
1907
- },
1908
- {
1909
- firstName: "James",
1910
- lastInitial: "",
1911
- textValue: "33 Points",
1912
- rank: 9,
1913
- rowNumber: 9,
1914
- },
1915
- {
1916
- firstName: "",
1917
- lastInitial: "J",
1918
- textValue: "29 Points",
1919
- rank: 10,
1920
- rowNumber: 10,
1921
- },
1922
- ];
1923
1851
  const defaultStyles$1 = {
1924
1852
  usersheading: "User",
1925
1853
  statsheading: "Referrals",
@@ -2126,12 +2054,12 @@ const PointsLeaderboard = () => {
2126
2054
  },
2127
2055
  data: {
2128
2056
  rankType: "rowNumber",
2129
- leaderboard: pointsUsers,
2057
+ leaderboard: users,
2130
2058
  rowNumber: 10,
2131
2059
  viewerRank: {
2132
2060
  firstName: "Viktor",
2133
2061
  lastInitial: "V",
2134
- textValue: "82 Points",
2062
+ textValue: "82",
2135
2063
  rank: 1,
2136
2064
  rowNumber: 1,
2137
2065
  },
@@ -2353,36 +2281,36 @@ const routes = `
2353
2281
  `;
2354
2282
  const TemplateNavigation = createHookStory(() => {
2355
2283
  return (h("div", null,
2356
- h("button", { onClick: () => wn.push("/") }, "/"),
2357
- h("button", { onClick: () => wn.push("/foo") }, "/foo"),
2358
- h("button", { onClick: () => wn.push("/bar") }, "/bar"),
2359
- h("button", { onClick: () => wn.push("/baz/bang") }, "/baz/bang"),
2360
- h("button", { onClick: () => wn.push("/refer") }, "/refer"),
2361
- h("button", { onClick: () => wn.push("/refer/1") }, "/refer/1"),
2362
- h("button", { onClick: () => wn.push("/refer/2") }, "/refer/2"),
2363
- h("button", { onClick: () => wn.back() }, "Back"),
2364
- h("button", { onClick: () => wn.forward() }, "Forward"),
2284
+ h("button", { onClick: () => dn.push("/") }, "/"),
2285
+ h("button", { onClick: () => dn.push("/foo") }, "/foo"),
2286
+ h("button", { onClick: () => dn.push("/bar") }, "/bar"),
2287
+ h("button", { onClick: () => dn.push("/baz/bang") }, "/baz/bang"),
2288
+ h("button", { onClick: () => dn.push("/refer") }, "/refer"),
2289
+ h("button", { onClick: () => dn.push("/refer/1") }, "/refer/1"),
2290
+ h("button", { onClick: () => dn.push("/refer/2") }, "/refer/2"),
2291
+ h("button", { onClick: () => dn.back() }, "Back"),
2292
+ h("button", { onClick: () => dn.forward() }, "Forward"),
2365
2293
  h("hr", null),
2366
2294
  h("sqm-router", { innerHTML: templates })));
2367
2295
  });
2368
2296
  const RouteNavigation = createHookStory(() => {
2369
2297
  return (h("div", null,
2370
- h("button", { onClick: () => wn.push("/") }, "/"),
2371
- h("button", { onClick: () => wn.push("/foo") }, "/foo"),
2372
- h("button", { onClick: () => wn.push("/bar") }, "/bar"),
2373
- h("button", { onClick: () => wn.push("/baz/bang") }, "/baz/bang"),
2374
- h("button", { onClick: () => wn.push("/refer") }, "/refer"),
2375
- h("button", { onClick: () => wn.push("/refer/1") }, "/refer/1"),
2376
- h("button", { onClick: () => wn.push("/refer/2") }, "/refer/2"),
2377
- h("button", { onClick: () => wn.back() }, "Back"),
2378
- h("button", { onClick: () => wn.forward() }, "Forward"),
2298
+ h("button", { onClick: () => dn.push("/") }, "/"),
2299
+ h("button", { onClick: () => dn.push("/foo") }, "/foo"),
2300
+ h("button", { onClick: () => dn.push("/bar") }, "/bar"),
2301
+ h("button", { onClick: () => dn.push("/baz/bang") }, "/baz/bang"),
2302
+ h("button", { onClick: () => dn.push("/refer") }, "/refer"),
2303
+ h("button", { onClick: () => dn.push("/refer/1") }, "/refer/1"),
2304
+ h("button", { onClick: () => dn.push("/refer/2") }, "/refer/2"),
2305
+ h("button", { onClick: () => dn.back() }, "Back"),
2306
+ h("button", { onClick: () => dn.forward() }, "Forward"),
2379
2307
  h("hr", null),
2380
2308
  h("sqm-router", { innerHTML: routes })));
2381
2309
  });
2382
2310
  const Styling = createHookStory(() => {
2383
2311
  return (h("div", null,
2384
- h("button", { onClick: () => wn.push("/") }, "/"),
2385
- h("button", { onClick: () => wn.push("/foo") }, "/foo"),
2312
+ h("button", { onClick: () => dn.push("/") }, "/"),
2313
+ h("button", { onClick: () => dn.push("/foo") }, "/foo"),
2386
2314
  h("hr", null),
2387
2315
  h("div", { style: { display: "flex", justifyContent: "space-around" } },
2388
2316
  h("sqm-router", { innerHTML: `<template path="/">
@@ -2396,7 +2324,7 @@ function useTemplate(templateString) {
2396
2324
  const [previewTemplate, setPreviewTemplate] = useState(templateString);
2397
2325
  function setPath(e) {
2398
2326
  //@ts-ignore
2399
- wn.push(e.target.value);
2327
+ dn.push(e.target.value);
2400
2328
  }
2401
2329
  return {
2402
2330
  states: { previewTemplate, editedTemplate },
@@ -2560,8 +2488,8 @@ const FullStackFrame = () => {
2560
2488
  "Current path:",
2561
2489
  " ",
2562
2490
  h("code", null,
2563
- h("strong", null, (_a = bn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2564
- h("button", { onClick: wn.back }, "Go Back")));
2491
+ h("strong", null, (_a = ln()) === null || _a === void 0 ? void 0 : _a.pathname))),
2492
+ h("button", { onClick: dn.back }, "Go Back")));
2565
2493
  };
2566
2494
  const FullStackFrameLoggedOut = () => {
2567
2495
  var _a;
@@ -2585,8 +2513,8 @@ const FullStackFrameLoggedOut = () => {
2585
2513
  "Current path:",
2586
2514
  " ",
2587
2515
  h("code", null,
2588
- h("strong", null, (_a = bn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2589
- h("button", { onClick: wn.back }, "Go Back")));
2516
+ h("strong", null, (_a = ln()) === null || _a === void 0 ? void 0 : _a.pathname))),
2517
+ h("button", { onClick: dn.back }, "Go Back")));
2590
2518
  };
2591
2519
 
2592
2520
  const PortalFrame = /*#__PURE__*/Object.freeze({
@@ -2680,14 +2608,14 @@ function setupGraphQL$1() {
2680
2608
  programId,
2681
2609
  };
2682
2610
  useEffect(() => {
2683
- te$1({
2611
+ ae$1({
2684
2612
  accountId,
2685
2613
  id,
2686
2614
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
2687
2615
  });
2688
2616
  return () => {
2689
2617
  window.widgetIdent = undefined;
2690
- te$1(undefined);
2618
+ ae$1(undefined);
2691
2619
  };
2692
2620
  }, []);
2693
2621
  }
@@ -2742,14 +2670,14 @@ function setupGraphQL$2() {
2742
2670
  programId,
2743
2671
  };
2744
2672
  useEffect(() => {
2745
- te$1({
2673
+ ae$1({
2746
2674
  accountId,
2747
2675
  id,
2748
2676
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
2749
2677
  });
2750
2678
  return () => {
2751
2679
  window.widgetIdent = undefined;
2752
- te$1(undefined);
2680
+ ae$1(undefined);
2753
2681
  };
2754
2682
  }, []);
2755
2683
  }
@@ -2804,14 +2732,14 @@ function setupGraphQL$3() {
2804
2732
  programId,
2805
2733
  };
2806
2734
  useEffect(() => {
2807
- te$1({
2735
+ ae$1({
2808
2736
  accountId,
2809
2737
  id,
2810
2738
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6Im55bmVsbGllIiwiaWQiOiJueW5lbGxpZSJ9fQ.3KV974VPLgk4tD8LQfJTi4IPkKCmnaB8w48HzVJYDuI",
2811
2739
  });
2812
2740
  return () => {
2813
2741
  window.widgetIdent = undefined;
2814
- te$1(undefined);
2742
+ ae$1(undefined);
2815
2743
  };
2816
2744
  }, []);
2817
2745
  }
@@ -2945,14 +2873,14 @@ function setupGraphQL$4() {
2945
2873
  programId,
2946
2874
  };
2947
2875
  useEffect(() => {
2948
- te$1({
2876
+ ae$1({
2949
2877
  accountId,
2950
2878
  id,
2951
2879
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6IndvcnJpZWQtY2FtZXJhQHVleHdsdGdoLm1haWxvc2F1ci5uZXQiLCJpZCI6IndvcnJpZWQtY2FtZXJhQHVleHdsdGdoLm1haWxvc2F1ci5uZXQiLCJmaXJzdE5hbWUiOiJ0ZXN0IiwibGFzdE5hbWUiOiJ0ZXN0In19.ziDWbdCwsTo1ijxl8d2__Ga-6iFOVShaJUPp2ZBMeO0",
2952
2880
  });
2953
2881
  return () => {
2954
2882
  window.widgetIdent = undefined;
2955
- te$1(undefined);
2883
+ ae$1(undefined);
2956
2884
  };
2957
2885
  }, []);
2958
2886
  }
@@ -2992,14 +2920,14 @@ function setupGraphQL$5() {
2992
2920
  programId,
2993
2921
  };
2994
2922
  useEffect(() => {
2995
- te$1({
2923
+ ae$1({
2996
2924
  accountId,
2997
2925
  id,
2998
2926
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
2999
2927
  });
3000
2928
  return () => {
3001
2929
  window.widgetIdent = undefined;
3002
- te$1(undefined);
2930
+ ae$1(undefined);
3003
2931
  };
3004
2932
  }, []);
3005
2933
  }
@@ -3015,14 +2943,14 @@ function setupOtherGraphQL() {
3015
2943
  programId,
3016
2944
  };
3017
2945
  useEffect(() => {
3018
- te$1({
2946
+ ae$1({
3019
2947
  accountId,
3020
2948
  id,
3021
2949
  jwt: JWT,
3022
2950
  });
3023
2951
  return () => {
3024
2952
  window.widgetIdent = undefined;
3025
- te$1(undefined);
2953
+ ae$1(undefined);
3026
2954
  };
3027
2955
  }, []);
3028
2956
  return { id, accountId };
@@ -3256,14 +3184,14 @@ function setupGraphQL$6() {
3256
3184
  programId,
3257
3185
  };
3258
3186
  useEffect(() => {
3259
- te$1({
3187
+ ae$1({
3260
3188
  accountId,
3261
3189
  id,
3262
3190
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
3263
3191
  });
3264
3192
  return () => {
3265
3193
  window.widgetIdent = undefined;
3266
- te$1(undefined);
3194
+ ae$1(undefined);
3267
3195
  };
3268
3196
  }, []);
3269
3197
  return { id, accountId };
@@ -3272,7 +3200,7 @@ function useExchangeButton() {
3272
3200
  const { id, accountId } = setupGraphQL$6();
3273
3201
  const [points, setPoints] = useState(10);
3274
3202
  const [rate, setRate] = useState(100);
3275
- const [exchange, { data, errors }] = Ye(EXCHANGE);
3203
+ const [exchange, { data, errors }] = _e(EXCHANGE);
3276
3204
  return {
3277
3205
  states: {
3278
3206
  points,
@@ -3387,14 +3315,14 @@ function setupGraphQL$7() {
3387
3315
  appDomain: "https://staging.referralsaasquatch.com",
3388
3316
  };
3389
3317
  useEffect(() => {
3390
- te$1({
3318
+ ae$1({
3391
3319
  accountId,
3392
3320
  id,
3393
3321
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
3394
3322
  });
3395
3323
  return () => {
3396
3324
  window.widgetIdent = undefined;
3397
- te$1(undefined);
3325
+ ae$1(undefined);
3398
3326
  };
3399
3327
  }, []);
3400
3328
  return { id, accountId };
@@ -3408,14 +3336,14 @@ function setupGraphQLKlip({ token, id }) {
3408
3336
  appDomain: "https://staging.referralsaasquatch.com",
3409
3337
  };
3410
3338
  useEffect(() => {
3411
- te$1({
3339
+ ae$1({
3412
3340
  accountId,
3413
3341
  id,
3414
3342
  jwt: token,
3415
3343
  });
3416
3344
  return () => {
3417
3345
  window.widgetIdent = undefined;
3418
- te$1(undefined);
3346
+ ae$1(undefined);
3419
3347
  };
3420
3348
  }, []);
3421
3349
  return { id, accountId };
@@ -3429,7 +3357,7 @@ const RewardTableDemoHook = createHookStory(() => {
3429
3357
  });
3430
3358
  const RewardsTableWithProgram = createHookStory(() => {
3431
3359
  setupGraphQL$7();
3432
- D$1("sam-partner-test-2");
3360
+ A$1("sam-partner-test-2");
3433
3361
  return (h("sqm-rewards-table", null,
3434
3362
  h("sqm-rewards-table-reward-column", null),
3435
3363
  h("sqm-rewards-table-status-column", null),
@@ -3438,7 +3366,7 @@ const RewardsTableWithProgram = createHookStory(() => {
3438
3366
  });
3439
3367
  const RewardsTableNoProgram = createHookStory(() => {
3440
3368
  setupGraphQL$7();
3441
- D$1(undefined);
3369
+ A$1(undefined);
3442
3370
  return (h("sqm-rewards-table", null,
3443
3371
  h("sqm-rewards-table-reward-column", null),
3444
3372
  h("sqm-rewards-table-status-column", null),
@@ -3450,7 +3378,7 @@ const RewardsTableEn = createHookStory(() => {
3450
3378
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWVuZ2xpc2giLCJpZCI6InNhbWVuZ2xpc2gifX0._6OTVF3gcipu_ibgthUNr5UHwC-2E_lhCENI5HpYvcw",
3451
3379
  id: "samenglish",
3452
3380
  });
3453
- D$1(undefined);
3381
+ A$1(undefined);
3454
3382
  return (h("sqm-rewards-table", { "per-page": "4" },
3455
3383
  h("sqm-rewards-table-reward-column", null),
3456
3384
  h("sqm-rewards-table-status-column", null),
@@ -3462,7 +3390,7 @@ const RewardsTableTr = createHookStory(() => {
3462
3390
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbXR1cmtleSIsImlkIjoic2FtdHVya2V5In19.usSMe0RWg8W5FtwcvJayvAlxTw6vMxjTyWXaP8jI8_U",
3463
3391
  id: "samturkey",
3464
3392
  });
3465
- D$1(undefined);
3393
+ A$1(undefined);
3466
3394
  return (h("sqm-rewards-table", { "per-page": "4", "more-label": "Daha", "prev-label": "\u00D6ncesi", "empty-state-text": "Hen\u00FCz Referans Yok" },
3467
3395
  h("sqm-rewards-table-reward-column", { "column-title": "\u00D6d\u00FCller", "redeemed-text": "{redeemedAmount} kullan\u0131ld\u0131", "available-text": "{availableAmount} mevcut" }),
3468
3396
  h("sqm-rewards-table-source-column", { "column-title": "Kullan\u0131c\u0131lar", "anonymous-user": "Anonim Kullan\u0131c\u0131", "deleted-user": "Silinmi\u015F Kullan\u0131c\u0131", "reward-exchange-text": "\u00D6d\u00FClleri Kulann\u0131n", "referral-text": "{rewardSource, select, FRIEND_SIGNUP {Referans} REFERRED {Y\u00F6nlendiren} other {}}", "reward-source-text": "{rewardSource, select, MANUAL {Manuel} AUTOMATED {Otomatik} other {}}" }),
@@ -3474,7 +3402,7 @@ const RewardsTableFr = createHookStory(() => {
3474
3402
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWZyZW5jaCIsImlkIjoic2FtZnJlbmNoIn19.cwhasHpfU5MLV4vGbCQcazb6p19iSw5pD2zyrVHgePg",
3475
3403
  id: "samfrench",
3476
3404
  });
3477
- D$1(undefined);
3405
+ A$1(undefined);
3478
3406
  return (h("sqm-rewards-table", { "per-page": "4", "more-label": "Plus", "prev-label": "Pr\u00E9c\u00E9dent", "empty-state-text": "Aucune R\u00E9compenses Maintenant" },
3479
3407
  h("sqm-rewards-table-reward-column", { "column-title": "R\u00E9compenses", "redeemed-text": "{redeemedAmount} rachet\u00E9e", "available-text": "{availableAmount} disponible" }),
3480
3408
  h("sqm-rewards-table-source-column", { "column-title": "Utilisateur", "anonymous-user": "Utilisateur Anonyme", "deleted-user": "Utilisateur Supprim\u00E9", "reward-exchange-text": "\u00C9change de R\u00E9compenses", "referral-text": "{rewardSource, select, FRIEND_SIGNUP {R\u00E9f\u00E9rence \u00E0} REFERRED {R\u00E9f\u00E9renc\u00E9 par} other {}}", "reward-source-text": "{rewardSource, select, MANUAL {Manuel} AUTOMATED {Automatique} other {}}" }),
@@ -3508,14 +3436,14 @@ function setupGraphQL$8() {
3508
3436
  programId,
3509
3437
  };
3510
3438
  useEffect(() => {
3511
- te$1({
3439
+ ae$1({
3512
3440
  accountId,
3513
3441
  id,
3514
3442
  jwt: JWT,
3515
3443
  });
3516
3444
  return () => {
3517
3445
  window.widgetIdent = undefined;
3518
- te$1(undefined);
3446
+ ae$1(undefined);
3519
3447
  };
3520
3448
  }, []);
3521
3449
  return { id, accountId };
@@ -4330,7 +4258,7 @@ const PortalEmailVerification = /*#__PURE__*/Object.freeze({
4330
4258
  EmailVerificationSuccess: EmailVerificationSuccess
4331
4259
  });
4332
4260
 
4333
- const scenario$8 = "@author:derek\n@owner:ian\nFeature: Reset Password\n\n Background: A user in on the password reset page\n Given a user who has been redirected to the password reset page\n\n @motivating\n Scenario: Users can reset their password\n Given a user has a valid oob code as a url query parameter\n When they enter their password twice\n And they click \"Update\"\n Then their password is updated\n And a banner with a success message is displayed\n And they can log in with their new password\n\n @motivating\n Scenario Outline: Users cannot reset their password with an invalid or missing oob code\n Given a user has a <oobCode> as a url query parameter\n And the component <mayHave> \"failed-page\" with <value>\n Then they see an error message saying that their password reset code is invalid/expired\n When they click \"Continue\"\n Then they are redirected to <redirectPath>\n Examples:\n | oobCode | mayHave | value | redirectPath |\n | invalid oob code | doesn't have | N/A | / |\n | non existant oob code | doesn't have | N/A | / |\n | invalid oob code | has | /login | /login |\n | non existant oob code | has | /login | /login |\n\n @motivating\n Scenario: Users must enter the same password twice to successfully reset their password\n Given a user has been redirected to the password reset page\n And they have a valid oob code as a url query parameter\n When they enter two different passwords into the password reset form\n And they click \"Update\"\n Then their password is not be reset\n And an error banner stating the input passwords must match appears\n And their password is not be reset\n When they enter the same password twice\n And they click \"Update\"\n Then a banner appears with a success message\n And they can log in with their new password\n\n @motivating\n Scenario: Users are notified if resetting their password fails\n Given a user has a valid oob code as a url query parameter\n When they enter their password twice\n And they click \"Update\"\n But the password reset fails\n Then the user's password does not reset\n And an error banner is shown\n\n @motivating\n Scenario: Users are redirected to \"/\" by default\n Given the component does not have prop \"nextPage\"\n And the users url does not contain a \"nextPage\" query parameter\n And a user has entered their password twice\n When they click \"Update\"\n Then their password is updated\n And they are redirected to \"/\"\n\n @motivating\n Scenario: Custom redirection can be configured\n Given the component has prop \"nextPage\" with value \"/activity\"\n And the users url does not contain a \"nextPage\" query parameter\n And a user has entered their password twice\n When they click \"Update\"\n Then their password is updated\n And they are redirected to \"/activity\"\n\n @motivating\n Scenario Outline: Users are redirected to the value of the nextPage url parameter as if it were a relative path\n Given the component is loaded at <currentUrl>\n When they click \"Update\"\n Then their password is updated\n And they are redirected to <url>\n Examples:\n | currentUrl | url |\n | https://www.example.com?nextPage=./activity | https://www.example.com/activity |\n | https://www.example.com?nextPage=activity | https://www.example.com/activity |\n | https://www.example.com?nextPage=/activity | https://www.example.com/activity |\n | https://www.example.com?nextPage=www.google.com | https://www.example.com/www.google.com |\n | https://www.example.com?nextPage=//foo.com | https://www.example.com/ |\n | https://www.example.com?nextPage=https://malicious.example.com | https://www.example.com/ |\n | http://www.example.com/nest/page?oob=123&other&nextPage=activity#heading-1 | http://www.example.com/activity |\n | https://www.example.com?nextPage=activity?foo=bar | https://www.example.com/activity?foo=bar |\n | https://www.example.com?nextPage=%2Factivity%3Ffoo%3Dbar | https://www.example.com/activity?foo=bar |\n | https://www.example.com?nextPage=%2Factivity%3Ffoo%3Dbar#hash | https://www.example.com/activity?foo=bar |\n | https://www.example.com?nextPage=%2Factivity%3Ffoo%3Dbar%23hash | https://www.example.com/activity?foo=bar#hash |\n | https://www.example.com:1337?nextPage=activity | https://www.example.com:1337/activity |\n | http://1.1.1.1:1111?nextPage=activity | http://1.1.1.1:1111/activity |\n\n @landmine\n Scenario Outline: Username and password are not persisted on redirects\n Given the component is loaded at <currentUrl>\n When they click \"Update\"\n Then their password is updated\n And they are redirected to <url>\n Examples:\n | currentUrl | url |\n | https://user:pass@www.example.com:444?nextPage=activity | https://www.example.com:444/activity |";
4261
+ const scenario$8 = "@author:derek\n@owner:ian\nFeature: Reset Password\n\n Background: A user in on the password reset page\n Given a user who has been redirected to the password reset page\n\n @motivating\n Scenario: Users can reset their password\n Given a user has a valid oob code as a url query parameter\n When they enter their password twice\n And they click \"Update\"\n Then their password is updated\n And a banner with a success message is displayed\n And they can log in with their new password\n\n @motivating\n Scenario Outline: Users cannot reset their password with an invalid or missing oob code\n Given a user has a <oobCode> as a url query parameter\n And the component <mayHave> \"failed-page\" with <value>\n Then they see an error message saying that their password reset code is invalid/expired\n When they click \"Continue\"\n Then they are redirected to <redirectPath>\n Examples:\n | oobCode | mayHave | value | redirectPath |\n | invalid oob code | doesn't have | N/A | / |\n | non existant oob code | doesn't have | N/A | / |\n | invalid oob code | has | /login | /login |\n | non existant oob code | has | /login | /login |\n\n @motivating\n Scenario: Users must enter the same password twice to successfully reset their password\n Given a user has been redirected to the password reset page\n And they have a valid oob code as a url query parameter\n When they enter two different passwords into the password reset form\n And they click \"Update\"\n Then their password is not be reset\n And an error banner stating the input passwords must match appears\n And their password is not be reset\n When they enter the same password twice\n And they click \"Update\"\n Then a banner appears with a success message\n And they can log in with their new password\n\n @motivating\n Scenario: Users are redirected to \"/\" by default\n Given the component does not have prop \"nextPage\"\n And the users url does not contain a \"nextPage\" query parameter\n And a user has entered their password twice\n When they click \"Update\"\n Then their password is updated\n And they are redirected to \"/\"\n\n @motivating\n Scenario: Custom redirection can be configured\n Given the component has prop \"nextPage\" with value \"/activity\"\n And the users url does not contain a \"nextPage\" query parameter\n And a user has entered their password twice\n When they click \"Update\"\n Then their password is updated\n And they are redirected to \"/activity\"\n\n @motivating\n Scenario Outline: Users are redirected to the value of the nextPage url parameter as if it were a relative path\n Given the component is loaded at <currentUrl>\n When they click \"Update\"\n Then their password is updated\n And they are redirected to <url>\n Examples:\n | currentUrl | url |\n | https://www.example.com?nextPage=./activity | https://www.example.com/activity |\n | https://www.example.com?nextPage=activity | https://www.example.com/activity |\n | https://www.example.com?nextPage=/activity | https://www.example.com/activity |\n | https://www.example.com?nextPage=www.google.com | https://www.example.com/www.google.com |\n | https://www.example.com?nextPage=//foo.com | https://www.example.com/ |\n | https://www.example.com?nextPage=https://malicious.example.com | https://www.example.com/ |\n | http://www.example.com/nest/page?oob=123&other&nextPage=activity#heading-1 | http://www.example.com/activity |\n | https://www.example.com?nextPage=activity?foo=bar | https://www.example.com/activity?foo=bar |\n | https://www.example.com?nextPage=%2Factivity%3Ffoo%3Dbar | https://www.example.com/activity?foo=bar |\n | https://www.example.com?nextPage=%2Factivity%3Ffoo%3Dbar#hash | https://www.example.com/activity?foo=bar |\n | https://www.example.com?nextPage=%2Factivity%3Ffoo%3Dbar%23hash | https://www.example.com/activity?foo=bar#hash |\n | https://www.example.com:1337?nextPage=activity | https://www.example.com:1337/activity |\n | http://1.1.1.1:1111?nextPage=activity | http://1.1.1.1:1111/activity |\n\n @landmine\n Scenario Outline: Username and password are not persisted on redirects\n Given the component is loaded at <currentUrl>\n When they click \"Update\"\n Then their password is updated\n And they are redirected to <url>\n Examples:\n | currentUrl | url |\n | https://user:pass@www.example.com:444?nextPage=activity | https://www.example.com:444/activity |";
4334
4262
 
4335
4263
  const PortalResetPassword_stories = {
4336
4264
  title: "Components/Portal Reset Password",
@@ -9573,17 +9501,17 @@ var marked = createCommonjsModule(function (module, exports) {
9573
9501
  })));
9574
9502
  });
9575
9503
 
9576
- 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` | | `string` | `\"/forgotPassword\"` |\n| `nextPage` | `next-page` | | `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` | | `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";
9504
+ 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` | Label for email field | `string` | `\"Email\"` |\n| `forgotPasswordLabel` | `forgot-password-label` | Label for forgotten password button | `string` | `\"Forgot Password?\"` |\n| `forgotPasswordPath` | `forgot-password-path` | Forgot password redirect path | `string` | `\"/forgotPassword\"` |\n| `nextPage` | `next-page` | Page navigated to after sign-in | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Sign in to your account\"` |\n| `passwordLabel` | `password-label` | Label for password field | `string` | `\"Password\"` |\n| `registerLabel` | `register-label` | Label for register button | `string` | `\"Register\"` |\n| `registerPath` | `register-path` | Register redirect path | `string` | `\"/register\"` |\n| `submitLabel` | `submit-label` | Label for submit button | `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";
9577
9505
 
9578
- 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` | | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | | `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";
9506
+ 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` | Height of the iframe container | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | URL of iframe to display | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | Width of the iframe container | `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";
9579
9507
 
9580
9508
  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| `loginPath` | `login-path` | | `string` | `\"/login\"` |\n| `redirectPath` | `redirect-path` | The page that users are redirected to from the password reset 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";
9581
9509
 
9582
- 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; validationState?: FormState; enablePasswordValidation?: 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; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `enablePasswordValidation` | `enable-password-validation` | | `boolean` | `true` |\n| `hideInputs` | `hide-inputs` | | `boolean` | `false` |\n| `loginLabel` | `login-label` | | `string` | `\"Sign in\"` |\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\n| `nextPage` | `next-page` | | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Register\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `redirectPath` | `redirect-path` | The page that users are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\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";
9510
+ 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` | Show or hide the confirm password input | `boolean` | `false` |\n| `confirmPasswordLabel` | `confirm-password-label` | | `string` | `\"Confirm Password\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; confirmPassword: boolean; hideInputs: boolean; validationState?: FormState; enablePasswordValidation?: 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; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `enablePasswordValidation` | `enable-password-validation` | | `boolean` | `true` |\n| `hideInputs` | `hide-inputs` | Hide default input fields to use custom fields | `boolean` | `false` |\n| `loginLabel` | `login-label` | | `string` | `\"Sign in\"` |\n| `loginPath` | `login-path` | Login button redirection path | `string` | `\"/login\"` |\n| `nextPage` | `next-page` | Page navigated to after registration | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Register\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `redirectPath` | `redirect-path` | The page that users are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\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";
9583
9511
 
9584
- 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| `lastnametext` | `lastnametext` | | `string` | `\"Last Name\"` |\n| `showCountry` | `show-country` | | `boolean` | `true` |\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";
9512
+ 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` | Country input field label | `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` | Email input field label | `string` | `\"Email\"` |\n| `firstnametext` | `firstnametext` | First name input field label | `string` | `\"First Name\"` |\n| `lastnametext` | `lastnametext` | Last name input field label | `string` | `\"Last Name\"` |\n| `showCountry` | `show-country` | Show or hide the country field | `boolean` | `true` |\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";
9585
9513
 
9586
- 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` | 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` | The page that users are redirected to if the reset fails due to outdated password reset attempt. | `string` | `\"/\"` |\n| `nextPage` | `next-page` | The page that users are redirected to when the password reset succeeds. | `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";
9514
+ 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` | Show or hide confirm password field | `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` | The page that users are redirected to if the reset fails due to outdated password reset attempt. | `string` | `\"/\"` |\n| `nextPage` | `next-page` | The page that users are redirected to when the password reset succeeds. | `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";
9587
9515
 
9588
9516
  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; }; content?: { email: string; verifyMessage: string; emailVerificationHeader: string; resendEmailButtonText: string; }; }` | `undefined` |\n| `emailVerificationHeader` | `email-verification-header` | | `string` | `\"Verify your email\"` |\n| `redirectPath` | `redirect-path` | The page that users are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\n| `resendEmailButtonText` | `resend-email-button-text` | | `string` | `\"Re-send Email\"` |\n| `verifyMessage` | `verify-message` | | `string` | `\"A verification email was sent to {email}. Please verify your email to continue to the portal.\"` |\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";
9589
9517
 
@@ -9627,16 +9555,16 @@ function DefaultTemplateView$1(props) {
9627
9555
  gridTemplateColumns: "repeat(9, 80px)",
9628
9556
  gridGap: "10px",
9629
9557
  } },
9630
- h("button", { onClick: () => wn.push("/") }, "Dashboard"),
9631
- props.leadSubmit && (h("button", { onClick: () => wn.push("/refer") }, "Submit a Referral")),
9632
- h("button", { onClick: () => wn.push("/activity") }, "Activity"),
9633
- h("button", { onClick: () => wn.push("/editProfile") }, "Edit Profile"),
9634
- h("button", { onClick: () => wn.push("/login") }, "Login"),
9635
- h("button", { onClick: () => wn.push("/register") }, "Register"),
9636
- h("button", { onClick: () => wn.push("/emailVerification") }, "Email Verification"),
9637
- h("button", { onClick: () => wn.push("/verifyEmail") }, "Verify Email"),
9638
- h("button", { onClick: () => wn.push("/forgotPassword") }, "Forgot Password"),
9639
- h("button", { onClick: () => wn.push("/resetPassword") }, "Reset Password")),
9558
+ h("button", { onClick: () => dn.push("/") }, "Dashboard"),
9559
+ props.leadSubmit && (h("button", { onClick: () => dn.push("/refer") }, "Submit a Referral")),
9560
+ h("button", { onClick: () => dn.push("/activity") }, "Activity"),
9561
+ h("button", { onClick: () => dn.push("/editProfile") }, "Edit Profile"),
9562
+ h("button", { onClick: () => dn.push("/login") }, "Login"),
9563
+ h("button", { onClick: () => dn.push("/register") }, "Register"),
9564
+ h("button", { onClick: () => dn.push("/emailVerification") }, "Email Verification"),
9565
+ h("button", { onClick: () => dn.push("/verifyEmail") }, "Verify Email"),
9566
+ h("button", { onClick: () => dn.push("/forgotPassword") }, "Forgot Password"),
9567
+ h("button", { onClick: () => dn.push("/resetPassword") }, "Reset Password")),
9640
9568
  h("br", null),
9641
9569
  h("div", { innerHTML: states.previewTemplate })));
9642
9570
  }
@@ -10210,14 +10138,14 @@ function setupGraphQL$9() {
10210
10138
  programId,
10211
10139
  };
10212
10140
  useEffect(() => {
10213
- te$1({
10141
+ ae$1({
10214
10142
  accountId,
10215
10143
  id,
10216
10144
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
10217
10145
  });
10218
10146
  return () => {
10219
10147
  window.widgetIdent = undefined;
10220
- te$1(undefined);
10148
+ ae$1(undefined);
10221
10149
  };
10222
10150
  }, []);
10223
10151
  return { id, accountId };
@@ -10326,14 +10254,14 @@ function setupGraphQL$a() {
10326
10254
  programId,
10327
10255
  };
10328
10256
  useEffect(() => {
10329
- te$1({
10257
+ ae$1({
10330
10258
  accountId,
10331
10259
  id,
10332
10260
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
10333
10261
  });
10334
10262
  return () => {
10335
10263
  window.widgetIdent = undefined;
10336
- te$1(undefined);
10264
+ ae$1(undefined);
10337
10265
  };
10338
10266
  }, []);
10339
10267
  return { id, accountId };
@@ -10481,14 +10409,14 @@ function setupGraphQL$b() {
10481
10409
  programId,
10482
10410
  };
10483
10411
  useEffect(() => {
10484
- te$1({
10412
+ ae$1({
10485
10413
  accountId,
10486
10414
  id,
10487
10415
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
10488
10416
  });
10489
10417
  return () => {
10490
10418
  window.widgetIdent = undefined;
10491
- te$1(undefined);
10419
+ ae$1(undefined);
10492
10420
  };
10493
10421
  }, []);
10494
10422
  return { id, accountId };
@@ -11627,14 +11555,14 @@ function setupGraphQL$c() {
11627
11555
  appDomain: "https://staging.referralsaasquatch.com",
11628
11556
  };
11629
11557
  useEffect(() => {
11630
- te$1({
11558
+ ae$1({
11631
11559
  accountId,
11632
11560
  id,
11633
11561
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
11634
11562
  });
11635
11563
  return () => {
11636
11564
  window.widgetIdent = undefined;
11637
- te$1(undefined);
11565
+ ae$1(undefined);
11638
11566
  };
11639
11567
  }, []);
11640
11568
  return { id, accountId };
@@ -11648,21 +11576,21 @@ function setupGraphQLKlip$1({ token, id }) {
11648
11576
  appDomain: "https://staging.referralsaasquatch.com",
11649
11577
  };
11650
11578
  useEffect(() => {
11651
- te$1({
11579
+ ae$1({
11652
11580
  accountId,
11653
11581
  id,
11654
11582
  jwt: token,
11655
11583
  });
11656
11584
  return () => {
11657
11585
  window.widgetIdent = undefined;
11658
- te$1(undefined);
11586
+ ae$1(undefined);
11659
11587
  };
11660
11588
  }, []);
11661
11589
  return { id, accountId };
11662
11590
  }
11663
11591
  const ReferralTable$1 = createHookStory(() => {
11664
11592
  setupGraphQL$c();
11665
- D$1("sam-partner-test-2");
11593
+ A$1("sam-partner-test-2");
11666
11594
  return (h("sqm-referral-table", null,
11667
11595
  h("sqm-referral-table-user-column", null),
11668
11596
  h("sqm-referral-table-status-column", null),
@@ -11688,7 +11616,7 @@ const ReferralTableEn = createHookStory(() => {
11688
11616
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWVuZ2xpc2giLCJpZCI6InNhbWVuZ2xpc2gifX0._6OTVF3gcipu_ibgthUNr5UHwC-2E_lhCENI5HpYvcw",
11689
11617
  id: "samenglish",
11690
11618
  });
11691
- D$1("klip-referral-program");
11619
+ A$1("klip-referral-program");
11692
11620
  return (h("sqm-referral-table", { "per-page": "4" },
11693
11621
  h("sqm-referral-table-user-column", { "column-title": "User" }),
11694
11622
  h("sqm-referral-table-status-column", { "column-title": "Referral Status" }),
@@ -11700,7 +11628,7 @@ const ReferralTableTr = createHookStory(() => {
11700
11628
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbXR1cmtleSIsImlkIjoic2FtdHVya2V5In19.usSMe0RWg8W5FtwcvJayvAlxTw6vMxjTyWXaP8jI8_U",
11701
11629
  id: "samturkey",
11702
11630
  });
11703
- D$1("klip-referral-program");
11631
+ A$1("klip-referral-program");
11704
11632
  return (h("sqm-referral-table", { "more-label": "Daha", "prev-label": "\u00D6ncesi", "empty-state-text": "Hen\u00FCz \u00D6d\u00FCl Yok", "per-page": "4" },
11705
11633
  h("sqm-referral-table-user-column", { "column-title": "Kullan\u0131c\u0131lar", "anonymous-user": "Anonim Kullan\u0131c\u0131", "deleted-user": "Silinmi\u015F Kullan\u0131c\u0131" }),
11706
11634
  h("sqm-referral-table-status-column", { "column-title": "Durumu", "converted-status-text": "D\u00F6n\u00FC\u015Ft\u00FCr", "in-progress-status-text": "Devam etmekte" }),
@@ -11712,7 +11640,7 @@ const ReferralTableFr = createHookStory(() => {
11712
11640
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWZyZW5jaCIsImlkIjoic2FtZnJlbmNoIn19.cwhasHpfU5MLV4vGbCQcazb6p19iSw5pD2zyrVHgePg",
11713
11641
  id: "samfrench",
11714
11642
  });
11715
- D$1("klip-referral-program");
11643
+ A$1("klip-referral-program");
11716
11644
  return (h("sqm-referral-table", { "more-label": "Plus", "prev-label": "Pr\u00E9c\u00E9dent", "empty-state-text": "Aucune R\u00E9f\u00E9rence Maintenant", "per-page": "4" },
11717
11645
  h("sqm-referral-table-user-column", { "column-title": "Utilisateur", "anonymous-user": "Utilisateur Anonyme", "deleted-user": "Utilisateur Supprim\u00E9" }),
11718
11646
  h("sqm-referral-table-status-column", { "column-title": "Statut de Parrainage", "converted-status-text": "Converti", "in-progress-status-text": "En cours" }),
@@ -12440,7 +12368,8 @@ const ManyTabs = () => (h("div", { style: { maxWidth: "700px", margin: "auto" },
12440
12368
  <sqm-tabs>
12441
12369
  <sqm-tab header="General">This is the general tab</sqm-tab>
12442
12370
  <sqm-tab header="Custom">This is the custom tab</sqm-tab>
12443
- <sqm-tab header="Advanced">This is the advanced tab</sqm-tab> <sqm-tab header="General">This is the general tab</sqm-tab>
12371
+ <sqm-tab header="Advanced">This is the advanced tab</sqm-tab>
12372
+ <sqm-tab header="General">This is the general tab</sqm-tab>
12444
12373
  <sqm-tab header="Custom">This is the custom tab</sqm-tab>
12445
12374
  <sqm-tab header="Advanced">This is the advanced tab</sqm-tab>
12446
12375
  <sqm-tab header="General">This is the general tab</sqm-tab>