@ammarkhalidfarooq/dashboard-package 0.4.64 → 0.4.66
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 +2 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3786,8 +3786,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3786
3786
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
3787
3787
|
sx: {
|
|
3788
3788
|
display: "flex",
|
|
3789
|
-
flexDirection: "column"
|
|
3790
|
-
mb: 1
|
|
3789
|
+
flexDirection: "column"
|
|
3791
3790
|
},
|
|
3792
3791
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
3793
3792
|
sx: {
|
|
@@ -5709,7 +5708,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5709
5708
|
},
|
|
5710
5709
|
children: [/*#__PURE__*/jsxRuntime.jsx(DonationTypeBarChart, {
|
|
5711
5710
|
sx: {
|
|
5712
|
-
|
|
5711
|
+
maxHeight: 300
|
|
5713
5712
|
},
|
|
5714
5713
|
donationTypeData: donationTypeData
|
|
5715
5714
|
}), /*#__PURE__*/jsxRuntime.jsx(PaidDonorGeographyCard, {
|