@ammarkhalidfarooq/dashboard-package 0.4.76 → 0.4.77
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
|
@@ -5730,21 +5730,21 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5730
5730
|
},
|
|
5731
5731
|
children: [/*#__PURE__*/jsx(DonationTypeBarChart, {
|
|
5732
5732
|
sx: {
|
|
5733
|
-
maxHeight:
|
|
5733
|
+
maxHeight: 280
|
|
5734
5734
|
},
|
|
5735
5735
|
donationTypeData: donationTypeData
|
|
5736
5736
|
}), /*#__PURE__*/jsx(PaidDonorGeographyCard, {
|
|
5737
5737
|
sx: {
|
|
5738
|
-
maxHeight:
|
|
5738
|
+
maxHeight: 280
|
|
5739
5739
|
},
|
|
5740
5740
|
donorGeographyData: donorGeographyData
|
|
5741
5741
|
}), /*#__PURE__*/jsx(RefundsChargebacksCard, {
|
|
5742
5742
|
sx: {
|
|
5743
|
-
maxHeight:
|
|
5743
|
+
maxHeight: 280
|
|
5744
5744
|
}
|
|
5745
5745
|
}), /*#__PURE__*/jsx(TrafficSourceCard, {
|
|
5746
5746
|
sx: {
|
|
5747
|
-
maxHeight:
|
|
5747
|
+
maxHeight: 280
|
|
5748
5748
|
},
|
|
5749
5749
|
trafficSourceData: trafficSourceData
|
|
5750
5750
|
}), /*#__PURE__*/jsx(MetricSparklineCard, {
|