@ammarkhalidfarooq/dashboard-package 0.4.55 → 0.4.57
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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5607,12 +5607,12 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5607
5607
|
sx: {
|
|
5608
5608
|
display: "grid",
|
|
5609
5609
|
gridTemplateColumns: {
|
|
5610
|
-
xs: "1fr",
|
|
5610
|
+
xs: "1fr 1fr",
|
|
5611
5611
|
sm: "1fr 1fr",
|
|
5612
5612
|
md: "1fr 1fr 1fr",
|
|
5613
5613
|
lg: "repeat(6, 1fr)"
|
|
5614
5614
|
},
|
|
5615
|
-
gap: 2,
|
|
5615
|
+
gap: 2.25,
|
|
5616
5616
|
mb: 0
|
|
5617
5617
|
},
|
|
5618
5618
|
children: Object.keys(metricInfo).map(renderCard)
|
|
@@ -5621,7 +5621,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5621
5621
|
spacing: 3,
|
|
5622
5622
|
sx: {
|
|
5623
5623
|
mb: 0,
|
|
5624
|
-
mt: 2.
|
|
5624
|
+
mt: 2.25
|
|
5625
5625
|
},
|
|
5626
5626
|
children: /*#__PURE__*/jsx(RenderChartCard, {
|
|
5627
5627
|
item: mainChart,
|