@saasquatch/mint-components 1.15.0-132 → 1.15.0-133

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.
@@ -4562,7 +4562,7 @@ const TaxAndCashDashboard = class {
4562
4562
  this.cancelButton = "Cancel";
4563
4563
  /**
4564
4564
  * @undocumented
4565
- * @componentState { "title": "Payouts on hold", "props": { "payoutStatus": "HOLD" }, "uiGroup": "Dashboard Properties" }
4565
+ * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
4566
4566
  */
4567
4567
  this.stateController = "{}";
4568
4568
  domContextHooks_module.h$1(this);
@@ -4590,6 +4590,7 @@ const TaxAndCashDashboard = class {
4590
4590
  }
4591
4591
  };
4592
4592
  function useDemoTaxAndCashDashboard(props) {
4593
+ console.log("dashboard", { props });
4593
4594
  // @ts-ignore
4594
4595
  return cjs.cjs({
4595
4596
  states: {
@@ -316,7 +316,7 @@ export class TaxAndCashDashboard {
316
316
  this.cancelButton = "Cancel";
317
317
  /**
318
318
  * @undocumented
319
- * @componentState { "title": "Payouts on hold", "props": { "payoutStatus": "HOLD" }, "uiGroup": "Dashboard Properties" }
319
+ * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
320
320
  */
321
321
  this.stateController = "{}";
322
322
  withHooks(this);
@@ -1741,7 +1741,7 @@ export class TaxAndCashDashboard {
1741
1741
  "text": undefined,
1742
1742
  "name": "undocumented"
1743
1743
  }, {
1744
- "text": "{ \"title\": \"Payouts on hold\", \"props\": { \"payoutStatus\": \"HOLD\" }, \"uiGroup\": \"Dashboard Properties\" }",
1744
+ "text": "{ \"title\": \"Payouts on hold\", \"props\": { \"states\": { \"payoutStatus\": \"HOLD\" } }, \"uiGroup\": \"Dashboard Properties\" }",
1745
1745
  "name": "componentState"
1746
1746
  }],
1747
1747
  "text": ""
@@ -1753,6 +1753,7 @@ export class TaxAndCashDashboard {
1753
1753
  }; }
1754
1754
  }
1755
1755
  function useDemoTaxAndCashDashboard(props) {
1756
+ console.log("dashboard", { props });
1756
1757
  // @ts-ignore
1757
1758
  return deepmerge({
1758
1759
  states: {
@@ -4558,7 +4558,7 @@ const TaxAndCashDashboard = class {
4558
4558
  this.cancelButton = "Cancel";
4559
4559
  /**
4560
4560
  * @undocumented
4561
- * @componentState { "title": "Payouts on hold", "props": { "payoutStatus": "HOLD" }, "uiGroup": "Dashboard Properties" }
4561
+ * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
4562
4562
  */
4563
4563
  this.stateController = "{}";
4564
4564
  h$1(this);
@@ -4586,6 +4586,7 @@ const TaxAndCashDashboard = class {
4586
4586
  }
4587
4587
  };
4588
4588
  function useDemoTaxAndCashDashboard(props) {
4589
+ console.log("dashboard", { props });
4589
4590
  // @ts-ignore
4590
4591
  return cjs({
4591
4592
  states: {