@saasquatch/mint-components 2.0.0-20 → 2.0.0-21

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.
@@ -4698,7 +4698,7 @@ function useDemoTaxAndCashDashboard(props) {
4698
4698
  const formatted = Object.keys(states).reduce((prev, key) => key === "sqm-tax-and-cash-dashboard"
4699
4699
  ? { ...prev, ...states[key] }
4700
4700
  : { ...prev, [`${key}_stateController`]: states[key] }, {});
4701
- // @ts-ignore
4701
+ //@ts-ignore
4702
4702
  return cjs.cjs({
4703
4703
  states: {
4704
4704
  dateSubmitted: "today",
@@ -4739,7 +4739,7 @@ function useDemoTaxAndCashDashboard(props) {
4739
4739
  },
4740
4740
  } })),
4741
4741
  },
4742
- }, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
4742
+ }, props.demoData || formatted || {}, { arrayMerge: (_, a) => a });
4743
4743
  }
4744
4744
 
4745
4745
  const PHONE_EXTENSIONS = {
@@ -1905,7 +1905,7 @@ function useDemoTaxAndCashDashboard(props) {
1905
1905
  const formatted = Object.keys(states).reduce((prev, key) => key === "sqm-tax-and-cash-dashboard"
1906
1906
  ? { ...prev, ...states[key] }
1907
1907
  : { ...prev, [`${key}_stateController`]: states[key] }, {});
1908
- // @ts-ignore
1908
+ //@ts-ignore
1909
1909
  return deepmerge({
1910
1910
  states: {
1911
1911
  dateSubmitted: "today",
@@ -1946,5 +1946,5 @@ function useDemoTaxAndCashDashboard(props) {
1946
1946
  },
1947
1947
  } })),
1948
1948
  },
1949
- }, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
1949
+ }, props.demoData || formatted || {}, { arrayMerge: (_, a) => a });
1950
1950
  }
@@ -4694,7 +4694,7 @@ function useDemoTaxAndCashDashboard(props) {
4694
4694
  const formatted = Object.keys(states).reduce((prev, key) => key === "sqm-tax-and-cash-dashboard"
4695
4695
  ? { ...prev, ...states[key] }
4696
4696
  : { ...prev, [`${key}_stateController`]: states[key] }, {});
4697
- // @ts-ignore
4697
+ //@ts-ignore
4698
4698
  return cjs({
4699
4699
  states: {
4700
4700
  dateSubmitted: "today",
@@ -4735,7 +4735,7 @@ function useDemoTaxAndCashDashboard(props) {
4735
4735
  },
4736
4736
  } })),
4737
4737
  },
4738
- }, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
4738
+ }, props.demoData || formatted || {}, { arrayMerge: (_, a) => a });
4739
4739
  }
4740
4740
 
4741
4741
  const PHONE_EXTENSIONS = {