@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 CHANGED
@@ -8757,12 +8757,12 @@ var EmailSection = function EmailSection() {
8757
8757
  sx: {
8758
8758
  display: "grid",
8759
8759
  gridTemplateColumns: {
8760
- xs: "1fr",
8760
+ xs: "1fr 1fr",
8761
8761
  sm: "1fr 1fr",
8762
8762
  md: "1fr 1fr 1fr",
8763
8763
  lg: "repeat(5, 1fr)"
8764
8764
  },
8765
- gap: 2,
8765
+ gap: "6px",
8766
8766
  mb: 0
8767
8767
  },
8768
8768
  children: ["Total raised", "Donations", "Conversion rate", "CTR", "Revenue per email"].map(renderCard)
@@ -8770,21 +8770,21 @@ var EmailSection = function EmailSection() {
8770
8770
  sx: {
8771
8771
  display: "grid",
8772
8772
  gridTemplateColumns: {
8773
- xs: "1fr",
8773
+ xs: "1fr 1fr",
8774
8774
  sm: "1fr 1fr",
8775
8775
  md: "1fr 1fr 1fr",
8776
8776
  lg: "repeat(5, 1fr)"
8777
8777
  },
8778
- gap: 2,
8778
+ gap: "6px",
8779
8779
  mb: 0,
8780
- mt: 2.75
8780
+ mt: "6px"
8781
8781
  },
8782
8782
  children: ["Open rate", "Clicks", "Unique Clicks", "Bounce rate", "Revenue per Click"].map(renderCard)
8783
8783
  }), /*#__PURE__*/jsxRuntime.jsxs(material.Grid, {
8784
8784
  container: true,
8785
8785
  spacing: 3,
8786
8786
  sx: {
8787
- mt: 2.25
8787
+ mt: "6px"
8788
8788
  },
8789
8789
  children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
8790
8790
  item: true,
@@ -8812,8 +8812,9 @@ var EmailSection = function EmailSection() {
8812
8812
  md: 4,
8813
8813
  sx: {
8814
8814
  paddingTop: "0px !important",
8815
+ paddingLeft: "6px !important",
8815
8816
  marginTop: {
8816
- xs: 1,
8817
+ xs: "6px",
8817
8818
  md: "0px"
8818
8819
  }
8819
8820
  },
@@ -8843,8 +8844,9 @@ var EmailSection = function EmailSection() {
8843
8844
  md: 4,
8844
8845
  sx: {
8845
8846
  paddingTop: "0px !important",
8847
+ paddingLeft: "6px !important",
8846
8848
  marginTop: {
8847
- xs: 1,
8849
+ xs: "6px",
8848
8850
  md: "0px"
8849
8851
  }
8850
8852
  },
@@ -8866,7 +8868,7 @@ var EmailSection = function EmailSection() {
8866
8868
  container: true,
8867
8869
  spacing: 3,
8868
8870
  sx: {
8869
- mt: 2.25
8871
+ mt: "6px"
8870
8872
  },
8871
8873
  children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
8872
8874
  item: true,
@@ -8882,8 +8884,9 @@ var EmailSection = function EmailSection() {
8882
8884
  md: 4,
8883
8885
  sx: {
8884
8886
  paddingTop: "0px !important",
8887
+ paddingLeft: "6px !important",
8885
8888
  marginTop: {
8886
- xs: 2,
8889
+ xs: "6px",
8887
8890
  md: "0px"
8888
8891
  }
8889
8892
  },
@@ -8894,8 +8897,9 @@ var EmailSection = function EmailSection() {
8894
8897
  md: 4,
8895
8898
  sx: {
8896
8899
  paddingTop: "0px !important",
8900
+ paddingLeft: "6px !important",
8897
8901
  marginTop: {
8898
- xs: 2,
8902
+ xs: "6px",
8899
8903
  md: "0px"
8900
8904
  }
8901
8905
  },