@ammarkhalidfarooq/dashboard-package 0.4.50 → 0.4.51
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 +5 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6669,7 +6669,7 @@ var EmailSection = function EmailSection() {
|
|
|
6669
6669
|
lg: "repeat(5, 1fr)"
|
|
6670
6670
|
},
|
|
6671
6671
|
gap: 2,
|
|
6672
|
-
mb:
|
|
6672
|
+
mb: 0
|
|
6673
6673
|
},
|
|
6674
6674
|
children: ["Total raised", "Donations", "Conversion rate", "CTR", "Revenue per email"].map(renderCard)
|
|
6675
6675
|
}), /*#__PURE__*/jsx(Box, {
|
|
@@ -6682,14 +6682,15 @@ var EmailSection = function EmailSection() {
|
|
|
6682
6682
|
lg: "repeat(5, 1fr)"
|
|
6683
6683
|
},
|
|
6684
6684
|
gap: 2,
|
|
6685
|
-
mb:
|
|
6685
|
+
mb: 0,
|
|
6686
|
+
mt: 2.75
|
|
6686
6687
|
},
|
|
6687
6688
|
children: ["Open rate", "Clicks", "Unique Clicks", "Bounce rate", "Revenue per Click"].map(renderCard)
|
|
6688
6689
|
}), /*#__PURE__*/jsxs(Grid, {
|
|
6689
6690
|
container: true,
|
|
6690
6691
|
spacing: 3,
|
|
6691
6692
|
sx: {
|
|
6692
|
-
mt:
|
|
6693
|
+
mt: 2.25
|
|
6693
6694
|
},
|
|
6694
6695
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
6695
6696
|
item: true,
|
|
@@ -6771,7 +6772,7 @@ var EmailSection = function EmailSection() {
|
|
|
6771
6772
|
container: true,
|
|
6772
6773
|
spacing: 3,
|
|
6773
6774
|
sx: {
|
|
6774
|
-
mt: 2
|
|
6775
|
+
mt: 2.25
|
|
6775
6776
|
},
|
|
6776
6777
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
6777
6778
|
item: true,
|