@saasquatch/mint-components 1.16.0-14 → 1.16.0-16
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/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +31 -1
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +24 -2
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/cjs/{usePayoutStatus-79b5577f.js → usePayoutStatus-d459ddde.js} +21 -11
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +14 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +52 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +21 -11
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +50 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +14 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +50 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_17.entry.js +31 -1
- package/dist/esm/sqm-big-stat_43.entry.js +24 -2
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm/{usePayoutStatus-6ae7fc44.js → usePayoutStatus-4a7625b9.js} +21 -11
- 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_17.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/{usePayoutStatus-6ae7fc44.js → usePayoutStatus-4a7625b9.js} +2 -2
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-4345fabe.entry.js → p-05389a8e.entry.js} +2 -2
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-dbdef054.js → p-3b2f1211.js} +2 -2
- package/dist/mint-components/{p-01a851f7.system.entry.js → p-58ae268a.system.entry.js} +1 -1
- package/dist/mint-components/{p-e505f4bb.entry.js → p-72dcdf84.entry.js} +5 -5
- package/dist/mint-components/{p-dd883bbb.system.js → p-9f22f58a.system.js} +2 -2
- package/dist/mint-components/p-a12f854d.system.entry.js +1 -0
- package/dist/mint-components/{p-aa7a6a5c.system.entry.js → p-a3edefd0.system.entry.js} +1 -1
- package/dist/mint-components/{p-7893e7d1.entry.js → p-e4f853ff.entry.js} +1 -1
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +8 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +8 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +8 -0
- package/dist/types/components.d.ts +48 -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/mint-components/p-166a3eea.system.entry.js +0 -1
package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts
CHANGED
|
@@ -27,6 +27,8 @@ export interface PayoutStatusAlertViewProps {
|
|
|
27
27
|
verificationReviewInternalDescription: string;
|
|
28
28
|
verificationFailedInternalHeader: string;
|
|
29
29
|
verificationFailedInternalDescription: string;
|
|
30
|
+
accountReviewHeader: string;
|
|
31
|
+
accountReviewDescription: string;
|
|
30
32
|
w9RequiredHeader: string;
|
|
31
33
|
w9RequiredDescription: string;
|
|
32
34
|
w9RequiredButtonText: string;
|
package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts
CHANGED
|
@@ -54,6 +54,14 @@ export declare class PayoutStatusAlert {
|
|
|
54
54
|
* @uiName Verification failed internal alert description
|
|
55
55
|
*/
|
|
56
56
|
verificationFailedInternalDescription: string;
|
|
57
|
+
/**
|
|
58
|
+
* @uiName Account review alert header
|
|
59
|
+
*/
|
|
60
|
+
accountReviewHeader: string;
|
|
61
|
+
/**
|
|
62
|
+
* @uiName Account review alert description
|
|
63
|
+
*/
|
|
64
|
+
accountReviewDescription: string;
|
|
57
65
|
/**
|
|
58
66
|
* @uiName W9 payment threshold alert header
|
|
59
67
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UserQuery } from "../sqm-tax-and-cash/data";
|
|
2
2
|
import { PayoutStatusAlert } from "./sqm-payout-status-alert";
|
|
3
3
|
export declare type EnforceUsTaxComplianceOption = "NONE" | "EXPLICIT_COUNTRY_CODE" | "IMPLIED_COUNTRY_CODE" | "ALL" | "CASH_ONLY" | "CASH_ONLY_DEFER_W9";
|
|
4
|
-
export declare type PayoutStatus = "OVER_W9_THRESHOLD" | "INFORMATION_REQUIRED" | "VERIFICATION:REQUIRED" | "VERIFICATION:INTERNAL" | "VERIFICATION:REVIEW" | "VERIFICATION:FAILED" | "HOLD" | "DONE";
|
|
4
|
+
export declare type PayoutStatus = "OVER_W9_THRESHOLD" | "INFORMATION_REQUIRED" | "VERIFICATION:REQUIRED" | "VERIFICATION:INTERNAL" | "VERIFICATION:REVIEW" | "VERIFICATION:FAILED" | "HOLD" | "ACCOUNT_REVIEW" | "DONE";
|
|
5
5
|
export declare type TenantSettingsQuery = {
|
|
6
6
|
tenantSettings: {
|
|
7
7
|
enforceUsTaxCompliance: EnforceUsTaxComplianceOption;
|
|
@@ -907,6 +907,14 @@ export declare class TaxAndCashMonolith {
|
|
|
907
907
|
* @uiWidget textArea
|
|
908
908
|
*/
|
|
909
909
|
dashboard_w9RequiredDescription: string;
|
|
910
|
+
/**
|
|
911
|
+
* @uiName Account review alert header
|
|
912
|
+
*/
|
|
913
|
+
dashboard_accountReviewHeader: string;
|
|
914
|
+
/**
|
|
915
|
+
* @uiName Account review alert description
|
|
916
|
+
*/
|
|
917
|
+
dashboard_accountReviewDescription: string;
|
|
910
918
|
/**
|
|
911
919
|
* @uiName Terms and Conditions text
|
|
912
920
|
* @uiGroup Dashboard Properties
|
|
@@ -96,6 +96,8 @@ export interface TaxAndCashDashboardProps {
|
|
|
96
96
|
verificationReviewInternalDescription: string;
|
|
97
97
|
verificationFailedInternalHeader: string;
|
|
98
98
|
verificationFailedInternalDescription: string;
|
|
99
|
+
accountReviewHeader: string;
|
|
100
|
+
accountReviewDescription: string;
|
|
99
101
|
w9RequiredHeader: string;
|
|
100
102
|
w9RequiredDescription: string;
|
|
101
103
|
w9RequiredButtonText: string;
|
|
@@ -233,6 +233,14 @@ export declare class TaxAndCashDashboard {
|
|
|
233
233
|
* @uiName W9 payment threshold alert description
|
|
234
234
|
*/
|
|
235
235
|
w9RequiredDescription: string;
|
|
236
|
+
/**
|
|
237
|
+
* @uiName Account review alert header
|
|
238
|
+
*/
|
|
239
|
+
accountReviewHeader: string;
|
|
240
|
+
/**
|
|
241
|
+
* @uiName Account review alert description
|
|
242
|
+
*/
|
|
243
|
+
accountReviewDescription: string;
|
|
236
244
|
/**
|
|
237
245
|
* @uiName Terms and Conditions text
|
|
238
246
|
*/
|
|
@@ -2008,6 +2008,14 @@ export namespace Components {
|
|
|
2008
2008
|
"thresholdPayoutText": string;
|
|
2009
2009
|
}
|
|
2010
2010
|
interface SqmPayoutStatusAlert {
|
|
2011
|
+
/**
|
|
2012
|
+
* @uiName Account review alert description
|
|
2013
|
+
*/
|
|
2014
|
+
"accountReviewDescription": string;
|
|
2015
|
+
/**
|
|
2016
|
+
* @uiName Account review alert header
|
|
2017
|
+
*/
|
|
2018
|
+
"accountReviewHeader": string;
|
|
2011
2019
|
/**
|
|
2012
2020
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
2013
2021
|
*/
|
|
@@ -4632,6 +4640,14 @@ export namespace Components {
|
|
|
4632
4640
|
* @uiGroup General Form Properties
|
|
4633
4641
|
*/
|
|
4634
4642
|
"continueButton": string;
|
|
4643
|
+
/**
|
|
4644
|
+
* @uiName Account review alert description
|
|
4645
|
+
*/
|
|
4646
|
+
"dashboard_accountReviewDescription": string;
|
|
4647
|
+
/**
|
|
4648
|
+
* @uiName Account review alert header
|
|
4649
|
+
*/
|
|
4650
|
+
"dashboard_accountReviewHeader": string;
|
|
4635
4651
|
/**
|
|
4636
4652
|
* Shown before the participant’s bank account information.
|
|
4637
4653
|
* @uiName Bank account field label
|
|
@@ -5616,6 +5632,14 @@ export namespace Components {
|
|
|
5616
5632
|
"termsAndConditions": string;
|
|
5617
5633
|
}
|
|
5618
5634
|
interface SqmTaxAndCashDashboard {
|
|
5635
|
+
/**
|
|
5636
|
+
* @uiName Account review alert description
|
|
5637
|
+
*/
|
|
5638
|
+
"accountReviewDescription": string;
|
|
5639
|
+
/**
|
|
5640
|
+
* @uiName Account review alert header
|
|
5641
|
+
*/
|
|
5642
|
+
"accountReviewHeader": string;
|
|
5619
5643
|
/**
|
|
5620
5644
|
* Shown before the participant’s bank account information.
|
|
5621
5645
|
* @uiName Bank account field label
|
|
@@ -9117,6 +9141,14 @@ declare namespace LocalJSX {
|
|
|
9117
9141
|
"thresholdPayoutText"?: string;
|
|
9118
9142
|
}
|
|
9119
9143
|
interface SqmPayoutStatusAlert {
|
|
9144
|
+
/**
|
|
9145
|
+
* @uiName Account review alert description
|
|
9146
|
+
*/
|
|
9147
|
+
"accountReviewDescription"?: string;
|
|
9148
|
+
/**
|
|
9149
|
+
* @uiName Account review alert header
|
|
9150
|
+
*/
|
|
9151
|
+
"accountReviewHeader"?: string;
|
|
9120
9152
|
/**
|
|
9121
9153
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
9122
9154
|
*/
|
|
@@ -11717,6 +11749,14 @@ declare namespace LocalJSX {
|
|
|
11717
11749
|
* @uiGroup General Form Properties
|
|
11718
11750
|
*/
|
|
11719
11751
|
"continueButton"?: string;
|
|
11752
|
+
/**
|
|
11753
|
+
* @uiName Account review alert description
|
|
11754
|
+
*/
|
|
11755
|
+
"dashboard_accountReviewDescription"?: string;
|
|
11756
|
+
/**
|
|
11757
|
+
* @uiName Account review alert header
|
|
11758
|
+
*/
|
|
11759
|
+
"dashboard_accountReviewHeader"?: string;
|
|
11720
11760
|
/**
|
|
11721
11761
|
* Shown before the participant’s bank account information.
|
|
11722
11762
|
* @uiName Bank account field label
|
|
@@ -12701,6 +12741,14 @@ declare namespace LocalJSX {
|
|
|
12701
12741
|
"termsAndConditions"?: string;
|
|
12702
12742
|
}
|
|
12703
12743
|
interface SqmTaxAndCashDashboard {
|
|
12744
|
+
/**
|
|
12745
|
+
* @uiName Account review alert description
|
|
12746
|
+
*/
|
|
12747
|
+
"accountReviewDescription"?: string;
|
|
12748
|
+
/**
|
|
12749
|
+
* @uiName Account review alert header
|
|
12750
|
+
*/
|
|
12751
|
+
"accountReviewHeader"?: string;
|
|
12704
12752
|
/**
|
|
12705
12753
|
* Shown before the participant’s bank account information.
|
|
12706
12754
|
* @uiName Bank account field label
|
package/docs/docs.docx
CHANGED
|
Binary file
|