@saasquatch/mint-components 1.9.2-2 → 1.9.2-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/sqm-banking-info-form_16.cjs.entry.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-user-info-form/sqm-user-info-form.js +2 -2
- package/dist/esm/sqm-banking-info-form_16.entry.js +2 -2
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +1 -1
- package/dist/types/components.d.ts +4 -4
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -3970,7 +3970,7 @@ const TaxAndCashMonolith = class {
|
|
|
3970
3970
|
this.step1_termsAndConditionsLabel = "terms and conditions";
|
|
3971
3971
|
/**
|
|
3972
3972
|
* The link that appears in the terms and conditions checkbox
|
|
3973
|
-
* @uiName Terms and conditions
|
|
3973
|
+
* @uiName Terms and conditions link
|
|
3974
3974
|
* @uiGroup Step 1 Properties
|
|
3975
3975
|
*/
|
|
3976
3976
|
this.step1_termsAndConditionsLink = "/payout-terms-and-conditions";
|
|
@@ -7088,7 +7088,7 @@ const TaxForm = class {
|
|
|
7088
7088
|
this.termsAndConditionsLabel = "terms and conditions";
|
|
7089
7089
|
/**
|
|
7090
7090
|
* The link that appears in the terms and conditions checkbox
|
|
7091
|
-
* @uiName Terms and conditions
|
|
7091
|
+
* @uiName Terms and conditions link
|
|
7092
7092
|
*/
|
|
7093
7093
|
this.termsAndConditionsLink = "/payout-terms-and-conditions";
|
|
7094
7094
|
/**
|
|
@@ -106,7 +106,7 @@ export class TaxAndCashMonolith {
|
|
|
106
106
|
this.step1_termsAndConditionsLabel = "terms and conditions";
|
|
107
107
|
/**
|
|
108
108
|
* The link that appears in the terms and conditions checkbox
|
|
109
|
-
* @uiName Terms and conditions
|
|
109
|
+
* @uiName Terms and conditions link
|
|
110
110
|
* @uiGroup Step 1 Properties
|
|
111
111
|
*/
|
|
112
112
|
this.step1_termsAndConditionsLink = "/payout-terms-and-conditions";
|
|
@@ -1354,7 +1354,7 @@ export class TaxAndCashMonolith {
|
|
|
1354
1354
|
"optional": false,
|
|
1355
1355
|
"docs": {
|
|
1356
1356
|
"tags": [{
|
|
1357
|
-
"text": "Terms and conditions
|
|
1357
|
+
"text": "Terms and conditions link",
|
|
1358
1358
|
"name": "uiName"
|
|
1359
1359
|
}, {
|
|
1360
1360
|
"text": "Step 1 Properties",
|
|
@@ -114,7 +114,7 @@ export class TaxForm {
|
|
|
114
114
|
this.termsAndConditionsLabel = "terms and conditions";
|
|
115
115
|
/**
|
|
116
116
|
* The link that appears in the terms and conditions checkbox
|
|
117
|
-
* @uiName Terms and conditions
|
|
117
|
+
* @uiName Terms and conditions link
|
|
118
118
|
*/
|
|
119
119
|
this.termsAndConditionsLink = "/payout-terms-and-conditions";
|
|
120
120
|
/**
|
|
@@ -679,7 +679,7 @@ export class TaxForm {
|
|
|
679
679
|
"optional": false,
|
|
680
680
|
"docs": {
|
|
681
681
|
"tags": [{
|
|
682
|
-
"text": "Terms and conditions
|
|
682
|
+
"text": "Terms and conditions link",
|
|
683
683
|
"name": "uiName"
|
|
684
684
|
}],
|
|
685
685
|
"text": "The link that appears in the terms and conditions checkbox"
|
|
@@ -3966,7 +3966,7 @@ const TaxAndCashMonolith = class {
|
|
|
3966
3966
|
this.step1_termsAndConditionsLabel = "terms and conditions";
|
|
3967
3967
|
/**
|
|
3968
3968
|
* The link that appears in the terms and conditions checkbox
|
|
3969
|
-
* @uiName Terms and conditions
|
|
3969
|
+
* @uiName Terms and conditions link
|
|
3970
3970
|
* @uiGroup Step 1 Properties
|
|
3971
3971
|
*/
|
|
3972
3972
|
this.step1_termsAndConditionsLink = "/payout-terms-and-conditions";
|
|
@@ -7084,7 +7084,7 @@ const TaxForm = class {
|
|
|
7084
7084
|
this.termsAndConditionsLabel = "terms and conditions";
|
|
7085
7085
|
/**
|
|
7086
7086
|
* The link that appears in the terms and conditions checkbox
|
|
7087
|
-
* @uiName Terms and conditions
|
|
7087
|
+
* @uiName Terms and conditions link
|
|
7088
7088
|
*/
|
|
7089
7089
|
this.termsAndConditionsLink = "/payout-terms-and-conditions";
|
|
7090
7090
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class TaxAndCashMonolith {
|
|
|
91
91
|
step1_termsAndConditionsLabel: string;
|
|
92
92
|
/**
|
|
93
93
|
* The link that appears in the terms and conditions checkbox
|
|
94
|
-
* @uiName Terms and conditions
|
|
94
|
+
* @uiName Terms and conditions link
|
|
95
95
|
* @uiGroup Step 1 Properties
|
|
96
96
|
*/
|
|
97
97
|
step1_termsAndConditionsLink: string;
|
|
@@ -107,7 +107,7 @@ export declare class TaxForm {
|
|
|
107
107
|
termsAndConditionsLabel: string;
|
|
108
108
|
/**
|
|
109
109
|
* The link that appears in the terms and conditions checkbox
|
|
110
|
-
* @uiName Terms and conditions
|
|
110
|
+
* @uiName Terms and conditions link
|
|
111
111
|
*/
|
|
112
112
|
termsAndConditionsLink: string;
|
|
113
113
|
/**
|
|
@@ -4179,7 +4179,7 @@ export namespace Components {
|
|
|
4179
4179
|
"step1_termsAndConditionsLabel": string;
|
|
4180
4180
|
/**
|
|
4181
4181
|
* The link that appears in the terms and conditions checkbox
|
|
4182
|
-
* @uiName Terms and conditions
|
|
4182
|
+
* @uiName Terms and conditions link
|
|
4183
4183
|
* @uiGroup Step 1 Properties
|
|
4184
4184
|
*/
|
|
4185
4185
|
"step1_termsAndConditionsLink": string;
|
|
@@ -5061,7 +5061,7 @@ export namespace Components {
|
|
|
5061
5061
|
"termsAndConditionsLabel": string;
|
|
5062
5062
|
/**
|
|
5063
5063
|
* The link that appears in the terms and conditions checkbox
|
|
5064
|
-
* @uiName Terms and conditions
|
|
5064
|
+
* @uiName Terms and conditions link
|
|
5065
5065
|
*/
|
|
5066
5066
|
"termsAndConditionsLink": string;
|
|
5067
5067
|
}
|
|
@@ -9943,7 +9943,7 @@ declare namespace LocalJSX {
|
|
|
9943
9943
|
"step1_termsAndConditionsLabel"?: string;
|
|
9944
9944
|
/**
|
|
9945
9945
|
* The link that appears in the terms and conditions checkbox
|
|
9946
|
-
* @uiName Terms and conditions
|
|
9946
|
+
* @uiName Terms and conditions link
|
|
9947
9947
|
* @uiGroup Step 1 Properties
|
|
9948
9948
|
*/
|
|
9949
9949
|
"step1_termsAndConditionsLink"?: string;
|
|
@@ -10824,7 +10824,7 @@ declare namespace LocalJSX {
|
|
|
10824
10824
|
"termsAndConditionsLabel"?: string;
|
|
10825
10825
|
/**
|
|
10826
10826
|
* The link that appears in the terms and conditions checkbox
|
|
10827
|
-
* @uiName Terms and conditions
|
|
10827
|
+
* @uiName Terms and conditions link
|
|
10828
10828
|
*/
|
|
10829
10829
|
"termsAndConditionsLink"?: string;
|
|
10830
10830
|
}
|
package/docs/docs.docx
CHANGED
|
Binary file
|