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