@ammarkhalidfarooq/dashboard-package 0.4.35 → 0.4.37

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
@@ -6583,7 +6583,11 @@ var EmailSection = function EmailSection() {
6583
6583
  xs: 12,
6584
6584
  md: 4,
6585
6585
  sx: {
6586
- paddingTop: "0px !important"
6586
+ paddingTop: "0px !important",
6587
+ marginTop: {
6588
+ xs: 1,
6589
+ md: "0px"
6590
+ }
6587
6591
  },
6588
6592
  children: /*#__PURE__*/jsxRuntime.jsx(EmailTrendCard, {
6589
6593
  title: "Clicks trend",
@@ -6610,7 +6614,11 @@ var EmailSection = function EmailSection() {
6610
6614
  xs: 12,
6611
6615
  md: 4,
6612
6616
  sx: {
6613
- paddingTop: "0px !important"
6617
+ paddingTop: "0px !important",
6618
+ marginTop: {
6619
+ xs: 1,
6620
+ md: "0px"
6621
+ }
6614
6622
  },
6615
6623
  children: /*#__PURE__*/jsxRuntime.jsx(EmailTrendCard, {
6616
6624
  title: "Bounce rate trend",
@@ -6645,7 +6653,11 @@ var EmailSection = function EmailSection() {
6645
6653
  xs: 12,
6646
6654
  md: 4,
6647
6655
  sx: {
6648
- paddingTop: "0px !important"
6656
+ paddingTop: "0px !important",
6657
+ marginTop: {
6658
+ xs: 2,
6659
+ md: "0px"
6660
+ }
6649
6661
  },
6650
6662
  children: /*#__PURE__*/jsxRuntime.jsx(TopCampaignsCTRCard, {})
6651
6663
  }), /*#__PURE__*/jsxRuntime.jsx(material.Grid, {
@@ -6653,7 +6665,11 @@ var EmailSection = function EmailSection() {
6653
6665
  xs: 12,
6654
6666
  md: 4,
6655
6667
  sx: {
6656
- paddingTop: "0px !important"
6668
+ paddingTop: "0px !important",
6669
+ marginTop: {
6670
+ xs: 2,
6671
+ md: "0px"
6672
+ }
6657
6673
  },
6658
6674
  children: /*#__PURE__*/jsxRuntime.jsx(TopCampaignsConvRateCard, {})
6659
6675
  })]