@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
|
@@ -27,6 +27,7 @@ import { LeaderboardRankViewProps } from "./components/sqm-leaderboard-rank/sqm-
|
|
|
27
27
|
import { CopyTextViewProps } from "./components/views/copy-text-view";
|
|
28
28
|
import { NameFieldsViewProps } from "./components/sqm-name-fields/sqm-name-fields-view";
|
|
29
29
|
import { NavigationMenuViewProps } from "./components/sqm-navigation-menu/sqm-navigation-menu-view";
|
|
30
|
+
import { NavigationSidebarViewProps } from "./components/sqm-navigation-sidebar/sqm-navigation-sidebar-view";
|
|
30
31
|
import { NavigationSidebarItemViewProps } from "./components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view";
|
|
31
32
|
import { UsePagination } from "./components/sqm-pagination/usePagination";
|
|
32
33
|
import { PasswordFieldViewDemoProps } from "./components/sqm-password-field/sqm-password-field";
|
|
@@ -340,6 +341,7 @@ export namespace Components {
|
|
|
340
341
|
* @uiType string
|
|
341
342
|
* @uiEnum ["left", "right", "center"]
|
|
342
343
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
344
|
+
* @uiGroup Style
|
|
343
345
|
*/
|
|
344
346
|
"alignment"?: "left" | "right" | "center";
|
|
345
347
|
/**
|
|
@@ -347,10 +349,26 @@ export namespace Components {
|
|
|
347
349
|
* @uiType object
|
|
348
350
|
*/
|
|
349
351
|
"demoData"?: DemoData<BigStatViewProps>;
|
|
352
|
+
/**
|
|
353
|
+
* Font size of the description text in pixels
|
|
354
|
+
* @uiName Description font size
|
|
355
|
+
* @uiGroup Style
|
|
356
|
+
*/
|
|
357
|
+
"descriptionFontSize"?: number;
|
|
358
|
+
/**
|
|
359
|
+
* Color of the description text
|
|
360
|
+
* @uiName Description text color
|
|
361
|
+
* @uiWidget color
|
|
362
|
+
* @uiType string
|
|
363
|
+
* @format color
|
|
364
|
+
* @uiGroup Style
|
|
365
|
+
*/
|
|
366
|
+
"descriptionTextColor"?: string;
|
|
350
367
|
/**
|
|
351
368
|
* Controls the order of the stat value & description column
|
|
352
369
|
* @uiName Flex reverse
|
|
353
|
-
* @default
|
|
370
|
+
* @default
|
|
371
|
+
* @uiGroup Style
|
|
354
372
|
*/
|
|
355
373
|
"flexReverse"?: boolean;
|
|
356
374
|
/**
|
|
@@ -359,6 +377,30 @@ export namespace Components {
|
|
|
359
377
|
* @uiWidget programSelector
|
|
360
378
|
*/
|
|
361
379
|
"programId"?: string;
|
|
380
|
+
/**
|
|
381
|
+
* Font size of the stat text in pixels
|
|
382
|
+
* @uiName Stat font size
|
|
383
|
+
* @uiType string
|
|
384
|
+
* @uiGroup Style
|
|
385
|
+
*/
|
|
386
|
+
"statFontSize"?: number;
|
|
387
|
+
/**
|
|
388
|
+
* Font weight of the stat text
|
|
389
|
+
* @uiName Stat font weight
|
|
390
|
+
* @uiGroup Style
|
|
391
|
+
* @uiEnum [100, 200, 300, 400, 500, 600, 700, 800, 900]
|
|
392
|
+
* @uiEnumNames ["Thin", "Extra Light", "Light", "Normal", "Medium", "Semi Bold", "Bold", "Extra Bold", "Heavy"]
|
|
393
|
+
*/
|
|
394
|
+
"statFontWeight"?: number;
|
|
395
|
+
/**
|
|
396
|
+
* Color of the stat text
|
|
397
|
+
* @uiName Stat text color
|
|
398
|
+
* @uiWidget color
|
|
399
|
+
* @uiType string
|
|
400
|
+
* @format color
|
|
401
|
+
* @uiGroup Style
|
|
402
|
+
*/
|
|
403
|
+
"statTextColor"?: string;
|
|
362
404
|
/**
|
|
363
405
|
* Select what type of stat to display. Manual paths are also supported.
|
|
364
406
|
* @uiWidget statTypeSelectWidget
|
|
@@ -489,14 +531,47 @@ export namespace Components {
|
|
|
489
531
|
"contextName": string;
|
|
490
532
|
}
|
|
491
533
|
interface SqmCouponCode {
|
|
534
|
+
/**
|
|
535
|
+
* Background color of share link container
|
|
536
|
+
* @uiName Background color
|
|
537
|
+
* @uiWidget color
|
|
538
|
+
* @format color
|
|
539
|
+
* @uiGroup Style
|
|
540
|
+
*/
|
|
541
|
+
"backgroundColor"?: string;
|
|
542
|
+
/**
|
|
543
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
544
|
+
* @uiName Border color
|
|
545
|
+
* @uiWidget color
|
|
546
|
+
* @format color
|
|
547
|
+
* @uiGroup Style
|
|
548
|
+
*/
|
|
549
|
+
"borderColor"?: string;
|
|
550
|
+
/**
|
|
551
|
+
* The border radius on the share link container (in pixels)
|
|
552
|
+
* @uiName Border Radius
|
|
553
|
+
* @uiType number
|
|
554
|
+
* @uiGroup Style
|
|
555
|
+
*/
|
|
556
|
+
"borderRadius"?: string;
|
|
492
557
|
/**
|
|
493
558
|
* Set the copy button style and placement.
|
|
494
559
|
* @uiName Style
|
|
495
560
|
* @uiType string
|
|
496
561
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
497
562
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
563
|
+
* @uiGroup Style
|
|
498
564
|
*/
|
|
499
565
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
566
|
+
/**
|
|
567
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
568
|
+
* @uiName Button Type
|
|
569
|
+
* @uiType string
|
|
570
|
+
* @uiEnum ["primary", "secondary"]
|
|
571
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
572
|
+
* @uiGroup Style
|
|
573
|
+
*/
|
|
574
|
+
"buttonType"?: "primary" | "secondary";
|
|
500
575
|
/**
|
|
501
576
|
* Display this message when the coupon code has been cancelled.
|
|
502
577
|
* @uiWidget textArea
|
|
@@ -569,8 +644,17 @@ export namespace Components {
|
|
|
569
644
|
* @uiType string
|
|
570
645
|
* @uiEnum ["left", "center", "right"]
|
|
571
646
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
647
|
+
* @uiGroup Style
|
|
572
648
|
*/
|
|
573
649
|
"textAlign"?: "left" | "center" | "right";
|
|
650
|
+
/**
|
|
651
|
+
* Color of the text and copy icon
|
|
652
|
+
* @uiName Text color
|
|
653
|
+
* @uiWidget color
|
|
654
|
+
* @format color
|
|
655
|
+
* @uiGroup Style
|
|
656
|
+
*/
|
|
657
|
+
"textColor"?: string;
|
|
574
658
|
/**
|
|
575
659
|
* The number of milliseconds that the tooltip appears for
|
|
576
660
|
* @uiName Tooltip lifespan
|
|
@@ -583,6 +667,12 @@ export namespace Components {
|
|
|
583
667
|
"tooltiptext": string;
|
|
584
668
|
}
|
|
585
669
|
interface SqmDividedLayout {
|
|
670
|
+
/**
|
|
671
|
+
* Background color of the divider
|
|
672
|
+
* @uiName Divider Background Color
|
|
673
|
+
* @uiWidget color
|
|
674
|
+
*/
|
|
675
|
+
"backgroundColor"?: string;
|
|
586
676
|
/**
|
|
587
677
|
* Overrides max-width of content area
|
|
588
678
|
* @uiName Content Area Width
|
|
@@ -936,6 +1026,7 @@ export namespace Components {
|
|
|
936
1026
|
* @uiName Background color
|
|
937
1027
|
* @uiWidget color
|
|
938
1028
|
* @format color
|
|
1029
|
+
* @uiGroup Style
|
|
939
1030
|
*/
|
|
940
1031
|
"backgroundColor"?: string;
|
|
941
1032
|
/**
|
|
@@ -951,6 +1042,15 @@ export namespace Components {
|
|
|
951
1042
|
* @uiName Button text
|
|
952
1043
|
*/
|
|
953
1044
|
"buttonText"?: string;
|
|
1045
|
+
/**
|
|
1046
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
1047
|
+
* @uiName Button Type
|
|
1048
|
+
* @uiType string
|
|
1049
|
+
* @uiEnum ["primary", "secondary"]
|
|
1050
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
1051
|
+
* @uiGroup Style
|
|
1052
|
+
*/
|
|
1053
|
+
"buttonType"?: "primary" | "secondary";
|
|
954
1054
|
/**
|
|
955
1055
|
* @uiName Description
|
|
956
1056
|
* @uiWidget textArea
|
|
@@ -965,11 +1065,13 @@ export namespace Components {
|
|
|
965
1065
|
* @uiType string
|
|
966
1066
|
* @uiEnum ["top", "bottom"]
|
|
967
1067
|
* @uiEnumNames ["Top", "Bottom"]
|
|
1068
|
+
* @uiGroup Style
|
|
968
1069
|
*/
|
|
969
1070
|
"imageMobilePos": "top" | "bottom";
|
|
970
1071
|
/**
|
|
971
1072
|
* @uiName Image percentage
|
|
972
1073
|
* @uiType number
|
|
1074
|
+
* @uiGroup Style
|
|
973
1075
|
*/
|
|
974
1076
|
"imagePercentage": number;
|
|
975
1077
|
/**
|
|
@@ -977,6 +1079,7 @@ export namespace Components {
|
|
|
977
1079
|
* @uiType string
|
|
978
1080
|
* @uiEnum ["left", "center", "right"]
|
|
979
1081
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
1082
|
+
* @uiGroup Style
|
|
980
1083
|
*/
|
|
981
1084
|
"imagePos": "left" | "center" | "right";
|
|
982
1085
|
/**
|
|
@@ -990,16 +1093,19 @@ export namespace Components {
|
|
|
990
1093
|
* @uiType string
|
|
991
1094
|
* @uiEnum ["overlay", "columns"]
|
|
992
1095
|
* @uiEnumNames ["Overlay", "Two-column"]
|
|
1096
|
+
* @uiGroup Style
|
|
993
1097
|
*/
|
|
994
1098
|
"layout": "overlay" | "columns";
|
|
995
1099
|
/**
|
|
996
1100
|
* @uiName Overlay color
|
|
997
1101
|
* @uiWidget color
|
|
998
1102
|
* @format color
|
|
1103
|
+
* @uiGroup Style
|
|
999
1104
|
*/
|
|
1000
1105
|
"overlayColor"?: string;
|
|
1001
1106
|
/**
|
|
1002
1107
|
* @uiName Overlay opacity
|
|
1108
|
+
* @uiGroup Style
|
|
1003
1109
|
*/
|
|
1004
1110
|
"overlayOpacity": string;
|
|
1005
1111
|
/**
|
|
@@ -1007,6 +1113,7 @@ export namespace Components {
|
|
|
1007
1113
|
* @uiType string
|
|
1008
1114
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1009
1115
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1116
|
+
* @uiGroup Style
|
|
1010
1117
|
*/
|
|
1011
1118
|
"paddingImage": Spacing;
|
|
1012
1119
|
/**
|
|
@@ -1014,12 +1121,14 @@ export namespace Components {
|
|
|
1014
1121
|
* @uiType string
|
|
1015
1122
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1016
1123
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1124
|
+
* @uiGroup Style
|
|
1017
1125
|
*/
|
|
1018
1126
|
"paddingText": Spacing;
|
|
1019
1127
|
/**
|
|
1020
1128
|
* @uiName Text color
|
|
1021
1129
|
* @uiWidget color
|
|
1022
1130
|
* @format color
|
|
1131
|
+
* @uiGroup Style
|
|
1023
1132
|
*/
|
|
1024
1133
|
"textColor"?: string;
|
|
1025
1134
|
}
|
|
@@ -1441,6 +1550,26 @@ export namespace Components {
|
|
|
1441
1550
|
* @uiName Unknown user text
|
|
1442
1551
|
*/
|
|
1443
1552
|
"anonymousUser": string;
|
|
1553
|
+
/**
|
|
1554
|
+
* Changes the background color of the leaderboard.
|
|
1555
|
+
* @uiName Background Color
|
|
1556
|
+
* @uiWidget color
|
|
1557
|
+
* @uiGroup Style
|
|
1558
|
+
*/
|
|
1559
|
+
"background"?: string;
|
|
1560
|
+
/**
|
|
1561
|
+
* Changes the border color of the table rows.
|
|
1562
|
+
* @uiName Border Color
|
|
1563
|
+
* @uiWidget color
|
|
1564
|
+
* @uiGroup Style
|
|
1565
|
+
*/
|
|
1566
|
+
"borderColor"?: string;
|
|
1567
|
+
/**
|
|
1568
|
+
* Leaderboard border radius in pixels.
|
|
1569
|
+
* @uiName Border Radius
|
|
1570
|
+
* @uiGroup Style
|
|
1571
|
+
*/
|
|
1572
|
+
"borderRadius"?: number;
|
|
1444
1573
|
/**
|
|
1445
1574
|
* @undocumented
|
|
1446
1575
|
* @uiType object
|
|
@@ -1509,10 +1638,31 @@ export namespace Components {
|
|
|
1509
1638
|
* @uiName Stats column heading
|
|
1510
1639
|
*/
|
|
1511
1640
|
"statsheading": string;
|
|
1641
|
+
/**
|
|
1642
|
+
* Text color of the leaderboard.
|
|
1643
|
+
* @uiName Text Color
|
|
1644
|
+
* @uiWidget color
|
|
1645
|
+
* @uiGroup Style
|
|
1646
|
+
*/
|
|
1647
|
+
"textColor"?: string;
|
|
1512
1648
|
/**
|
|
1513
1649
|
* @uiName User column heading
|
|
1514
1650
|
*/
|
|
1515
1651
|
"usersheading": string;
|
|
1652
|
+
/**
|
|
1653
|
+
* Changes the background color of the viewing user row in the leaderboard.
|
|
1654
|
+
* @uiName Viewing User Highlight Color
|
|
1655
|
+
* @uiWidget color
|
|
1656
|
+
* @uiGroup Style
|
|
1657
|
+
*/
|
|
1658
|
+
"viewingUserHighlightColor"?: string;
|
|
1659
|
+
/**
|
|
1660
|
+
* Changes the text color of the viewing user row in the leaderboard.
|
|
1661
|
+
* @uiName Viewing User Text Color
|
|
1662
|
+
* @uiWidget color
|
|
1663
|
+
* @uiGroup Style
|
|
1664
|
+
*/
|
|
1665
|
+
"viewingUserHighlightTextColor"?: string;
|
|
1516
1666
|
/**
|
|
1517
1667
|
* @uiName Viewing user text
|
|
1518
1668
|
*/
|
|
@@ -1655,8 +1805,47 @@ export namespace Components {
|
|
|
1655
1805
|
"menuLabel": string;
|
|
1656
1806
|
}
|
|
1657
1807
|
interface SqmNavigationSidebar {
|
|
1808
|
+
/**
|
|
1809
|
+
* @undocumented
|
|
1810
|
+
* @uiType object
|
|
1811
|
+
*/
|
|
1812
|
+
"demoData"?: DemoData<NavigationSidebarViewProps>;
|
|
1813
|
+
/**
|
|
1814
|
+
* @uiName Text color
|
|
1815
|
+
* @uiWidget color
|
|
1816
|
+
* @format color
|
|
1817
|
+
* @uiGroup Style
|
|
1818
|
+
*/
|
|
1819
|
+
"mobileMenuColor"?: string;
|
|
1658
1820
|
}
|
|
1659
1821
|
interface SqmNavigationSidebarItem {
|
|
1822
|
+
/**
|
|
1823
|
+
* Background color of the nav item
|
|
1824
|
+
* @uiName Background Color
|
|
1825
|
+
* @uiWidget color
|
|
1826
|
+
* @uiGroup Style
|
|
1827
|
+
*/
|
|
1828
|
+
"backgroundColor"?: string;
|
|
1829
|
+
/**
|
|
1830
|
+
* Background color of the nav item when focused
|
|
1831
|
+
* @uiName Background Focused Color
|
|
1832
|
+
* @uiWidget color
|
|
1833
|
+
* @uiGroup Style
|
|
1834
|
+
*/
|
|
1835
|
+
"backgroundFocusedColor"?: string;
|
|
1836
|
+
/**
|
|
1837
|
+
* Background color of the nav item when hovered
|
|
1838
|
+
* @uiName Background Hover Color
|
|
1839
|
+
* @uiWidget color
|
|
1840
|
+
* @uiGroup Style
|
|
1841
|
+
*/
|
|
1842
|
+
"backgroundHoverColor"?: string;
|
|
1843
|
+
/**
|
|
1844
|
+
* Border radius (in number of pixels)
|
|
1845
|
+
* @uiName Border Radius
|
|
1846
|
+
* @uiGroup Style
|
|
1847
|
+
*/
|
|
1848
|
+
"borderRadius"?: number;
|
|
1660
1849
|
/**
|
|
1661
1850
|
* @undocumented
|
|
1662
1851
|
* @uiType object
|
|
@@ -1665,19 +1854,57 @@ export namespace Components {
|
|
|
1665
1854
|
/**
|
|
1666
1855
|
* Options available at https://shoelace.style/components/icon
|
|
1667
1856
|
* @uiName Icon
|
|
1857
|
+
* @uiGroup Style
|
|
1668
1858
|
*/
|
|
1669
1859
|
"icon": string;
|
|
1670
1860
|
/**
|
|
1671
1861
|
* @uiName Label
|
|
1672
1862
|
*/
|
|
1673
1863
|
"label": string;
|
|
1864
|
+
/**
|
|
1865
|
+
* @uiName Padding
|
|
1866
|
+
* @uiType string
|
|
1867
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1868
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1869
|
+
*/
|
|
1870
|
+
"padding"?: Spacing;
|
|
1674
1871
|
/**
|
|
1675
1872
|
* @uiName Navigation path
|
|
1676
1873
|
* @uiWidget pageSelect
|
|
1677
1874
|
*/
|
|
1678
1875
|
"path": string;
|
|
1876
|
+
/**
|
|
1877
|
+
* Text color of the nav item
|
|
1878
|
+
* @uiName Text Color
|
|
1879
|
+
* @uiWidget color
|
|
1880
|
+
* @uiGroup Style
|
|
1881
|
+
*/
|
|
1882
|
+
"textColor"?: string;
|
|
1883
|
+
/**
|
|
1884
|
+
* Text color of the nav item when items is focused
|
|
1885
|
+
* @uiName Text Focused Color
|
|
1886
|
+
* @uiWidget color
|
|
1887
|
+
* @uiGroup Style
|
|
1888
|
+
*/
|
|
1889
|
+
"textFocusedColor"?: string;
|
|
1890
|
+
/**
|
|
1891
|
+
* Text color of the nav item when hovered
|
|
1892
|
+
* @uiName Text Hover Color
|
|
1893
|
+
* @uiWidget color
|
|
1894
|
+
* @uiGroup Style
|
|
1895
|
+
*/
|
|
1896
|
+
"textHoverColor"?: string;
|
|
1679
1897
|
}
|
|
1680
1898
|
interface SqmPagination {
|
|
1899
|
+
/**
|
|
1900
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
1901
|
+
* @uiName Button Type
|
|
1902
|
+
* @uiType string
|
|
1903
|
+
* @uiEnum ["primary", "secondary"]
|
|
1904
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
1905
|
+
* @uiGroup Style
|
|
1906
|
+
*/
|
|
1907
|
+
"buttonType"?: "primary" | "secondary";
|
|
1681
1908
|
/**
|
|
1682
1909
|
* @undocumented
|
|
1683
1910
|
* @uiType object
|
|
@@ -2224,6 +2451,12 @@ export namespace Components {
|
|
|
2224
2451
|
"successAlertText": string;
|
|
2225
2452
|
}
|
|
2226
2453
|
interface SqmPortalFrame {
|
|
2454
|
+
/**
|
|
2455
|
+
* @uiName Background color
|
|
2456
|
+
* @uiWidget color
|
|
2457
|
+
* @uiType string
|
|
2458
|
+
*/
|
|
2459
|
+
"backgroundColor": string;
|
|
2227
2460
|
/**
|
|
2228
2461
|
* @undocumented
|
|
2229
2462
|
* @uiType object
|
|
@@ -2961,7 +3194,13 @@ export namespace Components {
|
|
|
2961
3194
|
* @uiWidget color
|
|
2962
3195
|
* @format color
|
|
2963
3196
|
*/
|
|
2964
|
-
"backgroundColor"
|
|
3197
|
+
"backgroundColor"?: string;
|
|
3198
|
+
/**
|
|
3199
|
+
* Amount in pixels
|
|
3200
|
+
* @uiName Border radius
|
|
3201
|
+
* @type number
|
|
3202
|
+
*/
|
|
3203
|
+
"borderRadius"?: number;
|
|
2965
3204
|
/**
|
|
2966
3205
|
* @uiName Description
|
|
2967
3206
|
* @uiWidget textArea
|
|
@@ -2976,6 +3215,18 @@ export namespace Components {
|
|
|
2976
3215
|
* @uiName Icon
|
|
2977
3216
|
*/
|
|
2978
3217
|
"icon"?: string;
|
|
3218
|
+
/**
|
|
3219
|
+
* @uiName Icon Background color
|
|
3220
|
+
* @uiWidget color
|
|
3221
|
+
* @format color
|
|
3222
|
+
*/
|
|
3223
|
+
"iconBackgroundColor"?: string;
|
|
3224
|
+
/**
|
|
3225
|
+
* @uiName Icon color
|
|
3226
|
+
* @uiWidget color
|
|
3227
|
+
* @format color
|
|
3228
|
+
*/
|
|
3229
|
+
"iconColor"?: string;
|
|
2979
3230
|
/**
|
|
2980
3231
|
* Displayed in place of an icon
|
|
2981
3232
|
* @uiName Image URL
|
|
@@ -2988,7 +3239,7 @@ export namespace Components {
|
|
|
2988
3239
|
* @uiWidget color
|
|
2989
3240
|
* @format color
|
|
2990
3241
|
*/
|
|
2991
|
-
"textColor"
|
|
3242
|
+
"textColor"?: string;
|
|
2992
3243
|
}
|
|
2993
3244
|
interface SqmProgramMenu {
|
|
2994
3245
|
}
|
|
@@ -3041,6 +3292,19 @@ export namespace Components {
|
|
|
3041
3292
|
* @uiType string
|
|
3042
3293
|
*/
|
|
3043
3294
|
"backgroundColor": string;
|
|
3295
|
+
/**
|
|
3296
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
3297
|
+
* @uiName Border color
|
|
3298
|
+
* @uiWidget color
|
|
3299
|
+
* @format color
|
|
3300
|
+
*/
|
|
3301
|
+
"borderColor"?: string;
|
|
3302
|
+
/**
|
|
3303
|
+
* The border radius on the share link container (in pixels)
|
|
3304
|
+
* @uiName Border Radius
|
|
3305
|
+
* @uiType number
|
|
3306
|
+
*/
|
|
3307
|
+
"borderRadius"?: number;
|
|
3044
3308
|
/**
|
|
3045
3309
|
* @uiName Hide border
|
|
3046
3310
|
* @uiType boolean
|
|
@@ -3079,6 +3343,13 @@ export namespace Components {
|
|
|
3079
3343
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
3080
3344
|
*/
|
|
3081
3345
|
"paddingTop": string;
|
|
3346
|
+
/**
|
|
3347
|
+
* Color of the text and copy icon
|
|
3348
|
+
* @uiName Text color
|
|
3349
|
+
* @uiWidget color
|
|
3350
|
+
* @format color
|
|
3351
|
+
*/
|
|
3352
|
+
"textColor"?: string;
|
|
3082
3353
|
/**
|
|
3083
3354
|
* @uiName Vertical alignment
|
|
3084
3355
|
* @uiType string
|
|
@@ -3088,14 +3359,47 @@ export namespace Components {
|
|
|
3088
3359
|
"verticalAlignment": "start" | "center" | "end";
|
|
3089
3360
|
}
|
|
3090
3361
|
interface SqmReferralCode {
|
|
3362
|
+
/**
|
|
3363
|
+
* Background color of share link container
|
|
3364
|
+
* @uiName Background color
|
|
3365
|
+
* @uiWidget color
|
|
3366
|
+
* @format color
|
|
3367
|
+
* @uiGroup Style
|
|
3368
|
+
*/
|
|
3369
|
+
"backgroundColor"?: string;
|
|
3370
|
+
/**
|
|
3371
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
3372
|
+
* @uiName Border color
|
|
3373
|
+
* @uiWidget color
|
|
3374
|
+
* @format color
|
|
3375
|
+
* @uiGroup Style
|
|
3376
|
+
*/
|
|
3377
|
+
"borderColor"?: string;
|
|
3378
|
+
/**
|
|
3379
|
+
* The border radius on the share link container (in pixels)
|
|
3380
|
+
* @uiName Border Radius
|
|
3381
|
+
* @uiType number
|
|
3382
|
+
* @uiGroup Style
|
|
3383
|
+
*/
|
|
3384
|
+
"borderRadius"?: string;
|
|
3091
3385
|
/**
|
|
3092
3386
|
* Set the copy button style and placement
|
|
3093
3387
|
* @uiName Style
|
|
3094
3388
|
* @uiType string
|
|
3095
3389
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
3096
3390
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
3391
|
+
* @uiGroup Style
|
|
3097
3392
|
*/
|
|
3098
3393
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
3394
|
+
/**
|
|
3395
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
3396
|
+
* @uiName Button Type
|
|
3397
|
+
* @uiType string
|
|
3398
|
+
* @uiEnum ["primary", "secondary"]
|
|
3399
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
3400
|
+
* @uiGroup Style
|
|
3401
|
+
*/
|
|
3402
|
+
"buttonType"?: "primary" | "secondary";
|
|
3099
3403
|
/**
|
|
3100
3404
|
* @uiName Copy button label
|
|
3101
3405
|
*/
|
|
@@ -3127,8 +3431,17 @@ export namespace Components {
|
|
|
3127
3431
|
* @uiType string
|
|
3128
3432
|
* @uiEnum ["left", "center", "right"]
|
|
3129
3433
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
3434
|
+
* @uiGroup Style
|
|
3130
3435
|
*/
|
|
3131
3436
|
"textAlign": "left" | "center" | "right";
|
|
3437
|
+
/**
|
|
3438
|
+
* Color of the text and copy icon
|
|
3439
|
+
* @uiName Text color
|
|
3440
|
+
* @uiWidget color
|
|
3441
|
+
* @format color
|
|
3442
|
+
* @uiGroup Style
|
|
3443
|
+
*/
|
|
3444
|
+
"textColor"?: string;
|
|
3132
3445
|
/**
|
|
3133
3446
|
* The number of milliseconds that the tooltip appears for
|
|
3134
3447
|
* @uiName Tooltip lifespan
|
|
@@ -3163,6 +3476,12 @@ export namespace Components {
|
|
|
3163
3476
|
* @uiWidget programSelector
|
|
3164
3477
|
*/
|
|
3165
3478
|
"programId"?: string;
|
|
3479
|
+
/**
|
|
3480
|
+
* @uiName Text Color
|
|
3481
|
+
* @uiType string
|
|
3482
|
+
* @uiWidget color
|
|
3483
|
+
*/
|
|
3484
|
+
"textColor"?: string;
|
|
3166
3485
|
/**
|
|
3167
3486
|
* @uiName Title Text
|
|
3168
3487
|
*/
|
|
@@ -3964,11 +4283,18 @@ export namespace Components {
|
|
|
3964
4283
|
* @uiName Button background color
|
|
3965
4284
|
* @uiWidget color
|
|
3966
4285
|
* @format color
|
|
4286
|
+
* @uiGroup Style
|
|
3967
4287
|
*/
|
|
3968
4288
|
"backgroundcolor"?: string;
|
|
4289
|
+
/**
|
|
4290
|
+
* @uiName Border
|
|
4291
|
+
* @uiGroup Style
|
|
4292
|
+
*/
|
|
4293
|
+
"border"?: string;
|
|
3969
4294
|
/**
|
|
3970
4295
|
* Configure border radius with pixel amount
|
|
3971
4296
|
* @uiName Border radius
|
|
4297
|
+
* @uiGroup Style
|
|
3972
4298
|
*/
|
|
3973
4299
|
"borderradius"?: number;
|
|
3974
4300
|
/**
|
|
@@ -3982,11 +4308,13 @@ export namespace Components {
|
|
|
3982
4308
|
"disabled"?: boolean;
|
|
3983
4309
|
/**
|
|
3984
4310
|
* @uiName Hide icon
|
|
4311
|
+
* @uiGroup Style
|
|
3985
4312
|
* @default
|
|
3986
4313
|
*/
|
|
3987
4314
|
"hideicon"?: boolean;
|
|
3988
4315
|
/**
|
|
3989
4316
|
* @uiName Hide text
|
|
4317
|
+
* @uiGroup Style
|
|
3990
4318
|
* @default
|
|
3991
4319
|
*/
|
|
3992
4320
|
"hidetext"?: boolean;
|
|
@@ -4024,6 +4352,7 @@ export namespace Components {
|
|
|
4024
4352
|
| "unknown";
|
|
4025
4353
|
/**
|
|
4026
4354
|
* @uiName Display pill
|
|
4355
|
+
* @uiGroup Style
|
|
4027
4356
|
*/
|
|
4028
4357
|
"pill"?: boolean;
|
|
4029
4358
|
/**
|
|
@@ -4047,21 +4376,24 @@ export namespace Components {
|
|
|
4047
4376
|
* @uiType string
|
|
4048
4377
|
* @uiEnum ["small", "medium", "large" ]
|
|
4049
4378
|
* @uiEnumNames ["Small", "Medium", "Large"]
|
|
4379
|
+
* @uiGroup Style
|
|
4050
4380
|
*/
|
|
4051
4381
|
"size"?: "small" | "medium" | "large";
|
|
4052
4382
|
/**
|
|
4053
4383
|
* @uiName Button text color
|
|
4054
4384
|
* @uiWidget color
|
|
4055
4385
|
* @format color
|
|
4386
|
+
* @uiGroup Style
|
|
4056
4387
|
*/
|
|
4057
4388
|
"textcolor"?: string;
|
|
4058
4389
|
/**
|
|
4059
4390
|
* @uiType string
|
|
4060
4391
|
* @uiName Button style
|
|
4061
|
-
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
4062
|
-
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
4392
|
+
* @uiEnum ["primary", "secondary", "success", "info", "warning", "danger", "default", "text" ]
|
|
4393
|
+
* @uiEnumNames ["Primary", "Secondary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
4063
4394
|
*/
|
|
4064
4395
|
"type"?: | "primary"
|
|
4396
|
+
| "secondary"
|
|
4065
4397
|
| "success"
|
|
4066
4398
|
| "info"
|
|
4067
4399
|
| "warning"
|
|
@@ -4080,14 +4412,47 @@ export namespace Components {
|
|
|
4080
4412
|
"unsupportedPlatformText"?: string;
|
|
4081
4413
|
}
|
|
4082
4414
|
interface SqmShareCode {
|
|
4415
|
+
/**
|
|
4416
|
+
* Background color of share link container
|
|
4417
|
+
* @uiName Background color
|
|
4418
|
+
* @uiWidget color
|
|
4419
|
+
* @format color
|
|
4420
|
+
* @uiGroup Style
|
|
4421
|
+
*/
|
|
4422
|
+
"backgroundColor"?: string;
|
|
4423
|
+
/**
|
|
4424
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
4425
|
+
* @uiName Border color
|
|
4426
|
+
* @uiWidget color
|
|
4427
|
+
* @format color
|
|
4428
|
+
* @uiGroup Style
|
|
4429
|
+
*/
|
|
4430
|
+
"borderColor"?: string;
|
|
4431
|
+
/**
|
|
4432
|
+
* The border radius on the share link container (in pixels)
|
|
4433
|
+
* @uiName Border Radius
|
|
4434
|
+
* @uiType number
|
|
4435
|
+
* @uiGroup Style
|
|
4436
|
+
*/
|
|
4437
|
+
"borderRadius"?: string;
|
|
4083
4438
|
/**
|
|
4084
4439
|
* Set the copy button style and placement
|
|
4085
4440
|
* @uiName Style
|
|
4086
4441
|
* @uiType string
|
|
4087
4442
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
4088
4443
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4444
|
+
* @uiGroup Style
|
|
4089
4445
|
*/
|
|
4090
4446
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
4447
|
+
/**
|
|
4448
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
4449
|
+
* @uiName Button Type
|
|
4450
|
+
* @uiType string
|
|
4451
|
+
* @uiEnum ["primary", "secondary"]
|
|
4452
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
4453
|
+
* @uiGroup Style
|
|
4454
|
+
*/
|
|
4455
|
+
"buttonType"?: "primary" | "secondary";
|
|
4091
4456
|
/**
|
|
4092
4457
|
* @uiName Copy button label
|
|
4093
4458
|
*/
|
|
@@ -4109,8 +4474,17 @@ export namespace Components {
|
|
|
4109
4474
|
* @uiType string
|
|
4110
4475
|
* @uiEnum ["left", "center", "right"]
|
|
4111
4476
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
4477
|
+
* @uiGroup Style
|
|
4112
4478
|
*/
|
|
4113
4479
|
"textAlign": "left" | "center" | "right";
|
|
4480
|
+
/**
|
|
4481
|
+
* Color of the text and copy icon
|
|
4482
|
+
* @uiName Text color
|
|
4483
|
+
* @uiWidget color
|
|
4484
|
+
* @format color
|
|
4485
|
+
* @uiGroup Style
|
|
4486
|
+
*/
|
|
4487
|
+
"textColor"?: string;
|
|
4114
4488
|
/**
|
|
4115
4489
|
* The number of milliseconds that the tooltip appears for
|
|
4116
4490
|
* @uiName Tooltip lifespan
|
|
@@ -4123,14 +4497,47 @@ export namespace Components {
|
|
|
4123
4497
|
"tooltiptext": string;
|
|
4124
4498
|
}
|
|
4125
4499
|
interface SqmShareLink {
|
|
4500
|
+
/**
|
|
4501
|
+
* Background color of share link container
|
|
4502
|
+
* @uiName Background color
|
|
4503
|
+
* @uiWidget color
|
|
4504
|
+
* @format color
|
|
4505
|
+
* @uiGroup Style
|
|
4506
|
+
*/
|
|
4507
|
+
"backgroundColor"?: string;
|
|
4508
|
+
/**
|
|
4509
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
4510
|
+
* @uiName Border color
|
|
4511
|
+
* @uiWidget color
|
|
4512
|
+
* @format color
|
|
4513
|
+
* @uiGroup Style
|
|
4514
|
+
*/
|
|
4515
|
+
"borderColor"?: string;
|
|
4516
|
+
/**
|
|
4517
|
+
* The border radius on the share link container (in pixels)
|
|
4518
|
+
* @uiName Border Radius
|
|
4519
|
+
* @uiType number
|
|
4520
|
+
* @uiGroup Style
|
|
4521
|
+
*/
|
|
4522
|
+
"borderRadius"?: string;
|
|
4126
4523
|
/**
|
|
4127
4524
|
* Set the copy button style and placement
|
|
4128
|
-
* @uiName
|
|
4525
|
+
* @uiName Button style
|
|
4129
4526
|
* @uiType string
|
|
4130
4527
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
4131
4528
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4529
|
+
* @uiGroup Style
|
|
4132
4530
|
*/
|
|
4133
4531
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
4532
|
+
/**
|
|
4533
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
4534
|
+
* @uiName Button Type
|
|
4535
|
+
* @uiType string
|
|
4536
|
+
* @uiEnum ["primary", "secondary"]
|
|
4537
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
4538
|
+
* @uiGroup Style
|
|
4539
|
+
*/
|
|
4540
|
+
"buttonType"?: "primary" | "secondary";
|
|
4134
4541
|
/**
|
|
4135
4542
|
* @uiName Copy button label
|
|
4136
4543
|
*/
|
|
@@ -4152,8 +4559,17 @@ export namespace Components {
|
|
|
4152
4559
|
* @uiType string
|
|
4153
4560
|
* @uiEnum ["left", "center", "right"]
|
|
4154
4561
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
4562
|
+
* @uiGroup Style
|
|
4155
4563
|
*/
|
|
4156
4564
|
"textAlign"?: "left" | "center" | "right";
|
|
4565
|
+
/**
|
|
4566
|
+
* Color of the text and copy icon
|
|
4567
|
+
* @uiName Text color
|
|
4568
|
+
* @uiWidget color
|
|
4569
|
+
* @format color
|
|
4570
|
+
* @uiGroup Style
|
|
4571
|
+
*/
|
|
4572
|
+
"textColor"?: string;
|
|
4157
4573
|
/**
|
|
4158
4574
|
* The number of milliseconds that the tooltip appears for
|
|
4159
4575
|
* @uiName Tooltip lifespan
|
|
@@ -4167,12 +4583,34 @@ export namespace Components {
|
|
|
4167
4583
|
}
|
|
4168
4584
|
interface SqmStatContainer {
|
|
4169
4585
|
/**
|
|
4586
|
+
* Controls the alignment of the flexbox
|
|
4587
|
+
* @uiName Alignment
|
|
4588
|
+
* @uiType string
|
|
4589
|
+
* @uiEnum ["left", "right", "center"]
|
|
4590
|
+
* @uiEnumNames ["Left", "Right", "Center"]
|
|
4591
|
+
*/
|
|
4592
|
+
"alignment"?: "left" | "right" | "center";
|
|
4593
|
+
/**
|
|
4594
|
+
* @undocumented
|
|
4170
4595
|
* @uiName Display
|
|
4171
4596
|
* @uiType string
|
|
4172
4597
|
* @uiEnum ["grid", "flex"]
|
|
4173
4598
|
* @uiEnumNames ["Grid", "Flex"]
|
|
4174
4599
|
*/
|
|
4175
4600
|
"display": "grid" | "flex";
|
|
4601
|
+
/**
|
|
4602
|
+
* @uiName Gap
|
|
4603
|
+
* @uiType string
|
|
4604
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
4605
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
4606
|
+
*/
|
|
4607
|
+
"gap": Spacing;
|
|
4608
|
+
/**
|
|
4609
|
+
* Hide the seperating border between stats
|
|
4610
|
+
* @uiName Hide border
|
|
4611
|
+
* @uiType boolean
|
|
4612
|
+
*/
|
|
4613
|
+
"hideBorder"?: boolean;
|
|
4176
4614
|
/**
|
|
4177
4615
|
* @uiName Space between stats
|
|
4178
4616
|
* @uiType string
|
|
@@ -4214,13 +4652,46 @@ export namespace Components {
|
|
|
4214
4652
|
* @uiEnumNames ["Left", "Right", "Bottom", "Top"]
|
|
4215
4653
|
*/
|
|
4216
4654
|
"placement"?: "left" | "right" | "bottom" | "top";
|
|
4655
|
+
/**
|
|
4656
|
+
* Tab text color
|
|
4657
|
+
* @uiName Text color
|
|
4658
|
+
* @uiType string
|
|
4659
|
+
* @uiWidget color
|
|
4660
|
+
*/
|
|
4661
|
+
"textColor"?: string;
|
|
4217
4662
|
}
|
|
4218
4663
|
interface SqmTaskCard {
|
|
4664
|
+
/**
|
|
4665
|
+
* @uiName Card Background color
|
|
4666
|
+
* @uiWidget color
|
|
4667
|
+
* @uiGroup Style
|
|
4668
|
+
*/
|
|
4669
|
+
"backgroundColor"?: string;
|
|
4670
|
+
/**
|
|
4671
|
+
* @uiName Border color
|
|
4672
|
+
* @uiWidget color
|
|
4673
|
+
* @uiGroup Style
|
|
4674
|
+
*/
|
|
4675
|
+
"borderColor"?: string;
|
|
4676
|
+
/**
|
|
4677
|
+
* @uiName Border radius
|
|
4678
|
+
* @uiType number
|
|
4679
|
+
* @uiGroup Style
|
|
4680
|
+
*/
|
|
4681
|
+
"borderRadius"?: number;
|
|
4219
4682
|
/**
|
|
4220
4683
|
* @uiName Button link
|
|
4221
4684
|
* @uiGroup Button
|
|
4222
4685
|
*/
|
|
4223
4686
|
"buttonLink": string;
|
|
4687
|
+
/**
|
|
4688
|
+
* @uiName Button Style
|
|
4689
|
+
* @uiType string
|
|
4690
|
+
* @uiEnum ["primary", "secondary"]
|
|
4691
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
4692
|
+
* @uiGroup Style
|
|
4693
|
+
*/
|
|
4694
|
+
"buttonStyle"?: "primary" | "secondary";
|
|
4224
4695
|
/**
|
|
4225
4696
|
* @uiName Button text
|
|
4226
4697
|
* @uiGroup Button
|
|
@@ -4363,6 +4834,12 @@ export namespace Components {
|
|
|
4363
4834
|
* @default
|
|
4364
4835
|
*/
|
|
4365
4836
|
"steps": boolean;
|
|
4837
|
+
/**
|
|
4838
|
+
* @uiName Text color
|
|
4839
|
+
* @uiWidget color
|
|
4840
|
+
* @uiGroup Style
|
|
4841
|
+
*/
|
|
4842
|
+
"textColor"?: string;
|
|
4366
4843
|
}
|
|
4367
4844
|
interface SqmTaxAndCash {
|
|
4368
4845
|
/**
|
|
@@ -5596,6 +6073,18 @@ export namespace Components {
|
|
|
5596
6073
|
"verificationReviewInternalHeader": string;
|
|
5597
6074
|
}
|
|
5598
6075
|
interface SqmText {
|
|
6076
|
+
/**
|
|
6077
|
+
* Font size in pixels
|
|
6078
|
+
* @uiName Font Size
|
|
6079
|
+
* @uiType number
|
|
6080
|
+
*/
|
|
6081
|
+
"fontSize"?: number;
|
|
6082
|
+
/**
|
|
6083
|
+
* @uiName Text Color
|
|
6084
|
+
* @uiWidget color
|
|
6085
|
+
* @format color
|
|
6086
|
+
*/
|
|
6087
|
+
"textColor"?: string;
|
|
5599
6088
|
}
|
|
5600
6089
|
interface SqmTextSpan {
|
|
5601
6090
|
/**
|
|
@@ -5631,11 +6120,25 @@ export namespace Components {
|
|
|
5631
6120
|
* @uiEnumNames ["Gift", "Circle"]
|
|
5632
6121
|
*/
|
|
5633
6122
|
"icon": "gift" | "circle";
|
|
6123
|
+
/**
|
|
6124
|
+
* Color of timeline
|
|
6125
|
+
* @uiName Line color
|
|
6126
|
+
* @uiWidget color
|
|
6127
|
+
* @format color
|
|
6128
|
+
*/
|
|
6129
|
+
"lineColor"?: string;
|
|
5634
6130
|
/**
|
|
5635
6131
|
* @uiName Reward amount
|
|
5636
6132
|
*/
|
|
5637
6133
|
"reward": string;
|
|
5638
6134
|
"setIcon": (value: "gift" | "circle") => Promise<void>;
|
|
6135
|
+
/**
|
|
6136
|
+
* Color of the text and copy icon
|
|
6137
|
+
* @uiName Text color
|
|
6138
|
+
* @uiWidget color
|
|
6139
|
+
* @format color
|
|
6140
|
+
*/
|
|
6141
|
+
"textColor"?: string;
|
|
5639
6142
|
/**
|
|
5640
6143
|
* @uiName Reward unit
|
|
5641
6144
|
*/
|
|
@@ -7084,6 +7587,7 @@ declare namespace LocalJSX {
|
|
|
7084
7587
|
* @uiType string
|
|
7085
7588
|
* @uiEnum ["left", "right", "center"]
|
|
7086
7589
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
7590
|
+
* @uiGroup Style
|
|
7087
7591
|
*/
|
|
7088
7592
|
"alignment"?: "left" | "right" | "center";
|
|
7089
7593
|
/**
|
|
@@ -7091,10 +7595,26 @@ declare namespace LocalJSX {
|
|
|
7091
7595
|
* @uiType object
|
|
7092
7596
|
*/
|
|
7093
7597
|
"demoData"?: DemoData<BigStatViewProps>;
|
|
7598
|
+
/**
|
|
7599
|
+
* Font size of the description text in pixels
|
|
7600
|
+
* @uiName Description font size
|
|
7601
|
+
* @uiGroup Style
|
|
7602
|
+
*/
|
|
7603
|
+
"descriptionFontSize"?: number;
|
|
7604
|
+
/**
|
|
7605
|
+
* Color of the description text
|
|
7606
|
+
* @uiName Description text color
|
|
7607
|
+
* @uiWidget color
|
|
7608
|
+
* @uiType string
|
|
7609
|
+
* @format color
|
|
7610
|
+
* @uiGroup Style
|
|
7611
|
+
*/
|
|
7612
|
+
"descriptionTextColor"?: string;
|
|
7094
7613
|
/**
|
|
7095
7614
|
* Controls the order of the stat value & description column
|
|
7096
7615
|
* @uiName Flex reverse
|
|
7097
|
-
* @default
|
|
7616
|
+
* @default
|
|
7617
|
+
* @uiGroup Style
|
|
7098
7618
|
*/
|
|
7099
7619
|
"flexReverse"?: boolean;
|
|
7100
7620
|
/**
|
|
@@ -7103,6 +7623,30 @@ declare namespace LocalJSX {
|
|
|
7103
7623
|
* @uiWidget programSelector
|
|
7104
7624
|
*/
|
|
7105
7625
|
"programId"?: string;
|
|
7626
|
+
/**
|
|
7627
|
+
* Font size of the stat text in pixels
|
|
7628
|
+
* @uiName Stat font size
|
|
7629
|
+
* @uiType string
|
|
7630
|
+
* @uiGroup Style
|
|
7631
|
+
*/
|
|
7632
|
+
"statFontSize"?: number;
|
|
7633
|
+
/**
|
|
7634
|
+
* Font weight of the stat text
|
|
7635
|
+
* @uiName Stat font weight
|
|
7636
|
+
* @uiGroup Style
|
|
7637
|
+
* @uiEnum [100, 200, 300, 400, 500, 600, 700, 800, 900]
|
|
7638
|
+
* @uiEnumNames ["Thin", "Extra Light", "Light", "Normal", "Medium", "Semi Bold", "Bold", "Extra Bold", "Heavy"]
|
|
7639
|
+
*/
|
|
7640
|
+
"statFontWeight"?: number;
|
|
7641
|
+
/**
|
|
7642
|
+
* Color of the stat text
|
|
7643
|
+
* @uiName Stat text color
|
|
7644
|
+
* @uiWidget color
|
|
7645
|
+
* @uiType string
|
|
7646
|
+
* @format color
|
|
7647
|
+
* @uiGroup Style
|
|
7648
|
+
*/
|
|
7649
|
+
"statTextColor"?: string;
|
|
7106
7650
|
/**
|
|
7107
7651
|
* Select what type of stat to display. Manual paths are also supported.
|
|
7108
7652
|
* @uiWidget statTypeSelectWidget
|
|
@@ -7223,24 +7767,57 @@ declare namespace LocalJSX {
|
|
|
7223
7767
|
/**
|
|
7224
7768
|
* @uiName Verify code widget header text
|
|
7225
7769
|
*/
|
|
7226
|
-
"verifyCodeHeaderText"?: string;
|
|
7770
|
+
"verifyCodeHeaderText"?: string;
|
|
7771
|
+
/**
|
|
7772
|
+
* @uiName Verify code button text
|
|
7773
|
+
*/
|
|
7774
|
+
"verifyText"?: string;
|
|
7775
|
+
}
|
|
7776
|
+
interface SqmContextRouter {
|
|
7777
|
+
"contextName"?: string;
|
|
7778
|
+
}
|
|
7779
|
+
interface SqmCouponCode {
|
|
7780
|
+
/**
|
|
7781
|
+
* Background color of share link container
|
|
7782
|
+
* @uiName Background color
|
|
7783
|
+
* @uiWidget color
|
|
7784
|
+
* @format color
|
|
7785
|
+
* @uiGroup Style
|
|
7786
|
+
*/
|
|
7787
|
+
"backgroundColor"?: string;
|
|
7788
|
+
/**
|
|
7789
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
7790
|
+
* @uiName Border color
|
|
7791
|
+
* @uiWidget color
|
|
7792
|
+
* @format color
|
|
7793
|
+
* @uiGroup Style
|
|
7794
|
+
*/
|
|
7795
|
+
"borderColor"?: string;
|
|
7227
7796
|
/**
|
|
7228
|
-
*
|
|
7797
|
+
* The border radius on the share link container (in pixels)
|
|
7798
|
+
* @uiName Border Radius
|
|
7799
|
+
* @uiType number
|
|
7800
|
+
* @uiGroup Style
|
|
7229
7801
|
*/
|
|
7230
|
-
"
|
|
7231
|
-
}
|
|
7232
|
-
interface SqmContextRouter {
|
|
7233
|
-
"contextName"?: string;
|
|
7234
|
-
}
|
|
7235
|
-
interface SqmCouponCode {
|
|
7802
|
+
"borderRadius"?: string;
|
|
7236
7803
|
/**
|
|
7237
7804
|
* Set the copy button style and placement.
|
|
7238
7805
|
* @uiName Style
|
|
7239
7806
|
* @uiType string
|
|
7240
7807
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
7241
7808
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
7809
|
+
* @uiGroup Style
|
|
7242
7810
|
*/
|
|
7243
7811
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
7812
|
+
/**
|
|
7813
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
7814
|
+
* @uiName Button Type
|
|
7815
|
+
* @uiType string
|
|
7816
|
+
* @uiEnum ["primary", "secondary"]
|
|
7817
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
7818
|
+
* @uiGroup Style
|
|
7819
|
+
*/
|
|
7820
|
+
"buttonType"?: "primary" | "secondary";
|
|
7244
7821
|
/**
|
|
7245
7822
|
* Display this message when the coupon code has been cancelled.
|
|
7246
7823
|
* @uiWidget textArea
|
|
@@ -7313,8 +7890,17 @@ declare namespace LocalJSX {
|
|
|
7313
7890
|
* @uiType string
|
|
7314
7891
|
* @uiEnum ["left", "center", "right"]
|
|
7315
7892
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
7893
|
+
* @uiGroup Style
|
|
7316
7894
|
*/
|
|
7317
7895
|
"textAlign"?: "left" | "center" | "right";
|
|
7896
|
+
/**
|
|
7897
|
+
* Color of the text and copy icon
|
|
7898
|
+
* @uiName Text color
|
|
7899
|
+
* @uiWidget color
|
|
7900
|
+
* @format color
|
|
7901
|
+
* @uiGroup Style
|
|
7902
|
+
*/
|
|
7903
|
+
"textColor"?: string;
|
|
7318
7904
|
/**
|
|
7319
7905
|
* The number of milliseconds that the tooltip appears for
|
|
7320
7906
|
* @uiName Tooltip lifespan
|
|
@@ -7327,6 +7913,12 @@ declare namespace LocalJSX {
|
|
|
7327
7913
|
"tooltiptext"?: string;
|
|
7328
7914
|
}
|
|
7329
7915
|
interface SqmDividedLayout {
|
|
7916
|
+
/**
|
|
7917
|
+
* Background color of the divider
|
|
7918
|
+
* @uiName Divider Background Color
|
|
7919
|
+
* @uiWidget color
|
|
7920
|
+
*/
|
|
7921
|
+
"backgroundColor"?: string;
|
|
7330
7922
|
/**
|
|
7331
7923
|
* Overrides max-width of content area
|
|
7332
7924
|
* @uiName Content Area Width
|
|
@@ -7681,6 +8273,7 @@ declare namespace LocalJSX {
|
|
|
7681
8273
|
* @uiName Background color
|
|
7682
8274
|
* @uiWidget color
|
|
7683
8275
|
* @format color
|
|
8276
|
+
* @uiGroup Style
|
|
7684
8277
|
*/
|
|
7685
8278
|
"backgroundColor"?: string;
|
|
7686
8279
|
/**
|
|
@@ -7696,6 +8289,15 @@ declare namespace LocalJSX {
|
|
|
7696
8289
|
* @uiName Button text
|
|
7697
8290
|
*/
|
|
7698
8291
|
"buttonText"?: string;
|
|
8292
|
+
/**
|
|
8293
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
8294
|
+
* @uiName Button Type
|
|
8295
|
+
* @uiType string
|
|
8296
|
+
* @uiEnum ["primary", "secondary"]
|
|
8297
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
8298
|
+
* @uiGroup Style
|
|
8299
|
+
*/
|
|
8300
|
+
"buttonType"?: "primary" | "secondary";
|
|
7699
8301
|
/**
|
|
7700
8302
|
* @uiName Description
|
|
7701
8303
|
* @uiWidget textArea
|
|
@@ -7710,11 +8312,13 @@ declare namespace LocalJSX {
|
|
|
7710
8312
|
* @uiType string
|
|
7711
8313
|
* @uiEnum ["top", "bottom"]
|
|
7712
8314
|
* @uiEnumNames ["Top", "Bottom"]
|
|
8315
|
+
* @uiGroup Style
|
|
7713
8316
|
*/
|
|
7714
8317
|
"imageMobilePos"?: "top" | "bottom";
|
|
7715
8318
|
/**
|
|
7716
8319
|
* @uiName Image percentage
|
|
7717
8320
|
* @uiType number
|
|
8321
|
+
* @uiGroup Style
|
|
7718
8322
|
*/
|
|
7719
8323
|
"imagePercentage"?: number;
|
|
7720
8324
|
/**
|
|
@@ -7722,6 +8326,7 @@ declare namespace LocalJSX {
|
|
|
7722
8326
|
* @uiType string
|
|
7723
8327
|
* @uiEnum ["left", "center", "right"]
|
|
7724
8328
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
8329
|
+
* @uiGroup Style
|
|
7725
8330
|
*/
|
|
7726
8331
|
"imagePos"?: "left" | "center" | "right";
|
|
7727
8332
|
/**
|
|
@@ -7735,16 +8340,19 @@ declare namespace LocalJSX {
|
|
|
7735
8340
|
* @uiType string
|
|
7736
8341
|
* @uiEnum ["overlay", "columns"]
|
|
7737
8342
|
* @uiEnumNames ["Overlay", "Two-column"]
|
|
8343
|
+
* @uiGroup Style
|
|
7738
8344
|
*/
|
|
7739
8345
|
"layout"?: "overlay" | "columns";
|
|
7740
8346
|
/**
|
|
7741
8347
|
* @uiName Overlay color
|
|
7742
8348
|
* @uiWidget color
|
|
7743
8349
|
* @format color
|
|
8350
|
+
* @uiGroup Style
|
|
7744
8351
|
*/
|
|
7745
8352
|
"overlayColor"?: string;
|
|
7746
8353
|
/**
|
|
7747
8354
|
* @uiName Overlay opacity
|
|
8355
|
+
* @uiGroup Style
|
|
7748
8356
|
*/
|
|
7749
8357
|
"overlayOpacity"?: string;
|
|
7750
8358
|
/**
|
|
@@ -7752,6 +8360,7 @@ declare namespace LocalJSX {
|
|
|
7752
8360
|
* @uiType string
|
|
7753
8361
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
7754
8362
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
8363
|
+
* @uiGroup Style
|
|
7755
8364
|
*/
|
|
7756
8365
|
"paddingImage"?: Spacing;
|
|
7757
8366
|
/**
|
|
@@ -7759,12 +8368,14 @@ declare namespace LocalJSX {
|
|
|
7759
8368
|
* @uiType string
|
|
7760
8369
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
7761
8370
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
8371
|
+
* @uiGroup Style
|
|
7762
8372
|
*/
|
|
7763
8373
|
"paddingText"?: Spacing;
|
|
7764
8374
|
/**
|
|
7765
8375
|
* @uiName Text color
|
|
7766
8376
|
* @uiWidget color
|
|
7767
8377
|
* @format color
|
|
8378
|
+
* @uiGroup Style
|
|
7768
8379
|
*/
|
|
7769
8380
|
"textColor"?: string;
|
|
7770
8381
|
}
|
|
@@ -8180,6 +8791,26 @@ declare namespace LocalJSX {
|
|
|
8180
8791
|
* @uiName Unknown user text
|
|
8181
8792
|
*/
|
|
8182
8793
|
"anonymousUser"?: string;
|
|
8794
|
+
/**
|
|
8795
|
+
* Changes the background color of the leaderboard.
|
|
8796
|
+
* @uiName Background Color
|
|
8797
|
+
* @uiWidget color
|
|
8798
|
+
* @uiGroup Style
|
|
8799
|
+
*/
|
|
8800
|
+
"background"?: string;
|
|
8801
|
+
/**
|
|
8802
|
+
* Changes the border color of the table rows.
|
|
8803
|
+
* @uiName Border Color
|
|
8804
|
+
* @uiWidget color
|
|
8805
|
+
* @uiGroup Style
|
|
8806
|
+
*/
|
|
8807
|
+
"borderColor"?: string;
|
|
8808
|
+
/**
|
|
8809
|
+
* Leaderboard border radius in pixels.
|
|
8810
|
+
* @uiName Border Radius
|
|
8811
|
+
* @uiGroup Style
|
|
8812
|
+
*/
|
|
8813
|
+
"borderRadius"?: number;
|
|
8183
8814
|
/**
|
|
8184
8815
|
* @undocumented
|
|
8185
8816
|
* @uiType object
|
|
@@ -8248,10 +8879,31 @@ declare namespace LocalJSX {
|
|
|
8248
8879
|
* @uiName Stats column heading
|
|
8249
8880
|
*/
|
|
8250
8881
|
"statsheading"?: string;
|
|
8882
|
+
/**
|
|
8883
|
+
* Text color of the leaderboard.
|
|
8884
|
+
* @uiName Text Color
|
|
8885
|
+
* @uiWidget color
|
|
8886
|
+
* @uiGroup Style
|
|
8887
|
+
*/
|
|
8888
|
+
"textColor"?: string;
|
|
8251
8889
|
/**
|
|
8252
8890
|
* @uiName User column heading
|
|
8253
8891
|
*/
|
|
8254
8892
|
"usersheading"?: string;
|
|
8893
|
+
/**
|
|
8894
|
+
* Changes the background color of the viewing user row in the leaderboard.
|
|
8895
|
+
* @uiName Viewing User Highlight Color
|
|
8896
|
+
* @uiWidget color
|
|
8897
|
+
* @uiGroup Style
|
|
8898
|
+
*/
|
|
8899
|
+
"viewingUserHighlightColor"?: string;
|
|
8900
|
+
/**
|
|
8901
|
+
* Changes the text color of the viewing user row in the leaderboard.
|
|
8902
|
+
* @uiName Viewing User Text Color
|
|
8903
|
+
* @uiWidget color
|
|
8904
|
+
* @uiGroup Style
|
|
8905
|
+
*/
|
|
8906
|
+
"viewingUserHighlightTextColor"?: string;
|
|
8255
8907
|
/**
|
|
8256
8908
|
* @uiName Viewing user text
|
|
8257
8909
|
*/
|
|
@@ -8394,8 +9046,47 @@ declare namespace LocalJSX {
|
|
|
8394
9046
|
"menuLabel"?: string;
|
|
8395
9047
|
}
|
|
8396
9048
|
interface SqmNavigationSidebar {
|
|
9049
|
+
/**
|
|
9050
|
+
* @undocumented
|
|
9051
|
+
* @uiType object
|
|
9052
|
+
*/
|
|
9053
|
+
"demoData"?: DemoData<NavigationSidebarViewProps>;
|
|
9054
|
+
/**
|
|
9055
|
+
* @uiName Text color
|
|
9056
|
+
* @uiWidget color
|
|
9057
|
+
* @format color
|
|
9058
|
+
* @uiGroup Style
|
|
9059
|
+
*/
|
|
9060
|
+
"mobileMenuColor"?: string;
|
|
8397
9061
|
}
|
|
8398
9062
|
interface SqmNavigationSidebarItem {
|
|
9063
|
+
/**
|
|
9064
|
+
* Background color of the nav item
|
|
9065
|
+
* @uiName Background Color
|
|
9066
|
+
* @uiWidget color
|
|
9067
|
+
* @uiGroup Style
|
|
9068
|
+
*/
|
|
9069
|
+
"backgroundColor"?: string;
|
|
9070
|
+
/**
|
|
9071
|
+
* Background color of the nav item when focused
|
|
9072
|
+
* @uiName Background Focused Color
|
|
9073
|
+
* @uiWidget color
|
|
9074
|
+
* @uiGroup Style
|
|
9075
|
+
*/
|
|
9076
|
+
"backgroundFocusedColor"?: string;
|
|
9077
|
+
/**
|
|
9078
|
+
* Background color of the nav item when hovered
|
|
9079
|
+
* @uiName Background Hover Color
|
|
9080
|
+
* @uiWidget color
|
|
9081
|
+
* @uiGroup Style
|
|
9082
|
+
*/
|
|
9083
|
+
"backgroundHoverColor"?: string;
|
|
9084
|
+
/**
|
|
9085
|
+
* Border radius (in number of pixels)
|
|
9086
|
+
* @uiName Border Radius
|
|
9087
|
+
* @uiGroup Style
|
|
9088
|
+
*/
|
|
9089
|
+
"borderRadius"?: number;
|
|
8399
9090
|
/**
|
|
8400
9091
|
* @undocumented
|
|
8401
9092
|
* @uiType object
|
|
@@ -8404,19 +9095,57 @@ declare namespace LocalJSX {
|
|
|
8404
9095
|
/**
|
|
8405
9096
|
* Options available at https://shoelace.style/components/icon
|
|
8406
9097
|
* @uiName Icon
|
|
9098
|
+
* @uiGroup Style
|
|
8407
9099
|
*/
|
|
8408
9100
|
"icon"?: string;
|
|
8409
9101
|
/**
|
|
8410
9102
|
* @uiName Label
|
|
8411
9103
|
*/
|
|
8412
9104
|
"label"?: string;
|
|
9105
|
+
/**
|
|
9106
|
+
* @uiName Padding
|
|
9107
|
+
* @uiType string
|
|
9108
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
9109
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
9110
|
+
*/
|
|
9111
|
+
"padding"?: Spacing;
|
|
8413
9112
|
/**
|
|
8414
9113
|
* @uiName Navigation path
|
|
8415
9114
|
* @uiWidget pageSelect
|
|
8416
9115
|
*/
|
|
8417
9116
|
"path"?: string;
|
|
9117
|
+
/**
|
|
9118
|
+
* Text color of the nav item
|
|
9119
|
+
* @uiName Text Color
|
|
9120
|
+
* @uiWidget color
|
|
9121
|
+
* @uiGroup Style
|
|
9122
|
+
*/
|
|
9123
|
+
"textColor"?: string;
|
|
9124
|
+
/**
|
|
9125
|
+
* Text color of the nav item when items is focused
|
|
9126
|
+
* @uiName Text Focused Color
|
|
9127
|
+
* @uiWidget color
|
|
9128
|
+
* @uiGroup Style
|
|
9129
|
+
*/
|
|
9130
|
+
"textFocusedColor"?: string;
|
|
9131
|
+
/**
|
|
9132
|
+
* Text color of the nav item when hovered
|
|
9133
|
+
* @uiName Text Hover Color
|
|
9134
|
+
* @uiWidget color
|
|
9135
|
+
* @uiGroup Style
|
|
9136
|
+
*/
|
|
9137
|
+
"textHoverColor"?: string;
|
|
8418
9138
|
}
|
|
8419
9139
|
interface SqmPagination {
|
|
9140
|
+
/**
|
|
9141
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
9142
|
+
* @uiName Button Type
|
|
9143
|
+
* @uiType string
|
|
9144
|
+
* @uiEnum ["primary", "secondary"]
|
|
9145
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
9146
|
+
* @uiGroup Style
|
|
9147
|
+
*/
|
|
9148
|
+
"buttonType"?: "primary" | "secondary";
|
|
8420
9149
|
/**
|
|
8421
9150
|
* @undocumented
|
|
8422
9151
|
* @uiType object
|
|
@@ -8963,6 +9692,12 @@ declare namespace LocalJSX {
|
|
|
8963
9692
|
"successAlertText"?: string;
|
|
8964
9693
|
}
|
|
8965
9694
|
interface SqmPortalFrame {
|
|
9695
|
+
/**
|
|
9696
|
+
* @uiName Background color
|
|
9697
|
+
* @uiWidget color
|
|
9698
|
+
* @uiType string
|
|
9699
|
+
*/
|
|
9700
|
+
"backgroundColor"?: string;
|
|
8966
9701
|
/**
|
|
8967
9702
|
* @undocumented
|
|
8968
9703
|
* @uiType object
|
|
@@ -9701,6 +10436,12 @@ declare namespace LocalJSX {
|
|
|
9701
10436
|
* @format color
|
|
9702
10437
|
*/
|
|
9703
10438
|
"backgroundColor"?: string;
|
|
10439
|
+
/**
|
|
10440
|
+
* Amount in pixels
|
|
10441
|
+
* @uiName Border radius
|
|
10442
|
+
* @type number
|
|
10443
|
+
*/
|
|
10444
|
+
"borderRadius"?: number;
|
|
9704
10445
|
/**
|
|
9705
10446
|
* @uiName Description
|
|
9706
10447
|
* @uiWidget textArea
|
|
@@ -9715,6 +10456,18 @@ declare namespace LocalJSX {
|
|
|
9715
10456
|
* @uiName Icon
|
|
9716
10457
|
*/
|
|
9717
10458
|
"icon"?: string;
|
|
10459
|
+
/**
|
|
10460
|
+
* @uiName Icon Background color
|
|
10461
|
+
* @uiWidget color
|
|
10462
|
+
* @format color
|
|
10463
|
+
*/
|
|
10464
|
+
"iconBackgroundColor"?: string;
|
|
10465
|
+
/**
|
|
10466
|
+
* @uiName Icon color
|
|
10467
|
+
* @uiWidget color
|
|
10468
|
+
* @format color
|
|
10469
|
+
*/
|
|
10470
|
+
"iconColor"?: string;
|
|
9718
10471
|
/**
|
|
9719
10472
|
* Displayed in place of an icon
|
|
9720
10473
|
* @uiName Image URL
|
|
@@ -9780,6 +10533,19 @@ declare namespace LocalJSX {
|
|
|
9780
10533
|
* @uiType string
|
|
9781
10534
|
*/
|
|
9782
10535
|
"backgroundColor"?: string;
|
|
10536
|
+
/**
|
|
10537
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
10538
|
+
* @uiName Border color
|
|
10539
|
+
* @uiWidget color
|
|
10540
|
+
* @format color
|
|
10541
|
+
*/
|
|
10542
|
+
"borderColor"?: string;
|
|
10543
|
+
/**
|
|
10544
|
+
* The border radius on the share link container (in pixels)
|
|
10545
|
+
* @uiName Border Radius
|
|
10546
|
+
* @uiType number
|
|
10547
|
+
*/
|
|
10548
|
+
"borderRadius"?: number;
|
|
9783
10549
|
/**
|
|
9784
10550
|
* @uiName Hide border
|
|
9785
10551
|
* @uiType boolean
|
|
@@ -9818,6 +10584,13 @@ declare namespace LocalJSX {
|
|
|
9818
10584
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
9819
10585
|
*/
|
|
9820
10586
|
"paddingTop"?: string;
|
|
10587
|
+
/**
|
|
10588
|
+
* Color of the text and copy icon
|
|
10589
|
+
* @uiName Text color
|
|
10590
|
+
* @uiWidget color
|
|
10591
|
+
* @format color
|
|
10592
|
+
*/
|
|
10593
|
+
"textColor"?: string;
|
|
9821
10594
|
/**
|
|
9822
10595
|
* @uiName Vertical alignment
|
|
9823
10596
|
* @uiType string
|
|
@@ -9827,14 +10600,47 @@ declare namespace LocalJSX {
|
|
|
9827
10600
|
"verticalAlignment"?: "start" | "center" | "end";
|
|
9828
10601
|
}
|
|
9829
10602
|
interface SqmReferralCode {
|
|
10603
|
+
/**
|
|
10604
|
+
* Background color of share link container
|
|
10605
|
+
* @uiName Background color
|
|
10606
|
+
* @uiWidget color
|
|
10607
|
+
* @format color
|
|
10608
|
+
* @uiGroup Style
|
|
10609
|
+
*/
|
|
10610
|
+
"backgroundColor"?: string;
|
|
10611
|
+
/**
|
|
10612
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
10613
|
+
* @uiName Border color
|
|
10614
|
+
* @uiWidget color
|
|
10615
|
+
* @format color
|
|
10616
|
+
* @uiGroup Style
|
|
10617
|
+
*/
|
|
10618
|
+
"borderColor"?: string;
|
|
10619
|
+
/**
|
|
10620
|
+
* The border radius on the share link container (in pixels)
|
|
10621
|
+
* @uiName Border Radius
|
|
10622
|
+
* @uiType number
|
|
10623
|
+
* @uiGroup Style
|
|
10624
|
+
*/
|
|
10625
|
+
"borderRadius"?: string;
|
|
9830
10626
|
/**
|
|
9831
10627
|
* Set the copy button style and placement
|
|
9832
10628
|
* @uiName Style
|
|
9833
10629
|
* @uiType string
|
|
9834
10630
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
9835
10631
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
10632
|
+
* @uiGroup Style
|
|
9836
10633
|
*/
|
|
9837
10634
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
10635
|
+
/**
|
|
10636
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
10637
|
+
* @uiName Button Type
|
|
10638
|
+
* @uiType string
|
|
10639
|
+
* @uiEnum ["primary", "secondary"]
|
|
10640
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
10641
|
+
* @uiGroup Style
|
|
10642
|
+
*/
|
|
10643
|
+
"buttonType"?: "primary" | "secondary";
|
|
9838
10644
|
/**
|
|
9839
10645
|
* @uiName Copy button label
|
|
9840
10646
|
*/
|
|
@@ -9866,8 +10672,17 @@ declare namespace LocalJSX {
|
|
|
9866
10672
|
* @uiType string
|
|
9867
10673
|
* @uiEnum ["left", "center", "right"]
|
|
9868
10674
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
10675
|
+
* @uiGroup Style
|
|
9869
10676
|
*/
|
|
9870
10677
|
"textAlign"?: "left" | "center" | "right";
|
|
10678
|
+
/**
|
|
10679
|
+
* Color of the text and copy icon
|
|
10680
|
+
* @uiName Text color
|
|
10681
|
+
* @uiWidget color
|
|
10682
|
+
* @format color
|
|
10683
|
+
* @uiGroup Style
|
|
10684
|
+
*/
|
|
10685
|
+
"textColor"?: string;
|
|
9871
10686
|
/**
|
|
9872
10687
|
* The number of milliseconds that the tooltip appears for
|
|
9873
10688
|
* @uiName Tooltip lifespan
|
|
@@ -9902,6 +10717,12 @@ declare namespace LocalJSX {
|
|
|
9902
10717
|
* @uiWidget programSelector
|
|
9903
10718
|
*/
|
|
9904
10719
|
"programId"?: string;
|
|
10720
|
+
/**
|
|
10721
|
+
* @uiName Text Color
|
|
10722
|
+
* @uiType string
|
|
10723
|
+
* @uiWidget color
|
|
10724
|
+
*/
|
|
10725
|
+
"textColor"?: string;
|
|
9905
10726
|
/**
|
|
9906
10727
|
* @uiName Title Text
|
|
9907
10728
|
*/
|
|
@@ -10679,11 +11500,18 @@ declare namespace LocalJSX {
|
|
|
10679
11500
|
* @uiName Button background color
|
|
10680
11501
|
* @uiWidget color
|
|
10681
11502
|
* @format color
|
|
11503
|
+
* @uiGroup Style
|
|
10682
11504
|
*/
|
|
10683
11505
|
"backgroundcolor"?: string;
|
|
11506
|
+
/**
|
|
11507
|
+
* @uiName Border
|
|
11508
|
+
* @uiGroup Style
|
|
11509
|
+
*/
|
|
11510
|
+
"border"?: string;
|
|
10684
11511
|
/**
|
|
10685
11512
|
* Configure border radius with pixel amount
|
|
10686
11513
|
* @uiName Border radius
|
|
11514
|
+
* @uiGroup Style
|
|
10687
11515
|
*/
|
|
10688
11516
|
"borderradius"?: number;
|
|
10689
11517
|
/**
|
|
@@ -10697,11 +11525,13 @@ declare namespace LocalJSX {
|
|
|
10697
11525
|
"disabled"?: boolean;
|
|
10698
11526
|
/**
|
|
10699
11527
|
* @uiName Hide icon
|
|
11528
|
+
* @uiGroup Style
|
|
10700
11529
|
* @default
|
|
10701
11530
|
*/
|
|
10702
11531
|
"hideicon"?: boolean;
|
|
10703
11532
|
/**
|
|
10704
11533
|
* @uiName Hide text
|
|
11534
|
+
* @uiGroup Style
|
|
10705
11535
|
* @default
|
|
10706
11536
|
*/
|
|
10707
11537
|
"hidetext"?: boolean;
|
|
@@ -10739,6 +11569,7 @@ declare namespace LocalJSX {
|
|
|
10739
11569
|
| "unknown";
|
|
10740
11570
|
/**
|
|
10741
11571
|
* @uiName Display pill
|
|
11572
|
+
* @uiGroup Style
|
|
10742
11573
|
*/
|
|
10743
11574
|
"pill"?: boolean;
|
|
10744
11575
|
/**
|
|
@@ -10762,21 +11593,24 @@ declare namespace LocalJSX {
|
|
|
10762
11593
|
* @uiType string
|
|
10763
11594
|
* @uiEnum ["small", "medium", "large" ]
|
|
10764
11595
|
* @uiEnumNames ["Small", "Medium", "Large"]
|
|
11596
|
+
* @uiGroup Style
|
|
10765
11597
|
*/
|
|
10766
11598
|
"size"?: "small" | "medium" | "large";
|
|
10767
11599
|
/**
|
|
10768
11600
|
* @uiName Button text color
|
|
10769
11601
|
* @uiWidget color
|
|
10770
11602
|
* @format color
|
|
11603
|
+
* @uiGroup Style
|
|
10771
11604
|
*/
|
|
10772
11605
|
"textcolor"?: string;
|
|
10773
11606
|
/**
|
|
10774
11607
|
* @uiType string
|
|
10775
11608
|
* @uiName Button style
|
|
10776
|
-
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
10777
|
-
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
11609
|
+
* @uiEnum ["primary", "secondary", "success", "info", "warning", "danger", "default", "text" ]
|
|
11610
|
+
* @uiEnumNames ["Primary", "Secondary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
10778
11611
|
*/
|
|
10779
11612
|
"type"?: | "primary"
|
|
11613
|
+
| "secondary"
|
|
10780
11614
|
| "success"
|
|
10781
11615
|
| "info"
|
|
10782
11616
|
| "warning"
|
|
@@ -10795,14 +11629,47 @@ declare namespace LocalJSX {
|
|
|
10795
11629
|
"unsupportedPlatformText"?: string;
|
|
10796
11630
|
}
|
|
10797
11631
|
interface SqmShareCode {
|
|
11632
|
+
/**
|
|
11633
|
+
* Background color of share link container
|
|
11634
|
+
* @uiName Background color
|
|
11635
|
+
* @uiWidget color
|
|
11636
|
+
* @format color
|
|
11637
|
+
* @uiGroup Style
|
|
11638
|
+
*/
|
|
11639
|
+
"backgroundColor"?: string;
|
|
11640
|
+
/**
|
|
11641
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
11642
|
+
* @uiName Border color
|
|
11643
|
+
* @uiWidget color
|
|
11644
|
+
* @format color
|
|
11645
|
+
* @uiGroup Style
|
|
11646
|
+
*/
|
|
11647
|
+
"borderColor"?: string;
|
|
11648
|
+
/**
|
|
11649
|
+
* The border radius on the share link container (in pixels)
|
|
11650
|
+
* @uiName Border Radius
|
|
11651
|
+
* @uiType number
|
|
11652
|
+
* @uiGroup Style
|
|
11653
|
+
*/
|
|
11654
|
+
"borderRadius"?: string;
|
|
10798
11655
|
/**
|
|
10799
11656
|
* Set the copy button style and placement
|
|
10800
11657
|
* @uiName Style
|
|
10801
11658
|
* @uiType string
|
|
10802
11659
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
10803
11660
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
11661
|
+
* @uiGroup Style
|
|
10804
11662
|
*/
|
|
10805
11663
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
11664
|
+
/**
|
|
11665
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
11666
|
+
* @uiName Button Type
|
|
11667
|
+
* @uiType string
|
|
11668
|
+
* @uiEnum ["primary", "secondary"]
|
|
11669
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
11670
|
+
* @uiGroup Style
|
|
11671
|
+
*/
|
|
11672
|
+
"buttonType"?: "primary" | "secondary";
|
|
10806
11673
|
/**
|
|
10807
11674
|
* @uiName Copy button label
|
|
10808
11675
|
*/
|
|
@@ -10824,8 +11691,17 @@ declare namespace LocalJSX {
|
|
|
10824
11691
|
* @uiType string
|
|
10825
11692
|
* @uiEnum ["left", "center", "right"]
|
|
10826
11693
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
11694
|
+
* @uiGroup Style
|
|
10827
11695
|
*/
|
|
10828
11696
|
"textAlign"?: "left" | "center" | "right";
|
|
11697
|
+
/**
|
|
11698
|
+
* Color of the text and copy icon
|
|
11699
|
+
* @uiName Text color
|
|
11700
|
+
* @uiWidget color
|
|
11701
|
+
* @format color
|
|
11702
|
+
* @uiGroup Style
|
|
11703
|
+
*/
|
|
11704
|
+
"textColor"?: string;
|
|
10829
11705
|
/**
|
|
10830
11706
|
* The number of milliseconds that the tooltip appears for
|
|
10831
11707
|
* @uiName Tooltip lifespan
|
|
@@ -10838,14 +11714,47 @@ declare namespace LocalJSX {
|
|
|
10838
11714
|
"tooltiptext"?: string;
|
|
10839
11715
|
}
|
|
10840
11716
|
interface SqmShareLink {
|
|
11717
|
+
/**
|
|
11718
|
+
* Background color of share link container
|
|
11719
|
+
* @uiName Background color
|
|
11720
|
+
* @uiWidget color
|
|
11721
|
+
* @format color
|
|
11722
|
+
* @uiGroup Style
|
|
11723
|
+
*/
|
|
11724
|
+
"backgroundColor"?: string;
|
|
11725
|
+
/**
|
|
11726
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
11727
|
+
* @uiName Border color
|
|
11728
|
+
* @uiWidget color
|
|
11729
|
+
* @format color
|
|
11730
|
+
* @uiGroup Style
|
|
11731
|
+
*/
|
|
11732
|
+
"borderColor"?: string;
|
|
11733
|
+
/**
|
|
11734
|
+
* The border radius on the share link container (in pixels)
|
|
11735
|
+
* @uiName Border Radius
|
|
11736
|
+
* @uiType number
|
|
11737
|
+
* @uiGroup Style
|
|
11738
|
+
*/
|
|
11739
|
+
"borderRadius"?: string;
|
|
10841
11740
|
/**
|
|
10842
11741
|
* Set the copy button style and placement
|
|
10843
|
-
* @uiName
|
|
11742
|
+
* @uiName Button style
|
|
10844
11743
|
* @uiType string
|
|
10845
11744
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
10846
11745
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
11746
|
+
* @uiGroup Style
|
|
10847
11747
|
*/
|
|
10848
11748
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
11749
|
+
/**
|
|
11750
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
11751
|
+
* @uiName Button Type
|
|
11752
|
+
* @uiType string
|
|
11753
|
+
* @uiEnum ["primary", "secondary"]
|
|
11754
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
11755
|
+
* @uiGroup Style
|
|
11756
|
+
*/
|
|
11757
|
+
"buttonType"?: "primary" | "secondary";
|
|
10849
11758
|
/**
|
|
10850
11759
|
* @uiName Copy button label
|
|
10851
11760
|
*/
|
|
@@ -10867,8 +11776,17 @@ declare namespace LocalJSX {
|
|
|
10867
11776
|
* @uiType string
|
|
10868
11777
|
* @uiEnum ["left", "center", "right"]
|
|
10869
11778
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
11779
|
+
* @uiGroup Style
|
|
10870
11780
|
*/
|
|
10871
11781
|
"textAlign"?: "left" | "center" | "right";
|
|
11782
|
+
/**
|
|
11783
|
+
* Color of the text and copy icon
|
|
11784
|
+
* @uiName Text color
|
|
11785
|
+
* @uiWidget color
|
|
11786
|
+
* @format color
|
|
11787
|
+
* @uiGroup Style
|
|
11788
|
+
*/
|
|
11789
|
+
"textColor"?: string;
|
|
10872
11790
|
/**
|
|
10873
11791
|
* The number of milliseconds that the tooltip appears for
|
|
10874
11792
|
* @uiName Tooltip lifespan
|
|
@@ -10882,12 +11800,34 @@ declare namespace LocalJSX {
|
|
|
10882
11800
|
}
|
|
10883
11801
|
interface SqmStatContainer {
|
|
10884
11802
|
/**
|
|
11803
|
+
* Controls the alignment of the flexbox
|
|
11804
|
+
* @uiName Alignment
|
|
11805
|
+
* @uiType string
|
|
11806
|
+
* @uiEnum ["left", "right", "center"]
|
|
11807
|
+
* @uiEnumNames ["Left", "Right", "Center"]
|
|
11808
|
+
*/
|
|
11809
|
+
"alignment"?: "left" | "right" | "center";
|
|
11810
|
+
/**
|
|
11811
|
+
* @undocumented
|
|
10885
11812
|
* @uiName Display
|
|
10886
11813
|
* @uiType string
|
|
10887
11814
|
* @uiEnum ["grid", "flex"]
|
|
10888
11815
|
* @uiEnumNames ["Grid", "Flex"]
|
|
10889
11816
|
*/
|
|
10890
11817
|
"display"?: "grid" | "flex";
|
|
11818
|
+
/**
|
|
11819
|
+
* @uiName Gap
|
|
11820
|
+
* @uiType string
|
|
11821
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
11822
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
11823
|
+
*/
|
|
11824
|
+
"gap"?: Spacing;
|
|
11825
|
+
/**
|
|
11826
|
+
* Hide the seperating border between stats
|
|
11827
|
+
* @uiName Hide border
|
|
11828
|
+
* @uiType boolean
|
|
11829
|
+
*/
|
|
11830
|
+
"hideBorder"?: boolean;
|
|
10891
11831
|
/**
|
|
10892
11832
|
* @uiName Space between stats
|
|
10893
11833
|
* @uiType string
|
|
@@ -10929,13 +11869,46 @@ declare namespace LocalJSX {
|
|
|
10929
11869
|
* @uiEnumNames ["Left", "Right", "Bottom", "Top"]
|
|
10930
11870
|
*/
|
|
10931
11871
|
"placement"?: "left" | "right" | "bottom" | "top";
|
|
11872
|
+
/**
|
|
11873
|
+
* Tab text color
|
|
11874
|
+
* @uiName Text color
|
|
11875
|
+
* @uiType string
|
|
11876
|
+
* @uiWidget color
|
|
11877
|
+
*/
|
|
11878
|
+
"textColor"?: string;
|
|
10932
11879
|
}
|
|
10933
11880
|
interface SqmTaskCard {
|
|
11881
|
+
/**
|
|
11882
|
+
* @uiName Card Background color
|
|
11883
|
+
* @uiWidget color
|
|
11884
|
+
* @uiGroup Style
|
|
11885
|
+
*/
|
|
11886
|
+
"backgroundColor"?: string;
|
|
11887
|
+
/**
|
|
11888
|
+
* @uiName Border color
|
|
11889
|
+
* @uiWidget color
|
|
11890
|
+
* @uiGroup Style
|
|
11891
|
+
*/
|
|
11892
|
+
"borderColor"?: string;
|
|
11893
|
+
/**
|
|
11894
|
+
* @uiName Border radius
|
|
11895
|
+
* @uiType number
|
|
11896
|
+
* @uiGroup Style
|
|
11897
|
+
*/
|
|
11898
|
+
"borderRadius"?: number;
|
|
10934
11899
|
/**
|
|
10935
11900
|
* @uiName Button link
|
|
10936
11901
|
* @uiGroup Button
|
|
10937
11902
|
*/
|
|
10938
11903
|
"buttonLink"?: string;
|
|
11904
|
+
/**
|
|
11905
|
+
* @uiName Button Style
|
|
11906
|
+
* @uiType string
|
|
11907
|
+
* @uiEnum ["primary", "secondary"]
|
|
11908
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
11909
|
+
* @uiGroup Style
|
|
11910
|
+
*/
|
|
11911
|
+
"buttonStyle"?: "primary" | "secondary";
|
|
10939
11912
|
/**
|
|
10940
11913
|
* @uiName Button text
|
|
10941
11914
|
* @uiGroup Button
|
|
@@ -11078,6 +12051,12 @@ declare namespace LocalJSX {
|
|
|
11078
12051
|
* @default
|
|
11079
12052
|
*/
|
|
11080
12053
|
"steps"?: boolean;
|
|
12054
|
+
/**
|
|
12055
|
+
* @uiName Text color
|
|
12056
|
+
* @uiWidget color
|
|
12057
|
+
* @uiGroup Style
|
|
12058
|
+
*/
|
|
12059
|
+
"textColor"?: string;
|
|
11081
12060
|
}
|
|
11082
12061
|
interface SqmTaxAndCash {
|
|
11083
12062
|
/**
|
|
@@ -12311,6 +13290,18 @@ declare namespace LocalJSX {
|
|
|
12311
13290
|
"verificationReviewInternalHeader"?: string;
|
|
12312
13291
|
}
|
|
12313
13292
|
interface SqmText {
|
|
13293
|
+
/**
|
|
13294
|
+
* Font size in pixels
|
|
13295
|
+
* @uiName Font Size
|
|
13296
|
+
* @uiType number
|
|
13297
|
+
*/
|
|
13298
|
+
"fontSize"?: number;
|
|
13299
|
+
/**
|
|
13300
|
+
* @uiName Text Color
|
|
13301
|
+
* @uiWidget color
|
|
13302
|
+
* @format color
|
|
13303
|
+
*/
|
|
13304
|
+
"textColor"?: string;
|
|
12314
13305
|
}
|
|
12315
13306
|
interface SqmTextSpan {
|
|
12316
13307
|
/**
|
|
@@ -12346,10 +13337,24 @@ declare namespace LocalJSX {
|
|
|
12346
13337
|
* @uiEnumNames ["Gift", "Circle"]
|
|
12347
13338
|
*/
|
|
12348
13339
|
"icon"?: "gift" | "circle";
|
|
13340
|
+
/**
|
|
13341
|
+
* Color of timeline
|
|
13342
|
+
* @uiName Line color
|
|
13343
|
+
* @uiWidget color
|
|
13344
|
+
* @format color
|
|
13345
|
+
*/
|
|
13346
|
+
"lineColor"?: string;
|
|
12349
13347
|
/**
|
|
12350
13348
|
* @uiName Reward amount
|
|
12351
13349
|
*/
|
|
12352
13350
|
"reward"?: string;
|
|
13351
|
+
/**
|
|
13352
|
+
* Color of the text and copy icon
|
|
13353
|
+
* @uiName Text color
|
|
13354
|
+
* @uiWidget color
|
|
13355
|
+
* @format color
|
|
13356
|
+
*/
|
|
13357
|
+
"textColor"?: string;
|
|
12353
13358
|
/**
|
|
12354
13359
|
* @uiName Reward unit
|
|
12355
13360
|
*/
|