@ammarkhalidfarooq/dashboard-package 0.4.36 → 0.4.38
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 +12 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +12 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3750,8 +3750,8 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3750
3750
|
},
|
|
3751
3751
|
offsetY: -22,
|
|
3752
3752
|
style: {
|
|
3753
|
-
fontSize: "
|
|
3754
|
-
fontWeight:
|
|
3753
|
+
fontSize: "6px",
|
|
3754
|
+
fontWeight: 400,
|
|
3755
3755
|
colors: ["#000"]
|
|
3756
3756
|
}
|
|
3757
3757
|
},
|
|
@@ -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",
|