@saasquatch/mint-components 2.0.0-15 → 2.0.0-17
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_10.cjs.entry.js +1 -1
- package/dist/cjs/sqm-big-stat_46.cjs.entry.js +5 -5
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +1 -1
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +9 -9
- 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_10.entry.js +1 -1
- 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/sqm-portal-footer/sqm-portal-footer.d.ts +1 -1
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +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/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +1 -1
- package/dist/types/components.d.ts +10 -10
- 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
|
@@ -4665,7 +4665,7 @@ const TaxAndCashDashboard = class {
|
|
|
4665
4665
|
this.cancelButton = "Cancel";
|
|
4666
4666
|
/**
|
|
4667
4667
|
* @undocumented
|
|
4668
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
4668
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"] "uiGroup": "Dashboard Properties" }
|
|
4669
4669
|
*/
|
|
4670
4670
|
this.stateController = "{}";
|
|
4671
4671
|
domContextHooks_module.h$1(this);
|
|
@@ -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
|
},
|
|
@@ -4,7 +4,7 @@ import { getProps } from "../../utils/utils";
|
|
|
4
4
|
import { PortalFooterView } from "./sqm-portal-footer-view";
|
|
5
5
|
/**
|
|
6
6
|
* @uiName Footer
|
|
7
|
-
* @validParents ["div","sqm-brand","sqm-portal-container", "sqm-divided-layout", "sqm-referral-card", "sqm-instant-access-registration", "sqm-portal-frame"]
|
|
7
|
+
* @validParents ["div","sqm-brand","sqm-portal-container", "sqm-divided-layout", "sqm-referral-card", "sqm-instant-access-registration", "sqm-portal-frame", "sqm-referred-registration"]
|
|
8
8
|
*/
|
|
9
9
|
export class PortalFooter {
|
|
10
10
|
constructor() {
|
|
@@ -4,7 +4,7 @@ import { getProps } from "../../utils/utils";
|
|
|
4
4
|
import { PortalSectionView } from "./sqm-portal-section-view";
|
|
5
5
|
/**
|
|
6
6
|
* @uiName Titled Section
|
|
7
|
-
* @validParents ["sqm-portal-container","div","sqm-divided-layout","template","sqm-hero","sqm-tab", "sqm-referred-registration", "sqb-program-section","sqb-conditional-section", "sqm-instant-access-registration", "sqm-referral-card"]
|
|
7
|
+
* @validParents ["sqm-portal-container","div","sqm-divided-layout","template","sqm-hero","sqm-tab", "sqm-referred-registration", "sqb-program-section","sqb-conditional-section", "sqm-instant-access-registration", "sqm-referral-card", "sqm-referred-registration"]
|
|
8
8
|
* @validChildren ["div","sqm-portal-container","p","sqm-timeline","h1","h2","h3","h5","h4","sqm-qr-code","sqm-referral-code","sqm-referral-codes","sqm-share-code","sqm-share-link","sqm-text","span", "sqm-user-name"]
|
|
9
9
|
* @slots [{"name":"label", "title":"Label"},{"name":"content", "title":"Content"}]
|
|
10
10
|
* @exampleGroup Layout
|
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
|
},
|
|
@@ -340,7 +340,7 @@ export class TaxAndCashDashboard {
|
|
|
340
340
|
this.cancelButton = "Cancel";
|
|
341
341
|
/**
|
|
342
342
|
* @undocumented
|
|
343
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
343
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"] "uiGroup": "Dashboard Properties" }
|
|
344
344
|
*/
|
|
345
345
|
this.stateController = "{}";
|
|
346
346
|
withHooks(this);
|
|
@@ -1888,7 +1888,7 @@ export class TaxAndCashDashboard {
|
|
|
1888
1888
|
"text": undefined,
|
|
1889
1889
|
"name": "undocumented"
|
|
1890
1890
|
}, {
|
|
1891
|
-
"text": "{ \"title\": \"Payouts on hold\", \"props\": { \"states\": { \"payoutStatus\": \"HOLD\" } }, \"uiGroup\": \"Dashboard Properties\" }",
|
|
1891
|
+
"text": "{ \"title\": \"Payouts on hold\", \"props\": { \"states\": { \"payoutStatus\": \"HOLD\" } }, \"dependencies\": [\"sqm-tax-and-cash\"] \"uiGroup\": \"Dashboard Properties\" }",
|
|
1892
1892
|
"name": "componentState"
|
|
1893
1893
|
}],
|
|
1894
1894
|
"text": ""
|
|
@@ -4661,7 +4661,7 @@ const TaxAndCashDashboard = class {
|
|
|
4661
4661
|
this.cancelButton = "Cancel";
|
|
4662
4662
|
/**
|
|
4663
4663
|
* @undocumented
|
|
4664
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
4664
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"] "uiGroup": "Dashboard Properties" }
|
|
4665
4665
|
*/
|
|
4666
4666
|
this.stateController = "{}";
|
|
4667
4667
|
h$1(this);
|
|
@@ -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
|
},
|