@ammarkhalidfarooq/dashboard-package 0.5.34 → 0.5.35
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 +1 -15
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -15
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8763,21 +8763,7 @@ var EmailSection = function EmailSection() {
|
|
|
8763
8763
|
gap: "6px",
|
|
8764
8764
|
mb: 0
|
|
8765
8765
|
},
|
|
8766
|
-
children: ["Total raised", "Donations", "Conversion rate", "CTR", "Revenue per email"].map(renderCard)
|
|
8767
|
-
}), /*#__PURE__*/jsx(Box, {
|
|
8768
|
-
sx: {
|
|
8769
|
-
display: "grid",
|
|
8770
|
-
gridTemplateColumns: {
|
|
8771
|
-
xs: "1fr 1fr",
|
|
8772
|
-
sm: "1fr 1fr",
|
|
8773
|
-
md: "1fr 1fr 1fr",
|
|
8774
|
-
lg: "repeat(5, 1fr)"
|
|
8775
|
-
},
|
|
8776
|
-
gap: "6px",
|
|
8777
|
-
mb: 0,
|
|
8778
|
-
mt: "6px"
|
|
8779
|
-
},
|
|
8780
|
-
children: ["Open rate", "Clicks", "Unique Clicks", "Bounce rate", "Revenue per Click"].map(renderCard)
|
|
8766
|
+
children: ["Total raised", "Donations", "Conversion rate", "CTR", "Revenue per email", "Open rate", "Clicks", "Unique Clicks", "Bounce rate", "Revenue per Click"].map(renderCard)
|
|
8781
8767
|
}), /*#__PURE__*/jsxs(Grid, {
|
|
8782
8768
|
container: true,
|
|
8783
8769
|
spacing: 3,
|