@saasquatch/mint-components 1.15.0-2 → 1.15.0-20
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-f0e9c531.js} +2 -2
- package/dist/cjs/{ShadowViewAddon-787391f7.js → ShadowViewAddon-f641a7de.js} +430 -402
- package/dist/cjs/{copy-text-view-c85acaaa.js → copy-text-view-b2f47da0.js} +53 -38
- package/dist/cjs/{global-e31dc4f5.js → global-f06aabc0.js} +139 -14
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +7 -44
- package/dist/cjs/{sqm-base-registration-form-view-8a2c8763.js → sqm-base-registration-form-view-1b2440c3.js} +1 -1
- package/dist/cjs/sqm-big-stat_41.cjs.entry.js +260 -109
- package/dist/cjs/sqm-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/sqm-empty_4.cjs.entry.js +50 -49
- package/dist/cjs/{sqm-invoice-table-view-16ac73d0.js → sqm-invoice-table-view-431faed1.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-navigation-sidebar-item-view-6f35d2ee.js → sqm-navigation-sidebar-item-view-5dfd2b52.js} +17 -6
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +25 -2
- 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 +85 -58
- package/dist/cjs/{sqm-portal-email-verification-view-7ebb426a.js → sqm-portal-email-verification-view-969cf926.js} +2 -2
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-forgot-password-view-78f19ef9.js → sqm-portal-forgot-password-view-b986086e.js} +1 -1
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +2 -2
- package/dist/cjs/sqm-portal-google-login.cjs.entry.js +2 -2
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-login-view-761a4d8e.js → sqm-portal-login-view-84e99287.js} +1 -1
- package/dist/cjs/{sqm-portal-profile-view-33164798.js → sqm-portal-profile-view-96e936cf.js} +2 -2
- 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-4377d849.js} +1 -1
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-reset-password-view-fe602822.js → sqm-portal-reset-password-view-52fc50fe.js} +1 -1
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-verify-email-view-7b678f34.js → sqm-portal-verify-email-view-4f837226.js} +1 -1
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-qr-code-view-15dfc0b6.js → sqm-qr-code-view-3da9ed28.js} +2 -7
- package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -1
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +3 -5
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +4 -4
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +140 -25
- package/dist/cjs/sqm-tabs.cjs.entry.js +9 -4
- package/dist/cjs/{sqm-text-span-view-0aa82125.js → sqm-text-span-view-56e48a78.js} +6 -6
- package/dist/cjs/sqm-text-span.cjs.entry.js +1 -1
- 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 -8
- 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-card-feed/sqm-card-feed.js +1 -1
- 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 +170 -1
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout-view.js +4 -1
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +32 -0
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +1 -1
- package/dist/collection/components/sqm-empty/sqm-empty-view.js +1 -1
- package/dist/collection/components/sqm-form-message/FormMessage.stories.js +1 -1
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +1 -0
- package/dist/collection/components/sqm-hero/sqm-hero.js +1 -0
- package/dist/collection/components/sqm-hero-image/sqm-hero-image-view.js +3 -3
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +80 -0
- package/dist/collection/components/sqm-image/sqm-image.js +1 -0
- package/dist/collection/components/sqm-instant-access-registration/sqm-instant-access-registration.js +1 -0
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +37 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +59 -54
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +198 -32
- 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-navigation-menu/sqm-navigation-menu.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 +85 -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.js +1 -0
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +1 -0
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame-view.js +36 -36
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame.js +36 -2
- package/dist/collection/components/sqm-portal-frame/usePortalFrame.js +2 -1
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +1 -0
- package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +1 -0
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +1 -0
- package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +1 -0
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer-view.js +1 -1
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +2 -0
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step-view.js +11 -3
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +77 -2
- package/dist/collection/components/sqm-program-menu/sqm-program-menu.js +1 -0
- package/dist/collection/components/sqm-qr-code/sqm-qr-code-view.js +2 -7
- package/dist/collection/components/sqm-qr-code/sqm-qr-code.js +1 -0
- 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 +78 -1
- package/dist/collection/components/sqm-referral-code/ReferralCode.stories.js +3 -0
- package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +170 -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 +29 -1
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +0 -2
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +2 -0
- package/dist/collection/components/sqm-referred-registration/sqm-referred-registration.js +1 -0
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +2 -0
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +2 -2
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +1 -0
- package/dist/collection/components/sqm-route/sqm-route.js +1 -0
- package/dist/collection/components/sqm-router/sqm-router.js +2 -0
- package/dist/collection/components/sqm-scroll/sqm-scroll.js +1 -0
- 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 +54 -7
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +170 -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 +111 -3
- 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 +7 -2
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +30 -2
- package/dist/collection/components/sqm-task-card/DetailsView.js +1 -1
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +139 -155
- 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 +101 -48
- package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +6 -6
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +1 -0
- 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/sqm-timeline/sqm-timeline.js +3 -1
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +2 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +1 -12
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +0 -15
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +1 -11
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +1 -2
- package/dist/collection/components/views/copy-text-view.js +53 -38
- package/dist/collection/global/mixins.js +2 -2
- package/dist/collection/global/styles.js +139 -14
- package/dist/collection/global/styles.ts +139 -14
- package/dist/collection/tables/GenericTableView.js +2 -2
- package/dist/esm/{GenericTableView-7b9087af.js → GenericTableView-e7addb2b.js} +2 -2
- package/dist/esm/{ShadowViewAddon-cf230f50.js → ShadowViewAddon-908b4435.js} +430 -402
- package/dist/esm/{copy-text-view-782137ba.js → copy-text-view-0ac6e1d1.js} +53 -38
- package/dist/esm/{global-be1f9992.js → global-5e65213d.js} +139 -14
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/sqm-banking-info-form_17.entry.js +7 -44
- package/dist/esm/{sqm-base-registration-form-view-593d4ac3.js → sqm-base-registration-form-view-31f1cb87.js} +1 -1
- package/dist/esm/sqm-big-stat_41.entry.js +260 -109
- package/dist/esm/sqm-email-verification.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +50 -49
- package/dist/esm/{sqm-invoice-table-view-2c726568.js → sqm-invoice-table-view-a2c45ff7.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +2 -2
- package/dist/esm/{sqm-navigation-sidebar-item-view-8f1c72bc.js → sqm-navigation-sidebar-item-view-9cc0f695.js} +17 -6
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +25 -2
- 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 +85 -58
- package/dist/esm/{sqm-portal-email-verification-view-35b4353b.js → sqm-portal-email-verification-view-56a69db0.js} +2 -2
- package/dist/esm/sqm-portal-email-verification.entry.js +3 -3
- package/dist/esm/{sqm-portal-forgot-password-view-3d3182f1.js → sqm-portal-forgot-password-view-50444a7c.js} +1 -1
- package/dist/esm/sqm-portal-forgot-password.entry.js +2 -2
- package/dist/esm/sqm-portal-google-login.entry.js +2 -2
- package/dist/esm/sqm-portal-google-registration-form.entry.js +3 -3
- package/dist/esm/{sqm-portal-login-view-7e49609a.js → sqm-portal-login-view-37c85d04.js} +1 -1
- package/dist/esm/{sqm-portal-profile-view-93003974.js → sqm-portal-profile-view-5cf91770.js} +2 -2
- 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-21d57492.js} +1 -1
- package/dist/esm/sqm-portal-registration-form.entry.js +2 -2
- package/dist/esm/{sqm-portal-reset-password-view-54a8651f.js → sqm-portal-reset-password-view-b000ffc5.js} +1 -1
- package/dist/esm/sqm-portal-reset-password.entry.js +2 -2
- package/dist/esm/{sqm-portal-verify-email-view-b12cb894.js → sqm-portal-verify-email-view-2983ba9b.js} +1 -1
- package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
- package/dist/esm/{sqm-qr-code-view-f1d0763b.js → sqm-qr-code-view-10b8b4cb.js} +2 -7
- package/dist/esm/sqm-qr-code.entry.js +1 -1
- package/dist/esm/sqm-referral-table_11.entry.js +3 -5
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +4 -4
- package/dist/esm/sqm-stencilbook.entry.js +140 -25
- package/dist/esm/sqm-tabs.entry.js +9 -4
- package/dist/esm/{sqm-text-span-view-ca32495e.js → sqm-text-span-view-c577cc60.js} +6 -6
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm-es5/{GenericTableView-7b9087af.js → GenericTableView-e7addb2b.js} +1 -1
- package/dist/esm-es5/ShadowViewAddon-908b4435.js +1 -0
- package/dist/esm-es5/copy-text-view-0ac6e1d1.js +1 -0
- package/dist/esm-es5/{global-be1f9992.js → global-5e65213d.js} +4 -4
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- 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-31f1cb87.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_41.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-invoice-table-view-2c726568.js → sqm-invoice-table-view-a2c45ff7.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-9cc0f695.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-portal-email-verification-view-35b4353b.js → sqm-portal-email-verification-view-56a69db0.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-forgot-password-view-3d3182f1.js → sqm-portal-forgot-password-view-50444a7c.js} +1 -1
- 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-7e49609a.js → sqm-portal-login-view-37c85d04.js} +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-93003974.js → sqm-portal-profile-view-5cf91770.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-21d57492.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-b000ffc5.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-2983ba9b.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-10b8b4cb.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-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-c577cc60.js +1 -0
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/mint-components/global/styles.ts +139 -14
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/p-03622801.entry.js +1 -0
- package/dist/mint-components/{p-2f101bae.entry.js → p-0559d880.entry.js} +1 -1
- package/dist/mint-components/{p-a7746488.system.js → p-05f785fb.system.js} +1 -1
- package/dist/mint-components/{p-5d7e308c.system.entry.js → p-125a798a.system.entry.js} +1 -1
- package/dist/mint-components/p-16c16702.js +1 -0
- package/dist/mint-components/{p-57eef0af.entry.js → p-1b983c86.entry.js} +6 -6
- package/dist/mint-components/{p-bbcd824a.js → p-1e7e8dd2.js} +1 -1
- package/dist/mint-components/{p-7a9290ba.js → p-20245645.js} +1 -1
- package/dist/mint-components/{p-4794641c.system.js → p-217514ac.system.js} +1 -1
- package/dist/mint-components/p-2271dff7.system.js +1 -0
- package/dist/mint-components/{p-50c902ca.system.entry.js → p-26d60973.system.entry.js} +1 -1
- package/dist/mint-components/{p-19bc3406.system.entry.js → p-2b462e4f.system.entry.js} +1 -1
- package/dist/mint-components/p-2c7ebd5b.js +1 -0
- package/dist/mint-components/p-2d0163d2.system.entry.js +1 -0
- package/dist/mint-components/p-2e110002.system.js +1 -0
- package/dist/mint-components/p-317264ac.system.entry.js +1 -0
- package/dist/mint-components/p-32dbde60.system.js +1 -0
- package/dist/mint-components/{p-9bfd9bed.system.entry.js → p-345fd28e.system.entry.js} +1 -1
- package/dist/mint-components/{p-65069b66.js → p-37e86ead.js} +19 -19
- package/dist/mint-components/p-386c82ba.entry.js +13 -0
- package/dist/mint-components/{p-aad32fb6.system.js → p-38de17fa.system.js} +1 -1
- package/dist/mint-components/{p-a2fde301.entry.js → p-3af1ec4c.entry.js} +1 -1
- package/dist/mint-components/p-46a672e4.entry.js +1 -0
- package/dist/mint-components/{p-cbbfac66.entry.js → p-48b3ef9c.entry.js} +2 -2
- package/dist/mint-components/p-49206a9c.entry.js +1 -0
- package/dist/mint-components/p-4a3359aa.entry.js +1 -0
- package/dist/mint-components/{p-90fc6774.system.entry.js → p-4b6f2eca.system.entry.js} +1 -1
- package/dist/mint-components/{p-e5d0375e.system.js → p-571e1427.system.js} +1 -1
- package/dist/mint-components/p-5b1b2c10.system.entry.js +1 -0
- package/dist/mint-components/p-5d407714.system.entry.js +1 -0
- package/dist/mint-components/{p-492b70db.system.js → p-5dbe8b0a.system.js} +1 -1
- package/dist/mint-components/p-5e617dd6.system.js +1 -0
- package/dist/mint-components/{p-9386ad84.system.entry.js → p-605c2904.system.entry.js} +1 -1
- package/dist/mint-components/p-6131a44f.system.entry.js +1 -0
- package/dist/mint-components/p-61af919f.entry.js +1 -0
- package/dist/mint-components/p-66a2b1a4.js +1 -0
- package/dist/mint-components/{p-91959fbe.js → p-69ac09d4.js} +1 -1
- package/dist/mint-components/p-69e017e1.entry.js +33 -0
- package/dist/mint-components/{p-99ad7d56.system.js → p-71d7c2a0.system.js} +1 -1
- package/dist/mint-components/{p-21620f81.system.entry.js → p-749cb346.system.entry.js} +1 -1
- package/dist/mint-components/{p-bdb7d451.system.js → p-773e2418.system.js} +9 -9
- package/dist/mint-components/{p-0c78815e.system.entry.js → p-7cbec088.system.entry.js} +1 -1
- package/dist/mint-components/{p-dbcb5359.js → p-7e3a84bc.js} +1 -1
- package/dist/mint-components/{p-2da21ba4.entry.js → p-802b9f7e.entry.js} +1 -1
- package/dist/mint-components/{p-85671c3d.system.entry.js → p-8053366e.system.entry.js} +1 -1
- package/dist/mint-components/p-861d4824.entry.js +13 -0
- package/dist/mint-components/p-87c18a1c.system.entry.js +1 -0
- package/dist/mint-components/{p-d07f3090.entry.js → p-87c21535.entry.js} +1 -1
- package/dist/mint-components/p-893d7ab4.js +1 -0
- package/dist/mint-components/{p-837a0fdd.js → p-8c494bf1.js} +1 -1
- package/dist/mint-components/p-9980c750.system.entry.js +1 -0
- package/dist/mint-components/p-9f2edf59.system.js +1 -0
- package/dist/mint-components/p-9f35f2b5.system.entry.js +1 -0
- package/dist/mint-components/{p-3f067fd5.js → p-a34ac378.js} +1 -1
- package/dist/mint-components/p-a558f6db.entry.js +258 -0
- package/dist/mint-components/{p-53730ffe.entry.js → p-a81b507f.entry.js} +3 -3
- package/dist/mint-components/{p-0d2d0b6d.entry.js → p-aaff68dc.entry.js} +1 -1
- package/dist/mint-components/{p-f0772618.system.entry.js → p-ac9f4085.system.entry.js} +1 -1
- package/dist/mint-components/{p-63a75798.js → p-b1c78ed4.js} +1 -1
- package/dist/mint-components/{p-b75bb6e3.system.js → p-b5fb3826.system.js} +1 -1
- package/dist/mint-components/p-b6de39a2.entry.js +1 -0
- package/dist/mint-components/{p-0ebab63e.system.js → p-bd2a2546.system.js} +1 -1
- package/dist/mint-components/{p-626e9e84.js → p-ccb5699b.js} +1 -1
- package/dist/mint-components/{p-7f80a9d7.entry.js → p-ccf8c9aa.entry.js} +1 -1
- package/dist/mint-components/{p-cd569259.system.js → p-d24a881e.system.js} +1 -1
- package/dist/mint-components/p-d2beb502.js +394 -0
- package/dist/mint-components/p-dbec319d.system.js +1 -0
- package/dist/mint-components/{p-91ab3da1.js → p-dc52c36a.js} +1 -1
- package/dist/mint-components/{p-f7c99803.system.js → p-df89186f.system.js} +1 -1
- package/dist/mint-components/{p-f940190a.js → p-e145e4f8.js} +1 -1
- package/dist/mint-components/{p-5c28406d.system.entry.js → p-e21a1cb8.system.entry.js} +1 -1
- package/dist/mint-components/{p-b287833c.system.entry.js → p-e977ff3b.system.entry.js} +1 -1
- package/dist/mint-components/p-eab1c9f3.js +1 -0
- package/dist/mint-components/p-eadd9d56.entry.js +144 -0
- package/dist/mint-components/{p-0d182dc1.system.js → p-ebae139f.system.js} +1 -1
- package/dist/mint-components/{p-10d17989.entry.js → p-f189d803.entry.js} +1 -1
- package/dist/mint-components/{p-3f6e0197.system.entry.js → p-f2228da3.system.entry.js} +1 -1
- package/dist/mint-components/p-f5023fd8.system.entry.js +1 -0
- package/dist/mint-components/{p-ef6381d4.entry.js → p-fbdbcb13.entry.js} +2 -2
- package/dist/mint-components/{p-380bfde1.entry.js → p-fd0a013f.entry.js} +1 -1
- package/dist/mint-components/p-fdaa4dbb.system.entry.js +1 -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-card-feed/sqm-card-feed.d.ts +1 -1
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code-view.d.ts +1 -0
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +43 -0
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout-view.d.ts +2 -0
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +8 -0
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +1 -0
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +1 -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 +20 -0
- package/dist/types/components/sqm-image/sqm-image.d.ts +1 -0
- package/dist/types/components/sqm-instant-access-registration/sqm-instant-access-registration.d.ts +1 -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 +49 -7
- package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +6 -0
- package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +1 -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 +16 -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.d.ts +1 -0
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +1 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame-view.d.ts +1 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame.d.ts +6 -0
- package/dist/types/components/sqm-portal-frame/usePortalFrame.d.ts +2 -1
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +1 -0
- package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +1 -0
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +1 -0
- package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +1 -0
- package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +2 -0
- 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-program-menu/sqm-program-menu.d.ts +1 -0
- package/dist/types/components/sqm-qr-code/sqm-qr-code.d.ts +1 -0
- 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 +23 -1
- 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 +43 -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 +7 -0
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +2 -0
- package/dist/types/components/sqm-referred-registration/sqm-referred-registration.d.ts +1 -0
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +2 -0
- package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +1 -0
- package/dist/types/components/sqm-route/sqm-route.d.ts +1 -0
- package/dist/types/components/sqm-router/sqm-router.d.ts +2 -0
- package/dist/types/components/sqm-scroll/sqm-scroll.d.ts +1 -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 +16 -3
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +43 -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 +24 -1
- 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 +10 -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 +13 -0
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +1 -0
- 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/sqm-timeline/sqm-timeline.d.ts +3 -1
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +2 -0
- package/dist/types/components/views/copy-text-view.d.ts +5 -0
- package/dist/types/components.d.ts +1023 -18
- 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/esm-es5/ShadowViewAddon-cf230f50.js +0 -1
- package/dist/esm-es5/copy-text-view-782137ba.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-text-span-view-ca32495e.js +0 -1
- package/dist/mint-components/p-116baa69.entry.js +0 -258
- package/dist/mint-components/p-141bf5c1.system.entry.js +0 -1
- package/dist/mint-components/p-1f089c3f.system.entry.js +0 -1
- package/dist/mint-components/p-24db5c70.js +0 -1
- package/dist/mint-components/p-31015791.js +0 -1
- package/dist/mint-components/p-37996351.system.js +0 -1
- package/dist/mint-components/p-38e5c429.system.js +0 -1
- package/dist/mint-components/p-3b90e01b.system.js +0 -1
- package/dist/mint-components/p-3db34d68.js +0 -1
- package/dist/mint-components/p-420554af.system.entry.js +0 -1
- package/dist/mint-components/p-4e773bb1.system.entry.js +0 -1
- package/dist/mint-components/p-562428ef.system.js +0 -1
- package/dist/mint-components/p-5cb7f9fc.system.entry.js +0 -1
- package/dist/mint-components/p-635d5ef2.system.js +0 -1
- package/dist/mint-components/p-653f963f.entry.js +0 -13
- package/dist/mint-components/p-693942df.entry.js +0 -144
- package/dist/mint-components/p-6cc141b9.js +0 -394
- package/dist/mint-components/p-7846937e.entry.js +0 -13
- package/dist/mint-components/p-7ab21e4d.entry.js +0 -1
- package/dist/mint-components/p-b207beeb.entry.js +0 -1
- package/dist/mint-components/p-b82e1935.system.entry.js +0 -1
- package/dist/mint-components/p-c060f770.system.entry.js +0 -1
- package/dist/mint-components/p-c9f1dde7.js +0 -1
- package/dist/mint-components/p-cb7bdbe4.entry.js +0 -1
- package/dist/mint-components/p-daee25f9.system.entry.js +0 -1
- package/dist/mint-components/p-dcc81e90.entry.js +0 -1
- package/dist/mint-components/p-de8e9981.system.entry.js +0 -1
- package/dist/mint-components/p-e07bc6c4.system.js +0 -1
- package/dist/mint-components/p-e5a5ae7f.system.entry.js +0 -1
- package/dist/mint-components/p-e6f50ffd.entry.js +0 -1
- package/dist/mint-components/p-f56bedd5.js +0 -1
- package/dist/mint-components/p-fe2e2f4a.entry.js +0 -1
- package/dist/mint-components/p-ff8b8067.entry.js +0 -33
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as s,h as t}from"./p-f708da7b.js";import{n as r}from"./p-cd651f81.js";import"./p-cef45012.js";import{T as e}from"./p-
|
|
1
|
+
import{r as s,h as t}from"./p-f708da7b.js";import{n as r}from"./p-cd651f81.js";import"./p-cef45012.js";import{T as e}from"./p-eab1c9f3.js";const o=class{constructor(t){s(this,t),this.ignored=!0,this.locale="en",r(this)}disconnectedCallback(){}render(){return t(e,{type:"p"},this.note)}};export{o as sqm_rewards_table_customer_note_cell}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-f26aedcd.system.js","./p-48135f99.system.js","./p-6cd4f2b1.system.js","./p-6333265f.system.js","./p-5488fdd9.system.js","./p-6b7a595f.system.js"],(function(t){"use strict";var e,n,r,a,s,o,i,l,u,c;return{setters:[function(t){e=t.h;n=t.c;r=t.r},function(t){a=t.u;s=t.f;o=t.n},function(t){i=t._},function(t){l=t.g},function(t){u=t.u},function(t){c=t.u}],execute:function(){var p=function(t){var r=t.content,a=t.placement,s=t.textColor,o=s===void 0?"var(--sqm-text)":s;var i=!a||a==="top"||a==="bottom"?"var(--sl-spacing-x-large) 0;":"0 var(--sl-spacing-xx-large);";var l="\n sl-tab-panel::part(base) {\n padding: "+i+";\n }\n\n sl-tab::part(base) {\n color: "+o+";\n }\n ";console.log("text color is ",o);return e(n,null,e("style",{type:"text/css"},l),e("sl-tab-group",{placement:a},r.tabs.map((function(t){var n=t.getAttribute("slot");if(t.tagName==="RAISINS-PLOP-TARGET"){return e("sl-tab",{slot:"nav"},e("div",{style:{marginTop:"10px"}},e("slot",{name:n})))}return[e("sl-tab",{slot:"nav",panel:n,part:"tab",id:t.getAttribute("id")||n},t.getAttribute("header")),e("sl-tab-panel",{name:n},e("slot",{name:n}))]}))),e("div",{style:{display:"none"}},e("slot",null)))};var v="sq:reveal";function f(){var t=c();var e=i();var n=u();var r=a((function(){return t.filter((function(t){return t.tagName==="SQM-TAB"||t.tagName==="RAISINS-PLOP-TARGET"})).map((function(t,e){if(t.tagName==="RAISINS-PLOP-TARGET"){var n=t;n.style.position="absolute";n.style.left="6px";var r=t.firstElementChild.childNodes[1];r.innerHTML="+";r.style.lineHeight="20px"}t.setAttribute("slot","tab-"+e);t.setAttribute("id","tab-"+e);return t}))}),[t,n]);s((function(){var t=function(t){var n;var r=t.target;t.stopPropagation();if(!r)return;var a=r.closest("sqm-tabs");if(!e.contains(r)||!a)return;var s=r.closest("sqm-tab");var o=a.shadowRoot.querySelector("sl-tab-group");(n=o)===null||n===void 0?void 0:n.show(s.id)};e.addEventListener(v,t);return function(){e.removeEventListener(v,t)}}),[]);return{content:{tabs:r}}}var m=t("sqm_tabs",function(){function t(t){r(this,t);o(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){var t=f().content;var n=l(this),r=n.placement,a=n.textColor;return e(p,{placement:r,content:t,textColor:a},e("slot",null))};return t}())}}}));
|
|
@@ -13,4 +13,6 @@ export declare const FlexReverseRight: () => any;
|
|
|
13
13
|
export declare const FlexReverseLeft: () => any;
|
|
14
14
|
export declare const NoStatValue: () => any;
|
|
15
15
|
export declare const InvalidStatValue: () => any;
|
|
16
|
+
export declare const CustomStyles: () => any;
|
|
16
17
|
export declare const MultipleStats: () => any;
|
|
18
|
+
export declare const MultipleStatsWithCustomBranding: () => any;
|
|
@@ -6,5 +6,10 @@ export interface BigStatViewProps {
|
|
|
6
6
|
flexReverse?: boolean;
|
|
7
7
|
alignment?: "left" | "right" | "center";
|
|
8
8
|
labelSlot?: VNode;
|
|
9
|
+
statTextColor?: string;
|
|
10
|
+
statFontSize?: number;
|
|
11
|
+
descriptionTextColor?: string;
|
|
12
|
+
descriptionFontSize?: number;
|
|
13
|
+
statFontWeight?: number;
|
|
9
14
|
}
|
|
10
15
|
export declare function BigStatView(props: BigStatViewProps): any;
|
|
@@ -27,6 +27,7 @@ export declare class BigStat {
|
|
|
27
27
|
*
|
|
28
28
|
* @uiName Flex reverse
|
|
29
29
|
* @default
|
|
30
|
+
* @uiGroup Style
|
|
30
31
|
*/
|
|
31
32
|
flexReverse?: boolean;
|
|
32
33
|
/**
|
|
@@ -36,6 +37,7 @@ export declare class BigStat {
|
|
|
36
37
|
* @uiType string
|
|
37
38
|
* @uiEnum ["left", "right", "center"]
|
|
38
39
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
40
|
+
* @uiGroup Style
|
|
39
41
|
*/
|
|
40
42
|
alignment?: "left" | "right" | "center";
|
|
41
43
|
/**
|
|
@@ -45,6 +47,45 @@ export declare class BigStat {
|
|
|
45
47
|
* @uiWidget programSelector
|
|
46
48
|
*/
|
|
47
49
|
programId?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Color of the stat text
|
|
52
|
+
* @uiName Stat text color
|
|
53
|
+
* @uiWidget color
|
|
54
|
+
* @uiType string
|
|
55
|
+
* @format color
|
|
56
|
+
* @uiGroup Style
|
|
57
|
+
*/
|
|
58
|
+
statTextColor?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Font size of the stat text in pixels
|
|
61
|
+
* @uiName Stat font size
|
|
62
|
+
* @uiType string
|
|
63
|
+
* @uiGroup Style
|
|
64
|
+
*/
|
|
65
|
+
statFontSize?: number;
|
|
66
|
+
/**
|
|
67
|
+
* Font weight of the stat text
|
|
68
|
+
* @uiName Stat font weight
|
|
69
|
+
* @uiGroup Style
|
|
70
|
+
* @uiEnum [100, 200, 300, 400, 500, 600, 700, 800, 900]
|
|
71
|
+
* @uiEnumNames ["Thin", "Extra Light", "Light", "Normal", "Medium", "Semi Bold", "Bold", "Extra Bold", "Heavy"]
|
|
72
|
+
*/
|
|
73
|
+
statFontWeight?: number;
|
|
74
|
+
/**
|
|
75
|
+
* Color of the description text
|
|
76
|
+
* @uiName Description text color
|
|
77
|
+
* @uiWidget color
|
|
78
|
+
* @uiType string
|
|
79
|
+
* @format color
|
|
80
|
+
* @uiGroup Style
|
|
81
|
+
*/
|
|
82
|
+
descriptionTextColor?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Font size of the description text in pixels
|
|
85
|
+
* @uiName Description font size
|
|
86
|
+
* @uiGroup Style
|
|
87
|
+
*/
|
|
88
|
+
descriptionFontSize?: number;
|
|
48
89
|
/**
|
|
49
90
|
* @undocumented
|
|
50
91
|
* @uiType object
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @uiName Card Feed
|
|
3
3
|
* @slots [{"name":"","title":"Cards"}]
|
|
4
|
-
* @validParents ["sqm-brand","sqm-portal-container", "sqm-popup-container
|
|
4
|
+
* @validParents ["sqm-brand","sqm-portal-container", "sqm-popup-container", "sqm-titled-section", "div", "sqm-divided-layout", "template", "sqb-program-section", "sqb-conditional-section"]
|
|
5
5
|
* @validChildren ["sqm-task-card"]
|
|
6
6
|
* @exampleGroup Rewards
|
|
7
7
|
* @example Task Card Feed - <sqm-card-feed gap="24" width="347"> <sqm-task-card reward-amount="20" goal="1" card-title="Complete a Survey" description="Fill out our NPS survey and get 20 points for giving us honest feedback." button-text="Take survey" reward-unit="Points" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" finite="0" starts-on-message="Starts {startDate}" > </sqm-task-card> <sqm-task-card reward-amount="250" goal="500" show-progress-bar card-title="Spend $500" description="Earn 250 points when you spend $500 or more." button-text="See plans" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" progress-bar-unit="$" finite="0" reward-unit="Points" starts-on-message="Starts {startDate}" > </sqm-task-card> <sqm-task-card goal="1" reward-amount="50" card-title="Follow Us on X" description="Earn 50 points when you Follow Us on X!" button-text="Follow" button-link="https://twitter.com/" open-new-tab="true" event-key="socialFollow" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" finite="0" reward-unit="Points" starts-on-message="Starts {startDate}" > </sqm-task-card> <sqm-task-card reward-amount="1" reward-unit="Free Month" goal="1" card-title="Upgrade Your Plan" description="Receive one free month for being a committed customer when you upgrade your plan." button-text="Upgrade" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" open-new-tab="false" finite="0" starts-on-message="Starts {startDate}" > </sqm-task-card> </sqm-card-feed>
|
|
@@ -2,5 +2,6 @@ import { CopyTextViewProps } from "../views/copy-text-view";
|
|
|
2
2
|
export interface CouponCodeViewProps extends CopyTextViewProps {
|
|
3
3
|
errorType?: "error" | "warning" | "info" | "success";
|
|
4
4
|
couponCodeLabel?: string;
|
|
5
|
+
textColor?: string;
|
|
5
6
|
}
|
|
6
7
|
export declare function CouponCodeView(props: CouponCodeViewProps): any;
|
|
@@ -2,6 +2,7 @@ import { DemoData } from "../../global/demo";
|
|
|
2
2
|
import { CouponCodeViewProps } from "./sqm-coupon-code-view";
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Coupon Code
|
|
5
|
+
* @validParents ["sqm-brand","sqm-portal-container","div","sqm-popup-container","sqm-hero","sqm-referral-card","sqm-titled-section", "sqb-program-section", "sqb-conditional-section"]
|
|
5
6
|
* @compatibility Built for instant access
|
|
6
7
|
* @exampleGroup Instant Access
|
|
7
8
|
* @example Coupon Code - <sqm-coupon-code tooltip-text="Copied to Clipboard" tooltip-lifespan="1000"></sqm-coupon-code>
|
|
@@ -31,6 +32,7 @@ export declare class CouponCode {
|
|
|
31
32
|
* @uiType string
|
|
32
33
|
* @uiEnum ["left", "center", "right"]
|
|
33
34
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
35
|
+
* @uiGroup Style
|
|
34
36
|
*/
|
|
35
37
|
textAlign?: "left" | "center" | "right";
|
|
36
38
|
/**
|
|
@@ -44,6 +46,7 @@ export declare class CouponCode {
|
|
|
44
46
|
* @uiType string
|
|
45
47
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
46
48
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
49
|
+
* @uiGroup Style
|
|
47
50
|
*/
|
|
48
51
|
buttonStyle?: "icon" | "button-outside" | "button-below";
|
|
49
52
|
/**
|
|
@@ -105,6 +108,46 @@ export declare class CouponCode {
|
|
|
105
108
|
* @uiGroup Coupon code error
|
|
106
109
|
*/
|
|
107
110
|
couponCodePlaceholder: string;
|
|
111
|
+
/**
|
|
112
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
113
|
+
* @uiName Border color
|
|
114
|
+
* @uiWidget color
|
|
115
|
+
* @format color
|
|
116
|
+
* @uiGroup Style
|
|
117
|
+
*/
|
|
118
|
+
borderColor?: string;
|
|
119
|
+
/**
|
|
120
|
+
* Color of the text and copy icon
|
|
121
|
+
* @uiName Text color
|
|
122
|
+
* @uiWidget color
|
|
123
|
+
* @format color
|
|
124
|
+
* @uiGroup Style
|
|
125
|
+
*/
|
|
126
|
+
textColor?: string;
|
|
127
|
+
/**
|
|
128
|
+
* The border radius on the share link container (in pixels)
|
|
129
|
+
* @uiName Border Radius
|
|
130
|
+
* @uiType number
|
|
131
|
+
* @uiGroup Style
|
|
132
|
+
*/
|
|
133
|
+
borderRadius?: string;
|
|
134
|
+
/**
|
|
135
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
136
|
+
* @uiName Button Type
|
|
137
|
+
* @uiType string
|
|
138
|
+
* @uiEnum ["primary", "secondary"]
|
|
139
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
140
|
+
* @uiGroup Style
|
|
141
|
+
*/
|
|
142
|
+
buttonType?: "primary" | "secondary";
|
|
143
|
+
/**
|
|
144
|
+
* Background color of share link container
|
|
145
|
+
* @uiName Background color
|
|
146
|
+
* @uiWidget color
|
|
147
|
+
* @format color
|
|
148
|
+
* @uiGroup Style
|
|
149
|
+
*/
|
|
150
|
+
backgroundColor?: string;
|
|
108
151
|
/**
|
|
109
152
|
* @undocumented
|
|
110
153
|
* @uiType object
|
|
@@ -3,6 +3,8 @@ interface DividedLayoutViewProps {
|
|
|
3
3
|
direction: "row" | "column";
|
|
4
4
|
contentAreaWidth?: string | null;
|
|
5
5
|
dividerStyle: string;
|
|
6
|
+
backgroundColor?: string;
|
|
7
|
+
borderless?: boolean;
|
|
6
8
|
}
|
|
7
9
|
export declare function DividedLayoutView(props: DividedLayoutViewProps, children: VNode): any;
|
|
8
10
|
export {};
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
* Spacing is left up to the child
|
|
4
4
|
*
|
|
5
5
|
* @uiName Divided Layout
|
|
6
|
+
* @validParents ["sqm-brand","sqm-portal-container","div","sqm-popup-container","sqm-hero","sqm-referral-card","sqm-titled-section","sqb-program-section","sqb-conditional-section"]
|
|
7
|
+
* @exampleGroup Layout
|
|
6
8
|
* @slots [{"name":"", "title":"Layout Content"}]
|
|
7
9
|
*/
|
|
8
10
|
export declare class DividedLayout {
|
|
@@ -24,6 +26,12 @@ export declare class DividedLayout {
|
|
|
24
26
|
* @uiName Border style
|
|
25
27
|
*/
|
|
26
28
|
dividerStyle: string;
|
|
29
|
+
/**
|
|
30
|
+
* Background color of the divider
|
|
31
|
+
* @uiName Divider Background Color
|
|
32
|
+
* @uiWidget color
|
|
33
|
+
*/
|
|
34
|
+
backgroundColor?: string;
|
|
27
35
|
constructor();
|
|
28
36
|
disconnectedCallback(): void;
|
|
29
37
|
render(): any;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @uiName Hero Layout
|
|
3
|
+
* @validParents ["sqm-portal-container","sqm-brand","div"]
|
|
3
4
|
* @slots [{"name":"","title":"Primary Column Content"},{"name":"secondary-column","title":"Secondary Column Content"}]
|
|
4
5
|
* @example Two Column Hero Layout - <sqm-hero background="https://images.unsplash.com/photo-1599676821464-3555954838dc?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1939&q=80" min-height="0" columns="2" padding-size="large" wrap-direction="wrap" secondary-background="lightgrey"><h1>Primary Column Content</h1><h1 slot="secondary-column">Secondary Column Content</h1></sqm-hero>
|
|
5
6
|
* @exampleGroup Layout
|
|
@@ -17,5 +17,6 @@ export interface HeroImageViewProps {
|
|
|
17
17
|
paddingImage?: Spacing;
|
|
18
18
|
imagePos: "left" | "center" | "right";
|
|
19
19
|
imageMobilePos: "top" | "bottom";
|
|
20
|
+
buttonType?: "primary" | "secondary";
|
|
20
21
|
}
|
|
21
22
|
export declare function HeroImageView(props: HeroImageViewProps, children: VNode): any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Spacing } from "../../global/mixins";
|
|
2
2
|
/**
|
|
3
3
|
* @uiName Hero Image
|
|
4
|
+
* @validParents ["sqm-portal-container","sqm-brand", "div"]
|
|
4
5
|
* @exampleGroup Common Components
|
|
5
6
|
* @example Two Column Hero Image - <sqm-hero-image image-url="https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png" header="MyCompany Rewards" description="Refer a friend and earn up to $1200 in rewards" layout="columns" image-pos="right" background-color="#F9F9F9"></sqm-hero-image>
|
|
6
7
|
* @example Overlay Hero Image - <sqm-hero-image image-url="https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png" header="MyCompany Rewards" description="Refer a friend and earn up to $1200 in rewards" layout="overlay" image-pos="center" background-color="#F9F9F9" button-link="https://www.example.com" button-new-tab button-text="Earn!" image-percentage="45" overlay-opacity=".5" padding-image="small" padding-text="xxxx-large"></sqm-hero-image>
|
|
@@ -16,22 +17,26 @@ export declare class HeroImage {
|
|
|
16
17
|
* @uiName Overlay color
|
|
17
18
|
* @uiWidget color
|
|
18
19
|
* @format color
|
|
20
|
+
* @uiGroup Style
|
|
19
21
|
*/
|
|
20
22
|
overlayColor?: string;
|
|
21
23
|
/**
|
|
22
24
|
* @uiName Overlay opacity
|
|
25
|
+
* @uiGroup Style
|
|
23
26
|
*/
|
|
24
27
|
overlayOpacity: string;
|
|
25
28
|
/**
|
|
26
29
|
* @uiName Text color
|
|
27
30
|
* @uiWidget color
|
|
28
31
|
* @format color
|
|
32
|
+
* @uiGroup Style
|
|
29
33
|
*/
|
|
30
34
|
textColor?: string;
|
|
31
35
|
/**
|
|
32
36
|
* @uiName Background color
|
|
33
37
|
* @uiWidget color
|
|
34
38
|
* @format color
|
|
39
|
+
* @uiGroup Style
|
|
35
40
|
*/
|
|
36
41
|
backgroundColor?: string;
|
|
37
42
|
/**
|
|
@@ -39,11 +44,13 @@ export declare class HeroImage {
|
|
|
39
44
|
* @uiType string
|
|
40
45
|
* @uiEnum ["overlay", "columns"]
|
|
41
46
|
* @uiEnumNames ["Overlay", "Two-column"]
|
|
47
|
+
* @uiGroup Style
|
|
42
48
|
*/
|
|
43
49
|
layout: "overlay" | "columns";
|
|
44
50
|
/**
|
|
45
51
|
* @uiName Image percentage
|
|
46
52
|
* @uiType number
|
|
53
|
+
* @uiGroup Style
|
|
47
54
|
*/
|
|
48
55
|
imagePercentage: number;
|
|
49
56
|
/**
|
|
@@ -51,6 +58,7 @@ export declare class HeroImage {
|
|
|
51
58
|
* @uiType string
|
|
52
59
|
* @uiEnum ["left", "center", "right"]
|
|
53
60
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
61
|
+
* @uiGroup Style
|
|
54
62
|
*/
|
|
55
63
|
imagePos: "left" | "center" | "right";
|
|
56
64
|
/**
|
|
@@ -58,6 +66,7 @@ export declare class HeroImage {
|
|
|
58
66
|
* @uiType string
|
|
59
67
|
* @uiEnum ["top", "bottom"]
|
|
60
68
|
* @uiEnumNames ["Top", "Bottom"]
|
|
69
|
+
* @uiGroup Style
|
|
61
70
|
*/
|
|
62
71
|
imageMobilePos: "top" | "bottom";
|
|
63
72
|
/**
|
|
@@ -87,6 +96,7 @@ export declare class HeroImage {
|
|
|
87
96
|
* @uiType string
|
|
88
97
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
89
98
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
99
|
+
* @uiGroup Style
|
|
90
100
|
*/
|
|
91
101
|
paddingText: Spacing;
|
|
92
102
|
/**
|
|
@@ -94,8 +104,18 @@ export declare class HeroImage {
|
|
|
94
104
|
* @uiType string
|
|
95
105
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
96
106
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
107
|
+
* @uiGroup Style
|
|
97
108
|
*/
|
|
98
109
|
paddingImage: Spacing;
|
|
110
|
+
/**
|
|
111
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
112
|
+
* @uiName Button Type
|
|
113
|
+
* @uiType string
|
|
114
|
+
* @uiEnum ["primary", "secondary"]
|
|
115
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
116
|
+
* @uiGroup Style
|
|
117
|
+
*/
|
|
118
|
+
buttonType?: "primary" | "secondary";
|
|
99
119
|
constructor();
|
|
100
120
|
disconnectedCallback(): void;
|
|
101
121
|
render(): any;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @uiName Image
|
|
3
|
+
* @validParents ["sqm-brand","div","sqm-portal-container","sqm-divided-layout","sqm-titled-section", "sqb-program-section", "sqb-conditional-section"]
|
|
3
4
|
* @exampleGroup Common Components
|
|
4
5
|
* @example Image - <sqm-image image-url="https://res.cloudinary.com/saasquatch/image/upload/v1644000259/squatch-assets/tn47wOj.png" alignment="center"></sqm-image>
|
|
5
6
|
*/
|
package/dist/types/components/sqm-instant-access-registration/sqm-instant-access-registration.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { DemoData } from "../../global/demo";
|
|
|
2
2
|
import { EmailRegistrationViewProps } from "../views/email-registration-view";
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Instant Access Registration
|
|
5
|
+
* @validParents ["sqm-portal-container","div","sqm-hero","template", "sqb-program-section", "sqb-conditional-section"]
|
|
5
6
|
* @compatibility Built for instant access
|
|
6
7
|
* @exampleGroup Instant Access
|
|
7
8
|
* @example Instant Access Registration - <sqm-instant-access-registration></sqm-instant-access-registration>
|
|
@@ -11,6 +11,7 @@ export declare const Essentials: () => any;
|
|
|
11
11
|
export declare const One: () => any;
|
|
12
12
|
export declare const Five: () => any;
|
|
13
13
|
export declare const ReferralLeaderboard: () => any;
|
|
14
|
+
export declare const ReferralLeaderboardWithCustomStyles: () => any;
|
|
14
15
|
export declare const ReferralLeaderboardWithMaxWidth: () => any;
|
|
15
16
|
export declare const PointsLeaderboard: () => any;
|
|
16
17
|
export declare const TenWithRank: () => any;
|
|
@@ -11,10 +11,16 @@ export interface LeaderboardViewProps {
|
|
|
11
11
|
showRank?: boolean;
|
|
12
12
|
hideViewer?: boolean;
|
|
13
13
|
viewingUserText?: string;
|
|
14
|
+
viewingUserHighlightColor?: string;
|
|
15
|
+
viewingUserHighlightTextColor?: string;
|
|
14
16
|
hideNames?: boolean;
|
|
15
17
|
anonymousUser?: string;
|
|
16
18
|
rankSuffix?: string;
|
|
17
19
|
width?: string;
|
|
20
|
+
background?: string;
|
|
21
|
+
borderColor?: string;
|
|
22
|
+
textColor?: string;
|
|
23
|
+
borderRadius?: number;
|
|
18
24
|
};
|
|
19
25
|
};
|
|
20
26
|
data: {
|
|
@@ -2,6 +2,7 @@ import { DemoData } from "../../global/demo";
|
|
|
2
2
|
import { LeaderboardViewProps } from "./sqm-leaderboard-view";
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Leaderboard
|
|
5
|
+
* @validParents ["sqm-portal-container","div","sqm-hero","sqm-instant-access-registration","sqm-brand","sqb-program-section","sqb-conditional-section"]
|
|
5
6
|
* @slots [{"name":"empty", "title":"Empty State"}]
|
|
6
7
|
* @requiredFeatures ["LEADERBOARDS"]
|
|
7
8
|
* @exampleGroup Leaderboard
|
|
@@ -48,13 +49,6 @@ export declare class Leaderboard {
|
|
|
48
49
|
* @uiName Rank Suffix
|
|
49
50
|
*/
|
|
50
51
|
rankSuffix: string;
|
|
51
|
-
/**
|
|
52
|
-
* Hide the viewer's leaderboard row if not in the top results.
|
|
53
|
-
*
|
|
54
|
-
* @uiName Hide viewing user
|
|
55
|
-
* @default
|
|
56
|
-
*/
|
|
57
|
-
hideViewer: boolean;
|
|
58
52
|
/**
|
|
59
53
|
* @uiName Viewing user text
|
|
60
54
|
*/
|
|
@@ -98,6 +92,54 @@ export declare class Leaderboard {
|
|
|
98
92
|
* @uiName Maximum rows number
|
|
99
93
|
*/
|
|
100
94
|
maxRows: number;
|
|
95
|
+
/**
|
|
96
|
+
* Hide the viewer's leaderboard row if not in the top results.
|
|
97
|
+
*
|
|
98
|
+
* @uiName Hide viewing user
|
|
99
|
+
* @default
|
|
100
|
+
*/
|
|
101
|
+
hideViewer: boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Changes the background color of the viewing user row in the leaderboard.
|
|
104
|
+
* @uiName Viewing User Highlight Color
|
|
105
|
+
* @uiWidget color
|
|
106
|
+
* @uiGroup Style
|
|
107
|
+
*/
|
|
108
|
+
viewingUserHighlightColor?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Changes the text color of the viewing user row in the leaderboard.
|
|
111
|
+
* @uiName Viewing User Text Color
|
|
112
|
+
* @uiWidget color
|
|
113
|
+
* @uiGroup Style
|
|
114
|
+
*/
|
|
115
|
+
viewingUserHighlightTextColor?: string;
|
|
116
|
+
/**
|
|
117
|
+
* Changes the background color of the leaderboard.
|
|
118
|
+
* @uiName Background Color
|
|
119
|
+
* @uiWidget color
|
|
120
|
+
* @uiGroup Style
|
|
121
|
+
*/
|
|
122
|
+
background?: string;
|
|
123
|
+
/**
|
|
124
|
+
* Changes the border color of the table rows.
|
|
125
|
+
* @uiName Border Color
|
|
126
|
+
* @uiWidget color
|
|
127
|
+
* @uiGroup Style
|
|
128
|
+
*/
|
|
129
|
+
borderColor?: string;
|
|
130
|
+
/**
|
|
131
|
+
* Text color of the leaderboard.
|
|
132
|
+
* @uiName Text Color
|
|
133
|
+
* @uiWidget color
|
|
134
|
+
* @uiGroup Style
|
|
135
|
+
*/
|
|
136
|
+
textColor?: string;
|
|
137
|
+
/**
|
|
138
|
+
* Leaderboard border radius in pixels.
|
|
139
|
+
* @uiName Border Radius
|
|
140
|
+
* @uiGroup Style
|
|
141
|
+
*/
|
|
142
|
+
borderRadius?: number;
|
|
101
143
|
/**
|
|
102
144
|
* @undocumented
|
|
103
145
|
* @uiType object
|
|
@@ -16,6 +16,12 @@ export interface LeaderboardProps {
|
|
|
16
16
|
maxRows: number;
|
|
17
17
|
programId?: string;
|
|
18
18
|
interval: string;
|
|
19
|
+
viewingUserHighlightColor?: string;
|
|
20
|
+
viewingUserHighlightTextColor?: string;
|
|
21
|
+
background?: string;
|
|
22
|
+
borderColor?: string;
|
|
23
|
+
textColor?: string;
|
|
24
|
+
borderRadius?: number;
|
|
19
25
|
empty: VNode;
|
|
20
26
|
demoProps?: LeaderboardViewProps;
|
|
21
27
|
}
|
|
@@ -2,6 +2,7 @@ import { NavigationMenuViewProps } from "./sqm-navigation-menu-view";
|
|
|
2
2
|
import { DemoData } from "../../global/demo";
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Navigation Menu
|
|
5
|
+
* @validParents ["sqm-portal-container","div","sqm-brand","sqm-divided-layout"]
|
|
5
6
|
*/
|
|
6
7
|
export declare class NavigationMenu {
|
|
7
8
|
ignored: boolean;
|
|
@@ -2,5 +2,6 @@ import { VNode } from "../../stencil-public-runtime";
|
|
|
2
2
|
export interface NavigationSidebarViewProps {
|
|
3
3
|
checked?: boolean;
|
|
4
4
|
onClick?: (e: MouseEvent) => void;
|
|
5
|
+
mobileMenuColor?: string;
|
|
5
6
|
}
|
|
6
7
|
export declare function NavigationSidebarView(props: NavigationSidebarViewProps, children: VNode): any;
|
|
@@ -1,9 +1,25 @@
|
|
|
1
|
+
import { NavigationSidebarViewProps } from "./sqm-navigation-sidebar-view";
|
|
2
|
+
import { DemoData } from "../../global/demo";
|
|
1
3
|
/**
|
|
2
4
|
* @uiName Microsite Sidebar
|
|
5
|
+
* @validParents ["div","sqm-divided-layout","template","sqm-portal-container","sqm-brand"]
|
|
6
|
+
* @validChildren ["sqm-navigation-sidebar-item"]
|
|
3
7
|
* @slots [{"name":"", "title":"Sidebar Content"}]
|
|
4
8
|
*/
|
|
5
9
|
export declare class NavigationSidebar {
|
|
6
10
|
ignored: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* @uiName Text color
|
|
13
|
+
* @uiWidget color
|
|
14
|
+
* @format color
|
|
15
|
+
* @uiGroup Style
|
|
16
|
+
*/
|
|
17
|
+
mobileMenuColor?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @undocumented
|
|
20
|
+
* @uiType object
|
|
21
|
+
*/
|
|
22
|
+
demoData?: DemoData<NavigationSidebarViewProps>;
|
|
7
23
|
constructor();
|
|
8
24
|
disconnectedCallback(): void;
|
|
9
25
|
render(): any;
|
package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.d.ts
CHANGED
|
@@ -7,5 +7,13 @@ export interface NavigationSidebarItemViewProps {
|
|
|
7
7
|
icon: string;
|
|
8
8
|
path: string;
|
|
9
9
|
};
|
|
10
|
+
backgroundColor?: string;
|
|
11
|
+
backgroundHoverColor?: string;
|
|
12
|
+
textColor?: string;
|
|
13
|
+
textHoverColor?: string;
|
|
14
|
+
borderRadius?: number;
|
|
15
|
+
backgroundFocusedColor?: string;
|
|
16
|
+
textFocusedColor?: string;
|
|
17
|
+
padding?: string;
|
|
10
18
|
}
|
|
11
19
|
export declare function NavigationSidebarItemView(props: NavigationSidebarItemViewProps): any;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { NavigationSidebarItemViewProps } from "./sqm-navigation-sidebar-item-view";
|
|
3
|
+
import { Spacing } from "../../global/mixins";
|
|
3
4
|
/**
|
|
4
5
|
* @uiName Microsite Sidebar Item
|
|
5
6
|
* @validParents ["sqm-navigation-sidebar"]
|
|
@@ -16,12 +17,68 @@ export declare class NavigationSidebarItem {
|
|
|
16
17
|
* Options available at https://shoelace.style/components/icon
|
|
17
18
|
*
|
|
18
19
|
* @uiName Icon
|
|
20
|
+
* @uiGroup Style
|
|
19
21
|
*/
|
|
20
22
|
icon: string;
|
|
21
23
|
/**
|
|
22
24
|
* @uiName Label
|
|
23
25
|
*/
|
|
24
26
|
label: string;
|
|
27
|
+
/**
|
|
28
|
+
* Background color of the nav item
|
|
29
|
+
* @uiName Background Color
|
|
30
|
+
* @uiWidget color
|
|
31
|
+
* @uiGroup Style
|
|
32
|
+
*/
|
|
33
|
+
backgroundColor?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Background color of the nav item when hovered
|
|
36
|
+
* @uiName Background Hover Color
|
|
37
|
+
* @uiWidget color
|
|
38
|
+
* @uiGroup Style
|
|
39
|
+
*/
|
|
40
|
+
backgroundHoverColor?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Background color of the nav item when focused
|
|
43
|
+
* @uiName Background Focused Color
|
|
44
|
+
* @uiWidget color
|
|
45
|
+
* @uiGroup Style
|
|
46
|
+
*/
|
|
47
|
+
backgroundFocusedColor?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Text color of the nav item
|
|
50
|
+
* @uiName Text Color
|
|
51
|
+
* @uiWidget color
|
|
52
|
+
* @uiGroup Style
|
|
53
|
+
*/
|
|
54
|
+
textColor?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Text color of the nav item when hovered
|
|
57
|
+
* @uiName Text Hover Color
|
|
58
|
+
* @uiWidget color
|
|
59
|
+
* @uiGroup Style
|
|
60
|
+
*/
|
|
61
|
+
textHoverColor?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Text color of the nav item when items is focused
|
|
64
|
+
* @uiName Text Focused Color
|
|
65
|
+
* @uiWidget color
|
|
66
|
+
* @uiGroup Style
|
|
67
|
+
*/
|
|
68
|
+
textFocusedColor?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Border radius (in number of pixels)
|
|
71
|
+
* @uiName Border Radius
|
|
72
|
+
* @uiGroup Style
|
|
73
|
+
*/
|
|
74
|
+
borderRadius?: number;
|
|
75
|
+
/**
|
|
76
|
+
* @uiName Padding
|
|
77
|
+
* @uiType string
|
|
78
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
79
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
80
|
+
*/
|
|
81
|
+
padding?: Spacing;
|
|
25
82
|
/**
|
|
26
83
|
* @undocumented
|
|
27
84
|
* @uiType object
|
|
@@ -11,6 +11,15 @@ export declare class Pagination {
|
|
|
11
11
|
* @uiName Pagination text
|
|
12
12
|
*/
|
|
13
13
|
paginationText: string;
|
|
14
|
+
/**
|
|
15
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
16
|
+
* @uiName Button Type
|
|
17
|
+
* @uiType string
|
|
18
|
+
* @uiEnum ["primary", "secondary"]
|
|
19
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
20
|
+
* @uiGroup Style
|
|
21
|
+
*/
|
|
22
|
+
buttonType?: "primary" | "secondary";
|
|
14
23
|
/**
|
|
15
24
|
* @undocumented
|
|
16
25
|
* @uiType object
|
|
@@ -2,6 +2,7 @@ import { PortalChangePasswordViewProps } from "./sqm-portal-change-password-view
|
|
|
2
2
|
import { DemoData } from "../../global/demo";
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Microsite Password Change
|
|
5
|
+
* @validParents ["sqm-portal-container","div","sqm-divided-layout","sqm-brand"]
|
|
5
6
|
*/
|
|
6
7
|
export declare class PortalChangePassword {
|
|
7
8
|
ignored: boolean;
|