@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.es.js
CHANGED
|
@@ -3748,8 +3748,8 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3748
3748
|
},
|
|
3749
3749
|
offsetY: -22,
|
|
3750
3750
|
style: {
|
|
3751
|
-
fontSize: "
|
|
3752
|
-
fontWeight:
|
|
3751
|
+
fontSize: "6px",
|
|
3752
|
+
fontWeight: 400,
|
|
3753
3753
|
colors: ["#000"]
|
|
3754
3754
|
}
|
|
3755
3755
|
},
|
|
@@ -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",
|