@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 +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
|
@@ -5750,7 +5750,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5750
5750
|
md: "1fr 1fr 1fr",
|
|
5751
5751
|
lg: "repeat(6, 1fr)"
|
|
5752
5752
|
},
|
|
5753
|
-
gap:
|
|
5753
|
+
gap: "6px",
|
|
5754
5754
|
mb: 0
|
|
5755
5755
|
},
|
|
5756
5756
|
children: Object.keys(metricInfo).map(renderCard)
|
|
@@ -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,
|
|
@@ -5773,7 +5773,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5773
5773
|
container: true,
|
|
5774
5774
|
spacing: 3,
|
|
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, {
|