@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.es.js
CHANGED
|
@@ -5759,7 +5759,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5759
5759
|
spacing: 3,
|
|
5760
5760
|
sx: {
|
|
5761
5761
|
mb: 0,
|
|
5762
|
-
mt:
|
|
5762
|
+
mt: "6px"
|
|
5763
5763
|
},
|
|
5764
5764
|
children: /*#__PURE__*/jsx(RenderChartCard, {
|
|
5765
5765
|
item: mainChart,
|
|
@@ -5771,9 +5771,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5771
5771
|
})
|
|
5772
5772
|
}), /*#__PURE__*/jsxs(Grid, {
|
|
5773
5773
|
container: true,
|
|
5774
|
-
spacing:
|
|
5774
|
+
spacing: "6px",
|
|
5775
5775
|
sx: {
|
|
5776
|
-
mt:
|
|
5776
|
+
mt: "6px"
|
|
5777
5777
|
},
|
|
5778
5778
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
5779
5779
|
item: true,
|
|
@@ -5848,8 +5848,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5848
5848
|
// 2 cards
|
|
5849
5849
|
md: "repeat(4, 1fr)" // 4 cards
|
|
5850
5850
|
},
|
|
5851
|
-
gap:
|
|
5852
|
-
mt:
|
|
5851
|
+
gap: "6px",
|
|
5852
|
+
mt: "6px",
|
|
5853
5853
|
alignItems: "stretch"
|
|
5854
5854
|
},
|
|
5855
5855
|
children: [/*#__PURE__*/jsx(DonationTypeBarChart, {
|