@ammarkhalidfarooq/dashboard-package 0.4.35 → 0.4.36
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 +10 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +10 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6643,7 +6643,11 @@ var EmailSection = function EmailSection() {
|
|
|
6643
6643
|
xs: 12,
|
|
6644
6644
|
md: 4,
|
|
6645
6645
|
sx: {
|
|
6646
|
-
paddingTop: "0px !important"
|
|
6646
|
+
paddingTop: "0px !important",
|
|
6647
|
+
marginTop: {
|
|
6648
|
+
xs: 2,
|
|
6649
|
+
md: "0px"
|
|
6650
|
+
}
|
|
6647
6651
|
},
|
|
6648
6652
|
children: /*#__PURE__*/jsx(TopCampaignsCTRCard, {})
|
|
6649
6653
|
}), /*#__PURE__*/jsx(Grid, {
|
|
@@ -6651,7 +6655,11 @@ var EmailSection = function EmailSection() {
|
|
|
6651
6655
|
xs: 12,
|
|
6652
6656
|
md: 4,
|
|
6653
6657
|
sx: {
|
|
6654
|
-
paddingTop: "0px !important"
|
|
6658
|
+
paddingTop: "0px !important",
|
|
6659
|
+
marginTop: {
|
|
6660
|
+
xs: 2,
|
|
6661
|
+
md: "0px"
|
|
6662
|
+
}
|
|
6655
6663
|
},
|
|
6656
6664
|
children: /*#__PURE__*/jsx(TopCampaignsConvRateCard, {})
|
|
6657
6665
|
})]
|