@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.cjs.js
CHANGED
|
@@ -2994,7 +2994,6 @@ var P2RefundsCard = function P2RefundsCard(_ref27) {
|
|
|
2994
2994
|
fontWeight: 700,
|
|
2995
2995
|
letterSpacing: "0.5px",
|
|
2996
2996
|
color: THEME.muted,
|
|
2997
|
-
textTransform: "uppercase",
|
|
2998
2997
|
marginBottom: 3
|
|
2999
2998
|
},
|
|
3000
2999
|
children: "Refunds"
|
|
@@ -3028,7 +3027,6 @@ var P2RefundsCard = function P2RefundsCard(_ref27) {
|
|
|
3028
3027
|
fontWeight: 700,
|
|
3029
3028
|
letterSpacing: "0.5px",
|
|
3030
3029
|
color: THEME.muted,
|
|
3031
|
-
textTransform: "uppercase",
|
|
3032
3030
|
marginBottom: 3
|
|
3033
3031
|
},
|
|
3034
3032
|
children: "Chargebacks"
|
|
@@ -18550,7 +18548,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18550
18548
|
md: "1fr 1fr 1fr",
|
|
18551
18549
|
lg: "repeat(6, 1fr)"
|
|
18552
18550
|
},
|
|
18553
|
-
gap:
|
|
18551
|
+
gap: "6px",
|
|
18554
18552
|
mb: 0
|
|
18555
18553
|
},
|
|
18556
18554
|
children: Object.keys(metricInfo).map(renderCard)
|
|
@@ -18558,7 +18556,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18558
18556
|
container: true,
|
|
18559
18557
|
spacing: 3,
|
|
18560
18558
|
sx: {
|
|
18561
|
-
mt:
|
|
18559
|
+
mt: "12px"
|
|
18562
18560
|
},
|
|
18563
18561
|
children: /*#__PURE__*/jsxRuntime.jsx(RenderChartCard, {
|
|
18564
18562
|
item: mainChart,
|
|
@@ -18574,7 +18572,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18574
18572
|
container: true,
|
|
18575
18573
|
spacing: 3,
|
|
18576
18574
|
sx: {
|
|
18577
|
-
mt:
|
|
18575
|
+
mt: "6px"
|
|
18578
18576
|
},
|
|
18579
18577
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
18580
18578
|
item: true,
|
|
@@ -18664,8 +18662,12 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18664
18662
|
sx: {
|
|
18665
18663
|
paddingTop: "0px !important",
|
|
18666
18664
|
minHeight: "430px",
|
|
18665
|
+
paddingLeft: {
|
|
18666
|
+
xs: "24px !important",
|
|
18667
|
+
md: "6px !important"
|
|
18668
|
+
},
|
|
18667
18669
|
marginTop: {
|
|
18668
|
-
xs:
|
|
18670
|
+
xs: "6px",
|
|
18669
18671
|
md: "0px"
|
|
18670
18672
|
}
|
|
18671
18673
|
},
|
|
@@ -18709,7 +18711,7 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18709
18711
|
container: true,
|
|
18710
18712
|
spacing: 3,
|
|
18711
18713
|
sx: {
|
|
18712
|
-
mt:
|
|
18714
|
+
mt: "6px"
|
|
18713
18715
|
},
|
|
18714
18716
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Grid, {
|
|
18715
18717
|
item: true,
|
|
@@ -18727,8 +18729,12 @@ var PaidSection = function PaidSection(_ref) {
|
|
|
18727
18729
|
md: 6,
|
|
18728
18730
|
sx: {
|
|
18729
18731
|
paddingTop: "0px !important",
|
|
18732
|
+
paddingLeft: {
|
|
18733
|
+
xs: "24px !important",
|
|
18734
|
+
md: "6px !important"
|
|
18735
|
+
},
|
|
18730
18736
|
marginTop: {
|
|
18731
|
-
xs:
|
|
18737
|
+
xs: "6px",
|
|
18732
18738
|
md: "0px"
|
|
18733
18739
|
}
|
|
18734
18740
|
},
|