@saasquatch/mint-components 1.11.0-5 → 1.11.0-6

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 (327) hide show
  1. package/dist/cjs/{ShadowViewAddon-21aa34f8.js → ShadowViewAddon-ba87315e.js} +48 -47
  2. package/dist/cjs/{global-4a59a374.js → global-0e1b8019.js} +162 -11
  3. package/dist/cjs/index-56d1fa5b.js +2227 -0
  4. package/dist/cjs/{index.module-df530553.js → index.module-2d82a984.js} +1444 -244
  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-7744b75a.js} +5 -5
  10. package/dist/cjs/sqm-asset-card.cjs.entry.js +3 -3
  11. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +457 -456
  12. package/dist/cjs/sqm-big-stat_38.cjs.entry.js +114 -113
  13. package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
  14. package/dist/cjs/sqm-context-router.cjs.entry.js +4 -4
  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 +7 -7
  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-7739a5b4.js → sqm-invoice-table-view-e75291d8.js} +1 -1
  21. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +12 -11
  22. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +10 -9
  23. package/dist/cjs/{sqm-navigation-sidebar-item-view-a125ec5f.js → sqm-navigation-sidebar-item-view-34d8941e.js} +2 -2
  24. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +5 -5
  25. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +5 -5
  26. package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
  27. package/dist/cjs/sqm-popup-container.cjs.entry.js +6 -6
  28. package/dist/cjs/{sqm-portal-email-verification-view-07161940.js → sqm-portal-email-verification-view-a056e53e.js} +1 -1
  29. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +10 -10
  30. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +7 -7
  31. package/dist/cjs/sqm-portal-logout.cjs.entry.js +4 -4
  32. package/dist/cjs/{sqm-portal-profile-view-07b99f80.js → sqm-portal-profile-view-c1753d1a.js} +1 -1
  33. package/dist/cjs/sqm-portal-profile.cjs.entry.js +15 -14
  34. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +7 -7
  35. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +12 -11
  36. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +9 -9
  37. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +8 -8
  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 +67 -66
  43. package/dist/cjs/sqm-stencilbook.cjs.entry.js +50 -49
  44. package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
  45. package/dist/cjs/sqm-tabs.cjs.entry.js +6 -6
  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-079a23aa.js} +3 -3
  49. package/dist/cjs/{useInstantAccessRegistration-bbe746d1.js → useInstantAccessRegistration-615a4dec.js} +4 -4
  50. package/dist/cjs/{useReferralTable-a76adb0d.js → useReferralTable-034e8eb1.js} +20 -19
  51. package/dist/cjs/{useRegistrationFormState-876ed65d.js → useRegistrationFormState-cabaa291.js} +3 -3
  52. package/dist/cjs/{utilities-cec9dd36.js → utilities-a4072d5b.js} +2 -2
  53. package/dist/collection/collection-manifest.json +0 -2
  54. package/dist/esm/{ShadowViewAddon-90897c22.js → ShadowViewAddon-cebdd86a.js} +22 -21
  55. package/dist/esm/{global-e7bb0343.js → global-ce667547.js} +162 -11
  56. package/dist/esm/index-0c7b14c5.js +2225 -0
  57. package/dist/esm/{index.module-def4aec5.js → index.module-cfe48b0e.js} +1426 -223
  58. package/dist/esm/loader.js +4 -4
  59. package/dist/esm/{luxon-7600be8d.js → luxon-63e24900.js} +1 -1
  60. package/dist/esm/mint-components.js +4 -4
  61. package/dist/esm/{mockRewardData-0eb6e778.js → mockRewardData-e6b763d1.js} +1 -1
  62. package/dist/esm/{re-render-12fd274a.js → re-render-9f58806b.js} +5 -5
  63. package/dist/esm/sqm-asset-card.entry.js +2 -2
  64. package/dist/esm/sqm-banking-info-form_16.entry.js +65 -64
  65. package/dist/esm/sqm-big-stat_38.entry.js +63 -62
  66. package/dist/esm/sqm-close-button.entry.js +2 -2
  67. package/dist/esm/sqm-context-router.entry.js +3 -3
  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 +6 -6
  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-fb2f95b9.js → sqm-invoice-table-view-bccf5bbc.js} +1 -1
  74. package/dist/esm/sqm-leaderboard-rank.entry.js +7 -6
  75. package/dist/esm/sqm-logout-current-user.entry.js +5 -4
  76. package/dist/esm/{sqm-navigation-sidebar-item-view-60ef06cc.js → sqm-navigation-sidebar-item-view-407d8d6a.js} +2 -2
  77. package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
  78. package/dist/esm/sqm-navigation-sidebar.entry.js +4 -4
  79. package/dist/esm/sqm-password-field.entry.js +3 -3
  80. package/dist/esm/sqm-popup-container.entry.js +5 -5
  81. package/dist/esm/{sqm-portal-email-verification-view-0b32261f.js → sqm-portal-email-verification-view-b8ba7573.js} +1 -1
  82. package/dist/esm/sqm-portal-email-verification.entry.js +9 -9
  83. package/dist/esm/sqm-portal-forgot-password.entry.js +6 -6
  84. package/dist/esm/sqm-portal-logout.entry.js +3 -3
  85. package/dist/esm/{sqm-portal-profile-view-03026a5e.js → sqm-portal-profile-view-9cbfeaf9.js} +1 -1
  86. package/dist/esm/sqm-portal-profile.entry.js +9 -8
  87. package/dist/esm/sqm-portal-protected-route.entry.js +6 -6
  88. package/dist/esm/sqm-portal-registration-form.entry.js +10 -9
  89. package/dist/esm/sqm-portal-reset-password.entry.js +8 -8
  90. package/dist/esm/sqm-portal-verify-email.entry.js +7 -7
  91. package/dist/esm/sqm-referral-table_11.entry.js +9 -8
  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 +14 -13
  96. package/dist/esm/sqm-stencilbook.entry.js +48 -47
  97. package/dist/esm/sqm-tab.entry.js +3 -3
  98. package/dist/esm/sqm-tabs.entry.js +5 -5
  99. package/dist/esm/sqm-text-span.entry.js +1 -1
  100. package/dist/esm/{stencil-hooks.module-ac12ca1c.js → stencil-hooks.module-3c7f7c90.js} +1 -1
  101. package/dist/esm/{useChildElements-32e1bda1.js → useChildElements-55ba77b1.js} +3 -3
  102. package/dist/esm/{useInstantAccessRegistration-46b89952.js → useInstantAccessRegistration-c8486b92.js} +4 -4
  103. package/dist/esm/{useReferralTable-f4de0650.js → useReferralTable-1671695f.js} +11 -10
  104. package/dist/esm/{useRegistrationFormState-9fc1ac80.js → useRegistrationFormState-554eed2c.js} +3 -3
  105. package/dist/esm/{utilities-3f5bba22.js → utilities-aa00400c.js} +2 -2
  106. package/dist/esm-es5/ShadowViewAddon-cebdd86a.js +1 -0
  107. package/dist/esm-es5/global-ce667547.js +285 -0
  108. package/dist/esm-es5/index-0c7b14c5.js +1 -0
  109. package/dist/esm-es5/index.module-cfe48b0e.js +53 -0
  110. package/dist/esm-es5/loader.js +1 -1
  111. package/dist/esm-es5/{luxon-7600be8d.js → luxon-63e24900.js} +1 -1
  112. package/dist/esm-es5/mint-components.js +1 -1
  113. package/dist/esm-es5/{mockRewardData-0eb6e778.js → mockRewardData-e6b763d1.js} +1 -1
  114. package/dist/esm-es5/{re-render-12fd274a.js → re-render-9f58806b.js} +1 -1
  115. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  116. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  117. package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
  118. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  119. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  120. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  121. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  122. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  123. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  124. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  125. package/dist/esm-es5/{sqm-invoice-table-view-fb2f95b9.js → sqm-invoice-table-view-bccf5bbc.js} +1 -1
  126. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  127. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  128. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-60ef06cc.js → sqm-navigation-sidebar-item-view-407d8d6a.js} +1 -1
  129. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  130. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  131. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  132. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  133. package/dist/esm-es5/{sqm-portal-email-verification-view-0b32261f.js → sqm-portal-email-verification-view-b8ba7573.js} +1 -1
  134. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  135. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  136. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  137. package/dist/esm-es5/{sqm-portal-profile-view-03026a5e.js → sqm-portal-profile-view-9cbfeaf9.js} +1 -1
  138. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  139. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  140. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  141. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  142. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  143. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  144. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  145. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  146. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  147. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  148. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  149. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  150. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  151. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  152. package/dist/esm-es5/{stencil-hooks.module-ac12ca1c.js → stencil-hooks.module-3c7f7c90.js} +1 -1
  153. package/dist/esm-es5/useChildElements-55ba77b1.js +1 -0
  154. package/dist/esm-es5/useInstantAccessRegistration-c8486b92.js +1 -0
  155. package/dist/esm-es5/useReferralTable-1671695f.js +1 -0
  156. package/dist/esm-es5/useRegistrationFormState-554eed2c.js +1 -0
  157. package/dist/esm-es5/{utilities-3f5bba22.js → utilities-aa00400c.js} +1 -1
  158. package/dist/mint-components/mint-components.esm.js +1 -1
  159. package/dist/mint-components/mint-components.js +1 -1
  160. package/dist/mint-components/{p-674a64fe.system.js → p-0034b33b.system.js} +1 -1
  161. package/dist/mint-components/{p-2a414b2e.system.js → p-0979f82e.system.js} +2 -2
  162. package/dist/mint-components/{p-cde759a7.entry.js → p-1128f16d.entry.js} +14 -14
  163. package/dist/mint-components/{p-88aac6a9.system.entry.js → p-14beec1b.system.entry.js} +1 -1
  164. package/dist/mint-components/{p-5956a47e.entry.js → p-155e5795.entry.js} +1 -1
  165. package/dist/mint-components/p-175cf117.system.entry.js +1 -0
  166. package/dist/mint-components/{p-fd2c5407.js → p-1b24bb52.js} +1 -1
  167. package/dist/mint-components/p-1bb39bf3.js +1 -0
  168. package/dist/mint-components/p-1c021084.system.js +1 -0
  169. package/dist/mint-components/p-1cb0c56c.js +1 -0
  170. package/dist/mint-components/p-22082cf5.entry.js +1 -0
  171. package/dist/mint-components/{p-4502ed11.system.entry.js → p-2669e88d.system.entry.js} +1 -1
  172. package/dist/mint-components/{p-0e556260.js → p-2a82e591.js} +1 -1
  173. package/dist/mint-components/p-2c1ec58d.system.entry.js +1 -0
  174. package/dist/mint-components/{p-573fab0f.system.js → p-2c8c2ae9.system.js} +22 -22
  175. package/dist/mint-components/p-2d713a4a.entry.js +1 -0
  176. package/dist/mint-components/{p-58ef25d3.system.entry.js → p-2f75d0c6.system.entry.js} +1 -1
  177. package/dist/mint-components/{p-5cac90e8.system.entry.js → p-349315e6.system.entry.js} +1 -1
  178. package/dist/mint-components/{p-64491c96.system.entry.js → p-37518555.system.entry.js} +1 -1
  179. package/dist/mint-components/{p-3223ba7b.entry.js → p-3912f9af.entry.js} +1 -1
  180. package/dist/mint-components/{p-f3053c61.js → p-48704504.js} +1 -1
  181. package/dist/mint-components/{p-ce5afa40.entry.js → p-4baf9ec9.entry.js} +1 -1
  182. package/dist/mint-components/p-4e5ff6d5.system.entry.js +1 -0
  183. package/dist/mint-components/p-4fd5cde2.entry.js +1 -0
  184. package/dist/mint-components/{p-e84a74fe.system.entry.js → p-5464dd3c.system.entry.js} +1 -1
  185. package/dist/mint-components/{p-dd7ee007.system.js → p-553a92e2.system.js} +1 -1
  186. package/dist/mint-components/p-55ba5de4.js +42 -0
  187. package/dist/mint-components/p-569acf5d.entry.js +1 -0
  188. package/dist/mint-components/p-58151230.system.entry.js +1 -0
  189. package/dist/mint-components/p-5a9e6c23.system.js +1 -0
  190. package/dist/mint-components/{p-dd0d79bf.entry.js → p-5c602e84.entry.js} +1 -1
  191. package/dist/mint-components/p-5e346208.system.entry.js +1 -0
  192. package/dist/mint-components/{p-a9050eb0.entry.js → p-5f4a0d5a.entry.js} +1 -1
  193. package/dist/mint-components/p-5f4cf5f4.system.js +53 -0
  194. package/dist/mint-components/p-6361cd09.system.entry.js +1 -0
  195. package/dist/mint-components/p-65976f70.system.entry.js +1 -0
  196. package/dist/mint-components/{p-3d4656bb.system.js → p-69ae3f41.system.js} +1 -1
  197. package/dist/mint-components/p-6fbfd683.js +1 -0
  198. package/dist/mint-components/{p-57e4ef5f.entry.js → p-709c0d6d.entry.js} +1 -1
  199. package/dist/mint-components/{p-86990110.entry.js → p-747e6ce6.entry.js} +1 -1
  200. package/dist/mint-components/{p-8fe21979.system.entry.js → p-74ba2bdd.system.entry.js} +1 -1
  201. package/dist/mint-components/p-77150ca3.entry.js +1 -0
  202. package/dist/mint-components/{p-fbdf0738.entry.js → p-79097c07.entry.js} +1 -1
  203. package/dist/mint-components/{p-ebcec043.entry.js → p-7a1e23b0.entry.js} +1 -1
  204. package/dist/mint-components/{p-f0806232.system.entry.js → p-7ab14d4b.system.entry.js} +1 -1
  205. package/dist/mint-components/p-81ef4d8d.system.entry.js +1 -0
  206. package/dist/mint-components/{p-41a11a7f.js → p-83a759a6.js} +1 -1
  207. package/dist/mint-components/p-84a5feb6.js +1 -0
  208. package/dist/mint-components/p-858a87ce.entry.js +1 -0
  209. package/dist/mint-components/p-89669879.system.js +1 -0
  210. package/dist/mint-components/p-8a82d287.entry.js +1 -0
  211. package/dist/mint-components/{p-7a572b34.entry.js → p-8b37f9fa.entry.js} +3 -3
  212. package/dist/mint-components/{p-d7df3dfd.system.js → p-8c616b35.system.js} +1 -1
  213. package/dist/mint-components/p-8d0312ad.entry.js +13 -0
  214. package/dist/mint-components/{p-66172a05.js → p-8d2d99b5.js} +1 -1
  215. package/dist/mint-components/{p-251e7567.js → p-9223640e.js} +1 -1
  216. package/dist/mint-components/{p-eaada4da.js → p-92990ceb.js} +1 -1
  217. package/dist/mint-components/{p-51721f6b.system.js → p-93c4b92a.system.js} +1 -1
  218. package/dist/mint-components/p-93feb565.system.entry.js +1 -0
  219. package/dist/mint-components/{p-0d8c53ac.system.js → p-94b397d0.system.js} +1 -1
  220. package/dist/mint-components/{p-6afb4f48.system.entry.js → p-95af445c.system.entry.js} +1 -1
  221. package/dist/mint-components/p-97f9ea19.system.js +1 -0
  222. package/dist/mint-components/{p-4edde470.entry.js → p-9a02b093.entry.js} +1 -1
  223. package/dist/mint-components/{p-007383e1.entry.js → p-9c1011db.entry.js} +2 -2
  224. package/dist/mint-components/{p-137ea86e.entry.js → p-a05a21b8.entry.js} +1 -1
  225. package/dist/mint-components/p-a1dddd9c.entry.js +1 -0
  226. package/dist/mint-components/{p-07f675ab.system.entry.js → p-a2189daf.system.entry.js} +1 -1
  227. package/dist/mint-components/p-a230e0f7.entry.js +1 -0
  228. package/dist/mint-components/{p-2ee2ebba.js → p-a2fc8ec6.js} +4 -4
  229. package/dist/mint-components/{p-5f1c4160.system.entry.js → p-a56fbe1f.system.entry.js} +1 -1
  230. package/dist/mint-components/p-a63607fe.js +1 -0
  231. package/dist/mint-components/p-a6ad8082.system.js +1 -0
  232. package/dist/mint-components/{p-9774fbc5.js → p-a7e84030.js} +153 -153
  233. package/dist/mint-components/{p-28b6106f.js → p-aa1750ad.js} +1 -1
  234. package/dist/mint-components/{p-cf690d55.system.entry.js → p-ad218d0b.system.entry.js} +1 -1
  235. package/dist/mint-components/p-b9e629c4.entry.js +1 -0
  236. package/dist/mint-components/{p-cf158064.entry.js → p-ba9642a9.entry.js} +3 -3
  237. package/dist/mint-components/{p-4864ed8a.system.entry.js → p-bf161aff.system.entry.js} +1 -1
  238. package/dist/mint-components/p-cac64545.system.entry.js +1 -0
  239. package/dist/mint-components/{p-370a1a73.system.js → p-cb45d0a8.system.js} +1 -1
  240. package/dist/mint-components/{p-c7a3fd1b.system.js → p-cc24f7e0.system.js} +1 -1
  241. package/dist/mint-components/p-cc2a5934.entry.js +13 -0
  242. package/dist/mint-components/p-cca80c2e.system.entry.js +1 -0
  243. package/dist/mint-components/{p-178d2d2e.entry.js → p-cdd04337.entry.js} +1 -1
  244. package/dist/mint-components/{p-b12f7281.system.entry.js → p-ce23dbff.system.entry.js} +1 -1
  245. package/dist/mint-components/{p-fe5675b3.entry.js → p-cf8ccbf5.entry.js} +1 -1
  246. package/dist/mint-components/{p-fb20eb5e.system.entry.js → p-cfc4a126.system.entry.js} +1 -1
  247. package/dist/mint-components/{p-05948592.js → p-d491eac5.js} +24 -24
  248. package/dist/mint-components/{p-671ee3fd.entry.js → p-d5e0b017.entry.js} +2 -2
  249. package/dist/mint-components/{p-6cef104b.entry.js → p-db7b9e12.entry.js} +1 -1
  250. package/dist/mint-components/p-dbb74fc2.system.entry.js +1 -0
  251. package/dist/mint-components/{p-8e907ac7.system.entry.js → p-de9b0bcf.system.entry.js} +1 -1
  252. package/dist/mint-components/p-e3ddb67b.system.entry.js +1 -0
  253. package/dist/mint-components/{p-ce9e7c98.system.js → p-e5299352.system.js} +1 -1
  254. package/dist/mint-components/p-eb8cb617.system.js +1 -0
  255. package/dist/mint-components/{p-9dc3f592.entry.js → p-ec2390ee.entry.js} +10 -10
  256. package/dist/mint-components/p-ef4336c4.system.entry.js +1 -0
  257. package/dist/mint-components/{p-afd366ae.system.entry.js → p-f0553edd.system.entry.js} +1 -1
  258. package/dist/mint-components/{p-7731f793.system.entry.js → p-fd8496a0.system.entry.js} +1 -1
  259. package/dist/mint-components/p-fec47694.entry.js +1 -0
  260. package/dist/mint-components/p-ff87ca9c.system.entry.js +1 -0
  261. package/dist/types/components.d.ts +0 -26
  262. package/docs/docs.docx +0 -0
  263. package/docs/raisins.json +1 -1
  264. package/grapesjs/grapesjs.js +1 -1
  265. package/package.json +1 -1
  266. package/dist/cjs/sqm-cash-payouts.cjs.entry.js +0 -19
  267. package/dist/cjs/sqm-widget-verification.cjs.entry.js +0 -89
  268. package/dist/collection/components/sqm-cash-payouts/sqm-cash-payouts.js +0 -16
  269. package/dist/collection/components/sqm-cash-payouts/sqm-widget-verification/sqm-widget-verification.js +0 -47
  270. package/dist/collection/components/sqm-cash-payouts/sqm-widget-verification/useWidgetVerification.js +0 -53
  271. package/dist/esm/sqm-cash-payouts.entry.js +0 -15
  272. package/dist/esm/sqm-widget-verification.entry.js +0 -85
  273. package/dist/esm-es5/ShadowViewAddon-90897c22.js +0 -1
  274. package/dist/esm-es5/global-e7bb0343.js +0 -285
  275. package/dist/esm-es5/index.module-def4aec5.js +0 -1
  276. package/dist/esm-es5/sqm-cash-payouts.entry.js +0 -1
  277. package/dist/esm-es5/sqm-widget-verification.entry.js +0 -1
  278. package/dist/esm-es5/useChildElements-32e1bda1.js +0 -1
  279. package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +0 -1
  280. package/dist/esm-es5/useReferralTable-f4de0650.js +0 -1
  281. package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +0 -1
  282. package/dist/mint-components/p-02424350.system.js +0 -1
  283. package/dist/mint-components/p-03494732.entry.js +0 -1
  284. package/dist/mint-components/p-0b9fa97f.js +0 -1
  285. package/dist/mint-components/p-10e89d0a.entry.js +0 -1
  286. package/dist/mint-components/p-1b485560.system.entry.js +0 -1
  287. package/dist/mint-components/p-217ad395.entry.js +0 -1
  288. package/dist/mint-components/p-2434470e.system.entry.js +0 -1
  289. package/dist/mint-components/p-2dd67762.entry.js +0 -1
  290. package/dist/mint-components/p-51f517a2.js +0 -1
  291. package/dist/mint-components/p-55a782cf.system.entry.js +0 -1
  292. package/dist/mint-components/p-5be235f9.entry.js +0 -1
  293. package/dist/mint-components/p-5c55dc92.system.entry.js +0 -1
  294. package/dist/mint-components/p-5d485450.entry.js +0 -1
  295. package/dist/mint-components/p-5db9aa17.system.entry.js +0 -1
  296. package/dist/mint-components/p-61eab172.js +0 -1
  297. package/dist/mint-components/p-711ba77e.system.entry.js +0 -1
  298. package/dist/mint-components/p-733825fa.system.entry.js +0 -1
  299. package/dist/mint-components/p-770368bc.system.js +0 -1
  300. package/dist/mint-components/p-79191f88.entry.js +0 -1
  301. package/dist/mint-components/p-8b5b78ca.entry.js +0 -1
  302. package/dist/mint-components/p-91669312.entry.js +0 -1
  303. package/dist/mint-components/p-956ed10a.entry.js +0 -13
  304. package/dist/mint-components/p-97198e2c.system.js +0 -1
  305. package/dist/mint-components/p-973f6501.system.entry.js +0 -1
  306. package/dist/mint-components/p-9c310991.system.entry.js +0 -1
  307. package/dist/mint-components/p-a61e6394.system.entry.js +0 -1
  308. package/dist/mint-components/p-a6a7dcaa.js +0 -1
  309. package/dist/mint-components/p-a8f7cb95.js +0 -1
  310. package/dist/mint-components/p-aad11a68.entry.js +0 -1
  311. package/dist/mint-components/p-af062c8f.system.entry.js +0 -1
  312. package/dist/mint-components/p-b370fca8.system.js +0 -1
  313. package/dist/mint-components/p-b3b5b4b7.system.entry.js +0 -1
  314. package/dist/mint-components/p-b5861974.system.entry.js +0 -1
  315. package/dist/mint-components/p-b8dbb809.system.entry.js +0 -1
  316. package/dist/mint-components/p-be38de26.system.js +0 -1
  317. package/dist/mint-components/p-c84659a3.system.js +0 -1
  318. package/dist/mint-components/p-c8878e79.entry.js +0 -1
  319. package/dist/mint-components/p-dab544d9.entry.js +0 -1
  320. package/dist/mint-components/p-db6fbcf4.entry.js +0 -1
  321. package/dist/mint-components/p-dc63e429.system.entry.js +0 -1
  322. package/dist/mint-components/p-e5a0c50e.entry.js +0 -13
  323. package/dist/mint-components/p-eba44835.system.entry.js +0 -1
  324. package/dist/mint-components/p-f8f6c99d.system.entry.js +0 -1
  325. package/dist/types/components/sqm-cash-payouts/sqm-cash-payouts.d.ts +0 -8
  326. package/dist/types/components/sqm-cash-payouts/sqm-widget-verification/sqm-widget-verification.d.ts +0 -9
  327. package/dist/types/components/sqm-cash-payouts/sqm-widget-verification/useWidgetVerification.d.ts +0 -9
@@ -3,23 +3,24 @@
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 global = require('./global-4a59a374.js');
8
- const index_module = require('./index.module-df530553.js');
9
- const jsonpointer = require('./jsonpointer-11327262.js');
6
+ const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
7
+ const global = require('./global-0e1b8019.js');
8
+ const index_module = require('./index.module-2d82a984.js');
10
9
  const cjs = require('./cjs-1066ec21.js');
11
10
  require('./mixins-fe9d4112.js');
12
11
  const JSS = require('./JSS-8503a151.js');
13
- const reRender = require('./re-render-1976e05e.js');
14
- const useChildElements = require('./useChildElements-e0d44916.js');
15
- require('./luxon-05098e19.js');
12
+ const reRender = require('./re-render-7744b75a.js');
13
+ const useChildElements = require('./useChildElements-079a23aa.js');
14
+ require('./luxon-20eafbd9.js');
15
+ const index$1 = require('./index-56d1fa5b.js');
16
16
  const utils = require('./utils-6847bc06.js');
17
17
  require('./sqm-text-span-view-e1cd9bd3.js');
18
- const index$1 = require('./index-8c6255f5.js');
19
- const useRegistrationFormState = require('./useRegistrationFormState-876ed65d.js');
20
- const utilities = require('./utilities-cec9dd36.js');
18
+ const index$2 = require('./index-8c6255f5.js');
19
+ const jsonpointer = require('./jsonpointer-11327262.js');
20
+ const useRegistrationFormState = require('./useRegistrationFormState-cabaa291.js');
21
+ const utilities = require('./utilities-a4072d5b.js');
21
22
  const AsYouType = require('./AsYouType-6788393a.js');
22
- const ShadowViewAddon = require('./ShadowViewAddon-21aa34f8.js');
23
+ const ShadowViewAddon = require('./ShadowViewAddon-ba87315e.js');
23
24
  require('./sqm-portal-container-view-5fb2ad49.js');
24
25
 
25
26
  const BigStat = class {
@@ -33,13 +34,13 @@ const BigStat = class {
33
34
  */
34
35
  this.flexReverse = false;
35
36
  this.ignored = true;
36
- stencilHooks_module.h$1(this);
37
+ stencilHooks_module.h(this);
37
38
  }
38
39
  disconnectedCallback() { }
39
40
  render() {
40
41
  var _a;
41
42
  const { props, label } = index_module.isDemo() ? ShadowViewAddon.useDemoBigStat(this) : ShadowViewAddon.useBigStat(this);
42
- const host = index_module._();
43
+ const host = index_module.T();
43
44
  const hasLabel = !!((_a = host.innerHTML) === null || _a === void 0 ? void 0 : _a.trim());
44
45
  const labelSlot = index.h("slot", { name: "label" }, hasLabel ? index.h("slot", null) : label);
45
46
  return index.h(ShadowViewAddon.BigStatView, Object.assign({}, props, { labelSlot: labelSlot }));
@@ -62,7 +63,7 @@ function buildFontsCssUrl(...fonts) {
62
63
  const BrandComponent = class {
63
64
  constructor(hostRef) {
64
65
  index.registerInstance(this, hostRef);
65
- stencilHooks_module.h$1(this);
66
+ stencilHooks_module.h(this);
66
67
  }
67
68
  disconnectedCallback() { }
68
69
  render() {
@@ -128,7 +129,7 @@ const CardFeed = class {
128
129
  * @uiType number
129
130
  */
130
131
  this.gap = 24;
131
- stencilHooks_module.h$1(this);
132
+ stencilHooks_module.h(this);
132
133
  }
133
134
  disconnectedCallback() { }
134
135
  render() {
@@ -160,7 +161,7 @@ const styleString = sheet.toString();
160
161
  function RequiredPropsError({ missingProps, heading = "There was a problem loading this section", subheading = "There was a technical problem that prevented this section from loading. Please contact us with the link to this page.", description = "Error occured while loading <{tagName}>. Values for the following attributes are missing:", }, children) {
161
162
  if (!missingProps)
162
163
  return false;
163
- const host = index_module._();
164
+ const host = index_module.T();
164
165
  const [detailsOpen, setDetailsOpen] = stencilHooks_module.useState(false);
165
166
  return (index.h("sl-alert", { type: "danger", open: true },
166
167
  index.h("style", { type: "text/css" }, styleString),
@@ -236,7 +237,7 @@ const CheckboxField = class {
236
237
  * @uiName Optional
237
238
  */
238
239
  this.checkboxOptional = false;
239
- stencilHooks_module.h$1(this);
240
+ stencilHooks_module.h(this);
240
241
  }
241
242
  disconnectedCallback() { }
242
243
  render() {
@@ -270,7 +271,7 @@ function useCheckboxFieldDemo(props) {
270
271
  }, props.demoData || {}, { arrayMerge: (_, a) => a });
271
272
  }
272
273
 
273
- const FuelTankRewardsQuery = index_module.dist.gql `
274
+ const FuelTankRewardsQuery = index$1.dist.gql `
274
275
  query fuelTankRewardsQuery($programId: ID!) {
275
276
  user: viewer {
276
277
  ... on User {
@@ -295,18 +296,18 @@ const FuelTankRewardsQuery = index_module.dist.gql `
295
296
  }
296
297
  }
297
298
  `;
298
- const WIDGET_ENGAGEMENT_EVENT = index_module.dist.gql `
299
+ const WIDGET_ENGAGEMENT_EVENT = index$1.dist.gql `
299
300
  mutation loadEvent($eventMeta: UserAnalyticsEvent!) {
300
301
  createUserAnalyticsEvent(eventMeta: $eventMeta)
301
302
  }
302
303
  `;
303
304
  function useCouponCode(props) {
304
305
  var _a, _b, _c;
305
- const user = index_module.Q();
306
- const programId = index_module.H();
307
- const engagementMedium = index_module.B();
308
- const [sendLoadEvent] = index_module.$e(WIDGET_ENGAGEMENT_EVENT);
309
- const { data, loading, refetch, errors } = index_module.yn(FuelTankRewardsQuery, { programId }, !(user === null || user === void 0 ? void 0 : user.jwt));
306
+ const user = index_module.K();
307
+ const programId = index_module.z();
308
+ const engagementMedium = index_module.ne();
309
+ const [sendLoadEvent] = index_module.xe(WIDGET_ENGAGEMENT_EVENT);
310
+ const { data, loading, refetch, errors } = index_module.En(FuelTankRewardsQuery, { programId }, !(user === null || user === void 0 ? void 0 : user.jwt));
310
311
  const getStatus = (reward) => {
311
312
  if (!reward || !reward.statuses)
312
313
  return "ERROR";
@@ -488,7 +489,7 @@ const CouponCode = class {
488
489
  * @uiGroup Coupon code error
489
490
  */
490
491
  this.couponCodePlaceholder = "...";
491
- stencilHooks_module.h$1(this);
492
+ stencilHooks_module.h(this);
492
493
  }
493
494
  disconnectedCallback() { }
494
495
  render() {
@@ -588,7 +589,7 @@ const DividedLayout = class {
588
589
  * @uiName Border style
589
590
  */
590
591
  this.dividerStyle = "1px solid #EAEAEA";
591
- stencilHooks_module.h$1(this);
592
+ stencilHooks_module.h(this);
592
593
  }
593
594
  disconnectedCallback() { }
594
595
  render() {
@@ -622,7 +623,7 @@ const DropdownField = class {
622
623
  * @default
623
624
  */
624
625
  this.dropdownOptional = false;
625
- stencilHooks_module.h$1(this);
626
+ stencilHooks_module.h(this);
626
627
  }
627
628
  disconnectedCallback() { }
628
629
  render() {
@@ -653,7 +654,7 @@ function useDropdownFieldDemo(props) {
653
654
  }, props.demoData || {}, { arrayMerge: (_, a) => a });
654
655
  }
655
656
 
656
- const GET_USER = index_module.dist.gql `
657
+ const GET_USER = index$1.dist.gql `
657
658
  query {
658
659
  viewer {
659
660
  ... on User {
@@ -667,7 +668,7 @@ const GET_USER = index_module.dist.gql `
667
668
  }
668
669
  }
669
670
  `;
670
- const UPSERT_USER = index_module.dist.gql `
671
+ const UPSERT_USER = index$1.dist.gql `
671
672
  mutation (
672
673
  $id: String!
673
674
  $accountId: String!
@@ -696,13 +697,13 @@ const defaultFormState = {
696
697
  error: "",
697
698
  };
698
699
  function useEditProfile(props) {
699
- const userIdent = index_module.Q();
700
+ const userIdent = index_module.K();
700
701
  const [showEdit, setShowEdit] = stencilHooks_module.useState(false);
701
702
  const [error, setError] = stencilHooks_module.useState("");
702
703
  const [userData, setUserData] = stencilHooks_module.useState(undefined);
703
704
  const [formState, setFormState] = stencilHooks_module.useState(defaultFormState);
704
- const userDataResponse = index_module.yn(GET_USER, {}, !(userIdent === null || userIdent === void 0 ? void 0 : userIdent.jwt));
705
- const [upsertUser, upsertUserResponse] = index_module.$e(UPSERT_USER);
705
+ const userDataResponse = index_module.En(GET_USER, {}, !(userIdent === null || userIdent === void 0 ? void 0 : userIdent.jwt));
706
+ const [upsertUser, upsertUserResponse] = index_module.xe(UPSERT_USER);
706
707
  stencilHooks_module.useEffect(() => {
707
708
  if ((upsertUserResponse === null || upsertUserResponse === void 0 ? void 0 : upsertUserResponse.loading) || !showEdit)
708
709
  return;
@@ -825,7 +826,7 @@ const EditProfile = class {
825
826
  * @uiName Form error message
826
827
  */
827
828
  this.formErrorText = "Please correct the errors below to update your profile.";
828
- stencilHooks_module.h$1(this);
829
+ stencilHooks_module.h(this);
829
830
  }
830
831
  disconnectedCallback() { }
831
832
  render() {
@@ -928,7 +929,7 @@ const Hero = class {
928
929
  * @uiEnumNames ["Wrap", "Wrap Reverse"]
929
930
  */
930
931
  this.wrapDirection = "wrap";
931
- stencilHooks_module.h$1(this);
932
+ stencilHooks_module.h(this);
932
933
  }
933
934
  disconnectedCallback() { }
934
935
  // TODO: Improve empty slot behavior with useChildElements to check for empty slot
@@ -1134,7 +1135,7 @@ const HeroImage = class {
1134
1135
  * @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
1135
1136
  */
1136
1137
  this.paddingImage = "none";
1137
- stencilHooks_module.h$1(this);
1138
+ stencilHooks_module.h(this);
1138
1139
  }
1139
1140
  disconnectedCallback() { }
1140
1141
  render() {
@@ -1146,7 +1147,7 @@ const SqmHookStoryContainer = class {
1146
1147
  constructor(hostRef) {
1147
1148
  index.registerInstance(this, hostRef);
1148
1149
  this.ignored = true;
1149
- stencilHooks_module.h$1(this);
1150
+ stencilHooks_module.h(this);
1150
1151
  }
1151
1152
  disconnectedCallback() { }
1152
1153
  render() {
@@ -1231,7 +1232,7 @@ const InputField = class {
1231
1232
  * @default
1232
1233
  */
1233
1234
  this.fieldOptional = false;
1234
- stencilHooks_module.h$1(this);
1235
+ stencilHooks_module.h(this);
1235
1236
  }
1236
1237
  disconnectedCallback() { }
1237
1238
  render() {
@@ -1259,7 +1260,7 @@ function useInputFieldDemo(props) {
1259
1260
  }, props.demoData || {}, { arrayMerge: (_, a) => a });
1260
1261
  }
1261
1262
 
1262
- const GET_LEADERBOARD = index_module.dist.gql `
1263
+ const GET_LEADERBOARD = index$1.dist.gql `
1263
1264
  query (
1264
1265
  $type: String!
1265
1266
  $filter: UserLeaderboardFilterInput
@@ -1281,7 +1282,7 @@ const GET_LEADERBOARD = index_module.dist.gql `
1281
1282
  }
1282
1283
  }
1283
1284
  `;
1284
- const GET_RANK = index_module.dist.gql `
1285
+ const GET_RANK = index$1.dist.gql `
1285
1286
  query (
1286
1287
  $type: String!
1287
1288
  $filter: UserLeaderboardFilterInput
@@ -1303,11 +1304,11 @@ const GET_RANK = index_module.dist.gql `
1303
1304
  `;
1304
1305
  function useLeaderboard(props) {
1305
1306
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
1306
- const programIdContext = index_module.H();
1307
+ const programIdContext = index_module.z();
1307
1308
  // Default to context, overriden by props
1308
1309
  const programId = (_a = props.programId) !== null && _a !== void 0 ? _a : programIdContext;
1309
- const user = index_module.Q();
1310
- const locale = index_module.L();
1310
+ const user = index_module.K();
1311
+ const locale = index_module.Q();
1311
1312
  const variables = programId
1312
1313
  ? {
1313
1314
  type: props.leaderboardType,
@@ -1326,8 +1327,8 @@ function useLeaderboard(props) {
1326
1327
  if (props.maxRows > 0) {
1327
1328
  variables["limit"] = props.maxRows;
1328
1329
  }
1329
- const { data: leaderboardData, loading: loadingLeaderboard, errors: leaderboardErrors, } = index_module.yn(GET_LEADERBOARD, variables, !(user === null || user === void 0 ? void 0 : user.jwt), { batch: false });
1330
- const { data: rankData } = index_module.yn(GET_RANK, variables, !(user === null || user === void 0 ? void 0 : user.jwt));
1330
+ const { data: leaderboardData, loading: loadingLeaderboard, errors: leaderboardErrors, } = index_module.En(GET_LEADERBOARD, variables, !(user === null || user === void 0 ? void 0 : user.jwt), { batch: false });
1331
+ const { data: rankData } = index_module.En(GET_RANK, variables, !(user === null || user === void 0 ? void 0 : user.jwt));
1331
1332
  const leaderboardRows = (_b = leaderboardData === null || leaderboardData === void 0 ? void 0 : leaderboardData.userLeaderboard) === null || _b === void 0 ? void 0 : _b.rows;
1332
1333
  const flattenedLeaderboard = getFlattenedLeaderboard(leaderboardRows);
1333
1334
  const sortedLeaderboard = flattenedLeaderboard === null || flattenedLeaderboard === void 0 ? void 0 : flattenedLeaderboard.sort(function (a, b) {
@@ -1406,7 +1407,7 @@ const Leaderboard = class {
1406
1407
  */
1407
1408
  this.maxRows = 10;
1408
1409
  this.ignored = true;
1409
- stencilHooks_module.h$1(this);
1410
+ stencilHooks_module.h(this);
1410
1411
  ShadowViewAddon.withShadowView(this);
1411
1412
  }
1412
1413
  disconnectedCallback() { }
@@ -1587,7 +1588,7 @@ const NameFields = class {
1587
1588
  * @uiName Last name label
1588
1589
  */
1589
1590
  this.lastNameLabel = "Last Name";
1590
- stencilHooks_module.h$1(this);
1591
+ stencilHooks_module.h(this);
1591
1592
  }
1592
1593
  disconnectedCallback() { }
1593
1594
  render() {
@@ -1622,12 +1623,12 @@ function NavigationMenuView(props) {
1622
1623
  }
1623
1624
 
1624
1625
  function handleMenu(e) {
1625
- index_module.$n.push(e.detail.item.value);
1626
+ index_module.xn.push(e.detail.item.value);
1626
1627
  }
1627
1628
  function useNavigationMenu(props) {
1628
1629
  const ref = stencilHooks_module.useRef();
1629
- const [, rerender] = index_module.gn();
1630
- const user = index_module.Q();
1630
+ const [, rerender] = index_module.wn();
1631
+ const user = index_module.K();
1631
1632
  stencilHooks_module.useEffect(() => {
1632
1633
  var _a;
1633
1634
  (_a = ref.current) === null || _a === void 0 ? void 0 : _a.addEventListener("sl-select", (e) => handleMenu(e));
@@ -1652,7 +1653,7 @@ const NavigationMenu = class {
1652
1653
  constructor(hostRef) {
1653
1654
  index.registerInstance(this, hostRef);
1654
1655
  this.ignored = true;
1655
- stencilHooks_module.h$1(this);
1656
+ stencilHooks_module.h(this);
1656
1657
  }
1657
1658
  disconnectedCallback() { }
1658
1659
  render() {
@@ -1681,11 +1682,11 @@ NavigationMenu.style = sqmNavigationMenuCss;
1681
1682
 
1682
1683
  function usePortalChangePassword(props) {
1683
1684
  var _a, _b, _c, _d, _e, _f, _g;
1684
- const [request, { loading, errors, data }] = index_module.Ue();
1685
+ const [request, { loading, errors, data }] = index_module.ze();
1685
1686
  const [open, setOpen] = stencilHooks_module.useState(false);
1686
1687
  const [error, setError] = stencilHooks_module.useState("");
1687
1688
  const [success, setSuccess] = stencilHooks_module.useState(false);
1688
- const user = index_module.Q();
1689
+ const user = index_module.K();
1689
1690
  const submit = async (event) => {
1690
1691
  var _a, _b;
1691
1692
  setSuccess(false);
@@ -1822,7 +1823,7 @@ const PortalChangePassword = class {
1822
1823
  * @uiName Missing number or symbol text
1823
1824
  */
1824
1825
  this.hasErrorText = "contain at least 1 number or symbol";
1825
- stencilHooks_module.h$1(this);
1826
+ stencilHooks_module.h(this);
1826
1827
  }
1827
1828
  disconnectedCallback() { }
1828
1829
  render() {
@@ -1917,7 +1918,7 @@ const PortalFooter = class {
1917
1918
  * @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
1918
1919
  */
1919
1920
  this.paddingLeft = "large";
1920
- stencilHooks_module.h$1(this);
1921
+ stencilHooks_module.h(this);
1921
1922
  }
1922
1923
  disconnectedCallback() { }
1923
1924
  render() {
@@ -1927,7 +1928,7 @@ const PortalFooter = class {
1927
1928
  };
1928
1929
 
1929
1930
  function usePortalFrame(footerContent, headerContent) {
1930
- const [, rerender] = index_module.gn();
1931
+ const [, rerender] = index_module.wn();
1931
1932
  return {
1932
1933
  data: {
1933
1934
  footer: footerContent,
@@ -1947,7 +1948,7 @@ const PortalFrame = class {
1947
1948
  * @undocumented
1948
1949
  */
1949
1950
  this.notFullScreen = false;
1950
- stencilHooks_module.h$1(this);
1951
+ stencilHooks_module.h(this);
1951
1952
  }
1952
1953
  disconnectedCallback() { }
1953
1954
  render() {
@@ -1977,9 +1978,9 @@ function usePortalFrameDemo(footerContent, headerContent, props) {
1977
1978
 
1978
1979
  function usePortalLogin(props) {
1979
1980
  var _a, _b, _c, _d, _e, _f, _g;
1980
- const [request, { loading, errors, data }] = index_module.qe();
1981
+ const [request, { loading, errors, data }] = index_module.We();
1981
1982
  const [error, setError] = stencilHooks_module.useState("");
1982
- const urlParams = new URLSearchParams(index_module.$n.location.search);
1983
+ const urlParams = new URLSearchParams(index_module.xn.location.search);
1983
1984
  const nextPageOverride = urlParams.get("nextPage");
1984
1985
  const submit = async (event) => {
1985
1986
  var _a, _b;
@@ -1998,7 +1999,7 @@ function usePortalLogin(props) {
1998
1999
  if ((_b = result.authenticateManagedIdentityWithEmailAndPassword) === null || _b === void 0 ? void 0 : _b.token) {
1999
2000
  urlParams.delete("nextPage");
2000
2001
  const url = utils.sanitizeUrlPath(nextPageOverride || props.nextPage);
2001
- index_module.$n.push(url.href);
2002
+ index_module.xn.push(url.href);
2002
2003
  }
2003
2004
  };
2004
2005
  const errorMessage = ((_d = (_c = (_b = (_a = errors === null || errors === void 0 ? void 0 : errors.response) === null || _a === void 0 ? void 0 : _a.errors) === null || _b === void 0 ? void 0 : _b[0]) === null || _c === void 0 ? void 0 : _c.extensions) === null || _d === void 0 ? void 0 : _d.message) || ((_g = (_f = (_e = errors === null || errors === void 0 ? void 0 : errors.response) === null || _e === void 0 ? void 0 : _e.errors) === null || _f === void 0 ? void 0 : _f[0]) === null || _g === void 0 ? void 0 : _g.message) ||
@@ -2069,7 +2070,7 @@ const PortalLogin = class {
2069
2070
  * Displayed when the login fails due to a network error. The participant can try refreshing the page.
2070
2071
  */
2071
2072
  this.networkErrorMessage = "An error occurred while logging you in. Please refresh the page and try again.";
2072
- stencilHooks_module.h$1(this);
2073
+ stencilHooks_module.h(this);
2073
2074
  }
2074
2075
  disconnectedCallback() { }
2075
2076
  render() {
@@ -2077,8 +2078,8 @@ const PortalLogin = class {
2077
2078
  ? useLoginDemo(this)
2078
2079
  : usePortalLogin(this);
2079
2080
  const content = {
2080
- forgotPasswordButton: (index.h("slot", { name: "forgotPassword" }, index.h("a", { onClick: () => index_module.$n.push(states.forgotPasswordPath) }, this.forgotPasswordLabel))),
2081
- secondaryButton: (index.h("slot", { name: "secondaryButton" }, index.h("sl-button", { type: "text", disabled: states.loading, onClick: () => index_module.$n.push(states.registerPath) }, this.registerLabel))),
2081
+ forgotPasswordButton: (index.h("slot", { name: "forgotPassword" }, index.h("a", { onClick: () => index_module.xn.push(states.forgotPasswordPath) }, this.forgotPasswordLabel))),
2082
+ secondaryButton: (index.h("slot", { name: "secondaryButton" }, index.h("sl-button", { type: "text", disabled: states.loading, onClick: () => index_module.xn.push(states.registerPath) }, this.registerLabel))),
2082
2083
  emailLabel: this.emailLabel,
2083
2084
  passwordLabel: this.passwordLabel,
2084
2085
  submitLabel: this.submitLabel,
@@ -2107,7 +2108,7 @@ function usePortalRegister(props) {
2107
2108
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2108
2109
  const formRef = stencilHooks_module.useRef(null);
2109
2110
  const { registrationFormState, setRegistrationFormState } = useRegistrationFormState.useRegistrationFormState({});
2110
- const [request, { loading, errors, data }] = index_module.xe();
2111
+ const [request, { loading, errors, data }] = index_module.Ue();
2111
2112
  stencilHooks_module.useEffect(() => {
2112
2113
  if (!formRef.current)
2113
2114
  return;
@@ -2180,7 +2181,7 @@ function usePortalRegister(props) {
2180
2181
  validationErrors: {},
2181
2182
  });
2182
2183
  if ((_a = result.registerManagedIdentityWithEmailAndPassword) === null || _a === void 0 ? void 0 : _a.token) {
2183
- index_module.$n.push(props.nextPage);
2184
+ index_module.xn.push(props.nextPage);
2184
2185
  }
2185
2186
  }
2186
2187
  catch (error) {
@@ -2345,7 +2346,7 @@ const PortalRegister = class {
2345
2346
  * @uiName Missing number or symbol text
2346
2347
  */
2347
2348
  this.hasErrorText = "contain at least 1 number or symbol";
2348
- stencilHooks_module.h$1(this);
2349
+ stencilHooks_module.h(this);
2349
2350
  }
2350
2351
  disconnectedCallback() { }
2351
2352
  render() {
@@ -2354,7 +2355,7 @@ const PortalRegister = class {
2354
2355
  : usePortalRegister(this);
2355
2356
  const content = {
2356
2357
  formData: index.h("slot", { name: "formData" }),
2357
- secondaryButton: (index.h("slot", { name: "secondaryButton" }, index.h("sl-button", { type: "text", disabled: states.loading, onClick: () => index_module.$n.push(states.loginPath) }, this.loginLabel))),
2358
+ secondaryButton: (index.h("slot", { name: "secondaryButton" }, index.h("sl-button", { type: "text", disabled: states.loading, onClick: () => index_module.xn.push(states.loginPath) }, this.loginLabel))),
2358
2359
  terms: index.h("slot", { name: "terms" }),
2359
2360
  emailLabel: this.emailLabel,
2360
2361
  passwordLabel: this.passwordLabel,
@@ -2443,7 +2444,7 @@ const ProgramExplainer = class {
2443
2444
  constructor(hostRef) {
2444
2445
  index.registerInstance(this, hostRef);
2445
2446
  this.ignored = true;
2446
- stencilHooks_module.h$1(this);
2447
+ stencilHooks_module.h(this);
2447
2448
  }
2448
2449
  disconnectedCallback() { }
2449
2450
  render() {
@@ -2514,7 +2515,7 @@ function ProgramExplainerStepView(props) {
2514
2515
  const ProgramExplainerStep = class {
2515
2516
  constructor(hostRef) {
2516
2517
  index.registerInstance(this, hostRef);
2517
- stencilHooks_module.h$1(this);
2518
+ stencilHooks_module.h(this);
2518
2519
  }
2519
2520
  disconnectedCallback() { }
2520
2521
  render() {
@@ -2525,11 +2526,11 @@ const ProgramExplainerStep = class {
2525
2526
  const debug = stencilHooks_module.browser("sq:useProgramMenu");
2526
2527
  const UPDATE_PROGRAM_EVENT = "sq:update-program-id";
2527
2528
  function useProgramMenu(props) {
2528
- const programId = index_module.H();
2529
- const host = index_module._();
2529
+ const programId = index_module.z();
2530
+ const host = index_module.T();
2530
2531
  debug({ programId, props });
2531
2532
  const ref = stencilHooks_module.useRef();
2532
- const [, rerender] = index_module.gn();
2533
+ const [, rerender] = index_module.wn();
2533
2534
  stencilHooks_module.useEffect(() => {
2534
2535
  var _a;
2535
2536
  (_a = ref.current) === null || _a === void 0 ? void 0 : _a.addEventListener("sl-select", (e) => {
@@ -2557,7 +2558,7 @@ const ProgramMenu = class {
2557
2558
  constructor(hostRef) {
2558
2559
  index.registerInstance(this, hostRef);
2559
2560
  this.ignored = true;
2560
- stencilHooks_module.h$1(this);
2561
+ stencilHooks_module.h(this);
2561
2562
  }
2562
2563
  disconnectedCallback() { }
2563
2564
  render() {
@@ -2679,7 +2680,7 @@ const ReferralCard = class {
2679
2680
  * @uiType boolean
2680
2681
  */
2681
2682
  this.limitWidth = false;
2682
- stencilHooks_module.h$1(this);
2683
+ stencilHooks_module.h(this);
2683
2684
  }
2684
2685
  disconnectedCallback() { }
2685
2686
  render() {
@@ -2696,7 +2697,7 @@ const ReferralCard = class {
2696
2697
  }
2697
2698
  };
2698
2699
 
2699
- const GET_USER_DETAILS = index_module.dist.gql `
2700
+ const GET_USER_DETAILS = index$1.dist.gql `
2700
2701
  query getUser($programId: ID) {
2701
2702
  viewer {
2702
2703
  ... on User {
@@ -2707,9 +2708,9 @@ const GET_USER_DETAILS = index_module.dist.gql `
2707
2708
  `;
2708
2709
  function useReferralIframe(props) {
2709
2710
  var _a;
2710
- const programId = index_module.H();
2711
- const user = index_module.Q();
2712
- const { data } = index_module.yn(GET_USER_DETAILS, { programId }, !(user === null || user === void 0 ? void 0 : user.jwt) || !programId);
2711
+ const programId = index_module.z();
2712
+ const user = index_module.K();
2713
+ const { data } = index_module.En(GET_USER_DETAILS, { programId }, !(user === null || user === void 0 ? void 0 : user.jwt) || !programId);
2713
2714
  return {
2714
2715
  states: {
2715
2716
  content: props,
@@ -2734,7 +2735,7 @@ const SqmReferralIframe = class {
2734
2735
  * @uiName IFrame width
2735
2736
  */
2736
2737
  this.iframeWidth = "100%";
2737
- stencilHooks_module.h$1(this);
2738
+ stencilHooks_module.h(this);
2738
2739
  }
2739
2740
  disconnectedCallback() { }
2740
2741
  render() {
@@ -3367,7 +3368,7 @@ var module$1 = {};
3367
3368
 
3368
3369
  const confetti = module$1.exports;
3369
3370
 
3370
- const GET_EXCHANGE_LIST = index_module.dist.gql `
3371
+ const GET_EXCHANGE_LIST = index$1.dist.gql `
3371
3372
  query getExchangeList {
3372
3373
  viewer {
3373
3374
  ... on User {
@@ -3410,7 +3411,7 @@ const GET_EXCHANGE_LIST = index_module.dist.gql `
3410
3411
  }
3411
3412
  }
3412
3413
  `;
3413
- const EXCHANGE = index_module.dist.gql `
3414
+ const EXCHANGE = index$1.dist.gql `
3414
3415
  mutation exchange($exchangeRewardInput: ExchangeRewardInput!) {
3415
3416
  exchangeReward(exchangeRewardInput: $exchangeRewardInput) {
3416
3417
  reward {
@@ -3434,9 +3435,9 @@ function useRewardExchangeList(props) {
3434
3435
  });
3435
3436
  const [open, setOpen] = stencilHooks_module.useState(false);
3436
3437
  const { selectedItem, selectedStep, redeemStage, amount, exchangeError } = exchangeState;
3437
- const user = index_module.Q();
3438
- const [exchange, { data: exchangeResponse, loading: exchangeLoading, errors },] = index_module.$e(EXCHANGE);
3439
- const { data, loading, refetch, errors: queryError, } = index_module.yn(GET_EXCHANGE_LIST, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
3438
+ const user = index_module.K();
3439
+ const [exchange, { data: exchangeResponse, loading: exchangeLoading, errors },] = index_module.xe(EXCHANGE);
3440
+ const { data, loading, refetch, errors: queryError, } = index_module.En(GET_EXCHANGE_LIST, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
3440
3441
  stencilHooks_module.useEffect(() => {
3441
3442
  var _a, _b;
3442
3443
  if ((_b = (_a = exchangeResponse === null || exchangeResponse === void 0 ? void 0 : exchangeResponse.exchangeReward) === null || _a === void 0 ? void 0 : _a.reward) === null || _b === void 0 ? void 0 : _b.id) {
@@ -3455,7 +3456,7 @@ function useRewardExchangeList(props) {
3455
3456
  canvas.confetti || confetti.create(canvas, { resize: true });
3456
3457
  canvas.confetti();
3457
3458
  }, [canvasRef.current]);
3458
- const { refresh } = index_module.ze();
3459
+ const { refresh } = index_module.Ye();
3459
3460
  async function exchangeReward() {
3460
3461
  if (!selectedItem)
3461
3462
  return;
@@ -3703,7 +3704,7 @@ const SqmRewardExchangeList = class {
3703
3704
  * @uiName Cost row title
3704
3705
  */
3705
3706
  this.costTitle = "Cost to Redeem";
3706
- stencilHooks_module.h$1(this);
3707
+ stencilHooks_module.h(this);
3707
3708
  }
3708
3709
  disconnectedCallback() { }
3709
3710
  render() {
@@ -3759,12 +3760,12 @@ const debug$1 = stencilHooks_module.browser("sq:useRouter");
3759
3760
  function matchPath(pattern, page) {
3760
3761
  if (!pattern)
3761
3762
  return;
3762
- const regexp = index$1.pathToRegexp(pattern);
3763
+ const regexp = index$2.pathToRegexp(pattern);
3763
3764
  return regexp.exec(page);
3764
3765
  }
3765
3766
  function useRouter() {
3766
- const location = index_module.Sn();
3767
- const host = index_module._();
3767
+ const location = index_module.jn();
3768
+ const host = index_module.T();
3768
3769
  const [slot, setSlot] = stencilHooks_module.useState(undefined);
3769
3770
  const [container, setContainer] = stencilHooks_module.useState(undefined);
3770
3771
  const page = location.pathname;
@@ -3837,7 +3838,7 @@ const SqmRouter = class {
3837
3838
  constructor(hostRef) {
3838
3839
  index.registerInstance(this, hostRef);
3839
3840
  this.ignored = true;
3840
- stencilHooks_module.h$1(this);
3841
+ stencilHooks_module.h(this);
3841
3842
  }
3842
3843
  disconnectedCallback() { }
3843
3844
  render() {
@@ -3884,7 +3885,7 @@ const Scroll = class {
3884
3885
  * @uiEnumNames ["Smooth", "Auto"]
3885
3886
  */
3886
3887
  this.scrollAnimation = "smooth";
3887
- stencilHooks_module.h$1(this);
3888
+ stencilHooks_module.h(this);
3888
3889
  }
3889
3890
  disconnectedCallback() { }
3890
3891
  render() {
@@ -3986,7 +3987,7 @@ const ShareButton = class {
3986
3987
  * @uiName Unsupported platform text
3987
3988
  */
3988
3989
  this.unsupportedPlatformText = "Error: not on a supported device";
3989
- stencilHooks_module.h$1(this);
3990
+ stencilHooks_module.h(this);
3990
3991
  }
3991
3992
  disconnectedCallback() { }
3992
3993
  render() {
@@ -4009,7 +4010,7 @@ function useDemoShareButton(props) {
4009
4010
  }
4010
4011
  ShareButton.style = sqmShareButtonCss;
4011
4012
 
4012
- const MessageLinkQuery = index_module.dist.gql `
4013
+ const MessageLinkQuery = index$1.dist.gql `
4013
4014
  query ($programId: ID) {
4014
4015
  user: viewer {
4015
4016
  ... on User {
@@ -4018,18 +4019,18 @@ const MessageLinkQuery = index_module.dist.gql `
4018
4019
  }
4019
4020
  }
4020
4021
  `;
4021
- const WIDGET_ENGAGEMENT_EVENT$1 = index_module.dist.gql `
4022
+ const WIDGET_ENGAGEMENT_EVENT$1 = index$1.dist.gql `
4022
4023
  mutation loadEvent($eventMeta: UserAnalyticsEvent!) {
4023
4024
  createUserAnalyticsEvent(eventMeta: $eventMeta)
4024
4025
  }
4025
4026
  `;
4026
4027
  function useShareCode(props) {
4027
4028
  var _a, _b;
4028
- const { programId = index_module.H() } = props;
4029
- const user = index_module.Q();
4030
- const engagementMedium = index_module.B();
4031
- const { data } = index_module.yn(MessageLinkQuery, { programId }, !(user === null || user === void 0 ? void 0 : user.jwt));
4032
- const [sendLoadEvent] = index_module.$e(WIDGET_ENGAGEMENT_EVENT$1);
4029
+ const { programId = index_module.z() } = props;
4030
+ const user = index_module.K();
4031
+ const engagementMedium = index_module.ne();
4032
+ const { data } = index_module.En(MessageLinkQuery, { programId }, !(user === null || user === void 0 ? void 0 : user.jwt));
4033
+ const [sendLoadEvent] = index_module.xe(WIDGET_ENGAGEMENT_EVENT$1);
4033
4034
  const copyString = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.referralCode) !== null && _b !== void 0 ? _b :
4034
4035
  // Shown during loading
4035
4036
  "...";
@@ -4093,7 +4094,7 @@ const ShareCode = class {
4093
4094
  * @uiEnumNames ["Icon", "Button outside", "Button below"]
4094
4095
  */
4095
4096
  this.buttonStyle = "icon";
4096
- stencilHooks_module.h$1(this);
4097
+ stencilHooks_module.h(this);
4097
4098
  }
4098
4099
  disconnectedCallback() { }
4099
4100
  render() {
@@ -4162,7 +4163,7 @@ const ShareLink = class {
4162
4163
  * @uiEnumNames ["Icon", "Button outside", "Button below"]
4163
4164
  */
4164
4165
  this.buttonStyle = "icon";
4165
- stencilHooks_module.h$1(this);
4166
+ stencilHooks_module.h(this);
4166
4167
  }
4167
4168
  disconnectedCallback() { }
4168
4169
  render() {
@@ -4212,7 +4213,7 @@ const StatContainer = class {
4212
4213
  * @uiEnumNames ["Grid", "Flex"]
4213
4214
  */
4214
4215
  this.display = "grid";
4215
- stencilHooks_module.h$1(this);
4216
+ stencilHooks_module.h(this);
4216
4217
  }
4217
4218
  disconnectedCallback() { }
4218
4219
  render() {
@@ -4220,7 +4221,7 @@ const StatContainer = class {
4220
4221
  }
4221
4222
  };
4222
4223
 
4223
- const SEND_EVENT = index_module.dist.gql `
4224
+ const SEND_EVENT = index$1.dist.gql `
4224
4225
  mutation taskCardEvent($userEventInput: UserEventInput!) {
4225
4226
  logUserEvent(userEventInput: $userEventInput) {
4226
4227
  userId
@@ -4228,10 +4229,10 @@ const SEND_EVENT = index_module.dist.gql `
4228
4229
  }
4229
4230
  `;
4230
4231
  function useTaskCard(props) {
4231
- const user = index_module.Q();
4232
- const locale = index_module.L();
4233
- const [sendUserEvent, { data, loading: loadingEvent }] = index_module.$e(SEND_EVENT);
4234
- const { refresh } = index_module.ze();
4232
+ const user = index_module.K();
4233
+ const locale = index_module.Q();
4234
+ const [sendUserEvent, { data, loading: loadingEvent }] = index_module.xe(SEND_EVENT);
4235
+ const { refresh } = index_module.Ye();
4235
4236
  stencilHooks_module.useEffect(() => {
4236
4237
  if (data) {
4237
4238
  refresh();
@@ -4370,7 +4371,7 @@ const TaskCard = class {
4370
4371
  * @uiGroup Button
4371
4372
  */
4372
4373
  this.hideButton = false;
4373
- stencilHooks_module.h$1(this);
4374
+ stencilHooks_module.h(this);
4374
4375
  }
4375
4376
  disconnectedCallback() { }
4376
4377
  render() {
@@ -4410,7 +4411,7 @@ const Timeline = class {
4410
4411
  * @uiEnumNames ["Gift", "Circle"]
4411
4412
  */
4412
4413
  this.icon = "gift";
4413
- stencilHooks_module.h$1(this);
4414
+ stencilHooks_module.h(this);
4414
4415
  }
4415
4416
  disconnectedCallback() { }
4416
4417
  render() {
@@ -4524,7 +4525,7 @@ const TimelineReward = class {
4524
4525
  index.registerInstance(this, hostRef);
4525
4526
  this.ignored = true;
4526
4527
  this.iconState = "gift";
4527
- stencilHooks_module.h$1(this);
4528
+ stencilHooks_module.h(this);
4528
4529
  }
4529
4530
  async setIcon(value) {
4530
4531
  this.iconState = value;
@@ -4540,7 +4541,7 @@ function UserNameView(props) {
4540
4541
  return index.h(index.Host, null, props.loading ? props.loadingText : props.username);
4541
4542
  }
4542
4543
 
4543
- const GET_USER_NAME = index_module.dist.gql `
4544
+ const GET_USER_NAME = index$1.dist.gql `
4544
4545
  query getUserName {
4545
4546
  viewer {
4546
4547
  ... on User {
@@ -4552,8 +4553,8 @@ const GET_USER_NAME = index_module.dist.gql `
4552
4553
  `;
4553
4554
  function useUserName(props) {
4554
4555
  var _a, _b, _c, _d, _e, _f, _g, _h;
4555
- const user = index_module.Q();
4556
- const res = index_module.yn(GET_USER_NAME, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
4556
+ const user = index_module.K();
4557
+ const res = index_module.En(GET_USER_NAME, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
4557
4558
  const loading = res.loading;
4558
4559
  const username = ((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.viewer) === null || _b === void 0 ? void 0 : _b.firstName) || ((_d = (_c = res.data) === null || _c === void 0 ? void 0 : _c.viewer) === null || _d === void 0 ? void 0 : _d.lastName)
4559
4560
  ? `${(_f = (_e = res.data) === null || _e === void 0 ? void 0 : _e.viewer) === null || _f === void 0 ? void 0 : _f.firstName} ${(_h = (_g = res.data) === null || _g === void 0 ? void 0 : _g.viewer) === null || _h === void 0 ? void 0 : _h.lastName}`
@@ -4578,7 +4579,7 @@ const UserName = class {
4578
4579
  * @uiName Loading text
4579
4580
  */
4580
4581
  this.loadingText = "...";
4581
- stencilHooks_module.h$1(this);
4582
+ stencilHooks_module.h(this);
4582
4583
  }
4583
4584
  disconnectedCallback() { }
4584
4585
  render() {