@saasquatch/mint-components 2.4.1-11 → 2.4.1-13

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.
@@ -7987,7 +7987,7 @@ const TaxAndCashMonolith = class {
7987
7987
  * @componentState { "title": "Step 4: Payment method", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"], "uiGroup": "Step 4 Properties" }
7988
7988
  * @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"], "uiGroup": "Dashboard Properties" }
7989
7989
  */
7990
- this.stateController = '{"sqm-tax-and-cash":{"step":"/1"}}';
7990
+ this.stateController = "{}";
7991
7991
  domContextHooks_module.h$1(this);
7992
7992
  }
7993
7993
  disconnectedCallback() { }
@@ -42,7 +42,7 @@ const WidgetVerificationController = class {
42
42
  * @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
43
43
  * @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
44
44
  */
45
- this.stateController = '{"sqm-widget-verification-controller":{"isAuth":true}}';
45
+ this.stateController = '{"sqm-widget-verification-controller":{"isAuth":true},"sqm-tax-and-cash":{"step":"/1"}}';
46
46
  domContextHooks_module.h$1(this);
47
47
  }
48
48
  disconnectedCallback() { }
@@ -33,9 +33,9 @@ function useTemplateChildren({ parent, callback }) {
33
33
  }
34
34
  /**
35
35
  * @uiName Widget Verification Controller
36
- * @slots [{"name":"verified","title":"Verified template"},{"name":"not-verified","title":"Not Verified template"}]
36
+ * @slots [{"name":"not-verified","title":"Not Verified template"},{"name":"verified","title":"Verified template"}]
37
37
  * @exampleGroup Tax and Cash
38
- * @example Widget Cash Payout Form - <sqm-widget-verification-controller><template slot="not-verified"><sqm-widget-verification></sqm-widget-verification></template><template slot="verified"><sqm-tax-and-cash></sqm-tax-and-cash></template></sqm-widget-verification-controller>
38
+ * @example Widget Cash Payout Form - <sqm-widget-verification-controller state-controller='{"sqm-widget-verification-controller":{"isAuth":true},"sqm-tax-and-cash":{"step":"/1"}}'><template slot="not-verified"><sqm-widget-verification></sqm-widget-verification></template><template slot="verified"><sqm-tax-and-cash></sqm-tax-and-cash></template></sqm-widget-verification-controller>
39
39
  * @canvasRenderer always-replace
40
40
  */
41
41
  export class WidgetVerificationController {
@@ -45,7 +45,7 @@ export class WidgetVerificationController {
45
45
  * @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
46
46
  * @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
47
47
  */
48
- this.stateController = '{"sqm-widget-verification-controller":{"isAuth":true}}';
48
+ this.stateController = '{"sqm-widget-verification-controller":{"isAuth":true},"sqm-tax-and-cash":{"step":"/1"}}';
49
49
  withHooks(this);
50
50
  }
51
51
  disconnectedCallback() { }
@@ -153,7 +153,7 @@ export class WidgetVerificationController {
153
153
  },
154
154
  "attribute": "state-controller",
155
155
  "reflect": false,
156
- "defaultValue": "'{\"sqm-widget-verification-controller\":{\"isAuth\":true}}'"
156
+ "defaultValue": "'{\"sqm-widget-verification-controller\":{\"isAuth\":true},\"sqm-tax-and-cash\":{\"step\":\"/1\"}}'"
157
157
  }
158
158
  }; }
159
159
  }
@@ -1122,7 +1122,7 @@ export class TaxAndCashMonolith {
1122
1122
  * @componentState { "title": "Step 4: Payment method", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"], "uiGroup": "Step 4 Properties" }
1123
1123
  * @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"], "uiGroup": "Dashboard Properties" }
1124
1124
  */
1125
- this.stateController = '{"sqm-tax-and-cash":{"step":"/1"}}';
1125
+ this.stateController = "{}";
1126
1126
  withHooks(this);
1127
1127
  }
1128
1128
  disconnectedCallback() { }
@@ -5860,7 +5860,7 @@ export class TaxAndCashMonolith {
5860
5860
  },
5861
5861
  "attribute": "state-controller",
5862
5862
  "reflect": false,
5863
- "defaultValue": "'{\"sqm-tax-and-cash\":{\"step\":\"/1\"}}'"
5863
+ "defaultValue": "\"{}\""
5864
5864
  },
5865
5865
  "demoData": {
5866
5866
  "type": "unknown",
@@ -7983,7 +7983,7 @@ const TaxAndCashMonolith = class {
7983
7983
  * @componentState { "title": "Step 4: Payment method", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"], "uiGroup": "Step 4 Properties" }
7984
7984
  * @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"], "uiGroup": "Dashboard Properties" }
7985
7985
  */
7986
- this.stateController = '{"sqm-tax-and-cash":{"step":"/1"}}';
7986
+ this.stateController = "{}";
7987
7987
  h(this);
7988
7988
  }
7989
7989
  disconnectedCallback() { }
@@ -38,7 +38,7 @@ const WidgetVerificationController = class {
38
38
  * @componentState { "title": "Verify email", "slot": "not-verified", "props": { "isAuth": false }, "disabled": "true" }
39
39
  * @componentState { "title": "Tax and cash", "default": true, "slot": "verified", "props": { "isAuth": true }, "disabled": "true" }
40
40
  */
41
- this.stateController = '{"sqm-widget-verification-controller":{"isAuth":true}}';
41
+ this.stateController = '{"sqm-widget-verification-controller":{"isAuth":true},"sqm-tax-and-cash":{"step":"/1"}}';
42
42
  h(this);
43
43
  }
44
44
  disconnectedCallback() { }