@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
|
@@ -44,6 +44,7 @@ export class ReferralCode {
|
|
|
44
44
|
* @uiType string
|
|
45
45
|
* @uiEnum ["left", "center", "right"]
|
|
46
46
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
47
|
+
* @uiGroup Style
|
|
47
48
|
*/
|
|
48
49
|
this.textAlign = "left";
|
|
49
50
|
/**
|
|
@@ -57,8 +58,18 @@ export class ReferralCode {
|
|
|
57
58
|
* @uiType string
|
|
58
59
|
* @uiEnum ["icon", "button-outside", "button-below"]
|
|
59
60
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
61
|
+
* @uiGroup Style
|
|
60
62
|
*/
|
|
61
63
|
this.buttonStyle = "icon";
|
|
64
|
+
/**
|
|
65
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
66
|
+
* @uiName Button Type
|
|
67
|
+
* @uiType string
|
|
68
|
+
* @uiEnum ["primary", "secondary"]
|
|
69
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
70
|
+
* @uiGroup Style
|
|
71
|
+
*/
|
|
72
|
+
this.buttonType = "primary";
|
|
62
73
|
withHooks(this);
|
|
63
74
|
}
|
|
64
75
|
disconnectedCallback() { }
|
|
@@ -202,6 +213,9 @@ export class ReferralCode {
|
|
|
202
213
|
}, {
|
|
203
214
|
"text": "[\"Left\", \"Center\", \"Right\"]",
|
|
204
215
|
"name": "uiEnumNames"
|
|
216
|
+
}, {
|
|
217
|
+
"text": "Style",
|
|
218
|
+
"name": "uiGroup"
|
|
205
219
|
}],
|
|
206
220
|
"text": "Change the text alignment"
|
|
207
221
|
},
|
|
@@ -253,6 +267,9 @@ export class ReferralCode {
|
|
|
253
267
|
}, {
|
|
254
268
|
"text": "[\"Icon\", \"Button outside\", \"Button below\"]",
|
|
255
269
|
"name": "uiEnumNames"
|
|
270
|
+
}, {
|
|
271
|
+
"text": "Style",
|
|
272
|
+
"name": "uiGroup"
|
|
256
273
|
}],
|
|
257
274
|
"text": "Set the copy button style and placement"
|
|
258
275
|
},
|
|
@@ -260,12 +277,158 @@ export class ReferralCode {
|
|
|
260
277
|
"reflect": false,
|
|
261
278
|
"defaultValue": "\"icon\""
|
|
262
279
|
},
|
|
280
|
+
"backgroundColor": {
|
|
281
|
+
"type": "string",
|
|
282
|
+
"mutable": false,
|
|
283
|
+
"complexType": {
|
|
284
|
+
"original": "string",
|
|
285
|
+
"resolved": "string",
|
|
286
|
+
"references": {}
|
|
287
|
+
},
|
|
288
|
+
"required": false,
|
|
289
|
+
"optional": true,
|
|
290
|
+
"docs": {
|
|
291
|
+
"tags": [{
|
|
292
|
+
"text": "Background color",
|
|
293
|
+
"name": "uiName"
|
|
294
|
+
}, {
|
|
295
|
+
"text": "color",
|
|
296
|
+
"name": "uiWidget"
|
|
297
|
+
}, {
|
|
298
|
+
"text": "color",
|
|
299
|
+
"name": "format"
|
|
300
|
+
}, {
|
|
301
|
+
"text": "Style",
|
|
302
|
+
"name": "uiGroup"
|
|
303
|
+
}],
|
|
304
|
+
"text": "Background color of share link container"
|
|
305
|
+
},
|
|
306
|
+
"attribute": "background-color",
|
|
307
|
+
"reflect": false
|
|
308
|
+
},
|
|
309
|
+
"borderColor": {
|
|
310
|
+
"type": "string",
|
|
311
|
+
"mutable": false,
|
|
312
|
+
"complexType": {
|
|
313
|
+
"original": "string",
|
|
314
|
+
"resolved": "string",
|
|
315
|
+
"references": {}
|
|
316
|
+
},
|
|
317
|
+
"required": false,
|
|
318
|
+
"optional": true,
|
|
319
|
+
"docs": {
|
|
320
|
+
"tags": [{
|
|
321
|
+
"text": "Border color",
|
|
322
|
+
"name": "uiName"
|
|
323
|
+
}, {
|
|
324
|
+
"text": "color",
|
|
325
|
+
"name": "uiWidget"
|
|
326
|
+
}, {
|
|
327
|
+
"text": "color",
|
|
328
|
+
"name": "format"
|
|
329
|
+
}, {
|
|
330
|
+
"text": "Style",
|
|
331
|
+
"name": "uiGroup"
|
|
332
|
+
}],
|
|
333
|
+
"text": "Border color of share link container (default is set to 1px solid transparent)"
|
|
334
|
+
},
|
|
335
|
+
"attribute": "border-color",
|
|
336
|
+
"reflect": false
|
|
337
|
+
},
|
|
338
|
+
"textColor": {
|
|
339
|
+
"type": "string",
|
|
340
|
+
"mutable": false,
|
|
341
|
+
"complexType": {
|
|
342
|
+
"original": "string",
|
|
343
|
+
"resolved": "string",
|
|
344
|
+
"references": {}
|
|
345
|
+
},
|
|
346
|
+
"required": false,
|
|
347
|
+
"optional": true,
|
|
348
|
+
"docs": {
|
|
349
|
+
"tags": [{
|
|
350
|
+
"text": "Text color",
|
|
351
|
+
"name": "uiName"
|
|
352
|
+
}, {
|
|
353
|
+
"text": "color",
|
|
354
|
+
"name": "uiWidget"
|
|
355
|
+
}, {
|
|
356
|
+
"text": "color",
|
|
357
|
+
"name": "format"
|
|
358
|
+
}, {
|
|
359
|
+
"text": "Style",
|
|
360
|
+
"name": "uiGroup"
|
|
361
|
+
}],
|
|
362
|
+
"text": "Color of the text and copy icon"
|
|
363
|
+
},
|
|
364
|
+
"attribute": "text-color",
|
|
365
|
+
"reflect": false
|
|
366
|
+
},
|
|
367
|
+
"borderRadius": {
|
|
368
|
+
"type": "string",
|
|
369
|
+
"mutable": false,
|
|
370
|
+
"complexType": {
|
|
371
|
+
"original": "string",
|
|
372
|
+
"resolved": "string",
|
|
373
|
+
"references": {}
|
|
374
|
+
},
|
|
375
|
+
"required": false,
|
|
376
|
+
"optional": true,
|
|
377
|
+
"docs": {
|
|
378
|
+
"tags": [{
|
|
379
|
+
"text": "Border Radius",
|
|
380
|
+
"name": "uiName"
|
|
381
|
+
}, {
|
|
382
|
+
"text": "number",
|
|
383
|
+
"name": "uiType"
|
|
384
|
+
}, {
|
|
385
|
+
"text": "Style",
|
|
386
|
+
"name": "uiGroup"
|
|
387
|
+
}],
|
|
388
|
+
"text": "The border radius on the share link container (in pixels)"
|
|
389
|
+
},
|
|
390
|
+
"attribute": "border-radius",
|
|
391
|
+
"reflect": false
|
|
392
|
+
},
|
|
393
|
+
"buttonType": {
|
|
394
|
+
"type": "string",
|
|
395
|
+
"mutable": false,
|
|
396
|
+
"complexType": {
|
|
397
|
+
"original": "\"primary\" | \"secondary\"",
|
|
398
|
+
"resolved": "\"primary\" | \"secondary\"",
|
|
399
|
+
"references": {}
|
|
400
|
+
},
|
|
401
|
+
"required": false,
|
|
402
|
+
"optional": true,
|
|
403
|
+
"docs": {
|
|
404
|
+
"tags": [{
|
|
405
|
+
"text": "Button Type",
|
|
406
|
+
"name": "uiName"
|
|
407
|
+
}, {
|
|
408
|
+
"text": "string",
|
|
409
|
+
"name": "uiType"
|
|
410
|
+
}, {
|
|
411
|
+
"text": "[\"primary\", \"secondary\"]",
|
|
412
|
+
"name": "uiEnum"
|
|
413
|
+
}, {
|
|
414
|
+
"text": "[\"Primary\", \"Secondary\"]",
|
|
415
|
+
"name": "uiEnumNames"
|
|
416
|
+
}, {
|
|
417
|
+
"text": "Style",
|
|
418
|
+
"name": "uiGroup"
|
|
419
|
+
}],
|
|
420
|
+
"text": "The type of the button (primary or secondary) that will be used to copy the link."
|
|
421
|
+
},
|
|
422
|
+
"attribute": "button-type",
|
|
423
|
+
"reflect": false,
|
|
424
|
+
"defaultValue": "\"primary\""
|
|
425
|
+
},
|
|
263
426
|
"demoData": {
|
|
264
427
|
"type": "unknown",
|
|
265
428
|
"mutable": false,
|
|
266
429
|
"complexType": {
|
|
267
430
|
"original": "DemoData<CopyTextViewProps>",
|
|
268
|
-
"resolved": "{ loading?: boolean; copyString?: string; tooltiptext?: string; open?: boolean; copyButtonLabel?: string; disabled?: boolean; textAlign?: \"left\" | \"right\" | \"center\"; buttonStyle?: \"icon\" | \"button-outside\" | \"button-below\"; error?: boolean; errorText?: string; notificationText?: string; showNotificationText?: boolean; inputPlaceholderText?: string; dateAvailable?: string; isCopied?: boolean; onClick?: () => void; }",
|
|
431
|
+
"resolved": "{ loading?: boolean; textColor?: string; copyString?: string; tooltiptext?: string; open?: boolean; copyButtonLabel?: string; disabled?: boolean; textAlign?: \"left\" | \"right\" | \"center\"; buttonStyle?: \"icon\" | \"button-outside\" | \"button-below\"; error?: boolean; errorText?: string; notificationText?: string; showNotificationText?: boolean; inputPlaceholderText?: string; dateAvailable?: string; isCopied?: boolean; backgroundColor?: string; borderRadius?: string; buttonType?: \"primary\" | \"secondary\"; borderColor?: string; onClick?: () => void; }",
|
|
269
432
|
"references": {
|
|
270
433
|
"DemoData": {
|
|
271
434
|
"location": "import",
|
|
@@ -304,6 +467,11 @@ function useDemoReferralCode(props) {
|
|
|
304
467
|
notificationText: props.notificationText,
|
|
305
468
|
showNotificationText: props.showNotificationText,
|
|
306
469
|
isCopied: props.showNotificationText,
|
|
470
|
+
borderColor: props.borderColor,
|
|
471
|
+
backgroundColor: props.backgroundColor,
|
|
472
|
+
textColor: props.textColor,
|
|
473
|
+
borderRadius: props.borderRadius,
|
|
474
|
+
buttonType: props.buttonType,
|
|
307
475
|
isUsed: false,
|
|
308
476
|
rewardStatus: "AVAILABLE",
|
|
309
477
|
open,
|
|
@@ -43,6 +43,12 @@ export const WithPreviouslyCopiedCode = () => {
|
|
|
43
43
|
shareCodeWithPreviouslyCopied("shareCodes"),
|
|
44
44
|
shareButtons("shareButtons")));
|
|
45
45
|
};
|
|
46
|
+
export const WithPreviouslyCopiedCodeAndCustomColor = () => {
|
|
47
|
+
return (h("sqm-referral-codes", { textColor: "red" },
|
|
48
|
+
pagination("pagination"),
|
|
49
|
+
shareCodeWithPreviouslyCopied("shareCodes"),
|
|
50
|
+
shareButtons("shareButtons")));
|
|
51
|
+
};
|
|
46
52
|
export const Empty = () => {
|
|
47
53
|
return (h("sqm-referral-codes", { demoData: { states: { ...demoData.states, noCodes: true } } },
|
|
48
54
|
pagination("pagination"),
|
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
2
|
import { createStyleSheet } from "../../styling/JSS";
|
|
3
|
-
const style = {
|
|
4
|
-
Wrapper: {
|
|
5
|
-
width: "100%",
|
|
6
|
-
display: "flex",
|
|
7
|
-
alignItems: "flex-start",
|
|
8
|
-
justifyContent: "center",
|
|
9
|
-
flexDirection: "column",
|
|
10
|
-
gap: "var(--sl-spacing-large)",
|
|
11
|
-
},
|
|
12
|
-
HeaderContainer: {
|
|
13
|
-
display: "flex",
|
|
14
|
-
alignItems: "center",
|
|
15
|
-
justifyContent: "space-between",
|
|
16
|
-
width: "100%",
|
|
17
|
-
},
|
|
18
|
-
ShareCodeContainer: {
|
|
19
|
-
width: "100%",
|
|
20
|
-
display: "flex",
|
|
21
|
-
alignItems: "flex-start",
|
|
22
|
-
justifyContent: "center",
|
|
23
|
-
flexDirection: "column",
|
|
24
|
-
},
|
|
25
|
-
ShareButtonContainer: {
|
|
26
|
-
width: "100%",
|
|
27
|
-
display: "flex",
|
|
28
|
-
alignItems: "flex-start",
|
|
29
|
-
justifyContent: "center",
|
|
30
|
-
flexDirection: "column",
|
|
31
|
-
},
|
|
32
|
-
TitleText: {
|
|
33
|
-
color: "var(--sl-color-neutral-700)",
|
|
34
|
-
fontSize: "var(--sl-font-size-large)",
|
|
35
|
-
margin: "0",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const vanillaStyle = `
|
|
39
|
-
:host {
|
|
40
|
-
display: block;
|
|
41
|
-
}
|
|
42
|
-
:host([hidden]): {
|
|
43
|
-
display: none;
|
|
44
|
-
}
|
|
45
|
-
`;
|
|
46
|
-
const sheet = createStyleSheet(style);
|
|
47
|
-
const styleString = sheet.toString();
|
|
48
3
|
export function ReferralCodesView(props) {
|
|
49
|
-
const { slots, titleText, states } = props;
|
|
4
|
+
const { slots, titleText, states, textColor = "var(--sqm-text-subdued)", } = props;
|
|
5
|
+
const style = {
|
|
6
|
+
Wrapper: {
|
|
7
|
+
width: "100%",
|
|
8
|
+
display: "flex",
|
|
9
|
+
alignItems: "flex-start",
|
|
10
|
+
justifyContent: "center",
|
|
11
|
+
flexDirection: "column",
|
|
12
|
+
gap: "var(--sl-spacing-large)",
|
|
13
|
+
color: textColor,
|
|
14
|
+
},
|
|
15
|
+
HeaderContainer: {
|
|
16
|
+
display: "flex",
|
|
17
|
+
alignItems: "center",
|
|
18
|
+
justifyContent: "space-between",
|
|
19
|
+
width: "100%",
|
|
20
|
+
},
|
|
21
|
+
ShareCodeContainer: {
|
|
22
|
+
width: "100%",
|
|
23
|
+
display: "flex",
|
|
24
|
+
alignItems: "flex-start",
|
|
25
|
+
justifyContent: "center",
|
|
26
|
+
flexDirection: "column",
|
|
27
|
+
},
|
|
28
|
+
ShareButtonContainer: {
|
|
29
|
+
width: "100%",
|
|
30
|
+
display: "flex",
|
|
31
|
+
alignItems: "flex-start",
|
|
32
|
+
justifyContent: "center",
|
|
33
|
+
flexDirection: "column",
|
|
34
|
+
},
|
|
35
|
+
TitleText: {
|
|
36
|
+
fontSize: "var(--sl-font-size-large)",
|
|
37
|
+
margin: "0",
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
const vanillaStyle = `
|
|
41
|
+
:host {
|
|
42
|
+
display: block;
|
|
43
|
+
}
|
|
44
|
+
:host([hidden]): {
|
|
45
|
+
display: none;
|
|
46
|
+
}
|
|
47
|
+
`;
|
|
48
|
+
const sheet = createStyleSheet(style);
|
|
49
|
+
const styleString = sheet.toString();
|
|
50
50
|
const getSlotContent = (states) => {
|
|
51
51
|
if (states.noCodes) {
|
|
52
52
|
return slots.empty;
|
|
@@ -77,6 +77,32 @@ export class ReferralCodes {
|
|
|
77
77
|
"reflect": false,
|
|
78
78
|
"defaultValue": "\"Start sharing\""
|
|
79
79
|
},
|
|
80
|
+
"textColor": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"mutable": false,
|
|
83
|
+
"complexType": {
|
|
84
|
+
"original": "string",
|
|
85
|
+
"resolved": "string",
|
|
86
|
+
"references": {}
|
|
87
|
+
},
|
|
88
|
+
"required": false,
|
|
89
|
+
"optional": true,
|
|
90
|
+
"docs": {
|
|
91
|
+
"tags": [{
|
|
92
|
+
"text": "Text Color",
|
|
93
|
+
"name": "uiName"
|
|
94
|
+
}, {
|
|
95
|
+
"text": "string",
|
|
96
|
+
"name": "uiType"
|
|
97
|
+
}, {
|
|
98
|
+
"text": "color",
|
|
99
|
+
"name": "uiWidget"
|
|
100
|
+
}],
|
|
101
|
+
"text": ""
|
|
102
|
+
},
|
|
103
|
+
"attribute": "text-color",
|
|
104
|
+
"reflect": false
|
|
105
|
+
},
|
|
80
106
|
"emptyStateHeaderText": {
|
|
81
107
|
"type": "string",
|
|
82
108
|
"mutable": false,
|
|
@@ -168,7 +194,7 @@ export class ReferralCodes {
|
|
|
168
194
|
"mutable": false,
|
|
169
195
|
"complexType": {
|
|
170
196
|
"original": "DemoData<ReferralCodesViewProps>",
|
|
171
|
-
"resolved": "{ states?: { noCodes: boolean; loading: boolean; }; slots?: { shareButtons: VNode; shareCodes: VNode; pagination: VNode; empty: VNode; loading: VNode; }; titleText?: string; }",
|
|
197
|
+
"resolved": "{ states?: { noCodes: boolean; loading: boolean; }; slots?: { shareButtons: VNode; shareCodes: VNode; pagination: VNode; empty: VNode; loading: VNode; }; titleText?: string; textColor?: string; }",
|
|
172
198
|
"references": {
|
|
173
199
|
"DemoData": {
|
|
174
200
|
"location": "import",
|
|
@@ -212,6 +238,7 @@ function LoadingRow() {
|
|
|
212
238
|
function useDemoReferralCodes(props) {
|
|
213
239
|
return deepmerge({
|
|
214
240
|
titleText: props.titleText,
|
|
241
|
+
textColor: props.textColor,
|
|
215
242
|
states: {
|
|
216
243
|
noCodes: false,
|
|
217
244
|
loading: false,
|
package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js
CHANGED
|
@@ -27,9 +27,7 @@ export class ReferralTableRewardsCell {
|
|
|
27
27
|
"flex-wrap": "wrap",
|
|
28
28
|
},
|
|
29
29
|
Details: {
|
|
30
|
-
"padding-bottom": "var(--sl-spacing-small)",
|
|
31
30
|
"max-width": "500px",
|
|
32
|
-
// "padding-right": "var(--sl-spacing-x-small)",
|
|
33
31
|
"&::part(header)": {
|
|
34
32
|
padding: "var(--sl-spacing-x-small)",
|
|
35
33
|
cursor: `${this.hideDetails ? "default" : "pointer"}`,
|
|
@@ -135,11 +135,11 @@ export class RewardTableRewardsCell {
|
|
|
135
135
|
},
|
|
136
136
|
Text: {
|
|
137
137
|
fontSize: "var(--sl-font-size-medium)",
|
|
138
|
-
color: "var(--
|
|
138
|
+
color: "var(--sqm-text)",
|
|
139
139
|
},
|
|
140
140
|
Subtext: {
|
|
141
141
|
fontSize: "var(--sl-font-size-small)",
|
|
142
|
-
color: "var(--
|
|
142
|
+
color: "var(--sqm-text-subdued)",
|
|
143
143
|
},
|
|
144
144
|
};
|
|
145
145
|
const sheet = createStyleSheet(style);
|
|
@@ -44,13 +44,15 @@ export const TextStyleWithoutIcon = () => {
|
|
|
44
44
|
const props = { medium: "facebook", type: "text", hideicon: true };
|
|
45
45
|
return h(ShareButtonView, Object.assign({}, props), "Share");
|
|
46
46
|
};
|
|
47
|
-
export const
|
|
47
|
+
export const WithCustomColorsAndBranding = () => {
|
|
48
48
|
const props = {
|
|
49
49
|
medium: "facebook",
|
|
50
50
|
type: "text",
|
|
51
51
|
backgroundcolor: "red",
|
|
52
52
|
textcolor: "yellow",
|
|
53
53
|
iconslot: "prefix",
|
|
54
|
+
border: "2px solid yellow",
|
|
55
|
+
borderradius: 30,
|
|
54
56
|
};
|
|
55
57
|
return h(ShareButtonView, Object.assign({}, props), "Facebook");
|
|
56
58
|
};
|
|
@@ -24,15 +24,30 @@ const style = {
|
|
|
24
24
|
};
|
|
25
25
|
const sheet = createStyleSheet(style);
|
|
26
26
|
const styleString = sheet.toString();
|
|
27
|
+
// TODO: Figure out hover and active states
|
|
28
|
+
// *::part(base):hover {
|
|
29
|
+
// border-color: ${
|
|
30
|
+
// props.backgroundcolor
|
|
31
|
+
// ? props.backgroundcolor
|
|
32
|
+
// : props.medium
|
|
33
|
+
// ? medium[props.medium].color
|
|
34
|
+
// : ""
|
|
35
|
+
// }!important;
|
|
36
|
+
// }
|
|
37
|
+
// *::part(base):focus {
|
|
38
|
+
// border-color: ${
|
|
39
|
+
// props.backgroundcolor
|
|
40
|
+
// ? props.backgroundcolor
|
|
41
|
+
// : props.medium
|
|
42
|
+
// ? medium[props.medium].color
|
|
43
|
+
// : ""
|
|
44
|
+
// }!important;
|
|
45
|
+
// }
|
|
27
46
|
export function ShareButtonView(props, children) {
|
|
28
47
|
const vanillaStyle = `
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
? props.backgroundcolor
|
|
33
|
-
: props.medium
|
|
34
|
-
? medium[props.medium].color
|
|
35
|
-
: ""}80!important;
|
|
48
|
+
sl-button::part(base) {
|
|
49
|
+
border: ${props.border || "none"};
|
|
50
|
+
|
|
36
51
|
|
|
37
52
|
background: ${props.backgroundcolor
|
|
38
53
|
? props.backgroundcolor
|
|
@@ -47,21 +62,7 @@ export function ShareButtonView(props, children) {
|
|
|
47
62
|
border-radius: ${props.borderradius ? props.borderradius + "px" : ""};
|
|
48
63
|
}
|
|
49
64
|
|
|
50
|
-
*::part(base):hover {
|
|
51
|
-
border-color: ${props.backgroundcolor
|
|
52
|
-
? props.backgroundcolor
|
|
53
|
-
: props.medium
|
|
54
|
-
? medium[props.medium].color
|
|
55
|
-
: ""}D1!important;
|
|
56
|
-
}
|
|
57
65
|
|
|
58
|
-
*::part(base):focus {
|
|
59
|
-
border-color: ${props.backgroundcolor
|
|
60
|
-
? props.backgroundcolor
|
|
61
|
-
: props.medium
|
|
62
|
-
? medium[props.medium].color
|
|
63
|
-
: ""}D1!important;
|
|
64
|
-
}
|
|
65
66
|
|
|
66
67
|
*::part(label) {
|
|
67
68
|
position: relative;
|
|
@@ -71,7 +72,7 @@ export function ShareButtonView(props, children) {
|
|
|
71
72
|
return props.hide ? (h(Host, { style: { display: "none" } })) : (h("div", null,
|
|
72
73
|
h("style", { type: "text/css" }, styleString),
|
|
73
74
|
h("style", { type: "text/css" }, vanillaStyle),
|
|
74
|
-
h("sl-button", { class: sheet.classes.buttonStyle, target: props.openInSameTab ? "_self" : "_blank", loading: props.loading, disabled: props.disabled, pill: props.pill, size: props.size, type: props.type, onClick: !props.isPlainLink ? props.onClick : undefined, href: props.isPlainLink ? props.messageLink : undefined, exportparts: `base: ${props.type}
|
|
75
|
+
h("sl-button", { class: sheet.classes.buttonStyle, target: props.openInSameTab ? "_self" : "_blank", loading: props.loading, disabled: props.disabled, pill: props.pill, size: props.size, type: props.type, onClick: !props.isPlainLink ? props.onClick : undefined, href: props.isPlainLink ? props.messageLink : undefined, exportparts: `base: ${props.type}button-base` },
|
|
75
76
|
!props.hideicon && (h("sl-icon", { slot: props.iconslot || "prefix", name: props.icon ? props.icon : medium[props.medium].icon, exportparts: "base: icon" })),
|
|
76
77
|
!props.hidetext && children)));
|
|
77
78
|
}
|
|
@@ -28,8 +28,8 @@ export class ShareButton {
|
|
|
28
28
|
/**
|
|
29
29
|
* @uiType string
|
|
30
30
|
* @uiName Button style
|
|
31
|
-
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
32
|
-
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
31
|
+
* @uiEnum ["primary", "secondary", "success", "info", "warning", "danger", "default", "text" ]
|
|
32
|
+
* @uiEnumNames ["Primary", "Secondary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
33
33
|
*/
|
|
34
34
|
this.type = "default";
|
|
35
35
|
/**
|
|
@@ -41,11 +41,13 @@ export class ShareButton {
|
|
|
41
41
|
this.iconslot = "prefix";
|
|
42
42
|
/**
|
|
43
43
|
* @uiName Hide icon
|
|
44
|
+
* @uiGroup Style
|
|
44
45
|
* @default
|
|
45
46
|
*/
|
|
46
47
|
this.hideicon = false;
|
|
47
48
|
/**
|
|
48
49
|
* @uiName Hide text
|
|
50
|
+
* @uiGroup Style
|
|
49
51
|
* @default
|
|
50
52
|
*/
|
|
51
53
|
this.hidetext = false;
|
|
@@ -148,6 +150,9 @@ export class ShareButton {
|
|
|
148
150
|
"tags": [{
|
|
149
151
|
"text": "Border radius",
|
|
150
152
|
"name": "uiName"
|
|
153
|
+
}, {
|
|
154
|
+
"text": "Style",
|
|
155
|
+
"name": "uiGroup"
|
|
151
156
|
}],
|
|
152
157
|
"text": "Configure border radius with pixel amount"
|
|
153
158
|
},
|
|
@@ -174,12 +179,38 @@ export class ShareButton {
|
|
|
174
179
|
}, {
|
|
175
180
|
"text": "color",
|
|
176
181
|
"name": "format"
|
|
182
|
+
}, {
|
|
183
|
+
"text": "Style",
|
|
184
|
+
"name": "uiGroup"
|
|
177
185
|
}],
|
|
178
186
|
"text": ""
|
|
179
187
|
},
|
|
180
188
|
"attribute": "backgroundcolor",
|
|
181
189
|
"reflect": false
|
|
182
190
|
},
|
|
191
|
+
"border": {
|
|
192
|
+
"type": "string",
|
|
193
|
+
"mutable": false,
|
|
194
|
+
"complexType": {
|
|
195
|
+
"original": "string",
|
|
196
|
+
"resolved": "string",
|
|
197
|
+
"references": {}
|
|
198
|
+
},
|
|
199
|
+
"required": false,
|
|
200
|
+
"optional": true,
|
|
201
|
+
"docs": {
|
|
202
|
+
"tags": [{
|
|
203
|
+
"text": "Border",
|
|
204
|
+
"name": "uiName"
|
|
205
|
+
}, {
|
|
206
|
+
"text": "Style",
|
|
207
|
+
"name": "uiGroup"
|
|
208
|
+
}],
|
|
209
|
+
"text": ""
|
|
210
|
+
},
|
|
211
|
+
"attribute": "border",
|
|
212
|
+
"reflect": false
|
|
213
|
+
},
|
|
183
214
|
"textcolor": {
|
|
184
215
|
"type": "string",
|
|
185
216
|
"mutable": false,
|
|
@@ -200,6 +231,9 @@ export class ShareButton {
|
|
|
200
231
|
}, {
|
|
201
232
|
"text": "color",
|
|
202
233
|
"name": "format"
|
|
234
|
+
}, {
|
|
235
|
+
"text": "Style",
|
|
236
|
+
"name": "uiGroup"
|
|
203
237
|
}],
|
|
204
238
|
"text": ""
|
|
205
239
|
},
|
|
@@ -220,6 +254,9 @@ export class ShareButton {
|
|
|
220
254
|
"tags": [{
|
|
221
255
|
"text": "Display pill",
|
|
222
256
|
"name": "uiName"
|
|
257
|
+
}, {
|
|
258
|
+
"text": "Style",
|
|
259
|
+
"name": "uiGroup"
|
|
223
260
|
}],
|
|
224
261
|
"text": ""
|
|
225
262
|
},
|
|
@@ -250,8 +287,8 @@ export class ShareButton {
|
|
|
250
287
|
"type": "string",
|
|
251
288
|
"mutable": false,
|
|
252
289
|
"complexType": {
|
|
253
|
-
"original": "| \"primary\"\n | \"success\"\n | \"info\"\n | \"warning\"\n | \"danger\"\n | \"default\"\n | \"text\"",
|
|
254
|
-
"resolved": "\"danger\" | \"default\" | \"info\" | \"primary\" | \"success\" | \"text\" | \"warning\"",
|
|
290
|
+
"original": "| \"primary\"\n | \"secondary\"\n | \"success\"\n | \"info\"\n | \"warning\"\n | \"danger\"\n | \"default\"\n | \"text\"",
|
|
291
|
+
"resolved": "\"danger\" | \"default\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"text\" | \"warning\"",
|
|
255
292
|
"references": {}
|
|
256
293
|
},
|
|
257
294
|
"required": false,
|
|
@@ -264,10 +301,10 @@ export class ShareButton {
|
|
|
264
301
|
"text": "Button style",
|
|
265
302
|
"name": "uiName"
|
|
266
303
|
}, {
|
|
267
|
-
"text": "[\"primary\" , \"success\", \"info\", \"warning\", \"danger\", \"default\", \"text\" ]",
|
|
304
|
+
"text": "[\"primary\", \"secondary\", \"success\", \"info\", \"warning\", \"danger\", \"default\", \"text\" ]",
|
|
268
305
|
"name": "uiEnum"
|
|
269
306
|
}, {
|
|
270
|
-
"text": "[\"Primary\", \"Success\", \"Info\", \"Warning\", \"Danger\", \"Default\", \"Text\"]",
|
|
307
|
+
"text": "[\"Primary\", \"Secondary\", \"Success\", \"Info\", \"Warning\", \"Danger\", \"Default\", \"Text\"]",
|
|
271
308
|
"name": "uiEnumNames"
|
|
272
309
|
}],
|
|
273
310
|
"text": ""
|
|
@@ -299,6 +336,9 @@ export class ShareButton {
|
|
|
299
336
|
}, {
|
|
300
337
|
"text": "[\"Small\", \"Medium\", \"Large\"]",
|
|
301
338
|
"name": "uiEnumNames"
|
|
339
|
+
}, {
|
|
340
|
+
"text": "Style",
|
|
341
|
+
"name": "uiGroup"
|
|
302
342
|
}],
|
|
303
343
|
"text": ""
|
|
304
344
|
},
|
|
@@ -369,6 +409,9 @@ export class ShareButton {
|
|
|
369
409
|
"tags": [{
|
|
370
410
|
"text": "Hide icon",
|
|
371
411
|
"name": "uiName"
|
|
412
|
+
}, {
|
|
413
|
+
"text": "Style",
|
|
414
|
+
"name": "uiGroup"
|
|
372
415
|
}, {
|
|
373
416
|
"text": undefined,
|
|
374
417
|
"name": "default"
|
|
@@ -393,6 +436,9 @@ export class ShareButton {
|
|
|
393
436
|
"tags": [{
|
|
394
437
|
"text": "Hide text",
|
|
395
438
|
"name": "uiName"
|
|
439
|
+
}, {
|
|
440
|
+
"text": "Style",
|
|
441
|
+
"name": "uiGroup"
|
|
396
442
|
}, {
|
|
397
443
|
"text": undefined,
|
|
398
444
|
"name": "default"
|
|
@@ -490,7 +536,7 @@ export class ShareButton {
|
|
|
490
536
|
"mutable": false,
|
|
491
537
|
"complexType": {
|
|
492
538
|
"original": "DemoData<ShareButtonViewProps>",
|
|
493
|
-
"resolved": "{ loading?: boolean; icon?: string; disabled?: boolean; onClick?: () => void; medium?: \"facebook\" | \"twitter\" | \"email\" | \"direct\" | \"linkedin\" | \"sms\" | \"fbmessenger\" | \"whatsapp\" | \"linemessenger\" | \"pinterest\" | \"reminder\" | \"unknown\"; pill?: boolean; type?: \"text\" | \"
|
|
539
|
+
"resolved": "{ loading?: boolean; icon?: string; disabled?: boolean; onClick?: () => void; medium?: \"facebook\" | \"twitter\" | \"email\" | \"direct\" | \"linkedin\" | \"sms\" | \"fbmessenger\" | \"whatsapp\" | \"linemessenger\" | \"pinterest\" | \"reminder\" | \"unknown\"; border?: string; pill?: boolean; type?: \"text\" | \"primary\" | \"secondary\" | \"warning\" | \"info\" | \"success\" | \"default\" | \"danger\"; size?: \"small\" | \"medium\" | \"large\"; hideicon?: boolean; hidetext?: boolean; iconslot?: \"prefix\" | \"suffix\"; hide?: boolean; borderradius?: number; backgroundcolor?: string; textcolor?: string; messageLink?: string; openInSameTab?: boolean; isPlainLink?: boolean; }",
|
|
494
540
|
"references": {
|
|
495
541
|
"DemoData": {
|
|
496
542
|
"location": "import",
|