@saasquatch/mint-components 1.15.0-4 → 1.15.0-40
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/{GenericTableView-a9f4ba75.js → GenericTableView-a9d0b798.js} +7 -7
- package/dist/cjs/{ShadowViewAddon-9e7916d8.js → ShadowViewAddon-fcd0c52f.js} +487 -418
- package/dist/cjs/{copy-text-view-c85acaaa.js → copy-text-view-ee147291.js} +54 -39
- package/dist/cjs/{email-registration-view-55b378dc.js → email-registration-view-37b44222.js} +1 -1
- package/dist/cjs/{global-0cf6d295.js → global-a38a094f.js} +304 -87
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{mixins-f7e0377a.js → mixins-4761d472.js} +6 -6
- package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +297 -161
- package/dist/cjs/{sqm-base-registration-form-view-8a2c8763.js → sqm-base-registration-form-view-1c5094d3.js} +2 -2
- package/dist/cjs/sqm-big-stat_41.cjs.entry.js +287 -112
- package/dist/cjs/{sqm-close-button-view-ea3fa23b.js → sqm-close-button-view-b297e933.js} +1 -1
- package/dist/cjs/sqm-close-button.cjs.entry.js +2 -2
- package/dist/cjs/sqm-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/sqm-empty_4.cjs.entry.js +49 -49
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-invoice-table-view-dbf7a907.js → sqm-invoice-table-view-19ca10fa.js} +2 -2
- package/dist/cjs/{sqm-leaderboard-rank-view-d39a55d8.js → sqm-leaderboard-rank-view-7c6cebe3.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-navigation-sidebar-item-view-6f35d2ee.js → sqm-navigation-sidebar-item-view-10b62df1.js} +18 -7
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +26 -3
- package/dist/cjs/{sqm-navigation-sidebar-view-17111896.js → sqm-navigation-sidebar-view-38a5227a.js} +16 -6
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +19 -3
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +86 -59
- package/dist/cjs/sqm-password-field.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-ab0fb983.js → sqm-portal-email-verification-view-26c893d3.js} +3 -3
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-forgot-password-view-78f19ef9.js → sqm-portal-forgot-password-view-fdd97c18.js} +24 -17
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +25 -4
- package/dist/cjs/sqm-portal-google-login.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-login-view-761a4d8e.js → sqm-portal-login-view-0fbbda1b.js} +3 -3
- package/dist/cjs/{sqm-portal-profile-view-e3026b53.js → sqm-portal-profile-view-674a7543.js} +3 -3
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-registration-form-view-637a4bf4.js → sqm-portal-registration-form-view-399f4eaf.js} +2 -2
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-reset-password-view-fe602822.js → sqm-portal-reset-password-view-0439a9e5.js} +2 -2
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-verify-email-view-7b678f34.js → sqm-portal-verify-email-view-05f72dec.js} +2 -2
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-qr-code-view-15dfc0b6.js → sqm-qr-code-view-7ee9fa56.js} +2 -7
- package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -1
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +111 -24
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +81 -15
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +154 -30
- package/dist/cjs/sqm-tabs.cjs.entry.js +16 -4
- package/dist/cjs/sqm-text-span-view-ce4c0178.js +63 -0
- package/dist/cjs/sqm-text-span.cjs.entry.js +4 -4
- package/dist/collection/components/sqm-big-stat/BigStat.stories.js +13 -0
- package/dist/collection/components/sqm-big-stat/sqm-big-stat-view.js +15 -7
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +162 -2
- package/dist/collection/components/sqm-big-stat/useBigStat.js +10 -0
- package/dist/collection/components/sqm-big-stat/useDemoBigStat.js +13 -4
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +1 -0
- package/dist/collection/components/sqm-coupon-code/CouponCode.stories.js +7 -0
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code-view.js +13 -13
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +169 -1
- package/dist/collection/components/sqm-coupon-code/useCouponCode.js +1 -0
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout-view.js +14 -6
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +58 -1
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +1 -1
- package/dist/collection/components/sqm-form-message/FormMessage.stories.js +1 -1
- package/dist/collection/components/sqm-hero-image/sqm-hero-image-view.js +3 -2
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +79 -0
- package/dist/collection/components/sqm-invoice-table/cells/sqm-invoice-table-download-cell.js +2 -2
- package/dist/collection/components/sqm-invoice-table/sqm-invoice-table-view.js +1 -1
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +37 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +60 -54
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +197 -32
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank-view.js +2 -2
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.css +2 -2
- package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -1
- package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +27 -2
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +1 -0
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar-view.js +16 -6
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +83 -5
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.js +17 -6
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +233 -1
- package/dist/collection/components/sqm-navigation-sidebar-item/useNavigationSidebarItem.js +9 -1
- package/dist/collection/components/sqm-pagination/sqm-pagination-view.js +3 -3
- package/dist/collection/components/sqm-pagination/sqm-pagination.js +43 -0
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password-view.js +8 -4
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +1 -1
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +6 -6
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +22 -15
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +95 -2
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame-view.js +41 -36
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame.js +103 -2
- package/dist/collection/components/sqm-portal-frame/usePortalFrame.js +4 -1
- package/dist/collection/components/sqm-portal-login/sqm-portal-login-view.js +1 -1
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile-view.js +1 -1
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step-view.js +8 -2
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +77 -2
- package/dist/collection/components/sqm-qr-code/sqm-qr-code-view.js +2 -7
- package/dist/collection/components/sqm-referral-card/sqm-referral-card-view.js +32 -31
- package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +75 -0
- package/dist/collection/components/sqm-referral-code/ReferralCode.stories.js +3 -0
- package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +169 -1
- package/dist/collection/components/sqm-referral-codes/ReferralCodes.stories.js +6 -0
- package/dist/collection/components/sqm-referral-codes/sqm-referral-codes-view.js +46 -46
- package/dist/collection/components/sqm-referral-codes/sqm-referral-codes.js +28 -1
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +48 -15
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-status-cell.js +60 -6
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +4 -4
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.js +3 -3
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +71 -5
- package/dist/collection/components/sqm-share-button/ShareButton.stories.js +3 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +23 -22
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +53 -7
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +169 -1
- package/dist/collection/components/sqm-share-link/ShareLink.stories.js +12 -0
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +171 -3
- package/dist/collection/components/sqm-stat-container/sqm-stat-container-view.js +20 -8
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +110 -2
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -0
- package/dist/collection/components/sqm-tabs/Tabs.stories.js +7 -0
- package/dist/collection/components/sqm-tabs/sqm-tabs-view.js +14 -2
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +28 -2
- package/dist/collection/components/sqm-task-card/DetailsView.js +8 -2
- package/dist/collection/components/sqm-task-card/progress-bar/progress-bar-view.js +3 -2
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +138 -156
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +146 -0
- package/dist/collection/components/sqm-task-card/useTaskCard.js +10 -0
- package/dist/collection/components/sqm-text/Text.stories.js +12 -0
- package/dist/collection/components/sqm-text/sqm-text.js +100 -49
- package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +44 -43
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +51 -2
- package/dist/collection/components/sqm-timeline/Timeline.stories.js +8 -1
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry-view.js +45 -45
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +52 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +19 -42
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +14 -41
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +55 -21
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +13 -13
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +18 -18
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +168 -16
- package/dist/collection/components/views/copy-text-view.js +53 -38
- package/dist/collection/global/mixins.js +8 -8
- package/dist/collection/global/styles.js +304 -87
- package/dist/collection/global/styles.ts +304 -87
- package/dist/collection/tables/GenericTableView.js +6 -6
- package/dist/esm/{GenericTableView-7b9087af.js → GenericTableView-3b6f9ccc.js} +7 -7
- package/dist/esm/{ShadowViewAddon-e350d540.js → ShadowViewAddon-5f9b6d07.js} +487 -418
- package/dist/esm/{copy-text-view-782137ba.js → copy-text-view-4a207b17.js} +54 -39
- package/dist/esm/{email-registration-view-a7818cf2.js → email-registration-view-b1c858ee.js} +1 -1
- package/dist/esm/{global-1d207c9e.js → global-66746c30.js} +304 -87
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/{mixins-83f90fa1.js → mixins-f750863a.js} +6 -6
- package/dist/esm/sqm-banking-info-form_17.entry.js +297 -161
- package/dist/esm/{sqm-base-registration-form-view-593d4ac3.js → sqm-base-registration-form-view-d732a5df.js} +2 -2
- package/dist/esm/sqm-big-stat_41.entry.js +287 -112
- package/dist/esm/{sqm-close-button-view-f9819751.js → sqm-close-button-view-bc2bc10e.js} +1 -1
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-email-verification.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +49 -49
- package/dist/esm/sqm-instant-access-registration.entry.js +2 -2
- package/dist/esm/{sqm-invoice-table-view-e0c9772a.js → sqm-invoice-table-view-b7e91eef.js} +2 -2
- package/dist/esm/{sqm-leaderboard-rank-view-753c8d4a.js → sqm-leaderboard-rank-view-84b3c539.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +3 -3
- package/dist/esm/{sqm-navigation-sidebar-item-view-8f1c72bc.js → sqm-navigation-sidebar-item-view-6e046743.js} +18 -7
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +26 -3
- package/dist/esm/{sqm-navigation-sidebar-view-9d802b78.js → sqm-navigation-sidebar-view-f898265a.js} +16 -6
- package/dist/esm/sqm-navigation-sidebar.entry.js +20 -4
- package/dist/esm/sqm-pagination_3.entry.js +86 -59
- package/dist/esm/sqm-password-field.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-6c8bad0b.js → sqm-portal-email-verification-view-00f03873.js} +3 -3
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/{sqm-portal-forgot-password-view-3d3182f1.js → sqm-portal-forgot-password-view-55fc0873.js} +24 -17
- package/dist/esm/sqm-portal-forgot-password.entry.js +25 -4
- package/dist/esm/sqm-portal-google-login.entry.js +3 -3
- package/dist/esm/sqm-portal-google-registration-form.entry.js +4 -4
- package/dist/esm/{sqm-portal-login-view-7e49609a.js → sqm-portal-login-view-e870b4b0.js} +3 -3
- package/dist/esm/{sqm-portal-profile-view-cbdeec1f.js → sqm-portal-profile-view-0d45de87.js} +3 -3
- package/dist/esm/sqm-portal-profile.entry.js +3 -3
- package/dist/esm/{sqm-portal-registration-form-view-3c1f6000.js → sqm-portal-registration-form-view-5d651c04.js} +2 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +3 -3
- package/dist/esm/{sqm-portal-reset-password-view-54a8651f.js → sqm-portal-reset-password-view-6903828e.js} +2 -2
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/{sqm-portal-verify-email-view-b12cb894.js → sqm-portal-verify-email-view-01ac711f.js} +2 -2
- package/dist/esm/sqm-portal-verify-email.entry.js +3 -3
- package/dist/esm/{sqm-qr-code-view-f1d0763b.js → sqm-qr-code-view-62c10948.js} +2 -7
- package/dist/esm/sqm-qr-code.entry.js +1 -1
- package/dist/esm/sqm-referral-table_11.entry.js +111 -24
- package/dist/esm/sqm-referred-registration.entry.js +2 -2
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +81 -15
- package/dist/esm/sqm-stencilbook.entry.js +154 -30
- package/dist/esm/sqm-tabs.entry.js +16 -4
- package/dist/esm/sqm-text-span-view-cd3902e5.js +61 -0
- package/dist/esm/sqm-text-span.entry.js +4 -4
- package/dist/esm-es5/GenericTableView-3b6f9ccc.js +1 -0
- package/dist/esm-es5/ShadowViewAddon-5f9b6d07.js +1 -0
- package/dist/esm-es5/copy-text-view-4a207b17.js +1 -0
- package/dist/esm-es5/{email-registration-view-a7818cf2.js → email-registration-view-b1c858ee.js} +1 -1
- package/dist/esm-es5/{global-1d207c9e.js → global-66746c30.js} +4 -4
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/mixins-f750863a.js +1 -0
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/{sqm-base-registration-form-view-593d4ac3.js → sqm-base-registration-form-view-d732a5df.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_41.entry.js +1 -1
- package/dist/esm-es5/{sqm-close-button-view-f9819751.js → sqm-close-button-view-bc2bc10e.js} +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/{sqm-invoice-table-view-e0c9772a.js → sqm-invoice-table-view-b7e91eef.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank-view-84b3c539.js +1 -0
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-6e046743.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-view-f898265a.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-6c8bad0b.js → sqm-portal-email-verification-view-00f03873.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password-view-55fc0873.js +1 -0
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-login-view-e870b4b0.js +1 -0
- package/dist/esm-es5/{sqm-portal-profile-view-cbdeec1f.js → sqm-portal-profile-view-0d45de87.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-registration-form-view-3c1f6000.js → sqm-portal-registration-form-view-5d651c04.js} +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-reset-password-view-54a8651f.js → sqm-portal-reset-password-view-6903828e.js} +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-verify-email-view-b12cb894.js → sqm-portal-verify-email-view-01ac711f.js} +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/{sqm-qr-code-view-f1d0763b.js → sqm-qr-code-view-62c10948.js} +1 -1
- package/dist/esm-es5/sqm-qr-code.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_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span-view-cd3902e5.js +1 -0
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/mint-components/global/styles.ts +304 -87
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-9b894557.entry.js → p-015da96d.entry.js} +1 -1
- package/dist/mint-components/p-042642d3.entry.js +1 -0
- package/dist/mint-components/p-0480b155.system.entry.js +1 -0
- package/dist/mint-components/{p-91ab3da1.js → p-057f5402.js} +1 -1
- package/dist/mint-components/{p-d07f3090.entry.js → p-0b3218a5.entry.js} +1 -1
- package/dist/mint-components/{p-d929b9d5.system.js → p-0bdeab70.system.js} +1 -1
- package/dist/mint-components/{p-e5d0375e.system.js → p-0df294ad.system.js} +1 -1
- package/dist/mint-components/p-0e32981f.js +1 -0
- package/dist/mint-components/p-0eb3d919.system.entry.js +1 -0
- package/dist/mint-components/p-1abe7884.system.entry.js +1 -0
- package/dist/mint-components/p-210e8f49.entry.js +144 -0
- package/dist/mint-components/{p-99ad7d56.system.js → p-223dd3f7.system.js} +1 -1
- package/dist/mint-components/{p-709e1799.system.entry.js → p-241d68d4.system.entry.js} +1 -1
- package/dist/mint-components/p-32a47b41.system.js +1 -0
- package/dist/mint-components/p-3a21f8f9.system.entry.js +1 -0
- package/dist/mint-components/p-3c3aab4c.system.js +1 -0
- package/dist/mint-components/{p-19bc3406.system.entry.js → p-3e4e74a2.system.entry.js} +1 -1
- package/dist/mint-components/{p-c8147def.js → p-3e604cad.js} +1 -1
- package/dist/mint-components/{p-475245d1.system.js → p-3f290d24.system.js} +12 -12
- package/dist/mint-components/{p-164a9103.system.entry.js → p-41d051b1.system.entry.js} +1 -1
- package/dist/mint-components/{p-90fc6774.system.entry.js → p-457962b7.system.entry.js} +1 -1
- package/dist/mint-components/p-46a672e4.entry.js +1 -0
- package/dist/mint-components/p-49b20dae.js +1 -0
- package/dist/mint-components/{p-380bfde1.entry.js → p-4b42b756.entry.js} +1 -1
- package/dist/mint-components/{p-2dca9e1a.system.js → p-4b9789a2.system.js} +1 -1
- package/dist/mint-components/{p-fbac722b.js → p-4caaf25a.js} +1 -1
- package/dist/mint-components/{p-f0772618.system.entry.js → p-4d478108.system.entry.js} +1 -1
- package/dist/mint-components/{p-6d4a313f.js → p-4f22fda2.js} +81 -81
- package/dist/mint-components/{p-b75bb6e3.system.js → p-505951d2.system.js} +1 -1
- package/dist/mint-components/p-5366850e.entry.js +1 -0
- package/dist/mint-components/p-54b0b768.system.js +1 -0
- package/dist/mint-components/p-5c5964e0.js +1 -0
- package/dist/mint-components/{p-b2bf509e.entry.js → p-5cd684b2.entry.js} +2 -2
- package/dist/mint-components/p-5d407714.system.entry.js +1 -0
- package/dist/mint-components/{p-a2fde301.entry.js → p-5ef6de10.entry.js} +1 -1
- package/dist/mint-components/p-66a2b1a4.js +1 -0
- package/dist/mint-components/p-6798cad1.system.js +1 -0
- package/dist/mint-components/{p-b33b7eb5.system.js → p-6798d563.system.js} +1 -1
- package/dist/mint-components/p-693fc880.system.js +1 -0
- package/dist/mint-components/{p-0c78815e.system.entry.js → p-6a49b077.system.entry.js} +1 -1
- package/dist/mint-components/{p-53730ffe.entry.js → p-6a5f57d7.entry.js} +1 -1
- package/dist/mint-components/p-6c1d0367.entry.js +33 -0
- package/dist/mint-components/p-71f23364.entry.js +13 -0
- package/dist/mint-components/{p-92816d1f.js → p-72ff8268.js} +1 -1
- package/dist/mint-components/p-731d06a9.entry.js +1 -0
- package/dist/mint-components/p-74afdafb.system.js +1 -0
- package/dist/mint-components/p-767485b8.system.js +1 -0
- package/dist/mint-components/{p-1673fae9.system.entry.js → p-770bba1b.system.entry.js} +1 -1
- package/dist/mint-components/p-77b8a529.system.entry.js +1 -0
- package/dist/mint-components/{p-7a9290ba.js → p-82113e37.js} +1 -1
- package/dist/mint-components/p-8530290b.entry.js +258 -0
- package/dist/mint-components/{p-0d2d0b6d.entry.js → p-865f812e.entry.js} +1 -1
- package/dist/mint-components/{p-42187319.system.entry.js → p-884ac29e.system.entry.js} +1 -1
- package/dist/mint-components/p-8a6494c7.system.js +1 -0
- package/dist/mint-components/{p-00ed4c2e.entry.js → p-8e93e590.entry.js} +1 -1
- package/dist/mint-components/p-8feb4180.entry.js +1 -0
- package/dist/mint-components/p-9acf0b39.system.entry.js +1 -0
- package/dist/mint-components/p-9f2edf59.system.js +1 -0
- package/dist/mint-components/{p-6df88590.system.entry.js → p-9fe574ca.system.entry.js} +1 -1
- package/dist/mint-components/{p-6055eb4c.system.js → p-a1091368.system.js} +1 -1
- package/dist/mint-components/{p-4428294b.entry.js → p-a3e68251.entry.js} +1 -1
- package/dist/mint-components/p-a572db9b.system.entry.js +1 -0
- package/dist/mint-components/{p-7f80a9d7.entry.js → p-a60d5315.entry.js} +1 -1
- package/dist/mint-components/p-a68932b0.system.entry.js +1 -0
- package/dist/mint-components/{p-f4a8ee29.system.entry.js → p-af516659.system.entry.js} +1 -1
- package/dist/mint-components/p-af96b482.entry.js +205 -0
- package/dist/mint-components/p-b0d4938a.system.entry.js +1 -0
- package/dist/mint-components/p-b637f1e4.js +1 -0
- package/dist/mint-components/{p-2f101bae.entry.js → p-b6761073.entry.js} +1 -1
- package/dist/mint-components/{p-9bfd9bed.system.entry.js → p-bb6e411d.system.entry.js} +1 -1
- package/dist/mint-components/p-bdd80fce.js +1 -0
- package/dist/mint-components/p-bf25f63a.js +394 -0
- package/dist/mint-components/{p-9cb06082.system.entry.js → p-c024fc32.system.entry.js} +1 -1
- package/dist/mint-components/{p-91959fbe.js → p-c96a25c6.js} +1 -1
- package/dist/mint-components/p-ca9e0322.system.js +1 -0
- package/dist/mint-components/{p-1a6b7d2a.entry.js → p-cd0ee247.entry.js} +1 -1
- package/dist/mint-components/{p-9d3d4098.system.js → p-cfa34cf2.system.js} +1 -1
- package/dist/mint-components/p-d0064d54.system.entry.js +1 -0
- package/dist/mint-components/{p-9386ad84.system.entry.js → p-d12e9cfd.system.entry.js} +1 -1
- package/dist/mint-components/{p-35b475bf.js → p-d1ae7a2d.js} +1 -1
- package/dist/mint-components/{p-5c28406d.system.entry.js → p-d5b3397c.system.entry.js} +1 -1
- package/dist/mint-components/p-d5e9906e.system.js +1 -0
- package/dist/mint-components/p-d6352d15.js +1 -0
- package/dist/mint-components/p-d932f43d.entry.js +1 -0
- package/dist/mint-components/p-d9335f16.js +1 -0
- package/dist/mint-components/p-d94a4d50.system.entry.js +1 -0
- package/dist/mint-components/{p-15d77d0b.entry.js → p-dded7d43.entry.js} +1 -1
- package/dist/mint-components/p-de136dd3.js +1 -0
- package/dist/mint-components/p-e1e62d55.entry.js +1 -0
- package/dist/mint-components/{p-4794641c.system.js → p-e2705fbe.system.js} +1 -1
- package/dist/mint-components/p-e309a219.js +1 -0
- package/dist/mint-components/{p-f940190a.js → p-e518a60d.js} +1 -1
- package/dist/mint-components/{p-f2d8d3d3.system.entry.js → p-e80f9e26.system.entry.js} +1 -1
- package/dist/mint-components/{p-775f3ded.entry.js → p-f0fdbd82.entry.js} +1 -1
- package/dist/mint-components/p-fb584d7a.js +1 -0
- package/dist/mint-components/p-fbef4ecb.system.js +1 -0
- package/dist/mint-components/p-fe6fe9cf.entry.js +13 -0
- package/dist/types/components/sqm-big-stat/BigStat.stories.d.ts +2 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat-view.d.ts +5 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +41 -0
- package/dist/types/components/sqm-coupon-code/CouponCode.stories.d.ts +2 -0
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code-view.d.ts +2 -0
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +42 -0
- package/dist/types/components/sqm-coupon-code/useCouponCode.d.ts +1 -0
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout-view.d.ts +4 -1
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +13 -0
- package/dist/types/components/sqm-hero-image/sqm-hero-image-view.d.ts +1 -0
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +19 -0
- package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +1 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +6 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +48 -7
- package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +6 -0
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar-view.d.ts +1 -0
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +14 -0
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.d.ts +8 -0
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +57 -0
- package/dist/types/components/sqm-pagination/sqm-pagination-view.d.ts +1 -0
- package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +9 -0
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts +2 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +7 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +15 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame-view.d.ts +3 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame.d.ts +19 -0
- package/dist/types/components/sqm-portal-frame/usePortalFrame.d.ts +2 -1
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step-view.d.ts +3 -0
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +20 -2
- package/dist/types/components/sqm-referral-card/sqm-referral-card-view.d.ts +5 -2
- package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +20 -0
- package/dist/types/components/sqm-referral-code/ReferralCode.stories.d.ts +1 -0
- package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +42 -0
- package/dist/types/components/sqm-referral-codes/ReferralCodes.stories.d.ts +1 -0
- package/dist/types/components/sqm-referral-codes/sqm-referral-codes-view.d.ts +1 -0
- package/dist/types/components/sqm-referral-codes/sqm-referral-codes.d.ts +6 -0
- package/dist/types/components/sqm-share-button/ShareButton.stories.d.ts +1 -1
- package/dist/types/components/sqm-share-button/sqm-share-button-view.d.ts +2 -1
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +15 -3
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +42 -0
- package/dist/types/components/sqm-share-link/ShareLink.stories.d.ts +1 -0
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +43 -1
- package/dist/types/components/sqm-stat-container/sqm-stat-container-view.d.ts +3 -0
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +23 -0
- package/dist/types/components/sqm-tabs/Tabs.stories.d.ts +1 -0
- package/dist/types/components/sqm-tabs/sqm-tabs-view.d.ts +1 -0
- package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +8 -0
- package/dist/types/components/sqm-task-card/DetailsView.d.ts +6 -0
- package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +5 -0
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +32 -0
- package/dist/types/components/sqm-task-card/useTaskCard.d.ts +9 -0
- package/dist/types/components/sqm-text/Text.stories.d.ts +6 -0
- package/dist/types/components/sqm-text/sqm-text.d.ts +12 -0
- package/dist/types/components/sqm-text-span/sqm-text-span-view.d.ts +4 -2
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +13 -1
- package/dist/types/components/sqm-timeline/Timeline.stories.d.ts +1 -0
- package/dist/types/components/sqm-timeline/sqm-timeline-entry-view.d.ts +2 -0
- package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +14 -0
- package/dist/types/components/views/copy-text-view.d.ts +5 -0
- package/dist/types/components.d.ts +1112 -15
- package/dist/types/global/mixins.d.ts +12 -12
- package/dist/types/global/styles.d.ts +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/sqm-text-span-view-0aa82125.js +0 -62
- package/dist/esm/sqm-text-span-view-ca32495e.js +0 -60
- package/dist/esm-es5/GenericTableView-7b9087af.js +0 -1
- package/dist/esm-es5/ShadowViewAddon-e350d540.js +0 -1
- package/dist/esm-es5/copy-text-view-782137ba.js +0 -1
- package/dist/esm-es5/mixins-83f90fa1.js +0 -1
- package/dist/esm-es5/sqm-leaderboard-rank-view-753c8d4a.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-8f1c72bc.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-view-9d802b78.js +0 -1
- package/dist/esm-es5/sqm-portal-forgot-password-view-3d3182f1.js +0 -1
- package/dist/esm-es5/sqm-portal-login-view-7e49609a.js +0 -1
- package/dist/esm-es5/sqm-text-span-view-ca32495e.js +0 -1
- package/dist/mint-components/p-091e7ca2.system.entry.js +0 -1
- package/dist/mint-components/p-0ebab63e.system.js +0 -1
- package/dist/mint-components/p-141bf5c1.system.entry.js +0 -1
- package/dist/mint-components/p-14a65f29.system.js +0 -1
- package/dist/mint-components/p-23379b5b.entry.js +0 -144
- package/dist/mint-components/p-24db5c70.js +0 -1
- package/dist/mint-components/p-2bcd406c.system.js +0 -1
- package/dist/mint-components/p-2da21ba4.entry.js +0 -1
- package/dist/mint-components/p-31015791.js +0 -1
- package/dist/mint-components/p-342bc70c.system.entry.js +0 -1
- package/dist/mint-components/p-38e5c429.system.js +0 -1
- package/dist/mint-components/p-3a31cc83.entry.js +0 -13
- package/dist/mint-components/p-3b90e01b.system.js +0 -1
- package/dist/mint-components/p-3ba1ab43.system.js +0 -1
- package/dist/mint-components/p-3db34d68.js +0 -1
- package/dist/mint-components/p-3f6e0197.system.entry.js +0 -1
- package/dist/mint-components/p-420554af.system.entry.js +0 -1
- package/dist/mint-components/p-441b60ac.system.entry.js +0 -1
- package/dist/mint-components/p-492b70db.system.js +0 -1
- package/dist/mint-components/p-4e5af50c.js +0 -1
- package/dist/mint-components/p-5bdafc7e.system.entry.js +0 -1
- package/dist/mint-components/p-626e9e84.js +0 -1
- package/dist/mint-components/p-635d5ef2.system.js +0 -1
- package/dist/mint-components/p-6a97b51d.entry.js +0 -13
- package/dist/mint-components/p-716d0275.entry.js +0 -1
- package/dist/mint-components/p-7ab21e4d.entry.js +0 -1
- package/dist/mint-components/p-837a0fdd.js +0 -1
- package/dist/mint-components/p-85671c3d.system.entry.js +0 -1
- package/dist/mint-components/p-904ebcf6.system.entry.js +0 -1
- package/dist/mint-components/p-91521e9d.js +0 -1
- package/dist/mint-components/p-9db71c84.entry.js +0 -1
- package/dist/mint-components/p-aad32fb6.system.js +0 -1
- package/dist/mint-components/p-b207beeb.entry.js +0 -1
- package/dist/mint-components/p-babcdb1f.system.entry.js +0 -1
- package/dist/mint-components/p-c060f770.system.entry.js +0 -1
- package/dist/mint-components/p-c3bfb9c3.entry.js +0 -258
- package/dist/mint-components/p-c9f1dde7.js +0 -1
- package/dist/mint-components/p-cd1d497f.system.js +0 -1
- package/dist/mint-components/p-dbcb5359.js +0 -1
- package/dist/mint-components/p-dcc81e90.entry.js +0 -1
- package/dist/mint-components/p-e07bc6c4.system.js +0 -1
- package/dist/mint-components/p-e41aac34.js +0 -1
- package/dist/mint-components/p-e6f50ffd.entry.js +0 -1
- package/dist/mint-components/p-f1e72435.entry.js +0 -33
- package/dist/mint-components/p-f3e2098c.js +0 -394
- package/dist/mint-components/p-f56bedd5.js +0 -1
- package/dist/mint-components/p-f71ae358.system.entry.js +0 -1
- package/dist/mint-components/p-f7c99803.system.js +0 -1
- package/dist/mint-components/p-f87ae19e.entry.js +0 -205
|
@@ -14,10 +14,17 @@ import { getProps } from "../../utils/utils";
|
|
|
14
14
|
export class DividedLayout {
|
|
15
15
|
constructor() {
|
|
16
16
|
/**
|
|
17
|
+
* @undocumented
|
|
17
18
|
* Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.
|
|
18
19
|
* @uiName Border style
|
|
19
20
|
*/
|
|
20
21
|
this.dividerStyle = "1px solid #EAEAEA";
|
|
22
|
+
/**
|
|
23
|
+
* Background color of the divider
|
|
24
|
+
* @uiName Divider Background Color
|
|
25
|
+
* @uiWidget color
|
|
26
|
+
*/
|
|
27
|
+
this.backgroundColor = "#FFFFFF";
|
|
21
28
|
withHooks(this);
|
|
22
29
|
}
|
|
23
30
|
disconnectedCallback() { }
|
|
@@ -92,14 +99,64 @@ export class DividedLayout {
|
|
|
92
99
|
"optional": false,
|
|
93
100
|
"docs": {
|
|
94
101
|
"tags": [{
|
|
102
|
+
"text": "Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.",
|
|
103
|
+
"name": "undocumented"
|
|
104
|
+
}, {
|
|
95
105
|
"text": "Border style",
|
|
96
106
|
"name": "uiName"
|
|
97
107
|
}],
|
|
98
|
-
"text": "
|
|
108
|
+
"text": ""
|
|
99
109
|
},
|
|
100
110
|
"attribute": "divider-style",
|
|
101
111
|
"reflect": false,
|
|
102
112
|
"defaultValue": "\"1px solid #EAEAEA\""
|
|
113
|
+
},
|
|
114
|
+
"backgroundColor": {
|
|
115
|
+
"type": "string",
|
|
116
|
+
"mutable": false,
|
|
117
|
+
"complexType": {
|
|
118
|
+
"original": "string",
|
|
119
|
+
"resolved": "string",
|
|
120
|
+
"references": {}
|
|
121
|
+
},
|
|
122
|
+
"required": false,
|
|
123
|
+
"optional": true,
|
|
124
|
+
"docs": {
|
|
125
|
+
"tags": [{
|
|
126
|
+
"text": "Divider Background Color",
|
|
127
|
+
"name": "uiName"
|
|
128
|
+
}, {
|
|
129
|
+
"text": "color",
|
|
130
|
+
"name": "uiWidget"
|
|
131
|
+
}],
|
|
132
|
+
"text": "Background color of the divider"
|
|
133
|
+
},
|
|
134
|
+
"attribute": "background-color",
|
|
135
|
+
"reflect": false,
|
|
136
|
+
"defaultValue": "\"#FFFFFF\""
|
|
137
|
+
},
|
|
138
|
+
"borderColor": {
|
|
139
|
+
"type": "string",
|
|
140
|
+
"mutable": false,
|
|
141
|
+
"complexType": {
|
|
142
|
+
"original": "string",
|
|
143
|
+
"resolved": "string",
|
|
144
|
+
"references": {}
|
|
145
|
+
},
|
|
146
|
+
"required": false,
|
|
147
|
+
"optional": true,
|
|
148
|
+
"docs": {
|
|
149
|
+
"tags": [{
|
|
150
|
+
"text": "Divider Background Color",
|
|
151
|
+
"name": "uiName"
|
|
152
|
+
}, {
|
|
153
|
+
"text": "color",
|
|
154
|
+
"name": "uiWidget"
|
|
155
|
+
}],
|
|
156
|
+
"text": "Color of the divider (defaults to default text color if none is set)"
|
|
157
|
+
},
|
|
158
|
+
"attribute": "border-color",
|
|
159
|
+
"reflect": false
|
|
103
160
|
}
|
|
104
161
|
}; }
|
|
105
162
|
}
|
|
@@ -32,7 +32,7 @@ const EditProfileView = (props) => {
|
|
|
32
32
|
}, submit: true, exportparts: "base: primarybutton-base" }, text.updatetext),
|
|
33
33
|
h("sl-button", { onClick: () => {
|
|
34
34
|
callbacks.setShowEdit(false);
|
|
35
|
-
}, exportparts: "base:
|
|
35
|
+
}, exportparts: "base: secondarybutton-base" }, text.canceltext)))));
|
|
36
36
|
}
|
|
37
37
|
return (h("div", { class: `CardWrapper FormWrapper ${!states.showEdit && "ShowEdit"}`, part: "sqm-base" },
|
|
38
38
|
h("div", { class: "FormSection" },
|
|
@@ -23,7 +23,7 @@ export const FullStackSuccess = () => {
|
|
|
23
23
|
h("div", { class: "AlertContent" },
|
|
24
24
|
h("div", { part: "successalert-text" }, "Title"),
|
|
25
25
|
h("div", { part: "successalert-subtext" }, "Body text."),
|
|
26
|
-
h("sl-button", { type: "
|
|
26
|
+
h("sl-button", { type: "primary", exportparts: "base: primarybutton-base", onClick: () => {
|
|
27
27
|
console.log("click");
|
|
28
28
|
} }, "Primary Action"),
|
|
29
29
|
h("sl-button", { class: "SecondaryTextButton", type: "text", onClick: () => {
|
|
@@ -3,6 +3,7 @@ import { createStyleSheet } from "../../styling/JSS";
|
|
|
3
3
|
export function HeroImageView(props, children) {
|
|
4
4
|
const overlay = Boolean((props.header || props.description || props.buttonText) &&
|
|
5
5
|
props.layout === "overlay");
|
|
6
|
+
console.log("buttonType is ", props.buttonType);
|
|
6
7
|
// Dependent on props, not feasiable to move out
|
|
7
8
|
const style = {
|
|
8
9
|
Container: {
|
|
@@ -12,7 +13,7 @@ export function HeroImageView(props, children) {
|
|
|
12
13
|
width: "100%",
|
|
13
14
|
height: "100%",
|
|
14
15
|
position: "absolute",
|
|
15
|
-
background: props.overlayColor || "var(--sl-color-
|
|
16
|
+
background: props.overlayColor || "var(--sl-color-black)",
|
|
16
17
|
opacity: props.overlayOpacity,
|
|
17
18
|
},
|
|
18
19
|
},
|
|
@@ -119,7 +120,7 @@ export function HeroImageView(props, children) {
|
|
|
119
120
|
h("div", { class: sheet.classes.Overlay, part: "sqm-overlay" },
|
|
120
121
|
props.header && (h("div", { class: sheet.classes.Header }, props.header)),
|
|
121
122
|
props.description && (h("div", { class: sheet.classes.Description }, props.description)),
|
|
122
|
-
props.buttonText && (h("sl-button", { class: sheet.classes.Button, type: "primary", onClick: () => props.buttonNewTab
|
|
123
|
+
props.buttonText && (h("sl-button", { class: sheet.classes.Button, type: "primary", exportparts: `base: ${props.buttonType}button-base`, onClick: () => props.buttonNewTab
|
|
123
124
|
? window.open(props.buttonLink)
|
|
124
125
|
: window.open(props.buttonLink, "_parent") }, props.buttonText)),
|
|
125
126
|
children && children)));
|
|
@@ -13,6 +13,7 @@ export class HeroImage {
|
|
|
13
13
|
constructor() {
|
|
14
14
|
/**
|
|
15
15
|
* @uiName Overlay opacity
|
|
16
|
+
* @uiGroup Style
|
|
16
17
|
*/
|
|
17
18
|
this.overlayOpacity = "0.75";
|
|
18
19
|
/**
|
|
@@ -20,11 +21,13 @@ export class HeroImage {
|
|
|
20
21
|
* @uiType string
|
|
21
22
|
* @uiEnum ["overlay", "columns"]
|
|
22
23
|
* @uiEnumNames ["Overlay", "Two-column"]
|
|
24
|
+
* @uiGroup Style
|
|
23
25
|
*/
|
|
24
26
|
this.layout = "overlay";
|
|
25
27
|
/**
|
|
26
28
|
* @uiName Image percentage
|
|
27
29
|
* @uiType number
|
|
30
|
+
* @uiGroup Style
|
|
28
31
|
*/
|
|
29
32
|
this.imagePercentage = 50;
|
|
30
33
|
/**
|
|
@@ -32,6 +35,7 @@ export class HeroImage {
|
|
|
32
35
|
* @uiType string
|
|
33
36
|
* @uiEnum ["left", "center", "right"]
|
|
34
37
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
38
|
+
* @uiGroup Style
|
|
35
39
|
*/
|
|
36
40
|
this.imagePos = "center";
|
|
37
41
|
/**
|
|
@@ -39,6 +43,7 @@ export class HeroImage {
|
|
|
39
43
|
* @uiType string
|
|
40
44
|
* @uiEnum ["top", "bottom"]
|
|
41
45
|
* @uiEnumNames ["Top", "Bottom"]
|
|
46
|
+
* @uiGroup Style
|
|
42
47
|
*/
|
|
43
48
|
this.imageMobilePos = "top";
|
|
44
49
|
/**
|
|
@@ -51,6 +56,7 @@ export class HeroImage {
|
|
|
51
56
|
* @uiType string
|
|
52
57
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
53
58
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
59
|
+
* @uiGroup Style
|
|
54
60
|
*/
|
|
55
61
|
this.paddingText = "xxxx-large";
|
|
56
62
|
/**
|
|
@@ -58,8 +64,18 @@ export class HeroImage {
|
|
|
58
64
|
* @uiType string
|
|
59
65
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
60
66
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
67
|
+
* @uiGroup Style
|
|
61
68
|
*/
|
|
62
69
|
this.paddingImage = "none";
|
|
70
|
+
/**
|
|
71
|
+
* The type of the button that is used (primary, secondary, or tertiary).
|
|
72
|
+
* @uiName Button Type
|
|
73
|
+
* @uiType string
|
|
74
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
75
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
76
|
+
* @uiGroup Style
|
|
77
|
+
*/
|
|
78
|
+
this.buttonType = "primary";
|
|
63
79
|
withHooks(this);
|
|
64
80
|
}
|
|
65
81
|
disconnectedCallback() { }
|
|
@@ -116,6 +132,9 @@ export class HeroImage {
|
|
|
116
132
|
}, {
|
|
117
133
|
"text": "color",
|
|
118
134
|
"name": "format"
|
|
135
|
+
}, {
|
|
136
|
+
"text": "Style",
|
|
137
|
+
"name": "uiGroup"
|
|
119
138
|
}],
|
|
120
139
|
"text": ""
|
|
121
140
|
},
|
|
@@ -136,6 +155,9 @@ export class HeroImage {
|
|
|
136
155
|
"tags": [{
|
|
137
156
|
"text": "Overlay opacity",
|
|
138
157
|
"name": "uiName"
|
|
158
|
+
}, {
|
|
159
|
+
"text": "Style",
|
|
160
|
+
"name": "uiGroup"
|
|
139
161
|
}],
|
|
140
162
|
"text": ""
|
|
141
163
|
},
|
|
@@ -163,6 +185,9 @@ export class HeroImage {
|
|
|
163
185
|
}, {
|
|
164
186
|
"text": "color",
|
|
165
187
|
"name": "format"
|
|
188
|
+
}, {
|
|
189
|
+
"text": "Style",
|
|
190
|
+
"name": "uiGroup"
|
|
166
191
|
}],
|
|
167
192
|
"text": ""
|
|
168
193
|
},
|
|
@@ -189,6 +214,9 @@ export class HeroImage {
|
|
|
189
214
|
}, {
|
|
190
215
|
"text": "color",
|
|
191
216
|
"name": "format"
|
|
217
|
+
}, {
|
|
218
|
+
"text": "Style",
|
|
219
|
+
"name": "uiGroup"
|
|
192
220
|
}],
|
|
193
221
|
"text": ""
|
|
194
222
|
},
|
|
@@ -218,6 +246,9 @@ export class HeroImage {
|
|
|
218
246
|
}, {
|
|
219
247
|
"text": "[\"Overlay\", \"Two-column\"]",
|
|
220
248
|
"name": "uiEnumNames"
|
|
249
|
+
}, {
|
|
250
|
+
"text": "Style",
|
|
251
|
+
"name": "uiGroup"
|
|
221
252
|
}],
|
|
222
253
|
"text": ""
|
|
223
254
|
},
|
|
@@ -242,6 +273,9 @@ export class HeroImage {
|
|
|
242
273
|
}, {
|
|
243
274
|
"text": "number",
|
|
244
275
|
"name": "uiType"
|
|
276
|
+
}, {
|
|
277
|
+
"text": "Style",
|
|
278
|
+
"name": "uiGroup"
|
|
245
279
|
}],
|
|
246
280
|
"text": ""
|
|
247
281
|
},
|
|
@@ -272,6 +306,9 @@ export class HeroImage {
|
|
|
272
306
|
}, {
|
|
273
307
|
"text": "[\"Left\", \"Center\", \"Right\"]",
|
|
274
308
|
"name": "uiEnumNames"
|
|
309
|
+
}, {
|
|
310
|
+
"text": "Style",
|
|
311
|
+
"name": "uiGroup"
|
|
275
312
|
}],
|
|
276
313
|
"text": ""
|
|
277
314
|
},
|
|
@@ -302,6 +339,9 @@ export class HeroImage {
|
|
|
302
339
|
}, {
|
|
303
340
|
"text": "[\"Top\", \"Bottom\"]",
|
|
304
341
|
"name": "uiEnumNames"
|
|
342
|
+
}, {
|
|
343
|
+
"text": "Style",
|
|
344
|
+
"name": "uiGroup"
|
|
305
345
|
}],
|
|
306
346
|
"text": ""
|
|
307
347
|
},
|
|
@@ -444,6 +484,9 @@ export class HeroImage {
|
|
|
444
484
|
}, {
|
|
445
485
|
"text": "[\"None\", \"XXX-Small\", \"XX-Small\", \"X-Small\", \"Small\", \"Medium\", \"Large\", \"X-Large\", \"XX-Large\", \"XXX-Large\", \"XXXX-Large\"]",
|
|
446
486
|
"name": "uiEnumNames"
|
|
487
|
+
}, {
|
|
488
|
+
"text": "Style",
|
|
489
|
+
"name": "uiGroup"
|
|
447
490
|
}],
|
|
448
491
|
"text": ""
|
|
449
492
|
},
|
|
@@ -479,12 +522,48 @@ export class HeroImage {
|
|
|
479
522
|
}, {
|
|
480
523
|
"text": "[\"None\", \"XXX-Small\", \"XX-Small\", \"X-Small\", \"Small\", \"Medium\", \"Large\", \"X-Large\", \"XX-Large\", \"XXX-Large\", \"XXXX-Large\"]",
|
|
481
524
|
"name": "uiEnumNames"
|
|
525
|
+
}, {
|
|
526
|
+
"text": "Style",
|
|
527
|
+
"name": "uiGroup"
|
|
482
528
|
}],
|
|
483
529
|
"text": ""
|
|
484
530
|
},
|
|
485
531
|
"attribute": "padding-image",
|
|
486
532
|
"reflect": false,
|
|
487
533
|
"defaultValue": "\"none\""
|
|
534
|
+
},
|
|
535
|
+
"buttonType": {
|
|
536
|
+
"type": "string",
|
|
537
|
+
"mutable": false,
|
|
538
|
+
"complexType": {
|
|
539
|
+
"original": "\"primary\" | \"secondary\" | \"tertiary\"",
|
|
540
|
+
"resolved": "\"primary\" | \"secondary\" | \"tertiary\"",
|
|
541
|
+
"references": {}
|
|
542
|
+
},
|
|
543
|
+
"required": false,
|
|
544
|
+
"optional": true,
|
|
545
|
+
"docs": {
|
|
546
|
+
"tags": [{
|
|
547
|
+
"text": "Button Type",
|
|
548
|
+
"name": "uiName"
|
|
549
|
+
}, {
|
|
550
|
+
"text": "string",
|
|
551
|
+
"name": "uiType"
|
|
552
|
+
}, {
|
|
553
|
+
"text": "[\"primary\", \"secondary\", \"tertiary\"]",
|
|
554
|
+
"name": "uiEnum"
|
|
555
|
+
}, {
|
|
556
|
+
"text": "[\"Primary\", \"Secondary\", \"Tertiary\"]",
|
|
557
|
+
"name": "uiEnumNames"
|
|
558
|
+
}, {
|
|
559
|
+
"text": "Style",
|
|
560
|
+
"name": "uiGroup"
|
|
561
|
+
}],
|
|
562
|
+
"text": "The type of the button that is used (primary, secondary, or tertiary)."
|
|
563
|
+
},
|
|
564
|
+
"attribute": "button-type",
|
|
565
|
+
"reflect": false,
|
|
566
|
+
"defaultValue": "\"primary\""
|
|
488
567
|
}
|
|
489
568
|
}; }
|
|
490
569
|
}
|
package/dist/collection/components/sqm-invoice-table/cells/sqm-invoice-table-download-cell.js
CHANGED
|
@@ -14,8 +14,8 @@ export class InvoiceTableDownloadCell {
|
|
|
14
14
|
h("style", null, vanillaStyle),
|
|
15
15
|
!!this.downloadUrl && (h("a", { href: this.downloadUrl, target: "_blank" },
|
|
16
16
|
h("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
17
|
-
h("path", { d: "M0.625 12.4375C0.79076 12.4375 0.949732 12.5033 1.06694 12.6206C1.18415 12.7378 1.25 12.8967 1.25 13.0625V16.1875C1.25 16.519 1.3817 16.837 1.61612 17.0714C1.85054 17.3058 2.16848 17.4375 2.5 17.4375H17.5C17.8315 17.4375 18.1495 17.3058 18.3839 17.0714C18.6183 16.837 18.75 16.519 18.75 16.1875V13.0625C18.75 12.8967 18.8158 12.7378 18.9331 12.6206C19.0503 12.5033 19.2092 12.4375 19.375 12.4375C19.5408 12.4375 19.6997 12.5033 19.8169 12.6206C19.9342 12.7378 20 12.8967 20 13.0625V16.1875C20 16.8505 19.7366 17.4864 19.2678 17.9553C18.7989 18.4241 18.163 18.6875 17.5 18.6875H2.5C1.83696 18.6875 1.20107 18.4241 0.732233 17.9553C0.263392 17.4864 0 16.8505 0 16.1875V13.0625C0 12.8967 0.065848 12.7378 0.183058 12.6206C0.300269 12.5033 0.45924 12.4375 0.625 12.4375Z", fill: "
|
|
18
|
-
h("path", { d: "M9.5575 14.88C9.61556 14.9382 9.68453 14.9844 9.76046 15.0159C9.83639 15.0474 9.91779 15.0636 10 15.0636C10.0822 15.0636 10.1636 15.0474 10.2395 15.0159C10.3155 14.9844 10.3844 14.9382 10.4425 14.88L14.1925 11.13C14.3099 11.0126 14.3758 10.8535 14.3758 10.6875C14.3758 10.5215 14.3099 10.3624 14.1925 10.245C14.0751 10.1276 13.916 10.0617 13.75 10.0617C13.584 10.0617 13.4249 10.1276 13.3075 10.245L10.625 12.9288V1.9375C10.625 1.77174 10.5592 1.61277 10.4419 1.49556C10.3247 1.37835 10.1658 1.3125 10 1.3125C9.83424 1.3125 9.67527 1.37835 9.55806 1.49556C9.44085 1.61277 9.375 1.77174 9.375 1.9375V12.9288L6.6925 10.245C6.57514 10.1276 6.41597 10.0617 6.25 10.0617C6.08403 10.0617 5.92486 10.1276 5.8075 10.245C5.69014 10.3624 5.62421 10.5215 5.62421 10.6875C5.62421 10.8535 5.69014 11.0126 5.8075 11.13L9.5575 14.88Z", fill: "
|
|
17
|
+
h("path", { d: "M0.625 12.4375C0.79076 12.4375 0.949732 12.5033 1.06694 12.6206C1.18415 12.7378 1.25 12.8967 1.25 13.0625V16.1875C1.25 16.519 1.3817 16.837 1.61612 17.0714C1.85054 17.3058 2.16848 17.4375 2.5 17.4375H17.5C17.8315 17.4375 18.1495 17.3058 18.3839 17.0714C18.6183 16.837 18.75 16.519 18.75 16.1875V13.0625C18.75 12.8967 18.8158 12.7378 18.9331 12.6206C19.0503 12.5033 19.2092 12.4375 19.375 12.4375C19.5408 12.4375 19.6997 12.5033 19.8169 12.6206C19.9342 12.7378 20 12.8967 20 13.0625V16.1875C20 16.8505 19.7366 17.4864 19.2678 17.9553C18.7989 18.4241 18.163 18.6875 17.5 18.6875H2.5C1.83696 18.6875 1.20107 18.4241 0.732233 17.9553C0.263392 17.4864 0 16.8505 0 16.1875V13.0625C0 12.8967 0.065848 12.7378 0.183058 12.6206C0.300269 12.5033 0.45924 12.4375 0.625 12.4375Z", fill: "var(--sqm-text-subdued)" }),
|
|
18
|
+
h("path", { d: "M9.5575 14.88C9.61556 14.9382 9.68453 14.9844 9.76046 15.0159C9.83639 15.0474 9.91779 15.0636 10 15.0636C10.0822 15.0636 10.1636 15.0474 10.2395 15.0159C10.3155 14.9844 10.3844 14.9382 10.4425 14.88L14.1925 11.13C14.3099 11.0126 14.3758 10.8535 14.3758 10.6875C14.3758 10.5215 14.3099 10.3624 14.1925 10.245C14.0751 10.1276 13.916 10.0617 13.75 10.0617C13.584 10.0617 13.4249 10.1276 13.3075 10.245L10.625 12.9288V1.9375C10.625 1.77174 10.5592 1.61277 10.4419 1.49556C10.3247 1.37835 10.1658 1.3125 10 1.3125C9.83424 1.3125 9.67527 1.37835 9.55806 1.49556C9.44085 1.61277 9.375 1.77174 9.375 1.9375V12.9288L6.6925 10.245C6.57514 10.1276 6.41597 10.0617 6.25 10.0617C6.08403 10.0617 5.92486 10.1276 5.8075 10.245C5.69014 10.3624 5.62421 10.5215 5.62421 10.6875C5.62421 10.8535 5.69014 11.0126 5.8075 11.13L9.5575 14.88Z", fill: "var(--sqm-text-subdued)" }))))));
|
|
19
19
|
}
|
|
20
20
|
static get is() { return "sqm-invoice-table-download-cell"; }
|
|
21
21
|
static get encapsulation() { return "shadow"; }
|
|
@@ -5,7 +5,7 @@ const style = {
|
|
|
5
5
|
fontSize: "var(--sl-font-size-small)",
|
|
6
6
|
marginTop: "var(--sl-spacing-small)",
|
|
7
7
|
margin: "0 0 var(--sl-spacing-large)",
|
|
8
|
-
color: "var(--
|
|
8
|
+
color: "var(--sqm-text-subdued)",
|
|
9
9
|
},
|
|
10
10
|
Header: {
|
|
11
11
|
fontSize: "var(--sl-font-size-large)",
|
|
@@ -368,6 +368,43 @@ export const ReferralLeaderboard = () => {
|
|
|
368
368
|
};
|
|
369
369
|
return h(LeaderboardView, Object.assign({}, props));
|
|
370
370
|
};
|
|
371
|
+
export const ReferralLeaderboardWithCustomStyles = () => {
|
|
372
|
+
const props = {
|
|
373
|
+
states: {
|
|
374
|
+
loading: false,
|
|
375
|
+
hasLeaders: true,
|
|
376
|
+
styles: {
|
|
377
|
+
...defaultStyles,
|
|
378
|
+
rankheading: "Rank",
|
|
379
|
+
usersheading: "User",
|
|
380
|
+
statsheading: "Referrals",
|
|
381
|
+
showRank: true,
|
|
382
|
+
textColor: "white",
|
|
383
|
+
borderColor: "white",
|
|
384
|
+
background: "slateblue",
|
|
385
|
+
borderRadius: 18,
|
|
386
|
+
viewingUserHighlightColor: "yellow",
|
|
387
|
+
viewingUserHighlightTextColor: "slateblue",
|
|
388
|
+
},
|
|
389
|
+
},
|
|
390
|
+
data: {
|
|
391
|
+
rankType: "rowNumber",
|
|
392
|
+
leaderboard: users,
|
|
393
|
+
rowNumber: 10,
|
|
394
|
+
viewerRank: {
|
|
395
|
+
firstName: "Viktor",
|
|
396
|
+
lastInitial: "V",
|
|
397
|
+
textValue: "82",
|
|
398
|
+
rank: 1,
|
|
399
|
+
rowNumber: 1,
|
|
400
|
+
},
|
|
401
|
+
},
|
|
402
|
+
elements: {
|
|
403
|
+
...defaultElements,
|
|
404
|
+
},
|
|
405
|
+
};
|
|
406
|
+
return h(LeaderboardView, Object.assign({}, props));
|
|
407
|
+
};
|
|
371
408
|
export const ReferralLeaderboardWithMaxWidth = () => {
|
|
372
409
|
const props = {
|
|
373
410
|
states: {
|
|
@@ -1,65 +1,71 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
2
|
import { createStyleSheet } from "../../styling/JSS";
|
|
3
3
|
import { intl } from "../../global/global";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
4
|
+
export function LeaderboardView(props) {
|
|
5
|
+
var _a, _b, _c;
|
|
6
|
+
const { states, data, elements } = props;
|
|
7
|
+
const { styles } = states;
|
|
8
|
+
const style = {
|
|
9
|
+
Leaderboard: {
|
|
10
|
+
"& table": {
|
|
11
|
+
width: "100%",
|
|
12
|
+
borderCollapse: "collapse",
|
|
13
|
+
background: styles.background || "transparent",
|
|
14
|
+
borderRadius: styles.borderRadius ? `${styles.borderRadius}px` : "0",
|
|
15
|
+
},
|
|
16
|
+
"& th": {
|
|
17
|
+
textAlign: "left",
|
|
18
|
+
padding: "var(--sl-spacing-medium)",
|
|
19
|
+
paddingTop: "0",
|
|
20
|
+
fontSize: "var(--sl-font-size-medium)",
|
|
21
|
+
fontWeight: "var(--sl-font-weight-semibold)",
|
|
22
|
+
},
|
|
23
|
+
"& tr:not(:first-child)": {
|
|
24
|
+
borderTop: `1px solid ${styles.borderColor || "var(--sl-color-neutral-200)"}`,
|
|
25
|
+
},
|
|
26
|
+
"& td": {
|
|
27
|
+
fontSize: "var(--sl-font-size-medium)",
|
|
28
|
+
fontWeight: "var(--sl-font-weight-normal)",
|
|
29
|
+
},
|
|
30
|
+
"& .ellipses": {
|
|
31
|
+
textAlign: "left",
|
|
32
|
+
padding: "0",
|
|
33
|
+
color: styles.textColor || "var(--sqm-text)",
|
|
34
|
+
paddingLeft: "25%",
|
|
35
|
+
},
|
|
36
|
+
"& .highlight": {
|
|
37
|
+
background: styles.viewingUserHighlightColor ||
|
|
38
|
+
"var(--sqm-accent-color-background)",
|
|
39
|
+
"& td, th": {
|
|
40
|
+
color: styles.viewingUserHighlightTextColor || "var(--sqm-text)",
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
"& td, th": {
|
|
44
|
+
color: styles.textColor || "var(--sqm-text)",
|
|
45
|
+
padding: "var(--sl-spacing-medium)",
|
|
46
|
+
},
|
|
47
|
+
"& .User": {
|
|
48
|
+
width: "100%",
|
|
49
|
+
},
|
|
50
|
+
"& .Score": {
|
|
51
|
+
width: "auto",
|
|
52
|
+
whiteSpace: "nowrap",
|
|
53
|
+
},
|
|
54
|
+
"& .Rank": {
|
|
55
|
+
whiteSpace: "nowrap",
|
|
56
|
+
},
|
|
57
|
+
"& .fullWidth": {
|
|
58
|
+
width: "100%",
|
|
59
|
+
},
|
|
49
60
|
},
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
const
|
|
53
|
-
const
|
|
54
|
-
const vanillaStyle = `
|
|
61
|
+
};
|
|
62
|
+
const sheet = createStyleSheet(style);
|
|
63
|
+
const styleString = sheet.toString();
|
|
64
|
+
const vanillaStyle = `
|
|
55
65
|
:host{
|
|
56
66
|
display: block;
|
|
57
67
|
}
|
|
58
68
|
`;
|
|
59
|
-
export function LeaderboardView(props) {
|
|
60
|
-
var _a, _b, _c;
|
|
61
|
-
const { states, data, elements } = props;
|
|
62
|
-
const { styles } = states;
|
|
63
69
|
if (states.isEssentials) {
|
|
64
70
|
return (h("sqm-empty", { "empty-state-image": "https://res.cloudinary.com/saasquatch/image/upload/v1715360191/squatch-assets/Leaderboard_Not_Available.svg", "empty-state-header": "Leaderboards aren\u2019t available on your plan", "empty-state-text": "Contact {supportText} to upgrade your plan and start leveraging gamification in your program.", "support-text": "Support" }));
|
|
65
71
|
}
|