@saasquatch/mint-components 1.10.1-1 → 1.10.2-3

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 (315) hide show
  1. package/dist/cjs/{ShadowViewAddon-721bb748.js → ShadowViewAddon-a982f064.js} +40 -36
  2. package/dist/cjs/{global-02e50f09.js → global-975908ec.js} +161 -10
  3. package/dist/cjs/index-56d1fa5b.js +2227 -0
  4. package/dist/cjs/{index.module-df530553.js → index.module-b1f9bdb8.js} +1398 -227
  5. package/dist/cjs/loader.cjs.js +4 -4
  6. package/dist/cjs/{luxon-05098e19.js → luxon-20eafbd9.js} +1 -1
  7. package/dist/cjs/mint-components.cjs.js +4 -4
  8. package/dist/cjs/{mockRewardData-4258e067.js → mockRewardData-3c470512.js} +1 -1
  9. package/dist/cjs/{re-render-1976e05e.js → re-render-95d86b86.js} +2 -2
  10. package/dist/cjs/sqm-asset-card.cjs.entry.js +3 -3
  11. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +411 -410
  12. package/dist/cjs/sqm-big-stat_38.cjs.entry.js +111 -64
  13. package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
  14. package/dist/cjs/sqm-context-router.cjs.entry.js +3 -3
  15. package/dist/cjs/sqm-empty_4.cjs.entry.js +6 -6
  16. package/dist/cjs/sqm-form-message.cjs.entry.js +2 -2
  17. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +3 -3
  18. package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
  19. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +6 -6
  20. package/dist/cjs/{sqm-invoice-table-view-28b14d28.js → sqm-invoice-table-view-c3a5024d.js} +1 -1
  21. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +9 -8
  22. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +8 -7
  23. package/dist/cjs/{sqm-navigation-sidebar-item-view-a125ec5f.js → sqm-navigation-sidebar-item-view-d8a21014.js} +1 -1
  24. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
  25. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
  26. package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
  27. package/dist/cjs/sqm-popup-container.cjs.entry.js +3 -3
  28. package/dist/cjs/{sqm-portal-email-verification-view-292b5bf4.js → sqm-portal-email-verification-view-72dca980.js} +1 -1
  29. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +5 -5
  30. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
  31. package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -3
  32. package/dist/cjs/{sqm-portal-profile-view-fde54e35.js → sqm-portal-profile-view-c3754c1c.js} +1 -1
  33. package/dist/cjs/sqm-portal-profile.cjs.entry.js +12 -11
  34. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +3 -3
  35. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +7 -6
  36. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +4 -4
  37. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
  38. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +17 -16
  39. package/dist/cjs/sqm-referred-registration.cjs.entry.js +6 -6
  40. package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +2 -2
  41. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +4 -4
  42. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +62 -61
  43. package/dist/cjs/sqm-stencilbook.cjs.entry.js +46 -14
  44. package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
  45. package/dist/cjs/sqm-tabs.cjs.entry.js +5 -5
  46. package/dist/cjs/sqm-text-span.cjs.entry.js +2 -2
  47. package/dist/cjs/{stencil-hooks.module-72742a0b.js → stencil-hooks.module-a5a04d8a.js} +1 -4
  48. package/dist/cjs/{useChildElements-e0d44916.js → useChildElements-91b9f4ff.js} +2 -2
  49. package/dist/cjs/{useInstantAccessRegistration-bbe746d1.js → useInstantAccessRegistration-610f4be8.js} +3 -3
  50. package/dist/cjs/{useReferralTable-a76adb0d.js → useReferralTable-4756d4fc.js} +14 -13
  51. package/dist/cjs/{useRegistrationFormState-876ed65d.js → useRegistrationFormState-49251027.js} +2 -2
  52. package/dist/cjs/{utilities-cec9dd36.js → utilities-42a1810d.js} +2 -2
  53. package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +30 -0
  54. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +7 -4
  55. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +35 -3
  56. package/dist/collection/components/sqm-leaderboard/useLeaderboard.js +40 -2
  57. package/dist/esm/{ShadowViewAddon-31eb5b16.js → ShadowViewAddon-6c6e73dc.js} +14 -10
  58. package/dist/esm/{global-04c7d3b5.js → global-8a95a0d3.js} +161 -10
  59. package/dist/esm/index-0c7b14c5.js +2225 -0
  60. package/dist/esm/{index.module-def4aec5.js → index.module-f9338fc3.js} +1396 -222
  61. package/dist/esm/loader.js +4 -4
  62. package/dist/esm/{luxon-7600be8d.js → luxon-63e24900.js} +1 -1
  63. package/dist/esm/mint-components.js +4 -4
  64. package/dist/esm/{mockRewardData-0eb6e778.js → mockRewardData-e6b763d1.js} +1 -1
  65. package/dist/esm/{re-render-12fd274a.js → re-render-f023c070.js} +2 -2
  66. package/dist/esm/sqm-asset-card.entry.js +2 -2
  67. package/dist/esm/sqm-banking-info-form_16.entry.js +10 -9
  68. package/dist/esm/sqm-big-stat_38.entry.js +60 -13
  69. package/dist/esm/sqm-close-button.entry.js +2 -2
  70. package/dist/esm/sqm-context-router.entry.js +2 -2
  71. package/dist/esm/sqm-empty_4.entry.js +3 -3
  72. package/dist/esm/sqm-form-message.entry.js +1 -1
  73. package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
  74. package/dist/esm/sqm-header-logo.entry.js +1 -1
  75. package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
  76. package/dist/esm/{sqm-invoice-table-view-34ac7513.js → sqm-invoice-table-view-4ee8e011.js} +1 -1
  77. package/dist/esm/sqm-leaderboard-rank.entry.js +4 -3
  78. package/dist/esm/sqm-logout-current-user.entry.js +3 -2
  79. package/dist/esm/{sqm-navigation-sidebar-item-view-60ef06cc.js → sqm-navigation-sidebar-item-view-05fa5ccd.js} +1 -1
  80. package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
  81. package/dist/esm/sqm-navigation-sidebar.entry.js +2 -2
  82. package/dist/esm/sqm-password-field.entry.js +3 -3
  83. package/dist/esm/sqm-popup-container.entry.js +2 -2
  84. package/dist/esm/{sqm-portal-email-verification-view-4307c992.js → sqm-portal-email-verification-view-de203924.js} +1 -1
  85. package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
  86. package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
  87. package/dist/esm/sqm-portal-logout.entry.js +2 -2
  88. package/dist/esm/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-0a31702e.js} +1 -1
  89. package/dist/esm/sqm-portal-profile.entry.js +6 -5
  90. package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
  91. package/dist/esm/sqm-portal-registration-form.entry.js +5 -4
  92. package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
  93. package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
  94. package/dist/esm/sqm-referral-table_11.entry.js +9 -8
  95. package/dist/esm/sqm-referred-registration.entry.js +5 -5
  96. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  97. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
  98. package/dist/esm/sqm-rewards-table_9.entry.js +9 -8
  99. package/dist/esm/sqm-stencilbook.entry.js +44 -12
  100. package/dist/esm/sqm-tab.entry.js +3 -3
  101. package/dist/esm/sqm-tabs.entry.js +4 -4
  102. package/dist/esm/sqm-text-span.entry.js +1 -1
  103. package/dist/esm/{stencil-hooks.module-ac12ca1c.js → stencil-hooks.module-3c7f7c90.js} +1 -1
  104. package/dist/esm/{useChildElements-32e1bda1.js → useChildElements-e32fe084.js} +2 -2
  105. package/dist/esm/{useInstantAccessRegistration-46b89952.js → useInstantAccessRegistration-59d8b278.js} +3 -3
  106. package/dist/esm/{useReferralTable-f4de0650.js → useReferralTable-34d7f6ee.js} +5 -4
  107. package/dist/esm/{useRegistrationFormState-9fc1ac80.js → useRegistrationFormState-a140a962.js} +2 -2
  108. package/dist/esm/{utilities-3f5bba22.js → utilities-c197ef25.js} +2 -2
  109. package/dist/esm-es5/ShadowViewAddon-6c6e73dc.js +1 -0
  110. package/dist/esm-es5/global-8a95a0d3.js +285 -0
  111. package/dist/esm-es5/index-0c7b14c5.js +1 -0
  112. package/dist/esm-es5/index.module-f9338fc3.js +53 -0
  113. package/dist/esm-es5/loader.js +1 -1
  114. package/dist/esm-es5/{luxon-7600be8d.js → luxon-63e24900.js} +1 -1
  115. package/dist/esm-es5/mint-components.js +1 -1
  116. package/dist/esm-es5/{mockRewardData-0eb6e778.js → mockRewardData-e6b763d1.js} +1 -1
  117. package/dist/esm-es5/{re-render-12fd274a.js → re-render-f023c070.js} +1 -1
  118. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  119. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  120. package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
  121. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  122. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  123. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  124. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  125. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  126. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  127. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  128. package/dist/esm-es5/{sqm-invoice-table-view-34ac7513.js → sqm-invoice-table-view-4ee8e011.js} +1 -1
  129. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  130. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  131. package/dist/esm-es5/sqm-navigation-sidebar-item-view-05fa5ccd.js +1 -0
  132. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  133. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  134. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  135. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  136. package/dist/esm-es5/{sqm-portal-email-verification-view-4307c992.js → sqm-portal-email-verification-view-de203924.js} +1 -1
  137. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  138. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  139. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  140. package/dist/esm-es5/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-0a31702e.js} +1 -1
  141. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  142. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  143. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  144. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  145. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  146. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  147. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  148. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  149. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  150. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  151. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  152. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  153. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  154. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  155. package/dist/esm-es5/{stencil-hooks.module-ac12ca1c.js → stencil-hooks.module-3c7f7c90.js} +1 -1
  156. package/dist/esm-es5/useChildElements-e32fe084.js +1 -0
  157. package/dist/esm-es5/useInstantAccessRegistration-59d8b278.js +1 -0
  158. package/dist/esm-es5/useReferralTable-34d7f6ee.js +1 -0
  159. package/dist/esm-es5/useRegistrationFormState-a140a962.js +1 -0
  160. package/dist/esm-es5/{utilities-3f5bba22.js → utilities-c197ef25.js} +1 -1
  161. package/dist/mint-components/mint-components.esm.js +1 -1
  162. package/dist/mint-components/mint-components.js +1 -1
  163. package/dist/mint-components/p-0043bc3c.js +1 -0
  164. package/dist/mint-components/{p-6cef104b.entry.js → p-00d12178.entry.js} +1 -1
  165. package/dist/mint-components/{p-be4b748a.system.entry.js → p-022d8077.system.entry.js} +1 -1
  166. package/dist/mint-components/{p-ed095674.system.js → p-02acb970.system.js} +1 -1
  167. package/dist/mint-components/{p-dd7ee007.system.js → p-07957c5a.system.js} +1 -1
  168. package/dist/mint-components/p-08bf5051.system.entry.js +1 -0
  169. package/dist/mint-components/{p-2a414b2e.system.js → p-0979f82e.system.js} +2 -2
  170. package/dist/mint-components/p-098b5cef.system.entry.js +1 -0
  171. package/dist/mint-components/{p-3d4656bb.system.js → p-0ad02032.system.js} +1 -1
  172. package/dist/mint-components/{p-2ee2ebba.js → p-0d77f228.js} +4 -4
  173. package/dist/mint-components/{p-bc51264d.system.js → p-105d3cea.system.js} +1 -1
  174. package/dist/mint-components/p-118c20e6.system.entry.js +1 -0
  175. package/dist/mint-components/{p-b23d5520.js → p-1426f887.js} +1 -1
  176. package/dist/mint-components/{p-88aac6a9.system.entry.js → p-14beec1b.system.entry.js} +1 -1
  177. package/dist/mint-components/{p-41f15489.entry.js → p-15399c43.entry.js} +1 -1
  178. package/dist/mint-components/p-17554cca.system.entry.js +1 -0
  179. package/dist/mint-components/{p-58ef25d3.system.entry.js → p-183c8ecc.system.entry.js} +1 -1
  180. package/dist/mint-components/{p-86990110.entry.js → p-1948d476.entry.js} +1 -1
  181. package/dist/mint-components/p-1975adfc.entry.js +1 -0
  182. package/dist/mint-components/{p-fd2c5407.js → p-1b24bb52.js} +1 -1
  183. package/dist/mint-components/{p-34fd1229.system.entry.js → p-1b5eeaa4.system.entry.js} +1 -1
  184. package/dist/mint-components/{p-137ea86e.entry.js → p-1e0a0f60.entry.js} +1 -1
  185. package/dist/mint-components/{p-eba44835.system.entry.js → p-208cf52b.system.entry.js} +1 -1
  186. package/dist/mint-components/{p-4d233cd4.js → p-21b00d45.js} +1 -1
  187. package/dist/mint-components/p-269fbf0d.entry.js +1 -0
  188. package/dist/mint-components/{p-0b9fa97f.js → p-2755b7e6.js} +1 -1
  189. package/dist/mint-components/{p-ed17e637.system.js → p-2932de37.system.js} +1 -1
  190. package/dist/mint-components/{p-b45ba369.entry.js → p-2b4fbcf7.entry.js} +9 -9
  191. package/dist/mint-components/{p-56f14840.entry.js → p-2cc82672.entry.js} +1 -1
  192. package/dist/mint-components/p-2db204e7.entry.js +1 -0
  193. package/dist/mint-components/{p-02424350.system.js → p-2e6e8fc0.system.js} +1 -1
  194. package/dist/mint-components/p-2fc1c343.system.entry.js +1 -0
  195. package/dist/mint-components/p-3030c6ba.system.js +1 -0
  196. package/dist/mint-components/{p-ce621bcc.js → p-350f61cd.js} +1 -1
  197. package/dist/mint-components/{p-7731f793.system.entry.js → p-37f67540.system.entry.js} +1 -1
  198. package/dist/mint-components/p-38211322.system.entry.js +1 -0
  199. package/dist/mint-components/p-3bd60021.system.js +53 -0
  200. package/dist/mint-components/{p-af062c8f.system.entry.js → p-3c9b7cf5.system.entry.js} +1 -1
  201. package/dist/mint-components/{p-fb20eb5e.system.entry.js → p-43701d0d.system.entry.js} +1 -1
  202. package/dist/mint-components/p-4414e194.system.entry.js +1 -0
  203. package/dist/mint-components/{p-b12f7281.system.entry.js → p-4519b7a5.system.entry.js} +1 -1
  204. package/dist/mint-components/{p-fe5675b3.entry.js → p-45e6592d.entry.js} +1 -1
  205. package/dist/mint-components/p-48409171.entry.js +33 -0
  206. package/dist/mint-components/{p-f3053c61.js → p-48704504.js} +1 -1
  207. package/dist/mint-components/{p-1fe65a36.entry.js → p-4e792e17.entry.js} +1 -1
  208. package/dist/mint-components/{p-7f088154.entry.js → p-545402ff.entry.js} +1 -1
  209. package/dist/mint-components/p-55d7380c.entry.js +13 -0
  210. package/dist/mint-components/p-5873fc01.js +1 -0
  211. package/dist/mint-components/{p-dd0d79bf.entry.js → p-5c602e84.entry.js} +1 -1
  212. package/dist/mint-components/p-6fbfd683.js +1 -0
  213. package/dist/mint-components/{p-8704937c.js → p-70890ada.js} +153 -153
  214. package/dist/mint-components/p-755073e7.entry.js +1 -0
  215. package/dist/mint-components/{p-4edde470.entry.js → p-76b4892f.entry.js} +1 -1
  216. package/dist/mint-components/{p-61eab172.js → p-773cead3.js} +1 -1
  217. package/dist/mint-components/{p-fbdf0738.entry.js → p-79097c07.entry.js} +1 -1
  218. package/dist/mint-components/{p-f0806232.system.entry.js → p-7ab14d4b.system.entry.js} +1 -1
  219. package/dist/mint-components/{p-ce5afa40.entry.js → p-7c4879fd.entry.js} +1 -1
  220. package/dist/mint-components/{p-b6fc1227.system.entry.js → p-8369d5c3.system.entry.js} +1 -1
  221. package/dist/mint-components/p-858a87ce.entry.js +1 -0
  222. package/dist/mint-components/p-85c56a32.system.entry.js +1 -0
  223. package/dist/mint-components/{p-eaada4da.js → p-86ba3785.js} +1 -1
  224. package/dist/mint-components/{p-59fe4ad1.system.js → p-87165876.system.js} +22 -22
  225. package/dist/mint-components/p-89669879.system.js +1 -0
  226. package/dist/mint-components/{p-4df8f1d2.system.js → p-8dd1b127.system.js} +1 -1
  227. package/dist/mint-components/{p-251e7567.js → p-9223640e.js} +1 -1
  228. package/dist/mint-components/p-924ac2d2.entry.js +223 -0
  229. package/dist/mint-components/{p-5f1c4160.system.entry.js → p-9396fa35.system.entry.js} +1 -1
  230. package/dist/mint-components/{p-6afb4f48.system.entry.js → p-95af445c.system.entry.js} +1 -1
  231. package/dist/mint-components/p-9a8180f3.entry.js +1 -0
  232. package/dist/mint-components/p-a06ac84d.entry.js +1 -0
  233. package/dist/mint-components/p-a252acc8.system.entry.js +1 -0
  234. package/dist/mint-components/p-a2f24cea.system.js +1 -0
  235. package/dist/mint-components/p-a3e853b9.entry.js +1 -0
  236. package/dist/mint-components/p-a716994f.entry.js +13 -0
  237. package/dist/mint-components/p-af4357ee.system.js +1 -0
  238. package/dist/mint-components/{p-4502ed11.system.entry.js → p-af870849.system.entry.js} +1 -1
  239. package/dist/mint-components/{p-5cac90e8.system.entry.js → p-b30636fc.system.entry.js} +1 -1
  240. package/dist/mint-components/{p-8679ed9f.system.entry.js → p-b5db456f.system.entry.js} +1 -1
  241. package/dist/mint-components/p-bc9b2c8b.entry.js +1 -0
  242. package/dist/mint-components/p-bd124285.system.entry.js +1 -0
  243. package/dist/mint-components/{p-a9050eb0.entry.js → p-bd229b60.entry.js} +1 -1
  244. package/dist/mint-components/{p-3223ba7b.entry.js → p-bd25d190.entry.js} +1 -1
  245. package/dist/mint-components/p-c176d02b.js +42 -0
  246. package/dist/mint-components/{p-d6474614.js → p-c30f7385.js} +24 -24
  247. package/dist/mint-components/p-c5cf5623.system.entry.js +1 -0
  248. package/dist/mint-components/p-c7572e7e.system.entry.js +1 -0
  249. package/dist/mint-components/{p-b4c52c5a.entry.js → p-c96b66e0.entry.js} +3 -3
  250. package/dist/mint-components/p-cac64545.system.entry.js +1 -0
  251. package/dist/mint-components/{p-370a1a73.system.js → p-cb45d0a8.system.js} +1 -1
  252. package/dist/mint-components/{p-e3735866.entry.js → p-cb550bef.entry.js} +2 -2
  253. package/dist/mint-components/{p-178d2d2e.entry.js → p-cdd04337.entry.js} +1 -1
  254. package/dist/mint-components/p-d6dd11db.system.entry.js +1 -0
  255. package/dist/mint-components/{p-41a11a7f.js → p-d7bc0a83.js} +1 -1
  256. package/dist/mint-components/p-db39e02a.entry.js +1 -0
  257. package/dist/mint-components/{p-cf690d55.system.entry.js → p-dd18c75b.system.entry.js} +1 -1
  258. package/dist/mint-components/{p-07f675ab.system.entry.js → p-de1ab7b7.system.entry.js} +1 -1
  259. package/dist/mint-components/{p-bf723ae9.entry.js → p-e493aa4f.entry.js} +2 -2
  260. package/dist/mint-components/{p-ce9e7c98.system.js → p-e5299352.system.js} +1 -1
  261. package/dist/mint-components/{p-afd366ae.system.entry.js → p-e6024536.system.entry.js} +1 -1
  262. package/dist/mint-components/{p-674a64fe.system.js → p-f9780efd.system.js} +1 -1
  263. package/dist/mint-components/{p-0d8c53ac.system.js → p-fc5fa9b1.system.js} +1 -1
  264. package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +1 -0
  265. package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +1 -0
  266. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +8 -1
  267. package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +1 -0
  268. package/dist/types/components.d.ts +14 -2
  269. package/docs/docs.docx +0 -0
  270. package/docs/raisins.json +1 -1
  271. package/grapesjs/grapesjs.js +1 -1
  272. package/package.json +1 -1
  273. package/dist/esm-es5/ShadowViewAddon-31eb5b16.js +0 -1
  274. package/dist/esm-es5/global-04c7d3b5.js +0 -285
  275. package/dist/esm-es5/index.module-def4aec5.js +0 -1
  276. package/dist/esm-es5/sqm-navigation-sidebar-item-view-60ef06cc.js +0 -1
  277. package/dist/esm-es5/useChildElements-32e1bda1.js +0 -1
  278. package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +0 -1
  279. package/dist/esm-es5/useReferralTable-f4de0650.js +0 -1
  280. package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +0 -1
  281. package/dist/mint-components/p-01cfff8a.system.entry.js +0 -1
  282. package/dist/mint-components/p-0d39c815.system.entry.js +0 -1
  283. package/dist/mint-components/p-10e89d0a.entry.js +0 -1
  284. package/dist/mint-components/p-1c857edb.entry.js +0 -33
  285. package/dist/mint-components/p-1dd69917.system.entry.js +0 -1
  286. package/dist/mint-components/p-27bd5535.entry.js +0 -187
  287. package/dist/mint-components/p-2dd67762.entry.js +0 -1
  288. package/dist/mint-components/p-32d1d162.entry.js +0 -1
  289. package/dist/mint-components/p-35d84041.system.entry.js +0 -1
  290. package/dist/mint-components/p-3ec16698.entry.js +0 -13
  291. package/dist/mint-components/p-4ea58025.system.entry.js +0 -1
  292. package/dist/mint-components/p-51f517a2.js +0 -1
  293. package/dist/mint-components/p-5be235f9.entry.js +0 -1
  294. package/dist/mint-components/p-7049e9b0.entry.js +0 -1
  295. package/dist/mint-components/p-733825fa.system.entry.js +0 -1
  296. package/dist/mint-components/p-770368bc.system.js +0 -1
  297. package/dist/mint-components/p-79191f88.entry.js +0 -1
  298. package/dist/mint-components/p-8b5b78ca.entry.js +0 -1
  299. package/dist/mint-components/p-8e907ac7.system.entry.js +0 -1
  300. package/dist/mint-components/p-91669312.entry.js +0 -1
  301. package/dist/mint-components/p-9c310991.system.entry.js +0 -1
  302. package/dist/mint-components/p-a1dba9a1.system.entry.js +0 -1
  303. package/dist/mint-components/p-a6a7dcaa.js +0 -1
  304. package/dist/mint-components/p-a8f7cb95.js +0 -1
  305. package/dist/mint-components/p-aad11a68.entry.js +0 -1
  306. package/dist/mint-components/p-b370fca8.system.js +0 -1
  307. package/dist/mint-components/p-b3b5b4b7.system.entry.js +0 -1
  308. package/dist/mint-components/p-b567780d.system.js +0 -1
  309. package/dist/mint-components/p-b5861974.system.entry.js +0 -1
  310. package/dist/mint-components/p-c34a507e.system.entry.js +0 -1
  311. package/dist/mint-components/p-c84659a3.system.js +0 -1
  312. package/dist/mint-components/p-c8878e79.entry.js +0 -1
  313. package/dist/mint-components/p-cfb48ad2.system.entry.js +0 -1
  314. package/dist/mint-components/p-e5a0c50e.entry.js +0 -13
  315. package/dist/mint-components/p-f1a1e7f3.system.entry.js +0 -1
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
- const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- require('./index.module-df530553.js');
8
- const reRender = require('./re-render-1976e05e.js');
6
+ const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
7
+ require('./index.module-b1f9bdb8.js');
8
+ const reRender = require('./re-render-95d86b86.js');
9
9
 
10
10
  const RewardTableCustomerNoteColumn = class {
11
11
  constructor(hostRef) {
@@ -14,7 +14,7 @@ const RewardTableCustomerNoteColumn = class {
14
14
  * @uiName Column title
15
15
  */
16
16
  this.columnTitle = "Note";
17
- stencilHooks_module.h$1(this);
17
+ stencilHooks_module.h(this);
18
18
  }
19
19
  disconnectedCallback() { }
20
20
  async renderCell(data, options) {
@@ -2,24 +2,25 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-b0129cd6.js');
6
- const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const global = require('./global-02e50f09.js');
8
- const index_module = require('./index.module-df530553.js');
5
+ const index$1 = require('./index-b0129cd6.js');
6
+ const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
7
+ const global = require('./global-975908ec.js');
8
+ const index_module = require('./index.module-b1f9bdb8.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  require('./mixins-fe9d4112.js');
11
11
  const JSS = require('./JSS-8503a151.js');
12
12
  const GenericTableView = require('./GenericTableView-80d7642e.js');
13
- const reRender = require('./re-render-1976e05e.js');
14
- const useChildElements = require('./useChildElements-e0d44916.js');
15
- const luxon = require('./luxon-05098e19.js');
16
- const mockRewardData = require('./mockRewardData-4258e067.js');
17
- const useReferralTable = require('./useReferralTable-a76adb0d.js');
13
+ const reRender = require('./re-render-95d86b86.js');
14
+ const useChildElements = require('./useChildElements-91b9f4ff.js');
15
+ const luxon = require('./luxon-20eafbd9.js');
16
+ const mockRewardData = require('./mockRewardData-3c470512.js');
17
+ const index = require('./index-56d1fa5b.js');
18
+ const useReferralTable = require('./useReferralTable-4756d4fc.js');
18
19
  const utils = require('./utils-6847bc06.js');
19
20
 
20
21
  const debug = stencilHooks_module.browser("sq:useRewardsTable");
21
22
  const CSS_NAMESPACE = "sqm-rewards-table";
22
- const GET_REWARDS = index_module.dist.gql `
23
+ const GET_REWARDS = index.dist.gql `
23
24
  query getRewards(
24
25
  $limit: Int!
25
26
  $offset: Int!
@@ -135,7 +136,7 @@ const GET_REWARDS = index_module.dist.gql `
135
136
  }
136
137
  }
137
138
  `;
138
- const GET_IMPACT_TAX = index_module.dist.gql `
139
+ const GET_IMPACT_TAX = index.dist.gql `
139
140
  query getImpactTax {
140
141
  viewer {
141
142
  ... on User {
@@ -209,7 +210,7 @@ function useRewardsTable(props, emptyElement, loadingElement) {
209
210
  const columnsPromise = columnComponents === null || columnComponents === void 0 ? void 0 : columnComponents.map(async (c) => tryMethod(c, () => c.renderLabel()));
210
211
  // get the column cells (renderCell is asynchronous)
211
212
  const cellsPromise = data === null || data === void 0 ? void 0 : data.map(async (r) => {
212
- const cellPromise = columnComponents === null || columnComponents === void 0 ? void 0 : columnComponents.map(async (c) => tryMethod(c, () => c.renderCell(r, { locale, taxConnection }, index.h)));
213
+ const cellPromise = columnComponents === null || columnComponents === void 0 ? void 0 : columnComponents.map(async (c) => tryMethod(c, () => c.renderCell(r, { locale, taxConnection }, index$1.h)));
213
214
  const cells = (await Promise.all(cellPromise));
214
215
  return cells;
215
216
  });
@@ -277,7 +278,7 @@ async function tryMethod(c, callback) {
277
278
  // renderLabel did not return a promise, so this method probably doesn't exist
278
279
  // therefore, we IGNORE the label
279
280
  debug("label promise failed", e);
280
- return index.h("span", null);
281
+ return index$1.h("span", null);
281
282
  }
282
283
  try {
283
284
  return await labelPromise;
@@ -287,15 +288,15 @@ async function tryMethod(c, callback) {
287
288
  // This should not happen so we fail fast
288
289
  debug("Error rendering label", e);
289
290
  const userError = useReferralTable.generateUserError(e);
290
- return (index.h("details", null,
291
- index.h("summary", null, "Error"),
291
+ return (index$1.h("details", null,
292
+ index$1.h("summary", null, "Error"),
292
293
  userError));
293
294
  }
294
295
  }
295
296
 
296
297
  const RewardsTable = class {
297
298
  constructor(hostRef) {
298
- index.registerInstance(this, hostRef);
299
+ index$1.registerInstance(this, hostRef);
299
300
  /** @uiName Rewards per page */
300
301
  this.perPage = 4;
301
302
  /** @uiName Hide column labels */
@@ -313,27 +314,27 @@ const RewardsTable = class {
313
314
  this.smBreakpoint = 599;
314
315
  /** @uiName Tablet breakpoint */
315
316
  this.mdBreakpoint = 799;
316
- stencilHooks_module.h$1(this);
317
+ stencilHooks_module.h(this);
317
318
  }
318
319
  disconnectedCallback() { }
319
320
  render() {
320
- const empty = index.h(EmptySlot, null);
321
- const loading = index.h(LoadingSlot, null);
321
+ const empty = index$1.h(EmptySlot, null);
322
+ const loading = index$1.h(LoadingSlot, null);
322
323
  const { states, data, callbacks, elements } = index_module.isDemo()
323
324
  ? useRewardsTableDemo(this, empty, loading)
324
325
  : useRewardsTable(this, empty, loading);
325
326
  reRender.useRequestRerender([this.perPage]);
326
- return (index.h(GenericTableView.GenericTableView, { states: states, data: data, callbacks: callbacks, elements: elements }));
327
+ return (index$1.h(GenericTableView.GenericTableView, { states: states, data: data, callbacks: callbacks, elements: elements }));
327
328
  }
328
329
  };
329
330
  function EmptySlot() {
330
- return (index.h("slot", { name: "empty" }, index.h("sqm-empty", { "empty-state-image": "https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_reward2.png", "empty-state-header": "View your rewards", "empty-state-text": "Refer friends and complete tasks to view the details of your rewards" })));
331
+ return (index$1.h("slot", { name: "empty" }, index$1.h("sqm-empty", { "empty-state-image": "https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_reward2.png", "empty-state-header": "View your rewards", "empty-state-text": "Refer friends and complete tasks to view the details of your rewards" })));
331
332
  }
332
333
  function LoadingSlot() {
333
- return (index.h("slot", { name: "loading" }, index.h(LoadingRow, null), index.h(LoadingRow, null), index.h(LoadingRow, null), index.h(LoadingRow, null)));
334
+ return (index$1.h("slot", { name: "loading" }, index$1.h(LoadingRow, null), index$1.h(LoadingRow, null), index$1.h(LoadingRow, null), index$1.h(LoadingRow, null)));
334
335
  }
335
336
  function LoadingRow() {
336
- return (index.h("sqm-table-row", null, index.h("sqm-table-cell", { colspan: 5 }, index.h("sl-skeleton", null))));
337
+ return (index$1.h("sqm-table-row", null, index$1.h("sqm-table-cell", { colspan: 5 }, index$1.h("sl-skeleton", null))));
337
338
  }
338
339
  function useRewardsTableDemo(props, emptyElement, loadingElement) {
339
340
  const [content, setContent] = stencilHooks_module.useReducer((state, next) => ({
@@ -428,10 +429,10 @@ function useRewardsTableDemo(props, emptyElement, loadingElement) {
428
429
 
429
430
  const RewardTableDateCell = class {
430
431
  constructor(hostRef) {
431
- index.registerInstance(this, hostRef);
432
+ index$1.registerInstance(this, hostRef);
432
433
  this.ignored = true;
433
434
  this.locale = "en";
434
- stencilHooks_module.h$1(this);
435
+ stencilHooks_module.h(this);
435
436
  }
436
437
  disconnectedCallback() { }
437
438
  render() {
@@ -445,7 +446,7 @@ const RewardTableDateCell = class {
445
446
 
446
447
  const RewardTableDateColumn = class {
447
448
  constructor(hostRef) {
448
- index.registerInstance(this, hostRef);
449
+ index$1.registerInstance(this, hostRef);
449
450
  /**
450
451
  * @uiName Date column title
451
452
  */
@@ -461,18 +462,18 @@ const RewardTableDateColumn = class {
461
462
  * @uiEnumNames ["Date Given", "Date Expires", "Date Cancelled", "Date Redeemed", "Date Scheduled For"]
462
463
  */
463
464
  this.dateShown = "dateGiven";
464
- stencilHooks_module.h$1(this);
465
+ stencilHooks_module.h(this);
465
466
  }
466
467
  disconnectedCallback() { }
467
468
  async renderCell(data, options) {
468
- return (index.h("sqm-rewards-table-date-cell", { date: data[this.dateShown], locale: options === null || options === void 0 ? void 0 : options.locale }));
469
+ return (index$1.h("sqm-rewards-table-date-cell", { date: data[this.dateShown], locale: options === null || options === void 0 ? void 0 : options.locale }));
469
470
  }
470
471
  async renderLabel() {
471
472
  return this.columnTitle;
472
473
  }
473
474
  render() {
474
475
  reRender.useRequestRerender([this.dateShown, this.columnTitle]);
475
- return index.h(index.Host, { style: { display: "none" } });
476
+ return index$1.h(index$1.Host, { style: { display: "none" } });
476
477
  }
477
478
  };
478
479
 
@@ -549,7 +550,7 @@ const sheet = JSS.createStyleSheet(style);
549
550
  const styleString = sheet.toString();
550
551
  const RewardTableRewardsCell = class {
551
552
  constructor(hostRef) {
552
- index.registerInstance(this, hostRef);
553
+ index$1.registerInstance(this, hostRef);
553
554
  }
554
555
  // TODO: value function from portalv2
555
556
  render() {
@@ -562,19 +563,19 @@ const RewardTableRewardsCell = class {
562
563
  const singleReward = reward.prettyValueNumber === "1" ||
563
564
  (reward.dateRedeemed && reward.prettyAvailableNumber === "0");
564
565
  if (reward.type === "FUELTANK") {
565
- return (index.h("div", { class: sheet.classes.Fueltank }, reward.prettyValue, reward.fuelTankCode && (index.h("div", { class: "code", onClick: () => navigator.clipboard.writeText(reward.fuelTankCode) }, index.h("sl-tooltip", { trigger: "click", placement: "top", distance: 5, skidding: 11, content: this.copyText, "onSl-show": (e) => setTimeout(() => e.path[0].hide(), 1000) }, index.h("span", { class: "text" }, reward.fuelTankCode), index.h("span", { class: "icon" }, index.h("sl-icon", { name: "files" })))))));
566
+ return (index$1.h("div", { class: sheet.classes.Fueltank }, reward.prettyValue, reward.fuelTankCode && (index$1.h("div", { class: "code", onClick: () => navigator.clipboard.writeText(reward.fuelTankCode) }, index$1.h("sl-tooltip", { trigger: "click", placement: "top", distance: 5, skidding: 11, content: this.copyText, "onSl-show": (e) => setTimeout(() => e.path[0].hide(), 1000) }, index$1.h("span", { class: "text" }, reward.fuelTankCode), index$1.h("span", { class: "icon" }, index$1.h("sl-icon", { name: "files" })))))));
566
567
  }
567
568
  if (reward.type === "CREDIT" && !singleReward) {
568
569
  const remainingValue = parseFloat(reward.prettyValueNumber) -
569
570
  parseFloat(reward.prettyRedeemedNumber);
570
571
  const progress = Math.round((remainingValue / parseFloat(reward.prettyValueNumber)) * 100);
571
572
  const progressBarSubtext = reward.statuses.includes("EXPIRED") ||
572
- reward.statuses.includes("CANCELLED") ? (index.h("div", null, global.intl.formatMessage({
573
+ reward.statuses.includes("CANCELLED") ? (index$1.h("div", null, global.intl.formatMessage({
573
574
  id: "redeemedText",
574
575
  defaultMessage: this.redeemedText,
575
576
  }, {
576
577
  redeemedAmount: reward.prettyRedeemedCredit,
577
- }))) : (index.h("div", null, global.intl.formatMessage({
578
+ }))) : (index$1.h("div", null, global.intl.formatMessage({
578
579
  id: "availableText",
579
580
  defaultMessage: this.availableText,
580
581
  }, {
@@ -616,17 +617,17 @@ const RewardTableRewardsCell = class {
616
617
  };
617
618
  const sheet = JSS.createStyleSheet(style);
618
619
  const styleString = sheet.toString();
619
- return (index.h("div", null, index.h("style", { type: "text/css" }, styleString), index.h("div", { class: sheet.classes.Container }, index.h("span", { part: "sqm-reward-cell-value" }, pimpedPrettyValue + " "), index.h("br", null), " ", index.h("div", { part: "sqm-reward-cell-progress", class: sheet.classes.Progress }), index.h("span", { part: "sqm-reward-cell-subtext", class: sheet.classes.Subtext }, progressBarSubtext))));
620
+ return (index$1.h("div", null, index$1.h("style", { type: "text/css" }, styleString), index$1.h("div", { class: sheet.classes.Container }, index$1.h("span", { part: "sqm-reward-cell-value" }, pimpedPrettyValue + " "), index$1.h("br", null), " ", index$1.h("div", { part: "sqm-reward-cell-progress", class: sheet.classes.Progress }), index$1.h("span", { part: "sqm-reward-cell-subtext", class: sheet.classes.Subtext }, progressBarSubtext))));
620
621
  }
621
- return index.h("div", null, pimpedPrettyValue);
622
+ return index$1.h("div", null, pimpedPrettyValue);
622
623
  };
623
- return (index.h("div", { style: { display: "contents" } }, index.h("style", { type: "text/css" }, styleString), index.h(RewardValue, { reward: this.reward })));
624
+ return (index$1.h("div", { style: { display: "contents" } }, index$1.h("style", { type: "text/css" }, styleString), index$1.h(RewardValue, { reward: this.reward })));
624
625
  }
625
626
  };
626
627
 
627
628
  const RewardsTableColumn = class {
628
629
  constructor(hostRef) {
629
- index.registerInstance(this, hostRef);
630
+ index$1.registerInstance(this, hostRef);
630
631
  /**
631
632
  * @uiName Reward column title
632
633
  */
@@ -643,11 +644,11 @@ const RewardsTableColumn = class {
643
644
  * @uiName Copied fuel tank text
644
645
  */
645
646
  this.copyText = "Copied!";
646
- stencilHooks_module.h$1(this);
647
+ stencilHooks_module.h(this);
647
648
  }
648
649
  disconnectedCallback() { }
649
650
  async renderCell(data, options) {
650
- return (index.h("sqm-rewards-table-reward-cell", { reward: data, redeemedText: this.redeemedText, availableText: this.availableText, copyText: this.copyText, locale: options === null || options === void 0 ? void 0 : options.locale, exportparts: "sqm-rewards-cell-value, sqm-rewards-cell-progress-bar, sqm-rewards-cell-subtext" }));
651
+ return (index$1.h("sqm-rewards-table-reward-cell", { reward: data, redeemedText: this.redeemedText, availableText: this.availableText, copyText: this.copyText, locale: options === null || options === void 0 ? void 0 : options.locale, exportparts: "sqm-rewards-cell-value, sqm-rewards-cell-progress-bar, sqm-rewards-cell-subtext" }));
651
652
  }
652
653
  async renderLabel() {
653
654
  return this.columnTitle;
@@ -659,20 +660,20 @@ const RewardsTableColumn = class {
659
660
  this.availableText,
660
661
  this.copyText,
661
662
  ]);
662
- return index.h(index.Host, { style: { display: "none" } });
663
+ return index$1.h(index$1.Host, { style: { display: "none" } });
663
664
  }
664
665
  };
665
666
 
666
667
  const RewardTableSourceCell = class {
667
668
  constructor(hostRef) {
668
- index.registerInstance(this, hostRef);
669
+ index$1.registerInstance(this, hostRef);
669
670
  this.locale = "en";
670
671
  }
671
672
  render() {
672
673
  global.intl.locale = this.locale;
673
674
  const RewardSource = ({ reward }) => {
674
675
  var _a;
675
- return (index.h("span", null, global.intl.formatMessage({
676
+ return (index$1.h("span", null, global.intl.formatMessage({
676
677
  id: "rewardSourceText",
677
678
  defaultMessage: this.rewardSourceText,
678
679
  }, {
@@ -683,15 +684,15 @@ const RewardTableSourceCell = class {
683
684
  const SOURCE_COLUMN_LENGTH = 21;
684
685
  const RewardExchangeBadge = ({ reward }) => {
685
686
  var _a;
686
- const rewardExchange = (index.h("div", null, index.h("span", { style: {
687
+ const rewardExchange = (index$1.h("div", null, index$1.h("span", { style: {
687
688
  fontSize: "var(--sl-font-size-small)",
688
689
  color: "var(--sl-color-neutral-500)",
689
- } }, this.rewardExchangeText), index.h("br", null), (_a = reward.exchangedRewardRedemptionTransaction) === null || _a === void 0 ? void 0 :
690
+ } }, this.rewardExchangeText), index$1.h("br", null), (_a = reward.exchangedRewardRedemptionTransaction) === null || _a === void 0 ? void 0 :
690
691
  _a.prettyRedeemedCredit, " → ", reward.prettyValue));
691
692
  return reward.exchangedRewardRedemptionTransaction.prettyRedeemedCredit
692
693
  .length +
693
694
  reward.prettyValue.length <
694
- SOURCE_COLUMN_LENGTH ? (rewardExchange) : (index.h("div", { style: {
695
+ SOURCE_COLUMN_LENGTH ? (rewardExchange) : (index$1.h("div", { style: {
695
696
  display: "inline-block",
696
697
  verticalAlign: "top",
697
698
  } }, rewardExchange));
@@ -708,9 +709,9 @@ const RewardTableSourceCell = class {
708
709
  return `${user.firstName} ${user.lastName}`;
709
710
  };
710
711
  const Source = () => this.reward.rewardSource === "FRIEND_SIGNUP" ||
711
- this.reward.rewardSource === "REFERRED" ? (this.reward.referral === null ? (index.h("p", { style: {
712
+ this.reward.rewardSource === "REFERRED" ? (this.reward.referral === null ? (index$1.h("p", { style: {
712
713
  color: "var(--sl-color-gray-400)",
713
- } }, this.deletedReferralText)) : (index.h("div", null, index.h("div", { style: {
714
+ } }, this.deletedReferralText)) : (index$1.h("div", null, index$1.h("div", { style: {
714
715
  fontSize: "var(--sl-font-size-small)",
715
716
  color: "var(--sl-color-neutral-500)",
716
717
  } }, global.intl.formatMessage({
@@ -718,16 +719,16 @@ const RewardTableSourceCell = class {
718
719
  defaultMessage: this.referralText,
719
720
  }, {
720
721
  rewardSource: this.reward.rewardSource,
721
- })), index.h("div", null, this.reward.rewardSource == "FRIEND_SIGNUP"
722
+ })), index$1.h("div", null, this.reward.rewardSource == "FRIEND_SIGNUP"
722
723
  ? getFullName(this.reward.referral.referredUser)
723
- : getFullName(this.reward.referral.referrerUser))))) : this.reward.exchangedRewardRedemptionTransaction ? (index.h(RewardExchangeBadge, { reward: this.reward })) : (index.h(RewardSource, { reward: this.reward }));
724
- return index.h(Source, null);
724
+ : getFullName(this.reward.referral.referrerUser))))) : this.reward.exchangedRewardRedemptionTransaction ? (index$1.h(RewardExchangeBadge, { reward: this.reward })) : (index$1.h(RewardSource, { reward: this.reward }));
725
+ return index$1.h(Source, null);
725
726
  }
726
727
  };
727
728
 
728
729
  const RewardTableUserColumn = class {
729
730
  constructor(hostRef) {
730
- index.registerInstance(this, hostRef);
731
+ index$1.registerInstance(this, hostRef);
731
732
  /**
732
733
  * @uiName Soruce column title
733
734
  */
@@ -762,11 +763,11 @@ const RewardTableUserColumn = class {
762
763
  * @uiWidget textArea
763
764
  */
764
765
  this.rewardSourceText = "{rewardSource, select, MANUAL {Manual} AUTOMATED {{programName}} other {}}";
765
- stencilHooks_module.h$1(this);
766
+ stencilHooks_module.h(this);
766
767
  }
767
768
  disconnectedCallback() { }
768
769
  async renderCell(data, options) {
769
- return (index.h("sqm-rewards-table-source-cell", { reward: data, anonymousUserText: this.anonymousUser, deletedUserText: this.deletedUser, rewardExchangeText: this.rewardExchangeText, referralText: this.referralText, rewardSourceText: this.rewardSourceText, locale: options === null || options === void 0 ? void 0 : options.locale }));
770
+ return (index$1.h("sqm-rewards-table-source-cell", { reward: data, anonymousUserText: this.anonymousUser, deletedUserText: this.deletedUser, rewardExchangeText: this.rewardExchangeText, referralText: this.referralText, rewardSourceText: this.rewardSourceText, locale: options === null || options === void 0 ? void 0 : options.locale }));
770
771
  }
771
772
  async renderLabel() {
772
773
  return this.columnTitle;
@@ -780,7 +781,7 @@ const RewardTableUserColumn = class {
780
781
  this.referralText,
781
782
  this.rewardSourceText,
782
783
  ]);
783
- return index.h(index.Host, { style: { display: "none" } });
784
+ return index$1.h(index$1.Host, { style: { display: "none" } });
784
785
  }
785
786
  };
786
787
 
@@ -810,7 +811,7 @@ const sheet$1 = JSS.createStyleSheet(style$1);
810
811
  const styleString$1 = sheet$1.toString();
811
812
  const RewardTableStatusCell = class {
812
813
  constructor(hostRef) {
813
- index.registerInstance(this, hostRef);
814
+ index$1.registerInstance(this, hostRef);
814
815
  this.expiryText = "Expires";
815
816
  this.locale = "en";
816
817
  this.pendingUsTax = "W-9 required";
@@ -950,9 +951,9 @@ const RewardTableStatusCell = class {
950
951
  : rewardStatus === "DENIED"
951
952
  ? this.deniedText
952
953
  : null;
953
- return (index.h("div", { style: { display: "contents" } }, index.h("style", { type: "text/css" }, styleString$1), index.h("sl-badge", { type: badgeType, pill: true, class: rewardStatus === "REDEEMED" || rewardStatus === "PAYOUT_APPROVED"
954
+ return (index$1.h("div", { style: { display: "contents" } }, index$1.h("style", { type: "text/css" }, styleString$1), index$1.h("sl-badge", { type: badgeType, pill: true, class: rewardStatus === "REDEEMED" || rewardStatus === "PAYOUT_APPROVED"
954
955
  ? sheet$1.classes.RedeemBadge
955
- : sheet$1.classes.Badge }, statusText), index.h("p", { class: sheet$1.classes.Date }, fraudStatusText ||
956
+ : sheet$1.classes.Badge }, statusText), index$1.h("p", { class: sheet$1.classes.Date }, fraudStatusText ||
956
957
  pendingReasons ||
957
958
  this.getPayoutStatusText(rewardStatus) ||
958
959
  date)));
@@ -979,7 +980,7 @@ const RewardTableStatusCell = class {
979
980
 
980
981
  const RewardTableStatusColumn = class {
981
982
  constructor(hostRef) {
982
- index.registerInstance(this, hostRef);
983
+ index$1.registerInstance(this, hostRef);
983
984
  /**
984
985
  * @uiName Column title
985
986
  */
@@ -1067,11 +1068,11 @@ const RewardTableStatusColumn = class {
1067
1068
  * @uiName Payout approved text
1068
1069
  */
1069
1070
  this.payoutApproved = "Reward approved for payout and was scheduled for payment based on your settings.";
1070
- stencilHooks_module.h$1(this);
1071
+ stencilHooks_module.h(this);
1071
1072
  }
1072
1073
  disconnectedCallback() { }
1073
1074
  async renderCell(data, options) {
1074
- return (index.h("sqm-rewards-table-status-cell", { statusText: this.statusText, reward: data, taxConnection: options === null || options === void 0 ? void 0 : options.taxConnection, expiryText: this.expiryText, pendingScheduled: this.pendingScheduled, pendingUsTax: this.pendingUsTax, pendingUnhandled: this.pendingUnhandled, pendingReviewText: this.pendingReviewText, payoutFailed: this.payoutFailed, payoutApproved: this.payoutApproved, payoutCancelled: this.payoutCancelled, deniedText: this.deniedText, locale: options === null || options === void 0 ? void 0 : options.locale }));
1075
+ return (index$1.h("sqm-rewards-table-status-cell", { statusText: this.statusText, reward: data, taxConnection: options === null || options === void 0 ? void 0 : options.taxConnection, expiryText: this.expiryText, pendingScheduled: this.pendingScheduled, pendingUsTax: this.pendingUsTax, pendingUnhandled: this.pendingUnhandled, pendingReviewText: this.pendingReviewText, payoutFailed: this.payoutFailed, payoutApproved: this.payoutApproved, payoutCancelled: this.payoutCancelled, deniedText: this.deniedText, locale: options === null || options === void 0 ? void 0 : options.locale }));
1075
1076
  }
1076
1077
  async renderLabel() {
1077
1078
  return this.columnTitle;
@@ -1086,7 +1087,7 @@ const RewardTableStatusColumn = class {
1086
1087
  this.pendingUsTax,
1087
1088
  this.pendingUnhandled,
1088
1089
  ]);
1089
- return index.h(index.Host, { style: { display: "none" } });
1090
+ return index$1.h(index$1.Host, { style: { display: "none" } });
1090
1091
  }
1091
1092
  };
1092
1093
 
@@ -3,15 +3,16 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
- const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- require('./global-02e50f09.js');
8
- const index_module = require('./index.module-df530553.js');
6
+ const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
7
+ require('./global-975908ec.js');
8
+ const index_module = require('./index.module-b1f9bdb8.js');
9
9
  require('./cjs-1066ec21.js');
10
10
  require('./mixins-fe9d4112.js');
11
11
  const JSS = require('./JSS-8503a151.js');
12
12
  const GenericTableView = require('./GenericTableView-80d7642e.js');
13
- require('./useChildElements-e0d44916.js');
14
- const luxon = require('./luxon-05098e19.js');
13
+ require('./useChildElements-91b9f4ff.js');
14
+ const luxon = require('./luxon-20eafbd9.js');
15
+ const index$1 = require('./index-56d1fa5b.js');
15
16
  require('./utils-6847bc06.js');
16
17
  require('./sqm-text-span-view-e1cd9bd3.js');
17
18
  const sqmAssetCardView = require('./sqm-asset-card-view-a0e33f21.js');
@@ -21,16 +22,16 @@ const emailRegistrationView = require('./email-registration-view-248652bb.js');
21
22
  const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-5a3d4a88.js');
22
23
  const sqmLogoutCurrentUserView = require('./sqm-logout-current-user-view-c9f18d96.js');
23
24
  const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-dd53f947.js');
24
- const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-a125ec5f.js');
25
- const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-292b5bf4.js');
25
+ const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-d8a21014.js');
26
+ const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-72dca980.js');
26
27
  const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-969c49ed.js');
27
- const sqmPortalProfileView = require('./sqm-portal-profile-view-fde54e35.js');
28
- require('./utilities-cec9dd36.js');
28
+ const sqmPortalProfileView = require('./sqm-portal-profile-view-c3754c1c.js');
29
+ require('./utilities-42a1810d.js');
29
30
  const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-96f329ed.js');
30
31
  const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-7ffcc0d4.js');
31
- const ShadowViewAddon = require('./ShadowViewAddon-721bb748.js');
32
+ const ShadowViewAddon = require('./ShadowViewAddon-a982f064.js');
32
33
  const sqmPortalContainerView = require('./sqm-portal-container-view-5fb2ad49.js');
33
- const sqmInvoiceTableView = require('./sqm-invoice-table-view-28b14d28.js');
34
+ const sqmInvoiceTableView = require('./sqm-invoice-table-view-c3a5024d.js');
34
35
 
35
36
  /**
36
37
  * lodash (Custom Build) <https://lodash.com/>
@@ -2325,6 +2326,36 @@ const HideViewer = () => {
2325
2326
  };
2326
2327
  return index.h(ShadowViewAddon.LeaderboardView, Object.assign({}, props));
2327
2328
  };
2329
+ const HideNames = () => {
2330
+ const props = {
2331
+ states: {
2332
+ loading: false,
2333
+ hasLeaders: true,
2334
+ rowNumber: 10,
2335
+ styles: {
2336
+ ...defaultStyles$1,
2337
+ showRank: true,
2338
+ hideNames: true,
2339
+ },
2340
+ },
2341
+ data: {
2342
+ rankType: "rowNumber",
2343
+ leaderboard: users,
2344
+ rowNumber: 10,
2345
+ viewerRank: {
2346
+ firstName: "Viktor",
2347
+ lastInitial: "V",
2348
+ textValue: "82",
2349
+ rowNumber: 1,
2350
+ rank: 1,
2351
+ },
2352
+ },
2353
+ elements: {
2354
+ ...defaultElements$1,
2355
+ },
2356
+ };
2357
+ return index.h(ShadowViewAddon.LeaderboardView, Object.assign({}, props));
2358
+ };
2328
2359
 
2329
2360
  const Leaderboard = /*#__PURE__*/Object.freeze({
2330
2361
  __proto__: null,
@@ -2339,7 +2370,8 @@ const Leaderboard = /*#__PURE__*/Object.freeze({
2339
2370
  TenWithRank: TenWithRank,
2340
2371
  ViewerOutside: ViewerOutside,
2341
2372
  ViewerAnonymous: ViewerAnonymous,
2342
- HideViewer: HideViewer
2373
+ HideViewer: HideViewer,
2374
+ HideNames: HideNames
2343
2375
  });
2344
2376
 
2345
2377
  const HookStoryAddon = ({ story }, children) => {
@@ -3350,7 +3382,7 @@ const FormMessage = /*#__PURE__*/Object.freeze({
3350
3382
  FullStackSuccess: FullStackSuccess
3351
3383
  });
3352
3384
 
3353
- const EXCHANGE = index_module.dist.gql `
3385
+ const EXCHANGE = index$1.dist.gql `
3354
3386
  mutation exchange($exchangeRewardInput: ExchangeRewardInput!) {
3355
3387
  exchangeReward(exchangeRewardInput: $exchangeRewardInput) {
3356
3388
  reward {
@@ -17600,7 +17632,7 @@ const StencilStorybook = class {
17600
17632
  constructor(hostRef) {
17601
17633
  index.registerInstance(this, hostRef);
17602
17634
  this.ignored = true;
17603
- stencilHooks_module.h$1(this);
17635
+ stencilHooks_module.h(this);
17604
17636
  }
17605
17637
  disconnectedCallback() { }
17606
17638
  render() {
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
- const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- require('./index.module-df530553.js');
8
- const reRender = require('./re-render-1976e05e.js');
6
+ const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
7
+ require('./index.module-b1f9bdb8.js');
8
+ const reRender = require('./re-render-95d86b86.js');
9
9
 
10
10
  const TabView = ({}, children) => {
11
11
  return index.h(index.Host, null, children);
@@ -14,7 +14,7 @@ const TabView = ({}, children) => {
14
14
  const Tab = class {
15
15
  constructor(hostRef) {
16
16
  index.registerInstance(this, hostRef);
17
- stencilHooks_module.h$1(this);
17
+ stencilHooks_module.h(this);
18
18
  }
19
19
  disconnectedCallback() { }
20
20
  render() {
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
- const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
8
- const reRender = require('./re-render-1976e05e.js');
9
- const useChildElements = require('./useChildElements-e0d44916.js');
6
+ const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
7
+ const index_module = require('./index.module-b1f9bdb8.js');
8
+ const reRender = require('./re-render-95d86b86.js');
9
+ const useChildElements = require('./useChildElements-91b9f4ff.js');
10
10
  const utils = require('./utils-6847bc06.js');
11
11
 
12
12
  const TabsView = ({ content, placement, }) => {
@@ -86,7 +86,7 @@ function useTabs() {
86
86
  const Tabs = class {
87
87
  constructor(hostRef) {
88
88
  index.registerInstance(this, hostRef);
89
- stencilHooks_module.h$1(this);
89
+ stencilHooks_module.h(this);
90
90
  }
91
91
  disconnectedCallback() { }
92
92
  render() {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
- const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
6
+ const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
7
7
  require('./JSS-8503a151.js');
8
8
  const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
9
9
 
@@ -11,7 +11,7 @@ const Text = class {
11
11
  constructor(hostRef) {
12
12
  index.registerInstance(this, hostRef);
13
13
  this.ignored = true;
14
- stencilHooks_module.h$1(this);
14
+ stencilHooks_module.h(this);
15
15
  }
16
16
  disconnectedCallback() { }
17
17
  componentWillLoad() { }
@@ -1114,17 +1114,14 @@ function c$1(){return (c$1=Object.assign||function(e){for(var t=1;t<arguments.le
1114
1114
  function s$2(){return index.getRenderingRef()}function l$1(){var e=s$2();return index.getElement(e)}function d$2(e,t){void 0===t&&(t={});var n=l$1();return h$1(n,e,t)}function m$2(e,t){var n=l$1();return y$1(n,e,t)}var p$1=browser("stencil-hook");function h$2(t){var r,u=index.getElement(t),c=(r=!1,new State(function(){p$1("Queue update on element",u),r||(r=!0,Promise.resolve().then(function(){p$1("Forced update on element",u),r=!1,index.forceUpdate(u);}));},u)),a=t.disconnectedCallback;if(!a)throw new Error("Stencil hooks requires `disconnectedCallback` to be defined (even if it's empty). This is because of how the Stencil compiler works internally");t.disconnectedCallback=function(){c.teardown(),v(a);};var i=t.connectedCallback;t.connectedCallback=function(){c.update(),v(i);};var f=t.render.bind(t);t.render=function(){var e=c.run(f);return c.runEffects(),e};}function v(e){"function"==typeof e&&e();}
1115
1115
 
1116
1116
  exports.browser = browser;
1117
- exports.c = c;
1118
1117
  exports.commonjsGlobal = commonjsGlobal;
1119
1118
  exports.createCommonjsModule = createCommonjsModule;
1120
1119
  exports.d = d$2;
1121
1120
  exports.getAugmentedNamespace = getAugmentedNamespace;
1122
1121
  exports.getDefaultExportFromCjs = getDefaultExportFromCjs;
1123
- exports.h = h$1;
1124
- exports.h$1 = h$2;
1122
+ exports.h = h$2;
1125
1123
  exports.l = l$1;
1126
1124
  exports.m = m$2;
1127
- exports.s = s$1;
1128
1125
  exports.useEffect = useEffect;
1129
1126
  exports.useMemo = useMemo;
1130
1127
  exports.useReducer = useReducer;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
4
- const index_module = require('./index.module-df530553.js');
3
+ const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
4
+ const index_module = require('./index.module-b1f9bdb8.js');
5
5
 
6
6
  function useChildElements() {
7
7
  const host = index_module._();
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
4
- const index_module = require('./index.module-df530553.js');
3
+ const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
4
+ const index_module = require('./index.module-b1f9bdb8.js');
5
5
  const jsonpointer = require('./jsonpointer-11327262.js');
6
- const useRegistrationFormState = require('./useRegistrationFormState-876ed65d.js');
6
+ const useRegistrationFormState = require('./useRegistrationFormState-49251027.js');
7
7
 
8
8
  function useInstantAccessRegistration(props) {
9
9
  const cookie = new URLSearchParams(window.location.search);