@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.es.js
CHANGED
|
@@ -5948,14 +5948,14 @@ var PaidSection = function PaidSection() {
|
|
|
5948
5948
|
lg: "repeat(6, 1fr)"
|
|
5949
5949
|
},
|
|
5950
5950
|
gap: 2,
|
|
5951
|
-
mb:
|
|
5951
|
+
mb: 0
|
|
5952
5952
|
},
|
|
5953
5953
|
children: Object.keys(metricInfo).map(renderCard)
|
|
5954
5954
|
}), /*#__PURE__*/jsx(Grid, {
|
|
5955
5955
|
container: true,
|
|
5956
5956
|
spacing: 3,
|
|
5957
5957
|
sx: {
|
|
5958
|
-
mt:
|
|
5958
|
+
mt: 2.75
|
|
5959
5959
|
},
|
|
5960
5960
|
children: /*#__PURE__*/jsx(RenderChartCard, {
|
|
5961
5961
|
item: mainChart,
|
|
@@ -5969,7 +5969,7 @@ var PaidSection = function PaidSection() {
|
|
|
5969
5969
|
container: true,
|
|
5970
5970
|
spacing: 3,
|
|
5971
5971
|
sx: {
|
|
5972
|
-
mt:
|
|
5972
|
+
mt: 2.25
|
|
5973
5973
|
},
|
|
5974
5974
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
5975
5975
|
item: true,
|
|
@@ -6104,7 +6104,7 @@ var PaidSection = function PaidSection() {
|
|
|
6104
6104
|
container: true,
|
|
6105
6105
|
spacing: 3,
|
|
6106
6106
|
sx: {
|
|
6107
|
-
mt:
|
|
6107
|
+
mt: 2.25
|
|
6108
6108
|
},
|
|
6109
6109
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
6110
6110
|
item: true,
|
|
@@ -6254,14 +6254,14 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
6254
6254
|
lg: "repeat(6, 1fr)"
|
|
6255
6255
|
},
|
|
6256
6256
|
gap: 2,
|
|
6257
|
-
mb:
|
|
6257
|
+
mb: 0
|
|
6258
6258
|
},
|
|
6259
6259
|
children: Object.keys(metricInfo).map(renderCard)
|
|
6260
6260
|
}), /*#__PURE__*/jsxs(Grid, {
|
|
6261
6261
|
container: true,
|
|
6262
6262
|
spacing: 3,
|
|
6263
6263
|
sx: {
|
|
6264
|
-
mt:
|
|
6264
|
+
mt: 2.75
|
|
6265
6265
|
},
|
|
6266
6266
|
children: [/*#__PURE__*/jsx(RenderChartCard, {
|
|
6267
6267
|
item: mainChart,
|