@saasquatch/mint-components 1.15.0-62 → 1.15.0-63
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/{IndirectTaxDetailsView-d7d3a220.js → IndirectTaxDetailsView-79703291.js} +2 -2
- package/dist/cjs/{ShadowViewAddon-dbc78438.js → ShadowViewAddon-e0aa9b07.js} +2 -2
- package/dist/cjs/{global-a3a85ff0.js → global-38031ab9.js} +61 -54
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +139 -282
- package/dist/cjs/sqm-big-stat_42.cjs.entry.js +27 -57
- package/dist/cjs/sqm-code-verification.cjs.entry.js +14 -4
- package/dist/cjs/sqm-context-router.cjs.entry.js +1 -1
- package/dist/cjs/sqm-email-verification.cjs.entry.js +10 -13
- package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -2
- package/dist/cjs/sqm-form-message.cjs.entry.js +5 -5
- package/dist/cjs/sqm-invoice-table-data-cell_5.cjs.entry.js +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +1 -1
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +1 -1
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +2 -2
- package/dist/cjs/sqm-password-field.cjs.entry.js +1 -1
- package/dist/cjs/sqm-popup-container.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-aec35ba2.js → sqm-portal-email-verification-view-f1671646.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/sqm-portal-google-login.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-profile-view-cff9bfc7.js → sqm-portal-profile-view-5aabad8c.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-qr-code-view-af9f6df7.js → sqm-qr-code-view-0c3b2f48.js} +7 -2
- package/dist/cjs/sqm-qr-code.cjs.entry.js +2 -3
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +2 -2
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +20 -28
- package/dist/cjs/sqm-tabs.cjs.entry.js +1 -1
- package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +4 -5
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +1 -1
- package/dist/cjs/{usePortalLogin-1c022d8d.js → usePortalLogin-6aa864ef.js} +1 -1
- package/dist/cjs/{utils-940abb91.js → utils-62fd5f09.js} +1 -1
- package/dist/cjs/{utils-6847bc06.js → utils-7cbd60cc.js} +5 -0
- package/dist/collection/components/sqm-form-message/FormMessage.stories.js +8 -16
- package/dist/collection/components/sqm-form-message/sqm-form-message.css +50 -11
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +4 -4
- package/dist/collection/components/sqm-stencilbook/Themes.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +12 -2
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +8 -11
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +3 -2
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +4 -33
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +19 -47
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +13 -64
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +0 -6
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +18 -48
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/ErrorView.js +3 -27
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +3 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +86 -82
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +12 -44
- package/dist/collection/global/styles.js +61 -54
- package/dist/collection/global/styles.ts +9 -2
- package/dist/collection/utils/utils.js +4 -0
- package/dist/esm/{IndirectTaxDetailsView-0ae0aeb9.js → IndirectTaxDetailsView-3bf366d5.js} +2 -2
- package/dist/esm/{ShadowViewAddon-51e9ebf7.js → ShadowViewAddon-2984432d.js} +2 -2
- package/dist/esm/{global-e9173b4c.js → global-75f87c77.js} +61 -54
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/sqm-banking-info-form_10.entry.js +139 -282
- package/dist/esm/sqm-big-stat_42.entry.js +27 -57
- package/dist/esm/sqm-code-verification.entry.js +14 -4
- package/dist/esm/sqm-context-router.entry.js +1 -1
- package/dist/esm/sqm-email-verification.entry.js +10 -13
- package/dist/esm/sqm-empty_4.entry.js +2 -2
- package/dist/esm/sqm-form-message.entry.js +5 -5
- package/dist/esm/sqm-invoice-table-data-cell_5.entry.js +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm/sqm-pagination_3.entry.js +2 -2
- package/dist/esm/sqm-password-field.entry.js +1 -1
- package/dist/esm/sqm-popup-container.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-a82e199f.js → sqm-portal-email-verification-view-46311e88.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
- package/dist/esm/sqm-portal-google-login.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-caabc8d3.js → sqm-portal-profile-view-f7cb1c88.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +3 -3
- package/dist/esm/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm/{sqm-qr-code-view-7be282fd.js → sqm-qr-code-view-97124a66.js} +6 -1
- package/dist/esm/sqm-qr-code.entry.js +2 -3
- package/dist/esm/sqm-referral-table_11.entry.js +2 -2
- package/dist/esm/sqm-rewards-table_9.entry.js +2 -2
- package/dist/esm/sqm-stencilbook.entry.js +20 -28
- package/dist/esm/sqm-tabs.entry.js +1 -1
- package/dist/esm/sqm-tax-and-cash.entry.js +4 -5
- package/dist/esm/sqm-widget-verification.entry.js +1 -1
- package/dist/esm/{usePortalLogin-61abe78e.js → usePortalLogin-d0720c81.js} +1 -1
- package/dist/esm/{utils-334c1e34.js → utils-03188de2.js} +5 -1
- package/dist/esm/{utils-985d9996.js → utils-edd7677f.js} +1 -1
- package/dist/esm-es5/{IndirectTaxDetailsView-0ae0aeb9.js → IndirectTaxDetailsView-3bf366d5.js} +1 -1
- package/dist/esm-es5/{ShadowViewAddon-51e9ebf7.js → ShadowViewAddon-2984432d.js} +1 -1
- package/dist/esm-es5/{global-e9173b4c.js → global-75f87c77.js} +3 -3
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_42.entry.js +1 -1
- package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-context-router.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-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-data-cell_5.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.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-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-a82e199f.js → sqm-portal-email-verification-view-46311e88.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-caabc8d3.js → sqm-portal-profile-view-f7cb1c88.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-qr-code-view-97124a66.js +1 -0
- package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_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-tax-and-cash.entry.js +1 -1
- package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
- package/dist/esm-es5/{usePortalLogin-61abe78e.js → usePortalLogin-d0720c81.js} +1 -1
- package/dist/esm-es5/utils-03188de2.js +1 -0
- package/dist/esm-es5/{utils-985d9996.js → utils-edd7677f.js} +1 -1
- package/dist/mint-components/global/styles.ts +9 -2
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-949ca517.system.entry.js → p-002e6205.system.entry.js} +1 -1
- package/dist/mint-components/{p-fe01d78b.system.js → p-03bc8092.system.js} +1 -1
- package/dist/mint-components/{p-d1184054.system.entry.js → p-09faca85.system.entry.js} +1 -1
- package/dist/mint-components/p-0b0f49ad.entry.js +1 -0
- package/dist/mint-components/{p-93c743a4.system.js → p-0b9d56b2.system.js} +1 -1
- package/dist/mint-components/{p-23671c40.entry.js → p-0d178b8a.entry.js} +1 -1
- package/dist/mint-components/{p-3c546860.system.entry.js → p-0d22c0e5.system.entry.js} +1 -1
- package/dist/mint-components/{p-c7861962.entry.js → p-0fca4ae0.entry.js} +1 -1
- package/dist/mint-components/p-15bfd7e2.system.js +1 -0
- package/dist/mint-components/p-16b37afe.system.entry.js +1 -0
- package/dist/mint-components/{p-08a77d1e.system.entry.js → p-1ad8f7f4.system.entry.js} +1 -1
- package/dist/mint-components/p-1cad4160.system.entry.js +1 -0
- package/dist/mint-components/{p-717f926c.system.entry.js → p-207fb692.system.entry.js} +1 -1
- package/dist/mint-components/{p-01551599.system.js → p-21b680c9.system.js} +1 -1
- package/dist/mint-components/{p-b5346a5a.entry.js → p-22c11f0e.entry.js} +1 -1
- package/dist/mint-components/{p-7b635ed8.system.entry.js → p-22d20816.system.entry.js} +1 -1
- package/dist/mint-components/{p-b64f7dcb.system.entry.js → p-258f4e5e.system.entry.js} +1 -1
- package/dist/mint-components/p-29be244d.entry.js +9 -0
- package/dist/mint-components/{p-b11dd241.system.js → p-2ce2d1f0.system.js} +1 -1
- package/dist/mint-components/{p-4ec69d24.js → p-32ed7c0c.js} +1 -1
- package/dist/mint-components/p-32fa454c.entry.js +1 -0
- package/dist/mint-components/{p-2cec44e0.entry.js → p-33d0edc0.entry.js} +2 -2
- package/dist/mint-components/p-40c01a5a.system.js +1 -0
- package/dist/mint-components/{p-35061d76.system.entry.js → p-4271f436.system.entry.js} +1 -1
- package/dist/mint-components/{p-a554c304.js → p-474124e9.js} +1 -1
- package/dist/mint-components/p-4aefb976.system.entry.js +1 -0
- package/dist/mint-components/{p-0c7135bb.entry.js → p-50348f43.entry.js} +1 -1
- package/dist/mint-components/{p-c431aedf.entry.js → p-564ac69e.entry.js} +2 -2
- package/dist/mint-components/p-59f8eb90.entry.js +93 -0
- package/dist/mint-components/{p-e49b253f.entry.js → p-5e0af707.entry.js} +2 -2
- package/dist/mint-components/{p-f7700805.js → p-5ed49bf2.js} +1 -1
- package/dist/mint-components/{p-f5f97cd2.system.js → p-643749bc.system.js} +1 -1
- package/dist/mint-components/p-692bacf3.js +1 -0
- package/dist/mint-components/{p-9ec99ced.js → p-6951663b.js} +1 -1
- package/dist/mint-components/{p-674d9089.system.entry.js → p-6b076bae.system.entry.js} +1 -1
- package/dist/mint-components/p-6f6d5370.entry.js +25 -0
- package/dist/mint-components/{p-8846046e.entry.js → p-6fb9b5ab.entry.js} +1 -1
- package/dist/mint-components/{p-65ed872f.entry.js → p-711bc624.entry.js} +1 -1
- package/dist/mint-components/{p-641bdf0e.system.entry.js → p-7b4eb94e.system.entry.js} +1 -1
- package/dist/mint-components/{p-734dde9b.system.js → p-82505f6e.system.js} +1 -1
- package/dist/mint-components/p-8c69fc5f.system.entry.js +1 -0
- package/dist/mint-components/{p-3a7e5207.entry.js → p-97852163.entry.js} +1 -1
- package/dist/mint-components/{p-b11d89bd.entry.js → p-9aadc253.entry.js} +1 -1
- package/dist/mint-components/p-9d126299.system.entry.js +1 -0
- package/dist/mint-components/{p-b70ef2f5.system.entry.js → p-a2533860.system.entry.js} +1 -1
- package/dist/mint-components/{p-8a9939ef.system.entry.js → p-a67cbe0b.system.entry.js} +1 -1
- package/dist/mint-components/p-a99658e0.entry.js +1 -0
- package/dist/mint-components/{p-bf89cd86.system.js → p-acb26ec0.system.js} +1 -1
- package/dist/mint-components/{p-4aed3645.entry.js → p-b2bf7fcb.entry.js} +1 -1
- package/dist/mint-components/p-b2c04108.system.entry.js +1 -0
- package/dist/mint-components/{p-d9cfd2ad.js → p-b6da4fa0.js} +1 -1
- package/dist/mint-components/{p-f45be408.system.js → p-b7d13172.system.js} +1 -1
- package/dist/mint-components/{p-0de7e5ec.entry.js → p-b9bccc55.entry.js} +1 -1
- package/dist/mint-components/{p-85029918.entry.js → p-bad50dc1.entry.js} +1 -1
- package/dist/mint-components/{p-8aa5f1ee.entry.js → p-bb627d95.entry.js} +2 -2
- package/dist/mint-components/p-bcbac6f3.system.entry.js +1 -0
- package/dist/mint-components/{p-adb13f08.system.entry.js → p-d513848f.system.entry.js} +1 -1
- package/dist/mint-components/{p-e5d72a05.entry.js → p-d5f1df29.entry.js} +1 -1
- package/dist/mint-components/p-d785a297.system.entry.js +1 -0
- package/dist/mint-components/{p-d577a32d.js → p-d87982c1.js} +1 -1
- package/dist/mint-components/{p-0ac9e4d2.entry.js → p-d97c6f67.entry.js} +1 -1
- package/dist/mint-components/{p-c6fc6ce5.js → p-dec5f3fc.js} +1 -1
- package/dist/mint-components/{p-884a1b19.entry.js → p-e539fed3.entry.js} +1 -1
- package/dist/mint-components/{p-dcddb256.system.entry.js → p-e992648a.system.entry.js} +1 -1
- package/dist/mint-components/{p-f8520da2.system.entry.js → p-ebb487d0.system.entry.js} +1 -1
- package/dist/mint-components/{p-a8b53df1.system.entry.js → p-f0e0d0b9.system.entry.js} +1 -1
- package/dist/mint-components/p-f1da802b.entry.js +11 -0
- package/dist/mint-components/{p-a7b66236.system.entry.js → p-f2140374.system.entry.js} +1 -1
- package/dist/mint-components/{p-cd207258.js → p-f2ee69f1.js} +1 -1
- package/dist/mint-components/{p-b35ceac8.system.entry.js → p-f94788ab.system.entry.js} +1 -1
- package/dist/mint-components/{p-3191e4a8.entry.js → p-fe3fe6b6.entry.js} +1 -1
- package/dist/types/components/sqm-form-message/FormMessage.stories.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
- package/dist/types/utils/utils.d.ts +1 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
- package/dist/cjs/ErrorView-0f564e2a.js +0 -35
- package/dist/esm/ErrorView-b396dcc7.js +0 -33
- package/dist/esm-es5/ErrorView-b396dcc7.js +0 -1
- package/dist/esm-es5/sqm-qr-code-view-7be282fd.js +0 -1
- package/dist/esm-es5/utils-334c1e34.js +0 -1
- package/dist/mint-components/p-0ea0f9e3.system.entry.js +0 -1
- package/dist/mint-components/p-1b99001f.js +0 -1
- package/dist/mint-components/p-2b819683.entry.js +0 -9
- package/dist/mint-components/p-6333265f.system.js +0 -1
- package/dist/mint-components/p-65fec8a8.entry.js +0 -25
- package/dist/mint-components/p-6aaf431f.system.entry.js +0 -1
- package/dist/mint-components/p-6d20d500.system.js +0 -1
- package/dist/mint-components/p-6d2d4f7c.entry.js +0 -1
- package/dist/mint-components/p-73213344.system.entry.js +0 -1
- package/dist/mint-components/p-7f54c9f9.entry.js +0 -11
- package/dist/mint-components/p-84b95bd2.system.js +0 -1
- package/dist/mint-components/p-89854fe2.system.entry.js +0 -1
- package/dist/mint-components/p-a18e9043.system.entry.js +0 -1
- package/dist/mint-components/p-af125497.entry.js +0 -93
- package/dist/mint-components/p-c00c4e19.system.entry.js +0 -1
- package/dist/mint-components/p-c8524b9c.entry.js +0 -1
- package/dist/mint-components/p-d2d15c86.system.entry.js +0 -1
- package/dist/mint-components/p-d6bc1680.js +0 -1
- package/dist/mint-components/p-d9a18e00.system.entry.js +0 -1
- package/dist/mint-components/p-fa89e7d4.entry.js +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, c as Host } from './index-b3a06de8.js';
|
|
2
|
-
import { b as buildFontsCssUrl, i as intl } from './global-
|
|
2
|
+
import { b as buildFontsCssUrl, i as intl } from './global-75f87c77.js';
|
|
3
3
|
import { n as h, f as useEffect, k as useState, i as d, u as useMemo, m as useRef, b as browser, j as useReducer } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { i as isDemo, _ as _$1, d as dist, J, H, B, $ as $e, w as wn, L, y as yn, j as jn, r as Ue, V as Ve, u as useCallback, Q as Qe, k as kn } from './index.module-38dad6c9.js';
|
|
5
5
|
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
6
6
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
7
|
-
import { g as getProps, a as getMissingProps } from './utils-
|
|
7
|
+
import { g as getProps, a as getMissingProps } from './utils-03188de2.js';
|
|
8
8
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
9
9
|
import './useReferralCodes-311e6d72.js';
|
|
10
10
|
import './mixins-f750863a.js';
|
|
@@ -16,10 +16,10 @@ import './sqm-text-span-view-4c17b8c9.js';
|
|
|
16
16
|
import { p as pathToRegexp } from './index-ffa26b43.js';
|
|
17
17
|
import { R as REGISTRATION_FORM_STATE_CONTEXT, u as useRegistrationFormState } from './useRegistrationFormState-18c2cea7.js';
|
|
18
18
|
import { P as PortalLoginView } from './sqm-portal-login-view-7670cd86.js';
|
|
19
|
-
import { u as usePortalLogin } from './usePortalLogin-
|
|
19
|
+
import { u as usePortalLogin } from './usePortalLogin-d0720c81.js';
|
|
20
20
|
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
21
21
|
import { i as isEmpty } from './utilities-ad9c2893.js';
|
|
22
|
-
import { u as useDemoBigStat, Q as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, i as RewardExchangeView, V as demoRewardExchange, G as useShareButton, a as ShareButtonView, J as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-
|
|
22
|
+
import { u as useDemoBigStat, Q as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, i as RewardExchangeView, V as demoRewardExchange, G as useShareButton, a as ShareButtonView, J as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-2984432d.js';
|
|
23
23
|
import './sqm-portal-container-view-176e92e3.js';
|
|
24
24
|
import { u as usePayoutStatus } from './usePayoutStatus-7eeec61b.js';
|
|
25
25
|
|
|
@@ -311,7 +311,7 @@ const Google = {
|
|
|
311
311
|
},
|
|
312
312
|
informative: {
|
|
313
313
|
text: "#01368c",
|
|
314
|
-
border: "#
|
|
314
|
+
border: "#BFDBFE",
|
|
315
315
|
background: "#E8F0FE",
|
|
316
316
|
iconAndBadge: "#4285F4",
|
|
317
317
|
},
|
|
@@ -2513,33 +2513,6 @@ const style$3 = {
|
|
|
2513
2513
|
margin: "0",
|
|
2514
2514
|
marginBottom: "var(--sl-spacing-small)",
|
|
2515
2515
|
},
|
|
2516
|
-
ErrorAlertContainer: {
|
|
2517
|
-
"&::part(base)": {
|
|
2518
|
-
backgroundColor: "var(--sl-color-red-100)",
|
|
2519
|
-
borderTop: "none",
|
|
2520
|
-
},
|
|
2521
|
-
"& sl-icon::part(base)": {
|
|
2522
|
-
color: "var(--sl-color-danger-500)",
|
|
2523
|
-
},
|
|
2524
|
-
},
|
|
2525
|
-
WarningAlertContainer: {
|
|
2526
|
-
"&::part(base)": {
|
|
2527
|
-
backgroundColor: "var(--sl-color-yellow-100)",
|
|
2528
|
-
borderTop: "none",
|
|
2529
|
-
},
|
|
2530
|
-
"& sl-icon::part(base)": {
|
|
2531
|
-
color: "var(--sl-color-danger-500)",
|
|
2532
|
-
},
|
|
2533
|
-
},
|
|
2534
|
-
InfoAlertContainer: {
|
|
2535
|
-
"&::part(base)": {
|
|
2536
|
-
backgroundColor: "var(--sl-color-sky-100)",
|
|
2537
|
-
borderTop: "none",
|
|
2538
|
-
},
|
|
2539
|
-
"& sl-icon::part(base)": {
|
|
2540
|
-
color: "var(--sl-color-blue-500)",
|
|
2541
|
-
},
|
|
2542
|
-
},
|
|
2543
2516
|
Dialog: {
|
|
2544
2517
|
"&::part(panel)": {
|
|
2545
2518
|
height: "600px",
|
|
@@ -2555,6 +2528,13 @@ const style$3 = {
|
|
|
2555
2528
|
"&::part(footer)": {},
|
|
2556
2529
|
},
|
|
2557
2530
|
};
|
|
2531
|
+
const vanillaStyle$1 = `
|
|
2532
|
+
a {
|
|
2533
|
+
color: inherit;
|
|
2534
|
+
text-decoration: underline;
|
|
2535
|
+
cursor: pointer;
|
|
2536
|
+
}
|
|
2537
|
+
`;
|
|
2558
2538
|
const sheet$3 = createStyleSheet(style$3);
|
|
2559
2539
|
const styleString$3 = sheet$3.toString();
|
|
2560
2540
|
function PayoutStatusAlertView(props) {
|
|
@@ -2566,8 +2546,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2566
2546
|
description: text.errorDescription,
|
|
2567
2547
|
buttonText: null,
|
|
2568
2548
|
alertType: "critical",
|
|
2569
|
-
icon: "exclamation-triangle",
|
|
2570
|
-
class: sheet$3.classes.ErrorAlertContainer,
|
|
2571
2549
|
};
|
|
2572
2550
|
switch (status) {
|
|
2573
2551
|
case "INFORMATION_REQUIRED":
|
|
@@ -2576,8 +2554,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2576
2554
|
description: text.informationRequiredDescription,
|
|
2577
2555
|
buttonText: text.informationRequiredButtonText,
|
|
2578
2556
|
alertType: "info",
|
|
2579
|
-
icon: "info-circle",
|
|
2580
|
-
class: sheet$3.classes.InfoAlertContainer,
|
|
2581
2557
|
};
|
|
2582
2558
|
case "VERIFICATION:REQUIRED":
|
|
2583
2559
|
return {
|
|
@@ -2590,8 +2566,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2590
2566
|
}),
|
|
2591
2567
|
buttonText: text.verificationRequiredButtonText,
|
|
2592
2568
|
alertType: "warning",
|
|
2593
|
-
icon: "exclamation-triangle",
|
|
2594
|
-
class: sheet$3.classes.WarningAlertContainer,
|
|
2595
2569
|
};
|
|
2596
2570
|
case "VERIFICATION:INTERNAL":
|
|
2597
2571
|
return {
|
|
@@ -2603,8 +2577,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2603
2577
|
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2604
2578
|
}),
|
|
2605
2579
|
alertType: "warning",
|
|
2606
|
-
icon: "exclamation-triangle",
|
|
2607
|
-
class: sheet$3.classes.WarningAlertContainer,
|
|
2608
2580
|
};
|
|
2609
2581
|
case "VERIFICATION:REVIEW":
|
|
2610
2582
|
return {
|
|
@@ -2616,8 +2588,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2616
2588
|
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2617
2589
|
}),
|
|
2618
2590
|
alertType: "warning",
|
|
2619
|
-
icon: "exclamation-triangle",
|
|
2620
|
-
class: sheet$3.classes.WarningAlertContainer,
|
|
2621
2591
|
};
|
|
2622
2592
|
case "VERIFICATION:FAILED":
|
|
2623
2593
|
return {
|
|
@@ -2629,8 +2599,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2629
2599
|
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2630
2600
|
}),
|
|
2631
2601
|
alertType: "critical",
|
|
2632
|
-
icon: "exclamation-octagon",
|
|
2633
|
-
class: sheet$3.classes.ErrorAlertContainer,
|
|
2634
2602
|
};
|
|
2635
2603
|
case "HOLD":
|
|
2636
2604
|
return {
|
|
@@ -2643,8 +2611,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2643
2611
|
}),
|
|
2644
2612
|
buttonText: null,
|
|
2645
2613
|
alertType: "warning",
|
|
2646
|
-
icon: "exclamation-triangle",
|
|
2647
|
-
class: sheet$3.classes.WarningAlertContainer,
|
|
2648
2614
|
};
|
|
2649
2615
|
default:
|
|
2650
2616
|
return;
|
|
@@ -2653,11 +2619,15 @@ function PayoutStatusAlertView(props) {
|
|
|
2653
2619
|
function getButton(status) {
|
|
2654
2620
|
switch (status) {
|
|
2655
2621
|
case "INFORMATION_REQUIRED":
|
|
2656
|
-
return data.type === "SquatchJS2" ? (h$1("
|
|
2622
|
+
return data.type === "SquatchJS2" ? (h$1("div", { style: { paddingTop: "10px" } },
|
|
2623
|
+
h$1("sqm-scroll", { "scroll-tag-name": "sqm-tabs", "button-text": text.informationRequiredButtonText, "scroll-animation": "smooth" }))) : data.type === "SquatchPortal" ? (h$1("div", { style: { paddingTop: "10px" } },
|
|
2624
|
+
h$1("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base", onClick: callbacks.onTermsClick }, text.informationRequiredButtonText))) : (
|
|
2657
2625
|
// Demo case
|
|
2658
|
-
h$1("
|
|
2626
|
+
h$1("div", { style: { paddingTop: "10px" } },
|
|
2627
|
+
h$1("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base" }, text.informationRequiredButtonText)));
|
|
2659
2628
|
case "VERIFICATION:REQUIRED":
|
|
2660
|
-
return (h$1("
|
|
2629
|
+
return (h$1("div", { style: { paddingTop: "10px" } },
|
|
2630
|
+
h$1("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base", loading: states.veriffLoading, onClick: callbacks.onClick }, text.verificationRequiredButtonText)));
|
|
2661
2631
|
default:
|
|
2662
2632
|
return;
|
|
2663
2633
|
}
|
|
@@ -2671,10 +2641,10 @@ function PayoutStatusAlertView(props) {
|
|
|
2671
2641
|
}
|
|
2672
2642
|
return (h$1("div", { part: "sqm-base" },
|
|
2673
2643
|
h$1("style", { type: "text/css" }, styleString$3),
|
|
2674
|
-
h$1("
|
|
2675
|
-
|
|
2676
|
-
h$1("
|
|
2677
|
-
h$1("p", {
|
|
2644
|
+
h$1("style", { type: "text/css" }, vanillaStyle$1),
|
|
2645
|
+
h$1("sqm-form-message", { type: alertDetails.alertType },
|
|
2646
|
+
h$1("p", { part: "alert-title" }, alertDetails.header),
|
|
2647
|
+
h$1("p", { part: "alert-description" }, alertDetails.description),
|
|
2678
2648
|
getButton(states.status))));
|
|
2679
2649
|
}
|
|
2680
2650
|
|
|
@@ -3861,7 +3831,7 @@ const ProgramMenu = class {
|
|
|
3861
3831
|
}
|
|
3862
3832
|
};
|
|
3863
3833
|
|
|
3864
|
-
const vanillaStyle$
|
|
3834
|
+
const vanillaStyle$2 = `
|
|
3865
3835
|
:host{
|
|
3866
3836
|
display: block;
|
|
3867
3837
|
}
|
|
@@ -3912,7 +3882,7 @@ function ReferralCardView(props) {
|
|
|
3912
3882
|
} },
|
|
3913
3883
|
h$1("style", { type: "text/css" },
|
|
3914
3884
|
styleString,
|
|
3915
|
-
vanillaStyle$
|
|
3885
|
+
vanillaStyle$2),
|
|
3916
3886
|
props.hasHeader && (h$1("div", { class: sheet.classes.EndContainer }, props.slots.header)),
|
|
3917
3887
|
h$1("div", { part: "sqm-column-container", class: sheet.classes.ColumnContainer, style: {
|
|
3918
3888
|
alignItems: props.verticalAlignment,
|
|
@@ -5705,7 +5675,7 @@ const Gift = () => (h$1("svg", { width: "24", height: "24", viewBox: "0 0 24 24"
|
|
|
5705
5675
|
const Circle = () => (h$1("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
5706
5676
|
h$1("circle", { cx: "12", cy: "12", r: "9", fill: "currentColor", stroke: "currentColor", "stroke-width": "2" })));
|
|
5707
5677
|
|
|
5708
|
-
const vanillaStyle$
|
|
5678
|
+
const vanillaStyle$3 = `
|
|
5709
5679
|
:host{
|
|
5710
5680
|
display: block;
|
|
5711
5681
|
}
|
|
@@ -5765,7 +5735,7 @@ function TimelineEntryView(props) {
|
|
|
5765
5735
|
return (h$1("div", { class: sheet.classes.TimelineReward, part: "sqm-base" },
|
|
5766
5736
|
h$1("style", { type: "text/css" },
|
|
5767
5737
|
styleString,
|
|
5768
|
-
vanillaStyle$
|
|
5738
|
+
vanillaStyle$3),
|
|
5769
5739
|
h$1("div", { class: "container", part: "sqm-entry-container" },
|
|
5770
5740
|
h$1("div", { class: "line" }, "/"),
|
|
5771
5741
|
h$1("div", { class: "step" },
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { h, r as registerInstance } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-75f87c77.js';
|
|
3
3
|
import { l, k as useState, f as useEffect, n as h$1 } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { d as dist, t as Pn, F as Fn, i as isDemo, q as En } from './index.module-38dad6c9.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
|
-
import { g as getProps } from './utils-
|
|
6
|
+
import { g as getProps } from './utils-03188de2.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import { E as ErrorStyles } from './mixins-f750863a.js';
|
|
9
9
|
import { T as TextSpanView } from './sqm-text-span-view-4c17b8c9.js';
|
|
@@ -33,6 +33,9 @@ const style = {
|
|
|
33
33
|
},
|
|
34
34
|
CodeInput: {
|
|
35
35
|
maxWidth: "40px",
|
|
36
|
+
"&::part(base)": {
|
|
37
|
+
borderRadius: "4px !important",
|
|
38
|
+
},
|
|
36
39
|
"&::part(input)": {
|
|
37
40
|
margin: "0",
|
|
38
41
|
padding: "0 var(--sl-input-spacing-small)",
|
|
@@ -42,6 +45,9 @@ const style = {
|
|
|
42
45
|
CodeInputError: {
|
|
43
46
|
...ErrorStyles,
|
|
44
47
|
maxWidth: "40px",
|
|
48
|
+
"&::part(base)": {
|
|
49
|
+
borderRadius: "4px !important",
|
|
50
|
+
},
|
|
45
51
|
"&::part(input)": {
|
|
46
52
|
margin: "0",
|
|
47
53
|
padding: "0 var(--sl-input-spacing-small)",
|
|
@@ -49,7 +55,7 @@ const style = {
|
|
|
49
55
|
},
|
|
50
56
|
},
|
|
51
57
|
ErrorText: {
|
|
52
|
-
color: "var(--
|
|
58
|
+
color: "var(--sqm-danger-color-text)",
|
|
53
59
|
fontSize: "var(--sl-font-size-small)",
|
|
54
60
|
margin: "0",
|
|
55
61
|
},
|
|
@@ -92,7 +98,11 @@ function WidgetCodeVerificationView(props) {
|
|
|
92
98
|
id: "resendCodeText",
|
|
93
99
|
defaultMessage: text.resendCodeText,
|
|
94
100
|
}, {
|
|
95
|
-
resendCodeLink: (h("a", { href: "", style: {
|
|
101
|
+
resendCodeLink: (h("a", { href: "", style: {
|
|
102
|
+
textDecoration: "underline",
|
|
103
|
+
color: "inherit",
|
|
104
|
+
cursor: "pointer",
|
|
105
|
+
}, onClick: (e) => {
|
|
96
106
|
e.preventDefault();
|
|
97
107
|
callbacks.resendEmail();
|
|
98
108
|
} }, text.resendCodeLabel)),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, c as Host } from './index-b3a06de8.js';
|
|
2
2
|
import { b as browser, k as useState, i as d, f as useEffect, n as h } from './dom-context-hooks.module-63370afd.js';
|
|
3
3
|
import { _ } from './index.module-38dad6c9.js';
|
|
4
|
-
import { g as getProps } from './utils-
|
|
4
|
+
import { g as getProps } from './utils-03188de2.js';
|
|
5
5
|
import { p as pathToRegexp } from './index-ffa26b43.js';
|
|
6
6
|
|
|
7
7
|
const debug = browser("sq:useRouter");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { h, r as registerInstance } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-75f87c77.js';
|
|
3
3
|
import { k as useState, f as useEffect, n as h$1 } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { d as dist, t as Pn, w as wn, J, $ as $e, i as isDemo, q as En } from './index.module-38dad6c9.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
|
-
import { g as getProps } from './utils-
|
|
6
|
+
import { g as getProps } from './utils-03188de2.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import { T as TextSpanView } from './sqm-text-span-view-4c17b8c9.js';
|
|
9
9
|
import { S as SHOW_CODE_NAMESPACE, V as VERIFICATION_EMAIL_NAMESPACE } from './keys-406491dc.js';
|
|
@@ -145,13 +145,6 @@ const style = {
|
|
|
145
145
|
flexDirection: "column",
|
|
146
146
|
maxWidth: "320px",
|
|
147
147
|
},
|
|
148
|
-
ErrorAlertContainer: {
|
|
149
|
-
"&::part(base)": {
|
|
150
|
-
backgroundColor: "var(--sl-color-red-100)",
|
|
151
|
-
borderTop: "none",
|
|
152
|
-
},
|
|
153
|
-
"&::part(message)": {},
|
|
154
|
-
},
|
|
155
148
|
ContinueButton: {
|
|
156
149
|
width: "100%",
|
|
157
150
|
maxWidth: "100px",
|
|
@@ -185,6 +178,12 @@ const vanillaStyle = `
|
|
|
185
178
|
:host([hidden]): {
|
|
186
179
|
display: none;
|
|
187
180
|
}
|
|
181
|
+
|
|
182
|
+
a {
|
|
183
|
+
color: inherit;
|
|
184
|
+
text-decoration: underline;
|
|
185
|
+
cursor: pointer;
|
|
186
|
+
}
|
|
188
187
|
`;
|
|
189
188
|
const sheet = createStyleSheet(style);
|
|
190
189
|
const styleString = sheet.toString();
|
|
@@ -200,10 +199,8 @@ function WidgetEmailVerificationView(props) {
|
|
|
200
199
|
h("style", { type: "text/css" },
|
|
201
200
|
vanillaStyle,
|
|
202
201
|
styleString),
|
|
203
|
-
states.sendCodeError && (h("
|
|
204
|
-
h("
|
|
205
|
-
h("b", null, text.sendCodeErrorHeader),
|
|
206
|
-
h("br", null),
|
|
202
|
+
states.sendCodeError && (h("sqm-form-message", { type: "error" },
|
|
203
|
+
h("p", { part: "alert-title" }, text.sendCodeErrorHeader),
|
|
207
204
|
intl.formatMessage({
|
|
208
205
|
id: "sendCodeErrorDescription",
|
|
209
206
|
defaultMessage: text.sendCodeErrorDescription,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-75f87c77.js';
|
|
3
3
|
import { n as h$1 } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import './index.module-38dad6c9.js';
|
|
5
|
-
import { g as getProps } from './utils-
|
|
5
|
+
import { g as getProps } from './utils-03188de2.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-176e92e3.js';
|
|
8
8
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
2
2
|
import { n as h } from './dom-context-hooks.module-63370afd.js';
|
|
3
3
|
|
|
4
|
-
const sqmFormMessageCss = "sl-alert::part(base){border:
|
|
4
|
+
const sqmFormMessageCss = "sl-alert::part(base){border:var(--sqm-border-thickness) solid;border-radius:var(--sqm-border-radius-normal);font-family:var(--sqm-primary-font)}.Error::part(base){color:var(--sqm-danger-color-text);background-color:var(--sqm-danger-color-background);border-color:var(--sqm-danger-color-border);font-size:14px}.Error::part(icon){color:var(--sqm-danger-color-icon);font-size:24px}.Warning::part(base){color:var(--sqm-warning-color-text);background-color:var(--sqm-warning-color-background);border-color:var(--sqm-warning-color-border)}.Warning::part(icon){color:var(--sqm-warning-color-icon);font-size:24px}.Success::part(base){color:var(--sqm-success-color-text);background-color:var(--sqm-success-color-background);border-color:var(--sqm-success-color-border)}.Success::part(icon){color:var(--sqm-success-color-icon);font-size:24px}.Info::part(base){color:var(--sqm-informative-color-text);background-color:var(--sqm-informative-color-background);border-color:var(--sqm-informative-color-border)}.Info::part(icon){color:var(--sqm-informative-color-icon);font-size:24px}::slotted(*){margin:0}::slotted(*[part=alert-title]){font-size:16px;font-weight:bold}::slotted(*[part=alert-description]),::slotted(*[part=erroralert-text]){font-size:14px}";
|
|
5
5
|
|
|
6
6
|
const FormMessage = class {
|
|
7
7
|
constructor(hostRef) {
|
|
@@ -12,16 +12,16 @@ const FormMessage = class {
|
|
|
12
12
|
disconnectedCallback() { }
|
|
13
13
|
render() {
|
|
14
14
|
if (this.type === "error") {
|
|
15
|
-
return (h$1("sl-alert", { exportparts: "base: erroralert-base, icon:erroralert-icon", class: "Error", type: "danger", open: true }, h$1("sl-icon", { slot: "icon", name: `${this.icon ? this.icon : "exclamation-octagon"}` }), h$1("slot", null)));
|
|
15
|
+
return (h$1("sl-alert", { exportparts: "base: erroralert-base, icon:erroralert-icon", class: "Error", type: "danger", open: true }, h$1("sl-icon", { part: "alert-icon", slot: "icon", name: `${this.icon ? this.icon : "exclamation-octagon"}` }), h$1("slot", null)));
|
|
16
16
|
}
|
|
17
17
|
else if (this.type === "info") {
|
|
18
|
-
return (h$1("sl-alert", { exportparts: "base: infoalert-base, icon:infoalert-icon", class: "Info", type: "primary", open: true }, h$1("sl-icon", { slot: "icon", name: `${this.icon ? this.icon : "info-circle"}` }), h$1("slot", null)));
|
|
18
|
+
return (h$1("sl-alert", { exportparts: "base: infoalert-base, icon:infoalert-icon", class: "Info", type: "primary", open: true }, h$1("sl-icon", { slot: "icon", part: "alert-icon", name: `${this.icon ? this.icon : "info-circle"}` }), h$1("slot", null)));
|
|
19
19
|
}
|
|
20
20
|
else if (this.type === "warning") {
|
|
21
|
-
return (h$1("sl-alert", { exportparts: "base: warningalert-base, icon:warningalert-icon", class: "Warning", type: "warning", open: true }, h$1("sl-icon", { slot: "icon", name: `${this.icon ? this.icon : "exclamation-triangle"}` }), h$1("slot", null)));
|
|
21
|
+
return (h$1("sl-alert", { exportparts: "base: warningalert-base, icon:warningalert-icon", class: "Warning", type: "warning", open: true }, h$1("sl-icon", { part: "alert-icon", slot: "icon", name: `${this.icon ? this.icon : "exclamation-triangle"}` }), h$1("slot", null)));
|
|
22
22
|
}
|
|
23
23
|
else {
|
|
24
|
-
return (h$1("sl-alert", { exportparts: "base: successalert-base, icon:successalert-icon", class: "Success", type: "success", open: true }, h$1("sl-icon", { slot: "icon", name: `${this.icon ? this.icon : "check2-circle"}` }), h$1("slot", null)));
|
|
24
|
+
return (h$1("sl-alert", { exportparts: "base: successalert-base, icon:successalert-icon", class: "Success", type: "success", open: true }, h$1("sl-icon", { part: "alert-icon", slot: "icon", name: `${this.icon ? this.icon : "check2-circle"}` }), h$1("slot", null)));
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, c as Host } from './index-b3a06de8.js';
|
|
2
2
|
import { n as h } from './dom-context-hooks.module-63370afd.js';
|
|
3
|
-
import { l as luxonLocale } from './utils-
|
|
3
|
+
import { l as luxonLocale } from './utils-03188de2.js';
|
|
4
4
|
import { l as luxon } from './luxon-bbf75a9d.js';
|
|
5
5
|
|
|
6
6
|
const InvoiceTableDataCell = class {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-75f87c77.js';
|
|
3
3
|
import { n as h } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { d as dist, H, J, w as wn, i as isDemo } from './index.module-38dad6c9.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
@@ -2,7 +2,7 @@ import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
|
2
2
|
import { n as h } from './dom-context-hooks.module-63370afd.js';
|
|
3
3
|
import { d as dist, J, w as wn, b as setUserIdentity, i as isDemo } from './index.module-38dad6c9.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
|
-
import { g as getProps } from './utils-
|
|
5
|
+
import { g as getProps } from './utils-03188de2.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-f21e54e3.js';
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
|
2
2
|
import { n as h } from './dom-context-hooks.module-63370afd.js';
|
|
3
3
|
import { k as kn, i as isDemo } from './index.module-38dad6c9.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
|
-
import { g as getProps } from './utils-
|
|
5
|
+
import { g as getProps } from './utils-03188de2.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import './mixins-f750863a.js';
|
|
8
8
|
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-797601b0.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { h, F as Fragment, r as registerInstance } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-75f87c77.js';
|
|
3
3
|
import { n as h$1, k as useState } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { F as Fn, i as isDemo, d as dist, H, J, B, w as wn, $ as $e } from './index.module-38dad6c9.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
|
-
import { g as getProps } from './utils-
|
|
6
|
+
import { g as getProps } from './utils-03188de2.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import { R as REFERRAL_CODES_PAGINATION_CONTEXT, a as REFERRAL_CODES_NAMESPACE, S as SET_CODE_COPIED, u as useReferralCodes } from './useReferralCodes-311e6d72.js';
|
|
9
9
|
import './mixins-f750863a.js';
|
|
@@ -2,7 +2,7 @@ import { h, r as registerInstance } from './index-b3a06de8.js';
|
|
|
2
2
|
import { i as d, k as useState, n as h$1 } from './dom-context-hooks.module-63370afd.js';
|
|
3
3
|
import { i as isDemo } from './index.module-38dad6c9.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
|
-
import { g as getProps } from './utils-
|
|
5
|
+
import { g as getProps } from './utils-03188de2.js';
|
|
6
6
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
7
7
|
import { E as ErrorStyles } from './mixins-f750863a.js';
|
|
8
8
|
import { R as REGISTRATION_FORM_STATE_CONTEXT } from './useRegistrationFormState-18c2cea7.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, c as Host, r as registerInstance } from './index-b3a06de8.js';
|
|
2
2
|
import { n as h$1 } from './dom-context-hooks.module-63370afd.js';
|
|
3
3
|
import { B } from './index.module-38dad6c9.js';
|
|
4
|
-
import { g as getProps } from './utils-
|
|
4
|
+
import { g as getProps } from './utils-03188de2.js';
|
|
5
5
|
|
|
6
6
|
const PopupContainerView = (props) => {
|
|
7
7
|
const { states, callbacks } = props;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-75f87c77.js';
|
|
3
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
4
4
|
import { A as AuthWrapper, a as AuthColumn } from './mixins-f750863a.js';
|
|
5
5
|
import { T as TextSpanView } from './sqm-text-span-view-4c17b8c9.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
2
|
-
import './global-
|
|
2
|
+
import './global-75f87c77.js';
|
|
3
3
|
import { k as useState, m as useRef, f as useEffect, n as h } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { l as ln, n as nn, J, j as jn, u as useCallback, i as isDemo } from './index.module-38dad6c9.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import './mixins-f750863a.js';
|
|
8
8
|
import './sqm-text-span-view-4c17b8c9.js';
|
|
9
|
-
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-
|
|
9
|
+
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-46311e88.js';
|
|
10
10
|
|
|
11
11
|
function usePortalEmailVerification(props) {
|
|
12
12
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -3,12 +3,12 @@ import { n as h } from './dom-context-hooks.module-63370afd.js';
|
|
|
3
3
|
import { i as isDemo, j as jn } from './index.module-38dad6c9.js';
|
|
4
4
|
import './jsonpointer-388a7082.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
|
-
import './utils-
|
|
6
|
+
import './utils-03188de2.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import './mixins-f750863a.js';
|
|
9
9
|
import './sqm-text-span-view-4c17b8c9.js';
|
|
10
10
|
import { P as PortalLoginView } from './sqm-portal-login-view-7670cd86.js';
|
|
11
|
-
import { u as usePortalLogin } from './usePortalLogin-
|
|
11
|
+
import { u as usePortalLogin } from './usePortalLogin-d0720c81.js';
|
|
12
12
|
|
|
13
13
|
const PortalGoogleLogin = class {
|
|
14
14
|
constructor(hostRef) {
|
package/dist/esm/{sqm-portal-profile-view-caabc8d3.js → sqm-portal-profile-view-f7cb1c88.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-75f87c77.js';
|
|
3
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
4
4
|
import { T as TextSpanView } from './sqm-text-span-view-4c17b8c9.js';
|
|
5
5
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
2
|
-
import './global-
|
|
2
|
+
import './global-75f87c77.js';
|
|
3
3
|
import { k as useState, f as useEffect, n as h } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { d as dist, J, w as wn, $ as $e, i as isDemo } from './index.module-38dad6c9.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
|
-
import { g as getProps } from './utils-
|
|
6
|
+
import { g as getProps } from './utils-03188de2.js';
|
|
7
7
|
import './JSS-67b5cff8.js';
|
|
8
8
|
import './sqm-text-span-view-4c17b8c9.js';
|
|
9
|
-
import { P as PortalProfileView } from './sqm-portal-profile-view-
|
|
9
|
+
import { P as PortalProfileView } from './sqm-portal-profile-view-f7cb1c88.js';
|
|
10
10
|
import { i as isEmpty } from './utilities-ad9c2893.js';
|
|
11
11
|
|
|
12
12
|
const GET_USER = dist.gql `
|
|
@@ -3,7 +3,7 @@ import { k as useState, f as useEffect, n as h } from './dom-context-hooks.modul
|
|
|
3
3
|
import { f as Je, T as Te, j as jn, i as isDemo } from './index.module-38dad6c9.js';
|
|
4
4
|
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
|
-
import { s as sanitizeUrlPath } from './utils-
|
|
6
|
+
import { s as sanitizeUrlPath } from './utils-03188de2.js';
|
|
7
7
|
import './JSS-67b5cff8.js';
|
|
8
8
|
import './mixins-f750863a.js';
|
|
9
9
|
import './sqm-text-span-view-4c17b8c9.js';
|
|
@@ -2,7 +2,7 @@ import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
|
2
2
|
import { k as useState, f as useEffect, n as h } from './dom-context-hooks.module-63370afd.js';
|
|
3
3
|
import { J, o as an, j as jn, b as setUserIdentity, i as isDemo } from './index.module-38dad6c9.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
|
-
import { s as sanitizeUrlPath, g as getProps } from './utils-
|
|
5
|
+
import { s as sanitizeUrlPath, g as getProps } from './utils-03188de2.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import './mixins-f750863a.js';
|
|
8
8
|
import './sqm-text-span-view-4c17b8c9.js';
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { h } from './index-b3a06de8.js';
|
|
2
2
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
3
|
-
|
|
3
|
+
|
|
4
|
+
const ErrorView = (props) => {
|
|
5
|
+
return (h("sqm-form-message", { type: "error" },
|
|
6
|
+
h("p", { part: "alert-title" }, props.loadingErrorAlertHeader),
|
|
7
|
+
h("p", { part: "alert-description" }, props.loadingErrorAlertDescription)));
|
|
8
|
+
};
|
|
4
9
|
|
|
5
10
|
const style = {
|
|
6
11
|
DialogContainer: {
|
|
@@ -2,11 +2,10 @@ import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
|
2
2
|
import { k as useState, f as useEffect, n as h } from './dom-context-hooks.module-63370afd.js';
|
|
3
3
|
import { d as dist, H, J, B, F as Fn, w as wn, $ as $e, i as isDemo } from './index.module-38dad6c9.js';
|
|
4
4
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
5
|
-
import { g as getProps } from './utils-
|
|
5
|
+
import { g as getProps } from './utils-03188de2.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import { a as REFERRAL_CODES_NAMESPACE } from './useReferralCodes-311e6d72.js';
|
|
8
|
-
import './
|
|
9
|
-
import { Q as QrCodeView } from './sqm-qr-code-view-7be282fd.js';
|
|
8
|
+
import { Q as QrCodeView } from './sqm-qr-code-view-97124a66.js';
|
|
10
9
|
|
|
11
10
|
const ShareLinkQuery = dist.gql `
|
|
12
11
|
query shareLink($programId: ID, $engagementMedium: UserEngagementMedium!) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, g as getElement, c as Host } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-75f87c77.js';
|
|
3
3
|
import { n as h, j as useReducer, u as useMemo, f as useEffect } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { i as isDemo } from './index.module-38dad6c9.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
|
-
import { l as luxonLocale } from './utils-
|
|
6
|
+
import { l as luxonLocale } from './utils-03188de2.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import './mixins-f750863a.js';
|
|
9
9
|
import { G as GenericTableView } from './GenericTableView-e43d310f.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-75f87c77.js';
|
|
3
3
|
import { b as browser, j as useReducer, f as useEffect, n as h$1, u as useMemo } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { d as dist, J, H, L, w as wn, R as Rn, i as isDemo } from './index.module-38dad6c9.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
|
-
import { l as luxonLocale } from './utils-
|
|
6
|
+
import { l as luxonLocale } from './utils-03188de2.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import './mixins-f750863a.js';
|
|
9
9
|
import { G as GenericTableView } from './GenericTableView-e43d310f.js';
|