@ammarkhalidfarooq/dashboard-package 0.4.67 → 0.4.68
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 +11 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +11 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4771,25 +4771,32 @@ var PaidDonorGeographyCard = function PaidDonorGeographyCard(_ref3) {
|
|
|
4771
4771
|
boxShadow: "0 4px 24px rgba(0,0,0,0.06)",
|
|
4772
4772
|
p: 3
|
|
4773
4773
|
}, sx),
|
|
4774
|
-
children: [/*#__PURE__*/
|
|
4774
|
+
children: [/*#__PURE__*/jsxs(Box, {
|
|
4775
4775
|
sx: {
|
|
4776
4776
|
textAlign: "left"
|
|
4777
4777
|
},
|
|
4778
|
-
children: /*#__PURE__*/jsx(Typography, {
|
|
4778
|
+
children: [/*#__PURE__*/jsx(Typography, {
|
|
4779
4779
|
sx: {
|
|
4780
4780
|
fontWeight: 700,
|
|
4781
4781
|
fontSize: "18px",
|
|
4782
4782
|
color: "#000"
|
|
4783
4783
|
},
|
|
4784
4784
|
children: "Paid donor geography"
|
|
4785
|
-
})
|
|
4785
|
+
}), /*#__PURE__*/jsx(Typography, {
|
|
4786
|
+
sx: {
|
|
4787
|
+
fontSize: "13px",
|
|
4788
|
+
color: "rgba(0, 0, 0, 0.4)",
|
|
4789
|
+
mt: 0
|
|
4790
|
+
},
|
|
4791
|
+
children: "Where ad-acquired donors come from"
|
|
4792
|
+
})]
|
|
4786
4793
|
}), data.map(function (item, index) {
|
|
4787
4794
|
return /*#__PURE__*/jsxs(Box, {
|
|
4788
4795
|
sx: {
|
|
4789
4796
|
display: "flex",
|
|
4790
4797
|
alignItems: "center",
|
|
4791
4798
|
gap: 2,
|
|
4792
|
-
|
|
4799
|
+
pb: 0.7
|
|
4793
4800
|
},
|
|
4794
4801
|
children: [/*#__PURE__*/jsx(Typography, {
|
|
4795
4802
|
sx: {
|