@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 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.jsx(material.Box, {
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
- py: 0.7
4801
+ pb: 0.7
4795
4802
  },
4796
4803
  children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
4797
4804
  sx: {