@ammarkhalidfarooq/dashboard-package 0.6.26 → 0.6.28
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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3879,7 +3879,7 @@ var DonorMixCard = function DonorMixCard(_ref) {
|
|
|
3879
3879
|
sx: {
|
|
3880
3880
|
display: "flex",
|
|
3881
3881
|
justifyContent: "space-between",
|
|
3882
|
-
mb: idx === items.length - 1 ? showBottomSummary ? compact ? 0.5 :
|
|
3882
|
+
mb: idx === items.length - 1 ? showBottomSummary ? compact ? 0.5 : 0 : 0 : compact ? 0.5 : 0
|
|
3883
3883
|
},
|
|
3884
3884
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
3885
3885
|
sx: {
|
|
@@ -17073,7 +17073,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
17073
17073
|
spacing: 3,
|
|
17074
17074
|
sx: {
|
|
17075
17075
|
mb: 0,
|
|
17076
|
-
mt: "
|
|
17076
|
+
mt: "12px"
|
|
17077
17077
|
},
|
|
17078
17078
|
children: /*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
|
|
17079
17079
|
item: mainChart,
|
|
@@ -17749,7 +17749,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
17749
17749
|
container: true,
|
|
17750
17750
|
spacing: 3,
|
|
17751
17751
|
sx: {
|
|
17752
|
-
mt: "
|
|
17752
|
+
mt: "12px"
|
|
17753
17753
|
},
|
|
17754
17754
|
children: [/*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
|
|
17755
17755
|
item: mainChart,
|