@saasquatch/mint-components 1.15.0-4 → 1.15.0-40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{GenericTableView-a9f4ba75.js → GenericTableView-a9d0b798.js} +7 -7
- package/dist/cjs/{ShadowViewAddon-9e7916d8.js → ShadowViewAddon-fcd0c52f.js} +487 -418
- package/dist/cjs/{copy-text-view-c85acaaa.js → copy-text-view-ee147291.js} +54 -39
- package/dist/cjs/{email-registration-view-55b378dc.js → email-registration-view-37b44222.js} +1 -1
- package/dist/cjs/{global-0cf6d295.js → global-a38a094f.js} +304 -87
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{mixins-f7e0377a.js → mixins-4761d472.js} +6 -6
- package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +297 -161
- package/dist/cjs/{sqm-base-registration-form-view-8a2c8763.js → sqm-base-registration-form-view-1c5094d3.js} +2 -2
- package/dist/cjs/sqm-big-stat_41.cjs.entry.js +287 -112
- package/dist/cjs/{sqm-close-button-view-ea3fa23b.js → sqm-close-button-view-b297e933.js} +1 -1
- package/dist/cjs/sqm-close-button.cjs.entry.js +2 -2
- package/dist/cjs/sqm-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/sqm-empty_4.cjs.entry.js +49 -49
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-invoice-table-view-dbf7a907.js → sqm-invoice-table-view-19ca10fa.js} +2 -2
- package/dist/cjs/{sqm-leaderboard-rank-view-d39a55d8.js → sqm-leaderboard-rank-view-7c6cebe3.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-navigation-sidebar-item-view-6f35d2ee.js → sqm-navigation-sidebar-item-view-10b62df1.js} +18 -7
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +26 -3
- package/dist/cjs/{sqm-navigation-sidebar-view-17111896.js → sqm-navigation-sidebar-view-38a5227a.js} +16 -6
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +19 -3
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +86 -59
- package/dist/cjs/sqm-password-field.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-ab0fb983.js → sqm-portal-email-verification-view-26c893d3.js} +3 -3
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-forgot-password-view-78f19ef9.js → sqm-portal-forgot-password-view-fdd97c18.js} +24 -17
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +25 -4
- package/dist/cjs/sqm-portal-google-login.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-login-view-761a4d8e.js → sqm-portal-login-view-0fbbda1b.js} +3 -3
- package/dist/cjs/{sqm-portal-profile-view-e3026b53.js → sqm-portal-profile-view-674a7543.js} +3 -3
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-registration-form-view-637a4bf4.js → sqm-portal-registration-form-view-399f4eaf.js} +2 -2
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-reset-password-view-fe602822.js → sqm-portal-reset-password-view-0439a9e5.js} +2 -2
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-verify-email-view-7b678f34.js → sqm-portal-verify-email-view-05f72dec.js} +2 -2
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-qr-code-view-15dfc0b6.js → sqm-qr-code-view-7ee9fa56.js} +2 -7
- package/dist/cjs/sqm-qr-code.cjs.entry.js +1 -1
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +111 -24
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +81 -15
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +154 -30
- package/dist/cjs/sqm-tabs.cjs.entry.js +16 -4
- package/dist/cjs/sqm-text-span-view-ce4c0178.js +63 -0
- package/dist/cjs/sqm-text-span.cjs.entry.js +4 -4
- package/dist/collection/components/sqm-big-stat/BigStat.stories.js +13 -0
- package/dist/collection/components/sqm-big-stat/sqm-big-stat-view.js +15 -7
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +162 -2
- package/dist/collection/components/sqm-big-stat/useBigStat.js +10 -0
- package/dist/collection/components/sqm-big-stat/useDemoBigStat.js +13 -4
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +1 -0
- package/dist/collection/components/sqm-coupon-code/CouponCode.stories.js +7 -0
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code-view.js +13 -13
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +169 -1
- package/dist/collection/components/sqm-coupon-code/useCouponCode.js +1 -0
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout-view.js +14 -6
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +58 -1
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +1 -1
- package/dist/collection/components/sqm-form-message/FormMessage.stories.js +1 -1
- package/dist/collection/components/sqm-hero-image/sqm-hero-image-view.js +3 -2
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +79 -0
- package/dist/collection/components/sqm-invoice-table/cells/sqm-invoice-table-download-cell.js +2 -2
- package/dist/collection/components/sqm-invoice-table/sqm-invoice-table-view.js +1 -1
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +37 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +60 -54
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +197 -32
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank-view.js +2 -2
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.css +2 -2
- package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -1
- package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +27 -2
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +1 -0
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar-view.js +16 -6
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +83 -5
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.js +17 -6
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +233 -1
- package/dist/collection/components/sqm-navigation-sidebar-item/useNavigationSidebarItem.js +9 -1
- package/dist/collection/components/sqm-pagination/sqm-pagination-view.js +3 -3
- package/dist/collection/components/sqm-pagination/sqm-pagination.js +43 -0
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password-view.js +8 -4
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +1 -1
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +6 -6
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +22 -15
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +95 -2
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame-view.js +41 -36
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame.js +103 -2
- package/dist/collection/components/sqm-portal-frame/usePortalFrame.js +4 -1
- package/dist/collection/components/sqm-portal-login/sqm-portal-login-view.js +1 -1
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile-view.js +1 -1
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step-view.js +8 -2
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +77 -2
- package/dist/collection/components/sqm-qr-code/sqm-qr-code-view.js +2 -7
- package/dist/collection/components/sqm-referral-card/sqm-referral-card-view.js +32 -31
- package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +75 -0
- package/dist/collection/components/sqm-referral-code/ReferralCode.stories.js +3 -0
- package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +169 -1
- package/dist/collection/components/sqm-referral-codes/ReferralCodes.stories.js +6 -0
- package/dist/collection/components/sqm-referral-codes/sqm-referral-codes-view.js +46 -46
- package/dist/collection/components/sqm-referral-codes/sqm-referral-codes.js +28 -1
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +48 -15
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-status-cell.js +60 -6
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +4 -4
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.js +3 -3
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +71 -5
- package/dist/collection/components/sqm-share-button/ShareButton.stories.js +3 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +23 -22
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +53 -7
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +169 -1
- package/dist/collection/components/sqm-share-link/ShareLink.stories.js +12 -0
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +171 -3
- package/dist/collection/components/sqm-stat-container/sqm-stat-container-view.js +20 -8
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +110 -2
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -0
- package/dist/collection/components/sqm-tabs/Tabs.stories.js +7 -0
- package/dist/collection/components/sqm-tabs/sqm-tabs-view.js +14 -2
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +28 -2
- package/dist/collection/components/sqm-task-card/DetailsView.js +8 -2
- package/dist/collection/components/sqm-task-card/progress-bar/progress-bar-view.js +3 -2
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +138 -156
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +146 -0
- package/dist/collection/components/sqm-task-card/useTaskCard.js +10 -0
- package/dist/collection/components/sqm-text/Text.stories.js +12 -0
- package/dist/collection/components/sqm-text/sqm-text.js +100 -49
- package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +44 -43
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +51 -2
- package/dist/collection/components/sqm-timeline/Timeline.stories.js +8 -1
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry-view.js +45 -45
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +52 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +19 -42
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +14 -41
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +55 -21
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +13 -13
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +18 -18
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +168 -16
- package/dist/collection/components/views/copy-text-view.js +53 -38
- package/dist/collection/global/mixins.js +8 -8
- package/dist/collection/global/styles.js +304 -87
- package/dist/collection/global/styles.ts +304 -87
- package/dist/collection/tables/GenericTableView.js +6 -6
- package/dist/esm/{GenericTableView-7b9087af.js → GenericTableView-3b6f9ccc.js} +7 -7
- package/dist/esm/{ShadowViewAddon-e350d540.js → ShadowViewAddon-5f9b6d07.js} +487 -418
- package/dist/esm/{copy-text-view-782137ba.js → copy-text-view-4a207b17.js} +54 -39
- package/dist/esm/{email-registration-view-a7818cf2.js → email-registration-view-b1c858ee.js} +1 -1
- package/dist/esm/{global-1d207c9e.js → global-66746c30.js} +304 -87
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/{mixins-83f90fa1.js → mixins-f750863a.js} +6 -6
- package/dist/esm/sqm-banking-info-form_17.entry.js +297 -161
- package/dist/esm/{sqm-base-registration-form-view-593d4ac3.js → sqm-base-registration-form-view-d732a5df.js} +2 -2
- package/dist/esm/sqm-big-stat_41.entry.js +287 -112
- package/dist/esm/{sqm-close-button-view-f9819751.js → sqm-close-button-view-bc2bc10e.js} +1 -1
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-email-verification.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +49 -49
- package/dist/esm/sqm-instant-access-registration.entry.js +2 -2
- package/dist/esm/{sqm-invoice-table-view-e0c9772a.js → sqm-invoice-table-view-b7e91eef.js} +2 -2
- package/dist/esm/{sqm-leaderboard-rank-view-753c8d4a.js → sqm-leaderboard-rank-view-84b3c539.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +3 -3
- package/dist/esm/{sqm-navigation-sidebar-item-view-8f1c72bc.js → sqm-navigation-sidebar-item-view-6e046743.js} +18 -7
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +26 -3
- package/dist/esm/{sqm-navigation-sidebar-view-9d802b78.js → sqm-navigation-sidebar-view-f898265a.js} +16 -6
- package/dist/esm/sqm-navigation-sidebar.entry.js +20 -4
- package/dist/esm/sqm-pagination_3.entry.js +86 -59
- package/dist/esm/sqm-password-field.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-6c8bad0b.js → sqm-portal-email-verification-view-00f03873.js} +3 -3
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/{sqm-portal-forgot-password-view-3d3182f1.js → sqm-portal-forgot-password-view-55fc0873.js} +24 -17
- package/dist/esm/sqm-portal-forgot-password.entry.js +25 -4
- package/dist/esm/sqm-portal-google-login.entry.js +3 -3
- package/dist/esm/sqm-portal-google-registration-form.entry.js +4 -4
- package/dist/esm/{sqm-portal-login-view-7e49609a.js → sqm-portal-login-view-e870b4b0.js} +3 -3
- package/dist/esm/{sqm-portal-profile-view-cbdeec1f.js → sqm-portal-profile-view-0d45de87.js} +3 -3
- package/dist/esm/sqm-portal-profile.entry.js +3 -3
- package/dist/esm/{sqm-portal-registration-form-view-3c1f6000.js → sqm-portal-registration-form-view-5d651c04.js} +2 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +3 -3
- package/dist/esm/{sqm-portal-reset-password-view-54a8651f.js → sqm-portal-reset-password-view-6903828e.js} +2 -2
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/{sqm-portal-verify-email-view-b12cb894.js → sqm-portal-verify-email-view-01ac711f.js} +2 -2
- package/dist/esm/sqm-portal-verify-email.entry.js +3 -3
- package/dist/esm/{sqm-qr-code-view-f1d0763b.js → sqm-qr-code-view-62c10948.js} +2 -7
- package/dist/esm/sqm-qr-code.entry.js +1 -1
- package/dist/esm/sqm-referral-table_11.entry.js +111 -24
- package/dist/esm/sqm-referred-registration.entry.js +2 -2
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +81 -15
- package/dist/esm/sqm-stencilbook.entry.js +154 -30
- package/dist/esm/sqm-tabs.entry.js +16 -4
- package/dist/esm/sqm-text-span-view-cd3902e5.js +61 -0
- package/dist/esm/sqm-text-span.entry.js +4 -4
- package/dist/esm-es5/GenericTableView-3b6f9ccc.js +1 -0
- package/dist/esm-es5/ShadowViewAddon-5f9b6d07.js +1 -0
- package/dist/esm-es5/copy-text-view-4a207b17.js +1 -0
- package/dist/esm-es5/{email-registration-view-a7818cf2.js → email-registration-view-b1c858ee.js} +1 -1
- package/dist/esm-es5/{global-1d207c9e.js → global-66746c30.js} +4 -4
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/mixins-f750863a.js +1 -0
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/{sqm-base-registration-form-view-593d4ac3.js → sqm-base-registration-form-view-d732a5df.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_41.entry.js +1 -1
- package/dist/esm-es5/{sqm-close-button-view-f9819751.js → sqm-close-button-view-bc2bc10e.js} +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/{sqm-invoice-table-view-e0c9772a.js → sqm-invoice-table-view-b7e91eef.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank-view-84b3c539.js +1 -0
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-6e046743.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-view-f898265a.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-6c8bad0b.js → sqm-portal-email-verification-view-00f03873.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password-view-55fc0873.js +1 -0
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-login-view-e870b4b0.js +1 -0
- package/dist/esm-es5/{sqm-portal-profile-view-cbdeec1f.js → sqm-portal-profile-view-0d45de87.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-registration-form-view-3c1f6000.js → sqm-portal-registration-form-view-5d651c04.js} +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-reset-password-view-54a8651f.js → sqm-portal-reset-password-view-6903828e.js} +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-verify-email-view-b12cb894.js → sqm-portal-verify-email-view-01ac711f.js} +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/{sqm-qr-code-view-f1d0763b.js → sqm-qr-code-view-62c10948.js} +1 -1
- package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span-view-cd3902e5.js +1 -0
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/mint-components/global/styles.ts +304 -87
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-9b894557.entry.js → p-015da96d.entry.js} +1 -1
- package/dist/mint-components/p-042642d3.entry.js +1 -0
- package/dist/mint-components/p-0480b155.system.entry.js +1 -0
- package/dist/mint-components/{p-91ab3da1.js → p-057f5402.js} +1 -1
- package/dist/mint-components/{p-d07f3090.entry.js → p-0b3218a5.entry.js} +1 -1
- package/dist/mint-components/{p-d929b9d5.system.js → p-0bdeab70.system.js} +1 -1
- package/dist/mint-components/{p-e5d0375e.system.js → p-0df294ad.system.js} +1 -1
- package/dist/mint-components/p-0e32981f.js +1 -0
- package/dist/mint-components/p-0eb3d919.system.entry.js +1 -0
- package/dist/mint-components/p-1abe7884.system.entry.js +1 -0
- package/dist/mint-components/p-210e8f49.entry.js +144 -0
- package/dist/mint-components/{p-99ad7d56.system.js → p-223dd3f7.system.js} +1 -1
- package/dist/mint-components/{p-709e1799.system.entry.js → p-241d68d4.system.entry.js} +1 -1
- package/dist/mint-components/p-32a47b41.system.js +1 -0
- package/dist/mint-components/p-3a21f8f9.system.entry.js +1 -0
- package/dist/mint-components/p-3c3aab4c.system.js +1 -0
- package/dist/mint-components/{p-19bc3406.system.entry.js → p-3e4e74a2.system.entry.js} +1 -1
- package/dist/mint-components/{p-c8147def.js → p-3e604cad.js} +1 -1
- package/dist/mint-components/{p-475245d1.system.js → p-3f290d24.system.js} +12 -12
- package/dist/mint-components/{p-164a9103.system.entry.js → p-41d051b1.system.entry.js} +1 -1
- package/dist/mint-components/{p-90fc6774.system.entry.js → p-457962b7.system.entry.js} +1 -1
- package/dist/mint-components/p-46a672e4.entry.js +1 -0
- package/dist/mint-components/p-49b20dae.js +1 -0
- package/dist/mint-components/{p-380bfde1.entry.js → p-4b42b756.entry.js} +1 -1
- package/dist/mint-components/{p-2dca9e1a.system.js → p-4b9789a2.system.js} +1 -1
- package/dist/mint-components/{p-fbac722b.js → p-4caaf25a.js} +1 -1
- package/dist/mint-components/{p-f0772618.system.entry.js → p-4d478108.system.entry.js} +1 -1
- package/dist/mint-components/{p-6d4a313f.js → p-4f22fda2.js} +81 -81
- package/dist/mint-components/{p-b75bb6e3.system.js → p-505951d2.system.js} +1 -1
- package/dist/mint-components/p-5366850e.entry.js +1 -0
- package/dist/mint-components/p-54b0b768.system.js +1 -0
- package/dist/mint-components/p-5c5964e0.js +1 -0
- package/dist/mint-components/{p-b2bf509e.entry.js → p-5cd684b2.entry.js} +2 -2
- package/dist/mint-components/p-5d407714.system.entry.js +1 -0
- package/dist/mint-components/{p-a2fde301.entry.js → p-5ef6de10.entry.js} +1 -1
- package/dist/mint-components/p-66a2b1a4.js +1 -0
- package/dist/mint-components/p-6798cad1.system.js +1 -0
- package/dist/mint-components/{p-b33b7eb5.system.js → p-6798d563.system.js} +1 -1
- package/dist/mint-components/p-693fc880.system.js +1 -0
- package/dist/mint-components/{p-0c78815e.system.entry.js → p-6a49b077.system.entry.js} +1 -1
- package/dist/mint-components/{p-53730ffe.entry.js → p-6a5f57d7.entry.js} +1 -1
- package/dist/mint-components/p-6c1d0367.entry.js +33 -0
- package/dist/mint-components/p-71f23364.entry.js +13 -0
- package/dist/mint-components/{p-92816d1f.js → p-72ff8268.js} +1 -1
- package/dist/mint-components/p-731d06a9.entry.js +1 -0
- package/dist/mint-components/p-74afdafb.system.js +1 -0
- package/dist/mint-components/p-767485b8.system.js +1 -0
- package/dist/mint-components/{p-1673fae9.system.entry.js → p-770bba1b.system.entry.js} +1 -1
- package/dist/mint-components/p-77b8a529.system.entry.js +1 -0
- package/dist/mint-components/{p-7a9290ba.js → p-82113e37.js} +1 -1
- package/dist/mint-components/p-8530290b.entry.js +258 -0
- package/dist/mint-components/{p-0d2d0b6d.entry.js → p-865f812e.entry.js} +1 -1
- package/dist/mint-components/{p-42187319.system.entry.js → p-884ac29e.system.entry.js} +1 -1
- package/dist/mint-components/p-8a6494c7.system.js +1 -0
- package/dist/mint-components/{p-00ed4c2e.entry.js → p-8e93e590.entry.js} +1 -1
- package/dist/mint-components/p-8feb4180.entry.js +1 -0
- package/dist/mint-components/p-9acf0b39.system.entry.js +1 -0
- package/dist/mint-components/p-9f2edf59.system.js +1 -0
- package/dist/mint-components/{p-6df88590.system.entry.js → p-9fe574ca.system.entry.js} +1 -1
- package/dist/mint-components/{p-6055eb4c.system.js → p-a1091368.system.js} +1 -1
- package/dist/mint-components/{p-4428294b.entry.js → p-a3e68251.entry.js} +1 -1
- package/dist/mint-components/p-a572db9b.system.entry.js +1 -0
- package/dist/mint-components/{p-7f80a9d7.entry.js → p-a60d5315.entry.js} +1 -1
- package/dist/mint-components/p-a68932b0.system.entry.js +1 -0
- package/dist/mint-components/{p-f4a8ee29.system.entry.js → p-af516659.system.entry.js} +1 -1
- package/dist/mint-components/p-af96b482.entry.js +205 -0
- package/dist/mint-components/p-b0d4938a.system.entry.js +1 -0
- package/dist/mint-components/p-b637f1e4.js +1 -0
- package/dist/mint-components/{p-2f101bae.entry.js → p-b6761073.entry.js} +1 -1
- package/dist/mint-components/{p-9bfd9bed.system.entry.js → p-bb6e411d.system.entry.js} +1 -1
- package/dist/mint-components/p-bdd80fce.js +1 -0
- package/dist/mint-components/p-bf25f63a.js +394 -0
- package/dist/mint-components/{p-9cb06082.system.entry.js → p-c024fc32.system.entry.js} +1 -1
- package/dist/mint-components/{p-91959fbe.js → p-c96a25c6.js} +1 -1
- package/dist/mint-components/p-ca9e0322.system.js +1 -0
- package/dist/mint-components/{p-1a6b7d2a.entry.js → p-cd0ee247.entry.js} +1 -1
- package/dist/mint-components/{p-9d3d4098.system.js → p-cfa34cf2.system.js} +1 -1
- package/dist/mint-components/p-d0064d54.system.entry.js +1 -0
- package/dist/mint-components/{p-9386ad84.system.entry.js → p-d12e9cfd.system.entry.js} +1 -1
- package/dist/mint-components/{p-35b475bf.js → p-d1ae7a2d.js} +1 -1
- package/dist/mint-components/{p-5c28406d.system.entry.js → p-d5b3397c.system.entry.js} +1 -1
- package/dist/mint-components/p-d5e9906e.system.js +1 -0
- package/dist/mint-components/p-d6352d15.js +1 -0
- package/dist/mint-components/p-d932f43d.entry.js +1 -0
- package/dist/mint-components/p-d9335f16.js +1 -0
- package/dist/mint-components/p-d94a4d50.system.entry.js +1 -0
- package/dist/mint-components/{p-15d77d0b.entry.js → p-dded7d43.entry.js} +1 -1
- package/dist/mint-components/p-de136dd3.js +1 -0
- package/dist/mint-components/p-e1e62d55.entry.js +1 -0
- package/dist/mint-components/{p-4794641c.system.js → p-e2705fbe.system.js} +1 -1
- package/dist/mint-components/p-e309a219.js +1 -0
- package/dist/mint-components/{p-f940190a.js → p-e518a60d.js} +1 -1
- package/dist/mint-components/{p-f2d8d3d3.system.entry.js → p-e80f9e26.system.entry.js} +1 -1
- package/dist/mint-components/{p-775f3ded.entry.js → p-f0fdbd82.entry.js} +1 -1
- package/dist/mint-components/p-fb584d7a.js +1 -0
- package/dist/mint-components/p-fbef4ecb.system.js +1 -0
- package/dist/mint-components/p-fe6fe9cf.entry.js +13 -0
- package/dist/types/components/sqm-big-stat/BigStat.stories.d.ts +2 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat-view.d.ts +5 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +41 -0
- package/dist/types/components/sqm-coupon-code/CouponCode.stories.d.ts +2 -0
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code-view.d.ts +2 -0
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +42 -0
- package/dist/types/components/sqm-coupon-code/useCouponCode.d.ts +1 -0
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout-view.d.ts +4 -1
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +13 -0
- package/dist/types/components/sqm-hero-image/sqm-hero-image-view.d.ts +1 -0
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +19 -0
- package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +1 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +6 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +48 -7
- package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +6 -0
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar-view.d.ts +1 -0
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +14 -0
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.d.ts +8 -0
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +57 -0
- package/dist/types/components/sqm-pagination/sqm-pagination-view.d.ts +1 -0
- package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +9 -0
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts +2 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +7 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +15 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame-view.d.ts +3 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame.d.ts +19 -0
- package/dist/types/components/sqm-portal-frame/usePortalFrame.d.ts +2 -1
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step-view.d.ts +3 -0
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +20 -2
- package/dist/types/components/sqm-referral-card/sqm-referral-card-view.d.ts +5 -2
- package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +20 -0
- package/dist/types/components/sqm-referral-code/ReferralCode.stories.d.ts +1 -0
- package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +42 -0
- package/dist/types/components/sqm-referral-codes/ReferralCodes.stories.d.ts +1 -0
- package/dist/types/components/sqm-referral-codes/sqm-referral-codes-view.d.ts +1 -0
- package/dist/types/components/sqm-referral-codes/sqm-referral-codes.d.ts +6 -0
- package/dist/types/components/sqm-share-button/ShareButton.stories.d.ts +1 -1
- package/dist/types/components/sqm-share-button/sqm-share-button-view.d.ts +2 -1
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +15 -3
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +42 -0
- package/dist/types/components/sqm-share-link/ShareLink.stories.d.ts +1 -0
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +43 -1
- package/dist/types/components/sqm-stat-container/sqm-stat-container-view.d.ts +3 -0
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +23 -0
- package/dist/types/components/sqm-tabs/Tabs.stories.d.ts +1 -0
- package/dist/types/components/sqm-tabs/sqm-tabs-view.d.ts +1 -0
- package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +8 -0
- package/dist/types/components/sqm-task-card/DetailsView.d.ts +6 -0
- package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +5 -0
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +32 -0
- package/dist/types/components/sqm-task-card/useTaskCard.d.ts +9 -0
- package/dist/types/components/sqm-text/Text.stories.d.ts +6 -0
- package/dist/types/components/sqm-text/sqm-text.d.ts +12 -0
- package/dist/types/components/sqm-text-span/sqm-text-span-view.d.ts +4 -2
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +13 -1
- package/dist/types/components/sqm-timeline/Timeline.stories.d.ts +1 -0
- package/dist/types/components/sqm-timeline/sqm-timeline-entry-view.d.ts +2 -0
- package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +14 -0
- package/dist/types/components/views/copy-text-view.d.ts +5 -0
- package/dist/types/components.d.ts +1112 -15
- package/dist/types/global/mixins.d.ts +12 -12
- package/dist/types/global/styles.d.ts +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/sqm-text-span-view-0aa82125.js +0 -62
- package/dist/esm/sqm-text-span-view-ca32495e.js +0 -60
- package/dist/esm-es5/GenericTableView-7b9087af.js +0 -1
- package/dist/esm-es5/ShadowViewAddon-e350d540.js +0 -1
- package/dist/esm-es5/copy-text-view-782137ba.js +0 -1
- package/dist/esm-es5/mixins-83f90fa1.js +0 -1
- package/dist/esm-es5/sqm-leaderboard-rank-view-753c8d4a.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-8f1c72bc.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-view-9d802b78.js +0 -1
- package/dist/esm-es5/sqm-portal-forgot-password-view-3d3182f1.js +0 -1
- package/dist/esm-es5/sqm-portal-login-view-7e49609a.js +0 -1
- package/dist/esm-es5/sqm-text-span-view-ca32495e.js +0 -1
- package/dist/mint-components/p-091e7ca2.system.entry.js +0 -1
- package/dist/mint-components/p-0ebab63e.system.js +0 -1
- package/dist/mint-components/p-141bf5c1.system.entry.js +0 -1
- package/dist/mint-components/p-14a65f29.system.js +0 -1
- package/dist/mint-components/p-23379b5b.entry.js +0 -144
- package/dist/mint-components/p-24db5c70.js +0 -1
- package/dist/mint-components/p-2bcd406c.system.js +0 -1
- package/dist/mint-components/p-2da21ba4.entry.js +0 -1
- package/dist/mint-components/p-31015791.js +0 -1
- package/dist/mint-components/p-342bc70c.system.entry.js +0 -1
- package/dist/mint-components/p-38e5c429.system.js +0 -1
- package/dist/mint-components/p-3a31cc83.entry.js +0 -13
- package/dist/mint-components/p-3b90e01b.system.js +0 -1
- package/dist/mint-components/p-3ba1ab43.system.js +0 -1
- package/dist/mint-components/p-3db34d68.js +0 -1
- package/dist/mint-components/p-3f6e0197.system.entry.js +0 -1
- package/dist/mint-components/p-420554af.system.entry.js +0 -1
- package/dist/mint-components/p-441b60ac.system.entry.js +0 -1
- package/dist/mint-components/p-492b70db.system.js +0 -1
- package/dist/mint-components/p-4e5af50c.js +0 -1
- package/dist/mint-components/p-5bdafc7e.system.entry.js +0 -1
- package/dist/mint-components/p-626e9e84.js +0 -1
- package/dist/mint-components/p-635d5ef2.system.js +0 -1
- package/dist/mint-components/p-6a97b51d.entry.js +0 -13
- package/dist/mint-components/p-716d0275.entry.js +0 -1
- package/dist/mint-components/p-7ab21e4d.entry.js +0 -1
- package/dist/mint-components/p-837a0fdd.js +0 -1
- package/dist/mint-components/p-85671c3d.system.entry.js +0 -1
- package/dist/mint-components/p-904ebcf6.system.entry.js +0 -1
- package/dist/mint-components/p-91521e9d.js +0 -1
- package/dist/mint-components/p-9db71c84.entry.js +0 -1
- package/dist/mint-components/p-aad32fb6.system.js +0 -1
- package/dist/mint-components/p-b207beeb.entry.js +0 -1
- package/dist/mint-components/p-babcdb1f.system.entry.js +0 -1
- package/dist/mint-components/p-c060f770.system.entry.js +0 -1
- package/dist/mint-components/p-c3bfb9c3.entry.js +0 -258
- package/dist/mint-components/p-c9f1dde7.js +0 -1
- package/dist/mint-components/p-cd1d497f.system.js +0 -1
- package/dist/mint-components/p-dbcb5359.js +0 -1
- package/dist/mint-components/p-dcc81e90.entry.js +0 -1
- package/dist/mint-components/p-e07bc6c4.system.js +0 -1
- package/dist/mint-components/p-e41aac34.js +0 -1
- package/dist/mint-components/p-e6f50ffd.entry.js +0 -1
- package/dist/mint-components/p-f1e72435.entry.js +0 -33
- package/dist/mint-components/p-f3e2098c.js +0 -394
- package/dist/mint-components/p-f56bedd5.js +0 -1
- package/dist/mint-components/p-f71ae358.system.entry.js +0 -1
- package/dist/mint-components/p-f7c99803.system.js +0 -1
- package/dist/mint-components/p-f87ae19e.entry.js +0 -205
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host } from './index-91e7729f.js';
|
|
2
2
|
import { a as commonjsGlobal, u as useMemo, k as useState, f as useEffect, c as createCommonjsModule, n as h$1 } from './stencil-hooks.module-4bc38af4.js';
|
|
3
|
-
import './global-
|
|
3
|
+
import './global-66746c30.js';
|
|
4
4
|
import { j as jn, k as kn, b as setUserIdentity, d as dist, X as Xe, p as setProgramId } from './index.module-89a79f66.js';
|
|
5
5
|
import './cjs-bdfb4486.js';
|
|
6
6
|
import './utils-334c1e34.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import './useReferralCodes-8f75921a.js';
|
|
9
|
-
import './mixins-
|
|
10
|
-
import { C as CopyTextView } from './copy-text-view-
|
|
11
|
-
import { G as GenericTableView } from './GenericTableView-
|
|
9
|
+
import './mixins-f750863a.js';
|
|
10
|
+
import { C as CopyTextView } from './copy-text-view-4a207b17.js';
|
|
11
|
+
import { G as GenericTableView } from './GenericTableView-3b6f9ccc.js';
|
|
12
12
|
import './useChildElements-7945ae56.js';
|
|
13
13
|
import { l as luxon } from './luxon-8d51c92b.js';
|
|
14
|
-
import './sqm-text-span-view-
|
|
14
|
+
import './sqm-text-span-view-cd3902e5.js';
|
|
15
15
|
import { A as AssetCardView } from './sqm-asset-card-view-fe5db3c0.js';
|
|
16
|
-
import { C as CloseButtonView } from './sqm-close-button-view-
|
|
16
|
+
import { C as CloseButtonView } from './sqm-close-button-view-bc2bc10e.js';
|
|
17
17
|
import './index-ffa26b43.js';
|
|
18
|
-
import { E as EmailRegistrationView } from './email-registration-view-
|
|
19
|
-
import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-
|
|
18
|
+
import { E as EmailRegistrationView } from './email-registration-view-b1c858ee.js';
|
|
19
|
+
import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-84b3c539.js';
|
|
20
20
|
import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-8ef8180f.js';
|
|
21
|
-
import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-
|
|
22
|
-
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-
|
|
23
|
-
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-
|
|
24
|
-
import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-
|
|
25
|
-
import { P as PortalLoginView } from './sqm-portal-login-view-
|
|
26
|
-
import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-
|
|
27
|
-
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-
|
|
28
|
-
import { P as PortalProfileView } from './sqm-portal-profile-view-
|
|
21
|
+
import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-f898265a.js';
|
|
22
|
+
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-6e046743.js';
|
|
23
|
+
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-00f03873.js';
|
|
24
|
+
import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view-55fc0873.js';
|
|
25
|
+
import { P as PortalLoginView } from './sqm-portal-login-view-e870b4b0.js';
|
|
26
|
+
import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-d732a5df.js';
|
|
27
|
+
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-5d651c04.js';
|
|
28
|
+
import { P as PortalProfileView } from './sqm-portal-profile-view-0d45de87.js';
|
|
29
29
|
import './utilities-5b0ca040.js';
|
|
30
|
-
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-
|
|
31
|
-
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-
|
|
30
|
+
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-6903828e.js';
|
|
31
|
+
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-01ac711f.js';
|
|
32
32
|
import './ErrorView-48e2b969.js';
|
|
33
|
-
import { Q as QrCodeView } from './sqm-qr-code-view-
|
|
34
|
-
import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalRegisterView, C as ChangeMarktingView, T as TaskCardView, f as ProgressBarView, g as PoweredByImg$1, h as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, i as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as autoColorScaleCss, Q as ShadowViewAddon } from './ShadowViewAddon-
|
|
33
|
+
import { Q as QrCodeView } from './sqm-qr-code-view-62c10948.js';
|
|
34
|
+
import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalRegisterView, C as ChangeMarktingView, T as TaskCardView, f as ProgressBarView, g as PoweredByImg$1, h as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, i as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as autoColorScaleCss, Q as ShadowViewAddon } from './ShadowViewAddon-5f9b6d07.js';
|
|
35
35
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-1683ae32.js';
|
|
36
|
-
import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-
|
|
36
|
+
import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-b7e91eef.js';
|
|
37
37
|
|
|
38
38
|
/**
|
|
39
39
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -1496,13 +1496,15 @@ const TextStyleWithoutIcon = () => {
|
|
|
1496
1496
|
const props = { medium: "facebook", type: "text", hideicon: true };
|
|
1497
1497
|
return h(ShareButtonView, Object.assign({}, props), "Share");
|
|
1498
1498
|
};
|
|
1499
|
-
const
|
|
1499
|
+
const WithCustomColorsAndBranding = () => {
|
|
1500
1500
|
const props = {
|
|
1501
1501
|
medium: "facebook",
|
|
1502
1502
|
type: "text",
|
|
1503
1503
|
backgroundcolor: "red",
|
|
1504
1504
|
textcolor: "yellow",
|
|
1505
1505
|
iconslot: "prefix",
|
|
1506
|
+
border: "2px solid yellow",
|
|
1507
|
+
borderradius: 30,
|
|
1506
1508
|
};
|
|
1507
1509
|
return h(ShareButtonView, Object.assign({}, props), "Facebook");
|
|
1508
1510
|
};
|
|
@@ -1575,7 +1577,7 @@ const ShareButton = /*#__PURE__*/Object.freeze({
|
|
|
1575
1577
|
WithoutIcon: WithoutIcon,
|
|
1576
1578
|
WithoutText: WithoutText,
|
|
1577
1579
|
TextStyleWithoutIcon: TextStyleWithoutIcon,
|
|
1578
|
-
|
|
1580
|
+
WithCustomColorsAndBranding: WithCustomColorsAndBranding,
|
|
1579
1581
|
WithCustomBorderRadius: WithCustomBorderRadius,
|
|
1580
1582
|
LinkLocationTest: LinkLocationTest,
|
|
1581
1583
|
FullStackIcon: FullStackIcon,
|
|
@@ -1722,6 +1724,18 @@ const CopyButtonBelow = () => {
|
|
|
1722
1724
|
buttonStyle: "button-below",
|
|
1723
1725
|
})));
|
|
1724
1726
|
};
|
|
1727
|
+
const CustomStyles = () => {
|
|
1728
|
+
const props = {
|
|
1729
|
+
copyString: "https://noah.example.com",
|
|
1730
|
+
open: false,
|
|
1731
|
+
tooltiptext: "Copied!",
|
|
1732
|
+
backgroundColor: "#1ed760",
|
|
1733
|
+
borderRadius: "30px",
|
|
1734
|
+
textColor: "#121212",
|
|
1735
|
+
buttonType: "primary",
|
|
1736
|
+
};
|
|
1737
|
+
return h(CopyTextView, Object.assign({}, props));
|
|
1738
|
+
};
|
|
1725
1739
|
const FullStack = () => {
|
|
1726
1740
|
return h("sqm-share-link", null);
|
|
1727
1741
|
};
|
|
@@ -1737,6 +1751,7 @@ const ShareLink = /*#__PURE__*/Object.freeze({
|
|
|
1737
1751
|
TextAlignRight: TextAlignRight,
|
|
1738
1752
|
CopyButton: CopyButton,
|
|
1739
1753
|
CopyButtonBelow: CopyButtonBelow,
|
|
1754
|
+
CustomStyles: CustomStyles,
|
|
1740
1755
|
FullStack: FullStack
|
|
1741
1756
|
});
|
|
1742
1757
|
|
|
@@ -1815,6 +1830,10 @@ const InvalidStatValue = () => {
|
|
|
1815
1830
|
};
|
|
1816
1831
|
return h(BigStatView, Object.assign({}, props), "Big stat");
|
|
1817
1832
|
};
|
|
1833
|
+
const CustomStyles$1 = () => {
|
|
1834
|
+
return (h("sqm-big-stat", { "stat-font-weight": "500", "stat-text-color": "#1ed760", "stat-font-size": "45", "description-text-color": "#121212", "description-font-size": "18", alignment: "center", "stat-type": "/integrationRewardsCountFiltered/AVAILABLE/global", "flex-reverse": true },
|
|
1835
|
+
h("p", null, "Giftcards Earned")));
|
|
1836
|
+
};
|
|
1818
1837
|
const MultipleStats = () => {
|
|
1819
1838
|
return (h("sqm-stat-container", { space: "xxx-large", display: "flex" },
|
|
1820
1839
|
h("sqm-big-stat", { "flex-reverse": "true", alignment: "left", "stat-type": "/referralsCount" },
|
|
@@ -1827,6 +1846,15 @@ const MultipleStats = () => {
|
|
|
1827
1846
|
h("sqm-text", null,
|
|
1828
1847
|
h("p", null, "Points Balance")))));
|
|
1829
1848
|
};
|
|
1849
|
+
const MultipleStatsWithCustomBranding = () => {
|
|
1850
|
+
return (h("sqm-stat-container", { space: "xxx-large", display: "grid", alignment: "center", "hide-border": "true" },
|
|
1851
|
+
h("sqm-big-stat", { "stat-font-weight": "500", "stat-text-color": "#1ed760", "stat-font-size": "45", "description-text-color": "#121212", "description-font-size": "18", alignment: "center", "stat-type": "/integrationRewardsCountFiltered/AVAILABLE/global", "flex-reverse": true },
|
|
1852
|
+
h("p", null, "Giftcards Earned")),
|
|
1853
|
+
h("sqm-big-stat", { "stat-font-weight": "500", "stat-text-color": "#1ed760", "stat-font-size": "45", "description-text-color": "#121212", "description-font-size": "18", alignment: "center", "stat-type": "/integrationRewardsCountFiltered/AVAILABLE/global", "flex-reverse": true },
|
|
1854
|
+
h("p", null, "Referrals")),
|
|
1855
|
+
h("sqm-big-stat", { "stat-font-weight": "500", "stat-text-color": "#1ed760", "stat-font-size": "45", "description-text-color": "#121212", "description-font-size": "18", alignment: "center", "stat-type": "/integrationRewardsCountFiltered/AVAILABLE/global", "flex-reverse": true },
|
|
1856
|
+
h("p", null, "Points balance"))));
|
|
1857
|
+
};
|
|
1830
1858
|
|
|
1831
1859
|
const BigStat = /*#__PURE__*/Object.freeze({
|
|
1832
1860
|
__proto__: null,
|
|
@@ -1839,7 +1867,9 @@ const BigStat = /*#__PURE__*/Object.freeze({
|
|
|
1839
1867
|
FlexReverseLeft: FlexReverseLeft,
|
|
1840
1868
|
NoStatValue: NoStatValue,
|
|
1841
1869
|
InvalidStatValue: InvalidStatValue,
|
|
1842
|
-
|
|
1870
|
+
CustomStyles: CustomStyles$1,
|
|
1871
|
+
MultipleStats: MultipleStats,
|
|
1872
|
+
MultipleStatsWithCustomBranding: MultipleStatsWithCustomBranding
|
|
1843
1873
|
});
|
|
1844
1874
|
|
|
1845
1875
|
const scenario$4 = "@owner:noah @author:noah\nFeature: Leaderboard\n\tThe leaderboard supports three main cases\n\t- Top Started Referrers\n\t- Top Converted Referrers\n\t- Top Point Earners\n\tTo display these different types of leaderboards it uses the backends pre-canned options.\n\tThe backend supports filtering on programId and interval, programId is sourced from program context.\n\n Background: A user exists\n Given a user\n And they are viewing the leaderboard\n\n @motivating\n Scenario Outline: Two types of referrals leaderboards can be displayed\n Given a leaderboard has prop \"leaderboard-type\" with <value>\n And there are started referrals on the tenant\n And there are started converted on the tenant\n When the user views the leaderboard\n Then they see the referral <referralType> leaderboard\n\n Examples:\n | value | referralType |\n | topStartedReferrers | started |\n | topConvertedReferrers | converted |\n\n @motivating\n Scenario: The top point earners leaderboard can be displayed\n Given a leaderboard has prop \"leaderboard-type\" with value \"topPointEarners\"\n And there are users with points\n When the user views the leaderboard\n Then they see the top point earners leaderboard\n And text values are displayed for point counts\n\n @minutia\n Scenario Outline: Reward pretty value is used on the top point earners leaderboard\n Given top point earners leaderboard\n And the \"POINT\" reward unit has a pretty value for the following locales\n | locale |\n | en |\n | fr |\n | tr |\n When the user views the leaderboard\n And they have <locale>\n Then they see the translated pretty value in the stat value column\n\n @motivating\n Scenario Outline: Program Context is used by default to filter leaderboard results\n Given a <leaderboardType> leaderboard loaded with program context for \"my-program\"\n When the user views the leaderboard\n Then they only see <results> from \"my-program\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Program Id context can be overwritten with a prop\n Given a <leaderboardType> leaderboard has prop \"program-Id\" with value \"my-test-program\"\n When the user views the leaderboard\n Then they only see <results> from \"my-test-program\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Global leaderboards can be displayed by clearing program context\n\t\t#This is important for clients with use cases like StaffTracks global points leaderboard\n\t\t#This can also be done with a program section in a similar manner\n Given a <leaderboardType> leaderboard has prop \"program-Id\" with value \"\"\n When the user views the leaderboard\n Then they see global <results>\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario: Leaderboard results are shown in descending order\n Given there are leaderboard results\n When the user views the leaderboard\n Then they see up to the 10 top leaderboard results\n And leaderboard is in descending order\n\n @motivating\n Scenario Outline: Leaderboard results can be filtered with a time interval\n Given a <leaderboardType> leaderboard\n And it has prop \"interval\" with value \"2021-11-02T07:00:00.000Z/2021-11-07T07:00:00.000Z\"\n When the user views the leaderboard\n Then they only see <results> from within \"2021-11-02T07:00:00.000Z/2021-11-07T07:00:00.000Z\"\n\n Examples:\n | leaderboardType | results |\n | topStartedReferrers | started referrals |\n | topConvertedReferrers | converted referrals |\n | topPointEarners | points earned |\n\n @motivating\n Scenario Outline: Leaderboard rank type can be configured\n Given a leaderboard has prop \"rank-type\" with <value>\n When the user views the leaderboard\n Then their leaderboard rank is their <rank>\n\n Examples:\n | value | rank |\n | rowNumber | row number |\n | denseRank | dense rank |\n | rank | rank |\n\n @minutia\n Scenario Outline: The max number of leaderboard rows displayed can be configured but defaults to 10\n Given a leaderboard has prop \"max-rows\" with <value>\n And the leaderboard has <resultCount>\n When the user views the leaderboard\n Then they see <number> rows\n\n Examples:\n | value | resultCount | number |\n | | 10 | 10 |\n | 5 | 10 | 5 |\n | 3 | 1 | 1 |\n | 25 | 15 | 15 |\n\n @minutiae @ui\n Scenario: Leaderboards with no results show an empty state\n Given a leaderboard has no results\n When the user views the leaderboard\n Then an empty state is dislayed\n And they see an image of a leaderboard\n And below they see \"View your rank in the leaderboard\"\n And below they see \"Be the first to refer a friend and reach the top of the leaderboard\"\n And the text is center aligned\n\n @minutiae @ui\n Scenario: A custom empty state can be provided\n Given a leaderboard has no results\n When the user views the leaderboard\n Then the contents of the \"empty\" slot are displayed\n\n @minutiae @ui\n Scenario: User is on Essentials plan\n Given the user has an Essentials plan\n When they view the leaderboard\n Then a message telling them to upgrade their plan appears:\n \"\"\"\n Contact Support to upgrade your plan and start leveraging\n gamification in your program.\n \"\"\"\n And an empty table image is displayed\n\n @minutiae @ui\n Scenario: Leaderboard headings can be customized\n Given a leaderboard\n And it has the following props\n | prop | value |\n | rankheading | Place |\n | usersheading | Customer |\n | statsheading | Referral Count |\n | show-rank | true |\n When the user views the leaderboard\n Then they see the following columns with headings\n | column | heading |\n | rank | Place |\n | user | Customer |\n | stat | Referral Count |\n\n @motivating @ui\n Scenario Outline: Leaderboard rank can be hidden or shown\n Given a leaderboard\n And it has prop \"show-rank\" with <propValue>\n When the user views the leaderboard\n Then they <maySee> the rank column\n\n Examples:\n | propValue | maySee |\n | true | see |\n | false | don't see |\n | | don't see |\n\n Scenario Outline: Users names can be hidden or shown\n Given a leaderboard\n And it has prop \"hide-names\" with <propValue>\n When the user views the leaderboard\n Then they <maySee> the referrer column\n\n Examples:\n | propValue | maySee |\n | true | don't see |\n | false | see |\n | | see |\n\n @motivating @ui\n Scenario: Users in the top 10 of the leaderboard results see their leaderboard row highlighted\n Given a user in the top 10 of the leaderboard results\n When they view the leaderboard\n Then they see the row with their name highlighted with brand colour\n\n @motivating @ui\n Scenario Outline: Users not in the top 10 leaderboard results can see their progress at the bottom of the leaderboard\n Given a user <mayHave> completed actions counted by the leaderboard\n And they are not in the top 10 leaderboard results\n And the leaderboard has prop \"show-user\" with <value>\n When they view the leaderboard\n Then they <maySee> \"...\" under the top 10 leaderboard results\n And under \"...\" they <maySee> a row highlighted with brand colour\n And they <maySee> their name\n And they <maySee> their leaderboard value\n And they <maySeeRank>\n\n Examples:\n | mayHave | value | maySee | maySeeRank |\n | has | true | see | see their rank |\n | hasn't | true | see | don't see their rank |\n | N/A | false | don't see | don't see their rank |\n | hasn't | | see | don't see their rank |\n\n @minutiae\n Scenario: Users without names are displayed as an \"Anonymous User\"\n Given a user\n And they do not have a first name\n And they do not have a last initial\n When they view the leaderboard\n Then they see the user displayed as \"Anonymous User\"\n\n @minutiae\n Scenario Outline: If a user only has a first or last name, then only that is displayed\n Given a user\n And they only have a <name>\n When they view the leaderboard\n Then they only see their <name>\n\n Examples:\n | name |\n | firstName |\n | lastName |\n";
|
|
@@ -2210,6 +2240,43 @@ const ReferralLeaderboard = () => {
|
|
|
2210
2240
|
};
|
|
2211
2241
|
return h(LeaderboardView, Object.assign({}, props));
|
|
2212
2242
|
};
|
|
2243
|
+
const ReferralLeaderboardWithCustomStyles = () => {
|
|
2244
|
+
const props = {
|
|
2245
|
+
states: {
|
|
2246
|
+
loading: false,
|
|
2247
|
+
hasLeaders: true,
|
|
2248
|
+
styles: {
|
|
2249
|
+
...defaultStyles$1,
|
|
2250
|
+
rankheading: "Rank",
|
|
2251
|
+
usersheading: "User",
|
|
2252
|
+
statsheading: "Referrals",
|
|
2253
|
+
showRank: true,
|
|
2254
|
+
textColor: "white",
|
|
2255
|
+
borderColor: "white",
|
|
2256
|
+
background: "slateblue",
|
|
2257
|
+
borderRadius: 18,
|
|
2258
|
+
viewingUserHighlightColor: "yellow",
|
|
2259
|
+
viewingUserHighlightTextColor: "slateblue",
|
|
2260
|
+
},
|
|
2261
|
+
},
|
|
2262
|
+
data: {
|
|
2263
|
+
rankType: "rowNumber",
|
|
2264
|
+
leaderboard: users,
|
|
2265
|
+
rowNumber: 10,
|
|
2266
|
+
viewerRank: {
|
|
2267
|
+
firstName: "Viktor",
|
|
2268
|
+
lastInitial: "V",
|
|
2269
|
+
textValue: "82",
|
|
2270
|
+
rank: 1,
|
|
2271
|
+
rowNumber: 1,
|
|
2272
|
+
},
|
|
2273
|
+
},
|
|
2274
|
+
elements: {
|
|
2275
|
+
...defaultElements$1,
|
|
2276
|
+
},
|
|
2277
|
+
};
|
|
2278
|
+
return h(LeaderboardView, Object.assign({}, props));
|
|
2279
|
+
};
|
|
2213
2280
|
const ReferralLeaderboardWithMaxWidth = () => {
|
|
2214
2281
|
const props = {
|
|
2215
2282
|
states: {
|
|
@@ -2470,6 +2537,7 @@ const Leaderboard = /*#__PURE__*/Object.freeze({
|
|
|
2470
2537
|
One: One,
|
|
2471
2538
|
Five: Five,
|
|
2472
2539
|
ReferralLeaderboard: ReferralLeaderboard,
|
|
2540
|
+
ReferralLeaderboardWithCustomStyles: ReferralLeaderboardWithCustomStyles,
|
|
2473
2541
|
ReferralLeaderboardWithMaxWidth: ReferralLeaderboardWithMaxWidth,
|
|
2474
2542
|
PointsLeaderboard: PointsLeaderboard,
|
|
2475
2543
|
TenWithRank: TenWithRank,
|
|
@@ -3471,7 +3539,7 @@ const FullStackSuccess = () => {
|
|
|
3471
3539
|
h("div", { class: "AlertContent" },
|
|
3472
3540
|
h("div", { part: "successalert-text" }, "Title"),
|
|
3473
3541
|
h("div", { part: "successalert-subtext" }, "Body text."),
|
|
3474
|
-
h("sl-button", { type: "
|
|
3542
|
+
h("sl-button", { type: "primary", exportparts: "base: primarybutton-base", onClick: () => {
|
|
3475
3543
|
console.log("click");
|
|
3476
3544
|
} }, "Primary Action"),
|
|
3477
3545
|
h("sl-button", { class: "SecondaryTextButton", type: "text", onClick: () => {
|
|
@@ -10342,7 +10410,7 @@ const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n
|
|
|
10342
10410
|
|
|
10343
10411
|
const ReferralIframeReadme = "# sqm-referral-iframe\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |\n| `demoData` | -- | | `{ states?: { content: { iframeSrc: string; iframeHeight: string; iframeWidth: string; }; }; data?: { shareCode: string; }; }` | `undefined` |\n| `iframeHeight` | `iframe-height` | Define the height of the iframe with any valid CSS height value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | URL of iframe to display | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | Define the width of the iframe with any valid CSS width value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-stencilbook --> sqm-referral-iframe\n style sqm-referral-iframe fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10344
10412
|
|
|
10345
|
-
const ForgotPasswordReadme = "# sqm-portal-forgot-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type
|
|
10413
|
+
const ForgotPasswordReadme = "# sqm-portal-forgot-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |\n| `backgroundColor` | `background-color` | | `string` | `\"var(--sqm-portal-background, #ffffff)\"` |\n| `border` | `border` | | `string` | `\"1px solid var(--sqm-border-color, var(--sqm-text), #eaeaea)\"` |\n| `borderRadius` | `border-radius` | | `string` | `\"var(--sqm-border-radius-normal)\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; loginPath: string; }; content?: { secondaryButton: any; messageSlot: any; emailLabel?: string; submitLabel?: string; successAlertText?: string; loginText?: string; }; styles?: { backgroundColor?: string; borderRadius?: string; border?: string; textColor?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `headerText` | `header-text` | | `string` | `\"Enter your email below to receive a password reset link.\"` |\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\n| `loginText` | `login-text` | | `string` | `\"Sign In\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while loading this page. Please refresh the page.\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page after they verify their email. | `string` | `\"/resetPassword\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Request Password Reset\"` |\n| `successAlertText` | `success-alert-text` | | `string` | `\"If an account with that email exists, a password reset email will be sent.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-forgot-password --> sqm-form-message\n style sqm-portal-forgot-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10346
10414
|
|
|
10347
10415
|
const RegisterReadme = "# sqm-portal-register\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------------ | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordLabel` | `confirm-password-label` | | `string` | `\"Confirm Password\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; confirmPassword: boolean; hideInputs: boolean; registrationFormState: RegistrationFormState; disablePasswordValidation?: boolean; loginPath: string; }; refs?: { formRef: any; }; content?: { formData?: VNode; terms?: VNode; passwordField?: VNode; secondaryButton?: VNode; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; confirmPasswordLabel: string; requiredFieldErrorMessage: string; invalidEmailErrorMessage: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; }; }` | `undefined` |\n| `disablePasswordValidation` | `disable-password-validation` | | `boolean` | `false` |\n| `doesNotMeetRequirementsText` | `does-not-meet-requirements-text` | | `string` | `\"Password must meet the following requirements:\"` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `hasErrorText` | `has-error-text` | | `string` | `\"contain at least 1 number or symbol\"` |\n| `hideInputs` | `hide-inputs` | Hides the email and password fields. Note: If you hide default inputs, you must add additional input fields. They must have the input name attributes \"email\" and \"password\" for this form to succeed. | `boolean` | `false` |\n| `invalidEmailErrorMessage` | `invalid-email-error-message` | The message to be displayed when the email used is invalid or blocked. | `string` | `\"Must be a valid email address\"` |\n| `loginLabel` | `login-label` | | `string` | `\"Sign in\"` |\n| `loginPath` | `login-path` | Redirect participants to this page after clicking the login button. | `string` | `\"/login\"` |\n| `lowercaseErrorText` | `lowercase-error-text` | | `string` | `\"contain at least 1 lowercase character\"` |\n| `meetsRequirementsText` | `meets-requirements-text` | | `string` | `\"Password has met all requirements\"` |\n| `minErrorText` | `min-error-text` | | `string` | `\"be a minimum of 8 characters\"` |\n| `networkErrorMessage` | `network-error-message` | The message to be displayed when a the form submission fails unexpectedly. | `string` | `\"Network request failed.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page from their verification email | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Register\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `passwordMismatchErrorMessage` | `password-mismatch-error-message` | The message to be displayed when password inputs do not match. | `string` | `\"Passwords do not match.\"` |\n| `redirectPath` | `redirect-path` | The page that participants are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\n| `requiredFieldErrorMessage` | `required-field-error-message` | The message to be displayed when a required field is not filled. | `string` | `\"Cannot be empty\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Register\"` |\n| `uppercaseErrorText` | `uppercase-error-text` | | `string` | `\"contain at least 1 uppercase character\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-register --> sqm-form-message\n sqm-portal-register --> sqm-password-field\n sqm-stencilbook --> sqm-portal-register\n style sqm-portal-register fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10348
10416
|
|
|
@@ -13039,7 +13107,7 @@ const Timeline_stories = {
|
|
|
13039
13107
|
const TimelineWith1Reward = () => {
|
|
13040
13108
|
return (h("div", null,
|
|
13041
13109
|
h("sqm-timeline", null,
|
|
13042
|
-
h("sqm-timeline-entry", { reward: "75", unit: "points", desc: "Your friends signs up for a free trial" })),
|
|
13110
|
+
h("sqm-timeline-entry", { textColor: "red", lineColor: "red", reward: "75", unit: "points", desc: "Your friends signs up for a free trial" })),
|
|
13043
13111
|
h("br", null),
|
|
13044
13112
|
" ",
|
|
13045
13113
|
h("hr", null),
|
|
@@ -13096,6 +13164,13 @@ const TimelineWith4Rewards = () => {
|
|
|
13096
13164
|
h("sqm-timeline-entry", { reward: "$200", unit: "visa giftcard", desc: "Your friend qualifies as a good fit for Klip Team" }),
|
|
13097
13165
|
h("sqm-timeline-entry", { reward: "$1000", unit: "visa giftcard", desc: "Your friend purchases Klip Team" }))));
|
|
13098
13166
|
};
|
|
13167
|
+
const TimelineWithCustomColors = () => {
|
|
13168
|
+
return (h("sqm-timeline", null,
|
|
13169
|
+
h("sqm-timeline-entry", { "text-color": "red", "line-color": "red", reward: "75", unit: "points", desc: "Your friends signs up for a free trial" }),
|
|
13170
|
+
h("sqm-timeline-entry", { "text-color": "red", "line-color": "red", reward: "$50", unit: "visa giftcard", desc: "Your friends signs up for Klip Personal" }),
|
|
13171
|
+
h("sqm-timeline-entry", { "text-color": "red", "line-color": "red", reward: "$200", unit: "visa giftcard", desc: "Your friend qualifies as a good fit for Klip Team" }),
|
|
13172
|
+
h("sqm-timeline-entry", { "text-color": "red", "line-color": "red", reward: "$1000", unit: "visa giftcard", desc: "Your friend purchases Klip Team" })));
|
|
13173
|
+
};
|
|
13099
13174
|
|
|
13100
13175
|
const Timeline = /*#__PURE__*/Object.freeze({
|
|
13101
13176
|
__proto__: null,
|
|
@@ -13103,7 +13178,8 @@ const Timeline = /*#__PURE__*/Object.freeze({
|
|
|
13103
13178
|
TimelineWith1Reward: TimelineWith1Reward,
|
|
13104
13179
|
TimelineWith2Rewards: TimelineWith2Rewards,
|
|
13105
13180
|
TimelineWith3Rewards: TimelineWith3Rewards,
|
|
13106
|
-
TimelineWith4Rewards: TimelineWith4Rewards
|
|
13181
|
+
TimelineWith4Rewards: TimelineWith4Rewards,
|
|
13182
|
+
TimelineWithCustomColors: TimelineWithCustomColors
|
|
13107
13183
|
});
|
|
13108
13184
|
|
|
13109
13185
|
const scenario$x = "@author:kutay\n@owner:kutay\nFeature: Image\n\n\tBackground: A user on the portal is viewing the widget\n\t\tGiven a user viewing the image component\n\n\t@motivating\n\t@ui\n\tScenario: Image is displayed from URL\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided with a valid image url\n\t\tThen the image is displayed\n\t\tAnd it is centered\n\n\t@motivating\n\t@ui\n\tScenario Outline: Images can be aligned left, center or right\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided with a valid image url\n\t\tAnd prop \"align\" has <value>\n\t\tThen the image is displayed\n\t\tAnd it is aligned to the <value>\n\t\tExamples:\n\t\t\t| value |\n\t\t\t| left |\n\t\t\t| center |\n\t\t\t| right |\n\n\t@motivating\n\t@ui\n\tScenario: Image background can be assigned a color\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided with a valid image url\n\t\tAnd prop \"background-color\" is provided a color\n\t\tThen the image is displayed\n\t\tAnd the background is the provided color\n\n\t@motivating\n\t@ui\n\tScenario: Image minimum height can be constrained\n\t\tGiven an Image component\n\t\tAnd prop \"image-url\" is provided\n\t\tAnd prop \"min-height\" is given a minimum value\n\t\tThen the image is displayed\n\t\tAnd the container size changes\n\t\tThen the image does not shrink below its minimum height";
|
|
@@ -13560,6 +13636,13 @@ const SimpleTabs = () => (h("div", { style: { maxWidth: "700px", margin: "auto"
|
|
|
13560
13636
|
<sqm-tab header="Advanced">This is the advanced tab</sqm-tab>
|
|
13561
13637
|
</sqm-tabs>
|
|
13562
13638
|
` }));
|
|
13639
|
+
const CustomColor$1 = () => (h("div", { style: { maxWidth: "700px", margin: "auto" }, innerHTML: `
|
|
13640
|
+
<sqm-tabs text-color="red">
|
|
13641
|
+
<sqm-tab header="General">This is the general tab</sqm-tab>
|
|
13642
|
+
<sqm-tab header="Custom">This is the custom tab</sqm-tab>
|
|
13643
|
+
<sqm-tab header="Advanced">This is the advanced tab</sqm-tab>
|
|
13644
|
+
</sqm-tabs>
|
|
13645
|
+
` }));
|
|
13563
13646
|
const ManyTabs = () => (h("div", { style: { maxWidth: "700px", margin: "auto" }, innerHTML: `
|
|
13564
13647
|
<sqm-tabs>
|
|
13565
13648
|
<sqm-tab header="General">This is the general tab</sqm-tab>
|
|
@@ -14041,6 +14124,7 @@ const Tabs = /*#__PURE__*/Object.freeze({
|
|
|
14041
14124
|
__proto__: null,
|
|
14042
14125
|
'default': Tabs_stories,
|
|
14043
14126
|
SimpleTabs: SimpleTabs,
|
|
14127
|
+
CustomColor: CustomColor$1,
|
|
14044
14128
|
ManyTabs: ManyTabs,
|
|
14045
14129
|
SingleTab: SingleTab,
|
|
14046
14130
|
ReferralProgram: ReferralProgram,
|
|
@@ -14127,6 +14211,9 @@ const ReferralCode = () => {
|
|
|
14127
14211
|
const ShowNotificationText = () => {
|
|
14128
14212
|
return (h("sqm-referral-code", { showNotificationText: true, notificationText: "You've copied this code before" }));
|
|
14129
14213
|
};
|
|
14214
|
+
const ShowNotificationTextRed = () => {
|
|
14215
|
+
return (h("sqm-referral-code", { textColor: "red", showNotificationText: true, notificationText: "You've copied this code before" }));
|
|
14216
|
+
};
|
|
14130
14217
|
const ShowNotificationTextWithButton = () => {
|
|
14131
14218
|
return (h("sqm-referral-code", { showNotificationText: true, notificationText: "You've copied this code before", buttonStyle: "button-outside" }));
|
|
14132
14219
|
};
|
|
@@ -14178,6 +14265,7 @@ const ReferralCode$1 = /*#__PURE__*/Object.freeze({
|
|
|
14178
14265
|
'default': ReferralCode_stories,
|
|
14179
14266
|
ReferralCode: ReferralCode,
|
|
14180
14267
|
ShowNotificationText: ShowNotificationText,
|
|
14268
|
+
ShowNotificationTextRed: ShowNotificationTextRed,
|
|
14181
14269
|
ShowNotificationTextWithButton: ShowNotificationTextWithButton,
|
|
14182
14270
|
ShowNotificationTextWithButtonBelow: ShowNotificationTextWithButtonBelow,
|
|
14183
14271
|
CustomTooltipText: CustomTooltipText$1,
|
|
@@ -14307,10 +14395,17 @@ const defaultProps$g = {
|
|
|
14307
14395
|
inputPlaceholderText: "CODE ERROR",
|
|
14308
14396
|
couponCodeLabel: "Your coupon code:",
|
|
14309
14397
|
error: false,
|
|
14398
|
+
buttonType: "primary",
|
|
14310
14399
|
};
|
|
14311
14400
|
const CouponCode = () => {
|
|
14312
14401
|
return h("sqm-coupon-code", { tooltiptext: "Copied to Clipboard" });
|
|
14313
14402
|
};
|
|
14403
|
+
const CouponCodeWithSecondaryButtonType = () => {
|
|
14404
|
+
return (h("sqm-coupon-code", { tooltiptext: "Copied to Clipboard", buttonType: "secondary", buttonStyle: "button-outside" }));
|
|
14405
|
+
};
|
|
14406
|
+
const CouponCodeWithTertiaryButtonType = () => {
|
|
14407
|
+
return (h("sqm-coupon-code", { tooltiptext: "Copied to Clipboard", buttonType: "tertiary", buttonStyle: "button-outside" }));
|
|
14408
|
+
};
|
|
14314
14409
|
const CustomTooltipText$2 = () => {
|
|
14315
14410
|
return h("sqm-coupon-code", { tooltiptext: "CUSTOM TOOLTIP TEXT" });
|
|
14316
14411
|
};
|
|
@@ -14367,6 +14462,8 @@ const CouponCode$1 = /*#__PURE__*/Object.freeze({
|
|
|
14367
14462
|
__proto__: null,
|
|
14368
14463
|
'default': CouponCode_stories,
|
|
14369
14464
|
CouponCode: CouponCode,
|
|
14465
|
+
CouponCodeWithSecondaryButtonType: CouponCodeWithSecondaryButtonType,
|
|
14466
|
+
CouponCodeWithTertiaryButtonType: CouponCodeWithTertiaryButtonType,
|
|
14370
14467
|
CustomTooltipText: CustomTooltipText$2,
|
|
14371
14468
|
CustomTooltipDuration: CustomTooltipDuration$2,
|
|
14372
14469
|
TextAlignCenter: TextAlignCenter$3,
|
|
@@ -14459,7 +14556,7 @@ const InAContainer = () => {
|
|
|
14459
14556
|
return (h("div", { style: containerStyles },
|
|
14460
14557
|
h(CloseButtonView, Object.assign({}, defaultProps$j))));
|
|
14461
14558
|
};
|
|
14462
|
-
const CustomColor$
|
|
14559
|
+
const CustomColor$2 = () => {
|
|
14463
14560
|
return (h("div", { style: containerStyles },
|
|
14464
14561
|
h(CloseButtonView, Object.assign({}, { ...defaultProps$j, color: "blue" }))));
|
|
14465
14562
|
};
|
|
@@ -14469,7 +14566,7 @@ const CloseButton = /*#__PURE__*/Object.freeze({
|
|
|
14469
14566
|
'default': CloseButton_stories,
|
|
14470
14567
|
Default: Default$l,
|
|
14471
14568
|
InAContainer: InAContainer,
|
|
14472
|
-
CustomColor: CustomColor$
|
|
14569
|
+
CustomColor: CustomColor$2
|
|
14473
14570
|
});
|
|
14474
14571
|
|
|
14475
14572
|
// ! IMPORTANT: These objects cannot be used as default values for component props
|
|
@@ -15583,6 +15680,12 @@ const WithPreviouslyCopiedCode = () => {
|
|
|
15583
15680
|
shareCodeWithPreviouslyCopied("shareCodes"),
|
|
15584
15681
|
shareButtons("shareButtons")));
|
|
15585
15682
|
};
|
|
15683
|
+
const WithPreviouslyCopiedCodeAndCustomColor = () => {
|
|
15684
|
+
return (h("sqm-referral-codes", { textColor: "red" },
|
|
15685
|
+
pagination("pagination"),
|
|
15686
|
+
shareCodeWithPreviouslyCopied("shareCodes"),
|
|
15687
|
+
shareButtons("shareButtons")));
|
|
15688
|
+
};
|
|
15586
15689
|
const Empty$3 = () => {
|
|
15587
15690
|
return (h("sqm-referral-codes", { demoData: { states: { ...demoData.states, noCodes: true } } },
|
|
15588
15691
|
pagination("pagination"),
|
|
@@ -15609,6 +15712,7 @@ const ReferralCodes$1 = /*#__PURE__*/Object.freeze({
|
|
|
15609
15712
|
'default': ReferralCodes_stories,
|
|
15610
15713
|
ReferralCodes: ReferralCodes,
|
|
15611
15714
|
WithPreviouslyCopiedCode: WithPreviouslyCopiedCode,
|
|
15715
|
+
WithPreviouslyCopiedCodeAndCustomColor: WithPreviouslyCopiedCodeAndCustomColor,
|
|
15612
15716
|
Empty: Empty$3,
|
|
15613
15717
|
EmptyWithCustomTextAndImage: EmptyWithCustomTextAndImage,
|
|
15614
15718
|
Loading: Loading$b
|
|
@@ -15814,6 +15918,25 @@ const QRCode = /*#__PURE__*/Object.freeze({
|
|
|
15814
15918
|
DownloadError: DownloadError
|
|
15815
15919
|
});
|
|
15816
15920
|
|
|
15921
|
+
const Text_stories = {
|
|
15922
|
+
title: "Components/Text",
|
|
15923
|
+
};
|
|
15924
|
+
const PurpleText = () => {
|
|
15925
|
+
return (h("sqm-text", { textColor: "slateblue" },
|
|
15926
|
+
h("p", null, "This is the text component")));
|
|
15927
|
+
};
|
|
15928
|
+
const CustomFontSize = () => {
|
|
15929
|
+
return (h("sqm-text", { fontSize: 36 },
|
|
15930
|
+
h("p", null, "This is the text component")));
|
|
15931
|
+
};
|
|
15932
|
+
|
|
15933
|
+
const Text = /*#__PURE__*/Object.freeze({
|
|
15934
|
+
__proto__: null,
|
|
15935
|
+
'default': Text_stories,
|
|
15936
|
+
PurpleText: PurpleText,
|
|
15937
|
+
CustomFontSize: CustomFontSize
|
|
15938
|
+
});
|
|
15939
|
+
|
|
15817
15940
|
/**
|
|
15818
15941
|
*
|
|
15819
15942
|
* Themes
|
|
@@ -18551,6 +18674,7 @@ const stories = [
|
|
|
18551
18674
|
PayoutButtonScroll,
|
|
18552
18675
|
PayoutStatusAlert,
|
|
18553
18676
|
QRCode,
|
|
18677
|
+
Text,
|
|
18554
18678
|
];
|
|
18555
18679
|
const StencilStorybook = class {
|
|
18556
18680
|
constructor(hostRef) {
|
|
@@ -5,7 +5,7 @@ import { g as getProps } from './utils-334c1e34.js';
|
|
|
5
5
|
import { u as useRerenderListener } from './re-render-cc945f38.js';
|
|
6
6
|
import { u as useChildElements } from './useChildElements-7945ae56.js';
|
|
7
7
|
|
|
8
|
-
const TabsView = ({ content, placement, }) => {
|
|
8
|
+
const TabsView = ({ content, placement, textColor = "var(--sqm-text)", }) => {
|
|
9
9
|
// Vertical padding for top & bottom placement, horizontal for left & right.
|
|
10
10
|
const padding = !placement || placement === "top" || placement === "bottom"
|
|
11
11
|
? "var(--sl-spacing-x-large) 0;"
|
|
@@ -14,6 +14,18 @@ const TabsView = ({ content, placement, }) => {
|
|
|
14
14
|
sl-tab-panel::part(base) {
|
|
15
15
|
padding: ${padding};
|
|
16
16
|
}
|
|
17
|
+
|
|
18
|
+
sl-tab::part(base) {
|
|
19
|
+
color: ${textColor};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
sl-tab-group {
|
|
23
|
+
--sl-color-primary-500: var(--sqm-accent-color-icon);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
sl-tab-group::part(tabs) {
|
|
27
|
+
border-bottom: 2px solid var(--sqm-border-color);
|
|
28
|
+
}
|
|
17
29
|
`;
|
|
18
30
|
return (h(Host, null,
|
|
19
31
|
h("style", { type: "text/css" }, vanillaStyle),
|
|
@@ -25,7 +37,7 @@ const TabsView = ({ content, placement, }) => {
|
|
|
25
37
|
h("slot", { name: slotName }))));
|
|
26
38
|
}
|
|
27
39
|
return [
|
|
28
|
-
h("sl-tab", { slot: "nav", panel: slotName, id: tab.getAttribute("id") || slotName }, tab.getAttribute("header")),
|
|
40
|
+
h("sl-tab", { slot: "nav", panel: slotName, part: "tab", id: tab.getAttribute("id") || slotName }, tab.getAttribute("header")),
|
|
29
41
|
h("sl-tab-panel", { name: slotName },
|
|
30
42
|
h("slot", { name: slotName })),
|
|
31
43
|
];
|
|
@@ -87,8 +99,8 @@ const Tabs = class {
|
|
|
87
99
|
disconnectedCallback() { }
|
|
88
100
|
render() {
|
|
89
101
|
const { content } = useTabs();
|
|
90
|
-
const { placement } = getProps(this);
|
|
91
|
-
return (h(TabsView, { placement: placement, content: content }, h("slot", null)));
|
|
102
|
+
const { placement, textColor } = getProps(this);
|
|
103
|
+
return (h(TabsView, { placement: placement, content: content, textColor: textColor }, h("slot", null)));
|
|
92
104
|
}
|
|
93
105
|
};
|
|
94
106
|
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { h } from './index-91e7729f.js';
|
|
2
|
+
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
3
|
+
|
|
4
|
+
function TextSpanView(props, children) {
|
|
5
|
+
const { type, fontSize, textColor } = props;
|
|
6
|
+
const style = {
|
|
7
|
+
p: {
|
|
8
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-small)",
|
|
9
|
+
"font-weight": "400",
|
|
10
|
+
color: textColor || "var(--sqm-text)",
|
|
11
|
+
margin: "0",
|
|
12
|
+
},
|
|
13
|
+
subtext: {
|
|
14
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-x-small)",
|
|
15
|
+
"font-weight": "400",
|
|
16
|
+
color: textColor || "var(--sqm-text-subdued)",
|
|
17
|
+
margin: "0",
|
|
18
|
+
},
|
|
19
|
+
h1: {
|
|
20
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-xx-large)",
|
|
21
|
+
"font-weight": "600",
|
|
22
|
+
color: textColor || "var(--sqm-text)",
|
|
23
|
+
margin: "0",
|
|
24
|
+
},
|
|
25
|
+
h2: {
|
|
26
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-x-large)",
|
|
27
|
+
"font-weight": "600",
|
|
28
|
+
color: textColor || "var(--sqm-text)",
|
|
29
|
+
margin: "0",
|
|
30
|
+
},
|
|
31
|
+
h3: {
|
|
32
|
+
"font-size": fontSize ? `${fontSize}px` : "var(--sl-font-size-large)",
|
|
33
|
+
"font-weight": "600",
|
|
34
|
+
color: textColor || "var(--sqm-text)",
|
|
35
|
+
margin: "0",
|
|
36
|
+
},
|
|
37
|
+
h4: {
|
|
38
|
+
"font-size": fontSize ? `${fontSize}px` : "13px",
|
|
39
|
+
"font-weight": "600",
|
|
40
|
+
color: textColor || "var(--sqm-text)",
|
|
41
|
+
margin: "0",
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
const sheet = createStyleSheet(style);
|
|
45
|
+
const styleString = sheet.toString();
|
|
46
|
+
const vanillaStyle = `
|
|
47
|
+
:host {
|
|
48
|
+
word-wrap: break-word;
|
|
49
|
+
}
|
|
50
|
+
sqm-text-span {
|
|
51
|
+
display: inline;
|
|
52
|
+
}
|
|
53
|
+
`;
|
|
54
|
+
return (h("span", { class: sheet.classes[type], part: "sqm-base" },
|
|
55
|
+
h("style", { type: "text/css" },
|
|
56
|
+
vanillaStyle,
|
|
57
|
+
styleString),
|
|
58
|
+
children));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export { TextSpanView as T };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-91e7729f.js';
|
|
2
2
|
import { n as h } from './stencil-hooks.module-4bc38af4.js';
|
|
3
3
|
import './JSS-67b5cff8.js';
|
|
4
|
-
import { T as TextSpanView } from './sqm-text-span-view-
|
|
4
|
+
import { T as TextSpanView } from './sqm-text-span-view-cd3902e5.js';
|
|
5
5
|
|
|
6
|
-
const
|
|
6
|
+
const TextSpan = class {
|
|
7
7
|
constructor(hostRef) {
|
|
8
8
|
registerInstance(this, hostRef);
|
|
9
9
|
this.ignored = true;
|
|
@@ -12,8 +12,8 @@ const Text = class {
|
|
|
12
12
|
disconnectedCallback() { }
|
|
13
13
|
componentWillLoad() { }
|
|
14
14
|
render() {
|
|
15
|
-
return h$1(TextSpanView, { type: this.type }, this.text);
|
|
15
|
+
return (h$1(TextSpanView, { type: this.type, fontSize: this.fontSize, textColor: this.textColor }, this.text));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
|
|
19
|
-
export {
|
|
19
|
+
export { TextSpan as sqm_text_span };
|