@saasquatch/mint-components 2.1.9-2 → 2.1.9-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-widget-verification.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +2 -2
- package/dist/esm/sqm-widget-verification.entry.js +1 -1
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.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
|
@@ -248,7 +248,7 @@ const WidgetVerification = class {
|
|
|
248
248
|
* @undocumented
|
|
249
249
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
250
250
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
251
|
-
* @componentState { "title": "Step 3: Create Partner", "props": { "
|
|
251
|
+
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
252
252
|
*/
|
|
253
253
|
this.stateController = "{}";
|
|
254
254
|
domContextHooks_module.h$1(this);
|
|
@@ -188,7 +188,7 @@ export class WidgetVerification {
|
|
|
188
188
|
* @undocumented
|
|
189
189
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
190
190
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
191
|
-
* @componentState { "title": "Step 3: Create Partner", "props": { "
|
|
191
|
+
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
192
192
|
*/
|
|
193
193
|
this.stateController = "{}";
|
|
194
194
|
withHooks(this);
|
|
@@ -958,7 +958,7 @@ export class WidgetVerification {
|
|
|
958
958
|
"text": "{ \"title\": \"Step 2: Enter code\", \"props\": { \"showCode\": true }, \"dependencies\": [\"sqm-code-verification\"], \"uiGroup\": \"Code Verification Step\" }",
|
|
959
959
|
"name": "componentState"
|
|
960
960
|
}, {
|
|
961
|
-
"text": "{ \"title\": \"Step 3: Create Partner\", \"props\": { \"
|
|
961
|
+
"text": "{ \"title\": \"Step 3: Create Partner\", \"props\": { \"showPartnerModal\": true }, \"dependencies\": [\"sqm-partner-info-modal\"], \"uiGroup\": \"Partner Creation Step\" }",
|
|
962
962
|
"name": "componentState"
|
|
963
963
|
}],
|
|
964
964
|
"text": ""
|
|
@@ -244,7 +244,7 @@ const WidgetVerification = class {
|
|
|
244
244
|
* @undocumented
|
|
245
245
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
246
246
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
247
|
-
* @componentState { "title": "Step 3: Create Partner", "props": { "
|
|
247
|
+
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
248
248
|
*/
|
|
249
249
|
this.stateController = "{}";
|
|
250
250
|
h(this);
|
|
@@ -165,7 +165,7 @@ export declare class WidgetVerification {
|
|
|
165
165
|
* @undocumented
|
|
166
166
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
167
167
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
168
|
-
* @componentState { "title": "Step 3: Create Partner", "props": { "
|
|
168
|
+
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
169
169
|
*/
|
|
170
170
|
stateController: string;
|
|
171
171
|
constructor();
|
|
@@ -7339,7 +7339,7 @@ export namespace Components {
|
|
|
7339
7339
|
* @undocumented
|
|
7340
7340
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
7341
7341
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
7342
|
-
* @componentState { "title": "Step 3: Create Partner", "props": { "
|
|
7342
|
+
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
7343
7343
|
*/
|
|
7344
7344
|
"stateController": string;
|
|
7345
7345
|
}
|
|
@@ -15507,7 +15507,7 @@ declare namespace LocalJSX {
|
|
|
15507
15507
|
* @undocumented
|
|
15508
15508
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
15509
15509
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
15510
|
-
* @componentState { "title": "Step 3: Create Partner", "props": { "
|
|
15510
|
+
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
15511
15511
|
*/
|
|
15512
15512
|
"stateController"?: string;
|
|
15513
15513
|
}
|
package/docs/docs.docx
CHANGED
|
Binary file
|