@saasquatch/mint-components 2.0.3-3 → 2.0.3
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/{ShadowViewAddon-ae3a32c3.js → ShadowViewAddon-fbc33c53.js} +3 -3
- package/dist/cjs/{data-44260010.js → data-16106637.js} +2 -29
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +76 -339
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +12 -213
- package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -15
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +3 -24
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +5 -85
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +1 -1
- package/dist/collection/components/sqm-image/sqm-image.js +1 -1
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +3 -3
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +0 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +5 -10
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +5 -11
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +40 -46
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +0 -13
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +1 -95
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +7 -360
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +2 -29
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +11 -311
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +1 -96
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +10 -310
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +1 -7
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +12 -21
- 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 +9 -100
- package/dist/esm/{ShadowViewAddon-78a1c35c.js → ShadowViewAddon-7a242b65.js} +3 -3
- package/dist/esm/{data-68816061.js → data-acdb790f.js} +2 -29
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +76 -339
- package/dist/esm/sqm-big-stat_47.entry.js +12 -213
- package/dist/esm/sqm-header-logo.entry.js +2 -15
- package/dist/esm/sqm-stencilbook.entry.js +3 -24
- package/dist/esm-es5/{ShadowViewAddon-78a1c35c.js → ShadowViewAddon-7a242b65.js} +1 -1
- package/dist/esm-es5/{data-68816061.js → data-acdb790f.js} +2 -2
- 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-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-012d31bc.entry.js +99 -0
- package/dist/mint-components/p-2ea6e2fa.entry.js +273 -0
- package/dist/mint-components/p-303b84d7.system.entry.js +1 -0
- package/dist/mint-components/p-469a6450.system.js +6 -0
- package/dist/mint-components/p-6976099f.entry.js +9 -0
- package/dist/mint-components/p-752ede25.system.entry.js +1 -0
- package/dist/mint-components/p-947bacd1.system.js +1 -1
- package/dist/mint-components/p-97747228.system.entry.js +1 -0
- package/dist/mint-components/p-a7ee19dc.entry.js +1 -0
- package/dist/mint-components/{p-e3ee8c37.system.js → p-d7635535.system.js} +1 -1
- package/dist/mint-components/p-e1e7d01c.js +157 -0
- package/dist/mint-components/p-eea87fdc.system.entry.js +1 -0
- package/dist/mint-components/{p-ee83de0e.js → p-ffc3cd7c.js} +1 -1
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +2 -17
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +1 -1
- package/dist/types/components/sqm-image/sqm-image.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +0 -24
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +0 -7
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +0 -16
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +0 -57
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +1 -3
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +0 -48
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +0 -12
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +0 -48
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +0 -2
- package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +0 -1
- package/dist/types/components.d.ts +43 -337
- 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/mint-components/p-3f661133.system.entry.js +0 -1
- package/dist/mint-components/p-6c6344d9.system.entry.js +0 -1
- package/dist/mint-components/p-775214ef.entry.js +0 -273
- package/dist/mint-components/p-7e550c3b.system.entry.js +0 -1
- package/dist/mint-components/p-92b5c376.js +0 -157
- package/dist/mint-components/p-93c8ab95.entry.js +0 -106
- package/dist/mint-components/p-9a3ff9b9.entry.js +0 -9
- package/dist/mint-components/p-a2dbc9ad.system.js +0 -6
- package/dist/mint-components/p-bdb6194c.entry.js +0 -1
- package/dist/mint-components/p-c7ac295d.system.entry.js +0 -1
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -23,11 +23,11 @@ import { u as usePortalLogin } from './usePortalLogin-f95bbc67.js';
|
|
|
23
23
|
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
24
24
|
import { i as isEmpty } from './utilities-72c07b09.js';
|
|
25
25
|
import { E as ErrorView } from './ErrorView-bbf0a042.js';
|
|
26
|
-
import { u as useDemoBigStat, W as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as LeadDropdownFieldView, Q as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalForgotPasswordView, i as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, j as RewardExchangeView, Y as demoRewardExchange, J as useShareButton, a as ShareButtonView, K as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-
|
|
26
|
+
import { u as useDemoBigStat, W as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as LeadDropdownFieldView, Q as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalForgotPasswordView, i as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, j as RewardExchangeView, Y as demoRewardExchange, J as useShareButton, a as ShareButtonView, K as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-7a242b65.js';
|
|
27
27
|
import './sqm-portal-container-view-176e92e3.js';
|
|
28
28
|
import { g as getCountryObj, L as LoadingView } from './utils-2695a43e.js';
|
|
29
29
|
import { p as parseStates, e as extractProps } from './extractProps-54064fb0.js';
|
|
30
|
-
import { u as usePayoutStatus, T as TAX_CONTEXT_NAMESPACE, a as TAX_FORM_CONTEXT_NAMESPACE, U as USER_FORM_CONTEXT_NAMESPACE, C as CURRENCIES_NAMESPACE, b as COUNTRIES_NAMESPACE, S as SORTED_COUNTRIES_NAMESPACE, c as USER_QUERY_NAMESPACE, G as GET_USER$2, d as COUNTRIES_QUERY_NAMESPACE, e as GET_COUNTRIES, F as FINANCE_NETWORK_SETTINGS_NAMESPACE, f as GET_FINANCE_NETWORK_SETTINGS, g as CURRENCIES_QUERY_NAMESPACE, h as GET_CURRENCIES } from './data-
|
|
30
|
+
import { u as usePayoutStatus, T as TAX_CONTEXT_NAMESPACE, a as TAX_FORM_CONTEXT_NAMESPACE, U as USER_FORM_CONTEXT_NAMESPACE, C as CURRENCIES_NAMESPACE, b as COUNTRIES_NAMESPACE, S as SORTED_COUNTRIES_NAMESPACE, c as USER_QUERY_NAMESPACE, G as GET_USER$2, d as COUNTRIES_QUERY_NAMESPACE, e as GET_COUNTRIES, F as FINANCE_NETWORK_SETTINGS_NAMESPACE, f as GET_FINANCE_NETWORK_SETTINGS, g as CURRENCIES_QUERY_NAMESPACE, h as GET_CURRENCIES } from './data-acdb790f.js';
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
@@ -2899,12 +2899,6 @@ function useDemoPayoutButtonScroll(props) {
|
|
|
2899
2899
|
}
|
|
2900
2900
|
|
|
2901
2901
|
const style$2 = {
|
|
2902
|
-
ButtonContainer: {
|
|
2903
|
-
display: "flex",
|
|
2904
|
-
gap: "var(--sl-spacing-medium)",
|
|
2905
|
-
marginTop: "var(--sl-spacing-medium)",
|
|
2906
|
-
flexWrap: "wrap",
|
|
2907
|
-
},
|
|
2908
2902
|
SkeletonOne: {
|
|
2909
2903
|
width: "50%",
|
|
2910
2904
|
height: "16px",
|
|
@@ -3029,7 +3023,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3029
3023
|
icon: "exclamation-triangle",
|
|
3030
3024
|
};
|
|
3031
3025
|
}
|
|
3032
|
-
case "
|
|
3026
|
+
case "ACCOUNT_REVIEW":
|
|
3033
3027
|
return {
|
|
3034
3028
|
header: text.accountReviewHeader,
|
|
3035
3029
|
description: intl.formatMessage({
|
|
@@ -3042,92 +3036,6 @@ function PayoutStatusAlertView(props) {
|
|
|
3042
3036
|
alertType: "warning",
|
|
3043
3037
|
icon: "exclamation-triangle",
|
|
3044
3038
|
};
|
|
3045
|
-
case "PAYMENT_HOLD_ON_CHANGE":
|
|
3046
|
-
return {
|
|
3047
|
-
header: text.paymentHoldOnChangeHeader,
|
|
3048
|
-
description: intl.formatMessage({
|
|
3049
|
-
id: "accountReviewDescription",
|
|
3050
|
-
defaultMessage: text.paymentHoldOnChangeDescription,
|
|
3051
|
-
}, {
|
|
3052
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3053
|
-
}),
|
|
3054
|
-
buttonText: null,
|
|
3055
|
-
alertType: "warning",
|
|
3056
|
-
icon: "exclamation-triangle",
|
|
3057
|
-
};
|
|
3058
|
-
case "BENEFICIARY_NAME_INVALID":
|
|
3059
|
-
return {
|
|
3060
|
-
header: text.beneficiaryNameInvalidHeader,
|
|
3061
|
-
description: intl.formatMessage({
|
|
3062
|
-
id: "accountReviewDescription",
|
|
3063
|
-
defaultMessage: text.beneficiaryNameInvalidDescription,
|
|
3064
|
-
}, {
|
|
3065
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3066
|
-
}),
|
|
3067
|
-
button: (h$1("div", { class: sheet$2.classes.ButtonContainer },
|
|
3068
|
-
h$1("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3069
|
-
h$1("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3070
|
-
alertType: "warning",
|
|
3071
|
-
icon: "exclamation-triangle",
|
|
3072
|
-
};
|
|
3073
|
-
case "BENEFICIARY_NAME_MISMATCH":
|
|
3074
|
-
return {
|
|
3075
|
-
header: text.beneficiaryNameMismatchHeader,
|
|
3076
|
-
description: intl.formatMessage({
|
|
3077
|
-
id: "accountReviewDescription",
|
|
3078
|
-
defaultMessage: text.beneficiaryNameMismatchDescription,
|
|
3079
|
-
}, {
|
|
3080
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3081
|
-
}),
|
|
3082
|
-
button: (h$1("div", { class: sheet$2.classes.ButtonContainer },
|
|
3083
|
-
h$1("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3084
|
-
h$1("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3085
|
-
alertType: "warning",
|
|
3086
|
-
icon: "exclamation-triangle",
|
|
3087
|
-
};
|
|
3088
|
-
case "BANK_TAX_NAME_MISMATCH":
|
|
3089
|
-
return {
|
|
3090
|
-
header: text.bankTaxNameMismatchHeader,
|
|
3091
|
-
description: intl.formatMessage({
|
|
3092
|
-
id: "accountReviewDescription",
|
|
3093
|
-
defaultMessage: text.bankTaxNameMismatchDescription,
|
|
3094
|
-
}, {
|
|
3095
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3096
|
-
}),
|
|
3097
|
-
button: (h$1("div", { class: sheet$2.classes.ButtonContainer },
|
|
3098
|
-
h$1("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3099
|
-
h$1("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3100
|
-
alertType: "warning",
|
|
3101
|
-
icon: "exclamation-triangle",
|
|
3102
|
-
};
|
|
3103
|
-
case "WITHDRAWAL_SETTINGS_INVALID":
|
|
3104
|
-
return {
|
|
3105
|
-
header: text.withdrawalSettingsInvalidHeader,
|
|
3106
|
-
description: intl.formatMessage({
|
|
3107
|
-
id: "accountReviewDescription",
|
|
3108
|
-
defaultMessage: text.withdrawalSettingsInvalidDescription,
|
|
3109
|
-
}, {
|
|
3110
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3111
|
-
}),
|
|
3112
|
-
button: (h$1("div", { class: sheet$2.classes.ButtonContainer },
|
|
3113
|
-
h$1("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
3114
|
-
alertType: "warning",
|
|
3115
|
-
icon: "exclamation-triangle",
|
|
3116
|
-
};
|
|
3117
|
-
case "PAYMENT_RETURNED":
|
|
3118
|
-
return {
|
|
3119
|
-
header: text.paymentReturnedHeader,
|
|
3120
|
-
description: intl.formatMessage({
|
|
3121
|
-
id: "accountReviewDescription",
|
|
3122
|
-
defaultMessage: text.paymentReturnedDescription,
|
|
3123
|
-
}, {
|
|
3124
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3125
|
-
}),
|
|
3126
|
-
button: (h$1("div", { class: sheet$2.classes.ButtonContainer },
|
|
3127
|
-
h$1("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
3128
|
-
alertType: "error",
|
|
3129
|
-
icon: "exclamation-triangle",
|
|
3130
|
-
};
|
|
3131
3039
|
case "HOLD":
|
|
3132
3040
|
return {
|
|
3133
3041
|
header: text.holdHeader,
|
|
@@ -3163,8 +3071,6 @@ function PayoutStatusAlertView(props) {
|
|
|
3163
3071
|
return (h$1("div", { style: { paddingTop: "10px" } },
|
|
3164
3072
|
h$1("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base", loading: states.veriffLoading, onClick: callbacks.onClick }, text.verificationRequiredButtonText)));
|
|
3165
3073
|
default:
|
|
3166
|
-
if (alertDetails.button)
|
|
3167
|
-
return alertDetails.button;
|
|
3168
3074
|
return;
|
|
3169
3075
|
}
|
|
3170
3076
|
}
|
|
@@ -3191,15 +3097,6 @@ const PayoutStatusAlert = class {
|
|
|
3191
3097
|
* @uiName Info required alert header
|
|
3192
3098
|
*/
|
|
3193
3099
|
this.informationRequiredHeader = "Payout and tax information required";
|
|
3194
|
-
/**
|
|
3195
|
-
*
|
|
3196
|
-
* @uiName Edit payment info button label
|
|
3197
|
-
*/
|
|
3198
|
-
this.editPaymentInformationButton = "Edit Payout Information";
|
|
3199
|
-
/**
|
|
3200
|
-
* @uiName Submit new tax form button label
|
|
3201
|
-
*/
|
|
3202
|
-
this.newFormButton = "Submit new tax form";
|
|
3203
3100
|
/**
|
|
3204
3101
|
* @uiName Info required alert description
|
|
3205
3102
|
*/
|
|
@@ -3223,7 +3120,7 @@ const PayoutStatusAlert = class {
|
|
|
3223
3120
|
/**
|
|
3224
3121
|
* @uiName Verification required internal alert header
|
|
3225
3122
|
*/
|
|
3226
|
-
this.verificationRequiredInternalHeader = "Identity Verification in
|
|
3123
|
+
this.verificationRequiredInternalHeader = "Identity Verification in Progress";
|
|
3227
3124
|
/**
|
|
3228
3125
|
* @uiName Verification required internal alert description
|
|
3229
3126
|
*/
|
|
@@ -3231,7 +3128,7 @@ const PayoutStatusAlert = class {
|
|
|
3231
3128
|
/**
|
|
3232
3129
|
* @uiName Verification review internal alert header
|
|
3233
3130
|
*/
|
|
3234
|
-
this.verificationReviewInternalHeader = "Identity Verification
|
|
3131
|
+
this.verificationReviewInternalHeader = "Identity Verification Under Review";
|
|
3235
3132
|
/**
|
|
3236
3133
|
* @uiName Verification review internal alert description
|
|
3237
3134
|
*/
|
|
@@ -3239,7 +3136,7 @@ const PayoutStatusAlert = class {
|
|
|
3239
3136
|
/**
|
|
3240
3137
|
* @uiName Verification failed internal alert header
|
|
3241
3138
|
*/
|
|
3242
|
-
this.verificationFailedInternalHeader = "Identity
|
|
3139
|
+
this.verificationFailedInternalHeader = "Identity Verification Unsuccessful";
|
|
3243
3140
|
/**
|
|
3244
3141
|
* @uiName Verification failed internal alert description
|
|
3245
3142
|
*/
|
|
@@ -3252,54 +3149,6 @@ const PayoutStatusAlert = class {
|
|
|
3252
3149
|
* @uiName Account review alert description
|
|
3253
3150
|
*/
|
|
3254
3151
|
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}.";
|
|
3255
|
-
/**
|
|
3256
|
-
* @uiName Payment on hold alert header
|
|
3257
|
-
*/
|
|
3258
|
-
this.paymentHoldOnChangeHeader = "We are reviewing your new payout settings";
|
|
3259
|
-
/**
|
|
3260
|
-
* @uiName Payment on hold alert description
|
|
3261
|
-
*/
|
|
3262
|
-
this.paymentHoldOnChangeDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
|
|
3263
|
-
/**
|
|
3264
|
-
* @uiName Beneficiary name invalid alert header
|
|
3265
|
-
*/
|
|
3266
|
-
this.beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
|
|
3267
|
-
/**
|
|
3268
|
-
* @uiName Beneficiary name invalid description
|
|
3269
|
-
*/
|
|
3270
|
-
this.beneficiaryNameInvalidDescription = "The account holder (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.";
|
|
3271
|
-
/**
|
|
3272
|
-
* @uiName Beneficiary name mismatch alert header
|
|
3273
|
-
*/
|
|
3274
|
-
this.beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
|
|
3275
|
-
/**
|
|
3276
|
-
* @uiName Beneficiary name mismatch alert description
|
|
3277
|
-
*/
|
|
3278
|
-
this.beneficiaryNameMismatchDescription = "The account holder (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.";
|
|
3279
|
-
/**
|
|
3280
|
-
* @uiName Bank name mismatch alert header
|
|
3281
|
-
*/
|
|
3282
|
-
this.bankTaxNameMismatchHeader = "Your payment information does not match your tax form";
|
|
3283
|
-
/**
|
|
3284
|
-
* @uiName Bank name mismatch alert description
|
|
3285
|
-
*/
|
|
3286
|
-
this.bankTaxNameMismatchDescription = "The bank account (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.";
|
|
3287
|
-
/**
|
|
3288
|
-
* @uiName Withdrawal settings invalid alert header
|
|
3289
|
-
*/
|
|
3290
|
-
this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
3291
|
-
/**
|
|
3292
|
-
* @uiName Withdrawal settings invalid alert description
|
|
3293
|
-
*/
|
|
3294
|
-
this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
|
|
3295
|
-
/**
|
|
3296
|
-
* @uiName Payment returned alert header
|
|
3297
|
-
*/
|
|
3298
|
-
this.paymentReturnedHeader = "Payout unsuccessful";
|
|
3299
|
-
/**
|
|
3300
|
-
* @uiName Payment returned alert description
|
|
3301
|
-
*/
|
|
3302
|
-
this.paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
|
|
3303
3152
|
/**
|
|
3304
3153
|
* @uiName W-9 payment threshold alert header
|
|
3305
3154
|
*/
|
|
@@ -3369,7 +3218,7 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3369
3218
|
return cjs({
|
|
3370
3219
|
states: {
|
|
3371
3220
|
error: false,
|
|
3372
|
-
status:
|
|
3221
|
+
status: "INFORMATION_REQUIRED",
|
|
3373
3222
|
loading: false,
|
|
3374
3223
|
veriffLoading: false,
|
|
3375
3224
|
},
|
|
@@ -3378,8 +3227,6 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3378
3227
|
callbacks: {
|
|
3379
3228
|
onTermsClick: () => { },
|
|
3380
3229
|
onClick: () => console.log("show"),
|
|
3381
|
-
onPaymentInfoClick: () => { },
|
|
3382
|
-
onNewFormClick: () => { },
|
|
3383
3230
|
},
|
|
3384
3231
|
}, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
3385
3232
|
}
|
|
@@ -7417,12 +7264,12 @@ const TaxAndCashMonolith = class {
|
|
|
7417
7264
|
* @uiName Submit new tax form button label
|
|
7418
7265
|
* @uiGroup Dashboard Properties
|
|
7419
7266
|
*/
|
|
7420
|
-
this.dashboard_newFormButton = "Submit new
|
|
7267
|
+
this.dashboard_newFormButton = "Submit new form";
|
|
7421
7268
|
/**
|
|
7422
7269
|
* @uiName Edit payment info button label
|
|
7423
7270
|
* @uiGroup Dashboard Properties
|
|
7424
7271
|
*/
|
|
7425
|
-
this.dashboard_editPaymentInformationButton = "Edit
|
|
7272
|
+
this.dashboard_editPaymentInformationButton = "Edit Payout Information";
|
|
7426
7273
|
/**
|
|
7427
7274
|
* @uiName Not registered for indirect tax text
|
|
7428
7275
|
* @uiGroup Dashboard Properties
|
|
@@ -7574,7 +7421,7 @@ const TaxAndCashMonolith = class {
|
|
|
7574
7421
|
* @uiGroup Dashboard Properties
|
|
7575
7422
|
* @uiWidget textArea
|
|
7576
7423
|
*/
|
|
7577
|
-
this.dashboard_verificationRequiredInternalHeader = "Identity
|
|
7424
|
+
this.dashboard_verificationRequiredInternalHeader = "Identity Verification in Progress";
|
|
7578
7425
|
/**
|
|
7579
7426
|
* @uiName Verification required internal alert description
|
|
7580
7427
|
* @uiGroup Dashboard Properties
|
|
@@ -7586,7 +7433,7 @@ const TaxAndCashMonolith = class {
|
|
|
7586
7433
|
* @uiGroup Dashboard Properties
|
|
7587
7434
|
* @uiWidget textArea
|
|
7588
7435
|
*/
|
|
7589
|
-
this.dashboard_verificationReviewInternalHeader = "Identity
|
|
7436
|
+
this.dashboard_verificationReviewInternalHeader = "Identity Verification Under Review";
|
|
7590
7437
|
/**
|
|
7591
7438
|
* @uiName Verification review internal alert description
|
|
7592
7439
|
* @uiGroup Dashboard Properties
|
|
@@ -7598,7 +7445,7 @@ const TaxAndCashMonolith = class {
|
|
|
7598
7445
|
* @uiGroup Dashboard Properties
|
|
7599
7446
|
* @uiWidget textArea
|
|
7600
7447
|
*/
|
|
7601
|
-
this.dashboard_verificationFailedInternalHeader = "Identity
|
|
7448
|
+
this.dashboard_verificationFailedInternalHeader = "Identity Verification Unsuccessful";
|
|
7602
7449
|
/**
|
|
7603
7450
|
* @uiName Verification failed internal alert description
|
|
7604
7451
|
* @uiGroup Dashboard Properties
|
|
@@ -7632,54 +7479,6 @@ const TaxAndCashMonolith = class {
|
|
|
7632
7479
|
* @uiName Account review alert description
|
|
7633
7480
|
*/
|
|
7634
7481
|
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}.";
|
|
7635
|
-
/**
|
|
7636
|
-
* @uiName Payment on hold alert header
|
|
7637
|
-
*/
|
|
7638
|
-
this.dashboard_paymentOnHoldHeader = "We are reviewing your new payout settings";
|
|
7639
|
-
/**
|
|
7640
|
-
* @uiName Payment on hold alert description
|
|
7641
|
-
*/
|
|
7642
|
-
this.dashboard_paymentOnHoldDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
|
|
7643
|
-
/**
|
|
7644
|
-
* @uiName Beneficiary name invalid alert header
|
|
7645
|
-
*/
|
|
7646
|
-
this.dashboard_beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
|
|
7647
|
-
/**
|
|
7648
|
-
* @uiName Beneficiary name invalid description
|
|
7649
|
-
*/
|
|
7650
|
-
this.dashboard_beneficiaryNameInvalidDescription = "The account holder (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.";
|
|
7651
|
-
/**
|
|
7652
|
-
* @uiName Beneficiary name mismatch alert header
|
|
7653
|
-
*/
|
|
7654
|
-
this.dashboard_beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
|
|
7655
|
-
/**
|
|
7656
|
-
* @uiName Beneficiary name mismatch alert description
|
|
7657
|
-
*/
|
|
7658
|
-
this.dashboard_beneficiaryNameMismatchDescription = "The account holder (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.";
|
|
7659
|
-
/**
|
|
7660
|
-
* @uiName Bank name mismatch alert header
|
|
7661
|
-
*/
|
|
7662
|
-
this.dashboard_bankNameMismatchHeader = "Your payment information does not match your tax form";
|
|
7663
|
-
/**
|
|
7664
|
-
* @uiName Bank name mismatch alert description
|
|
7665
|
-
*/
|
|
7666
|
-
this.dashboard_bankNameMismatchDescription = "The bank account (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.";
|
|
7667
|
-
/**
|
|
7668
|
-
* @uiName Withdrawal settings invalid alert header
|
|
7669
|
-
*/
|
|
7670
|
-
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
7671
|
-
/**
|
|
7672
|
-
* @uiName Withdrawal settings invalid alert description
|
|
7673
|
-
*/
|
|
7674
|
-
this.dashboard_withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
|
|
7675
|
-
/**
|
|
7676
|
-
* @uiName Payment returned alert header
|
|
7677
|
-
*/
|
|
7678
|
-
this.dashboard_paymentReturnedHeader = "Payout unsuccessful";
|
|
7679
|
-
/**
|
|
7680
|
-
* @uiName Payment returned alert description
|
|
7681
|
-
*/
|
|
7682
|
-
this.dashboard_paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
|
|
7683
7482
|
/**
|
|
7684
7483
|
* @uiName Terms and Conditions text
|
|
7685
7484
|
* @uiGroup Dashboard Properties
|
|
@@ -4,16 +4,6 @@ import { n as h } from './dom-context-hooks.module-63370afd.js';
|
|
|
4
4
|
const HeroImage = class {
|
|
5
5
|
constructor(hostRef) {
|
|
6
6
|
registerInstance(this, hostRef);
|
|
7
|
-
/**
|
|
8
|
-
* @uiName Logo text size (in px)
|
|
9
|
-
* @uiWidget number
|
|
10
|
-
*/
|
|
11
|
-
this.logoTextSize = 32;
|
|
12
|
-
/**
|
|
13
|
-
* @uiWidget color
|
|
14
|
-
* @uiName Logo text color
|
|
15
|
-
*/
|
|
16
|
-
this.logoTextColor = "var(--sqm-primary-color, var(--sqm-text, #555555))";
|
|
17
7
|
/**
|
|
18
8
|
* Page participants are navigated to after clicking the header logo.
|
|
19
9
|
*
|
|
@@ -22,17 +12,14 @@ const HeroImage = class {
|
|
|
22
12
|
*/
|
|
23
13
|
this.nextPage = "/";
|
|
24
14
|
/**
|
|
25
|
-
* @uiName Logo height
|
|
15
|
+
* @uiName Logo height
|
|
26
16
|
*/
|
|
27
17
|
this.height = 60;
|
|
28
18
|
h(this);
|
|
29
19
|
}
|
|
30
20
|
disconnectedCallback() { }
|
|
31
21
|
render() {
|
|
32
|
-
return (h$1(Host, null, h$1("a", { href: this.nextPage, part: "sqm-link"
|
|
33
|
-
fontSize: `${this.logoTextSize}px`,
|
|
34
|
-
color: this.logoTextColor,
|
|
35
|
-
} }, this.logoText)))));
|
|
22
|
+
return (h$1(Host, null, h$1("a", { href: this.nextPage, part: "sqm-link" }, h$1("img", { style: { height: `${this === null || this === void 0 ? void 0 : this.height}px` }, src: this === null || this === void 0 ? void 0 : this.imageUrl }))));
|
|
36
23
|
}
|
|
37
24
|
};
|
|
38
25
|
|