@saasquatch/mint-components 1.16.0-21 → 1.16.0-23
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/sqm-banking-info-form_17.cjs.entry.js +3 -3
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +2 -2
- package/dist/esm/sqm-banking-info-form_17.entry.js +3 -3
- package/dist/esm/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-2bf6eef0.entry.js → p-4a25cf48.entry.js} +6 -6
- package/dist/mint-components/p-4ae2f833.system.entry.js +1 -0
- package/dist/mint-components/{p-a12f854d.system.entry.js → p-58a04134.system.entry.js} +1 -1
- package/dist/mint-components/p-cdfec074.entry.js +273 -0
- 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/package.json +1 -1
- package/dist/mint-components/p-05389a8e.entry.js +0 -273
- package/dist/mint-components/p-4b29afb2.system.entry.js +0 -1
|
@@ -2400,7 +2400,7 @@ const DocusignIframe = ({ states, data, callbacks, text, }) => {
|
|
|
2400
2400
|
if (typeof e.data === "number") {
|
|
2401
2401
|
setiFrameHeight(e.data + "px");
|
|
2402
2402
|
}
|
|
2403
|
-
if (e.data === "Complyexchange Thank you page Load") {
|
|
2403
|
+
if (e.data === "Complyexchange Thank you page Load" && !states.loading) {
|
|
2404
2404
|
callbacks.completeDocument();
|
|
2405
2405
|
}
|
|
2406
2406
|
}, []);
|
|
@@ -5414,7 +5414,7 @@ const TaxAndCashMonolith = class {
|
|
|
5414
5414
|
* @uiGroup Dashboard Properties
|
|
5415
5415
|
* @uiWidget textArea
|
|
5416
5416
|
*/
|
|
5417
|
-
this.dashboard_w9RequiredDescription = "You have surpassed the $600 threshold
|
|
5417
|
+
this.dashboard_w9RequiredDescription = "You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.";
|
|
5418
5418
|
/**
|
|
5419
5419
|
* @uiName Account review alert header
|
|
5420
5420
|
*/
|
|
@@ -6463,7 +6463,7 @@ const TaxAndCashDashboard = class {
|
|
|
6463
6463
|
/**
|
|
6464
6464
|
* @uiName W9 payment threshold alert description
|
|
6465
6465
|
*/
|
|
6466
|
-
this.w9RequiredDescription = "You have surpassed the $600 threshold
|
|
6466
|
+
this.w9RequiredDescription = "You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.";
|
|
6467
6467
|
/**
|
|
6468
6468
|
* @uiName Account review alert header
|
|
6469
6469
|
*/
|
|
@@ -2526,7 +2526,7 @@ const PayoutStatusAlert = class {
|
|
|
2526
2526
|
/**
|
|
2527
2527
|
* @uiName W9 payment threshold alert description
|
|
2528
2528
|
*/
|
|
2529
|
-
this.w9RequiredDescription = "You have surpassed the $600 threshold
|
|
2529
|
+
this.w9RequiredDescription = "You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.";
|
|
2530
2530
|
/**
|
|
2531
2531
|
* @uiName W9 payment threshold alert button text
|
|
2532
2532
|
*/
|
package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js
CHANGED
|
@@ -83,7 +83,7 @@ export const DocusignIframe = ({ states, data, callbacks, text, }) => {
|
|
|
83
83
|
if (typeof e.data === "number") {
|
|
84
84
|
setiFrameHeight(e.data + "px");
|
|
85
85
|
}
|
|
86
|
-
if (e.data === "Complyexchange Thank you page Load") {
|
|
86
|
+
if (e.data === "Complyexchange Thank you page Load" && !states.loading) {
|
|
87
87
|
callbacks.completeDocument();
|
|
88
88
|
}
|
|
89
89
|
}, []);
|
package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js
CHANGED
|
@@ -75,7 +75,7 @@ export class PayoutStatusAlert {
|
|
|
75
75
|
/**
|
|
76
76
|
* @uiName W9 payment threshold alert description
|
|
77
77
|
*/
|
|
78
|
-
this.w9RequiredDescription = "You have surpassed the $600 threshold
|
|
78
|
+
this.w9RequiredDescription = "You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.";
|
|
79
79
|
/**
|
|
80
80
|
* @uiName W9 payment threshold alert button text
|
|
81
81
|
*/
|
|
@@ -457,7 +457,7 @@ export class PayoutStatusAlert {
|
|
|
457
457
|
},
|
|
458
458
|
"attribute": "w-9-required-description",
|
|
459
459
|
"reflect": false,
|
|
460
|
-
"defaultValue": "\"You have surpassed the $600 threshold
|
|
460
|
+
"defaultValue": "\"You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.\""
|
|
461
461
|
},
|
|
462
462
|
"w9RequiredButtonText": {
|
|
463
463
|
"type": "string",
|
|
@@ -930,7 +930,7 @@ export class TaxAndCashMonolith {
|
|
|
930
930
|
* @uiGroup Dashboard Properties
|
|
931
931
|
* @uiWidget textArea
|
|
932
932
|
*/
|
|
933
|
-
this.dashboard_w9RequiredDescription = "You have surpassed the $600 threshold
|
|
933
|
+
this.dashboard_w9RequiredDescription = "You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.";
|
|
934
934
|
/**
|
|
935
935
|
* @uiName Account review alert header
|
|
936
936
|
*/
|
|
@@ -4958,7 +4958,7 @@ export class TaxAndCashMonolith {
|
|
|
4958
4958
|
},
|
|
4959
4959
|
"attribute": "dashboard_w-9-required-description",
|
|
4960
4960
|
"reflect": false,
|
|
4961
|
-
"defaultValue": "\"You have surpassed the $600 threshold
|
|
4961
|
+
"defaultValue": "\"You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.\""
|
|
4962
4962
|
},
|
|
4963
4963
|
"dashboard_accountReviewHeader": {
|
|
4964
4964
|
"type": "string",
|
|
@@ -238,7 +238,7 @@ export class TaxAndCashDashboard {
|
|
|
238
238
|
/**
|
|
239
239
|
* @uiName W9 payment threshold alert description
|
|
240
240
|
*/
|
|
241
|
-
this.w9RequiredDescription = "You have surpassed the $600 threshold
|
|
241
|
+
this.w9RequiredDescription = "You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.";
|
|
242
242
|
/**
|
|
243
243
|
* @uiName Account review alert header
|
|
244
244
|
*/
|
|
@@ -1317,7 +1317,7 @@ export class TaxAndCashDashboard {
|
|
|
1317
1317
|
},
|
|
1318
1318
|
"attribute": "w-9-required-description",
|
|
1319
1319
|
"reflect": false,
|
|
1320
|
-
"defaultValue": "\"You have surpassed the $600 threshold
|
|
1320
|
+
"defaultValue": "\"You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.\""
|
|
1321
1321
|
},
|
|
1322
1322
|
"accountReviewHeader": {
|
|
1323
1323
|
"type": "string",
|
|
@@ -2396,7 +2396,7 @@ const DocusignIframe = ({ states, data, callbacks, text, }) => {
|
|
|
2396
2396
|
if (typeof e.data === "number") {
|
|
2397
2397
|
setiFrameHeight(e.data + "px");
|
|
2398
2398
|
}
|
|
2399
|
-
if (e.data === "Complyexchange Thank you page Load") {
|
|
2399
|
+
if (e.data === "Complyexchange Thank you page Load" && !states.loading) {
|
|
2400
2400
|
callbacks.completeDocument();
|
|
2401
2401
|
}
|
|
2402
2402
|
}, []);
|
|
@@ -5410,7 +5410,7 @@ const TaxAndCashMonolith = class {
|
|
|
5410
5410
|
* @uiGroup Dashboard Properties
|
|
5411
5411
|
* @uiWidget textArea
|
|
5412
5412
|
*/
|
|
5413
|
-
this.dashboard_w9RequiredDescription = "You have surpassed the $600 threshold
|
|
5413
|
+
this.dashboard_w9RequiredDescription = "You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.";
|
|
5414
5414
|
/**
|
|
5415
5415
|
* @uiName Account review alert header
|
|
5416
5416
|
*/
|
|
@@ -6459,7 +6459,7 @@ const TaxAndCashDashboard = class {
|
|
|
6459
6459
|
/**
|
|
6460
6460
|
* @uiName W9 payment threshold alert description
|
|
6461
6461
|
*/
|
|
6462
|
-
this.w9RequiredDescription = "You have surpassed the $600 threshold
|
|
6462
|
+
this.w9RequiredDescription = "You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.";
|
|
6463
6463
|
/**
|
|
6464
6464
|
* @uiName Account review alert header
|
|
6465
6465
|
*/
|
|
@@ -2522,7 +2522,7 @@ const PayoutStatusAlert = class {
|
|
|
2522
2522
|
/**
|
|
2523
2523
|
* @uiName W9 payment threshold alert description
|
|
2524
2524
|
*/
|
|
2525
|
-
this.w9RequiredDescription = "You have surpassed the $600 threshold
|
|
2525
|
+
this.w9RequiredDescription = "You have surpassed the $600 threshold requiring a W9 form or have multiple accounts with impact.com. To remove the hold, please submit your W9 form.";
|
|
2526
2526
|
/**
|
|
2527
2527
|
* @uiName W9 payment threshold alert button text
|
|
2528
2528
|
*/
|