@ammarkhalidfarooq/dashboard-package 0.4.67 → 0.4.69
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 +14 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +14 -7
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -4773,25 +4773,32 @@ var PaidDonorGeographyCard = function PaidDonorGeographyCard(_ref3) {
|
|
|
4773
4773
|
boxShadow: "0 4px 24px rgba(0,0,0,0.06)",
|
|
4774
4774
|
p: 3
|
|
4775
4775
|
}, sx),
|
|
4776
|
-
children: [/*#__PURE__*/jsxRuntime.
|
|
4776
|
+
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
4777
4777
|
sx: {
|
|
4778
4778
|
textAlign: "left"
|
|
4779
4779
|
},
|
|
4780
|
-
children: /*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
4780
|
+
children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
4781
4781
|
sx: {
|
|
4782
4782
|
fontWeight: 700,
|
|
4783
4783
|
fontSize: "18px",
|
|
4784
4784
|
color: "#000"
|
|
4785
4785
|
},
|
|
4786
4786
|
children: "Paid donor geography"
|
|
4787
|
-
})
|
|
4787
|
+
}), /*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
4788
|
+
sx: {
|
|
4789
|
+
fontSize: "13px",
|
|
4790
|
+
color: "rgba(0, 0, 0, 0.4)",
|
|
4791
|
+
mt: 0
|
|
4792
|
+
},
|
|
4793
|
+
children: "Where ad-acquired donors come from"
|
|
4794
|
+
})]
|
|
4788
4795
|
}), data.map(function (item, index) {
|
|
4789
4796
|
return /*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
4790
4797
|
sx: {
|
|
4791
4798
|
display: "flex",
|
|
4792
4799
|
alignItems: "center",
|
|
4793
4800
|
gap: 2,
|
|
4794
|
-
|
|
4801
|
+
pb: 0.7
|
|
4795
4802
|
},
|
|
4796
4803
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
4797
4804
|
sx: {
|
|
@@ -5729,16 +5736,16 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5729
5736
|
donationTypeData: donationTypeData
|
|
5730
5737
|
}), /*#__PURE__*/jsxRuntime.jsx(PaidDonorGeographyCard, {
|
|
5731
5738
|
sx: {
|
|
5732
|
-
|
|
5739
|
+
maxHeight: 300
|
|
5733
5740
|
},
|
|
5734
5741
|
donorGeographyData: donorGeographyData
|
|
5735
5742
|
}), /*#__PURE__*/jsxRuntime.jsx(RefundsChargebacksCard, {
|
|
5736
5743
|
sx: {
|
|
5737
|
-
|
|
5744
|
+
maxHeight: 300
|
|
5738
5745
|
}
|
|
5739
5746
|
}), /*#__PURE__*/jsxRuntime.jsx(TrafficSourceCard, {
|
|
5740
5747
|
sx: {
|
|
5741
|
-
|
|
5748
|
+
maxHeight: 300
|
|
5742
5749
|
},
|
|
5743
5750
|
trafficSourceData: trafficSourceData
|
|
5744
5751
|
}), /*#__PURE__*/jsxRuntime.jsx(MetricSparklineCard, {
|