@saasquatch/mint-components 1.11.0 → 1.11.1-0

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 (302) hide show
  1. package/dist/cjs/{ShadowViewAddon-c3e91cee.js → ShadowViewAddon-2c6026c3.js} +137 -212
  2. package/dist/cjs/copy-text-view-a22ad7e7.js +173 -0
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/mint-components.cjs.js +1 -1
  5. package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
  6. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +3 -3
  7. package/dist/cjs/sqm-big-stat_38.cjs.entry.js +6 -5
  8. package/dist/cjs/sqm-close-button.cjs.entry.js +2 -2
  9. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +2 -2
  11. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +2 -2
  12. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +3 -3
  13. package/dist/cjs/sqm-pagination_3.cjs.entry.js +313 -0
  14. package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
  15. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  16. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +2 -2
  17. package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
  18. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +1 -1
  19. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +3 -3
  20. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
  21. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +3 -3
  22. package/dist/cjs/sqm-referred-registration.cjs.entry.js +2 -2
  23. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +3 -3
  24. package/dist/cjs/sqm-stencilbook.cjs.entry.js +241 -84
  25. package/dist/cjs/sqm-tabs.cjs.entry.js +1 -1
  26. package/dist/collection/collection-manifest.json +10 -0
  27. package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +1 -1
  28. package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -1
  29. package/dist/collection/components/sqm-pagination/Pagination.stories.js +12 -0
  30. package/dist/collection/components/sqm-pagination/sqm-pagination-view.js +30 -0
  31. package/dist/collection/components/sqm-pagination/sqm-pagination.js +85 -0
  32. package/dist/collection/components/sqm-pagination/usePagination.js +8 -0
  33. package/dist/collection/components/sqm-referral-card/ReferralCard.stories.js +20 -0
  34. package/dist/collection/components/sqm-referral-code/ReferralCode.stories.js +60 -0
  35. package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +315 -0
  36. package/dist/collection/components/sqm-referral-code/useReferralCode.js +51 -0
  37. package/dist/collection/components/sqm-referral-codes/ReferralCodes.stories.js +35 -0
  38. package/dist/collection/components/sqm-referral-codes/sqm-referral-codes-view.js +59 -0
  39. package/dist/collection/components/sqm-referral-codes/sqm-referral-codes.js +93 -0
  40. package/dist/collection/components/sqm-referral-codes/useReferralCodes.js +75 -0
  41. package/dist/collection/components/sqm-share-button/useShareButton.js +15 -16
  42. package/dist/collection/components/sqm-share-code/sqm-share-code.js +1 -1
  43. package/dist/collection/components/sqm-share-link/sqm-share-link.js +1 -1
  44. package/dist/collection/components/sqm-share-link/useShareLink.js +5 -3
  45. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +6 -0
  46. package/dist/collection/components/views/copy-text-view.js +16 -2
  47. package/dist/esm/{ShadowViewAddon-e012b2aa.js → ShadowViewAddon-5bb2b69a.js} +140 -214
  48. package/dist/esm/copy-text-view-bf55abeb.js +168 -0
  49. package/dist/esm/{global-04c7d3b5.js → global-b89b6edc.js} +1 -1
  50. package/dist/esm/{index.module-def4aec5.js → index.module-f122af7b.js} +1 -1
  51. package/dist/esm/loader.js +3 -3
  52. package/dist/esm/mint-components.js +3 -3
  53. package/dist/esm/{re-render-12fd274a.js → re-render-c64289f3.js} +1 -1
  54. package/dist/esm/sqm-asset-card.entry.js +2 -2
  55. package/dist/esm/sqm-banking-info-form_16.entry.js +9 -9
  56. package/dist/esm/sqm-big-stat_38.entry.js +10 -9
  57. package/dist/esm/sqm-close-button.entry.js +3 -3
  58. package/dist/esm/sqm-context-router.entry.js +1 -1
  59. package/dist/esm/sqm-empty_4.entry.js +3 -3
  60. package/dist/esm/sqm-graphql-client-provider.entry.js +1 -1
  61. package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
  62. package/dist/esm/{sqm-invoice-table-view-6e13a323.js → sqm-invoice-table-view-09cc28d6.js} +1 -1
  63. package/dist/esm/sqm-leaderboard-rank.entry.js +2 -2
  64. package/dist/esm/sqm-logout-current-user.entry.js +3 -3
  65. package/dist/esm/{sqm-navigation-sidebar-item-view-60ef06cc.js → sqm-navigation-sidebar-item-view-14114804.js} +2 -2
  66. package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
  67. package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
  68. package/dist/esm/sqm-pagination_3.entry.js +307 -0
  69. package/dist/esm/sqm-password-field.entry.js +4 -4
  70. package/dist/esm/sqm-popup-container.entry.js +1 -1
  71. package/dist/esm/{sqm-portal-email-verification-view-4307c992.js → sqm-portal-email-verification-view-ced567c9.js} +2 -2
  72. package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
  73. package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
  74. package/dist/esm/sqm-portal-logout.entry.js +1 -1
  75. package/dist/esm/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-d72dd5ac.js} +1 -1
  76. package/dist/esm/sqm-portal-profile.entry.js +6 -6
  77. package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
  78. package/dist/esm/sqm-portal-registration-form.entry.js +3 -3
  79. package/dist/esm/sqm-portal-reset-password.entry.js +4 -4
  80. package/dist/esm/sqm-portal-verify-email.entry.js +4 -4
  81. package/dist/esm/sqm-referral-table_11.entry.js +8 -8
  82. package/dist/esm/sqm-referred-registration.entry.js +5 -5
  83. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  84. package/dist/esm/sqm-rewards-table_9.entry.js +8 -8
  85. package/dist/esm/sqm-stencilbook.entry.js +234 -77
  86. package/dist/esm/sqm-tab.entry.js +2 -2
  87. package/dist/esm/sqm-tabs.entry.js +3 -3
  88. package/dist/esm/{useChildElements-32e1bda1.js → useChildElements-37daf533.js} +1 -1
  89. package/dist/esm/{useInstantAccessRegistration-46b89952.js → useInstantAccessRegistration-9d4cb797.js} +2 -2
  90. package/dist/esm/{useReferralTable-f4de0650.js → useReferralTable-42f99ea2.js} +3 -3
  91. package/dist/esm/{useRegistrationFormState-9fc1ac80.js → useRegistrationFormState-53c71782.js} +1 -1
  92. package/dist/esm/{utilities-3f5bba22.js → utilities-18d10876.js} +1 -1
  93. package/dist/esm-es5/{GenericTableView-d59d8ab4.js → GenericTableView-bf154727.js} +1 -1
  94. package/dist/esm-es5/ShadowViewAddon-5bb2b69a.js +1 -0
  95. package/dist/esm-es5/copy-text-view-bf55abeb.js +1 -0
  96. package/dist/esm-es5/{email-registration-view-a89a88bf.js → email-registration-view-12793040.js} +1 -1
  97. package/dist/esm-es5/{global-04c7d3b5.js → global-b89b6edc.js} +1 -1
  98. package/dist/esm-es5/{index.module-def4aec5.js → index.module-f122af7b.js} +1 -1
  99. package/dist/esm-es5/loader.js +1 -1
  100. package/dist/esm-es5/mint-components.js +1 -1
  101. package/dist/esm-es5/{re-render-12fd274a.js → re-render-c64289f3.js} +1 -1
  102. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  103. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  104. package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
  105. package/dist/esm-es5/{sqm-close-button-view-dc65b4e3.js → sqm-close-button-view-b24c708b.js} +1 -1
  106. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  107. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  108. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  109. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  110. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  111. package/dist/esm-es5/{sqm-invoice-table-view-6e13a323.js → sqm-invoice-table-view-09cc28d6.js} +1 -1
  112. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  113. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  114. package/dist/esm-es5/sqm-navigation-sidebar-item-view-14114804.js +1 -0
  115. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  116. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  117. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -0
  118. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  119. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  120. package/dist/esm-es5/{sqm-portal-email-verification-view-4307c992.js → sqm-portal-email-verification-view-ced567c9.js} +1 -1
  121. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  122. package/dist/esm-es5/{sqm-portal-forgot-password-view-c2ed8fed.js → sqm-portal-forgot-password-view-95cd454f.js} +1 -1
  123. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  124. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  125. package/dist/esm-es5/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-d72dd5ac.js} +1 -1
  126. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  127. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  128. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  129. package/dist/esm-es5/{sqm-portal-reset-password-view-79a85e02.js → sqm-portal-reset-password-view-f1454d43.js} +1 -1
  130. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  131. package/dist/esm-es5/{sqm-portal-verify-email-view-d7ea2c56.js → sqm-portal-verify-email-view-3739f523.js} +1 -1
  132. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  133. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  134. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  135. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  136. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  137. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  138. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  139. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  140. package/dist/esm-es5/{useChildElements-32e1bda1.js → useChildElements-37daf533.js} +1 -1
  141. package/dist/esm-es5/{useInstantAccessRegistration-46b89952.js → useInstantAccessRegistration-9d4cb797.js} +1 -1
  142. package/dist/esm-es5/{useReferralTable-f4de0650.js → useReferralTable-42f99ea2.js} +1 -1
  143. package/dist/esm-es5/useRegistrationFormState-53c71782.js +1 -0
  144. package/dist/esm-es5/{utilities-3f5bba22.js → utilities-18d10876.js} +1 -1
  145. package/dist/mint-components/mint-components.esm.js +1 -1
  146. package/dist/mint-components/mint-components.js +1 -1
  147. package/dist/mint-components/{p-a8f7cb95.js → p-00be5090.js} +1 -1
  148. package/dist/mint-components/{p-7049e9b0.entry.js → p-01434e4a.entry.js} +1 -1
  149. package/dist/mint-components/{p-c5d2e4ba.js → p-02f6cda4.js} +1 -1
  150. package/dist/mint-components/{p-4e48267b.system.js → p-03a647c2.system.js} +1 -1
  151. package/dist/mint-components/{p-509e29e6.js → p-0806343b.js} +1 -1
  152. package/dist/mint-components/{p-3d4656bb.system.js → p-0f028514.system.js} +1 -1
  153. package/dist/mint-components/{p-b370fca8.system.js → p-1099290c.system.js} +1 -1
  154. package/dist/mint-components/{p-d8d2de11.entry.js → p-110dddfe.entry.js} +1 -1
  155. package/dist/mint-components/{p-137ea86e.entry.js → p-12c56ba6.entry.js} +1 -1
  156. package/dist/mint-components/{p-5cac90e8.system.entry.js → p-14dac608.system.entry.js} +1 -1
  157. package/dist/mint-components/p-1537b6ef.system.entry.js +1 -0
  158. package/dist/mint-components/{p-d49e2f7a.js → p-15dee492.js} +1 -1
  159. package/dist/mint-components/{p-c5577dd7.system.js → p-18a19cb5.system.js} +1 -1
  160. package/dist/mint-components/{p-711ba77e.system.entry.js → p-18a7f543.system.entry.js} +1 -1
  161. package/dist/mint-components/{p-a9050eb0.entry.js → p-1b1d10e5.entry.js} +1 -1
  162. package/dist/mint-components/{p-3ec16698.entry.js → p-1c6e4a5f.entry.js} +2 -2
  163. package/dist/mint-components/{p-32d1d162.entry.js → p-1c710e16.entry.js} +1 -1
  164. package/dist/mint-components/{p-01cfff8a.system.entry.js → p-1ce4fa30.system.entry.js} +1 -1
  165. package/dist/mint-components/{p-eaada4da.js → p-1df19ea2.js} +1 -1
  166. package/dist/mint-components/{p-02424350.system.js → p-21d4f6ce.system.js} +1 -1
  167. package/dist/mint-components/{p-733825fa.system.entry.js → p-22de9f73.system.entry.js} +1 -1
  168. package/dist/mint-components/{p-b4c52c5a.entry.js → p-246a2827.entry.js} +2 -2
  169. package/dist/mint-components/{p-8e907ac7.system.entry.js → p-26306ac4.system.entry.js} +1 -1
  170. package/dist/mint-components/p-2e16db11.entry.js +1 -0
  171. package/dist/mint-components/{p-1b9e6fc6.js → p-32cf8417.js} +1 -1
  172. package/dist/mint-components/{p-ce621bcc.js → p-3373d84e.js} +1 -1
  173. package/dist/mint-components/{p-56f14840.entry.js → p-3cc5474d.entry.js} +1 -1
  174. package/dist/mint-components/{p-7f088154.entry.js → p-41499327.entry.js} +1 -1
  175. package/dist/mint-components/{p-44787d6e.system.js → p-43a990b6.system.js} +1 -1
  176. package/dist/mint-components/{p-59fe4ad1.system.js → p-46ca288c.system.js} +1 -1
  177. package/dist/mint-components/{p-9f0629ba.system.entry.js → p-476182e7.system.entry.js} +1 -1
  178. package/dist/mint-components/p-4856b234.system.entry.js +1 -0
  179. package/dist/mint-components/{p-ec41d6a4.entry.js → p-48b7d703.entry.js} +6 -6
  180. package/dist/mint-components/p-494e407e.entry.js +1 -0
  181. package/dist/mint-components/{p-a51533cb.system.js → p-523ed056.system.js} +1 -1
  182. package/dist/mint-components/{p-eba44835.system.entry.js → p-53ff8bd0.system.entry.js} +1 -1
  183. package/dist/mint-components/{p-0d8c53ac.system.js → p-55588b46.system.js} +1 -1
  184. package/dist/mint-components/{p-3ed71bef.system.js → p-59c141a2.system.js} +1 -1
  185. package/dist/mint-components/p-5b7e2d53.entry.js +1 -0
  186. package/dist/mint-components/p-5c845bc2.system.entry.js +1 -0
  187. package/dist/mint-components/p-5d37482d.entry.js +1 -0
  188. package/dist/mint-components/p-5fc8d87c.system.js +1 -0
  189. package/dist/mint-components/p-646d302a.system.js +1 -0
  190. package/dist/mint-components/p-6628bc0e.system.js +1 -0
  191. package/dist/mint-components/p-66aac0fb.entry.js +13 -0
  192. package/dist/mint-components/{p-4502ed11.system.entry.js → p-67846dce.system.entry.js} +1 -1
  193. package/dist/mint-components/p-6b0e6a6c.js +1 -0
  194. package/dist/mint-components/{p-6cef104b.entry.js → p-6e62f207.entry.js} +1 -1
  195. package/dist/mint-components/{p-770368bc.system.js → p-6e7e8af6.system.js} +1 -1
  196. package/dist/mint-components/{p-3f385f47.entry.js → p-73c6b26d.entry.js} +9 -9
  197. package/dist/mint-components/{p-c84659a3.system.js → p-73decce7.system.js} +1 -1
  198. package/dist/mint-components/{p-58ef25d3.system.entry.js → p-7962ab58.system.entry.js} +1 -1
  199. package/dist/mint-components/{p-4edde470.entry.js → p-798ed3a2.entry.js} +1 -1
  200. package/dist/mint-components/{p-41a11a7f.js → p-8077e9c6.js} +1 -1
  201. package/dist/mint-components/{p-cf690d55.system.entry.js → p-82e09b8d.system.entry.js} +1 -1
  202. package/dist/mint-components/{p-fb93c962.js → p-855ae1b5.js} +1 -1
  203. package/dist/mint-components/p-89a760ea.js +1 -0
  204. package/dist/mint-components/{p-af062c8f.system.entry.js → p-8c97bfb1.system.entry.js} +1 -1
  205. package/dist/mint-components/{p-a7c2ced2.system.entry.js → p-9288cca6.system.entry.js} +1 -1
  206. package/dist/mint-components/{p-1c857edb.entry.js → p-942d1c22.entry.js} +2 -2
  207. package/dist/mint-components/{p-86990110.entry.js → p-96cb9c17.entry.js} +1 -1
  208. package/dist/mint-components/{p-2ee2ebba.js → p-991c9787.js} +2 -2
  209. package/dist/mint-components/{p-8704937c.js → p-9c3d78e9.js} +1 -1
  210. package/dist/mint-components/{p-674a64fe.system.js → p-9deac406.system.js} +1 -1
  211. package/dist/mint-components/{p-1dd69917.system.entry.js → p-a1150633.system.entry.js} +1 -1
  212. package/dist/mint-components/{p-b5861974.system.entry.js → p-a474b0ec.system.entry.js} +1 -1
  213. package/dist/mint-components/{p-9c310991.system.entry.js → p-acc93caa.system.entry.js} +1 -1
  214. package/dist/mint-components/{p-9df2fe24.entry.js → p-b0ce005d.entry.js} +2 -2
  215. package/dist/mint-components/{p-e5a0c50e.entry.js → p-b334bde8.entry.js} +2 -2
  216. package/dist/mint-components/p-b4eb9c46.entry.js +11 -0
  217. package/dist/mint-components/p-b5176703.entry.js +1 -0
  218. package/dist/mint-components/p-b71c0e2d.system.entry.js +1 -0
  219. package/dist/mint-components/{p-7d5e0645.system.js → p-bb6f6681.system.js} +1 -1
  220. package/dist/mint-components/p-bd4e9c2b.js +1 -0
  221. package/dist/mint-components/{p-ed095674.system.js → p-bf834367.system.js} +1 -1
  222. package/dist/mint-components/{p-07f675ab.system.entry.js → p-c1ba2ad0.system.entry.js} +1 -1
  223. package/dist/mint-components/p-c37137cd.js +2 -0
  224. package/dist/mint-components/{p-be4b748a.system.entry.js → p-c39f9dc1.system.entry.js} +1 -1
  225. package/dist/mint-components/p-c7ce2c1e.system.js +1 -0
  226. package/dist/mint-components/p-ca17d998.entry.js +1 -0
  227. package/dist/mint-components/{p-e8dde8f4.system.js → p-ce746af8.system.js} +1 -1
  228. package/dist/mint-components/{p-2dd67762.entry.js → p-cfbe2f86.entry.js} +1 -1
  229. package/dist/mint-components/{p-3223ba7b.entry.js → p-d3d281ff.entry.js} +1 -1
  230. package/dist/mint-components/p-d666b326.js +1 -0
  231. package/dist/mint-components/{p-a1dba9a1.system.entry.js → p-d68ed4a6.system.entry.js} +1 -1
  232. package/dist/mint-components/{p-4ea58025.system.entry.js → p-daba8cd2.system.entry.js} +1 -1
  233. package/dist/mint-components/p-dc41ff27.entry.js +1 -0
  234. package/dist/mint-components/{p-afd366ae.system.entry.js → p-de2a8fae.system.entry.js} +1 -1
  235. package/dist/mint-components/{p-8679ed9f.system.entry.js → p-e2bb72eb.system.entry.js} +1 -1
  236. package/dist/mint-components/{p-4d233cd4.js → p-e41cb11f.js} +1 -1
  237. package/dist/mint-components/{p-bb00db59.js → p-ea88142c.js} +1 -1
  238. package/dist/mint-components/{p-b6fc1227.system.entry.js → p-ec8a9e91.system.entry.js} +1 -1
  239. package/dist/mint-components/{p-5b333fa8.system.entry.js → p-ecefeaa9.system.entry.js} +1 -1
  240. package/dist/mint-components/{p-c8610d0c.js → p-ed161025.js} +1 -1
  241. package/dist/mint-components/p-f1ec1180.entry.js +1 -0
  242. package/dist/mint-components/{p-4df8f1d2.system.js → p-f44d88fa.system.js} +1 -1
  243. package/dist/mint-components/{p-35d84041.system.entry.js → p-f52c3aec.system.entry.js} +1 -1
  244. package/dist/mint-components/{p-aad11a68.entry.js → p-fae82751.entry.js} +1 -1
  245. package/dist/mint-components/{p-fb20eb5e.system.entry.js → p-fb2c0ce4.system.entry.js} +1 -1
  246. package/dist/mint-components/{p-10685090.js → p-fec0ac31.js} +24 -24
  247. package/dist/mint-components/{p-7731f793.system.entry.js → p-ff41c804.system.entry.js} +1 -1
  248. package/dist/types/components/sqm-pagination/Pagination.stories.d.ts +5 -0
  249. package/dist/types/components/sqm-pagination/sqm-pagination-view.d.ts +7 -0
  250. package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +17 -0
  251. package/dist/types/components/sqm-pagination/usePagination.d.ts +15 -0
  252. package/dist/types/components/sqm-referral-card/ReferralCard.stories.d.ts +1 -0
  253. package/dist/types/components/sqm-referral-code/ReferralCode.stories.d.ts +18 -0
  254. package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +70 -0
  255. package/dist/types/components/sqm-referral-code/useReferralCode.d.ts +9 -0
  256. package/dist/types/components/sqm-referral-codes/ReferralCodes.stories.d.ts +9 -0
  257. package/dist/types/components/sqm-referral-codes/sqm-referral-codes-view.d.ts +10 -0
  258. package/dist/types/components/sqm-referral-codes/sqm-referral-codes.d.ts +18 -0
  259. package/dist/types/components/sqm-referral-codes/useReferralCodes.d.ts +59 -0
  260. package/dist/types/components/sqm-share-link/useShareLink.d.ts +1 -0
  261. package/dist/types/components/views/copy-text-view.d.ts +2 -0
  262. package/dist/types/components.d.ts +164 -0
  263. package/docs/docs.docx +0 -0
  264. package/docs/raisins.json +1 -1
  265. package/grapesjs/grapesjs.js +1 -1
  266. package/package.json +1 -1
  267. package/dist/esm-es5/ShadowViewAddon-e012b2aa.js +0 -1
  268. package/dist/esm-es5/sqm-navigation-sidebar-item-view-60ef06cc.js +0 -1
  269. package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +0 -1
  270. package/dist/mint-components/p-021a735d.entry.js +0 -1
  271. package/dist/mint-components/p-03494732.entry.js +0 -1
  272. package/dist/mint-components/p-0b9fa97f.js +0 -1
  273. package/dist/mint-components/p-10e89d0a.entry.js +0 -1
  274. package/dist/mint-components/p-51f517a2.js +0 -1
  275. package/dist/mint-components/p-5be235f9.entry.js +0 -1
  276. package/dist/mint-components/p-5f1c4160.system.entry.js +0 -1
  277. package/dist/mint-components/p-61eab172.js +0 -1
  278. package/dist/mint-components/p-76b2506e.system.entry.js +0 -1
  279. package/dist/mint-components/p-79191f88.entry.js +0 -1
  280. package/dist/mint-components/p-8b5b78ca.entry.js +0 -1
  281. package/dist/mint-components/p-91669312.entry.js +0 -1
  282. package/dist/mint-components/p-95771f79.system.js +0 -1
  283. package/dist/mint-components/p-a6a7dcaa.js +0 -1
  284. package/dist/mint-components/p-ce5afa40.entry.js +0 -1
  285. package/dist/mint-components/p-d495896f.system.entry.js +0 -1
  286. package/dist/mint-components/p-dd7ee007.system.js +0 -1
  287. package/dist/mint-components/p-e3735866.entry.js +0 -11
  288. package/dist/mint-components/p-ed17e637.system.js +0 -1
  289. package/dist/cjs/{GenericTableView-80d7642e.js → GenericTableView-a3f48e15.js} +1 -1
  290. package/dist/cjs/{email-registration-view-248652bb.js → email-registration-view-4c5d9379.js} +1 -1
  291. package/dist/cjs/{sqm-close-button-view-fd6e8f60.js → sqm-close-button-view-217239b7.js} +1 -1
  292. package/dist/cjs/{sqm-navigation-sidebar-item-view-a125ec5f.js → sqm-navigation-sidebar-item-view-4e90b6f5.js} +1 -1
  293. package/dist/cjs/{sqm-portal-email-verification-view-292b5bf4.js → sqm-portal-email-verification-view-bff9783d.js} +1 -1
  294. package/dist/cjs/{sqm-portal-forgot-password-view-969c49ed.js → sqm-portal-forgot-password-view-3cd69fe7.js} +1 -1
  295. package/dist/cjs/{sqm-portal-reset-password-view-96f329ed.js → sqm-portal-reset-password-view-34771d2c.js} +1 -1
  296. package/dist/cjs/{sqm-portal-verify-email-view-7ffcc0d4.js → sqm-portal-verify-email-view-c8f91506.js} +1 -1
  297. package/dist/esm/{GenericTableView-d59d8ab4.js → GenericTableView-bf154727.js} +1 -1
  298. package/dist/esm/{email-registration-view-a89a88bf.js → email-registration-view-12793040.js} +1 -1
  299. package/dist/esm/{sqm-close-button-view-dc65b4e3.js → sqm-close-button-view-b24c708b.js} +1 -1
  300. package/dist/esm/{sqm-portal-forgot-password-view-c2ed8fed.js → sqm-portal-forgot-password-view-95cd454f.js} +1 -1
  301. package/dist/esm/{sqm-portal-reset-password-view-79a85e02.js → sqm-portal-reset-password-view-f1454d43.js} +1 -1
  302. package/dist/esm/{sqm-portal-verify-email-view-d7ea2c56.js → sqm-portal-verify-email-view-3739f523.js} +1 -1
@@ -0,0 +1,307 @@
1
+ import { h, r as registerInstance } from './index-17b4da69.js';
2
+ import { n as h$1, k as useState } from './stencil-hooks.module-ac12ca1c.js';
3
+ import { I as In, i as isDemo, d as dist, H, Q, y as yn, $ as $e, B } from './index.module-f122af7b.js';
4
+ import { g as getProps } from './utils-334c1e34.js';
5
+ import { c as createStyleSheet } from './JSS-67b5cff8.js';
6
+ import { R as REFERRAL_CODES_PAGINATION_CONTEXT, a as REFERRAL_CODES_NAMESPACE, C as CopyTextView, u as useReferralCodes } from './copy-text-view-bf55abeb.js';
7
+ import { c as cjs } from './cjs-bdfb4486.js';
8
+ import './mixins-f60a614c.js';
9
+
10
+ const style = {
11
+ Container: {
12
+ display: "flex",
13
+ justifyContent: "flex-end",
14
+ alignItems: "center",
15
+ gap: "var(--sl-spacing-small)",
16
+ width: "100%",
17
+ },
18
+ TextContainer: {
19
+ display: "flex",
20
+ gap: "var(--sl-spacing-xx-small)",
21
+ },
22
+ };
23
+ const sheet = createStyleSheet(style);
24
+ const styleString = sheet.toString();
25
+ function PaginationView(props) {
26
+ const { onNext, onPrev, currentPage, totalPages } = props;
27
+ return (h("span", { class: sheet.classes.Container, part: "sqm-base" },
28
+ h("style", { type: "text/css" }, styleString),
29
+ h("sl-button", { onClick: onPrev, part: "sqm-pagination-button", circle: true, disabled: currentPage === 1 },
30
+ h("sl-icon", { name: "chevron-left", label: "Previous Page" })),
31
+ h("div", { class: sheet.classes.TextContainer },
32
+ h("span", null, currentPage),
33
+ h("span", null, "of"),
34
+ h("span", null, totalPages)),
35
+ h("sl-button", { onClick: onNext, part: "sqm-pagination-button", circle: true, disabled: currentPage === totalPages },
36
+ h("sl-icon", { name: "chevron-right", label: "Previous Page" }))));
37
+ }
38
+
39
+ function usePagination() {
40
+ const context = In(REFERRAL_CODES_PAGINATION_CONTEXT);
41
+ return {
42
+ ...context,
43
+ };
44
+ }
45
+
46
+ const Pagination = class {
47
+ constructor(hostRef) {
48
+ registerInstance(this, hostRef);
49
+ this.ignored = true;
50
+ h$1(this);
51
+ }
52
+ disconnectedCallback() { }
53
+ render() {
54
+ // const props = getProps(this);
55
+ var _a, _b;
56
+ const hookProps = isDemo()
57
+ ? useDemoPagination(getProps(this))
58
+ : usePagination();
59
+ const props = {
60
+ currentPage: (_a = hookProps.states) === null || _a === void 0 ? void 0 : _a.currentPage,
61
+ totalPages: (_b = hookProps.states) === null || _b === void 0 ? void 0 : _b.pageCount,
62
+ onNext: () => { var _a, _b; return (_a = hookProps.callbacks) === null || _a === void 0 ? void 0 : _a.setCurrentPage(((_b = hookProps.states) === null || _b === void 0 ? void 0 : _b.currentPage) + 1); },
63
+ onPrev: () => { var _a, _b; return (_a = hookProps.callbacks) === null || _a === void 0 ? void 0 : _a.setCurrentPage(((_b = hookProps.states) === null || _b === void 0 ? void 0 : _b.currentPage) - 1); },
64
+ text: {
65
+ ofText: "of",
66
+ },
67
+ };
68
+ return h(PaginationView, Object.assign({}, props));
69
+ }
70
+ };
71
+ function useDemoPagination(props) {
72
+ const [currentPage, setCurrentPage] = useState(1);
73
+ return cjs({
74
+ states: {
75
+ currentPage: currentPage,
76
+ pageCount: 5,
77
+ },
78
+ callbacks: {
79
+ setCurrentPage,
80
+ },
81
+ text: {
82
+ ofText: `${currentPage} of 5`,
83
+ },
84
+ }, props.demoData || {}, { arrayMerge: (_, a) => a });
85
+ }
86
+
87
+ const MessageLinkQuery = dist.gql `
88
+ query ($programId: ID) {
89
+ user: viewer {
90
+ ... on User {
91
+ referralCode(programId: $programId)
92
+ }
93
+ }
94
+ }
95
+ `;
96
+ const WIDGET_ENGAGEMENT_EVENT = dist.gql `
97
+ mutation loadEvent($eventMeta: UserAnalyticsEvent!) {
98
+ createUserAnalyticsEvent(eventMeta: $eventMeta)
99
+ }
100
+ `;
101
+ function useReferralCode(props) {
102
+ var _a, _b;
103
+ const { programId = H() } = props;
104
+ const user = Q();
105
+ const engagementMedium = B();
106
+ const contextData = In(REFERRAL_CODES_NAMESPACE);
107
+ const { data } = yn(MessageLinkQuery, { programId }, !(user === null || user === void 0 ? void 0 : user.jwt) || (contextData === null || contextData === void 0 ? void 0 : contextData.referralCode) !== undefined);
108
+ const [sendLoadEvent] = $e(WIDGET_ENGAGEMENT_EVENT);
109
+ const copyString = (_b = ((contextData === null || contextData === void 0 ? void 0 : contextData.referralCode) || ((_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.referralCode))) !== null && _b !== void 0 ? _b :
110
+ // Shown during loading
111
+ "...";
112
+ const [open, setOpen] = useState(false);
113
+ function onClick() {
114
+ // Should well supported: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard#browser_compatibility
115
+ // Only if called from a user-initiated event
116
+ navigator.clipboard.writeText(copyString);
117
+ setOpen(true);
118
+ setTimeout(() => setOpen(false), props.tooltiplifespan);
119
+ sendLoadEvent({
120
+ eventMeta: {
121
+ programId,
122
+ id: user === null || user === void 0 ? void 0 : user.id,
123
+ accountId: user === null || user === void 0 ? void 0 : user.accountId,
124
+ type: "USER_REFERRAL_PROGRAM_ENGAGEMENT_EVENT",
125
+ meta: {
126
+ engagementMedium,
127
+ shareMedium: "DIRECT",
128
+ },
129
+ },
130
+ });
131
+ }
132
+ return { ...props, onClick, open, copyString: copyString };
133
+ }
134
+
135
+ const ReferralCode = class {
136
+ constructor(hostRef) {
137
+ registerInstance(this, hostRef);
138
+ /**
139
+ * Shown inside a tooltip after someone has successfully copied the link to their clipboard
140
+ *
141
+ * @uiName Tooltip text
142
+ */
143
+ this.tooltiptext = "Copied to Clipboard";
144
+ /**
145
+ * Boolean used to show notification text below input
146
+ *
147
+ * @uiName Show notification text
148
+ */
149
+ this.showNotificationText = false;
150
+ /**
151
+ * Shown underneath the referral code when the user has already copied the code
152
+ *
153
+ * @uiName Notification text
154
+ */
155
+ this.notificationText = "You've copied this code before";
156
+ /**
157
+ * The number of milliseconds that the tooltip appears for
158
+ *
159
+ * @uiName Tooltip lifespan
160
+ */
161
+ this.tooltiplifespan = 1000;
162
+ /**
163
+ * Change the text alignment
164
+ *
165
+ * @uiName referral code alignment
166
+ * @uiType string
167
+ * @uiEnum ["left", "center", "right"]
168
+ * @uiEnumNames ["Left", "Center", "Right"]
169
+ */
170
+ this.textAlign = "left";
171
+ /**
172
+ * @uiName Copy button label
173
+ */
174
+ this.copyButtonLabel = "Copy Code";
175
+ /**
176
+ * Set the copy button style and placement
177
+ *
178
+ * @uiName Style
179
+ * @uiType string
180
+ * @uiEnum ["icon", "button-outside", "button-below"]
181
+ * @uiEnumNames ["Icon", "Button outside", "Button below"]
182
+ */
183
+ this.buttonStyle = "icon";
184
+ h$1(this);
185
+ }
186
+ disconnectedCallback() { }
187
+ render() {
188
+ const thisProps = getProps(this);
189
+ const props = isDemo()
190
+ ? useDemoReferralCode(thisProps)
191
+ : useReferralCode(thisProps);
192
+ return h(CopyTextView, Object.assign({}, props));
193
+ }
194
+ };
195
+ function useDemoReferralCode(props) {
196
+ const [open, setOpen] = useState(false);
197
+ const copyString = "REFERRALCODE001";
198
+ return cjs({
199
+ copyString: copyString,
200
+ tooltiptext: props.tooltiptext,
201
+ textAlign: props.textAlign,
202
+ copyButtonLabel: props.copyButtonLabel,
203
+ buttonStyle: props.buttonStyle,
204
+ notificationText: props.notificationText,
205
+ showNotificationText: props.showNotificationText,
206
+ rewardStatus: "AVAILABLE",
207
+ open,
208
+ onClick: () => {
209
+ // Should well supported: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard#browser_compatibility
210
+ // Only if called from a user-initiated event
211
+ navigator.clipboard.writeText(copyString);
212
+ setOpen(true);
213
+ setTimeout(() => setOpen(false), props.tooltiplifespan);
214
+ },
215
+ }, props.demoData || {}, { arrayMerge: (_, a) => a });
216
+ }
217
+
218
+ const style$1 = {
219
+ Wrapper: {
220
+ width: "100%",
221
+ display: "flex",
222
+ alignItems: "flex-start",
223
+ justifyContent: "center",
224
+ flexDirection: "column",
225
+ gap: "var(--sl-spacing-large)",
226
+ },
227
+ HeaderContainer: {
228
+ display: "flex",
229
+ alignItems: "center",
230
+ justifyContent: "space-between",
231
+ width: "100%",
232
+ },
233
+ ShareCodeContainer: {
234
+ width: "100%",
235
+ display: "flex",
236
+ alignItems: "flex-start",
237
+ justifyContent: "center",
238
+ flexDirection: "column",
239
+ },
240
+ ShareButtonContainer: {
241
+ width: "100%",
242
+ display: "flex",
243
+ alignItems: "flex-start",
244
+ justifyContent: "center",
245
+ flexDirection: "column",
246
+ },
247
+ TitleText: {
248
+ color: "var(--sl-color-neutral-700)",
249
+ fontSize: "var(--sl-font-size-large)",
250
+ margin: "0",
251
+ },
252
+ };
253
+ const vanillaStyle = `
254
+ :host {
255
+ display: block;
256
+ }
257
+ :host([hidden]): {
258
+ display: none;
259
+ }
260
+ `;
261
+ const sheet$1 = createStyleSheet(style$1);
262
+ const styleString$1 = sheet$1.toString();
263
+ function ReferralCodesView(props) {
264
+ const { slots, titleText } = props;
265
+ return (h("div", { class: sheet$1.classes.Wrapper, part: "sqm-base" },
266
+ h("style", { type: "text/css" },
267
+ vanillaStyle,
268
+ styleString$1),
269
+ h("div", { class: sheet$1.classes.HeaderContainer },
270
+ h("h2", { class: sheet$1.classes.TitleText }, titleText),
271
+ slots.pagination),
272
+ h("div", { class: sheet$1.classes.ShareCodeContainer }, slots.shareCodes),
273
+ h("div", { class: sheet$1.classes.ShareButtonContainer }, slots.shareButtons)));
274
+ }
275
+
276
+ const ReferralCodes = class {
277
+ constructor(hostRef) {
278
+ registerInstance(this, hostRef);
279
+ this.titleText = "Your referral code";
280
+ h$1(this);
281
+ }
282
+ disconnectedCallback() { }
283
+ render() {
284
+ const thisProps = getProps(this);
285
+ const props = isDemo()
286
+ ? useDemoReferralCodes(thisProps)
287
+ : useReferralCodes(thisProps);
288
+ console.log(props);
289
+ const slots = {
290
+ shareButtons: h("slot", { name: "shareButtons" }),
291
+ shareCodes: h("slot", { name: "shareCodes" }),
292
+ pagination: h("slot", { name: "pagination" }),
293
+ };
294
+ const viewProps = {
295
+ slots,
296
+ ...props,
297
+ };
298
+ return h(ReferralCodesView, Object.assign({}, viewProps));
299
+ }
300
+ };
301
+ function useDemoReferralCodes(props) {
302
+ return cjs({
303
+ titleText: "Your referral code",
304
+ }, props.demoData || {}, { arrayMerge: (_, a) => a });
305
+ }
306
+
307
+ export { Pagination as sqm_pagination, ReferralCode as sqm_referral_code, ReferralCodes as sqm_referral_codes };
@@ -1,11 +1,11 @@
1
1
  import { h, r as registerInstance } from './index-17b4da69.js';
2
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';
3
+ import { i as isDemo } from './index.module-f122af7b.js';
4
+ import { g as getProps } from './utils-334c1e34.js';
5
+ import { c as createStyleSheet } from './JSS-67b5cff8.js';
4
6
  import { c as cjs } from './cjs-bdfb4486.js';
5
7
  import { E as ErrorStyles } from './mixins-f60a614c.js';
6
- import { c as createStyleSheet } from './JSS-67b5cff8.js';
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-53c71782.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
2
  import { n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
3
- import { B } from './index.module-def4aec5.js';
3
+ import { B } from './index.module-f122af7b.js';
4
4
  import { g as getProps } from './utils-334c1e34.js';
5
5
 
6
6
  const PopupContainerView = (props) => {
@@ -1,7 +1,7 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { i as intl } from './global-04c7d3b5.js';
3
- import { A as AuthWrapper, a as AuthColumn } from './mixins-f60a614c.js';
2
+ import { i as intl } from './global-b89b6edc.js';
4
3
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
4
+ import { A as AuthWrapper, a as AuthColumn } from './mixins-f60a614c.js';
5
5
  import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
6
6
 
7
7
  const style = {
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { k as useState, m as useRef, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
3
- import './global-04c7d3b5.js';
4
- import { l as ln, n as nn, Q, $ as $n, u as useCallback, i as isDemo } from './index.module-def4aec5.js';
3
+ import './global-b89b6edc.js';
4
+ import { l as ln, n as nn, Q, e as $n, u as useCallback, i as isDemo } from './index.module-f122af7b.js';
5
+ import './JSS-67b5cff8.js';
5
6
  import { c as cjs } from './cjs-bdfb4486.js';
6
7
  import './mixins-f60a614c.js';
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-4307c992.js';
9
+ import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-ced567c9.js';
10
10
 
11
11
  function usePortalEmailVerification(props) {
12
12
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
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';
3
+ import { f as un, e as $n, i as isDemo } from './index.module-f122af7b.js';
4
4
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
5
+ import './JSS-67b5cff8.js';
5
6
  import { c as cjs } from './cjs-bdfb4486.js';
6
7
  import './mixins-f60a614c.js';
7
- import './JSS-67b5cff8.js';
8
8
  import './sqm-text-span-view-8d140661.js';
9
- import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-c2ed8fed.js';
9
+ import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-95cd454f.js';
10
10
 
11
11
  function usePortalForgotPassword(props) {
12
12
  var _a, _b, _c, _d, _e, _f, _g;
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance } from './index-17b4da69.js';
2
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';
3
+ import { b as setUserIdentity, e as $n, i as isDemo } from './index.module-f122af7b.js';
4
4
 
5
5
  function usePortalLogout({ nextPage }) {
6
6
  setUserIdentity(undefined);
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-17b4da69.js';
2
- import { i as intl } from './global-04c7d3b5.js';
2
+ import { i as intl } from './global-b89b6edc.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,13 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
3
- import './global-04c7d3b5.js';
4
- import { d as dist, Q, y as yn, f as $e, i as isDemo } from './index.module-def4aec5.js';
5
- import { c as cjs } from './cjs-bdfb4486.js';
6
- import './JSS-67b5cff8.js';
3
+ import './global-b89b6edc.js';
4
+ import { d as dist, Q, y as yn, $ as $e, i as isDemo } from './index.module-f122af7b.js';
7
5
  import { g as getProps } from './utils-334c1e34.js';
6
+ import './JSS-67b5cff8.js';
7
+ import { c as cjs } from './cjs-bdfb4486.js';
8
8
  import './sqm-text-span-view-8d140661.js';
9
- import { P as PortalProfileView } from './sqm-portal-profile-view-ffe955c8.js';
10
- import { i as isEmpty } from './utilities-3f5bba22.js';
9
+ import { P as PortalProfileView } from './sqm-portal-profile-view-d72dd5ac.js';
10
+ import { i as isEmpty } from './utilities-18d10876.js';
11
11
 
12
12
  const GET_USER = dist.gql `
13
13
  query {
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
2
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';
3
+ import { Q, S as Sn, e as $n, i as isDemo } from './index.module-f122af7b.js';
4
4
 
5
5
  function usePortalProtectedRoute({ requireEmailVerification, redirectTo, redirectToUnverified, }) {
6
6
  var _a;
@@ -1,12 +1,12 @@
1
1
  import { h, r as registerInstance } from './index-17b4da69.js';
2
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';
3
+ import { d as dist, L, W as We, y as yn, e as $n, u as useCallback, i as isDemo } from './index.module-f122af7b.js';
4
4
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
5
+ import { c as createStyleSheet } from './JSS-67b5cff8.js';
5
6
  import { c as cjs } from './cjs-bdfb4486.js';
6
7
  import { A as AuthWrapper, a as AuthColumn, H as HostBlock, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-f60a614c.js';
7
- import { c as createStyleSheet } from './JSS-67b5cff8.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 { u as useRegistrationFormState } from './useRegistrationFormState-53c71782.js';
10
10
  import { A as AsYouType } from './AsYouType-46f67d0d.js';
11
11
 
12
12
  const style = {
@@ -1,13 +1,13 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
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';
3
+ import { h as Qe, T as Te, e as $n, i as isDemo } from './index.module-f122af7b.js';
4
4
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
5
+ import { s as sanitizeUrlPath } from './utils-334c1e34.js';
6
+ import './JSS-67b5cff8.js';
5
7
  import { c as cjs } from './cjs-bdfb4486.js';
6
8
  import './mixins-f60a614c.js';
7
- import './JSS-67b5cff8.js';
8
- import { s as sanitizeUrlPath } from './utils-334c1e34.js';
9
9
  import './sqm-text-span-view-8d140661.js';
10
- import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-79a85e02.js';
10
+ import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-f1454d43.js';
11
11
 
12
12
  function usePortalResetPassword(props) {
13
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
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';
3
+ import { Q, j as an, e as $n, b as setUserIdentity, i as isDemo } from './index.module-f122af7b.js';
4
+ import { s as sanitizeUrlPath, g as getProps } from './utils-334c1e34.js';
5
+ import './JSS-67b5cff8.js';
4
6
  import { c as cjs } from './cjs-bdfb4486.js';
5
7
  import './mixins-f60a614c.js';
6
- import './JSS-67b5cff8.js';
7
- import { s as sanitizeUrlPath, g as getProps } from './utils-334c1e34.js';
8
8
  import './sqm-text-span-view-8d140661.js';
9
- import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-d7ea2c56.js';
9
+ import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-3739f523.js';
10
10
 
11
11
  let globalPromise = null;
12
12
  function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyEmailText, verifyInvalidText, networkErrorMessage, continueText, }) {
@@ -1,17 +1,17 @@
1
1
  import { r as registerInstance, h as h$1, g as getElement, c as Host } from './index-17b4da69.js';
2
2
  import { n as h, j as useReducer, u as useMemo, f as useEffect } from './stencil-hooks.module-ac12ca1c.js';
3
- import { i as intl } from './global-04c7d3b5.js';
4
- import { i as isDemo } from './index.module-def4aec5.js';
3
+ import { i as intl } from './global-b89b6edc.js';
4
+ import { i as isDemo } from './index.module-f122af7b.js';
5
+ import { l as luxonLocale } from './utils-334c1e34.js';
6
+ import { c as createStyleSheet } from './JSS-67b5cff8.js';
5
7
  import { c as cjs } from './cjs-bdfb4486.js';
6
8
  import './mixins-f60a614c.js';
7
- import { c as createStyleSheet } from './JSS-67b5cff8.js';
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';
9
+ import { G as GenericTableView } from './GenericTableView-bf154727.js';
10
+ import { a as useRequestRerender, u as useRerenderListener } from './re-render-c64289f3.js';
11
+ import { u as useChildElements } from './useChildElements-37daf533.js';
11
12
  import { l as luxon } from './luxon-7600be8d.js';
12
13
  import { g as getPaypalMeta } from './mockRewardData-0eb6e778.js';
13
- import { u as useReferralTable, t as tryMethod } from './useReferralTable-f4de0650.js';
14
- import { l as luxonLocale } from './utils-334c1e34.js';
14
+ import { u as useReferralTable, t as tryMethod } from './useReferralTable-42f99ea2.js';
15
15
  import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
16
16
 
17
17
  const mockReferralData = (count = 4) => {
@@ -1,13 +1,13 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { n as h } from './stencil-hooks.module-ac12ca1c.js';
3
- import { i as isDemo, b as setUserIdentity } from './index.module-def4aec5.js';
3
+ import { i as isDemo, b as setUserIdentity } from './index.module-f122af7b.js';
4
4
  import './jsonpointer-388a7082.js';
5
+ import './JSS-67b5cff8.js';
5
6
  import { c as cjs } from './cjs-bdfb4486.js';
6
7
  import './mixins-f60a614c.js';
7
- import './JSS-67b5cff8.js';
8
- import { E as EmailRegistrationView } from './email-registration-view-a89a88bf.js';
9
- import './useRegistrationFormState-9fc1ac80.js';
10
- import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-46b89952.js';
8
+ import { E as EmailRegistrationView } from './email-registration-view-12793040.js';
9
+ import './useRegistrationFormState-53c71782.js';
10
+ import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-9d4cb797.js';
11
11
 
12
12
  const ReferredRegistration = class {
13
13
  constructor(hostRef) {
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
2
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';
3
+ import './index.module-f122af7b.js';
4
+ import { a as useRequestRerender } from './re-render-c64289f3.js';
5
5
 
6
6
  const RewardTableCustomerNoteColumn = class {
7
7
  constructor(hostRef) {
@@ -1,17 +1,17 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-17b4da69.js';
2
2
  import { b as browser, j as useReducer, f as useEffect, n as h$1, u as useMemo } from './stencil-hooks.module-ac12ca1c.js';
3
- import { i as intl } from './global-04c7d3b5.js';
4
- import { d as dist, Q, H, L, y as yn, k as kn, i as isDemo } from './index.module-def4aec5.js';
3
+ import { i as intl } from './global-b89b6edc.js';
4
+ import { d as dist, Q, H, L, y as yn, k as kn, i as isDemo } from './index.module-f122af7b.js';
5
+ import { l as luxonLocale } from './utils-334c1e34.js';
6
+ import { c as createStyleSheet } from './JSS-67b5cff8.js';
5
7
  import { c as cjs } from './cjs-bdfb4486.js';
6
8
  import './mixins-f60a614c.js';
7
- import { c as createStyleSheet } from './JSS-67b5cff8.js';
8
- import { G as GenericTableView } from './GenericTableView-d59d8ab4.js';
9
- import { u as useRerenderListener, a as useRequestRerender } from './re-render-12fd274a.js';
10
- import { u as useChildElements } from './useChildElements-32e1bda1.js';
9
+ import { G as GenericTableView } from './GenericTableView-bf154727.js';
10
+ import { u as useRerenderListener, a as useRequestRerender } from './re-render-c64289f3.js';
11
+ import { u as useChildElements } from './useChildElements-37daf533.js';
11
12
  import { l as luxon } from './luxon-7600be8d.js';
12
13
  import { m as mockRewardData } from './mockRewardData-0eb6e778.js';
13
- import { g as generateUserError } from './useReferralTable-f4de0650.js';
14
- import { l as luxonLocale } from './utils-334c1e34.js';
14
+ import { g as generateUserError } from './useReferralTable-42f99ea2.js';
15
15
 
16
16
  const debug = browser("sq:useRewardsTable");
17
17
  const CSS_NAMESPACE = "sqm-rewards-table";