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

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: {
@@ -5820,12 +5821,6 @@ const vanillaStyle$4 = `
5820
5821
  border: var(--sqm-input-focus-border, 1px solid var(--sl-input-border-color-focus, #007bff)); /* Added fallback for --sl-input-border-color-focus */
5821
5822
  }
5822
5823
 
5823
- sl-input[disabled]::part(label),
5824
- sl-select[disabled]::part(label),
5825
- sl-textarea[disabled]::part(label){
5826
- color: var(--sqm-input-disabled-color, var(--sl-color-gray-600));
5827
- }
5828
-
5829
5824
  sl-input[disabled]::part(base),
5830
5825
  sl-select[disabled]::part(base),
5831
5826
  sl-textarea[disabled]::part(base){
@@ -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: {
@@ -221,12 +221,6 @@ const vanillaStyle = `
221
221
  border: var(--sqm-input-focus-border, 1px solid var(--sl-input-border-color-focus, #007bff)); /* Added fallback for --sl-input-border-color-focus */
222
222
  }
223
223
 
224
- sl-input[disabled]::part(label),
225
- sl-select[disabled]::part(label),
226
- sl-textarea[disabled]::part(label){
227
- color: var(--sqm-input-disabled-color, var(--sl-color-gray-600));
228
- }
229
-
230
224
  sl-input[disabled]::part(base),
231
225
  sl-select[disabled]::part(base),
232
226
  sl-textarea[disabled]::part(base){
@@ -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: {
@@ -5816,12 +5817,6 @@ const vanillaStyle$4 = `
5816
5817
  border: var(--sqm-input-focus-border, 1px solid var(--sl-input-border-color-focus, #007bff)); /* Added fallback for --sl-input-border-color-focus */
5817
5818
  }
5818
5819
 
5819
- sl-input[disabled]::part(label),
5820
- sl-select[disabled]::part(label),
5821
- sl-textarea[disabled]::part(label){
5822
- color: var(--sqm-input-disabled-color, var(--sl-color-gray-600));
5823
- }
5824
-
5825
5820
  sl-input[disabled]::part(base),
5826
5821
  sl-select[disabled]::part(base),
5827
5822
  sl-textarea[disabled]::part(base){