@ammarkhalidfarooq/dashboard-package 0.4.56 → 0.4.58
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 +7 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +7 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -682,7 +682,11 @@ var RenderChartCard = function RenderChartCard(_ref) {
|
|
|
682
682
|
sx: {
|
|
683
683
|
fontSize: "11px",
|
|
684
684
|
color: "rgba(0,0,0,0.6)",
|
|
685
|
-
fontWeight: 500
|
|
685
|
+
fontWeight: 500,
|
|
686
|
+
marginTop: {
|
|
687
|
+
xs: "1px",
|
|
688
|
+
sm: 0
|
|
689
|
+
}
|
|
686
690
|
},
|
|
687
691
|
children: leg.label
|
|
688
692
|
})]
|
|
@@ -5614,7 +5618,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5614
5618
|
md: "1fr 1fr 1fr",
|
|
5615
5619
|
lg: "repeat(6, 1fr)"
|
|
5616
5620
|
},
|
|
5617
|
-
gap: 2,
|
|
5621
|
+
gap: 2.25,
|
|
5618
5622
|
mb: 0
|
|
5619
5623
|
},
|
|
5620
5624
|
children: Object.keys(metricInfo).map(renderCard)
|
|
@@ -5623,7 +5627,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5623
5627
|
spacing: 3,
|
|
5624
5628
|
sx: {
|
|
5625
5629
|
mb: 0,
|
|
5626
|
-
mt: 2.
|
|
5630
|
+
mt: 2.25
|
|
5627
5631
|
},
|
|
5628
5632
|
children: /*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
|
|
5629
5633
|
item: mainChart,
|