@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
@@ -1,29 +1,29 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-17b4da69.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';
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-3b481fc7.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-23da8fa0.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-f44215d9.js';
11
+ import { l as luxon } from './luxon-578505e2.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-71d1202f.js';
15
+ import { H as HeroView } from './sqm-hero-view-b54265df.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-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';
18
+ import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-fbbc41b5.js';
19
+ import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-825ee492.js';
20
+ import { a as PoweredByImg$1, P as PortalFooterView } from './sqm-portal-footer-view-fd0225f4.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-419d1eb9.js';
23
+ import { P as PortalProfileView } from './sqm-portal-profile-view-61c2c482.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-e2996624.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-2b1e68bd.js';
27
27
  import { P as PortalSectionView } from './sqm-portal-section-view-6c249c74.js';
28
28
 
29
29
  /**
@@ -1848,6 +1848,78 @@ 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
+ ];
1851
1923
  const defaultStyles$1 = {
1852
1924
  usersheading: "User",
1853
1925
  statsheading: "Referrals",
@@ -2054,12 +2126,12 @@ const PointsLeaderboard = () => {
2054
2126
  },
2055
2127
  data: {
2056
2128
  rankType: "rowNumber",
2057
- leaderboard: users,
2129
+ leaderboard: pointsUsers,
2058
2130
  rowNumber: 10,
2059
2131
  viewerRank: {
2060
2132
  firstName: "Viktor",
2061
2133
  lastInitial: "V",
2062
- textValue: "82",
2134
+ textValue: "82 Points",
2063
2135
  rank: 1,
2064
2136
  rowNumber: 1,
2065
2137
  },
@@ -2281,36 +2353,36 @@ const routes = `
2281
2353
  `;
2282
2354
  const TemplateNavigation = createHookStory(() => {
2283
2355
  return (h("div", null,
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"),
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"),
2293
2365
  h("hr", null),
2294
2366
  h("sqm-router", { innerHTML: templates })));
2295
2367
  });
2296
2368
  const RouteNavigation = createHookStory(() => {
2297
2369
  return (h("div", null,
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"),
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"),
2307
2379
  h("hr", null),
2308
2380
  h("sqm-router", { innerHTML: routes })));
2309
2381
  });
2310
2382
  const Styling = createHookStory(() => {
2311
2383
  return (h("div", null,
2312
- h("button", { onClick: () => dn.push("/") }, "/"),
2313
- h("button", { onClick: () => dn.push("/foo") }, "/foo"),
2384
+ h("button", { onClick: () => wn.push("/") }, "/"),
2385
+ h("button", { onClick: () => wn.push("/foo") }, "/foo"),
2314
2386
  h("hr", null),
2315
2387
  h("div", { style: { display: "flex", justifyContent: "space-around" } },
2316
2388
  h("sqm-router", { innerHTML: `<template path="/">
@@ -2324,7 +2396,7 @@ function useTemplate(templateString) {
2324
2396
  const [previewTemplate, setPreviewTemplate] = useState(templateString);
2325
2397
  function setPath(e) {
2326
2398
  //@ts-ignore
2327
- dn.push(e.target.value);
2399
+ wn.push(e.target.value);
2328
2400
  }
2329
2401
  return {
2330
2402
  states: { previewTemplate, editedTemplate },
@@ -2488,8 +2560,8 @@ const FullStackFrame = () => {
2488
2560
  "Current path:",
2489
2561
  " ",
2490
2562
  h("code", null,
2491
- h("strong", null, (_a = ln()) === null || _a === void 0 ? void 0 : _a.pathname))),
2492
- h("button", { onClick: dn.back }, "Go Back")));
2563
+ h("strong", null, (_a = bn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2564
+ h("button", { onClick: wn.back }, "Go Back")));
2493
2565
  };
2494
2566
  const FullStackFrameLoggedOut = () => {
2495
2567
  var _a;
@@ -2513,8 +2585,8 @@ const FullStackFrameLoggedOut = () => {
2513
2585
  "Current path:",
2514
2586
  " ",
2515
2587
  h("code", null,
2516
- h("strong", null, (_a = ln()) === null || _a === void 0 ? void 0 : _a.pathname))),
2517
- h("button", { onClick: dn.back }, "Go Back")));
2588
+ h("strong", null, (_a = bn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2589
+ h("button", { onClick: wn.back }, "Go Back")));
2518
2590
  };
2519
2591
 
2520
2592
  const PortalFrame = /*#__PURE__*/Object.freeze({
@@ -2608,14 +2680,14 @@ function setupGraphQL$1() {
2608
2680
  programId,
2609
2681
  };
2610
2682
  useEffect(() => {
2611
- ae$1({
2683
+ te$1({
2612
2684
  accountId,
2613
2685
  id,
2614
2686
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
2615
2687
  });
2616
2688
  return () => {
2617
2689
  window.widgetIdent = undefined;
2618
- ae$1(undefined);
2690
+ te$1(undefined);
2619
2691
  };
2620
2692
  }, []);
2621
2693
  }
@@ -2670,14 +2742,14 @@ function setupGraphQL$2() {
2670
2742
  programId,
2671
2743
  };
2672
2744
  useEffect(() => {
2673
- ae$1({
2745
+ te$1({
2674
2746
  accountId,
2675
2747
  id,
2676
2748
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
2677
2749
  });
2678
2750
  return () => {
2679
2751
  window.widgetIdent = undefined;
2680
- ae$1(undefined);
2752
+ te$1(undefined);
2681
2753
  };
2682
2754
  }, []);
2683
2755
  }
@@ -2732,14 +2804,14 @@ function setupGraphQL$3() {
2732
2804
  programId,
2733
2805
  };
2734
2806
  useEffect(() => {
2735
- ae$1({
2807
+ te$1({
2736
2808
  accountId,
2737
2809
  id,
2738
2810
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6Im55bmVsbGllIiwiaWQiOiJueW5lbGxpZSJ9fQ.3KV974VPLgk4tD8LQfJTi4IPkKCmnaB8w48HzVJYDuI",
2739
2811
  });
2740
2812
  return () => {
2741
2813
  window.widgetIdent = undefined;
2742
- ae$1(undefined);
2814
+ te$1(undefined);
2743
2815
  };
2744
2816
  }, []);
2745
2817
  }
@@ -2873,14 +2945,14 @@ function setupGraphQL$4() {
2873
2945
  programId,
2874
2946
  };
2875
2947
  useEffect(() => {
2876
- ae$1({
2948
+ te$1({
2877
2949
  accountId,
2878
2950
  id,
2879
2951
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6IndvcnJpZWQtY2FtZXJhQHVleHdsdGdoLm1haWxvc2F1ci5uZXQiLCJpZCI6IndvcnJpZWQtY2FtZXJhQHVleHdsdGdoLm1haWxvc2F1ci5uZXQiLCJmaXJzdE5hbWUiOiJ0ZXN0IiwibGFzdE5hbWUiOiJ0ZXN0In19.ziDWbdCwsTo1ijxl8d2__Ga-6iFOVShaJUPp2ZBMeO0",
2880
2952
  });
2881
2953
  return () => {
2882
2954
  window.widgetIdent = undefined;
2883
- ae$1(undefined);
2955
+ te$1(undefined);
2884
2956
  };
2885
2957
  }, []);
2886
2958
  }
@@ -2920,14 +2992,14 @@ function setupGraphQL$5() {
2920
2992
  programId,
2921
2993
  };
2922
2994
  useEffect(() => {
2923
- ae$1({
2995
+ te$1({
2924
2996
  accountId,
2925
2997
  id,
2926
2998
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
2927
2999
  });
2928
3000
  return () => {
2929
3001
  window.widgetIdent = undefined;
2930
- ae$1(undefined);
3002
+ te$1(undefined);
2931
3003
  };
2932
3004
  }, []);
2933
3005
  }
@@ -2943,14 +3015,14 @@ function setupOtherGraphQL() {
2943
3015
  programId,
2944
3016
  };
2945
3017
  useEffect(() => {
2946
- ae$1({
3018
+ te$1({
2947
3019
  accountId,
2948
3020
  id,
2949
3021
  jwt: JWT,
2950
3022
  });
2951
3023
  return () => {
2952
3024
  window.widgetIdent = undefined;
2953
- ae$1(undefined);
3025
+ te$1(undefined);
2954
3026
  };
2955
3027
  }, []);
2956
3028
  return { id, accountId };
@@ -3184,14 +3256,14 @@ function setupGraphQL$6() {
3184
3256
  programId,
3185
3257
  };
3186
3258
  useEffect(() => {
3187
- ae$1({
3259
+ te$1({
3188
3260
  accountId,
3189
3261
  id,
3190
3262
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
3191
3263
  });
3192
3264
  return () => {
3193
3265
  window.widgetIdent = undefined;
3194
- ae$1(undefined);
3266
+ te$1(undefined);
3195
3267
  };
3196
3268
  }, []);
3197
3269
  return { id, accountId };
@@ -3200,7 +3272,7 @@ function useExchangeButton() {
3200
3272
  const { id, accountId } = setupGraphQL$6();
3201
3273
  const [points, setPoints] = useState(10);
3202
3274
  const [rate, setRate] = useState(100);
3203
- const [exchange, { data, errors }] = _e(EXCHANGE);
3275
+ const [exchange, { data, errors }] = Ye(EXCHANGE);
3204
3276
  return {
3205
3277
  states: {
3206
3278
  points,
@@ -3315,14 +3387,14 @@ function setupGraphQL$7() {
3315
3387
  appDomain: "https://staging.referralsaasquatch.com",
3316
3388
  };
3317
3389
  useEffect(() => {
3318
- ae$1({
3390
+ te$1({
3319
3391
  accountId,
3320
3392
  id,
3321
3393
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
3322
3394
  });
3323
3395
  return () => {
3324
3396
  window.widgetIdent = undefined;
3325
- ae$1(undefined);
3397
+ te$1(undefined);
3326
3398
  };
3327
3399
  }, []);
3328
3400
  return { id, accountId };
@@ -3336,14 +3408,14 @@ function setupGraphQLKlip({ token, id }) {
3336
3408
  appDomain: "https://staging.referralsaasquatch.com",
3337
3409
  };
3338
3410
  useEffect(() => {
3339
- ae$1({
3411
+ te$1({
3340
3412
  accountId,
3341
3413
  id,
3342
3414
  jwt: token,
3343
3415
  });
3344
3416
  return () => {
3345
3417
  window.widgetIdent = undefined;
3346
- ae$1(undefined);
3418
+ te$1(undefined);
3347
3419
  };
3348
3420
  }, []);
3349
3421
  return { id, accountId };
@@ -3357,7 +3429,7 @@ const RewardTableDemoHook = createHookStory(() => {
3357
3429
  });
3358
3430
  const RewardsTableWithProgram = createHookStory(() => {
3359
3431
  setupGraphQL$7();
3360
- A$1("sam-partner-test-2");
3432
+ D$1("sam-partner-test-2");
3361
3433
  return (h("sqm-rewards-table", null,
3362
3434
  h("sqm-rewards-table-reward-column", null),
3363
3435
  h("sqm-rewards-table-status-column", null),
@@ -3366,7 +3438,7 @@ const RewardsTableWithProgram = createHookStory(() => {
3366
3438
  });
3367
3439
  const RewardsTableNoProgram = createHookStory(() => {
3368
3440
  setupGraphQL$7();
3369
- A$1(undefined);
3441
+ D$1(undefined);
3370
3442
  return (h("sqm-rewards-table", null,
3371
3443
  h("sqm-rewards-table-reward-column", null),
3372
3444
  h("sqm-rewards-table-status-column", null),
@@ -3378,7 +3450,7 @@ const RewardsTableEn = createHookStory(() => {
3378
3450
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWVuZ2xpc2giLCJpZCI6InNhbWVuZ2xpc2gifX0._6OTVF3gcipu_ibgthUNr5UHwC-2E_lhCENI5HpYvcw",
3379
3451
  id: "samenglish",
3380
3452
  });
3381
- A$1(undefined);
3453
+ D$1(undefined);
3382
3454
  return (h("sqm-rewards-table", { "per-page": "4" },
3383
3455
  h("sqm-rewards-table-reward-column", null),
3384
3456
  h("sqm-rewards-table-status-column", null),
@@ -3390,7 +3462,7 @@ const RewardsTableTr = createHookStory(() => {
3390
3462
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbXR1cmtleSIsImlkIjoic2FtdHVya2V5In19.usSMe0RWg8W5FtwcvJayvAlxTw6vMxjTyWXaP8jI8_U",
3391
3463
  id: "samturkey",
3392
3464
  });
3393
- A$1(undefined);
3465
+ D$1(undefined);
3394
3466
  return (h("sqm-rewards-table", { "per-page": "4", "more-label": "Daha", "prev-label": "\u00D6ncesi", "empty-state-text": "Hen\u00FCz Referans Yok" },
3395
3467
  h("sqm-rewards-table-reward-column", { "column-title": "\u00D6d\u00FCller", "redeemed-text": "{redeemedAmount} kullan\u0131ld\u0131", "available-text": "{availableAmount} mevcut" }),
3396
3468
  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 {}}" }),
@@ -3402,7 +3474,7 @@ const RewardsTableFr = createHookStory(() => {
3402
3474
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWZyZW5jaCIsImlkIjoic2FtZnJlbmNoIn19.cwhasHpfU5MLV4vGbCQcazb6p19iSw5pD2zyrVHgePg",
3403
3475
  id: "samfrench",
3404
3476
  });
3405
- A$1(undefined);
3477
+ D$1(undefined);
3406
3478
  return (h("sqm-rewards-table", { "per-page": "4", "more-label": "Plus", "prev-label": "Pr\u00E9c\u00E9dent", "empty-state-text": "Aucune R\u00E9compenses Maintenant" },
3407
3479
  h("sqm-rewards-table-reward-column", { "column-title": "R\u00E9compenses", "redeemed-text": "{redeemedAmount} rachet\u00E9e", "available-text": "{availableAmount} disponible" }),
3408
3480
  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 {}}" }),
@@ -3436,14 +3508,14 @@ function setupGraphQL$8() {
3436
3508
  programId,
3437
3509
  };
3438
3510
  useEffect(() => {
3439
- ae$1({
3511
+ te$1({
3440
3512
  accountId,
3441
3513
  id,
3442
3514
  jwt: JWT,
3443
3515
  });
3444
3516
  return () => {
3445
3517
  window.widgetIdent = undefined;
3446
- ae$1(undefined);
3518
+ te$1(undefined);
3447
3519
  };
3448
3520
  }, []);
3449
3521
  return { id, accountId };
@@ -9501,17 +9573,17 @@ var marked = createCommonjsModule(function (module, exports) {
9501
9573
  })));
9502
9574
  });
9503
9575
 
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";
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";
9505
9577
 
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";
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";
9507
9579
 
9508
9580
  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";
9509
9581
 
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";
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";
9511
9583
 
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";
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";
9513
9585
 
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";
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";
9515
9587
 
9516
9588
  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";
9517
9589
 
@@ -9555,16 +9627,16 @@ function DefaultTemplateView$1(props) {
9555
9627
  gridTemplateColumns: "repeat(9, 80px)",
9556
9628
  gridGap: "10px",
9557
9629
  } },
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")),
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")),
9568
9640
  h("br", null),
9569
9641
  h("div", { innerHTML: states.previewTemplate })));
9570
9642
  }
@@ -10138,14 +10210,14 @@ function setupGraphQL$9() {
10138
10210
  programId,
10139
10211
  };
10140
10212
  useEffect(() => {
10141
- ae$1({
10213
+ te$1({
10142
10214
  accountId,
10143
10215
  id,
10144
10216
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
10145
10217
  });
10146
10218
  return () => {
10147
10219
  window.widgetIdent = undefined;
10148
- ae$1(undefined);
10220
+ te$1(undefined);
10149
10221
  };
10150
10222
  }, []);
10151
10223
  return { id, accountId };
@@ -10254,14 +10326,14 @@ function setupGraphQL$a() {
10254
10326
  programId,
10255
10327
  };
10256
10328
  useEffect(() => {
10257
- ae$1({
10329
+ te$1({
10258
10330
  accountId,
10259
10331
  id,
10260
10332
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
10261
10333
  });
10262
10334
  return () => {
10263
10335
  window.widgetIdent = undefined;
10264
- ae$1(undefined);
10336
+ te$1(undefined);
10265
10337
  };
10266
10338
  }, []);
10267
10339
  return { id, accountId };
@@ -10409,14 +10481,14 @@ function setupGraphQL$b() {
10409
10481
  programId,
10410
10482
  };
10411
10483
  useEffect(() => {
10412
- ae$1({
10484
+ te$1({
10413
10485
  accountId,
10414
10486
  id,
10415
10487
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
10416
10488
  });
10417
10489
  return () => {
10418
10490
  window.widgetIdent = undefined;
10419
- ae$1(undefined);
10491
+ te$1(undefined);
10420
10492
  };
10421
10493
  }, []);
10422
10494
  return { id, accountId };
@@ -11555,14 +11627,14 @@ function setupGraphQL$c() {
11555
11627
  appDomain: "https://staging.referralsaasquatch.com",
11556
11628
  };
11557
11629
  useEffect(() => {
11558
- ae$1({
11630
+ te$1({
11559
11631
  accountId,
11560
11632
  id,
11561
11633
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
11562
11634
  });
11563
11635
  return () => {
11564
11636
  window.widgetIdent = undefined;
11565
- ae$1(undefined);
11637
+ te$1(undefined);
11566
11638
  };
11567
11639
  }, []);
11568
11640
  return { id, accountId };
@@ -11576,21 +11648,21 @@ function setupGraphQLKlip$1({ token, id }) {
11576
11648
  appDomain: "https://staging.referralsaasquatch.com",
11577
11649
  };
11578
11650
  useEffect(() => {
11579
- ae$1({
11651
+ te$1({
11580
11652
  accountId,
11581
11653
  id,
11582
11654
  jwt: token,
11583
11655
  });
11584
11656
  return () => {
11585
11657
  window.widgetIdent = undefined;
11586
- ae$1(undefined);
11658
+ te$1(undefined);
11587
11659
  };
11588
11660
  }, []);
11589
11661
  return { id, accountId };
11590
11662
  }
11591
11663
  const ReferralTable$1 = createHookStory(() => {
11592
11664
  setupGraphQL$c();
11593
- A$1("sam-partner-test-2");
11665
+ D$1("sam-partner-test-2");
11594
11666
  return (h("sqm-referral-table", null,
11595
11667
  h("sqm-referral-table-user-column", null),
11596
11668
  h("sqm-referral-table-status-column", null),
@@ -11616,7 +11688,7 @@ const ReferralTableEn = createHookStory(() => {
11616
11688
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWVuZ2xpc2giLCJpZCI6InNhbWVuZ2xpc2gifX0._6OTVF3gcipu_ibgthUNr5UHwC-2E_lhCENI5HpYvcw",
11617
11689
  id: "samenglish",
11618
11690
  });
11619
- A$1("klip-referral-program");
11691
+ D$1("klip-referral-program");
11620
11692
  return (h("sqm-referral-table", { "per-page": "4" },
11621
11693
  h("sqm-referral-table-user-column", { "column-title": "User" }),
11622
11694
  h("sqm-referral-table-status-column", { "column-title": "Referral Status" }),
@@ -11628,7 +11700,7 @@ const ReferralTableTr = createHookStory(() => {
11628
11700
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbXR1cmtleSIsImlkIjoic2FtdHVya2V5In19.usSMe0RWg8W5FtwcvJayvAlxTw6vMxjTyWXaP8jI8_U",
11629
11701
  id: "samturkey",
11630
11702
  });
11631
- A$1("klip-referral-program");
11703
+ D$1("klip-referral-program");
11632
11704
  return (h("sqm-referral-table", { "more-label": "Daha", "prev-label": "\u00D6ncesi", "empty-state-text": "Hen\u00FCz \u00D6d\u00FCl Yok", "per-page": "4" },
11633
11705
  h("sqm-referral-table-user-column", { "column-title": "Kullan\u0131c\u0131lar", "anonymous-user": "Anonim Kullan\u0131c\u0131", "deleted-user": "Silinmi\u015F Kullan\u0131c\u0131" }),
11634
11706
  h("sqm-referral-table-status-column", { "column-title": "Durumu", "converted-status-text": "D\u00F6n\u00FC\u015Ft\u00FCr", "in-progress-status-text": "Devam etmekte" }),
@@ -11640,7 +11712,7 @@ const ReferralTableFr = createHookStory(() => {
11640
11712
  token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InNhbWZyZW5jaCIsImlkIjoic2FtZnJlbmNoIn19.cwhasHpfU5MLV4vGbCQcazb6p19iSw5pD2zyrVHgePg",
11641
11713
  id: "samfrench",
11642
11714
  });
11643
- A$1("klip-referral-program");
11715
+ D$1("klip-referral-program");
11644
11716
  return (h("sqm-referral-table", { "more-label": "Plus", "prev-label": "Pr\u00E9c\u00E9dent", "empty-state-text": "Aucune R\u00E9f\u00E9rence Maintenant", "per-page": "4" },
11645
11717
  h("sqm-referral-table-user-column", { "column-title": "Utilisateur", "anonymous-user": "Utilisateur Anonyme", "deleted-user": "Utilisateur Supprim\u00E9" }),
11646
11718
  h("sqm-referral-table-status-column", { "column-title": "Statut de Parrainage", "converted-status-text": "Converti", "in-progress-status-text": "En cours" }),