@saasquatch/mint-components 2.0.2-5 → 2.0.2-7
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-20d5b4c5.js → IndirectTaxDetailsView-e5f70b8b.js} +2 -2
- package/dist/cjs/{ShadowViewAddon-21e729d3.js → ShadowViewAddon-925a8fa6.js} +8 -8
- package/dist/cjs/{global-560ac58f.js → global-8bba5b3a.js} +0 -4
- 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 +346 -116
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +224 -29
- package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
- package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
- package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
- package/dist/cjs/sqm-header-logo.cjs.entry.js +14 -1
- package/dist/cjs/{sqm-lead-checkbox-field-view-f7910206.js → sqm-lead-checkbox-field-view-340acad0.js} +1 -1
- package/dist/cjs/sqm-lead-checkbox-field.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-lead-input-field-view-4e2a0c1a.js → sqm-lead-input-field-view-06ed3632.js} +1 -1
- package/dist/cjs/sqm-lead-input-field.cjs.entry.js +3 -3
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-556c645c.js → sqm-portal-email-verification-view-5518eb0d.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-profile-view-4a41c680.js → sqm-portal-profile-view-615e6975.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +9 -8
- package/dist/cjs/{useLeadFormState-b916bf5d.js → useLeadFormState-fd0445f9.js} +1 -1
- package/dist/cjs/{data-16106637.js → usePayoutStatus-95874989.js} +155 -129
- package/dist/cjs/{utils-f6c4eed4.js → utils-83d125fa.js} +1 -1
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +80 -3
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +3 -3
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +4 -4
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +2 -1
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +46 -40
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +90 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +353 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +30 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +301 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +92 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +302 -2
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +25 -14
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +92 -9
- package/dist/collection/global/styles.js +0 -4
- package/dist/collection/global/styles.ts +0 -4
- package/dist/esm/{IndirectTaxDetailsView-d1816a57.js → IndirectTaxDetailsView-0a57b622.js} +2 -2
- package/dist/esm/{ShadowViewAddon-5ecab399.js → ShadowViewAddon-aae27c2e.js} +8 -8
- package/dist/esm/{global-80e8f351.js → global-1099f20d.js} +0 -4
- 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 +298 -68
- package/dist/esm/sqm-big-stat_47.entry.js +202 -7
- package/dist/esm/sqm-code-verification.entry.js +1 -1
- package/dist/esm/sqm-email-verification.entry.js +1 -1
- package/dist/esm/sqm-empty_4.entry.js +1 -1
- package/dist/esm/sqm-header-logo.entry.js +14 -1
- package/dist/esm/{sqm-lead-checkbox-field-view-babfef96.js → sqm-lead-checkbox-field-view-cbafee07.js} +1 -1
- package/dist/esm/sqm-lead-checkbox-field.entry.js +3 -3
- package/dist/esm/{sqm-lead-input-field-view-5e9001b5.js → sqm-lead-input-field-view-f3775c28.js} +1 -1
- package/dist/esm/sqm-lead-input-field.entry.js +3 -3
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/sqm-pagination_3.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-2e84bb34.js → sqm-portal-email-verification-view-7d86299c.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-87621310.js → sqm-portal-profile-view-3ed13e4d.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +9 -8
- package/dist/esm/{useLeadFormState-53b556e3.js → useLeadFormState-c379e5d7.js} +1 -1
- package/dist/esm/{data-acdb790f.js → usePayoutStatus-c515b24b.js} +156 -130
- package/dist/esm/{utils-7e72d7ed.js → utils-6122971b.js} +1 -1
- package/dist/esm-es5/{IndirectTaxDetailsView-d1816a57.js → IndirectTaxDetailsView-0a57b622.js} +1 -1
- package/dist/esm-es5/{ShadowViewAddon-5ecab399.js → ShadowViewAddon-aae27c2e.js} +1 -1
- package/dist/esm-es5/{global-80e8f351.js → global-1099f20d.js} +1 -1
- 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_47.entry.js +1 -1
- package/dist/esm-es5/sqm-code-verification.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-header-logo.entry.js +1 -1
- package/dist/esm-es5/{sqm-lead-checkbox-field-view-babfef96.js → sqm-lead-checkbox-field-view-cbafee07.js} +1 -1
- package/dist/esm-es5/sqm-lead-checkbox-field.entry.js +1 -1
- package/dist/esm-es5/{sqm-lead-input-field-view-5e9001b5.js → sqm-lead-input-field-view-f3775c28.js} +1 -1
- package/dist/esm-es5/sqm-lead-input-field.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-2e84bb34.js → sqm-portal-email-verification-view-7d86299c.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-87621310.js → sqm-portal-profile-view-3ed13e4d.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.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/{useLeadFormState-53b556e3.js → useLeadFormState-c379e5d7.js} +1 -1
- package/dist/esm-es5/usePayoutStatus-c515b24b.js +6 -0
- package/dist/esm-es5/{utils-7e72d7ed.js → utils-6122971b.js} +1 -1
- package/dist/mint-components/global/styles.ts +0 -4
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-51c8c4a3.js → p-00bc7211.js} +1 -1
- package/dist/mint-components/{p-4d5845ac.system.entry.js → p-0649123a.system.entry.js} +1 -1
- package/dist/mint-components/p-09ab53fb.system.entry.js +1 -0
- package/dist/mint-components/{p-2923b3b7.system.entry.js → p-14e813a7.system.entry.js} +1 -1
- package/dist/mint-components/{p-364e5ac9.system.entry.js → p-18720462.system.entry.js} +1 -1
- package/dist/mint-components/p-1c1ae908.system.js +6 -0
- package/dist/mint-components/{p-70a53a17.system.entry.js → p-22a9114f.system.entry.js} +1 -1
- package/dist/mint-components/p-37544d95.system.entry.js +1 -0
- package/dist/mint-components/{p-d5db98bf.system.js → p-38f932ae.system.js} +1 -1
- package/dist/mint-components/{p-84ec18aa.entry.js → p-47c83656.entry.js} +1 -1
- package/dist/mint-components/p-49da7b73.entry.js +273 -0
- package/dist/mint-components/{p-f5e9fa02.entry.js → p-4c811d12.entry.js} +2 -2
- package/dist/mint-components/{p-4f194ece.system.entry.js → p-4ce51b1c.system.entry.js} +1 -1
- package/dist/mint-components/{p-a6264af4.js → p-4fed8672.js} +1 -1
- package/dist/mint-components/{p-4deeebde.system.entry.js → p-511c87ce.system.entry.js} +1 -1
- package/dist/mint-components/{p-31d32dc8.system.entry.js → p-56009bf0.system.entry.js} +1 -1
- package/dist/mint-components/{p-6b287172.js → p-57ce33dd.js} +2 -2
- package/dist/mint-components/{p-70b14f52.entry.js → p-5d059c95.entry.js} +1 -1
- package/dist/mint-components/{p-9c235f83.entry.js → p-5f3eafd4.entry.js} +2 -2
- package/dist/mint-components/{p-9de8768b.system.js → p-60465a2d.system.js} +1 -1
- package/dist/mint-components/{p-190407f1.entry.js → p-60c14cec.entry.js} +1 -1
- package/dist/mint-components/{p-74bfa4d7.system.entry.js → p-6445e926.system.entry.js} +1 -1
- package/dist/mint-components/{p-6483aea3.entry.js → p-6c006998.entry.js} +2 -2
- package/dist/mint-components/{p-4765a7b5.js → p-6d5bd95a.js} +1 -1
- package/dist/mint-components/{p-6c3f484f.entry.js → p-6d9ce4e5.entry.js} +1 -1
- package/dist/mint-components/{p-ee5fd8d3.system.entry.js → p-717b6730.system.entry.js} +1 -1
- package/dist/mint-components/{p-9dc453c2.system.js → p-74f43a08.system.js} +1 -1
- package/dist/mint-components/{p-0605808e.js → p-79a3344f.js} +1 -1
- package/dist/mint-components/{p-d52d3dd7.js → p-7a268047.js} +1 -1
- package/dist/mint-components/{p-35dd7d31.entry.js → p-8b5b2acc.entry.js} +1 -1
- package/dist/mint-components/p-8b726fe1.system.entry.js +1 -0
- package/dist/mint-components/p-8b73f5bf.entry.js +99 -0
- package/dist/mint-components/p-967a9040.system.js +1 -0
- package/dist/mint-components/{p-36d4d879.entry.js → p-a217cc8d.entry.js} +1 -1
- package/dist/mint-components/{p-909fe833.entry.js → p-a5c63310.entry.js} +1 -1
- package/dist/mint-components/{p-c594cd6a.system.js → p-aa08457e.system.js} +1 -1
- package/dist/mint-components/{p-0d0cbf6a.js → p-aa8c6332.js} +1 -1
- package/dist/mint-components/p-ab111e29.entry.js +1 -0
- package/dist/mint-components/{p-5eff6672.system.js → p-ad4348c3.system.js} +1 -1
- package/dist/mint-components/{p-506f8db5.entry.js → p-aefaec37.entry.js} +1 -1
- package/dist/mint-components/{p-a9be3cea.system.entry.js → p-bec87ac9.system.entry.js} +1 -1
- package/dist/mint-components/{p-6653236d.system.js → p-c85f204b.system.js} +1 -1
- package/dist/mint-components/{p-65bc35d5.system.js → p-c994512c.system.js} +1 -1
- package/dist/mint-components/p-c9cceb05.js +157 -0
- package/dist/mint-components/{p-499c11c0.system.entry.js → p-d3120982.system.entry.js} +1 -1
- package/dist/mint-components/{p-3dfd91d9.js → p-db1a0db1.js} +1 -1
- package/dist/mint-components/{p-abad7828.system.js → p-e0a724dd.system.js} +1 -1
- package/dist/mint-components/{p-bffd1ff7.entry.js → p-ea0bc627.entry.js} +1 -1
- package/dist/mint-components/{p-21cb9d95.js → p-ed16b35a.js} +1 -1
- package/dist/mint-components/{p-8f07cca2.system.js → p-f0eae4e6.system.js} +1 -1
- package/dist/mint-components/{p-f092162f.system.entry.js → p-f401ef19.system.entry.js} +1 -1
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +14 -1
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +24 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +16 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +57 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +3 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +48 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +12 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +48 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +1 -0
- package/dist/types/components.d.ts +331 -41
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/data-acdb790f.js +0 -6
- package/dist/mint-components/p-27bb4223.system.js +0 -1
- package/dist/mint-components/p-469a6450.system.js +0 -6
- package/dist/mint-components/p-914e5b02.entry.js +0 -99
- package/dist/mint-components/p-a7ee19dc.entry.js +0 -1
- package/dist/mint-components/p-db1e009d.system.entry.js +0 -1
- package/dist/mint-components/p-e1e7d01c.js +0 -157
- package/dist/mint-components/p-e8b74744.entry.js +0 -273
- package/dist/mint-components/p-ed5629ca.system.entry.js +0 -1
- package/dist/mint-components/p-eea87fdc.system.entry.js +0 -1
- package/shoelace/assets/icons/twitter-x.svg +0 -4
|
@@ -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-8bba5b3a.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');
|
|
@@ -21,17 +21,17 @@ const index$1 = require('./index-8c6255f5.js');
|
|
|
21
21
|
const emailRegistrationView = require('./email-registration-view-ace50780.js');
|
|
22
22
|
const useRegistrationFormState = require('./useRegistrationFormState-bbee6e7b.js');
|
|
23
23
|
const useInstantAccessRegistration = require('./useInstantAccessRegistration-08bcb487.js');
|
|
24
|
-
const useLeadFormState = require('./useLeadFormState-
|
|
24
|
+
const useLeadFormState = require('./useLeadFormState-fd0445f9.js');
|
|
25
25
|
const sqmPortalLoginView = require('./sqm-portal-login-view-bb50304c.js');
|
|
26
26
|
const usePortalLogin = require('./usePortalLogin-1c022d8d.js');
|
|
27
27
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
28
28
|
const utilities = require('./utilities-9a0c5e91.js');
|
|
29
29
|
const ErrorView = require('./ErrorView-3f91e5ab.js');
|
|
30
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
30
|
+
const ShadowViewAddon = require('./ShadowViewAddon-925a8fa6.js');
|
|
31
31
|
require('./sqm-portal-container-view-07e4343f.js');
|
|
32
|
-
const utils$1 = require('./utils-
|
|
32
|
+
const utils$1 = require('./utils-83d125fa.js');
|
|
33
33
|
const extractProps = require('./extractProps-e9c55ba8.js');
|
|
34
|
-
const
|
|
34
|
+
const usePayoutStatus = require('./usePayoutStatus-95874989.js');
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
@@ -3027,7 +3027,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3027
3027
|
icon: "exclamation-triangle",
|
|
3028
3028
|
};
|
|
3029
3029
|
}
|
|
3030
|
-
case "
|
|
3030
|
+
case "NEW_PAYEE_REVIEW":
|
|
3031
3031
|
return {
|
|
3032
3032
|
header: text.accountReviewHeader,
|
|
3033
3033
|
description: global.intl.formatMessage({
|
|
@@ -3040,6 +3040,92 @@ function PayoutStatusAlertView(props) {
|
|
|
3040
3040
|
alertType: "warning",
|
|
3041
3041
|
icon: "exclamation-triangle",
|
|
3042
3042
|
};
|
|
3043
|
+
case "PAYMENT_HOLD_ON_CHANGE":
|
|
3044
|
+
return {
|
|
3045
|
+
header: text.paymentHoldOnChangeHeader,
|
|
3046
|
+
description: global.intl.formatMessage({
|
|
3047
|
+
id: "accountReviewDescription",
|
|
3048
|
+
defaultMessage: text.paymentHoldOnChangeDescription,
|
|
3049
|
+
}, {
|
|
3050
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3051
|
+
}),
|
|
3052
|
+
buttonText: null,
|
|
3053
|
+
alertType: "warning",
|
|
3054
|
+
icon: "exclamation-triangle",
|
|
3055
|
+
};
|
|
3056
|
+
case "BENEFICIARY_NAME_INVALID":
|
|
3057
|
+
return {
|
|
3058
|
+
header: text.beneficiaryNameInvalidHeader,
|
|
3059
|
+
description: global.intl.formatMessage({
|
|
3060
|
+
id: "accountReviewDescription",
|
|
3061
|
+
defaultMessage: text.beneficiaryNameInvalidDescription,
|
|
3062
|
+
}, {
|
|
3063
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3064
|
+
}),
|
|
3065
|
+
button: (index.h(index.Fragment, null,
|
|
3066
|
+
index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3067
|
+
index.h("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3068
|
+
alertType: "warning",
|
|
3069
|
+
icon: "exclamation-triangle",
|
|
3070
|
+
};
|
|
3071
|
+
case "BENEFICIARY_NAME_MISMATCH":
|
|
3072
|
+
return {
|
|
3073
|
+
header: text.beneficiaryNameMismatchHeader,
|
|
3074
|
+
description: global.intl.formatMessage({
|
|
3075
|
+
id: "accountReviewDescription",
|
|
3076
|
+
defaultMessage: text.beneficiaryNameMismatchDescription,
|
|
3077
|
+
}, {
|
|
3078
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3079
|
+
}),
|
|
3080
|
+
button: (index.h(index.Fragment, null,
|
|
3081
|
+
index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3082
|
+
index.h("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3083
|
+
alertType: "warning",
|
|
3084
|
+
icon: "exclamation-triangle",
|
|
3085
|
+
};
|
|
3086
|
+
case "BANK_TAX_NAME_MISMATCH":
|
|
3087
|
+
return {
|
|
3088
|
+
header: text.bankTaxNameMismatchHeader,
|
|
3089
|
+
description: global.intl.formatMessage({
|
|
3090
|
+
id: "accountReviewDescription",
|
|
3091
|
+
defaultMessage: text.bankTaxNameMismatchDescription,
|
|
3092
|
+
}, {
|
|
3093
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3094
|
+
}),
|
|
3095
|
+
button: (index.h(index.Fragment, null,
|
|
3096
|
+
index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3097
|
+
index.h("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3098
|
+
alertType: "warning",
|
|
3099
|
+
icon: "exclamation-triangle",
|
|
3100
|
+
};
|
|
3101
|
+
case "WITHDRAWAL_SETTINGS_INVALID":
|
|
3102
|
+
return {
|
|
3103
|
+
header: text.withdrawalSettingsInvalidHeader,
|
|
3104
|
+
description: global.intl.formatMessage({
|
|
3105
|
+
id: "accountReviewDescription",
|
|
3106
|
+
defaultMessage: text.withdrawalSettingsInvalidDescription,
|
|
3107
|
+
}, {
|
|
3108
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3109
|
+
}),
|
|
3110
|
+
button: (index.h(index.Fragment, null,
|
|
3111
|
+
index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
3112
|
+
alertType: "warning",
|
|
3113
|
+
icon: "exclamation-triangle",
|
|
3114
|
+
};
|
|
3115
|
+
case "PAYMENT_RETURNED":
|
|
3116
|
+
return {
|
|
3117
|
+
header: text.paymentReturnedHeader,
|
|
3118
|
+
description: global.intl.formatMessage({
|
|
3119
|
+
id: "accountReviewDescription",
|
|
3120
|
+
defaultMessage: text.paymentReturnedDescription,
|
|
3121
|
+
}, {
|
|
3122
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3123
|
+
}),
|
|
3124
|
+
button: (index.h(index.Fragment, null,
|
|
3125
|
+
index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
3126
|
+
alertType: "error",
|
|
3127
|
+
icon: "exclamation-triangle",
|
|
3128
|
+
};
|
|
3043
3129
|
case "HOLD":
|
|
3044
3130
|
return {
|
|
3045
3131
|
header: text.holdHeader,
|
|
@@ -3075,6 +3161,8 @@ function PayoutStatusAlertView(props) {
|
|
|
3075
3161
|
return (index.h("div", { style: { paddingTop: "10px" } },
|
|
3076
3162
|
index.h("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base", loading: states.veriffLoading, onClick: callbacks.onClick }, text.verificationRequiredButtonText)));
|
|
3077
3163
|
default:
|
|
3164
|
+
if (alertDetails.button)
|
|
3165
|
+
return alertDetails.button;
|
|
3078
3166
|
return;
|
|
3079
3167
|
}
|
|
3080
3168
|
}
|
|
@@ -3101,6 +3189,15 @@ const PayoutStatusAlert = class {
|
|
|
3101
3189
|
* @uiName Info required alert header
|
|
3102
3190
|
*/
|
|
3103
3191
|
this.informationRequiredHeader = "Payout and tax information required";
|
|
3192
|
+
/**
|
|
3193
|
+
*
|
|
3194
|
+
* @uiName Edit payment info button label
|
|
3195
|
+
*/
|
|
3196
|
+
this.editPaymentInformationButton = "Edit Payout Information";
|
|
3197
|
+
/**
|
|
3198
|
+
* @uiName Submit new tax form button label
|
|
3199
|
+
*/
|
|
3200
|
+
this.newFormButton = "Submit new form";
|
|
3104
3201
|
/**
|
|
3105
3202
|
* @uiName Info required alert description
|
|
3106
3203
|
*/
|
|
@@ -3153,6 +3250,54 @@ const PayoutStatusAlert = class {
|
|
|
3153
3250
|
* @uiName Account review alert description
|
|
3154
3251
|
*/
|
|
3155
3252
|
this.accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
|
|
3253
|
+
/**
|
|
3254
|
+
* @uiName Payment on hold alert header
|
|
3255
|
+
*/
|
|
3256
|
+
this.paymentHoldOnChangeHeader = "We are reviewing your new payout settings";
|
|
3257
|
+
/**
|
|
3258
|
+
* @uiName Payment on hold alert description
|
|
3259
|
+
*/
|
|
3260
|
+
this.paymentHoldOnChangeDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
|
|
3261
|
+
/**
|
|
3262
|
+
* @uiName Beneficiary name invalid alert header
|
|
3263
|
+
*/
|
|
3264
|
+
this.beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
|
|
3265
|
+
/**
|
|
3266
|
+
* @uiName Beneficiary name invalid description
|
|
3267
|
+
*/
|
|
3268
|
+
this.beneficiaryNameInvalidDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
3269
|
+
/**
|
|
3270
|
+
* @uiName Beneficiary name mismatch alert header
|
|
3271
|
+
*/
|
|
3272
|
+
this.beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
|
|
3273
|
+
/**
|
|
3274
|
+
* @uiName Beneficiary name mismatch alert description
|
|
3275
|
+
*/
|
|
3276
|
+
this.beneficiaryNameMismatchDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
3277
|
+
/**
|
|
3278
|
+
* @uiName Bank name mismatch alert header
|
|
3279
|
+
*/
|
|
3280
|
+
this.bankTaxNameMismatchHeader = "Your payment information does not match your tax form";
|
|
3281
|
+
/**
|
|
3282
|
+
* @uiName Bank name mismatch alert description
|
|
3283
|
+
*/
|
|
3284
|
+
this.bankTaxNameMismatchDescription = "The bank name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
3285
|
+
/**
|
|
3286
|
+
* @uiName Withdrawal settings invalid alert header
|
|
3287
|
+
*/
|
|
3288
|
+
this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
3289
|
+
/**
|
|
3290
|
+
* @uiName Withdrawal settings invalid alert description
|
|
3291
|
+
*/
|
|
3292
|
+
this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
|
|
3293
|
+
/**
|
|
3294
|
+
* @uiName Payment returned alert header
|
|
3295
|
+
*/
|
|
3296
|
+
this.paymentReturnedHeader = "Payout unsuccessful";
|
|
3297
|
+
/**
|
|
3298
|
+
* @uiName Payment returned alert description
|
|
3299
|
+
*/
|
|
3300
|
+
this.paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
|
|
3156
3301
|
/**
|
|
3157
3302
|
* @uiName W-9 payment threshold alert header
|
|
3158
3303
|
*/
|
|
@@ -3210,7 +3355,7 @@ const PayoutStatusAlert = class {
|
|
|
3210
3355
|
render() {
|
|
3211
3356
|
const props = index_module.isDemo()
|
|
3212
3357
|
? useDemoPayoutStatusAlert(this)
|
|
3213
|
-
:
|
|
3358
|
+
: usePayoutStatus.usePayoutStatus(this);
|
|
3214
3359
|
return index.h(PayoutStatusAlertView, Object.assign({}, props));
|
|
3215
3360
|
}
|
|
3216
3361
|
};
|
|
@@ -3231,6 +3376,8 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3231
3376
|
callbacks: {
|
|
3232
3377
|
onTermsClick: () => { },
|
|
3233
3378
|
onClick: () => console.log("show"),
|
|
3379
|
+
onPaymentInfoClick: () => { },
|
|
3380
|
+
onNewFormClick: () => { },
|
|
3234
3381
|
},
|
|
3235
3382
|
}, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
3236
3383
|
}
|
|
@@ -6416,17 +6563,17 @@ function useTaxAndCash() {
|
|
|
6416
6563
|
const locale = index_module.L();
|
|
6417
6564
|
// State for current step of form
|
|
6418
6565
|
const [step, setStep] = index_module.In({
|
|
6419
|
-
namespace:
|
|
6566
|
+
namespace: usePayoutStatus.TAX_CONTEXT_NAMESPACE,
|
|
6420
6567
|
initialValue: "/loading",
|
|
6421
6568
|
});
|
|
6422
6569
|
// State for when to hide steps, or override certain actions
|
|
6423
6570
|
const [context, _setContext] = index_module.In({
|
|
6424
|
-
namespace:
|
|
6571
|
+
namespace: usePayoutStatus.TAX_FORM_CONTEXT_NAMESPACE,
|
|
6425
6572
|
initialValue: {},
|
|
6426
6573
|
});
|
|
6427
6574
|
// State to carry user form information into step 2
|
|
6428
6575
|
const [userFormContext, _setUserFormContext] = index_module.In({
|
|
6429
|
-
namespace:
|
|
6576
|
+
namespace: usePayoutStatus.USER_FORM_CONTEXT_NAMESPACE,
|
|
6430
6577
|
initialValue: {
|
|
6431
6578
|
firstName: undefined,
|
|
6432
6579
|
lastName: undefined,
|
|
@@ -6436,43 +6583,43 @@ function useTaxAndCash() {
|
|
|
6436
6583
|
},
|
|
6437
6584
|
});
|
|
6438
6585
|
const [_currenciesContext, setCurrenciesContext] = index_module.In({
|
|
6439
|
-
namespace:
|
|
6586
|
+
namespace: usePayoutStatus.CURRENCIES_NAMESPACE,
|
|
6440
6587
|
initialValue: [],
|
|
6441
6588
|
});
|
|
6442
6589
|
const [_countriesContext, _setCountriesContext] = index_module.In({
|
|
6443
|
-
namespace:
|
|
6590
|
+
namespace: usePayoutStatus.COUNTRIES_NAMESPACE,
|
|
6444
6591
|
initialValue: [],
|
|
6445
6592
|
});
|
|
6446
6593
|
const [_sortedCountriesContext, setSortedCountriesContext] = index_module.In({
|
|
6447
|
-
namespace:
|
|
6594
|
+
namespace: usePayoutStatus.SORTED_COUNTRIES_NAMESPACE,
|
|
6448
6595
|
initialValue: [],
|
|
6449
6596
|
});
|
|
6450
|
-
const { data
|
|
6451
|
-
namespace:
|
|
6452
|
-
query:
|
|
6597
|
+
const { data, errors } = index_module.Sn({
|
|
6598
|
+
namespace: usePayoutStatus.USER_QUERY_NAMESPACE,
|
|
6599
|
+
query: usePayoutStatus.GET_USER,
|
|
6453
6600
|
skip: !user,
|
|
6454
6601
|
options: {
|
|
6455
6602
|
batch: false,
|
|
6456
6603
|
},
|
|
6457
6604
|
});
|
|
6458
|
-
const countryCode = ((_c = (_b = (_a = data
|
|
6605
|
+
const countryCode = ((_c = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.countryCode) ||
|
|
6459
6606
|
userFormContext.countryCode;
|
|
6460
6607
|
index_module.Sn({
|
|
6461
|
-
namespace:
|
|
6462
|
-
query:
|
|
6608
|
+
namespace: usePayoutStatus.COUNTRIES_QUERY_NAMESPACE,
|
|
6609
|
+
query: usePayoutStatus.GET_COUNTRIES,
|
|
6463
6610
|
skip: !user,
|
|
6464
6611
|
});
|
|
6465
6612
|
const { data: financeNetworkData, refetch } = index_module.Sn({
|
|
6466
|
-
namespace:
|
|
6467
|
-
query:
|
|
6613
|
+
namespace: usePayoutStatus.FINANCE_NETWORK_SETTINGS_NAMESPACE,
|
|
6614
|
+
query: usePayoutStatus.GET_FINANCE_NETWORK_SETTINGS,
|
|
6468
6615
|
skip: !user,
|
|
6469
6616
|
variables: {
|
|
6470
6617
|
filter: getFinanceNetworkFilter(),
|
|
6471
6618
|
},
|
|
6472
6619
|
});
|
|
6473
6620
|
const { data: currenciesData } = index_module.Sn({
|
|
6474
|
-
namespace:
|
|
6475
|
-
query:
|
|
6621
|
+
namespace: usePayoutStatus.CURRENCIES_QUERY_NAMESPACE,
|
|
6622
|
+
query: usePayoutStatus.GET_CURRENCIES,
|
|
6476
6623
|
skip: !user,
|
|
6477
6624
|
variables: {
|
|
6478
6625
|
locale,
|
|
@@ -6527,20 +6674,20 @@ function useTaxAndCash() {
|
|
|
6527
6674
|
}
|
|
6528
6675
|
if (!host || !user)
|
|
6529
6676
|
return;
|
|
6530
|
-
if (data
|
|
6531
|
-
const user = data
|
|
6677
|
+
if (data) {
|
|
6678
|
+
const user = data === null || data === void 0 ? void 0 : data.user;
|
|
6532
6679
|
if (!user || step !== "/loading")
|
|
6533
6680
|
return;
|
|
6534
6681
|
const currentStep = getCurrentStep(user);
|
|
6535
6682
|
setStep(currentStep);
|
|
6536
6683
|
}
|
|
6537
|
-
}, [host, user, (_e = data
|
|
6684
|
+
}, [host, user, (_e = data === null || data === void 0 ? void 0 : data.user) === null || _e === void 0 ? void 0 : _e.email, errors]);
|
|
6538
6685
|
function getFinanceNetworkFilter() {
|
|
6539
6686
|
var _a, _b, _c;
|
|
6540
6687
|
if (step === "/1")
|
|
6541
6688
|
return {};
|
|
6542
6689
|
if (step === "/4")
|
|
6543
|
-
return { currency_eq: (_c = (_b = (_a = data
|
|
6690
|
+
return { currency_eq: (_c = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.currency };
|
|
6544
6691
|
if (countryCode)
|
|
6545
6692
|
return {
|
|
6546
6693
|
countryCode_eq: countryCode,
|
|
@@ -6551,7 +6698,7 @@ function useTaxAndCash() {
|
|
|
6551
6698
|
step,
|
|
6552
6699
|
setStep,
|
|
6553
6700
|
context,
|
|
6554
|
-
namespace: index_module.Mn(
|
|
6701
|
+
namespace: index_module.Mn(usePayoutStatus.TAX_CONTEXT_NAMESPACE),
|
|
6555
6702
|
loading: step === "/loading",
|
|
6556
6703
|
};
|
|
6557
6704
|
}
|
|
@@ -7483,6 +7630,54 @@ const TaxAndCashMonolith = class {
|
|
|
7483
7630
|
* @uiName Account review alert description
|
|
7484
7631
|
*/
|
|
7485
7632
|
this.dashboard_accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
|
|
7633
|
+
/**
|
|
7634
|
+
* @uiName Payment on hold alert header
|
|
7635
|
+
*/
|
|
7636
|
+
this.dashboard_paymentOnHoldHeader = "We are reviewing your new payout settings";
|
|
7637
|
+
/**
|
|
7638
|
+
* @uiName Payment on hold alert description
|
|
7639
|
+
*/
|
|
7640
|
+
this.dashboard_paymentOnHoldDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
|
|
7641
|
+
/**
|
|
7642
|
+
* @uiName Beneficiary name invalid alert header
|
|
7643
|
+
*/
|
|
7644
|
+
this.dashboard_beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
|
|
7645
|
+
/**
|
|
7646
|
+
* @uiName Beneficiary name invalid description
|
|
7647
|
+
*/
|
|
7648
|
+
this.dashboard_beneficiaryNameInvalidDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
7649
|
+
/**
|
|
7650
|
+
* @uiName Beneficiary name mismatch alert header
|
|
7651
|
+
*/
|
|
7652
|
+
this.dashboard_beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
|
|
7653
|
+
/**
|
|
7654
|
+
* @uiName Beneficiary name mismatch alert description
|
|
7655
|
+
*/
|
|
7656
|
+
this.dashboard_beneficiaryNameMismatchDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
7657
|
+
/**
|
|
7658
|
+
* @uiName Bank name mismatch alert header
|
|
7659
|
+
*/
|
|
7660
|
+
this.dashboard_bankNameMismatchHeader = "Your payment information does not match your tax form";
|
|
7661
|
+
/**
|
|
7662
|
+
* @uiName Bank name mismatch alert description
|
|
7663
|
+
*/
|
|
7664
|
+
this.dashboard_bankNameMismatchDescription = "The bank name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
7665
|
+
/**
|
|
7666
|
+
* @uiName Withdrawal settings invalid alert header
|
|
7667
|
+
*/
|
|
7668
|
+
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
7669
|
+
/**
|
|
7670
|
+
* @uiName Withdrawal settings invalid alert description
|
|
7671
|
+
*/
|
|
7672
|
+
this.dashboard_withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
|
|
7673
|
+
/**
|
|
7674
|
+
* @uiName Payment returned alert header
|
|
7675
|
+
*/
|
|
7676
|
+
this.dashboard_paymentReturnedHeader = "Payout unsuccessful";
|
|
7677
|
+
/**
|
|
7678
|
+
* @uiName Payment returned alert description
|
|
7679
|
+
*/
|
|
7680
|
+
this.dashboard_paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
|
|
7486
7681
|
/**
|
|
7487
7682
|
* @uiName Terms and Conditions text
|
|
7488
7683
|
* @uiGroup Dashboard Properties
|
|
@@ -7673,7 +7868,7 @@ const TaxAndCashMonolith = class {
|
|
|
7673
7868
|
};
|
|
7674
7869
|
function useDemoTaxAndCash(props) {
|
|
7675
7870
|
const [step, setStep] = index_module.In({
|
|
7676
|
-
namespace:
|
|
7871
|
+
namespace: usePayoutStatus.TAX_CONTEXT_NAMESPACE,
|
|
7677
7872
|
initialValue: "/1",
|
|
7678
7873
|
});
|
|
7679
7874
|
const states = extractProps.parseStates(props.stateController);
|
|
@@ -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-8bba5b3a.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');
|
|
@@ -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-8bba5b3a.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');
|
|
@@ -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-8bba5b3a.js');
|
|
7
7
|
const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
|
|
8
8
|
require('./index.module-4f54e412.js');
|
|
9
9
|
const utils = require('./utils-6847bc06.js');
|
|
@@ -8,6 +8,15 @@ const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js')
|
|
|
8
8
|
const HeroImage = class {
|
|
9
9
|
constructor(hostRef) {
|
|
10
10
|
index.registerInstance(this, hostRef);
|
|
11
|
+
/**
|
|
12
|
+
* @uiName Logo text size
|
|
13
|
+
*/
|
|
14
|
+
this.logoTextSize = 32;
|
|
15
|
+
/**
|
|
16
|
+
* @uiWidget color
|
|
17
|
+
* @uiName Logo text color
|
|
18
|
+
*/
|
|
19
|
+
this.logoTextColor = "#555555";
|
|
11
20
|
/**
|
|
12
21
|
* Page participants are navigated to after clicking the header logo.
|
|
13
22
|
*
|
|
@@ -23,7 +32,11 @@ const HeroImage = class {
|
|
|
23
32
|
}
|
|
24
33
|
disconnectedCallback() { }
|
|
25
34
|
render() {
|
|
26
|
-
return (index.h(index.Host, null, index.h("a", { href: this.nextPage, part: "sqm-link" }, index.h("img", { style: { height: `${this === null || this === void 0 ? void 0 : this.height}px` }, src: this === null || this === void 0 ? void 0 : this.imageUrl }))
|
|
35
|
+
return (index.h(index.Host, null, index.h("a", { href: this.nextPage, part: "sqm-link" }, this.imageUrl ? (index.h("img", { style: { height: `${this === null || this === void 0 ? void 0 : this.height}px` }, src: this === null || this === void 0 ? void 0 : this.imageUrl })) : (index.h("h3", { style: {
|
|
36
|
+
fontSize: `${this.logoTextSize}px`,
|
|
37
|
+
color: this.logoTextColor || "#555555",
|
|
38
|
+
textDecoration: "none",
|
|
39
|
+
} }, this.logoText)))));
|
|
27
40
|
}
|
|
28
41
|
};
|
|
29
42
|
|
|
@@ -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-8bba5b3a.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
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
require('./JSS-8503a151.js');
|
|
12
|
-
const useLeadFormState = require('./useLeadFormState-
|
|
13
|
-
const sqmLeadCheckboxFieldView = require('./sqm-lead-checkbox-field-view-
|
|
12
|
+
const useLeadFormState = require('./useLeadFormState-fd0445f9.js');
|
|
13
|
+
const sqmLeadCheckboxFieldView = require('./sqm-lead-checkbox-field-view-340acad0.js');
|
|
14
14
|
|
|
15
15
|
function useLeadCheckboxField() {
|
|
16
16
|
const leadFormState = domContextHooks_module.d(useLeadFormState.LEAD_FORM_STATE_CONTEXT);
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a43a63b4.js');
|
|
6
|
-
require('./global-
|
|
6
|
+
require('./global-8bba5b3a.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
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
require('./JSS-8503a151.js');
|
|
12
12
|
require('./mixins-4761d472.js');
|
|
13
|
-
const useLeadFormState = require('./useLeadFormState-
|
|
14
|
-
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-
|
|
13
|
+
const useLeadFormState = require('./useLeadFormState-fd0445f9.js');
|
|
14
|
+
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-06ed3632.js');
|
|
15
15
|
|
|
16
16
|
function useLeadInputField() {
|
|
17
17
|
const leadFormState = domContextHooks_module.d(useLeadFormState.LEAD_FORM_STATE_CONTEXT);
|
|
@@ -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-8bba5b3a.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');
|
|
@@ -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-8bba5b3a.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');
|
|
@@ -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-8bba5b3a.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-8bba5b3a.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-5518eb0d.js');
|
|
14
14
|
|
|
15
15
|
function usePortalEmailVerification(props) {
|
|
16
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
package/dist/cjs/{sqm-portal-profile-view-4a41c680.js → sqm-portal-profile-view-615e6975.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-8bba5b3a.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-8bba5b3a.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
|
const utils = require('./utils-6847bc06.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-615e6975.js');
|
|
14
14
|
const utilities = require('./utilities-9a0c5e91.js');
|
|
15
15
|
|
|
16
16
|
const GET_USER = index_module.dist.gql `
|
|
@@ -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-8bba5b3a.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');
|
|
@@ -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-8bba5b3a.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');
|