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