@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.cjs.js
CHANGED
|
@@ -8357,7 +8357,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8357
8357
|
md: 6,
|
|
8358
8358
|
sx: {
|
|
8359
8359
|
mt: "6px",
|
|
8360
|
-
paddingTop: "0px !important"
|
|
8360
|
+
paddingTop: "0px !important",
|
|
8361
|
+
paddingLeft: "6px !important"
|
|
8361
8362
|
},
|
|
8362
8363
|
children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
|
|
8363
8364
|
title: "Source breakdown",
|
|
@@ -8407,7 +8408,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8407
8408
|
md: 6,
|
|
8408
8409
|
sx: {
|
|
8409
8410
|
mt: "6px",
|
|
8410
|
-
paddingTop: "0px !important"
|
|
8411
|
+
paddingTop: "0px !important",
|
|
8412
|
+
paddingLeft: "6px !important"
|
|
8411
8413
|
},
|
|
8412
8414
|
children: /*#__PURE__*/jsxRuntime.jsx(GeographyCard, {
|
|
8413
8415
|
subtitle: "Top countries by organic traffic",
|
|
@@ -8755,12 +8757,12 @@ var EmailSection = function EmailSection() {
|
|
|
8755
8757
|
sx: {
|
|
8756
8758
|
display: "grid",
|
|
8757
8759
|
gridTemplateColumns: {
|
|
8758
|
-
xs: "1fr",
|
|
8760
|
+
xs: "1fr 1fr",
|
|
8759
8761
|
sm: "1fr 1fr",
|
|
8760
8762
|
md: "1fr 1fr 1fr",
|
|
8761
8763
|
lg: "repeat(5, 1fr)"
|
|
8762
8764
|
},
|
|
8763
|
-
gap:
|
|
8765
|
+
gap: "6px",
|
|
8764
8766
|
mb: 0
|
|
8765
8767
|
},
|
|
8766
8768
|
children: ["Total raised", "Donations", "Conversion rate", "CTR", "Revenue per email"].map(renderCard)
|
|
@@ -8768,21 +8770,21 @@ var EmailSection = function EmailSection() {
|
|
|
8768
8770
|
sx: {
|
|
8769
8771
|
display: "grid",
|
|
8770
8772
|
gridTemplateColumns: {
|
|
8771
|
-
xs: "1fr",
|
|
8773
|
+
xs: "1fr 1fr",
|
|
8772
8774
|
sm: "1fr 1fr",
|
|
8773
8775
|
md: "1fr 1fr 1fr",
|
|
8774
8776
|
lg: "repeat(5, 1fr)"
|
|
8775
8777
|
},
|
|
8776
|
-
gap:
|
|
8778
|
+
gap: "6px",
|
|
8777
8779
|
mb: 0,
|
|
8778
|
-
mt:
|
|
8780
|
+
mt: "6px"
|
|
8779
8781
|
},
|
|
8780
8782
|
children: ["Open rate", "Clicks", "Unique Clicks", "Bounce rate", "Revenue per Click"].map(renderCard)
|
|
8781
8783
|
}), /*#__PURE__*/jsxRuntime.jsxs(material.Grid, {
|
|
8782
8784
|
container: true,
|
|
8783
8785
|
spacing: 3,
|
|
8784
8786
|
sx: {
|
|
8785
|
-
mt:
|
|
8787
|
+
mt: "6px"
|
|
8786
8788
|
},
|
|
8787
8789
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
8788
8790
|
item: true,
|
|
@@ -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__*/jsxRuntime.jsx(material.Grid, {
|
|
8870
8872
|
item: true,
|