@saasquatch/mint-components 2.0.0-15 → 2.0.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/sqm-big-stat_46.cjs.entry.js +5 -5
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +9 -9
- package/dist/esm/sqm-big-stat_46.entry.js +5 -5
- package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-368c3ca5.entry.js → p-38263521.entry.js} +12 -12
- package/dist/mint-components/{p-f20d3228.system.entry.js → p-69d8b4f2.system.entry.js} +1 -1
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +4 -4
- package/dist/types/components.d.ts +8 -8
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -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
|
@@ -3186,10 +3186,10 @@ const PayoutStatusAlert = class {
|
|
|
3186
3186
|
this.errorDescription = "There was an error with determining your payout status.";
|
|
3187
3187
|
/**
|
|
3188
3188
|
* @undocumented
|
|
3189
|
-
* @componentState { "title": "Payout Info Required", "props": { "
|
|
3190
|
-
* @componentState { "title": "Verification Required", "props": { "
|
|
3191
|
-
* @componentState { "title": "Identity Verification", "props": { "
|
|
3192
|
-
* @componentState { "title": "Account Hold", "props": { "
|
|
3189
|
+
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
3190
|
+
* @componentState { "title": "Verification Required", "props": { "states": { "status": "VERIFICATION:REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
3191
|
+
* @componentState { "title": "Identity Verification", "props": { "states": { "status": "VERIFICATION:REVIEW" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
3192
|
+
* @componentState { "title": "Account Hold", "props": { "states": { "status": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
3193
3193
|
*/
|
|
3194
3194
|
this.stateController = "{}";
|
|
3195
3195
|
domContextHooks_module.h$1(this);
|
|
@@ -3213,7 +3213,7 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3213
3213
|
return cjs.cjs({
|
|
3214
3214
|
states: {
|
|
3215
3215
|
error: false,
|
|
3216
|
-
status: "
|
|
3216
|
+
status: "INFORMATION_REQUIRED",
|
|
3217
3217
|
loading: false,
|
|
3218
3218
|
veriffLoading: false,
|
|
3219
3219
|
},
|
package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js
CHANGED
|
@@ -112,10 +112,10 @@ export class PayoutStatusAlert {
|
|
|
112
112
|
this.errorDescription = "There was an error with determining your payout status.";
|
|
113
113
|
/**
|
|
114
114
|
* @undocumented
|
|
115
|
-
* @componentState { "title": "Payout Info Required", "props": { "
|
|
116
|
-
* @componentState { "title": "Verification Required", "props": { "
|
|
117
|
-
* @componentState { "title": "Identity Verification", "props": { "
|
|
118
|
-
* @componentState { "title": "Account Hold", "props": { "
|
|
115
|
+
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
116
|
+
* @componentState { "title": "Verification Required", "props": { "states": { "status": "VERIFICATION:REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
117
|
+
* @componentState { "title": "Identity Verification", "props": { "states": { "status": "VERIFICATION:REVIEW" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
118
|
+
* @componentState { "title": "Account Hold", "props": { "states": { "status": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
119
119
|
*/
|
|
120
120
|
this.stateController = "{}";
|
|
121
121
|
withHooks(this);
|
|
@@ -652,16 +652,16 @@ export class PayoutStatusAlert {
|
|
|
652
652
|
"text": undefined,
|
|
653
653
|
"name": "undocumented"
|
|
654
654
|
}, {
|
|
655
|
-
"text": "{ \"title\": \"Payout Info Required\", \"props\": { \"
|
|
655
|
+
"text": "{ \"title\": \"Payout Info Required\", \"props\": { \"states\": { \"status\": \"INFORMATION_REQUIRED\" } }, \"dependencies\": [\"sqm-payout-status-alert\"] }",
|
|
656
656
|
"name": "componentState"
|
|
657
657
|
}, {
|
|
658
|
-
"text": "{ \"title\": \"Verification Required\", \"props\": { \"
|
|
658
|
+
"text": "{ \"title\": \"Verification Required\", \"props\": { \"states\": { \"status\": \"VERIFICATION:REQUIRED\" } }, \"dependencies\": [\"sqm-payout-status-alert\"] }",
|
|
659
659
|
"name": "componentState"
|
|
660
660
|
}, {
|
|
661
|
-
"text": "{ \"title\": \"Identity Verification\", \"props\": { \"
|
|
661
|
+
"text": "{ \"title\": \"Identity Verification\", \"props\": { \"states\": { \"status\": \"VERIFICATION:REVIEW\" } }, \"dependencies\": [\"sqm-payout-status-alert\"] }",
|
|
662
662
|
"name": "componentState"
|
|
663
663
|
}, {
|
|
664
|
-
"text": "{ \"title\": \"Account Hold\", \"props\": { \"
|
|
664
|
+
"text": "{ \"title\": \"Account Hold\", \"props\": { \"states\": { \"status\": \"HOLD\" } }, \"dependencies\": [\"sqm-payout-status-alert\"] }",
|
|
665
665
|
"name": "componentState"
|
|
666
666
|
}],
|
|
667
667
|
"text": ""
|
|
@@ -710,7 +710,7 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
710
710
|
return deepmerge({
|
|
711
711
|
states: {
|
|
712
712
|
error: false,
|
|
713
|
-
status: "
|
|
713
|
+
status: "INFORMATION_REQUIRED",
|
|
714
714
|
loading: false,
|
|
715
715
|
veriffLoading: false,
|
|
716
716
|
},
|
|
@@ -3182,10 +3182,10 @@ const PayoutStatusAlert = class {
|
|
|
3182
3182
|
this.errorDescription = "There was an error with determining your payout status.";
|
|
3183
3183
|
/**
|
|
3184
3184
|
* @undocumented
|
|
3185
|
-
* @componentState { "title": "Payout Info Required", "props": { "
|
|
3186
|
-
* @componentState { "title": "Verification Required", "props": { "
|
|
3187
|
-
* @componentState { "title": "Identity Verification", "props": { "
|
|
3188
|
-
* @componentState { "title": "Account Hold", "props": { "
|
|
3185
|
+
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
3186
|
+
* @componentState { "title": "Verification Required", "props": { "states": { "status": "VERIFICATION:REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
3187
|
+
* @componentState { "title": "Identity Verification", "props": { "states": { "status": "VERIFICATION:REVIEW" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
3188
|
+
* @componentState { "title": "Account Hold", "props": { "states": { "status": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
3189
3189
|
*/
|
|
3190
3190
|
this.stateController = "{}";
|
|
3191
3191
|
h(this);
|
|
@@ -3209,7 +3209,7 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3209
3209
|
return cjs({
|
|
3210
3210
|
states: {
|
|
3211
3211
|
error: false,
|
|
3212
|
-
status: "
|
|
3212
|
+
status: "INFORMATION_REQUIRED",
|
|
3213
3213
|
loading: false,
|
|
3214
3214
|
veriffLoading: false,
|
|
3215
3215
|
},
|