@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
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { Q, y as yn,
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { d as dist, Q, y as yn, b as setUserIdentity, i as isDemo } from './index.module-def4aec5.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import './JSS-67b5cff8.js';
|
|
6
|
-
import { d as dist } from './index-0c7b14c5.js';
|
|
7
6
|
import { g as getProps } from './utils-334c1e34.js';
|
|
8
7
|
import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-2c6122cd.js';
|
|
9
8
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { S as Sn, i as isDemo } from './index.module-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { S as Sn, i as isDemo } from './index.module-def4aec5.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import './mixins-f60a614c.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import { g as getProps } from './utils-334c1e34.js';
|
|
8
|
-
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-
|
|
8
|
+
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-60ef06cc.js';
|
|
9
9
|
|
|
10
10
|
function useNavigationSidebarItem(props) {
|
|
11
11
|
const currentPage = Sn();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { S as Sn, H } from './index.module-
|
|
2
|
+
import { n as h, k as useState, f as useEffect } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { S as Sn, H } from './index.module-def4aec5.js';
|
|
4
4
|
import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-414bcb19.js';
|
|
5
5
|
|
|
6
6
|
const NavigationSidebar = class {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { h, r as registerInstance } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { i as isDemo } from './index.module-
|
|
2
|
+
import { i as d, k as useState, n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { i as isDemo } from './index.module-def4aec5.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import { E as ErrorStyles } from './mixins-f60a614c.js';
|
|
6
6
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
7
7
|
import { g as getProps } from './utils-334c1e34.js';
|
|
8
|
-
import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-
|
|
8
|
+
import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-9fc1ac80.js';
|
|
9
9
|
|
|
10
10
|
var constants = {
|
|
11
11
|
error: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h, c as Host, r as registerInstance } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { B } from './index.module-
|
|
2
|
+
import { n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { B } from './index.module-def4aec5.js';
|
|
4
4
|
import { g as getProps } from './utils-334c1e34.js';
|
|
5
5
|
|
|
6
6
|
const PopupContainerView = (props) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-17b4da69.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-04c7d3b5.js';
|
|
3
3
|
import { A as AuthWrapper, a as AuthColumn } from './mixins-f60a614c.js';
|
|
4
4
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
5
5
|
import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import './global-
|
|
4
|
-
import { l as ln, n as nn, Q, $ as $n, u as useCallback, i as isDemo } from './index.module-
|
|
2
|
+
import { k as useState, m as useRef, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import './global-04c7d3b5.js';
|
|
4
|
+
import { l as ln, n as nn, Q, $ as $n, u as useCallback, i as isDemo } from './index.module-def4aec5.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './mixins-f60a614c.js';
|
|
7
7
|
import './JSS-67b5cff8.js';
|
|
8
8
|
import './sqm-text-span-view-8d140661.js';
|
|
9
|
-
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-
|
|
9
|
+
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-4307c992.js';
|
|
10
10
|
|
|
11
11
|
function usePortalEmailVerification(props) {
|
|
12
12
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { k as useState, n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { e as un, $ as $n, i as isDemo } from './index.module-def4aec5.js';
|
|
4
|
+
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
4
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
6
|
import './mixins-f60a614c.js';
|
|
6
7
|
import './JSS-67b5cff8.js';
|
|
7
8
|
import './sqm-text-span-view-8d140661.js';
|
|
8
|
-
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
9
9
|
import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-c2ed8fed.js';
|
|
10
10
|
|
|
11
11
|
function usePortalForgotPassword(props) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { b as setUserIdentity, $ as $n, i as isDemo } from './index.module-def4aec5.js';
|
|
4
4
|
|
|
5
5
|
function usePortalLogout({ nextPage }) {
|
|
6
6
|
setUserIdentity(undefined);
|
package/dist/esm/{sqm-portal-profile-view-0a31702e.js → sqm-portal-profile-view-ffe955c8.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-17b4da69.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-04c7d3b5.js';
|
|
3
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
4
4
|
import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
|
|
5
5
|
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import './global-
|
|
4
|
-
import { Q, y as yn,
|
|
2
|
+
import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import './global-04c7d3b5.js';
|
|
4
|
+
import { d as dist, Q, y as yn, f as $e, i as isDemo } from './index.module-def4aec5.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
|
-
import { d as dist } from './index-0c7b14c5.js';
|
|
8
7
|
import { g as getProps } from './utils-334c1e34.js';
|
|
9
8
|
import './sqm-text-span-view-8d140661.js';
|
|
10
|
-
import { P as PortalProfileView } from './sqm-portal-profile-view-
|
|
11
|
-
import { i as isEmpty } from './utilities-
|
|
9
|
+
import { P as PortalProfileView } from './sqm-portal-profile-view-ffe955c8.js';
|
|
10
|
+
import { i as isEmpty } from './utilities-3f5bba22.js';
|
|
12
11
|
|
|
13
12
|
const GET_USER = dist.gql `
|
|
14
13
|
query {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { Q, S as Sn, $ as $n, i as isDemo } from './index.module-
|
|
2
|
+
import { f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { Q, S as Sn, $ as $n, i as isDemo } from './index.module-def4aec5.js';
|
|
4
4
|
|
|
5
5
|
function usePortalProtectedRoute({ requireEmailVerification, redirectTo, redirectToUnverified, }) {
|
|
6
6
|
var _a;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { h, r as registerInstance } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { L, W as We, y as yn, $ as $n, u as useCallback, i as isDemo } from './index.module-
|
|
2
|
+
import { m as useRef, f as useEffect, n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { d as dist, L, W as We, y as yn, $ as $n, u as useCallback, i as isDemo } from './index.module-def4aec5.js';
|
|
4
|
+
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
4
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
6
|
import { A as AuthWrapper, a as AuthColumn, H as HostBlock, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-f60a614c.js';
|
|
6
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
7
|
-
import { d as dist } from './index-0c7b14c5.js';
|
|
8
8
|
import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
|
|
9
|
-
import {
|
|
10
|
-
import { u as useRegistrationFormState } from './useRegistrationFormState-a140a962.js';
|
|
9
|
+
import { u as useRegistrationFormState } from './useRegistrationFormState-9fc1ac80.js';
|
|
11
10
|
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
12
11
|
|
|
13
12
|
const style = {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { h as Qe, T as Te, $ as $n, i as isDemo } from './index.module-def4aec5.js';
|
|
4
|
+
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
4
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
6
|
import './mixins-f60a614c.js';
|
|
6
7
|
import './JSS-67b5cff8.js';
|
|
7
8
|
import { s as sanitizeUrlPath } from './utils-334c1e34.js';
|
|
8
9
|
import './sqm-text-span-view-8d140661.js';
|
|
9
|
-
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
10
10
|
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-79a85e02.js';
|
|
11
11
|
|
|
12
12
|
function usePortalResetPassword(props) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { Q,
|
|
2
|
+
import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { Q, j as an, $ as $n, b as setUserIdentity, i as isDemo } from './index.module-def4aec5.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import './mixins-f60a614c.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, g as getElement, c as Host } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { i as intl } from './global-
|
|
4
|
-
import { i as isDemo } from './index.module-
|
|
2
|
+
import { n as h, j as useReducer, u as useMemo, f as useEffect } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { i as intl } from './global-04c7d3b5.js';
|
|
4
|
+
import { i as isDemo } from './index.module-def4aec5.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './mixins-f60a614c.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import { G as GenericTableView } from './GenericTableView-d59d8ab4.js';
|
|
9
|
-
import { a as useRequestRerender, u as useRerenderListener } from './re-render-
|
|
10
|
-
import { u as useChildElements } from './useChildElements-
|
|
11
|
-
import { l as luxon } from './luxon-
|
|
12
|
-
import { g as getPaypalMeta } from './mockRewardData-
|
|
13
|
-
import './
|
|
14
|
-
import { u as useReferralTable, t as tryMethod } from './useReferralTable-34d7f6ee.js';
|
|
9
|
+
import { a as useRequestRerender, u as useRerenderListener } from './re-render-12fd274a.js';
|
|
10
|
+
import { u as useChildElements } from './useChildElements-32e1bda1.js';
|
|
11
|
+
import { l as luxon } from './luxon-7600be8d.js';
|
|
12
|
+
import { g as getPaypalMeta } from './mockRewardData-0eb6e778.js';
|
|
13
|
+
import { u as useReferralTable, t as tryMethod } from './useReferralTable-f4de0650.js';
|
|
15
14
|
import { l as luxonLocale } from './utils-334c1e34.js';
|
|
16
15
|
import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
|
|
17
16
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { i as isDemo,
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { i as isDemo, b as setUserIdentity } from './index.module-def4aec5.js';
|
|
4
|
+
import './jsonpointer-388a7082.js';
|
|
4
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
6
|
import './mixins-f60a614c.js';
|
|
6
7
|
import './JSS-67b5cff8.js';
|
|
7
8
|
import { E as EmailRegistrationView } from './email-registration-view-a89a88bf.js';
|
|
8
|
-
import './
|
|
9
|
-
import './
|
|
10
|
-
import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-59d8b278.js';
|
|
9
|
+
import './useRegistrationFormState-9fc1ac80.js';
|
|
10
|
+
import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-46b89952.js';
|
|
11
11
|
|
|
12
12
|
const ReferredRegistration = class {
|
|
13
13
|
constructor(hostRef) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
3
|
import './JSS-67b5cff8.js';
|
|
4
4
|
import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, c as Host } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import './index.module-
|
|
4
|
-
import { a as useRequestRerender } from './re-render-
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import './index.module-def4aec5.js';
|
|
4
|
+
import { a as useRequestRerender } from './re-render-12fd274a.js';
|
|
5
5
|
|
|
6
6
|
const RewardTableCustomerNoteColumn = class {
|
|
7
7
|
constructor(hostRef) {
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host } from './index-17b4da69.js';
|
|
2
|
-
import { b as browser,
|
|
3
|
-
import { i as intl } from './global-
|
|
4
|
-
import { Q, H, L, y as yn, k as kn, i as isDemo } from './index.module-
|
|
2
|
+
import { b as browser, j as useReducer, f as useEffect, n as h$1, u as useMemo } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { i as intl } from './global-04c7d3b5.js';
|
|
4
|
+
import { d as dist, Q, H, L, y as yn, k as kn, i as isDemo } from './index.module-def4aec5.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './mixins-f60a614c.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import { G as GenericTableView } from './GenericTableView-d59d8ab4.js';
|
|
9
|
-
import { u as useRerenderListener, a as useRequestRerender } from './re-render-
|
|
10
|
-
import { u as useChildElements } from './useChildElements-
|
|
11
|
-
import { l as luxon } from './luxon-
|
|
12
|
-
import { m as mockRewardData } from './mockRewardData-
|
|
13
|
-
import {
|
|
14
|
-
import { g as generateUserError } from './useReferralTable-34d7f6ee.js';
|
|
9
|
+
import { u as useRerenderListener, a as useRequestRerender } from './re-render-12fd274a.js';
|
|
10
|
+
import { u as useChildElements } from './useChildElements-32e1bda1.js';
|
|
11
|
+
import { l as luxon } from './luxon-7600be8d.js';
|
|
12
|
+
import { m as mockRewardData } from './mockRewardData-0eb6e778.js';
|
|
13
|
+
import { g as generateUserError } from './useReferralTable-f4de0650.js';
|
|
15
14
|
import { l as luxonLocale } from './utils-334c1e34.js';
|
|
16
15
|
|
|
17
16
|
const debug = browser("sq:useRewardsTable");
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host } from './index-17b4da69.js';
|
|
2
|
-
import { a as commonjsGlobal, u as useMemo,
|
|
3
|
-
import './global-
|
|
4
|
-
import { $ as $n, S as Sn,
|
|
2
|
+
import { a as commonjsGlobal, u as useMemo, k as useState, f as useEffect, c as createCommonjsModule, n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import './global-04c7d3b5.js';
|
|
4
|
+
import { $ as $n, S as Sn, b as setUserIdentity, d as dist, X as Xe, o as setProgramId } from './index.module-def4aec5.js';
|
|
5
5
|
import './cjs-bdfb4486.js';
|
|
6
6
|
import './mixins-f60a614c.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import { G as GenericTableView } from './GenericTableView-d59d8ab4.js';
|
|
9
|
-
import './useChildElements-
|
|
10
|
-
import { l as luxon } from './luxon-
|
|
11
|
-
import { d as dist } from './index-0c7b14c5.js';
|
|
9
|
+
import './useChildElements-32e1bda1.js';
|
|
10
|
+
import { l as luxon } from './luxon-7600be8d.js';
|
|
12
11
|
import './utils-334c1e34.js';
|
|
13
12
|
import './sqm-text-span-view-8d140661.js';
|
|
14
13
|
import { A as AssetCardView } from './sqm-asset-card-view-9d93fbdd.js';
|
|
@@ -18,16 +17,16 @@ import { E as EmailRegistrationView } from './email-registration-view-a89a88bf.j
|
|
|
18
17
|
import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-10657658.js';
|
|
19
18
|
import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-2c6122cd.js';
|
|
20
19
|
import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-414bcb19.js';
|
|
21
|
-
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-
|
|
22
|
-
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-
|
|
20
|
+
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-60ef06cc.js';
|
|
21
|
+
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-4307c992.js';
|
|
23
22
|
import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-c2ed8fed.js';
|
|
24
|
-
import { P as PortalProfileView } from './sqm-portal-profile-view-
|
|
25
|
-
import './utilities-
|
|
23
|
+
import { P as PortalProfileView } from './sqm-portal-profile-view-ffe955c8.js';
|
|
24
|
+
import './utilities-3f5bba22.js';
|
|
26
25
|
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-79a85e02.js';
|
|
27
26
|
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-d7ea2c56.js';
|
|
28
|
-
import { S as ShareButtonView, L as LeaderboardView, C as CopyTextView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalLoginView, f as PortalRegisterView, T as TaskCardView, g as ProgressBarView, h as PoweredByImg$1, i as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, j as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, k as RewardExchangeView, r as rewardExchangeCustomErrorMsg, l as rewardExchangeLongText, m as rewardExchangeSelected, n as chooseAmountFixed, o as chooseAmountFixedNoDescription, p as chooseAmountVariable, q as chooseAmountVariableNoDescription, s as chooseAmountVariableDisabled, t as chooseAmountVariableUnavailable, v as confirmFixed, w as confirmVariable, x as redemptionError, y as queryError, z as success, A as successVariable, F as loading, G as empty$1, J as rewardExchange, K as CardFeedView, M as CouponCodeView, O as ProgressBar$2, Q as autoColorScaleCss, U as ShadowViewAddon } from './ShadowViewAddon-
|
|
27
|
+
import { S as ShareButtonView, L as LeaderboardView, C as CopyTextView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalLoginView, f as PortalRegisterView, T as TaskCardView, g as ProgressBarView, h as PoweredByImg$1, i as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, j as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, k as RewardExchangeView, r as rewardExchangeCustomErrorMsg, l as rewardExchangeLongText, m as rewardExchangeSelected, n as chooseAmountFixed, o as chooseAmountFixedNoDescription, p as chooseAmountVariable, q as chooseAmountVariableNoDescription, s as chooseAmountVariableDisabled, t as chooseAmountVariableUnavailable, v as confirmFixed, w as confirmVariable, x as redemptionError, y as queryError, z as success, A as successVariable, F as loading, G as empty$1, J as rewardExchange, K as CardFeedView, M as CouponCodeView, O as ProgressBar$2, Q as autoColorScaleCss, U as ShadowViewAddon } from './ShadowViewAddon-2ac771ca.js';
|
|
29
28
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-ab89c6cc.js';
|
|
30
|
-
import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-
|
|
29
|
+
import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-34ac7513.js';
|
|
31
30
|
|
|
32
31
|
/**
|
|
33
32
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -1601,8 +1600,8 @@ const SlottedIntoComponent = () => {
|
|
|
1601
1600
|
data: {
|
|
1602
1601
|
rankType: "rowNumber",
|
|
1603
1602
|
leaderboard: [],
|
|
1604
|
-
showUser: true,
|
|
1605
1603
|
rowNumber: 10,
|
|
1604
|
+
showUser: true,
|
|
1606
1605
|
userRank: {
|
|
1607
1606
|
firstName: "Kutay",
|
|
1608
1607
|
lastInitial: "C",
|
|
@@ -1810,7 +1809,7 @@ const BigStat = /*#__PURE__*/Object.freeze({
|
|
|
1810
1809
|
MultipleStats: MultipleStats
|
|
1811
1810
|
});
|
|
1812
1811
|
|
|
1813
|
-
const scenario$4 = "@owner:noah @author:noah\nFeature: Leaderboard\n\tThe leaderboard supports three main cases\n\t- Top Started Referrers\n\t- Top Converted Referrers\n\t- Top Point Earners\n\tTo display these different types of leaderboards it uses the backends pre-canned options.\n\tThe backend supports filtering on programId and interval, programId is sourced from program context.\n\n Background: A user exists\n Given a user\n And they are viewing the leaderboard\n\n @motivating\n Scenario Outline: Two types of referrals leaderboards can be displayed\n Given a leaderboard has prop \"leaderboard-type\" with <value>\n And there are started referrals on the tenant\n And there are started converted on the tenant\n When the user views the leaderboard\n Then they see the referral <referralType> leaderboard\n\n Examples:\n | value | referralType |\n | topStartedReferrers | started |\n | topConvertedReferrers | converted |\n\n @motivating\n Scenario: The top point earners leaderboard can be displayed\n Given a leaderboard has prop \"leaderboard-type\" with value \"topPointEarners\"\n And there are users with points\n When the user views the leaderboard\n Then they see the top point earners leaderboard\n And text values are displayed for point counts\n\n @minutia\n Scenario Outline: Reward pretty value is used on the top point earners leaderboard\n Given top point earners leaderboard\n And the \"POINT\" reward unit has a pretty value for the following locales\n | locale |\n | en |\n | fr |\n | tr |\n When the user views the leaderboard\n And they have <locale>\n Then they see the translated pretty value in the stat value column\n\n @motivating\n Scenario Outline: Program Context is used by default to filter leaderboard results\n Given a <leaderboardType> leaderboard loaded with program context for \"my-program\"\n When the user views the leaderboard\n Then they only see <results> from \"my-program\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Program Id context can be overwritten with a prop\n Given a <leaderboardType> leaderboard has prop \"program-Id\" with value \"my-test-program\"\n When the user views the leaderboard\n Then they only see <results> from \"my-test-program\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Global leaderboards can be displayed by clearing program context\n\t\t#This is important for clients with use cases like StaffTracks global points leaderboard\n\t\t#This can also be done with a program section in a similar manner\n Given a <leaderboardType> leaderboard has prop \"program-Id\" with value \"\"\n When the user views the leaderboard\n Then they see global <results>\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario: Leaderboard results are shown in descending order\n Given there are leaderboard results\n When the user views the leaderboard\n Then they see up to the 10 top leaderboard results\n And leaderboard is in descending order\n\n @motivating\n Scenario Outline: Leaderboard results can be filtered with a time interval\n Given a <leaderboardType> leaderboard\n And it has prop \"interval\" with value \"2021-11-02T07:00:00.000Z/2021-11-07T07:00:00.000Z\"\n When the user views the leaderboard\n Then they only see <results> from within \"2021-11-02T07:00:00.000Z/2021-11-07T07:00:00.000Z\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Leaderboard rank type can be configured\n Given a leaderboard has prop \"rank-type\" with <value>\n When the user views the leaderboard\n Then their leaderboard rank is their <rank>\n\n Examples:\n | value | rank |\n | rowNumber | row number |\n | denseRank | dense rank |\n | rank | rank |\n\n @minutia\n Scenario Outline: The max number of leaderboard rows displayed can be configured but defaults to 10\n Given a leaderboard has prop \"max-rows\" with <value>\n And the leaderboard has <resultCount>\n When the user views the leaderboard\n Then they see <number> rows\n\n Examples:\n | value | resultCount | number |\n | | 10 | 10 |\n | 5 | 10 | 5 |\n | 3 | 1 | 1 |\n | 25 | 15 | 15 |\n\n @minutiae @ui\n Scenario: Leaderboards with no results show an empty state\n Given a leaderboard has no results\n When the user views the leaderboard\n Then an empty state is dislayed\n And they see an image of a leaderboard\n And below they see \"View your rank in the leaderboard\"\n And below they see \"Be the first to refer a friend and reach the top of the leaderboard\"\n And the text is center aligned\n\n @minutiae @ui\n Scenario: A custom empty state can be provided\n Given a leaderboard has no results\n When the user views the leaderboard\n Then the contents of the \"empty\" slot are displayed\n\n @minutiae @ui\n Scenario: User is on Essentials plan\n Given the user has an Essentials plan\n When they view the leaderboard\n Then a message telling them to upgrade their plan appears:\n \"\"\"\n Contact Support to upgrade your plan and start leveraging\n gamification in your program.\n \"\"\"\n And an empty table image is displayed\n\n @minutiae @ui\n Scenario: Leaderboard headings can be customized\n Given a leaderboard\n And it has the following props\n | prop | value |\n | rankheading | Place |\n | usersheading | Customer |\n | statsheading | Referral Count |\n | show-rank | true |\n When the user views the leaderboard\n Then they see the following columns with headings\n | column | heading |\n | rank | Place |\n | user | Customer |\n | stat | Referral Count |\n\n @motivating @ui\n Scenario Outline: Leaderboard rank can be hidden or shown\n Given a leaderboard\n And it has prop \"show-rank\" with <propValue>\n When the user views the leaderboard\n Then they <maySee> the rank column\n\n Examples:\n | propValue | maySee |\n | true | see |\n | false | don't see |\n | | don't see |\n\n @motivating @ui\n Scenario: Users in the top 10 of the leaderboard results see their leaderboard row highlighted\n Given a user in the top 10 of the leaderboard results\n When they view the leaderboard\n Then they see the row with their name highlighted with brand colour\n\n @motivating @ui\n Scenario Outline: Users not in the top 10 leaderboard results can see their progress at the bottom of the leaderboard\n Given a user <mayHave> completed actions counted by the leaderboard\n And they are not in the top 10 leaderboard results\n And the leaderboard has prop \"show-user\" with <value>\n When they view the leaderboard\n Then they <maySee> \"...\" under the top 10 leaderboard results\n And under \"...\" they <maySee> a row highlighted with brand colour\n And they <maySee> their name\n And they <maySee> their leaderboard value\n And they <maySeeRank>\n\n Examples:\n | mayHave | value | maySee | maySeeRank |\n | has | true | see | see their rank |\n | hasn't | true | see | don't see their rank |\n | N/A | false | don't see | don't see their rank |\n | hasn't | | see | don't see their rank |\n\n @minutiae\n Scenario: Users without names are displayed as an \"Anonymous User\"\n Given a user\n And they do not have a first name\n And they do not have a last initial\n When they view the leaderboard\n Then they see the user displayed as \"Anonymous User\"\n\n @minutiae\n Scenario Outline: If a user only has a first or last name, then only that is displayed\n Given a user\n And they only have a <name>\n When they view the leaderboard\n Then they only see their <name>\n\n Examples:\n | name |\n | firstName |\n | lastName |\n";
|
|
1812
|
+
const scenario$4 = "@owner:noah @author:noah\nFeature: Leaderboard\n\tThe leaderboard supports three main cases\n\t- Top Started Referrers\n\t- Top Converted Referrers\n\t- Top Point Earners\n\tTo display these different types of leaderboards it uses the backends pre-canned options.\n\tThe backend supports filtering on programId and interval, programId is sourced from program context.\n\n Background: A user exists\n Given a user\n And they are viewing the leaderboard\n\n @motivating\n Scenario Outline: Two types of referrals leaderboards can be displayed\n Given a leaderboard has prop \"leaderboard-type\" with <value>\n And there are started referrals on the tenant\n And there are started converted on the tenant\n When the user views the leaderboard\n Then they see the referral <referralType> leaderboard\n\n Examples:\n | value | referralType |\n | topStartedReferrers | started |\n | topConvertedReferrers | converted |\n\n @motivating\n Scenario: The top point earners leaderboard can be displayed\n Given a leaderboard has prop \"leaderboard-type\" with value \"topPointEarners\"\n And there are users with points\n When the user views the leaderboard\n Then they see the top point earners leaderboard\n And text values are displayed for point counts\n\n @minutia\n Scenario Outline: Reward pretty value is used on the top point earners leaderboard\n Given top point earners leaderboard\n And the \"POINT\" reward unit has a pretty value for the following locales\n | locale |\n | en |\n | fr |\n | tr |\n When the user views the leaderboard\n And they have <locale>\n Then they see the translated pretty value in the stat value column\n\n @motivating\n Scenario Outline: Program Context is used by default to filter leaderboard results\n Given a <leaderboardType> leaderboard loaded with program context for \"my-program\"\n When the user views the leaderboard\n Then they only see <results> from \"my-program\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Program Id context can be overwritten with a prop\n Given a <leaderboardType> leaderboard has prop \"program-Id\" with value \"my-test-program\"\n When the user views the leaderboard\n Then they only see <results> from \"my-test-program\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Global leaderboards can be displayed by clearing program context\n\t\t#This is important for clients with use cases like StaffTracks global points leaderboard\n\t\t#This can also be done with a program section in a similar manner\n Given a <leaderboardType> leaderboard has prop \"program-Id\" with value \"\"\n When the user views the leaderboard\n Then they see global <results>\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario: Leaderboard results are shown in descending order\n Given there are leaderboard results\n When the user views the leaderboard\n Then they see up to the 10 top leaderboard results\n And leaderboard is in descending order\n\n @motivating\n Scenario Outline: Leaderboard results can be filtered with a time interval\n Given a <leaderboardType> leaderboard\n And it has prop \"interval\" with value \"2021-11-02T07:00:00.000Z/2021-11-07T07:00:00.000Z\"\n When the user views the leaderboard\n Then they only see <results> from within \"2021-11-02T07:00:00.000Z/2021-11-07T07:00:00.000Z\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Leaderboard rank type can be configured\n Given a leaderboard has prop \"rank-type\" with <value>\n When the user views the leaderboard\n Then their leaderboard rank is their <rank>\n\n Examples:\n | value | rank |\n | rowNumber | row number |\n | denseRank | dense rank |\n | rank | rank |\n\n @minutia\n Scenario Outline: The max number of leaderboard rows displayed can be configured but defaults to 10\n Given a leaderboard has prop \"max-rows\" with <value>\n And the leaderboard has <resultCount>\n When the user views the leaderboard\n Then they see <number> rows\n\n Examples:\n | value | resultCount | number |\n | | 10 | 10 |\n | 5 | 10 | 5 |\n | 3 | 1 | 1 |\n | 25 | 15 | 15 |\n\n @minutiae @ui\n Scenario: Leaderboards with no results show an empty state\n Given a leaderboard has no results\n When the user views the leaderboard\n Then an empty state is dislayed\n And they see an image of a leaderboard\n And below they see \"View your rank in the leaderboard\"\n And below they see \"Be the first to refer a friend and reach the top of the leaderboard\"\n And the text is center aligned\n\n @minutiae @ui\n Scenario: A custom empty state can be provided\n Given a leaderboard has no results\n When the user views the leaderboard\n Then the contents of the \"empty\" slot are displayed\n\n @minutiae @ui\n Scenario: User is on Essentials plan\n Given the user has an Essentials plan\n When they view the leaderboard\n Then a message telling them to upgrade their plan appears:\n \"\"\"\n Contact Support to upgrade your plan and start leveraging\n gamification in your program.\n \"\"\"\n And an empty table image is displayed\n\n @minutiae @ui\n Scenario: Leaderboard headings can be customized\n Given a leaderboard\n And it has the following props\n | prop | value |\n | rankheading | Place |\n | usersheading | Customer |\n | statsheading | Referral Count |\n | show-rank | true |\n When the user views the leaderboard\n Then they see the following columns with headings\n | column | heading |\n | rank | Place |\n | user | Customer |\n | stat | Referral Count |\n\n @motivating @ui\n Scenario Outline: Leaderboard rank can be hidden or shown\n Given a leaderboard\n And it has prop \"show-rank\" with <propValue>\n When the user views the leaderboard\n Then they <maySee> the rank column\n\n Examples:\n | propValue | maySee |\n | true | see |\n | false | don't see |\n | | don't see |\n\n Scenario Outline: Users names can be hidden or shown\n Given a leaderboard\n And it has prop \"hide-names\" with <propValue>\n When the user views the leaderboard\n Then they <maySee> the referrer column\n\n Examples:\n | propValue | maySee |\n | true | don't see |\n | false | see |\n | | see |\n\n @motivating @ui\n Scenario: Users in the top 10 of the leaderboard results see their leaderboard row highlighted\n Given a user in the top 10 of the leaderboard results\n When they view the leaderboard\n Then they see the row with their name highlighted with brand colour\n\n @motivating @ui\n Scenario Outline: Users not in the top 10 leaderboard results can see their progress at the bottom of the leaderboard\n Given a user <mayHave> completed actions counted by the leaderboard\n And they are not in the top 10 leaderboard results\n And the leaderboard has prop \"show-user\" with <value>\n When they view the leaderboard\n Then they <maySee> \"...\" under the top 10 leaderboard results\n And under \"...\" they <maySee> a row highlighted with brand colour\n And they <maySee> their name\n And they <maySee> their leaderboard value\n And they <maySeeRank>\n\n Examples:\n | mayHave | value | maySee | maySeeRank |\n | has | true | see | see their rank |\n | hasn't | true | see | don't see their rank |\n | N/A | false | don't see | don't see their rank |\n | hasn't | | see | don't see their rank |\n\n @minutiae\n Scenario: Users without names are displayed as an \"Anonymous User\"\n Given a user\n And they do not have a first name\n And they do not have a last initial\n When they view the leaderboard\n Then they see the user displayed as \"Anonymous User\"\n\n @minutiae\n Scenario Outline: If a user only has a first or last name, then only that is displayed\n Given a user\n And they only have a <name>\n When they view the leaderboard\n Then they only see their <name>\n\n Examples:\n | name |\n | firstName |\n | lastName |\n";
|
|
1814
1813
|
|
|
1815
1814
|
const Leaderboard_stories = {
|
|
1816
1815
|
title: "Components/Leaderboard",
|
|
@@ -1892,8 +1891,8 @@ const users = [
|
|
|
1892
1891
|
];
|
|
1893
1892
|
const pointsUsers = [
|
|
1894
1893
|
{
|
|
1895
|
-
firstName: "",
|
|
1896
|
-
lastInitial: "",
|
|
1894
|
+
firstName: "Tom",
|
|
1895
|
+
lastInitial: "Smith",
|
|
1897
1896
|
textValue: "82 Points",
|
|
1898
1897
|
rank: 1,
|
|
1899
1898
|
rowNumber: 1,
|
|
@@ -1967,6 +1966,7 @@ const defaultStyles$1 = {
|
|
|
1967
1966
|
statsheading: "Referrals",
|
|
1968
1967
|
rankheading: "Rank",
|
|
1969
1968
|
anonymousUser: "Anonymous User",
|
|
1969
|
+
rankSuffix: "{rank, selectordinal, one {#st} two {#nd} few {#rd} other {#th}}",
|
|
1970
1970
|
};
|
|
1971
1971
|
const link = h("a", null, "Support");
|
|
1972
1972
|
const defaultElements$1 = {
|
|
@@ -2183,6 +2183,38 @@ const ReferralLeaderboard = () => {
|
|
|
2183
2183
|
};
|
|
2184
2184
|
return h(LeaderboardView, Object.assign({}, props));
|
|
2185
2185
|
};
|
|
2186
|
+
const ReferralLeaderboardWithMaxWidth = () => {
|
|
2187
|
+
const props = {
|
|
2188
|
+
states: {
|
|
2189
|
+
loading: false,
|
|
2190
|
+
hasLeaders: true,
|
|
2191
|
+
styles: {
|
|
2192
|
+
...defaultStyles$1,
|
|
2193
|
+
rankheading: "Rank",
|
|
2194
|
+
usersheading: "User",
|
|
2195
|
+
statsheading: "Referrals",
|
|
2196
|
+
showRank: false,
|
|
2197
|
+
maxWidth: "300px",
|
|
2198
|
+
},
|
|
2199
|
+
},
|
|
2200
|
+
data: {
|
|
2201
|
+
rankType: "rowNumber",
|
|
2202
|
+
leaderboard: users,
|
|
2203
|
+
rowNumber: 10,
|
|
2204
|
+
viewerRank: {
|
|
2205
|
+
firstName: "Viktor",
|
|
2206
|
+
lastInitial: "V",
|
|
2207
|
+
textValue: "82",
|
|
2208
|
+
rank: 1,
|
|
2209
|
+
rowNumber: 1,
|
|
2210
|
+
},
|
|
2211
|
+
},
|
|
2212
|
+
elements: {
|
|
2213
|
+
...defaultElements$1,
|
|
2214
|
+
},
|
|
2215
|
+
};
|
|
2216
|
+
return h(LeaderboardView, Object.assign({}, props));
|
|
2217
|
+
};
|
|
2186
2218
|
const PointsLeaderboard = () => {
|
|
2187
2219
|
const props = {
|
|
2188
2220
|
states: {
|
|
@@ -2352,6 +2384,28 @@ const HideNames = () => {
|
|
|
2352
2384
|
};
|
|
2353
2385
|
return h(LeaderboardView, Object.assign({}, props));
|
|
2354
2386
|
};
|
|
2387
|
+
const LeaderboardWithNoNamesAndGraphic = () => {
|
|
2388
|
+
return (h("div", { style: {
|
|
2389
|
+
display: "flex",
|
|
2390
|
+
alignItems: "flex-start",
|
|
2391
|
+
justifyContent: "center",
|
|
2392
|
+
width: "100%",
|
|
2393
|
+
gap: "50px",
|
|
2394
|
+
} },
|
|
2395
|
+
h("div", { style: {
|
|
2396
|
+
display: "flex",
|
|
2397
|
+
flexDirection: "column",
|
|
2398
|
+
alignItems: "center",
|
|
2399
|
+
justifyContent: "center",
|
|
2400
|
+
gap: "10px",
|
|
2401
|
+
maxWidth: "30%",
|
|
2402
|
+
} },
|
|
2403
|
+
h("sqm-image", { width: "70%", alignment: "center", imageUrl: "https://res.cloudinary.com/saasquatch-staging/image/upload/v1729728469/Leaderboard_image_z87lsm.png" }),
|
|
2404
|
+
h("h2", { style: { margin: "auto" } }, " Top Performers"),
|
|
2405
|
+
h("p", { style: { margin: "0" } }, "The leaderboard highlights the top performers in real-time. Stay motivated, stay competitive!")),
|
|
2406
|
+
h("sqm-leaderboard", { width: "300px", usersheading: "Referrer", statsheading: "Referrals", "rank-type": "rank", "leaderboard-type": "topStartedReferrers", rankheading: "Rank", "show-rank": "true", "hide-names": "true", "hide-viewer": "true" },
|
|
2407
|
+
h("sqm-empty", { "empty-state-image": "https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png", "empty-state-header": "View your rank in the leaderboard", "empty-state-text": "Be the first to refer a friend and reach the top of the leaderboard" }))));
|
|
2408
|
+
};
|
|
2355
2409
|
|
|
2356
2410
|
const Leaderboard = /*#__PURE__*/Object.freeze({
|
|
2357
2411
|
__proto__: null,
|
|
@@ -2362,12 +2416,14 @@ const Leaderboard = /*#__PURE__*/Object.freeze({
|
|
|
2362
2416
|
One: One,
|
|
2363
2417
|
Five: Five,
|
|
2364
2418
|
ReferralLeaderboard: ReferralLeaderboard,
|
|
2419
|
+
ReferralLeaderboardWithMaxWidth: ReferralLeaderboardWithMaxWidth,
|
|
2365
2420
|
PointsLeaderboard: PointsLeaderboard,
|
|
2366
2421
|
TenWithRank: TenWithRank,
|
|
2367
2422
|
ViewerOutside: ViewerOutside,
|
|
2368
2423
|
ViewerAnonymous: ViewerAnonymous,
|
|
2369
2424
|
HideViewer: HideViewer,
|
|
2370
|
-
HideNames: HideNames
|
|
2425
|
+
HideNames: HideNames,
|
|
2426
|
+
LeaderboardWithNoNamesAndGraphic: LeaderboardWithNoNamesAndGraphic
|
|
2371
2427
|
});
|
|
2372
2428
|
|
|
2373
2429
|
const HookStoryAddon = ({ story }, children) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, c as Host, r as registerInstance } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import './index.module-
|
|
4
|
-
import { a as useRequestRerender } from './re-render-
|
|
2
|
+
import { n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import './index.module-def4aec5.js';
|
|
4
|
+
import { a as useRequestRerender } from './re-render-12fd274a.js';
|
|
5
5
|
|
|
6
6
|
const TabView = ({}, children) => {
|
|
7
7
|
return h(Host, null, children);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { h, c as Host, r as registerInstance } from './index-17b4da69.js';
|
|
2
|
-
import { u as useMemo,
|
|
3
|
-
import { _ } from './index.module-
|
|
4
|
-
import { u as useRerenderListener } from './re-render-
|
|
5
|
-
import { u as useChildElements } from './useChildElements-
|
|
2
|
+
import { u as useMemo, f as useEffect, n as h$1 } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { _ } from './index.module-def4aec5.js';
|
|
4
|
+
import { u as useRerenderListener } from './re-render-12fd274a.js';
|
|
5
|
+
import { u as useChildElements } from './useChildElements-32e1bda1.js';
|
|
6
6
|
import { g as getProps } from './utils-334c1e34.js';
|
|
7
7
|
|
|
8
8
|
const TabsView = ({ content, placement, }) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
2
|
+
import { n as h } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
3
|
import './JSS-67b5cff8.js';
|
|
4
4
|
import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
|
|
5
5
|
|
|
@@ -1111,4 +1111,4 @@ function c$1(){return (c$1=Object.assign||function(e){for(var t=1;t<arguments.le
|
|
|
1111
1111
|
|
|
1112
1112
|
function s$2(){return getRenderingRef()}function l$1(){var e=s$2();return getElement(e)}function d$2(e,t){void 0===t&&(t={});var n=l$1();return h$1(n,e,t)}function m$2(e,t){var n=l$1();return y$1(n,e,t)}var p$1=browser("stencil-hook");function h$2(t){var r,u=getElement(t),c=(r=!1,new State(function(){p$1("Queue update on element",u),r||(r=!0,Promise.resolve().then(function(){p$1("Forced update on element",u),r=!1,forceUpdate(u);}));},u)),a=t.disconnectedCallback;if(!a)throw new Error("Stencil hooks requires `disconnectedCallback` to be defined (even if it's empty). This is because of how the Stencil compiler works internally");t.disconnectedCallback=function(){c.teardown(),v(a);};var i=t.connectedCallback;t.connectedCallback=function(){c.update(),v(i);};var f=t.render.bind(t);t.render=function(){var e=c.run(f);return c.runEffects(),e};}function v(e){"function"==typeof e&&e();}
|
|
1113
1113
|
|
|
1114
|
-
export { commonjsGlobal as a, browser as b, createCommonjsModule as c,
|
|
1114
|
+
export { commonjsGlobal as a, browser as b, createCommonjsModule as c, c as d, getDefaultExportFromCjs as e, useEffect as f, getAugmentedNamespace as g, h$1 as h, d$2 as i, useReducer as j, useState as k, l$1 as l, useRef as m, h$2 as n, m$2 as o, s$1 as s, useMemo as u, y$1 as y };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { _ } from './index.module-
|
|
1
|
+
import { k as useState, u as useMemo } from './stencil-hooks.module-ac12ca1c.js';
|
|
2
|
+
import { _ } from './index.module-def4aec5.js';
|
|
3
3
|
|
|
4
4
|
function useChildElements() {
|
|
5
5
|
const host = _();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { k as useState } from './stencil-hooks.module-ac12ca1c.js';
|
|
2
|
+
import { c as mn } from './index.module-def4aec5.js';
|
|
3
3
|
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
4
|
-
import { u as useRegistrationFormState } from './useRegistrationFormState-
|
|
4
|
+
import { u as useRegistrationFormState } from './useRegistrationFormState-9fc1ac80.js';
|
|
5
5
|
|
|
6
6
|
function useInstantAccessRegistration(props) {
|
|
7
7
|
const cookie = new URLSearchParams(window.location.search);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { h } from './index-17b4da69.js';
|
|
2
|
-
import { b as browser,
|
|
3
|
-
import { Q, H, L, y as yn, k as kn } from './index.module-
|
|
4
|
-
import { u as useRerenderListener } from './re-render-
|
|
5
|
-
import { u as useChildElements } from './useChildElements-
|
|
6
|
-
import { d as dist } from './index-0c7b14c5.js';
|
|
2
|
+
import { b as browser, j as useReducer, f as useEffect } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
+
import { d as dist, Q, H, L, y as yn, k as kn } from './index.module-def4aec5.js';
|
|
4
|
+
import { u as useRerenderListener } from './re-render-12fd274a.js';
|
|
5
|
+
import { u as useChildElements } from './useChildElements-32e1bda1.js';
|
|
7
6
|
|
|
8
7
|
const debug = browser("sq:useReferralTable");
|
|
9
8
|
const CSS_NAMESPACE = "sqm-referral-table";
|
package/dist/esm/{useRegistrationFormState-a140a962.js → useRegistrationFormState-9fc1ac80.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { y } from './stencil-hooks.module-
|
|
2
|
-
import { _ } from './index.module-
|
|
1
|
+
import { y } from './stencil-hooks.module-ac12ca1c.js';
|
|
2
|
+
import { _ } from './index.module-def4aec5.js';
|
|
3
3
|
|
|
4
4
|
const REGISTRATION_FORM_STATE_CONTEXT = "sq:registration-form-state";
|
|
5
5
|
function useRegistrationFormState(formState) {
|