@saasquatch/mint-components 1.5.0-113 → 1.5.0-117
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/CHANGELOG.md +82 -15
- package/dist/cjs/{GenericTableView-f947b749.js → GenericTableView-ed381b89.js} +7 -6
- package/dist/cjs/{ShadowViewAddon-79dd6c07.js → ShadowViewAddon-60ca6e6c.js} +242 -179
- package/dist/cjs/{global-633d1fb7.js → global-13123238.js} +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{sqm-big-stat_30.cjs.entry.js → sqm-big-stat_31.cjs.entry.js} +198 -154
- package/dist/cjs/sqm-empty_5.cjs.entry.js +3 -2
- package/dist/cjs/{sqm-hero-view-a13795c0.js → sqm-hero-view-3b0d45d0.js} +1 -0
- package/dist/cjs/sqm-hero.cjs.entry.js +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-container-view-d101032e.js → sqm-portal-container-view-5ea913a8.js} +2 -1
- package/dist/cjs/{sqm-portal-email-verification-view-c32a55d6.js → sqm-portal-email-verification-view-535ae80c.js} +2 -2
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-footer-view-cac67bc9.js → sqm-portal-footer-view-3c62d7a6.js} +1 -1
- package/dist/cjs/sqm-portal-footer.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-forgot-password-view-10c0b54f.js → sqm-portal-forgot-password-view-02b046e1.js} +1 -1
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-profile-view-72c40619.js → sqm-portal-profile-view-12c9cd73.js} +3 -3
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-reset-password-view-1fdc957e.js → sqm-portal-reset-password-view-20df8d45.js} +1 -1
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-section-view-186a5f7e.js → sqm-portal-section-view-f3c8475a.js} +1 -0
- package/dist/cjs/{sqm-portal-verify-email-view-4c78e231.js → sqm-portal-verify-email-view-1b07a1ba.js} +1 -1
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +27 -10
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +37 -21
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +252 -115
- package/dist/cjs/sqm-text-span-view-c54af22c.js +59 -0
- package/dist/cjs/sqm-text-span.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-big-stat/UseBigStat.stories.js +15 -3
- package/dist/collection/components/sqm-big-stat/sqm-big-stat-view.js +1 -0
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +3 -3
- package/dist/collection/components/sqm-big-stat/useBigStat.js +1 -1
- package/dist/collection/components/sqm-card-feed/sqm-card-feed-view.js +1 -0
- package/dist/collection/components/sqm-hero/sqm-hero-view.js +1 -0
- package/dist/collection/components/sqm-hero-image/sqm-hero-image-view.js +9 -2
- package/dist/collection/components/sqm-image/sqm-image-view.js +1 -0
- package/dist/collection/components/sqm-leaderboard/UseLeaderboard.stories.js +2 -2
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +0 -5
- package/dist/collection/components/sqm-portal-container/PortalContainer.stories.js +72 -0
- package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +2 -1
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +26 -0
- package/dist/collection/components/sqm-referral-card/sqm-referral-card-view.js +40 -38
- package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe-view.js +1 -0
- package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +1 -1
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +0 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +10 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +5 -1
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +12 -10
- package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeListData.js +1 -1
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +1 -1
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +11 -9
- package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +10 -10
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +9 -25
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +7 -27
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +3 -0
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +1 -1
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +14 -9
- package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +7 -1
- package/dist/collection/components/sqm-scroll/Scroll.stories.js +14 -23
- package/dist/collection/components/sqm-scroll/sqm-scroll.js +102 -147
- package/dist/collection/components/sqm-share-button/ShareButton.stories.js +8 -8
- package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +29 -29
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +21 -21
- package/dist/collection/components/sqm-share-code/ShareCode.stories.js +2 -2
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +7 -7
- package/dist/collection/components/sqm-share-code/useShareCode.js +1 -1
- package/dist/collection/components/sqm-share-link/ShareLink.stories.js +3 -3
- package/dist/collection/components/sqm-share-link/UseShareLink.stories.js +3 -3
- package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +1 -1
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +4 -4
- package/dist/collection/components/sqm-stat-container/sqm-stat-container-view.js +1 -0
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -0
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +1 -1
- package/dist/collection/components/sqm-task-card/DetailsView.js +1 -1
- package/dist/collection/components/sqm-task-card/progress-bar/SVGs.js +7 -0
- package/dist/collection/components/sqm-task-card/progress-bar/progress-bar-view.js +52 -50
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +18 -10
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +3 -1
- package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +42 -42
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry-view.js +77 -0
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +1 -80
- package/dist/collection/components/sqm-timeline/sqm-timeline.js +0 -18
- package/dist/collection/components/sqm-titled-section/sqm-portal-section-view.js +1 -0
- package/dist/collection/global/styles.js +1 -0
- package/dist/collection/global/styles.ts +1 -0
- package/dist/collection/stories/NewPortal.stories.js +2 -2
- package/dist/collection/stories/PortalTemplates.stories.js +0 -7
- package/dist/collection/stories/Widget.stories.js +49 -0
- package/dist/collection/tables/GenericTableView.js +7 -6
- package/dist/esm/{GenericTableView-6b7b537b.js → GenericTableView-6924630b.js} +7 -6
- package/dist/esm/{ShadowViewAddon-9c382e30.js → ShadowViewAddon-3347acdb.js} +242 -180
- package/dist/esm/{global-7d4eb5e5.js → global-9bff4920.js} +1 -0
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/{sqm-big-stat_30.entry.js → sqm-big-stat_31.entry.js} +199 -156
- package/dist/esm/sqm-empty_5.entry.js +3 -2
- package/dist/esm/{sqm-hero-view-5ea17052.js → sqm-hero-view-8e70916e.js} +1 -0
- package/dist/esm/sqm-hero.entry.js +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/{sqm-portal-container-view-dea0cdcc.js → sqm-portal-container-view-46929235.js} +2 -1
- package/dist/esm/{sqm-portal-email-verification-view-86e3ff2e.js → sqm-portal-email-verification-view-1d7eca0a.js} +2 -2
- package/dist/esm/sqm-portal-email-verification.entry.js +3 -3
- package/dist/esm/{sqm-portal-footer-view-d6a43c4d.js → sqm-portal-footer-view-df66904d.js} +1 -1
- package/dist/esm/sqm-portal-footer.entry.js +2 -2
- package/dist/esm/{sqm-portal-forgot-password-view-fa088f83.js → sqm-portal-forgot-password-view-6b99a1ad.js} +1 -1
- package/dist/esm/sqm-portal-forgot-password.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-c34e781b.js → sqm-portal-profile-view-b96b89a3.js} +3 -3
- package/dist/esm/sqm-portal-profile.entry.js +4 -4
- package/dist/esm/{sqm-portal-reset-password-view-73e14282.js → sqm-portal-reset-password-view-2c0da51c.js} +1 -1
- package/dist/esm/sqm-portal-reset-password.entry.js +2 -2
- package/dist/esm/{sqm-portal-section-view-88a80af9.js → sqm-portal-section-view-61dbb8a9.js} +1 -0
- package/dist/esm/{sqm-portal-verify-email-view-cbf1cfdc.js → sqm-portal-verify-email-view-0d005914.js} +1 -1
- package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +27 -10
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +37 -21
- package/dist/esm/sqm-stencilbook.entry.js +248 -111
- package/dist/esm/sqm-text-span-view-c8793d61.js +57 -0
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm-es5/GenericTableView-6924630b.js +1 -0
- package/dist/esm-es5/ShadowViewAddon-3347acdb.js +1 -0
- package/dist/esm-es5/{global-7d4eb5e5.js → global-9bff4920.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-big-stat_31.entry.js +1 -0
- package/dist/esm-es5/sqm-empty_5.entry.js +1 -1
- package/dist/esm-es5/{sqm-hero-view-5ea17052.js → sqm-hero-view-8e70916e.js} +0 -0
- package/dist/esm-es5/sqm-hero.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-container-view-46929235.js +1 -0
- package/dist/esm-es5/{sqm-portal-email-verification-view-86e3ff2e.js → sqm-portal-email-verification-view-1d7eca0a.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-footer-view-d6a43c4d.js → sqm-portal-footer-view-df66904d.js} +1 -1
- package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-forgot-password-view-fa088f83.js → sqm-portal-forgot-password-view-6b99a1ad.js} +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-c34e781b.js → sqm-portal-profile-view-b96b89a3.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-reset-password-view-73e14282.js → sqm-portal-reset-password-view-2c0da51c.js} +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-section-view-88a80af9.js → sqm-portal-section-view-61dbb8a9.js} +0 -0
- package/dist/esm-es5/{sqm-portal-verify-email-view-cbf1cfdc.js → sqm-portal-verify-email-view-0d005914.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-rewards-table-customer-note-cell.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/{mint-components/p-179988b5.js → esm-es5/sqm-text-span-view-c8793d61.js} +1 -1
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/mint-components/global/styles.ts +1 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-e08f5f8e.js → p-00c0fd3c.js} +0 -0
- package/dist/mint-components/{p-49667de1.system.entry.js → p-07b18f4a.system.entry.js} +1 -1
- package/dist/mint-components/{p-f31a3a08.system.entry.js → p-099d949d.system.entry.js} +1 -1
- package/dist/mint-components/{p-ce0ec1c4.system.js → p-1830b02e.system.js} +1 -1
- package/dist/mint-components/p-1e57c649.entry.js +9 -0
- package/dist/mint-components/p-23a3e161.entry.js +1 -0
- package/dist/mint-components/{p-3dbd3303.entry.js → p-258dc62f.entry.js} +1 -1
- package/dist/mint-components/{p-1c3c2ddb.system.js → p-26b42a93.system.js} +1 -1
- package/dist/mint-components/{p-147440c3.js → p-2ec8c64c.js} +0 -0
- package/dist/mint-components/{p-e82076e4.system.js → p-2ef43b0b.system.js} +1 -1
- package/dist/mint-components/{p-91951a0a.system.entry.js → p-3295bcea.system.entry.js} +1 -1
- package/dist/mint-components/{p-d7736049.system.entry.js → p-32b9d246.system.entry.js} +1 -1
- package/dist/mint-components/p-33159b8f.entry.js +99 -0
- package/dist/mint-components/p-39928661.system.entry.js +1 -0
- package/dist/mint-components/{p-96bbb28a.system.entry.js → p-3bb7f637.system.entry.js} +1 -1
- package/dist/mint-components/{p-6b43e4cc.system.js → p-3bf4f950.system.js} +1 -1
- package/dist/mint-components/{p-53af4433.system.js → p-3cf449ba.system.js} +0 -0
- package/dist/mint-components/{p-fe0d7472.entry.js → p-4556231d.entry.js} +1 -1
- package/dist/mint-components/{p-759df017.system.entry.js → p-4fdc7713.system.entry.js} +1 -1
- package/dist/mint-components/{p-6a87a09f.entry.js → p-5c35a4e6.entry.js} +1 -1
- package/dist/mint-components/p-5c71ba83.js +268 -0
- package/dist/mint-components/{p-8d7ae057.system.entry.js → p-60abe71f.system.entry.js} +1 -1
- package/dist/mint-components/p-6660f97d.system.js +1 -0
- package/dist/mint-components/p-6faceb79.system.entry.js +1 -0
- package/dist/mint-components/{p-eb61462d.entry.js → p-710dd330.entry.js} +12 -12
- package/dist/mint-components/{p-1959da16.system.js → p-73e64749.system.js} +1 -1
- package/dist/mint-components/{p-4f4bdfad.system.entry.js → p-79e4c06a.system.entry.js} +1 -1
- package/dist/mint-components/{p-3bdc5918.js → p-7b074331.js} +1 -1
- package/dist/mint-components/{p-4a1b7d35.js → p-7fe7dbb0.js} +1 -1
- package/dist/mint-components/{p-d264d1a0.system.js → p-80845175.system.js} +1 -1
- package/dist/mint-components/{p-200ffff7.entry.js → p-96f571e5.entry.js} +1 -1
- package/dist/mint-components/p-99e7434e.js +1 -0
- package/dist/mint-components/{p-93e15034.entry.js → p-9dee36f6.entry.js} +1 -1
- package/dist/mint-components/{p-16023c39.system.entry.js → p-a35ce12b.system.entry.js} +1 -1
- package/dist/mint-components/{p-2af6bb32.system.entry.js → p-a36892ea.system.entry.js} +1 -1
- package/dist/mint-components/p-a82df645.system.entry.js +1 -0
- package/dist/mint-components/{p-55b6147d.js → p-abc7fa04.js} +1 -1
- package/dist/mint-components/p-ad741ee2.system.entry.js +1 -0
- package/dist/mint-components/p-aebee81d.system.js +1 -0
- package/dist/mint-components/{p-3e65453b.system.js → p-b756428e.system.js} +0 -0
- package/dist/mint-components/{p-1d1e9197.js → p-ba597021.js} +1 -1
- package/dist/mint-components/p-bb630f90.system.js +1 -0
- package/dist/mint-components/p-c887a653.system.js +1 -0
- package/dist/mint-components/{p-d33eb961.js → p-c8cb3674.js} +1 -1
- package/dist/mint-components/{p-20e8567f.entry.js → p-ca696a40.entry.js} +1 -1
- package/dist/mint-components/{p-1204f7df.entry.js → p-cfe3ceb7.entry.js} +1 -1
- package/dist/mint-components/{p-a8141e7b.entry.js → p-d073aead.entry.js} +1 -1
- package/dist/mint-components/p-db46fe90.js +1 -0
- package/dist/mint-components/{p-fcd096b3.entry.js → p-dc0b8fdb.entry.js} +1 -1
- package/dist/mint-components/{p-ce8b1b36.system.js → p-e2cb443e.system.js} +1 -1
- package/dist/mint-components/{p-72a798c3.entry.js → p-e3fff405.entry.js} +1 -1
- package/dist/mint-components/p-ec5633b8.js +1 -0
- package/dist/mint-components/p-ec77261d.system.js +1 -0
- package/dist/mint-components/{p-e57bb617.entry.js → p-ee1684ae.entry.js} +1 -1
- package/dist/mint-components/{p-c5314bbc.js → p-eff88c3d.js} +1 -1
- package/dist/mint-components/p-f34dd1c1.js +1 -0
- package/dist/mint-components/{p-72296718.system.entry.js → p-f72dc3a5.system.entry.js} +1 -1
- package/dist/types/components/sqm-big-stat/UseBigStat.stories.d.ts +24 -0
- package/dist/types/components/sqm-portal-container/PortalContainer.stories.d.ts +6 -0
- package/dist/types/components/sqm-portal-container/sqm-portal-container-view.d.ts +1 -0
- package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +6 -0
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +2 -3
- package/dist/types/components/sqm-reward-exchange-list/RewardExchangeListData.d.ts +19 -19
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.d.ts +1 -1
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +6 -4
- package/dist/types/components/sqm-reward-exchange-list/useRewardExchangeList.d.ts +1 -1
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +0 -4
- package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +7 -4
- package/dist/types/components/sqm-scroll/Scroll.stories.d.ts +1 -0
- package/dist/types/components/sqm-scroll/sqm-scroll.d.ts +56 -8
- package/dist/types/components/sqm-share-button/sqm-share-button-view.d.ts +6 -6
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +9 -9
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +2 -2
- package/dist/types/components/sqm-share-code/useShareCode.d.ts +2 -2
- package/dist/types/components/sqm-share-link/sqm-share-link-view.d.ts +1 -1
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +1 -1
- package/dist/types/components/sqm-share-link/useShareLink.d.ts +1 -1
- package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +1 -1
- package/dist/types/components/sqm-task-card/progress-bar/SVGs.d.ts +1 -0
- package/dist/types/components/sqm-task-card/progress-bar/progress-bar-view.d.ts +1 -0
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +2 -0
- package/dist/types/components/sqm-timeline/sqm-timeline-entry-view.d.ts +9 -0
- package/dist/types/components.d.ts +172 -78
- package/dist/types/global/styles.d.ts +1 -1
- package/dist/types/stories/Widget.stories.d.ts +22 -0
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/sqm-stat-container-view-8aaf6cb8.js +0 -52
- package/dist/cjs/sqm-stat-container.cjs.entry.js +0 -36
- package/dist/cjs/sqm-text-span-view-f101dedf.js +0 -59
- package/dist/esm/sqm-stat-container-view-226b6496.js +0 -50
- package/dist/esm/sqm-stat-container.entry.js +0 -32
- package/dist/esm/sqm-text-span-view-7e61c95c.js +0 -57
- package/dist/esm-es5/GenericTableView-6b7b537b.js +0 -1
- package/dist/esm-es5/ShadowViewAddon-9c382e30.js +0 -1
- package/dist/esm-es5/sqm-big-stat_30.entry.js +0 -1
- package/dist/esm-es5/sqm-portal-container-view-dea0cdcc.js +0 -1
- package/dist/esm-es5/sqm-stat-container-view-226b6496.js +0 -1
- package/dist/esm-es5/sqm-stat-container.entry.js +0 -1
- package/dist/esm-es5/sqm-text-span-view-7e61c95c.js +0 -1
- package/dist/mint-components/p-1a786c17.js +0 -1
- package/dist/mint-components/p-1b71a09e.system.entry.js +0 -1
- package/dist/mint-components/p-1cd23e56.system.entry.js +0 -1
- package/dist/mint-components/p-2c5d7a20.js +0 -268
- package/dist/mint-components/p-3f88f8eb.system.js +0 -1
- package/dist/mint-components/p-45581e0b.entry.js +0 -9
- package/dist/mint-components/p-48161ba8.js +0 -1
- package/dist/mint-components/p-4e0ce80b.js +0 -1
- package/dist/mint-components/p-546ee840.entry.js +0 -1
- package/dist/mint-components/p-55f3d841.system.js +0 -1
- package/dist/mint-components/p-78df4d2d.system.js +0 -1
- package/dist/mint-components/p-8bcaafaf.system.js +0 -1
- package/dist/mint-components/p-9e4f0169.system.entry.js +0 -1
- package/dist/mint-components/p-a44b64d5.js +0 -1
- package/dist/mint-components/p-ac303785.system.js +0 -1
- package/dist/mint-components/p-b359d5a5.entry.js +0 -1
- package/dist/mint-components/p-bb497e73.entry.js +0 -93
- package/dist/mint-components/p-c5086d90.system.js +0 -1
- package/dist/mint-components/p-e16186c0.system.entry.js +0 -1
- package/dist/mint-components/p-e2731437.system.entry.js +0 -1
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-87a1f4f7.js');
|
|
7
|
-
const global = require('./global-
|
|
7
|
+
const global = require('./global-13123238.js');
|
|
8
8
|
const useCallback = require('./use-callback-e754042f.js');
|
|
9
9
|
const index_module = require('./index.module-f972f103.js');
|
|
10
10
|
require('./extends-08099afd.js');
|
|
@@ -16,10 +16,10 @@ const reRender = require('./re-render-1ef744c7.js');
|
|
|
16
16
|
const useChildElements = require('./useChildElements-3ce892db.js');
|
|
17
17
|
require('./luxon-59ca7d19.js');
|
|
18
18
|
const utils = require('./utils-01dbfd4a.js');
|
|
19
|
-
require('./sqm-text-span-view-
|
|
20
|
-
require('./sqm-portal-container-view-
|
|
21
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
22
|
-
require('./sqm-portal-section-view-
|
|
19
|
+
require('./sqm-text-span-view-c54af22c.js');
|
|
20
|
+
require('./sqm-portal-container-view-5ea913a8.js');
|
|
21
|
+
const ShadowViewAddon = require('./ShadowViewAddon-60ca6e6c.js');
|
|
22
|
+
require('./sqm-portal-section-view-f3c8475a.js');
|
|
23
23
|
|
|
24
24
|
const BigStat = class {
|
|
25
25
|
constructor(hostRef) {
|
|
@@ -35,7 +35,8 @@ const BigStat = class {
|
|
|
35
35
|
render() {
|
|
36
36
|
var _a;
|
|
37
37
|
const { props, label } = index_module.jn() ? ShadowViewAddon.useDemoBigStat(this) : ShadowViewAddon.useBigStat(this);
|
|
38
|
-
const
|
|
38
|
+
const host = index_module.P();
|
|
39
|
+
const hasLabel = !!((_a = host.innerHTML) === null || _a === void 0 ? void 0 : _a.trim());
|
|
39
40
|
const labelSlot = index.h("slot", { name: "label" }, hasLabel ? index.h("slot", null) : label);
|
|
40
41
|
return index.h(ShadowViewAddon.BigStatView, Object.assign({}, props, { labelSlot: labelSlot }));
|
|
41
42
|
}
|
|
@@ -416,6 +417,7 @@ EditProfile.style = sqmEditProfileCss;
|
|
|
416
417
|
function HeroImageView(props, children) {
|
|
417
418
|
const overlay = Boolean((props.header || props.description || props.buttonText) &&
|
|
418
419
|
props.layout === "overlay");
|
|
420
|
+
// Dependent on props, not feasiable to move out
|
|
419
421
|
const style = {
|
|
420
422
|
Container: {
|
|
421
423
|
position: "relative",
|
|
@@ -446,10 +448,17 @@ function HeroImageView(props, children) {
|
|
|
446
448
|
},
|
|
447
449
|
Overlay: {
|
|
448
450
|
zIndex: "1",
|
|
449
|
-
padding: "var(--sl-spacing-" +
|
|
451
|
+
padding: "calc(var(--sl-spacing-" +
|
|
452
|
+
props.paddingText +
|
|
453
|
+
") + var(--sl-spacing-" +
|
|
454
|
+
props.paddingImage +
|
|
455
|
+
"))",
|
|
450
456
|
textAlign: "center",
|
|
451
457
|
color: props.textColor || "var(--sl-color-neutral-0)",
|
|
452
458
|
lineHeight: "var(--sl-line-height-dense)",
|
|
459
|
+
"@media (max-width: 599px)": {
|
|
460
|
+
padding: "var(--sl-spacing-" + props.paddingText + ")",
|
|
461
|
+
},
|
|
453
462
|
},
|
|
454
463
|
Column: {
|
|
455
464
|
display: "flex",
|
|
@@ -461,7 +470,6 @@ function HeroImageView(props, children) {
|
|
|
461
470
|
width: props.imagePercentage ? props.imagePercentage + "%" : "50%",
|
|
462
471
|
padding: "var(--sl-spacing-" + props.paddingImage + ")",
|
|
463
472
|
boxSizing: "border-box",
|
|
464
|
-
// margin: props.maxHeight ? "auto" : "",
|
|
465
473
|
"@media (max-width: 599px)": {
|
|
466
474
|
width: "100%",
|
|
467
475
|
},
|
|
@@ -5435,57 +5443,59 @@ const ProgramMenu = class {
|
|
|
5435
5443
|
}
|
|
5436
5444
|
};
|
|
5437
5445
|
|
|
5438
|
-
|
|
5439
|
-
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
|
|
5443
|
-
|
|
5444
|
-
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
padding: "0",
|
|
5453
|
-
marginBottom: "var(--sl-spacing-xx-large)",
|
|
5454
|
-
},
|
|
5455
|
-
},
|
|
5456
|
-
"& .right": {
|
|
5457
|
-
boxSizing: "border-box",
|
|
5458
|
-
width: "50%",
|
|
5459
|
-
padding: "var(--sl-spacing-large)",
|
|
5460
|
-
paddingLeft: "var(--sl-spacing-medium)",
|
|
5461
|
-
alignSelf: props.verticalAlignment,
|
|
5462
|
-
"@media (max-width: 499px)": {
|
|
5463
|
-
width: "100%",
|
|
5464
|
-
padding: "0",
|
|
5465
|
-
},
|
|
5446
|
+
const style = {
|
|
5447
|
+
Container: {
|
|
5448
|
+
display: "flex",
|
|
5449
|
+
color: "var(--sl-color-neutral-900)",
|
|
5450
|
+
background: "var(--sl-color-neutral-0)",
|
|
5451
|
+
"& .left": {
|
|
5452
|
+
boxSizing: "border-box",
|
|
5453
|
+
width: "50%",
|
|
5454
|
+
padding: "var(--sl-spacing-large)",
|
|
5455
|
+
paddingRight: "var(--sl-spacing-medium)",
|
|
5456
|
+
"@media (max-width: 499px)": {
|
|
5457
|
+
width: "100%",
|
|
5458
|
+
padding: "0",
|
|
5459
|
+
marginBottom: "var(--sl-spacing-xx-large)",
|
|
5466
5460
|
},
|
|
5467
|
-
|
|
5468
|
-
|
|
5461
|
+
},
|
|
5462
|
+
"& .right": {
|
|
5463
|
+
boxSizing: "border-box",
|
|
5464
|
+
width: "50%",
|
|
5465
|
+
padding: "var(--sl-spacing-large)",
|
|
5466
|
+
paddingLeft: "var(--sl-spacing-medium)",
|
|
5469
5467
|
"@media (max-width: 499px)": {
|
|
5470
|
-
|
|
5471
|
-
|
|
5468
|
+
width: "100%",
|
|
5469
|
+
padding: "0",
|
|
5472
5470
|
},
|
|
5473
5471
|
},
|
|
5474
|
-
|
|
5475
|
-
|
|
5476
|
-
|
|
5477
|
-
|
|
5472
|
+
border: "1px solid var(--sl-color-neutral-300)",
|
|
5473
|
+
borderRadius: "var(--sl-border-radius-large)",
|
|
5474
|
+
"@media (max-width: 499px)": {
|
|
5475
|
+
flexDirection: "column",
|
|
5476
|
+
border: "none",
|
|
5477
|
+
},
|
|
5478
|
+
},
|
|
5479
|
+
};
|
|
5480
|
+
const sheet = JSS.createStyleSheet(style);
|
|
5481
|
+
const styleString = sheet.toString();
|
|
5482
|
+
const vanillaStyle = `
|
|
5478
5483
|
:host{
|
|
5479
5484
|
display: block;
|
|
5480
5485
|
}
|
|
5481
5486
|
`;
|
|
5487
|
+
function ReferralCardView(props) {
|
|
5482
5488
|
return (index.h("div", null,
|
|
5483
5489
|
index.h("style", { type: "text/css" },
|
|
5484
5490
|
styleString,
|
|
5485
5491
|
vanillaStyle),
|
|
5486
5492
|
index.h("div", { class: sheet.classes.Container },
|
|
5487
|
-
index.h("div", { class: "left"
|
|
5488
|
-
|
|
5493
|
+
index.h("div", { class: "left", style: {
|
|
5494
|
+
alignSelf: props.verticalAlignment,
|
|
5495
|
+
} }, props.slots.left),
|
|
5496
|
+
index.h("div", { class: "right", style: {
|
|
5497
|
+
alignSelf: props.verticalAlignment,
|
|
5498
|
+
} }, props.slots.right))));
|
|
5489
5499
|
}
|
|
5490
5500
|
|
|
5491
5501
|
const ReferralCard = class {
|
|
@@ -5534,7 +5544,7 @@ function useReferralIframe(props) {
|
|
|
5534
5544
|
};
|
|
5535
5545
|
}
|
|
5536
5546
|
|
|
5537
|
-
const style = {
|
|
5547
|
+
const style$1 = {
|
|
5538
5548
|
IconStyle: {
|
|
5539
5549
|
display: "block",
|
|
5540
5550
|
position: "absolute",
|
|
@@ -5553,21 +5563,21 @@ const style = {
|
|
|
5553
5563
|
margin: "30px",
|
|
5554
5564
|
},
|
|
5555
5565
|
};
|
|
5556
|
-
const sheet = JSS.createStyleSheet(style);
|
|
5557
|
-
const styleString = sheet.toString();
|
|
5566
|
+
const sheet$1 = JSS.createStyleSheet(style$1);
|
|
5567
|
+
const styleString$1 = sheet$1.toString();
|
|
5558
5568
|
function RequiredPropsError({ missingProps }) {
|
|
5559
5569
|
if (!missingProps)
|
|
5560
5570
|
return false;
|
|
5561
5571
|
const host = index_module.P();
|
|
5562
5572
|
const [detailsOpen, setDetailsOpen] = stencilHooks_module.useState(false);
|
|
5563
|
-
return (index.h("sl-alert", { type: "danger", open: true, class: sheet.classes.Alert },
|
|
5564
|
-
index.h("style", { type: "text/css" }, styleString),
|
|
5565
|
-
index.h("div", { slot: "icon", class: sheet.classes.IconStyle },
|
|
5573
|
+
return (index.h("sl-alert", { type: "danger", open: true, class: sheet$1.classes.Alert },
|
|
5574
|
+
index.h("style", { type: "text/css" }, styleString$1),
|
|
5575
|
+
index.h("div", { slot: "icon", class: sheet$1.classes.IconStyle },
|
|
5566
5576
|
index.h("sl-icon", { name: "exclamation-octagon" })),
|
|
5567
|
-
index.h("div", { class: sheet.classes.DivStyle },
|
|
5568
|
-
index.h("h2", { class: sheet.classes.Heading }, "There was a problem loading this page"),
|
|
5577
|
+
index.h("div", { class: sheet$1.classes.DivStyle },
|
|
5578
|
+
index.h("h2", { class: sheet$1.classes.Heading }, "There was a problem loading this page"),
|
|
5569
5579
|
index.h("p", null, "There was a technical problem that prevented this page from loading. Please contact us with the link to this page.")),
|
|
5570
|
-
index.h("details", { class: sheet.classes.Details },
|
|
5580
|
+
index.h("details", { class: sheet$1.classes.Details },
|
|
5571
5581
|
index.h("summary", { onClick: () => setDetailsOpen(!detailsOpen) },
|
|
5572
5582
|
detailsOpen ? "Less" : "More",
|
|
5573
5583
|
" details"),
|
|
@@ -6489,9 +6499,9 @@ const SqmRewardExchangeList = class {
|
|
|
6489
6499
|
/**
|
|
6490
6500
|
* Shown when a user copies a fuel tank code
|
|
6491
6501
|
*
|
|
6492
|
-
* @uiName
|
|
6502
|
+
* @uiName Tooltip Text
|
|
6493
6503
|
*/
|
|
6494
|
-
this.
|
|
6504
|
+
this.tooltipText = "Copied";
|
|
6495
6505
|
/**
|
|
6496
6506
|
* @uiName Done Text
|
|
6497
6507
|
*/
|
|
@@ -6521,7 +6531,9 @@ const SqmRewardExchangeList = class {
|
|
|
6521
6531
|
*/
|
|
6522
6532
|
this.promoCode = "Promo Code";
|
|
6523
6533
|
/**
|
|
6524
|
-
*
|
|
6534
|
+
* Set the number of placeholder cards to be shown in loading state.
|
|
6535
|
+
*
|
|
6536
|
+
* @undocumented Loading Cards
|
|
6525
6537
|
*/
|
|
6526
6538
|
this.skeletonCardNum = 8;
|
|
6527
6539
|
/**
|
|
@@ -6708,7 +6720,17 @@ const Scroll = class {
|
|
|
6708
6720
|
constructor(hostRef) {
|
|
6709
6721
|
index.registerInstance(this, hostRef);
|
|
6710
6722
|
this.ignored = true;
|
|
6723
|
+
/**
|
|
6724
|
+
* @uiName Button Type
|
|
6725
|
+
* @uiType string
|
|
6726
|
+
* @uiEnum ["default", "primary", "success", "neutral", "warning", "danger", "text"]
|
|
6727
|
+
*/
|
|
6711
6728
|
this.buttonType = "default";
|
|
6729
|
+
/**
|
|
6730
|
+
* @uiName Scroll Animation Style
|
|
6731
|
+
* @uiType string
|
|
6732
|
+
* @uiEnum ["smooth", "auto"]
|
|
6733
|
+
*/
|
|
6712
6734
|
this.scrollAnimation = "smooth";
|
|
6713
6735
|
stencilHooks_module.h$1(this);
|
|
6714
6736
|
}
|
|
@@ -6739,12 +6761,13 @@ const Scroll = class {
|
|
|
6739
6761
|
const styleString = sheet.toString();
|
|
6740
6762
|
const vanillaStyle = `
|
|
6741
6763
|
:host{
|
|
6742
|
-
display:
|
|
6764
|
+
display: contents;
|
|
6743
6765
|
}
|
|
6744
|
-
${this.
|
|
6766
|
+
${this.mobile &&
|
|
6745
6767
|
`
|
|
6746
6768
|
@media only screen and (max-width: 499px) {
|
|
6747
6769
|
:host {
|
|
6770
|
+
display: block;
|
|
6748
6771
|
width: 100%;
|
|
6749
6772
|
}
|
|
6750
6773
|
}
|
|
@@ -6753,9 +6776,9 @@ const Scroll = class {
|
|
|
6753
6776
|
let classStack = "";
|
|
6754
6777
|
if (this.outline)
|
|
6755
6778
|
classStack += "outline ";
|
|
6756
|
-
if (this.
|
|
6779
|
+
if (this.mobile)
|
|
6757
6780
|
classStack += "mobile ";
|
|
6758
|
-
return (index.h("div", { class: sheet.classes.Button }, index.h("style", { type: "text/css" }, vanillaStyle, styleString), index.h("sl-button", { type: this.outline ? "primary" : this.buttonType, onClick: callbacks.scroll, size: this.size, pill: this.pill,
|
|
6781
|
+
return (index.h("div", { class: sheet.classes.Button }, index.h("style", { type: "text/css" }, vanillaStyle, styleString), index.h("sl-button", { type: this.outline ? "primary" : this.buttonType, onClick: callbacks.scroll, size: this.size, pill: this.pill, circle: this.circle, class: classStack }, (this.iconSlot || this.iconName) && (index.h("sl-icon", { slot: this.iconSlot || "prefix", name: this.iconName })), this.buttonText, index.h("slot", null))));
|
|
6759
6782
|
}
|
|
6760
6783
|
};
|
|
6761
6784
|
|
|
@@ -6776,15 +6799,15 @@ const ShareButton = class {
|
|
|
6776
6799
|
* @uiEnum ["prefix", "suffix" ]
|
|
6777
6800
|
* @uiEnumNames ["Prefix", "Suffix"]
|
|
6778
6801
|
*/
|
|
6779
|
-
this.
|
|
6802
|
+
this.iconSlot = "prefix";
|
|
6780
6803
|
/**
|
|
6781
6804
|
* @uiName Hide the icon
|
|
6782
6805
|
*/
|
|
6783
|
-
this.
|
|
6806
|
+
this.hideIcon = false;
|
|
6784
6807
|
/**
|
|
6785
6808
|
* @uiName Hide the text
|
|
6786
6809
|
*/
|
|
6787
|
-
this.
|
|
6810
|
+
this.hideText = false;
|
|
6788
6811
|
stencilHooks_module.h$1(this);
|
|
6789
6812
|
}
|
|
6790
6813
|
disconnectedCallback() { }
|
|
@@ -6838,7 +6861,7 @@ function useShareCode(props) {
|
|
|
6838
6861
|
// Only if called from a user-initiated event
|
|
6839
6862
|
navigator.clipboard.writeText(shareString);
|
|
6840
6863
|
setOpen(true);
|
|
6841
|
-
setTimeout(() => setOpen(false), props.
|
|
6864
|
+
setTimeout(() => setOpen(false), props.tooltipLifespan);
|
|
6842
6865
|
sendLoadEvent({
|
|
6843
6866
|
eventMeta: {
|
|
6844
6867
|
programId,
|
|
@@ -6864,13 +6887,13 @@ const ShareCode = class {
|
|
|
6864
6887
|
*
|
|
6865
6888
|
* @uiName Tooltip text
|
|
6866
6889
|
*/
|
|
6867
|
-
this.
|
|
6890
|
+
this.tooltipText = "Copied to Clipboard";
|
|
6868
6891
|
/**
|
|
6869
6892
|
* The number of milliseconds that the tooltip will appear for
|
|
6870
6893
|
*
|
|
6871
6894
|
* @uiName Tooltip lifespan
|
|
6872
6895
|
*/
|
|
6873
|
-
this.
|
|
6896
|
+
this.tooltipLifespan = DEFAULT_TOOLTIP_LIFESPAN;
|
|
6874
6897
|
stencilHooks_module.h$1(this);
|
|
6875
6898
|
}
|
|
6876
6899
|
disconnectedCallback() { }
|
|
@@ -6887,14 +6910,14 @@ function useDemoShareCode(props) {
|
|
|
6887
6910
|
const shareString = "SHARECODE001";
|
|
6888
6911
|
return cjs.cjs({
|
|
6889
6912
|
shareString,
|
|
6890
|
-
|
|
6913
|
+
tooltipText: props.tooltipText,
|
|
6891
6914
|
open,
|
|
6892
6915
|
onClick: () => {
|
|
6893
6916
|
// Should well supported: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard#browser_compatibility
|
|
6894
6917
|
// Only if called from a user-initiated event
|
|
6895
6918
|
navigator.clipboard.writeText(shareString);
|
|
6896
6919
|
setOpen(true);
|
|
6897
|
-
setTimeout(() => setOpen(false), props.
|
|
6920
|
+
setTimeout(() => setOpen(false), props.tooltipLifespan);
|
|
6898
6921
|
},
|
|
6899
6922
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
6900
6923
|
}
|
|
@@ -6908,7 +6931,7 @@ const ShareLink = class {
|
|
|
6908
6931
|
*
|
|
6909
6932
|
* @uiName Tooltip text
|
|
6910
6933
|
*/
|
|
6911
|
-
this.
|
|
6934
|
+
this.tooltipText = "Copied to Clipboard";
|
|
6912
6935
|
/**
|
|
6913
6936
|
* The number of milliseconds that the tooltip will appear for
|
|
6914
6937
|
*
|
|
@@ -6931,7 +6954,7 @@ function useDemoShareLink(props) {
|
|
|
6931
6954
|
const shareString = "https://www.example.com/sharelink/abc";
|
|
6932
6955
|
return cjs.cjs({
|
|
6933
6956
|
shareString,
|
|
6934
|
-
|
|
6957
|
+
tooltipText: props.tooltipText,
|
|
6935
6958
|
open,
|
|
6936
6959
|
onClick: () => {
|
|
6937
6960
|
// Should well supported: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard#browser_compatibility
|
|
@@ -6943,6 +6966,30 @@ function useDemoShareLink(props) {
|
|
|
6943
6966
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
6944
6967
|
}
|
|
6945
6968
|
|
|
6969
|
+
const StatContainer = class {
|
|
6970
|
+
constructor(hostRef) {
|
|
6971
|
+
index.registerInstance(this, hostRef);
|
|
6972
|
+
this.ignored = true;
|
|
6973
|
+
/**
|
|
6974
|
+
* @uiName Space between stats
|
|
6975
|
+
* @uiType string
|
|
6976
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
6977
|
+
*/
|
|
6978
|
+
this.space = "xxx-large";
|
|
6979
|
+
/**
|
|
6980
|
+
* @uiName Display
|
|
6981
|
+
* @uiType string
|
|
6982
|
+
* @uiEnum ["grid", "flex"]
|
|
6983
|
+
*/
|
|
6984
|
+
this.display = "grid";
|
|
6985
|
+
stencilHooks_module.h$1(this);
|
|
6986
|
+
}
|
|
6987
|
+
disconnectedCallback() { }
|
|
6988
|
+
render() {
|
|
6989
|
+
return (index.h(ShadowViewAddon.StatContainerView, Object.assign({}, utils.getProps(this)), index.h("slot", null)));
|
|
6990
|
+
}
|
|
6991
|
+
};
|
|
6992
|
+
|
|
6946
6993
|
const TableCell = class {
|
|
6947
6994
|
constructor(hostRef) {
|
|
6948
6995
|
index.registerInstance(this, hostRef);
|
|
@@ -7040,6 +7087,8 @@ const TaskCard = class {
|
|
|
7040
7087
|
*/
|
|
7041
7088
|
this.showProgressBar = false;
|
|
7042
7089
|
/**
|
|
7090
|
+
* Sets the goal for progress to be completed. If repeatable is checked, repeatable goals will be increments of this.
|
|
7091
|
+
*
|
|
7043
7092
|
* @uiName Goal Completion Number
|
|
7044
7093
|
*/
|
|
7045
7094
|
this.goal = 1;
|
|
@@ -7154,24 +7203,6 @@ const Timeline = class {
|
|
|
7154
7203
|
::slotted(*:not(:only-child):not(:last-child)) {
|
|
7155
7204
|
margin-bottom: var(--sl-spacing-xx-large);
|
|
7156
7205
|
}
|
|
7157
|
-
|
|
7158
|
-
// ::slotted(*:not(:only-child):not(:first-child)) * {
|
|
7159
|
-
// background: yellow;
|
|
7160
|
-
// }
|
|
7161
|
-
|
|
7162
|
-
// ::slotted(*:not(:only-child):not(:first-child))::before {
|
|
7163
|
-
// display: block;
|
|
7164
|
-
// content: "";
|
|
7165
|
-
// position: relative;
|
|
7166
|
-
// height: 65px;
|
|
7167
|
-
// width: 4px;
|
|
7168
|
-
// top: -15px;
|
|
7169
|
-
// left: 50px;
|
|
7170
|
-
// margin-top: -44px;
|
|
7171
|
-
// margin-bottom: -15px;
|
|
7172
|
-
// border-radius: 4px;
|
|
7173
|
-
// background: red;
|
|
7174
|
-
// }
|
|
7175
7206
|
`;
|
|
7176
7207
|
return (index.h("div", null, index.h("style", { type: "text/css" }, vanillaStyle), index.h("slot", null)));
|
|
7177
7208
|
}
|
|
@@ -7185,14 +7216,85 @@ const Gift = () => (index.h("svg", { width: "24", height: "24", viewBox: "0 0 24
|
|
|
7185
7216
|
const Circle = () => (index.h("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
7186
7217
|
index.h("circle", { cx: "12", cy: "12", r: "9", fill: "currentColor", stroke: "currentColor", "stroke-width": "2" })));
|
|
7187
7218
|
|
|
7219
|
+
const style$2 = {
|
|
7220
|
+
TimelineReward: {
|
|
7221
|
+
color: "var(--sl-color-neutral-900)",
|
|
7222
|
+
lineHeight: "var(--sl-line-height-dense)",
|
|
7223
|
+
"& .container": {
|
|
7224
|
+
display: "flex",
|
|
7225
|
+
},
|
|
7226
|
+
"& .line": {
|
|
7227
|
+
display: "none",
|
|
7228
|
+
color: "transparent",
|
|
7229
|
+
userSelect: "none",
|
|
7230
|
+
background: "var(--sl-color-primary-300)",
|
|
7231
|
+
width: "4px",
|
|
7232
|
+
borderRadius: "4px",
|
|
7233
|
+
margin: "-2px",
|
|
7234
|
+
position: "relative",
|
|
7235
|
+
left: "12px",
|
|
7236
|
+
top: "34px",
|
|
7237
|
+
},
|
|
7238
|
+
"& .step": {
|
|
7239
|
+
display: "flex",
|
|
7240
|
+
},
|
|
7241
|
+
"& .icon": {
|
|
7242
|
+
position: "relative",
|
|
7243
|
+
top: "4px",
|
|
7244
|
+
zIndex: "1",
|
|
7245
|
+
color: "var(--sl-color-primary-300)",
|
|
7246
|
+
marginRight: "var(--sl-spacing-large)",
|
|
7247
|
+
},
|
|
7248
|
+
"& .reward": {
|
|
7249
|
+
marginRight: "var(--sl-spacing-x-small)",
|
|
7250
|
+
fontSize: "var(--sl-font-size-x-large)",
|
|
7251
|
+
fontWeight: "var(--sl-font-weight-semibold)",
|
|
7252
|
+
},
|
|
7253
|
+
"& .unit": {
|
|
7254
|
+
textTransform: "uppercase",
|
|
7255
|
+
fontSize: "var(--sl-font-size-small)",
|
|
7256
|
+
},
|
|
7257
|
+
"& .description": {
|
|
7258
|
+
fontSize: "var(--sl-font-size-medium)",
|
|
7259
|
+
},
|
|
7260
|
+
},
|
|
7261
|
+
};
|
|
7262
|
+
const sheet$2 = JSS.createStyleSheet(style$2);
|
|
7263
|
+
const styleString$2 = sheet$2.toString();
|
|
7264
|
+
const vanillaStyle$1 = `
|
|
7265
|
+
:host{
|
|
7266
|
+
display: block;
|
|
7267
|
+
}
|
|
7268
|
+
|
|
7269
|
+
:host(:not(:last-of-type)) .line {
|
|
7270
|
+
display: block;
|
|
7271
|
+
}
|
|
7272
|
+
`;
|
|
7273
|
+
function TimelineEntryView(props) {
|
|
7274
|
+
var _a;
|
|
7275
|
+
const timeline_icon = (_a = props.icon) !== null && _a !== void 0 ? _a : props.iconState;
|
|
7276
|
+
return (index.h("div", { class: sheet$2.classes.TimelineReward },
|
|
7277
|
+
index.h("style", { type: "text/css" },
|
|
7278
|
+
styleString$2,
|
|
7279
|
+
vanillaStyle$1),
|
|
7280
|
+
index.h("div", { class: "container" },
|
|
7281
|
+
index.h("div", { class: "line" }, "/"),
|
|
7282
|
+
index.h("div", { class: "step" },
|
|
7283
|
+
timeline_icon === "gift" && (index.h("div", { class: "icon" },
|
|
7284
|
+
index.h(Gift, null))),
|
|
7285
|
+
timeline_icon === "circle" && (index.h("div", { class: "icon" },
|
|
7286
|
+
index.h(Circle, null))),
|
|
7287
|
+
index.h("div", null,
|
|
7288
|
+
index.h("div", null,
|
|
7289
|
+
index.h("span", { class: "reward" }, props.reward),
|
|
7290
|
+
index.h("span", { class: "unit" }, props.unit)),
|
|
7291
|
+
index.h("div", { class: "description" }, props.desc))))));
|
|
7292
|
+
}
|
|
7293
|
+
|
|
7188
7294
|
const TimelineReward = class {
|
|
7189
7295
|
constructor(hostRef) {
|
|
7190
7296
|
index.registerInstance(this, hostRef);
|
|
7191
7297
|
this.ignored = true;
|
|
7192
|
-
// @State() line: boolean = false;
|
|
7193
|
-
// @Method() async setLine(value: boolean) {
|
|
7194
|
-
// this.line = value;
|
|
7195
|
-
// }
|
|
7196
7298
|
this.iconState = "gift";
|
|
7197
7299
|
stencilHooks_module.h$1(this);
|
|
7198
7300
|
}
|
|
@@ -7204,66 +7306,7 @@ const TimelineReward = class {
|
|
|
7204
7306
|
reRender.useRequestRerender([this.reward]);
|
|
7205
7307
|
return index.h(TimelineEntryView, Object.assign({}, utils.getProps(this)));
|
|
7206
7308
|
}
|
|
7207
|
-
};
|
|
7208
|
-
function TimelineEntryView(props) {
|
|
7209
|
-
var _a;
|
|
7210
|
-
const style = {
|
|
7211
|
-
TimelineReward: {
|
|
7212
|
-
color: "var(--sl-color-neutral-900)",
|
|
7213
|
-
lineHeight: "var(--sl-line-height-dense)",
|
|
7214
|
-
"& .container": {
|
|
7215
|
-
display: "flex",
|
|
7216
|
-
},
|
|
7217
|
-
"& .line": {
|
|
7218
|
-
display: "none",
|
|
7219
|
-
color: "transparent",
|
|
7220
|
-
userSelect: "none",
|
|
7221
|
-
background: "var(--sl-color-primary-300)",
|
|
7222
|
-
width: "4px",
|
|
7223
|
-
borderRadius: "4px",
|
|
7224
|
-
margin: "-2px",
|
|
7225
|
-
position: "relative",
|
|
7226
|
-
left: "12px",
|
|
7227
|
-
top: "34px",
|
|
7228
|
-
},
|
|
7229
|
-
"& .step": {
|
|
7230
|
-
display: "flex",
|
|
7231
|
-
},
|
|
7232
|
-
"& .icon": {
|
|
7233
|
-
position: "relative",
|
|
7234
|
-
top: "4px",
|
|
7235
|
-
zIndex: "1",
|
|
7236
|
-
color: "var(--sl-color-primary-300)",
|
|
7237
|
-
marginRight: "var(--sl-spacing-large)",
|
|
7238
|
-
},
|
|
7239
|
-
"& .reward": {
|
|
7240
|
-
marginRight: "var(--sl-spacing-x-small)",
|
|
7241
|
-
fontSize: "var(--sl-font-size-x-large)",
|
|
7242
|
-
fontWeight: "var(--sl-font-weight-semibold)",
|
|
7243
|
-
},
|
|
7244
|
-
"& .unit": {
|
|
7245
|
-
textTransform: "uppercase",
|
|
7246
|
-
fontSize: "var(--sl-font-size-small)",
|
|
7247
|
-
},
|
|
7248
|
-
"& .description": {
|
|
7249
|
-
fontSize: "var(--sl-font-size-medium)",
|
|
7250
|
-
},
|
|
7251
|
-
},
|
|
7252
|
-
};
|
|
7253
|
-
const sheet = JSS.createStyleSheet(style);
|
|
7254
|
-
const styleString = sheet.toString();
|
|
7255
|
-
const vanillaStyle = `
|
|
7256
|
-
:host{
|
|
7257
|
-
display: block;
|
|
7258
|
-
}
|
|
7259
|
-
|
|
7260
|
-
:host(:not(:last-child)) .line {
|
|
7261
|
-
display: block;
|
|
7262
|
-
}
|
|
7263
|
-
`;
|
|
7264
|
-
const timeline_icon = (_a = props.icon) !== null && _a !== void 0 ? _a : props.iconState;
|
|
7265
|
-
return (index.h("div", { class: sheet.classes.TimelineReward }, index.h("style", { type: "text/css" }, styleString, vanillaStyle), index.h("div", { class: "container" }, index.h("div", { class: "line" }, "/"), index.h("div", { class: "step" }, timeline_icon === "gift" && (index.h("div", { class: "icon" }, index.h(Gift, null))), timeline_icon === "circle" && (index.h("div", { class: "icon" }, index.h(Circle, null))), index.h("div", null, index.h("div", null, index.h("span", { class: "reward" }, props.reward), index.h("span", { class: "unit" }, props.unit)), index.h("div", { class: "description" }, props.desc))))));
|
|
7266
|
-
}
|
|
7309
|
+
};
|
|
7267
7310
|
|
|
7268
7311
|
function UserNameView(props) {
|
|
7269
7312
|
return index.h(index.Host, null, props.loading ? props.loadingText : props.username);
|
|
@@ -7346,6 +7389,7 @@ exports.sqm_scroll = Scroll;
|
|
|
7346
7389
|
exports.sqm_share_button = ShareButton;
|
|
7347
7390
|
exports.sqm_share_code = ShareCode;
|
|
7348
7391
|
exports.sqm_share_link = ShareLink;
|
|
7392
|
+
exports.sqm_stat_container = StatContainer;
|
|
7349
7393
|
exports.sqm_table_cell = TableCell;
|
|
7350
7394
|
exports.sqm_table_row = TableRow;
|
|
7351
7395
|
exports.sqm_task_card = TaskCard;
|
|
@@ -7,8 +7,8 @@ const stencilHooks_module = require('./stencil-hooks.module-87a1f4f7.js');
|
|
|
7
7
|
require('./extends-08099afd.js');
|
|
8
8
|
const JSS = require('./JSS-c65a40f1.js');
|
|
9
9
|
const utils = require('./utils-01dbfd4a.js');
|
|
10
|
-
const sqmPortalContainerView = require('./sqm-portal-container-view-
|
|
11
|
-
const sqmPortalSectionView = require('./sqm-portal-section-view-
|
|
10
|
+
const sqmPortalContainerView = require('./sqm-portal-container-view-5ea913a8.js');
|
|
11
|
+
const sqmPortalSectionView = require('./sqm-portal-section-view-f3c8475a.js');
|
|
12
12
|
|
|
13
13
|
function EmptyStateView(props) {
|
|
14
14
|
const { emptyStateHeader, emptyStateImage, emptyStateText } = props;
|
|
@@ -30,6 +30,7 @@ const HeroImage = class {
|
|
|
30
30
|
};
|
|
31
31
|
|
|
32
32
|
function ImageView(props) {
|
|
33
|
+
// Dependent on props, not feasiable to move out
|
|
33
34
|
const style = {
|
|
34
35
|
Container: {
|
|
35
36
|
display: "flex",
|
|
@@ -8,7 +8,7 @@ require('./use-callback-e754042f.js');
|
|
|
8
8
|
require('./extends-08099afd.js');
|
|
9
9
|
require('./JSS-c65a40f1.js');
|
|
10
10
|
const utils = require('./utils-01dbfd4a.js');
|
|
11
|
-
const sqmHeroView = require('./sqm-hero-view-
|
|
11
|
+
const sqmHeroView = require('./sqm-hero-view-3b0d45d0.js');
|
|
12
12
|
|
|
13
13
|
const Hero = class {
|
|
14
14
|
constructor(hostRef) {
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-87a1f4f7.js');
|
|
7
|
-
const global = require('./global-
|
|
7
|
+
const global = require('./global-13123238.js');
|
|
8
8
|
require('./use-callback-e754042f.js');
|
|
9
9
|
const index_module = require('./index.module-f972f103.js');
|
|
10
10
|
require('./extends-08099afd.js');
|
package/dist/cjs/{sqm-portal-container-view-d101032e.js → sqm-portal-container-view-5ea913a8.js}
RENAMED
|
@@ -13,8 +13,9 @@ function PortalContainerView(props, children) {
|
|
|
13
13
|
: "100%",
|
|
14
14
|
"grid-gap": `var(--sl-spacing-${props.gap})`,
|
|
15
15
|
padding: props.padding === "none" ? "0" : `var(--sl-spacing-${props.padding})`,
|
|
16
|
-
maxWidth: props.maxWidth
|
|
16
|
+
maxWidth: props.maxWidth,
|
|
17
17
|
margin: props.center && "auto",
|
|
18
|
+
justifyContent: props.justifyContent,
|
|
18
19
|
},
|
|
19
20
|
};
|
|
20
21
|
const vanillaStyle = `
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-b0129cd6.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-13123238.js');
|
|
5
5
|
const mixins = require('./mixins-7b7c59fe.js');
|
|
6
6
|
const JSS = require('./JSS-c65a40f1.js');
|
|
7
|
-
const sqmTextSpanView = require('./sqm-text-span-view-
|
|
7
|
+
const sqmTextSpanView = require('./sqm-text-span-view-c54af22c.js');
|
|
8
8
|
|
|
9
9
|
const style = {
|
|
10
10
|
Wrapper: mixins.AuthWrapper,
|
|
@@ -4,15 +4,15 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-87a1f4f7.js');
|
|
7
|
-
require('./global-
|
|
7
|
+
require('./global-13123238.js');
|
|
8
8
|
require('./use-callback-e754042f.js');
|
|
9
9
|
const index_module = require('./index.module-f972f103.js');
|
|
10
10
|
require('./extends-08099afd.js');
|
|
11
11
|
const cjs = require('./cjs-1066ec21.js');
|
|
12
12
|
require('./mixins-7b7c59fe.js');
|
|
13
13
|
require('./JSS-c65a40f1.js');
|
|
14
|
-
require('./sqm-text-span-view-
|
|
15
|
-
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-
|
|
14
|
+
require('./sqm-text-span-view-c54af22c.js');
|
|
15
|
+
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-535ae80c.js');
|
|
16
16
|
|
|
17
17
|
function usePortalEmailVerification(props) {
|
|
18
18
|
var _a, _b, _c, _d, _e;
|