@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.cjs.js
CHANGED
|
@@ -5157,7 +5157,7 @@ var MetricSparklineCard = function MetricSparklineCard(_ref) {
|
|
|
5157
5157
|
fontWeight: 700,
|
|
5158
5158
|
color: "#000"
|
|
5159
5159
|
},
|
|
5160
|
-
children: "
|
|
5160
|
+
children: "".concat(formatNumber(m.value))
|
|
5161
5161
|
})]
|
|
5162
5162
|
}, idx);
|
|
5163
5163
|
})
|
|
@@ -7568,11 +7568,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
7568
7568
|
md: 3,
|
|
7569
7569
|
sx: {
|
|
7570
7570
|
display: "flex",
|
|
7571
|
-
paddingTop: "0px !important"
|
|
7572
|
-
marginTop: {
|
|
7573
|
-
xs: "16px",
|
|
7574
|
-
md: "0px"
|
|
7575
|
-
}
|
|
7571
|
+
paddingTop: "0px !important"
|
|
7576
7572
|
},
|
|
7577
7573
|
children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
|
|
7578
7574
|
title: "Donor mix",
|