@saasquatch/mint-components 1.5.0-71 → 1.5.0-75

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 (264) hide show
  1. package/dist/cjs/{ShadowViewAddon-fbbacd12.js → ShadowViewAddon-c4425ca8.js} +19 -20
  2. package/dist/cjs/{global-58d95b21.js → global-633d1fb7.js} +46 -3
  3. package/dist/cjs/{index.module-54724339.js → index.module-f972f103.js} +6189 -6189
  4. package/dist/cjs/loader.cjs.js +3 -4
  5. package/dist/cjs/mint-components.cjs.js +3 -4
  6. package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
  7. package/dist/cjs/sqm-big-stat.cjs.entry.js +3 -3
  8. package/dist/cjs/{sqm-brand_28.cjs.entry.js → sqm-brand_29.cjs.entry.js} +113 -73
  9. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
  10. package/dist/cjs/sqm-image_4.cjs.entry.js +12 -12
  11. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +5 -6
  12. package/dist/cjs/sqm-name-fields.cjs.entry.js +2 -2
  13. package/dist/cjs/{sqm-navigation-sidebar-item-view-da648fbc.js → sqm-navigation-sidebar-item-view-2ac54715.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 +2 -2
  16. package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
  17. package/dist/cjs/{sqm-portal-email-verification-view-f42557ca.js → sqm-portal-email-verification-view-c32a55d6.js} +1 -1
  18. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +6 -7
  19. package/dist/cjs/{sqm-portal-footer-view-5e6903c9.js → sqm-portal-footer-view-cac67bc9.js} +1 -1
  20. package/dist/cjs/sqm-portal-footer.cjs.entry.js +3 -4
  21. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
  22. package/dist/cjs/sqm-portal-logout.cjs.entry.js +4 -4
  23. package/dist/cjs/{sqm-portal-profile-view-637d2fe7.js → sqm-portal-profile-view-dea275e0.js} +1 -1
  24. package/dist/cjs/sqm-portal-profile.cjs.entry.js +7 -8
  25. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +6 -6
  26. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +6 -6
  27. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +6 -6
  28. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +5 -6
  29. package/dist/cjs/sqm-refresh-button.cjs.entry.js +2 -2
  30. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +21 -15
  31. package/dist/cjs/sqm-stencilbook.cjs.entry.js +266 -93
  32. package/dist/cjs/sqm-tab-group.cjs.entry.js +20 -0
  33. package/dist/cjs/sqm-tab-panel.cjs.entry.js +20 -0
  34. package/dist/cjs/sqm-tab.cjs.entry.js +20 -0
  35. package/dist/cjs/{useChildElements-4bc9b219.js → useChildElements-36bc6f2a.js} +2 -2
  36. package/dist/cjs/{useDemoBigStat-426e3319.js → useDemoBigStat-99093687.js} +4 -4
  37. package/dist/cjs/{useReferralTable-e473585e.js → useReferralTable-873ca73d.js} +6 -6
  38. package/dist/collection/collection-manifest.json +4 -0
  39. package/dist/collection/components/sqm-hero-image/HeroImage.stories.js +1 -1
  40. package/dist/collection/components/sqm-hero-image/sqm-hero-image-view.js +1 -0
  41. package/dist/collection/components/sqm-image/Image.stories.js +3 -0
  42. package/dist/collection/components/sqm-image/sqm-image-view.js +2 -2
  43. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +38 -21
  44. package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +1 -1
  45. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +1 -0
  46. package/dist/collection/components/sqm-rewards-table/RewardsTable.stories.js +87 -3
  47. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +25 -13
  48. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +4 -4
  49. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.js +5 -1
  50. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +2 -2
  51. package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +3 -0
  52. package/dist/collection/components/sqm-scroll/Scroll.stories.js +59 -0
  53. package/dist/collection/components/sqm-scroll/sqm-scroll.js +113 -0
  54. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -0
  55. package/dist/collection/components/sqm-tab/sqm-tab.js +19 -0
  56. package/dist/collection/components/sqm-tab-group/sqm-tab-group.js +19 -0
  57. package/dist/collection/components/sqm-tab-panel/sqm-tab-panel.js +19 -0
  58. package/dist/collection/components/sqm-task-card/SVGs.js +3 -3
  59. package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +4 -6
  60. package/dist/collection/components/sqm-text/sqm-text.js +12 -11
  61. package/dist/esm/{ShadowViewAddon-98630948.js → ShadowViewAddon-37fc80aa.js} +19 -20
  62. package/dist/esm/{global-58010a55.js → global-d45758a7.js} +45 -2
  63. package/dist/esm/{index.module-ec3dcc82.js → index.module-8e23a02c.js} +6172 -6172
  64. package/dist/esm/loader.js +3 -4
  65. package/dist/esm/mint-components.js +3 -4
  66. package/dist/esm/sqm-asset-card.entry.js +2 -2
  67. package/dist/esm/sqm-big-stat.entry.js +3 -3
  68. package/dist/esm/{sqm-brand_28.entry.js → sqm-brand_29.entry.js} +113 -74
  69. package/dist/esm/sqm-graphql-client-provider.entry.js +5 -5
  70. package/dist/esm/sqm-image_4.entry.js +13 -13
  71. package/dist/esm/sqm-leaderboard-rank.entry.js +5 -6
  72. package/dist/esm/sqm-name-fields.entry.js +2 -2
  73. package/dist/esm/{sqm-navigation-sidebar-item-view-a6f7f96c.js → sqm-navigation-sidebar-item-view-7ed452df.js} +2 -2
  74. package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
  75. package/dist/esm/sqm-password-field.entry.js +2 -2
  76. package/dist/esm/sqm-popup-container.entry.js +4 -4
  77. package/dist/esm/{sqm-portal-email-verification-view-2c8bfca8.js → sqm-portal-email-verification-view-08c7e4d9.js} +1 -1
  78. package/dist/esm/sqm-portal-email-verification.entry.js +6 -7
  79. package/dist/esm/{sqm-portal-footer-view-a6c21fb9.js → sqm-portal-footer-view-fe94be2b.js} +1 -1
  80. package/dist/esm/sqm-portal-footer.entry.js +3 -4
  81. package/dist/esm/sqm-portal-forgot-password.entry.js +4 -4
  82. package/dist/esm/sqm-portal-logout.entry.js +4 -4
  83. package/dist/esm/{sqm-portal-profile-view-6a4ab589.js → sqm-portal-profile-view-a549a7c0.js} +1 -1
  84. package/dist/esm/sqm-portal-profile.entry.js +7 -8
  85. package/dist/esm/sqm-portal-protected-route.entry.js +6 -6
  86. package/dist/esm/sqm-portal-reset-password.entry.js +6 -6
  87. package/dist/esm/sqm-portal-verify-email.entry.js +6 -6
  88. package/dist/esm/sqm-referral-table_11.entry.js +5 -6
  89. package/dist/esm/sqm-refresh-button.entry.js +2 -2
  90. package/dist/esm/sqm-rewards-table_9.entry.js +21 -15
  91. package/dist/esm/sqm-stencilbook.entry.js +266 -93
  92. package/dist/esm/sqm-tab-group.entry.js +16 -0
  93. package/dist/esm/sqm-tab-panel.entry.js +16 -0
  94. package/dist/esm/sqm-tab.entry.js +16 -0
  95. package/dist/esm/{useChildElements-c11d6189.js → useChildElements-47a37020.js} +2 -2
  96. package/dist/esm/{useDemoBigStat-022e116d.js → useDemoBigStat-e2bb9edb.js} +4 -4
  97. package/dist/esm/{useReferralTable-bccb9ac0.js → useReferralTable-a585a7f3.js} +6 -6
  98. package/dist/esm-es5/ShadowViewAddon-37fc80aa.js +1 -0
  99. package/dist/esm-es5/{global-58010a55.js → global-d45758a7.js} +2 -2
  100. package/dist/esm-es5/index.module-8e23a02c.js +1 -0
  101. package/dist/esm-es5/loader.js +1 -1
  102. package/dist/esm-es5/mint-components.js +1 -1
  103. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  104. package/dist/esm-es5/sqm-big-stat.entry.js +1 -1
  105. package/dist/esm-es5/sqm-brand_29.entry.js +1 -0
  106. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  107. package/dist/esm-es5/sqm-image_4.entry.js +1 -1
  108. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  109. package/dist/esm-es5/sqm-name-fields.entry.js +1 -1
  110. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-a6f7f96c.js → sqm-navigation-sidebar-item-view-7ed452df.js} +1 -1
  111. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  112. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  113. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  114. package/dist/esm-es5/{sqm-portal-email-verification-view-2c8bfca8.js → sqm-portal-email-verification-view-08c7e4d9.js} +1 -1
  115. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  116. package/dist/esm-es5/{sqm-portal-footer-view-a6c21fb9.js → sqm-portal-footer-view-fe94be2b.js} +1 -1
  117. package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
  118. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  119. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  120. package/dist/esm-es5/{sqm-portal-profile-view-6a4ab589.js → sqm-portal-profile-view-a549a7c0.js} +1 -1
  121. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  122. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  123. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  124. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  125. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  126. package/dist/esm-es5/sqm-refresh-button.entry.js +1 -1
  127. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  128. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  129. package/dist/esm-es5/sqm-tab-group.entry.js +1 -0
  130. package/dist/esm-es5/sqm-tab-panel.entry.js +1 -0
  131. package/dist/esm-es5/sqm-tab.entry.js +1 -0
  132. package/dist/esm-es5/{useChildElements-c11d6189.js → useChildElements-47a37020.js} +1 -1
  133. package/dist/esm-es5/useDemoBigStat-e2bb9edb.js +1 -0
  134. package/dist/esm-es5/useReferralTable-a585a7f3.js +1 -0
  135. package/dist/mint-components/mint-components.esm.js +1 -1
  136. package/dist/mint-components/mint-components.js +1 -1
  137. package/dist/mint-components/p-051cd961.system.entry.js +1 -0
  138. package/dist/mint-components/p-0c67d3db.entry.js +1 -0
  139. package/dist/mint-components/{p-5a2bd8cc.js → p-0c774d6b.js} +153 -153
  140. package/dist/mint-components/{p-8a55dda8.system.js → p-0d59a2af.system.js} +1 -1
  141. package/dist/mint-components/{p-0aee946d.js → p-0ed31cac.js} +1 -1
  142. package/dist/mint-components/p-0ee39103.entry.js +1 -0
  143. package/dist/mint-components/{p-d312db42.entry.js → p-111e4604.entry.js} +1 -1
  144. package/dist/mint-components/{p-0d66fc45.js → p-11adc84b.js} +1 -1
  145. package/dist/mint-components/p-12c6ad5d.system.entry.js +1 -0
  146. package/dist/mint-components/{p-59454f33.system.js → p-17abcb17.system.js} +1 -1
  147. package/dist/mint-components/p-20f8caa1.system.entry.js +1 -0
  148. package/dist/mint-components/p-2213f0e9.js +30 -0
  149. package/dist/mint-components/p-2a68cee5.entry.js +1 -0
  150. package/dist/mint-components/p-2d7db47e.entry.js +1 -0
  151. package/dist/mint-components/{p-e1166d9b.system.entry.js → p-3250c3fb.system.entry.js} +1 -1
  152. package/dist/mint-components/p-3a8a0112.entry.js +1 -0
  153. package/dist/mint-components/{p-382a1bca.system.js → p-41659735.system.js} +1 -1
  154. package/dist/mint-components/p-48b6bc64.entry.js +1 -0
  155. package/dist/mint-components/p-4bb1034f.entry.js +1 -0
  156. package/dist/mint-components/p-5259ba01.entry.js +1 -0
  157. package/dist/mint-components/p-55b946ad.system.entry.js +1 -0
  158. package/dist/mint-components/p-55e0465a.system.entry.js +1 -0
  159. package/dist/mint-components/p-58e5967c.entry.js +13 -0
  160. package/dist/mint-components/{p-e7b20665.entry.js → p-609552b3.entry.js} +1 -1
  161. package/dist/mint-components/{p-0988f079.system.js → p-672a504b.system.js} +22 -22
  162. package/dist/mint-components/p-68c38020.entry.js +1 -0
  163. package/dist/mint-components/{p-197d1027.system.entry.js → p-68fd7c3d.system.entry.js} +1 -1
  164. package/dist/mint-components/{p-7a5c88bc.js → p-69f44e8b.js} +1 -1
  165. package/dist/mint-components/p-6b36aefc.js +1 -0
  166. package/dist/mint-components/p-7aea48a0.entry.js +1 -0
  167. package/dist/mint-components/{p-1288be55.entry.js → p-81ef8a71.entry.js} +1 -1
  168. package/dist/mint-components/p-88765e8f.system.entry.js +1 -0
  169. package/dist/mint-components/{p-76325d9c.system.entry.js → p-90c60371.system.entry.js} +1 -1
  170. package/dist/mint-components/{p-49c9ff69.entry.js → p-91ce29c3.entry.js} +1 -1
  171. package/dist/mint-components/p-95a1e28e.entry.js +1 -0
  172. package/dist/mint-components/{p-4dbf5bbf.system.js → p-96a155ce.system.js} +1 -1
  173. package/dist/mint-components/p-9724cf5a.entry.js +1 -0
  174. package/dist/mint-components/{p-9f65904f.entry.js → p-98e66502.entry.js} +1 -1
  175. package/dist/mint-components/p-9e557b3b.system.entry.js +1 -0
  176. package/dist/mint-components/p-aab3dc7b.system.entry.js +1 -0
  177. package/dist/mint-components/{p-ea197664.js → p-ac3742ab.js} +1 -1
  178. package/dist/mint-components/p-b343d948.system.entry.js +1 -0
  179. package/dist/mint-components/{p-01748c80.system.entry.js → p-bcd85b52.system.entry.js} +1 -1
  180. package/dist/mint-components/{p-7d74b018.system.entry.js → p-bfa918e7.system.entry.js} +1 -1
  181. package/dist/mint-components/{p-14655192.js → p-c094483d.js} +1 -1
  182. package/dist/mint-components/p-c33c381f.entry.js +1 -0
  183. package/dist/mint-components/{p-d6ef4765.system.entry.js → p-c4fcc31a.system.entry.js} +1 -1
  184. package/dist/mint-components/{p-4275c957.system.entry.js → p-c579ab6c.system.entry.js} +1 -1
  185. package/dist/mint-components/p-c5a062af.system.entry.js +1 -0
  186. package/dist/mint-components/{p-b18cc44f.js → p-c841ffb0.js} +1 -1
  187. package/dist/mint-components/p-cd08d6a8.entry.js +150 -0
  188. package/dist/mint-components/p-cdbbb5f4.system.js +1 -0
  189. package/dist/mint-components/{p-ac65007d.js → p-cf5d224f.js} +1 -1
  190. package/dist/mint-components/p-cf65447a.system.entry.js +1 -0
  191. package/dist/mint-components/p-cfdaecda.entry.js +1 -0
  192. package/dist/mint-components/{p-d8a45132.entry.js → p-d0857216.entry.js} +2 -2
  193. package/dist/mint-components/p-d165c3e3.system.js +1 -0
  194. package/dist/mint-components/{p-a674c833.system.entry.js → p-d1caa056.system.entry.js} +1 -1
  195. package/dist/mint-components/{p-18003e9c.system.js → p-d518d3a9.system.js} +1 -1
  196. package/dist/mint-components/p-d66eb6a1.system.entry.js +1 -0
  197. package/dist/mint-components/p-dde01793.system.js +1 -0
  198. package/dist/mint-components/{p-f5cba1f7.system.entry.js → p-e0d0db66.system.entry.js} +1 -1
  199. package/dist/mint-components/p-e443f189.system.js +1 -0
  200. package/dist/mint-components/p-ec98a39f.system.entry.js +1 -0
  201. package/dist/mint-components/{p-14bd5b1e.entry.js → p-eefd4638.entry.js} +5 -2
  202. package/dist/mint-components/{p-54986541.entry.js → p-ef7a6f26.entry.js} +1 -1
  203. package/dist/mint-components/p-f4b9696d.system.entry.js +1 -0
  204. package/dist/mint-components/{p-5ab40dfa.system.js → p-f8968fee.system.js} +1 -1
  205. package/dist/mint-components/{p-136e2028.system.entry.js → p-f9513a04.system.entry.js} +1 -1
  206. package/dist/mint-components/{p-f86a5253.entry.js → p-fe5467dd.entry.js} +2 -2
  207. package/dist/mint-components/p-fec7d941.system.entry.js +1 -0
  208. package/dist/types/components/sqm-image/Image.stories.d.ts +1 -0
  209. package/dist/types/components/sqm-image/sqm-image-view.d.ts +1 -1
  210. package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +1 -1
  211. package/dist/types/components/sqm-rewards-table/RewardsTable.stories.d.ts +3 -1
  212. package/dist/types/components/sqm-rewards-table/RewardsTableCell.stories.d.ts +7 -3
  213. package/dist/types/components/sqm-scroll/Scroll.stories.d.ts +7 -0
  214. package/dist/types/components/sqm-scroll/sqm-scroll.d.ts +11 -0
  215. package/dist/types/components/sqm-tab/sqm-tab.d.ts +6 -0
  216. package/dist/types/components/sqm-tab-group/sqm-tab-group.d.ts +6 -0
  217. package/dist/types/components/sqm-tab-panel/sqm-tab-panel.d.ts +6 -0
  218. package/dist/types/components/sqm-task-card/SVGs.d.ts +3 -3
  219. package/dist/types/components.d.ts +64 -2
  220. package/dist/types/saasquatch.d.ts +3 -0
  221. package/grapesjs/grapesjs.js +1 -1
  222. package/package.json +1 -1
  223. package/dist/cjs/insertcss-04580cfa.js +0 -47
  224. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.css +0 -57
  225. package/dist/esm/insertcss-bcaf3818.js +0 -45
  226. package/dist/esm-es5/ShadowViewAddon-98630948.js +0 -1
  227. package/dist/esm-es5/index.module-ec3dcc82.js +0 -1
  228. package/dist/esm-es5/insertcss-bcaf3818.js +0 -1
  229. package/dist/esm-es5/sqm-brand_28.entry.js +0 -1
  230. package/dist/esm-es5/useDemoBigStat-022e116d.js +0 -1
  231. package/dist/esm-es5/useReferralTable-bccb9ac0.js +0 -1
  232. package/dist/mint-components/p-27849b7e.system.entry.js +0 -1
  233. package/dist/mint-components/p-27e04aaf.entry.js +0 -1
  234. package/dist/mint-components/p-3b184c32.js +0 -1
  235. package/dist/mint-components/p-408551bc.entry.js +0 -1
  236. package/dist/mint-components/p-4991f4c0.system.entry.js +0 -1
  237. package/dist/mint-components/p-5cfce001.system.entry.js +0 -1
  238. package/dist/mint-components/p-5e3f4daa.system.entry.js +0 -1
  239. package/dist/mint-components/p-61d68133.system.entry.js +0 -1
  240. package/dist/mint-components/p-61d769e2.system.js +0 -1
  241. package/dist/mint-components/p-63a6475a.system.entry.js +0 -1
  242. package/dist/mint-components/p-673407d4.entry.js +0 -150
  243. package/dist/mint-components/p-71a4e832.entry.js +0 -13
  244. package/dist/mint-components/p-72a978c8.entry.js +0 -1
  245. package/dist/mint-components/p-871536c7.entry.js +0 -1
  246. package/dist/mint-components/p-875f46d7.system.entry.js +0 -1
  247. package/dist/mint-components/p-8d74871c.system.js +0 -1
  248. package/dist/mint-components/p-95e36be8.entry.js +0 -1
  249. package/dist/mint-components/p-96c971fa.entry.js +0 -1
  250. package/dist/mint-components/p-97f843f9.system.entry.js +0 -1
  251. package/dist/mint-components/p-a2038ff2.entry.js +0 -1
  252. package/dist/mint-components/p-af7d926d.system.entry.js +0 -1
  253. package/dist/mint-components/p-b0c32d15.system.js +0 -1
  254. package/dist/mint-components/p-b0d6a380.system.js +0 -1
  255. package/dist/mint-components/p-b9974b87.entry.js +0 -1
  256. package/dist/mint-components/p-bb7cbb9d.system.entry.js +0 -1
  257. package/dist/mint-components/p-caad0168.entry.js +0 -1
  258. package/dist/mint-components/p-dcff1a85.entry.js +0 -1
  259. package/dist/mint-components/p-e7a29898.entry.js +0 -1
  260. package/dist/mint-components/p-f241ee8a.system.entry.js +0 -1
  261. package/dist/mint-components/p-f4c0cd0b.js +0 -1
  262. package/dist/mint-components/p-f80e4997.system.entry.js +0 -1
  263. package/dist/mint-components/p-fc3bbee6.js +0 -30
  264. package/dist/mint-components/p-fe4d9531.system.js +0 -1
@@ -4,11 +4,10 @@ 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-58d95b21.js');
7
+ require('./global-633d1fb7.js');
8
8
  require('./use-callback-e754042f.js');
9
- const index_module = require('./index.module-54724339.js');
9
+ const index_module = require('./index.module-f972f103.js');
10
10
  require('./extends-08099afd.js');
11
- require('./insertcss-04580cfa.js');
12
11
  require('./cjs-1066ec21.js');
13
12
  require('./mixins-7b7c59fe.js');
14
13
  const JSS = require('./JSS-c65a40f1.js');
@@ -18,21 +17,21 @@ const utils = require('./utils-01dbfd4a.js');
18
17
  require('./sqm-text-span-view-f101dedf.js');
19
18
  const sqmAssetCardView = require('./sqm-asset-card-view-d9ac6a95.js');
20
19
  const sqmBigStatView = require('./sqm-big-stat-view-e5dc0877.js');
21
- const useDemoBigStat = require('./useDemoBigStat-426e3319.js');
20
+ const useDemoBigStat = require('./useDemoBigStat-99093687.js');
22
21
  const sqmHeroView = require('./sqm-hero-view-a13795c0.js');
23
22
  const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-35015d30.js');
24
23
  const sqmNameFieldsView = require('./sqm-name-fields-view-c95e4768.js');
25
24
  const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-36632c96.js');
26
- const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-da648fbc.js');
27
- const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-f42557ca.js');
28
- const sqmPortalFooterView = require('./sqm-portal-footer-view-5e6903c9.js');
25
+ const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-2ac54715.js');
26
+ const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-c32a55d6.js');
27
+ const sqmPortalFooterView = require('./sqm-portal-footer-view-cac67bc9.js');
29
28
  const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-10c0b54f.js');
30
29
  const sqmPortalContainerView = require('./sqm-portal-container-view-fdfb3656.js');
31
- const sqmPortalProfileView = require('./sqm-portal-profile-view-637d2fe7.js');
30
+ const sqmPortalProfileView = require('./sqm-portal-profile-view-dea275e0.js');
32
31
  const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-1fdc957e.js');
33
32
  const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-4c78e231.js');
34
33
  const sqmStatContainerView = require('./sqm-stat-container-view-5b2db929.js');
35
- const ShadowViewAddon = require('./ShadowViewAddon-fbbacd12.js');
34
+ const ShadowViewAddon = require('./ShadowViewAddon-c4425ca8.js');
36
35
  const sqmPortalSectionView = require('./sqm-portal-section-view-186a5f7e.js');
37
36
 
38
37
  /**
@@ -2404,36 +2403,36 @@ const routes = `
2404
2403
  `;
2405
2404
  const TemplateNavigation = createHookStory(() => {
2406
2405
  return (index.h("div", null,
2407
- index.h("button", { onClick: () => index_module.pn.push("/") }, "/"),
2408
- index.h("button", { onClick: () => index_module.pn.push("/foo") }, "/foo"),
2409
- index.h("button", { onClick: () => index_module.pn.push("/bar") }, "/bar"),
2410
- index.h("button", { onClick: () => index_module.pn.push("/baz/bang") }, "/baz/bang"),
2411
- index.h("button", { onClick: () => index_module.pn.push("/refer") }, "/refer"),
2412
- index.h("button", { onClick: () => index_module.pn.push("/refer/1") }, "/refer/1"),
2413
- index.h("button", { onClick: () => index_module.pn.push("/refer/2") }, "/refer/2"),
2414
- index.h("button", { onClick: () => index_module.pn.back() }, "Back"),
2415
- index.h("button", { onClick: () => index_module.pn.forward() }, "Forward"),
2406
+ index.h("button", { onClick: () => index_module.dn.push("/") }, "/"),
2407
+ index.h("button", { onClick: () => index_module.dn.push("/foo") }, "/foo"),
2408
+ index.h("button", { onClick: () => index_module.dn.push("/bar") }, "/bar"),
2409
+ index.h("button", { onClick: () => index_module.dn.push("/baz/bang") }, "/baz/bang"),
2410
+ index.h("button", { onClick: () => index_module.dn.push("/refer") }, "/refer"),
2411
+ index.h("button", { onClick: () => index_module.dn.push("/refer/1") }, "/refer/1"),
2412
+ index.h("button", { onClick: () => index_module.dn.push("/refer/2") }, "/refer/2"),
2413
+ index.h("button", { onClick: () => index_module.dn.back() }, "Back"),
2414
+ index.h("button", { onClick: () => index_module.dn.forward() }, "Forward"),
2416
2415
  index.h("hr", null),
2417
2416
  index.h("sqm-router", { innerHTML: templates })));
2418
2417
  });
2419
2418
  const RouteNavigation = createHookStory(() => {
2420
2419
  return (index.h("div", null,
2421
- index.h("button", { onClick: () => index_module.pn.push("/") }, "/"),
2422
- index.h("button", { onClick: () => index_module.pn.push("/foo") }, "/foo"),
2423
- index.h("button", { onClick: () => index_module.pn.push("/bar") }, "/bar"),
2424
- index.h("button", { onClick: () => index_module.pn.push("/baz/bang") }, "/baz/bang"),
2425
- index.h("button", { onClick: () => index_module.pn.push("/refer") }, "/refer"),
2426
- index.h("button", { onClick: () => index_module.pn.push("/refer/1") }, "/refer/1"),
2427
- index.h("button", { onClick: () => index_module.pn.push("/refer/2") }, "/refer/2"),
2428
- index.h("button", { onClick: () => index_module.pn.back() }, "Back"),
2429
- index.h("button", { onClick: () => index_module.pn.forward() }, "Forward"),
2420
+ index.h("button", { onClick: () => index_module.dn.push("/") }, "/"),
2421
+ index.h("button", { onClick: () => index_module.dn.push("/foo") }, "/foo"),
2422
+ index.h("button", { onClick: () => index_module.dn.push("/bar") }, "/bar"),
2423
+ index.h("button", { onClick: () => index_module.dn.push("/baz/bang") }, "/baz/bang"),
2424
+ index.h("button", { onClick: () => index_module.dn.push("/refer") }, "/refer"),
2425
+ index.h("button", { onClick: () => index_module.dn.push("/refer/1") }, "/refer/1"),
2426
+ index.h("button", { onClick: () => index_module.dn.push("/refer/2") }, "/refer/2"),
2427
+ index.h("button", { onClick: () => index_module.dn.back() }, "Back"),
2428
+ index.h("button", { onClick: () => index_module.dn.forward() }, "Forward"),
2430
2429
  index.h("hr", null),
2431
2430
  index.h("sqm-router", { innerHTML: routes })));
2432
2431
  });
2433
2432
  const Styling = createHookStory(() => {
2434
2433
  return (index.h("div", null,
2435
- index.h("button", { onClick: () => index_module.pn.push("/") }, "/"),
2436
- index.h("button", { onClick: () => index_module.pn.push("/foo") }, "/foo"),
2434
+ index.h("button", { onClick: () => index_module.dn.push("/") }, "/"),
2435
+ index.h("button", { onClick: () => index_module.dn.push("/foo") }, "/foo"),
2437
2436
  index.h("hr", null),
2438
2437
  index.h("div", { style: { display: "flex", justifyContent: "space-around" } },
2439
2438
  index.h("sqm-router", { innerHTML: `<template path="/">
@@ -2447,7 +2446,7 @@ function useTemplate(templateString) {
2447
2446
  const [previewTemplate, setPreviewTemplate] = stencilHooks_module.useState(templateString);
2448
2447
  function setPath(e) {
2449
2448
  //@ts-ignore
2450
- index_module.pn.push(e.target.value);
2449
+ index_module.dn.push(e.target.value);
2451
2450
  }
2452
2451
  return {
2453
2452
  states: { previewTemplate, editedTemplate },
@@ -2590,8 +2589,8 @@ const FullStackFrame = () => {
2590
2589
  "Current path:",
2591
2590
  " ",
2592
2591
  index.h("code", null,
2593
- index.h("strong", null, (_a = index_module.hn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2594
- index.h("button", { onClick: index_module.pn.back }, "Go Back")));
2592
+ index.h("strong", null, (_a = index_module.ln()) === null || _a === void 0 ? void 0 : _a.pathname))),
2593
+ index.h("button", { onClick: index_module.dn.back }, "Go Back")));
2595
2594
  };
2596
2595
  const FullStackFrameLoggedOut = () => {
2597
2596
  var _a;
@@ -2615,8 +2614,8 @@ const FullStackFrameLoggedOut = () => {
2615
2614
  "Current path:",
2616
2615
  " ",
2617
2616
  index.h("code", null,
2618
- index.h("strong", null, (_a = index_module.hn()) === null || _a === void 0 ? void 0 : _a.pathname))),
2619
- index.h("button", { onClick: index_module.pn.back }, "Go Back")));
2617
+ index.h("strong", null, (_a = index_module.ln()) === null || _a === void 0 ? void 0 : _a.pathname))),
2618
+ index.h("button", { onClick: index_module.dn.back }, "Go Back")));
2620
2619
  };
2621
2620
 
2622
2621
  const PortalFrame = /*#__PURE__*/Object.freeze({
@@ -2710,14 +2709,14 @@ function setupGraphQL$1() {
2710
2709
  programId,
2711
2710
  };
2712
2711
  stencilHooks_module.useEffect(() => {
2713
- index_module.Y({
2712
+ index_module.ae({
2714
2713
  accountId,
2715
2714
  id,
2716
2715
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
2717
2716
  });
2718
2717
  return () => {
2719
2718
  window.widgetIdent = undefined;
2720
- index_module.Y(undefined);
2719
+ index_module.ae(undefined);
2721
2720
  };
2722
2721
  }, []);
2723
2722
  }
@@ -2772,14 +2771,14 @@ function setupGraphQL$2() {
2772
2771
  programId,
2773
2772
  };
2774
2773
  stencilHooks_module.useEffect(() => {
2775
- index_module.Y({
2774
+ index_module.ae({
2776
2775
  accountId,
2777
2776
  id,
2778
2777
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
2779
2778
  });
2780
2779
  return () => {
2781
2780
  window.widgetIdent = undefined;
2782
- index_module.Y(undefined);
2781
+ index_module.ae(undefined);
2783
2782
  };
2784
2783
  }, []);
2785
2784
  }
@@ -2834,14 +2833,14 @@ function setupGraphQL$3() {
2834
2833
  programId,
2835
2834
  };
2836
2835
  stencilHooks_module.useEffect(() => {
2837
- index_module.Y({
2836
+ index_module.ae({
2838
2837
  accountId,
2839
2838
  id,
2840
2839
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6Im55bmVsbGllIiwiaWQiOiJueW5lbGxpZSJ9fQ.3KV974VPLgk4tD8LQfJTi4IPkKCmnaB8w48HzVJYDuI",
2841
2840
  });
2842
2841
  return () => {
2843
2842
  window.widgetIdent = undefined;
2844
- index_module.Y(undefined);
2843
+ index_module.ae(undefined);
2845
2844
  };
2846
2845
  }, []);
2847
2846
  }
@@ -2965,14 +2964,14 @@ function setupGraphQL$4() {
2965
2964
  programId,
2966
2965
  };
2967
2966
  stencilHooks_module.useEffect(() => {
2968
- index_module.Y({
2967
+ index_module.ae({
2969
2968
  accountId,
2970
2969
  id,
2971
2970
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6IndvcnJpZWQtY2FtZXJhQHVleHdsdGdoLm1haWxvc2F1ci5uZXQiLCJpZCI6IndvcnJpZWQtY2FtZXJhQHVleHdsdGdoLm1haWxvc2F1ci5uZXQiLCJmaXJzdE5hbWUiOiJ0ZXN0IiwibGFzdE5hbWUiOiJ0ZXN0In19.ziDWbdCwsTo1ijxl8d2__Ga-6iFOVShaJUPp2ZBMeO0",
2972
2971
  });
2973
2972
  return () => {
2974
2973
  window.widgetIdent = undefined;
2975
- index_module.Y(undefined);
2974
+ index_module.ae(undefined);
2976
2975
  };
2977
2976
  }, []);
2978
2977
  }
@@ -3012,14 +3011,14 @@ function setupGraphQL$5() {
3012
3011
  programId,
3013
3012
  };
3014
3013
  stencilHooks_module.useEffect(() => {
3015
- index_module.Y({
3014
+ index_module.ae({
3016
3015
  accountId,
3017
3016
  id,
3018
3017
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
3019
3018
  });
3020
3019
  return () => {
3021
3020
  window.widgetIdent = undefined;
3022
- index_module.Y(undefined);
3021
+ index_module.ae(undefined);
3023
3022
  };
3024
3023
  }, []);
3025
3024
  }
@@ -3035,14 +3034,14 @@ function setupOtherGraphQL() {
3035
3034
  programId,
3036
3035
  };
3037
3036
  stencilHooks_module.useEffect(() => {
3038
- index_module.Y({
3037
+ index_module.ae({
3039
3038
  accountId,
3040
3039
  id,
3041
3040
  jwt: JWT,
3042
3041
  });
3043
3042
  return () => {
3044
3043
  window.widgetIdent = undefined;
3045
- index_module.Y(undefined);
3044
+ index_module.ae(undefined);
3046
3045
  };
3047
3046
  }, []);
3048
3047
  return { id, accountId };
@@ -3195,14 +3194,14 @@ function setupGraphQL$6() {
3195
3194
  programId,
3196
3195
  };
3197
3196
  stencilHooks_module.useEffect(() => {
3198
- index_module.Y({
3197
+ index_module.ae({
3199
3198
  accountId,
3200
3199
  id,
3201
3200
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
3202
3201
  });
3203
3202
  return () => {
3204
3203
  window.widgetIdent = undefined;
3205
- index_module.Y(undefined);
3204
+ index_module.ae(undefined);
3206
3205
  };
3207
3206
  }, []);
3208
3207
  return { id, accountId };
@@ -3211,7 +3210,7 @@ function useExchangeButton() {
3211
3210
  const { id, accountId } = setupGraphQL$6();
3212
3211
  const [points, setPoints] = stencilHooks_module.useState(10);
3213
3212
  const [rate, setRate] = stencilHooks_module.useState(100);
3214
- const [exchange, { data, errors }] = index_module.Ke(EXCHANGE);
3213
+ const [exchange, { data, errors }] = index_module._e(EXCHANGE);
3215
3214
  return {
3216
3215
  states: {
3217
3216
  points,
@@ -3326,14 +3325,14 @@ function setupGraphQL$7() {
3326
3325
  appDomain: "https://staging.referralsaasquatch.com",
3327
3326
  };
3328
3327
  stencilHooks_module.useEffect(() => {
3329
- index_module.Y({
3328
+ index_module.ae({
3330
3329
  accountId,
3331
3330
  id,
3332
3331
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
3333
3332
  });
3334
3333
  return () => {
3335
3334
  window.widgetIdent = undefined;
3336
- index_module.Y(undefined);
3335
+ index_module.ae(undefined);
3337
3336
  };
3338
3337
  }, []);
3339
3338
  return { id, accountId };
@@ -3347,14 +3346,14 @@ function setupGraphQLKlip({ token, id }) {
3347
3346
  appDomain: "https://staging.referralsaasquatch.com",
3348
3347
  };
3349
3348
  stencilHooks_module.useEffect(() => {
3350
- index_module.Y({
3349
+ index_module.ae({
3351
3350
  accountId,
3352
3351
  id,
3353
3352
  jwt: token,
3354
3353
  });
3355
3354
  return () => {
3356
3355
  window.widgetIdent = undefined;
3357
- index_module.Y(undefined);
3356
+ index_module.ae(undefined);
3358
3357
  };
3359
3358
  }, []);
3360
3359
  return { id, accountId };
@@ -3439,14 +3438,14 @@ function setupGraphQL$8() {
3439
3438
  programId,
3440
3439
  };
3441
3440
  stencilHooks_module.useEffect(() => {
3442
- index_module.Y({
3441
+ index_module.ae({
3443
3442
  accountId,
3444
3443
  id,
3445
3444
  jwt: JWT,
3446
3445
  });
3447
3446
  return () => {
3448
3447
  window.widgetIdent = undefined;
3449
- index_module.Y(undefined);
3448
+ index_module.ae(undefined);
3450
3449
  };
3451
3450
  }, []);
3452
3451
  return { id, accountId };
@@ -9375,7 +9374,7 @@ const ReferralIframeReadme = "# sqm-referral-iframe\r\n\r\n\r\n\r\n<!-- Auto Gen
9375
9374
 
9376
9375
  const ForgotPasswordReadme = "# sqm-portal-forgot-password\r\n\r\n\r\n\r\n<!-- Auto Generated Below -->\r\n\r\n\r\n## Properties\r\n\r\n| Property | Attribute | Description | Type | Default |\r\n| -------------- | --------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- |\r\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; loginPath: string; }; content?: { secondaryButton: any; messageSlot: any; emailLabel?: string; submitLabel?: string; }; }` | `undefined` |\r\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\r\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\r\n| `redirectPath` | `redirect-path` | The page that users are redirected to from the password reset email. | `string` | `\"/resetPassword\"` |\r\n| `submitLabel` | `submit-label` | | `string` | `\"Request Password Reset\"` |\r\n\r\n\r\n## Dependencies\r\n\r\n### Depends on\r\n\r\n- [sqm-form-message](../sqm-form-message)\r\n\r\n### Graph\r\n```mermaid\r\ngraph TD;\r\n sqm-portal-forgot-password --> sqm-form-message\r\n style sqm-portal-forgot-password fill:#f9f,stroke:#333,stroke-width:4px\r\n```\r\n\r\n----------------------------------------------\r\n\r\n*Built with [StencilJS](https://stenciljs.com/)*\r\n";
9377
9376
 
9378
- const RegisterReadme = "# sqm-portal-register\r\n\r\n\r\n\r\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";
9377
+ const RegisterReadme = "# sqm-portal-register\r\n\r\n\r\n\r\n<!-- Auto Generated Below -->\r\n\r\n\r\n## Properties\r\n\r\n| Property | Attribute | Description | Type | Default |\r\n| -------------------------- | ---------------------------- | ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |\r\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\r\n| `confirmPasswordLabel` | `confirm-password-label` | | `string` | `\"Confirm Password\"` |\r\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` |\r\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\r\n| `enablePasswordValidation` | `enable-password-validation` | | `boolean` | `true` |\r\n| `hideInputs` | `hide-inputs` | | `boolean` | `false` |\r\n| `loginLabel` | `login-label` | | `string` | `\"Sign in\"` |\r\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\r\n| `nextPage` | `next-page` | | `string` | `\"/\"` |\r\n| `pageLabel` | `page-label` | | `string` | `\"Register\"` |\r\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\r\n| `redirectPath` | `redirect-path` | The page that users are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\r\n| `submitLabel` | `submit-label` | | `string` | `\"Register\"` |\r\n\r\n\r\n## Dependencies\r\n\r\n### Used by\r\n\r\n - [sqm-stencilbook](../sqm-stencilbook)\r\n\r\n### Depends on\r\n\r\n- [sqm-form-message](../sqm-form-message)\r\n- [sqm-password-field](../sqm-password-field)\r\n\r\n### Graph\r\n```mermaid\r\ngraph TD;\r\n sqm-portal-register --> sqm-form-message\r\n sqm-portal-register --> sqm-password-field\r\n sqm-stencilbook --> sqm-portal-register\r\n style sqm-portal-register fill:#f9f,stroke:#333,stroke-width:4px\r\n```\r\n\r\n----------------------------------------------\r\n\r\n*Built with [StencilJS](https://stenciljs.com/)*\r\n";
9379
9378
 
9380
9379
  const EditProfileReadme = "# sqm-portal-profile\r\n\r\n\r\n\r\n<!-- Auto Generated Below -->\r\n\r\n\r\n## Properties\r\n\r\n| Property | Attribute | Description | Type | Default |\r\n| ------------------------ | --------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |\r\n| `countrytext` | `countrytext` | | `string` | `\"Country\"` |\r\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` |\r\n| `editProfileHeader` | `edit-profile-header` | | `string` | `\"Edit your profile\"` |\r\n| `editProfileSubHeader` | `edit-profile-sub-header` | | `string` | `\"Personal Information\"` |\r\n| `emailtext` | `emailtext` | | `string` | `\"Email\"` |\r\n| `firstnametext` | `firstnametext` | | `string` | `\"First Name\"` |\r\n| `lastnametext` | `lastnametext` | | `string` | `\"Last Name\"` |\r\n| `showCountry` | `show-country` | | `boolean` | `true` |\r\n| `submitChangeButtonText` | `submit-change-button-text` | | `string` | `\"Submit Changes\"` |\r\n\r\n\r\n## Dependencies\r\n\r\n### Depends on\r\n\r\n- [sqm-form-message](../sqm-form-message)\r\n\r\n### Graph\r\n```mermaid\r\ngraph TD;\r\n sqm-portal-profile --> sqm-form-message\r\n style sqm-portal-profile fill:#f9f,stroke:#333,stroke-width:4px\r\n```\r\n\r\n----------------------------------------------\r\n\r\n*Built with [StencilJS](https://stenciljs.com/)*\r\n";
9381
9380
 
@@ -9430,16 +9429,16 @@ function DefaultTemplateView(props) {
9430
9429
  gridTemplateColumns: "repeat(9, 80px)",
9431
9430
  gridGap: "10px",
9432
9431
  } },
9433
- index.h("button", { onClick: () => index_module.pn.push("/") }, "Dashboard"),
9434
- props.leadSubmit && (index.h("button", { onClick: () => index_module.pn.push("/refer") }, "Submit a Referral")),
9435
- index.h("button", { onClick: () => index_module.pn.push("/activity") }, "Activity"),
9436
- index.h("button", { onClick: () => index_module.pn.push("/editProfile") }, "Edit Profile"),
9437
- index.h("button", { onClick: () => index_module.pn.push("/login") }, "Login"),
9438
- index.h("button", { onClick: () => index_module.pn.push("/register") }, "Register"),
9439
- index.h("button", { onClick: () => index_module.pn.push("/emailVerification") }, "Email Verification"),
9440
- index.h("button", { onClick: () => index_module.pn.push("/verifyEmail") }, "Verify Email"),
9441
- index.h("button", { onClick: () => index_module.pn.push("/forgotPassword") }, "Forgot Password"),
9442
- index.h("button", { onClick: () => index_module.pn.push("/resetPassword") }, "Reset Password")),
9432
+ index.h("button", { onClick: () => index_module.dn.push("/") }, "Dashboard"),
9433
+ props.leadSubmit && (index.h("button", { onClick: () => index_module.dn.push("/refer") }, "Submit a Referral")),
9434
+ index.h("button", { onClick: () => index_module.dn.push("/activity") }, "Activity"),
9435
+ index.h("button", { onClick: () => index_module.dn.push("/editProfile") }, "Edit Profile"),
9436
+ index.h("button", { onClick: () => index_module.dn.push("/login") }, "Login"),
9437
+ index.h("button", { onClick: () => index_module.dn.push("/register") }, "Register"),
9438
+ index.h("button", { onClick: () => index_module.dn.push("/emailVerification") }, "Email Verification"),
9439
+ index.h("button", { onClick: () => index_module.dn.push("/verifyEmail") }, "Verify Email"),
9440
+ index.h("button", { onClick: () => index_module.dn.push("/forgotPassword") }, "Forgot Password"),
9441
+ index.h("button", { onClick: () => index_module.dn.push("/resetPassword") }, "Reset Password")),
9443
9442
  index.h("br", null),
9444
9443
  index.h("div", { innerHTML: states.previewTemplate })));
9445
9444
  }
@@ -10590,8 +10589,11 @@ const rewardsData$1 = {
10590
10589
  data: null,
10591
10590
  },
10592
10591
  };
10592
+ const RewardsCellCreditSingle = () => {
10593
+ return (index.h("sqm-rewards-table-reward-cell", { reward: { ...rewardsData$1, ...singleRedeemed } }));
10594
+ };
10593
10595
  const RewardsCellCreditFull = () => {
10594
- return (index.h("sqm-rewards-table-reward-cell", { reward: { ...rewardsData$1 }, availableText: "19 Points remaining" }));
10596
+ return (index.h("sqm-rewards-table-reward-cell", { reward: { ...rewardsData$1 }, availableText: "19 Points available" }));
10595
10597
  };
10596
10598
  const partial = {
10597
10599
  prettyAvailableValue: "10 Points",
@@ -10600,28 +10602,34 @@ const partial = {
10600
10602
  dateRedeemed: 1640038417468,
10601
10603
  };
10602
10604
  const RewardsCellCreditPartial = () => {
10603
- return (index.h("sqm-rewards-table-reward-cell", { reward: { ...rewardsData$1, ...partial }, availableText: "10 Points remaining" }));
10605
+ return (index.h("sqm-rewards-table-reward-cell", { reward: { ...rewardsData$1, ...partial }, availableText: "10 Points available" }));
10606
+ };
10607
+ const RewardsCellCreditCancelled = () => {
10608
+ return (index.h("sqm-rewards-table-reward-cell", { reward: { ...rewardsData$1, ...cancelled }, redeemedText: "0 Points redeemed" }));
10609
+ };
10610
+ const RewardsCellCreditExpired = () => {
10611
+ return (index.h("sqm-rewards-table-reward-cell", { reward: { ...rewardsData$1, ...partial, ...expired }, redeemedText: "9 Points redeemed" }));
10604
10612
  };
10605
10613
  const empty = {
10606
10614
  prettyAvailableValue: "0 Points",
10615
+ prettyAvailableNumber: "0",
10607
10616
  prettyRedeemedCredit: "19 Points",
10608
10617
  prettyRedeemedNumber: "19",
10609
10618
  dateRedeemed: 1640038417468,
10610
10619
  };
10611
- const RewardsCellCreditEmpty = () => {
10612
- return (index.h("sqm-rewards-table-reward-cell", { reward: { ...rewardsData$1, ...empty }, availableText: "0 Points remaining" }));
10620
+ const RewardsCellCreditRedeemed = () => {
10621
+ return (index.h("sqm-rewards-table-reward-cell", { reward: { ...rewardsData$1, ...empty }, availableText: "0 Points available" }));
10613
10622
  };
10614
10623
  const singleRedeemed = {
10615
- prettyValue: "1 Points",
10624
+ prettyValue: "1 Point",
10616
10625
  prettyValueNumber: "1",
10617
- prettyAvailableNumber: "1",
10618
- prettyAvailableValue: "0 Points",
10619
- prettyRedeemedCredit: "1 Points",
10620
- prettyRedeemedNumber: "1",
10621
- dateRedeemed: 1640038417468,
10622
10626
  };
10623
- const RewardsCellSingleRedeemed = () => {
10624
- return (index.h("sqm-rewards-table-reward-cell", { reward: { ...rewardsData$1, ...singleRedeemed } }));
10627
+ const longName = {
10628
+ prettyValue: "19 Points with a really really super duper longest name ever in the world wide web",
10629
+ prettyValueNumber: "19",
10630
+ };
10631
+ const RewardsCellCreditLong = () => {
10632
+ return (index.h("sqm-rewards-table-reward-cell", { reward: { ...rewardsData$1, ...longName }, availableText: "19 Points with a really really super duper longest name ever in the world wide web available" }));
10625
10633
  };
10626
10634
  const RewardsCellNonCredit = () => {
10627
10635
  return (index.h("sqm-rewards-table-reward-cell", { reward: {
@@ -10630,9 +10638,12 @@ const RewardsCellNonCredit = () => {
10630
10638
  prettyValue: "SaaSquatch Giftcard",
10631
10639
  } }));
10632
10640
  };
10633
- const SourceCellText = () => {
10641
+ const SourceCellManual = () => {
10634
10642
  return (index.h("sqm-rewards-table-source-cell", { reward: rewardsData$1, rewardSourceText: "Manual" }));
10635
10643
  };
10644
+ const SourceCellProgram = () => {
10645
+ return (index.h("sqm-rewards-table-source-cell", { reward: rewardsData$1, rewardSourceText: "Automated" }));
10646
+ };
10636
10647
  const exchange = {
10637
10648
  exchangedRewardRedemptionTransaction: {
10638
10649
  id: "61c100117a82a376d88041196",
@@ -10766,12 +10777,16 @@ const EmptyCell$2 = () => {
10766
10777
  const RewardsTableCell = /*#__PURE__*/Object.freeze({
10767
10778
  __proto__: null,
10768
10779
  'default': RewardsTableCell_stories,
10780
+ RewardsCellCreditSingle: RewardsCellCreditSingle,
10769
10781
  RewardsCellCreditFull: RewardsCellCreditFull,
10770
10782
  RewardsCellCreditPartial: RewardsCellCreditPartial,
10771
- RewardsCellCreditEmpty: RewardsCellCreditEmpty,
10772
- RewardsCellSingleRedeemed: RewardsCellSingleRedeemed,
10783
+ RewardsCellCreditCancelled: RewardsCellCreditCancelled,
10784
+ RewardsCellCreditExpired: RewardsCellCreditExpired,
10785
+ RewardsCellCreditRedeemed: RewardsCellCreditRedeemed,
10786
+ RewardsCellCreditLong: RewardsCellCreditLong,
10773
10787
  RewardsCellNonCredit: RewardsCellNonCredit,
10774
- SourceCellText: SourceCellText,
10788
+ SourceCellManual: SourceCellManual,
10789
+ SourceCellProgram: SourceCellProgram,
10775
10790
  SourceCellExchange: SourceCellExchange,
10776
10791
  SourceCellReferral: SourceCellReferral,
10777
10792
  SourceCellReferred: SourceCellReferred,
@@ -10818,6 +10833,60 @@ const emptyElement$1 = (index.h("div", { slot: "empty", style: { display: "conte
10818
10833
  index.h("sqm-text", { slot: "label" },
10819
10834
  index.h("h3", null, "View your referral details")),
10820
10835
  index.h("sqm-text", { slot: "content" }, "Track the status of your referrals and rewards earned by referring friends")))))));
10836
+ const rewardsTablePropsEmpty = {
10837
+ states: {
10838
+ hasPrev: false,
10839
+ hasNext: true,
10840
+ show: "empty",
10841
+ namespace: "sqm-referral-table",
10842
+ },
10843
+ data: {
10844
+ textOverrides: {
10845
+ showLabels: true,
10846
+ prevLabel: "Prev",
10847
+ moreLabel: "Next",
10848
+ },
10849
+ hiddenColumns: "",
10850
+ mdBreakpoint: 899,
10851
+ smBreakpoint: 599,
10852
+ },
10853
+ callbacks: {
10854
+ prevPage: () => console.log("Prev"),
10855
+ nextPage: () => console.log("Next"),
10856
+ },
10857
+ elements: {
10858
+ columns: ["Rewards", "Status", "Source", "Date received"],
10859
+ rows: [],
10860
+ emptyElement: emptyElement$1,
10861
+ },
10862
+ };
10863
+ const rewardsTablePropsLoading = {
10864
+ states: {
10865
+ hasPrev: false,
10866
+ hasNext: true,
10867
+ show: "loading",
10868
+ namespace: "sqm-referral-table",
10869
+ },
10870
+ data: {
10871
+ textOverrides: {
10872
+ showLabels: true,
10873
+ prevLabel: "Prev",
10874
+ moreLabel: "Next",
10875
+ },
10876
+ hiddenColumns: "",
10877
+ mdBreakpoint: 899,
10878
+ smBreakpoint: 599,
10879
+ },
10880
+ callbacks: {
10881
+ prevPage: () => console.log("Prev"),
10882
+ nextPage: () => console.log("Next"),
10883
+ },
10884
+ elements: {
10885
+ columns: ["Rewards", "Status", "Source", "Date received"],
10886
+ rows: [],
10887
+ loadingElement: loadingElement$1,
10888
+ },
10889
+ };
10821
10890
  const rewardsTableProps = {
10822
10891
  states: {
10823
10892
  hasPrev: false,
@@ -10829,7 +10898,7 @@ const rewardsTableProps = {
10829
10898
  textOverrides: {
10830
10899
  showLabels: true,
10831
10900
  prevLabel: "Prev",
10832
- moreLabel: "View More",
10901
+ moreLabel: "Next",
10833
10902
  },
10834
10903
  hiddenColumns: "",
10835
10904
  mdBreakpoint: 899,
@@ -10848,17 +10917,49 @@ const rewardsTableProps = {
10848
10917
  index.h(SourceCellReferral, null),
10849
10918
  index.h(DateCell$1, null),
10850
10919
  ],
10920
+ [
10921
+ index.h(RewardsCellCreditCancelled, null),
10922
+ index.h(StatusCellCancelled, null),
10923
+ index.h(SourceCellDeletedUser, null),
10924
+ index.h(DateCell$1, null),
10925
+ ],
10926
+ [
10927
+ index.h(RewardsCellCreditRedeemed, null),
10928
+ index.h(StatusCellRedeemed, null),
10929
+ index.h(SourceCellManual, null),
10930
+ index.h(DateCell$1, null),
10931
+ ],
10932
+ [
10933
+ index.h(RewardsCellCreditPartial, null),
10934
+ index.h(StatusCellAvailableExpiry, null),
10935
+ index.h(SourceCellReferred, null),
10936
+ index.h(DateCell$1, null),
10937
+ ],
10938
+ [
10939
+ index.h(RewardsCellCreditLong, null),
10940
+ index.h(StatusCellAvailableExpiry, null),
10941
+ index.h(SourceCellReferred, null),
10942
+ index.h(DateCell$1, null),
10943
+ ],
10851
10944
  ],
10852
10945
  },
10853
10946
  };
10854
- const RewardsTable = () => {
10947
+ const RewardsTableFull = () => {
10855
10948
  return index.h(GenericTableView.GenericTableView, Object.assign({}, rewardsTableProps));
10949
+ };
10950
+ const RewardsTableEmpty = () => {
10951
+ return index.h(GenericTableView.GenericTableView, Object.assign({}, rewardsTablePropsEmpty));
10952
+ };
10953
+ const RewardsTableLoading = () => {
10954
+ return index.h(GenericTableView.GenericTableView, Object.assign({}, rewardsTablePropsLoading));
10856
10955
  };
10857
10956
 
10858
- const RewardsTable$1 = /*#__PURE__*/Object.freeze({
10957
+ const RewardsTable = /*#__PURE__*/Object.freeze({
10859
10958
  __proto__: null,
10860
10959
  'default': RewardsTable_stories,
10861
- RewardsTable: RewardsTable
10960
+ RewardsTableFull: RewardsTableFull,
10961
+ RewardsTableEmpty: RewardsTableEmpty,
10962
+ RewardsTableLoading: RewardsTableLoading
10862
10963
  });
10863
10964
 
10864
10965
  const UseReferralTable_stories = {
@@ -10873,14 +10974,14 @@ function setupGraphQL$9() {
10873
10974
  appDomain: "https://staging.referralsaasquatch.com",
10874
10975
  };
10875
10976
  stencilHooks_module.useEffect(() => {
10876
- index_module.Y({
10977
+ index_module.ae({
10877
10978
  accountId,
10878
10979
  id,
10879
10980
  jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImFjY291bnRJZCI6InRlc3Rlc3Rlc3QiLCJpZCI6InRlc3Rlc3Rlc3QifX0.qYnU5hNeIj9C_G3NogfG7btgCPGZC7JRXY0MG6a63zs",
10880
10981
  });
10881
10982
  return () => {
10882
10983
  window.widgetIdent = undefined;
10883
- index_module.Y(undefined);
10984
+ index_module.ae(undefined);
10884
10985
  };
10885
10986
  }, []);
10886
10987
  return { id, accountId };
@@ -10894,14 +10995,14 @@ function setupGraphQLKlip$1({ token, id }) {
10894
10995
  appDomain: "https://staging.referralsaasquatch.com",
10895
10996
  };
10896
10997
  stencilHooks_module.useEffect(() => {
10897
- index_module.Y({
10998
+ index_module.ae({
10898
10999
  accountId,
10899
11000
  id,
10900
11001
  jwt: token,
10901
11002
  });
10902
11003
  return () => {
10903
11004
  window.widgetIdent = undefined;
10904
- index_module.Y(undefined);
11005
+ index_module.ae(undefined);
10905
11006
  };
10906
11007
  }, []);
10907
11008
  return { id, accountId };
@@ -10995,7 +11096,7 @@ const ColumnsReverse = () => {
10995
11096
  return (index.h("sqm-hero-image", { "image-url": "https://i.imgur.com/yr6ER3R.png", header: "Klip Rewards", description: "Refer friends or complete tasks while using Klip to earn rewards", "button-text": "Start earning", layout: "columns", imagePos: "right", imageMobilePos: "bottom" }));
10996
11097
  };
10997
11098
  const ColumnsCustomPercentage = () => {
10998
- return (index.h("sqm-hero-image", { "image-url": "https://i.imgur.com/2evfTx7.png", description: "Be one of the top 3 referrers at the end of the year and receive Klip free for 1 year!", layout: "columns", "image-percentage": "25%", "max-height": "150px", "max-width": "100%", paddingImage: "large", paddingText: "large" }));
11099
+ return (index.h("sqm-hero-image", { "image-url": "https://i.imgur.com/2evfTx7.png", description: "Be one of the top 3 referrers at the end of the year and receive Klip free for 1 year!", layout: "columns", "image-percentage": "25%", "max-height": "150px", "max-width": "100%", "padding-image": "large", "padding-text": "large" }));
10999
11100
  };
11000
11101
  const ColumnsCustom = () => {
11001
11102
  return (index.h("sqm-hero-image", { "image-url": "https://i.imgur.com/yr6ER3R.png", header: "Klip Rewards", description: "Refer friends or complete tasks while using Klip to earn rewards", "button-text": "Start earning", layout: "columns", "text-color": "#fffc4b", "background-color": "#ff7f7f" }));
@@ -11209,6 +11310,9 @@ const ImageMarginRight = () => {
11209
11310
  };
11210
11311
  const ImageBackground = () => {
11211
11312
  return (index.h("sqm-image", { "image-url": "https://i.imgur.com/tn47wOj.png", "background-color": "firebrick" }));
11313
+ };
11314
+ const ImageSizeConstrained = () => {
11315
+ return (index.h("sqm-image", { "image-url": "https://i.imgur.com/oIiVdMM.jpg", minHeight: "192px", maxWidth: "192px" }));
11212
11316
  };
11213
11317
 
11214
11318
  const Image$1 = /*#__PURE__*/Object.freeze({
@@ -11220,7 +11324,8 @@ const Image$1 = /*#__PURE__*/Object.freeze({
11220
11324
  ImageAlignRight: ImageAlignRight,
11221
11325
  ImageMarginLeft: ImageMarginLeft,
11222
11326
  ImageMarginRight: ImageMarginRight,
11223
- ImageBackground: ImageBackground
11327
+ ImageBackground: ImageBackground,
11328
+ ImageSizeConstrained: ImageSizeConstrained
11224
11329
  });
11225
11330
 
11226
11331
  const TitledSection_stories = {
@@ -11465,6 +11570,73 @@ const TitledSection = /*#__PURE__*/Object.freeze({
11465
11570
  LabelMargin: LabelMargin
11466
11571
  });
11467
11572
 
11573
+ const Scroll_stories = {
11574
+ title: "Components/Scroll",
11575
+ };
11576
+ const ScrollTag = () => {
11577
+ return (index.h("div", { style: { position: "relative", height: "2000px" } },
11578
+ index.h("sqm-scroll", { "scroll-tag-name": "sqm-text" }),
11579
+ index.h("div", { style: { position: "absolute", bottom: "0" } },
11580
+ index.h("sqm-text", { slot: "label" },
11581
+ index.h("h3", null, "Earn more rewards"),
11582
+ index.h("p", null, "Get points while using Klip. Use those points to redeem rewards like one free month of Klip Enterprise or two plane tickets to anywhere in North America")))));
11583
+ };
11584
+ const ScrollId = () => {
11585
+ return (index.h("div", { style: { position: "relative", height: "2000px" } },
11586
+ index.h("sqm-scroll", { "scroll-id": "my-id" }),
11587
+ index.h("div", { style: { position: "absolute", bottom: "0" } },
11588
+ index.h("sqm-text", { slot: "label", id: "my-id" },
11589
+ index.h("h3", null, "Earn more rewards"),
11590
+ index.h("p", null, "Get points while using Klip. Use those points to redeem rewards like one free month of Klip Enterprise or two plane tickets to anywhere in North America")))));
11591
+ };
11592
+ const ScrollTabGroup = () => {
11593
+ return (index.h("div", { style: { position: "relative", height: "2000px" } },
11594
+ index.h("sqm-scroll", { "scroll-tag-name": "sl-tab-group" }),
11595
+ index.h("div", { style: { position: "absolute", bottom: "0" } },
11596
+ index.h("sqm-text", { slot: "label", id: "my-id" },
11597
+ index.h("sl-tab-group", null,
11598
+ index.h("sl-tab", { slot: "nav", panel: "referralLeaderboard" },
11599
+ "Leaderboard",
11600
+ " "),
11601
+ index.h("sl-tab", { slot: "nav", panel: "referralHistory" },
11602
+ "Referral history",
11603
+ " "),
11604
+ index.h("sl-tab", { slot: "nav", panel: "rewardHistory" },
11605
+ "Reward history",
11606
+ " "),
11607
+ index.h("sl-tab", { slot: "nav", panel: "rewardExchange" },
11608
+ "Redeem",
11609
+ " "),
11610
+ index.h("sl-tab-panel", { name: "referralHistory" },
11611
+ index.h("sqm-referral-table", { "per-page": "4" },
11612
+ index.h("sqm-referral-table-user-column", { "column-title": "User" }),
11613
+ index.h("sqm-referral-table-status-column", { "column-title": "Referral status" }),
11614
+ index.h("sqm-referral-table-rewards-column", null),
11615
+ index.h("sqm-referral-table-date-column", { "column-title": "Date referred", "date-shown": "dateReferralStarted" }))),
11616
+ index.h("sl-tab-panel", { name: "referralLeaderboard" },
11617
+ index.h("sqm-titled-section", { padding: "medium", "label-margin": "small" },
11618
+ index.h("sqm-text", { slot: "content" },
11619
+ index.h("p", null, "Be one of the top 3 referrers at the end of the year and receive Klip free for 1 year!"))),
11620
+ index.h("sqm-leaderboard", { usersheading: "Referrer", statsheading: "Referrals", "rank-type": "rank", "leaderboard-type": "topStartedReferrers", rankheading: "Rank", "show-rank": "true" })),
11621
+ index.h("sl-tab-panel", { name: "rewardHistory" },
11622
+ index.h("sqb-program-section", { "program-id": "" },
11623
+ index.h("sqm-rewards-table", { "per-page": "4" },
11624
+ index.h("sqm-rewards-table-reward-column", null),
11625
+ index.h("sqm-rewards-table-source-column", null),
11626
+ index.h("sqm-rewards-table-status-column", null),
11627
+ index.h("sqm-rewards-table-date-column", null)))),
11628
+ index.h("sl-tab-panel", { name: "rewardExchange" },
11629
+ index.h("sqm-reward-exchange-list", { id: "hello" })))))));
11630
+ };
11631
+
11632
+ const Scroll = /*#__PURE__*/Object.freeze({
11633
+ __proto__: null,
11634
+ 'default': Scroll_stories,
11635
+ ScrollTag: ScrollTag,
11636
+ ScrollId: ScrollId,
11637
+ ScrollTabGroup: ScrollTabGroup
11638
+ });
11639
+
11468
11640
  /**
11469
11641
  *
11470
11642
  * Themes
@@ -14156,13 +14328,14 @@ const stories = [
14156
14328
  CardFeed,
14157
14329
  PortalContainer,
14158
14330
  RewardsTableCell,
14159
- RewardsTable$1,
14331
+ RewardsTable,
14160
14332
  UseReferralTable,
14161
14333
  HeroImage,
14162
14334
  ReferralCard,
14163
14335
  Timeline,
14164
14336
  Image$1,
14165
14337
  TitledSection,
14338
+ Scroll,
14166
14339
  ];
14167
14340
  const StencilStorybook = class {
14168
14341
  constructor(hostRef) {