@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.es.js
CHANGED
|
@@ -18548,7 +18548,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18548
18548
|
md: "1fr 1fr 1fr",
|
|
18549
18549
|
lg: "repeat(6, 1fr)"
|
|
18550
18550
|
},
|
|
18551
|
-
gap:
|
|
18551
|
+
gap: "6px",
|
|
18552
18552
|
mb: 0
|
|
18553
18553
|
},
|
|
18554
18554
|
children: Object.keys(metricInfo).map(renderCard)
|
|
@@ -18556,7 +18556,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18556
18556
|
container: true,
|
|
18557
18557
|
spacing: 3,
|
|
18558
18558
|
sx: {
|
|
18559
|
-
mt:
|
|
18559
|
+
mt: "12px"
|
|
18560
18560
|
},
|
|
18561
18561
|
children: /*#__PURE__*/jsx(RenderChartCard, {
|
|
18562
18562
|
item: mainChart,
|
|
@@ -18572,7 +18572,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18572
18572
|
container: true,
|
|
18573
18573
|
spacing: 3,
|
|
18574
18574
|
sx: {
|
|
18575
|
-
mt:
|
|
18575
|
+
mt: "6px"
|
|
18576
18576
|
},
|
|
18577
18577
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
18578
18578
|
item: true,
|
|
@@ -18662,8 +18662,12 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18662
18662
|
sx: {
|
|
18663
18663
|
paddingTop: "0px !important",
|
|
18664
18664
|
minHeight: "430px",
|
|
18665
|
+
paddingLeft: {
|
|
18666
|
+
xs: "24px !important",
|
|
18667
|
+
md: "6px !important"
|
|
18668
|
+
},
|
|
18665
18669
|
marginTop: {
|
|
18666
|
-
xs:
|
|
18670
|
+
xs: "6px",
|
|
18667
18671
|
md: "0px"
|
|
18668
18672
|
}
|
|
18669
18673
|
},
|
|
@@ -18707,7 +18711,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18707
18711
|
container: true,
|
|
18708
18712
|
spacing: 3,
|
|
18709
18713
|
sx: {
|
|
18710
|
-
mt:
|
|
18714
|
+
mt: "6px"
|
|
18711
18715
|
},
|
|
18712
18716
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
18713
18717
|
item: true,
|
|
@@ -18725,8 +18729,12 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18725
18729
|
md: 6,
|
|
18726
18730
|
sx: {
|
|
18727
18731
|
paddingTop: "0px !important",
|
|
18732
|
+
paddingLeft: {
|
|
18733
|
+
xs: "24px !important",
|
|
18734
|
+
md: "6px !important"
|
|
18735
|
+
},
|
|
18728
18736
|
marginTop: {
|
|
18729
|
-
xs:
|
|
18737
|
+
xs: "6px",
|
|
18730
18738
|
md: "0px"
|
|
18731
18739
|
}
|
|
18732
18740
|
},
|