@ammarkhalidfarooq/dashboard-package 0.5.32 → 0.5.34
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 +15 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +15 -11
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8755,12 +8755,12 @@ var EmailSection = function EmailSection() {
|
|
|
8755
8755
|
sx: {
|
|
8756
8756
|
display: "grid",
|
|
8757
8757
|
gridTemplateColumns: {
|
|
8758
|
-
xs: "1fr",
|
|
8758
|
+
xs: "1fr 1fr",
|
|
8759
8759
|
sm: "1fr 1fr",
|
|
8760
8760
|
md: "1fr 1fr 1fr",
|
|
8761
8761
|
lg: "repeat(5, 1fr)"
|
|
8762
8762
|
},
|
|
8763
|
-
gap:
|
|
8763
|
+
gap: "6px",
|
|
8764
8764
|
mb: 0
|
|
8765
8765
|
},
|
|
8766
8766
|
children: ["Total raised", "Donations", "Conversion rate", "CTR", "Revenue per email"].map(renderCard)
|
|
@@ -8768,21 +8768,21 @@ var EmailSection = function EmailSection() {
|
|
|
8768
8768
|
sx: {
|
|
8769
8769
|
display: "grid",
|
|
8770
8770
|
gridTemplateColumns: {
|
|
8771
|
-
xs: "1fr",
|
|
8771
|
+
xs: "1fr 1fr",
|
|
8772
8772
|
sm: "1fr 1fr",
|
|
8773
8773
|
md: "1fr 1fr 1fr",
|
|
8774
8774
|
lg: "repeat(5, 1fr)"
|
|
8775
8775
|
},
|
|
8776
|
-
gap:
|
|
8776
|
+
gap: "6px",
|
|
8777
8777
|
mb: 0,
|
|
8778
|
-
mt:
|
|
8778
|
+
mt: "6px"
|
|
8779
8779
|
},
|
|
8780
8780
|
children: ["Open rate", "Clicks", "Unique Clicks", "Bounce rate", "Revenue per Click"].map(renderCard)
|
|
8781
8781
|
}), /*#__PURE__*/jsxs(Grid, {
|
|
8782
8782
|
container: true,
|
|
8783
8783
|
spacing: 3,
|
|
8784
8784
|
sx: {
|
|
8785
|
-
mt:
|
|
8785
|
+
mt: "6px"
|
|
8786
8786
|
},
|
|
8787
8787
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
8788
8788
|
item: true,
|
|
@@ -8810,8 +8810,9 @@ var EmailSection = function EmailSection() {
|
|
|
8810
8810
|
md: 4,
|
|
8811
8811
|
sx: {
|
|
8812
8812
|
paddingTop: "0px !important",
|
|
8813
|
+
paddingLeft: "6px !important",
|
|
8813
8814
|
marginTop: {
|
|
8814
|
-
xs:
|
|
8815
|
+
xs: "6px",
|
|
8815
8816
|
md: "0px"
|
|
8816
8817
|
}
|
|
8817
8818
|
},
|
|
@@ -8841,8 +8842,9 @@ var EmailSection = function EmailSection() {
|
|
|
8841
8842
|
md: 4,
|
|
8842
8843
|
sx: {
|
|
8843
8844
|
paddingTop: "0px !important",
|
|
8845
|
+
paddingLeft: "6px !important",
|
|
8844
8846
|
marginTop: {
|
|
8845
|
-
xs:
|
|
8847
|
+
xs: "6px",
|
|
8846
8848
|
md: "0px"
|
|
8847
8849
|
}
|
|
8848
8850
|
},
|
|
@@ -8864,7 +8866,7 @@ var EmailSection = function EmailSection() {
|
|
|
8864
8866
|
container: true,
|
|
8865
8867
|
spacing: 3,
|
|
8866
8868
|
sx: {
|
|
8867
|
-
mt:
|
|
8869
|
+
mt: "6px"
|
|
8868
8870
|
},
|
|
8869
8871
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
8870
8872
|
item: true,
|
|
@@ -8880,8 +8882,9 @@ var EmailSection = function EmailSection() {
|
|
|
8880
8882
|
md: 4,
|
|
8881
8883
|
sx: {
|
|
8882
8884
|
paddingTop: "0px !important",
|
|
8885
|
+
paddingLeft: "6px !important",
|
|
8883
8886
|
marginTop: {
|
|
8884
|
-
xs:
|
|
8887
|
+
xs: "6px",
|
|
8885
8888
|
md: "0px"
|
|
8886
8889
|
}
|
|
8887
8890
|
},
|
|
@@ -8892,8 +8895,9 @@ var EmailSection = function EmailSection() {
|
|
|
8892
8895
|
md: 4,
|
|
8893
8896
|
sx: {
|
|
8894
8897
|
paddingTop: "0px !important",
|
|
8898
|
+
paddingLeft: "6px !important",
|
|
8895
8899
|
marginTop: {
|
|
8896
|
-
xs:
|
|
8900
|
+
xs: "6px",
|
|
8897
8901
|
md: "0px"
|
|
8898
8902
|
}
|
|
8899
8903
|
},
|