@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
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { n as h } from './stencil-hooks.module-ac12ca1c.js';
2
+ import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
3
 
4
4
  const sqmFormMessageCss = "sl-alert::part(base){border:1px solid;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(20, 20, 20, 0.1);box-shadow:0 1px 2px rgba(20, 20, 20, 0.1)}.Error::part(base){background-color:var(--sl-color-danger-100);border-color:var(--sl-color-danger-200)}.Warning::part(base){background-color:var(--sl-color-warning-100);border-color:var(--sl-color-warning-200)}.Success::part(base){background-color:var(--sl-color-success-100);border-color:var(--sl-color-success-200)}.Info::part(base){background-color:var(--sl-color-primary-100);border-color:var(--sl-color-primary-200)}";
5
5
 
@@ -1,14 +1,14 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
2
- import { o as m, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
3
- import { J, E as Ee, z, P as Pe } from './index.module-def4aec5.js';
2
+ import { m, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { B, k as ke, Y, $ as $e } from './index.module-cfe48b0e.js';
4
4
 
5
5
  async function useGraphQLClientProvider({ domain }) {
6
- const token = J();
6
+ const token = B();
7
7
  const appDomain = domain;
8
- const tenantAlias = z();
8
+ const tenantAlias = Y();
9
9
  // Memoization is shared. One client per domain, tenant and token (or null)
10
- const managedIdentityClient = Ee(appDomain, tenantAlias, token);
11
- const [, setGraphQLClient] = m(Pe, managedIdentityClient);
10
+ const managedIdentityClient = ke(appDomain, tenantAlias, token);
11
+ const [, setGraphQLClient] = m($e, managedIdentityClient);
12
12
  useEffect(() => {
13
13
  setGraphQLClient(managedIdentityClient);
14
14
  }, [managedIdentityClient]);
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
2
- import { n as h } from './stencil-hooks.module-ac12ca1c.js';
2
+ import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
3
 
4
4
  const HeroImage = class {
5
5
  constructor(hostRef) {
@@ -1,13 +1,13 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.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';
2
+ import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { i as isDemo, s as setUserIdentity } from './index.module-cfe48b0e.js';
5
4
  import { c as cjs } from './cjs-bdfb4486.js';
6
5
  import './mixins-f60a614c.js';
7
6
  import './JSS-67b5cff8.js';
8
7
  import { E as EmailRegistrationView } from './email-registration-view-07d80492.js';
9
- import './useRegistrationFormState-9fc1ac80.js';
10
- import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-46b89952.js';
8
+ import './jsonpointer-388a7082.js';
9
+ import './useRegistrationFormState-554eed2c.js';
10
+ import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-c8486b92.js';
11
11
 
12
12
  const InstantAccessRegistration = class {
13
13
  constructor(hostRef) {
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { i as intl } from './global-e7bb0343.js';
2
+ import { i as intl } from './global-ce667547.js';
3
3
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
4
4
 
5
5
  const INDIRECT_TAX_PROVINCES = [
@@ -1,8 +1,9 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { n as h } from './stencil-hooks.module-ac12ca1c.js';
3
- import { i as intl } from './global-e7bb0343.js';
4
- import { d as dist, H, Q, y as yn, i as isDemo } from './index.module-def4aec5.js';
2
+ import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { i as intl } from './global-ce667547.js';
4
+ import { z, K, E as En, i as isDemo } from './index.module-cfe48b0e.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
+ import { d as dist } from './index-0c7b14c5.js';
6
7
  import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-10657658.js';
7
8
 
8
9
  const GET_RANK = dist.gql `
@@ -20,10 +21,10 @@ const GET_RANK = dist.gql `
20
21
  `;
21
22
  function useLeaderboardRank(props) {
22
23
  var _a, _b, _c, _d;
23
- const programIdContext = H();
24
+ const programIdContext = z();
24
25
  // Default to context, overriden by props
25
26
  const programId = (_a = props.programId) !== null && _a !== void 0 ? _a : programIdContext;
26
- const user = Q();
27
+ const user = K();
27
28
  const rankVariables = programId
28
29
  ? {
29
30
  type: props.leaderboardType,
@@ -36,7 +37,7 @@ function useLeaderboardRank(props) {
36
37
  if (props.interval) {
37
38
  rankVariables.filter["interval"] = props.interval;
38
39
  }
39
- const { data: rankData } = yn(GET_RANK, rankVariables, !(user === null || user === void 0 ? void 0 : user.jwt));
40
+ const { data: rankData } = En(GET_RANK, rankVariables, !(user === null || user === void 0 ? void 0 : user.jwt));
40
41
  const fullRankText = ((_b = rankData === null || rankData === void 0 ? void 0 : rankData.viewer) === null || _b === void 0 ? void 0 : _b.leaderboardRank) ? intl.formatMessage({ id: "rankText", defaultMessage: props.rankText }, {
41
42
  rank: (_d = (_c = rankData === null || rankData === void 0 ? void 0 : rankData.viewer) === null || _c === void 0 ? void 0 : _c.leaderboardRank) === null || _d === void 0 ? void 0 : _d[props.rankType],
42
43
  })
@@ -1,8 +1,9 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { n as h } from './stencil-hooks.module-ac12ca1c.js';
3
- import { d as dist, Q, y as yn, b as setUserIdentity, i as isDemo } from './index.module-def4aec5.js';
2
+ import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { K, E as En, s as setUserIdentity, i as isDemo } from './index.module-cfe48b0e.js';
4
4
  import { c as cjs } from './cjs-bdfb4486.js';
5
5
  import './JSS-67b5cff8.js';
6
+ import { d as dist } from './index-0c7b14c5.js';
6
7
  import { g as getProps } from './utils-334c1e34.js';
7
8
  import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-2c6122cd.js';
8
9
 
@@ -17,8 +18,8 @@ const GET_USER_DETAILS = dist.gql `
17
18
  `;
18
19
  function useLogoutCurrentUser(props) {
19
20
  var _a, _b;
20
- const user = Q();
21
- const { loading, data } = yn(GET_USER_DETAILS, {
21
+ const user = K();
22
+ const { loading, data } = En(GET_USER_DETAILS, {
22
23
  id: user === null || user === void 0 ? void 0 : user.id,
23
24
  accountId: user === null || user === void 0 ? void 0 : user.accountId,
24
25
  }, !user);
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { $ as $n } from './index.module-def4aec5.js';
2
+ import { x as xn } from './index.module-cfe48b0e.js';
3
3
  import { g as gap } from './mixins-f60a614c.js';
4
4
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
5
5
 
@@ -33,7 +33,7 @@ function NavigationSidebarItemView(props) {
33
33
  const styleString = sheet.toString();
34
34
  return (h("a", { part: "sqm-link", href: data.path, onClick: (e) => {
35
35
  e.preventDefault();
36
- $n.push(data.path);
36
+ xn.push(data.path);
37
37
  }, class: sheet.classes.ItemContainer },
38
38
  h("style", { type: "text/css" }, styleString),
39
39
  h("sl-icon", { class: sheet.classes.Icon, name: data.icon }),
@@ -1,14 +1,14 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.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';
2
+ import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { j as jn, i as isDemo } from './index.module-cfe48b0e.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-60ef06cc.js';
8
+ import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-407d8d6a.js';
9
9
 
10
10
  function useNavigationSidebarItem(props) {
11
- const currentPage = Sn();
11
+ const currentPage = jn();
12
12
  return {
13
13
  states: {
14
14
  active: currentPage.pathname === props.path,
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.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';
2
+ import { j as h, f as useState, d as useEffect } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { j as jn, z } from './index.module-cfe48b0e.js';
4
4
  import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-0312e073.js';
5
5
 
6
6
  const NavigationSidebar = class {
@@ -16,8 +16,8 @@ const NavigationSidebar = class {
16
16
  }
17
17
  };
18
18
  function useNavigationSidebar() {
19
- const location = Sn();
20
- const programId = H();
19
+ const location = jn();
20
+ const programId = z();
21
21
  const [checked, setChecked] = useState(false);
22
22
  // Close hamburger menu after navigation
23
23
  useEffect(() => {
@@ -1,11 +1,11 @@
1
1
  import { h, r as registerInstance } from './index-17b4da69.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';
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-cfe48b0e.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-9fc1ac80.js';
8
+ import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-554eed2c.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 { n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
3
- import { B } from './index.module-def4aec5.js';
2
+ import { j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { n as ne } from './index.module-cfe48b0e.js';
4
4
  import { g as getProps } from './utils-334c1e34.js';
5
5
 
6
6
  const PopupContainerView = (props) => {
@@ -14,10 +14,10 @@ const PopupContainerView = (props) => {
14
14
  };
15
15
 
16
16
  function usePopupContainer(props) {
17
- const engagementMedium = B();
17
+ const engagementMedium = ne();
18
18
  function closePopup() {
19
19
  var _a;
20
- if (B() === "POPUP") {
20
+ if (ne() === "POPUP") {
21
21
  (_a = window.frameElement["squatchJsApi"]) === null || _a === void 0 ? void 0 : _a.close();
22
22
  }
23
23
  }
@@ -31,7 +31,7 @@ function usePopupContainer(props) {
31
31
  ? "0"
32
32
  : `var(--sl-spacing-${props.embedPadding})`
33
33
  : "0";
34
- const padding = B() === "POPUP" ? popupPadding : embedPadding;
34
+ const padding = ne() === "POPUP" ? popupPadding : embedPadding;
35
35
  return {
36
36
  states: {
37
37
  showCloseButton: props.closeButton && engagementMedium === "POPUP",
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { i as intl } from './global-e7bb0343.js';
2
+ import { i as intl } from './global-ce667547.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,20 +1,20 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { k as useState, m as useRef, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
3
- import './global-e7bb0343.js';
4
- import { l as ln, n as nn, Q, $ as $n, u as useCallback, i as isDemo } from './index.module-def4aec5.js';
2
+ import { f as useState, e as useRef, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import './global-ce667547.js';
4
+ import { h as hn, u as un, K, x as xn, a as useCallback, i as isDemo } from './index.module-cfe48b0e.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-0b32261f.js';
9
+ import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-b8ba7573.js';
10
10
 
11
11
  function usePortalEmailVerification(props) {
12
12
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
13
- const [request, { loading, data, errors }] = ln();
14
- const [getVerificationStatus, { data: user, loading: loadingVerification }] = nn();
15
- const userIdent = Q();
13
+ const [request, { loading, data, errors }] = hn();
14
+ const [getVerificationStatus, { data: user, loading: loadingVerification }] = un();
15
+ const userIdent = K();
16
16
  const email = (_a = userIdent === null || userIdent === void 0 ? void 0 : userIdent.managedIdentity) === null || _a === void 0 ? void 0 : _a.email;
17
- const urlParams = new URLSearchParams($n.location.search);
17
+ const urlParams = new URLSearchParams(xn.location.search);
18
18
  const nextPage = urlParams.get("nextPage");
19
19
  const [success, setSuccess] = useState(false);
20
20
  const [error, setError] = useState("");
@@ -44,7 +44,7 @@ function usePortalEmailVerification(props) {
44
44
  const data = (await getVerificationStatus());
45
45
  if ((_a = data === null || data === void 0 ? void 0 : data.managedIdentitySession) === null || _a === void 0 ? void 0 : _a.emailVerified) {
46
46
  clearInterval(timerRef.current);
47
- return $n.push({
47
+ return xn.push({
48
48
  pathname: props.redirectPath,
49
49
  search: urlParams.toString() && "?" + urlParams.toString(),
50
50
  });
@@ -1,19 +1,19 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.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';
2
+ import { f as useState, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { v as vn, x as xn, i as isDemo } from './index.module-cfe48b0e.js';
5
4
  import { c as cjs } from './cjs-bdfb4486.js';
6
5
  import './mixins-f60a614c.js';
7
6
  import './JSS-67b5cff8.js';
8
7
  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) {
12
12
  var _a, _b, _c, _d, _e, _f, _g;
13
13
  const [success, setSuccess] = useState(false);
14
14
  const [error, setError] = useState("");
15
- const [request, { loading, data, errors }] = un();
16
- const urlParams = new URLSearchParams($n.location.search);
15
+ const [request, { loading, data, errors }] = vn();
16
+ const urlParams = new URLSearchParams(xn.location.search);
17
17
  const nextPage = urlParams.get("nextPage");
18
18
  const submit = async (event) => {
19
19
  var _a;
@@ -102,7 +102,7 @@ const PortalForgotPassword = class {
102
102
  ? usePortalForgotPasswordDemo(this)
103
103
  : usePortalForgotPassword(this);
104
104
  const content = {
105
- secondaryButton: (h$1("slot", { name: "secondaryButton" }, h$1("sl-button", { type: "text", disabled: states.loading, onClick: () => $n.push(states.loginPath) }, this.loginText))),
105
+ secondaryButton: (h$1("slot", { name: "secondaryButton" }, h$1("sl-button", { type: "text", disabled: states.loading, onClick: () => xn.push(states.loginPath) }, this.loginText))),
106
106
  messageSlot: h$1("slot", { name: "messageSlot" }, this.headerText),
107
107
  emailLabel: this.emailLabel,
108
108
  submitLabel: this.submitLabel,
@@ -1,10 +1,10 @@
1
1
  import { r as registerInstance } from './index-17b4da69.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';
2
+ import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { s as setUserIdentity, x as xn, i as isDemo } from './index.module-cfe48b0e.js';
4
4
 
5
5
  function usePortalLogout({ nextPage }) {
6
6
  setUserIdentity(undefined);
7
- $n.push({ pathname: nextPage, search: "" });
7
+ xn.push({ pathname: nextPage, search: "" });
8
8
  }
9
9
 
10
10
  const PortalLogout = class {
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { i as intl } from './global-e7bb0343.js';
2
+ import { i as intl } from './global-ce667547.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,13 +1,14 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
- import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
3
- import './global-e7bb0343.js';
4
- import { d as dist, Q, y as yn, f as $e, i as isDemo } from './index.module-def4aec5.js';
2
+ import { f as useState, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import './global-ce667547.js';
4
+ import { K, E as En, b as xe, i as isDemo } from './index.module-cfe48b0e.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';
7
8
  import { g as getProps } from './utils-334c1e34.js';
8
9
  import './sqm-text-span-view-8d140661.js';
9
- import { P as PortalProfileView } from './sqm-portal-profile-view-03026a5e.js';
10
- import { i as isEmpty } from './utilities-3f5bba22.js';
10
+ import { P as PortalProfileView } from './sqm-portal-profile-view-9cbfeaf9.js';
11
+ import { i as isEmpty } from './utilities-aa00400c.js';
11
12
 
12
13
  const GET_USER = dist.gql `
13
14
  query {
@@ -53,12 +54,12 @@ const defaultFormState = {
53
54
  error: "",
54
55
  };
55
56
  function usePortalProfile(props) {
56
- const userIdent = Q();
57
+ const userIdent = K();
57
58
  const [success, setSuccess] = useState(false);
58
59
  const [userData, setUserData] = useState(undefined);
59
60
  const [formState, setFormState] = useState(defaultFormState);
60
- const userDataResponse = yn(GET_USER, {}, !(userIdent === null || userIdent === void 0 ? void 0 : userIdent.jwt));
61
- const [upsertUser, upsertUserResponse] = $e(UPSERT_USER);
61
+ const userDataResponse = En(GET_USER, {}, !(userIdent === null || userIdent === void 0 ? void 0 : userIdent.jwt));
62
+ const [upsertUser, upsertUserResponse] = xe(UPSERT_USER);
62
63
  useEffect(() => {
63
64
  if (upsertUserResponse === null || upsertUserResponse === void 0 ? void 0 : upsertUserResponse.loading)
64
65
  return;
@@ -1,24 +1,24 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.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';
2
+ import { d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { K, j as jn, x as xn, i as isDemo } from './index.module-cfe48b0e.js';
4
4
 
5
5
  function usePortalProtectedRoute({ requireEmailVerification, redirectTo, redirectToUnverified, }) {
6
6
  var _a;
7
- const userIdent = Q();
7
+ const userIdent = K();
8
8
  const authenticated = !!(userIdent === null || userIdent === void 0 ? void 0 : userIdent.jwt);
9
9
  const emailVerified = (_a = userIdent === null || userIdent === void 0 ? void 0 : userIdent.managedIdentity) === null || _a === void 0 ? void 0 : _a.emailVerified;
10
- const { pathname, search } = Sn();
10
+ const { pathname, search } = jn();
11
11
  const nextPageParam = new URLSearchParams();
12
12
  nextPageParam.append("nextPage", `${pathname}${search}`);
13
13
  useEffect(() => {
14
14
  if (!authenticated) {
15
- return $n.push({
15
+ return xn.push({
16
16
  pathname: redirectTo,
17
17
  search: "?" + nextPageParam.toString(),
18
18
  });
19
19
  }
20
20
  if (requireEmailVerification && !emailVerified) {
21
- return $n.push({
21
+ return xn.push({
22
22
  pathname: redirectToUnverified || redirectTo,
23
23
  search: "?" + nextPageParam.toString(),
24
24
  });
@@ -1,12 +1,13 @@
1
1
  import { h, r as registerInstance } from './index-17b4da69.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';
2
+ import { e as useRef, d as useEffect, j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { Q, c as Te, E as En, x as xn, a as useCallback, i as isDemo } from './index.module-cfe48b0e.js';
5
4
  import { c as cjs } from './cjs-bdfb4486.js';
6
5
  import { A as AuthWrapper, a as AuthColumn, H as HostBlock, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-f60a614c.js';
7
6
  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 { u as useRegistrationFormState } from './useRegistrationFormState-9fc1ac80.js';
9
+ import { j as jsonpointer } from './jsonpointer-388a7082.js';
10
+ import { u as useRegistrationFormState } from './useRegistrationFormState-554eed2c.js';
10
11
  import { A as AsYouType } from './AsYouType-46f67d0d.js';
11
12
 
12
13
  const style = {
@@ -102,10 +103,10 @@ const RegistrationFormQuery = dist.gql `
102
103
  function usePortalRegistrationForm(props) {
103
104
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
104
105
  const formRef = useRef(null);
105
- const locale = L();
106
+ const locale = Q();
106
107
  const { registrationFormState, setRegistrationFormState } = useRegistrationFormState({});
107
- const [request, { loading, errors, data, formError }] = We();
108
- const queryResponse = yn(RegistrationFormQuery, { key: props.formKey });
108
+ const [request, { loading, errors, data, formError }] = Te();
109
+ const queryResponse = En(RegistrationFormQuery, { key: props.formKey });
109
110
  const formLoading = loading || queryResponse.loading;
110
111
  useEffect(() => {
111
112
  var _a, _b, _c;
@@ -208,7 +209,7 @@ function usePortalRegistrationForm(props) {
208
209
  managedIdentityResponse.result.results.length &&
209
210
  managedIdentityResponse.result.results[0].success &&
210
211
  managedIdentityResponse.result.results[0].data.token) {
211
- $n.push(props.nextPage);
212
+ xn.push(props.nextPage);
212
213
  }
213
214
  else if (
214
215
  // check for blocked email error response
@@ -421,7 +422,7 @@ const PortalRegistrationForm = class {
421
422
  : usePortalRegistrationForm(this);
422
423
  const content = {
423
424
  formData: h("slot", { name: "formData" }),
424
- secondaryButton: (h("slot", { name: "secondaryButton" }, h("sl-button", { type: "text", disabled: states.loading, onClick: () => $n.push(states.loginPath) }, this.loginLabel))),
425
+ secondaryButton: (h("slot", { name: "secondaryButton" }, h("sl-button", { type: "text", disabled: states.loading, onClick: () => xn.push(states.loginPath) }, this.loginLabel))),
425
426
  terms: h("slot", { name: "terms" }),
426
427
  emailLabel: this.emailLabel,
427
428
  passwordLabel: this.passwordLabel,
@@ -1,21 +1,21 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.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';
2
+ import { f as useState, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { X as Xe, d as Ke, x as xn, i as isDemo } from './index.module-cfe48b0e.js';
5
4
  import { c as cjs } from './cjs-bdfb4486.js';
6
5
  import './mixins-f60a614c.js';
7
6
  import './JSS-67b5cff8.js';
8
7
  import { s as sanitizeUrlPath } from './utils-334c1e34.js';
9
8
  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) {
13
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
14
14
  const [reset, setReset] = useState(false);
15
15
  const [error, setError] = useState("");
16
- const [verifyPasswordResetCode, verifyPasswordResetCodeState] = Qe();
17
- const [resetPassword, resetPasswordState] = Te();
18
- const urlParams = new URLSearchParams($n.location.search);
16
+ const [verifyPasswordResetCode, verifyPasswordResetCodeState] = Xe();
17
+ const [resetPassword, resetPasswordState] = Ke();
18
+ const urlParams = new URLSearchParams(xn.location.search);
19
19
  const oobCode = urlParams.get("oobCode");
20
20
  urlParams.delete("oobCode");
21
21
  const nextPageOverride = urlParams.get("nextPage");
@@ -53,10 +53,10 @@ function usePortalResetPassword(props) {
53
53
  const gotoNextPage = () => {
54
54
  urlParams.delete("nextPage");
55
55
  const url = sanitizeUrlPath(nextPageOverride || props.nextPage);
56
- $n.push(url.href);
56
+ xn.push(url.href);
57
57
  };
58
58
  const failed = () => {
59
- $n.push({
59
+ xn.push({
60
60
  pathname: props.failedPage,
61
61
  search: urlParams.toString() && "?" + urlParams.toString(),
62
62
  });
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.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';
2
+ import { f as useState, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { K, l as ln, x as xn, s as setUserIdentity, i as isDemo } from './index.module-cfe48b0e.js';
4
4
  import { c as cjs } from './cjs-bdfb4486.js';
5
5
  import './mixins-f60a614c.js';
6
6
  import './JSS-67b5cff8.js';
@@ -13,9 +13,9 @@ function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyE
13
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
14
14
  const [completed, setCompleted] = useState(false);
15
15
  const [successful, setSuccessful] = useState(false);
16
- const userIdent = Q();
17
- const [request, { loading, data, errors }] = an();
18
- const urlParams = new URLSearchParams($n.location.search);
16
+ const userIdent = K();
17
+ const [request, { loading, data, errors }] = ln();
18
+ const urlParams = new URLSearchParams(xn.location.search);
19
19
  const oobCode = urlParams.get("oobCode");
20
20
  const oobEmail = urlParams.get("email");
21
21
  const nextPageOverride = urlParams.get("nextPage");
@@ -26,7 +26,7 @@ function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyE
26
26
  successful);
27
27
  const validEmail = ((_c = userIdent === null || userIdent === void 0 ? void 0 : userIdent.managedIdentity) === null || _c === void 0 ? void 0 : _c.email) === oobEmail;
28
28
  const failed = () => {
29
- return $n.push({
29
+ return xn.push({
30
30
  pathname: failedPage,
31
31
  search: urlParams.toString() && "?" + urlParams.toString(),
32
32
  });
@@ -34,7 +34,7 @@ function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyE
34
34
  const gotoNextPage = () => {
35
35
  urlParams.delete("nextPage");
36
36
  const url = sanitizeUrlPath(nextPageOverride || nextPage);
37
- $n.push(url.href);
37
+ xn.push(url.href);
38
38
  };
39
39
  const logout = () => {
40
40
  setTimeout(() => {
@@ -1,16 +1,17 @@
1
1
  import { r as registerInstance, h as h$1, g as getElement, c as Host } from './index-17b4da69.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-e7bb0343.js';
4
- import { i as isDemo } from './index.module-def4aec5.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-ce667547.js';
4
+ import { i as isDemo } from './index.module-cfe48b0e.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-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';
9
+ import { a as useRequestRerender, u as useRerenderListener } from './re-render-9f58806b.js';
10
+ import { u as useChildElements } from './useChildElements-55ba77b1.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-1671695f.js';
14
15
  import { l as luxonLocale } from './utils-334c1e34.js';
15
16
  import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
16
17
 
@@ -1,13 +1,13 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.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';
2
+ import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import { i as isDemo, s as setUserIdentity } from './index.module-cfe48b0e.js';
5
4
  import { c as cjs } from './cjs-bdfb4486.js';
6
5
  import './mixins-f60a614c.js';
7
6
  import './JSS-67b5cff8.js';
8
7
  import { E as EmailRegistrationView } from './email-registration-view-07d80492.js';
9
- import './useRegistrationFormState-9fc1ac80.js';
10
- import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-46b89952.js';
8
+ import './jsonpointer-388a7082.js';
9
+ import './useRegistrationFormState-554eed2c.js';
10
+ import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-c8486b92.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 { n as h } from './stencil-hooks.module-ac12ca1c.js';
2
+ import { j as h } from './stencil-hooks.module-3c7f7c90.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 { 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';
2
+ import { j as h } from './stencil-hooks.module-3c7f7c90.js';
3
+ import './index.module-cfe48b0e.js';
4
+ import { a as useRequestRerender } from './re-render-9f58806b.js';
5
5
 
6
6
  const RewardTableCustomerNoteColumn = class {
7
7
  constructor(hostRef) {