@ammarkhalidfarooq/dashboard-package 0.4.48 → 0.4.49
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 +6 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5566,14 +5566,15 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5566
5566
|
lg: "repeat(6, 1fr)"
|
|
5567
5567
|
},
|
|
5568
5568
|
gap: 2,
|
|
5569
|
-
mb:
|
|
5569
|
+
mb: 0
|
|
5570
5570
|
},
|
|
5571
5571
|
children: Object.keys(metricInfo).map(renderCard)
|
|
5572
5572
|
}), /*#__PURE__*/jsx(Grid, {
|
|
5573
5573
|
container: true,
|
|
5574
5574
|
spacing: 3,
|
|
5575
5575
|
sx: {
|
|
5576
|
-
mb:
|
|
5576
|
+
mb: 0,
|
|
5577
|
+
mt: 2.75
|
|
5577
5578
|
},
|
|
5578
5579
|
children: /*#__PURE__*/jsx(RenderChartCard, {
|
|
5579
5580
|
item: mainChart,
|
|
@@ -5587,7 +5588,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5587
5588
|
container: true,
|
|
5588
5589
|
spacing: 3,
|
|
5589
5590
|
sx: {
|
|
5590
|
-
mt:
|
|
5591
|
+
mt: 2.25
|
|
5591
5592
|
},
|
|
5592
5593
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
5593
5594
|
item: true,
|
|
@@ -5656,7 +5657,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5656
5657
|
container: true,
|
|
5657
5658
|
spacing: 3,
|
|
5658
5659
|
sx: {
|
|
5659
|
-
mt: 2,
|
|
5660
|
+
mt: 2.25,
|
|
5660
5661
|
alignItems: "stretch"
|
|
5661
5662
|
},
|
|
5662
5663
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
@@ -5729,7 +5730,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5729
5730
|
sx: {
|
|
5730
5731
|
mt: {
|
|
5731
5732
|
xs: 3,
|
|
5732
|
-
md: 2
|
|
5733
|
+
md: 2.25
|
|
5733
5734
|
}
|
|
5734
5735
|
},
|
|
5735
5736
|
children: [/*#__PURE__*/jsx(Grid, {
|