@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.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,
@@ -8866,7 +8866,7 @@ var EmailSection = function EmailSection() {
8866
8866
  container: true,
8867
8867
  spacing: 3,
8868
8868
  sx: {
8869
- mt: 2.25
8869
+ mt: "6px"
8870
8870
  },
8871
8871
  children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
8872
8872
  item: true,