@ammarkhalidfarooq/dashboard-package 0.5.32 → 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.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: 2,
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: 2,
8776
+ gap: "6px",
8777
8777
  mb: 0,
8778
- mt: 2.75
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: 2.25
8785
+ mt: "6px"
8786
8786
  },
8787
8787
  children: [/*#__PURE__*/jsx(Grid, {
8788
8788
  item: true,
@@ -8864,7 +8864,7 @@ var EmailSection = function EmailSection() {
8864
8864
  container: true,
8865
8865
  spacing: 3,
8866
8866
  sx: {
8867
- mt: 2.25
8867
+ mt: "6px"
8868
8868
  },
8869
8869
  children: [/*#__PURE__*/jsx(Grid, {
8870
8870
  item: true,