@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.es.js CHANGED
@@ -1705,7 +1705,7 @@ var PaidDonorGeographyCard = function PaidDonorGeographyCard(_ref3) {
1705
1705
  }
1706
1706
  }
1707
1707
  })
1708
- }), /*#__PURE__*/jsx(Typography, {
1708
+ }), /*#__PURE__*/jsxs(Typography, {
1709
1709
  sx: {
1710
1710
  fontSize: "13px",
1711
1711
  fontWeight: 700,
@@ -1713,7 +1713,7 @@ var PaidDonorGeographyCard = function PaidDonorGeographyCard(_ref3) {
1713
1713
  minWidth: "60px",
1714
1714
  textAlign: "right"
1715
1715
  },
1716
- children: item.value
1716
+ children: [item.value, " \xB7 ", item.percentage, "%"]
1717
1717
  })]
1718
1718
  }, index);
1719
1719
  })