@saasquatch/mint-components 1.10.1 → 1.10.2-5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ShadowViewAddon-721bb748.js → ShadowViewAddon-a982f064.js} +40 -36
- package/dist/cjs/{global-02e50f09.js → global-975908ec.js} +161 -10
- package/dist/cjs/index-56d1fa5b.js +2227 -0
- package/dist/cjs/{index.module-df530553.js → index.module-b1f9bdb8.js} +1398 -227
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{luxon-05098e19.js → luxon-20eafbd9.js} +1 -1
- package/dist/cjs/mint-components.cjs.js +4 -4
- package/dist/cjs/{mockRewardData-4258e067.js → mockRewardData-3c470512.js} +1 -1
- package/dist/cjs/{re-render-1976e05e.js → re-render-95d86b86.js} +2 -2
- package/dist/cjs/sqm-asset-card.cjs.entry.js +3 -3
- package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +411 -410
- package/dist/cjs/sqm-big-stat_38.cjs.entry.js +113 -64
- package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
- package/dist/cjs/sqm-context-router.cjs.entry.js +3 -3
- package/dist/cjs/sqm-empty_4.cjs.entry.js +6 -6
- package/dist/cjs/sqm-form-message.cjs.entry.js +2 -2
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +3 -3
- package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-invoice-table-view-28b14d28.js → sqm-invoice-table-view-c3a5024d.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +9 -8
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +8 -7
- package/dist/cjs/{sqm-navigation-sidebar-item-view-a125ec5f.js → sqm-navigation-sidebar-item-view-d8a21014.js} +1 -1
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
- package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
- package/dist/cjs/sqm-popup-container.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-email-verification-view-292b5bf4.js → sqm-portal-email-verification-view-72dca980.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +5 -5
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-profile-view-fde54e35.js → sqm-portal-profile-view-c3754c1c.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +12 -11
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +7 -6
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +17 -16
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +6 -6
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +4 -4
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +62 -61
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +46 -14
- package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
- package/dist/cjs/sqm-tabs.cjs.entry.js +5 -5
- package/dist/cjs/sqm-text-span.cjs.entry.js +2 -2
- package/dist/cjs/{stencil-hooks.module-72742a0b.js → stencil-hooks.module-a5a04d8a.js} +1 -4
- package/dist/cjs/{useChildElements-e0d44916.js → useChildElements-91b9f4ff.js} +2 -2
- package/dist/cjs/{useInstantAccessRegistration-bbe746d1.js → useInstantAccessRegistration-610f4be8.js} +3 -3
- package/dist/cjs/{useReferralTable-a76adb0d.js → useReferralTable-4756d4fc.js} +14 -13
- package/dist/cjs/{useRegistrationFormState-876ed65d.js → useRegistrationFormState-49251027.js} +2 -2
- package/dist/cjs/{utilities-cec9dd36.js → utilities-42a1810d.js} +2 -2
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +30 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +7 -4
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +37 -3
- package/dist/collection/components/sqm-leaderboard/useLeaderboard.js +40 -2
- package/dist/esm/{ShadowViewAddon-31eb5b16.js → ShadowViewAddon-6c6e73dc.js} +14 -10
- package/dist/esm/{global-04c7d3b5.js → global-8a95a0d3.js} +161 -10
- package/dist/esm/index-0c7b14c5.js +2225 -0
- package/dist/esm/{index.module-def4aec5.js → index.module-f9338fc3.js} +1396 -222
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{luxon-7600be8d.js → luxon-63e24900.js} +1 -1
- package/dist/esm/mint-components.js +4 -4
- package/dist/esm/{mockRewardData-0eb6e778.js → mockRewardData-e6b763d1.js} +1 -1
- package/dist/esm/{re-render-12fd274a.js → re-render-f023c070.js} +2 -2
- package/dist/esm/sqm-asset-card.entry.js +2 -2
- package/dist/esm/sqm-banking-info-form_16.entry.js +10 -9
- package/dist/esm/sqm-big-stat_38.entry.js +62 -13
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-context-router.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +3 -3
- package/dist/esm/sqm-form-message.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
- package/dist/esm/sqm-header-logo.entry.js +1 -1
- package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
- package/dist/esm/{sqm-invoice-table-view-34ac7513.js → sqm-invoice-table-view-4ee8e011.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +4 -3
- package/dist/esm/sqm-logout-current-user.entry.js +3 -2
- package/dist/esm/{sqm-navigation-sidebar-item-view-60ef06cc.js → sqm-navigation-sidebar-item-view-05fa5ccd.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
- package/dist/esm/sqm-navigation-sidebar.entry.js +2 -2
- package/dist/esm/sqm-password-field.entry.js +3 -3
- package/dist/esm/sqm-popup-container.entry.js +2 -2
- package/dist/esm/{sqm-portal-email-verification-view-4307c992.js → sqm-portal-email-verification-view-de203924.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
- package/dist/esm/sqm-portal-logout.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-0a31702e.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +6 -5
- package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +5 -4
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +9 -8
- package/dist/esm/sqm-referred-registration.entry.js +5 -5
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
- package/dist/esm/sqm-rewards-table_9.entry.js +9 -8
- package/dist/esm/sqm-stencilbook.entry.js +44 -12
- package/dist/esm/sqm-tab.entry.js +3 -3
- package/dist/esm/sqm-tabs.entry.js +4 -4
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/{stencil-hooks.module-ac12ca1c.js → stencil-hooks.module-3c7f7c90.js} +1 -1
- package/dist/esm/{useChildElements-32e1bda1.js → useChildElements-e32fe084.js} +2 -2
- package/dist/esm/{useInstantAccessRegistration-46b89952.js → useInstantAccessRegistration-59d8b278.js} +3 -3
- package/dist/esm/{useReferralTable-f4de0650.js → useReferralTable-34d7f6ee.js} +5 -4
- package/dist/esm/{useRegistrationFormState-9fc1ac80.js → useRegistrationFormState-a140a962.js} +2 -2
- package/dist/esm/{utilities-3f5bba22.js → utilities-c197ef25.js} +2 -2
- package/dist/esm-es5/ShadowViewAddon-6c6e73dc.js +1 -0
- package/dist/esm-es5/global-8a95a0d3.js +285 -0
- package/dist/esm-es5/index-0c7b14c5.js +1 -0
- package/dist/esm-es5/index.module-f9338fc3.js +53 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-7600be8d.js → luxon-63e24900.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{mockRewardData-0eb6e778.js → mockRewardData-e6b763d1.js} +1 -1
- package/dist/esm-es5/{re-render-12fd274a.js → re-render-f023c070.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-context-router.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/{sqm-invoice-table-view-34ac7513.js → sqm-invoice-table-view-4ee8e011.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-05fa5ccd.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-4307c992.js → sqm-portal-email-verification-view-de203924.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-0a31702e.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tab.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/esm-es5/{stencil-hooks.module-ac12ca1c.js → stencil-hooks.module-3c7f7c90.js} +1 -1
- package/dist/esm-es5/useChildElements-e32fe084.js +1 -0
- package/dist/esm-es5/useInstantAccessRegistration-59d8b278.js +1 -0
- package/dist/esm-es5/useReferralTable-34d7f6ee.js +1 -0
- package/dist/esm-es5/useRegistrationFormState-a140a962.js +1 -0
- package/dist/esm-es5/{utilities-3f5bba22.js → utilities-c197ef25.js} +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/p-0043bc3c.js +1 -0
- package/dist/mint-components/{p-6cef104b.entry.js → p-00d12178.entry.js} +1 -1
- package/dist/mint-components/{p-be4b748a.system.entry.js → p-022d8077.system.entry.js} +1 -1
- package/dist/mint-components/{p-ed095674.system.js → p-02acb970.system.js} +1 -1
- package/dist/mint-components/{p-dd7ee007.system.js → p-07957c5a.system.js} +1 -1
- package/dist/mint-components/p-08bf5051.system.entry.js +1 -0
- package/dist/mint-components/{p-2a414b2e.system.js → p-0979f82e.system.js} +2 -2
- package/dist/mint-components/p-098b5cef.system.entry.js +1 -0
- package/dist/mint-components/{p-3d4656bb.system.js → p-0ad02032.system.js} +1 -1
- package/dist/mint-components/{p-2ee2ebba.js → p-0d77f228.js} +4 -4
- package/dist/mint-components/{p-bc51264d.system.js → p-105d3cea.system.js} +1 -1
- package/dist/mint-components/p-118c20e6.system.entry.js +1 -0
- package/dist/mint-components/{p-b23d5520.js → p-1426f887.js} +1 -1
- package/dist/mint-components/{p-88aac6a9.system.entry.js → p-14beec1b.system.entry.js} +1 -1
- package/dist/mint-components/{p-41f15489.entry.js → p-15399c43.entry.js} +1 -1
- package/dist/mint-components/p-17554cca.system.entry.js +1 -0
- package/dist/mint-components/{p-58ef25d3.system.entry.js → p-183c8ecc.system.entry.js} +1 -1
- package/dist/mint-components/{p-86990110.entry.js → p-1948d476.entry.js} +1 -1
- package/dist/mint-components/p-1975adfc.entry.js +1 -0
- package/dist/mint-components/{p-fd2c5407.js → p-1b24bb52.js} +1 -1
- package/dist/mint-components/{p-34fd1229.system.entry.js → p-1b5eeaa4.system.entry.js} +1 -1
- package/dist/mint-components/{p-137ea86e.entry.js → p-1e0a0f60.entry.js} +1 -1
- package/dist/mint-components/{p-eba44835.system.entry.js → p-208cf52b.system.entry.js} +1 -1
- package/dist/mint-components/{p-4d233cd4.js → p-21b00d45.js} +1 -1
- package/dist/mint-components/p-269fbf0d.entry.js +1 -0
- package/dist/mint-components/{p-0b9fa97f.js → p-2755b7e6.js} +1 -1
- package/dist/mint-components/{p-ed17e637.system.js → p-2932de37.system.js} +1 -1
- package/dist/mint-components/{p-b45ba369.entry.js → p-2b4fbcf7.entry.js} +9 -9
- package/dist/mint-components/{p-56f14840.entry.js → p-2cc82672.entry.js} +1 -1
- package/dist/mint-components/p-2db204e7.entry.js +1 -0
- package/dist/mint-components/{p-02424350.system.js → p-2e6e8fc0.system.js} +1 -1
- package/dist/mint-components/p-3030c6ba.system.js +1 -0
- package/dist/mint-components/{p-ce621bcc.js → p-350f61cd.js} +1 -1
- package/dist/mint-components/{p-7731f793.system.entry.js → p-37f67540.system.entry.js} +1 -1
- package/dist/mint-components/p-38211322.system.entry.js +1 -0
- package/dist/mint-components/p-3bd60021.system.js +53 -0
- package/dist/mint-components/{p-af062c8f.system.entry.js → p-3c9b7cf5.system.entry.js} +1 -1
- package/dist/mint-components/{p-fb20eb5e.system.entry.js → p-43701d0d.system.entry.js} +1 -1
- package/dist/mint-components/p-4414e194.system.entry.js +1 -0
- package/dist/mint-components/{p-b12f7281.system.entry.js → p-4519b7a5.system.entry.js} +1 -1
- package/dist/mint-components/{p-fe5675b3.entry.js → p-45e6592d.entry.js} +1 -1
- package/dist/mint-components/p-48409171.entry.js +33 -0
- package/dist/mint-components/{p-f3053c61.js → p-48704504.js} +1 -1
- package/dist/mint-components/{p-1fe65a36.entry.js → p-4e792e17.entry.js} +1 -1
- package/dist/mint-components/{p-7f088154.entry.js → p-545402ff.entry.js} +1 -1
- package/dist/mint-components/p-55d7380c.entry.js +13 -0
- package/dist/mint-components/p-5873fc01.js +1 -0
- package/dist/mint-components/{p-dd0d79bf.entry.js → p-5c602e84.entry.js} +1 -1
- package/dist/mint-components/p-6fbfd683.js +1 -0
- package/dist/mint-components/{p-8704937c.js → p-70890ada.js} +153 -153
- package/dist/mint-components/p-755073e7.entry.js +1 -0
- package/dist/mint-components/{p-4edde470.entry.js → p-76b4892f.entry.js} +1 -1
- package/dist/mint-components/{p-61eab172.js → p-773cead3.js} +1 -1
- package/dist/mint-components/{p-fbdf0738.entry.js → p-79097c07.entry.js} +1 -1
- package/dist/mint-components/{p-f0806232.system.entry.js → p-7ab14d4b.system.entry.js} +1 -1
- package/dist/mint-components/{p-ce5afa40.entry.js → p-7c4879fd.entry.js} +1 -1
- package/dist/mint-components/{p-b6fc1227.system.entry.js → p-8369d5c3.system.entry.js} +1 -1
- package/dist/mint-components/p-858a87ce.entry.js +1 -0
- package/dist/mint-components/p-85c56a32.system.entry.js +1 -0
- package/dist/mint-components/{p-eaada4da.js → p-86ba3785.js} +1 -1
- package/dist/mint-components/{p-59fe4ad1.system.js → p-87165876.system.js} +22 -22
- package/dist/mint-components/p-89669879.system.js +1 -0
- package/dist/mint-components/{p-4df8f1d2.system.js → p-8dd1b127.system.js} +1 -1
- package/dist/mint-components/{p-251e7567.js → p-9223640e.js} +1 -1
- package/dist/mint-components/{p-5f1c4160.system.entry.js → p-9396fa35.system.entry.js} +1 -1
- package/dist/mint-components/{p-6afb4f48.system.entry.js → p-95af445c.system.entry.js} +1 -1
- package/dist/mint-components/p-9a8180f3.entry.js +1 -0
- package/dist/mint-components/p-a06ac84d.entry.js +1 -0
- package/dist/mint-components/p-a252acc8.system.entry.js +1 -0
- package/dist/mint-components/p-a2f24cea.system.js +1 -0
- package/dist/mint-components/p-a3e853b9.entry.js +1 -0
- package/dist/mint-components/p-a716994f.entry.js +13 -0
- package/dist/mint-components/p-a8fe13f1.system.entry.js +1 -0
- package/dist/mint-components/p-af4357ee.system.js +1 -0
- package/dist/mint-components/{p-4502ed11.system.entry.js → p-af870849.system.entry.js} +1 -1
- package/dist/mint-components/{p-5cac90e8.system.entry.js → p-b30636fc.system.entry.js} +1 -1
- package/dist/mint-components/{p-8679ed9f.system.entry.js → p-b5db456f.system.entry.js} +1 -1
- package/dist/mint-components/p-bc9b2c8b.entry.js +1 -0
- package/dist/mint-components/p-bd124285.system.entry.js +1 -0
- package/dist/mint-components/{p-a9050eb0.entry.js → p-bd229b60.entry.js} +1 -1
- package/dist/mint-components/{p-3223ba7b.entry.js → p-bd25d190.entry.js} +1 -1
- package/dist/mint-components/p-bd648bfa.entry.js +223 -0
- package/dist/mint-components/p-c176d02b.js +42 -0
- package/dist/mint-components/{p-d6474614.js → p-c30f7385.js} +24 -24
- package/dist/mint-components/p-c5cf5623.system.entry.js +1 -0
- package/dist/mint-components/p-c7572e7e.system.entry.js +1 -0
- package/dist/mint-components/{p-b4c52c5a.entry.js → p-c96b66e0.entry.js} +3 -3
- package/dist/mint-components/p-cac64545.system.entry.js +1 -0
- package/dist/mint-components/{p-370a1a73.system.js → p-cb45d0a8.system.js} +1 -1
- package/dist/mint-components/{p-e3735866.entry.js → p-cb550bef.entry.js} +2 -2
- package/dist/mint-components/{p-178d2d2e.entry.js → p-cdd04337.entry.js} +1 -1
- package/dist/mint-components/p-d6dd11db.system.entry.js +1 -0
- package/dist/mint-components/{p-41a11a7f.js → p-d7bc0a83.js} +1 -1
- package/dist/mint-components/p-db39e02a.entry.js +1 -0
- package/dist/mint-components/{p-cf690d55.system.entry.js → p-dd18c75b.system.entry.js} +1 -1
- package/dist/mint-components/{p-07f675ab.system.entry.js → p-de1ab7b7.system.entry.js} +1 -1
- package/dist/mint-components/{p-bf723ae9.entry.js → p-e493aa4f.entry.js} +2 -2
- package/dist/mint-components/{p-ce9e7c98.system.js → p-e5299352.system.js} +1 -1
- package/dist/mint-components/{p-afd366ae.system.entry.js → p-e6024536.system.entry.js} +1 -1
- package/dist/mint-components/{p-674a64fe.system.js → p-f9780efd.system.js} +1 -1
- package/dist/mint-components/{p-0d8c53ac.system.js → p-fc5fa9b1.system.js} +1 -1
- package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +1 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +1 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +8 -1
- package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +1 -0
- package/dist/types/components.d.ts +14 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/ShadowViewAddon-31eb5b16.js +0 -1
- package/dist/esm-es5/global-04c7d3b5.js +0 -285
- package/dist/esm-es5/index.module-def4aec5.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-60ef06cc.js +0 -1
- package/dist/esm-es5/useChildElements-32e1bda1.js +0 -1
- package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +0 -1
- package/dist/esm-es5/useReferralTable-f4de0650.js +0 -1
- package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +0 -1
- package/dist/mint-components/p-01cfff8a.system.entry.js +0 -1
- package/dist/mint-components/p-0d39c815.system.entry.js +0 -1
- package/dist/mint-components/p-10e89d0a.entry.js +0 -1
- package/dist/mint-components/p-1c857edb.entry.js +0 -33
- package/dist/mint-components/p-1dd69917.system.entry.js +0 -1
- package/dist/mint-components/p-27bd5535.entry.js +0 -187
- package/dist/mint-components/p-2dd67762.entry.js +0 -1
- package/dist/mint-components/p-32d1d162.entry.js +0 -1
- package/dist/mint-components/p-35d84041.system.entry.js +0 -1
- package/dist/mint-components/p-3ec16698.entry.js +0 -13
- package/dist/mint-components/p-4ea58025.system.entry.js +0 -1
- package/dist/mint-components/p-51f517a2.js +0 -1
- package/dist/mint-components/p-5be235f9.entry.js +0 -1
- package/dist/mint-components/p-7049e9b0.entry.js +0 -1
- package/dist/mint-components/p-733825fa.system.entry.js +0 -1
- package/dist/mint-components/p-770368bc.system.js +0 -1
- package/dist/mint-components/p-79191f88.entry.js +0 -1
- package/dist/mint-components/p-8b5b78ca.entry.js +0 -1
- package/dist/mint-components/p-8e907ac7.system.entry.js +0 -1
- package/dist/mint-components/p-91669312.entry.js +0 -1
- package/dist/mint-components/p-9c310991.system.entry.js +0 -1
- package/dist/mint-components/p-a1dba9a1.system.entry.js +0 -1
- package/dist/mint-components/p-a6a7dcaa.js +0 -1
- package/dist/mint-components/p-a8f7cb95.js +0 -1
- package/dist/mint-components/p-aad11a68.entry.js +0 -1
- package/dist/mint-components/p-b370fca8.system.js +0 -1
- package/dist/mint-components/p-b3b5b4b7.system.entry.js +0 -1
- package/dist/mint-components/p-b567780d.system.js +0 -1
- package/dist/mint-components/p-b5861974.system.entry.js +0 -1
- package/dist/mint-components/p-c34a507e.system.entry.js +0 -1
- package/dist/mint-components/p-c84659a3.system.js +0 -1
- package/dist/mint-components/p-c8878e79.entry.js +0 -1
- package/dist/mint-components/p-cfb48ad2.system.entry.js +0 -1
- package/dist/mint-components/p-e5a0c50e.entry.js +0 -13
- package/dist/mint-components/p-f1a1e7f3.system.entry.js +0 -1
|
@@ -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,
|
|
4
|
-
import './jsonpointer-388a7082.js';
|
|
2
|
+
import { j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { i as isDemo, s as setUserIdentity } from './index.module-f9338fc3.js';
|
|
5
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
5
|
import './mixins-f60a614c.js';
|
|
7
6
|
import './JSS-67b5cff8.js';
|
|
8
7
|
import { E as EmailRegistrationView } from './email-registration-view-a89a88bf.js';
|
|
9
|
-
import './
|
|
10
|
-
import
|
|
8
|
+
import './jsonpointer-388a7082.js';
|
|
9
|
+
import './useRegistrationFormState-a140a962.js';
|
|
10
|
+
import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-59d8b278.js';
|
|
11
11
|
|
|
12
12
|
const InstantAccessRegistration = class {
|
|
13
13
|
constructor(hostRef) {
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import { i as intl } from './global-
|
|
4
|
-
import {
|
|
2
|
+
import { j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { i as intl } from './global-8a95a0d3.js';
|
|
4
|
+
import { H, Q, y as yn, i as isDemo } from './index.module-f9338fc3.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
|
+
import { d as dist } from './index-0c7b14c5.js';
|
|
6
7
|
import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-10657658.js';
|
|
7
8
|
|
|
8
9
|
const GET_RANK = dist.gql `
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { Q, y as yn, s as setUserIdentity, i as isDemo } from './index.module-f9338fc3.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';
|
|
6
7
|
import { g as getProps } from './utils-334c1e34.js';
|
|
7
8
|
import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-2c6122cd.js';
|
|
8
9
|
|
|
@@ -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 { j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { S as Sn, i as isDemo } from './index.module-f9338fc3.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-05fa5ccd.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 { j as h, f as useState, d as useEffect } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { S as Sn, H } from './index.module-f9338fc3.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 { k as d, f as useState, j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { i as isDemo } from './index.module-f9338fc3.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-a140a962.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 { j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { B } from './index.module-f9338fc3.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-8a95a0d3.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 { f as useState, e as useRef, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import './global-8a95a0d3.js';
|
|
4
|
+
import { l as ln, n as nn, Q, $ as $n, u as useCallback, i as isDemo } from './index.module-f9338fc3.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-de203924.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 {
|
|
4
|
-
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
2
|
+
import { f as useState, j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { b as un, $ as $n, i as isDemo } from './index.module-f9338fc3.js';
|
|
5
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
5
|
import './mixins-f60a614c.js';
|
|
7
6
|
import './JSS-67b5cff8.js';
|
|
8
7
|
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 { j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { s as setUserIdentity, $ as $n, i as isDemo } from './index.module-f9338fc3.js';
|
|
4
4
|
|
|
5
5
|
function usePortalLogout({ nextPage }) {
|
|
6
6
|
setUserIdentity(undefined);
|
package/dist/esm/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-0a31702e.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-8a95a0d3.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,13 +1,14 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import './global-
|
|
4
|
-
import {
|
|
2
|
+
import { f as useState, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import './global-8a95a0d3.js';
|
|
4
|
+
import { Q, y as yn, c as $e, i as isDemo } from './index.module-f9338fc3.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';
|
|
7
8
|
import { g as getProps } from './utils-334c1e34.js';
|
|
8
9
|
import './sqm-text-span-view-8d140661.js';
|
|
9
|
-
import { P as PortalProfileView } from './sqm-portal-profile-view-
|
|
10
|
-
import { i as isEmpty } from './utilities-
|
|
10
|
+
import { P as PortalProfileView } from './sqm-portal-profile-view-0a31702e.js';
|
|
11
|
+
import { i as isEmpty } from './utilities-c197ef25.js';
|
|
11
12
|
|
|
12
13
|
const GET_USER = dist.gql `
|
|
13
14
|
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 { d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { Q, S as Sn, $ as $n, i as isDemo } from './index.module-f9338fc3.js';
|
|
4
4
|
|
|
5
5
|
function usePortalProtectedRoute({ requireEmailVerification, redirectTo, redirectToUnverified, }) {
|
|
6
6
|
var _a;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { h, r as registerInstance } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
2
|
+
import { e as useRef, d as useEffect, j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { L, W as We, y as yn, $ as $n, u as useCallback, i as isDemo } from './index.module-f9338fc3.js';
|
|
5
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
5
|
import { A as AuthWrapper, a as AuthColumn, H as HostBlock, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-f60a614c.js';
|
|
7
6
|
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 {
|
|
9
|
+
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
10
|
+
import { u as useRegistrationFormState } from './useRegistrationFormState-a140a962.js';
|
|
10
11
|
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
11
12
|
|
|
12
13
|
const style = {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
2
|
+
import { f as useState, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { d as Qe, T as Te, $ as $n, i as isDemo } from './index.module-f9338fc3.js';
|
|
5
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
5
|
import './mixins-f60a614c.js';
|
|
7
6
|
import './JSS-67b5cff8.js';
|
|
8
7
|
import { s as sanitizeUrlPath } from './utils-334c1e34.js';
|
|
9
8
|
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 { f as useState, d as useEffect, j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { Q, e as an, $ as $n, s as setUserIdentity, i as isDemo } from './index.module-f9338fc3.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
5
|
import './mixins-f60a614c.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
@@ -1,16 +1,17 @@
|
|
|
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 { j as h, h as useReducer, u as useMemo, d as useEffect } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { i as intl } from './global-8a95a0d3.js';
|
|
4
|
+
import { i as isDemo } from './index.module-f9338fc3.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
|
|
9
|
+
import { a as useRequestRerender, u as useRerenderListener } from './re-render-f023c070.js';
|
|
10
|
+
import { u as useChildElements } from './useChildElements-e32fe084.js';
|
|
11
|
+
import { l as luxon } from './luxon-63e24900.js';
|
|
12
|
+
import { g as getPaypalMeta } from './mockRewardData-e6b763d1.js';
|
|
13
|
+
import './index-0c7b14c5.js';
|
|
14
|
+
import { u as useReferralTable, t as tryMethod } from './useReferralTable-34d7f6ee.js';
|
|
14
15
|
import { l as luxonLocale } from './utils-334c1e34.js';
|
|
15
16
|
import { T as TextSpanView } from './sqm-text-span-view-8d140661.js';
|
|
16
17
|
|
|
@@ -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,
|
|
4
|
-
import './jsonpointer-388a7082.js';
|
|
2
|
+
import { j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { i as isDemo, s as setUserIdentity } from './index.module-f9338fc3.js';
|
|
5
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
5
|
import './mixins-f60a614c.js';
|
|
7
6
|
import './JSS-67b5cff8.js';
|
|
8
7
|
import { E as EmailRegistrationView } from './email-registration-view-a89a88bf.js';
|
|
9
|
-
import './
|
|
10
|
-
import
|
|
8
|
+
import './jsonpointer-388a7082.js';
|
|
9
|
+
import './useRegistrationFormState-a140a962.js';
|
|
10
|
+
import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-59d8b278.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 { j as h } from './stencil-hooks.module-3c7f7c90.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 { j as h } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import './index.module-f9338fc3.js';
|
|
4
|
+
import { a as useRequestRerender } from './re-render-f023c070.js';
|
|
5
5
|
|
|
6
6
|
const RewardTableCustomerNoteColumn = class {
|
|
7
7
|
constructor(hostRef) {
|
|
@@ -1,16 +1,17 @@
|
|
|
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 {
|
|
2
|
+
import { b as browser, h as useReducer, d as useEffect, j as h$1, u as useMemo } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { i as intl } from './global-8a95a0d3.js';
|
|
4
|
+
import { Q, H, L, y as yn, k as kn, i as isDemo } from './index.module-f9338fc3.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 {
|
|
9
|
+
import { u as useRerenderListener, a as useRequestRerender } from './re-render-f023c070.js';
|
|
10
|
+
import { u as useChildElements } from './useChildElements-e32fe084.js';
|
|
11
|
+
import { l as luxon } from './luxon-63e24900.js';
|
|
12
|
+
import { m as mockRewardData } from './mockRewardData-e6b763d1.js';
|
|
13
|
+
import { d as dist } from './index-0c7b14c5.js';
|
|
14
|
+
import { g as generateUserError } from './useReferralTable-34d7f6ee.js';
|
|
14
15
|
import { l as luxonLocale } from './utils-334c1e34.js';
|
|
15
16
|
|
|
16
17
|
const debug = browser("sq:useRewardsTable");
|
|
@@ -1,13 +1,14 @@
|
|
|
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, f as useState, d as useEffect, c as createCommonjsModule, j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import './global-8a95a0d3.js';
|
|
4
|
+
import { $ as $n, S as Sn, s as setUserIdentity, X as Xe, f as setProgramId } from './index.module-f9338fc3.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-
|
|
9
|
+
import './useChildElements-e32fe084.js';
|
|
10
|
+
import { l as luxon } from './luxon-63e24900.js';
|
|
11
|
+
import { d as dist } from './index-0c7b14c5.js';
|
|
11
12
|
import './utils-334c1e34.js';
|
|
12
13
|
import './sqm-text-span-view-8d140661.js';
|
|
13
14
|
import { A as AssetCardView } from './sqm-asset-card-view-9d93fbdd.js';
|
|
@@ -17,16 +18,16 @@ import { E as EmailRegistrationView } from './email-registration-view-a89a88bf.j
|
|
|
17
18
|
import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-10657658.js';
|
|
18
19
|
import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-2c6122cd.js';
|
|
19
20
|
import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-414bcb19.js';
|
|
20
|
-
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-
|
|
21
|
-
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-
|
|
21
|
+
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-05fa5ccd.js';
|
|
22
|
+
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-de203924.js';
|
|
22
23
|
import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-c2ed8fed.js';
|
|
23
|
-
import { P as PortalProfileView } from './sqm-portal-profile-view-
|
|
24
|
-
import './utilities-
|
|
24
|
+
import { P as PortalProfileView } from './sqm-portal-profile-view-0a31702e.js';
|
|
25
|
+
import './utilities-c197ef25.js';
|
|
25
26
|
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-79a85e02.js';
|
|
26
27
|
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-d7ea2c56.js';
|
|
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-
|
|
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-6c6e73dc.js';
|
|
28
29
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-ab89c6cc.js';
|
|
29
|
-
import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-
|
|
30
|
+
import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-4ee8e011.js';
|
|
30
31
|
|
|
31
32
|
/**
|
|
32
33
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -2321,6 +2322,36 @@ const HideViewer = () => {
|
|
|
2321
2322
|
};
|
|
2322
2323
|
return h(LeaderboardView, Object.assign({}, props));
|
|
2323
2324
|
};
|
|
2325
|
+
const HideNames = () => {
|
|
2326
|
+
const props = {
|
|
2327
|
+
states: {
|
|
2328
|
+
loading: false,
|
|
2329
|
+
hasLeaders: true,
|
|
2330
|
+
rowNumber: 10,
|
|
2331
|
+
styles: {
|
|
2332
|
+
...defaultStyles$1,
|
|
2333
|
+
showRank: true,
|
|
2334
|
+
hideNames: true,
|
|
2335
|
+
},
|
|
2336
|
+
},
|
|
2337
|
+
data: {
|
|
2338
|
+
rankType: "rowNumber",
|
|
2339
|
+
leaderboard: users,
|
|
2340
|
+
rowNumber: 10,
|
|
2341
|
+
viewerRank: {
|
|
2342
|
+
firstName: "Viktor",
|
|
2343
|
+
lastInitial: "V",
|
|
2344
|
+
textValue: "82",
|
|
2345
|
+
rowNumber: 1,
|
|
2346
|
+
rank: 1,
|
|
2347
|
+
},
|
|
2348
|
+
},
|
|
2349
|
+
elements: {
|
|
2350
|
+
...defaultElements$1,
|
|
2351
|
+
},
|
|
2352
|
+
};
|
|
2353
|
+
return h(LeaderboardView, Object.assign({}, props));
|
|
2354
|
+
};
|
|
2324
2355
|
|
|
2325
2356
|
const Leaderboard = /*#__PURE__*/Object.freeze({
|
|
2326
2357
|
__proto__: null,
|
|
@@ -2335,7 +2366,8 @@ const Leaderboard = /*#__PURE__*/Object.freeze({
|
|
|
2335
2366
|
TenWithRank: TenWithRank,
|
|
2336
2367
|
ViewerOutside: ViewerOutside,
|
|
2337
2368
|
ViewerAnonymous: ViewerAnonymous,
|
|
2338
|
-
HideViewer: HideViewer
|
|
2369
|
+
HideViewer: HideViewer,
|
|
2370
|
+
HideNames: HideNames
|
|
2339
2371
|
});
|
|
2340
2372
|
|
|
2341
2373
|
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 { j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import './index.module-f9338fc3.js';
|
|
4
|
+
import { a as useRequestRerender } from './re-render-f023c070.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, d as useEffect, j as h$1 } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { _ } from './index.module-f9338fc3.js';
|
|
4
|
+
import { u as useRerenderListener } from './re-render-f023c070.js';
|
|
5
|
+
import { u as useChildElements } from './useChildElements-e32fe084.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 { j as h } from './stencil-hooks.module-3c7f7c90.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, useEffect as d, useRef as e, useState as f, getAugmentedNamespace as g, useReducer as h, getDefaultExportFromCjs as i, h$2 as j, d$2 as k, l$1 as l, m$2 as m, useMemo as u, y$1 as y };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { _ } from './index.module-
|
|
1
|
+
import { f as useState, u as useMemo } from './stencil-hooks.module-3c7f7c90.js';
|
|
2
|
+
import { _ } from './index.module-f9338fc3.js';
|
|
3
3
|
|
|
4
4
|
function useChildElements() {
|
|
5
5
|
const host = _();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { f as useState } from './stencil-hooks.module-3c7f7c90.js';
|
|
2
|
+
import { m as mn } from './index.module-f9338fc3.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-a140a962.js';
|
|
5
5
|
|
|
6
6
|
function useInstantAccessRegistration(props) {
|
|
7
7
|
const cookie = new URLSearchParams(window.location.search);
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { h } from './index-17b4da69.js';
|
|
2
|
-
import { b as browser,
|
|
3
|
-
import {
|
|
4
|
-
import { u as useRerenderListener } from './re-render-
|
|
5
|
-
import { u as useChildElements } from './useChildElements-
|
|
2
|
+
import { b as browser, h as useReducer, d as useEffect } from './stencil-hooks.module-3c7f7c90.js';
|
|
3
|
+
import { Q, H, L, y as yn, k as kn } from './index.module-f9338fc3.js';
|
|
4
|
+
import { u as useRerenderListener } from './re-render-f023c070.js';
|
|
5
|
+
import { u as useChildElements } from './useChildElements-e32fe084.js';
|
|
6
|
+
import { d as dist } from './index-0c7b14c5.js';
|
|
6
7
|
|
|
7
8
|
const debug = browser("sq:useReferralTable");
|
|
8
9
|
const CSS_NAMESPACE = "sqm-referral-table";
|
package/dist/esm/{useRegistrationFormState-9fc1ac80.js → useRegistrationFormState-a140a962.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-3c7f7c90.js';
|
|
2
|
+
import { _ } from './index.module-f9338fc3.js';
|
|
3
3
|
|
|
4
4
|
const REGISTRATION_FORM_STATE_CONTEXT = "sq:registration-form-state";
|
|
5
5
|
function useRegistrationFormState(formState) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { u as useCallback } from './index.module-
|
|
1
|
+
import { f as useState, d as useEffect } from './stencil-hooks.module-3c7f7c90.js';
|
|
2
|
+
import { u as useCallback } from './index.module-f9338fc3.js';
|
|
3
3
|
|
|
4
4
|
// import { IntlMessageFormat } from 'intl-messageformat';
|
|
5
5
|
function isMobile(breakPoint) {
|