@saasquatch/mint-components 1.7.4 → 1.7.6-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 (390) hide show
  1. package/dist/cjs/{ShadowViewAddon-25025125.js → ShadowViewAddon-ee6f0340.js} +80 -61
  2. package/dist/cjs/{global-be9af765.js → global-a8fd1f10.js} +3 -3
  3. package/dist/cjs/{index.module-8562f350.js → index.module-7c0deb52.js} +24 -26
  4. package/dist/cjs/loader.cjs.js +4 -4
  5. package/dist/cjs/{luxon-53e983a6.js → luxon-a4661470.js} +1 -1
  6. package/dist/cjs/mint-components.cjs.js +4 -4
  7. package/dist/cjs/{re-render-9a91bde6.js → re-render-e77c897d.js} +5 -5
  8. package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
  9. package/dist/cjs/sqm-big-stat_39.cjs.entry.js +174 -70
  10. package/dist/cjs/sqm-close-button.cjs.entry.js +2 -2
  11. package/dist/cjs/sqm-empty_5.cjs.entry.js +1 -1
  12. package/dist/cjs/sqm-form-message.cjs.entry.js +1 -1
  13. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +6 -6
  14. package/dist/cjs/sqm-header-logo.cjs.entry.js +1 -1
  15. package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +4 -4
  16. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +6 -6
  17. package/dist/cjs/sqm-logout-current-user.cjs.entry.js +4 -4
  18. package/dist/cjs/{sqm-navigation-sidebar-item-view-28578dce.js → sqm-navigation-sidebar-item-view-84128b9f.js} +2 -2
  19. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
  20. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +4 -4
  21. package/dist/cjs/sqm-password-field.cjs.entry.js +44 -19
  22. package/dist/cjs/sqm-popup-container.cjs.entry.js +13 -6
  23. package/dist/cjs/{sqm-portal-email-verification-view-077c12f7.js → sqm-portal-email-verification-view-b7cafe0c.js} +3 -3
  24. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +20 -9
  25. package/dist/cjs/{sqm-portal-forgot-password-view-0142350f.js → sqm-portal-forgot-password-view-ca5f6db9.js} +1 -1
  26. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +19 -9
  27. package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -3
  28. package/dist/cjs/{sqm-portal-profile-view-b3d1e0f7.js → sqm-portal-profile-view-f092a4ef.js} +4 -4
  29. package/dist/cjs/sqm-portal-profile.cjs.entry.js +32 -12
  30. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +6 -6
  31. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +40 -8
  32. package/dist/cjs/{sqm-portal-reset-password-view-d5bc7afc.js → sqm-portal-reset-password-view-07a13210.js} +3 -3
  33. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +71 -11
  34. package/dist/cjs/{sqm-portal-verify-email-view-f6c7287e.js → sqm-portal-verify-email-view-ce552bbc.js} +7 -7
  35. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +49 -14
  36. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +7 -7
  37. package/dist/cjs/sqm-referred-registration.cjs.entry.js +4 -4
  38. package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
  39. package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +3 -3
  40. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +11 -11
  41. package/dist/cjs/sqm-stencilbook.cjs.entry.js +63 -56
  42. package/dist/cjs/sqm-tab.cjs.entry.js +3 -3
  43. package/dist/cjs/sqm-tabs.cjs.entry.js +5 -5
  44. package/dist/cjs/sqm-text-span.cjs.entry.js +1 -1
  45. package/dist/cjs/{stencil-hooks.module-e4bf7f2d.js → stencil-hooks.module-faabb426.js} +1 -1
  46. package/dist/cjs/{useChildElements-be4e0841.js → useChildElements-410453fc.js} +3 -3
  47. package/dist/cjs/{useInstantAccessRegistration-27a20410.js → useInstantAccessRegistration-42b320b3.js} +4 -4
  48. package/dist/cjs/{useReferralTable-ca564dcb.js → useReferralTable-28fff5b8.js} +10 -10
  49. package/dist/cjs/{useRegistrationFormState-7b557a04.js → useRegistrationFormState-58ce55f2.js} +3 -3
  50. package/dist/cjs/utilities-d2d257c7.js +25 -0
  51. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +2 -2
  52. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +77 -1
  53. package/dist/collection/components/sqm-edit-profile/useEditProfile.js +7 -5
  54. package/dist/collection/components/sqm-password-field/passwordValidation.js +11 -11
  55. package/dist/collection/components/sqm-password-field/sqm-password-field.js +155 -4
  56. package/dist/collection/components/sqm-password-field/usePasswordField.js +1 -1
  57. package/dist/collection/components/sqm-popup-container/PopupContainer.stories.js +18 -0
  58. package/dist/collection/components/sqm-popup-container/sqm-popup-container-view.js +1 -1
  59. package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +28 -1
  60. package/dist/collection/components/sqm-popup-container/usePopupContainer.js +1 -0
  61. package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password-view.js +1 -1
  62. package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +207 -1
  63. package/dist/collection/components/sqm-portal-change-password/usePortalChangePassword.js +8 -2
  64. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification-view.js +2 -2
  65. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +57 -1
  66. package/dist/collection/components/sqm-portal-footer/PortalFooter.stories.js +1 -1
  67. package/dist/collection/components/sqm-portal-footer/PoweredByImg.js +31 -6
  68. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +10 -3
  69. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +4 -4
  70. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +1 -1
  71. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +61 -6
  72. package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +1 -1
  73. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +26 -0
  74. package/dist/collection/components/sqm-portal-login/usePortalLogin.js +1 -1
  75. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile-view.js +3 -3
  76. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +104 -1
  77. package/dist/collection/components/sqm-portal-profile/usePortalProfile.js +6 -5
  78. package/dist/collection/components/sqm-portal-register/sqm-portal-register-view.js +1 -1
  79. package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +157 -1
  80. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +1 -1
  81. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +157 -1
  82. package/dist/collection/components/sqm-portal-registration-form/usePortalRegistrationForm.js +3 -1
  83. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password-view.js +4 -4
  84. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +262 -1
  85. package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +12 -3
  86. package/dist/collection/components/sqm-portal-verify-email/PortalVerifyEmail.stories.js +6 -0
  87. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email-view.js +7 -7
  88. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +150 -5
  89. package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +7 -2
  90. package/dist/collection/components/sqm-share-button/sqm-share-button.js +52 -0
  91. package/dist/collection/components/sqm-share-button/useShareButton.js +11 -11
  92. package/dist/collection/utilities.js +3 -0
  93. package/dist/esm/{ShadowViewAddon-53810b62.js → ShadowViewAddon-cbbf28b2.js} +77 -58
  94. package/dist/esm/{global-179b13db.js → global-0268f7bb.js} +3 -3
  95. package/dist/esm/{index.module-9469b28f.js → index.module-cbe33f2d.js} +6 -8
  96. package/dist/esm/loader.js +4 -4
  97. package/dist/esm/{luxon-f01e85fe.js → luxon-5ca0a018.js} +1 -1
  98. package/dist/esm/mint-components.js +4 -4
  99. package/dist/esm/{re-render-1048d024.js → re-render-4e10b5ac.js} +5 -5
  100. package/dist/esm/sqm-asset-card.entry.js +2 -2
  101. package/dist/esm/sqm-big-stat_39.entry.js +174 -70
  102. package/dist/esm/sqm-close-button.entry.js +2 -2
  103. package/dist/esm/sqm-empty_5.entry.js +1 -1
  104. package/dist/esm/sqm-form-message.entry.js +1 -1
  105. package/dist/esm/sqm-graphql-client-provider.entry.js +6 -6
  106. package/dist/esm/sqm-header-logo.entry.js +1 -1
  107. package/dist/esm/sqm-instant-access-registration.entry.js +4 -4
  108. package/dist/esm/sqm-leaderboard-rank.entry.js +6 -6
  109. package/dist/esm/sqm-logout-current-user.entry.js +4 -4
  110. package/dist/esm/{sqm-navigation-sidebar-item-view-d2e0fdb1.js → sqm-navigation-sidebar-item-view-67fc08d3.js} +2 -2
  111. package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
  112. package/dist/esm/sqm-navigation-sidebar.entry.js +4 -4
  113. package/dist/esm/sqm-password-field.entry.js +44 -19
  114. package/dist/esm/sqm-popup-container.entry.js +13 -6
  115. package/dist/esm/{sqm-portal-email-verification-view-79ef6c2f.js → sqm-portal-email-verification-view-12fc1bd4.js} +3 -3
  116. package/dist/esm/sqm-portal-email-verification.entry.js +20 -9
  117. package/dist/esm/{sqm-portal-forgot-password-view-41afcace.js → sqm-portal-forgot-password-view-a764ad67.js} +1 -1
  118. package/dist/esm/sqm-portal-forgot-password.entry.js +19 -9
  119. package/dist/esm/sqm-portal-logout.entry.js +3 -3
  120. package/dist/esm/{sqm-portal-profile-view-6068a0f8.js → sqm-portal-profile-view-87730d84.js} +4 -4
  121. package/dist/esm/sqm-portal-profile.entry.js +32 -12
  122. package/dist/esm/sqm-portal-protected-route.entry.js +6 -6
  123. package/dist/esm/sqm-portal-registration-form.entry.js +40 -8
  124. package/dist/esm/{sqm-portal-reset-password-view-0df781f6.js → sqm-portal-reset-password-view-d3e726a9.js} +3 -3
  125. package/dist/esm/sqm-portal-reset-password.entry.js +73 -13
  126. package/dist/esm/{sqm-portal-verify-email-view-1db4fae6.js → sqm-portal-verify-email-view-283bf637.js} +7 -7
  127. package/dist/esm/sqm-portal-verify-email.entry.js +50 -15
  128. package/dist/esm/sqm-referral-table_11.entry.js +7 -7
  129. package/dist/esm/sqm-referred-registration.entry.js +4 -4
  130. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  131. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
  132. package/dist/esm/sqm-rewards-table_9.entry.js +11 -11
  133. package/dist/esm/sqm-stencilbook.entry.js +63 -56
  134. package/dist/esm/sqm-tab.entry.js +3 -3
  135. package/dist/esm/sqm-tabs.entry.js +5 -5
  136. package/dist/esm/sqm-text-span.entry.js +1 -1
  137. package/dist/esm/{stencil-hooks.module-14b87f98.js → stencil-hooks.module-9ad75b88.js} +1 -1
  138. package/dist/esm/{useChildElements-1338b131.js → useChildElements-f6672214.js} +3 -3
  139. package/dist/esm/{useInstantAccessRegistration-53c43a63.js → useInstantAccessRegistration-c9d75808.js} +4 -4
  140. package/dist/esm/{useReferralTable-ada01642.js → useReferralTable-16e5c27f.js} +10 -10
  141. package/dist/esm/{useRegistrationFormState-49dfc8e0.js → useRegistrationFormState-424e2af2.js} +3 -3
  142. package/dist/esm/utilities-a6f1de33.js +21 -0
  143. package/dist/esm-es5/ShadowViewAddon-cbbf28b2.js +1 -0
  144. package/dist/esm-es5/{global-179b13db.js → global-0268f7bb.js} +2 -2
  145. package/dist/esm-es5/index.module-cbe33f2d.js +1 -0
  146. package/dist/esm-es5/loader.js +1 -1
  147. package/dist/esm-es5/{luxon-f01e85fe.js → luxon-5ca0a018.js} +1 -1
  148. package/dist/esm-es5/mint-components.js +1 -1
  149. package/dist/esm-es5/{re-render-1048d024.js → re-render-4e10b5ac.js} +1 -1
  150. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  151. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
  152. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  153. package/dist/esm-es5/sqm-empty_5.entry.js +1 -1
  154. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  155. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  156. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  157. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  158. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  159. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  160. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-d2e0fdb1.js → sqm-navigation-sidebar-item-view-67fc08d3.js} +1 -1
  161. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  162. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  163. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  164. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  165. package/dist/esm-es5/{sqm-portal-email-verification-view-79ef6c2f.js → sqm-portal-email-verification-view-12fc1bd4.js} +1 -1
  166. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  167. package/dist/esm-es5/{sqm-portal-forgot-password-view-41afcace.js → sqm-portal-forgot-password-view-a764ad67.js} +1 -1
  168. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  169. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  170. package/dist/esm-es5/sqm-portal-profile-view-87730d84.js +1 -0
  171. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  172. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  173. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  174. package/dist/esm-es5/sqm-portal-reset-password-view-d3e726a9.js +1 -0
  175. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  176. package/dist/esm-es5/sqm-portal-verify-email-view-283bf637.js +1 -0
  177. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  178. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  179. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  180. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  181. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  182. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  183. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  184. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  185. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  186. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  187. package/dist/esm-es5/{stencil-hooks.module-14b87f98.js → stencil-hooks.module-9ad75b88.js} +1 -1
  188. package/dist/esm-es5/{useChildElements-1338b131.js → useChildElements-f6672214.js} +1 -1
  189. package/dist/esm-es5/{useInstantAccessRegistration-53c43a63.js → useInstantAccessRegistration-c9d75808.js} +1 -1
  190. package/dist/esm-es5/{useReferralTable-ada01642.js → useReferralTable-16e5c27f.js} +1 -1
  191. package/dist/esm-es5/useRegistrationFormState-424e2af2.js +1 -0
  192. package/dist/esm-es5/utilities-a6f1de33.js +1 -0
  193. package/dist/mint-components/mint-components.esm.js +1 -1
  194. package/dist/mint-components/mint-components.js +1 -1
  195. package/dist/mint-components/{p-583b1a0e.entry.js → p-048cb5a0.entry.js} +1 -1
  196. package/dist/mint-components/p-059b2db4.system.js +1 -0
  197. package/dist/mint-components/p-05d9a1c3.system.entry.js +1 -0
  198. package/dist/mint-components/p-0c3c573c.entry.js +1 -0
  199. package/dist/mint-components/{p-2b6c19e0.system.js → p-0e0bcf17.system.js} +1 -1
  200. package/dist/mint-components/p-0ede1728.entry.js +187 -0
  201. package/dist/mint-components/p-0f48f5c4.entry.js +1 -0
  202. package/dist/mint-components/{p-330314f9.entry.js → p-11c2ddd5.entry.js} +1 -1
  203. package/dist/mint-components/p-126ef540.entry.js +1 -0
  204. package/dist/mint-components/p-158302b4.system.entry.js +1 -0
  205. package/dist/mint-components/p-16c4c0e6.system.entry.js +1 -0
  206. package/dist/mint-components/p-19078b96.system.entry.js +1 -0
  207. package/dist/mint-components/{p-ee457000.system.js → p-21a152c9.system.js} +1 -1
  208. package/dist/mint-components/{p-fe721800.system.entry.js → p-25014681.system.entry.js} +1 -1
  209. package/dist/mint-components/p-2639d623.entry.js +33 -0
  210. package/dist/mint-components/p-29f83317.system.entry.js +1 -0
  211. package/dist/mint-components/p-2b03b921.entry.js +1 -0
  212. package/dist/mint-components/{p-c24079c2.js → p-2b3e1737.js} +1 -1
  213. package/dist/mint-components/{p-9ecfc085.system.js → p-2bd322a2.system.js} +1 -1
  214. package/dist/mint-components/p-2be08bc1.system.entry.js +1 -0
  215. package/dist/mint-components/{p-8ff83f3b.system.entry.js → p-2eacd22e.system.entry.js} +1 -1
  216. package/dist/mint-components/p-2f51b953.entry.js +9 -0
  217. package/dist/mint-components/{p-8d767d9d.js → p-3056e5df.js} +1 -1
  218. package/dist/mint-components/p-349b9603.system.js +1 -0
  219. package/dist/mint-components/{p-6dac42fc.system.js → p-34b61e2c.system.js} +1 -1
  220. package/dist/mint-components/{p-d3f6b6b4.entry.js → p-3884e029.entry.js} +1 -1
  221. package/dist/mint-components/p-3a306a99.system.entry.js +1 -0
  222. package/dist/mint-components/{p-d576140e.js → p-4086ea93.js} +1 -1
  223. package/dist/mint-components/p-40dde690.js +1 -0
  224. package/dist/mint-components/p-4251a664.entry.js +13 -0
  225. package/dist/mint-components/{p-901f5b80.js → p-42c43cc2.js} +1 -1
  226. package/dist/mint-components/p-46ef82ed.js +1 -0
  227. package/dist/mint-components/p-4d9744bf.js +1 -0
  228. package/dist/mint-components/{p-3cc28285.system.js → p-4eb96878.system.js} +1 -1
  229. package/dist/mint-components/p-5097066c.entry.js +1 -0
  230. package/dist/mint-components/p-5cba80eb.entry.js +1 -0
  231. package/dist/mint-components/{p-55eb6616.system.js → p-5f084d62.system.js} +1 -1
  232. package/dist/mint-components/p-6dc5988e.entry.js +1 -0
  233. package/dist/mint-components/p-702db9d3.entry.js +1 -0
  234. package/dist/mint-components/{p-b668aa0b.system.entry.js → p-71f1256c.system.entry.js} +1 -1
  235. package/dist/mint-components/p-7487f23c.system.js +1 -0
  236. package/dist/mint-components/{p-5ae4911c.entry.js → p-78348fd6.entry.js} +2 -2
  237. package/dist/mint-components/p-7cdc3d59.system.entry.js +1 -0
  238. package/dist/mint-components/{p-ef3bcec4.system.entry.js → p-7dcd091c.system.entry.js} +1 -1
  239. package/dist/mint-components/p-7f950006.entry.js +13 -0
  240. package/dist/mint-components/{p-747912c5.system.entry.js → p-7f9953fc.system.entry.js} +1 -1
  241. package/dist/mint-components/p-8756e3ae.system.entry.js +1 -0
  242. package/dist/mint-components/p-8930ca8e.system.entry.js +1 -0
  243. package/dist/mint-components/p-8be37b05.system.entry.js +1 -0
  244. package/dist/mint-components/p-8f4bf5e3.system.js +1 -0
  245. package/dist/mint-components/{p-7e1af11d.entry.js → p-9522cf59.entry.js} +1 -1
  246. package/dist/mint-components/{p-9fc8505c.entry.js → p-995117b1.entry.js} +1 -1
  247. package/dist/mint-components/{p-5ddfa30d.entry.js → p-9a67f0b2.entry.js} +1 -1
  248. package/dist/mint-components/{p-68e5a4a6.system.entry.js → p-9bb762f8.system.entry.js} +1 -1
  249. package/dist/mint-components/p-9f0aca0e.system.js +1 -0
  250. package/dist/mint-components/p-a90fbda4.system.entry.js +1 -0
  251. package/dist/mint-components/p-aac1d82a.system.js +1 -0
  252. package/dist/mint-components/p-adb1f996.js +1 -0
  253. package/dist/mint-components/p-ae97b693.js +379 -0
  254. package/dist/mint-components/p-b2d41729.js +1 -0
  255. package/dist/mint-components/{p-540a24e6.system.entry.js → p-b4779d76.system.entry.js} +1 -1
  256. package/dist/mint-components/{p-71a4e272.entry.js → p-b6713eac.entry.js} +1 -1
  257. package/dist/mint-components/p-bbc77b15.system.entry.js +1 -0
  258. package/dist/mint-components/{p-f6456854.js → p-bc64b988.js} +1 -1
  259. package/dist/mint-components/p-bcd04c27.js +1 -0
  260. package/dist/mint-components/{p-97e758fd.system.entry.js → p-c51de4f4.system.entry.js} +1 -1
  261. package/dist/mint-components/p-c58a09e4.js +1 -0
  262. package/dist/mint-components/{p-21a1d705.js → p-c9818f06.js} +1 -1
  263. package/dist/mint-components/{p-ee469a91.entry.js → p-cfcb517b.entry.js} +1 -1
  264. package/dist/mint-components/p-d0f2d5e3.system.entry.js +1 -0
  265. package/dist/mint-components/p-d2bd3b4b.system.entry.js +1 -0
  266. package/dist/mint-components/{p-9e9dcd9c.entry.js → p-d3c26e65.entry.js} +1 -1
  267. package/dist/mint-components/p-d4b174e1.system.js +1 -0
  268. package/dist/mint-components/p-d4f8aa26.entry.js +1 -0
  269. package/dist/mint-components/{p-a8f6d72c.system.entry.js → p-d86c3c45.system.entry.js} +1 -1
  270. package/dist/mint-components/p-d88ed63d.entry.js +1 -0
  271. package/dist/mint-components/{p-c8d74710.entry.js → p-da31e785.entry.js} +1 -1
  272. package/dist/mint-components/{p-16394ed3.system.entry.js → p-da8bdb5e.system.entry.js} +1 -1
  273. package/dist/mint-components/p-dc59a463.entry.js +1 -0
  274. package/dist/mint-components/{p-0bf5a9b8.system.entry.js → p-dce5e97a.system.entry.js} +1 -1
  275. package/dist/mint-components/{p-2d592364.system.entry.js → p-debd47d0.system.entry.js} +1 -1
  276. package/dist/mint-components/{p-f2260971.system.js → p-df15da1e.system.js} +1 -1
  277. package/dist/mint-components/{p-76cfebb1.system.js → p-df1af170.system.js} +1 -1
  278. package/dist/mint-components/p-e231860a.entry.js +1 -0
  279. package/dist/mint-components/p-e4b12586.system.entry.js +1 -0
  280. package/dist/mint-components/p-ea6a7135.js +1 -0
  281. package/dist/mint-components/p-ebccb162.js +1 -0
  282. package/dist/mint-components/{p-7fc020f4.entry.js → p-eccd2792.entry.js} +1 -1
  283. package/dist/mint-components/p-eea49084.entry.js +1 -0
  284. package/dist/mint-components/p-f0e46845.system.js +1 -0
  285. package/dist/mint-components/p-f11c9bb1.system.js +1 -0
  286. package/dist/mint-components/{p-6034522a.js → p-f6743fbe.js} +1 -1
  287. package/dist/mint-components/{p-a38baa99.system.entry.js → p-fa376627.system.entry.js} +1 -1
  288. package/dist/mint-components/{p-a223a8dc.entry.js → p-fabf03c8.entry.js} +1 -1
  289. package/dist/mint-components/{p-a87d66ac.system.entry.js → p-fc468ef7.system.entry.js} +1 -1
  290. package/dist/mint-components/p-fca0dc98.system.js +1 -0
  291. package/dist/mint-components/{p-e341e670.system.entry.js → p-fe276517.system.entry.js} +1 -1
  292. package/dist/types/components/sqm-edit-profile/sqm-edit-profile-view.d.ts +1 -0
  293. package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +12 -0
  294. package/dist/types/components/sqm-edit-profile/useEditProfile.d.ts +2 -11
  295. package/dist/types/components/sqm-password-field/passwordValidation.d.ts +1 -1
  296. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +24 -0
  297. package/dist/types/components/sqm-popup-container/PopupContainer.stories.d.ts +5 -0
  298. package/dist/types/components/sqm-popup-container/sqm-popup-container-view.d.ts +1 -1
  299. package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +7 -1
  300. package/dist/types/components/sqm-popup-container/usePopupContainer.d.ts +2 -0
  301. package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts +6 -0
  302. package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +32 -0
  303. package/dist/types/components/sqm-portal-change-password/usePortalChangePassword.d.ts +6 -0
  304. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification-view.d.ts +1 -0
  305. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +10 -0
  306. package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +1 -1
  307. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +1 -0
  308. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +10 -1
  309. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +5 -0
  310. package/dist/types/components/sqm-portal-login/usePortalLogin.d.ts +4 -3
  311. package/dist/types/components/sqm-portal-profile/sqm-portal-profile-view.d.ts +2 -0
  312. package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +17 -0
  313. package/dist/types/components/sqm-portal-profile/usePortalProfile.d.ts +2 -1
  314. package/dist/types/components/sqm-portal-register/sqm-portal-register-view.d.ts +6 -0
  315. package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +24 -0
  316. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form-view.d.ts +6 -0
  317. package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +24 -0
  318. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password-view.d.ts +9 -0
  319. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +42 -0
  320. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email-view.d.ts +6 -0
  321. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +24 -0
  322. package/dist/types/components/sqm-portal-verify-email/usePortalVerifyEmail.d.ts +11 -2
  323. package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +10 -0
  324. package/dist/types/components/sqm-share-button/useShareButton.d.ts +2 -0
  325. package/dist/types/components.d.ts +468 -6
  326. package/dist/types/utilities.d.ts +3 -0
  327. package/docs/docs.docx +0 -0
  328. package/docs/picklesdoc--2024-01-15--11-20-00.xlsx +0 -0
  329. package/docs/picklesdoc--2024-01-15--11-24-04.xlsx +0 -0
  330. package/docs/raisins.json +1 -1
  331. package/grapesjs/grapesjs.js +1 -1
  332. package/package.json +3 -3
  333. package/dist/esm-es5/ShadowViewAddon-53810b62.js +0 -1
  334. package/dist/esm-es5/index.module-9469b28f.js +0 -1
  335. package/dist/esm-es5/sqm-portal-profile-view-6068a0f8.js +0 -1
  336. package/dist/esm-es5/sqm-portal-reset-password-view-0df781f6.js +0 -1
  337. package/dist/esm-es5/sqm-portal-verify-email-view-1db4fae6.js +0 -1
  338. package/dist/esm-es5/useRegistrationFormState-49dfc8e0.js +0 -1
  339. package/dist/mint-components/p-0714bae2.entry.js +0 -33
  340. package/dist/mint-components/p-1437b793.system.js +0 -1
  341. package/dist/mint-components/p-1912f988.entry.js +0 -1
  342. package/dist/mint-components/p-19e46b11.entry.js +0 -1
  343. package/dist/mint-components/p-1c9d83b4.entry.js +0 -1
  344. package/dist/mint-components/p-228163a1.system.js +0 -1
  345. package/dist/mint-components/p-29e67994.entry.js +0 -9
  346. package/dist/mint-components/p-2aca0eae.js +0 -1
  347. package/dist/mint-components/p-2d39cf50.system.entry.js +0 -1
  348. package/dist/mint-components/p-3409e9a0.system.entry.js +0 -1
  349. package/dist/mint-components/p-39341b0c.entry.js +0 -187
  350. package/dist/mint-components/p-3b7c1be8.entry.js +0 -1
  351. package/dist/mint-components/p-42f1a044.system.entry.js +0 -1
  352. package/dist/mint-components/p-46be1518.system.js +0 -1
  353. package/dist/mint-components/p-509af914.system.entry.js +0 -1
  354. package/dist/mint-components/p-519bb212.js +0 -1
  355. package/dist/mint-components/p-56525896.system.js +0 -1
  356. package/dist/mint-components/p-571f6923.entry.js +0 -1
  357. package/dist/mint-components/p-58196113.system.entry.js +0 -1
  358. package/dist/mint-components/p-5b9195d7.system.entry.js +0 -1
  359. package/dist/mint-components/p-657659e8.entry.js +0 -13
  360. package/dist/mint-components/p-68db543e.system.entry.js +0 -1
  361. package/dist/mint-components/p-718cf151.js +0 -1
  362. package/dist/mint-components/p-75ddf3ca.js +0 -1
  363. package/dist/mint-components/p-76d4eb55.system.js +0 -1
  364. package/dist/mint-components/p-78066f92.entry.js +0 -13
  365. package/dist/mint-components/p-7862ab7d.entry.js +0 -1
  366. package/dist/mint-components/p-7ced669d.entry.js +0 -1
  367. package/dist/mint-components/p-82180848.js +0 -379
  368. package/dist/mint-components/p-8827fabe.system.entry.js +0 -1
  369. package/dist/mint-components/p-8d593b5e.system.entry.js +0 -1
  370. package/dist/mint-components/p-9551f888.system.entry.js +0 -1
  371. package/dist/mint-components/p-961998b6.system.entry.js +0 -1
  372. package/dist/mint-components/p-97b03f80.entry.js +0 -1
  373. package/dist/mint-components/p-9aa1bd46.system.js +0 -1
  374. package/dist/mint-components/p-a217deee.js +0 -1
  375. package/dist/mint-components/p-ae191f8c.js +0 -1
  376. package/dist/mint-components/p-af24b899.entry.js +0 -1
  377. package/dist/mint-components/p-ba42b92c.system.entry.js +0 -1
  378. package/dist/mint-components/p-bf0719b7.system.js +0 -1
  379. package/dist/mint-components/p-c3be93c7.system.entry.js +0 -1
  380. package/dist/mint-components/p-c5b61ade.system.js +0 -1
  381. package/dist/mint-components/p-cc391fac.js +0 -1
  382. package/dist/mint-components/p-d3de337c.system.entry.js +0 -1
  383. package/dist/mint-components/p-d9787e31.system.entry.js +0 -1
  384. package/dist/mint-components/p-e8f720b9.entry.js +0 -1
  385. package/dist/mint-components/p-efd129de.js +0 -1
  386. package/dist/mint-components/p-f7b7d395.system.js +0 -1
  387. package/dist/mint-components/p-f82bb604.entry.js +0 -1
  388. package/dist/mint-components/p-f9bfbfa2.entry.js +0 -1
  389. package/dist/mint-components/p-fe13762b.entry.js +0 -1
  390. package/dist/mint-components/p-ff3b0ece.system.entry.js +0 -1
@@ -1,16 +1,17 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-b0129cd6.js');
4
- const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
5
- const global = require('./global-be9af765.js');
6
- const index_module = require('./index.module-8562f350.js');
4
+ const stencilHooks_module = require('./stencil-hooks.module-faabb426.js');
5
+ const global = require('./global-a8fd1f10.js');
6
+ const index_module = require('./index.module-7c0deb52.js');
7
7
  const cjs = require('./cjs-1066ec21.js');
8
8
  const mixins = require('./mixins-fe9d4112.js');
9
9
  const JSS = require('./JSS-8503a151.js');
10
- const useChildElements = require('./useChildElements-be4e0841.js');
11
- const luxon = require('./luxon-53e983a6.js');
10
+ const useChildElements = require('./useChildElements-410453fc.js');
11
+ const luxon = require('./luxon-a4661470.js');
12
12
  const utils = require('./utils-6847bc06.js');
13
13
  const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
14
+ const utilities = require('./utilities-d2d257c7.js');
14
15
  const sqmPortalContainerView = require('./sqm-portal-container-view-5fb2ad49.js');
15
16
 
16
17
  const medium = {
@@ -361,12 +362,12 @@ const EditProfileView = (props) => {
361
362
  states.formState.error && (index.h("sqm-form-message", { type: "error", exportparts: "erroralert-icon" },
362
363
  index.h("div", { part: "erroralert-text" }, states.formState.error))),
363
364
  index.h("sl-input", Object.assign({ exportparts: "label: input-label", value: states.formState.firstName, onInput: callbacks.onChange, label: text.firstnametext, disabled: states.loading }, (errors.firstName && errors.firstName.status !== "valid"
364
- ? { class: "ErrorStyles", helpText: "Cannot be empty" }
365
+ ? { class: "ErrorStyles", helpText: text.fieldEmptyText }
365
366
  : []), { id: "firstName", name: "firstName", error: errors.firstName && errors.firstName.status !== "valid"
366
367
  ? errors.firstName.message
367
368
  : undefined })),
368
369
  index.h("sl-input", Object.assign({ exportparts: "label: input-label", value: states.formState.lastName, onInput: callbacks.onChange, label: text.lastnametext, disabled: states.loading, id: "lastName", name: "lastName" }, (errors.lastName && errors.lastName.status !== "valid"
369
- ? { class: "ErrorStyles", helpText: "Cannot be empty" }
370
+ ? { class: "ErrorStyles", helpText: text.fieldEmptyText }
370
371
  : []), { error: errors.lastName && errors.lastName.status !== "valid"
371
372
  ? errors.lastName.message
372
373
  : undefined }))),
@@ -418,11 +419,11 @@ const WIDGET_ENGAGEMENT_EVENT = index_module.dist.gql `
418
419
  `;
419
420
  function useShareLink(props) {
420
421
  var _a, _b;
421
- const { programId = index_module.N() } = props;
422
- const user = index_module.U();
423
- const engagementMedium = index_module.J();
424
- const { data } = index_module.vn(MessageLinkQuery, { programId, engagementMedium }, !(user === null || user === void 0 ? void 0 : user.jwt));
425
- const [sendLoadEvent] = index_module.Ee(WIDGET_ENGAGEMENT_EVENT);
422
+ const { programId = index_module._() } = props;
423
+ const user = index_module.H();
424
+ const engagementMedium = index_module.Q();
425
+ const { data } = index_module.gn(MessageLinkQuery, { programId, engagementMedium }, !(user === null || user === void 0 ? void 0 : user.jwt));
426
+ const [sendLoadEvent] = index_module.Me(WIDGET_ENGAGEMENT_EVENT);
426
427
  const copyString = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.shareLink) !== null && _b !== void 0 ? _b :
427
428
  // Shown during loading
428
429
  "...";
@@ -467,11 +468,11 @@ const MessageLinkQuery$1 = index_module.dist.gql `
467
468
  }
468
469
  }
469
470
  `;
470
- function NativeShare(props, directLink) {
471
+ function NativeShare(props, directLink, undefinedErrorText, unsupportedPlatformText) {
471
472
  const title = props.sharetitle || "Share title";
472
473
  const text = props.sharetext || "Share text";
473
474
  if (directLink === "undefined") {
474
- return alert("error: message link undefined!");
475
+ return alert(undefinedErrorText);
475
476
  }
476
477
  if (window.navigator.share) {
477
478
  window.navigator
@@ -483,39 +484,39 @@ function NativeShare(props, directLink) {
483
484
  .catch((error) => console.error("Error on web share", error));
484
485
  }
485
486
  else {
486
- alert("Not on a supported device");
487
+ alert(unsupportedPlatformText);
487
488
  }
488
489
  }
489
- function FacebookShare(directLink, res) {
490
+ function FacebookShare(directLink, res, errorText) {
490
491
  var _a, _b;
491
492
  if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.viewer) === null || _b === void 0 ? void 0 : _b.messageLink) === "undefined" ||
492
493
  directLink === "undefined") {
493
- return alert("error: message link undefined!");
494
+ return alert(errorText);
494
495
  }
495
496
  if (typeof SquatchAndroid.shareOnFacebook !== "undefined") {
496
497
  return SquatchAndroid.shareOnFacebook(directLink, res.data.viewer.messageLink);
497
498
  }
498
499
  else {
499
- return GenericShare(res);
500
+ return GenericShare(res, errorText);
500
501
  }
501
502
  }
502
- function GenericShare(res) {
503
+ function GenericShare(res, errorText) {
503
504
  var _a, _b;
504
505
  return ((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.viewer) === null || _b === void 0 ? void 0 : _b.messageLink) ? window.open(res.data.viewer.messageLink)
505
- : alert("error: message link undefined!");
506
+ : alert(errorText);
506
507
  }
507
508
  function useShareButton(props) {
508
509
  var _a, _b;
509
510
  const { sharetitle, sharetext, medium } = props;
510
- const programId = props.programId ? props.programId : index_module.N();
511
- const user = index_module.U();
511
+ const programId = props.programId ? props.programId : index_module._();
512
+ const user = index_module.H();
512
513
  const variables = {
513
- engagementMedium: index_module.J(),
514
+ engagementMedium: index_module.Q(),
514
515
  programId: programId,
515
516
  shareMedium: medium.toUpperCase(),
516
517
  };
517
518
  // only queries if a programId is available
518
- const res = index_module.vn(MessageLinkQuery$1, variables, !(user === null || user === void 0 ? void 0 : user.jwt) || !programId);
519
+ const res = index_module.gn(MessageLinkQuery$1, variables, !(user === null || user === void 0 ? void 0 : user.jwt) || !programId);
519
520
  const directLink = (_b = (_a = res === null || res === void 0 ? void 0 : res.data) === null || _a === void 0 ? void 0 : _a.viewer) === null || _b === void 0 ? void 0 : _b.shareLink;
520
521
  const environment = index_module.getEnvironmentSDK();
521
522
  const hide = (medium.toLocaleUpperCase() === "SMS" &&
@@ -524,13 +525,13 @@ function useShareButton(props) {
524
525
  function onClick() {
525
526
  if (medium.toLocaleUpperCase() === "FACEBOOK" &&
526
527
  environment.type === "SquatchAndroid") {
527
- FacebookShare(directLink, res);
528
+ FacebookShare(directLink, res, props.errorText);
528
529
  }
529
530
  else if (medium.toLocaleUpperCase() === "DIRECT") {
530
- NativeShare({ sharetitle, sharetext }, directLink);
531
+ NativeShare({ sharetitle, sharetext }, directLink, props.errorText, props.unsupportedPlatformText);
531
532
  }
532
533
  else {
533
- GenericShare(res);
534
+ GenericShare(res, props.errorText);
534
535
  }
535
536
  }
536
537
  return { ...props, loading: res.loading, onClick, hide };
@@ -833,7 +834,7 @@ function pathToRegexp(path, keys, options) {
833
834
  const debug = stencilHooks_module.browser("sq:useBigStat");
834
835
  const LOADING = "...";
835
836
  const debugQuery = (query, variables, getStat) => {
836
- const res = index_module.vn(query, variables);
837
+ const res = index_module.gn(query, variables);
837
838
  if (!(res === null || res === void 0 ? void 0 : res.data) && !res.loading) {
838
839
  console.error("issue getting stat:", res);
839
840
  }
@@ -1244,7 +1245,7 @@ const rewardsRedeemedWeekQuery = (programId, locale, type, unit, global = "") =>
1244
1245
  locale: $locale
1245
1246
  formatType: UNIT_FORMATTED
1246
1247
  )}`;
1247
- const result = index_module.vn(query, {
1248
+ const result = index_module.gn(query, {
1248
1249
  value: redeemedTotal,
1249
1250
  unit,
1250
1251
  locale,
@@ -1303,7 +1304,7 @@ const rewardsRedeemedMonthQuery = (programId, locale, type, unit, global = "") =
1303
1304
  locale: $locale
1304
1305
  formatType: UNIT_FORMATTED
1305
1306
  )}`;
1306
- const result = index_module.vn(query, {
1307
+ const result = index_module.gn(query, {
1307
1308
  value: redeemedTotal,
1308
1309
  unit,
1309
1310
  locale,
@@ -1667,11 +1668,11 @@ const StatPaths = [
1667
1668
  const StatPatterns = StatPaths.map((pattern) => pathToRegexp(pattern.route));
1668
1669
  function useBigStat(props) {
1669
1670
  var _a;
1670
- const { statType, flexReverse, alignment, programId = index_module.N(), } = props;
1671
+ const { statType, flexReverse, alignment, programId = index_module._(), } = props;
1671
1672
  // triggers a re-render if the label is manually changed
1672
1673
  useChildElements.useChildElements();
1673
- const locale = index_module.W();
1674
- const userIdent = index_module.U();
1674
+ const locale = index_module.N();
1675
+ const userIdent = index_module.H();
1675
1676
  const re = stencilHooks_module.useMemo(() => StatPatterns.find((re) => re.exec(statType)), [statType]);
1676
1677
  if (!(re === null || re === void 0 ? void 0 : re.exec(statType))) {
1677
1678
  return {
@@ -1853,7 +1854,7 @@ function PortalChangePasswordView(props) {
1853
1854
  index.h("div", { part: "successalert-text" }, states.content.successMessage))),
1854
1855
  index.h("sl-form", { "onSl-submit": callbacks.submit },
1855
1856
  index.h("div", { class: sheet.classes.InputContainer },
1856
- index.h("sqm-password-field", { exportparts: "input-label: input-label", class: sheet.classes.PasswordField, fieldLabel: states.content.passwordFieldLabel }),
1857
+ index.h("sqm-password-field", { exportparts: "input-label: input-label", class: sheet.classes.PasswordField, fieldLabel: states.content.passwordFieldLabel, meetsRequirementsText: states.content.meetsRequirementsText, doesNotMeetRequirementsText: states.content.doesNotMeetRequirementsText, minErrorText: states.content.minErrorText, uppercaseErrorText: states.content.uppercaseErrorText, lowercaseErrorText: states.content.lowercaseErrorText, hasErrorText: states.content.hasErrorText }),
1857
1858
  index.h("sl-input", { exportparts: "label: input-label", name: "/confirmPassword", label: states.content.confirmPasswordFieldLabel, required: true, togglePassword: true, disabled: states.loading, type: "password" })),
1858
1859
  index.h(sqmPortalContainerView.PortalContainerView, Object.assign({}, { direction: "row", padding: "none", gap: "20px" }),
1859
1860
  index.h("sl-button", { class: sheet.classes.ChangePasswordButton, type: "primary", submit: true, loading: states.loading }, states.content.changePasswordButtonText),
@@ -1967,7 +1968,7 @@ function PortalRegisterView(props) {
1967
1968
  content.requiredFieldErrorMessage,
1968
1969
  }
1969
1970
  : [])))),
1970
- !states.hideInputs && (index.h("sqm-password-field", { fieldLabel: content.passwordLabel, "disable-validation": states.disablePasswordValidation })),
1971
+ !states.hideInputs && (index.h("sqm-password-field", { fieldLabel: content.passwordLabel, "disable-validation": states.disablePasswordValidation, meetsRequirementsText: content.meetsRequirementsText, doesNotMeetRequirementsText: content.doesNotMeetRequirementsText, minErrorText: content.minErrorText, uppercaseErrorText: content.uppercaseErrorText, lowercaseErrorText: content.lowercaseErrorText, hasErrorText: content.hasErrorText })),
1971
1972
  content.passwordField,
1972
1973
  !states.hideInputs && states.confirmPassword && (index.h("sl-input", Object.assign({ exportparts: "label: input-label", type: "password", name: "/confirmPassword", label: content.confirmPasswordLabel, disabled: states.loading, required: true }, (((_f = (_e = states.registrationFormState) === null || _e === void 0 ? void 0 : _e.validationErrors) === null || _f === void 0 ? void 0 : _f.confirmPassword) ? {
1973
1974
  class: sheet$5.classes.ErrorStyle,
@@ -2737,12 +2738,37 @@ function TaskCardView(props) {
2737
2738
  } }, content.buttonText)))))))));
2738
2739
  }
2739
2740
 
2740
- function PoweredByImg({ color = "#A6A6A6", width = 322, height = 29, }) {
2741
- return (index.h("svg", { width: width, height: height, viewBox: "0 0 289 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
2742
- index.h("path", { d: "M1.71995 17.5V7.63H5.62595C6.68995 7.63 7.50195 7.88667 8.06195 8.4C8.63129 8.91333 8.91595 9.646 8.91595 10.598C8.91595 11.5407 8.63129 12.2733 8.06195 12.796C7.50195 13.3093 6.68995 13.566 5.62595 13.566H2.86795V17.5H1.71995ZM2.86795 12.6H5.48595C7.01662 12.6 7.78195 11.9327 7.78195 10.598C7.78195 9.254 7.01662 8.582 5.48595 8.582H2.86795V12.6ZM12.9389 17.626C12.2762 17.626 11.7022 17.4813 11.2169 17.192C10.7315 16.9027 10.3535 16.4967 10.0829 15.974C9.82154 15.442 9.69088 14.8167 9.69088 14.098C9.69088 13.3793 9.82154 12.7587 10.0829 12.236C10.3535 11.704 10.7315 11.2933 11.2169 11.004C11.7022 10.7147 12.2762 10.57 12.9389 10.57C13.5922 10.57 14.1615 10.7147 14.6469 11.004C15.1415 11.2933 15.5195 11.704 15.7809 12.236C16.0515 12.7587 16.1869 13.3793 16.1869 14.098C16.1869 14.8167 16.0515 15.442 15.7809 15.974C15.5195 16.4967 15.1415 16.9027 14.6469 17.192C14.1615 17.4813 13.5922 17.626 12.9389 17.626ZM12.9389 16.716C13.5735 16.716 14.0822 16.492 14.4649 16.044C14.8475 15.5867 15.0389 14.938 15.0389 14.098C15.0389 13.2487 14.8475 12.6 14.4649 12.152C14.0822 11.704 13.5735 11.48 12.9389 11.48C12.2949 11.48 11.7815 11.704 11.3989 12.152C11.0255 12.6 10.8389 13.2487 10.8389 14.098C10.8389 14.938 11.0255 15.5867 11.3989 16.044C11.7815 16.492 12.2949 16.716 12.9389 16.716ZM19.6005 17.5L17.0665 10.696H18.2565L20.1745 16.17L22.1625 10.696H23.1285L25.0885 16.184L27.0345 10.696H28.1685L25.6205 17.5H24.5425L22.6245 12.222L20.6925 17.5H19.6005ZM32.5363 17.626C31.4629 17.626 30.6136 17.3133 29.9883 16.688C29.3629 16.0533 29.0503 15.1947 29.0503 14.112C29.0503 13.412 29.1903 12.796 29.4703 12.264C29.7503 11.7227 30.1329 11.3073 30.6183 11.018C31.1129 10.7193 31.6823 10.57 32.3263 10.57C33.2503 10.57 33.9736 10.8687 34.4963 11.466C35.0189 12.054 35.2803 12.866 35.2803 13.902V14.336H30.1562C30.1936 15.1107 30.4176 15.7033 30.8283 16.114C31.2389 16.5153 31.8083 16.716 32.5363 16.716C32.9469 16.716 33.3389 16.6553 33.7123 16.534C34.0856 16.4033 34.4403 16.1933 34.7763 15.904L35.1683 16.702C34.8603 16.9913 34.4683 17.22 33.9923 17.388C33.5163 17.5467 33.0309 17.626 32.5363 17.626ZM32.3543 11.41C31.7103 11.41 31.2016 11.6107 30.8283 12.012C30.4549 12.4133 30.2356 12.9407 30.1703 13.594H34.3003C34.2723 12.9033 34.0903 12.3667 33.7543 11.984C33.4276 11.6013 32.9609 11.41 32.3543 11.41ZM36.9214 17.5V10.696H38.0274V11.914C38.3914 11.0927 39.1381 10.64 40.2674 10.556L40.6734 10.514L40.7574 11.494L40.0434 11.578C39.3994 11.634 38.9094 11.8393 38.5734 12.194C38.2374 12.5393 38.0694 13.0153 38.0694 13.622V17.5H36.9214ZM44.923 17.626C43.8496 17.626 43.0003 17.3133 42.375 16.688C41.7496 16.0533 41.437 15.1947 41.437 14.112C41.437 13.412 41.577 12.796 41.857 12.264C42.137 11.7227 42.5196 11.3073 43.005 11.018C43.4996 10.7193 44.069 10.57 44.713 10.57C45.637 10.57 46.3603 10.8687 46.883 11.466C47.4056 12.054 47.667 12.866 47.667 13.902V14.336H42.543C42.5803 15.1107 42.8043 15.7033 43.215 16.114C43.6256 16.5153 44.195 16.716 44.923 16.716C45.3336 16.716 45.7256 16.6553 46.099 16.534C46.4723 16.4033 46.827 16.1933 47.163 15.904L47.555 16.702C47.247 16.9913 46.855 17.22 46.379 17.388C45.903 17.5467 45.4176 17.626 44.923 17.626ZM44.741 11.41C44.097 11.41 43.5883 11.6107 43.215 12.012C42.8416 12.4133 42.6223 12.9407 42.557 13.594H46.687C46.659 12.9033 46.477 12.3667 46.141 11.984C45.8143 11.6013 45.3476 11.41 44.741 11.41ZM51.8981 17.626C51.2915 17.626 50.7595 17.4813 50.3021 17.192C49.8541 16.9027 49.5041 16.4967 49.2521 15.974C49.0095 15.442 48.8881 14.8167 48.8881 14.098C48.8881 13.37 49.0095 12.7447 49.2521 12.222C49.5041 11.69 49.8541 11.284 50.3021 11.004C50.7595 10.7147 51.2915 10.57 51.8981 10.57C52.4301 10.57 52.8968 10.6867 53.2981 10.92C53.7088 11.1533 54.0121 11.4753 54.2081 11.886V7.63H55.3421V17.5H54.2361V16.254C54.0401 16.6833 53.7368 17.0193 53.3261 17.262C52.9155 17.5047 52.4395 17.626 51.8981 17.626ZM52.1361 16.716C52.7708 16.716 53.2795 16.492 53.6621 16.044C54.0448 15.5867 54.2361 14.938 54.2361 14.098C54.2361 13.2487 54.0448 12.6 53.6621 12.152C53.2795 11.704 52.7708 11.48 52.1361 11.48C51.4921 11.48 50.9788 11.704 50.5961 12.152C50.2228 12.6 50.0361 13.2487 50.0361 14.098C50.0361 14.938 50.2228 15.5867 50.5961 16.044C50.9788 16.492 51.4921 16.716 52.1361 16.716ZM62.872 17.5L60.338 10.696H61.528L63.446 16.17L65.434 10.696H66.4L68.36 16.184L70.306 10.696H71.44L68.892 17.5H67.814L65.896 12.222L63.964 17.5H62.872ZM72.6974 9.002V7.728H74.0974V9.002H72.6974ZM72.8374 17.5V10.696H73.9714V17.5H72.8374ZM78.8213 17.626C78.0187 17.626 77.4167 17.416 77.0153 16.996C76.614 16.5667 76.4133 15.9507 76.4133 15.148V11.578H75.0833V10.696H76.4133V8.61H77.5473V10.696H79.7033V11.578H77.5473V15.036C77.5473 15.568 77.6593 15.974 77.8833 16.254C78.1073 16.5247 78.4713 16.66 78.9753 16.66C79.1247 16.66 79.274 16.6413 79.4233 16.604C79.5727 16.5667 79.708 16.5293 79.8293 16.492L80.0253 17.36C79.904 17.4253 79.7267 17.486 79.4933 17.542C79.26 17.598 79.036 17.626 78.8213 17.626ZM80.9859 17.5V7.63H82.1199V11.816C82.3439 11.4053 82.6565 11.0973 83.0579 10.892C83.4685 10.6773 83.9259 10.57 84.4299 10.57C86.0445 10.57 86.8519 11.466 86.8519 13.258V17.5H85.7179V13.328C85.7179 12.6933 85.5919 12.2313 85.3399 11.942C85.0972 11.6433 84.7052 11.494 84.1639 11.494C83.5385 11.494 83.0392 11.69 82.6659 12.082C82.3019 12.4647 82.1199 12.978 82.1199 13.622V17.5H80.9859Z", fill: color }),
2743
- index.h("path", { d: "M104.096 3.04541C103.843 3.04541 103.72 3.09341 103.078 3.57905L99.9058 5.98128C99.4085 6.35766 99.3121 7.06398 99.6905 7.55875C100.069 8.05371 100.779 8.14955 101.276 7.773L101.904 7.29739C102.267 7.02421 102.784 7.09443 103.059 7.45486C103.335 7.81582 103.265 8.3312 102.902 8.60599L99.2622 11.3618C98.7648 11.7384 98.6685 12.4447 99.0469 12.9395C99.4251 13.4343 100.135 13.5303 100.632 13.1537L101.826 12.2498C102.189 11.9754 102.707 12.0454 102.983 12.4064C103.258 12.7666 103.189 13.28 102.828 13.5554L98.7747 16.6243C98.2775 17.0009 98.181 17.7072 98.5594 18.202C98.9378 18.6967 99.6475 18.7926 100.145 18.4162L101.753 17.1986C102.116 16.924 102.633 16.9941 102.91 17.355C103.022 17.5021 103.077 17.6748 103.078 17.8464L103.078 22.1206C99.1967 21.6215 96.1871 18.3136 96.1871 14.3171C96.1871 12.078 97.1513 9.93734 98.8329 8.44407L98.8999 8.38441L98.8203 8.29413C98.7965 8.26743 98.7728 8.24075 98.7508 8.21244C98.5497 7.95395 98.4125 7.65927 98.343 7.33681L98.3112 7.19063L98.1961 7.28647C96.0953 9.0343 94.8906 11.5969 94.8906 14.3171C94.8906 19.3684 99.0203 23.4779 104.096 23.4781V3.04541Z", fill: color }),
2744
- index.h("path", { d: "M109.997 7.28651L109.882 7.19067L109.85 7.33685C109.781 7.65913 109.643 7.95381 109.442 8.21266C109.421 8.24023 109.398 8.26585 109.375 8.29165L109.293 8.38425L109.36 8.44373C111.042 9.937 112.006 12.0779 112.006 14.3171C112.006 16.4196 111.184 18.396 109.69 19.8827C108.439 21.1277 106.841 21.9019 105.114 22.1215V17.8502H105.111L105.115 17.8464C105.116 17.6748 105.171 17.5021 105.283 17.355C105.559 16.9941 106.077 16.924 106.44 17.1987L108.048 18.4161C108.545 18.7926 109.255 18.6968 109.634 18.2018C110.012 17.707 109.915 17.0007 109.418 16.6243L105.365 13.5552C105.004 13.28 104.935 12.7665 105.21 12.4064C105.486 12.0453 106.004 11.9754 106.367 12.25L107.561 13.1537C108.058 13.5301 108.768 13.4343 109.146 12.9395C109.524 12.4447 109.428 11.7384 108.931 11.3619L105.291 8.60583C104.928 8.33122 104.858 7.81584 105.134 7.45488C105.409 7.09427 105.926 7.02423 106.289 7.29741L106.917 7.77302C107.414 8.14957 108.124 8.05355 108.503 7.55877C108.881 7.064 108.784 6.35766 108.287 5.98112L105.115 3.57907C104.473 3.09343 104.35 3.04541 104.096 3.04541V23.4781C109.173 23.4781 113.303 19.3685 113.303 14.3171C113.303 11.5967 112.098 9.03418 109.997 7.28651Z", fill: color }),
2745
- index.h("path", { d: "M124.105 17.626C123.331 17.626 122.631 17.528 122.005 17.332C121.38 17.1267 120.839 16.8327 120.381 16.45L120.787 15.526C121.263 15.89 121.763 16.1607 122.285 16.338C122.808 16.5153 123.415 16.604 124.105 16.604C124.945 16.604 125.566 16.45 125.967 16.142C126.378 15.8247 126.583 15.4093 126.583 14.896C126.583 14.4853 126.434 14.1587 126.135 13.916C125.846 13.6733 125.356 13.482 124.665 13.342L123.209 13.048C122.332 12.8613 121.674 12.558 121.235 12.138C120.806 11.7087 120.591 11.1393 120.591 10.43C120.591 9.842 120.741 9.32867 121.039 8.89C121.347 8.45133 121.772 8.11067 122.313 7.868C122.855 7.62533 123.48 7.504 124.189 7.504C124.852 7.504 125.468 7.61133 126.037 7.826C126.607 8.03133 127.087 8.33 127.479 8.722L127.073 9.618C126.653 9.23533 126.21 8.96 125.743 8.792C125.277 8.61467 124.754 8.526 124.175 8.526C123.438 8.526 122.85 8.69867 122.411 9.044C121.973 9.38 121.753 9.828 121.753 10.388C121.753 10.836 121.889 11.1907 122.159 11.452C122.439 11.7133 122.892 11.9047 123.517 12.026L124.973 12.334C125.916 12.53 126.611 12.8287 127.059 13.23C127.517 13.622 127.745 14.1587 127.745 14.84C127.745 15.3907 127.596 15.876 127.297 16.296C127.008 16.716 126.588 17.0427 126.037 17.276C125.496 17.5093 124.852 17.626 124.105 17.626ZM131.515 17.626C131.048 17.626 130.628 17.5373 130.255 17.36C129.891 17.1733 129.601 16.9213 129.387 16.604C129.172 16.2867 129.065 15.932 129.065 15.54C129.065 15.0453 129.191 14.6533 129.443 14.364C129.704 14.0747 130.129 13.8693 130.717 13.748C131.314 13.6173 132.126 13.552 133.153 13.552H133.601V13.118C133.601 12.5393 133.479 12.124 133.237 11.872C133.003 11.6107 132.625 11.48 132.103 11.48C131.692 11.48 131.295 11.5407 130.913 11.662C130.53 11.774 130.138 11.9607 129.737 12.222L129.345 11.396C129.699 11.144 130.129 10.9433 130.633 10.794C131.146 10.6447 131.636 10.57 132.103 10.57C132.98 10.57 133.629 10.7847 134.049 11.214C134.478 11.6433 134.693 12.3107 134.693 13.216V17.5H133.629V16.324C133.451 16.7253 133.176 17.0427 132.803 17.276C132.439 17.5093 132.009 17.626 131.515 17.626ZM131.697 16.772C132.257 16.772 132.714 16.5807 133.069 16.198C133.423 15.806 133.601 15.3113 133.601 14.714V14.294H133.167C132.411 14.294 131.813 14.3313 131.375 14.406C130.945 14.4713 130.642 14.5927 130.465 14.77C130.297 14.938 130.213 15.1713 130.213 15.47C130.213 15.8527 130.343 16.1653 130.605 16.408C130.875 16.6507 131.239 16.772 131.697 16.772ZM138.938 17.626C138.472 17.626 138.052 17.5373 137.678 17.36C137.314 17.1733 137.025 16.9213 136.81 16.604C136.596 16.2867 136.488 15.932 136.488 15.54C136.488 15.0453 136.614 14.6533 136.866 14.364C137.128 14.0747 137.552 13.8693 138.14 13.748C138.738 13.6173 139.55 13.552 140.576 13.552H141.024V13.118C141.024 12.5393 140.903 12.124 140.66 11.872C140.427 11.6107 140.049 11.48 139.526 11.48C139.116 11.48 138.719 11.5407 138.336 11.662C137.954 11.774 137.562 11.9607 137.16 12.222L136.768 11.396C137.123 11.144 137.552 10.9433 138.056 10.794C138.57 10.6447 139.06 10.57 139.526 10.57C140.404 10.57 141.052 10.7847 141.472 11.214C141.902 11.6433 142.116 12.3107 142.116 13.216V17.5H141.052V16.324C140.875 16.7253 140.6 17.0427 140.226 17.276C139.862 17.5093 139.433 17.626 138.938 17.626ZM139.12 16.772C139.68 16.772 140.138 16.5807 140.492 16.198C140.847 15.806 141.024 15.3113 141.024 14.714V14.294H140.59C139.834 14.294 139.237 14.3313 138.798 14.406C138.369 14.4713 138.066 14.5927 137.888 14.77C137.72 14.938 137.636 15.1713 137.636 15.47C137.636 15.8527 137.767 16.1653 138.028 16.408C138.299 16.6507 138.663 16.772 139.12 16.772ZM147.566 17.626C146.792 17.626 146.092 17.528 145.466 17.332C144.841 17.1267 144.3 16.8327 143.842 16.45L144.248 15.526C144.724 15.89 145.224 16.1607 145.746 16.338C146.269 16.5153 146.876 16.604 147.566 16.604C148.406 16.604 149.027 16.45 149.428 16.142C149.839 15.8247 150.044 15.4093 150.044 14.896C150.044 14.4853 149.895 14.1587 149.596 13.916C149.307 13.6733 148.817 13.482 148.126 13.342L146.67 13.048C145.793 12.8613 145.135 12.558 144.696 12.138C144.267 11.7087 144.052 11.1393 144.052 10.43C144.052 9.842 144.202 9.32867 144.5 8.89C144.808 8.45133 145.233 8.11067 145.774 7.868C146.316 7.62533 146.941 7.504 147.65 7.504C148.313 7.504 148.929 7.61133 149.498 7.826C150.068 8.03133 150.548 8.33 150.94 8.722L150.534 9.618C150.114 9.23533 149.671 8.96 149.204 8.792C148.738 8.61467 148.215 8.526 147.636 8.526C146.899 8.526 146.311 8.69867 145.872 9.044C145.434 9.38 145.214 9.828 145.214 10.388C145.214 10.836 145.35 11.1907 145.62 11.452C145.9 11.7133 146.353 11.9047 146.978 12.026L148.434 12.334C149.377 12.53 150.072 12.8287 150.52 13.23C150.978 13.622 151.206 14.1587 151.206 14.84C151.206 15.3907 151.057 15.876 150.758 16.296C150.469 16.716 150.049 17.0427 149.498 17.276C148.957 17.5093 148.313 17.626 147.566 17.626ZM157.734 20.02V16.31C157.538 16.7113 157.234 17.0333 156.824 17.276C156.422 17.5093 155.956 17.626 155.424 17.626C154.817 17.626 154.285 17.4813 153.828 17.192C153.38 16.9027 153.03 16.4967 152.778 15.974C152.535 15.442 152.414 14.8167 152.414 14.098C152.414 13.37 152.535 12.7447 152.778 12.222C153.03 11.69 153.38 11.284 153.828 11.004C154.285 10.7147 154.817 10.57 155.424 10.57C155.965 10.57 156.441 10.6913 156.852 10.934C157.262 11.1767 157.566 11.508 157.762 11.928V10.696H158.868V20.02H157.734ZM155.662 16.716C156.296 16.716 156.805 16.492 157.188 16.044C157.57 15.5867 157.762 14.938 157.762 14.098C157.762 13.2487 157.57 12.6 157.188 12.152C156.805 11.704 156.296 11.48 155.662 11.48C155.018 11.48 154.504 11.704 154.122 12.152C153.748 12.6 153.562 13.2487 153.562 14.098C153.562 14.938 153.748 15.5867 154.122 16.044C154.504 16.492 155.018 16.716 155.662 16.716ZM163.404 17.626C161.77 17.626 160.954 16.7253 160.954 14.924V10.696H162.088V14.91C162.088 15.5167 162.209 15.9647 162.452 16.254C162.704 16.5433 163.096 16.688 163.628 16.688C164.206 16.688 164.678 16.4967 165.042 16.114C165.406 15.722 165.588 15.204 165.588 14.56V10.696H166.722V17.5H165.616V16.352C165.401 16.7627 165.098 17.08 164.706 17.304C164.323 17.5187 163.889 17.626 163.404 17.626ZM170.985 17.626C170.519 17.626 170.099 17.5373 169.725 17.36C169.361 17.1733 169.072 16.9213 168.857 16.604C168.643 16.2867 168.535 15.932 168.535 15.54C168.535 15.0453 168.661 14.6533 168.913 14.364C169.175 14.0747 169.599 13.8693 170.187 13.748C170.785 13.6173 171.597 13.552 172.623 13.552H173.071V13.118C173.071 12.5393 172.95 12.124 172.707 11.872C172.474 11.6107 172.096 11.48 171.573 11.48C171.163 11.48 170.766 11.5407 170.383 11.662C170.001 11.774 169.609 11.9607 169.207 12.222L168.815 11.396C169.17 11.144 169.599 10.9433 170.103 10.794C170.617 10.6447 171.107 10.57 171.573 10.57C172.451 10.57 173.099 10.7847 173.519 11.214C173.949 11.6433 174.163 12.3107 174.163 13.216V17.5H173.099V16.324C172.922 16.7253 172.647 17.0427 172.273 17.276C171.909 17.5093 171.48 17.626 170.985 17.626ZM171.167 16.772C171.727 16.772 172.185 16.5807 172.539 16.198C172.894 15.806 173.071 15.3113 173.071 14.714V14.294H172.637C171.881 14.294 171.284 14.3313 170.845 14.406C170.416 14.4713 170.113 14.5927 169.935 14.77C169.767 14.938 169.683 15.1713 169.683 15.47C169.683 15.8527 169.814 16.1653 170.075 16.408C170.346 16.6507 170.71 16.772 171.167 16.772ZM178.997 17.626C178.194 17.626 177.592 17.416 177.191 16.996C176.79 16.5667 176.589 15.9507 176.589 15.148V11.578H175.259V10.696H176.589V8.61H177.723V10.696H179.879V11.578H177.723V15.036C177.723 15.568 177.835 15.974 178.059 16.254C178.283 16.5247 178.647 16.66 179.151 16.66C179.3 16.66 179.45 16.6413 179.599 16.604C179.748 16.5667 179.884 16.5293 180.005 16.492L180.201 17.36C180.08 17.4253 179.902 17.486 179.669 17.542C179.436 17.598 179.212 17.626 178.997 17.626ZM183.977 17.626C183.296 17.626 182.708 17.4813 182.213 17.192C181.719 16.8933 181.336 16.478 181.065 15.946C180.804 15.4047 180.673 14.7747 180.673 14.056C180.673 12.9733 180.967 12.124 181.555 11.508C182.143 10.8827 182.951 10.57 183.977 10.57C184.397 10.57 184.813 10.6447 185.223 10.794C185.634 10.9433 185.975 11.1533 186.245 11.424L185.853 12.25C185.583 11.9887 185.284 11.7973 184.957 11.676C184.64 11.5547 184.337 11.494 184.047 11.494C183.338 11.494 182.792 11.718 182.409 12.166C182.027 12.6047 181.835 13.2393 181.835 14.07C181.835 14.882 182.027 15.526 182.409 16.002C182.792 16.4687 183.338 16.702 184.047 16.702C184.337 16.702 184.64 16.6413 184.957 16.52C185.284 16.3987 185.583 16.2027 185.853 15.932L186.245 16.758C185.975 17.0287 185.629 17.2433 185.209 17.402C184.799 17.5513 184.388 17.626 183.977 17.626ZM187.574 17.5V7.63H188.708V11.816C188.932 11.4053 189.244 11.0973 189.646 10.892C190.056 10.6773 190.514 10.57 191.018 10.57C192.632 10.57 193.44 11.466 193.44 13.258V17.5H192.306V13.328C192.306 12.6933 192.18 12.2313 191.928 11.942C191.685 11.6433 191.293 11.494 190.752 11.494C190.126 11.494 189.627 11.69 189.254 12.082C188.89 12.4647 188.708 12.978 188.708 13.622V17.5H187.574ZM202.571 17.626C202.029 17.626 201.553 17.5047 201.143 17.262C200.741 17.0193 200.438 16.688 200.233 16.268V17.5H199.127V7.63H200.261V11.872C200.457 11.4707 200.76 11.1533 201.171 10.92C201.581 10.6867 202.048 10.57 202.571 10.57C203.177 10.57 203.705 10.7147 204.153 11.004C204.61 11.284 204.96 11.69 205.203 12.222C205.455 12.7447 205.581 13.37 205.581 14.098C205.581 14.8167 205.455 15.442 205.203 15.974C204.96 16.4967 204.61 16.9027 204.153 17.192C203.705 17.4813 203.177 17.626 202.571 17.626ZM202.333 16.716C202.967 16.716 203.476 16.492 203.859 16.044C204.241 15.5867 204.433 14.938 204.433 14.098C204.433 13.2487 204.241 12.6 203.859 12.152C203.476 11.704 202.967 11.48 202.333 11.48C201.698 11.48 201.189 11.704 200.807 12.152C200.424 12.6 200.233 13.2487 200.233 14.098C200.233 14.938 200.424 15.5867 200.807 16.044C201.189 16.492 201.698 16.716 202.333 16.716ZM207.977 20.02L209.139 17.388L206.269 10.696H207.501L209.755 16.212L212.023 10.696H213.213L209.167 20.02H207.977ZM217.84 9.002V7.728H219.24V9.002H217.84ZM217.98 17.5V10.696H219.114V17.5H217.98ZM221.262 17.5V10.696H222.368V11.844C222.573 11.4333 222.858 11.1207 223.222 10.906C223.586 10.682 224.011 10.57 224.496 10.57C225.56 10.57 226.241 11.032 226.54 11.956C226.745 11.5267 227.049 11.1907 227.45 10.948C227.851 10.696 228.313 10.57 228.836 10.57C230.348 10.57 231.104 11.466 231.104 13.258V17.5H229.97V13.314C229.97 12.6887 229.858 12.2313 229.634 11.942C229.419 11.6433 229.06 11.494 228.556 11.494C228.005 11.494 227.567 11.69 227.24 12.082C226.913 12.474 226.75 12.9967 226.75 13.65V17.5H225.616V13.314C225.616 12.6887 225.504 12.2313 225.28 11.942C225.065 11.6433 224.706 11.494 224.202 11.494C223.642 11.494 223.199 11.69 222.872 12.082C222.555 12.474 222.396 12.9967 222.396 13.65V17.5H221.262ZM233.224 20.02V10.696H234.33V11.914C234.535 11.494 234.839 11.1673 235.24 10.934C235.651 10.6913 236.127 10.57 236.668 10.57C237.275 10.57 237.802 10.7147 238.25 11.004C238.707 11.284 239.057 11.69 239.3 12.222C239.552 12.7447 239.678 13.37 239.678 14.098C239.678 14.8167 239.552 15.442 239.3 15.974C239.057 16.4967 238.707 16.9027 238.25 17.192C237.802 17.4813 237.275 17.626 236.668 17.626C236.145 17.626 235.679 17.5093 235.268 17.276C234.857 17.0427 234.554 16.7207 234.358 16.31V20.02H233.224ZM236.43 16.716C237.065 16.716 237.573 16.492 237.956 16.044C238.339 15.5867 238.53 14.938 238.53 14.098C238.53 13.2487 238.339 12.6 237.956 12.152C237.573 11.704 237.065 11.48 236.43 11.48C235.795 11.48 235.287 11.704 234.904 12.152C234.521 12.6 234.33 13.2487 234.33 14.098C234.33 14.938 234.521 15.5867 234.904 16.044C235.287 16.492 235.795 16.716 236.43 16.716ZM243.528 17.626C243.062 17.626 242.642 17.5373 242.268 17.36C241.904 17.1733 241.615 16.9213 241.4 16.604C241.186 16.2867 241.078 15.932 241.078 15.54C241.078 15.0453 241.204 14.6533 241.456 14.364C241.718 14.0747 242.142 13.8693 242.73 13.748C243.328 13.6173 244.14 13.552 245.166 13.552H245.614V13.118C245.614 12.5393 245.493 12.124 245.25 11.872C245.017 11.6107 244.639 11.48 244.116 11.48C243.706 11.48 243.309 11.5407 242.926 11.662C242.544 11.774 242.152 11.9607 241.75 12.222L241.358 11.396C241.713 11.144 242.142 10.9433 242.646 10.794C243.16 10.6447 243.65 10.57 244.116 10.57C244.994 10.57 245.642 10.7847 246.062 11.214C246.492 11.6433 246.706 12.3107 246.706 13.216V17.5H245.642V16.324C245.465 16.7253 245.19 17.0427 244.816 17.276C244.452 17.5093 244.023 17.626 243.528 17.626ZM243.71 16.772C244.27 16.772 244.728 16.5807 245.082 16.198C245.437 15.806 245.614 15.3113 245.614 14.714V14.294H245.18C244.424 14.294 243.827 14.3313 243.388 14.406C242.959 14.4713 242.656 14.5927 242.478 14.77C242.31 14.938 242.226 15.1713 242.226 15.47C242.226 15.8527 242.357 16.1653 242.618 16.408C242.889 16.6507 243.253 16.772 243.71 16.772ZM251.694 17.626C251.013 17.626 250.425 17.4813 249.93 17.192C249.435 16.8933 249.053 16.478 248.782 15.946C248.521 15.4047 248.39 14.7747 248.39 14.056C248.39 12.9733 248.684 12.124 249.272 11.508C249.86 10.8827 250.667 10.57 251.694 10.57C252.114 10.57 252.529 10.6447 252.94 10.794C253.351 10.9433 253.691 11.1533 253.962 11.424L253.57 12.25C253.299 11.9887 253.001 11.7973 252.674 11.676C252.357 11.5547 252.053 11.494 251.764 11.494C251.055 11.494 250.509 11.718 250.126 12.166C249.743 12.6047 249.552 13.2393 249.552 14.07C249.552 14.882 249.743 15.526 250.126 16.002C250.509 16.4687 251.055 16.702 251.764 16.702C252.053 16.702 252.357 16.6413 252.674 16.52C253.001 16.3987 253.299 16.2027 253.57 15.932L253.962 16.758C253.691 17.0287 253.346 17.2433 252.926 17.402C252.515 17.5513 252.105 17.626 251.694 17.626ZM258.021 17.626C257.218 17.626 256.616 17.416 256.215 16.996C255.813 16.5667 255.613 15.9507 255.613 15.148V11.578H254.283V10.696H255.613V8.61H256.747V10.696H258.903V11.578H256.747V15.036C256.747 15.568 256.859 15.974 257.083 16.254C257.307 16.5247 257.671 16.66 258.175 16.66C258.324 16.66 258.473 16.6413 258.623 16.604C258.772 16.5667 258.907 16.5293 259.029 16.492L259.225 17.36C259.103 17.4253 258.926 17.486 258.693 17.542C258.459 17.598 258.235 17.626 258.021 17.626ZM260.195 17.5V16.072H261.623V17.5H260.195ZM266.132 17.626C265.45 17.626 264.862 17.4813 264.368 17.192C263.873 16.8933 263.49 16.478 263.22 15.946C262.958 15.4047 262.828 14.7747 262.828 14.056C262.828 12.9733 263.122 12.124 263.71 11.508C264.298 10.8827 265.105 10.57 266.132 10.57C266.552 10.57 266.967 10.6447 267.378 10.794C267.788 10.9433 268.129 11.1533 268.4 11.424L268.008 12.25C267.737 11.9887 267.438 11.7973 267.112 11.676C266.794 11.5547 266.491 11.494 266.202 11.494C265.492 11.494 264.946 11.718 264.564 12.166C264.181 12.6047 263.99 13.2393 263.99 14.07C263.99 14.882 264.181 15.526 264.564 16.002C264.946 16.4687 265.492 16.702 266.202 16.702C266.491 16.702 266.794 16.6413 267.112 16.52C267.438 16.3987 267.737 16.2027 268.008 15.932L268.4 16.758C268.129 17.0287 267.784 17.2433 267.364 17.402C266.953 17.5513 266.542 17.626 266.132 17.626ZM272.419 17.626C271.757 17.626 271.183 17.4813 270.697 17.192C270.212 16.9027 269.834 16.4967 269.563 15.974C269.302 15.442 269.171 14.8167 269.171 14.098C269.171 13.3793 269.302 12.7587 269.563 12.236C269.834 11.704 270.212 11.2933 270.697 11.004C271.183 10.7147 271.757 10.57 272.419 10.57C273.073 10.57 273.642 10.7147 274.127 11.004C274.622 11.2933 275 11.704 275.261 12.236C275.532 12.7587 275.667 13.3793 275.667 14.098C275.667 14.8167 275.532 15.442 275.261 15.974C275 16.4967 274.622 16.9027 274.127 17.192C273.642 17.4813 273.073 17.626 272.419 17.626ZM272.419 16.716C273.054 16.716 273.563 16.492 273.945 16.044C274.328 15.5867 274.519 14.938 274.519 14.098C274.519 13.2487 274.328 12.6 273.945 12.152C273.563 11.704 273.054 11.48 272.419 11.48C271.775 11.48 271.262 11.704 270.879 12.152C270.506 12.6 270.319 13.2487 270.319 14.098C270.319 14.938 270.506 15.5867 270.879 16.044C271.262 16.492 271.775 16.716 272.419 16.716ZM277.399 17.5V10.696H278.505V11.844C278.71 11.4333 278.995 11.1207 279.359 10.906C279.723 10.682 280.147 10.57 280.633 10.57C281.697 10.57 282.378 11.032 282.677 11.956C282.882 11.5267 283.185 11.1907 283.587 10.948C283.988 10.696 284.45 10.57 284.973 10.57C286.485 10.57 287.241 11.466 287.241 13.258V17.5H286.107V13.314C286.107 12.6887 285.995 12.2313 285.771 11.942C285.556 11.6433 285.197 11.494 284.693 11.494C284.142 11.494 283.703 11.69 283.377 12.082C283.05 12.474 282.887 12.9967 282.887 13.65V17.5H281.753V13.314C281.753 12.6887 281.641 12.2313 281.417 11.942C281.202 11.6433 280.843 11.494 280.339 11.494C279.779 11.494 279.335 11.69 279.009 12.082C278.691 12.474 278.533 12.9967 278.533 13.65V17.5H277.399Z", fill: color })));
2741
+ function PoweredByImg({ color = "#A6A6A6", width = 120, height = 16, }) {
2742
+ return (index.h("svg", { width: width, height: height, viewBox: "0 0 1662 254", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
2743
+ index.h("path", { d: "M801.082 253.58L869.382 1.67969", stroke: color, "stroke-width": "3" }),
2744
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M125.682 42.48C123.882 42.48 121.982 42.78 120.382 43.48C118.682 44.18 117.182 45.18 115.882 46.48C114.582 47.68 113.582 49.28 112.882 50.98C112.182 52.68 111.882 54.48 111.982 56.28C112.282 59.68 113.882 63.08 116.382 65.38C118.982 67.78 122.382 68.98 125.782 68.98C129.282 68.98 132.682 67.58 135.182 65.38C137.782 62.98 139.382 59.78 139.582 56.28C139.582 54.38 139.282 52.68 138.682 50.98C137.982 49.28 136.982 47.78 135.682 46.48C134.382 45.18 132.882 44.18 131.182 43.48C129.282 42.78 127.582 42.48 125.682 42.48Z", fill: color }),
2745
+ index.h("path", { d: "M135.882 89.2798H115.582V187.58H135.882V89.2798Z", fill: color }),
2746
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M231.481 104.18C238.781 93.4799 251.181 87.3799 266.281 87.3799C290.981 87.3799 307.581 103.28 307.381 127.08V187.48H286.781V132.38C286.781 116.38 278.281 107.18 263.381 107.18C248.481 107.18 237.981 117.68 237.981 132.68V187.48H217.281V132.38C217.281 116.38 208.781 107.18 193.881 107.18C178.981 107.18 168.481 117.68 168.481 132.68V187.48H147.981V89.3799H168.681V97.8799C178.081 88.8799 190.181 87.4799 197.081 87.4799C211.881 87.4799 224.381 93.5799 231.481 104.18Z", fill: color }),
2747
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M370.781 87.48C358.581 87.48 347.981 91.38 339.981 98.38V89.28H319.481V226.08H339.981V177.78C347.881 185.08 358.581 188.78 370.781 188.78C398.781 188.78 419.881 166.88 419.881 138.08C419.981 109.28 398.781 87.48 370.781 87.48ZM368.881 169.58C351.481 169.58 338.881 156.38 338.881 138.28C338.881 120.38 351.381 106.98 368.881 106.98C386.281 106.98 398.881 120.08 398.881 138.28C398.881 156.48 386.381 169.58 368.881 169.58Z", fill: color }),
2748
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M701.782 169.88C707.682 169.88 714.082 167.58 719.582 163.98L721.482 162.88L731.482 178.68L729.782 179.88C721.282 186.28 710.982 189.58 700.382 189.58C678.082 189.58 665.782 176.38 665.782 152.28V108.68H645.682V89.3799H665.782V59.8799H686.482V89.2798H725.682V108.48H686.482V151.88C686.482 163.38 691.982 169.88 701.782 169.88Z", fill: color }),
2749
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M551.282 239.88C549.982 239.88 548.782 240.28 547.682 240.88C546.682 241.58 545.782 242.58 545.382 243.68C544.882 244.78 544.782 246.08 545.082 247.28C545.282 248.58 545.882 249.68 546.882 250.48C547.782 251.38 548.882 251.98 550.082 252.28C551.382 252.48 552.582 252.38 553.782 251.98C554.882 251.48 555.982 250.78 556.582 249.68C557.282 248.68 557.582 247.38 557.582 246.18C557.582 244.48 556.982 242.88 555.682 241.68C554.482 240.48 552.882 239.88 551.282 239.88Z", fill: color }),
2750
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M586.182 210.78C592.282 210.78 597.582 213.08 601.082 217.18L601.482 217.68L596.282 223.08L595.782 222.58C594.482 221.18 593.082 220.18 591.382 219.48C589.682 218.78 587.882 218.38 586.082 218.48C578.882 218.48 573.682 224.08 573.682 231.58C573.682 239.18 578.882 244.78 586.082 244.78C589.782 244.68 593.282 243.18 595.882 240.58L596.382 240.08L601.382 245.68L600.982 246.08C597.182 250.18 591.982 252.18 586.082 252.18C574.082 252.18 565.382 243.58 565.382 231.58C565.582 219.48 574.182 210.78 586.182 210.78Z", fill: color }),
2751
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M633.782 210.78C621.682 210.78 612.582 219.68 612.582 231.38C612.582 243.08 621.682 251.98 633.782 251.98C645.882 251.98 654.882 243.08 654.882 231.38C655.082 219.78 645.982 210.78 633.782 210.78ZM633.782 244.78C626.382 244.78 620.782 239.28 620.782 231.58C620.782 223.88 626.182 218.48 633.782 218.48C641.182 218.48 646.782 224.08 646.782 231.58C646.782 238.98 641.382 244.78 633.782 244.78Z", fill: color }),
2752
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M723.982 228.78C723.982 222.18 720.382 218.28 714.082 218.28C707.682 218.28 703.382 222.78 702.982 228.98V252.18H695.082V228.68C695.082 222.08 691.482 218.18 685.182 218.18C680.082 218.18 674.482 221.48 674.482 228.88V252.08H666.582V211.38H674.482V214.78L676.682 213.28C679.582 211.38 683.082 210.48 686.582 210.48C692.082 210.48 696.782 212.48 699.882 216.08L700.882 217.28L701.882 216.08C704.782 212.48 709.582 210.48 715.182 210.48C725.082 210.48 731.982 217.08 731.982 226.38V251.88H724.082V228.68H723.982V228.78Z", fill: color }),
2753
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M511.681 89.4797V98.7797C503.681 91.4797 493.181 87.6797 480.981 87.6797C452.981 87.6797 431.981 109.68 431.981 138.68C431.981 167.78 453.081 189.68 480.981 189.68C493.181 189.68 503.681 185.78 511.681 178.38V187.68H532.381V89.4797H511.681ZM482.881 169.88C465.481 169.88 452.781 156.58 452.781 138.48C452.781 120.48 465.281 106.98 482.881 106.98C500.481 106.98 512.781 120.08 512.781 138.48C512.781 156.68 500.181 169.88 482.881 169.88Z", fill: color }),
2754
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M595.281 107.08C604.181 107.08 611.781 110.38 618.781 116.98L620.481 118.68L633.981 104.58L632.581 102.98C623.781 92.98 610.781 87.48 595.781 87.48C565.981 87.48 544.481 109.08 544.481 138.48C544.481 167.98 565.981 189.48 595.781 189.48C610.481 189.48 623.681 183.98 632.581 174.08L633.981 172.58L620.981 158.18L619.281 159.88C612.481 166.48 603.981 169.98 595.481 169.98C578.381 169.98 565.681 156.68 565.681 138.58C565.581 120.58 577.881 107.08 595.281 107.08Z", fill: color }),
2755
+ index.h("path", { d: "M135.882 89.2798H115.582V187.58H135.882V89.2798Z", fill: color }),
2756
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M231.481 104.18C238.781 93.4799 251.181 87.3799 266.281 87.3799C290.981 87.3799 307.581 103.28 307.381 127.08V187.48H286.781V132.38C286.781 116.38 278.281 107.18 263.381 107.18C248.481 107.18 237.981 117.68 237.981 132.68V187.48H217.281V132.38C217.281 116.38 208.781 107.18 193.881 107.18C178.981 107.18 168.481 117.68 168.481 132.68V187.48H147.981V89.3799H168.681V97.8799C178.081 88.8799 190.181 87.4799 197.081 87.4799C211.881 87.4799 224.381 93.5799 231.481 104.18Z", fill: color }),
2757
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M370.781 87.48C358.581 87.48 347.981 91.38 339.981 98.38V89.28H319.481V226.08H339.981V177.78C347.881 185.08 358.581 188.78 370.781 188.78C398.781 188.78 419.881 166.88 419.881 138.08C419.981 109.28 398.781 87.48 370.781 87.48ZM368.881 169.58C351.481 169.58 338.881 156.38 338.881 138.28C338.881 120.38 351.381 106.98 368.881 106.98C386.281 106.98 398.881 120.08 398.881 138.28C398.881 156.48 386.381 169.58 368.881 169.58Z", fill: color }),
2758
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M701.782 169.88C707.682 169.88 714.082 167.58 719.582 163.98L721.482 162.88L731.482 178.68L729.782 179.88C721.282 186.28 710.982 189.58 700.382 189.58C678.082 189.58 665.782 176.38 665.782 152.28V108.68H645.682V89.3799H665.782V59.8799H686.482V89.2798H725.682V108.48H686.482V151.88C686.482 163.38 691.982 169.88 701.782 169.88Z", fill: color }),
2759
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M511.681 89.4797V98.7797C503.681 91.4797 493.181 87.6797 480.981 87.6797C452.981 87.6797 431.981 109.68 431.981 138.68C431.981 167.78 453.081 189.68 480.981 189.68C493.181 189.68 503.681 185.78 511.681 178.38V187.68H532.381V89.4797H511.681ZM482.881 169.88C465.481 169.88 452.781 156.58 452.781 138.48C452.781 120.48 465.281 106.98 482.881 106.98C500.481 106.98 512.781 120.08 512.781 138.48C512.781 156.68 500.181 169.88 482.881 169.88Z", fill: color }),
2760
+ index.h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M595.281 107.08C604.181 107.08 611.781 110.38 618.781 116.98L620.481 118.68L633.981 104.58L632.581 102.98C623.781 92.98 610.781 87.48 595.781 87.48C565.981 87.48 544.481 109.08 544.481 138.48C544.481 167.98 565.981 189.48 595.781 189.48C610.481 189.48 623.681 183.98 632.581 174.08L633.981 172.58L620.981 158.18L619.281 159.88C612.481 166.48 603.981 169.98 595.481 169.98C578.381 169.98 565.681 156.68 565.681 138.58C565.581 120.58 577.881 107.08 595.281 107.08Z", fill: color }),
2761
+ index.h("path", { d: "M34.6815 112.78C40.6815 112.78 46.5815 114.18 51.8815 116.68C57.2815 119.18 62.0815 122.78 65.9815 127.28C67.9815 122.68 69.0815 117.78 69.0815 112.88C69.0815 108.38 68.1815 103.88 66.4815 99.8799C64.6815 95.6799 62.1815 91.9799 58.9815 88.8799C55.7815 85.7799 51.9815 83.2799 47.7815 81.4799C43.5815 79.7799 39.0815 78.8799 34.5815 78.8799C30.0815 78.8799 25.5815 79.6799 21.3815 81.4799C17.1815 83.1799 13.3815 85.7799 10.1815 88.8799C6.98154 91.9799 4.48154 95.7799 2.68154 99.8799C0.881541 104.08 0.081543 108.38 0.081543 112.88C0.181543 117.88 1.18154 122.78 3.18154 127.28C7.08154 122.68 11.8815 119.18 17.1815 116.68C22.7815 113.98 28.7815 112.68 34.6815 112.78Z", fill: color }),
2762
+ index.h("path", { d: "M69.1817 153.48C69.1817 146.68 67.1817 140.18 63.2817 134.48C59.4817 128.88 54.0817 124.48 47.7817 121.88C41.4817 119.28 34.4817 118.68 27.7817 119.88C21.0817 121.28 14.8817 124.48 10.0817 129.28C5.28166 134.08 1.88166 140.08 0.681661 146.78C-0.718339 153.48 0.0816607 160.18 2.68166 166.48C5.28166 172.78 9.68166 178.08 15.4817 181.78C21.0817 185.58 27.7817 187.48 34.6817 187.48C43.7817 187.38 52.5817 183.88 59.0817 177.38C65.6817 170.98 69.1817 162.58 69.1817 153.48Z", fill: color }),
2763
+ index.h("path", { d: "M69.1817 34.9799C69.1817 28.1799 67.1817 21.6799 63.2817 15.9799C59.4817 10.3799 54.1817 5.9799 47.7817 3.3799C41.4817 0.779901 34.4817 0.1799 27.7817 1.3799C21.0817 2.7799 14.8817 5.97986 10.0817 10.7799C5.28166 15.5799 1.88166 21.5799 0.681661 28.2799C-0.718339 34.9799 0.0816607 41.6799 2.68166 47.9799C5.28166 54.2799 9.68166 59.5799 15.4817 63.2799C21.0817 67.0799 27.7817 68.9799 34.6817 68.9799C43.8817 68.9799 52.6817 65.3799 59.1817 58.9799C65.5817 52.6799 69.1817 43.8799 69.1817 34.9799Z", fill: color }),
2764
+ index.h("path", { d: "M962.664 203.95C953.044 203.95 945.244 201.285 939.264 195.955C933.284 190.495 930.294 183.41 930.294 174.7C930.294 165.08 933.739 157.605 940.629 152.275C947.649 146.945 957.464 144.28 970.074 144.28H993.864V138.43C993.864 129.72 991.589 123.09 987.039 118.54C982.619 113.86 976.184 111.52 967.734 111.52C962.014 111.52 956.749 112.885 951.939 115.615C947.129 118.345 943.229 122.18 940.239 127.12L933.999 120.295C937.639 114.575 942.384 110.22 948.234 107.23C954.214 104.11 960.974 102.55 968.514 102.55C979.694 102.55 988.404 105.605 994.644 111.715C1001.01 117.695 1004.2 126.015 1004.2 136.675V184.255C1004.2 188.805 1004.98 194.72 1006.54 202H997.569C996.399 199.14 995.554 194.07 995.034 186.79H994.644C990.874 192.25 986.259 196.475 980.799 199.465C975.339 202.455 969.294 203.95 962.664 203.95ZM962.664 195.175C968.124 195.175 973.259 194.07 978.069 191.86C982.879 189.52 986.714 186.465 989.574 182.695C992.434 178.795 993.864 174.7 993.864 170.41V152.665H969.489C960.389 152.665 953.239 154.615 948.039 158.515C942.969 162.415 940.434 167.81 940.434 174.7C940.434 180.68 942.514 185.62 946.674 189.52C950.834 193.29 956.164 195.175 962.664 195.175Z", fill: color }),
2765
+ index.h("path", { d: "M1067.55 203.95C1055.07 203.95 1045.25 199.27 1038.1 189.91C1030.95 180.55 1027.38 167.745 1027.38 151.495C1027.38 136.415 1031.02 124.52 1038.3 115.81C1045.71 106.97 1055.72 102.55 1068.33 102.55C1074.7 102.55 1080.55 104.045 1085.88 107.035C1091.21 110.025 1095.5 114.25 1098.75 119.71H1099.14V57.3101H1109.67V178.21C1109.67 189.13 1109.86 197.06 1110.25 202H1100.89C1100.63 197.84 1100.5 192.12 1100.5 184.84H1100.11C1097.12 190.69 1092.7 195.37 1086.85 198.88C1081 202.26 1074.57 203.95 1067.55 203.95ZM1068.13 195.175C1077.23 195.175 1084.64 192.185 1090.36 186.205C1096.21 180.225 1099.14 172.49 1099.14 163V146.815C1099.14 135.895 1096.41 127.25 1090.95 120.88C1085.49 114.38 1078.08 111.13 1068.72 111.13C1059.1 111.13 1051.49 114.77 1045.9 122.05C1040.44 129.2 1037.71 139.145 1037.71 151.885C1037.71 165.275 1040.44 175.87 1045.9 183.67C1051.36 191.34 1058.77 195.175 1068.13 195.175Z", fill: color }),
2766
+ index.h("path", { d: "M1208.57 104.5L1172.3 202H1161.96L1125.5 104.5H1136.61L1167.03 189.715L1197.45 104.5H1208.57Z", fill: color }),
2767
+ index.h("path", { d: "M1261.51 203.95C1252.54 203.95 1244.61 201.87 1237.72 197.71C1230.96 193.55 1225.7 187.635 1221.93 179.965C1218.29 172.295 1216.47 163.39 1216.47 153.25C1216.47 143.11 1218.29 134.205 1221.93 126.535C1225.7 118.865 1230.96 112.95 1237.72 108.79C1244.61 104.63 1252.54 102.55 1261.51 102.55C1270.48 102.55 1278.35 104.63 1285.11 108.79C1292 112.95 1297.33 118.865 1301.1 126.535C1304.87 134.205 1306.75 143.11 1306.75 153.25C1306.75 163.39 1304.87 172.295 1301.1 179.965C1297.33 187.635 1292 193.55 1285.11 197.71C1278.35 201.87 1270.48 203.95 1261.51 203.95ZM1261.51 195.37C1268.4 195.37 1274.45 193.615 1279.65 190.105C1284.98 186.595 1289.07 181.655 1291.93 175.285C1294.79 168.915 1296.22 161.57 1296.22 153.25C1296.22 144.93 1294.79 137.585 1291.93 131.215C1289.07 124.845 1284.98 119.905 1279.65 116.395C1274.45 112.885 1268.4 111.13 1261.51 111.13C1254.75 111.13 1248.71 112.885 1243.38 116.395C1238.18 119.905 1234.15 124.845 1231.29 131.215C1228.43 137.585 1227 144.93 1227 153.25C1227 161.57 1228.43 168.915 1231.29 175.285C1234.15 181.655 1238.18 186.595 1243.38 190.105C1248.71 193.615 1254.75 195.37 1261.51 195.37Z", fill: color }),
2768
+ index.h("path", { d: "M1366.03 203.95C1352.25 203.95 1341.52 199.53 1333.85 190.69C1326.31 181.72 1322.54 169.24 1322.54 153.25C1322.54 137.39 1326.38 124.975 1334.05 116.005C1341.72 107.035 1352.38 102.55 1366.03 102.55C1373.57 102.55 1380.26 104.11 1386.11 107.23C1391.96 110.22 1396.77 114.575 1400.54 120.295L1394.3 126.34C1391.31 121.66 1387.28 118.02 1382.21 115.42C1377.27 112.69 1371.88 111.325 1366.03 111.325C1355.76 111.325 1347.63 115.03 1341.65 122.44C1335.8 129.85 1332.88 140.12 1332.88 153.25C1332.88 166.38 1335.8 176.65 1341.65 184.06C1347.63 191.47 1355.76 195.175 1366.03 195.175C1371.88 195.175 1377.27 193.875 1382.21 191.275C1387.28 188.545 1391.31 184.84 1394.3 180.16L1400.54 186.205C1396.77 191.925 1391.96 196.345 1386.11 199.465C1380.26 202.455 1373.57 203.95 1366.03 203.95Z", fill: color }),
2769
+ index.h("path", { d: "M1446.55 203.95C1436.93 203.95 1429.13 201.285 1423.15 195.955C1417.17 190.495 1414.18 183.41 1414.18 174.7C1414.18 165.08 1417.62 157.605 1424.51 152.275C1431.53 146.945 1441.35 144.28 1453.96 144.28H1477.75V138.43C1477.75 129.72 1475.47 123.09 1470.92 118.54C1466.5 113.86 1460.07 111.52 1451.62 111.52C1445.9 111.52 1440.63 112.885 1435.82 115.615C1431.01 118.345 1427.11 122.18 1424.12 127.12L1417.88 120.295C1421.52 114.575 1426.27 110.22 1432.12 107.23C1438.1 104.11 1444.86 102.55 1452.4 102.55C1463.58 102.55 1472.29 105.605 1478.53 111.715C1484.9 117.695 1488.08 126.015 1488.08 136.675V184.255C1488.08 188.805 1488.86 194.72 1490.42 202H1481.45C1480.28 199.14 1479.44 194.07 1478.92 186.79H1478.53C1474.76 192.25 1470.14 196.475 1464.68 199.465C1459.22 202.455 1453.18 203.95 1446.55 203.95ZM1446.55 195.175C1452.01 195.175 1457.14 194.07 1461.95 191.86C1466.76 189.52 1470.6 186.465 1473.46 182.695C1476.32 178.795 1477.75 174.7 1477.75 170.41V152.665H1453.37C1444.27 152.665 1437.12 154.615 1431.92 158.515C1426.85 162.415 1424.32 167.81 1424.32 174.7C1424.32 180.68 1426.4 185.62 1430.56 189.52C1434.72 193.29 1440.05 195.175 1446.55 195.175Z", fill: color }),
2770
+ index.h("path", { d: "M1547.14 203.95C1539.08 203.95 1532.97 201.48 1528.81 196.54C1524.65 191.47 1522.57 184.19 1522.57 174.7V113.275H1505.02V104.5H1522.57V77.9801L1532.32 74.6651H1533.1V104.5H1560.59V113.275H1533.1V172.555C1533.1 180.355 1534.33 186.01 1536.8 189.52C1539.27 193.03 1543.17 194.785 1548.5 194.785C1553.83 194.785 1558.06 194.005 1561.18 192.445L1562.35 200.83C1558.19 202.91 1553.12 203.95 1547.14 203.95Z", fill: color }),
2771
+ index.h("path", { d: "M1661.53 157.54H1589.77C1590.42 169.37 1593.54 178.535 1599.13 185.035C1604.85 191.535 1612.65 194.785 1622.53 194.785C1628.51 194.785 1633.97 193.485 1638.91 190.885C1643.98 188.285 1647.95 184.645 1650.81 179.965L1657.24 186.4C1653.34 192.12 1648.4 196.475 1642.42 199.465C1636.57 202.455 1629.94 203.95 1622.53 203.95C1609.01 203.95 1598.35 199.465 1590.55 190.495C1582.88 181.525 1579.05 169.175 1579.05 153.445C1579.05 137.585 1582.82 125.17 1590.36 116.2C1597.9 107.1 1608.23 102.55 1621.36 102.55C1633.84 102.55 1643.66 106.84 1650.81 115.42C1657.96 124 1661.53 135.895 1661.53 151.105V157.54ZM1651.39 147.4C1651.39 136.48 1648.66 127.77 1643.2 121.27C1637.74 114.77 1630.46 111.52 1621.36 111.52C1611.74 111.52 1604.2 114.77 1598.74 121.27C1593.28 127.77 1590.29 137.065 1589.77 149.155H1651.39V147.4Z", fill: color })));
2746
2772
  }
2747
2773
 
2748
2774
  const vanillaStyle$4 = `
@@ -2785,8 +2811,14 @@ function PortalFooterView(props) {
2785
2811
  },
2786
2812
  PoweredByLink: {
2787
2813
  color: "var(--sl-color-gray-400)",
2788
- "font-size": "var(--sl-font-size-xx-small)",
2789
- "&:hover": {
2814
+ "font-size": "var(--sl-font-size-small)",
2815
+ display: "flex",
2816
+ alignItems: "center",
2817
+ svg: {
2818
+ marginTop: "2px",
2819
+ shapeRendering: "geometricprecision",
2820
+ },
2821
+ "&:hover, &:hover *": {
2790
2822
  color: "var(--sl-color-gray-900)",
2791
2823
  },
2792
2824
  },
@@ -2807,21 +2839,8 @@ function PortalFooterView(props) {
2807
2839
  email: (index.h("a", { target: "_blank", href: `mailto:${props.supportEmail}` }, props.supportEmail)),
2808
2840
  }))),
2809
2841
  !props.hidePoweredBy && (index.h("a", { class: sheet.classes.PoweredByLink, target: "_blank", href: props.poweredByLink },
2810
- index.h(PoweredByImg, null)))));
2811
- }
2812
-
2813
- // import { IntlMessageFormat } from 'intl-messageformat';
2814
- function isMobile(breakPoint) {
2815
- const [width, setWidth] = stencilHooks_module.useState(window.innerWidth);
2816
- const handleWindowResize = index_module.useCallback(() => setWidth(window.innerWidth), []);
2817
- stencilHooks_module.useEffect(() => {
2818
- window.addEventListener("resize", handleWindowResize);
2819
- return () => window.removeEventListener("resize", handleWindowResize);
2820
- }, []);
2821
- return width > breakPoint ? false : true;
2822
- }
2823
- function isValidColor(teststr) {
2824
- return CSS.supports(`(color: ${teststr})`);
2842
+ "Powered by ",
2843
+ index.h(PoweredByImg, { color: "currentColor" })))));
2825
2844
  }
2826
2845
 
2827
2846
  const paddingList = [
@@ -2838,7 +2857,7 @@ const paddingList = [
2838
2857
  ];
2839
2858
  const parseBackground = (provided_bg) => {
2840
2859
  if (provided_bg) {
2841
- if (isValidColor(provided_bg)) {
2860
+ if (utilities.isValidColor(provided_bg)) {
2842
2861
  return provided_bg;
2843
2862
  }
2844
2863
  else {
@@ -2858,10 +2877,10 @@ function HeroView(props) {
2858
2877
  large: 9,
2859
2878
  };
2860
2879
  var index = sizes[size];
2861
- if (isMobile(767)) {
2880
+ if (utilities.isMobile(767)) {
2862
2881
  index = index - 2;
2863
2882
  }
2864
- else if (isMobile(1023)) {
2883
+ else if (utilities.isMobile(1023)) {
2865
2884
  index = index - 1;
2866
2885
  }
2867
2886
  return half ? paddingList[index - 2] : paddingList[index];
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- const stencilHooks_module = require('./stencil-hooks.module-e4bf7f2d.js');
4
- const index_module = require('./index.module-8562f350.js');
3
+ const stencilHooks_module = require('./stencil-hooks.module-faabb426.js');
4
+ const index_module = require('./index.module-7c0deb52.js');
5
5
 
6
6
  var __assign = (undefined && undefined.__assign) || function () {
7
7
  __assign = Object.assign || function(t) {
@@ -26637,7 +26637,7 @@ sl-input::part(label){
26637
26637
 
26638
26638
  `;
26639
26639
 
26640
- index_module.O(stencilHooks_module.l);
26640
+ index_module.W(stencilHooks_module.l);
26641
26641
  const debug = stencilHooks_module.browser("sq:global");
26642
26642
  const cache = createIntlCache();
26643
26643
  const intl = createIntl({