@saasquatch/mint-components 1.11.1-0 → 1.12.0-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 (425) hide show
  1. package/dist/cjs/{ShadowViewAddon-2c6026c3.js → ShadowViewAddon-88821c64.js} +229 -154
  2. package/dist/cjs/{global-02e50f09.js → global-c3637175.js} +2 -2
  3. package/dist/cjs/{index.module-df530553.js → index.module-b8d9d0ba.js} +55 -18
  4. package/dist/cjs/keys-cff24974.js +11 -0
  5. package/dist/cjs/loader.cjs.js +3 -3
  6. package/dist/cjs/mint-components.cjs.js +3 -3
  7. package/dist/cjs/{re-render-1976e05e.js → re-render-5bde3d2e.js} +4 -4
  8. package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
  9. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +211 -105
  10. package/dist/cjs/{sqm-big-stat_38.cjs.entry.js → sqm-big-stat_39.cjs.entry.js} +278 -178
  11. package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
  12. package/dist/cjs/sqm-code-verification.cjs.entry.js +352 -0
  13. package/dist/cjs/sqm-context-router.cjs.entry.js +2 -2
  14. package/dist/cjs/sqm-email-verification.cjs.entry.js +137 -0
  15. package/dist/cjs/sqm-empty_4.cjs.entry.js +3 -3
  16. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
  17. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +5 -5
  18. package/dist/cjs/{sqm-invoice-table-view-e3b03a00.js → sqm-invoice-table-view-ce9a34ac.js} +20 -1
  19. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +5 -5
  20. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +5 -5
  21. package/dist/cjs/{sqm-navigation-sidebar-item-view-4e90b6f5.js → sqm-navigation-sidebar-item-view-a2135064.js} +3 -3
  22. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +5 -5
  23. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
  24. package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
  25. package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
  26. package/dist/cjs/{sqm-portal-email-verification-view-bff9783d.js → sqm-portal-email-verification-view-050dbe0f.js} +2 -2
  27. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +9 -9
  28. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +6 -6
  29. package/dist/cjs/sqm-portal-logout.cjs.entry.js +2 -2
  30. package/dist/cjs/{sqm-portal-profile-view-fde54e35.js → sqm-portal-profile-view-d97086bc.js} +1 -1
  31. package/dist/cjs/sqm-portal-profile.cjs.entry.js +9 -9
  32. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +5 -5
  33. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +8 -8
  34. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +9 -9
  35. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +9 -9
  36. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +8 -8
  37. package/dist/cjs/sqm-referred-registration.cjs.entry.js +5 -5
  38. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
  39. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +13 -13
  40. package/dist/cjs/sqm-scroll.cjs.entry.js +109 -0
  41. package/dist/cjs/sqm-stencilbook.cjs.entry.js +225 -272
  42. package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
  43. package/dist/cjs/sqm-tabs.cjs.entry.js +4 -4
  44. package/dist/cjs/sqm-widget-verification-internal.cjs.entry.js +33 -0
  45. package/dist/cjs/sqm-widget-verification.cjs.entry.js +127 -0
  46. package/dist/cjs/{useChildElements-e0d44916.js → useChildElements-410d2435.js} +2 -2
  47. package/dist/cjs/useEmailVerification-30a1c7f6.js +75 -0
  48. package/dist/cjs/{useInstantAccessRegistration-bbe746d1.js → useInstantAccessRegistration-ccf81eae.js} +3 -3
  49. package/dist/cjs/{useReferralTable-a76adb0d.js → useReferralTable-824ac152.js} +9 -9
  50. package/dist/cjs/{useRegistrationFormState-876ed65d.js → useRegistrationFormState-f9ce55be.js} +2 -2
  51. package/dist/cjs/{utilities-cec9dd36.js → utilities-f7de6c04.js} +1 -1
  52. package/dist/collection/collection-manifest.json +6 -10
  53. package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +1 -1
  54. package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -1
  55. package/dist/collection/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.js +9 -0
  56. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +22 -0
  57. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll.js +105 -0
  58. package/dist/collection/components/sqm-payout-button-scroll/usePayoutButton.js +44 -0
  59. package/dist/collection/components/sqm-referral-card/ReferralCard.stories.js +0 -20
  60. package/dist/collection/components/sqm-share-button/useShareButton.js +16 -15
  61. package/dist/collection/components/sqm-share-code/sqm-share-code.js +1 -1
  62. package/dist/collection/components/sqm-share-link/sqm-share-link.js +1 -1
  63. package/dist/collection/components/sqm-share-link/useShareLink.js +3 -5
  64. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +8 -6
  65. package/dist/collection/components/sqm-widget-verification/keys.js +4 -0
  66. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +29 -0
  67. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +118 -0
  68. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +330 -0
  69. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +144 -0
  70. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.js +22 -0
  71. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +78 -0
  72. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +172 -0
  73. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +70 -0
  74. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-internal.js +27 -0
  75. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +132 -0
  76. package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +3 -0
  77. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +1 -0
  78. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +18 -0
  79. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +4 -1
  80. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +94 -38
  81. package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +16 -2
  82. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +12 -0
  83. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +72 -0
  84. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +217 -0
  85. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +50 -0
  86. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +1 -0
  87. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +16 -0
  88. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +80 -1
  89. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +2 -2
  90. package/dist/collection/components/views/copy-text-view.js +2 -16
  91. package/dist/esm/{ShadowViewAddon-5bb2b69a.js → ShadowViewAddon-65c8679e.js} +227 -153
  92. package/dist/esm/{global-b89b6edc.js → global-6306a9b8.js} +2 -2
  93. package/dist/esm/{index.module-f122af7b.js → index.module-6c840c4e.js} +40 -3
  94. package/dist/esm/keys-a1496e39.js +6 -0
  95. package/dist/esm/loader.js +3 -3
  96. package/dist/esm/mint-components.js +3 -3
  97. package/dist/esm/{re-render-c64289f3.js → re-render-1bcfd0de.js} +4 -4
  98. package/dist/esm/sqm-asset-card.entry.js +2 -2
  99. package/dist/esm/sqm-banking-info-form_16.entry.js +211 -105
  100. package/dist/esm/{sqm-big-stat_38.entry.js → sqm-big-stat_39.entry.js} +275 -176
  101. package/dist/esm/sqm-close-button.entry.js +3 -3
  102. package/dist/esm/sqm-code-verification.entry.js +348 -0
  103. package/dist/esm/sqm-context-router.entry.js +2 -2
  104. package/dist/esm/sqm-email-verification.entry.js +133 -0
  105. package/dist/esm/sqm-empty_4.entry.js +3 -3
  106. package/dist/esm/sqm-graphql-client-provider.entry.js +5 -5
  107. package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
  108. package/dist/esm/{sqm-invoice-table-view-09cc28d6.js → sqm-invoice-table-view-08c03ba7.js} +20 -1
  109. package/dist/esm/sqm-leaderboard-rank.entry.js +5 -5
  110. package/dist/esm/sqm-logout-current-user.entry.js +5 -5
  111. package/dist/esm/{sqm-navigation-sidebar-item-view-14114804.js → sqm-navigation-sidebar-item-view-f8e78810.js} +3 -3
  112. package/dist/esm/sqm-navigation-sidebar-item.entry.js +5 -5
  113. package/dist/esm/sqm-navigation-sidebar.entry.js +3 -3
  114. package/dist/esm/sqm-password-field.entry.js +4 -4
  115. package/dist/esm/sqm-popup-container.entry.js +4 -4
  116. package/dist/esm/{sqm-portal-email-verification-view-ced567c9.js → sqm-portal-email-verification-view-c6ac5430.js} +2 -2
  117. package/dist/esm/sqm-portal-email-verification.entry.js +9 -9
  118. package/dist/esm/sqm-portal-forgot-password.entry.js +6 -6
  119. package/dist/esm/sqm-portal-logout.entry.js +2 -2
  120. package/dist/esm/{sqm-portal-profile-view-d72dd5ac.js → sqm-portal-profile-view-15ddbec8.js} +1 -1
  121. package/dist/esm/sqm-portal-profile.entry.js +9 -9
  122. package/dist/esm/sqm-portal-protected-route.entry.js +5 -5
  123. package/dist/esm/sqm-portal-registration-form.entry.js +8 -8
  124. package/dist/esm/sqm-portal-reset-password.entry.js +9 -9
  125. package/dist/esm/sqm-portal-verify-email.entry.js +9 -9
  126. package/dist/esm/sqm-referral-table_11.entry.js +8 -8
  127. package/dist/esm/sqm-referred-registration.entry.js +5 -5
  128. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  129. package/dist/esm/sqm-rewards-table_9.entry.js +13 -13
  130. package/dist/esm/sqm-scroll.entry.js +105 -0
  131. package/dist/esm/sqm-stencilbook.entry.js +212 -259
  132. package/dist/esm/sqm-tab.entry.js +2 -2
  133. package/dist/esm/sqm-tabs.entry.js +4 -4
  134. package/dist/esm/sqm-widget-verification-internal.entry.js +29 -0
  135. package/dist/esm/sqm-widget-verification.entry.js +123 -0
  136. package/dist/esm/stencil-hooks.module-ac12ca1c.js +1 -1
  137. package/dist/esm/{useChildElements-37daf533.js → useChildElements-fc84e640.js} +2 -2
  138. package/dist/esm/useEmailVerification-7135732c.js +72 -0
  139. package/dist/esm/{useInstantAccessRegistration-9d4cb797.js → useInstantAccessRegistration-8b0a4556.js} +3 -3
  140. package/dist/esm/{useReferralTable-42f99ea2.js → useReferralTable-f6ffa103.js} +9 -9
  141. package/dist/esm/{useRegistrationFormState-53c71782.js → useRegistrationFormState-849e27f7.js} +2 -2
  142. package/dist/esm/{utilities-18d10876.js → utilities-443732be.js} +1 -1
  143. package/dist/esm-es5/{GenericTableView-bf154727.js → GenericTableView-d59d8ab4.js} +1 -1
  144. package/dist/esm-es5/ShadowViewAddon-65c8679e.js +1 -0
  145. package/dist/esm-es5/{email-registration-view-12793040.js → email-registration-view-a89a88bf.js} +1 -1
  146. package/dist/esm-es5/{global-b89b6edc.js → global-6306a9b8.js} +2 -2
  147. package/dist/esm-es5/index.module-6c840c4e.js +1 -0
  148. package/dist/esm-es5/keys-a1496e39.js +1 -0
  149. package/dist/esm-es5/loader.js +1 -1
  150. package/dist/esm-es5/mint-components.js +1 -1
  151. package/dist/esm-es5/{re-render-c64289f3.js → re-render-1bcfd0de.js} +1 -1
  152. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  153. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  154. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -0
  155. package/dist/esm-es5/{sqm-close-button-view-b24c708b.js → sqm-close-button-view-dc65b4e3.js} +1 -1
  156. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  157. package/dist/esm-es5/sqm-code-verification.entry.js +1 -0
  158. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  159. package/dist/esm-es5/sqm-email-verification.entry.js +1 -0
  160. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  161. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  162. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  163. package/dist/esm-es5/sqm-invoice-table-view-08c03ba7.js +1 -0
  164. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  165. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  166. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-14114804.js → sqm-navigation-sidebar-item-view-f8e78810.js} +1 -1
  167. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  168. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  169. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  170. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  171. package/dist/esm-es5/{sqm-portal-email-verification-view-ced567c9.js → sqm-portal-email-verification-view-c6ac5430.js} +1 -1
  172. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  173. package/dist/esm-es5/{sqm-portal-forgot-password-view-95cd454f.js → sqm-portal-forgot-password-view-c2ed8fed.js} +1 -1
  174. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  175. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  176. package/dist/esm-es5/{sqm-portal-profile-view-d72dd5ac.js → sqm-portal-profile-view-15ddbec8.js} +1 -1
  177. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  178. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  179. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  180. package/dist/esm-es5/{sqm-portal-reset-password-view-f1454d43.js → sqm-portal-reset-password-view-79a85e02.js} +1 -1
  181. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  182. package/dist/esm-es5/{sqm-portal-verify-email-view-3739f523.js → sqm-portal-verify-email-view-d7ea2c56.js} +1 -1
  183. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  184. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  185. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  186. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  187. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  188. package/dist/esm-es5/sqm-scroll.entry.js +1 -0
  189. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  190. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  191. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  192. package/dist/esm-es5/sqm-widget-verification-internal.entry.js +1 -0
  193. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -0
  194. package/dist/esm-es5/stencil-hooks.module-ac12ca1c.js +1 -1
  195. package/dist/esm-es5/{useChildElements-37daf533.js → useChildElements-fc84e640.js} +1 -1
  196. package/dist/esm-es5/useEmailVerification-7135732c.js +1 -0
  197. package/dist/esm-es5/useInstantAccessRegistration-8b0a4556.js +1 -0
  198. package/dist/esm-es5/{useReferralTable-42f99ea2.js → useReferralTable-f6ffa103.js} +1 -1
  199. package/dist/esm-es5/useRegistrationFormState-849e27f7.js +1 -0
  200. package/dist/esm-es5/{utilities-18d10876.js → utilities-443732be.js} +1 -1
  201. package/dist/mint-components/mint-components.esm.js +1 -1
  202. package/dist/mint-components/mint-components.js +1 -1
  203. package/dist/mint-components/p-0121e044.js +1 -0
  204. package/dist/mint-components/{p-12c56ba6.entry.js → p-012daf3c.entry.js} +1 -1
  205. package/dist/mint-components/{p-1b1d10e5.entry.js → p-03dbe2ce.entry.js} +1 -1
  206. package/dist/mint-components/{p-8077e9c6.js → p-04348a9b.js} +1 -1
  207. package/dist/mint-components/{p-8c97bfb1.system.entry.js → p-04ced592.system.entry.js} +1 -1
  208. package/dist/mint-components/{p-7962ab58.system.entry.js → p-0527d90b.system.entry.js} +1 -1
  209. package/dist/mint-components/{p-01434e4a.entry.js → p-0893073b.entry.js} +1 -1
  210. package/dist/mint-components/p-0c9ad5f3.system.entry.js +1 -0
  211. package/dist/mint-components/p-117b4705.system.js +1 -0
  212. package/dist/mint-components/p-11d1b212.js +1 -0
  213. package/dist/mint-components/{p-dc41ff27.entry.js → p-1b861be5.entry.js} +1 -1
  214. package/dist/mint-components/{p-32cf8417.js → p-1b9e6fc6.js} +1 -1
  215. package/dist/mint-components/p-1bd0cda8.system.entry.js +1 -0
  216. package/dist/mint-components/{p-991c9787.js → p-1d27da33.js} +2 -2
  217. package/dist/mint-components/p-1ee62d9f.system.entry.js +1 -0
  218. package/dist/mint-components/{p-de2a8fae.system.entry.js → p-1f7d7524.system.entry.js} +1 -1
  219. package/dist/mint-components/p-1f9a9b70.system.entry.js +1 -0
  220. package/dist/mint-components/{p-5c845bc2.system.entry.js → p-22425c71.system.entry.js} +1 -1
  221. package/dist/mint-components/p-23fdd44e.entry.js +1 -0
  222. package/dist/mint-components/{p-3373d84e.js → p-2816bf6a.js} +1 -1
  223. package/dist/mint-components/p-2868f475.entry.js +1 -0
  224. package/dist/mint-components/p-2a414b2e.system.js +2 -2
  225. package/dist/mint-components/{p-a474b0ec.system.entry.js → p-36e9296e.system.entry.js} +1 -1
  226. package/dist/mint-components/p-36f7caec.system.entry.js +1 -0
  227. package/dist/mint-components/{p-b334bde8.entry.js → p-3925bcd6.entry.js} +2 -2
  228. package/dist/mint-components/p-39397731.entry.js +1 -0
  229. package/dist/mint-components/p-39af4acd.entry.js +240 -0
  230. package/dist/mint-components/{p-e2bb72eb.system.entry.js → p-3e7ec0f3.system.entry.js} +1 -1
  231. package/dist/mint-components/{p-59c141a2.system.js → p-3ed71bef.system.js} +1 -1
  232. package/dist/mint-components/{p-bf834367.system.js → p-43621f12.system.js} +1 -1
  233. package/dist/mint-components/{p-110dddfe.entry.js → p-4671e644.entry.js} +1 -1
  234. package/dist/mint-components/{p-0f028514.system.js → p-4babe350.system.js} +1 -1
  235. package/dist/mint-components/p-4c9b6fbe.system.js +1 -0
  236. package/dist/mint-components/p-4e373c3d.system.js +1 -0
  237. package/dist/mint-components/{p-03a647c2.system.js → p-4e48267b.system.js} +1 -1
  238. package/dist/mint-components/{p-9deac406.system.js → p-4eae91a9.system.js} +1 -1
  239. package/dist/mint-components/{p-0806343b.js → p-509e29e6.js} +1 -1
  240. package/dist/mint-components/{p-53ff8bd0.system.entry.js → p-51d53165.system.entry.js} +1 -1
  241. package/dist/mint-components/{p-246a2827.entry.js → p-5291891c.entry.js} +2 -2
  242. package/dist/mint-components/{p-c1ba2ad0.system.entry.js → p-59818690.system.entry.js} +1 -1
  243. package/dist/mint-components/{p-55588b46.system.js → p-5becb2ff.system.js} +1 -1
  244. package/dist/mint-components/{p-c39f9dc1.system.entry.js → p-5fba1a04.system.entry.js} +1 -1
  245. package/dist/mint-components/{p-22de9f73.system.entry.js → p-64491210.system.entry.js} +1 -1
  246. package/dist/mint-components/p-65e2c043.system.js +1 -0
  247. package/dist/mint-components/p-663303b7.entry.js +8 -0
  248. package/dist/mint-components/p-66a04cca.system.entry.js +1 -0
  249. package/dist/mint-components/{p-1df19ea2.js → p-68747d88.js} +1 -1
  250. package/dist/mint-components/{p-96cb9c17.entry.js → p-6c928c7d.entry.js} +1 -1
  251. package/dist/mint-components/p-6cae44d7.js +1 -0
  252. package/dist/mint-components/{p-b0ce005d.entry.js → p-721a89c6.entry.js} +2 -2
  253. package/dist/mint-components/{p-6e62f207.entry.js → p-76392386.entry.js} +1 -1
  254. package/dist/mint-components/{p-bb6f6681.system.js → p-7d5e0645.system.js} +1 -1
  255. package/dist/mint-components/{p-daba8cd2.system.entry.js → p-7dd1ff31.system.entry.js} +1 -1
  256. package/dist/mint-components/p-7f5c7bf7.system.entry.js +1 -0
  257. package/dist/mint-components/{p-ec8a9e91.system.entry.js → p-83c9f37b.system.entry.js} +1 -1
  258. package/dist/mint-components/{p-d3d281ff.entry.js → p-84b25a46.entry.js} +1 -1
  259. package/dist/mint-components/{p-82e09b8d.system.entry.js → p-88bf51b7.system.entry.js} +1 -1
  260. package/dist/mint-components/p-8a337864.js +7 -0
  261. package/dist/mint-components/{p-73decce7.system.js → p-8d554a89.system.js} +1 -1
  262. package/dist/mint-components/p-93576222.system.js +1 -0
  263. package/dist/mint-components/p-94454880.entry.js +1 -0
  264. package/dist/mint-components/p-947fe79b.entry.js +1 -0
  265. package/dist/mint-components/p-99c15c5e.entry.js +1 -0
  266. package/dist/mint-components/{p-9288cca6.system.entry.js → p-9cdbd1ac.system.entry.js} +1 -1
  267. package/dist/mint-components/p-9d34f4f0.entry.js +33 -0
  268. package/dist/mint-components/p-9e0230c3.entry.js +1 -0
  269. package/dist/mint-components/{p-476182e7.system.entry.js → p-9ec008cb.system.entry.js} +1 -1
  270. package/dist/mint-components/p-a02afa72.system.js +1 -0
  271. package/dist/mint-components/p-a4282d02.system.entry.js +1 -0
  272. package/dist/mint-components/{p-798ed3a2.entry.js → p-a45b03d2.entry.js} +1 -1
  273. package/dist/mint-components/{p-523ed056.system.js → p-a51533cb.system.js} +1 -1
  274. package/dist/mint-components/p-a5a9aa07.entry.js +189 -0
  275. package/dist/mint-components/p-a85f57bb.entry.js +1 -0
  276. package/dist/mint-components/{p-21d4f6ce.system.js → p-ac51940e.system.js} +1 -1
  277. package/dist/mint-components/p-b1e8a802.entry.js +1 -0
  278. package/dist/mint-components/{p-fec0ac31.js → p-b651706a.js} +24 -24
  279. package/dist/mint-components/{p-14dac608.system.entry.js → p-bc826117.system.entry.js} +1 -1
  280. package/dist/mint-components/p-bdd6bb13.js +1 -0
  281. package/dist/mint-components/{p-67846dce.system.entry.js → p-be1ae1ed.system.entry.js} +1 -1
  282. package/dist/mint-components/{p-3cc5474d.entry.js → p-bee1e573.entry.js} +1 -1
  283. package/dist/mint-components/{p-fb2c0ce4.system.entry.js → p-c1f4fb6d.system.entry.js} +1 -1
  284. package/dist/mint-components/p-c3b37bbf.js +1 -0
  285. package/dist/mint-components/{p-ff41c804.system.entry.js → p-c3babfa4.system.entry.js} +1 -1
  286. package/dist/mint-components/{p-18a19cb5.system.js → p-c5577dd7.system.js} +1 -1
  287. package/dist/mint-components/{p-02f6cda4.js → p-c5d2e4ba.js} +1 -1
  288. package/dist/mint-components/p-c763c0b2.js +1 -0
  289. package/dist/mint-components/{p-ed161025.js → p-c8610d0c.js} +1 -1
  290. package/dist/mint-components/p-c92a743e.entry.js +1 -0
  291. package/dist/mint-components/p-c9fb6102.entry.js +1 -0
  292. package/dist/mint-components/p-ca809fdd.system.js +1 -0
  293. package/dist/mint-components/{p-f52c3aec.system.entry.js → p-cb433855.system.entry.js} +1 -1
  294. package/dist/mint-components/{p-f44d88fa.system.js → p-cd44de66.system.js} +1 -1
  295. package/dist/mint-components/p-d35d8c06.entry.js +11 -0
  296. package/dist/mint-components/{p-cfbe2f86.entry.js → p-d468925f.entry.js} +1 -1
  297. package/dist/mint-components/{p-15dee492.js → p-d49e2f7a.js} +1 -1
  298. package/dist/mint-components/{p-9c3d78e9.js → p-d83b0cf3.js} +1 -1
  299. package/dist/mint-components/{p-6e7e8af6.system.js → p-def516b8.system.js} +1 -1
  300. package/dist/mint-components/{p-e41cb11f.js → p-e0e7635a.js} +1 -1
  301. package/dist/mint-components/{p-a1150633.system.entry.js → p-e12d3414.system.entry.js} +1 -1
  302. package/dist/mint-components/{p-ce746af8.system.js → p-e8dde8f4.system.js} +1 -1
  303. package/dist/mint-components/p-e93e5740.entry.js +1 -0
  304. package/dist/mint-components/p-e9ca48fc.system.entry.js +1 -0
  305. package/dist/mint-components/p-ead27698.system.entry.js +1 -0
  306. package/dist/mint-components/{p-1c6e4a5f.entry.js → p-f36e33ff.entry.js} +2 -2
  307. package/dist/mint-components/{p-1ce4fa30.system.entry.js → p-f450654b.system.entry.js} +1 -1
  308. package/dist/mint-components/{p-1c710e16.entry.js → p-f4cbbe47.entry.js} +1 -1
  309. package/dist/mint-components/{p-d68ed4a6.system.entry.js → p-f531a5c9.system.entry.js} +1 -1
  310. package/dist/mint-components/{p-acc93caa.system.entry.js → p-f56348dc.system.entry.js} +1 -1
  311. package/dist/mint-components/p-f655a7df.js +1 -0
  312. package/dist/mint-components/{p-855ae1b5.js → p-fb93c962.js} +1 -1
  313. package/dist/mint-components/{p-46ca288c.system.js → p-fc422446.system.js} +1 -1
  314. package/dist/mint-components/{p-fae82751.entry.js → p-fd21ae8f.entry.js} +1 -1
  315. package/dist/mint-components/p-fd2c5407.js +2 -2
  316. package/dist/types/components/{sqm-pagination/Pagination.stories.d.ts → sqm-payout-button-scroll/PayoutButtonScroll.stories.d.ts} +1 -0
  317. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.d.ts +10 -0
  318. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll.d.ts +19 -0
  319. package/dist/types/components/sqm-payout-button-scroll/usePayoutButton.d.ts +7 -0
  320. package/dist/types/components/sqm-referral-card/ReferralCard.stories.d.ts +0 -1
  321. package/dist/types/components/sqm-share-link/useShareLink.d.ts +0 -1
  322. package/dist/types/components/sqm-widget-verification/keys.d.ts +4 -0
  323. package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +8 -0
  324. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.d.ts +26 -0
  325. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +60 -0
  326. package/dist/types/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.d.ts +23 -0
  327. package/dist/types/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.d.ts +7 -0
  328. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.d.ts +16 -0
  329. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +32 -0
  330. package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +9 -0
  331. package/dist/types/components/sqm-widget-verification/sqm-widget-verification-internal.d.ts +5 -0
  332. package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +8 -0
  333. package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +1 -0
  334. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
  335. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +1 -0
  336. package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +1 -1
  337. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +8 -0
  338. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +18 -0
  339. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +21 -0
  340. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +9 -0
  341. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +5 -0
  342. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +16 -0
  343. package/dist/types/components/views/copy-text-view.d.ts +0 -2
  344. package/dist/types/components.d.ts +296 -164
  345. package/docs/docs.docx +0 -0
  346. package/docs/raisins.json +1 -1
  347. package/grapesjs/grapesjs.js +1 -1
  348. package/package.json +2 -2
  349. package/dist/cjs/copy-text-view-a22ad7e7.js +0 -173
  350. package/dist/cjs/sqm-pagination_3.cjs.entry.js +0 -313
  351. package/dist/collection/components/sqm-pagination/Pagination.stories.js +0 -12
  352. package/dist/collection/components/sqm-pagination/sqm-pagination-view.js +0 -30
  353. package/dist/collection/components/sqm-pagination/sqm-pagination.js +0 -85
  354. package/dist/collection/components/sqm-pagination/usePagination.js +0 -8
  355. package/dist/collection/components/sqm-referral-code/ReferralCode.stories.js +0 -60
  356. package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +0 -315
  357. package/dist/collection/components/sqm-referral-code/useReferralCode.js +0 -51
  358. package/dist/collection/components/sqm-referral-codes/ReferralCodes.stories.js +0 -35
  359. package/dist/collection/components/sqm-referral-codes/sqm-referral-codes-view.js +0 -59
  360. package/dist/collection/components/sqm-referral-codes/sqm-referral-codes.js +0 -93
  361. package/dist/collection/components/sqm-referral-codes/useReferralCodes.js +0 -75
  362. package/dist/esm/copy-text-view-bf55abeb.js +0 -168
  363. package/dist/esm/sqm-pagination_3.entry.js +0 -307
  364. package/dist/esm-es5/ShadowViewAddon-5bb2b69a.js +0 -1
  365. package/dist/esm-es5/copy-text-view-bf55abeb.js +0 -1
  366. package/dist/esm-es5/index.module-f122af7b.js +0 -1
  367. package/dist/esm-es5/sqm-big-stat_38.entry.js +0 -1
  368. package/dist/esm-es5/sqm-invoice-table-view-09cc28d6.js +0 -1
  369. package/dist/esm-es5/sqm-pagination_3.entry.js +0 -1
  370. package/dist/esm-es5/useInstantAccessRegistration-9d4cb797.js +0 -1
  371. package/dist/esm-es5/useRegistrationFormState-53c71782.js +0 -1
  372. package/dist/mint-components/p-00be5090.js +0 -1
  373. package/dist/mint-components/p-1099290c.system.js +0 -1
  374. package/dist/mint-components/p-1537b6ef.system.entry.js +0 -1
  375. package/dist/mint-components/p-18a7f543.system.entry.js +0 -1
  376. package/dist/mint-components/p-26306ac4.system.entry.js +0 -1
  377. package/dist/mint-components/p-2e16db11.entry.js +0 -1
  378. package/dist/mint-components/p-41499327.entry.js +0 -1
  379. package/dist/mint-components/p-43a990b6.system.js +0 -1
  380. package/dist/mint-components/p-4856b234.system.entry.js +0 -1
  381. package/dist/mint-components/p-48b7d703.entry.js +0 -174
  382. package/dist/mint-components/p-494e407e.entry.js +0 -1
  383. package/dist/mint-components/p-5b7e2d53.entry.js +0 -1
  384. package/dist/mint-components/p-5d37482d.entry.js +0 -1
  385. package/dist/mint-components/p-5fc8d87c.system.js +0 -1
  386. package/dist/mint-components/p-646d302a.system.js +0 -1
  387. package/dist/mint-components/p-6628bc0e.system.js +0 -1
  388. package/dist/mint-components/p-66aac0fb.entry.js +0 -13
  389. package/dist/mint-components/p-6b0e6a6c.js +0 -1
  390. package/dist/mint-components/p-73c6b26d.entry.js +0 -223
  391. package/dist/mint-components/p-89a760ea.js +0 -1
  392. package/dist/mint-components/p-942d1c22.entry.js +0 -33
  393. package/dist/mint-components/p-b4eb9c46.entry.js +0 -11
  394. package/dist/mint-components/p-b5176703.entry.js +0 -1
  395. package/dist/mint-components/p-b71c0e2d.system.entry.js +0 -1
  396. package/dist/mint-components/p-bd4e9c2b.js +0 -1
  397. package/dist/mint-components/p-c37137cd.js +0 -2
  398. package/dist/mint-components/p-c7ce2c1e.system.js +0 -1
  399. package/dist/mint-components/p-ca17d998.entry.js +0 -1
  400. package/dist/mint-components/p-d666b326.js +0 -1
  401. package/dist/mint-components/p-ea88142c.js +0 -1
  402. package/dist/mint-components/p-ecefeaa9.system.entry.js +0 -1
  403. package/dist/mint-components/p-f1ec1180.entry.js +0 -1
  404. package/dist/types/components/sqm-pagination/sqm-pagination-view.d.ts +0 -7
  405. package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +0 -17
  406. package/dist/types/components/sqm-pagination/usePagination.d.ts +0 -15
  407. package/dist/types/components/sqm-referral-code/ReferralCode.stories.d.ts +0 -18
  408. package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +0 -70
  409. package/dist/types/components/sqm-referral-code/useReferralCode.d.ts +0 -9
  410. package/dist/types/components/sqm-referral-codes/ReferralCodes.stories.d.ts +0 -9
  411. package/dist/types/components/sqm-referral-codes/sqm-referral-codes-view.d.ts +0 -10
  412. package/dist/types/components/sqm-referral-codes/sqm-referral-codes.d.ts +0 -18
  413. package/dist/types/components/sqm-referral-codes/useReferralCodes.d.ts +0 -59
  414. package/dist/cjs/{GenericTableView-a3f48e15.js → GenericTableView-80d7642e.js} +1 -1
  415. package/dist/cjs/{email-registration-view-4c5d9379.js → email-registration-view-248652bb.js} +1 -1
  416. package/dist/cjs/{sqm-close-button-view-217239b7.js → sqm-close-button-view-fd6e8f60.js} +1 -1
  417. package/dist/cjs/{sqm-portal-forgot-password-view-3cd69fe7.js → sqm-portal-forgot-password-view-969c49ed.js} +1 -1
  418. package/dist/cjs/{sqm-portal-reset-password-view-34771d2c.js → sqm-portal-reset-password-view-96f329ed.js} +1 -1
  419. package/dist/cjs/{sqm-portal-verify-email-view-c8f91506.js → sqm-portal-verify-email-view-7ffcc0d4.js} +1 -1
  420. package/dist/esm/{GenericTableView-bf154727.js → GenericTableView-d59d8ab4.js} +1 -1
  421. package/dist/esm/{email-registration-view-12793040.js → email-registration-view-a89a88bf.js} +1 -1
  422. package/dist/esm/{sqm-close-button-view-b24c708b.js → sqm-close-button-view-dc65b4e3.js} +1 -1
  423. package/dist/esm/{sqm-portal-forgot-password-view-95cd454f.js → sqm-portal-forgot-password-view-c2ed8fed.js} +1 -1
  424. package/dist/esm/{sqm-portal-reset-password-view-f1454d43.js → sqm-portal-reset-password-view-79a85e02.js} +1 -1
  425. package/dist/esm/{sqm-portal-verify-email-view-3739f523.js → sqm-portal-verify-email-view-d7ea2c56.js} +1 -1
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-b0129cd6.js');
4
- const index_module = require('./index.module-df530553.js');
5
- const JSS = require('./JSS-8503a151.js');
4
+ const index_module = require('./index.module-b8d9d0ba.js');
6
5
  const mixins = require('./mixins-fe9d4112.js');
6
+ const JSS = require('./JSS-8503a151.js');
7
7
 
8
8
  function NavigationSidebarItemView(props) {
9
9
  const { states, data } = props;
@@ -35,7 +35,7 @@ function NavigationSidebarItemView(props) {
35
35
  const styleString = sheet.toString();
36
36
  return (index.h("a", { part: "sqm-link", href: data.path, onClick: (e) => {
37
37
  e.preventDefault();
38
- index_module.$n.push(data.path);
38
+ index_module.xn.push(data.path);
39
39
  }, class: sheet.classes.ItemContainer },
40
40
  index.h("style", { type: "text/css" }, styleString),
41
41
  index.h("sl-icon", { class: sheet.classes.Icon, name: data.icon }),
@@ -4,15 +4,15 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
8
- const utils = require('./utils-6847bc06.js');
9
- require('./JSS-8503a151.js');
7
+ const index_module = require('./index.module-b8d9d0ba.js');
10
8
  const cjs = require('./cjs-1066ec21.js');
11
9
  require('./mixins-fe9d4112.js');
12
- const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-4e90b6f5.js');
10
+ require('./JSS-8503a151.js');
11
+ const utils = require('./utils-6847bc06.js');
12
+ const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-a2135064.js');
13
13
 
14
14
  function useNavigationSidebarItem(props) {
15
- const currentPage = index_module.Sn();
15
+ const currentPage = index_module.jn();
16
16
  return {
17
17
  states: {
18
18
  active: currentPage.pathname === props.path,
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
7
+ const index_module = require('./index.module-b8d9d0ba.js');
8
8
  const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-921704fb.js');
9
9
 
10
10
  const NavigationSidebar = class {
@@ -20,8 +20,8 @@ const NavigationSidebar = class {
20
20
  }
21
21
  };
22
22
  function useNavigationSidebar() {
23
- const location = index_module.Sn();
24
- const programId = index_module.H();
23
+ const location = index_module.jn();
24
+ const programId = index_module.z();
25
25
  const [checked, setChecked] = stencilHooks_module.useState(false);
26
26
  // Close hamburger menu after navigation
27
27
  stencilHooks_module.useEffect(() => {
@@ -4,12 +4,12 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
8
- const utils = require('./utils-6847bc06.js');
9
- const JSS = require('./JSS-8503a151.js');
7
+ const index_module = require('./index.module-b8d9d0ba.js');
10
8
  const cjs = require('./cjs-1066ec21.js');
11
9
  const mixins = require('./mixins-fe9d4112.js');
12
- const useRegistrationFormState = require('./useRegistrationFormState-876ed65d.js');
10
+ const JSS = require('./JSS-8503a151.js');
11
+ const utils = require('./utils-6847bc06.js');
12
+ const useRegistrationFormState = require('./useRegistrationFormState-f9ce55be.js');
13
13
 
14
14
  var constants = {
15
15
  error: {
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
7
+ const index_module = require('./index.module-b8d9d0ba.js');
8
8
  const utils = require('./utils-6847bc06.js');
9
9
 
10
10
  const PopupContainerView = (props) => {
@@ -18,10 +18,10 @@ const PopupContainerView = (props) => {
18
18
  };
19
19
 
20
20
  function usePopupContainer(props) {
21
- const engagementMedium = index_module.B();
21
+ const engagementMedium = index_module.ne();
22
22
  function closePopup() {
23
23
  var _a;
24
- if (index_module.B() === "POPUP") {
24
+ if (index_module.ne() === "POPUP") {
25
25
  (_a = window.frameElement["squatchJsApi"]) === null || _a === void 0 ? void 0 : _a.close();
26
26
  }
27
27
  }
@@ -35,7 +35,7 @@ function usePopupContainer(props) {
35
35
  ? "0"
36
36
  : `var(--sl-spacing-${props.embedPadding})`
37
37
  : "0";
38
- const padding = index_module.B() === "POPUP" ? popupPadding : embedPadding;
38
+ const padding = index_module.ne() === "POPUP" ? popupPadding : embedPadding;
39
39
  return {
40
40
  states: {
41
41
  showCloseButton: props.closeButton && engagementMedium === "POPUP",
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-b0129cd6.js');
4
- const global = require('./global-02e50f09.js');
5
- const JSS = require('./JSS-8503a151.js');
4
+ const global = require('./global-c3637175.js');
6
5
  const mixins = require('./mixins-fe9d4112.js');
6
+ const JSS = require('./JSS-8503a151.js');
7
7
  const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
8
8
 
9
9
  const style = {
@@ -4,21 +4,21 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- require('./global-02e50f09.js');
8
- const index_module = require('./index.module-df530553.js');
9
- require('./JSS-8503a151.js');
7
+ require('./global-c3637175.js');
8
+ const index_module = require('./index.module-b8d9d0ba.js');
10
9
  const cjs = require('./cjs-1066ec21.js');
11
10
  require('./mixins-fe9d4112.js');
11
+ require('./JSS-8503a151.js');
12
12
  require('./sqm-text-span-view-e1cd9bd3.js');
13
- const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-bff9783d.js');
13
+ const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-050dbe0f.js');
14
14
 
15
15
  function usePortalEmailVerification(props) {
16
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
17
- const [request, { loading, data, errors }] = index_module.ln();
18
- const [getVerificationStatus, { data: user, loading: loadingVerification }] = index_module.nn();
19
- const userIdent = index_module.Q();
17
+ const [request, { loading, data, errors }] = index_module.hn();
18
+ const [getVerificationStatus, { data: user, loading: loadingVerification }] = index_module.un();
19
+ const userIdent = index_module.K();
20
20
  const email = (_a = userIdent === null || userIdent === void 0 ? void 0 : userIdent.managedIdentity) === null || _a === void 0 ? void 0 : _a.email;
21
- const urlParams = new URLSearchParams(index_module.$n.location.search);
21
+ const urlParams = new URLSearchParams(index_module.xn.location.search);
22
22
  const nextPage = urlParams.get("nextPage");
23
23
  const [success, setSuccess] = stencilHooks_module.useState(false);
24
24
  const [error, setError] = stencilHooks_module.useState("");
@@ -48,7 +48,7 @@ function usePortalEmailVerification(props) {
48
48
  const data = (await getVerificationStatus());
49
49
  if ((_a = data === null || data === void 0 ? void 0 : data.managedIdentitySession) === null || _a === void 0 ? void 0 : _a.emailVerified) {
50
50
  clearInterval(timerRef.current);
51
- return index_module.$n.push({
51
+ return index_module.xn.push({
52
52
  pathname: props.redirectPath,
53
53
  search: urlParams.toString() && "?" + urlParams.toString(),
54
54
  });
@@ -4,20 +4,20 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
7
+ const index_module = require('./index.module-b8d9d0ba.js');
8
8
  const jsonpointer = require('./jsonpointer-11327262.js');
9
- require('./JSS-8503a151.js');
10
9
  const cjs = require('./cjs-1066ec21.js');
11
10
  require('./mixins-fe9d4112.js');
11
+ require('./JSS-8503a151.js');
12
12
  require('./sqm-text-span-view-e1cd9bd3.js');
13
- const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-3cd69fe7.js');
13
+ const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-969c49ed.js');
14
14
 
15
15
  function usePortalForgotPassword(props) {
16
16
  var _a, _b, _c, _d, _e, _f, _g;
17
17
  const [success, setSuccess] = stencilHooks_module.useState(false);
18
18
  const [error, setError] = stencilHooks_module.useState("");
19
- const [request, { loading, data, errors }] = index_module.un();
20
- const urlParams = new URLSearchParams(index_module.$n.location.search);
19
+ const [request, { loading, data, errors }] = index_module.vn();
20
+ const urlParams = new URLSearchParams(index_module.xn.location.search);
21
21
  const nextPage = urlParams.get("nextPage");
22
22
  const submit = async (event) => {
23
23
  var _a;
@@ -106,7 +106,7 @@ const PortalForgotPassword = class {
106
106
  ? usePortalForgotPasswordDemo(this)
107
107
  : usePortalForgotPassword(this);
108
108
  const content = {
109
- secondaryButton: (index.h("slot", { name: "secondaryButton" }, index.h("sl-button", { type: "text", disabled: states.loading, onClick: () => index_module.$n.push(states.loginPath) }, this.loginText))),
109
+ secondaryButton: (index.h("slot", { name: "secondaryButton" }, index.h("sl-button", { type: "text", disabled: states.loading, onClick: () => index_module.xn.push(states.loginPath) }, this.loginText))),
110
110
  messageSlot: index.h("slot", { name: "messageSlot" }, this.headerText),
111
111
  emailLabel: this.emailLabel,
112
112
  submitLabel: this.submitLabel,
@@ -4,11 +4,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
7
+ const index_module = require('./index.module-b8d9d0ba.js');
8
8
 
9
9
  function usePortalLogout({ nextPage }) {
10
10
  index_module.setUserIdentity(undefined);
11
- index_module.$n.push({ pathname: nextPage, search: "" });
11
+ index_module.xn.push({ pathname: nextPage, search: "" });
12
12
  }
13
13
 
14
14
  const PortalLogout = class {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-b0129cd6.js');
4
- const global = require('./global-02e50f09.js');
4
+ const global = require('./global-c3637175.js');
5
5
  const JSS = require('./JSS-8503a151.js');
6
6
  const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
7
7
 
@@ -4,14 +4,14 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- require('./global-02e50f09.js');
8
- const index_module = require('./index.module-df530553.js');
9
- const utils = require('./utils-6847bc06.js');
10
- require('./JSS-8503a151.js');
7
+ require('./global-c3637175.js');
8
+ const index_module = require('./index.module-b8d9d0ba.js');
11
9
  const cjs = require('./cjs-1066ec21.js');
10
+ require('./JSS-8503a151.js');
11
+ const utils = require('./utils-6847bc06.js');
12
12
  require('./sqm-text-span-view-e1cd9bd3.js');
13
- const sqmPortalProfileView = require('./sqm-portal-profile-view-fde54e35.js');
14
- const utilities = require('./utilities-cec9dd36.js');
13
+ const sqmPortalProfileView = require('./sqm-portal-profile-view-d97086bc.js');
14
+ const utilities = require('./utilities-f7de6c04.js');
15
15
 
16
16
  const GET_USER = index_module.dist.gql `
17
17
  query {
@@ -57,12 +57,12 @@ const defaultFormState = {
57
57
  error: "",
58
58
  };
59
59
  function usePortalProfile(props) {
60
- const userIdent = index_module.Q();
60
+ const userIdent = index_module.K();
61
61
  const [success, setSuccess] = stencilHooks_module.useState(false);
62
62
  const [userData, setUserData] = stencilHooks_module.useState(undefined);
63
63
  const [formState, setFormState] = stencilHooks_module.useState(defaultFormState);
64
- const userDataResponse = index_module.yn(GET_USER, {}, !(userIdent === null || userIdent === void 0 ? void 0 : userIdent.jwt));
65
- const [upsertUser, upsertUserResponse] = index_module.$e(UPSERT_USER);
64
+ const userDataResponse = index_module.En(GET_USER, {}, !(userIdent === null || userIdent === void 0 ? void 0 : userIdent.jwt));
65
+ const [upsertUser, upsertUserResponse] = index_module.xe(UPSERT_USER);
66
66
  stencilHooks_module.useEffect(() => {
67
67
  if (upsertUserResponse === null || upsertUserResponse === void 0 ? void 0 : upsertUserResponse.loading)
68
68
  return;
@@ -4,25 +4,25 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
7
+ const index_module = require('./index.module-b8d9d0ba.js');
8
8
 
9
9
  function usePortalProtectedRoute({ requireEmailVerification, redirectTo, redirectToUnverified, }) {
10
10
  var _a;
11
- const userIdent = index_module.Q();
11
+ const userIdent = index_module.K();
12
12
  const authenticated = !!(userIdent === null || userIdent === void 0 ? void 0 : userIdent.jwt);
13
13
  const emailVerified = (_a = userIdent === null || userIdent === void 0 ? void 0 : userIdent.managedIdentity) === null || _a === void 0 ? void 0 : _a.emailVerified;
14
- const { pathname, search } = index_module.Sn();
14
+ const { pathname, search } = index_module.jn();
15
15
  const nextPageParam = new URLSearchParams();
16
16
  nextPageParam.append("nextPage", `${pathname}${search}`);
17
17
  stencilHooks_module.useEffect(() => {
18
18
  if (!authenticated) {
19
- return index_module.$n.push({
19
+ return index_module.xn.push({
20
20
  pathname: redirectTo,
21
21
  search: "?" + nextPageParam.toString(),
22
22
  });
23
23
  }
24
24
  if (requireEmailVerification && !emailVerified) {
25
- return index_module.$n.push({
25
+ return index_module.xn.push({
26
26
  pathname: redirectToUnverified || redirectTo,
27
27
  search: "?" + nextPageParam.toString(),
28
28
  });
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
7
+ const index_module = require('./index.module-b8d9d0ba.js');
8
8
  const jsonpointer = require('./jsonpointer-11327262.js');
9
- const JSS = require('./JSS-8503a151.js');
10
9
  const cjs = require('./cjs-1066ec21.js');
11
10
  const mixins = require('./mixins-fe9d4112.js');
11
+ const JSS = require('./JSS-8503a151.js');
12
12
  const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
13
- const useRegistrationFormState = require('./useRegistrationFormState-876ed65d.js');
13
+ const useRegistrationFormState = require('./useRegistrationFormState-f9ce55be.js');
14
14
  const AsYouType = require('./AsYouType-6788393a.js');
15
15
 
16
16
  const style = {
@@ -106,10 +106,10 @@ const RegistrationFormQuery = index_module.dist.gql `
106
106
  function usePortalRegistrationForm(props) {
107
107
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
108
108
  const formRef = stencilHooks_module.useRef(null);
109
- const locale = index_module.L();
109
+ const locale = index_module.Q();
110
110
  const { registrationFormState, setRegistrationFormState } = useRegistrationFormState.useRegistrationFormState({});
111
- const [request, { loading, errors, data, formError }] = index_module.We();
112
- const queryResponse = index_module.yn(RegistrationFormQuery, { key: props.formKey });
111
+ const [request, { loading, errors, data, formError }] = index_module.Te();
112
+ const queryResponse = index_module.En(RegistrationFormQuery, { key: props.formKey });
113
113
  const formLoading = loading || queryResponse.loading;
114
114
  stencilHooks_module.useEffect(() => {
115
115
  var _a, _b, _c;
@@ -212,7 +212,7 @@ function usePortalRegistrationForm(props) {
212
212
  managedIdentityResponse.result.results.length &&
213
213
  managedIdentityResponse.result.results[0].success &&
214
214
  managedIdentityResponse.result.results[0].data.token) {
215
- index_module.$n.push(props.nextPage);
215
+ index_module.xn.push(props.nextPage);
216
216
  }
217
217
  else if (
218
218
  // check for blocked email error response
@@ -425,7 +425,7 @@ const PortalRegistrationForm = class {
425
425
  : usePortalRegistrationForm(this);
426
426
  const content = {
427
427
  formData: index.h("slot", { name: "formData" }),
428
- secondaryButton: (index.h("slot", { name: "secondaryButton" }, index.h("sl-button", { type: "text", disabled: states.loading, onClick: () => index_module.$n.push(states.loginPath) }, this.loginLabel))),
428
+ secondaryButton: (index.h("slot", { name: "secondaryButton" }, index.h("sl-button", { type: "text", disabled: states.loading, onClick: () => index_module.xn.push(states.loginPath) }, this.loginLabel))),
429
429
  terms: index.h("slot", { name: "terms" }),
430
430
  emailLabel: this.emailLabel,
431
431
  passwordLabel: this.passwordLabel,
@@ -4,22 +4,22 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
7
+ const index_module = require('./index.module-b8d9d0ba.js');
8
8
  const jsonpointer = require('./jsonpointer-11327262.js');
9
- const utils = require('./utils-6847bc06.js');
10
- require('./JSS-8503a151.js');
11
9
  const cjs = require('./cjs-1066ec21.js');
12
10
  require('./mixins-fe9d4112.js');
11
+ require('./JSS-8503a151.js');
12
+ const utils = require('./utils-6847bc06.js');
13
13
  require('./sqm-text-span-view-e1cd9bd3.js');
14
- const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-34771d2c.js');
14
+ const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-96f329ed.js');
15
15
 
16
16
  function usePortalResetPassword(props) {
17
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
18
18
  const [reset, setReset] = stencilHooks_module.useState(false);
19
19
  const [error, setError] = stencilHooks_module.useState("");
20
- const [verifyPasswordResetCode, verifyPasswordResetCodeState] = index_module.Qe();
21
- const [resetPassword, resetPasswordState] = index_module.Te();
22
- const urlParams = new URLSearchParams(index_module.$n.location.search);
20
+ const [verifyPasswordResetCode, verifyPasswordResetCodeState] = index_module.Xe();
21
+ const [resetPassword, resetPasswordState] = index_module.Ke();
22
+ const urlParams = new URLSearchParams(index_module.xn.location.search);
23
23
  const oobCode = urlParams.get("oobCode");
24
24
  urlParams.delete("oobCode");
25
25
  const nextPageOverride = urlParams.get("nextPage");
@@ -57,10 +57,10 @@ function usePortalResetPassword(props) {
57
57
  const gotoNextPage = () => {
58
58
  urlParams.delete("nextPage");
59
59
  const url = utils.sanitizeUrlPath(nextPageOverride || props.nextPage);
60
- index_module.$n.push(url.href);
60
+ index_module.xn.push(url.href);
61
61
  };
62
62
  const failed = () => {
63
- index_module.$n.push({
63
+ index_module.xn.push({
64
64
  pathname: props.failedPage,
65
65
  search: urlParams.toString() && "?" + urlParams.toString(),
66
66
  });
@@ -4,22 +4,22 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
8
- const utils = require('./utils-6847bc06.js');
9
- require('./JSS-8503a151.js');
7
+ const index_module = require('./index.module-b8d9d0ba.js');
10
8
  const cjs = require('./cjs-1066ec21.js');
11
9
  require('./mixins-fe9d4112.js');
10
+ require('./JSS-8503a151.js');
11
+ const utils = require('./utils-6847bc06.js');
12
12
  require('./sqm-text-span-view-e1cd9bd3.js');
13
- const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-c8f91506.js');
13
+ const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-7ffcc0d4.js');
14
14
 
15
15
  let globalPromise = null;
16
16
  function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyEmailText, verifyInvalidText, networkErrorMessage, continueText, }) {
17
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
18
18
  const [completed, setCompleted] = stencilHooks_module.useState(false);
19
19
  const [successful, setSuccessful] = stencilHooks_module.useState(false);
20
- const userIdent = index_module.Q();
21
- const [request, { loading, data, errors }] = index_module.an();
22
- const urlParams = new URLSearchParams(index_module.$n.location.search);
20
+ const userIdent = index_module.K();
21
+ const [request, { loading, data, errors }] = index_module.ln();
22
+ const urlParams = new URLSearchParams(index_module.xn.location.search);
23
23
  const oobCode = urlParams.get("oobCode");
24
24
  const oobEmail = urlParams.get("email");
25
25
  const nextPageOverride = urlParams.get("nextPage");
@@ -30,7 +30,7 @@ function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyE
30
30
  successful);
31
31
  const validEmail = ((_c = userIdent === null || userIdent === void 0 ? void 0 : userIdent.managedIdentity) === null || _c === void 0 ? void 0 : _c.email) === oobEmail;
32
32
  const failed = () => {
33
- return index_module.$n.push({
33
+ return index_module.xn.push({
34
34
  pathname: failedPage,
35
35
  search: urlParams.toString() && "?" + urlParams.toString(),
36
36
  });
@@ -38,7 +38,7 @@ function usePortalVerifyEmail({ nextPage, failedPage, verifySuccessText, verifyE
38
38
  const gotoNextPage = () => {
39
39
  urlParams.delete("nextPage");
40
40
  const url = utils.sanitizeUrlPath(nextPageOverride || nextPage);
41
- index_module.$n.push(url.href);
41
+ index_module.xn.push(url.href);
42
42
  };
43
43
  const logout = () => {
44
44
  setTimeout(() => {
@@ -4,18 +4,18 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const global = require('./global-02e50f09.js');
8
- const index_module = require('./index.module-df530553.js');
9
- const utils = require('./utils-6847bc06.js');
10
- const JSS = require('./JSS-8503a151.js');
7
+ const global = require('./global-c3637175.js');
8
+ const index_module = require('./index.module-b8d9d0ba.js');
11
9
  const cjs = require('./cjs-1066ec21.js');
12
10
  require('./mixins-fe9d4112.js');
13
- const GenericTableView = require('./GenericTableView-a3f48e15.js');
14
- const reRender = require('./re-render-1976e05e.js');
15
- const useChildElements = require('./useChildElements-e0d44916.js');
11
+ const JSS = require('./JSS-8503a151.js');
12
+ const GenericTableView = require('./GenericTableView-80d7642e.js');
13
+ const reRender = require('./re-render-5bde3d2e.js');
14
+ const useChildElements = require('./useChildElements-410d2435.js');
16
15
  const luxon = require('./luxon-05098e19.js');
17
16
  const mockRewardData = require('./mockRewardData-4258e067.js');
18
- const useReferralTable = require('./useReferralTable-a76adb0d.js');
17
+ const useReferralTable = require('./useReferralTable-824ac152.js');
18
+ const utils = require('./utils-6847bc06.js');
19
19
  const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
20
20
 
21
21
  const mockReferralData = (count = 4) => {
@@ -4,14 +4,14 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-df530553.js');
7
+ const index_module = require('./index.module-b8d9d0ba.js');
8
8
  require('./jsonpointer-11327262.js');
9
- require('./JSS-8503a151.js');
10
9
  const cjs = require('./cjs-1066ec21.js');
11
10
  require('./mixins-fe9d4112.js');
12
- const emailRegistrationView = require('./email-registration-view-4c5d9379.js');
13
- require('./useRegistrationFormState-876ed65d.js');
14
- const useInstantAccessRegistration = require('./useInstantAccessRegistration-bbe746d1.js');
11
+ require('./JSS-8503a151.js');
12
+ const emailRegistrationView = require('./email-registration-view-248652bb.js');
13
+ require('./useRegistrationFormState-f9ce55be.js');
14
+ const useInstantAccessRegistration = require('./useInstantAccessRegistration-ccf81eae.js');
15
15
 
16
16
  const ReferredRegistration = class {
17
17
  constructor(hostRef) {
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- require('./index.module-df530553.js');
8
- const reRender = require('./re-render-1976e05e.js');
7
+ require('./index.module-b8d9d0ba.js');
8
+ const reRender = require('./re-render-5bde3d2e.js');
9
9
 
10
10
  const RewardTableCustomerNoteColumn = class {
11
11
  constructor(hostRef) {
@@ -4,18 +4,18 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const global = require('./global-02e50f09.js');
8
- const index_module = require('./index.module-df530553.js');
9
- const utils = require('./utils-6847bc06.js');
10
- const JSS = require('./JSS-8503a151.js');
7
+ const global = require('./global-c3637175.js');
8
+ const index_module = require('./index.module-b8d9d0ba.js');
11
9
  const cjs = require('./cjs-1066ec21.js');
12
10
  require('./mixins-fe9d4112.js');
13
- const GenericTableView = require('./GenericTableView-a3f48e15.js');
14
- const reRender = require('./re-render-1976e05e.js');
15
- const useChildElements = require('./useChildElements-e0d44916.js');
11
+ const JSS = require('./JSS-8503a151.js');
12
+ const GenericTableView = require('./GenericTableView-80d7642e.js');
13
+ const reRender = require('./re-render-5bde3d2e.js');
14
+ const useChildElements = require('./useChildElements-410d2435.js');
16
15
  const luxon = require('./luxon-05098e19.js');
17
16
  const mockRewardData = require('./mockRewardData-4258e067.js');
18
- const useReferralTable = require('./useReferralTable-a76adb0d.js');
17
+ const useReferralTable = require('./useReferralTable-824ac152.js');
18
+ const utils = require('./utils-6847bc06.js');
19
19
 
20
20
  const debug = stencilHooks_module.browser("sq:useRewardsTable");
21
21
  const CSS_NAMESPACE = "sqm-rewards-table";
@@ -166,9 +166,9 @@ const GET_IMPACT_TAX = index_module.dist.gql `
166
166
  `;
167
167
  function useRewardsTable(props, emptyElement, loadingElement) {
168
168
  var _a, _b, _c;
169
- const user = index_module.Q();
170
- const programIdContext = index_module.H();
171
- const locale = index_module.L();
169
+ const user = index_module.K();
170
+ const programIdContext = index_module.z();
171
+ const locale = index_module.Q();
172
172
  // Default to context, overriden by props
173
173
  const programId = (_a = props.programId) !== null && _a !== void 0 ? _a : programIdContext;
174
174
  const rewardFilter = {
@@ -190,8 +190,8 @@ function useRewardsTable(props, emptyElement, loadingElement) {
190
190
  loading: false,
191
191
  page: 0,
192
192
  });
193
- const { data: impactTaxData, loading: taxLoading } = index_module.yn(GET_IMPACT_TAX, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
194
- const { envelope: rewardsData, states, callbacks, } = index_module.kn(GET_REWARDS, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.rewards; }, {
193
+ const { data: impactTaxData, loading: taxLoading } = index_module.En(GET_IMPACT_TAX, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
194
+ const { envelope: rewardsData, states, callbacks, } = index_module.On(GET_REWARDS, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.rewards; }, {
195
195
  limit: props.perPage,
196
196
  offset: 0,
197
197
  }, {