@saasquatch/mint-components 1.5.6-2 → 1.6.0-0

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 (360) hide show
  1. package/dist/cjs/{ShadowViewAddon-1bbdf477.js → ShadowViewAddon-67ab6be4.js} +16 -16
  2. package/dist/cjs/{global-22fb2ec7.js → global-aaa3f929.js} +2 -2
  3. package/dist/cjs/{index.module-fb61a163.js → index.module-b9e4136f.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-7248fc06.js → re-render-90da06a2.js} +4 -4
  7. package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
  8. package/dist/cjs/sqm-big-stat_35.cjs.entry.js +151 -216
  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 +7 -15
  12. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +6 -6
  13. package/dist/cjs/{sqm-navigation-sidebar-item-view-52ab014f.js → sqm-navigation-sidebar-item-view-919190ec.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 +4 -7
  16. package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
  17. package/dist/cjs/{sqm-portal-email-verification-view-fc30fd1a.js → sqm-portal-email-verification-view-83e44767.js} +1 -1
  18. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +13 -12
  19. package/dist/cjs/{sqm-portal-footer-view-78528c31.js → sqm-portal-footer-view-b2dc31a2.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 +11 -10
  22. package/dist/cjs/sqm-portal-logout.cjs.entry.js +5 -5
  23. package/dist/cjs/{sqm-portal-profile-view-64e85659.js → sqm-portal-profile-view-3b7650df.js} +1 -1
  24. package/dist/cjs/sqm-portal-profile.cjs.entry.js +15 -25
  25. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +7 -7
  26. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +20 -21
  27. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +11 -10
  28. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +14 -27
  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 +14 -18
  31. package/dist/cjs/sqm-stencilbook.cjs.entry.js +161 -89
  32. package/dist/cjs/sqm-tabs.cjs.entry.js +3 -3
  33. package/dist/cjs/{useChildElements-24538fc5.js → useChildElements-315320bd.js} +2 -2
  34. package/dist/cjs/{useReferralTable-1e71d2dc.js → useReferralTable-32fed069.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 +8 -13
  37. package/dist/collection/components/sqm-brand/sqm-brand.js +1 -1
  38. package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +0 -1
  39. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +10 -11
  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 +0 -1
  44. package/dist/collection/components/sqm-form-message/sqm-form-message.js +3 -3
  45. package/dist/collection/components/sqm-hero/sqm-hero.js +15 -23
  46. package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +3 -7
  47. package/dist/collection/components/sqm-hook-story-container/sqm-hook-story-container.js +0 -3
  48. package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +74 -2
  49. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +8 -10
  50. package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.js +4 -4
  51. package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -4
  52. package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +3 -3
  53. package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +1 -1
  54. package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +1 -1
  55. package/dist/collection/components/sqm-password-field/sqm-password-field.js +6 -9
  56. package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +11 -11
  57. package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +22 -34
  58. package/dist/collection/components/sqm-portal-change-password/usePortalChangePassword.js +2 -2
  59. package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +4 -5
  60. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +8 -8
  61. package/dist/collection/components/sqm-portal-email-verification/usePortalEmailVerification.js +3 -2
  62. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +8 -8
  63. package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +3 -2
  64. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +26 -42
  65. package/dist/collection/components/sqm-portal-login/usePortalLogin.js +3 -2
  66. package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +2 -2
  67. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +21 -31
  68. package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +2 -2
  69. package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +28 -36
  70. package/dist/collection/components/sqm-portal-register/usePortalRegister.js +2 -2
  71. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +21 -23
  72. package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +4 -3
  73. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +4 -4
  74. package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +3 -2
  75. package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +0 -1
  76. package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +0 -2
  77. package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +0 -2
  78. package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +9 -11
  79. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +0 -1
  80. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +0 -1
  81. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +0 -1
  82. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +0 -1
  83. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +6 -11
  84. package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +14 -23
  85. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +13 -21
  86. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +0 -1
  87. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +0 -1
  88. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +2 -3
  89. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +8 -13
  90. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +0 -1
  91. package/dist/collection/components/sqm-route/sqm-route.js +1 -1
  92. package/dist/collection/components/sqm-share-button/sqm-share-button.js +15 -25
  93. package/dist/collection/components/sqm-share-code/sqm-share-code.js +7 -7
  94. package/dist/collection/components/sqm-share-link/sqm-share-link.js +7 -7
  95. package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +2 -3
  96. package/dist/collection/components/sqm-tab/sqm-tab.js +0 -1
  97. package/dist/collection/components/sqm-task-card/sqm-task-card.js +8 -95
  98. package/dist/collection/components/sqm-text-span/sqm-text-span.js +1 -1
  99. package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +0 -2
  100. package/dist/collection/components/sqm-timeline/sqm-timeline.js +2 -4
  101. package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +4 -4
  102. package/dist/collection/components/sqm-user-name/sqm-user-name.js +5 -6
  103. package/dist/esm/{ShadowViewAddon-e2996624.js → ShadowViewAddon-2b1e68bd.js} +18 -18
  104. package/dist/esm/{global-5c84f57f.js → global-3b481fc7.js} +3 -3
  105. package/dist/esm/{index.module-f5e17a4e.js → index.module-23da8fa0.js} +4 -4
  106. package/dist/esm/loader.js +4 -4
  107. package/dist/esm/{luxon-f44215d9.js → luxon-578505e2.js} +1 -1
  108. package/dist/esm/mint-components.js +4 -4
  109. package/dist/esm/{re-render-69774e13.js → re-render-3368de52.js} +5 -5
  110. package/dist/esm/sqm-asset-card.entry.js +4 -4
  111. package/dist/esm/sqm-big-stat_35.entry.js +154 -219
  112. package/dist/esm/sqm-empty_5.entry.js +3 -3
  113. package/dist/esm/sqm-form-message.entry.js +1 -1
  114. package/dist/esm/sqm-graphql-client-provider.entry.js +7 -7
  115. package/dist/esm/{sqm-hero-view-71d1202f.js → sqm-hero-view-b54265df.js} +2 -2
  116. package/dist/esm/sqm-hero.entry.js +10 -18
  117. package/dist/esm/sqm-leaderboard-rank.entry.js +8 -8
  118. package/dist/esm/{sqm-navigation-sidebar-item-view-51714c31.js → sqm-navigation-sidebar-item-view-fbbc41b5.js} +2 -2
  119. package/dist/esm/sqm-navigation-sidebar-item.entry.js +6 -6
  120. package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
  121. package/dist/esm/sqm-password-field.entry.js +6 -9
  122. package/dist/esm/sqm-popup-container.entry.js +6 -6
  123. package/dist/esm/{sqm-portal-email-verification-view-ac38b167.js → sqm-portal-email-verification-view-825ee492.js} +1 -1
  124. package/dist/esm/sqm-portal-email-verification.entry.js +15 -14
  125. package/dist/esm/{sqm-portal-footer-view-a6d09022.js → sqm-portal-footer-view-fd0225f4.js} +1 -1
  126. package/dist/esm/sqm-portal-footer.entry.js +5 -5
  127. package/dist/esm/sqm-portal-forgot-password.entry.js +13 -12
  128. package/dist/esm/sqm-portal-logout.entry.js +7 -7
  129. package/dist/esm/{sqm-portal-profile-view-419d1eb9.js → sqm-portal-profile-view-61c2c482.js} +1 -1
  130. package/dist/esm/sqm-portal-profile.entry.js +17 -27
  131. package/dist/esm/sqm-portal-protected-route.entry.js +9 -9
  132. package/dist/esm/sqm-portal-reset-password.entry.js +22 -23
  133. package/dist/esm/sqm-portal-verify-email.entry.js +13 -12
  134. package/dist/esm/sqm-referral-table_11.entry.js +17 -30
  135. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  136. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +4 -4
  137. package/dist/esm/sqm-rewards-table_9.entry.js +17 -21
  138. package/dist/esm/sqm-stencilbook.entry.js +165 -93
  139. package/dist/esm/sqm-tabs.entry.js +5 -5
  140. package/dist/esm/sqm-text-span.entry.js +1 -1
  141. package/dist/esm/{stencil-hooks.module-acc8a613.js → stencil-hooks.module-e39af977.js} +1 -1
  142. package/dist/esm/{use-callback-7e0bfd3b.js → use-callback-697e2ff0.js} +1 -1
  143. package/dist/esm/{useChildElements-a8347aea.js → useChildElements-ad0746fa.js} +3 -3
  144. package/dist/esm/{useReferralTable-5cac5b13.js → useReferralTable-8fe4bd12.js} +9 -9
  145. package/dist/esm-es5/ShadowViewAddon-2b1e68bd.js +1 -0
  146. package/dist/esm-es5/{global-5c84f57f.js → global-3b481fc7.js} +2 -2
  147. package/dist/esm-es5/{index.module-f5e17a4e.js → index.module-23da8fa0.js} +1 -1
  148. package/dist/esm-es5/loader.js +1 -1
  149. package/dist/esm-es5/{luxon-f44215d9.js → luxon-578505e2.js} +1 -1
  150. package/dist/esm-es5/mint-components.js +1 -1
  151. package/dist/esm-es5/{re-render-69774e13.js → re-render-3368de52.js} +1 -1
  152. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  153. package/dist/esm-es5/sqm-big-stat_35.entry.js +1 -1
  154. package/dist/esm-es5/sqm-empty_5.entry.js +1 -1
  155. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  156. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  157. package/dist/esm-es5/{sqm-hero-view-71d1202f.js → sqm-hero-view-b54265df.js} +1 -1
  158. package/dist/esm-es5/sqm-hero.entry.js +1 -1
  159. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  160. package/dist/esm-es5/sqm-navigation-sidebar-item-view-fbbc41b5.js +1 -0
  161. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  162. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  163. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  164. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  165. package/dist/esm-es5/{sqm-portal-email-verification-view-ac38b167.js → sqm-portal-email-verification-view-825ee492.js} +1 -1
  166. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  167. package/dist/esm-es5/{sqm-portal-footer-view-a6d09022.js → sqm-portal-footer-view-fd0225f4.js} +1 -1
  168. package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
  169. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  170. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  171. package/dist/esm-es5/{sqm-portal-profile-view-419d1eb9.js → sqm-portal-profile-view-61c2c482.js} +1 -1
  172. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  173. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  174. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  175. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  176. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  177. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  178. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  179. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  180. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  181. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  182. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  183. package/dist/esm-es5/{stencil-hooks.module-acc8a613.js → stencil-hooks.module-e39af977.js} +1 -1
  184. package/dist/esm-es5/use-callback-697e2ff0.js +1 -0
  185. package/dist/esm-es5/{useChildElements-a8347aea.js → useChildElements-ad0746fa.js} +1 -1
  186. package/dist/esm-es5/useReferralTable-8fe4bd12.js +1 -0
  187. package/dist/mint-components/mint-components.esm.js +1 -1
  188. package/dist/mint-components/mint-components.js +1 -1
  189. package/dist/mint-components/p-0568ccb2.system.entry.js +1 -0
  190. package/dist/mint-components/{p-f92e3e87.system.js → p-0732a954.system.js} +1 -1
  191. package/dist/mint-components/p-076a5ca5.entry.js +1 -0
  192. package/dist/mint-components/{p-f6d3a2d4.system.js → p-092c73b2.system.js} +1 -1
  193. package/dist/mint-components/p-09d29174.entry.js +1 -0
  194. package/dist/mint-components/{p-48f9babc.system.entry.js → p-0accfb5c.system.entry.js} +1 -1
  195. package/dist/mint-components/p-0b115074.system.entry.js +1 -0
  196. package/dist/mint-components/{p-bd7b8620.system.entry.js → p-1706b667.system.entry.js} +1 -1
  197. package/dist/mint-components/{p-3970de96.js → p-1f1ea7b5.js} +1 -1
  198. package/dist/mint-components/p-2617d103.system.entry.js +1 -0
  199. package/dist/mint-components/{p-78640db1.system.entry.js → p-2620c909.system.entry.js} +1 -1
  200. package/dist/mint-components/{p-63136070.system.entry.js → p-2b7af7c4.system.entry.js} +1 -1
  201. package/dist/mint-components/{p-4b0e876f.js → p-2d37c91f.js} +2 -2
  202. package/dist/mint-components/{p-27455c4c.js → p-30b3592f.js} +1 -1
  203. package/dist/mint-components/p-37232f63.system.js +1 -0
  204. package/dist/mint-components/{p-0494f792.js → p-37f18cb2.js} +1 -1
  205. package/dist/mint-components/{p-e1d01511.system.js → p-3d6b2357.system.js} +1 -1
  206. package/dist/mint-components/p-3dd20384.entry.js +1 -0
  207. package/dist/mint-components/{p-82ecbcd1.js → p-40104334.js} +1 -1
  208. package/dist/mint-components/p-408f983a.system.js +1 -0
  209. package/dist/mint-components/{p-6738565c.entry.js → p-41633759.entry.js} +1 -1
  210. package/dist/mint-components/p-4502a264.entry.js +1 -0
  211. package/dist/mint-components/{p-bbf96ff3.system.js → p-4519c6d9.system.js} +1 -1
  212. package/dist/mint-components/{p-e707831a.entry.js → p-46aabfb7.entry.js} +1 -1
  213. package/dist/mint-components/{p-ee26e870.entry.js → p-48476882.entry.js} +2 -2
  214. package/dist/mint-components/{p-cf9cfac0.entry.js → p-48a1e759.entry.js} +1 -1
  215. package/dist/mint-components/{p-e0d5d38e.system.entry.js → p-5eec9992.system.entry.js} +1 -1
  216. package/dist/mint-components/{p-60de562c.entry.js → p-6237c202.entry.js} +1 -1
  217. package/dist/mint-components/{p-12a9ade0.entry.js → p-692db6d6.entry.js} +2 -2
  218. package/dist/mint-components/{p-c7b0f076.entry.js → p-69ebe7e3.entry.js} +2 -2
  219. package/dist/mint-components/{p-4ebe044d.entry.js → p-69f10938.entry.js} +1 -1
  220. package/dist/mint-components/p-69fbe6a4.entry.js +1 -0
  221. package/dist/mint-components/{p-5cdcff11.system.entry.js → p-6ae460a6.system.entry.js} +1 -1
  222. package/dist/mint-components/{p-6549ad6a.system.js → p-6b5830c0.system.js} +1 -1
  223. package/dist/mint-components/{p-596902cd.system.entry.js → p-6badb7b8.system.entry.js} +1 -1
  224. package/dist/mint-components/{p-3facf714.js → p-6cb7ca36.js} +1 -1
  225. package/dist/mint-components/{p-38d6112f.entry.js → p-6e33fcfe.entry.js} +1 -1
  226. package/dist/mint-components/{p-eb314fed.js → p-72ebbd38.js} +1 -1
  227. package/dist/mint-components/{p-13086b8d.js → p-75b9bdf1.js} +1 -1
  228. package/dist/mint-components/{p-4ac2d13b.system.entry.js → p-7607d5b8.system.entry.js} +1 -1
  229. package/dist/mint-components/{p-232672a2.entry.js → p-7669b806.entry.js} +2 -2
  230. package/dist/mint-components/{p-c0d24b76.system.entry.js → p-79db0843.system.entry.js} +1 -1
  231. package/dist/mint-components/{p-3c96bae3.entry.js → p-7cec4e63.entry.js} +1 -1
  232. package/dist/mint-components/{p-95398ce2.js → p-85087b21.js} +1 -1
  233. package/dist/mint-components/{p-dcdbf128.system.js → p-8a0aa2c2.system.js} +1 -1
  234. package/dist/mint-components/{p-6ee04453.entry.js → p-8f09f202.entry.js} +1 -1
  235. package/dist/mint-components/p-90efeeb4.entry.js +1 -0
  236. package/dist/mint-components/{p-7794c289.js → p-916a8f50.js} +1 -1
  237. package/dist/mint-components/{p-e01d8fdc.system.js → p-98164439.system.js} +1 -1
  238. package/dist/mint-components/{p-4f8830b7.entry.js → p-9a03d2d8.entry.js} +1 -1
  239. package/dist/mint-components/p-a2c865c1.system.entry.js +1 -0
  240. package/dist/mint-components/{p-94096609.system.js → p-a7fe3715.system.js} +1 -1
  241. package/dist/mint-components/{p-fd4d90b9.system.js → p-a96702e2.system.js} +1 -1
  242. package/dist/mint-components/p-ab2f103f.system.entry.js +1 -0
  243. package/dist/mint-components/p-b0edbe25.system.entry.js +1 -0
  244. package/dist/mint-components/{p-e2f8b782.system.entry.js → p-b1918aeb.system.entry.js} +1 -1
  245. package/dist/mint-components/p-b46d6eb0.entry.js +1 -0
  246. package/dist/mint-components/{p-5ab46a89.entry.js → p-bc72afd4.entry.js} +1 -1
  247. package/dist/mint-components/{p-819298a8.system.js → p-bef21e92.system.js} +1 -1
  248. package/dist/mint-components/p-bfcd61f9.entry.js +1 -0
  249. package/dist/mint-components/p-c34200f5.entry.js +159 -0
  250. package/dist/mint-components/{p-c0a8476e.system.entry.js → p-c4b55529.system.entry.js} +1 -1
  251. package/dist/mint-components/p-c564c4bf.entry.js +1 -0
  252. package/dist/mint-components/{p-7548e059.system.entry.js → p-c6c911a5.system.entry.js} +1 -1
  253. package/dist/mint-components/{p-d3cc0d60.system.js → p-c750d5c5.system.js} +1 -1
  254. package/dist/mint-components/{p-a6d4cffd.system.entry.js → p-c8c83a9e.system.entry.js} +1 -1
  255. package/dist/mint-components/{p-ba99d04e.system.entry.js → p-c922af25.system.entry.js} +1 -1
  256. package/dist/mint-components/p-c9afecee.system.entry.js +1 -0
  257. package/dist/mint-components/{p-f7fba9e4.system.entry.js → p-c9f239c4.system.entry.js} +1 -1
  258. package/dist/mint-components/{p-19042a54.system.entry.js → p-cdf31925.system.entry.js} +1 -1
  259. package/dist/mint-components/{p-f298a1bc.system.entry.js → p-ce86e36f.system.entry.js} +1 -1
  260. package/dist/mint-components/{p-c7d34b6a.system.entry.js → p-db3637b4.system.entry.js} +1 -1
  261. package/dist/mint-components/{p-48ec6605.system.js → p-dc7b06ef.system.js} +1 -1
  262. package/dist/mint-components/{p-e4e5168b.entry.js → p-e9a11c35.entry.js} +1 -1
  263. package/dist/mint-components/p-ea63fd6f.entry.js +1 -0
  264. package/dist/mint-components/p-ee461c80.js +1 -0
  265. package/dist/mint-components/{p-28d44352.js → p-f4008f63.js} +1 -1
  266. package/dist/mint-components/{p-047a840f.system.entry.js → p-f86ba72a.system.entry.js} +1 -1
  267. package/dist/mint-components/{p-97650e34.js → p-f97cf424.js} +1 -1
  268. package/dist/mint-components/{p-0ee797b8.system.js → p-fb7288a2.system.js} +1 -1
  269. package/dist/mint-components/p-fc789a00.js +1 -0
  270. package/dist/types/components/sqm-asset-card/sqm-asset-card.d.ts +2 -2
  271. package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +5 -12
  272. package/dist/types/components/sqm-brand/sqm-brand.d.ts +1 -1
  273. package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +0 -1
  274. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +5 -6
  275. package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +2 -2
  276. package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +3 -3
  277. package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +7 -10
  278. package/dist/types/components/sqm-empty/sqm-empty.d.ts +0 -1
  279. package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +2 -8
  280. package/dist/types/components/sqm-hero/sqm-hero.d.ts +8 -20
  281. package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +1 -5
  282. package/dist/types/components/sqm-hook-story-container/sqm-hook-story-container.d.ts +0 -3
  283. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +7 -7
  284. package/dist/types/components/sqm-leaderboard-rank/sqm-leaderboard-rank.d.ts +4 -4
  285. package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +2 -2
  286. package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +2 -4
  287. package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +1 -1
  288. package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +1 -1
  289. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +2 -5
  290. package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +6 -21
  291. package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +8 -20
  292. package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +3 -6
  293. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +4 -4
  294. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +4 -4
  295. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +9 -25
  296. package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +1 -1
  297. package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +8 -18
  298. package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +1 -1
  299. package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +12 -20
  300. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +10 -12
  301. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +2 -2
  302. package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +0 -1
  303. package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +0 -2
  304. package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +0 -2
  305. package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +4 -7
  306. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +0 -1
  307. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +0 -1
  308. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +0 -1
  309. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +0 -1
  310. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +2 -7
  311. package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +6 -15
  312. package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +9 -17
  313. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +0 -1
  314. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +0 -1
  315. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +1 -2
  316. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +3 -8
  317. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +0 -1
  318. package/dist/types/components/sqm-route/sqm-route.d.ts +1 -1
  319. package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +9 -24
  320. package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +2 -3
  321. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +2 -3
  322. package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +1 -2
  323. package/dist/types/components/sqm-tab/sqm-tab.d.ts +0 -1
  324. package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +8 -34
  325. package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +1 -1
  326. package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +0 -2
  327. package/dist/types/components/sqm-timeline/sqm-timeline.d.ts +2 -4
  328. package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +2 -2
  329. package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +2 -3
  330. package/dist/types/components.d.ts +318 -478
  331. package/grapesjs/grapesjs.js +1 -1
  332. package/package.json +4 -9
  333. package/dist/esm-es5/ShadowViewAddon-e2996624.js +0 -1
  334. package/dist/esm-es5/sqm-navigation-sidebar-item-view-51714c31.js +0 -1
  335. package/dist/esm-es5/use-callback-7e0bfd3b.js +0 -1
  336. package/dist/esm-es5/useReferralTable-5cac5b13.js +0 -1
  337. package/dist/mint-components/p-25ac7c14.system.entry.js +0 -1
  338. package/dist/mint-components/p-4a1f24ef.entry.js +0 -1
  339. package/dist/mint-components/p-4a2782fd.system.entry.js +0 -1
  340. package/dist/mint-components/p-4fe59c93.system.entry.js +0 -1
  341. package/dist/mint-components/p-5bef951d.system.entry.js +0 -1
  342. package/dist/mint-components/p-60b01103.js +0 -1
  343. package/dist/mint-components/p-71969ce5.system.entry.js +0 -1
  344. package/dist/mint-components/p-71ecbb3b.system.js +0 -1
  345. package/dist/mint-components/p-83e4168e.system.entry.js +0 -1
  346. package/dist/mint-components/p-91acec3d.entry.js +0 -159
  347. package/dist/mint-components/p-95bbe8a7.entry.js +0 -1
  348. package/dist/mint-components/p-982ad256.js +0 -1
  349. package/dist/mint-components/p-9eb6d960.entry.js +0 -1
  350. package/dist/mint-components/p-a57057c4.system.entry.js +0 -1
  351. package/dist/mint-components/p-ac6c93ee.entry.js +0 -1
  352. package/dist/mint-components/p-cc6d91bd.entry.js +0 -1
  353. package/dist/mint-components/p-cccba50e.entry.js +0 -1
  354. package/dist/mint-components/p-d7bc7e50.entry.js +0 -1
  355. package/dist/mint-components/p-d815567f.system.js +0 -1
  356. package/dist/mint-components/p-ef3f3523.entry.js +0 -1
  357. package/dist/mint-components/p-fd2852a7.entry.js +0 -1
  358. package/dist/mint-components/p-ff932bfa.entry.js +0 -1
  359. package/docs/docs.docx +0 -0
  360. package/docs/raisins.json +0 -1
@@ -4,9 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-87a1f4f7.js');
7
- require('./global-22fb2ec7.js');
7
+ require('./global-aaa3f929.js');
8
8
  require('./use-callback-e754042f.js');
9
- const index_module = require('./index.module-fb61a163.js');
9
+ const index_module = require('./index.module-b9e4136f.js');
10
10
  require('./extends-08099afd.js');
11
11
  require('./cjs-1066ec21.js');
12
12
  require('./mixins-fe9d4112.js');
@@ -19,15 +19,15 @@ const sqmAssetCardView = require('./sqm-asset-card-view-3da8cac1.js');
19
19
  const sqmHeroView = require('./sqm-hero-view-46223e34.js');
20
20
  const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-5a3d4a88.js');
21
21
  const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-969adcdc.js');
22
- const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-52ab014f.js');
23
- const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-fc30fd1a.js');
24
- const sqmPortalFooterView = require('./sqm-portal-footer-view-78528c31.js');
22
+ const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-919190ec.js');
23
+ const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-83e44767.js');
24
+ const sqmPortalFooterView = require('./sqm-portal-footer-view-b2dc31a2.js');
25
25
  const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-fed1f563.js');
26
26
  const sqmPortalContainerView = require('./sqm-portal-container-view-840db620.js');
27
- const sqmPortalProfileView = require('./sqm-portal-profile-view-64e85659.js');
27
+ const sqmPortalProfileView = require('./sqm-portal-profile-view-3b7650df.js');
28
28
  const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-f8dc0b79.js');
29
29
  const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-cc59877c.js');
30
- const ShadowViewAddon = require('./ShadowViewAddon-1bbdf477.js');
30
+ const ShadowViewAddon = require('./ShadowViewAddon-67ab6be4.js');
31
31
  const sqmPortalSectionView = require('./sqm-portal-section-view-854a3e9c.js');
32
32
 
33
33
  /**
@@ -1852,6 +1852,78 @@ const users = [
1852
1852
  rowNumber: 10,
1853
1853
  },
1854
1854
  ];
1855
+ const pointsUsers = [
1856
+ {
1857
+ firstName: "",
1858
+ lastInitial: "",
1859
+ textValue: "82 Points",
1860
+ rank: 1,
1861
+ rowNumber: 1,
1862
+ },
1863
+ {
1864
+ firstName: "MF",
1865
+ lastInitial: "D",
1866
+ textValue: "73 Points",
1867
+ rank: 2,
1868
+ rowNumber: 2,
1869
+ },
1870
+ {
1871
+ firstName: "Freddie",
1872
+ lastInitial: "G",
1873
+ textValue: "64 Points",
1874
+ rank: 3,
1875
+ rowNumber: 3,
1876
+ },
1877
+ {
1878
+ firstName: "Benny",
1879
+ lastInitial: "B",
1880
+ textValue: "55 Points",
1881
+ rank: 4,
1882
+ rowNumber: 4,
1883
+ },
1884
+ {
1885
+ firstName: "Mos",
1886
+ lastInitial: "D",
1887
+ textValue: "46 Points",
1888
+ rank: 5,
1889
+ rowNumber: 5,
1890
+ },
1891
+ {
1892
+ firstName: "Joe",
1893
+ lastInitial: "S",
1894
+ textValue: "42 Points",
1895
+ rank: 6,
1896
+ rowNumber: 6,
1897
+ },
1898
+ {
1899
+ firstName: "Zach",
1900
+ lastInitial: "H",
1901
+ textValue: "41 Points",
1902
+ rank: 7,
1903
+ rowNumber: 7,
1904
+ },
1905
+ {
1906
+ firstName: "Sarah",
1907
+ lastInitial: "S",
1908
+ textValue: "39 Points",
1909
+ rank: 8,
1910
+ rowNumber: 8,
1911
+ },
1912
+ {
1913
+ firstName: "James",
1914
+ lastInitial: "",
1915
+ textValue: "33 Points",
1916
+ rank: 9,
1917
+ rowNumber: 9,
1918
+ },
1919
+ {
1920
+ firstName: "",
1921
+ lastInitial: "J",
1922
+ textValue: "29 Points",
1923
+ rank: 10,
1924
+ rowNumber: 10,
1925
+ },
1926
+ ];
1855
1927
  const defaultStyles$1 = {
1856
1928
  usersheading: "User",
1857
1929
  statsheading: "Referrals",
@@ -2058,12 +2130,12 @@ const PointsLeaderboard = () => {
2058
2130
  },
2059
2131
  data: {
2060
2132
  rankType: "rowNumber",
2061
- leaderboard: users,
2133
+ leaderboard: pointsUsers,
2062
2134
  rowNumber: 10,
2063
2135
  viewerRank: {
2064
2136
  firstName: "Viktor",
2065
2137
  lastInitial: "V",
2066
- textValue: "82",
2138
+ textValue: "82 Points",
2067
2139
  rank: 1,
2068
2140
  rowNumber: 1,
2069
2141
  },
@@ -2285,36 +2357,36 @@ const routes = `
2285
2357
  `;
2286
2358
  const TemplateNavigation = createHookStory(() => {
2287
2359
  return (index.h("div", null,
2288
- index.h("button", { onClick: () => index_module.dn.push("/") }, "/"),
2289
- index.h("button", { onClick: () => index_module.dn.push("/foo") }, "/foo"),
2290
- index.h("button", { onClick: () => index_module.dn.push("/bar") }, "/bar"),
2291
- index.h("button", { onClick: () => index_module.dn.push("/baz/bang") }, "/baz/bang"),
2292
- index.h("button", { onClick: () => index_module.dn.push("/refer") }, "/refer"),
2293
- index.h("button", { onClick: () => index_module.dn.push("/refer/1") }, "/refer/1"),
2294
- index.h("button", { onClick: () => index_module.dn.push("/refer/2") }, "/refer/2"),
2295
- index.h("button", { onClick: () => index_module.dn.back() }, "Back"),
2296
- index.h("button", { onClick: () => index_module.dn.forward() }, "Forward"),
2360
+ index.h("button", { onClick: () => index_module.wn.push("/") }, "/"),
2361
+ index.h("button", { onClick: () => index_module.wn.push("/foo") }, "/foo"),
2362
+ index.h("button", { onClick: () => index_module.wn.push("/bar") }, "/bar"),
2363
+ index.h("button", { onClick: () => index_module.wn.push("/baz/bang") }, "/baz/bang"),
2364
+ index.h("button", { onClick: () => index_module.wn.push("/refer") }, "/refer"),
2365
+ index.h("button", { onClick: () => index_module.wn.push("/refer/1") }, "/refer/1"),
2366
+ index.h("button", { onClick: () => index_module.wn.push("/refer/2") }, "/refer/2"),
2367
+ index.h("button", { onClick: () => index_module.wn.back() }, "Back"),
2368
+ index.h("button", { onClick: () => index_module.wn.forward() }, "Forward"),
2297
2369
  index.h("hr", null),
2298
2370
  index.h("sqm-router", { innerHTML: templates })));
2299
2371
  });
2300
2372
  const RouteNavigation = createHookStory(() => {
2301
2373
  return (index.h("div", null,
2302
- index.h("button", { onClick: () => index_module.dn.push("/") }, "/"),
2303
- index.h("button", { onClick: () => index_module.dn.push("/foo") }, "/foo"),
2304
- index.h("button", { onClick: () => index_module.dn.push("/bar") }, "/bar"),
2305
- index.h("button", { onClick: () => index_module.dn.push("/baz/bang") }, "/baz/bang"),
2306
- index.h("button", { onClick: () => index_module.dn.push("/refer") }, "/refer"),
2307
- index.h("button", { onClick: () => index_module.dn.push("/refer/1") }, "/refer/1"),
2308
- index.h("button", { onClick: () => index_module.dn.push("/refer/2") }, "/refer/2"),
2309
- index.h("button", { onClick: () => index_module.dn.back() }, "Back"),
2310
- index.h("button", { onClick: () => index_module.dn.forward() }, "Forward"),
2374
+ index.h("button", { onClick: () => index_module.wn.push("/") }, "/"),
2375
+ index.h("button", { onClick: () => index_module.wn.push("/foo") }, "/foo"),
2376
+ index.h("button", { onClick: () => index_module.wn.push("/bar") }, "/bar"),
2377
+ index.h("button", { onClick: () => index_module.wn.push("/baz/bang") }, "/baz/bang"),
2378
+ index.h("button", { onClick: () => index_module.wn.push("/refer") }, "/refer"),
2379
+ index.h("button", { onClick: () => index_module.wn.push("/refer/1") }, "/refer/1"),
2380
+ index.h("button", { onClick: () => index_module.wn.push("/refer/2") }, "/refer/2"),
2381
+ index.h("button", { onClick: () => index_module.wn.back() }, "Back"),
2382
+ index.h("button", { onClick: () => index_module.wn.forward() }, "Forward"),
2311
2383
  index.h("hr", null),
2312
2384
  index.h("sqm-router", { innerHTML: routes })));
2313
2385
  });
2314
2386
  const Styling = createHookStory(() => {
2315
2387
  return (index.h("div", null,
2316
- index.h("button", { onClick: () => index_module.dn.push("/") }, "/"),
2317
- index.h("button", { onClick: () => index_module.dn.push("/foo") }, "/foo"),
2388
+ index.h("button", { onClick: () => index_module.wn.push("/") }, "/"),
2389
+ index.h("button", { onClick: () => index_module.wn.push("/foo") }, "/foo"),
2318
2390
  index.h("hr", null),
2319
2391
  index.h("div", { style: { display: "flex", justifyContent: "space-around" } },
2320
2392
  index.h("sqm-router", { innerHTML: `<template path="/">
@@ -2328,7 +2400,7 @@ function useTemplate(templateString) {
2328
2400
  const [previewTemplate, setPreviewTemplate] = stencilHooks_module.useState(templateString);
2329
2401
  function setPath(e) {
2330
2402
  //@ts-ignore
2331
- index_module.dn.push(e.target.value);
2403
+ index_module.wn.push(e.target.value);
2332
2404
  }
2333
2405
  return {
2334
2406
  states: { previewTemplate, editedTemplate },
@@ -2492,8 +2564,8 @@ const FullStackFrame = () => {
2492
2564
  "Current path:",
2493
2565
  " ",
2494
2566
  index.h("code", null,
2495
- index.h("strong", null, (_a = index_module.ln()) === null || _a === void 0 ? void 0 : _a.pathname))),
2496
- index.h("button", { onClick: index_module.dn.back }, "Go Back")));
2567
+ index.h("strong", null, (_a = index_module.bn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2568
+ index.h("button", { onClick: index_module.wn.back }, "Go Back")));
2497
2569
  };
2498
2570
  const FullStackFrameLoggedOut = () => {
2499
2571
  var _a;
@@ -2517,8 +2589,8 @@ const FullStackFrameLoggedOut = () => {
2517
2589
  "Current path:",
2518
2590
  " ",
2519
2591
  index.h("code", null,
2520
- index.h("strong", null, (_a = index_module.ln()) === null || _a === void 0 ? void 0 : _a.pathname))),
2521
- index.h("button", { onClick: index_module.dn.back }, "Go Back")));
2592
+ index.h("strong", null, (_a = index_module.bn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2593
+ index.h("button", { onClick: index_module.wn.back }, "Go Back")));
2522
2594
  };
2523
2595
 
2524
2596
  const PortalFrame = /*#__PURE__*/Object.freeze({
@@ -2612,14 +2684,14 @@ function setupGraphQL$1() {
2612
2684
  programId,
2613
2685
  };
2614
2686
  stencilHooks_module.useEffect(() => {
2615
- index_module.ae({
2687
+ index_module.te({
2616
2688
  accountId,
2617
2689
  id,
2618
2690
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
2619
2691
  });
2620
2692
  return () => {
2621
2693
  window.widgetIdent = undefined;
2622
- index_module.ae(undefined);
2694
+ index_module.te(undefined);
2623
2695
  };
2624
2696
  }, []);
2625
2697
  }
@@ -2674,14 +2746,14 @@ function setupGraphQL$2() {
2674
2746
  programId,
2675
2747
  };
2676
2748
  stencilHooks_module.useEffect(() => {
2677
- index_module.ae({
2749
+ index_module.te({
2678
2750
  accountId,
2679
2751
  id,
2680
2752
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
2681
2753
  });
2682
2754
  return () => {
2683
2755
  window.widgetIdent = undefined;
2684
- index_module.ae(undefined);
2756
+ index_module.te(undefined);
2685
2757
  };
2686
2758
  }, []);
2687
2759
  }
@@ -2736,14 +2808,14 @@ function setupGraphQL$3() {
2736
2808
  programId,
2737
2809
  };
2738
2810
  stencilHooks_module.useEffect(() => {
2739
- index_module.ae({
2811
+ index_module.te({
2740
2812
  accountId,
2741
2813
  id,
2742
2814
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6Im55bmVsbGllIiwiaWQiOiJueW5lbGxpZSJ9fQ.3KV974VPLgk4tD8LQfJTi4IPkKCmnaB8w48HzVJYDuI",
2743
2815
  });
2744
2816
  return () => {
2745
2817
  window.widgetIdent = undefined;
2746
- index_module.ae(undefined);
2818
+ index_module.te(undefined);
2747
2819
  };
2748
2820
  }, []);
2749
2821
  }
@@ -2877,14 +2949,14 @@ function setupGraphQL$4() {
2877
2949
  programId,
2878
2950
  };
2879
2951
  stencilHooks_module.useEffect(() => {
2880
- index_module.ae({
2952
+ index_module.te({
2881
2953
  accountId,
2882
2954
  id,
2883
2955
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6IndvcnJpZWQtY2FtZXJhQHVleHdsdGdoLm1haWxvc2F1ci5uZXQiLCJpZCI6IndvcnJpZWQtY2FtZXJhQHVleHdsdGdoLm1haWxvc2F1ci5uZXQiLCJmaXJzdE5hbWUiOiJ0ZXN0IiwibGFzdE5hbWUiOiJ0ZXN0In19.ziDWbdCwsTo1ijxl8d2__Ga-6iFOVShaJUPp2ZBMeO0",
2884
2956
  });
2885
2957
  return () => {
2886
2958
  window.widgetIdent = undefined;
2887
- index_module.ae(undefined);
2959
+ index_module.te(undefined);
2888
2960
  };
2889
2961
  }, []);
2890
2962
  }
@@ -2924,14 +2996,14 @@ function setupGraphQL$5() {
2924
2996
  programId,
2925
2997
  };
2926
2998
  stencilHooks_module.useEffect(() => {
2927
- index_module.ae({
2999
+ index_module.te({
2928
3000
  accountId,
2929
3001
  id,
2930
3002
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
2931
3003
  });
2932
3004
  return () => {
2933
3005
  window.widgetIdent = undefined;
2934
- index_module.ae(undefined);
3006
+ index_module.te(undefined);
2935
3007
  };
2936
3008
  }, []);
2937
3009
  }
@@ -2947,14 +3019,14 @@ function setupOtherGraphQL() {
2947
3019
  programId,
2948
3020
  };
2949
3021
  stencilHooks_module.useEffect(() => {
2950
- index_module.ae({
3022
+ index_module.te({
2951
3023
  accountId,
2952
3024
  id,
2953
3025
  jwt: JWT,
2954
3026
  });
2955
3027
  return () => {
2956
3028
  window.widgetIdent = undefined;
2957
- index_module.ae(undefined);
3029
+ index_module.te(undefined);
2958
3030
  };
2959
3031
  }, []);
2960
3032
  return { id, accountId };
@@ -3188,14 +3260,14 @@ function setupGraphQL$6() {
3188
3260
  programId,
3189
3261
  };
3190
3262
  stencilHooks_module.useEffect(() => {
3191
- index_module.ae({
3263
+ index_module.te({
3192
3264
  accountId,
3193
3265
  id,
3194
3266
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
3195
3267
  });
3196
3268
  return () => {
3197
3269
  window.widgetIdent = undefined;
3198
- index_module.ae(undefined);
3270
+ index_module.te(undefined);
3199
3271
  };
3200
3272
  }, []);
3201
3273
  return { id, accountId };
@@ -3204,7 +3276,7 @@ function useExchangeButton() {
3204
3276
  const { id, accountId } = setupGraphQL$6();
3205
3277
  const [points, setPoints] = stencilHooks_module.useState(10);
3206
3278
  const [rate, setRate] = stencilHooks_module.useState(100);
3207
- const [exchange, { data, errors }] = index_module._e(EXCHANGE);
3279
+ const [exchange, { data, errors }] = index_module.Ye(EXCHANGE);
3208
3280
  return {
3209
3281
  states: {
3210
3282
  points,
@@ -3319,14 +3391,14 @@ function setupGraphQL$7() {
3319
3391
  appDomain: "https://staging.referralsaasquatch.com",
3320
3392
  };
3321
3393
  stencilHooks_module.useEffect(() => {
3322
- index_module.ae({
3394
+ index_module.te({
3323
3395
  accountId,
3324
3396
  id,
3325
3397
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
3326
3398
  });
3327
3399
  return () => {
3328
3400
  window.widgetIdent = undefined;
3329
- index_module.ae(undefined);
3401
+ index_module.te(undefined);
3330
3402
  };
3331
3403
  }, []);
3332
3404
  return { id, accountId };
@@ -3340,14 +3412,14 @@ function setupGraphQLKlip({ token, id }) {
3340
3412
  appDomain: "https://staging.referralsaasquatch.com",
3341
3413
  };
3342
3414
  stencilHooks_module.useEffect(() => {
3343
- index_module.ae({
3415
+ index_module.te({
3344
3416
  accountId,
3345
3417
  id,
3346
3418
  jwt: token,
3347
3419
  });
3348
3420
  return () => {
3349
3421
  window.widgetIdent = undefined;
3350
- index_module.ae(undefined);
3422
+ index_module.te(undefined);
3351
3423
  };
3352
3424
  }, []);
3353
3425
  return { id, accountId };
@@ -3361,7 +3433,7 @@ const RewardTableDemoHook = createHookStory(() => {
3361
3433
  });
3362
3434
  const RewardsTableWithProgram = createHookStory(() => {
3363
3435
  setupGraphQL$7();
3364
- index_module.A("sam-partner-test-2");
3436
+ index_module.D("sam-partner-test-2");
3365
3437
  return (index.h("sqm-rewards-table", null,
3366
3438
  index.h("sqm-rewards-table-reward-column", null),
3367
3439
  index.h("sqm-rewards-table-status-column", null),
@@ -3370,7 +3442,7 @@ const RewardsTableWithProgram = createHookStory(() => {
3370
3442
  });
3371
3443
  const RewardsTableNoProgram = createHookStory(() => {
3372
3444
  setupGraphQL$7();
3373
- index_module.A(undefined);
3445
+ index_module.D(undefined);
3374
3446
  return (index.h("sqm-rewards-table", null,
3375
3447
  index.h("sqm-rewards-table-reward-column", null),
3376
3448
  index.h("sqm-rewards-table-status-column", null),
@@ -3382,7 +3454,7 @@ const RewardsTableEn = createHookStory(() => {
3382
3454
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWVuZ2xpc2giLCJpZCI6InNhbWVuZ2xpc2gifX0._6OTVF3gcipu_ibgthUNr5UHwC-2E_lhCENI5HpYvcw",
3383
3455
  id: "samenglish",
3384
3456
  });
3385
- index_module.A(undefined);
3457
+ index_module.D(undefined);
3386
3458
  return (index.h("sqm-rewards-table", { "per-page": "4" },
3387
3459
  index.h("sqm-rewards-table-reward-column", null),
3388
3460
  index.h("sqm-rewards-table-status-column", null),
@@ -3394,7 +3466,7 @@ const RewardsTableTr = createHookStory(() => {
3394
3466
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbXR1cmtleSIsImlkIjoic2FtdHVya2V5In19.usSMe0RWg8W5FtwcvJayvAlxTw6vMxjTyWXaP8jI8_U",
3395
3467
  id: "samturkey",
3396
3468
  });
3397
- index_module.A(undefined);
3469
+ index_module.D(undefined);
3398
3470
  return (index.h("sqm-rewards-table", { "per-page": "4", "more-label": "Daha", "prev-label": "\u00D6ncesi", "empty-state-text": "Hen\u00FCz Referans Yok" },
3399
3471
  index.h("sqm-rewards-table-reward-column", { "column-title": "\u00D6d\u00FCller", "redeemed-text": "{redeemedAmount} kullan\u0131ld\u0131", "available-text": "{availableAmount} mevcut" }),
3400
3472
  index.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 {}}" }),
@@ -3406,7 +3478,7 @@ const RewardsTableFr = createHookStory(() => {
3406
3478
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWZyZW5jaCIsImlkIjoic2FtZnJlbmNoIn19.cwhasHpfU5MLV4vGbCQcazb6p19iSw5pD2zyrVHgePg",
3407
3479
  id: "samfrench",
3408
3480
  });
3409
- index_module.A(undefined);
3481
+ index_module.D(undefined);
3410
3482
  return (index.h("sqm-rewards-table", { "per-page": "4", "more-label": "Plus", "prev-label": "Pr\u00E9c\u00E9dent", "empty-state-text": "Aucune R\u00E9compenses Maintenant" },
3411
3483
  index.h("sqm-rewards-table-reward-column", { "column-title": "R\u00E9compenses", "redeemed-text": "{redeemedAmount} rachet\u00E9e", "available-text": "{availableAmount} disponible" }),
3412
3484
  index.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 {}}" }),
@@ -3440,14 +3512,14 @@ function setupGraphQL$8() {
3440
3512
  programId,
3441
3513
  };
3442
3514
  stencilHooks_module.useEffect(() => {
3443
- index_module.ae({
3515
+ index_module.te({
3444
3516
  accountId,
3445
3517
  id,
3446
3518
  jwt: JWT,
3447
3519
  });
3448
3520
  return () => {
3449
3521
  window.widgetIdent = undefined;
3450
- index_module.ae(undefined);
3522
+ index_module.te(undefined);
3451
3523
  };
3452
3524
  }, []);
3453
3525
  return { id, accountId };
@@ -9505,17 +9577,17 @@ var marked = stencilHooks_module.createCommonjsModule(function (module, exports)
9505
9577
  })));
9506
9578
  });
9507
9579
 
9508
- 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";
9580
+ 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";
9509
9581
 
9510
- 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";
9582
+ 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";
9511
9583
 
9512
9584
  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";
9513
9585
 
9514
- 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";
9586
+ 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";
9515
9587
 
9516
- 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";
9588
+ 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";
9517
9589
 
9518
- 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";
9590
+ 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";
9519
9591
 
9520
9592
  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";
9521
9593
 
@@ -9559,16 +9631,16 @@ function DefaultTemplateView$1(props) {
9559
9631
  gridTemplateColumns: "repeat(9, 80px)",
9560
9632
  gridGap: "10px",
9561
9633
  } },
9562
- index.h("button", { onClick: () => index_module.dn.push("/") }, "Dashboard"),
9563
- props.leadSubmit && (index.h("button", { onClick: () => index_module.dn.push("/refer") }, "Submit a Referral")),
9564
- index.h("button", { onClick: () => index_module.dn.push("/activity") }, "Activity"),
9565
- index.h("button", { onClick: () => index_module.dn.push("/editProfile") }, "Edit Profile"),
9566
- index.h("button", { onClick: () => index_module.dn.push("/login") }, "Login"),
9567
- index.h("button", { onClick: () => index_module.dn.push("/register") }, "Register"),
9568
- index.h("button", { onClick: () => index_module.dn.push("/emailVerification") }, "Email Verification"),
9569
- index.h("button", { onClick: () => index_module.dn.push("/verifyEmail") }, "Verify Email"),
9570
- index.h("button", { onClick: () => index_module.dn.push("/forgotPassword") }, "Forgot Password"),
9571
- index.h("button", { onClick: () => index_module.dn.push("/resetPassword") }, "Reset Password")),
9634
+ index.h("button", { onClick: () => index_module.wn.push("/") }, "Dashboard"),
9635
+ props.leadSubmit && (index.h("button", { onClick: () => index_module.wn.push("/refer") }, "Submit a Referral")),
9636
+ index.h("button", { onClick: () => index_module.wn.push("/activity") }, "Activity"),
9637
+ index.h("button", { onClick: () => index_module.wn.push("/editProfile") }, "Edit Profile"),
9638
+ index.h("button", { onClick: () => index_module.wn.push("/login") }, "Login"),
9639
+ index.h("button", { onClick: () => index_module.wn.push("/register") }, "Register"),
9640
+ index.h("button", { onClick: () => index_module.wn.push("/emailVerification") }, "Email Verification"),
9641
+ index.h("button", { onClick: () => index_module.wn.push("/verifyEmail") }, "Verify Email"),
9642
+ index.h("button", { onClick: () => index_module.wn.push("/forgotPassword") }, "Forgot Password"),
9643
+ index.h("button", { onClick: () => index_module.wn.push("/resetPassword") }, "Reset Password")),
9572
9644
  index.h("br", null),
9573
9645
  index.h("div", { innerHTML: states.previewTemplate })));
9574
9646
  }
@@ -10142,14 +10214,14 @@ function setupGraphQL$9() {
10142
10214
  programId,
10143
10215
  };
10144
10216
  stencilHooks_module.useEffect(() => {
10145
- index_module.ae({
10217
+ index_module.te({
10146
10218
  accountId,
10147
10219
  id,
10148
10220
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
10149
10221
  });
10150
10222
  return () => {
10151
10223
  window.widgetIdent = undefined;
10152
- index_module.ae(undefined);
10224
+ index_module.te(undefined);
10153
10225
  };
10154
10226
  }, []);
10155
10227
  return { id, accountId };
@@ -10258,14 +10330,14 @@ function setupGraphQL$a() {
10258
10330
  programId,
10259
10331
  };
10260
10332
  stencilHooks_module.useEffect(() => {
10261
- index_module.ae({
10333
+ index_module.te({
10262
10334
  accountId,
10263
10335
  id,
10264
10336
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
10265
10337
  });
10266
10338
  return () => {
10267
10339
  window.widgetIdent = undefined;
10268
- index_module.ae(undefined);
10340
+ index_module.te(undefined);
10269
10341
  };
10270
10342
  }, []);
10271
10343
  return { id, accountId };
@@ -10413,14 +10485,14 @@ function setupGraphQL$b() {
10413
10485
  programId,
10414
10486
  };
10415
10487
  stencilHooks_module.useEffect(() => {
10416
- index_module.ae({
10488
+ index_module.te({
10417
10489
  accountId,
10418
10490
  id,
10419
10491
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
10420
10492
  });
10421
10493
  return () => {
10422
10494
  window.widgetIdent = undefined;
10423
- index_module.ae(undefined);
10495
+ index_module.te(undefined);
10424
10496
  };
10425
10497
  }, []);
10426
10498
  return { id, accountId };
@@ -11559,14 +11631,14 @@ function setupGraphQL$c() {
11559
11631
  appDomain: "https://staging.referralsaasquatch.com",
11560
11632
  };
11561
11633
  stencilHooks_module.useEffect(() => {
11562
- index_module.ae({
11634
+ index_module.te({
11563
11635
  accountId,
11564
11636
  id,
11565
11637
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
11566
11638
  });
11567
11639
  return () => {
11568
11640
  window.widgetIdent = undefined;
11569
- index_module.ae(undefined);
11641
+ index_module.te(undefined);
11570
11642
  };
11571
11643
  }, []);
11572
11644
  return { id, accountId };
@@ -11580,21 +11652,21 @@ function setupGraphQLKlip$1({ token, id }) {
11580
11652
  appDomain: "https://staging.referralsaasquatch.com",
11581
11653
  };
11582
11654
  stencilHooks_module.useEffect(() => {
11583
- index_module.ae({
11655
+ index_module.te({
11584
11656
  accountId,
11585
11657
  id,
11586
11658
  jwt: token,
11587
11659
  });
11588
11660
  return () => {
11589
11661
  window.widgetIdent = undefined;
11590
- index_module.ae(undefined);
11662
+ index_module.te(undefined);
11591
11663
  };
11592
11664
  }, []);
11593
11665
  return { id, accountId };
11594
11666
  }
11595
11667
  const ReferralTable$1 = createHookStory(() => {
11596
11668
  setupGraphQL$c();
11597
- index_module.A("sam-partner-test-2");
11669
+ index_module.D("sam-partner-test-2");
11598
11670
  return (index.h("sqm-referral-table", null,
11599
11671
  index.h("sqm-referral-table-user-column", null),
11600
11672
  index.h("sqm-referral-table-status-column", null),
@@ -11620,7 +11692,7 @@ const ReferralTableEn = createHookStory(() => {
11620
11692
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWVuZ2xpc2giLCJpZCI6InNhbWVuZ2xpc2gifX0._6OTVF3gcipu_ibgthUNr5UHwC-2E_lhCENI5HpYvcw",
11621
11693
  id: "samenglish",
11622
11694
  });
11623
- index_module.A("klip-referral-program");
11695
+ index_module.D("klip-referral-program");
11624
11696
  return (index.h("sqm-referral-table", { "per-page": "4" },
11625
11697
  index.h("sqm-referral-table-user-column", { "column-title": "User" }),
11626
11698
  index.h("sqm-referral-table-status-column", { "column-title": "Referral Status" }),
@@ -11632,7 +11704,7 @@ const ReferralTableTr = createHookStory(() => {
11632
11704
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbXR1cmtleSIsImlkIjoic2FtdHVya2V5In19.usSMe0RWg8W5FtwcvJayvAlxTw6vMxjTyWXaP8jI8_U",
11633
11705
  id: "samturkey",
11634
11706
  });
11635
- index_module.A("klip-referral-program");
11707
+ index_module.D("klip-referral-program");
11636
11708
  return (index.h("sqm-referral-table", { "more-label": "Daha", "prev-label": "\u00D6ncesi", "empty-state-text": "Hen\u00FCz \u00D6d\u00FCl Yok", "per-page": "4" },
11637
11709
  index.h("sqm-referral-table-user-column", { "column-title": "Kullan\u0131c\u0131lar", "anonymous-user": "Anonim Kullan\u0131c\u0131", "deleted-user": "Silinmi\u015F Kullan\u0131c\u0131" }),
11638
11710
  index.h("sqm-referral-table-status-column", { "column-title": "Durumu", "converted-status-text": "D\u00F6n\u00FC\u015Ft\u00FCr", "in-progress-status-text": "Devam etmekte" }),
@@ -11644,7 +11716,7 @@ const ReferralTableFr = createHookStory(() => {
11644
11716
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWZyZW5jaCIsImlkIjoic2FtZnJlbmNoIn19.cwhasHpfU5MLV4vGbCQcazb6p19iSw5pD2zyrVHgePg",
11645
11717
  id: "samfrench",
11646
11718
  });
11647
- index_module.A("klip-referral-program");
11719
+ index_module.D("klip-referral-program");
11648
11720
  return (index.h("sqm-referral-table", { "more-label": "Plus", "prev-label": "Pr\u00E9c\u00E9dent", "empty-state-text": "Aucune R\u00E9f\u00E9rence Maintenant", "per-page": "4" },
11649
11721
  index.h("sqm-referral-table-user-column", { "column-title": "Utilisateur", "anonymous-user": "Utilisateur Anonyme", "deleted-user": "Utilisateur Supprim\u00E9" }),
11650
11722
  index.h("sqm-referral-table-status-column", { "column-title": "Statut de Parrainage", "converted-status-text": "Converti", "in-progress-status-text": "En cours" }),