@saasquatch/mint-components 1.7.3-2 → 1.7.3-3
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-250836ad.js → ShadowViewAddon-067d40c0.js} +25 -38
- package/dist/cjs/{global-6785de71.js → global-08c4d25f.js} +2 -2
- package/dist/cjs/{index.module-02576958.js → index.module-e6f6b5f3.js} +7 -7
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/mint-components.cjs.js +3 -3
- package/dist/cjs/{re-render-c484d9ab.js → re-render-4c16a04c.js} +1 -1
- package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
- package/dist/cjs/sqm-big-stat_39.cjs.entry.js +80 -42
- package/dist/cjs/sqm-close-button.cjs.entry.js +1 -1
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +2 -2
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +3 -3
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +3 -3
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-navigation-sidebar-item-view-21dcca39.js → sqm-navigation-sidebar-item-view-03daff08.js} +1 -1
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +2 -2
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/sqm-password-field.cjs.entry.js +5 -5
- package/dist/cjs/sqm-popup-container.cjs.entry.js +9 -2
- package/dist/cjs/{sqm-portal-email-verification-view-0bd4a2c2.js → sqm-portal-email-verification-view-29cf5bee.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +9 -4
- 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 +16 -6
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-profile-view-13a1229f.js → sqm-portal-profile-view-8d8ba319.js} +4 -4
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +30 -10
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +2 -2
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +8 -14
- package/dist/cjs/{sqm-portal-reset-password-view-7680fc87.js → sqm-portal-reset-password-view-07a13210.js} +2 -2
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +33 -9
- package/dist/cjs/{sqm-portal-verify-email-view-200752cb.js → sqm-portal-verify-email-view-ce552bbc.js} +3 -3
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +15 -5
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +5 -5
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +3 -3
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +7 -7
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +17 -16
- package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
- package/dist/cjs/sqm-tabs.cjs.entry.js +3 -3
- package/dist/cjs/{useChildElements-74eb05b6.js → useChildElements-037308de.js} +1 -1
- package/dist/cjs/{useInstantAccessRegistration-11ff69f8.js → useInstantAccessRegistration-184ce3da.js} +2 -2
- package/dist/cjs/{useReferralTable-6ca43436.js → useReferralTable-1059298f.js} +5 -5
- package/dist/cjs/{useRegistrationFormState-01d63bda.js → useRegistrationFormState-a596a733.js} +1 -1
- package/dist/cjs/utilities-d4cc19d4.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/sqm-password-field.js +6 -6
- 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 +27 -0
- package/dist/collection/components/sqm-popup-container/usePopupContainer.js +1 -0
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +56 -6
- package/dist/collection/components/sqm-portal-change-password/usePortalChangePassword.js +2 -2
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +26 -0
- 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.js +6 -6
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +6 -33
- package/dist/collection/components/sqm-portal-registration-form/usePortalRegistrationForm.js +1 -1
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password-view.js +2 -2
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +112 -7
- package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +6 -3
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email-view.js +3 -3
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +53 -1
- package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +2 -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-6dc295a1.js → ShadowViewAddon-9867dc55.js} +23 -36
- package/dist/esm/{global-91edfca0.js → global-ebd4be78.js} +2 -2
- package/dist/esm/{index.module-99d8522e.js → index.module-e10ed38b.js} +3 -3
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mint-components.js +3 -3
- package/dist/esm/{re-render-096db0eb.js → re-render-7f547127.js} +1 -1
- package/dist/esm/sqm-asset-card.entry.js +1 -1
- package/dist/esm/sqm-big-stat_39.entry.js +80 -42
- package/dist/esm/sqm-close-button.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
- package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
- package/dist/esm/sqm-leaderboard-rank.entry.js +3 -3
- package/dist/esm/sqm-logout-current-user.entry.js +2 -2
- package/dist/esm/{sqm-navigation-sidebar-item-view-eb765b9c.js → sqm-navigation-sidebar-item-view-e99dd09d.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
- package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm/sqm-password-field.entry.js +5 -5
- package/dist/esm/sqm-popup-container.entry.js +9 -2
- package/dist/esm/{sqm-portal-email-verification-view-97097335.js → sqm-portal-email-verification-view-689809ff.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +9 -4
- 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 +16 -6
- package/dist/esm/sqm-portal-logout.entry.js +1 -1
- package/dist/esm/{sqm-portal-profile-view-efa44888.js → sqm-portal-profile-view-f0ad64bb.js} +4 -4
- package/dist/esm/sqm-portal-profile.entry.js +30 -10
- package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +8 -14
- package/dist/esm/{sqm-portal-reset-password-view-cdbf99dc.js → sqm-portal-reset-password-view-d3e726a9.js} +2 -2
- package/dist/esm/sqm-portal-reset-password.entry.js +33 -9
- package/dist/esm/{sqm-portal-verify-email-view-723687ca.js → sqm-portal-verify-email-view-283bf637.js} +3 -3
- package/dist/esm/sqm-portal-verify-email.entry.js +15 -5
- package/dist/esm/sqm-referral-table_11.entry.js +5 -5
- package/dist/esm/sqm-referred-registration.entry.js +3 -3
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
- package/dist/esm/sqm-rewards-table_9.entry.js +7 -7
- package/dist/esm/sqm-stencilbook.entry.js +17 -16
- package/dist/esm/sqm-tab.entry.js +2 -2
- package/dist/esm/sqm-tabs.entry.js +3 -3
- package/dist/esm/{useChildElements-b945a965.js → useChildElements-8174fb64.js} +1 -1
- package/dist/esm/{useInstantAccessRegistration-7f9f4360.js → useInstantAccessRegistration-fb404e33.js} +2 -2
- package/dist/esm/{useReferralTable-e425f29d.js → useReferralTable-91e74b2b.js} +5 -5
- package/dist/esm/{useRegistrationFormState-c9d54ef3.js → useRegistrationFormState-580d5ed6.js} +1 -1
- package/dist/esm/utilities-ca59642c.js +21 -0
- package/dist/esm-es5/ShadowViewAddon-9867dc55.js +1 -0
- package/dist/esm-es5/{global-91edfca0.js → global-ebd4be78.js} +2 -2
- package/dist/esm-es5/{index.module-99d8522e.js → index.module-e10ed38b.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{re-render-096db0eb.js → re-render-7f547127.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-graphql-client-provider.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-e99dd09d.js +1 -0
- 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-97097335.js → sqm-portal-email-verification-view-689809ff.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-f0ad64bb.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-723687ca.js → sqm-portal-verify-email-view-283bf637.js} +1 -1
- 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-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/{useChildElements-b945a965.js → useChildElements-8174fb64.js} +1 -1
- package/dist/esm-es5/{useInstantAccessRegistration-7f9f4360.js → useInstantAccessRegistration-fb404e33.js} +1 -1
- package/dist/esm-es5/{useReferralTable-e425f29d.js → useReferralTable-91e74b2b.js} +1 -1
- package/dist/esm-es5/{useRegistrationFormState-c9d54ef3.js → useRegistrationFormState-580d5ed6.js} +1 -1
- package/dist/esm-es5/utilities-ca59642c.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-c24d34d8.entry.js → p-01f1be1c.entry.js} +1 -1
- package/dist/mint-components/{p-42844992.js → p-045f5da2.js} +3 -3
- package/dist/mint-components/{p-ee7bc1c7.system.js → p-0b7d57f2.system.js} +1 -1
- package/dist/mint-components/{p-be8f19ba.system.entry.js → p-0bafe30a.system.entry.js} +1 -1
- package/dist/mint-components/{p-8f1974f8.system.entry.js → p-0cde8d80.system.entry.js} +1 -1
- package/dist/mint-components/p-116de82d.system.entry.js +1 -0
- package/dist/mint-components/{p-9b2e0735.system.entry.js → p-16837952.system.entry.js} +1 -1
- package/dist/mint-components/{p-e3de804b.entry.js → p-1c037da2.entry.js} +1 -1
- package/dist/mint-components/{p-f8f278e9.js → p-21546534.js} +23 -23
- package/dist/mint-components/{p-b0ef4f17.entry.js → p-233c8a35.entry.js} +1 -1
- package/dist/mint-components/{p-0a892e0f.system.entry.js → p-24853def.system.entry.js} +1 -1
- package/dist/mint-components/{p-b4fddf49.entry.js → p-25caaa83.entry.js} +1 -1
- package/dist/mint-components/p-29eb433b.entry.js +1 -0
- package/dist/mint-components/{p-ed9374ef.system.entry.js → p-2c4e6ee0.system.entry.js} +1 -1
- package/dist/mint-components/{p-831d1332.js → p-2d569c9d.js} +1 -1
- package/dist/mint-components/{p-e9197aac.entry.js → p-309d9ae3.entry.js} +1 -1
- package/dist/mint-components/p-346dfe96.system.entry.js +1 -0
- package/dist/mint-components/{p-a79208b8.system.js → p-372a36c7.system.js} +1 -1
- package/dist/mint-components/{p-f04ce58d.system.entry.js → p-3cd60420.system.entry.js} +1 -1
- package/dist/mint-components/{p-db9652e7.system.entry.js → p-3fdeb965.system.entry.js} +1 -1
- package/dist/mint-components/{p-c2bd46e2.entry.js → p-41b96731.entry.js} +1 -1
- package/dist/mint-components/p-45233d4e.entry.js +33 -0
- package/dist/mint-components/p-456b376a.entry.js +1 -0
- package/dist/mint-components/p-46ef82ed.js +1 -0
- package/dist/mint-components/{p-22d1e92e.system.js → p-4a3db006.system.js} +1 -1
- package/dist/mint-components/{p-ef6a3ff3.entry.js → p-4c3d930f.entry.js} +2 -2
- package/dist/mint-components/p-4c4837d0.entry.js +187 -0
- package/dist/mint-components/p-4d9744bf.js +1 -0
- package/dist/mint-components/{p-a23a2a86.entry.js → p-4dd524f3.entry.js} +1 -1
- package/dist/mint-components/p-53452e78.system.entry.js +1 -0
- package/dist/mint-components/{p-05f069ce.entry.js → p-54633765.entry.js} +2 -2
- package/dist/mint-components/p-5e238732.system.entry.js +1 -0
- package/dist/mint-components/p-60e139f9.system.entry.js +1 -0
- package/dist/mint-components/{p-d65bf9dc.js → p-61d92e9a.js} +1 -1
- package/dist/mint-components/{p-6e793d76.system.entry.js → p-63b2b624.system.entry.js} +1 -1
- package/dist/mint-components/p-66ed0f74.js +1 -0
- package/dist/mint-components/{p-a40b01d5.js → p-69a5debf.js} +1 -1
- package/dist/mint-components/{p-a65e2e14.system.entry.js → p-6ad0c6a2.system.entry.js} +1 -1
- package/dist/mint-components/{p-72c9fbf6.system.entry.js → p-710f72eb.system.entry.js} +1 -1
- package/dist/mint-components/p-73653a91.js +1 -0
- package/dist/mint-components/p-7487f23c.system.js +1 -0
- package/dist/mint-components/p-7660de2a.entry.js +1 -0
- package/dist/mint-components/{p-ce748fab.js → p-79cee2ff.js} +1 -1
- package/dist/mint-components/{p-59e4c214.system.entry.js → p-7a94c81e.system.entry.js} +1 -1
- package/dist/mint-components/{p-59318941.system.js → p-7cbe510e.system.js} +1 -1
- package/dist/mint-components/{p-ba295930.system.entry.js → p-7d1f8931.system.entry.js} +1 -1
- package/dist/mint-components/{p-8b28c511.js → p-7f730907.js} +1 -1
- package/dist/mint-components/{p-41c62fef.system.js → p-87c2c58e.system.js} +1 -1
- package/dist/mint-components/p-8a01e608.js +1 -0
- package/dist/mint-components/{p-4dae1dcc.system.js → p-96cf51f2.system.js} +1 -1
- package/dist/mint-components/{p-66e3cb0c.system.entry.js → p-978f6c89.system.entry.js} +1 -1
- package/dist/mint-components/p-9a6ad156.entry.js +13 -0
- package/dist/mint-components/p-a259b8cc.system.js +1 -0
- package/dist/mint-components/{p-9f3a0252.system.js → p-a801714b.system.js} +1 -1
- package/dist/mint-components/{p-59a505e1.entry.js → p-a8de93af.entry.js} +1 -1
- package/dist/mint-components/p-b110feac.entry.js +1 -0
- package/dist/mint-components/p-b5af6094.system.js +1 -0
- package/dist/mint-components/{p-8b2b5d37.system.js → p-b7909504.system.js} +1 -1
- package/dist/mint-components/{p-0b8f38a8.entry.js → p-b9006988.entry.js} +1 -1
- package/dist/mint-components/p-badc2eb7.js +1 -0
- package/dist/mint-components/{p-1e884e97.system.entry.js → p-bb65f5dc.system.entry.js} +1 -1
- package/dist/mint-components/{p-e49392c3.system.entry.js → p-c4c2b5cf.system.entry.js} +1 -1
- package/dist/mint-components/p-cb2b3794.system.entry.js +1 -0
- package/dist/mint-components/p-ceb53408.system.js +1 -0
- package/dist/mint-components/p-d1ad6637.system.js +1 -0
- package/dist/mint-components/{p-0ad6459e.entry.js → p-d498276b.entry.js} +1 -1
- package/dist/mint-components/p-d4b174e1.system.js +1 -0
- package/dist/mint-components/{p-a6c026bc.system.entry.js → p-d4b635be.system.entry.js} +1 -1
- package/dist/mint-components/p-d628336d.system.entry.js +1 -0
- package/dist/mint-components/p-d6912806.entry.js +1 -0
- package/dist/mint-components/{p-2e9a5714.js → p-d6e0be18.js} +1 -1
- package/dist/mint-components/{p-b5b9aaba.system.entry.js → p-dcf56b93.system.entry.js} +1 -1
- package/dist/mint-components/{p-b6dafb9b.system.js → p-df0a2bb0.system.js} +1 -1
- package/dist/mint-components/{p-f064bf28.entry.js → p-e40a53bd.entry.js} +1 -1
- package/dist/mint-components/p-e4c98744.entry.js +1 -0
- package/dist/mint-components/p-ea6a7135.js +1 -0
- package/dist/mint-components/{p-2adb5310.entry.js → p-ebe3af02.entry.js} +1 -1
- package/dist/mint-components/p-f0cd4cf9.entry.js +1 -0
- package/dist/mint-components/p-f11f9c4f.entry.js +9 -0
- package/dist/mint-components/p-f61c201c.entry.js +1 -0
- package/dist/mint-components/p-f84f318a.system.entry.js +1 -0
- package/dist/mint-components/{p-69a7558a.system.entry.js → p-fb2adac8.system.entry.js} +1 -1
- package/dist/mint-components/p-fca0dc98.system.js +1 -0
- 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/sqm-password-field.d.ts +3 -3
- 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 +6 -0
- package/dist/types/components/sqm-popup-container/usePopupContainer.d.ts +2 -0
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +11 -3
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +5 -0
- 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.d.ts +3 -3
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +3 -9
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password-view.d.ts +3 -0
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +21 -3
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email-view.d.ts +1 -0
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +9 -0
- package/dist/types/components/sqm-portal-verify-email/usePortalVerifyEmail.d.ts +3 -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 +214 -42
- package/dist/types/utilities.d.ts +3 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +3 -3
- package/dist/esm-es5/ShadowViewAddon-6dc295a1.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-eb765b9c.js +0 -1
- package/dist/esm-es5/sqm-portal-profile-view-efa44888.js +0 -1
- package/dist/esm-es5/sqm-portal-reset-password-view-cdbf99dc.js +0 -1
- package/dist/mint-components/p-03c4d81a.js +0 -1
- package/dist/mint-components/p-061d90bc.system.entry.js +0 -1
- package/dist/mint-components/p-0943b547.system.js +0 -1
- package/dist/mint-components/p-0de80de6.js +0 -1
- package/dist/mint-components/p-1437b793.system.js +0 -1
- package/dist/mint-components/p-1fa097d3.entry.js +0 -1
- package/dist/mint-components/p-2bba85ac.system.entry.js +0 -1
- package/dist/mint-components/p-3e0bb7f9.entry.js +0 -1
- package/dist/mint-components/p-418362a9.entry.js +0 -9
- package/dist/mint-components/p-4eca24af.js +0 -1
- package/dist/mint-components/p-50daed57.entry.js +0 -13
- package/dist/mint-components/p-5e9e9a29.system.entry.js +0 -1
- package/dist/mint-components/p-6354c559.system.entry.js +0 -1
- package/dist/mint-components/p-6d1a2821.system.entry.js +0 -1
- package/dist/mint-components/p-6fed24de.entry.js +0 -1
- package/dist/mint-components/p-78027dd0.system.js +0 -1
- package/dist/mint-components/p-7d5ee633.system.entry.js +0 -1
- package/dist/mint-components/p-878daf52.js +0 -1
- package/dist/mint-components/p-89e86134.entry.js +0 -1
- package/dist/mint-components/p-9142d62b.entry.js +0 -1
- package/dist/mint-components/p-97519743.entry.js +0 -1
- package/dist/mint-components/p-a217deee.js +0 -1
- package/dist/mint-components/p-af302aa3.entry.js +0 -1
- package/dist/mint-components/p-b0f3c6c5.entry.js +0 -33
- package/dist/mint-components/p-ce922d94.system.entry.js +0 -1
- package/dist/mint-components/p-d29c820c.system.js +0 -1
- package/dist/mint-components/p-dc72e7e9.entry.js +0 -187
- package/dist/mint-components/p-eab33344.js +0 -1
- package/dist/mint-components/p-f21aa0bd.entry.js +0 -1
- package/dist/mint-components/p-f63961b4.system.js +0 -1
- package/dist/mint-components/p-f7b5c0ac.system.entry.js +0 -1
- package/dist/mint-components/p-fc51a087.system.js +0 -1
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -1
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
var __assign=this&&this.__assign||function(){__assign=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++){e=arguments[t];for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a))r[a]=e[a]}return r};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(r,e,t,n){function a(r){return r instanceof t?r:new t((function(e){e(r)}))}return new(t||(t=Promise))((function(t,i){function o(r){try{l(n.next(r))}catch(r){i(r)}}function s(r){try{l(n["throw"](r))}catch(r){i(r)}}function l(r){r.done?t(r.value):a(r.value).then(o,s)}l((n=n.apply(r,e||[])).next())}))};var __generator=this&&this.__generator||function(r,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(r){return function(e){return l([r,e])}}function l(o){if(n)throw new TypeError("Generator is already executing.");while(t)try{if(n=1,a&&(i=o[0]&2?a["return"]:o[0]?a["throw"]||((i=a["return"])&&i.call(a),0):a.next)&&!(i=i.call(a,o[1])).done)return i;if(a=0,i)o=[o[0]&2,i.value];switch(o[0]){case 0:case 1:i=o;break;case 4:t.label++;return{value:o[1],done:false};case 5:t.label++;a=o[1];o=[0];continue;case 7:o=t.ops.pop();t.trys.pop();continue;default:if(!(i=t.trys,i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){t.label=o[1];break}if(o[0]===6&&t.label<i[1]){t.label=i[1];i=o;break}if(i&&t.label<i[2]){t.label=i[2];t.ops.push(o);break}if(i[2])t.ops.pop();t.trys.pop();continue}o=e.call(r,t)}catch(r){o=[6,r];a=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};System.register(["./p-3cc28285.system.js","./p-
|
|
1
|
+
var __assign=this&&this.__assign||function(){__assign=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++){e=arguments[t];for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a))r[a]=e[a]}return r};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(r,e,t,n){function a(r){return r instanceof t?r:new t((function(e){e(r)}))}return new(t||(t=Promise))((function(t,i){function o(r){try{l(n.next(r))}catch(r){i(r)}}function s(r){try{l(n["throw"](r))}catch(r){i(r)}}function l(r){r.done?t(r.value):a(r.value).then(o,s)}l((n=n.apply(r,e||[])).next())}))};var __generator=this&&this.__generator||function(r,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(r){return function(e){return l([r,e])}}function l(o){if(n)throw new TypeError("Generator is already executing.");while(t)try{if(n=1,a&&(i=o[0]&2?a["return"]:o[0]?a["throw"]||((i=a["return"])&&i.call(a),0):a.next)&&!(i=i.call(a,o[1])).done)return i;if(a=0,i)o=[o[0]&2,i.value];switch(o[0]){case 0:case 1:i=o;break;case 4:t.label++;return{value:o[1],done:false};case 5:t.label++;a=o[1];o=[0];continue;case 7:o=t.ops.pop();t.trys.pop();continue;default:if(!(i=t.trys,i=i.length>0&&i[i.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){t.label=o[1];break}if(o[0]===6&&t.label<i[1]){t.label=i[1];i=o;break}if(i&&t.label<i[2]){t.label=i[2];t.ops.push(o);break}if(i[2])t.ops.pop();t.trys.pop();continue}o=e.call(r,t)}catch(r){o=[6,r];a=0}finally{n=i=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};System.register(["./p-3cc28285.system.js","./p-87c2c58e.system.js","./p-b2295bc5.system.js","./p-b7909504.system.js"],(function(r){"use strict";var e,t,n,a;return{setters:[function(r){e=r.j},function(r){t=r.u},function(r){n=r.j},function(r){a=r.u}],execute:function(){r("u",i);function i(r){var i=this;var o=new URLSearchParams(window.location.search);var s=o===null||o===void 0?void 0:o.get("_saasquatch");var l=a(),u=l.registrationFormState,c=l.setRegistrationFormState;var f=t(),v=f[0],d=f[1],_=d.loading,g=d.errors,h=d.data;var p=e(""),m=p[0],y=p[1];var b=function(e){return __awaiter(i,void 0,void 0,(function(){var t,a,i,o,l,f,d;return __generator(this,(function(_){switch(_.label){case 0:y("");a=e.target.getFormControls();i=e.detail.formData;o={};a===null||a===void 0?void 0:a.map((function(e){if(!e.name)return;var t=e.name;var a=e.value;n.set(i,t,a);if(e.required&&!a){n.set(o,t,r.requiredFieldErrorMessage)}if(typeof e.validationError==="function"){var s=e.validationError;var l=s({control:e,key:t,value:a});if(l)n.set(o,t,l)}}));l=__assign({firstName:i.firstName,lastName:i.lastName,email:i.email},(r===null||r===void 0?void 0:r.includeCookies)&&s?{cookies:s}:{});_.label=1;case 1:_.trys.push([1,3,,4]);return[4,v(l)];case 2:f=_.sent();if(f instanceof Error){throw f}c(__assign(__assign({},u),{loading:false,error:"",validationErrors:{}}));return[3,4];case 3:d=_.sent();if((t=d===null||d===void 0?void 0:d.message)===null||t===void 0?void 0:t.includes("is not valid")){c(__assign(__assign({},u),{loading:false,error:"",validationErrors:{email:r.invalidEmailErrorMessage}}))}else if((d===null||d===void 0?void 0:d.name)==="fraud_error"){c(__assign(__assign({},u),{loading:false,error:"FRAUD"}))}else{c(__assign(__assign({},u),{loading:false,error:r.networkErrorMessage,validationErrors:{}}))}return[3,4];case 4:return[2]}}))}))};return{states:{loading:_,error:u===null||u===void 0?void 0:u.error,registrationFormState:u},callbacks:{submit:b}}}}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var __awaiter=this&&this.__awaiter||function(e,t,i,r){function n(e){return e instanceof i?e:new i((function(t){t(e)}))}return new(i||(i=Promise))((function(i,a){function s(e){try{l(r.next(e))}catch(e){a(e)}}function o(e){try{l(r["throw"](e))}catch(e){a(e)}}function l(e){e.done?i(e.value):n(e.value).then(s,o)}l((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var i={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,n,a,s;return s={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function o(e){return function(t){return l([e,t])}}function l(s){if(r)throw new TypeError("Generator is already executing.");while(i)try{if(r=1,n&&(a=s[0]&2?n["return"]:s[0]?n["throw"]||((a=n["return"])&&a.call(n),0):n.next)&&!(a=a.call(n,s[1])).done)return a;if(n=0,a)s=[s[0]&2,a.value];switch(s[0]){case 0:case 1:a=s;break;case 4:i.label++;return{value:s[1],done:false};case 5:i.label++;n=s[1];s=[0];continue;case 7:s=i.ops.pop();i.trys.pop();continue;default:if(!(a=i.trys,a=a.length>0&&a[a.length-1])&&(s[0]===6||s[0]===2)){i=0;continue}if(s[0]===3&&(!a||s[1]>a[0]&&s[1]<a[3])){i.label=s[1];break}if(s[0]===6&&i.label<a[1]){i.label=a[1];a=s;break}if(a&&i.label<a[2]){i.label=a[2];i.ops.push(s);break}if(a[2])i.ops.pop();i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e];n=0}finally{r=a=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};System.register(["./p-ff17b3a4.system.js","./p-3cc28285.system.js","./p-
|
|
1
|
+
var __awaiter=this&&this.__awaiter||function(e,t,i,r){function n(e){return e instanceof i?e:new i((function(t){t(e)}))}return new(i||(i=Promise))((function(i,a){function s(e){try{l(r.next(e))}catch(e){a(e)}}function o(e){try{l(r["throw"](e))}catch(e){a(e)}}function l(e){e.done?i(e.value):n(e.value).then(s,o)}l((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var i={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,n,a,s;return s={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function o(e){return function(t){return l([e,t])}}function l(s){if(r)throw new TypeError("Generator is already executing.");while(i)try{if(r=1,n&&(a=s[0]&2?n["return"]:s[0]?n["throw"]||((a=n["return"])&&a.call(n),0):n.next)&&!(a=a.call(n,s[1])).done)return a;if(n=0,a)s=[s[0]&2,a.value];switch(s[0]){case 0:case 1:a=s;break;case 4:i.label++;return{value:s[1],done:false};case 5:i.label++;n=s[1];s=[0];continue;case 7:s=i.ops.pop();i.trys.pop();continue;default:if(!(a=i.trys,a=a.length>0&&a[a.length-1])&&(s[0]===6||s[0]===2)){i=0;continue}if(s[0]===3&&(!a||s[1]>a[0]&&s[1]<a[3])){i.label=s[1];break}if(s[0]===6&&i.label<a[1]){i.label=a[1];a=s;break}if(a&&i.label<a[2]){i.label=a[2];i.ops.push(s);break}if(a[2])i.ops.pop();i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e];n=0}finally{r=a=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};System.register(["./p-ff17b3a4.system.js","./p-3cc28285.system.js","./p-87c2c58e.system.js","./p-b2295bc5.system.js","./p-4bd679a7.system.js","./p-f6934a55.system.js","./p-1a673057.system.js","./p-b153fc0c.system.js","./p-b7909504.system.js","./p-0b7d57f2.system.js"],(function(e){"use strict";var t,i,r,n,a,s,o,l;return{setters:[function(e){t=e.r;i=e.h},function(e){r=e.m},function(e){n=e.i;a=e.e},function(){},function(e){s=e.c},function(){},function(){},function(e){o=e.E},function(){},function(e){l=e.u}],execute:function(){var c=e("sqm_instant_access_registration",function(){function e(e){t(this,e);this.ignored=true;this.emailLabel="Email";this.firstNameLabel="First Name";this.lastNameLabel="Last Name";this.registerLabel="Start Referring";this.includeName=false;this.hideBorder=false;this.requiredFieldErrorMessage="Cannot be empty";this.invalidEmailErrorMessage="Please enter a valid email address";this.networkErrorMessage="There was a problem signing you in. Please wait a moment and try again. If this problem continues, contact Support for help resolving this issue.";this.paddingTop="large";this.paddingRight="large";this.paddingBottom="large";this.paddingLeft="large";this.backgroundColor="#ffffff";this.includeCookies=false;r(this)}e.prototype.disconnectedCallback=function(){};e.prototype.render=function(){var e=n()?u(this):l(this),t=e.states,r=e.callbacks;var a={emailLabel:this.emailLabel,registerLabel:this.registerLabel,firstNameLabel:this.firstNameLabel,lastNameLabel:this.lastNameLabel,includeName:this.includeName,hideBorder:this.hideBorder,invalidEmailErrorMessage:this.invalidEmailErrorMessage,requiredFieldErrorMessage:this.requiredFieldErrorMessage,paddingTop:this.paddingTop,paddingBottom:this.paddingBottom,paddingLeft:this.paddingLeft,paddingRight:this.paddingRight,backgroundColor:this.backgroundColor,topSlot:i("slot",{name:"top"}),bottomSlot:i("slot",{name:"bottom"})};return i(o,{states:t,callbacks:r,content:a})};return e}());function u(e){var t=this;var i=function(e){return __awaiter(t,void 0,void 0,(function(){return __generator(this,(function(e){a({id:"referrer@example.com",accountId:"referrer@example.com",jwt:"eyJraWQiOiJlNjI2NzQxNy1jMzZlLTRlM2EtYjM5NS1lYTFmY2YyNmU3YzIiLCJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJjbVZtWlhKeVpYSkFaWGhoYlhCc1pTNWpiMjA9OmNtVm1aWEp5WlhKQVpYaGhiWEJzWlM1amIyMD1AdGVzdF9heGJndGF0dzF0Y2NwOnVzZXJzIiwicGFzc3dvcmRsZXNzIjp0cnVlLCJpc3MiOiJodHRwczovL3N0YWdpbmcucmVmZXJyYWxzYWFzcXVhdGNoLmNvbS8iLCJleHAiOjE2ODA4ODU5MTksImlhdCI6MTY4MDc5OTUxOX0.kjmTVVf_BTb-uMNKnadLyNLxMFwpkefsY02O3iAfBVIJJZZfeZMwunPlKsS3Vbp28aYRClBjH5Wj4pYxDn23D0CdZx8KNCqiJ8yF6149O9SPMkRseoJkliqS6LyvMOEDjGDkuLfcC8_hq1AHBXFt5BdCtWOk1gwf_5R9A0w5gXEIvprBzbNDLbuo88bVAlrmFNvfttXXryrpUeruMal7cBKuy02YblBrB4kKoyJiprU5GLEjciBA4A56u8TwQc0kbsPf2YcQaJsY_IvkC7S1u4sPyObpq6iF6Ed8UYHAo6nU5KjZXyVtoUyeIS11mf_6OtDO6LyMNHV2FtEUUDdPCg"});return[2]}))}))};return s({states:{loading:false,error:""},callbacks:{submit:i}},e.demoData||{},{arrayMerge:function(e,t){return t}})}}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./p-ff17b3a4.system.js","./p-3cc28285.system.js","./p-
|
|
1
|
+
System.register(["./p-ff17b3a4.system.js","./p-3cc28285.system.js","./p-87c2c58e.system.js","./p-4bd679a7.system.js","./p-f6934a55.system.js","./p-1a673057.system.js","./p-6333265f.system.js","./p-df0a2bb0.system.js"],(function(t){"use strict";var n,e,s,a,i,c,o,r;return{setters:[function(t){n=t.r;e=t.h},function(t){s=t.m},function(t){a=t.v;i=t.i},function(t){c=t.c},function(){},function(){},function(t){o=t.g},function(t){r=t.N}],execute:function(){function u(t){var n=a();return{states:{active:n.pathname===t.path},data:{label:t.label,icon:t.icon,path:t.path}}}var f=t("sqm_navigation_sidebar_item",function(){function t(t){n(this,t);s(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){var t=i()?p(o(this)):u(o(this));return e(r,Object.assign({},t))};return t}());function p(t){return c({states:{active:false},data:{label:t.label||"Dashboard",icon:t.icon||"house"}},t.demoData||{},{arrayMerge:function(t,n){return n}})}}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var __assign=this&&this.__assign||function(){__assign=Object.assign||function(t){for(var e,s=1,n=arguments.length;s<n;s++){e=arguments[s];for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a))t[a]=e[a]}return t};return __assign.apply(this,arguments)};System.register(["./p-ff17b3a4.system.js","./p-3cc28285.system.js","./p-87c2c58e.system.js","./p-6333265f.system.js"],(function(t){"use strict";var e,s,n,a,o,r;return{setters:[function(t){e=t.h;s=t.c;n=t.r},function(t){a=t.m},function(t){o=t.T},function(t){r=t.g}],execute:function(){var c=function(t){var n=t.states,a=t.callbacks;var o=n.styles;return e(s,{class:"squatch-container"},e("div",{style:{padding:t.states.styles.padding},part:"sqm-base"},o.closeButton&&e("span",{part:"sqm-close-button",class:"close squatch-header-close","data-close-panel":"#squatch-panel",onClick:function(){return a.closePopup()}},o.closeButtonText),e("slot",null),o.poweredBy?e("a",{class:"sqh-attribution",href:"https://www.saasquatch.com/?utm_source=app&utm_medium=user-widget&utm_campaign=referral-widget",target:"_blank"},o.poweredByText):""))};function i(t){var e=o();function s(){var t;if(o()==="POPUP"){(t=window.frameElement["squatchJsApi"])===null||t===void 0?void 0:t.close()}}var n=t.popupPadding?t.popupPadding==="none"?"0":"var(--sl-spacing-"+t.popupPadding+")":"var(--sl-spacing-medium)";var a=t.embedPadding?t.embedPadding==="none"?"0":"var(--sl-spacing-"+t.embedPadding+")":"0";var r=o()==="POPUP"?n:a;return{states:{showCloseButton:t.closeButton&&e==="POPUP",styles:__assign(__assign({},t),{padding:r,closeButtonText:t.closeButtonText?t.closeButtonText:"X",poweredByText:t.poweredByText})},data:{},callbacks:{closePopup:s}}}var u=".squatch-header-close{position:absolute;right:20px;top:10px;cursor:pointer}.squatch-container{background-color:var(--widget-background-color);display:block}";var p=t("sqm_popup_container",function(){function t(t){n(this,t);this.poweredByText="Powered By";a(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){var t=r(this);return e(c,Object.assign({},i(t)))};return t}());p.style=u}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var __awaiter=this&&this.__awaiter||function(t,e,n,r){function o(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,i){function u(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r["throw"](t))}catch(t){i(t)}}function c(t){t.done?n(t.value):o(t.value).then(u,a)}c((r=r.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,o,i,u;return u={next:a(0),throw:a(1),return:a(2)},typeof Symbol==="function"&&(u[Symbol.iterator]=function(){return this}),u;function a(t){return function(e){return c([t,e])}}function c(u){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,o&&(i=u[0]&2?o["return"]:u[0]?o["throw"]||((i=o["return"])&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;if(o=0,i)u=[u[0]&2,i.value];switch(u[0]){case 0:case 1:i=u;break;case 4:n.label++;return{value:u[1],done:false};case 5:n.label++;o=u[1];u=[0];continue;case 7:u=n.ops.pop();n.trys.pop();continue;default:if(!(i=n.trys,i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){n.label=u[1];break}if(u[0]===6&&n.label<i[1]){n.label=i[1];i=u;break}if(i&&n.label<i[2]){n.label=i[2];n.ops.push(u);break}if(i[2])n.ops.pop();n.trys.pop();continue}u=e.call(t,n)}catch(t){u=[6,t];o=0}finally{r=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};System.register(["./p-ff17b3a4.system.js","./p-3cc28285.system.js","./p-
|
|
1
|
+
var __awaiter=this&&this.__awaiter||function(t,e,n,r){function o(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,i){function u(t){try{c(r.next(t))}catch(t){i(t)}}function a(t){try{c(r["throw"](t))}catch(t){i(t)}}function c(t){t.done?n(t.value):o(t.value).then(u,a)}c((r=r.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,o,i,u;return u={next:a(0),throw:a(1),return:a(2)},typeof Symbol==="function"&&(u[Symbol.iterator]=function(){return this}),u;function a(t){return function(e){return c([t,e])}}function c(u){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,o&&(i=u[0]&2?o["return"]:u[0]?o["throw"]||((i=o["return"])&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;if(o=0,i)u=[u[0]&2,i.value];switch(u[0]){case 0:case 1:i=u;break;case 4:n.label++;return{value:u[1],done:false};case 5:n.label++;o=u[1];u=[0];continue;case 7:u=n.ops.pop();n.trys.pop();continue;default:if(!(i=n.trys,i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){n.label=u[1];break}if(u[0]===6&&n.label<i[1]){n.label=i[1];i=u;break}if(i&&n.label<i[2]){n.label=i[2];n.ops.push(u);break}if(i[2])n.ops.pop();n.trys.pop();continue}u=e.call(t,n)}catch(t){u=[6,t];o=0}finally{r=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};System.register(["./p-ff17b3a4.system.js","./p-3cc28285.system.js","./p-87c2c58e.system.js","./p-4a3db006.system.js"],(function(t){"use strict";var e,n,r,o,i;return{setters:[function(t){e=t.r;n=t.h;r=t.c},function(t){o=t.m},function(){},function(t){i=t.a}],execute:function(){var u=t("sqm_rewards_table_customer_note_column",function(){function t(t){e(this,t);this.columnTitle="Note";o(this)}t.prototype.disconnectedCallback=function(){};t.prototype.renderCell=function(t,e){return __awaiter(this,void 0,void 0,(function(){var r,o;return __generator(this,(function(i){o=t;return[2,n("sqm-rewards-table-customer-note-cell",{note:(r=o===null||o===void 0?void 0:o.meta)===null||r===void 0?void 0:r.message,locale:e})]}))}))};t.prototype.renderLabel=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.columnTitle]}))}))};t.prototype.render=function(){i([this.columnTitle]);return n(r,{style:{display:"none"}})};return t}())}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as t,h as s}from"./p-64c3217a.js";import{m as a}from"./p-901f5b80.js";import{i as r}from"./p-
|
|
1
|
+
import{r as t,h as s}from"./p-64c3217a.js";import{m as a}from"./p-901f5b80.js";import{i as r}from"./p-7f730907.js";import{c as e}from"./p-c1086930.js";import"./p-cef45012.js";import{A as o}from"./p-79da7f18.js";const c=class{constructor(s){t(this,s),this.ignored=!0,a(this)}disconnectedCallback(){}render(){const t=r()?function(t){return e({text:{titleText:"Marketing Banner"},imgUrl:"https://res.cloudinary.com/saasquatch/image/upload/v1634255445/squatch-assets/Copy_of_saasquatch-logo-tree-large-horizontal.png",callbacks:{}},t.demoData||{},{arrayMerge:(t,s)=>s})}(this):{text:{titleText:"Marketing Banner"},imgUrl:null,callbacks:{}};return s(o,Object.assign({},t))}static get assetsDirs(){return["../../assets"]}};export{c as sqm_asset_card}
|