@ammarkhalidfarooq/dashboard-package 0.4.63 → 0.4.65
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 +4 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -7
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3786,8 +3786,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3786
3786
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
3787
3787
|
sx: {
|
|
3788
3788
|
display: "flex",
|
|
3789
|
-
flexDirection: "column"
|
|
3790
|
-
mb: 1
|
|
3789
|
+
flexDirection: "column"
|
|
3791
3790
|
},
|
|
3792
3791
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
3793
3792
|
sx: {
|
|
@@ -3812,8 +3811,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3812
3811
|
sx: {
|
|
3813
3812
|
display: "flex",
|
|
3814
3813
|
gap: 1.5,
|
|
3815
|
-
mt: 0.5
|
|
3816
|
-
mb: 2
|
|
3814
|
+
mt: 0.5
|
|
3817
3815
|
},
|
|
3818
3816
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
3819
3817
|
sx: {
|
|
@@ -3878,8 +3876,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3878
3876
|
height: 170,
|
|
3879
3877
|
width: "calc(100% + 48px)",
|
|
3880
3878
|
ml: -3,
|
|
3881
|
-
mr: -3
|
|
3882
|
-
mb: 7.5
|
|
3879
|
+
mr: -3
|
|
3883
3880
|
},
|
|
3884
3881
|
children: /*#__PURE__*/jsxRuntime.jsx(ReactApexChart, {
|
|
3885
3882
|
options: chartOptions,
|
|
@@ -5711,7 +5708,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5711
5708
|
},
|
|
5712
5709
|
children: [/*#__PURE__*/jsxRuntime.jsx(DonationTypeBarChart, {
|
|
5713
5710
|
sx: {
|
|
5714
|
-
minHeight:
|
|
5711
|
+
minHeight: 300
|
|
5715
5712
|
},
|
|
5716
5713
|
donationTypeData: donationTypeData
|
|
5717
5714
|
}), /*#__PURE__*/jsxRuntime.jsx(PaidDonorGeographyCard, {
|