@ammarkhalidfarooq/dashboard-package 0.5.27 → 0.5.28
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8321,7 +8321,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8321
8321
|
md: "1fr 1fr 1fr",
|
|
8322
8322
|
lg: "repeat(6, 1fr)"
|
|
8323
8323
|
},
|
|
8324
|
-
gap:
|
|
8324
|
+
gap: "6px",
|
|
8325
8325
|
mb: 0
|
|
8326
8326
|
},
|
|
8327
8327
|
children: Object.keys(metricInfo).map(renderCard)
|
|
@@ -8329,7 +8329,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8329
8329
|
container: true,
|
|
8330
8330
|
spacing: 3,
|
|
8331
8331
|
sx: {
|
|
8332
|
-
mt:
|
|
8332
|
+
mt: "6px"
|
|
8333
8333
|
},
|
|
8334
8334
|
children: [/*#__PURE__*/jsx(RenderChartCard, {
|
|
8335
8335
|
item: mainChart,
|