@ammarkhalidfarooq/dashboard-package 0.5.24 → 0.5.26
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 +2 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -6
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5155,7 +5155,7 @@ var MetricSparklineCard = function MetricSparklineCard(_ref) {
|
|
|
5155
5155
|
fontWeight: 700,
|
|
5156
5156
|
color: "#000"
|
|
5157
5157
|
},
|
|
5158
|
-
children: "
|
|
5158
|
+
children: "".concat(formatNumber(m.value))
|
|
5159
5159
|
})]
|
|
5160
5160
|
}, idx);
|
|
5161
5161
|
})
|
|
@@ -7566,11 +7566,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
7566
7566
|
md: 3,
|
|
7567
7567
|
sx: {
|
|
7568
7568
|
display: "flex",
|
|
7569
|
-
paddingTop: "0px !important"
|
|
7570
|
-
marginTop: {
|
|
7571
|
-
xs: "16px",
|
|
7572
|
-
md: "0px"
|
|
7573
|
-
}
|
|
7569
|
+
paddingTop: "0px !important"
|
|
7574
7570
|
},
|
|
7575
7571
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
7576
7572
|
title: "Donor mix",
|