@ammarkhalidfarooq/dashboard-package 0.4.5 → 0.4.6
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 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1707,7 +1707,7 @@ var PaidDonorGeographyCard = function PaidDonorGeographyCard(_ref3) {
|
|
|
1707
1707
|
}
|
|
1708
1708
|
}
|
|
1709
1709
|
})
|
|
1710
|
-
}), /*#__PURE__*/jsxRuntime.
|
|
1710
|
+
}), /*#__PURE__*/jsxRuntime.jsxs(material.Typography, {
|
|
1711
1711
|
sx: {
|
|
1712
1712
|
fontSize: "13px",
|
|
1713
1713
|
fontWeight: 700,
|
|
@@ -1715,7 +1715,7 @@ var PaidDonorGeographyCard = function PaidDonorGeographyCard(_ref3) {
|
|
|
1715
1715
|
minWidth: "60px",
|
|
1716
1716
|
textAlign: "right"
|
|
1717
1717
|
},
|
|
1718
|
-
children: item.value
|
|
1718
|
+
children: [item.value, " \xB7 ", item.percentage, "%"]
|
|
1719
1719
|
})]
|
|
1720
1720
|
}, index);
|
|
1721
1721
|
})
|