@ammarkhalidfarooq/dashboard-package 0.6.84 → 0.6.86
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/RenderChartCard.cjs.js +3 -5
- package/dist/RenderChartCard.cjs.js.map +1 -1
- package/dist/RenderChartCard.es.js +3 -5
- package/dist/RenderChartCard.es.js.map +1 -1
- package/dist/index.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6 -6
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -710,12 +710,11 @@ var RenderChartCard = function RenderChartCard(_ref) {
|
|
|
710
710
|
display: "flex",
|
|
711
711
|
justifyContent: "space-between",
|
|
712
712
|
alignItems: "flex-start",
|
|
713
|
-
mb: item.exportMode ? 2 : isPremium ?
|
|
713
|
+
mb: item.exportMode ? 2 : isPremium ? 1.5 : 2
|
|
714
714
|
},
|
|
715
715
|
children: [isPremium ? /*#__PURE__*/jsxs(Box, {
|
|
716
716
|
sx: {
|
|
717
|
-
textAlign: "left"
|
|
718
|
-
marginBottom: "12px"
|
|
717
|
+
textAlign: "left"
|
|
719
718
|
},
|
|
720
719
|
children: [/*#__PURE__*/jsx(Typography, {
|
|
721
720
|
sx: {
|
|
@@ -768,8 +767,7 @@ var RenderChartCard = function RenderChartCard(_ref) {
|
|
|
768
767
|
})]
|
|
769
768
|
}) : /*#__PURE__*/jsxs(Box, {
|
|
770
769
|
sx: {
|
|
771
|
-
textAlign: "left"
|
|
772
|
-
marginBottom: "12px"
|
|
770
|
+
textAlign: "left"
|
|
773
771
|
},
|
|
774
772
|
children: [/*#__PURE__*/jsx(Typography, {
|
|
775
773
|
variant: "subtitle2",
|
|
@@ -4430,7 +4428,9 @@ var DonorMixCard = function DonorMixCard(_ref) {
|
|
|
4430
4428
|
flexDirection: "column"
|
|
4431
4429
|
}, sx),
|
|
4432
4430
|
children: [/*#__PURE__*/jsxs(Box, {
|
|
4433
|
-
sx: {
|
|
4431
|
+
sx: {
|
|
4432
|
+
marginBottom: "12px"
|
|
4433
|
+
},
|
|
4434
4434
|
children: [/*#__PURE__*/jsx(Typography, {
|
|
4435
4435
|
sx: {
|
|
4436
4436
|
fontWeight: 700,
|