@saasquatch/mint-components 2.4.0 → 2.4.1-10
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_47.cjs.entry.js +1 -1
- package/dist/cjs/sqm-email-verification_2.cjs.entry.js +2 -2
- package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +8 -7
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +2 -2
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +10 -9
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +2 -2
- package/dist/esm/sqm-big-stat_47.entry.js +1 -1
- package/dist/esm/sqm-email-verification_2.entry.js +2 -2
- package/dist/esm/sqm-widget-verification-controller.entry.js +8 -7
- package/dist/esm-es5/sqm-email-verification_2.entry.js +1 -1
- package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-03d9362e.system.entry.js +1 -0
- package/dist/mint-components/p-0f1aaee1.entry.js +1 -0
- package/dist/mint-components/{p-a303bada.entry.js → p-7468e5b8.entry.js} +1 -1
- package/dist/mint-components/{p-e7f17aa1.system.entry.js → p-93f1e26a.system.entry.js} +1 -1
- package/dist/mint-components/p-bfb00685.system.js +1 -1
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.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/package.json +1 -1
- package/dist/mint-components/p-27daf264.entry.js +0 -1
- package/dist/mint-components/p-e6de31a7.system.entry.js +0 -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
|
@@ -1086,7 +1086,7 @@ export declare class TaxAndCashMonolith {
|
|
|
1086
1086
|
/**
|
|
1087
1087
|
*
|
|
1088
1088
|
* @undocumented
|
|
1089
|
-
* @componentState { "title": "Step 1: Personal information", "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"], "uiGroup": "Step 1 Properties" }
|
|
1089
|
+
* @componentState { "title": "Step 1: Personal information", "default": true, "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"], "uiGroup": "Step 1 Properties" }
|
|
1090
1090
|
* @componentState { "title": "Step 2: Indirect tax", "props": { "step": "/2" }, "dependencies": ["sqm-indirect-tax-form"], "uiGroup": "Step 2 Properties" }
|
|
1091
1091
|
* @componentState { "title": "Step 3: Tax form", "props": { "step": "/3" }, "dependencies": ["sqm-docusign-form"], "uiGroup": "Step 3 Properties" }
|
|
1092
1092
|
* @componentState { "title": "Step 4: Payment method", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"], "uiGroup": "Step 4 Properties" }
|
|
@@ -6162,7 +6162,7 @@ export namespace Components {
|
|
|
6162
6162
|
"searchForCountryText": string;
|
|
6163
6163
|
/**
|
|
6164
6164
|
* @undocumented
|
|
6165
|
-
* @componentState { "title": "Step 1: Personal information", "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"], "uiGroup": "Step 1 Properties" }
|
|
6165
|
+
* @componentState { "title": "Step 1: Personal information", "default": true, "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"], "uiGroup": "Step 1 Properties" }
|
|
6166
6166
|
* @componentState { "title": "Step 2: Indirect tax", "props": { "step": "/2" }, "dependencies": ["sqm-indirect-tax-form"], "uiGroup": "Step 2 Properties" }
|
|
6167
6167
|
* @componentState { "title": "Step 3: Tax form", "props": { "step": "/3" }, "dependencies": ["sqm-docusign-form"], "uiGroup": "Step 3 Properties" }
|
|
6168
6168
|
* @componentState { "title": "Step 4: Payment method", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"], "uiGroup": "Step 4 Properties" }
|
|
@@ -7593,7 +7593,7 @@ export namespace Components {
|
|
|
7593
7593
|
/**
|
|
7594
7594
|
* @undocumented
|
|
7595
7595
|
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
|
|
7596
|
-
* @componentState { "title": "Tax and cash", "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
7596
|
+
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
7597
7597
|
*/
|
|
7598
7598
|
"stateController": string;
|
|
7599
7599
|
}
|
|
@@ -14582,7 +14582,7 @@ declare namespace LocalJSX {
|
|
|
14582
14582
|
"searchForCountryText"?: string;
|
|
14583
14583
|
/**
|
|
14584
14584
|
* @undocumented
|
|
14585
|
-
* @componentState { "title": "Step 1: Personal information", "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"], "uiGroup": "Step 1 Properties" }
|
|
14585
|
+
* @componentState { "title": "Step 1: Personal information", "default": true, "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"], "uiGroup": "Step 1 Properties" }
|
|
14586
14586
|
* @componentState { "title": "Step 2: Indirect tax", "props": { "step": "/2" }, "dependencies": ["sqm-indirect-tax-form"], "uiGroup": "Step 2 Properties" }
|
|
14587
14587
|
* @componentState { "title": "Step 3: Tax form", "props": { "step": "/3" }, "dependencies": ["sqm-docusign-form"], "uiGroup": "Step 3 Properties" }
|
|
14588
14588
|
* @componentState { "title": "Step 4: Payment method", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"], "uiGroup": "Step 4 Properties" }
|
|
@@ -16012,7 +16012,7 @@ declare namespace LocalJSX {
|
|
|
16012
16012
|
/**
|
|
16013
16013
|
* @undocumented
|
|
16014
16014
|
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
|
|
16015
|
-
* @componentState { "title": "Tax and cash", "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
16015
|
+
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
16016
16016
|
*/
|
|
16017
16017
|
"stateController"?: string;
|
|
16018
16018
|
}
|
package/docs/docs.docx
CHANGED
|
Binary file
|