@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 +5 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
5776
|
+
spacing: "6px",
|
|
5777
5777
|
sx: {
|
|
5778
|
-
mt:
|
|
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:
|
|
5854
|
-
mt:
|
|
5853
|
+
gap: "6px",
|
|
5854
|
+
mt: "6px",
|
|
5855
5855
|
alignItems: "stretch"
|
|
5856
5856
|
},
|
|
5857
5857
|
children: [/*#__PURE__*/jsxRuntime.jsx(DonationTypeBarChart, {
|