@ammarkhalidfarooq/dashboard-package 0.4.63 → 0.4.64
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 +2 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3812,8 +3812,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3812
3812
|
sx: {
|
|
3813
3813
|
display: "flex",
|
|
3814
3814
|
gap: 1.5,
|
|
3815
|
-
mt: 0.5
|
|
3816
|
-
mb: 2
|
|
3815
|
+
mt: 0.5
|
|
3817
3816
|
},
|
|
3818
3817
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
3819
3818
|
sx: {
|
|
@@ -3878,8 +3877,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3878
3877
|
height: 170,
|
|
3879
3878
|
width: "calc(100% + 48px)",
|
|
3880
3879
|
ml: -3,
|
|
3881
|
-
mr: -3
|
|
3882
|
-
mb: 7.5
|
|
3880
|
+
mr: -3
|
|
3883
3881
|
},
|
|
3884
3882
|
children: /*#__PURE__*/jsxRuntime.jsx(ReactApexChart, {
|
|
3885
3883
|
options: chartOptions,
|