@ammarkhalidfarooq/dashboard-package 0.6.83 → 0.6.84
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 +4 -2
- package/dist/RenderChartCard.cjs.js.map +1 -1
- package/dist/RenderChartCard.es.js +4 -2
- package/dist/RenderChartCard.es.js.map +1 -1
- package/dist/index.cjs.js +4 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -714,7 +714,8 @@ var RenderChartCard = function RenderChartCard(_ref) {
|
|
|
714
714
|
},
|
|
715
715
|
children: [isPremium ? /*#__PURE__*/jsxs(Box, {
|
|
716
716
|
sx: {
|
|
717
|
-
textAlign: "left"
|
|
717
|
+
textAlign: "left",
|
|
718
|
+
marginBottom: "12px"
|
|
718
719
|
},
|
|
719
720
|
children: [/*#__PURE__*/jsx(Typography, {
|
|
720
721
|
sx: {
|
|
@@ -767,7 +768,8 @@ var RenderChartCard = function RenderChartCard(_ref) {
|
|
|
767
768
|
})]
|
|
768
769
|
}) : /*#__PURE__*/jsxs(Box, {
|
|
769
770
|
sx: {
|
|
770
|
-
textAlign: "left"
|
|
771
|
+
textAlign: "left",
|
|
772
|
+
marginBottom: "12px"
|
|
771
773
|
},
|
|
772
774
|
children: [/*#__PURE__*/jsx(Typography, {
|
|
773
775
|
variant: "subtitle2",
|