@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.
- package/dist/cjs/{ShadowViewAddon-25025125.js → ShadowViewAddon-ee6f0340.js} +80 -61
- package/dist/cjs/{global-be9af765.js → global-a8fd1f10.js} +3 -3
- package/dist/cjs/{index.module-8562f350.js → index.module-7c0deb52.js} +24 -26
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{luxon-53e983a6.js → luxon-a4661470.js} +1 -1
- package/dist/cjs/mint-components.cjs.js +4 -4
- package/dist/cjs/{re-render-9a91bde6.js → re-render-e77c897d.js} +5 -5
- package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
- package/dist/cjs/sqm-big-stat_39.cjs.entry.js +174 -70
- package/dist/cjs/sqm-close-button.cjs.entry.js +2 -2
- package/dist/cjs/sqm-empty_5.cjs.entry.js +1 -1
- package/dist/cjs/sqm-form-message.cjs.entry.js +1 -1
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +6 -6
- package/dist/cjs/sqm-header-logo.cjs.entry.js +1 -1
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +4 -4
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +6 -6
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-navigation-sidebar-item-view-28578dce.js → sqm-navigation-sidebar-item-view-84128b9f.js} +2 -2
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +4 -4
- package/dist/cjs/sqm-password-field.cjs.entry.js +44 -19
- package/dist/cjs/sqm-popup-container.cjs.entry.js +13 -6
- package/dist/cjs/{sqm-portal-email-verification-view-077c12f7.js → sqm-portal-email-verification-view-b7cafe0c.js} +3 -3
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +20 -9
- package/dist/cjs/{sqm-portal-forgot-password-view-0142350f.js → sqm-portal-forgot-password-view-ca5f6db9.js} +1 -1
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +19 -9
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-profile-view-b3d1e0f7.js → sqm-portal-profile-view-f092a4ef.js} +4 -4
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +32 -12
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +6 -6
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +40 -8
- package/dist/cjs/{sqm-portal-reset-password-view-d5bc7afc.js → sqm-portal-reset-password-view-07a13210.js} +3 -3
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +71 -11
- package/dist/cjs/{sqm-portal-verify-email-view-f6c7287e.js → sqm-portal-verify-email-view-ce552bbc.js} +7 -7
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +49 -14
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +7 -7
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +4 -4
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +3 -3
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +11 -11
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +63 -56
- package/dist/cjs/sqm-tab.cjs.entry.js +3 -3
- package/dist/cjs/sqm-tabs.cjs.entry.js +5 -5
- package/dist/cjs/sqm-text-span.cjs.entry.js +1 -1
- package/dist/cjs/{stencil-hooks.module-e4bf7f2d.js → stencil-hooks.module-faabb426.js} +1 -1
- package/dist/cjs/{useChildElements-be4e0841.js → useChildElements-410453fc.js} +3 -3
- package/dist/cjs/{useInstantAccessRegistration-27a20410.js → useInstantAccessRegistration-42b320b3.js} +4 -4
- package/dist/cjs/{useReferralTable-ca564dcb.js → useReferralTable-28fff5b8.js} +10 -10
- package/dist/cjs/{useRegistrationFormState-7b557a04.js → useRegistrationFormState-58ce55f2.js} +3 -3
- package/dist/cjs/utilities-d2d257c7.js +25 -0
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +2 -2
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +77 -1
- package/dist/collection/components/sqm-edit-profile/useEditProfile.js +7 -5
- package/dist/collection/components/sqm-password-field/passwordValidation.js +11 -11
- package/dist/collection/components/sqm-password-field/sqm-password-field.js +155 -4
- package/dist/collection/components/sqm-password-field/usePasswordField.js +1 -1
- package/dist/collection/components/sqm-popup-container/PopupContainer.stories.js +18 -0
- package/dist/collection/components/sqm-popup-container/sqm-popup-container-view.js +1 -1
- package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +28 -1
- package/dist/collection/components/sqm-popup-container/usePopupContainer.js +1 -0
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password-view.js +1 -1
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +207 -1
- package/dist/collection/components/sqm-portal-change-password/usePortalChangePassword.js +8 -2
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification-view.js +2 -2
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +57 -1
- package/dist/collection/components/sqm-portal-footer/PortalFooter.stories.js +1 -1
- package/dist/collection/components/sqm-portal-footer/PoweredByImg.js +31 -6
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +10 -3
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +4 -4
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +1 -1
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +61 -6
- package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +1 -1
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +26 -0
- package/dist/collection/components/sqm-portal-login/usePortalLogin.js +1 -1
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile-view.js +3 -3
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +104 -1
- package/dist/collection/components/sqm-portal-profile/usePortalProfile.js +6 -5
- package/dist/collection/components/sqm-portal-register/sqm-portal-register-view.js +1 -1
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +157 -1
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +1 -1
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +157 -1
- package/dist/collection/components/sqm-portal-registration-form/usePortalRegistrationForm.js +3 -1
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password-view.js +4 -4
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +262 -1
- package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +12 -3
- package/dist/collection/components/sqm-portal-verify-email/PortalVerifyEmail.stories.js +6 -0
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email-view.js +7 -7
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +150 -5
- package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +7 -2
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +52 -0
- package/dist/collection/components/sqm-share-button/useShareButton.js +11 -11
- package/dist/collection/utilities.js +3 -0
- package/dist/esm/{ShadowViewAddon-53810b62.js → ShadowViewAddon-cbbf28b2.js} +77 -58
- package/dist/esm/{global-179b13db.js → global-0268f7bb.js} +3 -3
- package/dist/esm/{index.module-9469b28f.js → index.module-cbe33f2d.js} +6 -8
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{luxon-f01e85fe.js → luxon-5ca0a018.js} +1 -1
- package/dist/esm/mint-components.js +4 -4
- package/dist/esm/{re-render-1048d024.js → re-render-4e10b5ac.js} +5 -5
- package/dist/esm/sqm-asset-card.entry.js +2 -2
- package/dist/esm/sqm-big-stat_39.entry.js +174 -70
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-empty_5.entry.js +1 -1
- package/dist/esm/sqm-form-message.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +6 -6
- package/dist/esm/sqm-header-logo.entry.js +1 -1
- package/dist/esm/sqm-instant-access-registration.entry.js +4 -4
- package/dist/esm/sqm-leaderboard-rank.entry.js +6 -6
- package/dist/esm/sqm-logout-current-user.entry.js +4 -4
- package/dist/esm/{sqm-navigation-sidebar-item-view-d2e0fdb1.js → sqm-navigation-sidebar-item-view-67fc08d3.js} +2 -2
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
- package/dist/esm/sqm-navigation-sidebar.entry.js +4 -4
- package/dist/esm/sqm-password-field.entry.js +44 -19
- package/dist/esm/sqm-popup-container.entry.js +13 -6
- package/dist/esm/{sqm-portal-email-verification-view-79ef6c2f.js → sqm-portal-email-verification-view-12fc1bd4.js} +3 -3
- package/dist/esm/sqm-portal-email-verification.entry.js +20 -9
- package/dist/esm/{sqm-portal-forgot-password-view-41afcace.js → sqm-portal-forgot-password-view-a764ad67.js} +1 -1
- package/dist/esm/sqm-portal-forgot-password.entry.js +19 -9
- package/dist/esm/sqm-portal-logout.entry.js +3 -3
- package/dist/esm/{sqm-portal-profile-view-6068a0f8.js → sqm-portal-profile-view-87730d84.js} +4 -4
- package/dist/esm/sqm-portal-profile.entry.js +32 -12
- package/dist/esm/sqm-portal-protected-route.entry.js +6 -6
- package/dist/esm/sqm-portal-registration-form.entry.js +40 -8
- package/dist/esm/{sqm-portal-reset-password-view-0df781f6.js → sqm-portal-reset-password-view-d3e726a9.js} +3 -3
- package/dist/esm/sqm-portal-reset-password.entry.js +73 -13
- package/dist/esm/{sqm-portal-verify-email-view-1db4fae6.js → sqm-portal-verify-email-view-283bf637.js} +7 -7
- package/dist/esm/sqm-portal-verify-email.entry.js +50 -15
- package/dist/esm/sqm-referral-table_11.entry.js +7 -7
- package/dist/esm/sqm-referred-registration.entry.js +4 -4
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
- package/dist/esm/sqm-rewards-table_9.entry.js +11 -11
- package/dist/esm/sqm-stencilbook.entry.js +63 -56
- package/dist/esm/sqm-tab.entry.js +3 -3
- package/dist/esm/sqm-tabs.entry.js +5 -5
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/{stencil-hooks.module-14b87f98.js → stencil-hooks.module-9ad75b88.js} +1 -1
- package/dist/esm/{useChildElements-1338b131.js → useChildElements-f6672214.js} +3 -3
- package/dist/esm/{useInstantAccessRegistration-53c43a63.js → useInstantAccessRegistration-c9d75808.js} +4 -4
- package/dist/esm/{useReferralTable-ada01642.js → useReferralTable-16e5c27f.js} +10 -10
- package/dist/esm/{useRegistrationFormState-49dfc8e0.js → useRegistrationFormState-424e2af2.js} +3 -3
- package/dist/esm/utilities-a6f1de33.js +21 -0
- package/dist/esm-es5/ShadowViewAddon-cbbf28b2.js +1 -0
- package/dist/esm-es5/{global-179b13db.js → global-0268f7bb.js} +2 -2
- package/dist/esm-es5/index.module-cbe33f2d.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-f01e85fe.js → luxon-5ca0a018.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{re-render-1048d024.js → re-render-4e10b5ac.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_5.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm-es5/{sqm-navigation-sidebar-item-view-d2e0fdb1.js → sqm-navigation-sidebar-item-view-67fc08d3.js} +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-79ef6c2f.js → sqm-portal-email-verification-view-12fc1bd4.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-forgot-password-view-41afcace.js → sqm-portal-forgot-password-view-a764ad67.js} +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-profile-view-87730d84.js +1 -0
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-reset-password-view-d3e726a9.js +1 -0
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-verify-email-view-283bf637.js +1 -0
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tab.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/esm-es5/{stencil-hooks.module-14b87f98.js → stencil-hooks.module-9ad75b88.js} +1 -1
- package/dist/esm-es5/{useChildElements-1338b131.js → useChildElements-f6672214.js} +1 -1
- package/dist/esm-es5/{useInstantAccessRegistration-53c43a63.js → useInstantAccessRegistration-c9d75808.js} +1 -1
- package/dist/esm-es5/{useReferralTable-ada01642.js → useReferralTable-16e5c27f.js} +1 -1
- package/dist/esm-es5/useRegistrationFormState-424e2af2.js +1 -0
- package/dist/esm-es5/utilities-a6f1de33.js +1 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-583b1a0e.entry.js → p-048cb5a0.entry.js} +1 -1
- package/dist/mint-components/p-059b2db4.system.js +1 -0
- package/dist/mint-components/p-05d9a1c3.system.entry.js +1 -0
- package/dist/mint-components/p-0c3c573c.entry.js +1 -0
- package/dist/mint-components/{p-2b6c19e0.system.js → p-0e0bcf17.system.js} +1 -1
- package/dist/mint-components/p-0ede1728.entry.js +187 -0
- package/dist/mint-components/p-0f48f5c4.entry.js +1 -0
- package/dist/mint-components/{p-330314f9.entry.js → p-11c2ddd5.entry.js} +1 -1
- package/dist/mint-components/p-126ef540.entry.js +1 -0
- package/dist/mint-components/p-158302b4.system.entry.js +1 -0
- package/dist/mint-components/p-16c4c0e6.system.entry.js +1 -0
- package/dist/mint-components/p-19078b96.system.entry.js +1 -0
- package/dist/mint-components/{p-ee457000.system.js → p-21a152c9.system.js} +1 -1
- package/dist/mint-components/{p-fe721800.system.entry.js → p-25014681.system.entry.js} +1 -1
- package/dist/mint-components/p-2639d623.entry.js +33 -0
- package/dist/mint-components/p-29f83317.system.entry.js +1 -0
- package/dist/mint-components/p-2b03b921.entry.js +1 -0
- package/dist/mint-components/{p-c24079c2.js → p-2b3e1737.js} +1 -1
- package/dist/mint-components/{p-9ecfc085.system.js → p-2bd322a2.system.js} +1 -1
- package/dist/mint-components/p-2be08bc1.system.entry.js +1 -0
- package/dist/mint-components/{p-8ff83f3b.system.entry.js → p-2eacd22e.system.entry.js} +1 -1
- package/dist/mint-components/p-2f51b953.entry.js +9 -0
- package/dist/mint-components/{p-8d767d9d.js → p-3056e5df.js} +1 -1
- package/dist/mint-components/p-349b9603.system.js +1 -0
- package/dist/mint-components/{p-6dac42fc.system.js → p-34b61e2c.system.js} +1 -1
- package/dist/mint-components/{p-d3f6b6b4.entry.js → p-3884e029.entry.js} +1 -1
- package/dist/mint-components/p-3a306a99.system.entry.js +1 -0
- package/dist/mint-components/{p-d576140e.js → p-4086ea93.js} +1 -1
- package/dist/mint-components/p-40dde690.js +1 -0
- package/dist/mint-components/p-4251a664.entry.js +13 -0
- package/dist/mint-components/{p-901f5b80.js → p-42c43cc2.js} +1 -1
- package/dist/mint-components/p-46ef82ed.js +1 -0
- package/dist/mint-components/p-4d9744bf.js +1 -0
- package/dist/mint-components/{p-3cc28285.system.js → p-4eb96878.system.js} +1 -1
- package/dist/mint-components/p-5097066c.entry.js +1 -0
- package/dist/mint-components/p-5cba80eb.entry.js +1 -0
- package/dist/mint-components/{p-55eb6616.system.js → p-5f084d62.system.js} +1 -1
- package/dist/mint-components/p-6dc5988e.entry.js +1 -0
- package/dist/mint-components/p-702db9d3.entry.js +1 -0
- package/dist/mint-components/{p-b668aa0b.system.entry.js → p-71f1256c.system.entry.js} +1 -1
- package/dist/mint-components/p-7487f23c.system.js +1 -0
- package/dist/mint-components/{p-5ae4911c.entry.js → p-78348fd6.entry.js} +2 -2
- package/dist/mint-components/p-7cdc3d59.system.entry.js +1 -0
- package/dist/mint-components/{p-ef3bcec4.system.entry.js → p-7dcd091c.system.entry.js} +1 -1
- package/dist/mint-components/p-7f950006.entry.js +13 -0
- package/dist/mint-components/{p-747912c5.system.entry.js → p-7f9953fc.system.entry.js} +1 -1
- package/dist/mint-components/p-8756e3ae.system.entry.js +1 -0
- package/dist/mint-components/p-8930ca8e.system.entry.js +1 -0
- package/dist/mint-components/p-8be37b05.system.entry.js +1 -0
- package/dist/mint-components/p-8f4bf5e3.system.js +1 -0
- package/dist/mint-components/{p-7e1af11d.entry.js → p-9522cf59.entry.js} +1 -1
- package/dist/mint-components/{p-9fc8505c.entry.js → p-995117b1.entry.js} +1 -1
- package/dist/mint-components/{p-5ddfa30d.entry.js → p-9a67f0b2.entry.js} +1 -1
- package/dist/mint-components/{p-68e5a4a6.system.entry.js → p-9bb762f8.system.entry.js} +1 -1
- package/dist/mint-components/p-9f0aca0e.system.js +1 -0
- package/dist/mint-components/p-a90fbda4.system.entry.js +1 -0
- package/dist/mint-components/p-aac1d82a.system.js +1 -0
- package/dist/mint-components/p-adb1f996.js +1 -0
- package/dist/mint-components/p-ae97b693.js +379 -0
- package/dist/mint-components/p-b2d41729.js +1 -0
- package/dist/mint-components/{p-540a24e6.system.entry.js → p-b4779d76.system.entry.js} +1 -1
- package/dist/mint-components/{p-71a4e272.entry.js → p-b6713eac.entry.js} +1 -1
- package/dist/mint-components/p-bbc77b15.system.entry.js +1 -0
- package/dist/mint-components/{p-f6456854.js → p-bc64b988.js} +1 -1
- package/dist/mint-components/p-bcd04c27.js +1 -0
- package/dist/mint-components/{p-97e758fd.system.entry.js → p-c51de4f4.system.entry.js} +1 -1
- package/dist/mint-components/p-c58a09e4.js +1 -0
- package/dist/mint-components/{p-21a1d705.js → p-c9818f06.js} +1 -1
- package/dist/mint-components/{p-ee469a91.entry.js → p-cfcb517b.entry.js} +1 -1
- package/dist/mint-components/p-d0f2d5e3.system.entry.js +1 -0
- package/dist/mint-components/p-d2bd3b4b.system.entry.js +1 -0
- package/dist/mint-components/{p-9e9dcd9c.entry.js → p-d3c26e65.entry.js} +1 -1
- package/dist/mint-components/p-d4b174e1.system.js +1 -0
- package/dist/mint-components/p-d4f8aa26.entry.js +1 -0
- package/dist/mint-components/{p-a8f6d72c.system.entry.js → p-d86c3c45.system.entry.js} +1 -1
- package/dist/mint-components/p-d88ed63d.entry.js +1 -0
- package/dist/mint-components/{p-c8d74710.entry.js → p-da31e785.entry.js} +1 -1
- package/dist/mint-components/{p-16394ed3.system.entry.js → p-da8bdb5e.system.entry.js} +1 -1
- package/dist/mint-components/p-dc59a463.entry.js +1 -0
- package/dist/mint-components/{p-0bf5a9b8.system.entry.js → p-dce5e97a.system.entry.js} +1 -1
- package/dist/mint-components/{p-2d592364.system.entry.js → p-debd47d0.system.entry.js} +1 -1
- package/dist/mint-components/{p-f2260971.system.js → p-df15da1e.system.js} +1 -1
- package/dist/mint-components/{p-76cfebb1.system.js → p-df1af170.system.js} +1 -1
- package/dist/mint-components/p-e231860a.entry.js +1 -0
- package/dist/mint-components/p-e4b12586.system.entry.js +1 -0
- package/dist/mint-components/p-ea6a7135.js +1 -0
- package/dist/mint-components/p-ebccb162.js +1 -0
- package/dist/mint-components/{p-7fc020f4.entry.js → p-eccd2792.entry.js} +1 -1
- package/dist/mint-components/p-eea49084.entry.js +1 -0
- package/dist/mint-components/p-f0e46845.system.js +1 -0
- package/dist/mint-components/p-f11c9bb1.system.js +1 -0
- package/dist/mint-components/{p-6034522a.js → p-f6743fbe.js} +1 -1
- package/dist/mint-components/{p-a38baa99.system.entry.js → p-fa376627.system.entry.js} +1 -1
- package/dist/mint-components/{p-a223a8dc.entry.js → p-fabf03c8.entry.js} +1 -1
- package/dist/mint-components/{p-a87d66ac.system.entry.js → p-fc468ef7.system.entry.js} +1 -1
- package/dist/mint-components/p-fca0dc98.system.js +1 -0
- package/dist/mint-components/{p-e341e670.system.entry.js → p-fe276517.system.entry.js} +1 -1
- package/dist/types/components/sqm-edit-profile/sqm-edit-profile-view.d.ts +1 -0
- package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +12 -0
- package/dist/types/components/sqm-edit-profile/useEditProfile.d.ts +2 -11
- package/dist/types/components/sqm-password-field/passwordValidation.d.ts +1 -1
- package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +24 -0
- package/dist/types/components/sqm-popup-container/PopupContainer.stories.d.ts +5 -0
- package/dist/types/components/sqm-popup-container/sqm-popup-container-view.d.ts +1 -1
- package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +7 -1
- package/dist/types/components/sqm-popup-container/usePopupContainer.d.ts +2 -0
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts +6 -0
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +32 -0
- package/dist/types/components/sqm-portal-change-password/usePortalChangePassword.d.ts +6 -0
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification-view.d.ts +1 -0
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +10 -0
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +1 -1
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +1 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +10 -1
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +5 -0
- package/dist/types/components/sqm-portal-login/usePortalLogin.d.ts +4 -3
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile-view.d.ts +2 -0
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +17 -0
- package/dist/types/components/sqm-portal-profile/usePortalProfile.d.ts +2 -1
- package/dist/types/components/sqm-portal-register/sqm-portal-register-view.d.ts +6 -0
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +24 -0
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form-view.d.ts +6 -0
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +24 -0
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password-view.d.ts +9 -0
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +42 -0
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email-view.d.ts +6 -0
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +24 -0
- package/dist/types/components/sqm-portal-verify-email/usePortalVerifyEmail.d.ts +11 -2
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +10 -0
- package/dist/types/components/sqm-share-button/useShareButton.d.ts +2 -0
- package/dist/types/components.d.ts +468 -6
- package/dist/types/utilities.d.ts +3 -0
- package/docs/docs.docx +0 -0
- package/docs/picklesdoc--2024-01-15--11-20-00.xlsx +0 -0
- package/docs/picklesdoc--2024-01-15--11-24-04.xlsx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +3 -3
- package/dist/esm-es5/ShadowViewAddon-53810b62.js +0 -1
- package/dist/esm-es5/index.module-9469b28f.js +0 -1
- package/dist/esm-es5/sqm-portal-profile-view-6068a0f8.js +0 -1
- package/dist/esm-es5/sqm-portal-reset-password-view-0df781f6.js +0 -1
- package/dist/esm-es5/sqm-portal-verify-email-view-1db4fae6.js +0 -1
- package/dist/esm-es5/useRegistrationFormState-49dfc8e0.js +0 -1
- package/dist/mint-components/p-0714bae2.entry.js +0 -33
- package/dist/mint-components/p-1437b793.system.js +0 -1
- package/dist/mint-components/p-1912f988.entry.js +0 -1
- package/dist/mint-components/p-19e46b11.entry.js +0 -1
- package/dist/mint-components/p-1c9d83b4.entry.js +0 -1
- package/dist/mint-components/p-228163a1.system.js +0 -1
- package/dist/mint-components/p-29e67994.entry.js +0 -9
- package/dist/mint-components/p-2aca0eae.js +0 -1
- package/dist/mint-components/p-2d39cf50.system.entry.js +0 -1
- package/dist/mint-components/p-3409e9a0.system.entry.js +0 -1
- package/dist/mint-components/p-39341b0c.entry.js +0 -187
- package/dist/mint-components/p-3b7c1be8.entry.js +0 -1
- package/dist/mint-components/p-42f1a044.system.entry.js +0 -1
- package/dist/mint-components/p-46be1518.system.js +0 -1
- package/dist/mint-components/p-509af914.system.entry.js +0 -1
- package/dist/mint-components/p-519bb212.js +0 -1
- package/dist/mint-components/p-56525896.system.js +0 -1
- package/dist/mint-components/p-571f6923.entry.js +0 -1
- package/dist/mint-components/p-58196113.system.entry.js +0 -1
- package/dist/mint-components/p-5b9195d7.system.entry.js +0 -1
- package/dist/mint-components/p-657659e8.entry.js +0 -13
- package/dist/mint-components/p-68db543e.system.entry.js +0 -1
- package/dist/mint-components/p-718cf151.js +0 -1
- package/dist/mint-components/p-75ddf3ca.js +0 -1
- package/dist/mint-components/p-76d4eb55.system.js +0 -1
- package/dist/mint-components/p-78066f92.entry.js +0 -13
- package/dist/mint-components/p-7862ab7d.entry.js +0 -1
- package/dist/mint-components/p-7ced669d.entry.js +0 -1
- package/dist/mint-components/p-82180848.js +0 -379
- package/dist/mint-components/p-8827fabe.system.entry.js +0 -1
- package/dist/mint-components/p-8d593b5e.system.entry.js +0 -1
- package/dist/mint-components/p-9551f888.system.entry.js +0 -1
- package/dist/mint-components/p-961998b6.system.entry.js +0 -1
- package/dist/mint-components/p-97b03f80.entry.js +0 -1
- package/dist/mint-components/p-9aa1bd46.system.js +0 -1
- package/dist/mint-components/p-a217deee.js +0 -1
- package/dist/mint-components/p-ae191f8c.js +0 -1
- package/dist/mint-components/p-af24b899.entry.js +0 -1
- package/dist/mint-components/p-ba42b92c.system.entry.js +0 -1
- package/dist/mint-components/p-bf0719b7.system.js +0 -1
- package/dist/mint-components/p-c3be93c7.system.entry.js +0 -1
- package/dist/mint-components/p-c5b61ade.system.js +0 -1
- package/dist/mint-components/p-cc391fac.js +0 -1
- package/dist/mint-components/p-d3de337c.system.entry.js +0 -1
- package/dist/mint-components/p-d9787e31.system.entry.js +0 -1
- package/dist/mint-components/p-e8f720b9.entry.js +0 -1
- package/dist/mint-components/p-efd129de.js +0 -1
- package/dist/mint-components/p-f7b7d395.system.js +0 -1
- package/dist/mint-components/p-f82bb604.entry.js +0 -1
- package/dist/mint-components/p-f9bfbfa2.entry.js +0 -1
- package/dist/mint-components/p-fe13762b.entry.js +0 -1
- 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-
|
|
5
|
-
const global = require('./global-
|
|
6
|
-
const index_module = require('./index.module-
|
|
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-
|
|
11
|
-
const luxon = require('./luxon-
|
|
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:
|
|
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:
|
|
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.
|
|
422
|
-
const user = index_module.
|
|
423
|
-
const engagementMedium = index_module.
|
|
424
|
-
const { data } = index_module.
|
|
425
|
-
const [sendLoadEvent] = index_module.
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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.
|
|
511
|
-
const user = index_module.
|
|
511
|
+
const programId = props.programId ? props.programId : index_module._();
|
|
512
|
+
const user = index_module.H();
|
|
512
513
|
const variables = {
|
|
513
|
-
engagementMedium: index_module.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1674
|
-
const userIdent = index_module.
|
|
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 =
|
|
2741
|
-
return (index.h("svg", { width: width, height: height, viewBox: "0 0
|
|
2742
|
-
index.h("path", { d: "
|
|
2743
|
-
index.h("path", {
|
|
2744
|
-
index.h("path", { d: "
|
|
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-
|
|
2789
|
-
"
|
|
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
|
-
|
|
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-
|
|
4
|
-
const index_module = require('./index.module-
|
|
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.
|
|
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({
|