@saasquatch/mint-components 1.10.1 → 1.10.2-5
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-721bb748.js → ShadowViewAddon-a982f064.js} +40 -36
- package/dist/cjs/{global-02e50f09.js → global-975908ec.js} +161 -10
- package/dist/cjs/index-56d1fa5b.js +2227 -0
- package/dist/cjs/{index.module-df530553.js → index.module-b1f9bdb8.js} +1398 -227
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{luxon-05098e19.js → luxon-20eafbd9.js} +1 -1
- package/dist/cjs/mint-components.cjs.js +4 -4
- package/dist/cjs/{mockRewardData-4258e067.js → mockRewardData-3c470512.js} +1 -1
- package/dist/cjs/{re-render-1976e05e.js → re-render-95d86b86.js} +2 -2
- package/dist/cjs/sqm-asset-card.cjs.entry.js +3 -3
- package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +411 -410
- package/dist/cjs/sqm-big-stat_38.cjs.entry.js +113 -64
- package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
- package/dist/cjs/sqm-context-router.cjs.entry.js +3 -3
- package/dist/cjs/sqm-empty_4.cjs.entry.js +6 -6
- package/dist/cjs/sqm-form-message.cjs.entry.js +2 -2
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +3 -3
- package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-invoice-table-view-28b14d28.js → sqm-invoice-table-view-c3a5024d.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +9 -8
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +8 -7
- package/dist/cjs/{sqm-navigation-sidebar-item-view-a125ec5f.js → sqm-navigation-sidebar-item-view-d8a21014.js} +1 -1
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
- package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
- package/dist/cjs/sqm-popup-container.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-email-verification-view-292b5bf4.js → sqm-portal-email-verification-view-72dca980.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +5 -5
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-profile-view-fde54e35.js → sqm-portal-profile-view-c3754c1c.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +12 -11
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +7 -6
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +17 -16
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +6 -6
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +4 -4
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +62 -61
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +46 -14
- package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
- package/dist/cjs/sqm-tabs.cjs.entry.js +5 -5
- package/dist/cjs/sqm-text-span.cjs.entry.js +2 -2
- package/dist/cjs/{stencil-hooks.module-72742a0b.js → stencil-hooks.module-a5a04d8a.js} +1 -4
- package/dist/cjs/{useChildElements-e0d44916.js → useChildElements-91b9f4ff.js} +2 -2
- package/dist/cjs/{useInstantAccessRegistration-bbe746d1.js → useInstantAccessRegistration-610f4be8.js} +3 -3
- package/dist/cjs/{useReferralTable-a76adb0d.js → useReferralTable-4756d4fc.js} +14 -13
- package/dist/cjs/{useRegistrationFormState-876ed65d.js → useRegistrationFormState-49251027.js} +2 -2
- package/dist/cjs/{utilities-cec9dd36.js → utilities-42a1810d.js} +2 -2
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +30 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +7 -4
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +37 -3
- package/dist/collection/components/sqm-leaderboard/useLeaderboard.js +40 -2
- package/dist/esm/{ShadowViewAddon-31eb5b16.js → ShadowViewAddon-6c6e73dc.js} +14 -10
- package/dist/esm/{global-04c7d3b5.js → global-8a95a0d3.js} +161 -10
- package/dist/esm/index-0c7b14c5.js +2225 -0
- package/dist/esm/{index.module-def4aec5.js → index.module-f9338fc3.js} +1396 -222
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{luxon-7600be8d.js → luxon-63e24900.js} +1 -1
- package/dist/esm/mint-components.js +4 -4
- package/dist/esm/{mockRewardData-0eb6e778.js → mockRewardData-e6b763d1.js} +1 -1
- package/dist/esm/{re-render-12fd274a.js → re-render-f023c070.js} +2 -2
- package/dist/esm/sqm-asset-card.entry.js +2 -2
- package/dist/esm/sqm-banking-info-form_16.entry.js +10 -9
- package/dist/esm/sqm-big-stat_38.entry.js +62 -13
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-context-router.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +3 -3
- package/dist/esm/sqm-form-message.entry.js +1 -1
- 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 +5 -5
- package/dist/esm/{sqm-invoice-table-view-34ac7513.js → sqm-invoice-table-view-4ee8e011.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +4 -3
- package/dist/esm/sqm-logout-current-user.entry.js +3 -2
- package/dist/esm/{sqm-navigation-sidebar-item-view-60ef06cc.js → sqm-navigation-sidebar-item-view-05fa5ccd.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-password-field.entry.js +3 -3
- package/dist/esm/sqm-popup-container.entry.js +2 -2
- package/dist/esm/{sqm-portal-email-verification-view-4307c992.js → sqm-portal-email-verification-view-de203924.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
- package/dist/esm/sqm-portal-logout.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-0a31702e.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +6 -5
- package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +5 -4
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +9 -8
- package/dist/esm/sqm-referred-registration.entry.js +5 -5
- 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 +9 -8
- package/dist/esm/sqm-stencilbook.entry.js +44 -12
- 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/{stencil-hooks.module-ac12ca1c.js → stencil-hooks.module-3c7f7c90.js} +1 -1
- package/dist/esm/{useChildElements-32e1bda1.js → useChildElements-e32fe084.js} +2 -2
- package/dist/esm/{useInstantAccessRegistration-46b89952.js → useInstantAccessRegistration-59d8b278.js} +3 -3
- package/dist/esm/{useReferralTable-f4de0650.js → useReferralTable-34d7f6ee.js} +5 -4
- package/dist/esm/{useRegistrationFormState-9fc1ac80.js → useRegistrationFormState-a140a962.js} +2 -2
- package/dist/esm/{utilities-3f5bba22.js → utilities-c197ef25.js} +2 -2
- package/dist/esm-es5/ShadowViewAddon-6c6e73dc.js +1 -0
- package/dist/esm-es5/global-8a95a0d3.js +285 -0
- package/dist/esm-es5/index-0c7b14c5.js +1 -0
- package/dist/esm-es5/index.module-f9338fc3.js +53 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-7600be8d.js → luxon-63e24900.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{mockRewardData-0eb6e778.js → mockRewardData-e6b763d1.js} +1 -1
- package/dist/esm-es5/{re-render-12fd274a.js → re-render-f023c070.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
- 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-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/{sqm-invoice-table-view-34ac7513.js → sqm-invoice-table-view-4ee8e011.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-05fa5ccd.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-4307c992.js → sqm-portal-email-verification-view-de203924.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-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-0a31702e.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.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-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tab.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/esm-es5/{stencil-hooks.module-ac12ca1c.js → stencil-hooks.module-3c7f7c90.js} +1 -1
- package/dist/esm-es5/useChildElements-e32fe084.js +1 -0
- package/dist/esm-es5/useInstantAccessRegistration-59d8b278.js +1 -0
- package/dist/esm-es5/useReferralTable-34d7f6ee.js +1 -0
- package/dist/esm-es5/useRegistrationFormState-a140a962.js +1 -0
- package/dist/esm-es5/{utilities-3f5bba22.js → utilities-c197ef25.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-0043bc3c.js +1 -0
- package/dist/mint-components/{p-6cef104b.entry.js → p-00d12178.entry.js} +1 -1
- package/dist/mint-components/{p-be4b748a.system.entry.js → p-022d8077.system.entry.js} +1 -1
- package/dist/mint-components/{p-ed095674.system.js → p-02acb970.system.js} +1 -1
- package/dist/mint-components/{p-dd7ee007.system.js → p-07957c5a.system.js} +1 -1
- package/dist/mint-components/p-08bf5051.system.entry.js +1 -0
- package/dist/mint-components/{p-2a414b2e.system.js → p-0979f82e.system.js} +2 -2
- package/dist/mint-components/p-098b5cef.system.entry.js +1 -0
- package/dist/mint-components/{p-3d4656bb.system.js → p-0ad02032.system.js} +1 -1
- package/dist/mint-components/{p-2ee2ebba.js → p-0d77f228.js} +4 -4
- package/dist/mint-components/{p-bc51264d.system.js → p-105d3cea.system.js} +1 -1
- package/dist/mint-components/p-118c20e6.system.entry.js +1 -0
- package/dist/mint-components/{p-b23d5520.js → p-1426f887.js} +1 -1
- package/dist/mint-components/{p-88aac6a9.system.entry.js → p-14beec1b.system.entry.js} +1 -1
- package/dist/mint-components/{p-41f15489.entry.js → p-15399c43.entry.js} +1 -1
- package/dist/mint-components/p-17554cca.system.entry.js +1 -0
- package/dist/mint-components/{p-58ef25d3.system.entry.js → p-183c8ecc.system.entry.js} +1 -1
- package/dist/mint-components/{p-86990110.entry.js → p-1948d476.entry.js} +1 -1
- package/dist/mint-components/p-1975adfc.entry.js +1 -0
- package/dist/mint-components/{p-fd2c5407.js → p-1b24bb52.js} +1 -1
- package/dist/mint-components/{p-34fd1229.system.entry.js → p-1b5eeaa4.system.entry.js} +1 -1
- package/dist/mint-components/{p-137ea86e.entry.js → p-1e0a0f60.entry.js} +1 -1
- package/dist/mint-components/{p-eba44835.system.entry.js → p-208cf52b.system.entry.js} +1 -1
- package/dist/mint-components/{p-4d233cd4.js → p-21b00d45.js} +1 -1
- package/dist/mint-components/p-269fbf0d.entry.js +1 -0
- package/dist/mint-components/{p-0b9fa97f.js → p-2755b7e6.js} +1 -1
- package/dist/mint-components/{p-ed17e637.system.js → p-2932de37.system.js} +1 -1
- package/dist/mint-components/{p-b45ba369.entry.js → p-2b4fbcf7.entry.js} +9 -9
- package/dist/mint-components/{p-56f14840.entry.js → p-2cc82672.entry.js} +1 -1
- package/dist/mint-components/p-2db204e7.entry.js +1 -0
- package/dist/mint-components/{p-02424350.system.js → p-2e6e8fc0.system.js} +1 -1
- package/dist/mint-components/p-3030c6ba.system.js +1 -0
- package/dist/mint-components/{p-ce621bcc.js → p-350f61cd.js} +1 -1
- package/dist/mint-components/{p-7731f793.system.entry.js → p-37f67540.system.entry.js} +1 -1
- package/dist/mint-components/p-38211322.system.entry.js +1 -0
- package/dist/mint-components/p-3bd60021.system.js +53 -0
- package/dist/mint-components/{p-af062c8f.system.entry.js → p-3c9b7cf5.system.entry.js} +1 -1
- package/dist/mint-components/{p-fb20eb5e.system.entry.js → p-43701d0d.system.entry.js} +1 -1
- package/dist/mint-components/p-4414e194.system.entry.js +1 -0
- package/dist/mint-components/{p-b12f7281.system.entry.js → p-4519b7a5.system.entry.js} +1 -1
- package/dist/mint-components/{p-fe5675b3.entry.js → p-45e6592d.entry.js} +1 -1
- package/dist/mint-components/p-48409171.entry.js +33 -0
- package/dist/mint-components/{p-f3053c61.js → p-48704504.js} +1 -1
- package/dist/mint-components/{p-1fe65a36.entry.js → p-4e792e17.entry.js} +1 -1
- package/dist/mint-components/{p-7f088154.entry.js → p-545402ff.entry.js} +1 -1
- package/dist/mint-components/p-55d7380c.entry.js +13 -0
- package/dist/mint-components/p-5873fc01.js +1 -0
- package/dist/mint-components/{p-dd0d79bf.entry.js → p-5c602e84.entry.js} +1 -1
- package/dist/mint-components/p-6fbfd683.js +1 -0
- package/dist/mint-components/{p-8704937c.js → p-70890ada.js} +153 -153
- package/dist/mint-components/p-755073e7.entry.js +1 -0
- package/dist/mint-components/{p-4edde470.entry.js → p-76b4892f.entry.js} +1 -1
- package/dist/mint-components/{p-61eab172.js → p-773cead3.js} +1 -1
- package/dist/mint-components/{p-fbdf0738.entry.js → p-79097c07.entry.js} +1 -1
- package/dist/mint-components/{p-f0806232.system.entry.js → p-7ab14d4b.system.entry.js} +1 -1
- package/dist/mint-components/{p-ce5afa40.entry.js → p-7c4879fd.entry.js} +1 -1
- package/dist/mint-components/{p-b6fc1227.system.entry.js → p-8369d5c3.system.entry.js} +1 -1
- package/dist/mint-components/p-858a87ce.entry.js +1 -0
- package/dist/mint-components/p-85c56a32.system.entry.js +1 -0
- package/dist/mint-components/{p-eaada4da.js → p-86ba3785.js} +1 -1
- package/dist/mint-components/{p-59fe4ad1.system.js → p-87165876.system.js} +22 -22
- package/dist/mint-components/p-89669879.system.js +1 -0
- package/dist/mint-components/{p-4df8f1d2.system.js → p-8dd1b127.system.js} +1 -1
- package/dist/mint-components/{p-251e7567.js → p-9223640e.js} +1 -1
- package/dist/mint-components/{p-5f1c4160.system.entry.js → p-9396fa35.system.entry.js} +1 -1
- package/dist/mint-components/{p-6afb4f48.system.entry.js → p-95af445c.system.entry.js} +1 -1
- package/dist/mint-components/p-9a8180f3.entry.js +1 -0
- package/dist/mint-components/p-a06ac84d.entry.js +1 -0
- package/dist/mint-components/p-a252acc8.system.entry.js +1 -0
- package/dist/mint-components/p-a2f24cea.system.js +1 -0
- package/dist/mint-components/p-a3e853b9.entry.js +1 -0
- package/dist/mint-components/p-a716994f.entry.js +13 -0
- package/dist/mint-components/p-a8fe13f1.system.entry.js +1 -0
- package/dist/mint-components/p-af4357ee.system.js +1 -0
- package/dist/mint-components/{p-4502ed11.system.entry.js → p-af870849.system.entry.js} +1 -1
- package/dist/mint-components/{p-5cac90e8.system.entry.js → p-b30636fc.system.entry.js} +1 -1
- package/dist/mint-components/{p-8679ed9f.system.entry.js → p-b5db456f.system.entry.js} +1 -1
- package/dist/mint-components/p-bc9b2c8b.entry.js +1 -0
- package/dist/mint-components/p-bd124285.system.entry.js +1 -0
- package/dist/mint-components/{p-a9050eb0.entry.js → p-bd229b60.entry.js} +1 -1
- package/dist/mint-components/{p-3223ba7b.entry.js → p-bd25d190.entry.js} +1 -1
- package/dist/mint-components/p-bd648bfa.entry.js +223 -0
- package/dist/mint-components/p-c176d02b.js +42 -0
- package/dist/mint-components/{p-d6474614.js → p-c30f7385.js} +24 -24
- package/dist/mint-components/p-c5cf5623.system.entry.js +1 -0
- package/dist/mint-components/p-c7572e7e.system.entry.js +1 -0
- package/dist/mint-components/{p-b4c52c5a.entry.js → p-c96b66e0.entry.js} +3 -3
- package/dist/mint-components/p-cac64545.system.entry.js +1 -0
- package/dist/mint-components/{p-370a1a73.system.js → p-cb45d0a8.system.js} +1 -1
- package/dist/mint-components/{p-e3735866.entry.js → p-cb550bef.entry.js} +2 -2
- package/dist/mint-components/{p-178d2d2e.entry.js → p-cdd04337.entry.js} +1 -1
- package/dist/mint-components/p-d6dd11db.system.entry.js +1 -0
- package/dist/mint-components/{p-41a11a7f.js → p-d7bc0a83.js} +1 -1
- package/dist/mint-components/p-db39e02a.entry.js +1 -0
- package/dist/mint-components/{p-cf690d55.system.entry.js → p-dd18c75b.system.entry.js} +1 -1
- package/dist/mint-components/{p-07f675ab.system.entry.js → p-de1ab7b7.system.entry.js} +1 -1
- package/dist/mint-components/{p-bf723ae9.entry.js → p-e493aa4f.entry.js} +2 -2
- package/dist/mint-components/{p-ce9e7c98.system.js → p-e5299352.system.js} +1 -1
- package/dist/mint-components/{p-afd366ae.system.entry.js → p-e6024536.system.entry.js} +1 -1
- package/dist/mint-components/{p-674a64fe.system.js → p-f9780efd.system.js} +1 -1
- package/dist/mint-components/{p-0d8c53ac.system.js → p-fc5fa9b1.system.js} +1 -1
- package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +1 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +1 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +8 -1
- package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +1 -0
- package/dist/types/components.d.ts +14 -2
- 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/esm-es5/ShadowViewAddon-31eb5b16.js +0 -1
- package/dist/esm-es5/global-04c7d3b5.js +0 -285
- package/dist/esm-es5/index.module-def4aec5.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-60ef06cc.js +0 -1
- package/dist/esm-es5/useChildElements-32e1bda1.js +0 -1
- package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +0 -1
- package/dist/esm-es5/useReferralTable-f4de0650.js +0 -1
- package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +0 -1
- package/dist/mint-components/p-01cfff8a.system.entry.js +0 -1
- package/dist/mint-components/p-0d39c815.system.entry.js +0 -1
- package/dist/mint-components/p-10e89d0a.entry.js +0 -1
- package/dist/mint-components/p-1c857edb.entry.js +0 -33
- package/dist/mint-components/p-1dd69917.system.entry.js +0 -1
- package/dist/mint-components/p-27bd5535.entry.js +0 -187
- package/dist/mint-components/p-2dd67762.entry.js +0 -1
- package/dist/mint-components/p-32d1d162.entry.js +0 -1
- package/dist/mint-components/p-35d84041.system.entry.js +0 -1
- package/dist/mint-components/p-3ec16698.entry.js +0 -13
- package/dist/mint-components/p-4ea58025.system.entry.js +0 -1
- package/dist/mint-components/p-51f517a2.js +0 -1
- package/dist/mint-components/p-5be235f9.entry.js +0 -1
- package/dist/mint-components/p-7049e9b0.entry.js +0 -1
- package/dist/mint-components/p-733825fa.system.entry.js +0 -1
- package/dist/mint-components/p-770368bc.system.js +0 -1
- package/dist/mint-components/p-79191f88.entry.js +0 -1
- package/dist/mint-components/p-8b5b78ca.entry.js +0 -1
- package/dist/mint-components/p-8e907ac7.system.entry.js +0 -1
- package/dist/mint-components/p-91669312.entry.js +0 -1
- package/dist/mint-components/p-9c310991.system.entry.js +0 -1
- package/dist/mint-components/p-a1dba9a1.system.entry.js +0 -1
- package/dist/mint-components/p-a6a7dcaa.js +0 -1
- package/dist/mint-components/p-a8f7cb95.js +0 -1
- package/dist/mint-components/p-aad11a68.entry.js +0 -1
- package/dist/mint-components/p-b370fca8.system.js +0 -1
- package/dist/mint-components/p-b3b5b4b7.system.entry.js +0 -1
- package/dist/mint-components/p-b567780d.system.js +0 -1
- package/dist/mint-components/p-b5861974.system.entry.js +0 -1
- package/dist/mint-components/p-c34a507e.system.entry.js +0 -1
- package/dist/mint-components/p-c84659a3.system.js +0 -1
- package/dist/mint-components/p-c8878e79.entry.js +0 -1
- package/dist/mint-components/p-cfb48ad2.system.entry.js +0 -1
- package/dist/mint-components/p-e5a0c50e.entry.js +0 -13
- package/dist/mint-components/p-f1a1e7f3.system.entry.js +0 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
7
|
|
|
8
8
|
const HeroImage = class {
|
|
9
9
|
constructor(hostRef) {
|
|
@@ -19,7 +19,7 @@ const HeroImage = class {
|
|
|
19
19
|
* @uiName Logo height
|
|
20
20
|
*/
|
|
21
21
|
this.height = 60;
|
|
22
|
-
stencilHooks_module.h
|
|
22
|
+
stencilHooks_module.h(this);
|
|
23
23
|
}
|
|
24
24
|
disconnectedCallback() { }
|
|
25
25
|
render() {
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
8
|
-
require('./jsonpointer-11327262.js');
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
9
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
9
|
require('./mixins-fe9d4112.js');
|
|
11
10
|
require('./JSS-8503a151.js');
|
|
12
11
|
const emailRegistrationView = require('./email-registration-view-248652bb.js');
|
|
13
|
-
require('./
|
|
14
|
-
|
|
12
|
+
require('./jsonpointer-11327262.js');
|
|
13
|
+
require('./useRegistrationFormState-49251027.js');
|
|
14
|
+
const useInstantAccessRegistration = require('./useInstantAccessRegistration-610f4be8.js');
|
|
15
15
|
|
|
16
16
|
const InstantAccessRegistration = class {
|
|
17
17
|
constructor(hostRef) {
|
|
@@ -108,7 +108,7 @@ const InstantAccessRegistration = class {
|
|
|
108
108
|
* @uiType boolean
|
|
109
109
|
*/
|
|
110
110
|
this.includeCookies = false;
|
|
111
|
-
stencilHooks_module.h
|
|
111
|
+
stencilHooks_module.h(this);
|
|
112
112
|
}
|
|
113
113
|
disconnectedCallback() { }
|
|
114
114
|
render() {
|
|
@@ -2,14 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const global = require('./global-
|
|
8
|
-
const index_module = require('./index.module-
|
|
5
|
+
const index$1 = require('./index-b0129cd6.js');
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const global = require('./global-975908ec.js');
|
|
8
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
|
+
const index = require('./index-56d1fa5b.js');
|
|
10
11
|
const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-5a3d4a88.js');
|
|
11
12
|
|
|
12
|
-
const GET_RANK =
|
|
13
|
+
const GET_RANK = index.dist.gql `
|
|
13
14
|
query ($type: String!, $filter: UserLeaderboardFilterInput) {
|
|
14
15
|
viewer {
|
|
15
16
|
... on User {
|
|
@@ -56,20 +57,20 @@ const sqmLeaderboardRankCss = "p,.P{font-size:var(--sl-font-size-small);color:va
|
|
|
56
57
|
|
|
57
58
|
const LeaderboardRank = class {
|
|
58
59
|
constructor(hostRef) {
|
|
59
|
-
index.registerInstance(this, hostRef);
|
|
60
|
+
index$1.registerInstance(this, hostRef);
|
|
60
61
|
/**
|
|
61
62
|
* @uiName Rank text
|
|
62
63
|
* @uiWidget textArea
|
|
63
64
|
*/
|
|
64
65
|
this.rankText = "You are currently in {rank, selectordinal, one {#st} two {#nd} few {#rd} other {#th} } place!";
|
|
65
|
-
stencilHooks_module.h
|
|
66
|
+
stencilHooks_module.h(this);
|
|
66
67
|
}
|
|
67
68
|
disconnectedCallback() { }
|
|
68
69
|
render() {
|
|
69
70
|
const props = index_module.isDemo()
|
|
70
71
|
? useLeaderboardRankDemo(this)
|
|
71
72
|
: useLeaderboardRank(this);
|
|
72
|
-
return index.h(sqmLeaderboardRankView.LeaderboardRankView, Object.assign({}, props));
|
|
73
|
+
return index$1.h(sqmLeaderboardRankView.LeaderboardRankView, Object.assign({}, props));
|
|
73
74
|
}
|
|
74
75
|
};
|
|
75
76
|
function useLeaderboardRankDemo(props) {
|
|
@@ -2,15 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
5
|
+
const index$1 = require('./index-b0129cd6.js');
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
9
|
require('./JSS-8503a151.js');
|
|
10
|
+
const index = require('./index-56d1fa5b.js');
|
|
10
11
|
const utils = require('./utils-6847bc06.js');
|
|
11
12
|
const sqmLogoutCurrentUserView = require('./sqm-logout-current-user-view-c9f18d96.js');
|
|
12
13
|
|
|
13
|
-
const GET_USER_DETAILS =
|
|
14
|
+
const GET_USER_DETAILS = index.dist.gql `
|
|
14
15
|
query getUserDetails {
|
|
15
16
|
viewer {
|
|
16
17
|
... on User {
|
|
@@ -39,7 +40,7 @@ function useLogoutCurrentUser(props) {
|
|
|
39
40
|
|
|
40
41
|
const LogoutCurrentUser = class {
|
|
41
42
|
constructor(hostRef) {
|
|
42
|
-
index.registerInstance(this, hostRef);
|
|
43
|
+
index$1.registerInstance(this, hostRef);
|
|
43
44
|
/**
|
|
44
45
|
* @required
|
|
45
46
|
* @uiName User identification text
|
|
@@ -55,7 +56,7 @@ const LogoutCurrentUser = class {
|
|
|
55
56
|
* @uiName Error text
|
|
56
57
|
*/
|
|
57
58
|
this.emailErrorText = "Error fetching email";
|
|
58
|
-
stencilHooks_module.h
|
|
59
|
+
stencilHooks_module.h(this);
|
|
59
60
|
}
|
|
60
61
|
disconnectedCallback() { }
|
|
61
62
|
render() {
|
|
@@ -67,7 +68,7 @@ const LogoutCurrentUser = class {
|
|
|
67
68
|
switchUserText: this.switchUserText,
|
|
68
69
|
emailErrorText: this.emailErrorText,
|
|
69
70
|
};
|
|
70
|
-
return index.h(sqmLogoutCurrentUserView.LogoutCurrentUserView, Object.assign({}, props, content));
|
|
71
|
+
return index$1.h(sqmLogoutCurrentUserView.LogoutCurrentUserView, Object.assign({}, props, content));
|
|
71
72
|
}
|
|
72
73
|
};
|
|
73
74
|
function useDemoLogoutCurrentUser(props) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-b0129cd6.js');
|
|
4
|
-
const index_module = require('./index.module-
|
|
4
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
5
5
|
const mixins = require('./mixins-fe9d4112.js');
|
|
6
6
|
const JSS = require('./JSS-8503a151.js');
|
|
7
7
|
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
9
|
require('./mixins-fe9d4112.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
11
|
const utils = require('./utils-6847bc06.js');
|
|
12
|
-
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-
|
|
12
|
+
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-d8a21014.js');
|
|
13
13
|
|
|
14
14
|
function useNavigationSidebarItem(props) {
|
|
15
15
|
const currentPage = index_module.Sn();
|
|
@@ -28,7 +28,7 @@ function useNavigationSidebarItem(props) {
|
|
|
28
28
|
const NavigationSidebarItem = class {
|
|
29
29
|
constructor(hostRef) {
|
|
30
30
|
index.registerInstance(this, hostRef);
|
|
31
|
-
stencilHooks_module.h
|
|
31
|
+
stencilHooks_module.h(this);
|
|
32
32
|
}
|
|
33
33
|
disconnectedCallback() { }
|
|
34
34
|
render() {
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
8
8
|
const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-dd53f947.js');
|
|
9
9
|
|
|
10
10
|
const NavigationSidebar = class {
|
|
11
11
|
constructor(hostRef) {
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
this.ignored = true;
|
|
14
|
-
stencilHooks_module.h
|
|
14
|
+
stencilHooks_module.h(this);
|
|
15
15
|
}
|
|
16
16
|
disconnectedCallback() { }
|
|
17
17
|
render() {
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
9
|
const mixins = require('./mixins-fe9d4112.js');
|
|
10
10
|
const JSS = require('./JSS-8503a151.js');
|
|
11
11
|
const utils = require('./utils-6847bc06.js');
|
|
12
|
-
const useRegistrationFormState = require('./useRegistrationFormState-
|
|
12
|
+
const useRegistrationFormState = require('./useRegistrationFormState-49251027.js');
|
|
13
13
|
|
|
14
14
|
var constants = {
|
|
15
15
|
error: {
|
|
@@ -570,7 +570,7 @@ const PortalPasswordField = class {
|
|
|
570
570
|
* @uiName Missing number or symbol text
|
|
571
571
|
*/
|
|
572
572
|
this.hasErrorText = "contain at least 1 number or symbol";
|
|
573
|
-
stencilHooks_module.h
|
|
573
|
+
stencilHooks_module.h(this);
|
|
574
574
|
}
|
|
575
575
|
disconnectedCallback() { }
|
|
576
576
|
render() {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
8
8
|
const utils = require('./utils-6847bc06.js');
|
|
9
9
|
|
|
10
10
|
const PopupContainerView = (props) => {
|
|
@@ -62,7 +62,7 @@ const PopupContainer = class {
|
|
|
62
62
|
* @uiName "Powered by" text
|
|
63
63
|
*/
|
|
64
64
|
this.poweredByText = "Powered By";
|
|
65
|
-
stencilHooks_module.h
|
|
65
|
+
stencilHooks_module.h(this);
|
|
66
66
|
}
|
|
67
67
|
disconnectedCallback() { }
|
|
68
68
|
render() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-b0129cd6.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-975908ec.js');
|
|
5
5
|
const mixins = require('./mixins-fe9d4112.js');
|
|
6
6
|
const JSS = require('./JSS-8503a151.js');
|
|
7
7
|
const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
require('./global-
|
|
8
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
require('./global-975908ec.js');
|
|
8
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
require('./mixins-fe9d4112.js');
|
|
11
11
|
require('./JSS-8503a151.js');
|
|
12
12
|
require('./sqm-text-span-view-e1cd9bd3.js');
|
|
13
|
-
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-
|
|
13
|
+
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-72dca980.js');
|
|
14
14
|
|
|
15
15
|
function usePortalEmailVerification(props) {
|
|
16
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -167,7 +167,7 @@ const PortalEmailVerification = class {
|
|
|
167
167
|
* Displayed when your verification email fails to send due to a network error. The participant can try refreshing the page.
|
|
168
168
|
*/
|
|
169
169
|
this.networkErrorMessage = "An error occurred while verifying your password. Please refresh the page.";
|
|
170
|
-
stencilHooks_module.h
|
|
170
|
+
stencilHooks_module.h(this);
|
|
171
171
|
}
|
|
172
172
|
disconnectedCallback() { }
|
|
173
173
|
render() {
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
8
|
-
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
9
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
9
|
require('./mixins-fe9d4112.js');
|
|
11
10
|
require('./JSS-8503a151.js');
|
|
12
11
|
require('./sqm-text-span-view-e1cd9bd3.js');
|
|
12
|
+
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
13
13
|
const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-969c49ed.js');
|
|
14
14
|
|
|
15
15
|
function usePortalForgotPassword(props) {
|
|
@@ -98,7 +98,7 @@ const PortalForgotPassword = class {
|
|
|
98
98
|
* @uiName Email verification sent text
|
|
99
99
|
*/
|
|
100
100
|
this.successAlertText = "If an account with that email exists, a password reset email will be sent.";
|
|
101
|
-
stencilHooks_module.h
|
|
101
|
+
stencilHooks_module.h(this);
|
|
102
102
|
}
|
|
103
103
|
disconnectedCallback() { }
|
|
104
104
|
render() {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
8
8
|
|
|
9
9
|
function usePortalLogout({ nextPage }) {
|
|
10
10
|
index_module.setUserIdentity(undefined);
|
|
@@ -22,7 +22,7 @@ const PortalLogout = class {
|
|
|
22
22
|
* @uiWidget pageSelect
|
|
23
23
|
*/
|
|
24
24
|
this.nextPage = "/";
|
|
25
|
-
stencilHooks_module.h
|
|
25
|
+
stencilHooks_module.h(this);
|
|
26
26
|
}
|
|
27
27
|
disconnectedCallback() { }
|
|
28
28
|
render() {
|
package/dist/cjs/{sqm-portal-profile-view-fde54e35.js → sqm-portal-profile-view-c3754c1c.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-b0129cd6.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-975908ec.js');
|
|
5
5
|
const JSS = require('./JSS-8503a151.js');
|
|
6
6
|
const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
|
|
7
7
|
|
|
@@ -2,18 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
require('./global-
|
|
8
|
-
const index_module = require('./index.module-
|
|
5
|
+
const index$1 = require('./index-b0129cd6.js');
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
require('./global-975908ec.js');
|
|
8
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
|
+
const index = require('./index-56d1fa5b.js');
|
|
11
12
|
const utils = require('./utils-6847bc06.js');
|
|
12
13
|
require('./sqm-text-span-view-e1cd9bd3.js');
|
|
13
|
-
const sqmPortalProfileView = require('./sqm-portal-profile-view-
|
|
14
|
-
const utilities = require('./utilities-
|
|
14
|
+
const sqmPortalProfileView = require('./sqm-portal-profile-view-c3754c1c.js');
|
|
15
|
+
const utilities = require('./utilities-42a1810d.js');
|
|
15
16
|
|
|
16
|
-
const GET_USER =
|
|
17
|
+
const GET_USER = index.dist.gql `
|
|
17
18
|
query {
|
|
18
19
|
viewer {
|
|
19
20
|
... on User {
|
|
@@ -27,7 +28,7 @@ const GET_USER = index_module.dist.gql `
|
|
|
27
28
|
}
|
|
28
29
|
}
|
|
29
30
|
`;
|
|
30
|
-
const UPSERT_USER =
|
|
31
|
+
const UPSERT_USER = index.dist.gql `
|
|
31
32
|
mutation (
|
|
32
33
|
$id: String!
|
|
33
34
|
$accountId: String!
|
|
@@ -162,7 +163,7 @@ function usePortalProfile(props) {
|
|
|
162
163
|
|
|
163
164
|
const PortalProfile = class {
|
|
164
165
|
constructor(hostRef) {
|
|
165
|
-
index.registerInstance(this, hostRef);
|
|
166
|
+
index$1.registerInstance(this, hostRef);
|
|
166
167
|
this.ignored = true;
|
|
167
168
|
/**
|
|
168
169
|
* @uiName First name label
|
|
@@ -213,14 +214,14 @@ const PortalProfile = class {
|
|
|
213
214
|
* @uiName Submission success text
|
|
214
215
|
*/
|
|
215
216
|
this.submissionSuccessText = "Your profile has been successfully updated.";
|
|
216
|
-
stencilHooks_module.h
|
|
217
|
+
stencilHooks_module.h(this);
|
|
217
218
|
}
|
|
218
219
|
disconnectedCallback() { }
|
|
219
220
|
render() {
|
|
220
221
|
const props = index_module.isDemo()
|
|
221
222
|
? usePortalProfileDemo(utils.getProps(this))
|
|
222
223
|
: usePortalProfile(utils.getProps(this));
|
|
223
|
-
return index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, props));
|
|
224
|
+
return index$1.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, props));
|
|
224
225
|
}
|
|
225
226
|
};
|
|
226
227
|
function usePortalProfileDemo(props) {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
8
8
|
|
|
9
9
|
function usePortalProtectedRoute({ requireEmailVerification, redirectTo, redirectToUnverified, }) {
|
|
10
10
|
var _a;
|
|
@@ -51,7 +51,7 @@ const PortalProtectedRoute = class {
|
|
|
51
51
|
* @uiName Unverified participant redirect
|
|
52
52
|
*/
|
|
53
53
|
this.redirectToUnverified = "/emailVerification";
|
|
54
|
-
stencilHooks_module.h
|
|
54
|
+
stencilHooks_module.h(this);
|
|
55
55
|
}
|
|
56
56
|
disconnectedCallback() { }
|
|
57
57
|
render() {
|
|
@@ -3,14 +3,15 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
8
|
-
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
9
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
9
|
const mixins = require('./mixins-fe9d4112.js');
|
|
11
10
|
const JSS = require('./JSS-8503a151.js');
|
|
11
|
+
const index$1 = require('./index-56d1fa5b.js');
|
|
12
12
|
const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
|
|
13
|
-
const
|
|
13
|
+
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
14
|
+
const useRegistrationFormState = require('./useRegistrationFormState-49251027.js');
|
|
14
15
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
15
16
|
|
|
16
17
|
const style = {
|
|
@@ -90,7 +91,7 @@ function PortalRegistrationFormView(props) {
|
|
|
90
91
|
content.secondaryButton))));
|
|
91
92
|
}
|
|
92
93
|
|
|
93
|
-
const RegistrationFormQuery =
|
|
94
|
+
const RegistrationFormQuery = index$1.dist.gql `
|
|
94
95
|
query RegistrationFormQuery($key: String!) {
|
|
95
96
|
form(key: $key) {
|
|
96
97
|
key
|
|
@@ -416,7 +417,7 @@ const PortalRegistrationForm = class {
|
|
|
416
417
|
* @uiName Missing number or symbol text
|
|
417
418
|
*/
|
|
418
419
|
this.hasErrorText = "contain at least 1 number or symbol";
|
|
419
|
-
stencilHooks_module.h
|
|
420
|
+
stencilHooks_module.h(this);
|
|
420
421
|
}
|
|
421
422
|
disconnectedCallback() { }
|
|
422
423
|
render() {
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
8
|
-
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
9
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
9
|
require('./mixins-fe9d4112.js');
|
|
11
10
|
require('./JSS-8503a151.js');
|
|
12
11
|
const utils = require('./utils-6847bc06.js');
|
|
13
12
|
require('./sqm-text-span-view-e1cd9bd3.js');
|
|
13
|
+
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
14
14
|
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-96f329ed.js');
|
|
15
15
|
|
|
16
16
|
function usePortalResetPassword(props) {
|
|
@@ -189,7 +189,7 @@ const PortalResetPassword = class {
|
|
|
189
189
|
* Displayed when the password reset fails due to a network error. The participant can try refreshing the page.
|
|
190
190
|
*/
|
|
191
191
|
this.networkErrorMessage = "An error occurred while resetting your password. Please refresh the page and try again.";
|
|
192
|
-
stencilHooks_module.h
|
|
192
|
+
stencilHooks_module.h(this);
|
|
193
193
|
}
|
|
194
194
|
disconnectedCallback() { }
|
|
195
195
|
render() {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
9
|
require('./mixins-fe9d4112.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
@@ -138,7 +138,7 @@ const PortalVerifyEmail = class {
|
|
|
138
138
|
* Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
|
|
139
139
|
*/
|
|
140
140
|
this.networkErrorMessage = "An error occurred while verifying your email. Please refresh the page and try again.";
|
|
141
|
-
stencilHooks_module.h
|
|
141
|
+
stencilHooks_module.h(this);
|
|
142
142
|
}
|
|
143
143
|
disconnectedCallback() { }
|
|
144
144
|
render() {
|
|
@@ -3,18 +3,19 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const global = require('./global-
|
|
8
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const global = require('./global-975908ec.js');
|
|
8
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
require('./mixins-fe9d4112.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
12
|
const GenericTableView = require('./GenericTableView-80d7642e.js');
|
|
13
|
-
const reRender = require('./re-render-
|
|
14
|
-
const useChildElements = require('./useChildElements-
|
|
15
|
-
const luxon = require('./luxon-
|
|
16
|
-
const mockRewardData = require('./mockRewardData-
|
|
17
|
-
|
|
13
|
+
const reRender = require('./re-render-95d86b86.js');
|
|
14
|
+
const useChildElements = require('./useChildElements-91b9f4ff.js');
|
|
15
|
+
const luxon = require('./luxon-20eafbd9.js');
|
|
16
|
+
const mockRewardData = require('./mockRewardData-3c470512.js');
|
|
17
|
+
require('./index-56d1fa5b.js');
|
|
18
|
+
const useReferralTable = require('./useReferralTable-4756d4fc.js');
|
|
18
19
|
const utils = require('./utils-6847bc06.js');
|
|
19
20
|
const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
|
|
20
21
|
|
|
@@ -196,7 +197,7 @@ const ReferralTable = class {
|
|
|
196
197
|
this.smBreakpoint = 599;
|
|
197
198
|
/** @uiName Tablet breakpoint */
|
|
198
199
|
this.mdBreakpoint = 799;
|
|
199
|
-
stencilHooks_module.h
|
|
200
|
+
stencilHooks_module.h(this);
|
|
200
201
|
}
|
|
201
202
|
disconnectedCallback() { }
|
|
202
203
|
render() {
|
|
@@ -332,7 +333,7 @@ const ReferralTableCell = class {
|
|
|
332
333
|
constructor(hostRef) {
|
|
333
334
|
index.registerInstance(this, hostRef);
|
|
334
335
|
this.ignored = true;
|
|
335
|
-
stencilHooks_module.h
|
|
336
|
+
stencilHooks_module.h(this);
|
|
336
337
|
}
|
|
337
338
|
disconnectedCallback() { }
|
|
338
339
|
render() {
|
|
@@ -343,7 +344,7 @@ const ReferralTableCell = class {
|
|
|
343
344
|
const ReferralTableGenericColumn = class {
|
|
344
345
|
constructor(hostRef) {
|
|
345
346
|
index.registerInstance(this, hostRef);
|
|
346
|
-
stencilHooks_module.h
|
|
347
|
+
stencilHooks_module.h(this);
|
|
347
348
|
}
|
|
348
349
|
disconnectedCallback() { }
|
|
349
350
|
async renderCell(_) {
|
|
@@ -364,7 +365,7 @@ const ReferralTableDateCell = class {
|
|
|
364
365
|
index.registerInstance(this, hostRef);
|
|
365
366
|
this.ignored = true;
|
|
366
367
|
this.locale = "en";
|
|
367
|
-
stencilHooks_module.h
|
|
368
|
+
stencilHooks_module.h(this);
|
|
368
369
|
}
|
|
369
370
|
disconnectedCallback() { }
|
|
370
371
|
render() {
|
|
@@ -404,7 +405,7 @@ const ReferralTableDateColumn = class {
|
|
|
404
405
|
* "Date User Modified"]
|
|
405
406
|
*/
|
|
406
407
|
this.dateShown = "dateConverted";
|
|
407
|
-
stencilHooks_module.h
|
|
408
|
+
stencilHooks_module.h(this);
|
|
408
409
|
}
|
|
409
410
|
disconnectedCallback() { }
|
|
410
411
|
async renderCell(data, options) {
|
|
@@ -679,7 +680,7 @@ const ReferralTableRewardsColumn = class {
|
|
|
679
680
|
* @default
|
|
680
681
|
*/
|
|
681
682
|
this.hideDetails = false;
|
|
682
|
-
stencilHooks_module.h
|
|
683
|
+
stencilHooks_module.h(this);
|
|
683
684
|
}
|
|
684
685
|
disconnectedCallback() { }
|
|
685
686
|
async renderCell(data, options) {
|
|
@@ -772,7 +773,7 @@ const ReferralTableStatusColumn = class {
|
|
|
772
773
|
* @uiName Denied status sub-text
|
|
773
774
|
*/
|
|
774
775
|
this.deniedStatusSubText = "Detected self-referral";
|
|
775
|
-
stencilHooks_module.h
|
|
776
|
+
stencilHooks_module.h(this);
|
|
776
777
|
}
|
|
777
778
|
disconnectedCallback() { }
|
|
778
779
|
async renderCell(data) {
|
|
@@ -844,7 +845,7 @@ const ReferralTableUserColumn = class {
|
|
|
844
845
|
* @uiName Deleted user text
|
|
845
846
|
*/
|
|
846
847
|
this.deletedUser = "Deleted User";
|
|
847
|
-
stencilHooks_module.h
|
|
848
|
+
stencilHooks_module.h(this);
|
|
848
849
|
}
|
|
849
850
|
disconnectedCallback() { }
|
|
850
851
|
async renderCell(data) {
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
8
|
-
require('./jsonpointer-11327262.js');
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-a5a04d8a.js');
|
|
7
|
+
const index_module = require('./index.module-b1f9bdb8.js');
|
|
9
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
9
|
require('./mixins-fe9d4112.js');
|
|
11
10
|
require('./JSS-8503a151.js');
|
|
12
11
|
const emailRegistrationView = require('./email-registration-view-248652bb.js');
|
|
13
|
-
require('./
|
|
14
|
-
|
|
12
|
+
require('./jsonpointer-11327262.js');
|
|
13
|
+
require('./useRegistrationFormState-49251027.js');
|
|
14
|
+
const useInstantAccessRegistration = require('./useInstantAccessRegistration-610f4be8.js');
|
|
15
15
|
|
|
16
16
|
const ReferredRegistration = class {
|
|
17
17
|
constructor(hostRef) {
|
|
@@ -124,7 +124,7 @@ const ReferredRegistration = class {
|
|
|
124
124
|
* @uiType boolean
|
|
125
125
|
*/
|
|
126
126
|
this.includeCookies = true;
|
|
127
|
-
stencilHooks_module.h
|
|
127
|
+
stencilHooks_module.h(this);
|
|
128
128
|
}
|
|
129
129
|
disconnectedCallback() { }
|
|
130
130
|
render() {
|