@ammarkhalidfarooq/dashboard-package 0.4.22 → 0.4.24
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 +8 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +8 -5
- 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
|
-
|
|
5658
|
+
minHeight: 360
|
|
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
|
-
|
|
5674
|
+
minHeight: 360
|
|
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
|
-
|
|
5690
|
+
minHeight: 360
|
|
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
|
-
|
|
5705
|
+
minHeight: 360
|
|
5706
5706
|
},
|
|
5707
5707
|
trafficSourceData: trafficSourceData
|
|
5708
5708
|
})
|
|
@@ -5777,7 +5777,10 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5777
5777
|
xs: 12,
|
|
5778
5778
|
md: 3,
|
|
5779
5779
|
sx: {
|
|
5780
|
-
paddingTop:
|
|
5780
|
+
paddingTop: {
|
|
5781
|
+
xs: "24px !important",
|
|
5782
|
+
md: "0px !important"
|
|
5783
|
+
}
|
|
5781
5784
|
},
|
|
5782
5785
|
children: /*#__PURE__*/jsx(MetricSparklineCard, {
|
|
5783
5786
|
title: "Referrals",
|