@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 +20 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +20 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6581,7 +6581,11 @@ var EmailSection = function EmailSection() {
|
|
|
6581
6581
|
xs: 12,
|
|
6582
6582
|
md: 4,
|
|
6583
6583
|
sx: {
|
|
6584
|
-
paddingTop: "0px !important"
|
|
6584
|
+
paddingTop: "0px !important",
|
|
6585
|
+
marginTop: {
|
|
6586
|
+
xs: 1,
|
|
6587
|
+
md: "0px"
|
|
6588
|
+
}
|
|
6585
6589
|
},
|
|
6586
6590
|
children: /*#__PURE__*/jsx(EmailTrendCard, {
|
|
6587
6591
|
title: "Clicks trend",
|
|
@@ -6608,7 +6612,11 @@ var EmailSection = function EmailSection() {
|
|
|
6608
6612
|
xs: 12,
|
|
6609
6613
|
md: 4,
|
|
6610
6614
|
sx: {
|
|
6611
|
-
paddingTop: "0px !important"
|
|
6615
|
+
paddingTop: "0px !important",
|
|
6616
|
+
marginTop: {
|
|
6617
|
+
xs: 1,
|
|
6618
|
+
md: "0px"
|
|
6619
|
+
}
|
|
6612
6620
|
},
|
|
6613
6621
|
children: /*#__PURE__*/jsx(EmailTrendCard, {
|
|
6614
6622
|
title: "Bounce rate trend",
|
|
@@ -6643,7 +6651,11 @@ var EmailSection = function EmailSection() {
|
|
|
6643
6651
|
xs: 12,
|
|
6644
6652
|
md: 4,
|
|
6645
6653
|
sx: {
|
|
6646
|
-
paddingTop: "0px !important"
|
|
6654
|
+
paddingTop: "0px !important",
|
|
6655
|
+
marginTop: {
|
|
6656
|
+
xs: 2,
|
|
6657
|
+
md: "0px"
|
|
6658
|
+
}
|
|
6647
6659
|
},
|
|
6648
6660
|
children: /*#__PURE__*/jsx(TopCampaignsCTRCard, {})
|
|
6649
6661
|
}), /*#__PURE__*/jsx(Grid, {
|
|
@@ -6651,7 +6663,11 @@ var EmailSection = function EmailSection() {
|
|
|
6651
6663
|
xs: 12,
|
|
6652
6664
|
md: 4,
|
|
6653
6665
|
sx: {
|
|
6654
|
-
paddingTop: "0px !important"
|
|
6666
|
+
paddingTop: "0px !important",
|
|
6667
|
+
marginTop: {
|
|
6668
|
+
xs: 2,
|
|
6669
|
+
md: "0px"
|
|
6670
|
+
}
|
|
6655
6671
|
},
|
|
6656
6672
|
children: /*#__PURE__*/jsx(TopCampaignsConvRateCard, {})
|
|
6657
6673
|
})]
|