@ammarkhalidfarooq/dashboard-package 0.5.31 → 0.5.33
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 +11 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +11 -9
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8355,7 +8355,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8355
8355
|
md: 6,
|
|
8356
8356
|
sx: {
|
|
8357
8357
|
mt: "6px",
|
|
8358
|
-
paddingTop: "0px !important"
|
|
8358
|
+
paddingTop: "0px !important",
|
|
8359
|
+
paddingLeft: "6px !important"
|
|
8359
8360
|
},
|
|
8360
8361
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
8361
8362
|
title: "Source breakdown",
|
|
@@ -8405,7 +8406,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8405
8406
|
md: 6,
|
|
8406
8407
|
sx: {
|
|
8407
8408
|
mt: "6px",
|
|
8408
|
-
paddingTop: "0px !important"
|
|
8409
|
+
paddingTop: "0px !important",
|
|
8410
|
+
paddingLeft: "6px !important"
|
|
8409
8411
|
},
|
|
8410
8412
|
children: /*#__PURE__*/jsx(GeographyCard, {
|
|
8411
8413
|
subtitle: "Top countries by organic traffic",
|
|
@@ -8753,12 +8755,12 @@ var EmailSection = function EmailSection() {
|
|
|
8753
8755
|
sx: {
|
|
8754
8756
|
display: "grid",
|
|
8755
8757
|
gridTemplateColumns: {
|
|
8756
|
-
xs: "1fr",
|
|
8758
|
+
xs: "1fr 1fr",
|
|
8757
8759
|
sm: "1fr 1fr",
|
|
8758
8760
|
md: "1fr 1fr 1fr",
|
|
8759
8761
|
lg: "repeat(5, 1fr)"
|
|
8760
8762
|
},
|
|
8761
|
-
gap:
|
|
8763
|
+
gap: "6px",
|
|
8762
8764
|
mb: 0
|
|
8763
8765
|
},
|
|
8764
8766
|
children: ["Total raised", "Donations", "Conversion rate", "CTR", "Revenue per email"].map(renderCard)
|
|
@@ -8766,21 +8768,21 @@ var EmailSection = function EmailSection() {
|
|
|
8766
8768
|
sx: {
|
|
8767
8769
|
display: "grid",
|
|
8768
8770
|
gridTemplateColumns: {
|
|
8769
|
-
xs: "1fr",
|
|
8771
|
+
xs: "1fr 1fr",
|
|
8770
8772
|
sm: "1fr 1fr",
|
|
8771
8773
|
md: "1fr 1fr 1fr",
|
|
8772
8774
|
lg: "repeat(5, 1fr)"
|
|
8773
8775
|
},
|
|
8774
|
-
gap:
|
|
8776
|
+
gap: "6px",
|
|
8775
8777
|
mb: 0,
|
|
8776
|
-
mt:
|
|
8778
|
+
mt: "6px"
|
|
8777
8779
|
},
|
|
8778
8780
|
children: ["Open rate", "Clicks", "Unique Clicks", "Bounce rate", "Revenue per Click"].map(renderCard)
|
|
8779
8781
|
}), /*#__PURE__*/jsxs(Grid, {
|
|
8780
8782
|
container: true,
|
|
8781
8783
|
spacing: 3,
|
|
8782
8784
|
sx: {
|
|
8783
|
-
mt:
|
|
8785
|
+
mt: "6px"
|
|
8784
8786
|
},
|
|
8785
8787
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
8786
8788
|
item: true,
|
|
@@ -8862,7 +8864,7 @@ var EmailSection = function EmailSection() {
|
|
|
8862
8864
|
container: true,
|
|
8863
8865
|
spacing: 3,
|
|
8864
8866
|
sx: {
|
|
8865
|
-
mt:
|
|
8867
|
+
mt: "6px"
|
|
8866
8868
|
},
|
|
8867
8869
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
8868
8870
|
item: true,
|