@saasquatch/mint-components 1.12.0-8 → 1.12.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 (382) hide show
  1. package/dist/cjs/{ShadowViewAddon-040cffad.js → ShadowViewAddon-c3e91cee.js} +22 -25
  2. package/dist/cjs/{global-c3637175.js → global-02e50f09.js} +2 -2
  3. package/dist/cjs/{index.module-b8d9d0ba.js → index.module-df530553.js} +18 -55
  4. package/dist/cjs/loader.cjs.js +3 -3
  5. package/dist/cjs/mint-components.cjs.js +3 -3
  6. package/dist/cjs/{re-render-5bde3d2e.js → re-render-1976e05e.js} +4 -4
  7. package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
  8. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +139 -224
  9. package/dist/cjs/sqm-big-stat_39.cjs.entry.js +218 -386
  10. package/dist/cjs/sqm-close-button.cjs.entry.js +1 -1
  11. package/dist/cjs/sqm-context-router.cjs.entry.js +2 -2
  12. package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -2
  13. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
  14. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +3 -3
  15. package/dist/cjs/{sqm-invoice-table-view-5d3a2d35.js → sqm-invoice-table-view-e3b03a00.js} +1 -59
  16. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +5 -5
  17. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +3 -3
  18. package/dist/cjs/{sqm-navigation-sidebar-item-view-a2135064.js → sqm-navigation-sidebar-item-view-a125ec5f.js} +2 -2
  19. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +3 -3
  20. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
  21. package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
  22. package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
  23. package/dist/cjs/{sqm-portal-email-verification-view-050dbe0f.js → sqm-portal-email-verification-view-292b5bf4.js} +1 -1
  24. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +8 -8
  25. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
  26. package/dist/cjs/sqm-portal-logout.cjs.entry.js +2 -2
  27. package/dist/cjs/{sqm-portal-profile-view-d97086bc.js → sqm-portal-profile-view-fde54e35.js} +1 -1
  28. package/dist/cjs/sqm-portal-profile.cjs.entry.js +7 -7
  29. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +5 -5
  30. package/dist/cjs/sqm-portal-registration-form-view-621348a6.js +85 -0
  31. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +13 -88
  32. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +6 -6
  33. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +6 -6
  34. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +5 -5
  35. package/dist/cjs/sqm-referred-registration.cjs.entry.js +3 -3
  36. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
  37. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +10 -10
  38. package/dist/cjs/sqm-stencilbook.cjs.entry.js +366 -377
  39. package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
  40. package/dist/cjs/sqm-tabs.cjs.entry.js +4 -4
  41. package/dist/cjs/{useChildElements-410d2435.js → useChildElements-e0d44916.js} +2 -2
  42. package/dist/cjs/{useInstantAccessRegistration-ccf81eae.js → useInstantAccessRegistration-bbe746d1.js} +3 -3
  43. package/dist/cjs/{useReferralTable-824ac152.js → useReferralTable-a76adb0d.js} +9 -9
  44. package/dist/cjs/{useRegistrationFormState-f9ce55be.js → useRegistrationFormState-876ed65d.js} +2 -2
  45. package/dist/cjs/{utilities-f7de6c04.js → utilities-cec9dd36.js} +1 -1
  46. package/dist/collection/collection-manifest.json +1 -6
  47. package/dist/collection/components/sqm-big-stat/useBigStat.js +3 -6
  48. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +5 -5
  49. package/dist/collection/components/sqm-marketing-emails-checkbox/MarketingEmailsCheckbox.stories.js +11 -0
  50. package/dist/collection/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.js +160 -0
  51. package/dist/collection/components/sqm-portal-registration-form/PortalRegistrationForm.stories.js +5 -1
  52. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +1 -1
  53. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +3 -2
  54. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +4 -8
  55. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +0 -2
  56. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +0 -56
  57. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +1 -5
  58. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +38 -101
  59. package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +2 -15
  60. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +0 -6
  61. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +8 -8
  62. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +2 -2
  63. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +0 -11
  64. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +9 -10
  65. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +1 -2
  66. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +2 -2
  67. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +11 -14
  68. package/dist/esm/{ShadowViewAddon-69b61037.js → ShadowViewAddon-e012b2aa.js} +22 -25
  69. package/dist/esm/{global-6306a9b8.js → global-04c7d3b5.js} +2 -2
  70. package/dist/esm/{index.module-6c840c4e.js → index.module-def4aec5.js} +3 -40
  71. package/dist/esm/loader.js +3 -3
  72. package/dist/esm/mint-components.js +3 -3
  73. package/dist/esm/{re-render-1bcfd0de.js → re-render-12fd274a.js} +4 -4
  74. package/dist/esm/sqm-asset-card.entry.js +1 -1
  75. package/dist/esm/sqm-banking-info-form_16.entry.js +138 -223
  76. package/dist/esm/sqm-big-stat_39.entry.js +217 -385
  77. package/dist/esm/sqm-close-button.entry.js +1 -1
  78. package/dist/esm/sqm-context-router.entry.js +2 -2
  79. package/dist/esm/sqm-empty_4.entry.js +2 -2
  80. package/dist/esm/sqm-graphql-client-provider.entry.js +5 -5
  81. package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
  82. package/dist/esm/{sqm-invoice-table-view-e9075c0b.js → sqm-invoice-table-view-6e13a323.js} +1 -59
  83. package/dist/esm/sqm-leaderboard-rank.entry.js +5 -5
  84. package/dist/esm/sqm-logout-current-user.entry.js +3 -3
  85. package/dist/esm/{sqm-navigation-sidebar-item-view-f8e78810.js → sqm-navigation-sidebar-item-view-60ef06cc.js} +2 -2
  86. package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
  87. package/dist/esm/sqm-navigation-sidebar.entry.js +3 -3
  88. package/dist/esm/sqm-password-field.entry.js +2 -2
  89. package/dist/esm/sqm-popup-container.entry.js +4 -4
  90. package/dist/esm/{sqm-portal-email-verification-view-c6ac5430.js → sqm-portal-email-verification-view-4307c992.js} +1 -1
  91. package/dist/esm/sqm-portal-email-verification.entry.js +8 -8
  92. package/dist/esm/sqm-portal-forgot-password.entry.js +4 -4
  93. package/dist/esm/sqm-portal-logout.entry.js +2 -2
  94. package/dist/esm/{sqm-portal-profile-view-15ddbec8.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
  95. package/dist/esm/sqm-portal-profile.entry.js +7 -7
  96. package/dist/esm/sqm-portal-protected-route.entry.js +5 -5
  97. package/dist/esm/sqm-portal-registration-form-view-1d3066e1.js +83 -0
  98. package/dist/esm/sqm-portal-registration-form.entry.js +18 -93
  99. package/dist/esm/sqm-portal-reset-password.entry.js +6 -6
  100. package/dist/esm/sqm-portal-verify-email.entry.js +6 -6
  101. package/dist/esm/sqm-referral-table_11.entry.js +5 -5
  102. package/dist/esm/sqm-referred-registration.entry.js +3 -3
  103. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
  104. package/dist/esm/sqm-rewards-table_9.entry.js +10 -10
  105. package/dist/esm/sqm-stencilbook.entry.js +366 -377
  106. package/dist/esm/sqm-tab.entry.js +2 -2
  107. package/dist/esm/sqm-tabs.entry.js +4 -4
  108. package/dist/esm/stencil-hooks.module-ac12ca1c.js +1 -1
  109. package/dist/esm/{useChildElements-fc84e640.js → useChildElements-32e1bda1.js} +2 -2
  110. package/dist/esm/{useInstantAccessRegistration-8b0a4556.js → useInstantAccessRegistration-46b89952.js} +3 -3
  111. package/dist/esm/{useReferralTable-f6ffa103.js → useReferralTable-f4de0650.js} +9 -9
  112. package/dist/esm/{useRegistrationFormState-849e27f7.js → useRegistrationFormState-9fc1ac80.js} +2 -2
  113. package/dist/esm/{utilities-443732be.js → utilities-3f5bba22.js} +1 -1
  114. package/dist/esm-es5/ShadowViewAddon-e012b2aa.js +1 -0
  115. package/dist/esm-es5/{global-6306a9b8.js → global-04c7d3b5.js} +2 -2
  116. package/dist/esm-es5/index.module-def4aec5.js +1 -0
  117. package/dist/esm-es5/loader.js +1 -1
  118. package/dist/esm-es5/mint-components.js +1 -1
  119. package/dist/esm-es5/{re-render-1bcfd0de.js → re-render-12fd274a.js} +1 -1
  120. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  121. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  122. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
  123. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  124. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  125. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  126. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  127. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  128. package/dist/esm-es5/sqm-invoice-table-view-6e13a323.js +1 -0
  129. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  130. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  131. package/dist/esm-es5/sqm-navigation-sidebar-item-view-60ef06cc.js +1 -0
  132. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  133. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  134. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  135. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  136. package/dist/esm-es5/{sqm-portal-email-verification-view-c6ac5430.js → sqm-portal-email-verification-view-4307c992.js} +1 -1
  137. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  138. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  139. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  140. package/dist/esm-es5/{sqm-portal-profile-view-15ddbec8.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
  141. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  142. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  143. package/dist/esm-es5/sqm-portal-registration-form-view-1d3066e1.js +1 -0
  144. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  145. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  146. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  147. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  148. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  149. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  150. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  151. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  152. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  153. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  154. package/dist/esm-es5/stencil-hooks.module-ac12ca1c.js +1 -1
  155. package/dist/esm-es5/{useChildElements-fc84e640.js → useChildElements-32e1bda1.js} +1 -1
  156. package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +1 -0
  157. package/dist/esm-es5/{useReferralTable-f6ffa103.js → useReferralTable-f4de0650.js} +1 -1
  158. package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +1 -0
  159. package/dist/esm-es5/{utilities-443732be.js → utilities-3f5bba22.js} +1 -1
  160. package/dist/mint-components/mint-components.esm.js +1 -1
  161. package/dist/mint-components/mint-components.js +1 -1
  162. package/dist/mint-components/{p-f450654b.system.entry.js → p-01cfff8a.system.entry.js} +1 -1
  163. package/dist/mint-components/{p-94454880.entry.js → p-021a735d.entry.js} +1 -1
  164. package/dist/mint-components/{p-ac51940e.system.js → p-02424350.system.js} +1 -1
  165. package/dist/mint-components/p-03494732.entry.js +1 -0
  166. package/dist/mint-components/{p-59818690.system.entry.js → p-07f675ab.system.entry.js} +1 -1
  167. package/dist/mint-components/{p-11d1b212.js → p-0b9fa97f.js} +1 -1
  168. package/dist/mint-components/{p-5becb2ff.system.js → p-0d8c53ac.system.js} +1 -1
  169. package/dist/mint-components/{p-9eae245f.js → p-10685090.js} +4 -7
  170. package/dist/mint-components/p-10e89d0a.entry.js +1 -0
  171. package/dist/mint-components/{p-012daf3c.entry.js → p-137ea86e.entry.js} +1 -1
  172. package/dist/mint-components/p-1c857edb.entry.js +33 -0
  173. package/dist/mint-components/{p-e12d3414.system.entry.js → p-1dd69917.system.entry.js} +1 -1
  174. package/dist/mint-components/p-2a414b2e.system.js +2 -2
  175. package/dist/mint-components/{p-d468925f.entry.js → p-2dd67762.entry.js} +1 -1
  176. package/dist/mint-components/{p-1d27da33.js → p-2ee2ebba.js} +2 -2
  177. package/dist/mint-components/{p-84b25a46.entry.js → p-3223ba7b.entry.js} +1 -1
  178. package/dist/mint-components/{p-f4cbbe47.entry.js → p-32d1d162.entry.js} +1 -1
  179. package/dist/mint-components/{p-cb433855.system.entry.js → p-35d84041.system.entry.js} +1 -1
  180. package/dist/mint-components/{p-4babe350.system.js → p-3d4656bb.system.js} +1 -1
  181. package/dist/mint-components/{p-f36e33ff.entry.js → p-3ec16698.entry.js} +2 -2
  182. package/dist/mint-components/p-40b1de58.js +1 -0
  183. package/dist/mint-components/p-4112e198.system.js +1 -0
  184. package/dist/mint-components/{p-04348a9b.js → p-41a11a7f.js} +1 -1
  185. package/dist/mint-components/p-44787d6e.system.js +1 -0
  186. package/dist/mint-components/{p-be1ae1ed.system.entry.js → p-4502ed11.system.entry.js} +1 -1
  187. package/dist/mint-components/p-458b2894.entry.js +9 -0
  188. package/dist/mint-components/{p-e0e7635a.js → p-4d233cd4.js} +1 -1
  189. package/dist/mint-components/{p-cd44de66.system.js → p-4df8f1d2.system.js} +1 -1
  190. package/dist/mint-components/{p-7dd1ff31.system.entry.js → p-4ea58025.system.entry.js} +1 -1
  191. package/dist/mint-components/{p-a45b03d2.entry.js → p-4edde470.entry.js} +1 -1
  192. package/dist/mint-components/p-51f517a2.js +1 -0
  193. package/dist/mint-components/{p-bee1e573.entry.js → p-56f14840.entry.js} +1 -1
  194. package/dist/mint-components/{p-0527d90b.system.entry.js → p-58ef25d3.system.entry.js} +1 -1
  195. package/dist/mint-components/{p-fc422446.system.js → p-59fe4ad1.system.js} +1 -1
  196. package/dist/mint-components/p-5b333fa8.system.entry.js +1 -0
  197. package/dist/mint-components/p-5be235f9.entry.js +1 -0
  198. package/dist/mint-components/{p-bc826117.system.entry.js → p-5cac90e8.system.entry.js} +1 -1
  199. package/dist/mint-components/{p-22425c71.system.entry.js → p-5f1c4160.system.entry.js} +1 -1
  200. package/dist/mint-components/{p-0121e044.js → p-61eab172.js} +1 -1
  201. package/dist/mint-components/{p-4eae91a9.system.js → p-674a64fe.system.js} +1 -1
  202. package/dist/mint-components/{p-76392386.entry.js → p-6cef104b.entry.js} +1 -1
  203. package/dist/mint-components/{p-0893073b.entry.js → p-7049e9b0.entry.js} +1 -1
  204. package/dist/mint-components/p-711ba77e.system.entry.js +1 -0
  205. package/dist/mint-components/p-770368bc.system.js +1 -0
  206. package/dist/mint-components/{p-c3babfa4.system.entry.js → p-7731f793.system.entry.js} +1 -1
  207. package/dist/mint-components/p-79191f88.entry.js +1 -0
  208. package/dist/mint-components/p-7f088154.entry.js +1 -0
  209. package/dist/mint-components/{p-3e7ec0f3.system.entry.js → p-8679ed9f.system.entry.js} +1 -1
  210. package/dist/mint-components/{p-6c928c7d.entry.js → p-86990110.entry.js} +1 -1
  211. package/dist/mint-components/{p-d83b0cf3.js → p-8704937c.js} +1 -1
  212. package/dist/mint-components/p-8b5b78ca.entry.js +1 -0
  213. package/dist/mint-components/p-8e907ac7.system.entry.js +1 -0
  214. package/dist/mint-components/p-91669312.entry.js +1 -0
  215. package/dist/mint-components/p-95771f79.system.js +1 -0
  216. package/dist/mint-components/p-96242551.system.entry.js +1 -0
  217. package/dist/mint-components/{p-f56348dc.system.entry.js → p-9c310991.system.entry.js} +1 -1
  218. package/dist/mint-components/{p-9ec008cb.system.entry.js → p-9f0629ba.system.entry.js} +1 -1
  219. package/dist/mint-components/{p-f531a5c9.system.entry.js → p-a1dba9a1.system.entry.js} +1 -1
  220. package/dist/mint-components/p-a6a7dcaa.js +1 -0
  221. package/dist/mint-components/{p-9cdbd1ac.system.entry.js → p-a7c2ced2.system.entry.js} +1 -1
  222. package/dist/mint-components/p-a8f7cb95.js +1 -0
  223. package/dist/mint-components/{p-03dbe2ce.entry.js → p-a9050eb0.entry.js} +1 -1
  224. package/dist/mint-components/{p-fd21ae8f.entry.js → p-aad11a68.entry.js} +1 -1
  225. package/dist/mint-components/p-aee2304a.entry.js +223 -0
  226. package/dist/mint-components/{p-04ced592.system.entry.js → p-af062c8f.system.entry.js} +1 -1
  227. package/dist/mint-components/{p-1f7d7524.system.entry.js → p-afd366ae.system.entry.js} +1 -1
  228. package/dist/mint-components/p-b370fca8.system.js +1 -0
  229. package/dist/mint-components/{p-5291891c.entry.js → p-b4c52c5a.entry.js} +2 -2
  230. package/dist/mint-components/{p-36e9296e.system.entry.js → p-b5861974.system.entry.js} +1 -1
  231. package/dist/mint-components/{p-83c9f37b.system.entry.js → p-b6fc1227.system.entry.js} +1 -1
  232. package/dist/mint-components/p-bb00db59.js +1 -0
  233. package/dist/mint-components/{p-5fba1a04.system.entry.js → p-be4b748a.system.entry.js} +1 -1
  234. package/dist/mint-components/{p-8d554a89.system.js → p-c84659a3.system.js} +1 -1
  235. package/dist/mint-components/{p-9e0230c3.entry.js → p-ce5afa40.entry.js} +1 -1
  236. package/dist/mint-components/{p-2816bf6a.js → p-ce621bcc.js} +1 -1
  237. package/dist/mint-components/{p-88bf51b7.system.entry.js → p-cf690d55.system.entry.js} +1 -1
  238. package/dist/mint-components/p-d5de2646.system.entry.js +1 -0
  239. package/dist/mint-components/{p-4671e644.entry.js → p-d8d2de11.entry.js} +1 -1
  240. package/dist/mint-components/p-d8e68e16.entry.js +13 -0
  241. package/dist/mint-components/{p-4e373c3d.system.js → p-dd7ee007.system.js} +1 -1
  242. package/dist/mint-components/{p-d35d8c06.entry.js → p-e3735866.entry.js} +2 -2
  243. package/dist/mint-components/p-e6d74386.system.entry.js +1 -0
  244. package/dist/mint-components/{p-68747d88.js → p-eaada4da.js} +1 -1
  245. package/dist/mint-components/{p-51d53165.system.entry.js → p-eba44835.system.entry.js} +1 -1
  246. package/dist/mint-components/p-ec41d6a4.entry.js +174 -0
  247. package/dist/mint-components/{p-43621f12.system.js → p-ed095674.system.js} +1 -1
  248. package/dist/mint-components/p-ed17e637.system.js +1 -0
  249. package/dist/mint-components/{p-c1f4fb6d.system.entry.js → p-fb20eb5e.system.entry.js} +1 -1
  250. package/dist/mint-components/p-fd2c5407.js +2 -2
  251. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field-view.d.ts +1 -1
  252. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +4 -4
  253. package/dist/types/components/sqm-marketing-emails-checkbox/MarketingEmailsCheckbox.stories.d.ts +8 -0
  254. package/dist/types/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.d.ts +34 -0
  255. package/dist/types/components/sqm-portal-registration-form/PortalRegistrationForm.stories.d.ts +1 -0
  256. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form-view.d.ts +1 -0
  257. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +1 -1
  258. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +0 -2
  259. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +0 -2
  260. package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +1 -1
  261. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/data.d.ts +0 -5
  262. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +2 -2
  263. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +0 -5
  264. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +2 -2
  265. package/dist/types/components.d.ts +108 -591
  266. package/docs/docs.docx +0 -0
  267. package/docs/raisins.json +1 -1
  268. package/grapesjs/grapesjs.js +1 -1
  269. package/package.json +2 -2
  270. package/dist/cjs/extractProps-fd93ba62.js +0 -21
  271. package/dist/cjs/keys-cff24974.js +0 -11
  272. package/dist/cjs/sqm-code-verification.cjs.entry.js +0 -345
  273. package/dist/cjs/sqm-email-verification.cjs.entry.js +0 -283
  274. package/dist/cjs/sqm-scroll.cjs.entry.js +0 -109
  275. package/dist/cjs/sqm-widget-verification-internal.cjs.entry.js +0 -103
  276. package/dist/cjs/sqm-widget-verification.cjs.entry.js +0 -210
  277. package/dist/cjs/useVerificationEmail-6aacdb71.js +0 -169
  278. package/dist/collection/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.js +0 -8
  279. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +0 -23
  280. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll.js +0 -118
  281. package/dist/collection/components/sqm-payout-button-scroll/usePayoutButton.js +0 -44
  282. package/dist/collection/components/sqm-widget-verification/keys.js +0 -4
  283. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +0 -36
  284. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +0 -128
  285. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +0 -301
  286. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +0 -156
  287. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.js +0 -42
  288. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +0 -91
  289. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +0 -226
  290. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +0 -126
  291. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-internal.js +0 -339
  292. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +0 -557
  293. package/dist/collection/components/sqm-widget-verification/useVerificationEmail.js +0 -165
  294. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +0 -22
  295. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +0 -116
  296. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +0 -354
  297. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +0 -65
  298. package/dist/esm/extractProps-ae1afbb3.js +0 -19
  299. package/dist/esm/keys-db1897ae.js +0 -6
  300. package/dist/esm/sqm-code-verification.entry.js +0 -341
  301. package/dist/esm/sqm-email-verification.entry.js +0 -279
  302. package/dist/esm/sqm-scroll.entry.js +0 -105
  303. package/dist/esm/sqm-widget-verification-internal.entry.js +0 -99
  304. package/dist/esm/sqm-widget-verification.entry.js +0 -206
  305. package/dist/esm/useVerificationEmail-c32696ba.js +0 -167
  306. package/dist/esm-es5/ShadowViewAddon-69b61037.js +0 -1
  307. package/dist/esm-es5/extractProps-ae1afbb3.js +0 -1
  308. package/dist/esm-es5/index.module-6c840c4e.js +0 -1
  309. package/dist/esm-es5/keys-db1897ae.js +0 -1
  310. package/dist/esm-es5/sqm-code-verification.entry.js +0 -1
  311. package/dist/esm-es5/sqm-email-verification.entry.js +0 -1
  312. package/dist/esm-es5/sqm-invoice-table-view-e9075c0b.js +0 -1
  313. package/dist/esm-es5/sqm-navigation-sidebar-item-view-f8e78810.js +0 -1
  314. package/dist/esm-es5/sqm-scroll.entry.js +0 -1
  315. package/dist/esm-es5/sqm-widget-verification-internal.entry.js +0 -1
  316. package/dist/esm-es5/sqm-widget-verification.entry.js +0 -1
  317. package/dist/esm-es5/useInstantAccessRegistration-8b0a4556.js +0 -1
  318. package/dist/esm-es5/useRegistrationFormState-849e27f7.js +0 -1
  319. package/dist/esm-es5/useVerificationEmail-c32696ba.js +0 -1
  320. package/dist/mint-components/p-0c9ad5f3.system.entry.js +0 -1
  321. package/dist/mint-components/p-1649ee1e.entry.js +0 -240
  322. package/dist/mint-components/p-1712a9fd.entry.js +0 -11
  323. package/dist/mint-components/p-1b861be5.entry.js +0 -1
  324. package/dist/mint-components/p-1e616d45.system.js +0 -1
  325. package/dist/mint-components/p-26468242.js +0 -1
  326. package/dist/mint-components/p-2868f475.entry.js +0 -1
  327. package/dist/mint-components/p-3925bcd6.entry.js +0 -13
  328. package/dist/mint-components/p-39840341.js +0 -1
  329. package/dist/mint-components/p-39e412e8.system.entry.js +0 -1
  330. package/dist/mint-components/p-4364001c.entry.js +0 -12
  331. package/dist/mint-components/p-54ffae13.entry.js +0 -194
  332. package/dist/mint-components/p-5a23b560.system.entry.js +0 -1
  333. package/dist/mint-components/p-63ac51e1.system.entry.js +0 -1
  334. package/dist/mint-components/p-64491210.system.entry.js +0 -1
  335. package/dist/mint-components/p-8690f682.system.js +0 -1
  336. package/dist/mint-components/p-93576222.system.js +0 -1
  337. package/dist/mint-components/p-947fe79b.entry.js +0 -1
  338. package/dist/mint-components/p-9596e97c.system.entry.js +0 -1
  339. package/dist/mint-components/p-974070c4.system.entry.js +0 -1
  340. package/dist/mint-components/p-99c15c5e.entry.js +0 -1
  341. package/dist/mint-components/p-9d34f4f0.entry.js +0 -33
  342. package/dist/mint-components/p-a4282d02.system.entry.js +0 -1
  343. package/dist/mint-components/p-a85f57bb.entry.js +0 -1
  344. package/dist/mint-components/p-a8645c1b.system.js +0 -1
  345. package/dist/mint-components/p-b1e8a802.entry.js +0 -1
  346. package/dist/mint-components/p-b2a99637.system.js +0 -1
  347. package/dist/mint-components/p-bdd6bb13.js +0 -1
  348. package/dist/mint-components/p-c3b37bbf.js +0 -1
  349. package/dist/mint-components/p-c510fb88.entry.js +0 -1
  350. package/dist/mint-components/p-c92a743e.entry.js +0 -1
  351. package/dist/mint-components/p-c9fb6102.entry.js +0 -1
  352. package/dist/mint-components/p-ca809fdd.system.js +0 -1
  353. package/dist/mint-components/p-d238372a.system.entry.js +0 -1
  354. package/dist/mint-components/p-d7806f31.js +0 -48
  355. package/dist/mint-components/p-def516b8.system.js +0 -1
  356. package/dist/mint-components/p-e01ac27c.system.js +0 -1
  357. package/dist/mint-components/p-e45a8501.system.entry.js +0 -1
  358. package/dist/mint-components/p-ead27698.system.entry.js +0 -1
  359. package/dist/mint-components/p-f340214f.entry.js +0 -25
  360. package/dist/mint-components/p-f55060db.js +0 -1
  361. package/dist/mint-components/p-f655a7df.js +0 -1
  362. package/dist/mint-components/p-fffc3590.entry.js +0 -9
  363. package/dist/types/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.d.ts +0 -5
  364. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.d.ts +0 -10
  365. package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll.d.ts +0 -26
  366. package/dist/types/components/sqm-payout-button-scroll/usePayoutButton.d.ts +0 -7
  367. package/dist/types/components/sqm-widget-verification/keys.d.ts +0 -4
  368. package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +0 -9
  369. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.d.ts +0 -26
  370. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +0 -54
  371. package/dist/types/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.d.ts +0 -25
  372. package/dist/types/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.d.ts +0 -10
  373. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.d.ts +0 -21
  374. package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +0 -40
  375. package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +0 -10
  376. package/dist/types/components/sqm-widget-verification/sqm-widget-verification-internal.d.ts +0 -20
  377. package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +0 -87
  378. package/dist/types/components/sqm-widget-verification/useVerificationEmail.d.ts +0 -14
  379. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +0 -10
  380. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +0 -30
  381. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +0 -62
  382. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +0 -19
@@ -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-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.js');
8
8
  require('./mixins-fe9d4112.js');
9
9
  require('./JSS-8503a151.js');
10
10
  const sqmCloseButtonView = require('./sqm-close-button-view-fd6e8f60.js');
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index$1 = require('./index-b0129cd6.js');
6
6
  const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
- const index_module = require('./index.module-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.js');
8
8
  const utils = require('./utils-6847bc06.js');
9
9
  const index = require('./index-8c6255f5.js');
10
10
 
@@ -16,7 +16,7 @@ function matchPath(pattern, page) {
16
16
  return regexp.exec(page);
17
17
  }
18
18
  function useContextRouter(props) {
19
- const host = index_module.T();
19
+ const host = index_module._();
20
20
  const [slot, setSlot] = stencilHooks_module.useState(undefined);
21
21
  const [container, setContainer] = stencilHooks_module.useState(undefined);
22
22
  const context = props.contextName;
@@ -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
- const global = require('./global-c3637175.js');
8
- require('./index.module-b8d9d0ba.js');
7
+ const global = require('./global-02e50f09.js');
8
+ require('./index.module-df530553.js');
9
9
  require('./JSS-8503a151.js');
10
10
  const utils = require('./utils-6847bc06.js');
11
11
  const sqmPortalContainerView = require('./sqm-portal-container-view-990a85a3.js');
@@ -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-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.js');
8
8
 
9
9
  async function useGraphQLClientProvider({ domain }) {
10
- const token = index_module.B();
10
+ const token = index_module.J();
11
11
  const appDomain = domain;
12
- const tenantAlias = index_module.Y();
12
+ const tenantAlias = index_module.z();
13
13
  // Memoization is shared. One client per domain, tenant and token (or null)
14
- const managedIdentityClient = index_module.ke(appDomain, tenantAlias, token);
15
- const [, setGraphQLClient] = stencilHooks_module.m(index_module.$e, managedIdentityClient);
14
+ const managedIdentityClient = index_module.Ee(appDomain, tenantAlias, token);
15
+ const [, setGraphQLClient] = stencilHooks_module.m(index_module.Pe, managedIdentityClient);
16
16
  stencilHooks_module.useEffect(() => {
17
17
  setGraphQLClient(managedIdentityClient);
18
18
  }, [managedIdentityClient]);
@@ -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-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.js');
8
8
  require('./jsonpointer-11327262.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  require('./mixins-fe9d4112.js');
11
11
  require('./JSS-8503a151.js');
12
12
  const emailRegistrationView = require('./email-registration-view-248652bb.js');
13
- require('./useRegistrationFormState-f9ce55be.js');
14
- const useInstantAccessRegistration = require('./useInstantAccessRegistration-ccf81eae.js');
13
+ require('./useRegistrationFormState-876ed65d.js');
14
+ const useInstantAccessRegistration = require('./useInstantAccessRegistration-bbe746d1.js');
15
15
 
16
16
  const InstantAccessRegistration = class {
17
17
  constructor(hostRef) {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-b0129cd6.js');
4
- const global = require('./global-c3637175.js');
4
+ const global = require('./global-02e50f09.js');
5
5
  const JSS = require('./JSS-8503a151.js');
6
6
 
7
7
  const INDIRECT_TAX_PROVINCES = [
@@ -698,7 +698,6 @@ const stepTwoProps = {
698
698
  };
699
699
  const stepFourProps = {
700
700
  states: {
701
- showVerification: false,
702
701
  step: "4",
703
702
  hideSteps: false,
704
703
  disabled: false,
@@ -714,7 +713,6 @@ const stepFourProps = {
714
713
  },
715
714
  },
716
715
  callbacks: {
717
- onVerification: () => { },
718
716
  onSubmit: async () => console.log("Submit"),
719
717
  setPaymentMethodChecked: () => { },
720
718
  setPaymentScheduleChecked: () => { },
@@ -762,7 +760,6 @@ const dashboardProps = {
762
760
  indirectTaxNumber: "123456",
763
761
  indirectTaxType: "VAT",
764
762
  showNewFormDialog: false,
765
- hasHold: false,
766
763
  },
767
764
  slots: {
768
765
  payoutDetailsCardSlot: (index.h("sqm-payout-details-card", { demoData: {
@@ -1277,7 +1274,6 @@ const TaxAndCashDashboardActiveW8BENForm = () => {
1277
1274
  indirectTaxType: "VAT",
1278
1275
  indirectTaxNumber: "123456",
1279
1276
  showNewFormDialog: false,
1280
- hasHold: false,
1281
1277
  },
1282
1278
  } }));
1283
1279
  };
@@ -1293,7 +1289,6 @@ const TaxAndCashDashboardActiveW8BENEForm = () => {
1293
1289
  indirectTaxType: "VAT",
1294
1290
  indirectTaxNumber: "123456",
1295
1291
  showNewFormDialog: false,
1296
- hasHold: false,
1297
1292
  },
1298
1293
  } }));
1299
1294
  };
@@ -1310,7 +1305,6 @@ const TaxAndCashDashboardNotActiveW9Form = () => {
1310
1305
  indirectTaxType: "VAT",
1311
1306
  indirectTaxNumber: "123456",
1312
1307
  showNewFormDialog: false,
1313
- hasHold: false,
1314
1308
  },
1315
1309
  } }));
1316
1310
  };
@@ -1328,7 +1322,6 @@ const TaxAndCashDashboardNotVerifiedW9Form = () => {
1328
1322
  indirectTaxType: "VAT",
1329
1323
  indirectTaxNumber: "123456",
1330
1324
  showNewFormDialog: false,
1331
- hasHold: false,
1332
1325
  },
1333
1326
  } }));
1334
1327
  };
@@ -1347,7 +1340,6 @@ const TaxAndCashDashboardNotVerifiedW8BENForm = () => {
1347
1340
  indirectTaxType: "VAT",
1348
1341
  indirectTaxNumber: "123456",
1349
1342
  showNewFormDialog: false,
1350
- hasHold: false,
1351
1343
  },
1352
1344
  } }));
1353
1345
  };
@@ -1366,7 +1358,6 @@ const TaxAndCashDashboardNotVerifiedW8BENEForm = () => {
1366
1358
  indirectTaxType: "VAT",
1367
1359
  indirectTaxNumber: "123456",
1368
1360
  showNewFormDialog: false,
1369
- hasHold: false,
1370
1361
  },
1371
1362
  } }));
1372
1363
  };
@@ -1385,7 +1376,6 @@ const TaxAndCashDashboardNotActiveW8BENEForm = () => {
1385
1376
  indirectTaxType: "VAT",
1386
1377
  country: "United Kingdom",
1387
1378
  showNewFormDialog: false,
1388
- hasHold: false,
1389
1379
  },
1390
1380
  } }));
1391
1381
  };
@@ -1404,7 +1394,6 @@ const TaxAndCashDashboardNoFormNeeded = () => {
1404
1394
  indirectTaxNumber: "123456",
1405
1395
  indirectTaxType: "GST",
1406
1396
  showNewFormDialog: false,
1407
- hasHold: false,
1408
1397
  },
1409
1398
  } }));
1410
1399
  };
@@ -1424,7 +1413,6 @@ const TaxAndCashDashboardIndirectTaxCanada = () => {
1424
1413
  indirectTaxType: "GST",
1425
1414
  indirectTaxNumber: "123456",
1426
1415
  showNewFormDialog: false,
1427
- hasHold: false,
1428
1416
  },
1429
1417
  } }));
1430
1418
  };
@@ -1445,7 +1433,6 @@ const TaxAndCashDashboardIndirectTaxCanadaQuebec = () => {
1445
1433
  indirectTaxNumber: "123456",
1446
1434
  qstNumber: "44212",
1447
1435
  showNewFormDialog: false,
1448
- hasHold: false,
1449
1436
  },
1450
1437
  } }));
1451
1438
  };
@@ -1466,7 +1453,6 @@ const TaxAndCashDashboardIndirectTaxSpain = () => {
1466
1453
  indirectTaxNumber: "123456",
1467
1454
  subRegionTaxNumber: "44212",
1468
1455
  showNewFormDialog: false,
1469
- hasHold: false,
1470
1456
  },
1471
1457
  } }));
1472
1458
  };
@@ -1482,25 +1468,6 @@ const TaxAndCashDashboardIndirectTaxNotRegistered = () => {
1482
1468
  noFormNeeded: false,
1483
1469
  notRegistered: true,
1484
1470
  showNewFormDialog: false,
1485
- hasHold: false,
1486
- },
1487
- } }));
1488
- };
1489
- const TaxAndCashDashboardIdentityVerifcationRequired = () => {
1490
- return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
1491
- ...dashboardProps,
1492
- states: {
1493
- showIdentityVerificationDialog: true,
1494
- identiyRequired: true,
1495
- canEditPayoutInfo: true,
1496
- status: "ACTIVE",
1497
- documentType: "W8BEN",
1498
- documentTypeString: taxTypeToName("W8BEN"),
1499
- dateSubmitted: "Jan 18th, 2025",
1500
- noFormNeeded: false,
1501
- notRegistered: true,
1502
- showNewFormDialog: false,
1503
- hasHold: false,
1504
1471
  },
1505
1472
  } }));
1506
1473
  };
@@ -1516,25 +1483,6 @@ const TaxAndCashDashboardNewTaxForm = () => {
1516
1483
  noFormNeeded: false,
1517
1484
  notRegistered: true,
1518
1485
  showNewFormDialog: true,
1519
- hasHold: false,
1520
- },
1521
- } }));
1522
- };
1523
- const TaxAndCashDashboardPayoutsOnHold = () => {
1524
- return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
1525
- ...dashboardProps,
1526
- states: {
1527
- canEditPayoutInfo: true,
1528
- disabled: true,
1529
- status: "ACTIVE",
1530
- documentType: "W8BEN",
1531
- documentTypeString: taxTypeToName("W8BEN"),
1532
- dateSubmitted: "Jan 18th, 2025",
1533
- noFormNeeded: false,
1534
- indirectTaxNumber: "123456",
1535
- country: "Slovania",
1536
- showNewFormDialog: false,
1537
- hasHold: true,
1538
1486
  },
1539
1487
  } }));
1540
1488
  };
@@ -1551,7 +1499,6 @@ const TaxAndCashDashboardLoading = () => {
1551
1499
  noFormNeeded: false,
1552
1500
  loading: true,
1553
1501
  showNewFormDialog: false,
1554
- hasHold: false,
1555
1502
  },
1556
1503
  } }));
1557
1504
  };
@@ -1569,7 +1516,6 @@ const TaxAndCashDashboardWithLoadingError = () => {
1569
1516
  loading: true,
1570
1517
  loadingError: true,
1571
1518
  showNewFormDialog: false,
1572
- hasHold: false,
1573
1519
  },
1574
1520
  } }));
1575
1521
  };
@@ -1588,7 +1534,6 @@ const TaxAndCashDashboardWithGeneralError = () => {
1588
1534
  indirectTaxType: "VAT",
1589
1535
  country: "Slovania",
1590
1536
  showNewFormDialog: false,
1591
- hasHold: false,
1592
1537
  errors: {
1593
1538
  general: true,
1594
1539
  },
@@ -1609,7 +1554,6 @@ const TaxAndCashDashboardDisabled = () => {
1609
1554
  indirectTaxNumber: "123456",
1610
1555
  country: "Slovania",
1611
1556
  showNewFormDialog: false,
1612
- hasHold: false,
1613
1557
  },
1614
1558
  } }));
1615
1559
  };
@@ -1676,9 +1620,7 @@ const TaxForm = /*#__PURE__*/Object.freeze({
1676
1620
  TaxAndCashDashboardIndirectTaxCanadaQuebec: TaxAndCashDashboardIndirectTaxCanadaQuebec,
1677
1621
  TaxAndCashDashboardIndirectTaxSpain: TaxAndCashDashboardIndirectTaxSpain,
1678
1622
  TaxAndCashDashboardIndirectTaxNotRegistered: TaxAndCashDashboardIndirectTaxNotRegistered,
1679
- TaxAndCashDashboardIdentityVerifcationRequired: TaxAndCashDashboardIdentityVerifcationRequired,
1680
1623
  TaxAndCashDashboardNewTaxForm: TaxAndCashDashboardNewTaxForm,
1681
- TaxAndCashDashboardPayoutsOnHold: TaxAndCashDashboardPayoutsOnHold,
1682
1624
  TaxAndCashDashboardLoading: TaxAndCashDashboardLoading,
1683
1625
  TaxAndCashDashboardWithLoadingError: TaxAndCashDashboardWithLoadingError,
1684
1626
  TaxAndCashDashboardWithGeneralError: TaxAndCashDashboardWithGeneralError,
@@ -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
- const global = require('./global-c3637175.js');
8
- const index_module = require('./index.module-b8d9d0ba.js');
7
+ const global = require('./global-02e50f09.js');
8
+ const index_module = require('./index.module-df530553.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-5a3d4a88.js');
11
11
 
@@ -24,10 +24,10 @@ const GET_RANK = index_module.dist.gql `
24
24
  `;
25
25
  function useLeaderboardRank(props) {
26
26
  var _a, _b, _c, _d;
27
- const programIdContext = index_module.z();
27
+ const programIdContext = index_module.H();
28
28
  // Default to context, overriden by props
29
29
  const programId = (_a = props.programId) !== null && _a !== void 0 ? _a : programIdContext;
30
- const user = index_module.K();
30
+ const user = index_module.Q();
31
31
  const rankVariables = programId
32
32
  ? {
33
33
  type: props.leaderboardType,
@@ -40,7 +40,7 @@ function useLeaderboardRank(props) {
40
40
  if (props.interval) {
41
41
  rankVariables.filter["interval"] = props.interval;
42
42
  }
43
- const { data: rankData } = index_module.En(GET_RANK, rankVariables, !(user === null || user === void 0 ? void 0 : user.jwt));
43
+ const { data: rankData } = index_module.yn(GET_RANK, rankVariables, !(user === null || user === void 0 ? void 0 : user.jwt));
44
44
  const fullRankText = ((_b = rankData === null || rankData === void 0 ? void 0 : rankData.viewer) === null || _b === void 0 ? void 0 : _b.leaderboardRank) ? global.intl.formatMessage({ id: "rankText", defaultMessage: props.rankText }, {
45
45
  rank: (_d = (_c = rankData === null || rankData === void 0 ? void 0 : rankData.viewer) === null || _c === void 0 ? void 0 : _c.leaderboardRank) === null || _d === void 0 ? void 0 : _d[props.rankType],
46
46
  })
@@ -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-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.js');
8
8
  const cjs = require('./cjs-1066ec21.js');
9
9
  require('./JSS-8503a151.js');
10
10
  const utils = require('./utils-6847bc06.js');
@@ -23,8 +23,8 @@ const GET_USER_DETAILS = index_module.dist.gql `
23
23
  `;
24
24
  function useLogoutCurrentUser(props) {
25
25
  var _a, _b;
26
- const user = index_module.K();
27
- const { loading, data } = index_module.En(GET_USER_DETAILS, {}, !user);
26
+ const user = index_module.Q();
27
+ const { loading, data } = index_module.yn(GET_USER_DETAILS, {}, !user);
28
28
  const onSwitchClick = () => {
29
29
  index_module.setUserIdentity(undefined);
30
30
  };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-b0129cd6.js');
4
- const index_module = require('./index.module-b8d9d0ba.js');
4
+ const index_module = require('./index.module-df530553.js');
5
5
  const mixins = require('./mixins-fe9d4112.js');
6
6
  const JSS = require('./JSS-8503a151.js');
7
7
 
@@ -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.xn.push(data.path);
38
+ index_module.$n.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-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.js');
8
8
  const cjs = require('./cjs-1066ec21.js');
9
9
  require('./mixins-fe9d4112.js');
10
10
  require('./JSS-8503a151.js');
11
11
  const utils = require('./utils-6847bc06.js');
12
- const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-a2135064.js');
12
+ const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-a125ec5f.js');
13
13
 
14
14
  function useNavigationSidebarItem(props) {
15
- const currentPage = index_module.jn();
15
+ const currentPage = index_module.Sn();
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-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.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.jn();
24
- const programId = index_module.z();
23
+ const location = index_module.Sn();
24
+ const programId = index_module.H();
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-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.js');
8
8
  const cjs = require('./cjs-1066ec21.js');
9
9
  const mixins = require('./mixins-fe9d4112.js');
10
10
  const JSS = require('./JSS-8503a151.js');
11
11
  const utils = require('./utils-6847bc06.js');
12
- const useRegistrationFormState = require('./useRegistrationFormState-f9ce55be.js');
12
+ const useRegistrationFormState = require('./useRegistrationFormState-876ed65d.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-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.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.ne();
21
+ const engagementMedium = index_module.B();
22
22
  function closePopup() {
23
23
  var _a;
24
- if (index_module.ne() === "POPUP") {
24
+ if (index_module.B() === "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.ne() === "POPUP" ? popupPadding : embedPadding;
38
+ const padding = index_module.B() === "POPUP" ? popupPadding : embedPadding;
39
39
  return {
40
40
  states: {
41
41
  showCloseButton: props.closeButton && engagementMedium === "POPUP",
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-b0129cd6.js');
4
- const global = require('./global-c3637175.js');
4
+ const global = require('./global-02e50f09.js');
5
5
  const mixins = require('./mixins-fe9d4112.js');
6
6
  const JSS = require('./JSS-8503a151.js');
7
7
  const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
@@ -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-c3637175.js');
8
- const index_module = require('./index.module-b8d9d0ba.js');
7
+ require('./global-02e50f09.js');
8
+ const index_module = require('./index.module-df530553.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  require('./mixins-fe9d4112.js');
11
11
  require('./JSS-8503a151.js');
12
12
  require('./sqm-text-span-view-e1cd9bd3.js');
13
- const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-050dbe0f.js');
13
+ const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-292b5bf4.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.hn();
18
- const [getVerificationStatus, { data: user, loading: loadingVerification }] = index_module.un();
19
- const userIdent = index_module.K();
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();
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.xn.location.search);
21
+ const urlParams = new URLSearchParams(index_module.$n.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.xn.push({
51
+ return index_module.$n.push({
52
52
  pathname: props.redirectPath,
53
53
  search: urlParams.toString() && "?" + urlParams.toString(),
54
54
  });
@@ -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-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.js');
8
8
  const jsonpointer = require('./jsonpointer-11327262.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  require('./mixins-fe9d4112.js');
@@ -16,8 +16,8 @@ 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.vn();
20
- const urlParams = new URLSearchParams(index_module.xn.location.search);
19
+ const [request, { loading, data, errors }] = index_module.un();
20
+ const urlParams = new URLSearchParams(index_module.$n.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.xn.push(states.loginPath) }, this.loginText))),
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))),
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-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.js');
8
8
 
9
9
  function usePortalLogout({ nextPage }) {
10
10
  index_module.setUserIdentity(undefined);
11
- index_module.xn.push({ pathname: nextPage, search: "" });
11
+ index_module.$n.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-c3637175.js');
4
+ const global = require('./global-02e50f09.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-c3637175.js');
8
- const index_module = require('./index.module-b8d9d0ba.js');
7
+ require('./global-02e50f09.js');
8
+ const index_module = require('./index.module-df530553.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  require('./JSS-8503a151.js');
11
11
  const utils = require('./utils-6847bc06.js');
12
12
  require('./sqm-text-span-view-e1cd9bd3.js');
13
- const sqmPortalProfileView = require('./sqm-portal-profile-view-d97086bc.js');
14
- const utilities = require('./utilities-f7de6c04.js');
13
+ const sqmPortalProfileView = require('./sqm-portal-profile-view-fde54e35.js');
14
+ const utilities = require('./utilities-cec9dd36.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.K();
60
+ const userIdent = index_module.Q();
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.En(GET_USER, {}, !(userIdent === null || userIdent === void 0 ? void 0 : userIdent.jwt));
65
- const [upsertUser, upsertUserResponse] = index_module.xe(UPSERT_USER);
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);
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-b8d9d0ba.js');
7
+ const index_module = require('./index.module-df530553.js');
8
8
 
9
9
  function usePortalProtectedRoute({ requireEmailVerification, redirectTo, redirectToUnverified, }) {
10
10
  var _a;
11
- const userIdent = index_module.K();
11
+ const userIdent = index_module.Q();
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.jn();
14
+ const { pathname, search } = index_module.Sn();
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.xn.push({
19
+ return index_module.$n.push({
20
20
  pathname: redirectTo,
21
21
  search: "?" + nextPageParam.toString(),
22
22
  });
23
23
  }
24
24
  if (requireEmailVerification && !emailVerified) {
25
- return index_module.xn.push({
25
+ return index_module.$n.push({
26
26
  pathname: redirectToUnverified || redirectTo,
27
27
  search: "?" + nextPageParam.toString(),
28
28
  });