@saasquatch/mint-components 2.0.0-3 → 2.0.0-31
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/{ShadowViewAddon-23b04c91.js → ShadowViewAddon-016bebfd.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +10 -4
- package/dist/cjs/sqm-big-stat_46.cjs.entry.js +17 -45
- package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-container-view-07e4343f.js → sqm-portal-container-view-ca86b9e5.js} +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +6 -5
- package/dist/cjs/sqm-tax-and-cash-dashboard.cjs.entry.js +1059 -0
- package/dist/collection/components/sqm-hero/sqm-hero.js +1 -9
- package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +1 -1
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +1 -34
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +1 -1
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +4 -3
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +48 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +11 -5
- package/dist/esm/{ShadowViewAddon-c0bd62f7.js → ShadowViewAddon-4cde160a.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +10 -4
- package/dist/esm/sqm-big-stat_46.entry.js +17 -45
- package/dist/esm/sqm-empty_4.entry.js +1 -1
- package/dist/esm/{sqm-portal-container-view-176e92e3.js → sqm-portal-container-view-16309b22.js} +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +6 -5
- package/dist/esm/sqm-tax-and-cash-dashboard.entry.js +1055 -0
- package/dist/esm-es5/{ShadowViewAddon-c0bd62f7.js → ShadowViewAddon-4cde160a.js} +1 -1
- 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_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-container-view-176e92e3.js → sqm-portal-container-view-16309b22.js} +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-9580aac3.js → p-1fa9ef02.js} +1 -1
- package/dist/mint-components/{p-b8d3fb57.entry.js → p-38263521.entry.js} +12 -12
- package/dist/mint-components/{p-76d4ef41.entry.js → p-3bf5cd51.entry.js} +1 -1
- package/dist/mint-components/{p-a38dd63f.system.entry.js → p-3ea29bac.system.entry.js} +1 -1
- package/dist/mint-components/{p-7d735c9c.js → p-4ffc5bce.js} +1 -1
- package/dist/mint-components/p-69308e0d.system.entry.js +1 -0
- package/dist/mint-components/p-69d8b4f2.system.entry.js +1 -0
- package/dist/mint-components/p-92bed2ad.system.js +1 -0
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/{p-35081b0c.system.entry.js → p-9fed62f8.system.entry.js} +1 -1
- package/dist/mint-components/p-bfac0290.entry.js +99 -0
- package/dist/mint-components/{p-bb452830.system.js → p-c62b277d.system.js} +1 -1
- package/dist/mint-components/{p-f860e7f1.entry.js → p-e110688b.entry.js} +2 -2
- package/dist/mint-components/sqm-tax-and-cash-dashboard.entry.js +1055 -0
- 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 +8 -0
- 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 +18 -2
- 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-13e66b37.system.entry.js +0 -1
- package/dist/mint-components/p-a0730259.entry.js +0 -99
- package/dist/mint-components/p-a6f4fb03.system.js +0 -1
- package/dist/mint-components/p-c5fea579.system.entry.js +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @uiName Footer
|
|
3
|
-
* @validParents ["div","sqm-brand","sqm-portal-container", "sqm-divided-layout", "sqm-referral-card", "sqm-instant-access-registration", "sqm-portal-frame"]
|
|
3
|
+
* @validParents ["div","sqm-brand","sqm-portal-container", "sqm-divided-layout", "sqm-referral-card", "sqm-instant-access-registration", "sqm-portal-frame", "sqm-referred-registration"]
|
|
4
4
|
*/
|
|
5
5
|
export declare class PortalFooter {
|
|
6
6
|
ignored: boolean;
|
|
@@ -2,7 +2,7 @@ import { VNode } from "../../stencil-public-runtime";
|
|
|
2
2
|
import { Spacing } from "../../global/mixins";
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Titled Section
|
|
5
|
-
* @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"]
|
|
5
|
+
* @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"]
|
|
6
6
|
* @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"]
|
|
7
7
|
* @slots [{"name":"label", "title":"Label"},{"name":"content", "title":"Content"}]
|
|
8
8
|
* @exampleGroup Layout
|
package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts
CHANGED
|
@@ -103,6 +103,14 @@ export declare class PayoutStatusAlert {
|
|
|
103
103
|
* @uiName Error description
|
|
104
104
|
*/
|
|
105
105
|
errorDescription: string;
|
|
106
|
+
/**
|
|
107
|
+
* @undocumented
|
|
108
|
+
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
109
|
+
* @componentState { "title": "Verification Required", "props": { "states": { "status": "VERIFICATION:REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
110
|
+
* @componentState { "title": "Identity Verification", "props": { "states": { "status": "VERIFICATION:REVIEW" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
111
|
+
* @componentState { "title": "Account Hold", "props": { "states": { "status": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
112
|
+
*/
|
|
113
|
+
stateController?: string;
|
|
106
114
|
/**
|
|
107
115
|
* @undocumented
|
|
108
116
|
* @uiType object
|
|
@@ -339,7 +339,7 @@ export declare class TaxAndCashDashboard {
|
|
|
339
339
|
demoData?: DemoData<UseTaxAndCashDashboardResult>;
|
|
340
340
|
/**
|
|
341
341
|
* @undocumented
|
|
342
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
342
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] "uiGroup": "Dashboard Properties" }
|
|
343
343
|
*/
|
|
344
344
|
stateController?: string;
|
|
345
345
|
constructor();
|
|
@@ -2284,6 +2284,14 @@ export namespace Components {
|
|
|
2284
2284
|
* @uiName Info required alert header
|
|
2285
2285
|
*/
|
|
2286
2286
|
"informationRequiredHeader": string;
|
|
2287
|
+
/**
|
|
2288
|
+
* @undocumented
|
|
2289
|
+
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
2290
|
+
* @componentState { "title": "Verification Required", "props": { "states": { "status": "VERIFICATION:REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
2291
|
+
* @componentState { "title": "Identity Verification", "props": { "states": { "status": "VERIFICATION:REVIEW" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
2292
|
+
* @componentState { "title": "Account Hold", "props": { "states": { "status": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
2293
|
+
*/
|
|
2294
|
+
"stateController"?: string;
|
|
2287
2295
|
/**
|
|
2288
2296
|
* @uiName Support link text
|
|
2289
2297
|
*/
|
|
@@ -6348,7 +6356,7 @@ export namespace Components {
|
|
|
6348
6356
|
"requiredTaxForm"?: string;
|
|
6349
6357
|
/**
|
|
6350
6358
|
* @undocumented
|
|
6351
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
6359
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] "uiGroup": "Dashboard Properties" }
|
|
6352
6360
|
*/
|
|
6353
6361
|
"stateController"?: string;
|
|
6354
6362
|
/**
|
|
@@ -9977,6 +9985,14 @@ declare namespace LocalJSX {
|
|
|
9977
9985
|
* @uiName Info required alert header
|
|
9978
9986
|
*/
|
|
9979
9987
|
"informationRequiredHeader"?: string;
|
|
9988
|
+
/**
|
|
9989
|
+
* @undocumented
|
|
9990
|
+
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
9991
|
+
* @componentState { "title": "Verification Required", "props": { "states": { "status": "VERIFICATION:REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
9992
|
+
* @componentState { "title": "Identity Verification", "props": { "states": { "status": "VERIFICATION:REVIEW" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
9993
|
+
* @componentState { "title": "Account Hold", "props": { "states": { "status": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
9994
|
+
*/
|
|
9995
|
+
"stateController"?: string;
|
|
9980
9996
|
/**
|
|
9981
9997
|
* @uiName Support link text
|
|
9982
9998
|
*/
|
|
@@ -14017,7 +14033,7 @@ declare namespace LocalJSX {
|
|
|
14017
14033
|
"requiredTaxForm"?: string;
|
|
14018
14034
|
/**
|
|
14019
14035
|
* @undocumented
|
|
14020
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
14036
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] "uiGroup": "Dashboard Properties" }
|
|
14021
14037
|
*/
|
|
14022
14038
|
"stateController"?: string;
|
|
14023
14039
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|