@saasquatch/mint-components 1.15.0-3 → 1.15.0-30
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-925a0842.js} +3 -3
- package/dist/cjs/{ShadowViewAddon-787391f7.js → ShadowViewAddon-93071495.js} +444 -411
- package/dist/cjs/{copy-text-view-c85acaaa.js → copy-text-view-f0702822.js} +54 -39
- package/dist/cjs/{email-registration-view-55b378dc.js → email-registration-view-37b44222.js} +1 -1
- package/dist/cjs/{global-e31dc4f5.js → global-e1930bce.js} +186 -28
- 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 +8 -45
- 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 +290 -115
- 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 +50 -49
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-invoice-table-view-16ac73d0.js → sqm-invoice-table-view-2e737286.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-navigation-sidebar-item-view-6f35d2ee.js → sqm-navigation-sidebar-item-view-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-7ebb426a.js → sqm-portal-email-verification-view-d65ef736.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-8cb284d2.js} +2 -2
- package/dist/cjs/{sqm-portal-profile-view-33164798.js → sqm-portal-profile-view-21a99152.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-3da9ed28.js} +2 -7
- package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -1
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +4 -6
- 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 +5 -5
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +144 -29
- package/dist/cjs/sqm-tabs.cjs.entry.js +9 -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 -8
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +162 -2
- package/dist/collection/components/sqm-big-stat/useBigStat.js +10 -0
- package/dist/collection/components/sqm-big-stat/useDemoBigStat.js +13 -4
- package/dist/collection/components/sqm-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-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-empty/sqm-empty-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 -3
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +79 -0
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +37 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +59 -54
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +197 -32
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.css +2 -2
- package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -1
- package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +1 -4
- 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 +7 -4
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +1 -1
- 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-profile/sqm-portal-profile-view.js +1 -1
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer-view.js +1 -1
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step-view.js +11 -3
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +77 -2
- package/dist/collection/components/sqm-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 +0 -2
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +2 -2
- 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 +7 -2
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +28 -2
- package/dist/collection/components/sqm-task-card/DetailsView.js +1 -1
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +139 -155
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +146 -0
- package/dist/collection/components/sqm-task-card/useTaskCard.js +10 -0
- package/dist/collection/components/sqm-text/Text.stories.js +12 -0
- package/dist/collection/components/sqm-text/sqm-text.js +100 -48
- 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 +1 -12
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +0 -15
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +1 -11
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +1 -2
- package/dist/collection/components/views/copy-text-view.js +53 -38
- package/dist/collection/global/mixins.js +8 -8
- package/dist/collection/global/styles.js +186 -28
- package/dist/collection/global/styles.ts +186 -28
- package/dist/collection/tables/GenericTableView.js +2 -2
- package/dist/esm/{GenericTableView-7b9087af.js → GenericTableView-cb1581d8.js} +3 -3
- package/dist/esm/{ShadowViewAddon-cf230f50.js → ShadowViewAddon-b6997735.js} +444 -411
- package/dist/esm/{copy-text-view-782137ba.js → copy-text-view-3f41072a.js} +54 -39
- package/dist/esm/{email-registration-view-a7818cf2.js → email-registration-view-b1c858ee.js} +1 -1
- package/dist/esm/{global-be1f9992.js → global-3c495429.js} +186 -28
- 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 +8 -45
- 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 +290 -115
- 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 +50 -49
- package/dist/esm/sqm-instant-access-registration.entry.js +2 -2
- package/dist/esm/{sqm-invoice-table-view-2c726568.js → sqm-invoice-table-view-6d5c38fe.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +2 -2
- package/dist/esm/{sqm-navigation-sidebar-item-view-8f1c72bc.js → sqm-navigation-sidebar-item-view-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-35b4353b.js → sqm-portal-email-verification-view-ece37a13.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-c8153720.js} +2 -2
- package/dist/esm/{sqm-portal-profile-view-93003974.js → sqm-portal-profile-view-73cfda71.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-10b8b4cb.js} +2 -7
- package/dist/esm/sqm-qr-code.entry.js +1 -1
- package/dist/esm/sqm-referral-table_11.entry.js +4 -6
- 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 +5 -5
- package/dist/esm/sqm-stencilbook.entry.js +144 -29
- package/dist/esm/sqm-tabs.entry.js +9 -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-7b9087af.js → GenericTableView-cb1581d8.js} +1 -1
- package/dist/esm-es5/ShadowViewAddon-b6997735.js +1 -0
- package/dist/esm-es5/copy-text-view-3f41072a.js +1 -0
- package/dist/esm-es5/{email-registration-view-a7818cf2.js → email-registration-view-b1c858ee.js} +1 -1
- package/dist/esm-es5/{global-be1f9992.js → global-3c495429.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-2c726568.js → sqm-invoice-table-view-6d5c38fe.js} +1 -1
- 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-35b4353b.js → sqm-portal-email-verification-view-ece37a13.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-7e49609a.js → sqm-portal-login-view-c8153720.js} +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-93003974.js → sqm-portal-profile-view-73cfda71.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-10b8b4cb.js} +1 -1
- package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-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 +186 -28
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/p-042642d3.entry.js +1 -0
- package/dist/mint-components/{p-91ab3da1.js → p-057f5402.js} +1 -1
- package/dist/mint-components/{p-e5d0375e.system.js → p-0df294ad.system.js} +1 -1
- package/dist/mint-components/p-10586a3f.js +1 -0
- package/dist/mint-components/{p-99ad7d56.system.js → p-223dd3f7.system.js} +1 -1
- package/dist/mint-components/p-24cedc6c.system.js +1 -0
- package/dist/mint-components/p-2927748b.system.js +1 -0
- package/dist/mint-components/{p-837a0fdd.js → p-294f6682.js} +1 -1
- package/dist/mint-components/{p-aad32fb6.system.js → p-38de17fa.system.js} +1 -1
- package/dist/mint-components/p-3a21f8f9.system.entry.js +1 -0
- package/dist/mint-components/{p-19bc3406.system.entry.js → p-3e4e74a2.system.entry.js} +1 -1
- 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-4e4b84bb.system.entry.js +1 -0
- package/dist/mint-components/{p-b75bb6e3.system.js → p-505951d2.system.js} +1 -1
- package/dist/mint-components/p-54b0b768.system.js +1 -0
- package/dist/mint-components/p-56f3427d.system.js +1 -0
- package/dist/mint-components/{p-10d17989.entry.js → p-576d3b4a.entry.js} +1 -1
- package/dist/mint-components/{p-5d7e308c.system.entry.js → p-5973487a.system.entry.js} +1 -1
- package/dist/mint-components/p-5c5964e0.js +1 -0
- 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-ff8b8067.entry.js → p-61dec887.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-65069b66.js → p-69d60453.js} +22 -22
- package/dist/mint-components/p-6b0fa3a2.entry.js +1 -0
- package/dist/mint-components/{p-50c902ca.system.entry.js → p-6e1acebb.system.entry.js} +1 -1
- package/dist/mint-components/{p-57eef0af.entry.js → p-708f58e8.entry.js} +6 -6
- package/dist/mint-components/p-71168e62.entry.js +258 -0
- package/dist/mint-components/{p-92816d1f.js → p-72ff8268.js} +1 -1
- package/dist/mint-components/p-74afdafb.system.js +1 -0
- package/dist/mint-components/{p-0d182dc1.system.js → p-79947589.system.js} +1 -1
- package/dist/mint-components/{p-0c78815e.system.entry.js → p-7cbec088.system.entry.js} +1 -1
- package/dist/mint-components/p-804ee38a.system.entry.js +1 -0
- package/dist/mint-components/{p-7a9290ba.js → p-82113e37.js} +1 -1
- package/dist/mint-components/p-83e1c41c.entry.js +13 -0
- package/dist/mint-components/{p-3f067fd5.js → p-850d59f3.js} +1 -1
- package/dist/mint-components/{p-0d2d0b6d.entry.js → p-865f812e.entry.js} +1 -1
- package/dist/mint-components/p-8692e7a5.entry.js +144 -0
- package/dist/mint-components/{p-42187319.system.entry.js → p-884ac29e.system.entry.js} +1 -1
- package/dist/mint-components/p-893d7ab4.js +1 -0
- package/dist/mint-components/p-8a6494c7.system.js +1 -0
- package/dist/mint-components/p-8c4992d3.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-906e04ba.system.entry.js +1 -0
- package/dist/mint-components/{p-dbcb5359.js → p-9438e80a.js} +1 -1
- package/dist/mint-components/{p-cbbfac66.entry.js → p-97428eb3.entry.js} +2 -2
- 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-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-a5bc3f7b.system.entry.js +1 -0
- package/dist/mint-components/{p-7f80a9d7.entry.js → p-a60d5315.entry.js} +1 -1
- package/dist/mint-components/{p-53730ffe.entry.js → p-a81b507f.entry.js} +3 -3
- package/dist/mint-components/{p-21620f81.system.entry.js → p-a86f2006.system.entry.js} +1 -1
- package/dist/mint-components/{p-bbcd824a.js → p-a87b265e.js} +1 -1
- package/dist/mint-components/{p-f4a8ee29.system.entry.js → p-af516659.system.entry.js} +1 -1
- package/dist/mint-components/{p-2f101bae.entry.js → p-b6761073.entry.js} +1 -1
- package/dist/mint-components/p-b6de39a2.entry.js +1 -0
- package/dist/mint-components/p-b80891a8.entry.js +1 -0
- package/dist/mint-components/p-ba3e2d27.system.entry.js +1 -0
- package/dist/mint-components/{p-9bfd9bed.system.entry.js → p-bb6e411d.system.entry.js} +1 -1
- package/dist/mint-components/{p-b287833c.system.entry.js → p-c16dada5.system.entry.js} +1 -1
- package/dist/mint-components/{p-a7746488.system.js → p-c4d80117.system.js} +1 -1
- package/dist/mint-components/{p-91959fbe.js → p-c96a25c6.js} +1 -1
- package/dist/mint-components/{p-1a6b7d2a.entry.js → p-cd0ee247.entry.js} +1 -1
- package/dist/mint-components/{p-0ebab63e.system.js → p-ceecfa65.system.js} +1 -1
- 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-d07f3090.entry.js → p-d1b5f5b0.entry.js} +1 -1
- package/dist/mint-components/{p-5c28406d.system.entry.js → p-d5b3397c.system.entry.js} +1 -1
- package/dist/mint-components/p-d6352d15.js +1 -0
- package/dist/mint-components/p-db45cc4c.js +394 -0
- package/dist/mint-components/{p-ef6381d4.entry.js → p-de7e83b3.entry.js} +2 -2
- package/dist/mint-components/p-e09a3d73.system.entry.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-f0772618.system.entry.js → p-e8ed71cf.system.entry.js} +1 -1
- package/dist/mint-components/{p-775f3ded.entry.js → p-f0fdbd82.entry.js} +1 -1
- package/dist/mint-components/{p-bdb7d451.system.js → p-f6db346b.system.js} +12 -12
- package/dist/mint-components/p-f80ab10b.entry.js +13 -0
- package/dist/mint-components/p-f84d2ed0.system.entry.js +1 -0
- package/dist/mint-components/p-fdaa4dbb.system.entry.js +1 -0
- package/dist/mint-components/{p-cd569259.system.js → p-fdba347c.system.js} +1 -1
- package/dist/mint-components/{p-f7c99803.system.js → p-ffaaec76.system.js} +1 -1
- 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/sqm-coupon-code-view.d.ts +1 -0
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +42 -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 +3 -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/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/ShadowViewAddon-cf230f50.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-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-text-span-view-ca32495e.js +0 -1
- package/dist/mint-components/p-116baa69.entry.js +0 -258
- package/dist/mint-components/p-141bf5c1.system.entry.js +0 -1
- package/dist/mint-components/p-1f089c3f.system.entry.js +0 -1
- package/dist/mint-components/p-24db5c70.js +0 -1
- package/dist/mint-components/p-2da21ba4.entry.js +0 -1
- package/dist/mint-components/p-31015791.js +0 -1
- package/dist/mint-components/p-37996351.system.js +0 -1
- package/dist/mint-components/p-38e5c429.system.js +0 -1
- package/dist/mint-components/p-3b90e01b.system.js +0 -1
- package/dist/mint-components/p-3db34d68.js +0 -1
- package/dist/mint-components/p-3f6e0197.system.entry.js +0 -1
- package/dist/mint-components/p-420554af.system.entry.js +0 -1
- package/dist/mint-components/p-492b70db.system.js +0 -1
- package/dist/mint-components/p-4e773bb1.system.entry.js +0 -1
- package/dist/mint-components/p-562428ef.system.js +0 -1
- package/dist/mint-components/p-5cb7f9fc.system.entry.js +0 -1
- package/dist/mint-components/p-626e9e84.js +0 -1
- package/dist/mint-components/p-635d5ef2.system.js +0 -1
- package/dist/mint-components/p-63a75798.js +0 -1
- package/dist/mint-components/p-653f963f.entry.js +0 -13
- package/dist/mint-components/p-693942df.entry.js +0 -144
- package/dist/mint-components/p-6cc141b9.js +0 -394
- package/dist/mint-components/p-7846937e.entry.js +0 -13
- package/dist/mint-components/p-7ab21e4d.entry.js +0 -1
- package/dist/mint-components/p-85671c3d.system.entry.js +0 -1
- package/dist/mint-components/p-91521e9d.js +0 -1
- package/dist/mint-components/p-b207beeb.entry.js +0 -1
- package/dist/mint-components/p-b82e1935.system.entry.js +0 -1
- package/dist/mint-components/p-c060f770.system.entry.js +0 -1
- package/dist/mint-components/p-c9f1dde7.js +0 -1
- package/dist/mint-components/p-cb7bdbe4.entry.js +0 -1
- package/dist/mint-components/p-cd1d497f.system.js +0 -1
- package/dist/mint-components/p-daee25f9.system.entry.js +0 -1
- package/dist/mint-components/p-dcc81e90.entry.js +0 -1
- package/dist/mint-components/p-de8e9981.system.entry.js +0 -1
- package/dist/mint-components/p-e07bc6c4.system.js +0 -1
- package/dist/mint-components/p-e5a5ae7f.system.entry.js +0 -1
- package/dist/mint-components/p-e6f50ffd.entry.js +0 -1
- package/dist/mint-components/p-f56bedd5.js +0 -1
- package/dist/mint-components/p-fe2e2f4a.entry.js +0 -1
|
@@ -11,6 +11,7 @@ export declare const Essentials: () => any;
|
|
|
11
11
|
export declare const One: () => any;
|
|
12
12
|
export declare const Five: () => any;
|
|
13
13
|
export declare const ReferralLeaderboard: () => any;
|
|
14
|
+
export declare const ReferralLeaderboardWithCustomStyles: () => any;
|
|
14
15
|
export declare const ReferralLeaderboardWithMaxWidth: () => any;
|
|
15
16
|
export declare const PointsLeaderboard: () => any;
|
|
16
17
|
export declare const TenWithRank: () => any;
|
|
@@ -11,10 +11,16 @@ export interface LeaderboardViewProps {
|
|
|
11
11
|
showRank?: boolean;
|
|
12
12
|
hideViewer?: boolean;
|
|
13
13
|
viewingUserText?: string;
|
|
14
|
+
viewingUserHighlightColor?: string;
|
|
15
|
+
viewingUserHighlightTextColor?: string;
|
|
14
16
|
hideNames?: boolean;
|
|
15
17
|
anonymousUser?: string;
|
|
16
18
|
rankSuffix?: string;
|
|
17
19
|
width?: string;
|
|
20
|
+
background?: string;
|
|
21
|
+
borderColor?: string;
|
|
22
|
+
textColor?: string;
|
|
23
|
+
borderRadius?: number;
|
|
18
24
|
};
|
|
19
25
|
};
|
|
20
26
|
data: {
|
|
@@ -49,13 +49,6 @@ export declare class Leaderboard {
|
|
|
49
49
|
* @uiName Rank Suffix
|
|
50
50
|
*/
|
|
51
51
|
rankSuffix: string;
|
|
52
|
-
/**
|
|
53
|
-
* Hide the viewer's leaderboard row if not in the top results.
|
|
54
|
-
*
|
|
55
|
-
* @uiName Hide viewing user
|
|
56
|
-
* @default
|
|
57
|
-
*/
|
|
58
|
-
hideViewer: boolean;
|
|
59
52
|
/**
|
|
60
53
|
* @uiName Viewing user text
|
|
61
54
|
*/
|
|
@@ -99,6 +92,54 @@ export declare class Leaderboard {
|
|
|
99
92
|
* @uiName Maximum rows number
|
|
100
93
|
*/
|
|
101
94
|
maxRows: number;
|
|
95
|
+
/**
|
|
96
|
+
* Hide the viewer's leaderboard row if not in the top results.
|
|
97
|
+
*
|
|
98
|
+
* @uiName Hide viewing user
|
|
99
|
+
* @default
|
|
100
|
+
*/
|
|
101
|
+
hideViewer: boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Changes the background color of the viewing user row in the leaderboard.
|
|
104
|
+
* @uiName Viewing User Highlight Color
|
|
105
|
+
* @uiWidget color
|
|
106
|
+
* @uiGroup Style
|
|
107
|
+
*/
|
|
108
|
+
viewingUserHighlightColor?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Changes the text color of the viewing user row in the leaderboard.
|
|
111
|
+
* @uiName Viewing User Text Color
|
|
112
|
+
* @uiWidget color
|
|
113
|
+
* @uiGroup Style
|
|
114
|
+
*/
|
|
115
|
+
viewingUserHighlightTextColor?: string;
|
|
116
|
+
/**
|
|
117
|
+
* Changes the background color of the leaderboard.
|
|
118
|
+
* @uiName Background Color
|
|
119
|
+
* @uiWidget color
|
|
120
|
+
* @uiGroup Style
|
|
121
|
+
*/
|
|
122
|
+
background?: string;
|
|
123
|
+
/**
|
|
124
|
+
* Changes the border color of the table rows.
|
|
125
|
+
* @uiName Border Color
|
|
126
|
+
* @uiWidget color
|
|
127
|
+
* @uiGroup Style
|
|
128
|
+
*/
|
|
129
|
+
borderColor?: string;
|
|
130
|
+
/**
|
|
131
|
+
* Text color of the leaderboard.
|
|
132
|
+
* @uiName Text Color
|
|
133
|
+
* @uiWidget color
|
|
134
|
+
* @uiGroup Style
|
|
135
|
+
*/
|
|
136
|
+
textColor?: string;
|
|
137
|
+
/**
|
|
138
|
+
* Leaderboard border radius in pixels.
|
|
139
|
+
* @uiName Border Radius
|
|
140
|
+
* @uiGroup Style
|
|
141
|
+
*/
|
|
142
|
+
borderRadius?: number;
|
|
102
143
|
/**
|
|
103
144
|
* @undocumented
|
|
104
145
|
* @uiType object
|
|
@@ -16,6 +16,12 @@ export interface LeaderboardProps {
|
|
|
16
16
|
maxRows: number;
|
|
17
17
|
programId?: string;
|
|
18
18
|
interval: string;
|
|
19
|
+
viewingUserHighlightColor?: string;
|
|
20
|
+
viewingUserHighlightTextColor?: string;
|
|
21
|
+
background?: string;
|
|
22
|
+
borderColor?: string;
|
|
23
|
+
textColor?: string;
|
|
24
|
+
borderRadius?: number;
|
|
19
25
|
empty: VNode;
|
|
20
26
|
demoProps?: LeaderboardViewProps;
|
|
21
27
|
}
|
|
@@ -2,5 +2,6 @@ import { VNode } from "../../stencil-public-runtime";
|
|
|
2
2
|
export interface NavigationSidebarViewProps {
|
|
3
3
|
checked?: boolean;
|
|
4
4
|
onClick?: (e: MouseEvent) => void;
|
|
5
|
+
mobileMenuColor?: string;
|
|
5
6
|
}
|
|
6
7
|
export declare function NavigationSidebarView(props: NavigationSidebarViewProps, children: VNode): any;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { NavigationSidebarViewProps } from "./sqm-navigation-sidebar-view";
|
|
2
|
+
import { DemoData } from "../../global/demo";
|
|
1
3
|
/**
|
|
2
4
|
* @uiName Microsite Sidebar
|
|
3
5
|
* @validParents ["div","sqm-divided-layout","template","sqm-portal-container","sqm-brand"]
|
|
@@ -6,6 +8,18 @@
|
|
|
6
8
|
*/
|
|
7
9
|
export declare class NavigationSidebar {
|
|
8
10
|
ignored: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* @uiName Text color
|
|
13
|
+
* @uiWidget color
|
|
14
|
+
* @format color
|
|
15
|
+
* @uiGroup Style
|
|
16
|
+
*/
|
|
17
|
+
mobileMenuColor?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @undocumented
|
|
20
|
+
* @uiType object
|
|
21
|
+
*/
|
|
22
|
+
demoData?: DemoData<NavigationSidebarViewProps>;
|
|
9
23
|
constructor();
|
|
10
24
|
disconnectedCallback(): void;
|
|
11
25
|
render(): any;
|
package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.d.ts
CHANGED
|
@@ -7,5 +7,13 @@ export interface NavigationSidebarItemViewProps {
|
|
|
7
7
|
icon: string;
|
|
8
8
|
path: string;
|
|
9
9
|
};
|
|
10
|
+
backgroundColor?: string;
|
|
11
|
+
backgroundHoverColor?: string;
|
|
12
|
+
textColor?: string;
|
|
13
|
+
textHoverColor?: string;
|
|
14
|
+
borderRadius?: number;
|
|
15
|
+
backgroundFocusedColor?: string;
|
|
16
|
+
textFocusedColor?: string;
|
|
17
|
+
padding?: string;
|
|
10
18
|
}
|
|
11
19
|
export declare function NavigationSidebarItemView(props: NavigationSidebarItemViewProps): any;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { NavigationSidebarItemViewProps } from "./sqm-navigation-sidebar-item-view";
|
|
3
|
+
import { Spacing } from "../../global/mixins";
|
|
3
4
|
/**
|
|
4
5
|
* @uiName Microsite Sidebar Item
|
|
5
6
|
* @validParents ["sqm-navigation-sidebar"]
|
|
@@ -16,12 +17,68 @@ export declare class NavigationSidebarItem {
|
|
|
16
17
|
* Options available at https://shoelace.style/components/icon
|
|
17
18
|
*
|
|
18
19
|
* @uiName Icon
|
|
20
|
+
* @uiGroup Style
|
|
19
21
|
*/
|
|
20
22
|
icon: string;
|
|
21
23
|
/**
|
|
22
24
|
* @uiName Label
|
|
23
25
|
*/
|
|
24
26
|
label: string;
|
|
27
|
+
/**
|
|
28
|
+
* Background color of the nav item
|
|
29
|
+
* @uiName Background Color
|
|
30
|
+
* @uiWidget color
|
|
31
|
+
* @uiGroup Style
|
|
32
|
+
*/
|
|
33
|
+
backgroundColor?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Background color of the nav item when hovered
|
|
36
|
+
* @uiName Background Hover Color
|
|
37
|
+
* @uiWidget color
|
|
38
|
+
* @uiGroup Style
|
|
39
|
+
*/
|
|
40
|
+
backgroundHoverColor?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Background color of the nav item when focused
|
|
43
|
+
* @uiName Background Focused Color
|
|
44
|
+
* @uiWidget color
|
|
45
|
+
* @uiGroup Style
|
|
46
|
+
*/
|
|
47
|
+
backgroundFocusedColor?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Text color of the nav item
|
|
50
|
+
* @uiName Text Color
|
|
51
|
+
* @uiWidget color
|
|
52
|
+
* @uiGroup Style
|
|
53
|
+
*/
|
|
54
|
+
textColor?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Text color of the nav item when hovered
|
|
57
|
+
* @uiName Text Hover Color
|
|
58
|
+
* @uiWidget color
|
|
59
|
+
* @uiGroup Style
|
|
60
|
+
*/
|
|
61
|
+
textHoverColor?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Text color of the nav item when items is focused
|
|
64
|
+
* @uiName Text Focused Color
|
|
65
|
+
* @uiWidget color
|
|
66
|
+
* @uiGroup Style
|
|
67
|
+
*/
|
|
68
|
+
textFocusedColor?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Border radius (in number of pixels)
|
|
71
|
+
* @uiName Border Radius
|
|
72
|
+
* @uiGroup Style
|
|
73
|
+
*/
|
|
74
|
+
borderRadius?: number;
|
|
75
|
+
/**
|
|
76
|
+
* @uiName Padding
|
|
77
|
+
* @uiType string
|
|
78
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
79
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
80
|
+
*/
|
|
81
|
+
padding?: Spacing;
|
|
25
82
|
/**
|
|
26
83
|
* @undocumented
|
|
27
84
|
* @uiType object
|
|
@@ -11,6 +11,15 @@ export declare class Pagination {
|
|
|
11
11
|
* @uiName Pagination text
|
|
12
12
|
*/
|
|
13
13
|
paginationText: string;
|
|
14
|
+
/**
|
|
15
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
16
|
+
* @uiName Button Type
|
|
17
|
+
* @uiType string
|
|
18
|
+
* @uiEnum ["primary", "secondary"]
|
|
19
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
20
|
+
* @uiGroup Style
|
|
21
|
+
*/
|
|
22
|
+
buttonType?: "primary" | "secondary";
|
|
14
23
|
/**
|
|
15
24
|
* @undocumented
|
|
16
25
|
* @uiType object
|
package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts
CHANGED
|
@@ -25,5 +25,8 @@ export interface PortalChangePasswordViewProps {
|
|
|
25
25
|
setOpen: (open: boolean) => void;
|
|
26
26
|
submit: (event: MouseEvent) => void;
|
|
27
27
|
};
|
|
28
|
+
borderRadius?: string;
|
|
29
|
+
background?: string;
|
|
30
|
+
buttonType?: "primary" | "secondary" | "tertiary";
|
|
28
31
|
}
|
|
29
32
|
export declare function PortalChangePasswordView(props: PortalChangePasswordViewProps): any;
|
package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts
CHANGED
|
@@ -14,6 +14,13 @@ export interface PortalForgotPasswordViewProps {
|
|
|
14
14
|
emailLabel?: string;
|
|
15
15
|
submitLabel?: string;
|
|
16
16
|
successAlertText?: string;
|
|
17
|
+
loginText?: string;
|
|
18
|
+
};
|
|
19
|
+
styles?: {
|
|
20
|
+
backgroundColor?: string;
|
|
21
|
+
borderRadius?: string;
|
|
22
|
+
border?: string;
|
|
23
|
+
textColor?: string;
|
|
17
24
|
};
|
|
18
25
|
}
|
|
19
26
|
export declare function PortalForgotPasswordView(props: PortalForgotPasswordViewProps): any;
|
|
@@ -43,6 +43,21 @@ export declare class PortalForgotPassword {
|
|
|
43
43
|
* @uiName Email verification sent text
|
|
44
44
|
*/
|
|
45
45
|
successAlertText: string;
|
|
46
|
+
/**
|
|
47
|
+
* @uiName Background color
|
|
48
|
+
* @uiWidget color
|
|
49
|
+
*/
|
|
50
|
+
backgroundColor: string;
|
|
51
|
+
/**
|
|
52
|
+
* @uiName Border radius
|
|
53
|
+
* @uiWidget number
|
|
54
|
+
*/
|
|
55
|
+
borderRadius: string;
|
|
56
|
+
/**
|
|
57
|
+
* @uiName Border style
|
|
58
|
+
* @uiWidget textArea
|
|
59
|
+
*/
|
|
60
|
+
border: string;
|
|
46
61
|
/**
|
|
47
62
|
* @undocumented
|
|
48
63
|
* @uiType object
|
|
@@ -8,5 +8,8 @@ export interface PortalFrameViewProps {
|
|
|
8
8
|
rerender: Function;
|
|
9
9
|
};
|
|
10
10
|
notFullScreen?: boolean;
|
|
11
|
+
backgroundColor?: string;
|
|
12
|
+
border?: string;
|
|
13
|
+
headerAndFooterBackgroundColor?: string;
|
|
11
14
|
}
|
|
12
15
|
export declare function PortalFrameView(props: PortalFrameViewProps, children: VNode): any;
|
|
@@ -10,6 +10,25 @@ export declare class PortalFrame {
|
|
|
10
10
|
* @undocumented
|
|
11
11
|
*/
|
|
12
12
|
notFullScreen?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* @uiName Background color
|
|
15
|
+
* @uiWidget color
|
|
16
|
+
* @uiType string
|
|
17
|
+
*/
|
|
18
|
+
backgroundColor: string;
|
|
19
|
+
/**
|
|
20
|
+
* Borders placed to seperate the header and footer from the body content.
|
|
21
|
+
* @uiName Border
|
|
22
|
+
* @uiType string
|
|
23
|
+
*/
|
|
24
|
+
border: string;
|
|
25
|
+
/**
|
|
26
|
+
* Background color for the header and footer.
|
|
27
|
+
* @uiName Header and Footer Background Color
|
|
28
|
+
* @uiWidget color
|
|
29
|
+
* @uiType string
|
|
30
|
+
*/
|
|
31
|
+
headerAndFooterBackgroundColor: string;
|
|
13
32
|
/**
|
|
14
33
|
* @undocumented
|
|
15
34
|
* @uiType object
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { VNode } from "../../stencil-public-runtime";
|
|
2
2
|
import { PortalFrameViewProps } from "./sqm-portal-frame-view";
|
|
3
|
-
|
|
3
|
+
import { PortalFrame } from "./sqm-portal-frame";
|
|
4
|
+
export declare function usePortalFrame(footerContent: VNode, headerContent: VNode, props: PortalFrame): PortalFrameViewProps;
|
|
@@ -19,13 +19,31 @@ export declare class ProgramExplainerStep {
|
|
|
19
19
|
* @uiWidget color
|
|
20
20
|
* @format color
|
|
21
21
|
*/
|
|
22
|
-
textColor
|
|
22
|
+
textColor?: string;
|
|
23
23
|
/**
|
|
24
24
|
* @uiName Background color
|
|
25
25
|
* @uiWidget color
|
|
26
26
|
* @format color
|
|
27
27
|
*/
|
|
28
|
-
backgroundColor
|
|
28
|
+
backgroundColor?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Amount in pixels
|
|
31
|
+
* @uiName Border radius
|
|
32
|
+
* @type number
|
|
33
|
+
*/
|
|
34
|
+
borderRadius?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @uiName Icon Background color
|
|
37
|
+
* @uiWidget color
|
|
38
|
+
* @format color
|
|
39
|
+
*/
|
|
40
|
+
iconBackgroundColor?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @uiName Icon color
|
|
43
|
+
* @uiWidget color
|
|
44
|
+
* @format color
|
|
45
|
+
*/
|
|
46
|
+
iconColor?: string;
|
|
29
47
|
/**
|
|
30
48
|
* Displayed in place of an icon
|
|
31
49
|
*
|
|
@@ -2,7 +2,10 @@ import { VNode } from "../../stencil-public-runtime";
|
|
|
2
2
|
export interface ReferralCardViewProps {
|
|
3
3
|
verticalAlignment: "start" | "center" | "end";
|
|
4
4
|
hideBorder?: boolean;
|
|
5
|
-
|
|
5
|
+
borderColor?: string;
|
|
6
|
+
borderRadius?: number;
|
|
7
|
+
textColor?: string;
|
|
8
|
+
backgroundColor?: string;
|
|
6
9
|
slots: {
|
|
7
10
|
left: VNode;
|
|
8
11
|
right: VNode;
|
|
@@ -13,7 +16,7 @@ export interface ReferralCardViewProps {
|
|
|
13
16
|
paddingRight?: string;
|
|
14
17
|
paddingBottom?: string;
|
|
15
18
|
paddingLeft?: string;
|
|
16
|
-
limitWidth
|
|
19
|
+
limitWidth?: boolean;
|
|
17
20
|
hasHeader: boolean;
|
|
18
21
|
hasFooter: boolean;
|
|
19
22
|
}
|
|
@@ -54,6 +54,26 @@ export declare class ReferralCard {
|
|
|
54
54
|
* @uiType string
|
|
55
55
|
*/
|
|
56
56
|
backgroundColor: string;
|
|
57
|
+
/**
|
|
58
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
59
|
+
* @uiName Border color
|
|
60
|
+
* @uiWidget color
|
|
61
|
+
* @format color
|
|
62
|
+
*/
|
|
63
|
+
borderColor?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Color of the text and copy icon
|
|
66
|
+
* @uiName Text color
|
|
67
|
+
* @uiWidget color
|
|
68
|
+
* @format color
|
|
69
|
+
*/
|
|
70
|
+
textColor?: string;
|
|
71
|
+
/**
|
|
72
|
+
* The border radius on the share link container (in pixels)
|
|
73
|
+
* @uiName Border Radius
|
|
74
|
+
* @uiType number
|
|
75
|
+
*/
|
|
76
|
+
borderRadius?: number;
|
|
57
77
|
/**
|
|
58
78
|
* @uiName Limit width
|
|
59
79
|
* @uiType boolean
|
|
@@ -7,6 +7,7 @@ declare const _default: {
|
|
|
7
7
|
export default _default;
|
|
8
8
|
export declare const ReferralCode: () => any;
|
|
9
9
|
export declare const ShowNotificationText: () => any;
|
|
10
|
+
export declare const ShowNotificationTextRed: () => any;
|
|
10
11
|
export declare const ShowNotificationTextWithButton: () => any;
|
|
11
12
|
export declare const ShowNotificationTextWithButtonBelow: () => any;
|
|
12
13
|
export declare const CustomTooltipText: () => any;
|
|
@@ -45,6 +45,7 @@ export declare class ReferralCode {
|
|
|
45
45
|
* @uiType string
|
|
46
46
|
* @uiEnum ["left", "center", "right"]
|
|
47
47
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
48
|
+
* @uiGroup Style
|
|
48
49
|
*/
|
|
49
50
|
textAlign: "left" | "center" | "right";
|
|
50
51
|
/**
|
|
@@ -58,8 +59,49 @@ export declare class ReferralCode {
|
|
|
58
59
|
* @uiType string
|
|
59
60
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
60
61
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
62
|
+
* @uiGroup Style
|
|
61
63
|
*/
|
|
62
64
|
buttonStyle?: "icon" | "button-outside" | "button-below";
|
|
65
|
+
/**
|
|
66
|
+
* Background color of share link container
|
|
67
|
+
* @uiName Background color
|
|
68
|
+
* @uiWidget color
|
|
69
|
+
* @format color
|
|
70
|
+
* @uiGroup Style
|
|
71
|
+
*/
|
|
72
|
+
backgroundColor?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Border color of share link container (default is set to 1px solid transparent)
|
|
75
|
+
* @uiName Border color
|
|
76
|
+
* @uiWidget color
|
|
77
|
+
* @format color
|
|
78
|
+
* @uiGroup Style
|
|
79
|
+
*/
|
|
80
|
+
borderColor?: string;
|
|
81
|
+
/**
|
|
82
|
+
* Color of the text and copy icon
|
|
83
|
+
* @uiName Text color
|
|
84
|
+
* @uiWidget color
|
|
85
|
+
* @format color
|
|
86
|
+
* @uiGroup Style
|
|
87
|
+
*/
|
|
88
|
+
textColor?: string;
|
|
89
|
+
/**
|
|
90
|
+
* The border radius on the share link container (in pixels)
|
|
91
|
+
* @uiName Border Radius
|
|
92
|
+
* @uiType number
|
|
93
|
+
* @uiGroup Style
|
|
94
|
+
*/
|
|
95
|
+
borderRadius?: string;
|
|
96
|
+
/**
|
|
97
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
98
|
+
* @uiName Button Type
|
|
99
|
+
* @uiType string
|
|
100
|
+
* @uiEnum ["primary", "secondary"]
|
|
101
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
102
|
+
* @uiGroup Style
|
|
103
|
+
*/
|
|
104
|
+
buttonType?: "primary" | "secondary";
|
|
63
105
|
/**
|
|
64
106
|
* @undocumented
|
|
65
107
|
* @uiType object
|
|
@@ -7,6 +7,7 @@ declare const _default: {
|
|
|
7
7
|
export default _default;
|
|
8
8
|
export declare const ReferralCodes: () => any;
|
|
9
9
|
export declare const WithPreviouslyCopiedCode: () => any;
|
|
10
|
+
export declare const WithPreviouslyCopiedCodeAndCustomColor: () => any;
|
|
10
11
|
export declare const Empty: () => any;
|
|
11
12
|
export declare const EmptyWithCustomTextAndImage: () => any;
|
|
12
13
|
export declare const Loading: () => any;
|
|
@@ -12,7 +12,7 @@ export declare const TextStyle: () => any;
|
|
|
12
12
|
export declare const WithoutIcon: () => any;
|
|
13
13
|
export declare const WithoutText: () => any;
|
|
14
14
|
export declare const TextStyleWithoutIcon: () => any;
|
|
15
|
-
export declare const
|
|
15
|
+
export declare const WithCustomColorsAndBranding: () => any;
|
|
16
16
|
export declare const WithCustomBorderRadius: () => any;
|
|
17
17
|
export declare const LinkLocationTest: () => any;
|
|
18
18
|
export declare const FullStackIcon: () => any;
|
|
@@ -4,8 +4,9 @@ export interface ShareButtonViewProps {
|
|
|
4
4
|
loading?: boolean;
|
|
5
5
|
disabled?: boolean;
|
|
6
6
|
pill?: boolean;
|
|
7
|
-
type?: "primary" | "success" | "info" | "warning" | "danger" | "default" | "text";
|
|
7
|
+
type?: "primary" | "secondary" | "success" | "info" | "warning" | "danger" | "default" | "text";
|
|
8
8
|
size?: "small" | "medium" | "large";
|
|
9
|
+
border?: string;
|
|
9
10
|
icon?: string;
|
|
10
11
|
hideicon?: boolean;
|
|
11
12
|
hidetext?: boolean;
|
|
@@ -40,22 +40,31 @@ export declare class ShareButton {
|
|
|
40
40
|
/**
|
|
41
41
|
* Configure border radius with pixel amount
|
|
42
42
|
* @uiName Border radius
|
|
43
|
+
* @uiGroup Style
|
|
43
44
|
*/
|
|
44
45
|
borderradius?: number;
|
|
45
46
|
/**
|
|
46
47
|
* @uiName Button background color
|
|
47
48
|
* @uiWidget color
|
|
48
49
|
* @format color
|
|
50
|
+
* @uiGroup Style
|
|
49
51
|
*/
|
|
50
52
|
backgroundcolor?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @uiName Border
|
|
55
|
+
* @uiGroup Style
|
|
56
|
+
*/
|
|
57
|
+
border?: string;
|
|
51
58
|
/**
|
|
52
59
|
* @uiName Button text color
|
|
53
60
|
* @uiWidget color
|
|
54
61
|
* @format color
|
|
62
|
+
* @uiGroup Style
|
|
55
63
|
*/
|
|
56
64
|
textcolor?: string;
|
|
57
65
|
/**
|
|
58
66
|
* @uiName Display pill
|
|
67
|
+
* @uiGroup Style
|
|
59
68
|
*/
|
|
60
69
|
pill?: boolean;
|
|
61
70
|
/**
|
|
@@ -65,15 +74,16 @@ export declare class ShareButton {
|
|
|
65
74
|
/**
|
|
66
75
|
* @uiType string
|
|
67
76
|
* @uiName Button style
|
|
68
|
-
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
69
|
-
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
77
|
+
* @uiEnum ["primary", "secondary", "success", "info", "warning", "danger", "default", "text" ]
|
|
78
|
+
* @uiEnumNames ["Primary", "Secondary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
70
79
|
*/
|
|
71
|
-
type?: "primary" | "success" | "info" | "warning" | "danger" | "default" | "text";
|
|
80
|
+
type?: "primary" | "secondary" | "success" | "info" | "warning" | "danger" | "default" | "text";
|
|
72
81
|
/**
|
|
73
82
|
* @uiName Button size
|
|
74
83
|
* @uiType string
|
|
75
84
|
* @uiEnum ["small", "medium", "large" ]
|
|
76
85
|
* @uiEnumNames ["Small", "Medium", "Large"]
|
|
86
|
+
* @uiGroup Style
|
|
77
87
|
*/
|
|
78
88
|
size?: "small" | "medium" | "large";
|
|
79
89
|
/**
|
|
@@ -93,11 +103,13 @@ export declare class ShareButton {
|
|
|
93
103
|
icon?: string;
|
|
94
104
|
/**
|
|
95
105
|
* @uiName Hide icon
|
|
106
|
+
* @uiGroup Style
|
|
96
107
|
* @default
|
|
97
108
|
*/
|
|
98
109
|
hideicon?: boolean;
|
|
99
110
|
/**
|
|
100
111
|
* @uiName Hide text
|
|
112
|
+
* @uiGroup Style
|
|
101
113
|
* @default
|
|
102
114
|
*/
|
|
103
115
|
hidetext?: boolean;
|