@saasquatch/mint-components 2.4.1-1 → 2.4.1-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-email-verification_2.cjs.entry.js +1 -1
- package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +2 -2
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +4 -4
- package/dist/esm/sqm-email-verification_2.entry.js +1 -1
- package/dist/esm/sqm-widget-verification-controller.entry.js +2 -2
- package/dist/esm-es5/sqm-email-verification_2.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-c3025801.entry.js → p-7468e5b8.entry.js} +1 -1
- package/dist/mint-components/{p-f8ec1f37.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 +2 -2
- 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/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
|
@@ -7592,8 +7592,8 @@ export namespace Components {
|
|
|
7592
7592
|
interface SqmWidgetVerificationController {
|
|
7593
7593
|
/**
|
|
7594
7594
|
* @undocumented
|
|
7595
|
-
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth":
|
|
7596
|
-
* @componentState { "title": "Tax and cash", "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
7595
|
+
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
7596
|
+
* @componentState { "title": "Tax and cash", "slot": "verified", "props": {"default": true, "isAuth": true }, "disabled": "true" }
|
|
7597
7597
|
*/
|
|
7598
7598
|
"stateController": string;
|
|
7599
7599
|
}
|
|
@@ -16011,8 +16011,8 @@ declare namespace LocalJSX {
|
|
|
16011
16011
|
interface SqmWidgetVerificationController {
|
|
16012
16012
|
/**
|
|
16013
16013
|
* @undocumented
|
|
16014
|
-
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth":
|
|
16015
|
-
* @componentState { "title": "Tax and cash", "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
16014
|
+
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
16015
|
+
* @componentState { "title": "Tax and cash", "slot": "verified", "props": {"default": true, "isAuth": true }, "disabled": "true" }
|
|
16016
16016
|
*/
|
|
16017
16017
|
"stateController"?: string;
|
|
16018
16018
|
}
|
package/docs/docs.docx
CHANGED
|
Binary file
|