@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.cjs.js
CHANGED
|
@@ -6645,7 +6645,11 @@ var EmailSection = function EmailSection() {
|
|
|
6645
6645
|
xs: 12,
|
|
6646
6646
|
md: 4,
|
|
6647
6647
|
sx: {
|
|
6648
|
-
paddingTop: "0px !important"
|
|
6648
|
+
paddingTop: "0px !important",
|
|
6649
|
+
marginTop: {
|
|
6650
|
+
xs: 2,
|
|
6651
|
+
md: "0px"
|
|
6652
|
+
}
|
|
6649
6653
|
},
|
|
6650
6654
|
children: /*#__PURE__*/jsxRuntime.jsx(TopCampaignsCTRCard, {})
|
|
6651
6655
|
}), /*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
@@ -6653,7 +6657,11 @@ var EmailSection = function EmailSection() {
|
|
|
6653
6657
|
xs: 12,
|
|
6654
6658
|
md: 4,
|
|
6655
6659
|
sx: {
|
|
6656
|
-
paddingTop: "0px !important"
|
|
6660
|
+
paddingTop: "0px !important",
|
|
6661
|
+
marginTop: {
|
|
6662
|
+
xs: 2,
|
|
6663
|
+
md: "0px"
|
|
6664
|
+
}
|
|
6657
6665
|
},
|
|
6658
6666
|
children: /*#__PURE__*/jsxRuntime.jsx(TopCampaignsConvRateCard, {})
|
|
6659
6667
|
})]
|