@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.cjs.js
CHANGED
|
@@ -8323,7 +8323,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8323
8323
|
md: "1fr 1fr 1fr",
|
|
8324
8324
|
lg: "repeat(6, 1fr)"
|
|
8325
8325
|
},
|
|
8326
|
-
gap:
|
|
8326
|
+
gap: "6px",
|
|
8327
8327
|
mb: 0
|
|
8328
8328
|
},
|
|
8329
8329
|
children: Object.keys(metricInfo).map(renderCard)
|
|
@@ -8331,7 +8331,7 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8331
8331
|
container: true,
|
|
8332
8332
|
spacing: 3,
|
|
8333
8333
|
sx: {
|
|
8334
|
-
mt:
|
|
8334
|
+
mt: "6px"
|
|
8335
8335
|
},
|
|
8336
8336
|
children: [/*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
|
|
8337
8337
|
item: mainChart,
|