@ammarkhalidfarooq/dashboard-package 0.5.26 → 0.5.28
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
|
@@ -7566,7 +7566,11 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
7566
7566
|
md: 3,
|
|
7567
7567
|
sx: {
|
|
7568
7568
|
display: "flex",
|
|
7569
|
-
paddingTop: "0px !important"
|
|
7569
|
+
paddingTop: "0px !important",
|
|
7570
|
+
marginTop: {
|
|
7571
|
+
xs: "6px",
|
|
7572
|
+
md: "0px"
|
|
7573
|
+
}
|
|
7570
7574
|
},
|
|
7571
7575
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
7572
7576
|
title: "Donor mix",
|
|
@@ -8317,7 +8321,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8317
8321
|
md: "1fr 1fr 1fr",
|
|
8318
8322
|
lg: "repeat(6, 1fr)"
|
|
8319
8323
|
},
|
|
8320
|
-
gap:
|
|
8324
|
+
gap: "6px",
|
|
8321
8325
|
mb: 0
|
|
8322
8326
|
},
|
|
8323
8327
|
children: Object.keys(metricInfo).map(renderCard)
|
|
@@ -8325,7 +8329,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8325
8329
|
container: true,
|
|
8326
8330
|
spacing: 3,
|
|
8327
8331
|
sx: {
|
|
8328
|
-
mt:
|
|
8332
|
+
mt: "6px"
|
|
8329
8333
|
},
|
|
8330
8334
|
children: [/*#__PURE__*/jsx(RenderChartCard, {
|
|
8331
8335
|
item: mainChart,
|