@ammarkhalidfarooq/dashboard-package 0.4.48 → 0.4.50
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 +12 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +12 -11
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5568,14 +5568,15 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5568
5568
|
lg: "repeat(6, 1fr)"
|
|
5569
5569
|
},
|
|
5570
5570
|
gap: 2,
|
|
5571
|
-
mb:
|
|
5571
|
+
mb: 0
|
|
5572
5572
|
},
|
|
5573
5573
|
children: Object.keys(metricInfo).map(renderCard)
|
|
5574
5574
|
}), /*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
5575
5575
|
container: true,
|
|
5576
5576
|
spacing: 3,
|
|
5577
5577
|
sx: {
|
|
5578
|
-
mb:
|
|
5578
|
+
mb: 0,
|
|
5579
|
+
mt: 2.75
|
|
5579
5580
|
},
|
|
5580
5581
|
children: /*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
|
|
5581
5582
|
item: mainChart,
|
|
@@ -5589,7 +5590,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5589
5590
|
container: true,
|
|
5590
5591
|
spacing: 3,
|
|
5591
5592
|
sx: {
|
|
5592
|
-
mt:
|
|
5593
|
+
mt: 2.25
|
|
5593
5594
|
},
|
|
5594
5595
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
5595
5596
|
item: true,
|
|
@@ -5658,7 +5659,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5658
5659
|
container: true,
|
|
5659
5660
|
spacing: 3,
|
|
5660
5661
|
sx: {
|
|
5661
|
-
mt: 2,
|
|
5662
|
+
mt: 2.25,
|
|
5662
5663
|
alignItems: "stretch"
|
|
5663
5664
|
},
|
|
5664
5665
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
@@ -5731,7 +5732,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5731
5732
|
sx: {
|
|
5732
5733
|
mt: {
|
|
5733
5734
|
xs: 3,
|
|
5734
|
-
md: 2
|
|
5735
|
+
md: 2.25
|
|
5735
5736
|
}
|
|
5736
5737
|
},
|
|
5737
5738
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
@@ -5949,14 +5950,14 @@ var PaidSection = function PaidSection() {
|
|
|
5949
5950
|
lg: "repeat(6, 1fr)"
|
|
5950
5951
|
},
|
|
5951
5952
|
gap: 2,
|
|
5952
|
-
mb:
|
|
5953
|
+
mb: 0
|
|
5953
5954
|
},
|
|
5954
5955
|
children: Object.keys(metricInfo).map(renderCard)
|
|
5955
5956
|
}), /*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
5956
5957
|
container: true,
|
|
5957
5958
|
spacing: 3,
|
|
5958
5959
|
sx: {
|
|
5959
|
-
mt:
|
|
5960
|
+
mt: 2.75
|
|
5960
5961
|
},
|
|
5961
5962
|
children: /*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
|
|
5962
5963
|
item: mainChart,
|
|
@@ -5970,7 +5971,7 @@ var PaidSection = function PaidSection() {
|
|
|
5970
5971
|
container: true,
|
|
5971
5972
|
spacing: 3,
|
|
5972
5973
|
sx: {
|
|
5973
|
-
mt:
|
|
5974
|
+
mt: 2.25
|
|
5974
5975
|
},
|
|
5975
5976
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
5976
5977
|
item: true,
|
|
@@ -6105,7 +6106,7 @@ var PaidSection = function PaidSection() {
|
|
|
6105
6106
|
container: true,
|
|
6106
6107
|
spacing: 3,
|
|
6107
6108
|
sx: {
|
|
6108
|
-
mt:
|
|
6109
|
+
mt: 2.25
|
|
6109
6110
|
},
|
|
6110
6111
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
6111
6112
|
item: true,
|
|
@@ -6255,14 +6256,14 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
6255
6256
|
lg: "repeat(6, 1fr)"
|
|
6256
6257
|
},
|
|
6257
6258
|
gap: 2,
|
|
6258
|
-
mb:
|
|
6259
|
+
mb: 0
|
|
6259
6260
|
},
|
|
6260
6261
|
children: Object.keys(metricInfo).map(renderCard)
|
|
6261
6262
|
}), /*#__PURE__*/jsxRuntime.jsxs(material.Grid, {
|
|
6262
6263
|
container: true,
|
|
6263
6264
|
spacing: 3,
|
|
6264
6265
|
sx: {
|
|
6265
|
-
mt:
|
|
6266
|
+
mt: 2.75
|
|
6266
6267
|
},
|
|
6267
6268
|
children: [/*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
|
|
6268
6269
|
item: mainChart,
|