@saasquatch/mint-components 1.15.0-4 → 1.15.0-40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{GenericTableView-a9f4ba75.js → GenericTableView-a9d0b798.js} +7 -7
- package/dist/cjs/{ShadowViewAddon-9e7916d8.js → ShadowViewAddon-fcd0c52f.js} +487 -418
- package/dist/cjs/{copy-text-view-c85acaaa.js → copy-text-view-ee147291.js} +54 -39
- package/dist/cjs/{email-registration-view-55b378dc.js → email-registration-view-37b44222.js} +1 -1
- package/dist/cjs/{global-0cf6d295.js → global-a38a094f.js} +304 -87
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{mixins-f7e0377a.js → mixins-4761d472.js} +6 -6
- package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +297 -161
- package/dist/cjs/{sqm-base-registration-form-view-8a2c8763.js → sqm-base-registration-form-view-1c5094d3.js} +2 -2
- package/dist/cjs/sqm-big-stat_41.cjs.entry.js +287 -112
- package/dist/cjs/{sqm-close-button-view-ea3fa23b.js → sqm-close-button-view-b297e933.js} +1 -1
- package/dist/cjs/sqm-close-button.cjs.entry.js +2 -2
- package/dist/cjs/sqm-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/sqm-empty_4.cjs.entry.js +49 -49
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-invoice-table-view-dbf7a907.js → sqm-invoice-table-view-19ca10fa.js} +2 -2
- package/dist/cjs/{sqm-leaderboard-rank-view-d39a55d8.js → sqm-leaderboard-rank-view-7c6cebe3.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-navigation-sidebar-item-view-6f35d2ee.js → sqm-navigation-sidebar-item-view-10b62df1.js} +18 -7
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +26 -3
- package/dist/cjs/{sqm-navigation-sidebar-view-17111896.js → sqm-navigation-sidebar-view-38a5227a.js} +16 -6
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +19 -3
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +86 -59
- package/dist/cjs/sqm-password-field.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-ab0fb983.js → sqm-portal-email-verification-view-26c893d3.js} +3 -3
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-forgot-password-view-78f19ef9.js → sqm-portal-forgot-password-view-fdd97c18.js} +24 -17
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +25 -4
- package/dist/cjs/sqm-portal-google-login.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-login-view-761a4d8e.js → sqm-portal-login-view-0fbbda1b.js} +3 -3
- package/dist/cjs/{sqm-portal-profile-view-e3026b53.js → sqm-portal-profile-view-674a7543.js} +3 -3
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-registration-form-view-637a4bf4.js → sqm-portal-registration-form-view-399f4eaf.js} +2 -2
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-reset-password-view-fe602822.js → sqm-portal-reset-password-view-0439a9e5.js} +2 -2
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-verify-email-view-7b678f34.js → sqm-portal-verify-email-view-05f72dec.js} +2 -2
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-qr-code-view-15dfc0b6.js → sqm-qr-code-view-7ee9fa56.js} +2 -7
- package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -1
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +111 -24
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +81 -15
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +154 -30
- package/dist/cjs/sqm-tabs.cjs.entry.js +16 -4
- package/dist/cjs/sqm-text-span-view-ce4c0178.js +63 -0
- package/dist/cjs/sqm-text-span.cjs.entry.js +4 -4
- package/dist/collection/components/sqm-big-stat/BigStat.stories.js +13 -0
- package/dist/collection/components/sqm-big-stat/sqm-big-stat-view.js +15 -7
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +162 -2
- package/dist/collection/components/sqm-big-stat/useBigStat.js +10 -0
- package/dist/collection/components/sqm-big-stat/useDemoBigStat.js +13 -4
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +1 -0
- package/dist/collection/components/sqm-coupon-code/CouponCode.stories.js +7 -0
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code-view.js +13 -13
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +169 -1
- package/dist/collection/components/sqm-coupon-code/useCouponCode.js +1 -0
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout-view.js +14 -6
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +58 -1
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +1 -1
- package/dist/collection/components/sqm-form-message/FormMessage.stories.js +1 -1
- package/dist/collection/components/sqm-hero-image/sqm-hero-image-view.js +3 -2
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +79 -0
- package/dist/collection/components/sqm-invoice-table/cells/sqm-invoice-table-download-cell.js +2 -2
- package/dist/collection/components/sqm-invoice-table/sqm-invoice-table-view.js +1 -1
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +37 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +60 -54
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +197 -32
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank-view.js +2 -2
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.css +2 -2
- package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -1
- package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +27 -2
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +1 -0
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar-view.js +16 -6
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +83 -5
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.js +17 -6
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +233 -1
- package/dist/collection/components/sqm-navigation-sidebar-item/useNavigationSidebarItem.js +9 -1
- package/dist/collection/components/sqm-pagination/sqm-pagination-view.js +3 -3
- package/dist/collection/components/sqm-pagination/sqm-pagination.js +43 -0
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password-view.js +8 -4
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +1 -1
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +6 -6
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +22 -15
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +95 -2
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame-view.js +41 -36
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame.js +103 -2
- package/dist/collection/components/sqm-portal-frame/usePortalFrame.js +4 -1
- package/dist/collection/components/sqm-portal-login/sqm-portal-login-view.js +1 -1
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile-view.js +1 -1
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step-view.js +8 -2
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +77 -2
- package/dist/collection/components/sqm-qr-code/sqm-qr-code-view.js +2 -7
- package/dist/collection/components/sqm-referral-card/sqm-referral-card-view.js +32 -31
- package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +75 -0
- package/dist/collection/components/sqm-referral-code/ReferralCode.stories.js +3 -0
- package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +169 -1
- package/dist/collection/components/sqm-referral-codes/ReferralCodes.stories.js +6 -0
- package/dist/collection/components/sqm-referral-codes/sqm-referral-codes-view.js +46 -46
- package/dist/collection/components/sqm-referral-codes/sqm-referral-codes.js +28 -1
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +48 -15
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-status-cell.js +60 -6
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +4 -4
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.js +3 -3
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +71 -5
- package/dist/collection/components/sqm-share-button/ShareButton.stories.js +3 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +23 -22
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +53 -7
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +169 -1
- package/dist/collection/components/sqm-share-link/ShareLink.stories.js +12 -0
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +171 -3
- package/dist/collection/components/sqm-stat-container/sqm-stat-container-view.js +20 -8
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +110 -2
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -0
- package/dist/collection/components/sqm-tabs/Tabs.stories.js +7 -0
- package/dist/collection/components/sqm-tabs/sqm-tabs-view.js +14 -2
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +28 -2
- package/dist/collection/components/sqm-task-card/DetailsView.js +8 -2
- package/dist/collection/components/sqm-task-card/progress-bar/progress-bar-view.js +3 -2
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +138 -156
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +146 -0
- package/dist/collection/components/sqm-task-card/useTaskCard.js +10 -0
- package/dist/collection/components/sqm-text/Text.stories.js +12 -0
- package/dist/collection/components/sqm-text/sqm-text.js +100 -49
- package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +44 -43
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +51 -2
- package/dist/collection/components/sqm-timeline/Timeline.stories.js +8 -1
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry-view.js +45 -45
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +52 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +19 -42
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +14 -41
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +55 -21
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +13 -13
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +18 -18
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +168 -16
- package/dist/collection/components/views/copy-text-view.js +53 -38
- package/dist/collection/global/mixins.js +8 -8
- package/dist/collection/global/styles.js +304 -87
- package/dist/collection/global/styles.ts +304 -87
- package/dist/collection/tables/GenericTableView.js +6 -6
- package/dist/esm/{GenericTableView-7b9087af.js → GenericTableView-3b6f9ccc.js} +7 -7
- package/dist/esm/{ShadowViewAddon-e350d540.js → ShadowViewAddon-5f9b6d07.js} +487 -418
- package/dist/esm/{copy-text-view-782137ba.js → copy-text-view-4a207b17.js} +54 -39
- package/dist/esm/{email-registration-view-a7818cf2.js → email-registration-view-b1c858ee.js} +1 -1
- package/dist/esm/{global-1d207c9e.js → global-66746c30.js} +304 -87
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/{mixins-83f90fa1.js → mixins-f750863a.js} +6 -6
- package/dist/esm/sqm-banking-info-form_17.entry.js +297 -161
- package/dist/esm/{sqm-base-registration-form-view-593d4ac3.js → sqm-base-registration-form-view-d732a5df.js} +2 -2
- package/dist/esm/sqm-big-stat_41.entry.js +287 -112
- package/dist/esm/{sqm-close-button-view-f9819751.js → sqm-close-button-view-bc2bc10e.js} +1 -1
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-email-verification.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +49 -49
- package/dist/esm/sqm-instant-access-registration.entry.js +2 -2
- package/dist/esm/{sqm-invoice-table-view-e0c9772a.js → sqm-invoice-table-view-b7e91eef.js} +2 -2
- package/dist/esm/{sqm-leaderboard-rank-view-753c8d4a.js → sqm-leaderboard-rank-view-84b3c539.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +3 -3
- package/dist/esm/{sqm-navigation-sidebar-item-view-8f1c72bc.js → sqm-navigation-sidebar-item-view-6e046743.js} +18 -7
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +26 -3
- package/dist/esm/{sqm-navigation-sidebar-view-9d802b78.js → sqm-navigation-sidebar-view-f898265a.js} +16 -6
- package/dist/esm/sqm-navigation-sidebar.entry.js +20 -4
- package/dist/esm/sqm-pagination_3.entry.js +86 -59
- package/dist/esm/sqm-password-field.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-6c8bad0b.js → sqm-portal-email-verification-view-00f03873.js} +3 -3
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/{sqm-portal-forgot-password-view-3d3182f1.js → sqm-portal-forgot-password-view-55fc0873.js} +24 -17
- package/dist/esm/sqm-portal-forgot-password.entry.js +25 -4
- package/dist/esm/sqm-portal-google-login.entry.js +3 -3
- package/dist/esm/sqm-portal-google-registration-form.entry.js +4 -4
- package/dist/esm/{sqm-portal-login-view-7e49609a.js → sqm-portal-login-view-e870b4b0.js} +3 -3
- package/dist/esm/{sqm-portal-profile-view-cbdeec1f.js → sqm-portal-profile-view-0d45de87.js} +3 -3
- package/dist/esm/sqm-portal-profile.entry.js +3 -3
- package/dist/esm/{sqm-portal-registration-form-view-3c1f6000.js → sqm-portal-registration-form-view-5d651c04.js} +2 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +3 -3
- package/dist/esm/{sqm-portal-reset-password-view-54a8651f.js → sqm-portal-reset-password-view-6903828e.js} +2 -2
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/{sqm-portal-verify-email-view-b12cb894.js → sqm-portal-verify-email-view-01ac711f.js} +2 -2
- package/dist/esm/sqm-portal-verify-email.entry.js +3 -3
- package/dist/esm/{sqm-qr-code-view-f1d0763b.js → sqm-qr-code-view-62c10948.js} +2 -7
- package/dist/esm/sqm-qr-code.entry.js +1 -1
- package/dist/esm/sqm-referral-table_11.entry.js +111 -24
- package/dist/esm/sqm-referred-registration.entry.js +2 -2
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +81 -15
- package/dist/esm/sqm-stencilbook.entry.js +154 -30
- package/dist/esm/sqm-tabs.entry.js +16 -4
- package/dist/esm/sqm-text-span-view-cd3902e5.js +61 -0
- package/dist/esm/sqm-text-span.entry.js +4 -4
- package/dist/esm-es5/GenericTableView-3b6f9ccc.js +1 -0
- package/dist/esm-es5/ShadowViewAddon-5f9b6d07.js +1 -0
- package/dist/esm-es5/copy-text-view-4a207b17.js +1 -0
- package/dist/esm-es5/{email-registration-view-a7818cf2.js → email-registration-view-b1c858ee.js} +1 -1
- package/dist/esm-es5/{global-1d207c9e.js → global-66746c30.js} +4 -4
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/mixins-f750863a.js +1 -0
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/{sqm-base-registration-form-view-593d4ac3.js → sqm-base-registration-form-view-d732a5df.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_41.entry.js +1 -1
- package/dist/esm-es5/{sqm-close-button-view-f9819751.js → sqm-close-button-view-bc2bc10e.js} +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/{sqm-invoice-table-view-e0c9772a.js → sqm-invoice-table-view-b7e91eef.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank-view-84b3c539.js +1 -0
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-6e046743.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-view-f898265a.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-6c8bad0b.js → sqm-portal-email-verification-view-00f03873.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password-view-55fc0873.js +1 -0
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-login-view-e870b4b0.js +1 -0
- package/dist/esm-es5/{sqm-portal-profile-view-cbdeec1f.js → sqm-portal-profile-view-0d45de87.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-registration-form-view-3c1f6000.js → sqm-portal-registration-form-view-5d651c04.js} +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-reset-password-view-54a8651f.js → sqm-portal-reset-password-view-6903828e.js} +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-verify-email-view-b12cb894.js → sqm-portal-verify-email-view-01ac711f.js} +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/{sqm-qr-code-view-f1d0763b.js → sqm-qr-code-view-62c10948.js} +1 -1
- package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span-view-cd3902e5.js +1 -0
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/mint-components/global/styles.ts +304 -87
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-9b894557.entry.js → p-015da96d.entry.js} +1 -1
- package/dist/mint-components/p-042642d3.entry.js +1 -0
- package/dist/mint-components/p-0480b155.system.entry.js +1 -0
- package/dist/mint-components/{p-91ab3da1.js → p-057f5402.js} +1 -1
- package/dist/mint-components/{p-d07f3090.entry.js → p-0b3218a5.entry.js} +1 -1
- package/dist/mint-components/{p-d929b9d5.system.js → p-0bdeab70.system.js} +1 -1
- package/dist/mint-components/{p-e5d0375e.system.js → p-0df294ad.system.js} +1 -1
- package/dist/mint-components/p-0e32981f.js +1 -0
- package/dist/mint-components/p-0eb3d919.system.entry.js +1 -0
- package/dist/mint-components/p-1abe7884.system.entry.js +1 -0
- package/dist/mint-components/p-210e8f49.entry.js +144 -0
- package/dist/mint-components/{p-99ad7d56.system.js → p-223dd3f7.system.js} +1 -1
- package/dist/mint-components/{p-709e1799.system.entry.js → p-241d68d4.system.entry.js} +1 -1
- package/dist/mint-components/p-32a47b41.system.js +1 -0
- package/dist/mint-components/p-3a21f8f9.system.entry.js +1 -0
- package/dist/mint-components/p-3c3aab4c.system.js +1 -0
- package/dist/mint-components/{p-19bc3406.system.entry.js → p-3e4e74a2.system.entry.js} +1 -1
- package/dist/mint-components/{p-c8147def.js → p-3e604cad.js} +1 -1
- package/dist/mint-components/{p-475245d1.system.js → p-3f290d24.system.js} +12 -12
- package/dist/mint-components/{p-164a9103.system.entry.js → p-41d051b1.system.entry.js} +1 -1
- package/dist/mint-components/{p-90fc6774.system.entry.js → p-457962b7.system.entry.js} +1 -1
- package/dist/mint-components/p-46a672e4.entry.js +1 -0
- package/dist/mint-components/p-49b20dae.js +1 -0
- package/dist/mint-components/{p-380bfde1.entry.js → p-4b42b756.entry.js} +1 -1
- package/dist/mint-components/{p-2dca9e1a.system.js → p-4b9789a2.system.js} +1 -1
- package/dist/mint-components/{p-fbac722b.js → p-4caaf25a.js} +1 -1
- package/dist/mint-components/{p-f0772618.system.entry.js → p-4d478108.system.entry.js} +1 -1
- package/dist/mint-components/{p-6d4a313f.js → p-4f22fda2.js} +81 -81
- package/dist/mint-components/{p-b75bb6e3.system.js → p-505951d2.system.js} +1 -1
- package/dist/mint-components/p-5366850e.entry.js +1 -0
- package/dist/mint-components/p-54b0b768.system.js +1 -0
- package/dist/mint-components/p-5c5964e0.js +1 -0
- package/dist/mint-components/{p-b2bf509e.entry.js → p-5cd684b2.entry.js} +2 -2
- package/dist/mint-components/p-5d407714.system.entry.js +1 -0
- package/dist/mint-components/{p-a2fde301.entry.js → p-5ef6de10.entry.js} +1 -1
- package/dist/mint-components/p-66a2b1a4.js +1 -0
- package/dist/mint-components/p-6798cad1.system.js +1 -0
- package/dist/mint-components/{p-b33b7eb5.system.js → p-6798d563.system.js} +1 -1
- package/dist/mint-components/p-693fc880.system.js +1 -0
- package/dist/mint-components/{p-0c78815e.system.entry.js → p-6a49b077.system.entry.js} +1 -1
- package/dist/mint-components/{p-53730ffe.entry.js → p-6a5f57d7.entry.js} +1 -1
- package/dist/mint-components/p-6c1d0367.entry.js +33 -0
- package/dist/mint-components/p-71f23364.entry.js +13 -0
- package/dist/mint-components/{p-92816d1f.js → p-72ff8268.js} +1 -1
- package/dist/mint-components/p-731d06a9.entry.js +1 -0
- package/dist/mint-components/p-74afdafb.system.js +1 -0
- package/dist/mint-components/p-767485b8.system.js +1 -0
- package/dist/mint-components/{p-1673fae9.system.entry.js → p-770bba1b.system.entry.js} +1 -1
- package/dist/mint-components/p-77b8a529.system.entry.js +1 -0
- package/dist/mint-components/{p-7a9290ba.js → p-82113e37.js} +1 -1
- package/dist/mint-components/p-8530290b.entry.js +258 -0
- package/dist/mint-components/{p-0d2d0b6d.entry.js → p-865f812e.entry.js} +1 -1
- package/dist/mint-components/{p-42187319.system.entry.js → p-884ac29e.system.entry.js} +1 -1
- package/dist/mint-components/p-8a6494c7.system.js +1 -0
- package/dist/mint-components/{p-00ed4c2e.entry.js → p-8e93e590.entry.js} +1 -1
- package/dist/mint-components/p-8feb4180.entry.js +1 -0
- package/dist/mint-components/p-9acf0b39.system.entry.js +1 -0
- package/dist/mint-components/p-9f2edf59.system.js +1 -0
- package/dist/mint-components/{p-6df88590.system.entry.js → p-9fe574ca.system.entry.js} +1 -1
- package/dist/mint-components/{p-6055eb4c.system.js → p-a1091368.system.js} +1 -1
- package/dist/mint-components/{p-4428294b.entry.js → p-a3e68251.entry.js} +1 -1
- package/dist/mint-components/p-a572db9b.system.entry.js +1 -0
- package/dist/mint-components/{p-7f80a9d7.entry.js → p-a60d5315.entry.js} +1 -1
- package/dist/mint-components/p-a68932b0.system.entry.js +1 -0
- package/dist/mint-components/{p-f4a8ee29.system.entry.js → p-af516659.system.entry.js} +1 -1
- package/dist/mint-components/p-af96b482.entry.js +205 -0
- package/dist/mint-components/p-b0d4938a.system.entry.js +1 -0
- package/dist/mint-components/p-b637f1e4.js +1 -0
- package/dist/mint-components/{p-2f101bae.entry.js → p-b6761073.entry.js} +1 -1
- package/dist/mint-components/{p-9bfd9bed.system.entry.js → p-bb6e411d.system.entry.js} +1 -1
- package/dist/mint-components/p-bdd80fce.js +1 -0
- package/dist/mint-components/p-bf25f63a.js +394 -0
- package/dist/mint-components/{p-9cb06082.system.entry.js → p-c024fc32.system.entry.js} +1 -1
- package/dist/mint-components/{p-91959fbe.js → p-c96a25c6.js} +1 -1
- package/dist/mint-components/p-ca9e0322.system.js +1 -0
- package/dist/mint-components/{p-1a6b7d2a.entry.js → p-cd0ee247.entry.js} +1 -1
- package/dist/mint-components/{p-9d3d4098.system.js → p-cfa34cf2.system.js} +1 -1
- package/dist/mint-components/p-d0064d54.system.entry.js +1 -0
- package/dist/mint-components/{p-9386ad84.system.entry.js → p-d12e9cfd.system.entry.js} +1 -1
- package/dist/mint-components/{p-35b475bf.js → p-d1ae7a2d.js} +1 -1
- package/dist/mint-components/{p-5c28406d.system.entry.js → p-d5b3397c.system.entry.js} +1 -1
- package/dist/mint-components/p-d5e9906e.system.js +1 -0
- package/dist/mint-components/p-d6352d15.js +1 -0
- package/dist/mint-components/p-d932f43d.entry.js +1 -0
- package/dist/mint-components/p-d9335f16.js +1 -0
- package/dist/mint-components/p-d94a4d50.system.entry.js +1 -0
- package/dist/mint-components/{p-15d77d0b.entry.js → p-dded7d43.entry.js} +1 -1
- package/dist/mint-components/p-de136dd3.js +1 -0
- package/dist/mint-components/p-e1e62d55.entry.js +1 -0
- package/dist/mint-components/{p-4794641c.system.js → p-e2705fbe.system.js} +1 -1
- package/dist/mint-components/p-e309a219.js +1 -0
- package/dist/mint-components/{p-f940190a.js → p-e518a60d.js} +1 -1
- package/dist/mint-components/{p-f2d8d3d3.system.entry.js → p-e80f9e26.system.entry.js} +1 -1
- package/dist/mint-components/{p-775f3ded.entry.js → p-f0fdbd82.entry.js} +1 -1
- package/dist/mint-components/p-fb584d7a.js +1 -0
- package/dist/mint-components/p-fbef4ecb.system.js +1 -0
- package/dist/mint-components/p-fe6fe9cf.entry.js +13 -0
- package/dist/types/components/sqm-big-stat/BigStat.stories.d.ts +2 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat-view.d.ts +5 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +41 -0
- package/dist/types/components/sqm-coupon-code/CouponCode.stories.d.ts +2 -0
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code-view.d.ts +2 -0
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +42 -0
- package/dist/types/components/sqm-coupon-code/useCouponCode.d.ts +1 -0
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout-view.d.ts +4 -1
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +13 -0
- package/dist/types/components/sqm-hero-image/sqm-hero-image-view.d.ts +1 -0
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +19 -0
- package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +1 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +6 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +48 -7
- package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +6 -0
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar-view.d.ts +1 -0
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +14 -0
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.d.ts +8 -0
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +57 -0
- package/dist/types/components/sqm-pagination/sqm-pagination-view.d.ts +1 -0
- package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +9 -0
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts +2 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +7 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +15 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame-view.d.ts +3 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame.d.ts +19 -0
- package/dist/types/components/sqm-portal-frame/usePortalFrame.d.ts +2 -1
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step-view.d.ts +3 -0
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +20 -2
- package/dist/types/components/sqm-referral-card/sqm-referral-card-view.d.ts +5 -2
- package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +20 -0
- package/dist/types/components/sqm-referral-code/ReferralCode.stories.d.ts +1 -0
- package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +42 -0
- package/dist/types/components/sqm-referral-codes/ReferralCodes.stories.d.ts +1 -0
- package/dist/types/components/sqm-referral-codes/sqm-referral-codes-view.d.ts +1 -0
- package/dist/types/components/sqm-referral-codes/sqm-referral-codes.d.ts +6 -0
- package/dist/types/components/sqm-share-button/ShareButton.stories.d.ts +1 -1
- package/dist/types/components/sqm-share-button/sqm-share-button-view.d.ts +2 -1
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +15 -3
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +42 -0
- package/dist/types/components/sqm-share-link/ShareLink.stories.d.ts +1 -0
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +43 -1
- package/dist/types/components/sqm-stat-container/sqm-stat-container-view.d.ts +3 -0
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +23 -0
- package/dist/types/components/sqm-tabs/Tabs.stories.d.ts +1 -0
- package/dist/types/components/sqm-tabs/sqm-tabs-view.d.ts +1 -0
- package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +8 -0
- package/dist/types/components/sqm-task-card/DetailsView.d.ts +6 -0
- package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +5 -0
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +32 -0
- package/dist/types/components/sqm-task-card/useTaskCard.d.ts +9 -0
- package/dist/types/components/sqm-text/Text.stories.d.ts +6 -0
- package/dist/types/components/sqm-text/sqm-text.d.ts +12 -0
- package/dist/types/components/sqm-text-span/sqm-text-span-view.d.ts +4 -2
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +13 -1
- package/dist/types/components/sqm-timeline/Timeline.stories.d.ts +1 -0
- package/dist/types/components/sqm-timeline/sqm-timeline-entry-view.d.ts +2 -0
- package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +14 -0
- package/dist/types/components/views/copy-text-view.d.ts +5 -0
- package/dist/types/components.d.ts +1112 -15
- package/dist/types/global/mixins.d.ts +12 -12
- package/dist/types/global/styles.d.ts +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/sqm-text-span-view-0aa82125.js +0 -62
- package/dist/esm/sqm-text-span-view-ca32495e.js +0 -60
- package/dist/esm-es5/GenericTableView-7b9087af.js +0 -1
- package/dist/esm-es5/ShadowViewAddon-e350d540.js +0 -1
- package/dist/esm-es5/copy-text-view-782137ba.js +0 -1
- package/dist/esm-es5/mixins-83f90fa1.js +0 -1
- package/dist/esm-es5/sqm-leaderboard-rank-view-753c8d4a.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-8f1c72bc.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-view-9d802b78.js +0 -1
- package/dist/esm-es5/sqm-portal-forgot-password-view-3d3182f1.js +0 -1
- package/dist/esm-es5/sqm-portal-login-view-7e49609a.js +0 -1
- package/dist/esm-es5/sqm-text-span-view-ca32495e.js +0 -1
- package/dist/mint-components/p-091e7ca2.system.entry.js +0 -1
- package/dist/mint-components/p-0ebab63e.system.js +0 -1
- package/dist/mint-components/p-141bf5c1.system.entry.js +0 -1
- package/dist/mint-components/p-14a65f29.system.js +0 -1
- package/dist/mint-components/p-23379b5b.entry.js +0 -144
- package/dist/mint-components/p-24db5c70.js +0 -1
- package/dist/mint-components/p-2bcd406c.system.js +0 -1
- package/dist/mint-components/p-2da21ba4.entry.js +0 -1
- package/dist/mint-components/p-31015791.js +0 -1
- package/dist/mint-components/p-342bc70c.system.entry.js +0 -1
- package/dist/mint-components/p-38e5c429.system.js +0 -1
- package/dist/mint-components/p-3a31cc83.entry.js +0 -13
- package/dist/mint-components/p-3b90e01b.system.js +0 -1
- package/dist/mint-components/p-3ba1ab43.system.js +0 -1
- package/dist/mint-components/p-3db34d68.js +0 -1
- package/dist/mint-components/p-3f6e0197.system.entry.js +0 -1
- package/dist/mint-components/p-420554af.system.entry.js +0 -1
- package/dist/mint-components/p-441b60ac.system.entry.js +0 -1
- package/dist/mint-components/p-492b70db.system.js +0 -1
- package/dist/mint-components/p-4e5af50c.js +0 -1
- package/dist/mint-components/p-5bdafc7e.system.entry.js +0 -1
- package/dist/mint-components/p-626e9e84.js +0 -1
- package/dist/mint-components/p-635d5ef2.system.js +0 -1
- package/dist/mint-components/p-6a97b51d.entry.js +0 -13
- package/dist/mint-components/p-716d0275.entry.js +0 -1
- package/dist/mint-components/p-7ab21e4d.entry.js +0 -1
- package/dist/mint-components/p-837a0fdd.js +0 -1
- package/dist/mint-components/p-85671c3d.system.entry.js +0 -1
- package/dist/mint-components/p-904ebcf6.system.entry.js +0 -1
- package/dist/mint-components/p-91521e9d.js +0 -1
- package/dist/mint-components/p-9db71c84.entry.js +0 -1
- package/dist/mint-components/p-aad32fb6.system.js +0 -1
- package/dist/mint-components/p-b207beeb.entry.js +0 -1
- package/dist/mint-components/p-babcdb1f.system.entry.js +0 -1
- package/dist/mint-components/p-c060f770.system.entry.js +0 -1
- package/dist/mint-components/p-c3bfb9c3.entry.js +0 -258
- package/dist/mint-components/p-c9f1dde7.js +0 -1
- package/dist/mint-components/p-cd1d497f.system.js +0 -1
- package/dist/mint-components/p-dbcb5359.js +0 -1
- package/dist/mint-components/p-dcc81e90.entry.js +0 -1
- package/dist/mint-components/p-e07bc6c4.system.js +0 -1
- package/dist/mint-components/p-e41aac34.js +0 -1
- package/dist/mint-components/p-e6f50ffd.entry.js +0 -1
- package/dist/mint-components/p-f1e72435.entry.js +0 -33
- package/dist/mint-components/p-f3e2098c.js +0 -394
- package/dist/mint-components/p-f56bedd5.js +0 -1
- package/dist/mint-components/p-f71ae358.system.entry.js +0 -1
- package/dist/mint-components/p-f7c99803.system.js +0 -1
- package/dist/mint-components/p-f87ae19e.entry.js +0 -205
|
@@ -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" | "tertiary";
|
|
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 that is used (primary, secondary, or tertiary).
|
|
1053
|
+
* @uiName Button Type
|
|
1054
|
+
* @uiType string
|
|
1055
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
1056
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
1057
|
+
* @uiGroup Style
|
|
1058
|
+
*/
|
|
1059
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
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 that is used (primary, secondary, or tertiary).
|
|
1907
|
+
* @uiName Button Type
|
|
1908
|
+
* @uiType string
|
|
1909
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
1910
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
1911
|
+
* @uiGroup Style
|
|
1912
|
+
*/
|
|
1913
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
1681
1914
|
/**
|
|
1682
1915
|
* @undocumented
|
|
1683
1916
|
* @uiType object
|
|
@@ -2180,6 +2413,21 @@ export namespace Components {
|
|
|
2180
2413
|
"termsText"?: string;
|
|
2181
2414
|
}
|
|
2182
2415
|
interface SqmPortalForgotPassword {
|
|
2416
|
+
/**
|
|
2417
|
+
* @uiName Background color
|
|
2418
|
+
* @uiWidget color
|
|
2419
|
+
*/
|
|
2420
|
+
"backgroundColor": string;
|
|
2421
|
+
/**
|
|
2422
|
+
* @uiName Border style
|
|
2423
|
+
* @uiWidget textArea
|
|
2424
|
+
*/
|
|
2425
|
+
"border": string;
|
|
2426
|
+
/**
|
|
2427
|
+
* @uiName Border radius
|
|
2428
|
+
* @uiWidget number
|
|
2429
|
+
*/
|
|
2430
|
+
"borderRadius": string;
|
|
2183
2431
|
/**
|
|
2184
2432
|
* @undocumented
|
|
2185
2433
|
* @uiType object
|
|
@@ -2224,11 +2472,30 @@ export namespace Components {
|
|
|
2224
2472
|
"successAlertText": string;
|
|
2225
2473
|
}
|
|
2226
2474
|
interface SqmPortalFrame {
|
|
2475
|
+
/**
|
|
2476
|
+
* @uiName Background color
|
|
2477
|
+
* @uiWidget color
|
|
2478
|
+
* @uiType string
|
|
2479
|
+
*/
|
|
2480
|
+
"backgroundColor": string;
|
|
2481
|
+
/**
|
|
2482
|
+
* Borders placed to seperate the header and footer from the body content.
|
|
2483
|
+
* @uiName Border
|
|
2484
|
+
* @uiType string
|
|
2485
|
+
*/
|
|
2486
|
+
"border": string;
|
|
2227
2487
|
/**
|
|
2228
2488
|
* @undocumented
|
|
2229
2489
|
* @uiType object
|
|
2230
2490
|
*/
|
|
2231
2491
|
"demoData"?: DemoData<PortalFrameViewProps>;
|
|
2492
|
+
/**
|
|
2493
|
+
* Background color for the header and footer.
|
|
2494
|
+
* @uiName Header and Footer Background Color
|
|
2495
|
+
* @uiWidget color
|
|
2496
|
+
* @uiType string
|
|
2497
|
+
*/
|
|
2498
|
+
"headerAndFooterBackgroundColor": string;
|
|
2232
2499
|
/**
|
|
2233
2500
|
* @undocumented
|
|
2234
2501
|
*/
|
|
@@ -2961,7 +3228,13 @@ export namespace Components {
|
|
|
2961
3228
|
* @uiWidget color
|
|
2962
3229
|
* @format color
|
|
2963
3230
|
*/
|
|
2964
|
-
"backgroundColor"
|
|
3231
|
+
"backgroundColor"?: string;
|
|
3232
|
+
/**
|
|
3233
|
+
* Amount in pixels
|
|
3234
|
+
* @uiName Border radius
|
|
3235
|
+
* @type number
|
|
3236
|
+
*/
|
|
3237
|
+
"borderRadius"?: number;
|
|
2965
3238
|
/**
|
|
2966
3239
|
* @uiName Description
|
|
2967
3240
|
* @uiWidget textArea
|
|
@@ -2976,6 +3249,18 @@ export namespace Components {
|
|
|
2976
3249
|
* @uiName Icon
|
|
2977
3250
|
*/
|
|
2978
3251
|
"icon"?: string;
|
|
3252
|
+
/**
|
|
3253
|
+
* @uiName Icon Background color
|
|
3254
|
+
* @uiWidget color
|
|
3255
|
+
* @format color
|
|
3256
|
+
*/
|
|
3257
|
+
"iconBackgroundColor"?: string;
|
|
3258
|
+
/**
|
|
3259
|
+
* @uiName Icon color
|
|
3260
|
+
* @uiWidget color
|
|
3261
|
+
* @format color
|
|
3262
|
+
*/
|
|
3263
|
+
"iconColor"?: string;
|
|
2979
3264
|
/**
|
|
2980
3265
|
* Displayed in place of an icon
|
|
2981
3266
|
* @uiName Image URL
|
|
@@ -2988,7 +3273,7 @@ export namespace Components {
|
|
|
2988
3273
|
* @uiWidget color
|
|
2989
3274
|
* @format color
|
|
2990
3275
|
*/
|
|
2991
|
-
"textColor"
|
|
3276
|
+
"textColor"?: string;
|
|
2992
3277
|
}
|
|
2993
3278
|
interface SqmProgramMenu {
|
|
2994
3279
|
}
|
|
@@ -3041,6 +3326,19 @@ export namespace Components {
|
|
|
3041
3326
|
* @uiType string
|
|
3042
3327
|
*/
|
|
3043
3328
|
"backgroundColor": string;
|
|
3329
|
+
/**
|
|
3330
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
3331
|
+
* @uiName Border color
|
|
3332
|
+
* @uiWidget color
|
|
3333
|
+
* @format color
|
|
3334
|
+
*/
|
|
3335
|
+
"borderColor"?: string;
|
|
3336
|
+
/**
|
|
3337
|
+
* The border radius on the share link container (in pixels)
|
|
3338
|
+
* @uiName Border Radius
|
|
3339
|
+
* @uiType number
|
|
3340
|
+
*/
|
|
3341
|
+
"borderRadius"?: number;
|
|
3044
3342
|
/**
|
|
3045
3343
|
* @uiName Hide border
|
|
3046
3344
|
* @uiType boolean
|
|
@@ -3079,6 +3377,13 @@ export namespace Components {
|
|
|
3079
3377
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
3080
3378
|
*/
|
|
3081
3379
|
"paddingTop": string;
|
|
3380
|
+
/**
|
|
3381
|
+
* Color of the text and copy icon
|
|
3382
|
+
* @uiName Text color
|
|
3383
|
+
* @uiWidget color
|
|
3384
|
+
* @format color
|
|
3385
|
+
*/
|
|
3386
|
+
"textColor"?: string;
|
|
3082
3387
|
/**
|
|
3083
3388
|
* @uiName Vertical alignment
|
|
3084
3389
|
* @uiType string
|
|
@@ -3088,14 +3393,47 @@ export namespace Components {
|
|
|
3088
3393
|
"verticalAlignment": "start" | "center" | "end";
|
|
3089
3394
|
}
|
|
3090
3395
|
interface SqmReferralCode {
|
|
3396
|
+
/**
|
|
3397
|
+
* Background color of share link container
|
|
3398
|
+
* @uiName Background color
|
|
3399
|
+
* @uiWidget color
|
|
3400
|
+
* @format color
|
|
3401
|
+
* @uiGroup Style
|
|
3402
|
+
*/
|
|
3403
|
+
"backgroundColor"?: string;
|
|
3404
|
+
/**
|
|
3405
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
3406
|
+
* @uiName Border color
|
|
3407
|
+
* @uiWidget color
|
|
3408
|
+
* @format color
|
|
3409
|
+
* @uiGroup Style
|
|
3410
|
+
*/
|
|
3411
|
+
"borderColor"?: string;
|
|
3412
|
+
/**
|
|
3413
|
+
* The border radius on the share link container (in pixels)
|
|
3414
|
+
* @uiName Border Radius
|
|
3415
|
+
* @uiType number
|
|
3416
|
+
* @uiGroup Style
|
|
3417
|
+
*/
|
|
3418
|
+
"borderRadius"?: string;
|
|
3091
3419
|
/**
|
|
3092
3420
|
* Set the copy button style and placement
|
|
3093
3421
|
* @uiName Style
|
|
3094
3422
|
* @uiType string
|
|
3095
3423
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
3096
3424
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
3425
|
+
* @uiGroup Style
|
|
3097
3426
|
*/
|
|
3098
3427
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
3428
|
+
/**
|
|
3429
|
+
* The type of the button that is used (primary, secondary, or tertiary).
|
|
3430
|
+
* @uiName Button Type
|
|
3431
|
+
* @uiType string
|
|
3432
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
3433
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
3434
|
+
* @uiGroup Style
|
|
3435
|
+
*/
|
|
3436
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
3099
3437
|
/**
|
|
3100
3438
|
* @uiName Copy button label
|
|
3101
3439
|
*/
|
|
@@ -3127,8 +3465,17 @@ export namespace Components {
|
|
|
3127
3465
|
* @uiType string
|
|
3128
3466
|
* @uiEnum ["left", "center", "right"]
|
|
3129
3467
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
3468
|
+
* @uiGroup Style
|
|
3130
3469
|
*/
|
|
3131
3470
|
"textAlign": "left" | "center" | "right";
|
|
3471
|
+
/**
|
|
3472
|
+
* Color of the text and copy icon
|
|
3473
|
+
* @uiName Text color
|
|
3474
|
+
* @uiWidget color
|
|
3475
|
+
* @format color
|
|
3476
|
+
* @uiGroup Style
|
|
3477
|
+
*/
|
|
3478
|
+
"textColor"?: string;
|
|
3132
3479
|
/**
|
|
3133
3480
|
* The number of milliseconds that the tooltip appears for
|
|
3134
3481
|
* @uiName Tooltip lifespan
|
|
@@ -3163,6 +3510,12 @@ export namespace Components {
|
|
|
3163
3510
|
* @uiWidget programSelector
|
|
3164
3511
|
*/
|
|
3165
3512
|
"programId"?: string;
|
|
3513
|
+
/**
|
|
3514
|
+
* @uiName Text Color
|
|
3515
|
+
* @uiType string
|
|
3516
|
+
* @uiWidget color
|
|
3517
|
+
*/
|
|
3518
|
+
"textColor"?: string;
|
|
3166
3519
|
/**
|
|
3167
3520
|
* @uiName Title Text
|
|
3168
3521
|
*/
|
|
@@ -3964,11 +4317,18 @@ export namespace Components {
|
|
|
3964
4317
|
* @uiName Button background color
|
|
3965
4318
|
* @uiWidget color
|
|
3966
4319
|
* @format color
|
|
4320
|
+
* @uiGroup Style
|
|
3967
4321
|
*/
|
|
3968
4322
|
"backgroundcolor"?: string;
|
|
4323
|
+
/**
|
|
4324
|
+
* @uiName Border
|
|
4325
|
+
* @uiGroup Style
|
|
4326
|
+
*/
|
|
4327
|
+
"border"?: string;
|
|
3969
4328
|
/**
|
|
3970
4329
|
* Configure border radius with pixel amount
|
|
3971
4330
|
* @uiName Border radius
|
|
4331
|
+
* @uiGroup Style
|
|
3972
4332
|
*/
|
|
3973
4333
|
"borderradius"?: number;
|
|
3974
4334
|
/**
|
|
@@ -3982,11 +4342,13 @@ export namespace Components {
|
|
|
3982
4342
|
"disabled"?: boolean;
|
|
3983
4343
|
/**
|
|
3984
4344
|
* @uiName Hide icon
|
|
4345
|
+
* @uiGroup Style
|
|
3985
4346
|
* @default
|
|
3986
4347
|
*/
|
|
3987
4348
|
"hideicon"?: boolean;
|
|
3988
4349
|
/**
|
|
3989
4350
|
* @uiName Hide text
|
|
4351
|
+
* @uiGroup Style
|
|
3990
4352
|
* @default
|
|
3991
4353
|
*/
|
|
3992
4354
|
"hidetext"?: boolean;
|
|
@@ -4024,6 +4386,7 @@ export namespace Components {
|
|
|
4024
4386
|
| "unknown";
|
|
4025
4387
|
/**
|
|
4026
4388
|
* @uiName Display pill
|
|
4389
|
+
* @uiGroup Style
|
|
4027
4390
|
*/
|
|
4028
4391
|
"pill"?: boolean;
|
|
4029
4392
|
/**
|
|
@@ -4047,21 +4410,24 @@ export namespace Components {
|
|
|
4047
4410
|
* @uiType string
|
|
4048
4411
|
* @uiEnum ["small", "medium", "large" ]
|
|
4049
4412
|
* @uiEnumNames ["Small", "Medium", "Large"]
|
|
4413
|
+
* @uiGroup Style
|
|
4050
4414
|
*/
|
|
4051
4415
|
"size"?: "small" | "medium" | "large";
|
|
4052
4416
|
/**
|
|
4053
4417
|
* @uiName Button text color
|
|
4054
4418
|
* @uiWidget color
|
|
4055
4419
|
* @format color
|
|
4420
|
+
* @uiGroup Style
|
|
4056
4421
|
*/
|
|
4057
4422
|
"textcolor"?: string;
|
|
4058
4423
|
/**
|
|
4059
4424
|
* @uiType string
|
|
4060
4425
|
* @uiName Button style
|
|
4061
|
-
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
4062
|
-
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
4426
|
+
* @uiEnum ["primary", "secondary", "success", "info", "warning", "danger", "default", "text" ]
|
|
4427
|
+
* @uiEnumNames ["Primary", "Secondary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
4063
4428
|
*/
|
|
4064
4429
|
"type"?: | "primary"
|
|
4430
|
+
| "secondary"
|
|
4065
4431
|
| "success"
|
|
4066
4432
|
| "info"
|
|
4067
4433
|
| "warning"
|
|
@@ -4080,14 +4446,47 @@ export namespace Components {
|
|
|
4080
4446
|
"unsupportedPlatformText"?: string;
|
|
4081
4447
|
}
|
|
4082
4448
|
interface SqmShareCode {
|
|
4449
|
+
/**
|
|
4450
|
+
* Background color of share link container
|
|
4451
|
+
* @uiName Background color
|
|
4452
|
+
* @uiWidget color
|
|
4453
|
+
* @format color
|
|
4454
|
+
* @uiGroup Style
|
|
4455
|
+
*/
|
|
4456
|
+
"backgroundColor"?: string;
|
|
4457
|
+
/**
|
|
4458
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
4459
|
+
* @uiName Border color
|
|
4460
|
+
* @uiWidget color
|
|
4461
|
+
* @format color
|
|
4462
|
+
* @uiGroup Style
|
|
4463
|
+
*/
|
|
4464
|
+
"borderColor"?: string;
|
|
4465
|
+
/**
|
|
4466
|
+
* The border radius on the share link container (in pixels)
|
|
4467
|
+
* @uiName Border Radius
|
|
4468
|
+
* @uiType number
|
|
4469
|
+
* @uiGroup Style
|
|
4470
|
+
*/
|
|
4471
|
+
"borderRadius"?: string;
|
|
4083
4472
|
/**
|
|
4084
4473
|
* Set the copy button style and placement
|
|
4085
4474
|
* @uiName Style
|
|
4086
4475
|
* @uiType string
|
|
4087
4476
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
4088
4477
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4478
|
+
* @uiGroup Style
|
|
4089
4479
|
*/
|
|
4090
4480
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
4481
|
+
/**
|
|
4482
|
+
* The type of the button that is used (primary, secondary, or tertiary).
|
|
4483
|
+
* @uiName Button Type
|
|
4484
|
+
* @uiType string
|
|
4485
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
4486
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
4487
|
+
* @uiGroup Style
|
|
4488
|
+
*/
|
|
4489
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
4091
4490
|
/**
|
|
4092
4491
|
* @uiName Copy button label
|
|
4093
4492
|
*/
|
|
@@ -4109,8 +4508,17 @@ export namespace Components {
|
|
|
4109
4508
|
* @uiType string
|
|
4110
4509
|
* @uiEnum ["left", "center", "right"]
|
|
4111
4510
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
4511
|
+
* @uiGroup Style
|
|
4112
4512
|
*/
|
|
4113
4513
|
"textAlign": "left" | "center" | "right";
|
|
4514
|
+
/**
|
|
4515
|
+
* Color of the text and copy icon
|
|
4516
|
+
* @uiName Text color
|
|
4517
|
+
* @uiWidget color
|
|
4518
|
+
* @format color
|
|
4519
|
+
* @uiGroup Style
|
|
4520
|
+
*/
|
|
4521
|
+
"textColor"?: string;
|
|
4114
4522
|
/**
|
|
4115
4523
|
* The number of milliseconds that the tooltip appears for
|
|
4116
4524
|
* @uiName Tooltip lifespan
|
|
@@ -4123,14 +4531,47 @@ export namespace Components {
|
|
|
4123
4531
|
"tooltiptext": string;
|
|
4124
4532
|
}
|
|
4125
4533
|
interface SqmShareLink {
|
|
4534
|
+
/**
|
|
4535
|
+
* Background color of share link container
|
|
4536
|
+
* @uiName Background color
|
|
4537
|
+
* @uiWidget color
|
|
4538
|
+
* @format color
|
|
4539
|
+
* @uiGroup Style
|
|
4540
|
+
*/
|
|
4541
|
+
"backgroundColor"?: string;
|
|
4542
|
+
/**
|
|
4543
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
4544
|
+
* @uiName Border color
|
|
4545
|
+
* @uiWidget color
|
|
4546
|
+
* @format color
|
|
4547
|
+
* @uiGroup Style
|
|
4548
|
+
*/
|
|
4549
|
+
"borderColor"?: string;
|
|
4550
|
+
/**
|
|
4551
|
+
* The border radius on the share link container (in pixels)
|
|
4552
|
+
* @uiName Border Radius
|
|
4553
|
+
* @uiType number
|
|
4554
|
+
* @uiGroup Style
|
|
4555
|
+
*/
|
|
4556
|
+
"borderRadius"?: string;
|
|
4126
4557
|
/**
|
|
4127
4558
|
* Set the copy button style and placement
|
|
4128
|
-
* @uiName
|
|
4559
|
+
* @uiName Button style
|
|
4129
4560
|
* @uiType string
|
|
4130
4561
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
4131
4562
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4563
|
+
* @uiGroup Style
|
|
4132
4564
|
*/
|
|
4133
4565
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
4566
|
+
/**
|
|
4567
|
+
* The type of the button that is used (primary, secondary, or tertiary).
|
|
4568
|
+
* @uiName Button Type
|
|
4569
|
+
* @uiType string
|
|
4570
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
4571
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
4572
|
+
* @uiGroup Style
|
|
4573
|
+
*/
|
|
4574
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
4134
4575
|
/**
|
|
4135
4576
|
* @uiName Copy button label
|
|
4136
4577
|
*/
|
|
@@ -4152,8 +4593,17 @@ export namespace Components {
|
|
|
4152
4593
|
* @uiType string
|
|
4153
4594
|
* @uiEnum ["left", "center", "right"]
|
|
4154
4595
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
4596
|
+
* @uiGroup Style
|
|
4155
4597
|
*/
|
|
4156
4598
|
"textAlign"?: "left" | "center" | "right";
|
|
4599
|
+
/**
|
|
4600
|
+
* Color of the text and copy icon
|
|
4601
|
+
* @uiName Text color
|
|
4602
|
+
* @uiWidget color
|
|
4603
|
+
* @format color
|
|
4604
|
+
* @uiGroup Style
|
|
4605
|
+
*/
|
|
4606
|
+
"textColor"?: string;
|
|
4157
4607
|
/**
|
|
4158
4608
|
* The number of milliseconds that the tooltip appears for
|
|
4159
4609
|
* @uiName Tooltip lifespan
|
|
@@ -4167,12 +4617,34 @@ export namespace Components {
|
|
|
4167
4617
|
}
|
|
4168
4618
|
interface SqmStatContainer {
|
|
4169
4619
|
/**
|
|
4620
|
+
* Controls the alignment of the flexbox
|
|
4621
|
+
* @uiName Alignment
|
|
4622
|
+
* @uiType string
|
|
4623
|
+
* @uiEnum ["left", "right", "center"]
|
|
4624
|
+
* @uiEnumNames ["Left", "Right", "Center"]
|
|
4625
|
+
*/
|
|
4626
|
+
"alignment"?: "left" | "right" | "center";
|
|
4627
|
+
/**
|
|
4628
|
+
* @undocumented
|
|
4170
4629
|
* @uiName Display
|
|
4171
4630
|
* @uiType string
|
|
4172
4631
|
* @uiEnum ["grid", "flex"]
|
|
4173
4632
|
* @uiEnumNames ["Grid", "Flex"]
|
|
4174
4633
|
*/
|
|
4175
4634
|
"display": "grid" | "flex";
|
|
4635
|
+
/**
|
|
4636
|
+
* @uiName Gap
|
|
4637
|
+
* @uiType string
|
|
4638
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
4639
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
4640
|
+
*/
|
|
4641
|
+
"gap": Spacing;
|
|
4642
|
+
/**
|
|
4643
|
+
* Hide the seperating border between stats
|
|
4644
|
+
* @uiName Hide border
|
|
4645
|
+
* @uiType boolean
|
|
4646
|
+
*/
|
|
4647
|
+
"hideBorder"?: boolean;
|
|
4176
4648
|
/**
|
|
4177
4649
|
* @uiName Space between stats
|
|
4178
4650
|
* @uiType string
|
|
@@ -4214,8 +4686,33 @@ export namespace Components {
|
|
|
4214
4686
|
* @uiEnumNames ["Left", "Right", "Bottom", "Top"]
|
|
4215
4687
|
*/
|
|
4216
4688
|
"placement"?: "left" | "right" | "bottom" | "top";
|
|
4689
|
+
/**
|
|
4690
|
+
* Tab text color
|
|
4691
|
+
* @uiName Text color
|
|
4692
|
+
* @uiType string
|
|
4693
|
+
* @uiWidget color
|
|
4694
|
+
*/
|
|
4695
|
+
"textColor"?: string;
|
|
4217
4696
|
}
|
|
4218
4697
|
interface SqmTaskCard {
|
|
4698
|
+
/**
|
|
4699
|
+
* @uiName Card Background color
|
|
4700
|
+
* @uiWidget color
|
|
4701
|
+
* @uiGroup Style
|
|
4702
|
+
*/
|
|
4703
|
+
"backgroundColor"?: string;
|
|
4704
|
+
/**
|
|
4705
|
+
* @uiName Border color
|
|
4706
|
+
* @uiWidget color
|
|
4707
|
+
* @uiGroup Style
|
|
4708
|
+
*/
|
|
4709
|
+
"borderColor"?: string;
|
|
4710
|
+
/**
|
|
4711
|
+
* @uiName Border radius
|
|
4712
|
+
* @uiType number
|
|
4713
|
+
* @uiGroup Style
|
|
4714
|
+
*/
|
|
4715
|
+
"borderRadius"?: number;
|
|
4219
4716
|
/**
|
|
4220
4717
|
* @uiName Button link
|
|
4221
4718
|
* @uiGroup Button
|
|
@@ -4226,6 +4723,14 @@ export namespace Components {
|
|
|
4226
4723
|
* @uiGroup Button
|
|
4227
4724
|
*/
|
|
4228
4725
|
"buttonText": string;
|
|
4726
|
+
/**
|
|
4727
|
+
* @uiName Button Style
|
|
4728
|
+
* @uiType string
|
|
4729
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
4730
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
4731
|
+
* @uiGroup Style
|
|
4732
|
+
*/
|
|
4733
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
4229
4734
|
/**
|
|
4230
4735
|
* @uiName Title
|
|
4231
4736
|
* @uiGroup Task
|
|
@@ -4363,6 +4868,12 @@ export namespace Components {
|
|
|
4363
4868
|
* @default
|
|
4364
4869
|
*/
|
|
4365
4870
|
"steps": boolean;
|
|
4871
|
+
/**
|
|
4872
|
+
* @uiName Text color
|
|
4873
|
+
* @uiWidget color
|
|
4874
|
+
* @uiGroup Style
|
|
4875
|
+
*/
|
|
4876
|
+
"textColor"?: string;
|
|
4366
4877
|
}
|
|
4367
4878
|
interface SqmTaxAndCash {
|
|
4368
4879
|
/**
|
|
@@ -5596,12 +6107,36 @@ export namespace Components {
|
|
|
5596
6107
|
"verificationReviewInternalHeader": string;
|
|
5597
6108
|
}
|
|
5598
6109
|
interface SqmText {
|
|
6110
|
+
/**
|
|
6111
|
+
* Font size in pixels
|
|
6112
|
+
* @uiName Font Size
|
|
6113
|
+
* @uiType number
|
|
6114
|
+
*/
|
|
6115
|
+
"fontSize"?: number;
|
|
6116
|
+
/**
|
|
6117
|
+
* @uiName Text Color
|
|
6118
|
+
* @uiWidget color
|
|
6119
|
+
* @format color
|
|
6120
|
+
*/
|
|
6121
|
+
"textColor"?: string;
|
|
5599
6122
|
}
|
|
5600
6123
|
interface SqmTextSpan {
|
|
6124
|
+
/**
|
|
6125
|
+
* Font size in pixels
|
|
6126
|
+
* @uiName Font Size
|
|
6127
|
+
* @uiType number
|
|
6128
|
+
*/
|
|
6129
|
+
"fontSize"?: number;
|
|
5601
6130
|
/**
|
|
5602
6131
|
* @uiName Text
|
|
5603
6132
|
*/
|
|
5604
6133
|
"text": string;
|
|
6134
|
+
/**
|
|
6135
|
+
* @uiName Text Color
|
|
6136
|
+
* @uiWidget color
|
|
6137
|
+
* @format color
|
|
6138
|
+
*/
|
|
6139
|
+
"textColor"?: string;
|
|
5605
6140
|
/**
|
|
5606
6141
|
* @uiName Type
|
|
5607
6142
|
* @uiType string
|
|
@@ -5631,11 +6166,25 @@ export namespace Components {
|
|
|
5631
6166
|
* @uiEnumNames ["Gift", "Circle"]
|
|
5632
6167
|
*/
|
|
5633
6168
|
"icon": "gift" | "circle";
|
|
6169
|
+
/**
|
|
6170
|
+
* Color of timeline
|
|
6171
|
+
* @uiName Line color
|
|
6172
|
+
* @uiWidget color
|
|
6173
|
+
* @format color
|
|
6174
|
+
*/
|
|
6175
|
+
"lineColor"?: string;
|
|
5634
6176
|
/**
|
|
5635
6177
|
* @uiName Reward amount
|
|
5636
6178
|
*/
|
|
5637
6179
|
"reward": string;
|
|
5638
6180
|
"setIcon": (value: "gift" | "circle") => Promise<void>;
|
|
6181
|
+
/**
|
|
6182
|
+
* Color of the text and copy icon
|
|
6183
|
+
* @uiName Text color
|
|
6184
|
+
* @uiWidget color
|
|
6185
|
+
* @format color
|
|
6186
|
+
*/
|
|
6187
|
+
"textColor"?: string;
|
|
5639
6188
|
/**
|
|
5640
6189
|
* @uiName Reward unit
|
|
5641
6190
|
*/
|
|
@@ -7084,6 +7633,7 @@ declare namespace LocalJSX {
|
|
|
7084
7633
|
* @uiType string
|
|
7085
7634
|
* @uiEnum ["left", "right", "center"]
|
|
7086
7635
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
7636
|
+
* @uiGroup Style
|
|
7087
7637
|
*/
|
|
7088
7638
|
"alignment"?: "left" | "right" | "center";
|
|
7089
7639
|
/**
|
|
@@ -7091,10 +7641,26 @@ declare namespace LocalJSX {
|
|
|
7091
7641
|
* @uiType object
|
|
7092
7642
|
*/
|
|
7093
7643
|
"demoData"?: DemoData<BigStatViewProps>;
|
|
7644
|
+
/**
|
|
7645
|
+
* Font size of the description text in pixels
|
|
7646
|
+
* @uiName Description font size
|
|
7647
|
+
* @uiGroup Style
|
|
7648
|
+
*/
|
|
7649
|
+
"descriptionFontSize"?: number;
|
|
7650
|
+
/**
|
|
7651
|
+
* Color of the description text
|
|
7652
|
+
* @uiName Description text color
|
|
7653
|
+
* @uiWidget color
|
|
7654
|
+
* @uiType string
|
|
7655
|
+
* @format color
|
|
7656
|
+
* @uiGroup Style
|
|
7657
|
+
*/
|
|
7658
|
+
"descriptionTextColor"?: string;
|
|
7094
7659
|
/**
|
|
7095
7660
|
* Controls the order of the stat value & description column
|
|
7096
7661
|
* @uiName Flex reverse
|
|
7097
|
-
* @default
|
|
7662
|
+
* @default
|
|
7663
|
+
* @uiGroup Style
|
|
7098
7664
|
*/
|
|
7099
7665
|
"flexReverse"?: boolean;
|
|
7100
7666
|
/**
|
|
@@ -7103,6 +7669,30 @@ declare namespace LocalJSX {
|
|
|
7103
7669
|
* @uiWidget programSelector
|
|
7104
7670
|
*/
|
|
7105
7671
|
"programId"?: string;
|
|
7672
|
+
/**
|
|
7673
|
+
* Font size of the stat text in pixels
|
|
7674
|
+
* @uiName Stat font size
|
|
7675
|
+
* @uiType string
|
|
7676
|
+
* @uiGroup Style
|
|
7677
|
+
*/
|
|
7678
|
+
"statFontSize"?: number;
|
|
7679
|
+
/**
|
|
7680
|
+
* Font weight of the stat text
|
|
7681
|
+
* @uiName Stat font weight
|
|
7682
|
+
* @uiGroup Style
|
|
7683
|
+
* @uiEnum [100, 200, 300, 400, 500, 600, 700, 800, 900]
|
|
7684
|
+
* @uiEnumNames ["Thin", "Extra Light", "Light", "Normal", "Medium", "Semi Bold", "Bold", "Extra Bold", "Heavy"]
|
|
7685
|
+
*/
|
|
7686
|
+
"statFontWeight"?: number;
|
|
7687
|
+
/**
|
|
7688
|
+
* Color of the stat text
|
|
7689
|
+
* @uiName Stat text color
|
|
7690
|
+
* @uiWidget color
|
|
7691
|
+
* @uiType string
|
|
7692
|
+
* @format color
|
|
7693
|
+
* @uiGroup Style
|
|
7694
|
+
*/
|
|
7695
|
+
"statTextColor"?: string;
|
|
7106
7696
|
/**
|
|
7107
7697
|
* Select what type of stat to display. Manual paths are also supported.
|
|
7108
7698
|
* @uiWidget statTypeSelectWidget
|
|
@@ -7233,14 +7823,47 @@ declare namespace LocalJSX {
|
|
|
7233
7823
|
"contextName"?: string;
|
|
7234
7824
|
}
|
|
7235
7825
|
interface SqmCouponCode {
|
|
7826
|
+
/**
|
|
7827
|
+
* Background color of share link container
|
|
7828
|
+
* @uiName Background color
|
|
7829
|
+
* @uiWidget color
|
|
7830
|
+
* @format color
|
|
7831
|
+
* @uiGroup Style
|
|
7832
|
+
*/
|
|
7833
|
+
"backgroundColor"?: string;
|
|
7834
|
+
/**
|
|
7835
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
7836
|
+
* @uiName Border color
|
|
7837
|
+
* @uiWidget color
|
|
7838
|
+
* @format color
|
|
7839
|
+
* @uiGroup Style
|
|
7840
|
+
*/
|
|
7841
|
+
"borderColor"?: string;
|
|
7842
|
+
/**
|
|
7843
|
+
* The border radius on the share link container (in pixels)
|
|
7844
|
+
* @uiName Border Radius
|
|
7845
|
+
* @uiType number
|
|
7846
|
+
* @uiGroup Style
|
|
7847
|
+
*/
|
|
7848
|
+
"borderRadius"?: string;
|
|
7236
7849
|
/**
|
|
7237
7850
|
* Set the copy button style and placement.
|
|
7238
7851
|
* @uiName Style
|
|
7239
7852
|
* @uiType string
|
|
7240
7853
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
7241
7854
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
7855
|
+
* @uiGroup Style
|
|
7242
7856
|
*/
|
|
7243
7857
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
7858
|
+
/**
|
|
7859
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
7860
|
+
* @uiName Button Type
|
|
7861
|
+
* @uiType string
|
|
7862
|
+
* @uiEnum ["primary", "secondary"]
|
|
7863
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
7864
|
+
* @uiGroup Style
|
|
7865
|
+
*/
|
|
7866
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
7244
7867
|
/**
|
|
7245
7868
|
* Display this message when the coupon code has been cancelled.
|
|
7246
7869
|
* @uiWidget textArea
|
|
@@ -7313,8 +7936,17 @@ declare namespace LocalJSX {
|
|
|
7313
7936
|
* @uiType string
|
|
7314
7937
|
* @uiEnum ["left", "center", "right"]
|
|
7315
7938
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
7939
|
+
* @uiGroup Style
|
|
7316
7940
|
*/
|
|
7317
7941
|
"textAlign"?: "left" | "center" | "right";
|
|
7942
|
+
/**
|
|
7943
|
+
* Color of the text and copy icon
|
|
7944
|
+
* @uiName Text color
|
|
7945
|
+
* @uiWidget color
|
|
7946
|
+
* @format color
|
|
7947
|
+
* @uiGroup Style
|
|
7948
|
+
*/
|
|
7949
|
+
"textColor"?: string;
|
|
7318
7950
|
/**
|
|
7319
7951
|
* The number of milliseconds that the tooltip appears for
|
|
7320
7952
|
* @uiName Tooltip lifespan
|
|
@@ -7327,6 +7959,18 @@ declare namespace LocalJSX {
|
|
|
7327
7959
|
"tooltiptext"?: string;
|
|
7328
7960
|
}
|
|
7329
7961
|
interface SqmDividedLayout {
|
|
7962
|
+
/**
|
|
7963
|
+
* Background color of the divider
|
|
7964
|
+
* @uiName Divider Background Color
|
|
7965
|
+
* @uiWidget color
|
|
7966
|
+
*/
|
|
7967
|
+
"backgroundColor"?: string;
|
|
7968
|
+
/**
|
|
7969
|
+
* Color of the divider (defaults to default text color if none is set)
|
|
7970
|
+
* @uiName Divider Background Color
|
|
7971
|
+
* @uiWidget color
|
|
7972
|
+
*/
|
|
7973
|
+
"borderColor"?: string;
|
|
7330
7974
|
/**
|
|
7331
7975
|
* Overrides max-width of content area
|
|
7332
7976
|
* @uiName Content Area Width
|
|
@@ -7341,7 +7985,7 @@ declare namespace LocalJSX {
|
|
|
7341
7985
|
*/
|
|
7342
7986
|
"direction"?: "row" | "column";
|
|
7343
7987
|
/**
|
|
7344
|
-
* Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.
|
|
7988
|
+
* @undocumented Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.
|
|
7345
7989
|
* @uiName Border style
|
|
7346
7990
|
*/
|
|
7347
7991
|
"dividerStyle"?: string;
|
|
@@ -7681,6 +8325,7 @@ declare namespace LocalJSX {
|
|
|
7681
8325
|
* @uiName Background color
|
|
7682
8326
|
* @uiWidget color
|
|
7683
8327
|
* @format color
|
|
8328
|
+
* @uiGroup Style
|
|
7684
8329
|
*/
|
|
7685
8330
|
"backgroundColor"?: string;
|
|
7686
8331
|
/**
|
|
@@ -7696,6 +8341,15 @@ declare namespace LocalJSX {
|
|
|
7696
8341
|
* @uiName Button text
|
|
7697
8342
|
*/
|
|
7698
8343
|
"buttonText"?: string;
|
|
8344
|
+
/**
|
|
8345
|
+
* The type of the button that is used (primary, secondary, or tertiary).
|
|
8346
|
+
* @uiName Button Type
|
|
8347
|
+
* @uiType string
|
|
8348
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
8349
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
8350
|
+
* @uiGroup Style
|
|
8351
|
+
*/
|
|
8352
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
7699
8353
|
/**
|
|
7700
8354
|
* @uiName Description
|
|
7701
8355
|
* @uiWidget textArea
|
|
@@ -7710,11 +8364,13 @@ declare namespace LocalJSX {
|
|
|
7710
8364
|
* @uiType string
|
|
7711
8365
|
* @uiEnum ["top", "bottom"]
|
|
7712
8366
|
* @uiEnumNames ["Top", "Bottom"]
|
|
8367
|
+
* @uiGroup Style
|
|
7713
8368
|
*/
|
|
7714
8369
|
"imageMobilePos"?: "top" | "bottom";
|
|
7715
8370
|
/**
|
|
7716
8371
|
* @uiName Image percentage
|
|
7717
8372
|
* @uiType number
|
|
8373
|
+
* @uiGroup Style
|
|
7718
8374
|
*/
|
|
7719
8375
|
"imagePercentage"?: number;
|
|
7720
8376
|
/**
|
|
@@ -7722,6 +8378,7 @@ declare namespace LocalJSX {
|
|
|
7722
8378
|
* @uiType string
|
|
7723
8379
|
* @uiEnum ["left", "center", "right"]
|
|
7724
8380
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
8381
|
+
* @uiGroup Style
|
|
7725
8382
|
*/
|
|
7726
8383
|
"imagePos"?: "left" | "center" | "right";
|
|
7727
8384
|
/**
|
|
@@ -7735,16 +8392,19 @@ declare namespace LocalJSX {
|
|
|
7735
8392
|
* @uiType string
|
|
7736
8393
|
* @uiEnum ["overlay", "columns"]
|
|
7737
8394
|
* @uiEnumNames ["Overlay", "Two-column"]
|
|
8395
|
+
* @uiGroup Style
|
|
7738
8396
|
*/
|
|
7739
8397
|
"layout"?: "overlay" | "columns";
|
|
7740
8398
|
/**
|
|
7741
8399
|
* @uiName Overlay color
|
|
7742
8400
|
* @uiWidget color
|
|
7743
8401
|
* @format color
|
|
8402
|
+
* @uiGroup Style
|
|
7744
8403
|
*/
|
|
7745
8404
|
"overlayColor"?: string;
|
|
7746
8405
|
/**
|
|
7747
8406
|
* @uiName Overlay opacity
|
|
8407
|
+
* @uiGroup Style
|
|
7748
8408
|
*/
|
|
7749
8409
|
"overlayOpacity"?: string;
|
|
7750
8410
|
/**
|
|
@@ -7752,6 +8412,7 @@ declare namespace LocalJSX {
|
|
|
7752
8412
|
* @uiType string
|
|
7753
8413
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
7754
8414
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
8415
|
+
* @uiGroup Style
|
|
7755
8416
|
*/
|
|
7756
8417
|
"paddingImage"?: Spacing;
|
|
7757
8418
|
/**
|
|
@@ -7759,12 +8420,14 @@ declare namespace LocalJSX {
|
|
|
7759
8420
|
* @uiType string
|
|
7760
8421
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
7761
8422
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
8423
|
+
* @uiGroup Style
|
|
7762
8424
|
*/
|
|
7763
8425
|
"paddingText"?: Spacing;
|
|
7764
8426
|
/**
|
|
7765
8427
|
* @uiName Text color
|
|
7766
8428
|
* @uiWidget color
|
|
7767
8429
|
* @format color
|
|
8430
|
+
* @uiGroup Style
|
|
7768
8431
|
*/
|
|
7769
8432
|
"textColor"?: string;
|
|
7770
8433
|
}
|
|
@@ -8176,10 +8839,30 @@ declare namespace LocalJSX {
|
|
|
8176
8839
|
}
|
|
8177
8840
|
interface SqmLeaderboard {
|
|
8178
8841
|
/**
|
|
8179
|
-
* Title displayed for users without names
|
|
8180
|
-
* @uiName Unknown user text
|
|
8842
|
+
* Title displayed for users without names
|
|
8843
|
+
* @uiName Unknown user text
|
|
8844
|
+
*/
|
|
8845
|
+
"anonymousUser"?: string;
|
|
8846
|
+
/**
|
|
8847
|
+
* Changes the background color of the leaderboard.
|
|
8848
|
+
* @uiName Background Color
|
|
8849
|
+
* @uiWidget color
|
|
8850
|
+
* @uiGroup Style
|
|
8851
|
+
*/
|
|
8852
|
+
"background"?: string;
|
|
8853
|
+
/**
|
|
8854
|
+
* Changes the border color of the table rows.
|
|
8855
|
+
* @uiName Border Color
|
|
8856
|
+
* @uiWidget color
|
|
8857
|
+
* @uiGroup Style
|
|
8858
|
+
*/
|
|
8859
|
+
"borderColor"?: string;
|
|
8860
|
+
/**
|
|
8861
|
+
* Leaderboard border radius in pixels.
|
|
8862
|
+
* @uiName Border Radius
|
|
8863
|
+
* @uiGroup Style
|
|
8181
8864
|
*/
|
|
8182
|
-
"
|
|
8865
|
+
"borderRadius"?: number;
|
|
8183
8866
|
/**
|
|
8184
8867
|
* @undocumented
|
|
8185
8868
|
* @uiType object
|
|
@@ -8248,10 +8931,31 @@ declare namespace LocalJSX {
|
|
|
8248
8931
|
* @uiName Stats column heading
|
|
8249
8932
|
*/
|
|
8250
8933
|
"statsheading"?: string;
|
|
8934
|
+
/**
|
|
8935
|
+
* Text color of the leaderboard.
|
|
8936
|
+
* @uiName Text Color
|
|
8937
|
+
* @uiWidget color
|
|
8938
|
+
* @uiGroup Style
|
|
8939
|
+
*/
|
|
8940
|
+
"textColor"?: string;
|
|
8251
8941
|
/**
|
|
8252
8942
|
* @uiName User column heading
|
|
8253
8943
|
*/
|
|
8254
8944
|
"usersheading"?: string;
|
|
8945
|
+
/**
|
|
8946
|
+
* Changes the background color of the viewing user row in the leaderboard.
|
|
8947
|
+
* @uiName Viewing User Highlight Color
|
|
8948
|
+
* @uiWidget color
|
|
8949
|
+
* @uiGroup Style
|
|
8950
|
+
*/
|
|
8951
|
+
"viewingUserHighlightColor"?: string;
|
|
8952
|
+
/**
|
|
8953
|
+
* Changes the text color of the viewing user row in the leaderboard.
|
|
8954
|
+
* @uiName Viewing User Text Color
|
|
8955
|
+
* @uiWidget color
|
|
8956
|
+
* @uiGroup Style
|
|
8957
|
+
*/
|
|
8958
|
+
"viewingUserHighlightTextColor"?: string;
|
|
8255
8959
|
/**
|
|
8256
8960
|
* @uiName Viewing user text
|
|
8257
8961
|
*/
|
|
@@ -8394,8 +9098,47 @@ declare namespace LocalJSX {
|
|
|
8394
9098
|
"menuLabel"?: string;
|
|
8395
9099
|
}
|
|
8396
9100
|
interface SqmNavigationSidebar {
|
|
9101
|
+
/**
|
|
9102
|
+
* @undocumented
|
|
9103
|
+
* @uiType object
|
|
9104
|
+
*/
|
|
9105
|
+
"demoData"?: DemoData<NavigationSidebarViewProps>;
|
|
9106
|
+
/**
|
|
9107
|
+
* @uiName Text color
|
|
9108
|
+
* @uiWidget color
|
|
9109
|
+
* @format color
|
|
9110
|
+
* @uiGroup Style
|
|
9111
|
+
*/
|
|
9112
|
+
"mobileMenuColor"?: string;
|
|
8397
9113
|
}
|
|
8398
9114
|
interface SqmNavigationSidebarItem {
|
|
9115
|
+
/**
|
|
9116
|
+
* Background color of the nav item
|
|
9117
|
+
* @uiName Background Color
|
|
9118
|
+
* @uiWidget color
|
|
9119
|
+
* @uiGroup Style
|
|
9120
|
+
*/
|
|
9121
|
+
"backgroundColor"?: string;
|
|
9122
|
+
/**
|
|
9123
|
+
* Background color of the nav item when focused
|
|
9124
|
+
* @uiName Background Focused Color
|
|
9125
|
+
* @uiWidget color
|
|
9126
|
+
* @uiGroup Style
|
|
9127
|
+
*/
|
|
9128
|
+
"backgroundFocusedColor"?: string;
|
|
9129
|
+
/**
|
|
9130
|
+
* Background color of the nav item when hovered
|
|
9131
|
+
* @uiName Background Hover Color
|
|
9132
|
+
* @uiWidget color
|
|
9133
|
+
* @uiGroup Style
|
|
9134
|
+
*/
|
|
9135
|
+
"backgroundHoverColor"?: string;
|
|
9136
|
+
/**
|
|
9137
|
+
* Border radius (in number of pixels)
|
|
9138
|
+
* @uiName Border Radius
|
|
9139
|
+
* @uiGroup Style
|
|
9140
|
+
*/
|
|
9141
|
+
"borderRadius"?: number;
|
|
8399
9142
|
/**
|
|
8400
9143
|
* @undocumented
|
|
8401
9144
|
* @uiType object
|
|
@@ -8404,19 +9147,57 @@ declare namespace LocalJSX {
|
|
|
8404
9147
|
/**
|
|
8405
9148
|
* Options available at https://shoelace.style/components/icon
|
|
8406
9149
|
* @uiName Icon
|
|
9150
|
+
* @uiGroup Style
|
|
8407
9151
|
*/
|
|
8408
9152
|
"icon"?: string;
|
|
8409
9153
|
/**
|
|
8410
9154
|
* @uiName Label
|
|
8411
9155
|
*/
|
|
8412
9156
|
"label"?: string;
|
|
9157
|
+
/**
|
|
9158
|
+
* @uiName Padding
|
|
9159
|
+
* @uiType string
|
|
9160
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
9161
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
9162
|
+
*/
|
|
9163
|
+
"padding"?: Spacing;
|
|
8413
9164
|
/**
|
|
8414
9165
|
* @uiName Navigation path
|
|
8415
9166
|
* @uiWidget pageSelect
|
|
8416
9167
|
*/
|
|
8417
9168
|
"path"?: string;
|
|
9169
|
+
/**
|
|
9170
|
+
* Text color of the nav item
|
|
9171
|
+
* @uiName Text Color
|
|
9172
|
+
* @uiWidget color
|
|
9173
|
+
* @uiGroup Style
|
|
9174
|
+
*/
|
|
9175
|
+
"textColor"?: string;
|
|
9176
|
+
/**
|
|
9177
|
+
* Text color of the nav item when items is focused
|
|
9178
|
+
* @uiName Text Focused Color
|
|
9179
|
+
* @uiWidget color
|
|
9180
|
+
* @uiGroup Style
|
|
9181
|
+
*/
|
|
9182
|
+
"textFocusedColor"?: string;
|
|
9183
|
+
/**
|
|
9184
|
+
* Text color of the nav item when hovered
|
|
9185
|
+
* @uiName Text Hover Color
|
|
9186
|
+
* @uiWidget color
|
|
9187
|
+
* @uiGroup Style
|
|
9188
|
+
*/
|
|
9189
|
+
"textHoverColor"?: string;
|
|
8418
9190
|
}
|
|
8419
9191
|
interface SqmPagination {
|
|
9192
|
+
/**
|
|
9193
|
+
* The type of the button that is used (primary, secondary, or tertiary).
|
|
9194
|
+
* @uiName Button Type
|
|
9195
|
+
* @uiType string
|
|
9196
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
9197
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
9198
|
+
* @uiGroup Style
|
|
9199
|
+
*/
|
|
9200
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
8420
9201
|
/**
|
|
8421
9202
|
* @undocumented
|
|
8422
9203
|
* @uiType object
|
|
@@ -8919,6 +9700,21 @@ declare namespace LocalJSX {
|
|
|
8919
9700
|
"termsText"?: string;
|
|
8920
9701
|
}
|
|
8921
9702
|
interface SqmPortalForgotPassword {
|
|
9703
|
+
/**
|
|
9704
|
+
* @uiName Background color
|
|
9705
|
+
* @uiWidget color
|
|
9706
|
+
*/
|
|
9707
|
+
"backgroundColor"?: string;
|
|
9708
|
+
/**
|
|
9709
|
+
* @uiName Border style
|
|
9710
|
+
* @uiWidget textArea
|
|
9711
|
+
*/
|
|
9712
|
+
"border"?: string;
|
|
9713
|
+
/**
|
|
9714
|
+
* @uiName Border radius
|
|
9715
|
+
* @uiWidget number
|
|
9716
|
+
*/
|
|
9717
|
+
"borderRadius"?: string;
|
|
8922
9718
|
/**
|
|
8923
9719
|
* @undocumented
|
|
8924
9720
|
* @uiType object
|
|
@@ -8963,11 +9759,30 @@ declare namespace LocalJSX {
|
|
|
8963
9759
|
"successAlertText"?: string;
|
|
8964
9760
|
}
|
|
8965
9761
|
interface SqmPortalFrame {
|
|
9762
|
+
/**
|
|
9763
|
+
* @uiName Background color
|
|
9764
|
+
* @uiWidget color
|
|
9765
|
+
* @uiType string
|
|
9766
|
+
*/
|
|
9767
|
+
"backgroundColor"?: string;
|
|
9768
|
+
/**
|
|
9769
|
+
* Borders placed to seperate the header and footer from the body content.
|
|
9770
|
+
* @uiName Border
|
|
9771
|
+
* @uiType string
|
|
9772
|
+
*/
|
|
9773
|
+
"border"?: string;
|
|
8966
9774
|
/**
|
|
8967
9775
|
* @undocumented
|
|
8968
9776
|
* @uiType object
|
|
8969
9777
|
*/
|
|
8970
9778
|
"demoData"?: DemoData<PortalFrameViewProps>;
|
|
9779
|
+
/**
|
|
9780
|
+
* Background color for the header and footer.
|
|
9781
|
+
* @uiName Header and Footer Background Color
|
|
9782
|
+
* @uiWidget color
|
|
9783
|
+
* @uiType string
|
|
9784
|
+
*/
|
|
9785
|
+
"headerAndFooterBackgroundColor"?: string;
|
|
8971
9786
|
/**
|
|
8972
9787
|
* @undocumented
|
|
8973
9788
|
*/
|
|
@@ -9701,6 +10516,12 @@ declare namespace LocalJSX {
|
|
|
9701
10516
|
* @format color
|
|
9702
10517
|
*/
|
|
9703
10518
|
"backgroundColor"?: string;
|
|
10519
|
+
/**
|
|
10520
|
+
* Amount in pixels
|
|
10521
|
+
* @uiName Border radius
|
|
10522
|
+
* @type number
|
|
10523
|
+
*/
|
|
10524
|
+
"borderRadius"?: number;
|
|
9704
10525
|
/**
|
|
9705
10526
|
* @uiName Description
|
|
9706
10527
|
* @uiWidget textArea
|
|
@@ -9715,6 +10536,18 @@ declare namespace LocalJSX {
|
|
|
9715
10536
|
* @uiName Icon
|
|
9716
10537
|
*/
|
|
9717
10538
|
"icon"?: string;
|
|
10539
|
+
/**
|
|
10540
|
+
* @uiName Icon Background color
|
|
10541
|
+
* @uiWidget color
|
|
10542
|
+
* @format color
|
|
10543
|
+
*/
|
|
10544
|
+
"iconBackgroundColor"?: string;
|
|
10545
|
+
/**
|
|
10546
|
+
* @uiName Icon color
|
|
10547
|
+
* @uiWidget color
|
|
10548
|
+
* @format color
|
|
10549
|
+
*/
|
|
10550
|
+
"iconColor"?: string;
|
|
9718
10551
|
/**
|
|
9719
10552
|
* Displayed in place of an icon
|
|
9720
10553
|
* @uiName Image URL
|
|
@@ -9780,6 +10613,19 @@ declare namespace LocalJSX {
|
|
|
9780
10613
|
* @uiType string
|
|
9781
10614
|
*/
|
|
9782
10615
|
"backgroundColor"?: string;
|
|
10616
|
+
/**
|
|
10617
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
10618
|
+
* @uiName Border color
|
|
10619
|
+
* @uiWidget color
|
|
10620
|
+
* @format color
|
|
10621
|
+
*/
|
|
10622
|
+
"borderColor"?: string;
|
|
10623
|
+
/**
|
|
10624
|
+
* The border radius on the share link container (in pixels)
|
|
10625
|
+
* @uiName Border Radius
|
|
10626
|
+
* @uiType number
|
|
10627
|
+
*/
|
|
10628
|
+
"borderRadius"?: number;
|
|
9783
10629
|
/**
|
|
9784
10630
|
* @uiName Hide border
|
|
9785
10631
|
* @uiType boolean
|
|
@@ -9818,6 +10664,13 @@ declare namespace LocalJSX {
|
|
|
9818
10664
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
9819
10665
|
*/
|
|
9820
10666
|
"paddingTop"?: string;
|
|
10667
|
+
/**
|
|
10668
|
+
* Color of the text and copy icon
|
|
10669
|
+
* @uiName Text color
|
|
10670
|
+
* @uiWidget color
|
|
10671
|
+
* @format color
|
|
10672
|
+
*/
|
|
10673
|
+
"textColor"?: string;
|
|
9821
10674
|
/**
|
|
9822
10675
|
* @uiName Vertical alignment
|
|
9823
10676
|
* @uiType string
|
|
@@ -9827,14 +10680,47 @@ declare namespace LocalJSX {
|
|
|
9827
10680
|
"verticalAlignment"?: "start" | "center" | "end";
|
|
9828
10681
|
}
|
|
9829
10682
|
interface SqmReferralCode {
|
|
10683
|
+
/**
|
|
10684
|
+
* Background color of share link container
|
|
10685
|
+
* @uiName Background color
|
|
10686
|
+
* @uiWidget color
|
|
10687
|
+
* @format color
|
|
10688
|
+
* @uiGroup Style
|
|
10689
|
+
*/
|
|
10690
|
+
"backgroundColor"?: string;
|
|
10691
|
+
/**
|
|
10692
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
10693
|
+
* @uiName Border color
|
|
10694
|
+
* @uiWidget color
|
|
10695
|
+
* @format color
|
|
10696
|
+
* @uiGroup Style
|
|
10697
|
+
*/
|
|
10698
|
+
"borderColor"?: string;
|
|
10699
|
+
/**
|
|
10700
|
+
* The border radius on the share link container (in pixels)
|
|
10701
|
+
* @uiName Border Radius
|
|
10702
|
+
* @uiType number
|
|
10703
|
+
* @uiGroup Style
|
|
10704
|
+
*/
|
|
10705
|
+
"borderRadius"?: string;
|
|
9830
10706
|
/**
|
|
9831
10707
|
* Set the copy button style and placement
|
|
9832
10708
|
* @uiName Style
|
|
9833
10709
|
* @uiType string
|
|
9834
10710
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
9835
10711
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
10712
|
+
* @uiGroup Style
|
|
9836
10713
|
*/
|
|
9837
10714
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
10715
|
+
/**
|
|
10716
|
+
* The type of the button that is used (primary, secondary, or tertiary).
|
|
10717
|
+
* @uiName Button Type
|
|
10718
|
+
* @uiType string
|
|
10719
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
10720
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
10721
|
+
* @uiGroup Style
|
|
10722
|
+
*/
|
|
10723
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
9838
10724
|
/**
|
|
9839
10725
|
* @uiName Copy button label
|
|
9840
10726
|
*/
|
|
@@ -9866,8 +10752,17 @@ declare namespace LocalJSX {
|
|
|
9866
10752
|
* @uiType string
|
|
9867
10753
|
* @uiEnum ["left", "center", "right"]
|
|
9868
10754
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
10755
|
+
* @uiGroup Style
|
|
9869
10756
|
*/
|
|
9870
10757
|
"textAlign"?: "left" | "center" | "right";
|
|
10758
|
+
/**
|
|
10759
|
+
* Color of the text and copy icon
|
|
10760
|
+
* @uiName Text color
|
|
10761
|
+
* @uiWidget color
|
|
10762
|
+
* @format color
|
|
10763
|
+
* @uiGroup Style
|
|
10764
|
+
*/
|
|
10765
|
+
"textColor"?: string;
|
|
9871
10766
|
/**
|
|
9872
10767
|
* The number of milliseconds that the tooltip appears for
|
|
9873
10768
|
* @uiName Tooltip lifespan
|
|
@@ -9902,6 +10797,12 @@ declare namespace LocalJSX {
|
|
|
9902
10797
|
* @uiWidget programSelector
|
|
9903
10798
|
*/
|
|
9904
10799
|
"programId"?: string;
|
|
10800
|
+
/**
|
|
10801
|
+
* @uiName Text Color
|
|
10802
|
+
* @uiType string
|
|
10803
|
+
* @uiWidget color
|
|
10804
|
+
*/
|
|
10805
|
+
"textColor"?: string;
|
|
9905
10806
|
/**
|
|
9906
10807
|
* @uiName Title Text
|
|
9907
10808
|
*/
|
|
@@ -10679,11 +11580,18 @@ declare namespace LocalJSX {
|
|
|
10679
11580
|
* @uiName Button background color
|
|
10680
11581
|
* @uiWidget color
|
|
10681
11582
|
* @format color
|
|
11583
|
+
* @uiGroup Style
|
|
10682
11584
|
*/
|
|
10683
11585
|
"backgroundcolor"?: string;
|
|
11586
|
+
/**
|
|
11587
|
+
* @uiName Border
|
|
11588
|
+
* @uiGroup Style
|
|
11589
|
+
*/
|
|
11590
|
+
"border"?: string;
|
|
10684
11591
|
/**
|
|
10685
11592
|
* Configure border radius with pixel amount
|
|
10686
11593
|
* @uiName Border radius
|
|
11594
|
+
* @uiGroup Style
|
|
10687
11595
|
*/
|
|
10688
11596
|
"borderradius"?: number;
|
|
10689
11597
|
/**
|
|
@@ -10697,11 +11605,13 @@ declare namespace LocalJSX {
|
|
|
10697
11605
|
"disabled"?: boolean;
|
|
10698
11606
|
/**
|
|
10699
11607
|
* @uiName Hide icon
|
|
11608
|
+
* @uiGroup Style
|
|
10700
11609
|
* @default
|
|
10701
11610
|
*/
|
|
10702
11611
|
"hideicon"?: boolean;
|
|
10703
11612
|
/**
|
|
10704
11613
|
* @uiName Hide text
|
|
11614
|
+
* @uiGroup Style
|
|
10705
11615
|
* @default
|
|
10706
11616
|
*/
|
|
10707
11617
|
"hidetext"?: boolean;
|
|
@@ -10739,6 +11649,7 @@ declare namespace LocalJSX {
|
|
|
10739
11649
|
| "unknown";
|
|
10740
11650
|
/**
|
|
10741
11651
|
* @uiName Display pill
|
|
11652
|
+
* @uiGroup Style
|
|
10742
11653
|
*/
|
|
10743
11654
|
"pill"?: boolean;
|
|
10744
11655
|
/**
|
|
@@ -10762,21 +11673,24 @@ declare namespace LocalJSX {
|
|
|
10762
11673
|
* @uiType string
|
|
10763
11674
|
* @uiEnum ["small", "medium", "large" ]
|
|
10764
11675
|
* @uiEnumNames ["Small", "Medium", "Large"]
|
|
11676
|
+
* @uiGroup Style
|
|
10765
11677
|
*/
|
|
10766
11678
|
"size"?: "small" | "medium" | "large";
|
|
10767
11679
|
/**
|
|
10768
11680
|
* @uiName Button text color
|
|
10769
11681
|
* @uiWidget color
|
|
10770
11682
|
* @format color
|
|
11683
|
+
* @uiGroup Style
|
|
10771
11684
|
*/
|
|
10772
11685
|
"textcolor"?: string;
|
|
10773
11686
|
/**
|
|
10774
11687
|
* @uiType string
|
|
10775
11688
|
* @uiName Button style
|
|
10776
|
-
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
10777
|
-
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
11689
|
+
* @uiEnum ["primary", "secondary", "success", "info", "warning", "danger", "default", "text" ]
|
|
11690
|
+
* @uiEnumNames ["Primary", "Secondary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
10778
11691
|
*/
|
|
10779
11692
|
"type"?: | "primary"
|
|
11693
|
+
| "secondary"
|
|
10780
11694
|
| "success"
|
|
10781
11695
|
| "info"
|
|
10782
11696
|
| "warning"
|
|
@@ -10795,14 +11709,47 @@ declare namespace LocalJSX {
|
|
|
10795
11709
|
"unsupportedPlatformText"?: string;
|
|
10796
11710
|
}
|
|
10797
11711
|
interface SqmShareCode {
|
|
11712
|
+
/**
|
|
11713
|
+
* Background color of share link container
|
|
11714
|
+
* @uiName Background color
|
|
11715
|
+
* @uiWidget color
|
|
11716
|
+
* @format color
|
|
11717
|
+
* @uiGroup Style
|
|
11718
|
+
*/
|
|
11719
|
+
"backgroundColor"?: string;
|
|
11720
|
+
/**
|
|
11721
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
11722
|
+
* @uiName Border color
|
|
11723
|
+
* @uiWidget color
|
|
11724
|
+
* @format color
|
|
11725
|
+
* @uiGroup Style
|
|
11726
|
+
*/
|
|
11727
|
+
"borderColor"?: string;
|
|
11728
|
+
/**
|
|
11729
|
+
* The border radius on the share link container (in pixels)
|
|
11730
|
+
* @uiName Border Radius
|
|
11731
|
+
* @uiType number
|
|
11732
|
+
* @uiGroup Style
|
|
11733
|
+
*/
|
|
11734
|
+
"borderRadius"?: string;
|
|
10798
11735
|
/**
|
|
10799
11736
|
* Set the copy button style and placement
|
|
10800
11737
|
* @uiName Style
|
|
10801
11738
|
* @uiType string
|
|
10802
11739
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
10803
11740
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
11741
|
+
* @uiGroup Style
|
|
10804
11742
|
*/
|
|
10805
11743
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
11744
|
+
/**
|
|
11745
|
+
* The type of the button that is used (primary, secondary, or tertiary).
|
|
11746
|
+
* @uiName Button Type
|
|
11747
|
+
* @uiType string
|
|
11748
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
11749
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
11750
|
+
* @uiGroup Style
|
|
11751
|
+
*/
|
|
11752
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
10806
11753
|
/**
|
|
10807
11754
|
* @uiName Copy button label
|
|
10808
11755
|
*/
|
|
@@ -10824,8 +11771,17 @@ declare namespace LocalJSX {
|
|
|
10824
11771
|
* @uiType string
|
|
10825
11772
|
* @uiEnum ["left", "center", "right"]
|
|
10826
11773
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
11774
|
+
* @uiGroup Style
|
|
10827
11775
|
*/
|
|
10828
11776
|
"textAlign"?: "left" | "center" | "right";
|
|
11777
|
+
/**
|
|
11778
|
+
* Color of the text and copy icon
|
|
11779
|
+
* @uiName Text color
|
|
11780
|
+
* @uiWidget color
|
|
11781
|
+
* @format color
|
|
11782
|
+
* @uiGroup Style
|
|
11783
|
+
*/
|
|
11784
|
+
"textColor"?: string;
|
|
10829
11785
|
/**
|
|
10830
11786
|
* The number of milliseconds that the tooltip appears for
|
|
10831
11787
|
* @uiName Tooltip lifespan
|
|
@@ -10838,14 +11794,47 @@ declare namespace LocalJSX {
|
|
|
10838
11794
|
"tooltiptext"?: string;
|
|
10839
11795
|
}
|
|
10840
11796
|
interface SqmShareLink {
|
|
11797
|
+
/**
|
|
11798
|
+
* Background color of share link container
|
|
11799
|
+
* @uiName Background color
|
|
11800
|
+
* @uiWidget color
|
|
11801
|
+
* @format color
|
|
11802
|
+
* @uiGroup Style
|
|
11803
|
+
*/
|
|
11804
|
+
"backgroundColor"?: string;
|
|
11805
|
+
/**
|
|
11806
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
11807
|
+
* @uiName Border color
|
|
11808
|
+
* @uiWidget color
|
|
11809
|
+
* @format color
|
|
11810
|
+
* @uiGroup Style
|
|
11811
|
+
*/
|
|
11812
|
+
"borderColor"?: string;
|
|
11813
|
+
/**
|
|
11814
|
+
* The border radius on the share link container (in pixels)
|
|
11815
|
+
* @uiName Border Radius
|
|
11816
|
+
* @uiType number
|
|
11817
|
+
* @uiGroup Style
|
|
11818
|
+
*/
|
|
11819
|
+
"borderRadius"?: string;
|
|
10841
11820
|
/**
|
|
10842
11821
|
* Set the copy button style and placement
|
|
10843
|
-
* @uiName
|
|
11822
|
+
* @uiName Button style
|
|
10844
11823
|
* @uiType string
|
|
10845
11824
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
10846
11825
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
11826
|
+
* @uiGroup Style
|
|
10847
11827
|
*/
|
|
10848
11828
|
"buttonStyle"?: "icon" | "button-outside" | "button-below";
|
|
11829
|
+
/**
|
|
11830
|
+
* The type of the button that is used (primary, secondary, or tertiary).
|
|
11831
|
+
* @uiName Button Type
|
|
11832
|
+
* @uiType string
|
|
11833
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
11834
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
11835
|
+
* @uiGroup Style
|
|
11836
|
+
*/
|
|
11837
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
10849
11838
|
/**
|
|
10850
11839
|
* @uiName Copy button label
|
|
10851
11840
|
*/
|
|
@@ -10867,8 +11856,17 @@ declare namespace LocalJSX {
|
|
|
10867
11856
|
* @uiType string
|
|
10868
11857
|
* @uiEnum ["left", "center", "right"]
|
|
10869
11858
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
11859
|
+
* @uiGroup Style
|
|
10870
11860
|
*/
|
|
10871
11861
|
"textAlign"?: "left" | "center" | "right";
|
|
11862
|
+
/**
|
|
11863
|
+
* Color of the text and copy icon
|
|
11864
|
+
* @uiName Text color
|
|
11865
|
+
* @uiWidget color
|
|
11866
|
+
* @format color
|
|
11867
|
+
* @uiGroup Style
|
|
11868
|
+
*/
|
|
11869
|
+
"textColor"?: string;
|
|
10872
11870
|
/**
|
|
10873
11871
|
* The number of milliseconds that the tooltip appears for
|
|
10874
11872
|
* @uiName Tooltip lifespan
|
|
@@ -10882,12 +11880,34 @@ declare namespace LocalJSX {
|
|
|
10882
11880
|
}
|
|
10883
11881
|
interface SqmStatContainer {
|
|
10884
11882
|
/**
|
|
11883
|
+
* Controls the alignment of the flexbox
|
|
11884
|
+
* @uiName Alignment
|
|
11885
|
+
* @uiType string
|
|
11886
|
+
* @uiEnum ["left", "right", "center"]
|
|
11887
|
+
* @uiEnumNames ["Left", "Right", "Center"]
|
|
11888
|
+
*/
|
|
11889
|
+
"alignment"?: "left" | "right" | "center";
|
|
11890
|
+
/**
|
|
11891
|
+
* @undocumented
|
|
10885
11892
|
* @uiName Display
|
|
10886
11893
|
* @uiType string
|
|
10887
11894
|
* @uiEnum ["grid", "flex"]
|
|
10888
11895
|
* @uiEnumNames ["Grid", "Flex"]
|
|
10889
11896
|
*/
|
|
10890
11897
|
"display"?: "grid" | "flex";
|
|
11898
|
+
/**
|
|
11899
|
+
* @uiName Gap
|
|
11900
|
+
* @uiType string
|
|
11901
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
11902
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
11903
|
+
*/
|
|
11904
|
+
"gap"?: Spacing;
|
|
11905
|
+
/**
|
|
11906
|
+
* Hide the seperating border between stats
|
|
11907
|
+
* @uiName Hide border
|
|
11908
|
+
* @uiType boolean
|
|
11909
|
+
*/
|
|
11910
|
+
"hideBorder"?: boolean;
|
|
10891
11911
|
/**
|
|
10892
11912
|
* @uiName Space between stats
|
|
10893
11913
|
* @uiType string
|
|
@@ -10929,8 +11949,33 @@ declare namespace LocalJSX {
|
|
|
10929
11949
|
* @uiEnumNames ["Left", "Right", "Bottom", "Top"]
|
|
10930
11950
|
*/
|
|
10931
11951
|
"placement"?: "left" | "right" | "bottom" | "top";
|
|
11952
|
+
/**
|
|
11953
|
+
* Tab text color
|
|
11954
|
+
* @uiName Text color
|
|
11955
|
+
* @uiType string
|
|
11956
|
+
* @uiWidget color
|
|
11957
|
+
*/
|
|
11958
|
+
"textColor"?: string;
|
|
10932
11959
|
}
|
|
10933
11960
|
interface SqmTaskCard {
|
|
11961
|
+
/**
|
|
11962
|
+
* @uiName Card Background color
|
|
11963
|
+
* @uiWidget color
|
|
11964
|
+
* @uiGroup Style
|
|
11965
|
+
*/
|
|
11966
|
+
"backgroundColor"?: string;
|
|
11967
|
+
/**
|
|
11968
|
+
* @uiName Border color
|
|
11969
|
+
* @uiWidget color
|
|
11970
|
+
* @uiGroup Style
|
|
11971
|
+
*/
|
|
11972
|
+
"borderColor"?: string;
|
|
11973
|
+
/**
|
|
11974
|
+
* @uiName Border radius
|
|
11975
|
+
* @uiType number
|
|
11976
|
+
* @uiGroup Style
|
|
11977
|
+
*/
|
|
11978
|
+
"borderRadius"?: number;
|
|
10934
11979
|
/**
|
|
10935
11980
|
* @uiName Button link
|
|
10936
11981
|
* @uiGroup Button
|
|
@@ -10941,6 +11986,14 @@ declare namespace LocalJSX {
|
|
|
10941
11986
|
* @uiGroup Button
|
|
10942
11987
|
*/
|
|
10943
11988
|
"buttonText"?: string;
|
|
11989
|
+
/**
|
|
11990
|
+
* @uiName Button Style
|
|
11991
|
+
* @uiType string
|
|
11992
|
+
* @uiEnum ["primary", "secondary", "tertiary"]
|
|
11993
|
+
* @uiEnumNames ["Primary", "Secondary", "Tertiary"]
|
|
11994
|
+
* @uiGroup Style
|
|
11995
|
+
*/
|
|
11996
|
+
"buttonType"?: "primary" | "secondary" | "tertiary";
|
|
10944
11997
|
/**
|
|
10945
11998
|
* @uiName Title
|
|
10946
11999
|
* @uiGroup Task
|
|
@@ -11078,6 +12131,12 @@ declare namespace LocalJSX {
|
|
|
11078
12131
|
* @default
|
|
11079
12132
|
*/
|
|
11080
12133
|
"steps"?: boolean;
|
|
12134
|
+
/**
|
|
12135
|
+
* @uiName Text color
|
|
12136
|
+
* @uiWidget color
|
|
12137
|
+
* @uiGroup Style
|
|
12138
|
+
*/
|
|
12139
|
+
"textColor"?: string;
|
|
11081
12140
|
}
|
|
11082
12141
|
interface SqmTaxAndCash {
|
|
11083
12142
|
/**
|
|
@@ -12311,12 +13370,36 @@ declare namespace LocalJSX {
|
|
|
12311
13370
|
"verificationReviewInternalHeader"?: string;
|
|
12312
13371
|
}
|
|
12313
13372
|
interface SqmText {
|
|
13373
|
+
/**
|
|
13374
|
+
* Font size in pixels
|
|
13375
|
+
* @uiName Font Size
|
|
13376
|
+
* @uiType number
|
|
13377
|
+
*/
|
|
13378
|
+
"fontSize"?: number;
|
|
13379
|
+
/**
|
|
13380
|
+
* @uiName Text Color
|
|
13381
|
+
* @uiWidget color
|
|
13382
|
+
* @format color
|
|
13383
|
+
*/
|
|
13384
|
+
"textColor"?: string;
|
|
12314
13385
|
}
|
|
12315
13386
|
interface SqmTextSpan {
|
|
13387
|
+
/**
|
|
13388
|
+
* Font size in pixels
|
|
13389
|
+
* @uiName Font Size
|
|
13390
|
+
* @uiType number
|
|
13391
|
+
*/
|
|
13392
|
+
"fontSize"?: number;
|
|
12316
13393
|
/**
|
|
12317
13394
|
* @uiName Text
|
|
12318
13395
|
*/
|
|
12319
13396
|
"text"?: string;
|
|
13397
|
+
/**
|
|
13398
|
+
* @uiName Text Color
|
|
13399
|
+
* @uiWidget color
|
|
13400
|
+
* @format color
|
|
13401
|
+
*/
|
|
13402
|
+
"textColor"?: string;
|
|
12320
13403
|
/**
|
|
12321
13404
|
* @uiName Type
|
|
12322
13405
|
* @uiType string
|
|
@@ -12346,10 +13429,24 @@ declare namespace LocalJSX {
|
|
|
12346
13429
|
* @uiEnumNames ["Gift", "Circle"]
|
|
12347
13430
|
*/
|
|
12348
13431
|
"icon"?: "gift" | "circle";
|
|
13432
|
+
/**
|
|
13433
|
+
* Color of timeline
|
|
13434
|
+
* @uiName Line color
|
|
13435
|
+
* @uiWidget color
|
|
13436
|
+
* @format color
|
|
13437
|
+
*/
|
|
13438
|
+
"lineColor"?: string;
|
|
12349
13439
|
/**
|
|
12350
13440
|
* @uiName Reward amount
|
|
12351
13441
|
*/
|
|
12352
13442
|
"reward"?: string;
|
|
13443
|
+
/**
|
|
13444
|
+
* Color of the text and copy icon
|
|
13445
|
+
* @uiName Text color
|
|
13446
|
+
* @uiWidget color
|
|
13447
|
+
* @format color
|
|
13448
|
+
*/
|
|
13449
|
+
"textColor"?: string;
|
|
12353
13450
|
/**
|
|
12354
13451
|
* @uiName Reward unit
|
|
12355
13452
|
*/
|