@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.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,
|
|
@@ -8812,8 +8798,9 @@ var EmailSection = function EmailSection() {
|
|
|
8812
8798
|
md: 4,
|
|
8813
8799
|
sx: {
|
|
8814
8800
|
paddingTop: "0px !important",
|
|
8801
|
+
paddingLeft: "6px !important",
|
|
8815
8802
|
marginTop: {
|
|
8816
|
-
xs:
|
|
8803
|
+
xs: "6px",
|
|
8817
8804
|
md: "0px"
|
|
8818
8805
|
}
|
|
8819
8806
|
},
|
|
@@ -8843,8 +8830,9 @@ var EmailSection = function EmailSection() {
|
|
|
8843
8830
|
md: 4,
|
|
8844
8831
|
sx: {
|
|
8845
8832
|
paddingTop: "0px !important",
|
|
8833
|
+
paddingLeft: "6px !important",
|
|
8846
8834
|
marginTop: {
|
|
8847
|
-
xs:
|
|
8835
|
+
xs: "6px",
|
|
8848
8836
|
md: "0px"
|
|
8849
8837
|
}
|
|
8850
8838
|
},
|
|
@@ -8882,8 +8870,9 @@ var EmailSection = function EmailSection() {
|
|
|
8882
8870
|
md: 4,
|
|
8883
8871
|
sx: {
|
|
8884
8872
|
paddingTop: "0px !important",
|
|
8873
|
+
paddingLeft: "6px !important",
|
|
8885
8874
|
marginTop: {
|
|
8886
|
-
xs:
|
|
8875
|
+
xs: "6px",
|
|
8887
8876
|
md: "0px"
|
|
8888
8877
|
}
|
|
8889
8878
|
},
|
|
@@ -8894,8 +8883,9 @@ var EmailSection = function EmailSection() {
|
|
|
8894
8883
|
md: 4,
|
|
8895
8884
|
sx: {
|
|
8896
8885
|
paddingTop: "0px !important",
|
|
8886
|
+
paddingLeft: "6px !important",
|
|
8897
8887
|
marginTop: {
|
|
8898
|
-
xs:
|
|
8888
|
+
xs: "6px",
|
|
8899
8889
|
md: "0px"
|
|
8900
8890
|
}
|
|
8901
8891
|
},
|