@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
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
|
-
const global = require('./global-
|
|
6
|
+
const global = require('./global-38031ab9.js');
|
|
7
7
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
8
8
|
const index_module = require('./index.module-4f54e412.js');
|
|
9
9
|
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
10
10
|
const cjs = require('./cjs-1066ec21.js');
|
|
11
|
-
const utils = require('./utils-
|
|
11
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
12
12
|
const JSS = require('./JSS-8503a151.js');
|
|
13
13
|
require('./useReferralCodes-11cdf43b.js');
|
|
14
14
|
require('./mixins-4761d472.js');
|
|
@@ -20,10 +20,10 @@ require('./sqm-text-span-view-7a61ae4c.js');
|
|
|
20
20
|
const index$1 = require('./index-8c6255f5.js');
|
|
21
21
|
const useRegistrationFormState = require('./useRegistrationFormState-bbee6e7b.js');
|
|
22
22
|
const sqmPortalLoginView = require('./sqm-portal-login-view-bb50304c.js');
|
|
23
|
-
const usePortalLogin = require('./usePortalLogin-
|
|
23
|
+
const usePortalLogin = require('./usePortalLogin-6aa864ef.js');
|
|
24
24
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
25
25
|
const utilities = require('./utilities-9a0c5e91.js');
|
|
26
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
26
|
+
const ShadowViewAddon = require('./ShadowViewAddon-e0aa9b07.js');
|
|
27
27
|
require('./sqm-portal-container-view-07e4343f.js');
|
|
28
28
|
const usePayoutStatus = require('./usePayoutStatus-3b34dab1.js');
|
|
29
29
|
|
|
@@ -315,7 +315,7 @@ const Google = {
|
|
|
315
315
|
},
|
|
316
316
|
informative: {
|
|
317
317
|
text: "#01368c",
|
|
318
|
-
border: "#
|
|
318
|
+
border: "#BFDBFE",
|
|
319
319
|
background: "#E8F0FE",
|
|
320
320
|
iconAndBadge: "#4285F4",
|
|
321
321
|
},
|
|
@@ -2517,33 +2517,6 @@ const style$3 = {
|
|
|
2517
2517
|
margin: "0",
|
|
2518
2518
|
marginBottom: "var(--sl-spacing-small)",
|
|
2519
2519
|
},
|
|
2520
|
-
ErrorAlertContainer: {
|
|
2521
|
-
"&::part(base)": {
|
|
2522
|
-
backgroundColor: "var(--sl-color-red-100)",
|
|
2523
|
-
borderTop: "none",
|
|
2524
|
-
},
|
|
2525
|
-
"& sl-icon::part(base)": {
|
|
2526
|
-
color: "var(--sl-color-danger-500)",
|
|
2527
|
-
},
|
|
2528
|
-
},
|
|
2529
|
-
WarningAlertContainer: {
|
|
2530
|
-
"&::part(base)": {
|
|
2531
|
-
backgroundColor: "var(--sl-color-yellow-100)",
|
|
2532
|
-
borderTop: "none",
|
|
2533
|
-
},
|
|
2534
|
-
"& sl-icon::part(base)": {
|
|
2535
|
-
color: "var(--sl-color-danger-500)",
|
|
2536
|
-
},
|
|
2537
|
-
},
|
|
2538
|
-
InfoAlertContainer: {
|
|
2539
|
-
"&::part(base)": {
|
|
2540
|
-
backgroundColor: "var(--sl-color-sky-100)",
|
|
2541
|
-
borderTop: "none",
|
|
2542
|
-
},
|
|
2543
|
-
"& sl-icon::part(base)": {
|
|
2544
|
-
color: "var(--sl-color-blue-500)",
|
|
2545
|
-
},
|
|
2546
|
-
},
|
|
2547
2520
|
Dialog: {
|
|
2548
2521
|
"&::part(panel)": {
|
|
2549
2522
|
height: "600px",
|
|
@@ -2559,6 +2532,13 @@ const style$3 = {
|
|
|
2559
2532
|
"&::part(footer)": {},
|
|
2560
2533
|
},
|
|
2561
2534
|
};
|
|
2535
|
+
const vanillaStyle$1 = `
|
|
2536
|
+
a {
|
|
2537
|
+
color: inherit;
|
|
2538
|
+
text-decoration: underline;
|
|
2539
|
+
cursor: pointer;
|
|
2540
|
+
}
|
|
2541
|
+
`;
|
|
2562
2542
|
const sheet$3 = JSS.createStyleSheet(style$3);
|
|
2563
2543
|
const styleString$3 = sheet$3.toString();
|
|
2564
2544
|
function PayoutStatusAlertView(props) {
|
|
@@ -2570,8 +2550,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2570
2550
|
description: text.errorDescription,
|
|
2571
2551
|
buttonText: null,
|
|
2572
2552
|
alertType: "critical",
|
|
2573
|
-
icon: "exclamation-triangle",
|
|
2574
|
-
class: sheet$3.classes.ErrorAlertContainer,
|
|
2575
2553
|
};
|
|
2576
2554
|
switch (status) {
|
|
2577
2555
|
case "INFORMATION_REQUIRED":
|
|
@@ -2580,8 +2558,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2580
2558
|
description: text.informationRequiredDescription,
|
|
2581
2559
|
buttonText: text.informationRequiredButtonText,
|
|
2582
2560
|
alertType: "info",
|
|
2583
|
-
icon: "info-circle",
|
|
2584
|
-
class: sheet$3.classes.InfoAlertContainer,
|
|
2585
2561
|
};
|
|
2586
2562
|
case "VERIFICATION:REQUIRED":
|
|
2587
2563
|
return {
|
|
@@ -2594,8 +2570,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2594
2570
|
}),
|
|
2595
2571
|
buttonText: text.verificationRequiredButtonText,
|
|
2596
2572
|
alertType: "warning",
|
|
2597
|
-
icon: "exclamation-triangle",
|
|
2598
|
-
class: sheet$3.classes.WarningAlertContainer,
|
|
2599
2573
|
};
|
|
2600
2574
|
case "VERIFICATION:INTERNAL":
|
|
2601
2575
|
return {
|
|
@@ -2607,8 +2581,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2607
2581
|
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2608
2582
|
}),
|
|
2609
2583
|
alertType: "warning",
|
|
2610
|
-
icon: "exclamation-triangle",
|
|
2611
|
-
class: sheet$3.classes.WarningAlertContainer,
|
|
2612
2584
|
};
|
|
2613
2585
|
case "VERIFICATION:REVIEW":
|
|
2614
2586
|
return {
|
|
@@ -2620,8 +2592,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2620
2592
|
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2621
2593
|
}),
|
|
2622
2594
|
alertType: "warning",
|
|
2623
|
-
icon: "exclamation-triangle",
|
|
2624
|
-
class: sheet$3.classes.WarningAlertContainer,
|
|
2625
2595
|
};
|
|
2626
2596
|
case "VERIFICATION:FAILED":
|
|
2627
2597
|
return {
|
|
@@ -2633,8 +2603,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2633
2603
|
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2634
2604
|
}),
|
|
2635
2605
|
alertType: "critical",
|
|
2636
|
-
icon: "exclamation-octagon",
|
|
2637
|
-
class: sheet$3.classes.ErrorAlertContainer,
|
|
2638
2606
|
};
|
|
2639
2607
|
case "HOLD":
|
|
2640
2608
|
return {
|
|
@@ -2647,8 +2615,6 @@ function PayoutStatusAlertView(props) {
|
|
|
2647
2615
|
}),
|
|
2648
2616
|
buttonText: null,
|
|
2649
2617
|
alertType: "warning",
|
|
2650
|
-
icon: "exclamation-triangle",
|
|
2651
|
-
class: sheet$3.classes.WarningAlertContainer,
|
|
2652
2618
|
};
|
|
2653
2619
|
default:
|
|
2654
2620
|
return;
|
|
@@ -2657,11 +2623,15 @@ function PayoutStatusAlertView(props) {
|
|
|
2657
2623
|
function getButton(status) {
|
|
2658
2624
|
switch (status) {
|
|
2659
2625
|
case "INFORMATION_REQUIRED":
|
|
2660
|
-
return data.type === "SquatchJS2" ? (index.h("
|
|
2626
|
+
return data.type === "SquatchJS2" ? (index.h("div", { style: { paddingTop: "10px" } },
|
|
2627
|
+
index.h("sqm-scroll", { "scroll-tag-name": "sqm-tabs", "button-text": text.informationRequiredButtonText, "scroll-animation": "smooth" }))) : data.type === "SquatchPortal" ? (index.h("div", { style: { paddingTop: "10px" } },
|
|
2628
|
+
index.h("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base", onClick: callbacks.onTermsClick }, text.informationRequiredButtonText))) : (
|
|
2661
2629
|
// Demo case
|
|
2662
|
-
index.h("
|
|
2630
|
+
index.h("div", { style: { paddingTop: "10px" } },
|
|
2631
|
+
index.h("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base" }, text.informationRequiredButtonText)));
|
|
2663
2632
|
case "VERIFICATION:REQUIRED":
|
|
2664
|
-
return (index.h("
|
|
2633
|
+
return (index.h("div", { style: { paddingTop: "10px" } },
|
|
2634
|
+
index.h("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base", loading: states.veriffLoading, onClick: callbacks.onClick }, text.verificationRequiredButtonText)));
|
|
2665
2635
|
default:
|
|
2666
2636
|
return;
|
|
2667
2637
|
}
|
|
@@ -2675,10 +2645,10 @@ function PayoutStatusAlertView(props) {
|
|
|
2675
2645
|
}
|
|
2676
2646
|
return (index.h("div", { part: "sqm-base" },
|
|
2677
2647
|
index.h("style", { type: "text/css" }, styleString$3),
|
|
2678
|
-
index.h("
|
|
2679
|
-
|
|
2680
|
-
index.h("
|
|
2681
|
-
index.h("p", {
|
|
2648
|
+
index.h("style", { type: "text/css" }, vanillaStyle$1),
|
|
2649
|
+
index.h("sqm-form-message", { type: alertDetails.alertType },
|
|
2650
|
+
index.h("p", { part: "alert-title" }, alertDetails.header),
|
|
2651
|
+
index.h("p", { part: "alert-description" }, alertDetails.description),
|
|
2682
2652
|
getButton(states.status))));
|
|
2683
2653
|
}
|
|
2684
2654
|
|
|
@@ -3865,7 +3835,7 @@ const ProgramMenu = class {
|
|
|
3865
3835
|
}
|
|
3866
3836
|
};
|
|
3867
3837
|
|
|
3868
|
-
const vanillaStyle$
|
|
3838
|
+
const vanillaStyle$2 = `
|
|
3869
3839
|
:host{
|
|
3870
3840
|
display: block;
|
|
3871
3841
|
}
|
|
@@ -3916,7 +3886,7 @@ function ReferralCardView(props) {
|
|
|
3916
3886
|
} },
|
|
3917
3887
|
index.h("style", { type: "text/css" },
|
|
3918
3888
|
styleString,
|
|
3919
|
-
vanillaStyle$
|
|
3889
|
+
vanillaStyle$2),
|
|
3920
3890
|
props.hasHeader && (index.h("div", { class: sheet.classes.EndContainer }, props.slots.header)),
|
|
3921
3891
|
index.h("div", { part: "sqm-column-container", class: sheet.classes.ColumnContainer, style: {
|
|
3922
3892
|
alignItems: props.verticalAlignment,
|
|
@@ -5709,7 +5679,7 @@ const Gift = () => (index.h("svg", { width: "24", height: "24", viewBox: "0 0 24
|
|
|
5709
5679
|
const Circle = () => (index.h("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
5710
5680
|
index.h("circle", { cx: "12", cy: "12", r: "9", fill: "currentColor", stroke: "currentColor", "stroke-width": "2" })));
|
|
5711
5681
|
|
|
5712
|
-
const vanillaStyle$
|
|
5682
|
+
const vanillaStyle$3 = `
|
|
5713
5683
|
:host{
|
|
5714
5684
|
display: block;
|
|
5715
5685
|
}
|
|
@@ -5769,7 +5739,7 @@ function TimelineEntryView(props) {
|
|
|
5769
5739
|
return (index.h("div", { class: sheet.classes.TimelineReward, part: "sqm-base" },
|
|
5770
5740
|
index.h("style", { type: "text/css" },
|
|
5771
5741
|
styleString,
|
|
5772
|
-
vanillaStyle$
|
|
5742
|
+
vanillaStyle$3),
|
|
5773
5743
|
index.h("div", { class: "container", part: "sqm-entry-container" },
|
|
5774
5744
|
index.h("div", { class: "line" }, "/"),
|
|
5775
5745
|
index.h("div", { class: "step" },
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
|
-
const global = require('./global-
|
|
6
|
+
const global = require('./global-38031ab9.js');
|
|
7
7
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
8
8
|
const index_module = require('./index.module-4f54e412.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
|
-
const utils = require('./utils-
|
|
10
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
12
|
const mixins = require('./mixins-4761d472.js');
|
|
13
13
|
const sqmTextSpanView = require('./sqm-text-span-view-7a61ae4c.js');
|
|
@@ -37,6 +37,9 @@ const style = {
|
|
|
37
37
|
},
|
|
38
38
|
CodeInput: {
|
|
39
39
|
maxWidth: "40px",
|
|
40
|
+
"&::part(base)": {
|
|
41
|
+
borderRadius: "4px !important",
|
|
42
|
+
},
|
|
40
43
|
"&::part(input)": {
|
|
41
44
|
margin: "0",
|
|
42
45
|
padding: "0 var(--sl-input-spacing-small)",
|
|
@@ -46,6 +49,9 @@ const style = {
|
|
|
46
49
|
CodeInputError: {
|
|
47
50
|
...mixins.ErrorStyles,
|
|
48
51
|
maxWidth: "40px",
|
|
52
|
+
"&::part(base)": {
|
|
53
|
+
borderRadius: "4px !important",
|
|
54
|
+
},
|
|
49
55
|
"&::part(input)": {
|
|
50
56
|
margin: "0",
|
|
51
57
|
padding: "0 var(--sl-input-spacing-small)",
|
|
@@ -53,7 +59,7 @@ const style = {
|
|
|
53
59
|
},
|
|
54
60
|
},
|
|
55
61
|
ErrorText: {
|
|
56
|
-
color: "var(--
|
|
62
|
+
color: "var(--sqm-danger-color-text)",
|
|
57
63
|
fontSize: "var(--sl-font-size-small)",
|
|
58
64
|
margin: "0",
|
|
59
65
|
},
|
|
@@ -96,7 +102,11 @@ function WidgetCodeVerificationView(props) {
|
|
|
96
102
|
id: "resendCodeText",
|
|
97
103
|
defaultMessage: text.resendCodeText,
|
|
98
104
|
}, {
|
|
99
|
-
resendCodeLink: (index.h("a", { href: "", style: {
|
|
105
|
+
resendCodeLink: (index.h("a", { href: "", style: {
|
|
106
|
+
textDecoration: "underline",
|
|
107
|
+
color: "inherit",
|
|
108
|
+
cursor: "pointer",
|
|
109
|
+
}, onClick: (e) => {
|
|
100
110
|
e.preventDefault();
|
|
101
111
|
callbacks.resendEmail();
|
|
102
112
|
} }, text.resendCodeLabel)),
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index$1 = require('./index-a43a63b4.js');
|
|
6
6
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
7
7
|
const index_module = require('./index.module-4f54e412.js');
|
|
8
|
-
const utils = require('./utils-
|
|
8
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
9
9
|
const index = require('./index-8c6255f5.js');
|
|
10
10
|
|
|
11
11
|
const debug = domContextHooks_module.browser("sq:useRouter");
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
|
-
const global = require('./global-
|
|
6
|
+
const global = require('./global-38031ab9.js');
|
|
7
7
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
8
8
|
const index_module = require('./index.module-4f54e412.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
|
-
const utils = require('./utils-
|
|
10
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
12
|
const sqmTextSpanView = require('./sqm-text-span-view-7a61ae4c.js');
|
|
13
13
|
const keys = require('./keys-cff24974.js');
|
|
@@ -149,13 +149,6 @@ const style = {
|
|
|
149
149
|
flexDirection: "column",
|
|
150
150
|
maxWidth: "320px",
|
|
151
151
|
},
|
|
152
|
-
ErrorAlertContainer: {
|
|
153
|
-
"&::part(base)": {
|
|
154
|
-
backgroundColor: "var(--sl-color-red-100)",
|
|
155
|
-
borderTop: "none",
|
|
156
|
-
},
|
|
157
|
-
"&::part(message)": {},
|
|
158
|
-
},
|
|
159
152
|
ContinueButton: {
|
|
160
153
|
width: "100%",
|
|
161
154
|
maxWidth: "100px",
|
|
@@ -189,6 +182,12 @@ const vanillaStyle = `
|
|
|
189
182
|
:host([hidden]): {
|
|
190
183
|
display: none;
|
|
191
184
|
}
|
|
185
|
+
|
|
186
|
+
a {
|
|
187
|
+
color: inherit;
|
|
188
|
+
text-decoration: underline;
|
|
189
|
+
cursor: pointer;
|
|
190
|
+
}
|
|
192
191
|
`;
|
|
193
192
|
const sheet = JSS.createStyleSheet(style);
|
|
194
193
|
const styleString = sheet.toString();
|
|
@@ -204,10 +203,8 @@ function WidgetEmailVerificationView(props) {
|
|
|
204
203
|
index.h("style", { type: "text/css" },
|
|
205
204
|
vanillaStyle,
|
|
206
205
|
styleString),
|
|
207
|
-
states.sendCodeError && (index.h("
|
|
208
|
-
index.h("
|
|
209
|
-
index.h("b", null, text.sendCodeErrorHeader),
|
|
210
|
-
index.h("br", null),
|
|
206
|
+
states.sendCodeError && (index.h("sqm-form-message", { type: "error" },
|
|
207
|
+
index.h("p", { part: "alert-title" }, text.sendCodeErrorHeader),
|
|
211
208
|
global.intl.formatMessage({
|
|
212
209
|
id: "sendCodeErrorDescription",
|
|
213
210
|
defaultMessage: text.sendCodeErrorDescription,
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
|
-
const global = require('./global-
|
|
6
|
+
const global = require('./global-38031ab9.js');
|
|
7
7
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
8
8
|
require('./index.module-4f54e412.js');
|
|
9
|
-
const utils = require('./utils-
|
|
9
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
11
|
const sqmPortalContainerView = require('./sqm-portal-container-view-07e4343f.js');
|
|
12
12
|
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
6
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
7
7
|
|
|
8
|
-
const sqmFormMessageCss = "sl-alert::part(base){border:
|
|
8
|
+
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}";
|
|
9
9
|
|
|
10
10
|
const FormMessage = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -16,16 +16,16 @@ const FormMessage = class {
|
|
|
16
16
|
disconnectedCallback() { }
|
|
17
17
|
render() {
|
|
18
18
|
if (this.type === "error") {
|
|
19
|
-
return (index.h("sl-alert", { exportparts: "base: erroralert-base, icon:erroralert-icon", class: "Error", type: "danger", open: true }, index.h("sl-icon", { slot: "icon", name: `${this.icon ? this.icon : "exclamation-octagon"}` }), index.h("slot", null)));
|
|
19
|
+
return (index.h("sl-alert", { exportparts: "base: erroralert-base, icon:erroralert-icon", class: "Error", type: "danger", open: true }, index.h("sl-icon", { part: "alert-icon", slot: "icon", name: `${this.icon ? this.icon : "exclamation-octagon"}` }), index.h("slot", null)));
|
|
20
20
|
}
|
|
21
21
|
else if (this.type === "info") {
|
|
22
|
-
return (index.h("sl-alert", { exportparts: "base: infoalert-base, icon:infoalert-icon", class: "Info", type: "primary", open: true }, index.h("sl-icon", { slot: "icon", name: `${this.icon ? this.icon : "info-circle"}` }), index.h("slot", null)));
|
|
22
|
+
return (index.h("sl-alert", { exportparts: "base: infoalert-base, icon:infoalert-icon", class: "Info", type: "primary", open: true }, index.h("sl-icon", { slot: "icon", part: "alert-icon", name: `${this.icon ? this.icon : "info-circle"}` }), index.h("slot", null)));
|
|
23
23
|
}
|
|
24
24
|
else if (this.type === "warning") {
|
|
25
|
-
return (index.h("sl-alert", { exportparts: "base: warningalert-base, icon:warningalert-icon", class: "Warning", type: "warning", open: true }, index.h("sl-icon", { slot: "icon", name: `${this.icon ? this.icon : "exclamation-triangle"}` }), index.h("slot", null)));
|
|
25
|
+
return (index.h("sl-alert", { exportparts: "base: warningalert-base, icon:warningalert-icon", class: "Warning", type: "warning", open: true }, index.h("sl-icon", { part: "alert-icon", slot: "icon", name: `${this.icon ? this.icon : "exclamation-triangle"}` }), index.h("slot", null)));
|
|
26
26
|
}
|
|
27
27
|
else {
|
|
28
|
-
return (index.h("sl-alert", { exportparts: "base: successalert-base, icon:successalert-icon", class: "Success", type: "success", open: true }, index.h("sl-icon", { slot: "icon", name: `${this.icon ? this.icon : "check2-circle"}` }), index.h("slot", null)));
|
|
28
|
+
return (index.h("sl-alert", { exportparts: "base: successalert-base, icon:successalert-icon", class: "Success", type: "success", open: true }, index.h("sl-icon", { part: "alert-icon", slot: "icon", name: `${this.icon ? this.icon : "check2-circle"}` }), index.h("slot", null)));
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
};
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
6
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
7
|
-
const utils = require('./utils-
|
|
7
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
8
8
|
const luxon = require('./luxon-949beaf2.js');
|
|
9
9
|
|
|
10
10
|
const InvoiceTableDataCell = class {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
|
-
const global = require('./global-
|
|
6
|
+
const global = require('./global-38031ab9.js');
|
|
7
7
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
8
8
|
const index_module = require('./index.module-4f54e412.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
@@ -6,7 +6,7 @@ const index = require('./index-a43a63b4.js');
|
|
|
6
6
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
7
7
|
const index_module = require('./index.module-4f54e412.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
|
-
const utils = require('./utils-
|
|
9
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
11
|
const sqmLogoutCurrentUserView = require('./sqm-logout-current-user-view-b61c8bdf.js');
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@ const index = require('./index-a43a63b4.js');
|
|
|
6
6
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
7
7
|
const index_module = require('./index.module-4f54e412.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
|
-
const utils = require('./utils-
|
|
9
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
11
|
require('./mixins-4761d472.js');
|
|
12
12
|
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-ec7a5c53.js');
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
|
-
const global = require('./global-
|
|
6
|
+
const global = require('./global-38031ab9.js');
|
|
7
7
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
8
8
|
const index_module = require('./index.module-4f54e412.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
|
-
const utils = require('./utils-
|
|
10
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
12
|
const useReferralCodes = require('./useReferralCodes-11cdf43b.js');
|
|
13
13
|
require('./mixins-4761d472.js');
|
|
@@ -6,7 +6,7 @@ const index = require('./index-a43a63b4.js');
|
|
|
6
6
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
7
7
|
const index_module = require('./index.module-4f54e412.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
|
-
const utils = require('./utils-
|
|
9
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
10
10
|
const JSS = require('./JSS-8503a151.js');
|
|
11
11
|
const mixins = require('./mixins-4761d472.js');
|
|
12
12
|
const useRegistrationFormState = require('./useRegistrationFormState-bbee6e7b.js');
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
6
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
7
7
|
const index_module = require('./index.module-4f54e412.js');
|
|
8
|
-
const utils = require('./utils-
|
|
8
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
9
9
|
|
|
10
10
|
const PopupContainerView = (props) => {
|
|
11
11
|
const { states, callbacks } = props;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-a43a63b4.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-38031ab9.js');
|
|
5
5
|
const JSS = require('./JSS-8503a151.js');
|
|
6
6
|
const mixins = require('./mixins-4761d472.js');
|
|
7
7
|
const sqmTextSpanView = require('./sqm-text-span-view-7a61ae4c.js');
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
|
-
require('./global-
|
|
6
|
+
require('./global-38031ab9.js');
|
|
7
7
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
8
8
|
const index_module = require('./index.module-4f54e412.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
11
|
require('./mixins-4761d472.js');
|
|
12
12
|
require('./sqm-text-span-view-7a61ae4c.js');
|
|
13
|
-
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-
|
|
13
|
+
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-f1671646.js');
|
|
14
14
|
|
|
15
15
|
function usePortalEmailVerification(props) {
|
|
16
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -7,12 +7,12 @@ const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js')
|
|
|
7
7
|
const index_module = require('./index.module-4f54e412.js');
|
|
8
8
|
require('./jsonpointer-11327262.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
|
-
require('./utils-
|
|
10
|
+
require('./utils-7cbd60cc.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
12
|
require('./mixins-4761d472.js');
|
|
13
13
|
require('./sqm-text-span-view-7a61ae4c.js');
|
|
14
14
|
const sqmPortalLoginView = require('./sqm-portal-login-view-bb50304c.js');
|
|
15
|
-
const usePortalLogin = require('./usePortalLogin-
|
|
15
|
+
const usePortalLogin = require('./usePortalLogin-6aa864ef.js');
|
|
16
16
|
|
|
17
17
|
const PortalGoogleLogin = class {
|
|
18
18
|
constructor(hostRef) {
|
package/dist/cjs/{sqm-portal-profile-view-cff9bfc7.js → sqm-portal-profile-view-5aabad8c.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-a43a63b4.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-38031ab9.js');
|
|
5
5
|
const JSS = require('./JSS-8503a151.js');
|
|
6
6
|
const sqmTextSpanView = require('./sqm-text-span-view-7a61ae4c.js');
|
|
7
7
|
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
|
-
require('./global-
|
|
6
|
+
require('./global-38031ab9.js');
|
|
7
7
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
8
8
|
const index_module = require('./index.module-4f54e412.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
|
-
const utils = require('./utils-
|
|
10
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
11
11
|
require('./JSS-8503a151.js');
|
|
12
12
|
require('./sqm-text-span-view-7a61ae4c.js');
|
|
13
|
-
const sqmPortalProfileView = require('./sqm-portal-profile-view-
|
|
13
|
+
const sqmPortalProfileView = require('./sqm-portal-profile-view-5aabad8c.js');
|
|
14
14
|
const utilities = require('./utilities-9a0c5e91.js');
|
|
15
15
|
|
|
16
16
|
const GET_USER = index_module.dist.gql `
|
|
@@ -7,7 +7,7 @@ const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js')
|
|
|
7
7
|
const index_module = require('./index.module-4f54e412.js');
|
|
8
8
|
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
|
-
const utils = require('./utils-
|
|
10
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
11
11
|
require('./JSS-8503a151.js');
|
|
12
12
|
require('./mixins-4761d472.js');
|
|
13
13
|
require('./sqm-text-span-view-7a61ae4c.js');
|
|
@@ -6,7 +6,7 @@ const index = require('./index-a43a63b4.js');
|
|
|
6
6
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
7
7
|
const index_module = require('./index.module-4f54e412.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
|
-
const utils = require('./utils-
|
|
9
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
11
|
require('./mixins-4761d472.js');
|
|
12
12
|
require('./sqm-text-span-view-7a61ae4c.js');
|
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
const index = require('./index-a43a63b4.js');
|
|
4
4
|
const JSS = require('./JSS-8503a151.js');
|
|
5
|
-
|
|
5
|
+
|
|
6
|
+
const ErrorView = (props) => {
|
|
7
|
+
return (index.h("sqm-form-message", { type: "error" },
|
|
8
|
+
index.h("p", { part: "alert-title" }, props.loadingErrorAlertHeader),
|
|
9
|
+
index.h("p", { part: "alert-description" }, props.loadingErrorAlertDescription)));
|
|
10
|
+
};
|
|
6
11
|
|
|
7
12
|
const style = {
|
|
8
13
|
DialogContainer: {
|
|
@@ -68,7 +73,7 @@ function QrCodeView({ error, qrLink, titleText, downloadCodeText, printCodeText,
|
|
|
68
73
|
: "center";
|
|
69
74
|
const getCodeContent = (error, qrLink, loading) => {
|
|
70
75
|
if (error) {
|
|
71
|
-
return (index.h(ErrorView
|
|
76
|
+
return (index.h(ErrorView, { loadingErrorAlertDescription: errorHeaderText, loadingErrorAlertHeader: errorDescriptionText }));
|
|
72
77
|
}
|
|
73
78
|
else if (loading) {
|
|
74
79
|
return (index.h("sl-skeleton", { className: sheet.classes.LoadingSkeleton, effect: "sheen", style: {
|
|
@@ -6,11 +6,10 @@ const index = require('./index-a43a63b4.js');
|
|
|
6
6
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
7
7
|
const index_module = require('./index.module-4f54e412.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
|
-
const utils = require('./utils-
|
|
9
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
11
|
const useReferralCodes = require('./useReferralCodes-11cdf43b.js');
|
|
12
|
-
require('./
|
|
13
|
-
const sqmQrCodeView = require('./sqm-qr-code-view-af9f6df7.js');
|
|
12
|
+
const sqmQrCodeView = require('./sqm-qr-code-view-0c3b2f48.js');
|
|
14
13
|
|
|
15
14
|
const ShareLinkQuery = index_module.dist.gql `
|
|
16
15
|
query shareLink($programId: ID, $engagementMedium: UserEngagementMedium!) {
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
|
-
const global = require('./global-
|
|
6
|
+
const global = require('./global-38031ab9.js');
|
|
7
7
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
8
8
|
const index_module = require('./index.module-4f54e412.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
|
-
const utils = require('./utils-
|
|
10
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
12
|
require('./mixins-4761d472.js');
|
|
13
13
|
const GenericTableView = require('./GenericTableView-a9845e80.js');
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
|
-
const global = require('./global-
|
|
6
|
+
const global = require('./global-38031ab9.js');
|
|
7
7
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
8
8
|
const index_module = require('./index.module-4f54e412.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
|
-
const utils = require('./utils-
|
|
10
|
+
const utils = require('./utils-7cbd60cc.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
12
|
require('./mixins-4761d472.js');
|
|
13
13
|
const GenericTableView = require('./GenericTableView-a9845e80.js');
|