@ammarkhalidfarooq/dashboard-package 0.5.0 → 0.5.2

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
@@ -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,
@@ -5773,9 +5773,9 @@ var OverallSection = function OverallSection(_ref) {
5773
5773
  })
5774
5774
  }), /*#__PURE__*/jsxRuntime.jsxs(material.Grid, {
5775
5775
  container: true,
5776
- spacing: 3,
5776
+ spacing: "6px",
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, {