@ammarkhalidfarooq/dashboard-package 0.5.33 → 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 +9 -19
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +9 -19
- 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,
|
|
@@ -8810,8 +8796,9 @@ var EmailSection = function EmailSection() {
|
|
|
8810
8796
|
md: 4,
|
|
8811
8797
|
sx: {
|
|
8812
8798
|
paddingTop: "0px !important",
|
|
8799
|
+
paddingLeft: "6px !important",
|
|
8813
8800
|
marginTop: {
|
|
8814
|
-
xs:
|
|
8801
|
+
xs: "6px",
|
|
8815
8802
|
md: "0px"
|
|
8816
8803
|
}
|
|
8817
8804
|
},
|
|
@@ -8841,8 +8828,9 @@ var EmailSection = function EmailSection() {
|
|
|
8841
8828
|
md: 4,
|
|
8842
8829
|
sx: {
|
|
8843
8830
|
paddingTop: "0px !important",
|
|
8831
|
+
paddingLeft: "6px !important",
|
|
8844
8832
|
marginTop: {
|
|
8845
|
-
xs:
|
|
8833
|
+
xs: "6px",
|
|
8846
8834
|
md: "0px"
|
|
8847
8835
|
}
|
|
8848
8836
|
},
|
|
@@ -8880,8 +8868,9 @@ var EmailSection = function EmailSection() {
|
|
|
8880
8868
|
md: 4,
|
|
8881
8869
|
sx: {
|
|
8882
8870
|
paddingTop: "0px !important",
|
|
8871
|
+
paddingLeft: "6px !important",
|
|
8883
8872
|
marginTop: {
|
|
8884
|
-
xs:
|
|
8873
|
+
xs: "6px",
|
|
8885
8874
|
md: "0px"
|
|
8886
8875
|
}
|
|
8887
8876
|
},
|
|
@@ -8892,8 +8881,9 @@ var EmailSection = function EmailSection() {
|
|
|
8892
8881
|
md: 4,
|
|
8893
8882
|
sx: {
|
|
8894
8883
|
paddingTop: "0px !important",
|
|
8884
|
+
paddingLeft: "6px !important",
|
|
8895
8885
|
marginTop: {
|
|
8896
|
-
xs:
|
|
8886
|
+
xs: "6px",
|
|
8897
8887
|
md: "0px"
|
|
8898
8888
|
}
|
|
8899
8889
|
},
|