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