@ammarkhalidfarooq/dashboard-package 0.4.63 → 0.4.65
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 +4 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -7
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3784,8 +3784,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3784
3784
|
children: [/*#__PURE__*/jsxs(Box, {
|
|
3785
3785
|
sx: {
|
|
3786
3786
|
display: "flex",
|
|
3787
|
-
flexDirection: "column"
|
|
3788
|
-
mb: 1
|
|
3787
|
+
flexDirection: "column"
|
|
3789
3788
|
},
|
|
3790
3789
|
children: [/*#__PURE__*/jsxs(Box, {
|
|
3791
3790
|
sx: {
|
|
@@ -3810,8 +3809,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3810
3809
|
sx: {
|
|
3811
3810
|
display: "flex",
|
|
3812
3811
|
gap: 1.5,
|
|
3813
|
-
mt: 0.5
|
|
3814
|
-
mb: 2
|
|
3812
|
+
mt: 0.5
|
|
3815
3813
|
},
|
|
3816
3814
|
children: [/*#__PURE__*/jsxs(Box, {
|
|
3817
3815
|
sx: {
|
|
@@ -3876,8 +3874,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3876
3874
|
height: 170,
|
|
3877
3875
|
width: "calc(100% + 48px)",
|
|
3878
3876
|
ml: -3,
|
|
3879
|
-
mr: -3
|
|
3880
|
-
mb: 7.5
|
|
3877
|
+
mr: -3
|
|
3881
3878
|
},
|
|
3882
3879
|
children: /*#__PURE__*/jsx(ReactApexChart, {
|
|
3883
3880
|
options: chartOptions,
|
|
@@ -5709,7 +5706,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5709
5706
|
},
|
|
5710
5707
|
children: [/*#__PURE__*/jsx(DonationTypeBarChart, {
|
|
5711
5708
|
sx: {
|
|
5712
|
-
minHeight:
|
|
5709
|
+
minHeight: 300
|
|
5713
5710
|
},
|
|
5714
5711
|
donationTypeData: donationTypeData
|
|
5715
5712
|
}), /*#__PURE__*/jsx(PaidDonorGeographyCard, {
|