@ammarkhalidfarooq/dashboard-package 0.4.24 → 0.4.25
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 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5655,7 +5655,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5655
5655
|
},
|
|
5656
5656
|
children: /*#__PURE__*/jsx(DonationTypeBarChart, {
|
|
5657
5657
|
sx: {
|
|
5658
|
-
minHeight:
|
|
5658
|
+
minHeight: 400
|
|
5659
5659
|
},
|
|
5660
5660
|
donationTypeData: donationTypeData
|
|
5661
5661
|
})
|
|
@@ -5671,7 +5671,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5671
5671
|
},
|
|
5672
5672
|
children: /*#__PURE__*/jsx(PaidDonorGeographyCard, {
|
|
5673
5673
|
sx: {
|
|
5674
|
-
minHeight:
|
|
5674
|
+
minHeight: 400
|
|
5675
5675
|
},
|
|
5676
5676
|
donorGeographyData: donorGeographyData
|
|
5677
5677
|
})
|
|
@@ -5687,7 +5687,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5687
5687
|
},
|
|
5688
5688
|
children: /*#__PURE__*/jsx(RefundsChargebacksCard, {
|
|
5689
5689
|
sx: {
|
|
5690
|
-
minHeight:
|
|
5690
|
+
minHeight: 400
|
|
5691
5691
|
}
|
|
5692
5692
|
})
|
|
5693
5693
|
}), /*#__PURE__*/jsx(Grid, {
|
|
@@ -5702,7 +5702,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5702
5702
|
},
|
|
5703
5703
|
children: /*#__PURE__*/jsx(TrafficSourceCard, {
|
|
5704
5704
|
sx: {
|
|
5705
|
-
minHeight:
|
|
5705
|
+
minHeight: 400
|
|
5706
5706
|
},
|
|
5707
5707
|
trafficSourceData: trafficSourceData
|
|
5708
5708
|
})
|