@saasquatch/mint-components 1.10.2-5 → 1.10.2-7

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 (314) hide show
  1. package/dist/cjs/{ShadowViewAddon-a982f064.js → ShadowViewAddon-bfb7992d.js} +39 -38
  2. package/dist/cjs/{global-975908ec.js → global-02e50f09.js} +10 -161
  3. package/dist/cjs/{index.module-b1f9bdb8.js → index.module-df530553.js} +227 -1398
  4. package/dist/cjs/loader.cjs.js +4 -4
  5. package/dist/cjs/{luxon-20eafbd9.js → luxon-05098e19.js} +1 -1
  6. package/dist/cjs/mint-components.cjs.js +4 -4
  7. package/dist/cjs/{mockRewardData-3c470512.js → mockRewardData-4258e067.js} +1 -1
  8. package/dist/cjs/{re-render-95d86b86.js → re-render-1976e05e.js} +2 -2
  9. package/dist/cjs/sqm-asset-card.cjs.entry.js +3 -3
  10. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +410 -411
  11. package/dist/cjs/sqm-big-stat_38.cjs.entry.js +75 -66
  12. package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
  13. package/dist/cjs/sqm-context-router.cjs.entry.js +3 -3
  14. package/dist/cjs/sqm-empty_4.cjs.entry.js +6 -6
  15. package/dist/cjs/sqm-form-message.cjs.entry.js +2 -2
  16. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +3 -3
  17. package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
  18. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +6 -6
  19. package/dist/cjs/{sqm-invoice-table-view-c3a5024d.js → sqm-invoice-table-view-28b14d28.js} +1 -1
  20. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +8 -9
  21. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +7 -8
  22. package/dist/cjs/{sqm-navigation-sidebar-item-view-d8a21014.js → sqm-navigation-sidebar-item-view-a125ec5f.js} +1 -1
  23. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
  24. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
  25. package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
  26. package/dist/cjs/sqm-popup-container.cjs.entry.js +3 -3
  27. package/dist/cjs/{sqm-portal-email-verification-view-72dca980.js → sqm-portal-email-verification-view-292b5bf4.js} +1 -1
  28. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +5 -5
  29. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
  30. package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -3
  31. package/dist/cjs/{sqm-portal-profile-view-c3754c1c.js → sqm-portal-profile-view-fde54e35.js} +1 -1
  32. package/dist/cjs/sqm-portal-profile.cjs.entry.js +11 -12
  33. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +3 -3
  34. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +6 -7
  35. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +4 -4
  36. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
  37. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +16 -17
  38. package/dist/cjs/sqm-referred-registration.cjs.entry.js +6 -6
  39. package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +2 -2
  40. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +4 -4
  41. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +61 -62
  42. package/dist/cjs/sqm-stencilbook.cjs.entry.js +47 -15
  43. package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
  44. package/dist/cjs/sqm-tabs.cjs.entry.js +5 -5
  45. package/dist/cjs/sqm-text-span.cjs.entry.js +2 -2
  46. package/dist/cjs/{stencil-hooks.module-a5a04d8a.js → stencil-hooks.module-72742a0b.js} +4 -1
  47. package/dist/cjs/{useChildElements-91b9f4ff.js → useChildElements-e0d44916.js} +2 -2
  48. package/dist/cjs/{useInstantAccessRegistration-610f4be8.js → useInstantAccessRegistration-bbe746d1.js} +3 -3
  49. package/dist/cjs/{useReferralTable-4756d4fc.js → useReferralTable-a76adb0d.js} +13 -14
  50. package/dist/cjs/{useRegistrationFormState-49251027.js → useRegistrationFormState-876ed65d.js} +2 -2
  51. package/dist/cjs/{utilities-42a1810d.js → utilities-cec9dd36.js} +2 -2
  52. package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +32 -0
  53. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +8 -5
  54. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +57 -4
  55. package/dist/esm/{ShadowViewAddon-6c6e73dc.js → ShadowViewAddon-e0a3df6c.js} +13 -12
  56. package/dist/esm/{global-8a95a0d3.js → global-04c7d3b5.js} +10 -161
  57. package/dist/esm/{index.module-f9338fc3.js → index.module-def4aec5.js} +222 -1396
  58. package/dist/esm/loader.js +4 -4
  59. package/dist/esm/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
  60. package/dist/esm/mint-components.js +4 -4
  61. package/dist/esm/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
  62. package/dist/esm/{re-render-f023c070.js → re-render-12fd274a.js} +2 -2
  63. package/dist/esm/sqm-asset-card.entry.js +2 -2
  64. package/dist/esm/sqm-banking-info-form_16.entry.js +9 -10
  65. package/dist/esm/sqm-big-stat_38.entry.js +22 -13
  66. package/dist/esm/sqm-close-button.entry.js +2 -2
  67. package/dist/esm/sqm-context-router.entry.js +2 -2
  68. package/dist/esm/sqm-empty_4.entry.js +3 -3
  69. package/dist/esm/sqm-form-message.entry.js +1 -1
  70. package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
  71. package/dist/esm/sqm-header-logo.entry.js +1 -1
  72. package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
  73. package/dist/esm/{sqm-invoice-table-view-4ee8e011.js → sqm-invoice-table-view-34ac7513.js} +1 -1
  74. package/dist/esm/sqm-leaderboard-rank.entry.js +3 -4
  75. package/dist/esm/sqm-logout-current-user.entry.js +2 -3
  76. package/dist/esm/{sqm-navigation-sidebar-item-view-05fa5ccd.js → sqm-navigation-sidebar-item-view-60ef06cc.js} +1 -1
  77. package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
  78. package/dist/esm/sqm-navigation-sidebar.entry.js +2 -2
  79. package/dist/esm/sqm-password-field.entry.js +3 -3
  80. package/dist/esm/sqm-popup-container.entry.js +2 -2
  81. package/dist/esm/{sqm-portal-email-verification-view-de203924.js → sqm-portal-email-verification-view-4307c992.js} +1 -1
  82. package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
  83. package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
  84. package/dist/esm/sqm-portal-logout.entry.js +2 -2
  85. package/dist/esm/{sqm-portal-profile-view-0a31702e.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
  86. package/dist/esm/sqm-portal-profile.entry.js +5 -6
  87. package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
  88. package/dist/esm/sqm-portal-registration-form.entry.js +4 -5
  89. package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
  90. package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
  91. package/dist/esm/sqm-referral-table_11.entry.js +8 -9
  92. package/dist/esm/sqm-referred-registration.entry.js +5 -5
  93. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  94. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
  95. package/dist/esm/sqm-rewards-table_9.entry.js +8 -9
  96. package/dist/esm/sqm-stencilbook.entry.js +45 -13
  97. package/dist/esm/sqm-tab.entry.js +3 -3
  98. package/dist/esm/sqm-tabs.entry.js +4 -4
  99. package/dist/esm/sqm-text-span.entry.js +1 -1
  100. package/dist/esm/{stencil-hooks.module-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
  101. package/dist/esm/{useChildElements-e32fe084.js → useChildElements-32e1bda1.js} +2 -2
  102. package/dist/esm/{useInstantAccessRegistration-59d8b278.js → useInstantAccessRegistration-46b89952.js} +3 -3
  103. package/dist/esm/{useReferralTable-34d7f6ee.js → useReferralTable-f4de0650.js} +4 -5
  104. package/dist/esm/{useRegistrationFormState-a140a962.js → useRegistrationFormState-9fc1ac80.js} +2 -2
  105. package/dist/esm/{utilities-c197ef25.js → utilities-3f5bba22.js} +2 -2
  106. package/dist/esm-es5/ShadowViewAddon-e0a3df6c.js +1 -0
  107. package/dist/esm-es5/global-04c7d3b5.js +285 -0
  108. package/dist/esm-es5/index.module-def4aec5.js +1 -0
  109. package/dist/esm-es5/loader.js +1 -1
  110. package/dist/esm-es5/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
  111. package/dist/esm-es5/mint-components.js +1 -1
  112. package/dist/esm-es5/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
  113. package/dist/esm-es5/{re-render-f023c070.js → re-render-12fd274a.js} +1 -1
  114. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  115. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  116. package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
  117. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  118. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  119. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  120. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  121. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  122. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  123. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  124. package/dist/esm-es5/{sqm-invoice-table-view-4ee8e011.js → sqm-invoice-table-view-34ac7513.js} +1 -1
  125. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  126. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  127. package/dist/esm-es5/sqm-navigation-sidebar-item-view-60ef06cc.js +1 -0
  128. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  129. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  130. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  131. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  132. package/dist/esm-es5/{sqm-portal-email-verification-view-de203924.js → sqm-portal-email-verification-view-4307c992.js} +1 -1
  133. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  134. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  135. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  136. package/dist/esm-es5/{sqm-portal-profile-view-0a31702e.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
  137. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  138. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  139. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  140. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  141. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  142. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  143. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  144. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  145. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  146. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  147. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  148. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  149. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  150. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  151. package/dist/esm-es5/{stencil-hooks.module-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
  152. package/dist/esm-es5/useChildElements-32e1bda1.js +1 -0
  153. package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +1 -0
  154. package/dist/esm-es5/useReferralTable-f4de0650.js +1 -0
  155. package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +1 -0
  156. package/dist/esm-es5/{utilities-c197ef25.js → utilities-3f5bba22.js} +1 -1
  157. package/dist/mint-components/mint-components.esm.js +1 -1
  158. package/dist/mint-components/mint-components.js +1 -1
  159. package/dist/mint-components/p-01cfff8a.system.entry.js +1 -0
  160. package/dist/mint-components/{p-2e6e8fc0.system.js → p-02424350.system.js} +1 -1
  161. package/dist/mint-components/{p-de1ab7b7.system.entry.js → p-07f675ab.system.entry.js} +1 -1
  162. package/dist/mint-components/{p-2755b7e6.js → p-0b9fa97f.js} +1 -1
  163. package/dist/mint-components/{p-fc5fa9b1.system.js → p-0d8c53ac.system.js} +1 -1
  164. package/dist/mint-components/p-10e89d0a.entry.js +1 -0
  165. package/dist/mint-components/{p-1e0a0f60.entry.js → p-137ea86e.entry.js} +1 -1
  166. package/dist/mint-components/{p-cdd04337.entry.js → p-178d2d2e.entry.js} +1 -1
  167. package/dist/mint-components/p-1c857edb.entry.js +33 -0
  168. package/dist/mint-components/p-1dd69917.system.entry.js +1 -0
  169. package/dist/mint-components/{p-4e792e17.entry.js → p-1fe65a36.entry.js} +1 -1
  170. package/dist/mint-components/{p-9223640e.js → p-251e7567.js} +1 -1
  171. package/dist/mint-components/{p-0979f82e.system.js → p-2a414b2e.system.js} +2 -2
  172. package/dist/mint-components/p-2dd67762.entry.js +1 -0
  173. package/dist/mint-components/{p-0d77f228.js → p-2ee2ebba.js} +4 -4
  174. package/dist/mint-components/{p-bd25d190.entry.js → p-3223ba7b.entry.js} +1 -1
  175. package/dist/mint-components/p-32d1d162.entry.js +1 -0
  176. package/dist/mint-components/{p-1b5eeaa4.system.entry.js → p-34fd1229.system.entry.js} +1 -1
  177. package/dist/mint-components/p-35d84041.system.entry.js +1 -0
  178. package/dist/mint-components/{p-cb45d0a8.system.js → p-370a1a73.system.js} +1 -1
  179. package/dist/mint-components/{p-0ad02032.system.js → p-3d4656bb.system.js} +1 -1
  180. package/dist/mint-components/p-3ec16698.entry.js +13 -0
  181. package/dist/mint-components/{p-d7bc0a83.js → p-41a11a7f.js} +1 -1
  182. package/dist/mint-components/{p-15399c43.entry.js → p-41f15489.entry.js} +1 -1
  183. package/dist/mint-components/{p-af870849.system.entry.js → p-4502ed11.system.entry.js} +1 -1
  184. package/dist/mint-components/p-471f5d95.system.entry.js +1 -0
  185. package/dist/mint-components/{p-21b00d45.js → p-4d233cd4.js} +1 -1
  186. package/dist/mint-components/{p-8dd1b127.system.js → p-4df8f1d2.system.js} +1 -1
  187. package/dist/mint-components/p-4ea58025.system.entry.js +1 -0
  188. package/dist/mint-components/{p-76b4892f.entry.js → p-4edde470.entry.js} +1 -1
  189. package/dist/mint-components/p-51f517a2.js +1 -0
  190. package/dist/mint-components/{p-2cc82672.entry.js → p-56f14840.entry.js} +1 -1
  191. package/dist/mint-components/{p-183c8ecc.system.entry.js → p-58ef25d3.system.entry.js} +1 -1
  192. package/dist/mint-components/{p-87165876.system.js → p-59fe4ad1.system.js} +22 -22
  193. package/dist/mint-components/p-5be235f9.entry.js +1 -0
  194. package/dist/mint-components/{p-b30636fc.system.entry.js → p-5cac90e8.system.entry.js} +1 -1
  195. package/dist/mint-components/{p-9396fa35.system.entry.js → p-5f1c4160.system.entry.js} +1 -1
  196. package/dist/mint-components/{p-773cead3.js → p-61eab172.js} +1 -1
  197. package/dist/mint-components/{p-f9780efd.system.js → p-674a64fe.system.js} +1 -1
  198. package/dist/mint-components/{p-95af445c.system.entry.js → p-6afb4f48.system.entry.js} +1 -1
  199. package/dist/mint-components/{p-00d12178.entry.js → p-6cef104b.entry.js} +1 -1
  200. package/dist/mint-components/p-7049e9b0.entry.js +1 -0
  201. package/dist/mint-components/p-733825fa.system.entry.js +1 -0
  202. package/dist/mint-components/p-770368bc.system.js +1 -0
  203. package/dist/mint-components/{p-37f67540.system.entry.js → p-7731f793.system.entry.js} +1 -1
  204. package/dist/mint-components/p-79191f88.entry.js +1 -0
  205. package/dist/mint-components/{p-e493aa4f.entry.js → p-7a89f528.entry.js} +2 -2
  206. package/dist/mint-components/{p-545402ff.entry.js → p-7f088154.entry.js} +1 -1
  207. package/dist/mint-components/{p-b5db456f.system.entry.js → p-8679ed9f.system.entry.js} +1 -1
  208. package/dist/mint-components/{p-1948d476.entry.js → p-86990110.entry.js} +1 -1
  209. package/dist/mint-components/{p-70890ada.js → p-8704937c.js} +153 -153
  210. package/dist/mint-components/{p-14beec1b.system.entry.js → p-88aac6a9.system.entry.js} +1 -1
  211. package/dist/mint-components/p-8b5b78ca.entry.js +1 -0
  212. package/dist/mint-components/p-8e907ac7.system.entry.js +1 -0
  213. package/dist/mint-components/p-91669312.entry.js +1 -0
  214. package/dist/mint-components/p-9c310991.system.entry.js +1 -0
  215. package/dist/mint-components/{p-c30f7385.js → p-a15e3807.js} +24 -24
  216. package/dist/mint-components/p-a1dba9a1.system.entry.js +1 -0
  217. package/dist/mint-components/p-a6a7dcaa.js +1 -0
  218. package/dist/mint-components/p-a8f7cb95.js +1 -0
  219. package/dist/mint-components/{p-bd229b60.entry.js → p-a9050eb0.entry.js} +1 -1
  220. package/dist/mint-components/p-aad11a68.entry.js +1 -0
  221. package/dist/mint-components/p-aedddb29.system.entry.js +1 -0
  222. package/dist/mint-components/{p-3c9b7cf5.system.entry.js → p-af062c8f.system.entry.js} +1 -1
  223. package/dist/mint-components/{p-e6024536.system.entry.js → p-afd366ae.system.entry.js} +1 -1
  224. package/dist/mint-components/{p-4519b7a5.system.entry.js → p-b12f7281.system.entry.js} +1 -1
  225. package/dist/mint-components/{p-1426f887.js → p-b23d5520.js} +1 -1
  226. package/dist/mint-components/p-b2507e82.entry.js +223 -0
  227. package/dist/mint-components/p-b370fca8.system.js +1 -0
  228. package/dist/mint-components/p-b3b5b4b7.system.entry.js +1 -0
  229. package/dist/mint-components/{p-2b4fbcf7.entry.js → p-b45ba369.entry.js} +9 -9
  230. package/dist/mint-components/{p-c96b66e0.entry.js → p-b4c52c5a.entry.js} +3 -3
  231. package/dist/mint-components/p-b5861974.system.entry.js +1 -0
  232. package/dist/mint-components/{p-8369d5c3.system.entry.js → p-b6fc1227.system.entry.js} +1 -1
  233. package/dist/mint-components/{p-105d3cea.system.js → p-bc51264d.system.js} +1 -1
  234. package/dist/mint-components/{p-022d8077.system.entry.js → p-be4b748a.system.entry.js} +1 -1
  235. package/dist/mint-components/p-c34a507e.system.entry.js +1 -0
  236. package/dist/mint-components/p-c84659a3.system.js +1 -0
  237. package/dist/mint-components/p-c8878e79.entry.js +1 -0
  238. package/dist/mint-components/{p-7c4879fd.entry.js → p-ce5afa40.entry.js} +1 -1
  239. package/dist/mint-components/{p-350f61cd.js → p-ce621bcc.js} +1 -1
  240. package/dist/mint-components/{p-e5299352.system.js → p-ce9e7c98.system.js} +1 -1
  241. package/dist/mint-components/{p-dd18c75b.system.entry.js → p-cf690d55.system.entry.js} +1 -1
  242. package/dist/mint-components/p-cfb48ad2.system.entry.js +1 -0
  243. package/dist/mint-components/{p-5c602e84.entry.js → p-dd0d79bf.entry.js} +1 -1
  244. package/dist/mint-components/{p-07957c5a.system.js → p-dd7ee007.system.js} +1 -1
  245. package/dist/mint-components/{p-cb550bef.entry.js → p-e3735866.entry.js} +2 -2
  246. package/dist/mint-components/p-e5a0c50e.entry.js +13 -0
  247. package/dist/mint-components/{p-86ba3785.js → p-eaada4da.js} +1 -1
  248. package/dist/mint-components/{p-208cf52b.system.entry.js → p-eba44835.system.entry.js} +1 -1
  249. package/dist/mint-components/{p-02acb970.system.js → p-ed095674.system.js} +1 -1
  250. package/dist/mint-components/{p-2932de37.system.js → p-ed17e637.system.js} +1 -1
  251. package/dist/mint-components/p-ed650f66.system.js +1 -0
  252. package/dist/mint-components/{p-7ab14d4b.system.entry.js → p-f0806232.system.entry.js} +1 -1
  253. package/dist/mint-components/{p-48704504.js → p-f3053c61.js} +1 -1
  254. package/dist/mint-components/{p-43701d0d.system.entry.js → p-fb20eb5e.system.entry.js} +1 -1
  255. package/dist/mint-components/{p-79097c07.entry.js → p-fbdf0738.entry.js} +1 -1
  256. package/dist/mint-components/{p-1b24bb52.js → p-fd2c5407.js} +1 -1
  257. package/dist/mint-components/{p-45e6592d.entry.js → p-fe5675b3.entry.js} +1 -1
  258. package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +1 -0
  259. package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +2 -0
  260. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +10 -1
  261. package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +1 -0
  262. package/dist/types/components.d.ts +18 -2
  263. package/docs/docs.docx +0 -0
  264. package/docs/raisins.json +1 -1
  265. package/grapesjs/grapesjs.js +1 -1
  266. package/package.json +1 -1
  267. package/dist/cjs/index-56d1fa5b.js +0 -2227
  268. package/dist/esm/index-0c7b14c5.js +0 -2225
  269. package/dist/esm-es5/ShadowViewAddon-6c6e73dc.js +0 -1
  270. package/dist/esm-es5/global-8a95a0d3.js +0 -285
  271. package/dist/esm-es5/index-0c7b14c5.js +0 -1
  272. package/dist/esm-es5/index.module-f9338fc3.js +0 -53
  273. package/dist/esm-es5/sqm-navigation-sidebar-item-view-05fa5ccd.js +0 -1
  274. package/dist/esm-es5/useChildElements-e32fe084.js +0 -1
  275. package/dist/esm-es5/useInstantAccessRegistration-59d8b278.js +0 -1
  276. package/dist/esm-es5/useReferralTable-34d7f6ee.js +0 -1
  277. package/dist/esm-es5/useRegistrationFormState-a140a962.js +0 -1
  278. package/dist/mint-components/p-0043bc3c.js +0 -1
  279. package/dist/mint-components/p-08bf5051.system.entry.js +0 -1
  280. package/dist/mint-components/p-098b5cef.system.entry.js +0 -1
  281. package/dist/mint-components/p-118c20e6.system.entry.js +0 -1
  282. package/dist/mint-components/p-17554cca.system.entry.js +0 -1
  283. package/dist/mint-components/p-1975adfc.entry.js +0 -1
  284. package/dist/mint-components/p-269fbf0d.entry.js +0 -1
  285. package/dist/mint-components/p-2db204e7.entry.js +0 -1
  286. package/dist/mint-components/p-3030c6ba.system.js +0 -1
  287. package/dist/mint-components/p-38211322.system.entry.js +0 -1
  288. package/dist/mint-components/p-3bd60021.system.js +0 -53
  289. package/dist/mint-components/p-4414e194.system.entry.js +0 -1
  290. package/dist/mint-components/p-48409171.entry.js +0 -33
  291. package/dist/mint-components/p-55d7380c.entry.js +0 -13
  292. package/dist/mint-components/p-5873fc01.js +0 -1
  293. package/dist/mint-components/p-6fbfd683.js +0 -1
  294. package/dist/mint-components/p-755073e7.entry.js +0 -1
  295. package/dist/mint-components/p-858a87ce.entry.js +0 -1
  296. package/dist/mint-components/p-85c56a32.system.entry.js +0 -1
  297. package/dist/mint-components/p-89669879.system.js +0 -1
  298. package/dist/mint-components/p-9a8180f3.entry.js +0 -1
  299. package/dist/mint-components/p-a06ac84d.entry.js +0 -1
  300. package/dist/mint-components/p-a252acc8.system.entry.js +0 -1
  301. package/dist/mint-components/p-a2f24cea.system.js +0 -1
  302. package/dist/mint-components/p-a3e853b9.entry.js +0 -1
  303. package/dist/mint-components/p-a716994f.entry.js +0 -13
  304. package/dist/mint-components/p-a8fe13f1.system.entry.js +0 -1
  305. package/dist/mint-components/p-af4357ee.system.js +0 -1
  306. package/dist/mint-components/p-bc9b2c8b.entry.js +0 -1
  307. package/dist/mint-components/p-bd124285.system.entry.js +0 -1
  308. package/dist/mint-components/p-bd648bfa.entry.js +0 -223
  309. package/dist/mint-components/p-c176d02b.js +0 -42
  310. package/dist/mint-components/p-c5cf5623.system.entry.js +0 -1
  311. package/dist/mint-components/p-c7572e7e.system.entry.js +0 -1
  312. package/dist/mint-components/p-cac64545.system.entry.js +0 -1
  313. package/dist/mint-components/p-d6dd11db.system.entry.js +0 -1
  314. package/dist/mint-components/p-db39e02a.entry.js +0 -1
@@ -1,11 +1,11 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
- import { S as Sn, i as isDemo } from './index.module-f9338fc3.js';
2
+ import { n as h } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { S as Sn, i as isDemo } from './index.module-def4aec5.js';
4
4
  import { c as cjs } from './cjs-bdfb4486.js';
5
5
  import './mixins-f60a614c.js';
6
6
  import './JSS-67b5cff8.js';
7
7
  import { g as getProps } from './utils-334c1e34.js';
8
- import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-05fa5ccd.js';
8
+ import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-60ef06cc.js';
9
9
 
10
10
  function useNavigationSidebarItem(props) {
11
11
  const currentPage = Sn();
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { j as h, f as useState, d as useEffect } from './stencil-hooks.module-3c7f7c90.js';
3
- import { S as Sn, H } from './index.module-f9338fc3.js';
2
+ import { n as h, k as useState, f as useEffect } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { S as Sn, H } from './index.module-def4aec5.js';
4
4
  import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-414bcb19.js';
5
5
 
6
6
  const NavigationSidebar = class {
@@ -1,11 +1,11 @@
1
1
  import { h, r as registerInstance } from './index-17b4da69.js';
2
- import { k as d, f as useState, j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
3
- import { i as isDemo } from './index.module-f9338fc3.js';
2
+ import { i as d, k as useState, n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { i as isDemo } from './index.module-def4aec5.js';
4
4
  import { c as cjs } from './cjs-bdfb4486.js';
5
5
  import { E as ErrorStyles } from './mixins-f60a614c.js';
6
6
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
7
7
  import { g as getProps } from './utils-334c1e34.js';
8
- import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-a140a962.js';
8
+ import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-9fc1ac80.js';
9
9
 
10
10
  var constants = {
11
11
  error: {
@@ -1,6 +1,6 @@
1
1
  import { h, c as Host, r as registerInstance } from './index-17b4da69.js';
2
- import { j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
3
- import { B } from './index.module-f9338fc3.js';
2
+ import { n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { B } from './index.module-def4aec5.js';
4
4
  import { g as getProps } from './utils-334c1e34.js';
5
5
 
6
6
  const PopupContainerView = (props) => {
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { i as intl } from './global-8a95a0d3.js';
2
+ import { i as intl } from './global-04c7d3b5.js';
3
3
  import { A as AuthWrapper, a as AuthColumn } from './mixins-f60a614c.js';
4
4
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
5
5
  import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { f as useState, e as useRef, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
- import './global-8a95a0d3.js';
4
- import { l as ln, n as nn, Q, $ as $n, u as useCallback, i as isDemo } from './index.module-f9338fc3.js';
2
+ import { k as useState, m as useRef, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
3
+ import './global-04c7d3b5.js';
4
+ import { l as ln, n as nn, Q, $ as $n, u as useCallback, i as isDemo } from './index.module-def4aec5.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import './mixins-f60a614c.js';
7
7
  import './JSS-67b5cff8.js';
8
8
  import './sqm-text-span-view-8d140661.js';
9
- import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-de203924.js';
9
+ import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-4307c992.js';
10
10
 
11
11
  function usePortalEmailVerification(props) {
12
12
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
@@ -1,11 +1,11 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { f as useState, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
- import { b as un, $ as $n, i as isDemo } from './index.module-f9338fc3.js';
2
+ import { k as useState, n as h } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { e as un, $ as $n, i as isDemo } from './index.module-def4aec5.js';
4
+ import { j as jsonpointer } from './jsonpointer-388a7082.js';
4
5
  import { c as cjs } from './cjs-bdfb4486.js';
5
6
  import './mixins-f60a614c.js';
6
7
  import './JSS-67b5cff8.js';
7
8
  import './sqm-text-span-view-8d140661.js';
8
- import { j as jsonpointer } from './jsonpointer-388a7082.js';
9
9
  import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-c2ed8fed.js';
10
10
 
11
11
  function usePortalForgotPassword(props) {
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance } from './index-17b4da69.js';
2
- import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
- import { s as setUserIdentity, $ as $n, i as isDemo } from './index.module-f9338fc3.js';
2
+ import { n as h } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { b as setUserIdentity, $ as $n, i as isDemo } from './index.module-def4aec5.js';
4
4
 
5
5
  function usePortalLogout({ nextPage }) {
6
6
  setUserIdentity(undefined);
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { i as intl } from './global-8a95a0d3.js';
2
+ import { i as intl } from './global-04c7d3b5.js';
3
3
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
4
4
  import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
5
5
 
@@ -1,14 +1,13 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { f as useState, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
- import './global-8a95a0d3.js';
4
- import { Q, y as yn, c as $e, i as isDemo } from './index.module-f9338fc3.js';
2
+ import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
3
+ import './global-04c7d3b5.js';
4
+ import { d as dist, Q, y as yn, f as $e, i as isDemo } from './index.module-def4aec5.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import './JSS-67b5cff8.js';
7
- import { d as dist } from './index-0c7b14c5.js';
8
7
  import { g as getProps } from './utils-334c1e34.js';
9
8
  import './sqm-text-span-view-8d140661.js';
10
- import { P as PortalProfileView } from './sqm-portal-profile-view-0a31702e.js';
11
- import { i as isEmpty } from './utilities-c197ef25.js';
9
+ import { P as PortalProfileView } from './sqm-portal-profile-view-ffe955c8.js';
10
+ import { i as isEmpty } from './utilities-3f5bba22.js';
12
11
 
13
12
  const GET_USER = dist.gql `
14
13
  query {
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
2
- import { d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
- import { Q, S as Sn, $ as $n, i as isDemo } from './index.module-f9338fc3.js';
2
+ import { f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { Q, S as Sn, $ as $n, i as isDemo } from './index.module-def4aec5.js';
4
4
 
5
5
  function usePortalProtectedRoute({ requireEmailVerification, redirectTo, redirectToUnverified, }) {
6
6
  var _a;
@@ -1,13 +1,12 @@
1
1
  import { h, r as registerInstance } from './index-17b4da69.js';
2
- import { e as useRef, d as useEffect, j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
3
- import { L, W as We, y as yn, $ as $n, u as useCallback, i as isDemo } from './index.module-f9338fc3.js';
2
+ import { m as useRef, f as useEffect, n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { d as dist, L, W as We, y as yn, $ as $n, u as useCallback, i as isDemo } from './index.module-def4aec5.js';
4
+ import { j as jsonpointer } from './jsonpointer-388a7082.js';
4
5
  import { c as cjs } from './cjs-bdfb4486.js';
5
6
  import { A as AuthWrapper, a as AuthColumn, H as HostBlock, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-f60a614c.js';
6
7
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
7
- import { d as dist } from './index-0c7b14c5.js';
8
8
  import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
9
- import { j as jsonpointer } from './jsonpointer-388a7082.js';
10
- import { u as useRegistrationFormState } from './useRegistrationFormState-a140a962.js';
9
+ import { u as useRegistrationFormState } from './useRegistrationFormState-9fc1ac80.js';
11
10
  import { A as AsYouType } from './AsYouType-46f67d0d.js';
12
11
 
13
12
  const style = {
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { f as useState, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
- import { d as Qe, T as Te, $ as $n, i as isDemo } from './index.module-f9338fc3.js';
2
+ import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { h as Qe, T as Te, $ as $n, i as isDemo } from './index.module-def4aec5.js';
4
+ import { j as jsonpointer } from './jsonpointer-388a7082.js';
4
5
  import { c as cjs } from './cjs-bdfb4486.js';
5
6
  import './mixins-f60a614c.js';
6
7
  import './JSS-67b5cff8.js';
7
8
  import { s as sanitizeUrlPath } from './utils-334c1e34.js';
8
9
  import './sqm-text-span-view-8d140661.js';
9
- import { j as jsonpointer } from './jsonpointer-388a7082.js';
10
10
  import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-79a85e02.js';
11
11
 
12
12
  function usePortalResetPassword(props) {
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { f as useState, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
- import { Q, e as an, $ as $n, s as setUserIdentity, i as isDemo } from './index.module-f9338fc3.js';
2
+ import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { Q, j as an, $ as $n, b as setUserIdentity, i as isDemo } from './index.module-def4aec5.js';
4
4
  import { c as cjs } from './cjs-bdfb4486.js';
5
5
  import './mixins-f60a614c.js';
6
6
  import './JSS-67b5cff8.js';
@@ -1,17 +1,16 @@
1
1
  import { r as registerInstance, h as h$1, g as getElement, c as Host } from './index-17b4da69.js';
2
- import { j as h, h as useReducer, u as useMemo, d as useEffect } from './stencil-hooks.module-3c7f7c90.js';
3
- import { i as intl } from './global-8a95a0d3.js';
4
- import { i as isDemo } from './index.module-f9338fc3.js';
2
+ import { n as h, j as useReducer, u as useMemo, f as useEffect } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { i as intl } from './global-04c7d3b5.js';
4
+ import { i as isDemo } from './index.module-def4aec5.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import './mixins-f60a614c.js';
7
7
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
8
8
  import { G as GenericTableView } from './GenericTableView-d59d8ab4.js';
9
- import { a as useRequestRerender, u as useRerenderListener } from './re-render-f023c070.js';
10
- import { u as useChildElements } from './useChildElements-e32fe084.js';
11
- import { l as luxon } from './luxon-63e24900.js';
12
- import { g as getPaypalMeta } from './mockRewardData-e6b763d1.js';
13
- import './index-0c7b14c5.js';
14
- import { u as useReferralTable, t as tryMethod } from './useReferralTable-34d7f6ee.js';
9
+ import { a as useRequestRerender, u as useRerenderListener } from './re-render-12fd274a.js';
10
+ import { u as useChildElements } from './useChildElements-32e1bda1.js';
11
+ import { l as luxon } from './luxon-7600be8d.js';
12
+ import { g as getPaypalMeta } from './mockRewardData-0eb6e778.js';
13
+ import { u as useReferralTable, t as tryMethod } from './useReferralTable-f4de0650.js';
15
14
  import { l as luxonLocale } from './utils-334c1e34.js';
16
15
  import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
17
16
 
@@ -1,13 +1,13 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
- import { i as isDemo, s as setUserIdentity } from './index.module-f9338fc3.js';
2
+ import { n as h } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { i as isDemo, b as setUserIdentity } from './index.module-def4aec5.js';
4
+ import './jsonpointer-388a7082.js';
4
5
  import { c as cjs } from './cjs-bdfb4486.js';
5
6
  import './mixins-f60a614c.js';
6
7
  import './JSS-67b5cff8.js';
7
8
  import { E as EmailRegistrationView } from './email-registration-view-a89a88bf.js';
8
- import './jsonpointer-388a7082.js';
9
- import './useRegistrationFormState-a140a962.js';
10
- import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-59d8b278.js';
9
+ import './useRegistrationFormState-9fc1ac80.js';
10
+ import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-46b89952.js';
11
11
 
12
12
  const ReferredRegistration = class {
13
13
  constructor(hostRef) {
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { j as h } from './stencil-hooks.module-3c7f7c90.js';
2
+ import { n as h } from './stencil-hooks.module-ac12ca1c.js';
3
3
  import './JSS-67b5cff8.js';
4
4
  import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
5
5
 
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
2
- import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
- import './index.module-f9338fc3.js';
4
- import { a as useRequestRerender } from './re-render-f023c070.js';
2
+ import { n as h } from './stencil-hooks.module-ac12ca1c.js';
3
+ import './index.module-def4aec5.js';
4
+ import { a as useRequestRerender } from './re-render-12fd274a.js';
5
5
 
6
6
  const RewardTableCustomerNoteColumn = class {
7
7
  constructor(hostRef) {
@@ -1,17 +1,16 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-17b4da69.js';
2
- import { b as browser, h as useReducer, d as useEffect, j as h$1, u as useMemo } from './stencil-hooks.module-3c7f7c90.js';
3
- import { i as intl } from './global-8a95a0d3.js';
4
- import { Q, H, L, y as yn, k as kn, i as isDemo } from './index.module-f9338fc3.js';
2
+ import { b as browser, j as useReducer, f as useEffect, n as h$1, u as useMemo } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { i as intl } from './global-04c7d3b5.js';
4
+ import { d as dist, Q, H, L, y as yn, k as kn, i as isDemo } from './index.module-def4aec5.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import './mixins-f60a614c.js';
7
7
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
8
8
  import { G as GenericTableView } from './GenericTableView-d59d8ab4.js';
9
- import { u as useRerenderListener, a as useRequestRerender } from './re-render-f023c070.js';
10
- import { u as useChildElements } from './useChildElements-e32fe084.js';
11
- import { l as luxon } from './luxon-63e24900.js';
12
- import { m as mockRewardData } from './mockRewardData-e6b763d1.js';
13
- import { d as dist } from './index-0c7b14c5.js';
14
- import { g as generateUserError } from './useReferralTable-34d7f6ee.js';
9
+ import { u as useRerenderListener, a as useRequestRerender } from './re-render-12fd274a.js';
10
+ import { u as useChildElements } from './useChildElements-32e1bda1.js';
11
+ import { l as luxon } from './luxon-7600be8d.js';
12
+ import { m as mockRewardData } from './mockRewardData-0eb6e778.js';
13
+ import { g as generateUserError } from './useReferralTable-f4de0650.js';
15
14
  import { l as luxonLocale } from './utils-334c1e34.js';
16
15
 
17
16
  const debug = browser("sq:useRewardsTable");
@@ -1,14 +1,13 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-17b4da69.js';
2
- import { a as commonjsGlobal, u as useMemo, f as useState, d as useEffect, c as createCommonjsModule, j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
3
- import './global-8a95a0d3.js';
4
- import { $ as $n, S as Sn, s as setUserIdentity, X as Xe, f as setProgramId } from './index.module-f9338fc3.js';
2
+ import { a as commonjsGlobal, u as useMemo, k as useState, f as useEffect, c as createCommonjsModule, n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
3
+ import './global-04c7d3b5.js';
4
+ import { $ as $n, S as Sn, b as setUserIdentity, d as dist, X as Xe, o as setProgramId } from './index.module-def4aec5.js';
5
5
  import './cjs-bdfb4486.js';
6
6
  import './mixins-f60a614c.js';
7
7
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
8
8
  import { G as GenericTableView } from './GenericTableView-d59d8ab4.js';
9
- import './useChildElements-e32fe084.js';
10
- import { l as luxon } from './luxon-63e24900.js';
11
- import { d as dist } from './index-0c7b14c5.js';
9
+ import './useChildElements-32e1bda1.js';
10
+ import { l as luxon } from './luxon-7600be8d.js';
12
11
  import './utils-334c1e34.js';
13
12
  import './sqm-text-span-view-8d140661.js';
14
13
  import { A as AssetCardView } from './sqm-asset-card-view-9d93fbdd.js';
@@ -18,16 +17,16 @@ import { E as EmailRegistrationView } from './email-registration-view-a89a88bf.j
18
17
  import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-10657658.js';
19
18
  import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-2c6122cd.js';
20
19
  import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-414bcb19.js';
21
- import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-05fa5ccd.js';
22
- import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-de203924.js';
20
+ import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-60ef06cc.js';
21
+ import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-4307c992.js';
23
22
  import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-c2ed8fed.js';
24
- import { P as PortalProfileView } from './sqm-portal-profile-view-0a31702e.js';
25
- import './utilities-c197ef25.js';
23
+ import { P as PortalProfileView } from './sqm-portal-profile-view-ffe955c8.js';
24
+ import './utilities-3f5bba22.js';
26
25
  import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-79a85e02.js';
27
26
  import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-d7ea2c56.js';
28
- import { S as ShareButtonView, L as LeaderboardView, C as CopyTextView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalLoginView, f as PortalRegisterView, T as TaskCardView, g as ProgressBarView, h as PoweredByImg$1, i as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, j as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, k as RewardExchangeView, r as rewardExchangeCustomErrorMsg, l as rewardExchangeLongText, m as rewardExchangeSelected, n as chooseAmountFixed, o as chooseAmountFixedNoDescription, p as chooseAmountVariable, q as chooseAmountVariableNoDescription, s as chooseAmountVariableDisabled, t as chooseAmountVariableUnavailable, v as confirmFixed, w as confirmVariable, x as redemptionError, y as queryError, z as success, A as successVariable, F as loading, G as empty$1, J as rewardExchange, K as CardFeedView, M as CouponCodeView, O as ProgressBar$2, Q as autoColorScaleCss, U as ShadowViewAddon } from './ShadowViewAddon-6c6e73dc.js';
27
+ import { S as ShareButtonView, L as LeaderboardView, C as CopyTextView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalLoginView, f as PortalRegisterView, T as TaskCardView, g as ProgressBarView, h as PoweredByImg$1, i as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, j as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, k as RewardExchangeView, r as rewardExchangeCustomErrorMsg, l as rewardExchangeLongText, m as rewardExchangeSelected, n as chooseAmountFixed, o as chooseAmountFixedNoDescription, p as chooseAmountVariable, q as chooseAmountVariableNoDescription, s as chooseAmountVariableDisabled, t as chooseAmountVariableUnavailable, v as confirmFixed, w as confirmVariable, x as redemptionError, y as queryError, z as success, A as successVariable, F as loading, G as empty$1, J as rewardExchange, K as CardFeedView, M as CouponCodeView, O as ProgressBar$2, Q as autoColorScaleCss, U as ShadowViewAddon } from './ShadowViewAddon-e0a3df6c.js';
29
28
  import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-ab89c6cc.js';
30
- import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-4ee8e011.js';
29
+ import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-34ac7513.js';
31
30
 
32
31
  /**
33
32
  * lodash (Custom Build) <https://lodash.com/>
@@ -1810,7 +1809,7 @@ const BigStat = /*#__PURE__*/Object.freeze({
1810
1809
  MultipleStats: MultipleStats
1811
1810
  });
1812
1811
 
1813
- const scenario$4 = "@owner:noah @author:noah\nFeature: Leaderboard\n\tThe leaderboard supports three main cases\n\t- Top Started Referrers\n\t- Top Converted Referrers\n\t- Top Point Earners\n\tTo display these different types of leaderboards it uses the backends pre-canned options.\n\tThe backend supports filtering on programId and interval, programId is sourced from program context.\n\n Background: A user exists\n Given a user\n And they are viewing the leaderboard\n\n @motivating\n Scenario Outline: Two types of referrals leaderboards can be displayed\n Given a leaderboard has prop \"leaderboard-type\" with <value>\n And there are started referrals on the tenant\n And there are started converted on the tenant\n When the user views the leaderboard\n Then they see the referral <referralType> leaderboard\n\n Examples:\n | value | referralType |\n | topStartedReferrers | started |\n | topConvertedReferrers | converted |\n\n @motivating\n Scenario: The top point earners leaderboard can be displayed\n Given a leaderboard has prop \"leaderboard-type\" with value \"topPointEarners\"\n And there are users with points\n When the user views the leaderboard\n Then they see the top point earners leaderboard\n And text values are displayed for point counts\n\n @minutia\n Scenario Outline: Reward pretty value is used on the top point earners leaderboard\n Given top point earners leaderboard\n And the \"POINT\" reward unit has a pretty value for the following locales\n | locale |\n | en |\n | fr |\n | tr |\n When the user views the leaderboard\n And they have <locale>\n Then they see the translated pretty value in the stat value column\n\n @motivating\n Scenario Outline: Program Context is used by default to filter leaderboard results\n Given a <leaderboardType> leaderboard loaded with program context for \"my-program\"\n When the user views the leaderboard\n Then they only see <results> from \"my-program\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Program Id context can be overwritten with a prop\n Given a <leaderboardType> leaderboard has prop \"program-Id\" with value \"my-test-program\"\n When the user views the leaderboard\n Then they only see <results> from \"my-test-program\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Global leaderboards can be displayed by clearing program context\n\t\t#This is important for clients with use cases like StaffTracks global points leaderboard\n\t\t#This can also be done with a program section in a similar manner\n Given a <leaderboardType> leaderboard has prop \"program-Id\" with value \"\"\n When the user views the leaderboard\n Then they see global <results>\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario: Leaderboard results are shown in descending order\n Given there are leaderboard results\n When the user views the leaderboard\n Then they see up to the 10 top leaderboard results\n And leaderboard is in descending order\n\n @motivating\n Scenario Outline: Leaderboard results can be filtered with a time interval\n Given a <leaderboardType> leaderboard\n And it has prop \"interval\" with value \"2021-11-02T07:00:00.000Z/2021-11-07T07:00:00.000Z\"\n When the user views the leaderboard\n Then they only see <results> from within \"2021-11-02T07:00:00.000Z/2021-11-07T07:00:00.000Z\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Leaderboard rank type can be configured\n Given a leaderboard has prop \"rank-type\" with <value>\n When the user views the leaderboard\n Then their leaderboard rank is their <rank>\n\n Examples:\n | value | rank |\n | rowNumber | row number |\n | denseRank | dense rank |\n | rank | rank |\n\n @minutia\n Scenario Outline: The max number of leaderboard rows displayed can be configured but defaults to 10\n Given a leaderboard has prop \"max-rows\" with <value>\n And the leaderboard has <resultCount>\n When the user views the leaderboard\n Then they see <number> rows\n\n Examples:\n | value | resultCount | number |\n | | 10 | 10 |\n | 5 | 10 | 5 |\n | 3 | 1 | 1 |\n | 25 | 15 | 15 |\n\n @minutiae @ui\n Scenario: Leaderboards with no results show an empty state\n Given a leaderboard has no results\n When the user views the leaderboard\n Then an empty state is dislayed\n And they see an image of a leaderboard\n And below they see \"View your rank in the leaderboard\"\n And below they see \"Be the first to refer a friend and reach the top of the leaderboard\"\n And the text is center aligned\n\n @minutiae @ui\n Scenario: A custom empty state can be provided\n Given a leaderboard has no results\n When the user views the leaderboard\n Then the contents of the \"empty\" slot are displayed\n\n @minutiae @ui\n Scenario: User is on Essentials plan\n Given the user has an Essentials plan\n When they view the leaderboard\n Then a message telling them to upgrade their plan appears:\n \"\"\"\n Contact Support to upgrade your plan and start leveraging\n gamification in your program.\n \"\"\"\n And an empty table image is displayed\n\n @minutiae @ui\n Scenario: Leaderboard headings can be customized\n Given a leaderboard\n And it has the following props\n | prop | value |\n | rankheading | Place |\n | usersheading | Customer |\n | statsheading | Referral Count |\n | show-rank | true |\n When the user views the leaderboard\n Then they see the following columns with headings\n | column | heading |\n | rank | Place |\n | user | Customer |\n | stat | Referral Count |\n\n @motivating @ui\n Scenario Outline: Leaderboard rank can be hidden or shown\n Given a leaderboard\n And it has prop \"show-rank\" with <propValue>\n When the user views the leaderboard\n Then they <maySee> the rank column\n\n Examples:\n | propValue | maySee |\n | true | see |\n | false | don't see |\n | | don't see |\n\n @motivating @ui\n Scenario: Users in the top 10 of the leaderboard results see their leaderboard row highlighted\n Given a user in the top 10 of the leaderboard results\n When they view the leaderboard\n Then they see the row with their name highlighted with brand colour\n\n @motivating @ui\n Scenario Outline: Users not in the top 10 leaderboard results can see their progress at the bottom of the leaderboard\n Given a user <mayHave> completed actions counted by the leaderboard\n And they are not in the top 10 leaderboard results\n And the leaderboard has prop \"show-user\" with <value>\n When they view the leaderboard\n Then they <maySee> \"...\" under the top 10 leaderboard results\n And under \"...\" they <maySee> a row highlighted with brand colour\n And they <maySee> their name\n And they <maySee> their leaderboard value\n And they <maySeeRank>\n\n Examples:\n | mayHave | value | maySee | maySeeRank |\n | has | true | see | see their rank |\n | hasn't | true | see | don't see their rank |\n | N/A | false | don't see | don't see their rank |\n | hasn't | | see | don't see their rank |\n\n @minutiae\n Scenario: Users without names are displayed as an \"Anonymous User\"\n Given a user\n And they do not have a first name\n And they do not have a last initial\n When they view the leaderboard\n Then they see the user displayed as \"Anonymous User\"\n\n @minutiae\n Scenario Outline: If a user only has a first or last name, then only that is displayed\n Given a user\n And they only have a <name>\n When they view the leaderboard\n Then they only see their <name>\n\n Examples:\n | name |\n | firstName |\n | lastName |\n";
1812
+ const scenario$4 = "@owner:noah @author:noah\nFeature: Leaderboard\n\tThe leaderboard supports three main cases\n\t- Top Started Referrers\n\t- Top Converted Referrers\n\t- Top Point Earners\n\tTo display these different types of leaderboards it uses the backends pre-canned options.\n\tThe backend supports filtering on programId and interval, programId is sourced from program context.\n\n Background: A user exists\n Given a user\n And they are viewing the leaderboard\n\n @motivating\n Scenario Outline: Two types of referrals leaderboards can be displayed\n Given a leaderboard has prop \"leaderboard-type\" with <value>\n And there are started referrals on the tenant\n And there are started converted on the tenant\n When the user views the leaderboard\n Then they see the referral <referralType> leaderboard\n\n Examples:\n | value | referralType |\n | topStartedReferrers | started |\n | topConvertedReferrers | converted |\n\n @motivating\n Scenario: The top point earners leaderboard can be displayed\n Given a leaderboard has prop \"leaderboard-type\" with value \"topPointEarners\"\n And there are users with points\n When the user views the leaderboard\n Then they see the top point earners leaderboard\n And text values are displayed for point counts\n\n @minutia\n Scenario Outline: Reward pretty value is used on the top point earners leaderboard\n Given top point earners leaderboard\n And the \"POINT\" reward unit has a pretty value for the following locales\n | locale |\n | en |\n | fr |\n | tr |\n When the user views the leaderboard\n And they have <locale>\n Then they see the translated pretty value in the stat value column\n\n @motivating\n Scenario Outline: Program Context is used by default to filter leaderboard results\n Given a <leaderboardType> leaderboard loaded with program context for \"my-program\"\n When the user views the leaderboard\n Then they only see <results> from \"my-program\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Program Id context can be overwritten with a prop\n Given a <leaderboardType> leaderboard has prop \"program-Id\" with value \"my-test-program\"\n When the user views the leaderboard\n Then they only see <results> from \"my-test-program\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Global leaderboards can be displayed by clearing program context\n\t\t#This is important for clients with use cases like StaffTracks global points leaderboard\n\t\t#This can also be done with a program section in a similar manner\n Given a <leaderboardType> leaderboard has prop \"program-Id\" with value \"\"\n When the user views the leaderboard\n Then they see global <results>\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario: Leaderboard results are shown in descending order\n Given there are leaderboard results\n When the user views the leaderboard\n Then they see up to the 10 top leaderboard results\n And leaderboard is in descending order\n\n @motivating\n Scenario Outline: Leaderboard results can be filtered with a time interval\n Given a <leaderboardType> leaderboard\n And it has prop \"interval\" with value \"2021-11-02T07:00:00.000Z/2021-11-07T07:00:00.000Z\"\n When the user views the leaderboard\n Then they only see <results> from within \"2021-11-02T07:00:00.000Z/2021-11-07T07:00:00.000Z\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Leaderboard rank type can be configured\n Given a leaderboard has prop \"rank-type\" with <value>\n When the user views the leaderboard\n Then their leaderboard rank is their <rank>\n\n Examples:\n | value | rank |\n | rowNumber | row number |\n | denseRank | dense rank |\n | rank | rank |\n\n @minutia\n Scenario Outline: The max number of leaderboard rows displayed can be configured but defaults to 10\n Given a leaderboard has prop \"max-rows\" with <value>\n And the leaderboard has <resultCount>\n When the user views the leaderboard\n Then they see <number> rows\n\n Examples:\n | value | resultCount | number |\n | | 10 | 10 |\n | 5 | 10 | 5 |\n | 3 | 1 | 1 |\n | 25 | 15 | 15 |\n\n @minutiae @ui\n Scenario: Leaderboards with no results show an empty state\n Given a leaderboard has no results\n When the user views the leaderboard\n Then an empty state is dislayed\n And they see an image of a leaderboard\n And below they see \"View your rank in the leaderboard\"\n And below they see \"Be the first to refer a friend and reach the top of the leaderboard\"\n And the text is center aligned\n\n @minutiae @ui\n Scenario: A custom empty state can be provided\n Given a leaderboard has no results\n When the user views the leaderboard\n Then the contents of the \"empty\" slot are displayed\n\n @minutiae @ui\n Scenario: User is on Essentials plan\n Given the user has an Essentials plan\n When they view the leaderboard\n Then a message telling them to upgrade their plan appears:\n \"\"\"\n Contact Support to upgrade your plan and start leveraging\n gamification in your program.\n \"\"\"\n And an empty table image is displayed\n\n @minutiae @ui\n Scenario: Leaderboard headings can be customized\n Given a leaderboard\n And it has the following props\n | prop | value |\n | rankheading | Place |\n | usersheading | Customer |\n | statsheading | Referral Count |\n | show-rank | true |\n When the user views the leaderboard\n Then they see the following columns with headings\n | column | heading |\n | rank | Place |\n | user | Customer |\n | stat | Referral Count |\n\n @motivating @ui\n Scenario Outline: Leaderboard rank can be hidden or shown\n Given a leaderboard\n And it has prop \"show-rank\" with <propValue>\n When the user views the leaderboard\n Then they <maySee> the rank column\n\n Examples:\n | propValue | maySee |\n | true | see |\n | false | don't see |\n | | don't see |\n\n Scenario Outline: Users names can be hidden or shown\n Given a leaderboard\n And it has prop \"hide-names\" with <propValue>\n When the user views the leaderboard\n Then they <maySee> the referrer column\n\n Examples:\n | propValue | maySee |\n | true | don't see |\n | false | see |\n | | see |\n\n @motivating @ui\n Scenario: Users in the top 10 of the leaderboard results see their leaderboard row highlighted\n Given a user in the top 10 of the leaderboard results\n When they view the leaderboard\n Then they see the row with their name highlighted with brand colour\n\n @motivating @ui\n Scenario Outline: Users not in the top 10 leaderboard results can see their progress at the bottom of the leaderboard\n Given a user <mayHave> completed actions counted by the leaderboard\n And they are not in the top 10 leaderboard results\n And the leaderboard has prop \"show-user\" with <value>\n When they view the leaderboard\n Then they <maySee> \"...\" under the top 10 leaderboard results\n And under \"...\" they <maySee> a row highlighted with brand colour\n And they <maySee> their name\n And they <maySee> their leaderboard value\n And they <maySeeRank>\n\n Examples:\n | mayHave | value | maySee | maySeeRank |\n | has | true | see | see their rank |\n | hasn't | true | see | don't see their rank |\n | N/A | false | don't see | don't see their rank |\n | hasn't | | see | don't see their rank |\n\n @minutiae\n Scenario: Users without names are displayed as an \"Anonymous User\"\n Given a user\n And they do not have a first name\n And they do not have a last initial\n When they view the leaderboard\n Then they see the user displayed as \"Anonymous User\"\n\n @minutiae\n Scenario Outline: If a user only has a first or last name, then only that is displayed\n Given a user\n And they only have a <name>\n When they view the leaderboard\n Then they only see their <name>\n\n Examples:\n | name |\n | firstName |\n | lastName |\n";
1814
1813
 
1815
1814
  const Leaderboard_stories = {
1816
1815
  title: "Components/Leaderboard",
@@ -2183,6 +2182,38 @@ const ReferralLeaderboard = () => {
2183
2182
  };
2184
2183
  return h(LeaderboardView, Object.assign({}, props));
2185
2184
  };
2185
+ const ReferralLeaderboardWithMaxWidth = () => {
2186
+ const props = {
2187
+ states: {
2188
+ loading: false,
2189
+ hasLeaders: true,
2190
+ styles: {
2191
+ ...defaultStyles$1,
2192
+ rankheading: "Rank",
2193
+ usersheading: "User",
2194
+ statsheading: "Referrals",
2195
+ showRank: false,
2196
+ maxWidth: "300px",
2197
+ },
2198
+ },
2199
+ data: {
2200
+ rankType: "rowNumber",
2201
+ leaderboard: users,
2202
+ rowNumber: 10,
2203
+ viewerRank: {
2204
+ firstName: "Viktor",
2205
+ lastInitial: "V",
2206
+ textValue: "82",
2207
+ rank: 1,
2208
+ rowNumber: 1,
2209
+ },
2210
+ },
2211
+ elements: {
2212
+ ...defaultElements$1,
2213
+ },
2214
+ };
2215
+ return h(LeaderboardView, Object.assign({}, props));
2216
+ };
2186
2217
  const PointsLeaderboard = () => {
2187
2218
  const props = {
2188
2219
  states: {
@@ -2362,6 +2393,7 @@ const Leaderboard = /*#__PURE__*/Object.freeze({
2362
2393
  One: One,
2363
2394
  Five: Five,
2364
2395
  ReferralLeaderboard: ReferralLeaderboard,
2396
+ ReferralLeaderboardWithMaxWidth: ReferralLeaderboardWithMaxWidth,
2365
2397
  PointsLeaderboard: PointsLeaderboard,
2366
2398
  TenWithRank: TenWithRank,
2367
2399
  ViewerOutside: ViewerOutside,
@@ -1,7 +1,7 @@
1
1
  import { h, c as Host, r as registerInstance } from './index-17b4da69.js';
2
- import { j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
3
- import './index.module-f9338fc3.js';
4
- import { a as useRequestRerender } from './re-render-f023c070.js';
2
+ import { n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
3
+ import './index.module-def4aec5.js';
4
+ import { a as useRequestRerender } from './re-render-12fd274a.js';
5
5
 
6
6
  const TabView = ({}, children) => {
7
7
  return h(Host, null, children);
@@ -1,8 +1,8 @@
1
1
  import { h, c as Host, r as registerInstance } from './index-17b4da69.js';
2
- import { u as useMemo, d as useEffect, j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
3
- import { _ } from './index.module-f9338fc3.js';
4
- import { u as useRerenderListener } from './re-render-f023c070.js';
5
- import { u as useChildElements } from './useChildElements-e32fe084.js';
2
+ import { u as useMemo, f as useEffect, n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { _ } from './index.module-def4aec5.js';
4
+ import { u as useRerenderListener } from './re-render-12fd274a.js';
5
+ import { u as useChildElements } from './useChildElements-32e1bda1.js';
6
6
  import { g as getProps } from './utils-334c1e34.js';
7
7
 
8
8
  const TabsView = ({ content, placement, }) => {
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { j as h } from './stencil-hooks.module-3c7f7c90.js';
2
+ import { n as h } from './stencil-hooks.module-ac12ca1c.js';
3
3
  import './JSS-67b5cff8.js';
4
4
  import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
5
5
 
@@ -1111,4 +1111,4 @@ function c$1(){return (c$1=Object.assign||function(e){for(var t=1;t<arguments.le
1111
1111
 
1112
1112
  function s$2(){return getRenderingRef()}function l$1(){var e=s$2();return 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=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,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();}
1113
1113
 
1114
- export { commonjsGlobal as a, browser as b, createCommonjsModule as c, useEffect as d, useRef as e, useState as f, getAugmentedNamespace as g, useReducer as h, getDefaultExportFromCjs as i, h$2 as j, d$2 as k, l$1 as l, m$2 as m, useMemo as u, y$1 as y };
1114
+ export { commonjsGlobal as a, browser as b, createCommonjsModule as c, c as d, getDefaultExportFromCjs as e, useEffect as f, getAugmentedNamespace as g, h$1 as h, d$2 as i, useReducer as j, useState as k, l$1 as l, useRef as m, h$2 as n, m$2 as o, s$1 as s, useMemo as u, y$1 as y };
@@ -1,5 +1,5 @@
1
- import { f as useState, u as useMemo } from './stencil-hooks.module-3c7f7c90.js';
2
- import { _ } from './index.module-f9338fc3.js';
1
+ import { k as useState, u as useMemo } from './stencil-hooks.module-ac12ca1c.js';
2
+ import { _ } from './index.module-def4aec5.js';
3
3
 
4
4
  function useChildElements() {
5
5
  const host = _();
@@ -1,7 +1,7 @@
1
- import { f as useState } from './stencil-hooks.module-3c7f7c90.js';
2
- import { m as mn } from './index.module-f9338fc3.js';
1
+ import { k as useState } from './stencil-hooks.module-ac12ca1c.js';
2
+ import { c as mn } from './index.module-def4aec5.js';
3
3
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
4
- import { u as useRegistrationFormState } from './useRegistrationFormState-a140a962.js';
4
+ import { u as useRegistrationFormState } from './useRegistrationFormState-9fc1ac80.js';
5
5
 
6
6
  function useInstantAccessRegistration(props) {
7
7
  const cookie = new URLSearchParams(window.location.search);
@@ -1,9 +1,8 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { b as browser, h as useReducer, d as useEffect } from './stencil-hooks.module-3c7f7c90.js';
3
- import { Q, H, L, y as yn, k as kn } from './index.module-f9338fc3.js';
4
- import { u as useRerenderListener } from './re-render-f023c070.js';
5
- import { u as useChildElements } from './useChildElements-e32fe084.js';
6
- import { d as dist } from './index-0c7b14c5.js';
2
+ import { b as browser, j as useReducer, f as useEffect } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { d as dist, Q, H, L, y as yn, k as kn } from './index.module-def4aec5.js';
4
+ import { u as useRerenderListener } from './re-render-12fd274a.js';
5
+ import { u as useChildElements } from './useChildElements-32e1bda1.js';
7
6
 
8
7
  const debug = browser("sq:useReferralTable");
9
8
  const CSS_NAMESPACE = "sqm-referral-table";
@@ -1,5 +1,5 @@
1
- import { y } from './stencil-hooks.module-3c7f7c90.js';
2
- import { _ } from './index.module-f9338fc3.js';
1
+ import { y } from './stencil-hooks.module-ac12ca1c.js';
2
+ import { _ } from './index.module-def4aec5.js';
3
3
 
4
4
  const REGISTRATION_FORM_STATE_CONTEXT = "sq:registration-form-state";
5
5
  function useRegistrationFormState(formState) {
@@ -1,5 +1,5 @@
1
- import { f as useState, d as useEffect } from './stencil-hooks.module-3c7f7c90.js';
2
- import { u as useCallback } from './index.module-f9338fc3.js';
1
+ import { k as useState, f as useEffect } from './stencil-hooks.module-ac12ca1c.js';
2
+ import { u as useCallback } from './index.module-def4aec5.js';
3
3
 
4
4
  // import { IntlMessageFormat } from 'intl-messageformat';
5
5
  function isMobile(breakPoint) {