@ammarkhalidfarooq/dashboard-package 0.4.99 → 0.5.1

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/index.cjs.js CHANGED
@@ -5752,7 +5752,7 @@ var OverallSection = function OverallSection(_ref) {
5752
5752
  md: "1fr 1fr 1fr",
5753
5753
  lg: "repeat(6, 1fr)"
5754
5754
  },
5755
- gap: 2.25,
5755
+ gap: "6px",
5756
5756
  mb: 0
5757
5757
  },
5758
5758
  children: Object.keys(metricInfo).map(renderCard)
@@ -5761,7 +5761,7 @@ var OverallSection = function OverallSection(_ref) {
5761
5761
  spacing: 3,
5762
5762
  sx: {
5763
5763
  mb: 0,
5764
- mt: 2.25
5764
+ mt: "6px"
5765
5765
  },
5766
5766
  children: /*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
5767
5767
  item: mainChart,
@@ -5775,7 +5775,7 @@ var OverallSection = function OverallSection(_ref) {
5775
5775
  container: true,
5776
5776
  spacing: 3,
5777
5777
  sx: {
5778
- mt: 2.25
5778
+ mt: "6px"
5779
5779
  },
5780
5780
  children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
5781
5781
  item: true,
@@ -5850,8 +5850,8 @@ var OverallSection = function OverallSection(_ref) {
5850
5850
  // 2 cards
5851
5851
  md: "repeat(4, 1fr)" // 4 cards
5852
5852
  },
5853
- gap: 3,
5854
- mt: 2.25,
5853
+ gap: "6px",
5854
+ mt: "6px",
5855
5855
  alignItems: "stretch"
5856
5856
  },
5857
5857
  children: [/*#__PURE__*/jsxRuntime.jsx(DonationTypeBarChart, {