@saasquatch/mint-components 1.13.3-0 → 1.13.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-3ddee92b.js → ShadowViewAddon-14a02da4.js} +138 -104
- package/dist/cjs/{useReferralCodes-82e8797b.js → copy-text-view-a5524c20.js} +93 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/{sqm-big-stat_39.cjs.entry.js → sqm-big-stat_41.cjs.entry.js} +221 -4
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +5 -6
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-registration-form-view-ebf355a6.js → sqm-portal-registration-form-view-637a4bf4.js} +1 -0
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +2 -1
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +469 -382
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/sqm-checkbox-field/CheckboxField.stories.js +1 -1
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field-view.js +6 -15
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +5 -5
- package/dist/collection/components/sqm-marketing-emails-checkbox/MarketingEmailsCheckbox.stories.js +11 -0
- package/dist/collection/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.js +129 -0
- package/dist/collection/components/sqm-portal-change-marketing/ChangeMarketing.stories.js +54 -0
- package/dist/collection/components/sqm-portal-change-marketing/sqm-portal-change-marketing-view.js +47 -0
- package/dist/collection/components/sqm-portal-change-marketing/sqm-portal-change-marketing.js +217 -0
- package/dist/collection/components/sqm-portal-change-marketing/usePortalChangeMarketing.js +115 -0
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +3 -3
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +3 -3
- package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +2 -2
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +3 -3
- package/dist/collection/components/sqm-portal-registration-form/PortalRegistrationForm.stories.js +4 -0
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +1 -0
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +3 -2
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +3 -3
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +3 -3
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +6 -0
- package/dist/esm/{ShadowViewAddon-d3c11480.js → ShadowViewAddon-23a6afab.js} +140 -107
- package/dist/esm/{useReferralCodes-1fdb0d92.js → copy-text-view-459a2e35.js} +95 -3
- package/dist/esm/{global-19d115b9.js → global-be1f9992.js} +2 -2
- package/dist/esm/{index.module-8553586f.js → index.module-89a79f66.js} +1 -1
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{luxon-94dbc741.js → luxon-8d51c92b.js} +1 -1
- package/dist/esm/mint-components.js +4 -4
- package/dist/esm/{mockRewardData-cc9b3ada.js → mockRewardData-8bd1b356.js} +1 -1
- package/dist/esm/{re-render-bc2b60fe.js → re-render-cc945f38.js} +2 -2
- package/dist/esm/sqm-asset-card.entry.js +2 -2
- package/dist/esm/sqm-banking-info-form_17.entry.js +10 -10
- package/dist/esm/{sqm-big-stat_39.entry.js → sqm-big-stat_41.entry.js} +230 -15
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-context-router.entry.js +2 -2
- package/dist/esm/sqm-email-verification.entry.js +4 -4
- package/dist/esm/sqm-empty_4.entry.js +3 -3
- package/dist/esm/sqm-form-message.entry.js +1 -1
- package/dist/esm/sqm-google-sign-in.entry.js +2 -2
- package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
- 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-invoice-table-view-eb07d994.js → sqm-invoice-table-view-af69cd33.js} +1 -1
- 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-70b65660.js → sqm-navigation-sidebar-item-view-8f1c72bc.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
- package/dist/esm/sqm-navigation-sidebar.entry.js +2 -2
- package/dist/esm/sqm-pagination_3.entry.js +4 -5
- package/dist/esm/sqm-password-field.entry.js +3 -3
- package/dist/esm/sqm-popup-container.entry.js +2 -2
- package/dist/esm/{sqm-portal-email-verification-view-84867a42.js → sqm-portal-email-verification-view-35b4353b.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +5 -5
- package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
- package/dist/esm/sqm-portal-google-login.entry.js +3 -3
- package/dist/esm/sqm-portal-google-registration-form.entry.js +5 -5
- package/dist/esm/sqm-portal-logout.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-32088a59.js → sqm-portal-profile-view-93003974.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +5 -5
- package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
- package/dist/esm/{sqm-portal-registration-form-view-32c4b488.js → sqm-portal-registration-form-view-3c1f6000.js} +1 -0
- package/dist/esm/sqm-portal-registration-form.entry.js +6 -5
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/sqm-portal-verify-email.entry.js +3 -3
- package/dist/esm/sqm-referral-table_11.entry.js +8 -8
- 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 +8 -8
- package/dist/esm/sqm-scroll.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +479 -392
- package/dist/esm/sqm-tab.entry.js +3 -3
- package/dist/esm/sqm-tabs.entry.js +4 -4
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/sqm-widget-verification-controller.entry.js +2 -2
- package/dist/esm/sqm-widget-verification.entry.js +2 -2
- package/dist/esm/{stencil-hooks.module-c643ef4a.js → stencil-hooks.module-4bc38af4.js} +1 -1
- package/dist/esm/{useChildElements-cbd0fedf.js → useChildElements-7945ae56.js} +2 -2
- package/dist/esm/{useInstantAccessRegistration-06e94ce3.js → useInstantAccessRegistration-dc4ad9f2.js} +3 -3
- package/dist/esm/{usePayoutStatus-6701d491.js → usePayoutStatus-58aa56b4.js} +2 -2
- package/dist/esm/{usePortalLogin-e6f1ebd1.js → usePortalLogin-ef647a50.js} +2 -2
- package/dist/esm/{usePortalRegistrationForm-6f22d7d7.js → usePortalRegistrationForm-4b35a357.js} +3 -3
- package/dist/esm/{useReferralTable-055a8849.js → useReferralTable-b3876ed6.js} +4 -4
- package/dist/esm/{useRegistrationFormState-7229b088.js → useRegistrationFormState-d6f33135.js} +2 -2
- package/dist/esm/{useVerificationEmail-a142db0c.js → useVerificationEmail-edc318cb.js} +2 -2
- package/dist/esm/{utilities-559f8273.js → utilities-5b0ca040.js} +2 -2
- package/dist/esm-es5/ShadowViewAddon-23a6afab.js +1 -0
- package/dist/esm-es5/copy-text-view-459a2e35.js +1 -0
- package/dist/esm-es5/{global-19d115b9.js → global-be1f9992.js} +1 -1
- package/dist/esm-es5/{index.module-8553586f.js → index.module-89a79f66.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-94dbc741.js → luxon-8d51c92b.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{mockRewardData-cc9b3ada.js → mockRewardData-8bd1b356.js} +1 -1
- package/dist/esm-es5/{re-render-bc2b60fe.js → re-render-cc945f38.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_41.entry.js +1 -0
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-context-router.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-google-sign-in.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-invoice-table-view-eb07d994.js → sqm-invoice-table-view-af69cd33.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-70b65660.js → sqm-navigation-sidebar-item-view-8f1c72bc.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-pagination_3.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-84867a42.js → sqm-portal-email-verification-view-35b4353b.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-32088a59.js → sqm-portal-profile-view-93003974.js} +1 -1
- 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-view-32c4b488.js → sqm-portal-registration-form-view-3c1f6000.js} +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.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-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-scroll.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/sqm-widget-verification-controller.entry.js +1 -1
- package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
- package/dist/esm-es5/{stencil-hooks.module-c643ef4a.js → stencil-hooks.module-4bc38af4.js} +1 -1
- package/dist/esm-es5/useChildElements-7945ae56.js +1 -0
- package/dist/esm-es5/{useInstantAccessRegistration-06e94ce3.js → useInstantAccessRegistration-dc4ad9f2.js} +1 -1
- package/dist/esm-es5/{usePayoutStatus-6701d491.js → usePayoutStatus-58aa56b4.js} +1 -1
- package/dist/esm-es5/{usePortalLogin-e6f1ebd1.js → usePortalLogin-ef647a50.js} +1 -1
- package/dist/esm-es5/{usePortalRegistrationForm-6f22d7d7.js → usePortalRegistrationForm-4b35a357.js} +1 -1
- package/dist/esm-es5/{useReferralTable-055a8849.js → useReferralTable-b3876ed6.js} +1 -1
- package/dist/esm-es5/{useRegistrationFormState-7229b088.js → useRegistrationFormState-d6f33135.js} +1 -1
- package/dist/esm-es5/{useVerificationEmail-a142db0c.js → useVerificationEmail-edc318cb.js} +1 -1
- package/dist/esm-es5/{utilities-559f8273.js → utilities-5b0ca040.js} +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-afbe1fab.entry.js → p-00ed4c2e.entry.js} +1 -1
- package/dist/mint-components/{p-8052a165.entry.js → p-01010af0.entry.js} +34 -17
- package/dist/mint-components/{p-4d4c3fda.entry.js → p-04a6e457.entry.js} +1 -1
- package/dist/mint-components/{p-46361336.js → p-05f29f64.js} +1 -1
- package/dist/mint-components/{p-b509682c.system.js → p-0d182dc1.system.js} +1 -1
- package/dist/mint-components/{p-d270c7a9.entry.js → p-0d2d0b6d.entry.js} +1 -1
- package/dist/mint-components/{p-ff45a502.entry.js → p-10d17989.entry.js} +1 -1
- package/dist/mint-components/{p-05910568.system.js → p-13ed8586.system.js} +1 -1
- package/dist/mint-components/p-141bf5c1.system.entry.js +1 -0
- package/dist/mint-components/p-1513309d.entry.js +1 -0
- package/dist/mint-components/{p-4a332d4a.system.entry.js → p-164a9103.system.entry.js} +1 -1
- package/dist/mint-components/{p-7edd349f.system.entry.js → p-18425f38.system.entry.js} +1 -1
- package/dist/mint-components/{p-dd5380e7.system.entry.js → p-19bc3406.system.entry.js} +1 -1
- package/dist/mint-components/p-19ccb4ce.js +1 -0
- package/dist/mint-components/{p-b8c8a7a2.entry.js → p-1a6b7d2a.entry.js} +1 -1
- package/dist/mint-components/{p-019a9a23.system.entry.js → p-1b3ab15a.system.entry.js} +1 -1
- package/dist/mint-components/p-1fa9ed0d.system.entry.js +1 -0
- package/dist/mint-components/{p-b8c2452e.system.entry.js → p-21620f81.system.entry.js} +1 -1
- package/dist/mint-components/p-275b4767.entry.js +1 -0
- package/dist/mint-components/{p-f4b9d88e.entry.js → p-284e4ed5.entry.js} +1 -1
- package/dist/mint-components/{p-3107ff75.entry.js → p-2ae0e06a.entry.js} +1 -1
- package/dist/mint-components/{p-fea93ffb.entry.js → p-2bbff88f.entry.js} +1 -1
- package/dist/mint-components/{p-e0b16d7d.system.js → p-2d52e2d7.system.js} +1 -1
- package/dist/mint-components/{p-6b2b1f57.entry.js → p-2da21ba4.entry.js} +1 -1
- package/dist/mint-components/{p-35a1395e.entry.js → p-2f101bae.entry.js} +1 -1
- package/dist/mint-components/p-301ddcaa.system.entry.js +1 -0
- package/dist/mint-components/{p-206d5653.entry.js → p-33c96e14.entry.js} +1 -1
- package/dist/mint-components/p-33ed6f1c.system.entry.js +1 -0
- package/dist/mint-components/{p-793d3aa3.system.entry.js → p-36ffebd8.system.entry.js} +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -0
- package/dist/mint-components/{p-a8e635c8.entry.js → p-380bfde1.entry.js} +1 -1
- package/dist/mint-components/p-38b5f028.system.entry.js +1 -0
- package/dist/mint-components/p-38fc919b.entry.js +1 -0
- package/dist/mint-components/{p-5b65ad93.js → p-3db34d68.js} +1 -1
- package/dist/mint-components/{p-113a3397.system.entry.js → p-3f6e0197.system.entry.js} +1 -1
- package/dist/mint-components/{p-24168eeb.system.entry.js → p-420554af.system.entry.js} +1 -1
- package/dist/mint-components/{p-76734619.system.entry.js → p-42187319.system.entry.js} +1 -1
- package/dist/mint-components/{p-ebdf4e46.entry.js → p-4428294b.entry.js} +1 -1
- package/dist/mint-components/{p-568239eb.entry.js → p-44891949.entry.js} +1 -1
- package/dist/mint-components/{p-78a1029d.js → p-480e08e9.js} +1 -1
- package/dist/mint-components/{p-c9246591.system.js → p-48135f99.system.js} +1 -1
- package/dist/mint-components/{p-32e46793.js → p-4e451f75.js} +1 -1
- package/dist/mint-components/{p-3197b1e1.js → p-4e526a94.js} +1 -1
- package/dist/mint-components/{p-bebdae4a.system.entry.js → p-50c902ca.system.entry.js} +1 -1
- package/dist/mint-components/{p-84ebf29b.system.js → p-527216de.system.js} +1 -1
- package/dist/mint-components/{p-073cc02e.system.js → p-5488fdd9.system.js} +1 -1
- package/dist/mint-components/{p-00af0a40.system.js → p-59274a91.system.js} +1 -1
- package/dist/mint-components/{p-8b5a132d.js → p-5bedb58c.js} +1 -1
- package/dist/mint-components/{p-b885bf6a.system.entry.js → p-5c28406d.system.entry.js} +1 -1
- package/dist/mint-components/{p-c123040c.system.entry.js → p-5d7e308c.system.entry.js} +1 -1
- package/dist/mint-components/{p-2147f338.system.js → p-635d5ef2.system.js} +1 -1
- package/dist/mint-components/{p-f831af31.js → p-63a75798.js} +1 -1
- package/dist/mint-components/{p-2c521ce3.entry.js → p-6427e963.entry.js} +1 -1
- package/dist/mint-components/{p-a1ace139.js → p-65069b66.js} +1 -1
- package/dist/mint-components/{p-a1d63380.entry.js → p-653f963f.entry.js} +2 -2
- package/dist/mint-components/{p-b017802f.entry.js → p-693942df.entry.js} +2 -2
- package/dist/mint-components/{p-1d761b72.system.js → p-6b7a595f.system.js} +1 -1
- package/dist/mint-components/{p-9b01c219.system.js → p-6cd4f2b1.system.js} +1 -1
- package/dist/mint-components/{p-4831eb49.js → p-6d2f5a1d.js} +2 -2
- package/dist/mint-components/{p-2bcc52ff.system.js → p-6d9e52c7.system.js} +1 -1
- package/dist/mint-components/p-6eaf9c57.entry.js +1 -0
- package/dist/mint-components/p-717cc8ac.system.js +1 -0
- package/dist/mint-components/p-71bc04d2.system.entry.js +1 -0
- package/dist/mint-components/{p-f4125c66.js → p-726a9924.js} +1 -1
- package/dist/mint-components/{p-fb1f75dc.entry.js → p-775f3ded.entry.js} +1 -1
- package/dist/mint-components/{p-84a0679b.entry.js → p-7ab21e4d.entry.js} +1 -1
- package/dist/mint-components/{p-8d60f98e.system.js → p-7c2b9fe4.system.js} +1 -1
- package/dist/mint-components/{p-bfe3fc89.system.entry.js → p-7dabdca6.system.entry.js} +1 -1
- package/dist/mint-components/p-7e7cbccf.system.js +1 -0
- package/dist/mint-components/p-7f2d4212.js +52 -0
- package/dist/mint-components/{p-9966e72f.entry.js → p-7f80a9d7.entry.js} +1 -1
- package/dist/mint-components/{p-1881b80d.system.js → p-8175e85f.system.js} +1 -1
- package/dist/mint-components/{p-f78ecf4d.system.entry.js → p-8362cb4c.system.entry.js} +1 -1
- package/dist/mint-components/{p-feaa7733.system.js → p-8413ade9.system.js} +1 -1
- package/dist/mint-components/{p-f59a57a9.system.entry.js → p-85671c3d.system.entry.js} +1 -1
- package/dist/mint-components/p-8abfeff8.entry.js +1 -0
- package/dist/mint-components/p-8c23d1b8.js +1 -0
- package/dist/mint-components/{p-0cb94e55.system.entry.js → p-8d9d04b7.system.entry.js} +1 -1
- package/dist/mint-components/{p-7875a307.system.entry.js → p-90fc6774.system.entry.js} +1 -1
- package/dist/mint-components/{p-793d2130.js → p-91ab3da1.js} +1 -1
- package/dist/mint-components/{p-4a9f4710.system.js → p-9320582e.system.js} +1 -1
- package/dist/mint-components/{p-1f6203f6.system.entry.js → p-9386ad84.system.entry.js} +1 -1
- package/dist/mint-components/{p-134884eb.js → p-94a876b9.js} +1 -1
- package/dist/mint-components/{p-8e7dbf3d.js → p-962f3200.js} +1 -1
- package/dist/mint-components/p-98698131.js +1 -0
- package/dist/mint-components/{p-de97f736.system.entry.js → p-9b6a0152.system.entry.js} +1 -1
- package/dist/mint-components/{p-153fe35e.system.entry.js → p-9bfd9bed.system.entry.js} +1 -1
- package/dist/mint-components/{p-a4bed343.system.entry.js → p-9cf80e85.system.entry.js} +1 -1
- package/dist/mint-components/{p-4d62fce5.entry.js → p-a2fde301.entry.js} +1 -1
- package/dist/mint-components/{p-9bbe1a0a.system.js → p-a71b9154.system.js} +1 -1
- package/dist/mint-components/p-b207beeb.entry.js +1 -0
- package/dist/mint-components/{p-889ac146.system.entry.js → p-b287833c.system.entry.js} +1 -1
- package/dist/mint-components/{p-adbde540.entry.js → p-b51e79b3.entry.js} +3 -3
- package/dist/mint-components/{p-3af19e46.system.entry.js → p-b7d1469d.system.entry.js} +1 -1
- package/dist/mint-components/{p-a0f61b8d.system.entry.js → p-b82e1935.system.entry.js} +1 -1
- package/dist/mint-components/{p-9b37f5cb.system.entry.js → p-b93fd99c.system.entry.js} +1 -1
- package/dist/mint-components/{p-283588d9.js → p-bbcd824a.js} +1 -1
- package/dist/mint-components/{p-4edcc7dd.system.js → p-bdb7d451.system.js} +1 -1
- package/dist/mint-components/{p-f33a2774.system.entry.js → p-c060f770.system.entry.js} +1 -1
- package/dist/mint-components/{p-bc12e9a4.js → p-c0f19490.js} +2 -2
- package/dist/mint-components/{p-949c8454.system.entry.js → p-c2fdd608.system.entry.js} +1 -1
- package/dist/mint-components/{p-86685076.system.entry.js → p-c36506f6.system.entry.js} +1 -1
- package/dist/mint-components/{p-2858d87a.entry.js → p-cb7bdbe4.entry.js} +1 -1
- package/dist/mint-components/{p-03b8a4b6.entry.js → p-cbbfac66.entry.js} +1 -1
- package/dist/mint-components/{p-e868baa2.system.js → p-cc7af682.system.js} +1 -1
- package/dist/mint-components/{p-033f460e.system.js → p-cd569259.system.js} +1 -1
- package/dist/mint-components/{p-f561fbbe.js → p-cd651f81.js} +1 -1
- package/dist/mint-components/{p-65ab288b.entry.js → p-d07f3090.entry.js} +1 -1
- package/dist/mint-components/p-d3d74266.js +394 -0
- package/dist/mint-components/{p-e75be0ce.js → p-d6831af5.js} +2 -2
- package/dist/mint-components/{p-c876e133.entry.js → p-da7708a7.entry.js} +1 -1
- package/dist/mint-components/{p-1e5685b1.entry.js → p-dcc81e90.entry.js} +1 -1
- package/dist/mint-components/{p-45df37c4.system.entry.js → p-de8e9981.system.entry.js} +1 -1
- package/dist/mint-components/{p-e1e8ce01.system.entry.js → p-e5a5ae7f.system.entry.js} +1 -1
- package/dist/mint-components/{p-bb0f585c.system.js → p-e5d0375e.system.js} +1 -1
- package/dist/mint-components/{p-5bd1129c.entry.js → p-e6f50ffd.entry.js} +1 -1
- package/dist/mint-components/{p-917daa81.entry.js → p-e8ffcc68.entry.js} +2 -2
- package/dist/mint-components/{p-6bc6b98a.system.entry.js → p-f0772618.system.entry.js} +1 -1
- package/dist/mint-components/{p-9ba03826.entry.js → p-f29eda2f.entry.js} +1 -1
- package/dist/mint-components/p-f2cc6a6f.entry.js +9 -0
- package/dist/mint-components/{p-1a9efc82.system.entry.js → p-f2d8d3d3.system.entry.js} +1 -1
- package/dist/mint-components/{p-945fc728.system.entry.js → p-f4a72903.system.entry.js} +1 -1
- package/dist/mint-components/{p-4d744c56.system.entry.js → p-f4a8ee29.system.entry.js} +1 -1
- package/dist/mint-components/{p-46411968.system.entry.js → p-fa37513e.system.entry.js} +1 -1
- package/dist/mint-components/{p-6c962bcd.entry.js → p-faba3198.entry.js} +1 -1
- package/dist/mint-components/{p-acb16e2d.entry.js → p-fe2e2f4a.entry.js} +1 -1
- package/dist/mint-components/p-ff8b8067.entry.js +33 -0
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field-view.d.ts +1 -1
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +4 -4
- package/dist/types/components/sqm-marketing-emails-checkbox/MarketingEmailsCheckbox.stories.d.ts +8 -0
- package/dist/types/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.d.ts +27 -0
- package/dist/types/components/sqm-portal-change-marketing/ChangeMarketing.stories.d.ts +8 -0
- package/dist/types/components/sqm-portal-change-marketing/sqm-portal-change-marketing-view.d.ts +28 -0
- package/dist/types/components/sqm-portal-change-marketing/sqm-portal-change-marketing.d.ts +39 -0
- package/dist/types/components/sqm-portal-change-marketing/usePortalChangeMarketing.d.ts +3 -0
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +1 -1
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +1 -1
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +1 -1
- package/dist/types/components/sqm-portal-registration-form/PortalRegistrationForm.stories.d.ts +1 -0
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form-view.d.ts +1 -0
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +1 -1
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +1 -1
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +1 -1
- package/dist/types/components.d.ts +130 -26
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/copy-text-view-c85acaaa.js +0 -96
- package/dist/cjs/sqm-qr-code.cjs.entry.js +0 -66
- package/dist/collection/components/sqm-qr-code/sqm-qr-code.js +0 -67
- package/dist/esm/copy-text-view-782137ba.js +0 -94
- package/dist/esm/sqm-qr-code.entry.js +0 -62
- package/dist/esm-es5/ShadowViewAddon-d3c11480.js +0 -1
- package/dist/esm-es5/copy-text-view-782137ba.js +0 -1
- package/dist/esm-es5/sqm-big-stat_39.entry.js +0 -1
- package/dist/esm-es5/sqm-qr-code.entry.js +0 -1
- package/dist/esm-es5/useChildElements-cbd0fedf.js +0 -1
- package/dist/esm-es5/useReferralCodes-1fdb0d92.js +0 -1
- package/dist/mint-components/p-04eda48e.entry.js +0 -1
- package/dist/mint-components/p-0b00b770.system.entry.js +0 -1
- package/dist/mint-components/p-13ed46c5.entry.js +0 -9
- package/dist/mint-components/p-2175e4c3.js +0 -1
- package/dist/mint-components/p-27f35214.system.entry.js +0 -1
- package/dist/mint-components/p-2c16f513.system.js +0 -1
- package/dist/mint-components/p-2cae23f1.system.js +0 -1
- package/dist/mint-components/p-30efd193.js +0 -52
- package/dist/mint-components/p-31015791.js +0 -1
- package/dist/mint-components/p-3b0d6e3d.system.js +0 -1
- package/dist/mint-components/p-3b90e01b.system.js +0 -1
- package/dist/mint-components/p-5800426e.system.entry.js +0 -1
- package/dist/mint-components/p-5fc6c6eb.js +0 -394
- package/dist/mint-components/p-621092ee.js +0 -1
- package/dist/mint-components/p-786d3e9a.entry.js +0 -1
- package/dist/mint-components/p-95e8f60d.entry.js +0 -1
- package/dist/mint-components/p-9b0c175c.entry.js +0 -1
- package/dist/mint-components/p-a18b8466.entry.js +0 -33
- package/dist/mint-components/p-a6d84577.system.entry.js +0 -1
- package/dist/mint-components/p-b7991001.entry.js +0 -1
- package/dist/mint-components/p-bdbf5f74.entry.js +0 -13
- package/dist/mint-components/p-d5cceea8.entry.js +0 -1
- package/dist/mint-components/p-d9b93305.system.entry.js +0 -1
- package/dist/mint-components/p-e847a6f5.system.entry.js +0 -1
- package/dist/mint-components/p-e9a14ca4.system.entry.js +0 -1
- package/dist/mint-components/p-fe268f9d.js +0 -1
- package/dist/types/components/sqm-qr-code/sqm-qr-code.d.ts +0 -5
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, c as Host } from './index-91e7729f.js';
|
|
2
|
-
import { n as h, f as useEffect,
|
|
3
|
-
import { i as intl } from './global-
|
|
4
|
-
import { i as isDemo, _, d as dist, J, H, $ as $e, w as wn, B, L, y as yn, j as jn, r as Ue, V as Ve, u as useCallback, Q as Qe, k as kn } from './index.module-
|
|
2
|
+
import { n as h, f as useEffect, k as useState, i as d, u as useMemo, m as useRef, b as browser, j as useReducer } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { i as intl } from './global-be1f9992.js';
|
|
4
|
+
import { i as isDemo, _, d as dist, J, H, $ as $e, w as wn, B, L, y as yn, j as jn, r as Ue, V as Ve, u as useCallback, Q as Qe, k as kn } from './index.module-89a79f66.js';
|
|
5
5
|
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
6
6
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
7
7
|
import { g as getProps, a as getMissingProps } from './utils-334c1e34.js';
|
|
8
8
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
9
|
-
import './
|
|
9
|
+
import { C as CopyTextView } from './copy-text-view-459a2e35.js';
|
|
10
10
|
import './mixins-83f90fa1.js';
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
import './luxon-94dbc741.js';
|
|
11
|
+
import { a as useRequestRerender } from './re-render-cc945f38.js';
|
|
12
|
+
import { u as useChildElements } from './useChildElements-7945ae56.js';
|
|
13
|
+
import './luxon-8d51c92b.js';
|
|
15
14
|
import './sqm-text-span-view-ca32495e.js';
|
|
16
15
|
import { p as pathToRegexp } from './index-ffa26b43.js';
|
|
17
|
-
import { R as REGISTRATION_FORM_STATE_CONTEXT, u as useRegistrationFormState } from './useRegistrationFormState-
|
|
16
|
+
import { R as REGISTRATION_FORM_STATE_CONTEXT, u as useRegistrationFormState } from './useRegistrationFormState-d6f33135.js';
|
|
18
17
|
import { P as PortalLoginView } from './sqm-portal-login-view-7e49609a.js';
|
|
19
|
-
import { u as usePortalLogin } from './usePortalLogin-
|
|
18
|
+
import { u as usePortalLogin } from './usePortalLogin-ef647a50.js';
|
|
20
19
|
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
21
|
-
import { i as isEmpty } from './utilities-
|
|
22
|
-
import { b as useDemoBigStat,
|
|
20
|
+
import { i as isEmpty } from './utilities-5b0ca040.js';
|
|
21
|
+
import { b as useDemoBigStat, U as useBigStat, B as BigStatView, O as autoColorScaleCss, J as CardFeedView, i as CheckboxFieldView, K as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, V as withShadowView, L as LeaderboardView, N as NameFieldsView, C as ChangeMarktingView, d as PortalChangePasswordView, h as PortalFooterView, P as PortalFrameView, e as PortalRegisterView, R as ReferralIframeView, W as demoRewardExchange, j as RewardExchangeView, a as useShareButton, S as ShareButtonView, u as useShareLink, c as StatContainerView, T as TaskCardView } from './ShadowViewAddon-23a6afab.js';
|
|
23
22
|
import './sqm-portal-container-view-1683ae32.js';
|
|
24
|
-
import { u as usePayoutStatus } from './usePayoutStatus-
|
|
23
|
+
import { u as usePayoutStatus } from './usePayoutStatus-58aa56b4.js';
|
|
25
24
|
|
|
26
25
|
const BigStat = class {
|
|
27
26
|
constructor(hostRef) {
|
|
@@ -1604,6 +1603,44 @@ const LinkButton = class {
|
|
|
1604
1603
|
}
|
|
1605
1604
|
};
|
|
1606
1605
|
|
|
1606
|
+
const MarketingEmailsCheckbox = class {
|
|
1607
|
+
constructor(hostRef) {
|
|
1608
|
+
registerInstance(this, hostRef);
|
|
1609
|
+
this.ignored = true;
|
|
1610
|
+
/**
|
|
1611
|
+
* @uiName Checkbox label
|
|
1612
|
+
* @uiWidget textArea
|
|
1613
|
+
*/
|
|
1614
|
+
this.checkboxLabel = "I would like to receive marketing and promotional emails for this referral program";
|
|
1615
|
+
/**
|
|
1616
|
+
* @undocumented
|
|
1617
|
+
*/
|
|
1618
|
+
this.checkboxName = "marketingEmailOptIn";
|
|
1619
|
+
h(this);
|
|
1620
|
+
}
|
|
1621
|
+
disconnectedCallback() { }
|
|
1622
|
+
render() {
|
|
1623
|
+
const content = {
|
|
1624
|
+
...getProps(this),
|
|
1625
|
+
};
|
|
1626
|
+
const { states, callbacks } = isDemo()
|
|
1627
|
+
? useCheckboxFieldDemo$1(this)
|
|
1628
|
+
: useCheckboxField(this);
|
|
1629
|
+
return (h$1(CheckboxFieldView, { states: states, content: content, callbacks: callbacks }));
|
|
1630
|
+
}
|
|
1631
|
+
};
|
|
1632
|
+
function useCheckboxFieldDemo$1(props) {
|
|
1633
|
+
return cjs({
|
|
1634
|
+
states: {
|
|
1635
|
+
registrationFormState: {},
|
|
1636
|
+
checked: false,
|
|
1637
|
+
},
|
|
1638
|
+
callbacks: {
|
|
1639
|
+
setChecked: () => { },
|
|
1640
|
+
},
|
|
1641
|
+
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1607
1644
|
function useNameFields(props) {
|
|
1608
1645
|
const registrationFormState = d(REGISTRATION_FORM_STATE_CONTEXT);
|
|
1609
1646
|
return {
|
|
@@ -2093,6 +2130,184 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
2093
2130
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
2094
2131
|
}
|
|
2095
2132
|
|
|
2133
|
+
const GET_USER$1 = dist.gql `
|
|
2134
|
+
query {
|
|
2135
|
+
viewer {
|
|
2136
|
+
... on User {
|
|
2137
|
+
id
|
|
2138
|
+
accountId
|
|
2139
|
+
marketingEmailOptIn
|
|
2140
|
+
}
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
2143
|
+
`;
|
|
2144
|
+
const UPSERT_USER$1 = dist.gql `
|
|
2145
|
+
mutation ($userInput: UserInput!) {
|
|
2146
|
+
upsertUser(userInput: $userInput) {
|
|
2147
|
+
id
|
|
2148
|
+
marketingEmailOptIn
|
|
2149
|
+
}
|
|
2150
|
+
}
|
|
2151
|
+
`;
|
|
2152
|
+
// view doesn't tolerate undefined, even when we're loading
|
|
2153
|
+
const defaultFormState$1 = {
|
|
2154
|
+
marketingEmailOptIn: false,
|
|
2155
|
+
errors: {},
|
|
2156
|
+
error: "",
|
|
2157
|
+
};
|
|
2158
|
+
function usePortalProfile(props) {
|
|
2159
|
+
const userIdent = J();
|
|
2160
|
+
const [success, setSuccess] = useState(false);
|
|
2161
|
+
const [userData, setUserData] = useState(undefined);
|
|
2162
|
+
const [formState, setFormState] = useState(defaultFormState$1);
|
|
2163
|
+
const userDataResponse = wn(GET_USER$1, {}, !(userIdent === null || userIdent === void 0 ? void 0 : userIdent.jwt));
|
|
2164
|
+
const [upsertUser, upsertUserResponse] = $e(UPSERT_USER$1);
|
|
2165
|
+
useEffect(() => {
|
|
2166
|
+
if (upsertUserResponse === null || upsertUserResponse === void 0 ? void 0 : upsertUserResponse.loading)
|
|
2167
|
+
return;
|
|
2168
|
+
if (upsertUserResponse === null || upsertUserResponse === void 0 ? void 0 : upsertUserResponse.errors) {
|
|
2169
|
+
setFormState((state) => {
|
|
2170
|
+
var _a, _b, _c;
|
|
2171
|
+
return ({
|
|
2172
|
+
...state,
|
|
2173
|
+
error: (_c = (_b = (_a = upsertUserResponse === null || upsertUserResponse === void 0 ? void 0 : upsertUserResponse.errors) === null || _a === void 0 ? void 0 : _a.response) === null || _b === void 0 ? void 0 : _b.errors) === null || _c === void 0 ? void 0 : _c[0].message,
|
|
2174
|
+
});
|
|
2175
|
+
});
|
|
2176
|
+
}
|
|
2177
|
+
else {
|
|
2178
|
+
setUserData((state) => {
|
|
2179
|
+
var _a;
|
|
2180
|
+
return ({
|
|
2181
|
+
...state,
|
|
2182
|
+
...(_a = upsertUserResponse === null || upsertUserResponse === void 0 ? void 0 : upsertUserResponse.data) === null || _a === void 0 ? void 0 : _a.upsertUser,
|
|
2183
|
+
});
|
|
2184
|
+
});
|
|
2185
|
+
if (upsertUserResponse === null || upsertUserResponse === void 0 ? void 0 : upsertUserResponse.data)
|
|
2186
|
+
setSuccess(true);
|
|
2187
|
+
}
|
|
2188
|
+
}, [upsertUserResponse === null || upsertUserResponse === void 0 ? void 0 : upsertUserResponse.loading]);
|
|
2189
|
+
useEffect(() => {
|
|
2190
|
+
var _a, _b;
|
|
2191
|
+
setUserData((data) => { var _a; return ({ ...data, ...(_a = userDataResponse === null || userDataResponse === void 0 ? void 0 : userDataResponse.data) === null || _a === void 0 ? void 0 : _a.viewer }); });
|
|
2192
|
+
setFormState({
|
|
2193
|
+
...defaultFormState$1,
|
|
2194
|
+
...(_a = userDataResponse.data) === null || _a === void 0 ? void 0 : _a.viewer,
|
|
2195
|
+
...(_b = upsertUserResponse.data) === null || _b === void 0 ? void 0 : _b.upsertUser,
|
|
2196
|
+
});
|
|
2197
|
+
}, [userDataResponse === null || userDataResponse === void 0 ? void 0 : userDataResponse.data]);
|
|
2198
|
+
useEffect(() => {
|
|
2199
|
+
var _a, _b;
|
|
2200
|
+
if ((_a = upsertUserResponse === null || upsertUserResponse === void 0 ? void 0 : upsertUserResponse.errors) === null || _a === void 0 ? void 0 : _a.message) {
|
|
2201
|
+
setFormState({
|
|
2202
|
+
...(_b = userDataResponse.data) === null || _b === void 0 ? void 0 : _b.viewer,
|
|
2203
|
+
error: props.networkRequestMessage,
|
|
2204
|
+
});
|
|
2205
|
+
}
|
|
2206
|
+
}, [upsertUserResponse === null || upsertUserResponse === void 0 ? void 0 : upsertUserResponse.errors]);
|
|
2207
|
+
const onSubmit = (event) => {
|
|
2208
|
+
var _a;
|
|
2209
|
+
setSuccess(false);
|
|
2210
|
+
const formData = (_a = event.detail) === null || _a === void 0 ? void 0 : _a.formData;
|
|
2211
|
+
formData === null || formData === void 0 ? void 0 : formData.forEach((value, key) => {
|
|
2212
|
+
jsonpointer.set(formData, key, value);
|
|
2213
|
+
});
|
|
2214
|
+
upsertUser({
|
|
2215
|
+
userInput: {
|
|
2216
|
+
id: userIdent === null || userIdent === void 0 ? void 0 : userIdent.id,
|
|
2217
|
+
accountId: userIdent === null || userIdent === void 0 ? void 0 : userIdent.accountId,
|
|
2218
|
+
marketingEmailOptIn: Boolean(formData.marketingEmailOptIn),
|
|
2219
|
+
},
|
|
2220
|
+
});
|
|
2221
|
+
setFormState((s) => ({ ...s, errors: {}, error: "" }));
|
|
2222
|
+
return;
|
|
2223
|
+
};
|
|
2224
|
+
return {
|
|
2225
|
+
states: {
|
|
2226
|
+
success,
|
|
2227
|
+
loading: (userDataResponse === null || userDataResponse === void 0 ? void 0 : userDataResponse.loading) || upsertUserResponse.loading,
|
|
2228
|
+
submitDisabled: false,
|
|
2229
|
+
formState,
|
|
2230
|
+
user: userData,
|
|
2231
|
+
text: {
|
|
2232
|
+
emailPreferencesHeader: props.emailPreferencesHeader,
|
|
2233
|
+
marketingCheckboxLabel: props.marketingCheckboxLabel,
|
|
2234
|
+
submitChangeButtonText: props.submitChangeButtonText,
|
|
2235
|
+
successMessage: props.successMessage,
|
|
2236
|
+
},
|
|
2237
|
+
},
|
|
2238
|
+
callbacks: {
|
|
2239
|
+
onSubmit,
|
|
2240
|
+
setChecked: (value) => setFormState({ ...formState, marketingEmailOptIn: value }),
|
|
2241
|
+
},
|
|
2242
|
+
};
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
const PortalChangeMarketing = class {
|
|
2246
|
+
constructor(hostRef) {
|
|
2247
|
+
registerInstance(this, hostRef);
|
|
2248
|
+
this.ignored = true;
|
|
2249
|
+
/**
|
|
2250
|
+
* @uiName Email preferences header
|
|
2251
|
+
*/
|
|
2252
|
+
this.emailPreferencesHeader = "Email preferences";
|
|
2253
|
+
/**
|
|
2254
|
+
* @uiName Marketing checkbox label
|
|
2255
|
+
*/
|
|
2256
|
+
this.marketingCheckboxLabel = "I want to receive marketing emails and promotions for this referral program from impact.com";
|
|
2257
|
+
/**
|
|
2258
|
+
* @uiName Submit changes button text
|
|
2259
|
+
*/
|
|
2260
|
+
this.submitChangeButtonText = "Save";
|
|
2261
|
+
/**
|
|
2262
|
+
* Displayed when the page fails to load due to a network error. The participant can try refreshing the page.
|
|
2263
|
+
*
|
|
2264
|
+
* @uiName Network request error message
|
|
2265
|
+
*/
|
|
2266
|
+
this.networkRequestMessage = "An error occurred while loading this page. Please refresh the page.";
|
|
2267
|
+
/**
|
|
2268
|
+
* @uiName Successful update message
|
|
2269
|
+
*/
|
|
2270
|
+
this.successMessage = "Opt-in preference has been changed.";
|
|
2271
|
+
h(this);
|
|
2272
|
+
}
|
|
2273
|
+
disconnectedCallback() { }
|
|
2274
|
+
render() {
|
|
2275
|
+
const props = isDemo()
|
|
2276
|
+
? usePortalProfileDemo(getProps(this))
|
|
2277
|
+
: usePortalProfile(getProps(this));
|
|
2278
|
+
return h$1(ChangeMarktingView, Object.assign({}, props));
|
|
2279
|
+
}
|
|
2280
|
+
};
|
|
2281
|
+
function usePortalProfileDemo(props) {
|
|
2282
|
+
return cjs({
|
|
2283
|
+
states: {
|
|
2284
|
+
success: false,
|
|
2285
|
+
loading: false,
|
|
2286
|
+
submitDisabled: false,
|
|
2287
|
+
user: {
|
|
2288
|
+
id: "01",
|
|
2289
|
+
accountId: "111100000",
|
|
2290
|
+
marketingEmailOptIn: false,
|
|
2291
|
+
},
|
|
2292
|
+
text: {
|
|
2293
|
+
emailPreferencesHeader: props.emailPreferencesHeader,
|
|
2294
|
+
marketingCheckboxLabel: props.marketingCheckboxLabel,
|
|
2295
|
+
submitChangeButtonText: props.submitChangeButtonText,
|
|
2296
|
+
successMessage: props.successMessage,
|
|
2297
|
+
},
|
|
2298
|
+
formState: {
|
|
2299
|
+
marketingEmailOptIn: false,
|
|
2300
|
+
errors: null,
|
|
2301
|
+
error: "",
|
|
2302
|
+
},
|
|
2303
|
+
},
|
|
2304
|
+
callbacks: {
|
|
2305
|
+
onSubmit: (e) => console.log(e),
|
|
2306
|
+
setChecked: () => { },
|
|
2307
|
+
},
|
|
2308
|
+
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2096
2311
|
function usePortalChangePassword(props) {
|
|
2097
2312
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
2098
2313
|
const [request, { loading, errors, data }] = Ue();
|
|
@@ -2438,8 +2653,8 @@ const PortalLogin = class {
|
|
|
2438
2653
|
*/
|
|
2439
2654
|
this.pageLabel = "Sign in to your account";
|
|
2440
2655
|
/**
|
|
2441
|
-
* @uiName Network error message
|
|
2442
2656
|
* Displayed when the login fails due to a network error. The participant can try refreshing the page.
|
|
2657
|
+
* @uiName Network error message
|
|
2443
2658
|
*/
|
|
2444
2659
|
this.networkErrorMessage = "An error occurred while logging you in. Please refresh the page and try again.";
|
|
2445
2660
|
/**
|
|
@@ -4888,4 +5103,4 @@ function useUserNameDemo(props) {
|
|
|
4888
5103
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
4889
5104
|
}
|
|
4890
5105
|
|
|
4891
|
-
export { BigStat as sqm_big_stat, BrandComponent as sqm_brand, CardFeed as sqm_card_feed, CheckboxField as sqm_checkbox_field, CouponCode as sqm_coupon_code, DividedLayout as sqm_divided_layout, DropdownField as sqm_dropdown_field, EditProfile as sqm_edit_profile, Hero as sqm_hero, HeroImage as sqm_hero_image, SqmHookStoryContainer as sqm_hook_story_container, Image as sqm_image, InputField as sqm_input_field, Leaderboard as sqm_leaderboard, LinkButton as sqm_link_button, NameFields as sqm_name_fields, NavigationMenu as sqm_navigation_menu, PayoutButtonScroll as sqm_payout_button_scroll, PayoutStatusAlert as sqm_payout_status_alert, PortalChangePassword as sqm_portal_change_password, PortalFooter as sqm_portal_footer, PortalFrame as sqm_portal_frame, PortalLogin as sqm_portal_login, PortalRegister as sqm_portal_register, ProgramExplainer as sqm_program_explainer, ProgramExplainerStep as sqm_program_explainer_step, ProgramMenu as sqm_program_menu, ReferralCard as sqm_referral_card, SqmReferralIframe as sqm_referral_iframe, SqmRewardExchangeList as sqm_reward_exchange_list, SqmRouter as sqm_router, ShareButton as sqm_share_button, ShareCode as sqm_share_code, ShareLink as sqm_share_link, StatContainer as sqm_stat_container, TaskCard as sqm_task_card, Timeline as sqm_timeline, TimelineReward as sqm_timeline_entry, UserName as sqm_user_name };
|
|
5106
|
+
export { BigStat as sqm_big_stat, BrandComponent as sqm_brand, CardFeed as sqm_card_feed, CheckboxField as sqm_checkbox_field, CouponCode as sqm_coupon_code, DividedLayout as sqm_divided_layout, DropdownField as sqm_dropdown_field, EditProfile as sqm_edit_profile, Hero as sqm_hero, HeroImage as sqm_hero_image, SqmHookStoryContainer as sqm_hook_story_container, Image as sqm_image, InputField as sqm_input_field, Leaderboard as sqm_leaderboard, LinkButton as sqm_link_button, MarketingEmailsCheckbox as sqm_marketing_emails_checkbox, NameFields as sqm_name_fields, NavigationMenu as sqm_navigation_menu, PayoutButtonScroll as sqm_payout_button_scroll, PayoutStatusAlert as sqm_payout_status_alert, PortalChangeMarketing as sqm_portal_change_marketing, PortalChangePassword as sqm_portal_change_password, PortalFooter as sqm_portal_footer, PortalFrame as sqm_portal_frame, PortalLogin as sqm_portal_login, PortalRegister as sqm_portal_register, ProgramExplainer as sqm_program_explainer, ProgramExplainerStep as sqm_program_explainer_step, ProgramMenu as sqm_program_menu, ReferralCard as sqm_referral_card, SqmReferralIframe as sqm_referral_iframe, SqmRewardExchangeList as sqm_reward_exchange_list, SqmRouter as sqm_router, ShareButton as sqm_share_button, ShareCode as sqm_share_code, ShareLink as sqm_share_link, StatContainer as sqm_stat_container, TaskCard as sqm_task_card, Timeline as sqm_timeline, TimelineReward as sqm_timeline_entry, UserName as sqm_user_name };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
|
-
import { n as h } from './stencil-hooks.module-
|
|
3
|
-
import { g as getEnvironmentSDK } from './index.module-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { g as getEnvironmentSDK } from './index.module-89a79f66.js';
|
|
4
4
|
import './JSS-67b5cff8.js';
|
|
5
5
|
import './mixins-83f90fa1.js';
|
|
6
6
|
import { C as CloseButtonView } from './sqm-close-button-view-f9819751.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, c as Host } from './index-91e7729f.js';
|
|
2
|
-
import { b as browser,
|
|
3
|
-
import { _ } from './index.module-
|
|
2
|
+
import { b as browser, k as useState, i as d, f as useEffect, n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { _ } from './index.module-89a79f66.js';
|
|
4
4
|
import { g as getProps } from './utils-334c1e34.js';
|
|
5
5
|
import { p as pathToRegexp } from './index-ffa26b43.js';
|
|
6
6
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { h, r as registerInstance } from './index-91e7729f.js';
|
|
2
|
-
import {
|
|
3
|
-
import { i as intl } from './global-
|
|
4
|
-
import { d as dist, t as Pn, w as wn, J, $ as $e, i as isDemo, q as En } from './index.module-
|
|
2
|
+
import { k as useState, f as useEffect, n as h$1 } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { i as intl } from './global-be1f9992.js';
|
|
4
|
+
import { d as dist, t as Pn, w as wn, J, $ as $e, i as isDemo, q as En } from './index.module-89a79f66.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { g as getProps } from './utils-334c1e34.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import { T as TextSpanView } from './sqm-text-span-view-ca32495e.js';
|
|
9
9
|
import { S as SHOW_CODE_NAMESPACE, V as VERIFICATION_EMAIL_NAMESPACE } from './keys-406491dc.js';
|
|
10
|
-
import { u as useVerificationEmail } from './useVerificationEmail-
|
|
10
|
+
import { u as useVerificationEmail } from './useVerificationEmail-edc318cb.js';
|
|
11
11
|
|
|
12
12
|
const UpsertUserEmailMutation = dist.gql `
|
|
13
13
|
mutation upsertUser($userInput: UserInput!) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host } from './index-91e7729f.js';
|
|
2
|
-
import { n as h$1 } from './stencil-hooks.module-
|
|
3
|
-
import { i as intl } from './global-
|
|
4
|
-
import './index.module-
|
|
2
|
+
import { n as h$1 } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { i as intl } from './global-be1f9992.js';
|
|
4
|
+
import './index.module-89a79f66.js';
|
|
5
5
|
import { g as getProps } from './utils-334c1e34.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-1683ae32.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
|
-
import { n as h } from './stencil-hooks.module-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
3
|
|
|
4
4
|
const sqmFormMessageCss = "sl-alert::part(base){border:1px solid;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(20, 20, 20, 0.1);box-shadow:0 1px 2px rgba(20, 20, 20, 0.1)}.Error::part(base){background-color:var(--sl-color-danger-100);border-color:var(--sl-color-danger-200)}.Warning::part(base){background-color:var(--sl-color-warning-100);border-color:var(--sl-color-warning-200)}.Success::part(base){background-color:var(--sl-color-success-100);border-color:var(--sl-color-success-200)}.Info::part(base){background-color:var(--sl-color-primary-100);border-color:var(--sl-color-primary-200)}";
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, e as createEvent, h as h$1, g as getElement } from './index-91e7729f.js';
|
|
2
|
-
import {
|
|
3
|
-
import { g as getEnvironmentSDK, i as isDemo } from './index.module-
|
|
2
|
+
import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { g as getEnvironmentSDK, i as isDemo } from './index.module-89a79f66.js';
|
|
4
4
|
|
|
5
5
|
function useGoogleSignIn(props) {
|
|
6
6
|
const [loaded, setLoaded] = useState(false);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, c as Host } from './index-91e7729f.js';
|
|
2
|
-
import { o as m, f as useEffect, n as h } from './stencil-hooks.module-
|
|
3
|
-
import { G, E as Ee, a as Q, P as Pe } from './index.module-
|
|
2
|
+
import { o as m, f as useEffect, n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { G, E as Ee, a as Q, P as Pe } from './index.module-89a79f66.js';
|
|
4
4
|
|
|
5
5
|
async function useGraphQLClientProvider({ domain }) {
|
|
6
6
|
const token = G();
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
|
-
import { n as h } from './stencil-hooks.module-
|
|
3
|
-
import { i as isDemo, b as setUserIdentity } from './index.module-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { i as isDemo, b as setUserIdentity } from './index.module-89a79f66.js';
|
|
4
4
|
import './jsonpointer-388a7082.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import './mixins-83f90fa1.js';
|
|
8
8
|
import { E as EmailRegistrationView } from './email-registration-view-a7818cf2.js';
|
|
9
|
-
import './useRegistrationFormState-
|
|
10
|
-
import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-
|
|
9
|
+
import './useRegistrationFormState-d6f33135.js';
|
|
10
|
+
import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-dc4ad9f2.js';
|
|
11
11
|
|
|
12
12
|
const InstantAccessRegistration = class {
|
|
13
13
|
constructor(hostRef) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
|
-
import { n as h } from './stencil-hooks.module-
|
|
3
|
-
import { i as intl } from './global-
|
|
4
|
-
import { d as dist, H, J, w as wn, i as isDemo } from './index.module-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { i as intl } from './global-be1f9992.js';
|
|
4
|
+
import { d as dist, H, J, w as wn, i as isDemo } from './index.module-89a79f66.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-753c8d4a.js';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
|
-
import { n as h } from './stencil-hooks.module-
|
|
3
|
-
import { d as dist, J, w as wn, b as setUserIdentity, i as isDemo } from './index.module-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { d as dist, J, w as wn, b as setUserIdentity, i as isDemo } from './index.module-89a79f66.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import { g as getProps } from './utils-334c1e34.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
|
-
import { n as h } from './stencil-hooks.module-
|
|
3
|
-
import { k as kn, i as isDemo } from './index.module-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { k as kn, i as isDemo } from './index.module-89a79f66.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import { g as getProps } from './utils-334c1e34.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import './mixins-83f90fa1.js';
|
|
8
|
-
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-
|
|
8
|
+
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-8f1c72bc.js';
|
|
9
9
|
|
|
10
10
|
function useNavigationSidebarItem(props) {
|
|
11
11
|
const currentPage = kn();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
|
-
import { n as h,
|
|
3
|
-
import { k as kn, H } from './index.module-
|
|
2
|
+
import { n as h, k as useState, f as useEffect } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { k as kn, H } from './index.module-89a79f66.js';
|
|
4
4
|
import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-9d802b78.js';
|
|
5
5
|
|
|
6
6
|
const NavigationSidebar = class {
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { h, F as Fragment, r as registerInstance } from './index-91e7729f.js';
|
|
2
|
-
import { n as h$1,
|
|
3
|
-
import { i as intl } from './global-
|
|
4
|
-
import { F as Fn, i as isDemo, d as dist, H, J, w as wn, $ as $e, B } from './index.module-
|
|
2
|
+
import { n as h$1, k as useState } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { i as intl } from './global-be1f9992.js';
|
|
4
|
+
import { F as Fn, i as isDemo, d as dist, H, J, w as wn, $ as $e, B } from './index.module-89a79f66.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { g as getProps } from './utils-334c1e34.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
|
-
import { R as REFERRAL_CODES_PAGINATION_CONTEXT, a as REFERRAL_CODES_NAMESPACE, S as SET_CODE_COPIED, u as useReferralCodes } from './
|
|
8
|
+
import { R as REFERRAL_CODES_PAGINATION_CONTEXT, a as REFERRAL_CODES_NAMESPACE, S as SET_CODE_COPIED, C as CopyTextView, u as useReferralCodes } from './copy-text-view-459a2e35.js';
|
|
9
9
|
import './mixins-83f90fa1.js';
|
|
10
|
-
import { C as CopyTextView } from './copy-text-view-782137ba.js';
|
|
11
10
|
|
|
12
11
|
const style = {
|
|
13
12
|
Container: {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { h, r as registerInstance } from './index-91e7729f.js';
|
|
2
|
-
import { i as d,
|
|
3
|
-
import { i as isDemo } from './index.module-
|
|
2
|
+
import { i as d, k as useState, n as h$1 } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { i as isDemo } from './index.module-89a79f66.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import { g as getProps } from './utils-334c1e34.js';
|
|
6
6
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
7
7
|
import { E as ErrorStyles } from './mixins-83f90fa1.js';
|
|
8
|
-
import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-
|
|
8
|
+
import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-d6f33135.js';
|
|
9
9
|
|
|
10
10
|
var constants = {
|
|
11
11
|
error: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h, c as Host, r as registerInstance } from './index-91e7729f.js';
|
|
2
|
-
import { n as h$1 } from './stencil-hooks.module-
|
|
3
|
-
import { B } from './index.module-
|
|
2
|
+
import { n as h$1 } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { B } from './index.module-89a79f66.js';
|
|
4
4
|
import { g as getProps } from './utils-334c1e34.js';
|
|
5
5
|
|
|
6
6
|
const PopupContainerView = (props) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-91e7729f.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-be1f9992.js';
|
|
3
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
4
4
|
import { A as AuthWrapper, a as AuthColumn } from './mixins-83f90fa1.js';
|
|
5
5
|
import { T as TextSpanView } from './sqm-text-span-view-ca32495e.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
|
-
import {
|
|
3
|
-
import './global-
|
|
4
|
-
import { l as ln, n as nn, J, j as jn, u as useCallback, i as isDemo } from './index.module-
|
|
2
|
+
import { k as useState, m as useRef, f as useEffect, n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import './global-be1f9992.js';
|
|
4
|
+
import { l as ln, n as nn, J, j as jn, u as useCallback, i as isDemo } from './index.module-89a79f66.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import './mixins-83f90fa1.js';
|
|
8
8
|
import './sqm-text-span-view-ca32495e.js';
|
|
9
|
-
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-
|
|
9
|
+
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-35b4353b.js';
|
|
10
10
|
|
|
11
11
|
function usePortalEmailVerification(props) {
|
|
12
12
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -159,8 +159,8 @@ const PortalEmailVerification = class {
|
|
|
159
159
|
*/
|
|
160
160
|
this.verificationResentMessage = "Your verification email has been resent successfully";
|
|
161
161
|
/**
|
|
162
|
-
* @uiName Network error message
|
|
163
162
|
* Displayed when your verification email fails to send due to a network error. The participant can try refreshing the page.
|
|
163
|
+
* @uiName Network error message
|
|
164
164
|
*/
|
|
165
165
|
this.networkErrorMessage = "An error occurred while verifying your password. Please refresh the page.";
|
|
166
166
|
h(this);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
|
-
import {
|
|
3
|
-
import { c as un, j as jn, i as isDemo } from './index.module-
|
|
2
|
+
import { k as useState, n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { c as un, j as jn, i as isDemo } from './index.module-89a79f66.js';
|
|
4
4
|
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
@@ -86,8 +86,8 @@ const PortalForgotPassword = class {
|
|
|
86
86
|
*/
|
|
87
87
|
this.loginText = "Sign In";
|
|
88
88
|
/**
|
|
89
|
-
* @uiName Network error message
|
|
90
89
|
* Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page.
|
|
90
|
+
* @uiName Network error message
|
|
91
91
|
*/
|
|
92
92
|
this.networkErrorMessage = "An error occurred while loading this page. Please refresh the page.";
|
|
93
93
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
|
-
import { n as h } from './stencil-hooks.module-
|
|
3
|
-
import { i as isDemo, j as jn } from './index.module-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { i as isDemo, j as jn } from './index.module-89a79f66.js';
|
|
4
4
|
import './jsonpointer-388a7082.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './utils-334c1e34.js';
|
|
@@ -8,7 +8,7 @@ import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
|
8
8
|
import './mixins-83f90fa1.js';
|
|
9
9
|
import './sqm-text-span-view-ca32495e.js';
|
|
10
10
|
import { P as PortalLoginView } from './sqm-portal-login-view-7e49609a.js';
|
|
11
|
-
import { u as usePortalLogin } from './usePortalLogin-
|
|
11
|
+
import { u as usePortalLogin } from './usePortalLogin-ef647a50.js';
|
|
12
12
|
|
|
13
13
|
const PortalGoogleLogin = class {
|
|
14
14
|
constructor(hostRef) {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
|
-
import {
|
|
3
|
-
import { i as isDemo, j as jn } from './index.module-
|
|
2
|
+
import { k as useState, n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { i as isDemo, j as jn } from './index.module-89a79f66.js';
|
|
4
4
|
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
7
7
|
import './mixins-83f90fa1.js';
|
|
8
8
|
import './sqm-text-span-view-ca32495e.js';
|
|
9
|
-
import { a as useRegistrationForm } from './useRegistrationFormState-
|
|
9
|
+
import { a as useRegistrationForm } from './useRegistrationFormState-d6f33135.js';
|
|
10
10
|
import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-593d4ac3.js';
|
|
11
|
-
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-
|
|
11
|
+
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-3c1f6000.js';
|
|
12
12
|
import './AsYouType-46f67d0d.js';
|
|
13
|
-
import { u as usePortalRegistrationForm } from './usePortalRegistrationForm-
|
|
13
|
+
import { u as usePortalRegistrationForm } from './usePortalRegistrationForm-4b35a357.js';
|
|
14
14
|
|
|
15
15
|
class InvalidTokenError extends Error {
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance } from './index-91e7729f.js';
|
|
2
|
-
import { n as h } from './stencil-hooks.module-
|
|
3
|
-
import { b as setUserIdentity, j as jn, i as isDemo } from './index.module-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
+
import { b as setUserIdentity, j as jn, i as isDemo } from './index.module-89a79f66.js';
|
|
4
4
|
|
|
5
5
|
function usePortalLogout({ nextPage }) {
|
|
6
6
|
setUserIdentity(undefined);
|
package/dist/esm/{sqm-portal-profile-view-32088a59.js → sqm-portal-profile-view-93003974.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-91e7729f.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-be1f9992.js';
|
|
3
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
4
4
|
import { T as TextSpanView } from './sqm-text-span-view-ca32495e.js';
|
|
5
5
|
|