@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.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__*/jsx(Box, {
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
- py: 0.7
4799
+ pb: 0.7
4793
4800
  },
4794
4801
  children: [/*#__PURE__*/jsx(Typography, {
4795
4802
  sx: {
@@ -5727,16 +5734,16 @@ var OverallSection = function OverallSection(_ref) {
5727
5734
  donationTypeData: donationTypeData
5728
5735
  }), /*#__PURE__*/jsx(PaidDonorGeographyCard, {
5729
5736
  sx: {
5730
- minHeight: 300
5737
+ maxHeight: 300
5731
5738
  },
5732
5739
  donorGeographyData: donorGeographyData
5733
5740
  }), /*#__PURE__*/jsx(RefundsChargebacksCard, {
5734
5741
  sx: {
5735
- minHeight: 300
5742
+ maxHeight: 300
5736
5743
  }
5737
5744
  }), /*#__PURE__*/jsx(TrafficSourceCard, {
5738
5745
  sx: {
5739
- minHeight: 300
5746
+ maxHeight: 300
5740
5747
  },
5741
5748
  trafficSourceData: trafficSourceData
5742
5749
  }), /*#__PURE__*/jsx(MetricSparklineCard, {