@ammarkhalidfarooq/dashboard-package 0.6.101 → 0.6.102
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 +14 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +14 -6
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18550,7 +18550,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18550
18550
|
md: "1fr 1fr 1fr",
|
|
18551
18551
|
lg: "repeat(6, 1fr)"
|
|
18552
18552
|
},
|
|
18553
|
-
gap:
|
|
18553
|
+
gap: "6px",
|
|
18554
18554
|
mb: 0
|
|
18555
18555
|
},
|
|
18556
18556
|
children: Object.keys(metricInfo).map(renderCard)
|
|
@@ -18558,7 +18558,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18558
18558
|
container: true,
|
|
18559
18559
|
spacing: 3,
|
|
18560
18560
|
sx: {
|
|
18561
|
-
mt:
|
|
18561
|
+
mt: "12px"
|
|
18562
18562
|
},
|
|
18563
18563
|
children: /*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
|
|
18564
18564
|
item: mainChart,
|
|
@@ -18574,7 +18574,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18574
18574
|
container: true,
|
|
18575
18575
|
spacing: 3,
|
|
18576
18576
|
sx: {
|
|
18577
|
-
mt:
|
|
18577
|
+
mt: "6px"
|
|
18578
18578
|
},
|
|
18579
18579
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
18580
18580
|
item: true,
|
|
@@ -18664,8 +18664,12 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18664
18664
|
sx: {
|
|
18665
18665
|
paddingTop: "0px !important",
|
|
18666
18666
|
minHeight: "430px",
|
|
18667
|
+
paddingLeft: {
|
|
18668
|
+
xs: "24px !important",
|
|
18669
|
+
md: "6px !important"
|
|
18670
|
+
},
|
|
18667
18671
|
marginTop: {
|
|
18668
|
-
xs:
|
|
18672
|
+
xs: "6px",
|
|
18669
18673
|
md: "0px"
|
|
18670
18674
|
}
|
|
18671
18675
|
},
|
|
@@ -18709,7 +18713,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18709
18713
|
container: true,
|
|
18710
18714
|
spacing: 3,
|
|
18711
18715
|
sx: {
|
|
18712
|
-
mt:
|
|
18716
|
+
mt: "6px"
|
|
18713
18717
|
},
|
|
18714
18718
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
18715
18719
|
item: true,
|
|
@@ -18727,8 +18731,12 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18727
18731
|
md: 6,
|
|
18728
18732
|
sx: {
|
|
18729
18733
|
paddingTop: "0px !important",
|
|
18734
|
+
paddingLeft: {
|
|
18735
|
+
xs: "24px !important",
|
|
18736
|
+
md: "6px !important"
|
|
18737
|
+
},
|
|
18730
18738
|
marginTop: {
|
|
18731
|
-
xs:
|
|
18739
|
+
xs: "6px",
|
|
18732
18740
|
md: "0px"
|
|
18733
18741
|
}
|
|
18734
18742
|
},
|