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