@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
|
@@ -27,11 +27,11 @@ 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-fbc33c53.js');
|
|
31
31
|
require('./sqm-portal-container-view-07e4343f.js');
|
|
32
32
|
const utils$1 = require('./utils-4eb18a29.js');
|
|
33
33
|
const extractProps = require('./extractProps-e9c55ba8.js');
|
|
34
|
-
const data = require('./data-
|
|
34
|
+
const data = require('./data-16106637.js');
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
@@ -2903,12 +2903,6 @@ function useDemoPayoutButtonScroll(props) {
|
|
|
2903
2903
|
}
|
|
2904
2904
|
|
|
2905
2905
|
const style$2 = {
|
|
2906
|
-
ButtonContainer: {
|
|
2907
|
-
display: "flex",
|
|
2908
|
-
gap: "var(--sl-spacing-medium)",
|
|
2909
|
-
marginTop: "var(--sl-spacing-medium)",
|
|
2910
|
-
flexWrap: "wrap",
|
|
2911
|
-
},
|
|
2912
2906
|
SkeletonOne: {
|
|
2913
2907
|
width: "50%",
|
|
2914
2908
|
height: "16px",
|
|
@@ -3033,7 +3027,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3033
3027
|
icon: "exclamation-triangle",
|
|
3034
3028
|
};
|
|
3035
3029
|
}
|
|
3036
|
-
case "
|
|
3030
|
+
case "ACCOUNT_REVIEW":
|
|
3037
3031
|
return {
|
|
3038
3032
|
header: text.accountReviewHeader,
|
|
3039
3033
|
description: global.intl.formatMessage({
|
|
@@ -3046,92 +3040,6 @@ function PayoutStatusAlertView(props) {
|
|
|
3046
3040
|
alertType: "warning",
|
|
3047
3041
|
icon: "exclamation-triangle",
|
|
3048
3042
|
};
|
|
3049
|
-
case "PAYMENT_HOLD_ON_CHANGE":
|
|
3050
|
-
return {
|
|
3051
|
-
header: text.paymentHoldOnChangeHeader,
|
|
3052
|
-
description: global.intl.formatMessage({
|
|
3053
|
-
id: "accountReviewDescription",
|
|
3054
|
-
defaultMessage: text.paymentHoldOnChangeDescription,
|
|
3055
|
-
}, {
|
|
3056
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3057
|
-
}),
|
|
3058
|
-
buttonText: null,
|
|
3059
|
-
alertType: "warning",
|
|
3060
|
-
icon: "exclamation-triangle",
|
|
3061
|
-
};
|
|
3062
|
-
case "BENEFICIARY_NAME_INVALID":
|
|
3063
|
-
return {
|
|
3064
|
-
header: text.beneficiaryNameInvalidHeader,
|
|
3065
|
-
description: global.intl.formatMessage({
|
|
3066
|
-
id: "accountReviewDescription",
|
|
3067
|
-
defaultMessage: text.beneficiaryNameInvalidDescription,
|
|
3068
|
-
}, {
|
|
3069
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3070
|
-
}),
|
|
3071
|
-
button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
|
|
3072
|
-
index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3073
|
-
index.h("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3074
|
-
alertType: "warning",
|
|
3075
|
-
icon: "exclamation-triangle",
|
|
3076
|
-
};
|
|
3077
|
-
case "BENEFICIARY_NAME_MISMATCH":
|
|
3078
|
-
return {
|
|
3079
|
-
header: text.beneficiaryNameMismatchHeader,
|
|
3080
|
-
description: global.intl.formatMessage({
|
|
3081
|
-
id: "accountReviewDescription",
|
|
3082
|
-
defaultMessage: text.beneficiaryNameMismatchDescription,
|
|
3083
|
-
}, {
|
|
3084
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3085
|
-
}),
|
|
3086
|
-
button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
|
|
3087
|
-
index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3088
|
-
index.h("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3089
|
-
alertType: "warning",
|
|
3090
|
-
icon: "exclamation-triangle",
|
|
3091
|
-
};
|
|
3092
|
-
case "BANK_TAX_NAME_MISMATCH":
|
|
3093
|
-
return {
|
|
3094
|
-
header: text.bankTaxNameMismatchHeader,
|
|
3095
|
-
description: global.intl.formatMessage({
|
|
3096
|
-
id: "accountReviewDescription",
|
|
3097
|
-
defaultMessage: text.bankTaxNameMismatchDescription,
|
|
3098
|
-
}, {
|
|
3099
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3100
|
-
}),
|
|
3101
|
-
button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
|
|
3102
|
-
index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3103
|
-
index.h("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3104
|
-
alertType: "warning",
|
|
3105
|
-
icon: "exclamation-triangle",
|
|
3106
|
-
};
|
|
3107
|
-
case "WITHDRAWAL_SETTINGS_INVALID":
|
|
3108
|
-
return {
|
|
3109
|
-
header: text.withdrawalSettingsInvalidHeader,
|
|
3110
|
-
description: global.intl.formatMessage({
|
|
3111
|
-
id: "accountReviewDescription",
|
|
3112
|
-
defaultMessage: text.withdrawalSettingsInvalidDescription,
|
|
3113
|
-
}, {
|
|
3114
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3115
|
-
}),
|
|
3116
|
-
button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
|
|
3117
|
-
index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
3118
|
-
alertType: "warning",
|
|
3119
|
-
icon: "exclamation-triangle",
|
|
3120
|
-
};
|
|
3121
|
-
case "PAYMENT_RETURNED":
|
|
3122
|
-
return {
|
|
3123
|
-
header: text.paymentReturnedHeader,
|
|
3124
|
-
description: global.intl.formatMessage({
|
|
3125
|
-
id: "accountReviewDescription",
|
|
3126
|
-
defaultMessage: text.paymentReturnedDescription,
|
|
3127
|
-
}, {
|
|
3128
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3129
|
-
}),
|
|
3130
|
-
button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
|
|
3131
|
-
index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
3132
|
-
alertType: "error",
|
|
3133
|
-
icon: "exclamation-triangle",
|
|
3134
|
-
};
|
|
3135
3043
|
case "HOLD":
|
|
3136
3044
|
return {
|
|
3137
3045
|
header: text.holdHeader,
|
|
@@ -3167,8 +3075,6 @@ function PayoutStatusAlertView(props) {
|
|
|
3167
3075
|
return (index.h("div", { style: { paddingTop: "10px" } },
|
|
3168
3076
|
index.h("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base", loading: states.veriffLoading, onClick: callbacks.onClick }, text.verificationRequiredButtonText)));
|
|
3169
3077
|
default:
|
|
3170
|
-
if (alertDetails.button)
|
|
3171
|
-
return alertDetails.button;
|
|
3172
3078
|
return;
|
|
3173
3079
|
}
|
|
3174
3080
|
}
|
|
@@ -3195,15 +3101,6 @@ const PayoutStatusAlert = class {
|
|
|
3195
3101
|
* @uiName Info required alert header
|
|
3196
3102
|
*/
|
|
3197
3103
|
this.informationRequiredHeader = "Payout and tax information required";
|
|
3198
|
-
/**
|
|
3199
|
-
*
|
|
3200
|
-
* @uiName Edit payment info button label
|
|
3201
|
-
*/
|
|
3202
|
-
this.editPaymentInformationButton = "Edit Payout Information";
|
|
3203
|
-
/**
|
|
3204
|
-
* @uiName Submit new tax form button label
|
|
3205
|
-
*/
|
|
3206
|
-
this.newFormButton = "Submit new tax form";
|
|
3207
3104
|
/**
|
|
3208
3105
|
* @uiName Info required alert description
|
|
3209
3106
|
*/
|
|
@@ -3227,7 +3124,7 @@ const PayoutStatusAlert = class {
|
|
|
3227
3124
|
/**
|
|
3228
3125
|
* @uiName Verification required internal alert header
|
|
3229
3126
|
*/
|
|
3230
|
-
this.verificationRequiredInternalHeader = "Identity Verification in
|
|
3127
|
+
this.verificationRequiredInternalHeader = "Identity Verification in Progress";
|
|
3231
3128
|
/**
|
|
3232
3129
|
* @uiName Verification required internal alert description
|
|
3233
3130
|
*/
|
|
@@ -3235,7 +3132,7 @@ const PayoutStatusAlert = class {
|
|
|
3235
3132
|
/**
|
|
3236
3133
|
* @uiName Verification review internal alert header
|
|
3237
3134
|
*/
|
|
3238
|
-
this.verificationReviewInternalHeader = "Identity Verification
|
|
3135
|
+
this.verificationReviewInternalHeader = "Identity Verification Under Review";
|
|
3239
3136
|
/**
|
|
3240
3137
|
* @uiName Verification review internal alert description
|
|
3241
3138
|
*/
|
|
@@ -3243,7 +3140,7 @@ const PayoutStatusAlert = class {
|
|
|
3243
3140
|
/**
|
|
3244
3141
|
* @uiName Verification failed internal alert header
|
|
3245
3142
|
*/
|
|
3246
|
-
this.verificationFailedInternalHeader = "Identity
|
|
3143
|
+
this.verificationFailedInternalHeader = "Identity Verification Unsuccessful";
|
|
3247
3144
|
/**
|
|
3248
3145
|
* @uiName Verification failed internal alert description
|
|
3249
3146
|
*/
|
|
@@ -3256,54 +3153,6 @@ const PayoutStatusAlert = class {
|
|
|
3256
3153
|
* @uiName Account review alert description
|
|
3257
3154
|
*/
|
|
3258
3155
|
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}.";
|
|
3259
|
-
/**
|
|
3260
|
-
* @uiName Payment on hold alert header
|
|
3261
|
-
*/
|
|
3262
|
-
this.paymentHoldOnChangeHeader = "We are reviewing your new payout settings";
|
|
3263
|
-
/**
|
|
3264
|
-
* @uiName Payment on hold alert description
|
|
3265
|
-
*/
|
|
3266
|
-
this.paymentHoldOnChangeDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
|
|
3267
|
-
/**
|
|
3268
|
-
* @uiName Beneficiary name invalid alert header
|
|
3269
|
-
*/
|
|
3270
|
-
this.beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
|
|
3271
|
-
/**
|
|
3272
|
-
* @uiName Beneficiary name invalid description
|
|
3273
|
-
*/
|
|
3274
|
-
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.";
|
|
3275
|
-
/**
|
|
3276
|
-
* @uiName Beneficiary name mismatch alert header
|
|
3277
|
-
*/
|
|
3278
|
-
this.beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
|
|
3279
|
-
/**
|
|
3280
|
-
* @uiName Beneficiary name mismatch alert description
|
|
3281
|
-
*/
|
|
3282
|
-
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.";
|
|
3283
|
-
/**
|
|
3284
|
-
* @uiName Bank name mismatch alert header
|
|
3285
|
-
*/
|
|
3286
|
-
this.bankTaxNameMismatchHeader = "Your payment information does not match your tax form";
|
|
3287
|
-
/**
|
|
3288
|
-
* @uiName Bank name mismatch alert description
|
|
3289
|
-
*/
|
|
3290
|
-
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.";
|
|
3291
|
-
/**
|
|
3292
|
-
* @uiName Withdrawal settings invalid alert header
|
|
3293
|
-
*/
|
|
3294
|
-
this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
3295
|
-
/**
|
|
3296
|
-
* @uiName Withdrawal settings invalid alert description
|
|
3297
|
-
*/
|
|
3298
|
-
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.";
|
|
3299
|
-
/**
|
|
3300
|
-
* @uiName Payment returned alert header
|
|
3301
|
-
*/
|
|
3302
|
-
this.paymentReturnedHeader = "Payout unsuccessful";
|
|
3303
|
-
/**
|
|
3304
|
-
* @uiName Payment returned alert description
|
|
3305
|
-
*/
|
|
3306
|
-
this.paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
|
|
3307
3156
|
/**
|
|
3308
3157
|
* @uiName W-9 payment threshold alert header
|
|
3309
3158
|
*/
|
|
@@ -3373,7 +3222,7 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3373
3222
|
return cjs.cjs({
|
|
3374
3223
|
states: {
|
|
3375
3224
|
error: false,
|
|
3376
|
-
status:
|
|
3225
|
+
status: "INFORMATION_REQUIRED",
|
|
3377
3226
|
loading: false,
|
|
3378
3227
|
veriffLoading: false,
|
|
3379
3228
|
},
|
|
@@ -3382,8 +3231,6 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3382
3231
|
callbacks: {
|
|
3383
3232
|
onTermsClick: () => { },
|
|
3384
3233
|
onClick: () => console.log("show"),
|
|
3385
|
-
onPaymentInfoClick: () => { },
|
|
3386
|
-
onNewFormClick: () => { },
|
|
3387
3234
|
},
|
|
3388
3235
|
}, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
3389
3236
|
}
|
|
@@ -7421,12 +7268,12 @@ const TaxAndCashMonolith = class {
|
|
|
7421
7268
|
* @uiName Submit new tax form button label
|
|
7422
7269
|
* @uiGroup Dashboard Properties
|
|
7423
7270
|
*/
|
|
7424
|
-
this.dashboard_newFormButton = "Submit new
|
|
7271
|
+
this.dashboard_newFormButton = "Submit new form";
|
|
7425
7272
|
/**
|
|
7426
7273
|
* @uiName Edit payment info button label
|
|
7427
7274
|
* @uiGroup Dashboard Properties
|
|
7428
7275
|
*/
|
|
7429
|
-
this.dashboard_editPaymentInformationButton = "Edit
|
|
7276
|
+
this.dashboard_editPaymentInformationButton = "Edit Payout Information";
|
|
7430
7277
|
/**
|
|
7431
7278
|
* @uiName Not registered for indirect tax text
|
|
7432
7279
|
* @uiGroup Dashboard Properties
|
|
@@ -7578,7 +7425,7 @@ const TaxAndCashMonolith = class {
|
|
|
7578
7425
|
* @uiGroup Dashboard Properties
|
|
7579
7426
|
* @uiWidget textArea
|
|
7580
7427
|
*/
|
|
7581
|
-
this.dashboard_verificationRequiredInternalHeader = "Identity
|
|
7428
|
+
this.dashboard_verificationRequiredInternalHeader = "Identity Verification in Progress";
|
|
7582
7429
|
/**
|
|
7583
7430
|
* @uiName Verification required internal alert description
|
|
7584
7431
|
* @uiGroup Dashboard Properties
|
|
@@ -7590,7 +7437,7 @@ const TaxAndCashMonolith = class {
|
|
|
7590
7437
|
* @uiGroup Dashboard Properties
|
|
7591
7438
|
* @uiWidget textArea
|
|
7592
7439
|
*/
|
|
7593
|
-
this.dashboard_verificationReviewInternalHeader = "Identity
|
|
7440
|
+
this.dashboard_verificationReviewInternalHeader = "Identity Verification Under Review";
|
|
7594
7441
|
/**
|
|
7595
7442
|
* @uiName Verification review internal alert description
|
|
7596
7443
|
* @uiGroup Dashboard Properties
|
|
@@ -7602,7 +7449,7 @@ const TaxAndCashMonolith = class {
|
|
|
7602
7449
|
* @uiGroup Dashboard Properties
|
|
7603
7450
|
* @uiWidget textArea
|
|
7604
7451
|
*/
|
|
7605
|
-
this.dashboard_verificationFailedInternalHeader = "Identity
|
|
7452
|
+
this.dashboard_verificationFailedInternalHeader = "Identity Verification Unsuccessful";
|
|
7606
7453
|
/**
|
|
7607
7454
|
* @uiName Verification failed internal alert description
|
|
7608
7455
|
* @uiGroup Dashboard Properties
|
|
@@ -7636,54 +7483,6 @@ const TaxAndCashMonolith = class {
|
|
|
7636
7483
|
* @uiName Account review alert description
|
|
7637
7484
|
*/
|
|
7638
7485
|
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}.";
|
|
7639
|
-
/**
|
|
7640
|
-
* @uiName Payment on hold alert header
|
|
7641
|
-
*/
|
|
7642
|
-
this.dashboard_paymentOnHoldHeader = "We are reviewing your new payout settings";
|
|
7643
|
-
/**
|
|
7644
|
-
* @uiName Payment on hold alert description
|
|
7645
|
-
*/
|
|
7646
|
-
this.dashboard_paymentOnHoldDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
|
|
7647
|
-
/**
|
|
7648
|
-
* @uiName Beneficiary name invalid alert header
|
|
7649
|
-
*/
|
|
7650
|
-
this.dashboard_beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
|
|
7651
|
-
/**
|
|
7652
|
-
* @uiName Beneficiary name invalid description
|
|
7653
|
-
*/
|
|
7654
|
-
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.";
|
|
7655
|
-
/**
|
|
7656
|
-
* @uiName Beneficiary name mismatch alert header
|
|
7657
|
-
*/
|
|
7658
|
-
this.dashboard_beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
|
|
7659
|
-
/**
|
|
7660
|
-
* @uiName Beneficiary name mismatch alert description
|
|
7661
|
-
*/
|
|
7662
|
-
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.";
|
|
7663
|
-
/**
|
|
7664
|
-
* @uiName Bank name mismatch alert header
|
|
7665
|
-
*/
|
|
7666
|
-
this.dashboard_bankNameMismatchHeader = "Your payment information does not match your tax form";
|
|
7667
|
-
/**
|
|
7668
|
-
* @uiName Bank name mismatch alert description
|
|
7669
|
-
*/
|
|
7670
|
-
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.";
|
|
7671
|
-
/**
|
|
7672
|
-
* @uiName Withdrawal settings invalid alert header
|
|
7673
|
-
*/
|
|
7674
|
-
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
7675
|
-
/**
|
|
7676
|
-
* @uiName Withdrawal settings invalid alert description
|
|
7677
|
-
*/
|
|
7678
|
-
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.";
|
|
7679
|
-
/**
|
|
7680
|
-
* @uiName Payment returned alert header
|
|
7681
|
-
*/
|
|
7682
|
-
this.dashboard_paymentReturnedHeader = "Payout unsuccessful";
|
|
7683
|
-
/**
|
|
7684
|
-
* @uiName Payment returned alert description
|
|
7685
|
-
*/
|
|
7686
|
-
this.dashboard_paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
|
|
7687
7486
|
/**
|
|
7688
7487
|
* @uiName Terms and Conditions text
|
|
7689
7488
|
* @uiGroup Dashboard Properties
|
|
@@ -8,16 +8,6 @@ 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 (in px)
|
|
13
|
-
* @uiWidget number
|
|
14
|
-
*/
|
|
15
|
-
this.logoTextSize = 32;
|
|
16
|
-
/**
|
|
17
|
-
* @uiWidget color
|
|
18
|
-
* @uiName Logo text color
|
|
19
|
-
*/
|
|
20
|
-
this.logoTextColor = "var(--sqm-primary-color, var(--sqm-text, #555555))";
|
|
21
11
|
/**
|
|
22
12
|
* Page participants are navigated to after clicking the header logo.
|
|
23
13
|
*
|
|
@@ -26,17 +16,14 @@ const HeroImage = class {
|
|
|
26
16
|
*/
|
|
27
17
|
this.nextPage = "/";
|
|
28
18
|
/**
|
|
29
|
-
* @uiName Logo height
|
|
19
|
+
* @uiName Logo height
|
|
30
20
|
*/
|
|
31
21
|
this.height = 60;
|
|
32
22
|
domContextHooks_module.h$1(this);
|
|
33
23
|
}
|
|
34
24
|
disconnectedCallback() { }
|
|
35
25
|
render() {
|
|
36
|
-
return (index.h(index.Host, null, index.h("a", { href: this.nextPage, part: "sqm-link"
|
|
37
|
-
fontSize: `${this.logoTextSize}px`,
|
|
38
|
-
color: this.logoTextColor,
|
|
39
|
-
} }, this.logoText)))));
|
|
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 }))));
|
|
40
27
|
}
|
|
41
28
|
};
|
|
42
29
|
|