@ammarkhalidfarooq/dashboard-package 0.4.49 → 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 +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.cjs.js
CHANGED
|
@@ -5950,14 +5950,14 @@ var PaidSection = function PaidSection() {
|
|
|
5950
5950
|
lg: "repeat(6, 1fr)"
|
|
5951
5951
|
},
|
|
5952
5952
|
gap: 2,
|
|
5953
|
-
mb:
|
|
5953
|
+
mb: 0
|
|
5954
5954
|
},
|
|
5955
5955
|
children: Object.keys(metricInfo).map(renderCard)
|
|
5956
5956
|
}), /*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
5957
5957
|
container: true,
|
|
5958
5958
|
spacing: 3,
|
|
5959
5959
|
sx: {
|
|
5960
|
-
mt:
|
|
5960
|
+
mt: 2.75
|
|
5961
5961
|
},
|
|
5962
5962
|
children: /*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
|
|
5963
5963
|
item: mainChart,
|
|
@@ -5971,7 +5971,7 @@ var PaidSection = function PaidSection() {
|
|
|
5971
5971
|
container: true,
|
|
5972
5972
|
spacing: 3,
|
|
5973
5973
|
sx: {
|
|
5974
|
-
mt:
|
|
5974
|
+
mt: 2.25
|
|
5975
5975
|
},
|
|
5976
5976
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
5977
5977
|
item: true,
|
|
@@ -6106,7 +6106,7 @@ var PaidSection = function PaidSection() {
|
|
|
6106
6106
|
container: true,
|
|
6107
6107
|
spacing: 3,
|
|
6108
6108
|
sx: {
|
|
6109
|
-
mt:
|
|
6109
|
+
mt: 2.25
|
|
6110
6110
|
},
|
|
6111
6111
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
6112
6112
|
item: true,
|
|
@@ -6256,14 +6256,14 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
6256
6256
|
lg: "repeat(6, 1fr)"
|
|
6257
6257
|
},
|
|
6258
6258
|
gap: 2,
|
|
6259
|
-
mb:
|
|
6259
|
+
mb: 0
|
|
6260
6260
|
},
|
|
6261
6261
|
children: Object.keys(metricInfo).map(renderCard)
|
|
6262
6262
|
}), /*#__PURE__*/jsxRuntime.jsxs(material.Grid, {
|
|
6263
6263
|
container: true,
|
|
6264
6264
|
spacing: 3,
|
|
6265
6265
|
sx: {
|
|
6266
|
-
mt:
|
|
6266
|
+
mt: 2.75
|
|
6267
6267
|
},
|
|
6268
6268
|
children: [/*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
|
|
6269
6269
|
item: mainChart,
|