@saasquatch/mint-components 1.15.0-2 → 1.15.0-21
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 +271 -114
- 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 +14 -6
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +60 -1
- 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 +271 -114
- 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-0ac8fde9.entry.js +258 -0
- 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-58d06097.system.entry.js +1 -0
- 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-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-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 +4 -1
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +15 -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 +1035 -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,18 @@ 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;
|
|
676
|
+
/**
|
|
677
|
+
* Color of the divider (defaults to default text color if none is set)
|
|
678
|
+
* @uiName Divider Background Color
|
|
679
|
+
* @uiWidget color
|
|
680
|
+
*/
|
|
681
|
+
"borderColor"?: string;
|
|
586
682
|
/**
|
|
587
683
|
* Overrides max-width of content area
|
|
588
684
|
* @uiName Content Area Width
|
|
@@ -597,7 +693,7 @@ export namespace Components {
|
|
|
597
693
|
*/
|
|
598
694
|
"direction": "row" | "column";
|
|
599
695
|
/**
|
|
600
|
-
* Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.
|
|
696
|
+
* @undocumented Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.
|
|
601
697
|
* @uiName Border style
|
|
602
698
|
*/
|
|
603
699
|
"dividerStyle": string;
|
|
@@ -936,6 +1032,7 @@ export namespace Components {
|
|
|
936
1032
|
* @uiName Background color
|
|
937
1033
|
* @uiWidget color
|
|
938
1034
|
* @format color
|
|
1035
|
+
* @uiGroup Style
|
|
939
1036
|
*/
|
|
940
1037
|
"backgroundColor"?: string;
|
|
941
1038
|
/**
|
|
@@ -951,6 +1048,15 @@ export namespace Components {
|
|
|
951
1048
|
* @uiName Button text
|
|
952
1049
|
*/
|
|
953
1050
|
"buttonText"?: string;
|
|
1051
|
+
/**
|
|
1052
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
1053
|
+
* @uiName Button Type
|
|
1054
|
+
* @uiType string
|
|
1055
|
+
* @uiEnum ["primary", "secondary"]
|
|
1056
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
1057
|
+
* @uiGroup Style
|
|
1058
|
+
*/
|
|
1059
|
+
"buttonType"?: "primary" | "secondary";
|
|
954
1060
|
/**
|
|
955
1061
|
* @uiName Description
|
|
956
1062
|
* @uiWidget textArea
|
|
@@ -965,11 +1071,13 @@ export namespace Components {
|
|
|
965
1071
|
* @uiType string
|
|
966
1072
|
* @uiEnum ["top", "bottom"]
|
|
967
1073
|
* @uiEnumNames ["Top", "Bottom"]
|
|
1074
|
+
* @uiGroup Style
|
|
968
1075
|
*/
|
|
969
1076
|
"imageMobilePos": "top" | "bottom";
|
|
970
1077
|
/**
|
|
971
1078
|
* @uiName Image percentage
|
|
972
1079
|
* @uiType number
|
|
1080
|
+
* @uiGroup Style
|
|
973
1081
|
*/
|
|
974
1082
|
"imagePercentage": number;
|
|
975
1083
|
/**
|
|
@@ -977,6 +1085,7 @@ export namespace Components {
|
|
|
977
1085
|
* @uiType string
|
|
978
1086
|
* @uiEnum ["left", "center", "right"]
|
|
979
1087
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
1088
|
+
* @uiGroup Style
|
|
980
1089
|
*/
|
|
981
1090
|
"imagePos": "left" | "center" | "right";
|
|
982
1091
|
/**
|
|
@@ -990,16 +1099,19 @@ export namespace Components {
|
|
|
990
1099
|
* @uiType string
|
|
991
1100
|
* @uiEnum ["overlay", "columns"]
|
|
992
1101
|
* @uiEnumNames ["Overlay", "Two-column"]
|
|
1102
|
+
* @uiGroup Style
|
|
993
1103
|
*/
|
|
994
1104
|
"layout": "overlay" | "columns";
|
|
995
1105
|
/**
|
|
996
1106
|
* @uiName Overlay color
|
|
997
1107
|
* @uiWidget color
|
|
998
1108
|
* @format color
|
|
1109
|
+
* @uiGroup Style
|
|
999
1110
|
*/
|
|
1000
1111
|
"overlayColor"?: string;
|
|
1001
1112
|
/**
|
|
1002
1113
|
* @uiName Overlay opacity
|
|
1114
|
+
* @uiGroup Style
|
|
1003
1115
|
*/
|
|
1004
1116
|
"overlayOpacity": string;
|
|
1005
1117
|
/**
|
|
@@ -1007,6 +1119,7 @@ export namespace Components {
|
|
|
1007
1119
|
* @uiType string
|
|
1008
1120
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1009
1121
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1122
|
+
* @uiGroup Style
|
|
1010
1123
|
*/
|
|
1011
1124
|
"paddingImage": Spacing;
|
|
1012
1125
|
/**
|
|
@@ -1014,12 +1127,14 @@ export namespace Components {
|
|
|
1014
1127
|
* @uiType string
|
|
1015
1128
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1016
1129
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1130
|
+
* @uiGroup Style
|
|
1017
1131
|
*/
|
|
1018
1132
|
"paddingText": Spacing;
|
|
1019
1133
|
/**
|
|
1020
1134
|
* @uiName Text color
|
|
1021
1135
|
* @uiWidget color
|
|
1022
1136
|
* @format color
|
|
1137
|
+
* @uiGroup Style
|
|
1023
1138
|
*/
|
|
1024
1139
|
"textColor"?: string;
|
|
1025
1140
|
}
|
|
@@ -1441,6 +1556,26 @@ export namespace Components {
|
|
|
1441
1556
|
* @uiName Unknown user text
|
|
1442
1557
|
*/
|
|
1443
1558
|
"anonymousUser": string;
|
|
1559
|
+
/**
|
|
1560
|
+
* Changes the background color of the leaderboard.
|
|
1561
|
+
* @uiName Background Color
|
|
1562
|
+
* @uiWidget color
|
|
1563
|
+
* @uiGroup Style
|
|
1564
|
+
*/
|
|
1565
|
+
"background"?: string;
|
|
1566
|
+
/**
|
|
1567
|
+
* Changes the border color of the table rows.
|
|
1568
|
+
* @uiName Border Color
|
|
1569
|
+
* @uiWidget color
|
|
1570
|
+
* @uiGroup Style
|
|
1571
|
+
*/
|
|
1572
|
+
"borderColor"?: string;
|
|
1573
|
+
/**
|
|
1574
|
+
* Leaderboard border radius in pixels.
|
|
1575
|
+
* @uiName Border Radius
|
|
1576
|
+
* @uiGroup Style
|
|
1577
|
+
*/
|
|
1578
|
+
"borderRadius"?: number;
|
|
1444
1579
|
/**
|
|
1445
1580
|
* @undocumented
|
|
1446
1581
|
* @uiType object
|
|
@@ -1509,10 +1644,31 @@ export namespace Components {
|
|
|
1509
1644
|
* @uiName Stats column heading
|
|
1510
1645
|
*/
|
|
1511
1646
|
"statsheading": string;
|
|
1647
|
+
/**
|
|
1648
|
+
* Text color of the leaderboard.
|
|
1649
|
+
* @uiName Text Color
|
|
1650
|
+
* @uiWidget color
|
|
1651
|
+
* @uiGroup Style
|
|
1652
|
+
*/
|
|
1653
|
+
"textColor"?: string;
|
|
1512
1654
|
/**
|
|
1513
1655
|
* @uiName User column heading
|
|
1514
1656
|
*/
|
|
1515
1657
|
"usersheading": string;
|
|
1658
|
+
/**
|
|
1659
|
+
* Changes the background color of the viewing user row in the leaderboard.
|
|
1660
|
+
* @uiName Viewing User Highlight Color
|
|
1661
|
+
* @uiWidget color
|
|
1662
|
+
* @uiGroup Style
|
|
1663
|
+
*/
|
|
1664
|
+
"viewingUserHighlightColor"?: string;
|
|
1665
|
+
/**
|
|
1666
|
+
* Changes the text color of the viewing user row in the leaderboard.
|
|
1667
|
+
* @uiName Viewing User Text Color
|
|
1668
|
+
* @uiWidget color
|
|
1669
|
+
* @uiGroup Style
|
|
1670
|
+
*/
|
|
1671
|
+
"viewingUserHighlightTextColor"?: string;
|
|
1516
1672
|
/**
|
|
1517
1673
|
* @uiName Viewing user text
|
|
1518
1674
|
*/
|
|
@@ -1655,8 +1811,47 @@ export namespace Components {
|
|
|
1655
1811
|
"menuLabel": string;
|
|
1656
1812
|
}
|
|
1657
1813
|
interface SqmNavigationSidebar {
|
|
1814
|
+
/**
|
|
1815
|
+
* @undocumented
|
|
1816
|
+
* @uiType object
|
|
1817
|
+
*/
|
|
1818
|
+
"demoData"?: DemoData<NavigationSidebarViewProps>;
|
|
1819
|
+
/**
|
|
1820
|
+
* @uiName Text color
|
|
1821
|
+
* @uiWidget color
|
|
1822
|
+
* @format color
|
|
1823
|
+
* @uiGroup Style
|
|
1824
|
+
*/
|
|
1825
|
+
"mobileMenuColor"?: string;
|
|
1658
1826
|
}
|
|
1659
1827
|
interface SqmNavigationSidebarItem {
|
|
1828
|
+
/**
|
|
1829
|
+
* Background color of the nav item
|
|
1830
|
+
* @uiName Background Color
|
|
1831
|
+
* @uiWidget color
|
|
1832
|
+
* @uiGroup Style
|
|
1833
|
+
*/
|
|
1834
|
+
"backgroundColor"?: string;
|
|
1835
|
+
/**
|
|
1836
|
+
* Background color of the nav item when focused
|
|
1837
|
+
* @uiName Background Focused Color
|
|
1838
|
+
* @uiWidget color
|
|
1839
|
+
* @uiGroup Style
|
|
1840
|
+
*/
|
|
1841
|
+
"backgroundFocusedColor"?: string;
|
|
1842
|
+
/**
|
|
1843
|
+
* Background color of the nav item when hovered
|
|
1844
|
+
* @uiName Background Hover Color
|
|
1845
|
+
* @uiWidget color
|
|
1846
|
+
* @uiGroup Style
|
|
1847
|
+
*/
|
|
1848
|
+
"backgroundHoverColor"?: string;
|
|
1849
|
+
/**
|
|
1850
|
+
* Border radius (in number of pixels)
|
|
1851
|
+
* @uiName Border Radius
|
|
1852
|
+
* @uiGroup Style
|
|
1853
|
+
*/
|
|
1854
|
+
"borderRadius"?: number;
|
|
1660
1855
|
/**
|
|
1661
1856
|
* @undocumented
|
|
1662
1857
|
* @uiType object
|
|
@@ -1665,19 +1860,57 @@ export namespace Components {
|
|
|
1665
1860
|
/**
|
|
1666
1861
|
* Options available at https://shoelace.style/components/icon
|
|
1667
1862
|
* @uiName Icon
|
|
1863
|
+
* @uiGroup Style
|
|
1668
1864
|
*/
|
|
1669
1865
|
"icon": string;
|
|
1670
1866
|
/**
|
|
1671
1867
|
* @uiName Label
|
|
1672
1868
|
*/
|
|
1673
1869
|
"label": string;
|
|
1870
|
+
/**
|
|
1871
|
+
* @uiName Padding
|
|
1872
|
+
* @uiType string
|
|
1873
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1874
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1875
|
+
*/
|
|
1876
|
+
"padding"?: Spacing;
|
|
1674
1877
|
/**
|
|
1675
1878
|
* @uiName Navigation path
|
|
1676
1879
|
* @uiWidget pageSelect
|
|
1677
1880
|
*/
|
|
1678
1881
|
"path": string;
|
|
1882
|
+
/**
|
|
1883
|
+
* Text color of the nav item
|
|
1884
|
+
* @uiName Text Color
|
|
1885
|
+
* @uiWidget color
|
|
1886
|
+
* @uiGroup Style
|
|
1887
|
+
*/
|
|
1888
|
+
"textColor"?: string;
|
|
1889
|
+
/**
|
|
1890
|
+
* Text color of the nav item when items is focused
|
|
1891
|
+
* @uiName Text Focused Color
|
|
1892
|
+
* @uiWidget color
|
|
1893
|
+
* @uiGroup Style
|
|
1894
|
+
*/
|
|
1895
|
+
"textFocusedColor"?: string;
|
|
1896
|
+
/**
|
|
1897
|
+
* Text color of the nav item when hovered
|
|
1898
|
+
* @uiName Text Hover Color
|
|
1899
|
+
* @uiWidget color
|
|
1900
|
+
* @uiGroup Style
|
|
1901
|
+
*/
|
|
1902
|
+
"textHoverColor"?: string;
|
|
1679
1903
|
}
|
|
1680
1904
|
interface SqmPagination {
|
|
1905
|
+
/**
|
|
1906
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
1907
|
+
* @uiName Button Type
|
|
1908
|
+
* @uiType string
|
|
1909
|
+
* @uiEnum ["primary", "secondary"]
|
|
1910
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
1911
|
+
* @uiGroup Style
|
|
1912
|
+
*/
|
|
1913
|
+
"buttonType"?: "primary" | "secondary";
|
|
1681
1914
|
/**
|
|
1682
1915
|
* @undocumented
|
|
1683
1916
|
* @uiType object
|
|
@@ -2224,6 +2457,12 @@ export namespace Components {
|
|
|
2224
2457
|
"successAlertText": string;
|
|
2225
2458
|
}
|
|
2226
2459
|
interface SqmPortalFrame {
|
|
2460
|
+
/**
|
|
2461
|
+
* @uiName Background color
|
|
2462
|
+
* @uiWidget color
|
|
2463
|
+
* @uiType string
|
|
2464
|
+
*/
|
|
2465
|
+
"backgroundColor": string;
|
|
2227
2466
|
/**
|
|
2228
2467
|
* @undocumented
|
|
2229
2468
|
* @uiType object
|
|
@@ -2961,7 +3200,13 @@ export namespace Components {
|
|
|
2961
3200
|
* @uiWidget color
|
|
2962
3201
|
* @format color
|
|
2963
3202
|
*/
|
|
2964
|
-
"backgroundColor"
|
|
3203
|
+
"backgroundColor"?: string;
|
|
3204
|
+
/**
|
|
3205
|
+
* Amount in pixels
|
|
3206
|
+
* @uiName Border radius
|
|
3207
|
+
* @type number
|
|
3208
|
+
*/
|
|
3209
|
+
"borderRadius"?: number;
|
|
2965
3210
|
/**
|
|
2966
3211
|
* @uiName Description
|
|
2967
3212
|
* @uiWidget textArea
|
|
@@ -2976,6 +3221,18 @@ export namespace Components {
|
|
|
2976
3221
|
* @uiName Icon
|
|
2977
3222
|
*/
|
|
2978
3223
|
"icon"?: string;
|
|
3224
|
+
/**
|
|
3225
|
+
* @uiName Icon Background color
|
|
3226
|
+
* @uiWidget color
|
|
3227
|
+
* @format color
|
|
3228
|
+
*/
|
|
3229
|
+
"iconBackgroundColor"?: string;
|
|
3230
|
+
/**
|
|
3231
|
+
* @uiName Icon color
|
|
3232
|
+
* @uiWidget color
|
|
3233
|
+
* @format color
|
|
3234
|
+
*/
|
|
3235
|
+
"iconColor"?: string;
|
|
2979
3236
|
/**
|
|
2980
3237
|
* Displayed in place of an icon
|
|
2981
3238
|
* @uiName Image URL
|
|
@@ -2988,7 +3245,7 @@ export namespace Components {
|
|
|
2988
3245
|
* @uiWidget color
|
|
2989
3246
|
* @format color
|
|
2990
3247
|
*/
|
|
2991
|
-
"textColor"
|
|
3248
|
+
"textColor"?: string;
|
|
2992
3249
|
}
|
|
2993
3250
|
interface SqmProgramMenu {
|
|
2994
3251
|
}
|
|
@@ -3041,6 +3298,19 @@ export namespace Components {
|
|
|
3041
3298
|
* @uiType string
|
|
3042
3299
|
*/
|
|
3043
3300
|
"backgroundColor": string;
|
|
3301
|
+
/**
|
|
3302
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
3303
|
+
* @uiName Border color
|
|
3304
|
+
* @uiWidget color
|
|
3305
|
+
* @format color
|
|
3306
|
+
*/
|
|
3307
|
+
"borderColor"?: string;
|
|
3308
|
+
/**
|
|
3309
|
+
* The border radius on the share link container (in pixels)
|
|
3310
|
+
* @uiName Border Radius
|
|
3311
|
+
* @uiType number
|
|
3312
|
+
*/
|
|
3313
|
+
"borderRadius"?: number;
|
|
3044
3314
|
/**
|
|
3045
3315
|
* @uiName Hide border
|
|
3046
3316
|
* @uiType boolean
|
|
@@ -3079,6 +3349,13 @@ export namespace Components {
|
|
|
3079
3349
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
3080
3350
|
*/
|
|
3081
3351
|
"paddingTop": string;
|
|
3352
|
+
/**
|
|
3353
|
+
* Color of the text and copy icon
|
|
3354
|
+
* @uiName Text color
|
|
3355
|
+
* @uiWidget color
|
|
3356
|
+
* @format color
|
|
3357
|
+
*/
|
|
3358
|
+
"textColor"?: string;
|
|
3082
3359
|
/**
|
|
3083
3360
|
* @uiName Vertical alignment
|
|
3084
3361
|
* @uiType string
|
|
@@ -3088,14 +3365,47 @@ export namespace Components {
|
|
|
3088
3365
|
"verticalAlignment": "start" | "center" | "end";
|
|
3089
3366
|
}
|
|
3090
3367
|
interface SqmReferralCode {
|
|
3368
|
+
/**
|
|
3369
|
+
* Background color of share link container
|
|
3370
|
+
* @uiName Background color
|
|
3371
|
+
* @uiWidget color
|
|
3372
|
+
* @format color
|
|
3373
|
+
* @uiGroup Style
|
|
3374
|
+
*/
|
|
3375
|
+
"backgroundColor"?: string;
|
|
3376
|
+
/**
|
|
3377
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
3378
|
+
* @uiName Border color
|
|
3379
|
+
* @uiWidget color
|
|
3380
|
+
* @format color
|
|
3381
|
+
* @uiGroup Style
|
|
3382
|
+
*/
|
|
3383
|
+
"borderColor"?: string;
|
|
3384
|
+
/**
|
|
3385
|
+
* The border radius on the share link container (in pixels)
|
|
3386
|
+
* @uiName Border Radius
|
|
3387
|
+
* @uiType number
|
|
3388
|
+
* @uiGroup Style
|
|
3389
|
+
*/
|
|
3390
|
+
"borderRadius"?: string;
|
|
3091
3391
|
/**
|
|
3092
3392
|
* Set the copy button style and placement
|
|
3093
3393
|
* @uiName Style
|
|
3094
3394
|
* @uiType string
|
|
3095
3395
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
3096
3396
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
3397
|
+
* @uiGroup Style
|
|
3097
3398
|
*/
|
|
3098
3399
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
3400
|
+
/**
|
|
3401
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
3402
|
+
* @uiName Button Type
|
|
3403
|
+
* @uiType string
|
|
3404
|
+
* @uiEnum ["primary", "secondary"]
|
|
3405
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
3406
|
+
* @uiGroup Style
|
|
3407
|
+
*/
|
|
3408
|
+
"buttonType"?: "primary" | "secondary";
|
|
3099
3409
|
/**
|
|
3100
3410
|
* @uiName Copy button label
|
|
3101
3411
|
*/
|
|
@@ -3127,8 +3437,17 @@ export namespace Components {
|
|
|
3127
3437
|
* @uiType string
|
|
3128
3438
|
* @uiEnum ["left", "center", "right"]
|
|
3129
3439
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
3440
|
+
* @uiGroup Style
|
|
3130
3441
|
*/
|
|
3131
3442
|
"textAlign": "left" | "center" | "right";
|
|
3443
|
+
/**
|
|
3444
|
+
* Color of the text and copy icon
|
|
3445
|
+
* @uiName Text color
|
|
3446
|
+
* @uiWidget color
|
|
3447
|
+
* @format color
|
|
3448
|
+
* @uiGroup Style
|
|
3449
|
+
*/
|
|
3450
|
+
"textColor"?: string;
|
|
3132
3451
|
/**
|
|
3133
3452
|
* The number of milliseconds that the tooltip appears for
|
|
3134
3453
|
* @uiName Tooltip lifespan
|
|
@@ -3163,6 +3482,12 @@ export namespace Components {
|
|
|
3163
3482
|
* @uiWidget programSelector
|
|
3164
3483
|
*/
|
|
3165
3484
|
"programId"?: string;
|
|
3485
|
+
/**
|
|
3486
|
+
* @uiName Text Color
|
|
3487
|
+
* @uiType string
|
|
3488
|
+
* @uiWidget color
|
|
3489
|
+
*/
|
|
3490
|
+
"textColor"?: string;
|
|
3166
3491
|
/**
|
|
3167
3492
|
* @uiName Title Text
|
|
3168
3493
|
*/
|
|
@@ -3964,11 +4289,18 @@ export namespace Components {
|
|
|
3964
4289
|
* @uiName Button background color
|
|
3965
4290
|
* @uiWidget color
|
|
3966
4291
|
* @format color
|
|
4292
|
+
* @uiGroup Style
|
|
3967
4293
|
*/
|
|
3968
4294
|
"backgroundcolor"?: string;
|
|
4295
|
+
/**
|
|
4296
|
+
* @uiName Border
|
|
4297
|
+
* @uiGroup Style
|
|
4298
|
+
*/
|
|
4299
|
+
"border"?: string;
|
|
3969
4300
|
/**
|
|
3970
4301
|
* Configure border radius with pixel amount
|
|
3971
4302
|
* @uiName Border radius
|
|
4303
|
+
* @uiGroup Style
|
|
3972
4304
|
*/
|
|
3973
4305
|
"borderradius"?: number;
|
|
3974
4306
|
/**
|
|
@@ -3982,11 +4314,13 @@ export namespace Components {
|
|
|
3982
4314
|
"disabled"?: boolean;
|
|
3983
4315
|
/**
|
|
3984
4316
|
* @uiName Hide icon
|
|
4317
|
+
* @uiGroup Style
|
|
3985
4318
|
* @default
|
|
3986
4319
|
*/
|
|
3987
4320
|
"hideicon"?: boolean;
|
|
3988
4321
|
/**
|
|
3989
4322
|
* @uiName Hide text
|
|
4323
|
+
* @uiGroup Style
|
|
3990
4324
|
* @default
|
|
3991
4325
|
*/
|
|
3992
4326
|
"hidetext"?: boolean;
|
|
@@ -4024,6 +4358,7 @@ export namespace Components {
|
|
|
4024
4358
|
| "unknown";
|
|
4025
4359
|
/**
|
|
4026
4360
|
* @uiName Display pill
|
|
4361
|
+
* @uiGroup Style
|
|
4027
4362
|
*/
|
|
4028
4363
|
"pill"?: boolean;
|
|
4029
4364
|
/**
|
|
@@ -4047,21 +4382,24 @@ export namespace Components {
|
|
|
4047
4382
|
* @uiType string
|
|
4048
4383
|
* @uiEnum ["small", "medium", "large" ]
|
|
4049
4384
|
* @uiEnumNames ["Small", "Medium", "Large"]
|
|
4385
|
+
* @uiGroup Style
|
|
4050
4386
|
*/
|
|
4051
4387
|
"size"?: "small" | "medium" | "large";
|
|
4052
4388
|
/**
|
|
4053
4389
|
* @uiName Button text color
|
|
4054
4390
|
* @uiWidget color
|
|
4055
4391
|
* @format color
|
|
4392
|
+
* @uiGroup Style
|
|
4056
4393
|
*/
|
|
4057
4394
|
"textcolor"?: string;
|
|
4058
4395
|
/**
|
|
4059
4396
|
* @uiType string
|
|
4060
4397
|
* @uiName Button style
|
|
4061
|
-
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
4062
|
-
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
4398
|
+
* @uiEnum ["primary", "secondary", "success", "info", "warning", "danger", "default", "text" ]
|
|
4399
|
+
* @uiEnumNames ["Primary", "Secondary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
4063
4400
|
*/
|
|
4064
4401
|
"type"?: | "primary"
|
|
4402
|
+
| "secondary"
|
|
4065
4403
|
| "success"
|
|
4066
4404
|
| "info"
|
|
4067
4405
|
| "warning"
|
|
@@ -4080,14 +4418,47 @@ export namespace Components {
|
|
|
4080
4418
|
"unsupportedPlatformText"?: string;
|
|
4081
4419
|
}
|
|
4082
4420
|
interface SqmShareCode {
|
|
4421
|
+
/**
|
|
4422
|
+
* Background color of share link container
|
|
4423
|
+
* @uiName Background color
|
|
4424
|
+
* @uiWidget color
|
|
4425
|
+
* @format color
|
|
4426
|
+
* @uiGroup Style
|
|
4427
|
+
*/
|
|
4428
|
+
"backgroundColor"?: string;
|
|
4429
|
+
/**
|
|
4430
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
4431
|
+
* @uiName Border color
|
|
4432
|
+
* @uiWidget color
|
|
4433
|
+
* @format color
|
|
4434
|
+
* @uiGroup Style
|
|
4435
|
+
*/
|
|
4436
|
+
"borderColor"?: string;
|
|
4437
|
+
/**
|
|
4438
|
+
* The border radius on the share link container (in pixels)
|
|
4439
|
+
* @uiName Border Radius
|
|
4440
|
+
* @uiType number
|
|
4441
|
+
* @uiGroup Style
|
|
4442
|
+
*/
|
|
4443
|
+
"borderRadius"?: string;
|
|
4083
4444
|
/**
|
|
4084
4445
|
* Set the copy button style and placement
|
|
4085
4446
|
* @uiName Style
|
|
4086
4447
|
* @uiType string
|
|
4087
4448
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
4088
4449
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4450
|
+
* @uiGroup Style
|
|
4089
4451
|
*/
|
|
4090
4452
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
4453
|
+
/**
|
|
4454
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
4455
|
+
* @uiName Button Type
|
|
4456
|
+
* @uiType string
|
|
4457
|
+
* @uiEnum ["primary", "secondary"]
|
|
4458
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
4459
|
+
* @uiGroup Style
|
|
4460
|
+
*/
|
|
4461
|
+
"buttonType"?: "primary" | "secondary";
|
|
4091
4462
|
/**
|
|
4092
4463
|
* @uiName Copy button label
|
|
4093
4464
|
*/
|
|
@@ -4109,8 +4480,17 @@ export namespace Components {
|
|
|
4109
4480
|
* @uiType string
|
|
4110
4481
|
* @uiEnum ["left", "center", "right"]
|
|
4111
4482
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
4483
|
+
* @uiGroup Style
|
|
4112
4484
|
*/
|
|
4113
4485
|
"textAlign": "left" | "center" | "right";
|
|
4486
|
+
/**
|
|
4487
|
+
* Color of the text and copy icon
|
|
4488
|
+
* @uiName Text color
|
|
4489
|
+
* @uiWidget color
|
|
4490
|
+
* @format color
|
|
4491
|
+
* @uiGroup Style
|
|
4492
|
+
*/
|
|
4493
|
+
"textColor"?: string;
|
|
4114
4494
|
/**
|
|
4115
4495
|
* The number of milliseconds that the tooltip appears for
|
|
4116
4496
|
* @uiName Tooltip lifespan
|
|
@@ -4123,14 +4503,47 @@ export namespace Components {
|
|
|
4123
4503
|
"tooltiptext": string;
|
|
4124
4504
|
}
|
|
4125
4505
|
interface SqmShareLink {
|
|
4506
|
+
/**
|
|
4507
|
+
* Background color of share link container
|
|
4508
|
+
* @uiName Background color
|
|
4509
|
+
* @uiWidget color
|
|
4510
|
+
* @format color
|
|
4511
|
+
* @uiGroup Style
|
|
4512
|
+
*/
|
|
4513
|
+
"backgroundColor"?: string;
|
|
4514
|
+
/**
|
|
4515
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
4516
|
+
* @uiName Border color
|
|
4517
|
+
* @uiWidget color
|
|
4518
|
+
* @format color
|
|
4519
|
+
* @uiGroup Style
|
|
4520
|
+
*/
|
|
4521
|
+
"borderColor"?: string;
|
|
4522
|
+
/**
|
|
4523
|
+
* The border radius on the share link container (in pixels)
|
|
4524
|
+
* @uiName Border Radius
|
|
4525
|
+
* @uiType number
|
|
4526
|
+
* @uiGroup Style
|
|
4527
|
+
*/
|
|
4528
|
+
"borderRadius"?: string;
|
|
4126
4529
|
/**
|
|
4127
4530
|
* Set the copy button style and placement
|
|
4128
|
-
* @uiName
|
|
4531
|
+
* @uiName Button style
|
|
4129
4532
|
* @uiType string
|
|
4130
4533
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
4131
4534
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4535
|
+
* @uiGroup Style
|
|
4132
4536
|
*/
|
|
4133
4537
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
4538
|
+
/**
|
|
4539
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
4540
|
+
* @uiName Button Type
|
|
4541
|
+
* @uiType string
|
|
4542
|
+
* @uiEnum ["primary", "secondary"]
|
|
4543
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
4544
|
+
* @uiGroup Style
|
|
4545
|
+
*/
|
|
4546
|
+
"buttonType"?: "primary" | "secondary";
|
|
4134
4547
|
/**
|
|
4135
4548
|
* @uiName Copy button label
|
|
4136
4549
|
*/
|
|
@@ -4152,8 +4565,17 @@ export namespace Components {
|
|
|
4152
4565
|
* @uiType string
|
|
4153
4566
|
* @uiEnum ["left", "center", "right"]
|
|
4154
4567
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
4568
|
+
* @uiGroup Style
|
|
4155
4569
|
*/
|
|
4156
4570
|
"textAlign"?: "left" | "center" | "right";
|
|
4571
|
+
/**
|
|
4572
|
+
* Color of the text and copy icon
|
|
4573
|
+
* @uiName Text color
|
|
4574
|
+
* @uiWidget color
|
|
4575
|
+
* @format color
|
|
4576
|
+
* @uiGroup Style
|
|
4577
|
+
*/
|
|
4578
|
+
"textColor"?: string;
|
|
4157
4579
|
/**
|
|
4158
4580
|
* The number of milliseconds that the tooltip appears for
|
|
4159
4581
|
* @uiName Tooltip lifespan
|
|
@@ -4167,12 +4589,34 @@ export namespace Components {
|
|
|
4167
4589
|
}
|
|
4168
4590
|
interface SqmStatContainer {
|
|
4169
4591
|
/**
|
|
4592
|
+
* Controls the alignment of the flexbox
|
|
4593
|
+
* @uiName Alignment
|
|
4594
|
+
* @uiType string
|
|
4595
|
+
* @uiEnum ["left", "right", "center"]
|
|
4596
|
+
* @uiEnumNames ["Left", "Right", "Center"]
|
|
4597
|
+
*/
|
|
4598
|
+
"alignment"?: "left" | "right" | "center";
|
|
4599
|
+
/**
|
|
4600
|
+
* @undocumented
|
|
4170
4601
|
* @uiName Display
|
|
4171
4602
|
* @uiType string
|
|
4172
4603
|
* @uiEnum ["grid", "flex"]
|
|
4173
4604
|
* @uiEnumNames ["Grid", "Flex"]
|
|
4174
4605
|
*/
|
|
4175
4606
|
"display": "grid" | "flex";
|
|
4607
|
+
/**
|
|
4608
|
+
* @uiName Gap
|
|
4609
|
+
* @uiType string
|
|
4610
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
4611
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
4612
|
+
*/
|
|
4613
|
+
"gap": Spacing;
|
|
4614
|
+
/**
|
|
4615
|
+
* Hide the seperating border between stats
|
|
4616
|
+
* @uiName Hide border
|
|
4617
|
+
* @uiType boolean
|
|
4618
|
+
*/
|
|
4619
|
+
"hideBorder"?: boolean;
|
|
4176
4620
|
/**
|
|
4177
4621
|
* @uiName Space between stats
|
|
4178
4622
|
* @uiType string
|
|
@@ -4214,13 +4658,46 @@ export namespace Components {
|
|
|
4214
4658
|
* @uiEnumNames ["Left", "Right", "Bottom", "Top"]
|
|
4215
4659
|
*/
|
|
4216
4660
|
"placement"?: "left" | "right" | "bottom" | "top";
|
|
4661
|
+
/**
|
|
4662
|
+
* Tab text color
|
|
4663
|
+
* @uiName Text color
|
|
4664
|
+
* @uiType string
|
|
4665
|
+
* @uiWidget color
|
|
4666
|
+
*/
|
|
4667
|
+
"textColor"?: string;
|
|
4217
4668
|
}
|
|
4218
4669
|
interface SqmTaskCard {
|
|
4670
|
+
/**
|
|
4671
|
+
* @uiName Card Background color
|
|
4672
|
+
* @uiWidget color
|
|
4673
|
+
* @uiGroup Style
|
|
4674
|
+
*/
|
|
4675
|
+
"backgroundColor"?: string;
|
|
4676
|
+
/**
|
|
4677
|
+
* @uiName Border color
|
|
4678
|
+
* @uiWidget color
|
|
4679
|
+
* @uiGroup Style
|
|
4680
|
+
*/
|
|
4681
|
+
"borderColor"?: string;
|
|
4682
|
+
/**
|
|
4683
|
+
* @uiName Border radius
|
|
4684
|
+
* @uiType number
|
|
4685
|
+
* @uiGroup Style
|
|
4686
|
+
*/
|
|
4687
|
+
"borderRadius"?: number;
|
|
4219
4688
|
/**
|
|
4220
4689
|
* @uiName Button link
|
|
4221
4690
|
* @uiGroup Button
|
|
4222
4691
|
*/
|
|
4223
4692
|
"buttonLink": string;
|
|
4693
|
+
/**
|
|
4694
|
+
* @uiName Button Style
|
|
4695
|
+
* @uiType string
|
|
4696
|
+
* @uiEnum ["primary", "secondary"]
|
|
4697
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
4698
|
+
* @uiGroup Style
|
|
4699
|
+
*/
|
|
4700
|
+
"buttonStyle"?: "primary" | "secondary";
|
|
4224
4701
|
/**
|
|
4225
4702
|
* @uiName Button text
|
|
4226
4703
|
* @uiGroup Button
|
|
@@ -4363,6 +4840,12 @@ export namespace Components {
|
|
|
4363
4840
|
* @default
|
|
4364
4841
|
*/
|
|
4365
4842
|
"steps": boolean;
|
|
4843
|
+
/**
|
|
4844
|
+
* @uiName Text color
|
|
4845
|
+
* @uiWidget color
|
|
4846
|
+
* @uiGroup Style
|
|
4847
|
+
*/
|
|
4848
|
+
"textColor"?: string;
|
|
4366
4849
|
}
|
|
4367
4850
|
interface SqmTaxAndCash {
|
|
4368
4851
|
/**
|
|
@@ -5596,6 +6079,18 @@ export namespace Components {
|
|
|
5596
6079
|
"verificationReviewInternalHeader": string;
|
|
5597
6080
|
}
|
|
5598
6081
|
interface SqmText {
|
|
6082
|
+
/**
|
|
6083
|
+
* Font size in pixels
|
|
6084
|
+
* @uiName Font Size
|
|
6085
|
+
* @uiType number
|
|
6086
|
+
*/
|
|
6087
|
+
"fontSize"?: number;
|
|
6088
|
+
/**
|
|
6089
|
+
* @uiName Text Color
|
|
6090
|
+
* @uiWidget color
|
|
6091
|
+
* @format color
|
|
6092
|
+
*/
|
|
6093
|
+
"textColor"?: string;
|
|
5599
6094
|
}
|
|
5600
6095
|
interface SqmTextSpan {
|
|
5601
6096
|
/**
|
|
@@ -5631,11 +6126,25 @@ export namespace Components {
|
|
|
5631
6126
|
* @uiEnumNames ["Gift", "Circle"]
|
|
5632
6127
|
*/
|
|
5633
6128
|
"icon": "gift" | "circle";
|
|
6129
|
+
/**
|
|
6130
|
+
* Color of timeline
|
|
6131
|
+
* @uiName Line color
|
|
6132
|
+
* @uiWidget color
|
|
6133
|
+
* @format color
|
|
6134
|
+
*/
|
|
6135
|
+
"lineColor"?: string;
|
|
5634
6136
|
/**
|
|
5635
6137
|
* @uiName Reward amount
|
|
5636
6138
|
*/
|
|
5637
6139
|
"reward": string;
|
|
5638
6140
|
"setIcon": (value: "gift" | "circle") => Promise<void>;
|
|
6141
|
+
/**
|
|
6142
|
+
* Color of the text and copy icon
|
|
6143
|
+
* @uiName Text color
|
|
6144
|
+
* @uiWidget color
|
|
6145
|
+
* @format color
|
|
6146
|
+
*/
|
|
6147
|
+
"textColor"?: string;
|
|
5639
6148
|
/**
|
|
5640
6149
|
* @uiName Reward unit
|
|
5641
6150
|
*/
|
|
@@ -7084,6 +7593,7 @@ declare namespace LocalJSX {
|
|
|
7084
7593
|
* @uiType string
|
|
7085
7594
|
* @uiEnum ["left", "right", "center"]
|
|
7086
7595
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
7596
|
+
* @uiGroup Style
|
|
7087
7597
|
*/
|
|
7088
7598
|
"alignment"?: "left" | "right" | "center";
|
|
7089
7599
|
/**
|
|
@@ -7091,10 +7601,26 @@ declare namespace LocalJSX {
|
|
|
7091
7601
|
* @uiType object
|
|
7092
7602
|
*/
|
|
7093
7603
|
"demoData"?: DemoData<BigStatViewProps>;
|
|
7604
|
+
/**
|
|
7605
|
+
* Font size of the description text in pixels
|
|
7606
|
+
* @uiName Description font size
|
|
7607
|
+
* @uiGroup Style
|
|
7608
|
+
*/
|
|
7609
|
+
"descriptionFontSize"?: number;
|
|
7610
|
+
/**
|
|
7611
|
+
* Color of the description text
|
|
7612
|
+
* @uiName Description text color
|
|
7613
|
+
* @uiWidget color
|
|
7614
|
+
* @uiType string
|
|
7615
|
+
* @format color
|
|
7616
|
+
* @uiGroup Style
|
|
7617
|
+
*/
|
|
7618
|
+
"descriptionTextColor"?: string;
|
|
7094
7619
|
/**
|
|
7095
7620
|
* Controls the order of the stat value & description column
|
|
7096
7621
|
* @uiName Flex reverse
|
|
7097
|
-
* @default
|
|
7622
|
+
* @default
|
|
7623
|
+
* @uiGroup Style
|
|
7098
7624
|
*/
|
|
7099
7625
|
"flexReverse"?: boolean;
|
|
7100
7626
|
/**
|
|
@@ -7103,6 +7629,30 @@ declare namespace LocalJSX {
|
|
|
7103
7629
|
* @uiWidget programSelector
|
|
7104
7630
|
*/
|
|
7105
7631
|
"programId"?: string;
|
|
7632
|
+
/**
|
|
7633
|
+
* Font size of the stat text in pixels
|
|
7634
|
+
* @uiName Stat font size
|
|
7635
|
+
* @uiType string
|
|
7636
|
+
* @uiGroup Style
|
|
7637
|
+
*/
|
|
7638
|
+
"statFontSize"?: number;
|
|
7639
|
+
/**
|
|
7640
|
+
* Font weight of the stat text
|
|
7641
|
+
* @uiName Stat font weight
|
|
7642
|
+
* @uiGroup Style
|
|
7643
|
+
* @uiEnum [100, 200, 300, 400, 500, 600, 700, 800, 900]
|
|
7644
|
+
* @uiEnumNames ["Thin", "Extra Light", "Light", "Normal", "Medium", "Semi Bold", "Bold", "Extra Bold", "Heavy"]
|
|
7645
|
+
*/
|
|
7646
|
+
"statFontWeight"?: number;
|
|
7647
|
+
/**
|
|
7648
|
+
* Color of the stat text
|
|
7649
|
+
* @uiName Stat text color
|
|
7650
|
+
* @uiWidget color
|
|
7651
|
+
* @uiType string
|
|
7652
|
+
* @format color
|
|
7653
|
+
* @uiGroup Style
|
|
7654
|
+
*/
|
|
7655
|
+
"statTextColor"?: string;
|
|
7106
7656
|
/**
|
|
7107
7657
|
* Select what type of stat to display. Manual paths are also supported.
|
|
7108
7658
|
* @uiWidget statTypeSelectWidget
|
|
@@ -7227,20 +7777,53 @@ declare namespace LocalJSX {
|
|
|
7227
7777
|
/**
|
|
7228
7778
|
* @uiName Verify code button text
|
|
7229
7779
|
*/
|
|
7230
|
-
"verifyText"?: string;
|
|
7231
|
-
}
|
|
7232
|
-
interface SqmContextRouter {
|
|
7233
|
-
"contextName"?: string;
|
|
7234
|
-
}
|
|
7235
|
-
interface SqmCouponCode {
|
|
7780
|
+
"verifyText"?: string;
|
|
7781
|
+
}
|
|
7782
|
+
interface SqmContextRouter {
|
|
7783
|
+
"contextName"?: string;
|
|
7784
|
+
}
|
|
7785
|
+
interface SqmCouponCode {
|
|
7786
|
+
/**
|
|
7787
|
+
* Background color of share link container
|
|
7788
|
+
* @uiName Background color
|
|
7789
|
+
* @uiWidget color
|
|
7790
|
+
* @format color
|
|
7791
|
+
* @uiGroup Style
|
|
7792
|
+
*/
|
|
7793
|
+
"backgroundColor"?: string;
|
|
7794
|
+
/**
|
|
7795
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
7796
|
+
* @uiName Border color
|
|
7797
|
+
* @uiWidget color
|
|
7798
|
+
* @format color
|
|
7799
|
+
* @uiGroup Style
|
|
7800
|
+
*/
|
|
7801
|
+
"borderColor"?: string;
|
|
7802
|
+
/**
|
|
7803
|
+
* The border radius on the share link container (in pixels)
|
|
7804
|
+
* @uiName Border Radius
|
|
7805
|
+
* @uiType number
|
|
7806
|
+
* @uiGroup Style
|
|
7807
|
+
*/
|
|
7808
|
+
"borderRadius"?: string;
|
|
7236
7809
|
/**
|
|
7237
7810
|
* Set the copy button style and placement.
|
|
7238
7811
|
* @uiName Style
|
|
7239
7812
|
* @uiType string
|
|
7240
7813
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
7241
7814
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
7815
|
+
* @uiGroup Style
|
|
7242
7816
|
*/
|
|
7243
7817
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
7818
|
+
/**
|
|
7819
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
7820
|
+
* @uiName Button Type
|
|
7821
|
+
* @uiType string
|
|
7822
|
+
* @uiEnum ["primary", "secondary"]
|
|
7823
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
7824
|
+
* @uiGroup Style
|
|
7825
|
+
*/
|
|
7826
|
+
"buttonType"?: "primary" | "secondary";
|
|
7244
7827
|
/**
|
|
7245
7828
|
* Display this message when the coupon code has been cancelled.
|
|
7246
7829
|
* @uiWidget textArea
|
|
@@ -7313,8 +7896,17 @@ declare namespace LocalJSX {
|
|
|
7313
7896
|
* @uiType string
|
|
7314
7897
|
* @uiEnum ["left", "center", "right"]
|
|
7315
7898
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
7899
|
+
* @uiGroup Style
|
|
7316
7900
|
*/
|
|
7317
7901
|
"textAlign"?: "left" | "center" | "right";
|
|
7902
|
+
/**
|
|
7903
|
+
* Color of the text and copy icon
|
|
7904
|
+
* @uiName Text color
|
|
7905
|
+
* @uiWidget color
|
|
7906
|
+
* @format color
|
|
7907
|
+
* @uiGroup Style
|
|
7908
|
+
*/
|
|
7909
|
+
"textColor"?: string;
|
|
7318
7910
|
/**
|
|
7319
7911
|
* The number of milliseconds that the tooltip appears for
|
|
7320
7912
|
* @uiName Tooltip lifespan
|
|
@@ -7327,6 +7919,18 @@ declare namespace LocalJSX {
|
|
|
7327
7919
|
"tooltiptext"?: string;
|
|
7328
7920
|
}
|
|
7329
7921
|
interface SqmDividedLayout {
|
|
7922
|
+
/**
|
|
7923
|
+
* Background color of the divider
|
|
7924
|
+
* @uiName Divider Background Color
|
|
7925
|
+
* @uiWidget color
|
|
7926
|
+
*/
|
|
7927
|
+
"backgroundColor"?: string;
|
|
7928
|
+
/**
|
|
7929
|
+
* Color of the divider (defaults to default text color if none is set)
|
|
7930
|
+
* @uiName Divider Background Color
|
|
7931
|
+
* @uiWidget color
|
|
7932
|
+
*/
|
|
7933
|
+
"borderColor"?: string;
|
|
7330
7934
|
/**
|
|
7331
7935
|
* Overrides max-width of content area
|
|
7332
7936
|
* @uiName Content Area Width
|
|
@@ -7341,7 +7945,7 @@ declare namespace LocalJSX {
|
|
|
7341
7945
|
*/
|
|
7342
7946
|
"direction"?: "row" | "column";
|
|
7343
7947
|
/**
|
|
7344
|
-
* Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.
|
|
7948
|
+
* @undocumented Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.
|
|
7345
7949
|
* @uiName Border style
|
|
7346
7950
|
*/
|
|
7347
7951
|
"dividerStyle"?: string;
|
|
@@ -7681,6 +8285,7 @@ declare namespace LocalJSX {
|
|
|
7681
8285
|
* @uiName Background color
|
|
7682
8286
|
* @uiWidget color
|
|
7683
8287
|
* @format color
|
|
8288
|
+
* @uiGroup Style
|
|
7684
8289
|
*/
|
|
7685
8290
|
"backgroundColor"?: string;
|
|
7686
8291
|
/**
|
|
@@ -7696,6 +8301,15 @@ declare namespace LocalJSX {
|
|
|
7696
8301
|
* @uiName Button text
|
|
7697
8302
|
*/
|
|
7698
8303
|
"buttonText"?: string;
|
|
8304
|
+
/**
|
|
8305
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
8306
|
+
* @uiName Button Type
|
|
8307
|
+
* @uiType string
|
|
8308
|
+
* @uiEnum ["primary", "secondary"]
|
|
8309
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
8310
|
+
* @uiGroup Style
|
|
8311
|
+
*/
|
|
8312
|
+
"buttonType"?: "primary" | "secondary";
|
|
7699
8313
|
/**
|
|
7700
8314
|
* @uiName Description
|
|
7701
8315
|
* @uiWidget textArea
|
|
@@ -7710,11 +8324,13 @@ declare namespace LocalJSX {
|
|
|
7710
8324
|
* @uiType string
|
|
7711
8325
|
* @uiEnum ["top", "bottom"]
|
|
7712
8326
|
* @uiEnumNames ["Top", "Bottom"]
|
|
8327
|
+
* @uiGroup Style
|
|
7713
8328
|
*/
|
|
7714
8329
|
"imageMobilePos"?: "top" | "bottom";
|
|
7715
8330
|
/**
|
|
7716
8331
|
* @uiName Image percentage
|
|
7717
8332
|
* @uiType number
|
|
8333
|
+
* @uiGroup Style
|
|
7718
8334
|
*/
|
|
7719
8335
|
"imagePercentage"?: number;
|
|
7720
8336
|
/**
|
|
@@ -7722,6 +8338,7 @@ declare namespace LocalJSX {
|
|
|
7722
8338
|
* @uiType string
|
|
7723
8339
|
* @uiEnum ["left", "center", "right"]
|
|
7724
8340
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
8341
|
+
* @uiGroup Style
|
|
7725
8342
|
*/
|
|
7726
8343
|
"imagePos"?: "left" | "center" | "right";
|
|
7727
8344
|
/**
|
|
@@ -7735,16 +8352,19 @@ declare namespace LocalJSX {
|
|
|
7735
8352
|
* @uiType string
|
|
7736
8353
|
* @uiEnum ["overlay", "columns"]
|
|
7737
8354
|
* @uiEnumNames ["Overlay", "Two-column"]
|
|
8355
|
+
* @uiGroup Style
|
|
7738
8356
|
*/
|
|
7739
8357
|
"layout"?: "overlay" | "columns";
|
|
7740
8358
|
/**
|
|
7741
8359
|
* @uiName Overlay color
|
|
7742
8360
|
* @uiWidget color
|
|
7743
8361
|
* @format color
|
|
8362
|
+
* @uiGroup Style
|
|
7744
8363
|
*/
|
|
7745
8364
|
"overlayColor"?: string;
|
|
7746
8365
|
/**
|
|
7747
8366
|
* @uiName Overlay opacity
|
|
8367
|
+
* @uiGroup Style
|
|
7748
8368
|
*/
|
|
7749
8369
|
"overlayOpacity"?: string;
|
|
7750
8370
|
/**
|
|
@@ -7752,6 +8372,7 @@ declare namespace LocalJSX {
|
|
|
7752
8372
|
* @uiType string
|
|
7753
8373
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
7754
8374
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
8375
|
+
* @uiGroup Style
|
|
7755
8376
|
*/
|
|
7756
8377
|
"paddingImage"?: Spacing;
|
|
7757
8378
|
/**
|
|
@@ -7759,12 +8380,14 @@ declare namespace LocalJSX {
|
|
|
7759
8380
|
* @uiType string
|
|
7760
8381
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
7761
8382
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
8383
|
+
* @uiGroup Style
|
|
7762
8384
|
*/
|
|
7763
8385
|
"paddingText"?: Spacing;
|
|
7764
8386
|
/**
|
|
7765
8387
|
* @uiName Text color
|
|
7766
8388
|
* @uiWidget color
|
|
7767
8389
|
* @format color
|
|
8390
|
+
* @uiGroup Style
|
|
7768
8391
|
*/
|
|
7769
8392
|
"textColor"?: string;
|
|
7770
8393
|
}
|
|
@@ -8180,6 +8803,26 @@ declare namespace LocalJSX {
|
|
|
8180
8803
|
* @uiName Unknown user text
|
|
8181
8804
|
*/
|
|
8182
8805
|
"anonymousUser"?: string;
|
|
8806
|
+
/**
|
|
8807
|
+
* Changes the background color of the leaderboard.
|
|
8808
|
+
* @uiName Background Color
|
|
8809
|
+
* @uiWidget color
|
|
8810
|
+
* @uiGroup Style
|
|
8811
|
+
*/
|
|
8812
|
+
"background"?: string;
|
|
8813
|
+
/**
|
|
8814
|
+
* Changes the border color of the table rows.
|
|
8815
|
+
* @uiName Border Color
|
|
8816
|
+
* @uiWidget color
|
|
8817
|
+
* @uiGroup Style
|
|
8818
|
+
*/
|
|
8819
|
+
"borderColor"?: string;
|
|
8820
|
+
/**
|
|
8821
|
+
* Leaderboard border radius in pixels.
|
|
8822
|
+
* @uiName Border Radius
|
|
8823
|
+
* @uiGroup Style
|
|
8824
|
+
*/
|
|
8825
|
+
"borderRadius"?: number;
|
|
8183
8826
|
/**
|
|
8184
8827
|
* @undocumented
|
|
8185
8828
|
* @uiType object
|
|
@@ -8248,10 +8891,31 @@ declare namespace LocalJSX {
|
|
|
8248
8891
|
* @uiName Stats column heading
|
|
8249
8892
|
*/
|
|
8250
8893
|
"statsheading"?: string;
|
|
8894
|
+
/**
|
|
8895
|
+
* Text color of the leaderboard.
|
|
8896
|
+
* @uiName Text Color
|
|
8897
|
+
* @uiWidget color
|
|
8898
|
+
* @uiGroup Style
|
|
8899
|
+
*/
|
|
8900
|
+
"textColor"?: string;
|
|
8251
8901
|
/**
|
|
8252
8902
|
* @uiName User column heading
|
|
8253
8903
|
*/
|
|
8254
8904
|
"usersheading"?: string;
|
|
8905
|
+
/**
|
|
8906
|
+
* Changes the background color of the viewing user row in the leaderboard.
|
|
8907
|
+
* @uiName Viewing User Highlight Color
|
|
8908
|
+
* @uiWidget color
|
|
8909
|
+
* @uiGroup Style
|
|
8910
|
+
*/
|
|
8911
|
+
"viewingUserHighlightColor"?: string;
|
|
8912
|
+
/**
|
|
8913
|
+
* Changes the text color of the viewing user row in the leaderboard.
|
|
8914
|
+
* @uiName Viewing User Text Color
|
|
8915
|
+
* @uiWidget color
|
|
8916
|
+
* @uiGroup Style
|
|
8917
|
+
*/
|
|
8918
|
+
"viewingUserHighlightTextColor"?: string;
|
|
8255
8919
|
/**
|
|
8256
8920
|
* @uiName Viewing user text
|
|
8257
8921
|
*/
|
|
@@ -8394,8 +9058,47 @@ declare namespace LocalJSX {
|
|
|
8394
9058
|
"menuLabel"?: string;
|
|
8395
9059
|
}
|
|
8396
9060
|
interface SqmNavigationSidebar {
|
|
9061
|
+
/**
|
|
9062
|
+
* @undocumented
|
|
9063
|
+
* @uiType object
|
|
9064
|
+
*/
|
|
9065
|
+
"demoData"?: DemoData<NavigationSidebarViewProps>;
|
|
9066
|
+
/**
|
|
9067
|
+
* @uiName Text color
|
|
9068
|
+
* @uiWidget color
|
|
9069
|
+
* @format color
|
|
9070
|
+
* @uiGroup Style
|
|
9071
|
+
*/
|
|
9072
|
+
"mobileMenuColor"?: string;
|
|
8397
9073
|
}
|
|
8398
9074
|
interface SqmNavigationSidebarItem {
|
|
9075
|
+
/**
|
|
9076
|
+
* Background color of the nav item
|
|
9077
|
+
* @uiName Background Color
|
|
9078
|
+
* @uiWidget color
|
|
9079
|
+
* @uiGroup Style
|
|
9080
|
+
*/
|
|
9081
|
+
"backgroundColor"?: string;
|
|
9082
|
+
/**
|
|
9083
|
+
* Background color of the nav item when focused
|
|
9084
|
+
* @uiName Background Focused Color
|
|
9085
|
+
* @uiWidget color
|
|
9086
|
+
* @uiGroup Style
|
|
9087
|
+
*/
|
|
9088
|
+
"backgroundFocusedColor"?: string;
|
|
9089
|
+
/**
|
|
9090
|
+
* Background color of the nav item when hovered
|
|
9091
|
+
* @uiName Background Hover Color
|
|
9092
|
+
* @uiWidget color
|
|
9093
|
+
* @uiGroup Style
|
|
9094
|
+
*/
|
|
9095
|
+
"backgroundHoverColor"?: string;
|
|
9096
|
+
/**
|
|
9097
|
+
* Border radius (in number of pixels)
|
|
9098
|
+
* @uiName Border Radius
|
|
9099
|
+
* @uiGroup Style
|
|
9100
|
+
*/
|
|
9101
|
+
"borderRadius"?: number;
|
|
8399
9102
|
/**
|
|
8400
9103
|
* @undocumented
|
|
8401
9104
|
* @uiType object
|
|
@@ -8404,19 +9107,57 @@ declare namespace LocalJSX {
|
|
|
8404
9107
|
/**
|
|
8405
9108
|
* Options available at https://shoelace.style/components/icon
|
|
8406
9109
|
* @uiName Icon
|
|
9110
|
+
* @uiGroup Style
|
|
8407
9111
|
*/
|
|
8408
9112
|
"icon"?: string;
|
|
8409
9113
|
/**
|
|
8410
9114
|
* @uiName Label
|
|
8411
9115
|
*/
|
|
8412
9116
|
"label"?: string;
|
|
9117
|
+
/**
|
|
9118
|
+
* @uiName Padding
|
|
9119
|
+
* @uiType string
|
|
9120
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
9121
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
9122
|
+
*/
|
|
9123
|
+
"padding"?: Spacing;
|
|
8413
9124
|
/**
|
|
8414
9125
|
* @uiName Navigation path
|
|
8415
9126
|
* @uiWidget pageSelect
|
|
8416
9127
|
*/
|
|
8417
9128
|
"path"?: string;
|
|
9129
|
+
/**
|
|
9130
|
+
* Text color of the nav item
|
|
9131
|
+
* @uiName Text Color
|
|
9132
|
+
* @uiWidget color
|
|
9133
|
+
* @uiGroup Style
|
|
9134
|
+
*/
|
|
9135
|
+
"textColor"?: string;
|
|
9136
|
+
/**
|
|
9137
|
+
* Text color of the nav item when items is focused
|
|
9138
|
+
* @uiName Text Focused Color
|
|
9139
|
+
* @uiWidget color
|
|
9140
|
+
* @uiGroup Style
|
|
9141
|
+
*/
|
|
9142
|
+
"textFocusedColor"?: string;
|
|
9143
|
+
/**
|
|
9144
|
+
* Text color of the nav item when hovered
|
|
9145
|
+
* @uiName Text Hover Color
|
|
9146
|
+
* @uiWidget color
|
|
9147
|
+
* @uiGroup Style
|
|
9148
|
+
*/
|
|
9149
|
+
"textHoverColor"?: string;
|
|
8418
9150
|
}
|
|
8419
9151
|
interface SqmPagination {
|
|
9152
|
+
/**
|
|
9153
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
9154
|
+
* @uiName Button Type
|
|
9155
|
+
* @uiType string
|
|
9156
|
+
* @uiEnum ["primary", "secondary"]
|
|
9157
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
9158
|
+
* @uiGroup Style
|
|
9159
|
+
*/
|
|
9160
|
+
"buttonType"?: "primary" | "secondary";
|
|
8420
9161
|
/**
|
|
8421
9162
|
* @undocumented
|
|
8422
9163
|
* @uiType object
|
|
@@ -8963,6 +9704,12 @@ declare namespace LocalJSX {
|
|
|
8963
9704
|
"successAlertText"?: string;
|
|
8964
9705
|
}
|
|
8965
9706
|
interface SqmPortalFrame {
|
|
9707
|
+
/**
|
|
9708
|
+
* @uiName Background color
|
|
9709
|
+
* @uiWidget color
|
|
9710
|
+
* @uiType string
|
|
9711
|
+
*/
|
|
9712
|
+
"backgroundColor"?: string;
|
|
8966
9713
|
/**
|
|
8967
9714
|
* @undocumented
|
|
8968
9715
|
* @uiType object
|
|
@@ -9701,6 +10448,12 @@ declare namespace LocalJSX {
|
|
|
9701
10448
|
* @format color
|
|
9702
10449
|
*/
|
|
9703
10450
|
"backgroundColor"?: string;
|
|
10451
|
+
/**
|
|
10452
|
+
* Amount in pixels
|
|
10453
|
+
* @uiName Border radius
|
|
10454
|
+
* @type number
|
|
10455
|
+
*/
|
|
10456
|
+
"borderRadius"?: number;
|
|
9704
10457
|
/**
|
|
9705
10458
|
* @uiName Description
|
|
9706
10459
|
* @uiWidget textArea
|
|
@@ -9715,6 +10468,18 @@ declare namespace LocalJSX {
|
|
|
9715
10468
|
* @uiName Icon
|
|
9716
10469
|
*/
|
|
9717
10470
|
"icon"?: string;
|
|
10471
|
+
/**
|
|
10472
|
+
* @uiName Icon Background color
|
|
10473
|
+
* @uiWidget color
|
|
10474
|
+
* @format color
|
|
10475
|
+
*/
|
|
10476
|
+
"iconBackgroundColor"?: string;
|
|
10477
|
+
/**
|
|
10478
|
+
* @uiName Icon color
|
|
10479
|
+
* @uiWidget color
|
|
10480
|
+
* @format color
|
|
10481
|
+
*/
|
|
10482
|
+
"iconColor"?: string;
|
|
9718
10483
|
/**
|
|
9719
10484
|
* Displayed in place of an icon
|
|
9720
10485
|
* @uiName Image URL
|
|
@@ -9780,6 +10545,19 @@ declare namespace LocalJSX {
|
|
|
9780
10545
|
* @uiType string
|
|
9781
10546
|
*/
|
|
9782
10547
|
"backgroundColor"?: string;
|
|
10548
|
+
/**
|
|
10549
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
10550
|
+
* @uiName Border color
|
|
10551
|
+
* @uiWidget color
|
|
10552
|
+
* @format color
|
|
10553
|
+
*/
|
|
10554
|
+
"borderColor"?: string;
|
|
10555
|
+
/**
|
|
10556
|
+
* The border radius on the share link container (in pixels)
|
|
10557
|
+
* @uiName Border Radius
|
|
10558
|
+
* @uiType number
|
|
10559
|
+
*/
|
|
10560
|
+
"borderRadius"?: number;
|
|
9783
10561
|
/**
|
|
9784
10562
|
* @uiName Hide border
|
|
9785
10563
|
* @uiType boolean
|
|
@@ -9818,6 +10596,13 @@ declare namespace LocalJSX {
|
|
|
9818
10596
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
9819
10597
|
*/
|
|
9820
10598
|
"paddingTop"?: string;
|
|
10599
|
+
/**
|
|
10600
|
+
* Color of the text and copy icon
|
|
10601
|
+
* @uiName Text color
|
|
10602
|
+
* @uiWidget color
|
|
10603
|
+
* @format color
|
|
10604
|
+
*/
|
|
10605
|
+
"textColor"?: string;
|
|
9821
10606
|
/**
|
|
9822
10607
|
* @uiName Vertical alignment
|
|
9823
10608
|
* @uiType string
|
|
@@ -9827,14 +10612,47 @@ declare namespace LocalJSX {
|
|
|
9827
10612
|
"verticalAlignment"?: "start" | "center" | "end";
|
|
9828
10613
|
}
|
|
9829
10614
|
interface SqmReferralCode {
|
|
10615
|
+
/**
|
|
10616
|
+
* Background color of share link container
|
|
10617
|
+
* @uiName Background color
|
|
10618
|
+
* @uiWidget color
|
|
10619
|
+
* @format color
|
|
10620
|
+
* @uiGroup Style
|
|
10621
|
+
*/
|
|
10622
|
+
"backgroundColor"?: string;
|
|
10623
|
+
/**
|
|
10624
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
10625
|
+
* @uiName Border color
|
|
10626
|
+
* @uiWidget color
|
|
10627
|
+
* @format color
|
|
10628
|
+
* @uiGroup Style
|
|
10629
|
+
*/
|
|
10630
|
+
"borderColor"?: string;
|
|
10631
|
+
/**
|
|
10632
|
+
* The border radius on the share link container (in pixels)
|
|
10633
|
+
* @uiName Border Radius
|
|
10634
|
+
* @uiType number
|
|
10635
|
+
* @uiGroup Style
|
|
10636
|
+
*/
|
|
10637
|
+
"borderRadius"?: string;
|
|
9830
10638
|
/**
|
|
9831
10639
|
* Set the copy button style and placement
|
|
9832
10640
|
* @uiName Style
|
|
9833
10641
|
* @uiType string
|
|
9834
10642
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
9835
10643
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
10644
|
+
* @uiGroup Style
|
|
9836
10645
|
*/
|
|
9837
10646
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
10647
|
+
/**
|
|
10648
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
10649
|
+
* @uiName Button Type
|
|
10650
|
+
* @uiType string
|
|
10651
|
+
* @uiEnum ["primary", "secondary"]
|
|
10652
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
10653
|
+
* @uiGroup Style
|
|
10654
|
+
*/
|
|
10655
|
+
"buttonType"?: "primary" | "secondary";
|
|
9838
10656
|
/**
|
|
9839
10657
|
* @uiName Copy button label
|
|
9840
10658
|
*/
|
|
@@ -9866,8 +10684,17 @@ declare namespace LocalJSX {
|
|
|
9866
10684
|
* @uiType string
|
|
9867
10685
|
* @uiEnum ["left", "center", "right"]
|
|
9868
10686
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
10687
|
+
* @uiGroup Style
|
|
9869
10688
|
*/
|
|
9870
10689
|
"textAlign"?: "left" | "center" | "right";
|
|
10690
|
+
/**
|
|
10691
|
+
* Color of the text and copy icon
|
|
10692
|
+
* @uiName Text color
|
|
10693
|
+
* @uiWidget color
|
|
10694
|
+
* @format color
|
|
10695
|
+
* @uiGroup Style
|
|
10696
|
+
*/
|
|
10697
|
+
"textColor"?: string;
|
|
9871
10698
|
/**
|
|
9872
10699
|
* The number of milliseconds that the tooltip appears for
|
|
9873
10700
|
* @uiName Tooltip lifespan
|
|
@@ -9902,6 +10729,12 @@ declare namespace LocalJSX {
|
|
|
9902
10729
|
* @uiWidget programSelector
|
|
9903
10730
|
*/
|
|
9904
10731
|
"programId"?: string;
|
|
10732
|
+
/**
|
|
10733
|
+
* @uiName Text Color
|
|
10734
|
+
* @uiType string
|
|
10735
|
+
* @uiWidget color
|
|
10736
|
+
*/
|
|
10737
|
+
"textColor"?: string;
|
|
9905
10738
|
/**
|
|
9906
10739
|
* @uiName Title Text
|
|
9907
10740
|
*/
|
|
@@ -10679,11 +11512,18 @@ declare namespace LocalJSX {
|
|
|
10679
11512
|
* @uiName Button background color
|
|
10680
11513
|
* @uiWidget color
|
|
10681
11514
|
* @format color
|
|
11515
|
+
* @uiGroup Style
|
|
10682
11516
|
*/
|
|
10683
11517
|
"backgroundcolor"?: string;
|
|
11518
|
+
/**
|
|
11519
|
+
* @uiName Border
|
|
11520
|
+
* @uiGroup Style
|
|
11521
|
+
*/
|
|
11522
|
+
"border"?: string;
|
|
10684
11523
|
/**
|
|
10685
11524
|
* Configure border radius with pixel amount
|
|
10686
11525
|
* @uiName Border radius
|
|
11526
|
+
* @uiGroup Style
|
|
10687
11527
|
*/
|
|
10688
11528
|
"borderradius"?: number;
|
|
10689
11529
|
/**
|
|
@@ -10697,11 +11537,13 @@ declare namespace LocalJSX {
|
|
|
10697
11537
|
"disabled"?: boolean;
|
|
10698
11538
|
/**
|
|
10699
11539
|
* @uiName Hide icon
|
|
11540
|
+
* @uiGroup Style
|
|
10700
11541
|
* @default
|
|
10701
11542
|
*/
|
|
10702
11543
|
"hideicon"?: boolean;
|
|
10703
11544
|
/**
|
|
10704
11545
|
* @uiName Hide text
|
|
11546
|
+
* @uiGroup Style
|
|
10705
11547
|
* @default
|
|
10706
11548
|
*/
|
|
10707
11549
|
"hidetext"?: boolean;
|
|
@@ -10739,6 +11581,7 @@ declare namespace LocalJSX {
|
|
|
10739
11581
|
| "unknown";
|
|
10740
11582
|
/**
|
|
10741
11583
|
* @uiName Display pill
|
|
11584
|
+
* @uiGroup Style
|
|
10742
11585
|
*/
|
|
10743
11586
|
"pill"?: boolean;
|
|
10744
11587
|
/**
|
|
@@ -10762,21 +11605,24 @@ declare namespace LocalJSX {
|
|
|
10762
11605
|
* @uiType string
|
|
10763
11606
|
* @uiEnum ["small", "medium", "large" ]
|
|
10764
11607
|
* @uiEnumNames ["Small", "Medium", "Large"]
|
|
11608
|
+
* @uiGroup Style
|
|
10765
11609
|
*/
|
|
10766
11610
|
"size"?: "small" | "medium" | "large";
|
|
10767
11611
|
/**
|
|
10768
11612
|
* @uiName Button text color
|
|
10769
11613
|
* @uiWidget color
|
|
10770
11614
|
* @format color
|
|
11615
|
+
* @uiGroup Style
|
|
10771
11616
|
*/
|
|
10772
11617
|
"textcolor"?: string;
|
|
10773
11618
|
/**
|
|
10774
11619
|
* @uiType string
|
|
10775
11620
|
* @uiName Button style
|
|
10776
|
-
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
10777
|
-
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
11621
|
+
* @uiEnum ["primary", "secondary", "success", "info", "warning", "danger", "default", "text" ]
|
|
11622
|
+
* @uiEnumNames ["Primary", "Secondary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
10778
11623
|
*/
|
|
10779
11624
|
"type"?: | "primary"
|
|
11625
|
+
| "secondary"
|
|
10780
11626
|
| "success"
|
|
10781
11627
|
| "info"
|
|
10782
11628
|
| "warning"
|
|
@@ -10795,14 +11641,47 @@ declare namespace LocalJSX {
|
|
|
10795
11641
|
"unsupportedPlatformText"?: string;
|
|
10796
11642
|
}
|
|
10797
11643
|
interface SqmShareCode {
|
|
11644
|
+
/**
|
|
11645
|
+
* Background color of share link container
|
|
11646
|
+
* @uiName Background color
|
|
11647
|
+
* @uiWidget color
|
|
11648
|
+
* @format color
|
|
11649
|
+
* @uiGroup Style
|
|
11650
|
+
*/
|
|
11651
|
+
"backgroundColor"?: string;
|
|
11652
|
+
/**
|
|
11653
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
11654
|
+
* @uiName Border color
|
|
11655
|
+
* @uiWidget color
|
|
11656
|
+
* @format color
|
|
11657
|
+
* @uiGroup Style
|
|
11658
|
+
*/
|
|
11659
|
+
"borderColor"?: string;
|
|
11660
|
+
/**
|
|
11661
|
+
* The border radius on the share link container (in pixels)
|
|
11662
|
+
* @uiName Border Radius
|
|
11663
|
+
* @uiType number
|
|
11664
|
+
* @uiGroup Style
|
|
11665
|
+
*/
|
|
11666
|
+
"borderRadius"?: string;
|
|
10798
11667
|
/**
|
|
10799
11668
|
* Set the copy button style and placement
|
|
10800
11669
|
* @uiName Style
|
|
10801
11670
|
* @uiType string
|
|
10802
11671
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
10803
11672
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
11673
|
+
* @uiGroup Style
|
|
10804
11674
|
*/
|
|
10805
11675
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
11676
|
+
/**
|
|
11677
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
11678
|
+
* @uiName Button Type
|
|
11679
|
+
* @uiType string
|
|
11680
|
+
* @uiEnum ["primary", "secondary"]
|
|
11681
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
11682
|
+
* @uiGroup Style
|
|
11683
|
+
*/
|
|
11684
|
+
"buttonType"?: "primary" | "secondary";
|
|
10806
11685
|
/**
|
|
10807
11686
|
* @uiName Copy button label
|
|
10808
11687
|
*/
|
|
@@ -10824,8 +11703,17 @@ declare namespace LocalJSX {
|
|
|
10824
11703
|
* @uiType string
|
|
10825
11704
|
* @uiEnum ["left", "center", "right"]
|
|
10826
11705
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
11706
|
+
* @uiGroup Style
|
|
10827
11707
|
*/
|
|
10828
11708
|
"textAlign"?: "left" | "center" | "right";
|
|
11709
|
+
/**
|
|
11710
|
+
* Color of the text and copy icon
|
|
11711
|
+
* @uiName Text color
|
|
11712
|
+
* @uiWidget color
|
|
11713
|
+
* @format color
|
|
11714
|
+
* @uiGroup Style
|
|
11715
|
+
*/
|
|
11716
|
+
"textColor"?: string;
|
|
10829
11717
|
/**
|
|
10830
11718
|
* The number of milliseconds that the tooltip appears for
|
|
10831
11719
|
* @uiName Tooltip lifespan
|
|
@@ -10838,14 +11726,47 @@ declare namespace LocalJSX {
|
|
|
10838
11726
|
"tooltiptext"?: string;
|
|
10839
11727
|
}
|
|
10840
11728
|
interface SqmShareLink {
|
|
11729
|
+
/**
|
|
11730
|
+
* Background color of share link container
|
|
11731
|
+
* @uiName Background color
|
|
11732
|
+
* @uiWidget color
|
|
11733
|
+
* @format color
|
|
11734
|
+
* @uiGroup Style
|
|
11735
|
+
*/
|
|
11736
|
+
"backgroundColor"?: string;
|
|
11737
|
+
/**
|
|
11738
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
11739
|
+
* @uiName Border color
|
|
11740
|
+
* @uiWidget color
|
|
11741
|
+
* @format color
|
|
11742
|
+
* @uiGroup Style
|
|
11743
|
+
*/
|
|
11744
|
+
"borderColor"?: string;
|
|
11745
|
+
/**
|
|
11746
|
+
* The border radius on the share link container (in pixels)
|
|
11747
|
+
* @uiName Border Radius
|
|
11748
|
+
* @uiType number
|
|
11749
|
+
* @uiGroup Style
|
|
11750
|
+
*/
|
|
11751
|
+
"borderRadius"?: string;
|
|
10841
11752
|
/**
|
|
10842
11753
|
* Set the copy button style and placement
|
|
10843
|
-
* @uiName
|
|
11754
|
+
* @uiName Button style
|
|
10844
11755
|
* @uiType string
|
|
10845
11756
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
10846
11757
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
11758
|
+
* @uiGroup Style
|
|
10847
11759
|
*/
|
|
10848
11760
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
11761
|
+
/**
|
|
11762
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
11763
|
+
* @uiName Button Type
|
|
11764
|
+
* @uiType string
|
|
11765
|
+
* @uiEnum ["primary", "secondary"]
|
|
11766
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
11767
|
+
* @uiGroup Style
|
|
11768
|
+
*/
|
|
11769
|
+
"buttonType"?: "primary" | "secondary";
|
|
10849
11770
|
/**
|
|
10850
11771
|
* @uiName Copy button label
|
|
10851
11772
|
*/
|
|
@@ -10867,8 +11788,17 @@ declare namespace LocalJSX {
|
|
|
10867
11788
|
* @uiType string
|
|
10868
11789
|
* @uiEnum ["left", "center", "right"]
|
|
10869
11790
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
11791
|
+
* @uiGroup Style
|
|
10870
11792
|
*/
|
|
10871
11793
|
"textAlign"?: "left" | "center" | "right";
|
|
11794
|
+
/**
|
|
11795
|
+
* Color of the text and copy icon
|
|
11796
|
+
* @uiName Text color
|
|
11797
|
+
* @uiWidget color
|
|
11798
|
+
* @format color
|
|
11799
|
+
* @uiGroup Style
|
|
11800
|
+
*/
|
|
11801
|
+
"textColor"?: string;
|
|
10872
11802
|
/**
|
|
10873
11803
|
* The number of milliseconds that the tooltip appears for
|
|
10874
11804
|
* @uiName Tooltip lifespan
|
|
@@ -10882,12 +11812,34 @@ declare namespace LocalJSX {
|
|
|
10882
11812
|
}
|
|
10883
11813
|
interface SqmStatContainer {
|
|
10884
11814
|
/**
|
|
11815
|
+
* Controls the alignment of the flexbox
|
|
11816
|
+
* @uiName Alignment
|
|
11817
|
+
* @uiType string
|
|
11818
|
+
* @uiEnum ["left", "right", "center"]
|
|
11819
|
+
* @uiEnumNames ["Left", "Right", "Center"]
|
|
11820
|
+
*/
|
|
11821
|
+
"alignment"?: "left" | "right" | "center";
|
|
11822
|
+
/**
|
|
11823
|
+
* @undocumented
|
|
10885
11824
|
* @uiName Display
|
|
10886
11825
|
* @uiType string
|
|
10887
11826
|
* @uiEnum ["grid", "flex"]
|
|
10888
11827
|
* @uiEnumNames ["Grid", "Flex"]
|
|
10889
11828
|
*/
|
|
10890
11829
|
"display"?: "grid" | "flex";
|
|
11830
|
+
/**
|
|
11831
|
+
* @uiName Gap
|
|
11832
|
+
* @uiType string
|
|
11833
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
11834
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
11835
|
+
*/
|
|
11836
|
+
"gap"?: Spacing;
|
|
11837
|
+
/**
|
|
11838
|
+
* Hide the seperating border between stats
|
|
11839
|
+
* @uiName Hide border
|
|
11840
|
+
* @uiType boolean
|
|
11841
|
+
*/
|
|
11842
|
+
"hideBorder"?: boolean;
|
|
10891
11843
|
/**
|
|
10892
11844
|
* @uiName Space between stats
|
|
10893
11845
|
* @uiType string
|
|
@@ -10929,13 +11881,46 @@ declare namespace LocalJSX {
|
|
|
10929
11881
|
* @uiEnumNames ["Left", "Right", "Bottom", "Top"]
|
|
10930
11882
|
*/
|
|
10931
11883
|
"placement"?: "left" | "right" | "bottom" | "top";
|
|
11884
|
+
/**
|
|
11885
|
+
* Tab text color
|
|
11886
|
+
* @uiName Text color
|
|
11887
|
+
* @uiType string
|
|
11888
|
+
* @uiWidget color
|
|
11889
|
+
*/
|
|
11890
|
+
"textColor"?: string;
|
|
10932
11891
|
}
|
|
10933
11892
|
interface SqmTaskCard {
|
|
11893
|
+
/**
|
|
11894
|
+
* @uiName Card Background color
|
|
11895
|
+
* @uiWidget color
|
|
11896
|
+
* @uiGroup Style
|
|
11897
|
+
*/
|
|
11898
|
+
"backgroundColor"?: string;
|
|
11899
|
+
/**
|
|
11900
|
+
* @uiName Border color
|
|
11901
|
+
* @uiWidget color
|
|
11902
|
+
* @uiGroup Style
|
|
11903
|
+
*/
|
|
11904
|
+
"borderColor"?: string;
|
|
11905
|
+
/**
|
|
11906
|
+
* @uiName Border radius
|
|
11907
|
+
* @uiType number
|
|
11908
|
+
* @uiGroup Style
|
|
11909
|
+
*/
|
|
11910
|
+
"borderRadius"?: number;
|
|
10934
11911
|
/**
|
|
10935
11912
|
* @uiName Button link
|
|
10936
11913
|
* @uiGroup Button
|
|
10937
11914
|
*/
|
|
10938
11915
|
"buttonLink"?: string;
|
|
11916
|
+
/**
|
|
11917
|
+
* @uiName Button Style
|
|
11918
|
+
* @uiType string
|
|
11919
|
+
* @uiEnum ["primary", "secondary"]
|
|
11920
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
11921
|
+
* @uiGroup Style
|
|
11922
|
+
*/
|
|
11923
|
+
"buttonStyle"?: "primary" | "secondary";
|
|
10939
11924
|
/**
|
|
10940
11925
|
* @uiName Button text
|
|
10941
11926
|
* @uiGroup Button
|
|
@@ -11078,6 +12063,12 @@ declare namespace LocalJSX {
|
|
|
11078
12063
|
* @default
|
|
11079
12064
|
*/
|
|
11080
12065
|
"steps"?: boolean;
|
|
12066
|
+
/**
|
|
12067
|
+
* @uiName Text color
|
|
12068
|
+
* @uiWidget color
|
|
12069
|
+
* @uiGroup Style
|
|
12070
|
+
*/
|
|
12071
|
+
"textColor"?: string;
|
|
11081
12072
|
}
|
|
11082
12073
|
interface SqmTaxAndCash {
|
|
11083
12074
|
/**
|
|
@@ -12311,6 +13302,18 @@ declare namespace LocalJSX {
|
|
|
12311
13302
|
"verificationReviewInternalHeader"?: string;
|
|
12312
13303
|
}
|
|
12313
13304
|
interface SqmText {
|
|
13305
|
+
/**
|
|
13306
|
+
* Font size in pixels
|
|
13307
|
+
* @uiName Font Size
|
|
13308
|
+
* @uiType number
|
|
13309
|
+
*/
|
|
13310
|
+
"fontSize"?: number;
|
|
13311
|
+
/**
|
|
13312
|
+
* @uiName Text Color
|
|
13313
|
+
* @uiWidget color
|
|
13314
|
+
* @format color
|
|
13315
|
+
*/
|
|
13316
|
+
"textColor"?: string;
|
|
12314
13317
|
}
|
|
12315
13318
|
interface SqmTextSpan {
|
|
12316
13319
|
/**
|
|
@@ -12346,10 +13349,24 @@ declare namespace LocalJSX {
|
|
|
12346
13349
|
* @uiEnumNames ["Gift", "Circle"]
|
|
12347
13350
|
*/
|
|
12348
13351
|
"icon"?: "gift" | "circle";
|
|
13352
|
+
/**
|
|
13353
|
+
* Color of timeline
|
|
13354
|
+
* @uiName Line color
|
|
13355
|
+
* @uiWidget color
|
|
13356
|
+
* @format color
|
|
13357
|
+
*/
|
|
13358
|
+
"lineColor"?: string;
|
|
12349
13359
|
/**
|
|
12350
13360
|
* @uiName Reward amount
|
|
12351
13361
|
*/
|
|
12352
13362
|
"reward"?: string;
|
|
13363
|
+
/**
|
|
13364
|
+
* Color of the text and copy icon
|
|
13365
|
+
* @uiName Text color
|
|
13366
|
+
* @uiWidget color
|
|
13367
|
+
* @format color
|
|
13368
|
+
*/
|
|
13369
|
+
"textColor"?: string;
|
|
12353
13370
|
/**
|
|
12354
13371
|
* @uiName Reward unit
|
|
12355
13372
|
*/
|