@saasquatch/mint-components 1.10.2-6 → 1.10.2-8
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-3777ddbe.js → ShadowViewAddon-3e537eb3.js} +49 -46
- package/dist/cjs/{global-975908ec.js → global-02e50f09.js} +10 -161
- package/dist/cjs/{index.module-b1f9bdb8.js → index.module-df530553.js} +227 -1398
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{luxon-20eafbd9.js → luxon-05098e19.js} +1 -1
- package/dist/cjs/mint-components.cjs.js +4 -4
- package/dist/cjs/{mockRewardData-3c470512.js → mockRewardData-4258e067.js} +1 -1
- package/dist/cjs/{re-render-95d86b86.js → re-render-1976e05e.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 +410 -411
- package/dist/cjs/sqm-big-stat_38.cjs.entry.js +78 -67
- 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-c3a5024d.js → sqm-invoice-table-view-28b14d28.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +8 -9
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +7 -8
- package/dist/cjs/{sqm-navigation-sidebar-item-view-d8a21014.js → sqm-navigation-sidebar-item-view-a125ec5f.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-72dca980.js → sqm-portal-email-verification-view-292b5bf4.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-c3754c1c.js → sqm-portal-profile-view-fde54e35.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +11 -12
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +6 -7
- 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 +16 -17
- 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 +61 -62
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +75 -19
- 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-a5a04d8a.js → stencil-hooks.module-72742a0b.js} +4 -1
- package/dist/cjs/{useChildElements-91b9f4ff.js → useChildElements-e0d44916.js} +2 -2
- package/dist/cjs/{useInstantAccessRegistration-610f4be8.js → useInstantAccessRegistration-bbe746d1.js} +3 -3
- package/dist/cjs/{useReferralTable-4756d4fc.js → useReferralTable-a76adb0d.js} +13 -14
- package/dist/cjs/{useRegistrationFormState-49251027.js → useRegistrationFormState-876ed65d.js} +2 -2
- package/dist/cjs/{utilities-42a1810d.js → utilities-cec9dd36.js} +2 -2
- package/dist/collection/components/sqm-empty/EmptyState.stories.js +1 -1
- package/dist/collection/components/sqm-image/sqm-image-view.js +2 -1
- package/dist/collection/components/sqm-image/sqm-image.js +20 -0
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +57 -2
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +18 -13
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +60 -4
- package/dist/esm/{ShadowViewAddon-7ae0f3a0.js → ShadowViewAddon-2ac771ca.js} +23 -20
- package/dist/esm/{global-8a95a0d3.js → global-04c7d3b5.js} +10 -161
- package/dist/esm/{index.module-f9338fc3.js → index.module-def4aec5.js} +222 -1396
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
- package/dist/esm/mint-components.js +4 -4
- package/dist/esm/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
- package/dist/esm/{re-render-f023c070.js → re-render-12fd274a.js} +2 -2
- package/dist/esm/sqm-asset-card.entry.js +2 -2
- package/dist/esm/sqm-banking-info-form_16.entry.js +9 -10
- package/dist/esm/sqm-big-stat_38.entry.js +25 -14
- 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-4ee8e011.js → sqm-invoice-table-view-34ac7513.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +3 -4
- package/dist/esm/sqm-logout-current-user.entry.js +2 -3
- package/dist/esm/{sqm-navigation-sidebar-item-view-05fa5ccd.js → sqm-navigation-sidebar-item-view-60ef06cc.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-de203924.js → sqm-portal-email-verification-view-4307c992.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-0a31702e.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +5 -6
- package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +4 -5
- 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 +8 -9
- 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 +8 -9
- package/dist/esm/sqm-stencilbook.entry.js +73 -17
- 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-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
- package/dist/esm/{useChildElements-e32fe084.js → useChildElements-32e1bda1.js} +2 -2
- package/dist/esm/{useInstantAccessRegistration-59d8b278.js → useInstantAccessRegistration-46b89952.js} +3 -3
- package/dist/esm/{useReferralTable-34d7f6ee.js → useReferralTable-f4de0650.js} +4 -5
- package/dist/esm/{useRegistrationFormState-a140a962.js → useRegistrationFormState-9fc1ac80.js} +2 -2
- package/dist/esm/{utilities-c197ef25.js → utilities-3f5bba22.js} +2 -2
- package/dist/esm-es5/ShadowViewAddon-2ac771ca.js +1 -0
- package/dist/esm-es5/global-04c7d3b5.js +285 -0
- package/dist/esm-es5/index.module-def4aec5.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
- package/dist/esm-es5/{re-render-f023c070.js → re-render-12fd274a.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-4ee8e011.js → sqm-invoice-table-view-34ac7513.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-60ef06cc.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-de203924.js → sqm-portal-email-verification-view-4307c992.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-0a31702e.js → sqm-portal-profile-view-ffe955c8.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-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
- package/dist/esm-es5/useChildElements-32e1bda1.js +1 -0
- package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +1 -0
- package/dist/esm-es5/useReferralTable-f4de0650.js +1 -0
- package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +1 -0
- package/dist/esm-es5/{utilities-c197ef25.js → utilities-3f5bba22.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-01cfff8a.system.entry.js +1 -0
- package/dist/mint-components/{p-2e6e8fc0.system.js → p-02424350.system.js} +1 -1
- package/dist/mint-components/{p-de1ab7b7.system.entry.js → p-07f675ab.system.entry.js} +1 -1
- package/dist/mint-components/{p-2755b7e6.js → p-0b9fa97f.js} +1 -1
- package/dist/mint-components/{p-fc5fa9b1.system.js → p-0d8c53ac.system.js} +1 -1
- package/dist/mint-components/p-0e507dfe.system.entry.js +1 -0
- package/dist/mint-components/p-10e89d0a.entry.js +1 -0
- package/dist/mint-components/{p-1e0a0f60.entry.js → p-137ea86e.entry.js} +1 -1
- package/dist/mint-components/{p-cdd04337.entry.js → p-178d2d2e.entry.js} +1 -1
- package/dist/mint-components/p-1c857edb.entry.js +33 -0
- package/dist/mint-components/p-1dd69917.system.entry.js +1 -0
- package/dist/mint-components/{p-4e792e17.entry.js → p-1fe65a36.entry.js} +1 -1
- package/dist/mint-components/{p-9223640e.js → p-251e7567.js} +1 -1
- package/dist/mint-components/{p-0979f82e.system.js → p-2a414b2e.system.js} +2 -2
- package/dist/mint-components/p-2dd67762.entry.js +1 -0
- package/dist/mint-components/{p-0d77f228.js → p-2ee2ebba.js} +4 -4
- package/dist/mint-components/{p-bd25d190.entry.js → p-3223ba7b.entry.js} +1 -1
- package/dist/mint-components/p-32d1d162.entry.js +1 -0
- package/dist/mint-components/{p-1b5eeaa4.system.entry.js → p-34fd1229.system.entry.js} +1 -1
- package/dist/mint-components/p-35d84041.system.entry.js +1 -0
- package/dist/mint-components/{p-cb45d0a8.system.js → p-370a1a73.system.js} +1 -1
- package/dist/mint-components/{p-0ad02032.system.js → p-3d4656bb.system.js} +1 -1
- package/dist/mint-components/p-3ec16698.entry.js +13 -0
- package/dist/mint-components/{p-d7bc0a83.js → p-41a11a7f.js} +1 -1
- package/dist/mint-components/{p-15399c43.entry.js → p-41f15489.entry.js} +1 -1
- package/dist/mint-components/p-4348de13.system.js +1 -0
- package/dist/mint-components/{p-af870849.system.entry.js → p-4502ed11.system.entry.js} +1 -1
- package/dist/mint-components/{p-21b00d45.js → p-4d233cd4.js} +1 -1
- package/dist/mint-components/{p-8dd1b127.system.js → p-4df8f1d2.system.js} +1 -1
- package/dist/mint-components/p-4ea58025.system.entry.js +1 -0
- package/dist/mint-components/{p-76b4892f.entry.js → p-4edde470.entry.js} +1 -1
- package/dist/mint-components/p-51f517a2.js +1 -0
- package/dist/mint-components/{p-31f08988.entry.js → p-560f7316.entry.js} +2 -2
- package/dist/mint-components/{p-2cc82672.entry.js → p-56f14840.entry.js} +1 -1
- package/dist/mint-components/{p-183c8ecc.system.entry.js → p-58ef25d3.system.entry.js} +1 -1
- package/dist/mint-components/{p-87165876.system.js → p-59fe4ad1.system.js} +22 -22
- package/dist/mint-components/{p-65c4e820.entry.js → p-5a1b4b5d.entry.js} +16 -16
- package/dist/mint-components/p-5be235f9.entry.js +1 -0
- package/dist/mint-components/{p-b30636fc.system.entry.js → p-5cac90e8.system.entry.js} +1 -1
- package/dist/mint-components/{p-9396fa35.system.entry.js → p-5f1c4160.system.entry.js} +1 -1
- package/dist/mint-components/{p-773cead3.js → p-61eab172.js} +1 -1
- package/dist/mint-components/{p-f9780efd.system.js → p-674a64fe.system.js} +1 -1
- package/dist/mint-components/{p-95af445c.system.entry.js → p-6afb4f48.system.entry.js} +1 -1
- package/dist/mint-components/{p-00d12178.entry.js → p-6cef104b.entry.js} +1 -1
- package/dist/mint-components/p-7049e9b0.entry.js +1 -0
- package/dist/mint-components/p-733825fa.system.entry.js +1 -0
- package/dist/mint-components/p-770368bc.system.js +1 -0
- package/dist/mint-components/{p-37f67540.system.entry.js → p-7731f793.system.entry.js} +1 -1
- package/dist/mint-components/p-79191f88.entry.js +1 -0
- package/dist/mint-components/{p-545402ff.entry.js → p-7f088154.entry.js} +1 -1
- package/dist/mint-components/{p-b5db456f.system.entry.js → p-8679ed9f.system.entry.js} +1 -1
- package/dist/mint-components/{p-1948d476.entry.js → p-86990110.entry.js} +1 -1
- package/dist/mint-components/{p-70890ada.js → p-8704937c.js} +153 -153
- package/dist/mint-components/{p-14beec1b.system.entry.js → p-88aac6a9.system.entry.js} +1 -1
- package/dist/mint-components/p-8b5b78ca.entry.js +1 -0
- package/dist/mint-components/p-8e907ac7.system.entry.js +1 -0
- package/dist/mint-components/p-91669312.entry.js +1 -0
- package/dist/mint-components/p-9c310991.system.entry.js +1 -0
- package/dist/mint-components/p-a1dba9a1.system.entry.js +1 -0
- package/dist/mint-components/p-a6a7dcaa.js +1 -0
- package/dist/mint-components/{p-b6593d79.js → p-a7949e42.js} +24 -24
- package/dist/mint-components/p-a8f7cb95.js +1 -0
- package/dist/mint-components/{p-bd229b60.entry.js → p-a9050eb0.entry.js} +1 -1
- package/dist/mint-components/p-aad11a68.entry.js +1 -0
- package/dist/mint-components/{p-3c9b7cf5.system.entry.js → p-af062c8f.system.entry.js} +1 -1
- package/dist/mint-components/{p-e6024536.system.entry.js → p-afd366ae.system.entry.js} +1 -1
- package/dist/mint-components/{p-4519b7a5.system.entry.js → p-b12f7281.system.entry.js} +1 -1
- package/dist/mint-components/{p-1426f887.js → p-b23d5520.js} +1 -1
- package/dist/mint-components/p-b370fca8.system.js +1 -0
- package/dist/mint-components/p-b3b5b4b7.system.entry.js +1 -0
- package/dist/mint-components/{p-2b4fbcf7.entry.js → p-b45ba369.entry.js} +9 -9
- package/dist/mint-components/{p-c96b66e0.entry.js → p-b4c52c5a.entry.js} +3 -3
- package/dist/mint-components/p-b5861974.system.entry.js +1 -0
- package/dist/mint-components/{p-8369d5c3.system.entry.js → p-b6fc1227.system.entry.js} +1 -1
- package/dist/mint-components/{p-105d3cea.system.js → p-bc51264d.system.js} +1 -1
- package/dist/mint-components/{p-022d8077.system.entry.js → p-be4b748a.system.entry.js} +1 -1
- package/dist/mint-components/p-c34a507e.system.entry.js +1 -0
- package/dist/mint-components/p-c84659a3.system.js +1 -0
- package/dist/mint-components/p-c8878e79.entry.js +1 -0
- package/dist/mint-components/{p-7c4879fd.entry.js → p-ce5afa40.entry.js} +1 -1
- package/dist/mint-components/{p-350f61cd.js → p-ce621bcc.js} +1 -1
- package/dist/mint-components/{p-e5299352.system.js → p-ce9e7c98.system.js} +1 -1
- package/dist/mint-components/{p-dd18c75b.system.entry.js → p-cf690d55.system.entry.js} +1 -1
- package/dist/mint-components/p-cfb48ad2.system.entry.js +1 -0
- package/dist/mint-components/{p-5c602e84.entry.js → p-dd0d79bf.entry.js} +1 -1
- package/dist/mint-components/{p-07957c5a.system.js → p-dd7ee007.system.js} +1 -1
- package/dist/mint-components/{p-cb550bef.entry.js → p-e3735866.entry.js} +2 -2
- package/dist/mint-components/p-e5a0c50e.entry.js +13 -0
- package/dist/mint-components/p-e82b056c.system.entry.js +1 -0
- package/dist/mint-components/{p-86ba3785.js → p-eaada4da.js} +1 -1
- package/dist/mint-components/{p-208cf52b.system.entry.js → p-eba44835.system.entry.js} +1 -1
- package/dist/mint-components/{p-02acb970.system.js → p-ed095674.system.js} +1 -1
- package/dist/mint-components/{p-2932de37.system.js → p-ed17e637.system.js} +1 -1
- package/dist/mint-components/{p-7ab14d4b.system.entry.js → p-f0806232.system.entry.js} +1 -1
- package/dist/mint-components/{p-48704504.js → p-f3053c61.js} +1 -1
- package/dist/mint-components/{p-43701d0d.system.entry.js → p-fb20eb5e.system.entry.js} +1 -1
- package/dist/mint-components/{p-79097c07.entry.js → p-fbdf0738.entry.js} +1 -1
- package/dist/mint-components/{p-1b24bb52.js → p-fd2c5407.js} +1 -1
- package/dist/mint-components/{p-45e6592d.entry.js → p-fe5675b3.entry.js} +1 -1
- package/dist/types/components/sqm-image/sqm-image-view.d.ts +1 -0
- package/dist/types/components/sqm-image/sqm-image.d.ts +5 -0
- package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +2 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +2 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +12 -1
- package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +2 -0
- package/dist/types/components.d.ts +28 -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/cjs/index-56d1fa5b.js +0 -2227
- package/dist/esm/index-0c7b14c5.js +0 -2225
- package/dist/esm-es5/ShadowViewAddon-7ae0f3a0.js +0 -1
- package/dist/esm-es5/global-8a95a0d3.js +0 -285
- package/dist/esm-es5/index-0c7b14c5.js +0 -1
- package/dist/esm-es5/index.module-f9338fc3.js +0 -53
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-05fa5ccd.js +0 -1
- package/dist/esm-es5/useChildElements-e32fe084.js +0 -1
- package/dist/esm-es5/useInstantAccessRegistration-59d8b278.js +0 -1
- package/dist/esm-es5/useReferralTable-34d7f6ee.js +0 -1
- package/dist/esm-es5/useRegistrationFormState-a140a962.js +0 -1
- package/dist/mint-components/p-0043bc3c.js +0 -1
- package/dist/mint-components/p-08bf5051.system.entry.js +0 -1
- package/dist/mint-components/p-098b5cef.system.entry.js +0 -1
- package/dist/mint-components/p-118c20e6.system.entry.js +0 -1
- package/dist/mint-components/p-12a1697b.system.js +0 -1
- package/dist/mint-components/p-17554cca.system.entry.js +0 -1
- package/dist/mint-components/p-1975adfc.entry.js +0 -1
- package/dist/mint-components/p-269fbf0d.entry.js +0 -1
- package/dist/mint-components/p-2db204e7.entry.js +0 -1
- package/dist/mint-components/p-3030c6ba.system.js +0 -1
- package/dist/mint-components/p-38211322.system.entry.js +0 -1
- package/dist/mint-components/p-3bd60021.system.js +0 -53
- package/dist/mint-components/p-4414e194.system.entry.js +0 -1
- package/dist/mint-components/p-48409171.entry.js +0 -33
- package/dist/mint-components/p-55d7380c.entry.js +0 -13
- package/dist/mint-components/p-57e9275a.system.entry.js +0 -1
- package/dist/mint-components/p-5873fc01.js +0 -1
- package/dist/mint-components/p-6fbfd683.js +0 -1
- package/dist/mint-components/p-755073e7.entry.js +0 -1
- package/dist/mint-components/p-858a87ce.entry.js +0 -1
- package/dist/mint-components/p-85c56a32.system.entry.js +0 -1
- package/dist/mint-components/p-89669879.system.js +0 -1
- package/dist/mint-components/p-9a8180f3.entry.js +0 -1
- package/dist/mint-components/p-a06ac84d.entry.js +0 -1
- package/dist/mint-components/p-a252acc8.system.entry.js +0 -1
- package/dist/mint-components/p-a3e853b9.entry.js +0 -1
- package/dist/mint-components/p-a716994f.entry.js +0 -13
- package/dist/mint-components/p-af4357ee.system.js +0 -1
- package/dist/mint-components/p-bc9b2c8b.entry.js +0 -1
- package/dist/mint-components/p-bd124285.system.entry.js +0 -1
- package/dist/mint-components/p-c176d02b.js +0 -42
- package/dist/mint-components/p-c1c5ca28.system.entry.js +0 -1
- package/dist/mint-components/p-c7572e7e.system.entry.js +0 -1
- package/dist/mint-components/p-cac64545.system.entry.js +0 -1
- package/dist/mint-components/p-d6dd11db.system.entry.js +0 -1
- package/dist/mint-components/p-db39e02a.entry.js +0 -1
|
@@ -3,24 +3,23 @@
|
|
|
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-72742a0b.js');
|
|
7
|
+
const global = require('./global-02e50f09.js');
|
|
8
|
+
const index_module = require('./index.module-df530553.js');
|
|
9
|
+
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
9
10
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
11
|
require('./mixins-fe9d4112.js');
|
|
11
12
|
const JSS = require('./JSS-8503a151.js');
|
|
12
|
-
const reRender = require('./re-render-
|
|
13
|
-
const useChildElements = require('./useChildElements-
|
|
14
|
-
require('./luxon-
|
|
15
|
-
const index$1 = require('./index-56d1fa5b.js');
|
|
13
|
+
const reRender = require('./re-render-1976e05e.js');
|
|
14
|
+
const useChildElements = require('./useChildElements-e0d44916.js');
|
|
15
|
+
require('./luxon-05098e19.js');
|
|
16
16
|
const utils = require('./utils-6847bc06.js');
|
|
17
17
|
require('./sqm-text-span-view-e1cd9bd3.js');
|
|
18
|
-
const index$
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const utilities = require('./utilities-42a1810d.js');
|
|
18
|
+
const index$1 = require('./index-8c6255f5.js');
|
|
19
|
+
const useRegistrationFormState = require('./useRegistrationFormState-876ed65d.js');
|
|
20
|
+
const utilities = require('./utilities-cec9dd36.js');
|
|
22
21
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
23
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
22
|
+
const ShadowViewAddon = require('./ShadowViewAddon-3e537eb3.js');
|
|
24
23
|
require('./sqm-portal-container-view-5fb2ad49.js');
|
|
25
24
|
|
|
26
25
|
const BigStat = class {
|
|
@@ -34,7 +33,7 @@ const BigStat = class {
|
|
|
34
33
|
*/
|
|
35
34
|
this.flexReverse = false;
|
|
36
35
|
this.ignored = true;
|
|
37
|
-
stencilHooks_module.h(this);
|
|
36
|
+
stencilHooks_module.h$1(this);
|
|
38
37
|
}
|
|
39
38
|
disconnectedCallback() { }
|
|
40
39
|
render() {
|
|
@@ -63,7 +62,7 @@ function buildFontsCssUrl(...fonts) {
|
|
|
63
62
|
const BrandComponent = class {
|
|
64
63
|
constructor(hostRef) {
|
|
65
64
|
index.registerInstance(this, hostRef);
|
|
66
|
-
stencilHooks_module.h(this);
|
|
65
|
+
stencilHooks_module.h$1(this);
|
|
67
66
|
}
|
|
68
67
|
disconnectedCallback() { }
|
|
69
68
|
render() {
|
|
@@ -129,7 +128,7 @@ const CardFeed = class {
|
|
|
129
128
|
* @uiType number
|
|
130
129
|
*/
|
|
131
130
|
this.gap = 24;
|
|
132
|
-
stencilHooks_module.h(this);
|
|
131
|
+
stencilHooks_module.h$1(this);
|
|
133
132
|
}
|
|
134
133
|
disconnectedCallback() { }
|
|
135
134
|
render() {
|
|
@@ -237,7 +236,7 @@ const CheckboxField = class {
|
|
|
237
236
|
* @uiName Optional
|
|
238
237
|
*/
|
|
239
238
|
this.checkboxOptional = false;
|
|
240
|
-
stencilHooks_module.h(this);
|
|
239
|
+
stencilHooks_module.h$1(this);
|
|
241
240
|
}
|
|
242
241
|
disconnectedCallback() { }
|
|
243
242
|
render() {
|
|
@@ -271,7 +270,7 @@ function useCheckboxFieldDemo(props) {
|
|
|
271
270
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
272
271
|
}
|
|
273
272
|
|
|
274
|
-
const FuelTankRewardsQuery =
|
|
273
|
+
const FuelTankRewardsQuery = index_module.dist.gql `
|
|
275
274
|
query fuelTankRewardsQuery($programId: ID!) {
|
|
276
275
|
user: viewer {
|
|
277
276
|
... on User {
|
|
@@ -296,7 +295,7 @@ const FuelTankRewardsQuery = index$1.dist.gql `
|
|
|
296
295
|
}
|
|
297
296
|
}
|
|
298
297
|
`;
|
|
299
|
-
const WIDGET_ENGAGEMENT_EVENT =
|
|
298
|
+
const WIDGET_ENGAGEMENT_EVENT = index_module.dist.gql `
|
|
300
299
|
mutation loadEvent($eventMeta: UserAnalyticsEvent!) {
|
|
301
300
|
createUserAnalyticsEvent(eventMeta: $eventMeta)
|
|
302
301
|
}
|
|
@@ -489,7 +488,7 @@ const CouponCode = class {
|
|
|
489
488
|
* @uiGroup Coupon code error
|
|
490
489
|
*/
|
|
491
490
|
this.couponCodePlaceholder = "...";
|
|
492
|
-
stencilHooks_module.h(this);
|
|
491
|
+
stencilHooks_module.h$1(this);
|
|
493
492
|
}
|
|
494
493
|
disconnectedCallback() { }
|
|
495
494
|
render() {
|
|
@@ -583,7 +582,7 @@ const DividedLayout = class {
|
|
|
583
582
|
* @uiName Border style
|
|
584
583
|
*/
|
|
585
584
|
this.dividerStyle = "1px solid #EAEAEA";
|
|
586
|
-
stencilHooks_module.h(this);
|
|
585
|
+
stencilHooks_module.h$1(this);
|
|
587
586
|
}
|
|
588
587
|
disconnectedCallback() { }
|
|
589
588
|
render() {
|
|
@@ -617,7 +616,7 @@ const DropdownField = class {
|
|
|
617
616
|
* @default
|
|
618
617
|
*/
|
|
619
618
|
this.dropdownOptional = false;
|
|
620
|
-
stencilHooks_module.h(this);
|
|
619
|
+
stencilHooks_module.h$1(this);
|
|
621
620
|
}
|
|
622
621
|
disconnectedCallback() { }
|
|
623
622
|
render() {
|
|
@@ -648,7 +647,7 @@ function useDropdownFieldDemo(props) {
|
|
|
648
647
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
649
648
|
}
|
|
650
649
|
|
|
651
|
-
const GET_USER =
|
|
650
|
+
const GET_USER = index_module.dist.gql `
|
|
652
651
|
query {
|
|
653
652
|
viewer {
|
|
654
653
|
... on User {
|
|
@@ -662,7 +661,7 @@ const GET_USER = index$1.dist.gql `
|
|
|
662
661
|
}
|
|
663
662
|
}
|
|
664
663
|
`;
|
|
665
|
-
const UPSERT_USER =
|
|
664
|
+
const UPSERT_USER = index_module.dist.gql `
|
|
666
665
|
mutation (
|
|
667
666
|
$id: String!
|
|
668
667
|
$accountId: String!
|
|
@@ -820,7 +819,7 @@ const EditProfile = class {
|
|
|
820
819
|
* @uiName Form error message
|
|
821
820
|
*/
|
|
822
821
|
this.formErrorText = "Please correct the errors below to update your profile.";
|
|
823
|
-
stencilHooks_module.h(this);
|
|
822
|
+
stencilHooks_module.h$1(this);
|
|
824
823
|
}
|
|
825
824
|
disconnectedCallback() { }
|
|
826
825
|
render() {
|
|
@@ -923,7 +922,7 @@ const Hero = class {
|
|
|
923
922
|
* @uiEnumNames ["Wrap", "Wrap Reverse"]
|
|
924
923
|
*/
|
|
925
924
|
this.wrapDirection = "wrap";
|
|
926
|
-
stencilHooks_module.h(this);
|
|
925
|
+
stencilHooks_module.h$1(this);
|
|
927
926
|
}
|
|
928
927
|
disconnectedCallback() { }
|
|
929
928
|
// TODO: Improve empty slot behavior with useChildElements to check for empty slot
|
|
@@ -1129,7 +1128,7 @@ const HeroImage = class {
|
|
|
1129
1128
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1130
1129
|
*/
|
|
1131
1130
|
this.paddingImage = "none";
|
|
1132
|
-
stencilHooks_module.h(this);
|
|
1131
|
+
stencilHooks_module.h$1(this);
|
|
1133
1132
|
}
|
|
1134
1133
|
disconnectedCallback() { }
|
|
1135
1134
|
render() {
|
|
@@ -1141,7 +1140,7 @@ const SqmHookStoryContainer = class {
|
|
|
1141
1140
|
constructor(hostRef) {
|
|
1142
1141
|
index.registerInstance(this, hostRef);
|
|
1143
1142
|
this.ignored = true;
|
|
1144
|
-
stencilHooks_module.h(this);
|
|
1143
|
+
stencilHooks_module.h$1(this);
|
|
1145
1144
|
}
|
|
1146
1145
|
disconnectedCallback() { }
|
|
1147
1146
|
render() {
|
|
@@ -1155,13 +1154,14 @@ function ImageView(props) {
|
|
|
1155
1154
|
const style = {
|
|
1156
1155
|
Container: {
|
|
1157
1156
|
display: "flex",
|
|
1157
|
+
// width: props.width || "100%",
|
|
1158
1158
|
width: "100%",
|
|
1159
1159
|
justifyContent: props.alignment || "center",
|
|
1160
1160
|
background: props.backgroundColor || "",
|
|
1161
1161
|
},
|
|
1162
1162
|
Image: {
|
|
1163
1163
|
minHeight: props.minHeight || "100%",
|
|
1164
|
-
width: "100%",
|
|
1164
|
+
width: props.width || "100%",
|
|
1165
1165
|
maxWidth: "max-content",
|
|
1166
1166
|
objectFit: "cover",
|
|
1167
1167
|
},
|
|
@@ -1226,7 +1226,7 @@ const InputField = class {
|
|
|
1226
1226
|
* @default
|
|
1227
1227
|
*/
|
|
1228
1228
|
this.fieldOptional = false;
|
|
1229
|
-
stencilHooks_module.h(this);
|
|
1229
|
+
stencilHooks_module.h$1(this);
|
|
1230
1230
|
}
|
|
1231
1231
|
disconnectedCallback() { }
|
|
1232
1232
|
render() {
|
|
@@ -1254,7 +1254,7 @@ function useInputFieldDemo(props) {
|
|
|
1254
1254
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
|
-
const GET_LEADERBOARD =
|
|
1257
|
+
const GET_LEADERBOARD = index_module.dist.gql `
|
|
1258
1258
|
query (
|
|
1259
1259
|
$type: String!
|
|
1260
1260
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1276,7 +1276,7 @@ const GET_LEADERBOARD = index$1.dist.gql `
|
|
|
1276
1276
|
}
|
|
1277
1277
|
}
|
|
1278
1278
|
`;
|
|
1279
|
-
const GET_LEADERBOARD_WITHOUT_NAMES =
|
|
1279
|
+
const GET_LEADERBOARD_WITHOUT_NAMES = index_module.dist.gql `
|
|
1280
1280
|
query (
|
|
1281
1281
|
$type: String!
|
|
1282
1282
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1296,7 +1296,7 @@ const GET_LEADERBOARD_WITHOUT_NAMES = index$1.dist.gql `
|
|
|
1296
1296
|
}
|
|
1297
1297
|
}
|
|
1298
1298
|
`;
|
|
1299
|
-
const GET_RANK =
|
|
1299
|
+
const GET_RANK = index_module.dist.gql `
|
|
1300
1300
|
query (
|
|
1301
1301
|
$type: String!
|
|
1302
1302
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1316,7 +1316,7 @@ const GET_RANK = index$1.dist.gql `
|
|
|
1316
1316
|
}
|
|
1317
1317
|
}
|
|
1318
1318
|
`;
|
|
1319
|
-
const GET_RANK_WITHOUT_NAMES =
|
|
1319
|
+
const GET_RANK_WITHOUT_NAMES = index_module.dist.gql `
|
|
1320
1320
|
query (
|
|
1321
1321
|
$type: String!
|
|
1322
1322
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1413,6 +1413,14 @@ function useLeaderboard(props) {
|
|
|
1413
1413
|
const Leaderboard = class {
|
|
1414
1414
|
constructor(hostRef) {
|
|
1415
1415
|
index.registerInstance(this, hostRef);
|
|
1416
|
+
/**
|
|
1417
|
+
* @uiName Place text
|
|
1418
|
+
*/
|
|
1419
|
+
this.width = "100%";
|
|
1420
|
+
/**
|
|
1421
|
+
* @uiName Rank Suffix
|
|
1422
|
+
*/
|
|
1423
|
+
this.rankSuffix = "{rank, selectordinal, one {#st} two {#nd} few {#rd} other {#th}}";
|
|
1416
1424
|
/**
|
|
1417
1425
|
* Hide the viewer's leaderboard row if not in the top results.
|
|
1418
1426
|
*
|
|
@@ -1423,7 +1431,7 @@ const Leaderboard = class {
|
|
|
1423
1431
|
/**
|
|
1424
1432
|
* Hide the Names of users to protect personal identifiable information
|
|
1425
1433
|
*
|
|
1426
|
-
* @uiName Hide users
|
|
1434
|
+
* @uiName Hide users names
|
|
1427
1435
|
* @default
|
|
1428
1436
|
*/
|
|
1429
1437
|
this.hideNames = false;
|
|
@@ -1446,7 +1454,7 @@ const Leaderboard = class {
|
|
|
1446
1454
|
*/
|
|
1447
1455
|
this.maxRows = 10;
|
|
1448
1456
|
this.ignored = true;
|
|
1449
|
-
stencilHooks_module.h(this);
|
|
1457
|
+
stencilHooks_module.h$1(this);
|
|
1450
1458
|
ShadowViewAddon.withShadowView(this);
|
|
1451
1459
|
}
|
|
1452
1460
|
disconnectedCallback() { }
|
|
@@ -1468,12 +1476,13 @@ const Leaderboard = class {
|
|
|
1468
1476
|
hideNames: this.hideNames,
|
|
1469
1477
|
showRank: this.showRank,
|
|
1470
1478
|
isEssentials: this.isEssentials,
|
|
1479
|
+
rankSuffix: this.rankSuffix,
|
|
1480
|
+
width: this.width,
|
|
1471
1481
|
};
|
|
1472
1482
|
const demoProps = { ...props, demoData: this.demoData };
|
|
1473
1483
|
const viewprops = index_module.isDemo()
|
|
1474
1484
|
? useLeaderboardDemo(demoProps)
|
|
1475
1485
|
: useLeaderboard(props);
|
|
1476
|
-
console.log("viewProps are ", viewprops);
|
|
1477
1486
|
return index.h(ShadowViewAddon.LeaderboardView, Object.assign({}, viewprops));
|
|
1478
1487
|
}
|
|
1479
1488
|
};
|
|
@@ -1544,6 +1553,8 @@ function useLeaderboardDemo(props) {
|
|
|
1544
1553
|
showRank: props.showRank,
|
|
1545
1554
|
hideViewer: props.hideViewer,
|
|
1546
1555
|
hideNames: props.hideNames,
|
|
1556
|
+
rankSuffix: props.rankSuffix,
|
|
1557
|
+
width: props.width,
|
|
1547
1558
|
},
|
|
1548
1559
|
},
|
|
1549
1560
|
data: {
|
|
@@ -1630,7 +1641,7 @@ const NameFields = class {
|
|
|
1630
1641
|
* @uiName Last name label
|
|
1631
1642
|
*/
|
|
1632
1643
|
this.lastNameLabel = "Last Name";
|
|
1633
|
-
stencilHooks_module.h(this);
|
|
1644
|
+
stencilHooks_module.h$1(this);
|
|
1634
1645
|
}
|
|
1635
1646
|
disconnectedCallback() { }
|
|
1636
1647
|
render() {
|
|
@@ -1695,7 +1706,7 @@ const NavigationMenu = class {
|
|
|
1695
1706
|
constructor(hostRef) {
|
|
1696
1707
|
index.registerInstance(this, hostRef);
|
|
1697
1708
|
this.ignored = true;
|
|
1698
|
-
stencilHooks_module.h(this);
|
|
1709
|
+
stencilHooks_module.h$1(this);
|
|
1699
1710
|
}
|
|
1700
1711
|
disconnectedCallback() { }
|
|
1701
1712
|
render() {
|
|
@@ -1865,7 +1876,7 @@ const PortalChangePassword = class {
|
|
|
1865
1876
|
* @uiName Missing number or symbol text
|
|
1866
1877
|
*/
|
|
1867
1878
|
this.hasErrorText = "contain at least 1 number or symbol";
|
|
1868
|
-
stencilHooks_module.h(this);
|
|
1879
|
+
stencilHooks_module.h$1(this);
|
|
1869
1880
|
}
|
|
1870
1881
|
disconnectedCallback() { }
|
|
1871
1882
|
render() {
|
|
@@ -1960,7 +1971,7 @@ const PortalFooter = class {
|
|
|
1960
1971
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1961
1972
|
*/
|
|
1962
1973
|
this.paddingLeft = "large";
|
|
1963
|
-
stencilHooks_module.h(this);
|
|
1974
|
+
stencilHooks_module.h$1(this);
|
|
1964
1975
|
}
|
|
1965
1976
|
disconnectedCallback() { }
|
|
1966
1977
|
render() {
|
|
@@ -1990,7 +2001,7 @@ const PortalFrame = class {
|
|
|
1990
2001
|
* @undocumented
|
|
1991
2002
|
*/
|
|
1992
2003
|
this.notFullScreen = false;
|
|
1993
|
-
stencilHooks_module.h(this);
|
|
2004
|
+
stencilHooks_module.h$1(this);
|
|
1994
2005
|
}
|
|
1995
2006
|
disconnectedCallback() { }
|
|
1996
2007
|
render() {
|
|
@@ -2112,7 +2123,7 @@ const PortalLogin = class {
|
|
|
2112
2123
|
* Displayed when the login fails due to a network error. The participant can try refreshing the page.
|
|
2113
2124
|
*/
|
|
2114
2125
|
this.networkErrorMessage = "An error occurred while logging you in. Please refresh the page and try again.";
|
|
2115
|
-
stencilHooks_module.h(this);
|
|
2126
|
+
stencilHooks_module.h$1(this);
|
|
2116
2127
|
}
|
|
2117
2128
|
disconnectedCallback() { }
|
|
2118
2129
|
render() {
|
|
@@ -2388,7 +2399,7 @@ const PortalRegister = class {
|
|
|
2388
2399
|
* @uiName Missing number or symbol text
|
|
2389
2400
|
*/
|
|
2390
2401
|
this.hasErrorText = "contain at least 1 number or symbol";
|
|
2391
|
-
stencilHooks_module.h(this);
|
|
2402
|
+
stencilHooks_module.h$1(this);
|
|
2392
2403
|
}
|
|
2393
2404
|
disconnectedCallback() { }
|
|
2394
2405
|
render() {
|
|
@@ -2486,7 +2497,7 @@ const ProgramExplainer = class {
|
|
|
2486
2497
|
constructor(hostRef) {
|
|
2487
2498
|
index.registerInstance(this, hostRef);
|
|
2488
2499
|
this.ignored = true;
|
|
2489
|
-
stencilHooks_module.h(this);
|
|
2500
|
+
stencilHooks_module.h$1(this);
|
|
2490
2501
|
}
|
|
2491
2502
|
disconnectedCallback() { }
|
|
2492
2503
|
render() {
|
|
@@ -2557,7 +2568,7 @@ function ProgramExplainerStepView(props) {
|
|
|
2557
2568
|
const ProgramExplainerStep = class {
|
|
2558
2569
|
constructor(hostRef) {
|
|
2559
2570
|
index.registerInstance(this, hostRef);
|
|
2560
|
-
stencilHooks_module.h(this);
|
|
2571
|
+
stencilHooks_module.h$1(this);
|
|
2561
2572
|
}
|
|
2562
2573
|
disconnectedCallback() { }
|
|
2563
2574
|
render() {
|
|
@@ -2600,7 +2611,7 @@ const ProgramMenu = class {
|
|
|
2600
2611
|
constructor(hostRef) {
|
|
2601
2612
|
index.registerInstance(this, hostRef);
|
|
2602
2613
|
this.ignored = true;
|
|
2603
|
-
stencilHooks_module.h(this);
|
|
2614
|
+
stencilHooks_module.h$1(this);
|
|
2604
2615
|
}
|
|
2605
2616
|
disconnectedCallback() { }
|
|
2606
2617
|
render() {
|
|
@@ -2722,7 +2733,7 @@ const ReferralCard = class {
|
|
|
2722
2733
|
* @uiType boolean
|
|
2723
2734
|
*/
|
|
2724
2735
|
this.limitWidth = false;
|
|
2725
|
-
stencilHooks_module.h(this);
|
|
2736
|
+
stencilHooks_module.h$1(this);
|
|
2726
2737
|
}
|
|
2727
2738
|
disconnectedCallback() { }
|
|
2728
2739
|
render() {
|
|
@@ -2739,7 +2750,7 @@ const ReferralCard = class {
|
|
|
2739
2750
|
}
|
|
2740
2751
|
};
|
|
2741
2752
|
|
|
2742
|
-
const GET_USER_DETAILS =
|
|
2753
|
+
const GET_USER_DETAILS = index_module.dist.gql `
|
|
2743
2754
|
query getUser($programId: ID) {
|
|
2744
2755
|
viewer {
|
|
2745
2756
|
... on User {
|
|
@@ -2777,7 +2788,7 @@ const SqmReferralIframe = class {
|
|
|
2777
2788
|
* @uiName IFrame width
|
|
2778
2789
|
*/
|
|
2779
2790
|
this.iframeWidth = "100%";
|
|
2780
|
-
stencilHooks_module.h(this);
|
|
2791
|
+
stencilHooks_module.h$1(this);
|
|
2781
2792
|
}
|
|
2782
2793
|
disconnectedCallback() { }
|
|
2783
2794
|
render() {
|
|
@@ -3410,7 +3421,7 @@ var module$1 = {};
|
|
|
3410
3421
|
|
|
3411
3422
|
const confetti = module$1.exports;
|
|
3412
3423
|
|
|
3413
|
-
const GET_EXCHANGE_LIST =
|
|
3424
|
+
const GET_EXCHANGE_LIST = index_module.dist.gql `
|
|
3414
3425
|
query getExchangeList {
|
|
3415
3426
|
viewer {
|
|
3416
3427
|
... on User {
|
|
@@ -3453,7 +3464,7 @@ const GET_EXCHANGE_LIST = index$1.dist.gql `
|
|
|
3453
3464
|
}
|
|
3454
3465
|
}
|
|
3455
3466
|
`;
|
|
3456
|
-
const EXCHANGE =
|
|
3467
|
+
const EXCHANGE = index_module.dist.gql `
|
|
3457
3468
|
mutation exchange($exchangeRewardInput: ExchangeRewardInput!) {
|
|
3458
3469
|
exchangeReward(exchangeRewardInput: $exchangeRewardInput) {
|
|
3459
3470
|
reward {
|
|
@@ -3746,7 +3757,7 @@ const SqmRewardExchangeList = class {
|
|
|
3746
3757
|
* @uiName Cost row title
|
|
3747
3758
|
*/
|
|
3748
3759
|
this.costTitle = "Cost to Redeem";
|
|
3749
|
-
stencilHooks_module.h(this);
|
|
3760
|
+
stencilHooks_module.h$1(this);
|
|
3750
3761
|
}
|
|
3751
3762
|
disconnectedCallback() { }
|
|
3752
3763
|
render() {
|
|
@@ -3802,7 +3813,7 @@ const debug$1 = stencilHooks_module.browser("sq:useRouter");
|
|
|
3802
3813
|
function matchPath(pattern, page) {
|
|
3803
3814
|
if (!pattern)
|
|
3804
3815
|
return;
|
|
3805
|
-
const regexp = index$
|
|
3816
|
+
const regexp = index$1.pathToRegexp(pattern);
|
|
3806
3817
|
return regexp.exec(page);
|
|
3807
3818
|
}
|
|
3808
3819
|
function useRouter() {
|
|
@@ -3880,7 +3891,7 @@ const SqmRouter = class {
|
|
|
3880
3891
|
constructor(hostRef) {
|
|
3881
3892
|
index.registerInstance(this, hostRef);
|
|
3882
3893
|
this.ignored = true;
|
|
3883
|
-
stencilHooks_module.h(this);
|
|
3894
|
+
stencilHooks_module.h$1(this);
|
|
3884
3895
|
}
|
|
3885
3896
|
disconnectedCallback() { }
|
|
3886
3897
|
render() {
|
|
@@ -3927,7 +3938,7 @@ const Scroll = class {
|
|
|
3927
3938
|
* @uiEnumNames ["Smooth", "Auto"]
|
|
3928
3939
|
*/
|
|
3929
3940
|
this.scrollAnimation = "smooth";
|
|
3930
|
-
stencilHooks_module.h(this);
|
|
3941
|
+
stencilHooks_module.h$1(this);
|
|
3931
3942
|
}
|
|
3932
3943
|
disconnectedCallback() { }
|
|
3933
3944
|
render() {
|
|
@@ -4029,7 +4040,7 @@ const ShareButton = class {
|
|
|
4029
4040
|
* @uiName Unsupported platform text
|
|
4030
4041
|
*/
|
|
4031
4042
|
this.unsupportedPlatformText = "Error: not on a supported device";
|
|
4032
|
-
stencilHooks_module.h(this);
|
|
4043
|
+
stencilHooks_module.h$1(this);
|
|
4033
4044
|
}
|
|
4034
4045
|
disconnectedCallback() { }
|
|
4035
4046
|
render() {
|
|
@@ -4052,7 +4063,7 @@ function useDemoShareButton(props) {
|
|
|
4052
4063
|
}
|
|
4053
4064
|
ShareButton.style = sqmShareButtonCss;
|
|
4054
4065
|
|
|
4055
|
-
const MessageLinkQuery =
|
|
4066
|
+
const MessageLinkQuery = index_module.dist.gql `
|
|
4056
4067
|
query ($programId: ID) {
|
|
4057
4068
|
user: viewer {
|
|
4058
4069
|
... on User {
|
|
@@ -4061,7 +4072,7 @@ const MessageLinkQuery = index$1.dist.gql `
|
|
|
4061
4072
|
}
|
|
4062
4073
|
}
|
|
4063
4074
|
`;
|
|
4064
|
-
const WIDGET_ENGAGEMENT_EVENT$1 =
|
|
4075
|
+
const WIDGET_ENGAGEMENT_EVENT$1 = index_module.dist.gql `
|
|
4065
4076
|
mutation loadEvent($eventMeta: UserAnalyticsEvent!) {
|
|
4066
4077
|
createUserAnalyticsEvent(eventMeta: $eventMeta)
|
|
4067
4078
|
}
|
|
@@ -4136,7 +4147,7 @@ const ShareCode = class {
|
|
|
4136
4147
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4137
4148
|
*/
|
|
4138
4149
|
this.buttonStyle = "icon";
|
|
4139
|
-
stencilHooks_module.h(this);
|
|
4150
|
+
stencilHooks_module.h$1(this);
|
|
4140
4151
|
}
|
|
4141
4152
|
disconnectedCallback() { }
|
|
4142
4153
|
render() {
|
|
@@ -4205,7 +4216,7 @@ const ShareLink = class {
|
|
|
4205
4216
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4206
4217
|
*/
|
|
4207
4218
|
this.buttonStyle = "icon";
|
|
4208
|
-
stencilHooks_module.h(this);
|
|
4219
|
+
stencilHooks_module.h$1(this);
|
|
4209
4220
|
}
|
|
4210
4221
|
disconnectedCallback() { }
|
|
4211
4222
|
render() {
|
|
@@ -4255,7 +4266,7 @@ const StatContainer = class {
|
|
|
4255
4266
|
* @uiEnumNames ["Grid", "Flex"]
|
|
4256
4267
|
*/
|
|
4257
4268
|
this.display = "grid";
|
|
4258
|
-
stencilHooks_module.h(this);
|
|
4269
|
+
stencilHooks_module.h$1(this);
|
|
4259
4270
|
}
|
|
4260
4271
|
disconnectedCallback() { }
|
|
4261
4272
|
render() {
|
|
@@ -4263,7 +4274,7 @@ const StatContainer = class {
|
|
|
4263
4274
|
}
|
|
4264
4275
|
};
|
|
4265
4276
|
|
|
4266
|
-
const SEND_EVENT =
|
|
4277
|
+
const SEND_EVENT = index_module.dist.gql `
|
|
4267
4278
|
mutation taskCardEvent($userEventInput: UserEventInput!) {
|
|
4268
4279
|
logUserEvent(userEventInput: $userEventInput) {
|
|
4269
4280
|
userId
|
|
@@ -4413,7 +4424,7 @@ const TaskCard = class {
|
|
|
4413
4424
|
* @uiGroup Button
|
|
4414
4425
|
*/
|
|
4415
4426
|
this.hideButton = false;
|
|
4416
|
-
stencilHooks_module.h(this);
|
|
4427
|
+
stencilHooks_module.h$1(this);
|
|
4417
4428
|
}
|
|
4418
4429
|
disconnectedCallback() { }
|
|
4419
4430
|
render() {
|
|
@@ -4453,7 +4464,7 @@ const Timeline = class {
|
|
|
4453
4464
|
* @uiEnumNames ["Gift", "Circle"]
|
|
4454
4465
|
*/
|
|
4455
4466
|
this.icon = "gift";
|
|
4456
|
-
stencilHooks_module.h(this);
|
|
4467
|
+
stencilHooks_module.h$1(this);
|
|
4457
4468
|
}
|
|
4458
4469
|
disconnectedCallback() { }
|
|
4459
4470
|
render() {
|
|
@@ -4567,7 +4578,7 @@ const TimelineReward = class {
|
|
|
4567
4578
|
index.registerInstance(this, hostRef);
|
|
4568
4579
|
this.ignored = true;
|
|
4569
4580
|
this.iconState = "gift";
|
|
4570
|
-
stencilHooks_module.h(this);
|
|
4581
|
+
stencilHooks_module.h$1(this);
|
|
4571
4582
|
}
|
|
4572
4583
|
async setIcon(value) {
|
|
4573
4584
|
this.iconState = value;
|
|
@@ -4583,7 +4594,7 @@ function UserNameView(props) {
|
|
|
4583
4594
|
return index.h(index.Host, null, props.loading ? props.loadingText : props.username);
|
|
4584
4595
|
}
|
|
4585
4596
|
|
|
4586
|
-
const GET_USER_NAME =
|
|
4597
|
+
const GET_USER_NAME = index_module.dist.gql `
|
|
4587
4598
|
query getUserName {
|
|
4588
4599
|
viewer {
|
|
4589
4600
|
... on User {
|
|
@@ -4621,7 +4632,7 @@ const UserName = class {
|
|
|
4621
4632
|
* @uiName Loading text
|
|
4622
4633
|
*/
|
|
4623
4634
|
this.loadingText = "...";
|
|
4624
|
-
stencilHooks_module.h(this);
|
|
4635
|
+
stencilHooks_module.h$1(this);
|
|
4625
4636
|
}
|
|
4626
4637
|
disconnectedCallback() { }
|
|
4627
4638
|
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-72742a0b.js');
|
|
7
|
+
const index_module = require('./index.module-df530553.js');
|
|
8
8
|
require('./mixins-fe9d4112.js');
|
|
9
9
|
require('./JSS-8503a151.js');
|
|
10
10
|
const sqmCloseButtonView = require('./sqm-close-button-view-fd6e8f60.js');
|
|
@@ -18,7 +18,7 @@ const CloseButton = class {
|
|
|
18
18
|
* @uiType string
|
|
19
19
|
*/
|
|
20
20
|
this.color = "#000000";
|
|
21
|
-
stencilHooks_module.h(this);
|
|
21
|
+
stencilHooks_module.h$1(this);
|
|
22
22
|
}
|
|
23
23
|
disconnectedCallback() { }
|
|
24
24
|
render() {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index$1 = 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-72742a0b.js');
|
|
7
|
+
const index_module = require('./index.module-df530553.js');
|
|
8
8
|
const utils = require('./utils-6847bc06.js');
|
|
9
9
|
const index = require('./index-8c6255f5.js');
|
|
10
10
|
|
|
@@ -90,7 +90,7 @@ const SqmContextRouter = class {
|
|
|
90
90
|
constructor(hostRef) {
|
|
91
91
|
index$1.registerInstance(this, hostRef);
|
|
92
92
|
this.ignored = true;
|
|
93
|
-
stencilHooks_module.h(this);
|
|
93
|
+
stencilHooks_module.h$1(this);
|
|
94
94
|
}
|
|
95
95
|
disconnectedCallback() { }
|
|
96
96
|
render() {
|
|
@@ -3,9 +3,9 @@
|
|
|
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
|
-
require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
|
|
7
|
+
const global = require('./global-02e50f09.js');
|
|
8
|
+
require('./index.module-df530553.js');
|
|
9
9
|
require('./JSS-8503a151.js');
|
|
10
10
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
const sqmPortalContainerView = require('./sqm-portal-container-view-5fb2ad49.js');
|
|
@@ -78,7 +78,7 @@ const PortalContainer = class {
|
|
|
78
78
|
* @uiType string
|
|
79
79
|
*/
|
|
80
80
|
this.backgroundColor = "#ffffff00";
|
|
81
|
-
stencilHooks_module.h(this);
|
|
81
|
+
stencilHooks_module.h$1(this);
|
|
82
82
|
}
|
|
83
83
|
disconnectedCallback() { }
|
|
84
84
|
render() {
|
|
@@ -137,7 +137,7 @@ const Text = class {
|
|
|
137
137
|
constructor(hostRef) {
|
|
138
138
|
index.registerInstance(this, hostRef);
|
|
139
139
|
this.ignored = true;
|
|
140
|
-
stencilHooks_module.h(this);
|
|
140
|
+
stencilHooks_module.h$1(this);
|
|
141
141
|
}
|
|
142
142
|
disconnectedCallback() { }
|
|
143
143
|
componentWillLoad() { }
|
|
@@ -174,7 +174,7 @@ const TitledSection = class {
|
|
|
174
174
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
175
175
|
*/
|
|
176
176
|
this.padding = "none";
|
|
177
|
-
stencilHooks_module.h(this);
|
|
177
|
+
stencilHooks_module.h$1(this);
|
|
178
178
|
}
|
|
179
179
|
disconnectedCallback() { }
|
|
180
180
|
render() {
|
|
@@ -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-72742a0b.js');
|
|
7
7
|
|
|
8
8
|
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)}";
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ const FormMessage = class {
|
|
|
11
11
|
constructor(hostRef) {
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
this.ignored = true;
|
|
14
|
-
stencilHooks_module.h(this);
|
|
14
|
+
stencilHooks_module.h$1(this);
|
|
15
15
|
}
|
|
16
16
|
disconnectedCallback() { }
|
|
17
17
|
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-72742a0b.js');
|
|
7
|
+
const index_module = require('./index.module-df530553.js');
|
|
8
8
|
|
|
9
9
|
async function useGraphQLClientProvider({ domain }) {
|
|
10
10
|
const token = index_module.J();
|
|
@@ -22,7 +22,7 @@ const GraphQLClientProvider = class {
|
|
|
22
22
|
constructor(hostRef) {
|
|
23
23
|
index.registerInstance(this, hostRef);
|
|
24
24
|
this.ignored = true;
|
|
25
|
-
stencilHooks_module.h(this);
|
|
25
|
+
stencilHooks_module.h$1(this);
|
|
26
26
|
}
|
|
27
27
|
disconnectedCallback() { }
|
|
28
28
|
render() {
|
|
@@ -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-72742a0b.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(this);
|
|
22
|
+
stencilHooks_module.h$1(this);
|
|
23
23
|
}
|
|
24
24
|
disconnectedCallback() { }
|
|
25
25
|
render() {
|