@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.cjs.js
CHANGED
|
@@ -6671,7 +6671,7 @@ var EmailSection = function EmailSection() {
|
|
|
6671
6671
|
lg: "repeat(5, 1fr)"
|
|
6672
6672
|
},
|
|
6673
6673
|
gap: 2,
|
|
6674
|
-
mb:
|
|
6674
|
+
mb: 0
|
|
6675
6675
|
},
|
|
6676
6676
|
children: ["Total raised", "Donations", "Conversion rate", "CTR", "Revenue per email"].map(renderCard)
|
|
6677
6677
|
}), /*#__PURE__*/jsxRuntime.jsx(material.Box, {
|
|
@@ -6684,14 +6684,15 @@ var EmailSection = function EmailSection() {
|
|
|
6684
6684
|
lg: "repeat(5, 1fr)"
|
|
6685
6685
|
},
|
|
6686
6686
|
gap: 2,
|
|
6687
|
-
mb:
|
|
6687
|
+
mb: 0,
|
|
6688
|
+
mt: 2.75
|
|
6688
6689
|
},
|
|
6689
6690
|
children: ["Open rate", "Clicks", "Unique Clicks", "Bounce rate", "Revenue per Click"].map(renderCard)
|
|
6690
6691
|
}), /*#__PURE__*/jsxRuntime.jsxs(material.Grid, {
|
|
6691
6692
|
container: true,
|
|
6692
6693
|
spacing: 3,
|
|
6693
6694
|
sx: {
|
|
6694
|
-
mt:
|
|
6695
|
+
mt: 2.25
|
|
6695
6696
|
},
|
|
6696
6697
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
6697
6698
|
item: true,
|
|
@@ -6773,7 +6774,7 @@ var EmailSection = function EmailSection() {
|
|
|
6773
6774
|
container: true,
|
|
6774
6775
|
spacing: 3,
|
|
6775
6776
|
sx: {
|
|
6776
|
-
mt: 2
|
|
6777
|
+
mt: 2.25
|
|
6777
6778
|
},
|
|
6778
6779
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
6779
6780
|
item: true,
|