@ammarkhalidfarooq/dashboard-package 0.4.50 → 0.4.52
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 +17 -32
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +17 -32
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -5663,13 +5663,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5663
5663
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
5664
5664
|
item: true,
|
|
5665
5665
|
xs: 12,
|
|
5666
|
-
|
|
5667
|
-
|
|
5668
|
-
|
|
5669
|
-
xs: "0px !important",
|
|
5670
|
-
md: "0px !important"
|
|
5671
|
-
}
|
|
5672
|
-
},
|
|
5666
|
+
sm: 6,
|
|
5667
|
+
lg: 4,
|
|
5668
|
+
xl: 3,
|
|
5673
5669
|
children: /*#__PURE__*/jsx(DonationTypeBarChart, {
|
|
5674
5670
|
sx: {
|
|
5675
5671
|
minHeight: 400
|
|
@@ -5679,13 +5675,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5679
5675
|
}), /*#__PURE__*/jsx(Grid, {
|
|
5680
5676
|
item: true,
|
|
5681
5677
|
xs: 12,
|
|
5682
|
-
|
|
5683
|
-
|
|
5684
|
-
|
|
5685
|
-
xs: "24px !important",
|
|
5686
|
-
md: "0px !important"
|
|
5687
|
-
}
|
|
5688
|
-
},
|
|
5678
|
+
sm: 6,
|
|
5679
|
+
lg: 4,
|
|
5680
|
+
xl: 3,
|
|
5689
5681
|
children: /*#__PURE__*/jsx(PaidDonorGeographyCard, {
|
|
5690
5682
|
sx: {
|
|
5691
5683
|
minHeight: 400
|
|
@@ -5695,13 +5687,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5695
5687
|
}), /*#__PURE__*/jsx(Grid, {
|
|
5696
5688
|
item: true,
|
|
5697
5689
|
xs: 12,
|
|
5698
|
-
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
xs: "24px !important",
|
|
5702
|
-
md: "0px !important"
|
|
5703
|
-
}
|
|
5704
|
-
},
|
|
5690
|
+
sm: 6,
|
|
5691
|
+
lg: 4,
|
|
5692
|
+
xl: 3,
|
|
5705
5693
|
children: /*#__PURE__*/jsx(RefundsChargebacksCard, {
|
|
5706
5694
|
sx: {
|
|
5707
5695
|
minHeight: 400
|
|
@@ -5710,13 +5698,9 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5710
5698
|
}), /*#__PURE__*/jsx(Grid, {
|
|
5711
5699
|
item: true,
|
|
5712
5700
|
xs: 12,
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
xs: "24px !important",
|
|
5717
|
-
md: "0px !important"
|
|
5718
|
-
}
|
|
5719
|
-
},
|
|
5701
|
+
sm: 6,
|
|
5702
|
+
lg: 4,
|
|
5703
|
+
xl: 3,
|
|
5720
5704
|
children: /*#__PURE__*/jsx(TrafficSourceCard, {
|
|
5721
5705
|
sx: {
|
|
5722
5706
|
minHeight: 400
|
|
@@ -6669,7 +6653,7 @@ var EmailSection = function EmailSection() {
|
|
|
6669
6653
|
lg: "repeat(5, 1fr)"
|
|
6670
6654
|
},
|
|
6671
6655
|
gap: 2,
|
|
6672
|
-
mb:
|
|
6656
|
+
mb: 0
|
|
6673
6657
|
},
|
|
6674
6658
|
children: ["Total raised", "Donations", "Conversion rate", "CTR", "Revenue per email"].map(renderCard)
|
|
6675
6659
|
}), /*#__PURE__*/jsx(Box, {
|
|
@@ -6682,14 +6666,15 @@ var EmailSection = function EmailSection() {
|
|
|
6682
6666
|
lg: "repeat(5, 1fr)"
|
|
6683
6667
|
},
|
|
6684
6668
|
gap: 2,
|
|
6685
|
-
mb:
|
|
6669
|
+
mb: 0,
|
|
6670
|
+
mt: 2.75
|
|
6686
6671
|
},
|
|
6687
6672
|
children: ["Open rate", "Clicks", "Unique Clicks", "Bounce rate", "Revenue per Click"].map(renderCard)
|
|
6688
6673
|
}), /*#__PURE__*/jsxs(Grid, {
|
|
6689
6674
|
container: true,
|
|
6690
6675
|
spacing: 3,
|
|
6691
6676
|
sx: {
|
|
6692
|
-
mt:
|
|
6677
|
+
mt: 2.25
|
|
6693
6678
|
},
|
|
6694
6679
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
6695
6680
|
item: true,
|
|
@@ -6771,7 +6756,7 @@ var EmailSection = function EmailSection() {
|
|
|
6771
6756
|
container: true,
|
|
6772
6757
|
spacing: 3,
|
|
6773
6758
|
sx: {
|
|
6774
|
-
mt: 2
|
|
6759
|
+
mt: 2.25
|
|
6775
6760
|
},
|
|
6776
6761
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
6777
6762
|
item: true,
|