@saasquatch/mint-components 2.4.1-3 → 2.4.1-5
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-widget-verification-controller.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +2 -2
- package/dist/esm/sqm-widget-verification-controller.entry.js +1 -1
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
|
@@ -40,7 +40,7 @@ const WidgetVerificationController = class {
|
|
|
40
40
|
/**
|
|
41
41
|
* @undocumented
|
|
42
42
|
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
43
|
-
* @componentState { "title": "Tax and cash", "slot": "verified", "props": {
|
|
43
|
+
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
44
44
|
*/
|
|
45
45
|
this.stateController = "{}";
|
|
46
46
|
domContextHooks_module.h$1(this);
|
package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js
CHANGED
|
@@ -43,7 +43,7 @@ export class WidgetVerificationController {
|
|
|
43
43
|
/**
|
|
44
44
|
* @undocumented
|
|
45
45
|
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
46
|
-
* @componentState { "title": "Tax and cash", "slot": "verified", "props": {
|
|
46
|
+
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
47
47
|
*/
|
|
48
48
|
this.stateController = "{}";
|
|
49
49
|
withHooks(this);
|
|
@@ -145,7 +145,7 @@ export class WidgetVerificationController {
|
|
|
145
145
|
"text": "{ \"title\": \"Verify email\", \"slot\": \"not-verified\", \"props\": { \"isAuth\": true }, \"disabled\": \"true\" }",
|
|
146
146
|
"name": "componentState"
|
|
147
147
|
}, {
|
|
148
|
-
"text": "{ \"title\": \"Tax and cash\", \"slot\": \"verified\", \"props\": {
|
|
148
|
+
"text": "{ \"title\": \"Tax and cash\", \"default\": true, \"slot\": \"verified\", \"props\": { \"isAuth\": true }, \"disabled\": \"true\" }",
|
|
149
149
|
"name": "componentState"
|
|
150
150
|
}],
|
|
151
151
|
"text": ""
|
|
@@ -36,7 +36,7 @@ const WidgetVerificationController = class {
|
|
|
36
36
|
/**
|
|
37
37
|
* @undocumented
|
|
38
38
|
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
39
|
-
* @componentState { "title": "Tax and cash", "slot": "verified", "props": {
|
|
39
|
+
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
40
40
|
*/
|
|
41
41
|
this.stateController = "{}";
|
|
42
42
|
h(this);
|
package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare class WidgetVerificationController {
|
|
|
9
9
|
/**
|
|
10
10
|
* @undocumented
|
|
11
11
|
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
12
|
-
* @componentState { "title": "Tax and cash", "slot": "verified", "props": {
|
|
12
|
+
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
13
13
|
*/
|
|
14
14
|
stateController: string;
|
|
15
15
|
constructor();
|
|
@@ -7593,7 +7593,7 @@ export namespace Components {
|
|
|
7593
7593
|
/**
|
|
7594
7594
|
* @undocumented
|
|
7595
7595
|
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
7596
|
-
* @componentState { "title": "Tax and cash", "slot": "verified", "props": {
|
|
7596
|
+
* @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
7597
7597
|
*/
|
|
7598
7598
|
"stateController": string;
|
|
7599
7599
|
}
|
|
@@ -16012,7 +16012,7 @@ declare namespace LocalJSX {
|
|
|
16012
16012
|
/**
|
|
16013
16013
|
* @undocumented
|
|
16014
16014
|
* @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": true }, "disabled": "true" }
|
|
16015
|
-
* @componentState { "title": "Tax and cash", "slot": "verified", "props": {
|
|
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
|