@ammarkhalidfarooq/dashboard-package 0.6.101 → 0.6.103
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 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +14 -8
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2992,7 +2992,6 @@ var P2RefundsCard = function P2RefundsCard(_ref27) {
|
|
|
2992
2992
|
fontWeight: 700,
|
|
2993
2993
|
letterSpacing: "0.5px",
|
|
2994
2994
|
color: THEME.muted,
|
|
2995
|
-
textTransform: "uppercase",
|
|
2996
2995
|
marginBottom: 3
|
|
2997
2996
|
},
|
|
2998
2997
|
children: "Refunds"
|
|
@@ -3026,7 +3025,6 @@ var P2RefundsCard = function P2RefundsCard(_ref27) {
|
|
|
3026
3025
|
fontWeight: 700,
|
|
3027
3026
|
letterSpacing: "0.5px",
|
|
3028
3027
|
color: THEME.muted,
|
|
3029
|
-
textTransform: "uppercase",
|
|
3030
3028
|
marginBottom: 3
|
|
3031
3029
|
},
|
|
3032
3030
|
children: "Chargebacks"
|
|
@@ -18548,7 +18546,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18548
18546
|
md: "1fr 1fr 1fr",
|
|
18549
18547
|
lg: "repeat(6, 1fr)"
|
|
18550
18548
|
},
|
|
18551
|
-
gap:
|
|
18549
|
+
gap: "6px",
|
|
18552
18550
|
mb: 0
|
|
18553
18551
|
},
|
|
18554
18552
|
children: Object.keys(metricInfo).map(renderCard)
|
|
@@ -18556,7 +18554,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18556
18554
|
container: true,
|
|
18557
18555
|
spacing: 3,
|
|
18558
18556
|
sx: {
|
|
18559
|
-
mt:
|
|
18557
|
+
mt: "12px"
|
|
18560
18558
|
},
|
|
18561
18559
|
children: /*#__PURE__*/jsx(RenderChartCard, {
|
|
18562
18560
|
item: mainChart,
|
|
@@ -18572,7 +18570,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18572
18570
|
container: true,
|
|
18573
18571
|
spacing: 3,
|
|
18574
18572
|
sx: {
|
|
18575
|
-
mt:
|
|
18573
|
+
mt: "6px"
|
|
18576
18574
|
},
|
|
18577
18575
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
18578
18576
|
item: true,
|
|
@@ -18662,8 +18660,12 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18662
18660
|
sx: {
|
|
18663
18661
|
paddingTop: "0px !important",
|
|
18664
18662
|
minHeight: "430px",
|
|
18663
|
+
paddingLeft: {
|
|
18664
|
+
xs: "24px !important",
|
|
18665
|
+
md: "6px !important"
|
|
18666
|
+
},
|
|
18665
18667
|
marginTop: {
|
|
18666
|
-
xs:
|
|
18668
|
+
xs: "6px",
|
|
18667
18669
|
md: "0px"
|
|
18668
18670
|
}
|
|
18669
18671
|
},
|
|
@@ -18707,7 +18709,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18707
18709
|
container: true,
|
|
18708
18710
|
spacing: 3,
|
|
18709
18711
|
sx: {
|
|
18710
|
-
mt:
|
|
18712
|
+
mt: "6px"
|
|
18711
18713
|
},
|
|
18712
18714
|
children: [/*#__PURE__*/jsx(Grid, {
|
|
18713
18715
|
item: true,
|
|
@@ -18725,8 +18727,12 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18725
18727
|
md: 6,
|
|
18726
18728
|
sx: {
|
|
18727
18729
|
paddingTop: "0px !important",
|
|
18730
|
+
paddingLeft: {
|
|
18731
|
+
xs: "24px !important",
|
|
18732
|
+
md: "6px !important"
|
|
18733
|
+
},
|
|
18728
18734
|
marginTop: {
|
|
18729
|
-
xs:
|
|
18735
|
+
xs: "6px",
|
|
18730
18736
|
md: "0px"
|
|
18731
18737
|
}
|
|
18732
18738
|
},
|