@ammarkhalidfarooq/dashboard-package 0.4.60 → 0.4.62
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 +58 -88
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +58 -88
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4960,95 +4960,18 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
4960
4960
|
},
|
|
4961
4961
|
children: "Trust health \xB7 30-day window"
|
|
4962
4962
|
})]
|
|
4963
|
-
}), /*#__PURE__*/jsxs(Box, {
|
|
4964
|
-
sx: {
|
|
4965
|
-
display: "flex",
|
|
4966
|
-
gap: 10,
|
|
4967
|
-
mb: 1.5
|
|
4968
|
-
},
|
|
4969
|
-
children: [/*#__PURE__*/jsxs(Box, {
|
|
4970
|
-
children: [/*#__PURE__*/jsx(Typography, {
|
|
4971
|
-
sx: {
|
|
4972
|
-
fontSize: "10px",
|
|
4973
|
-
fontWeight: 700,
|
|
4974
|
-
color: "#22C55E",
|
|
4975
|
-
textTransform: "uppercase"
|
|
4976
|
-
},
|
|
4977
|
-
children: "Refunds"
|
|
4978
|
-
}), /*#__PURE__*/jsxs(Box, {
|
|
4979
|
-
children: [/*#__PURE__*/jsx(Typography, {
|
|
4980
|
-
sx: {
|
|
4981
|
-
fontSize: "24px",
|
|
4982
|
-
fontWeight: 700,
|
|
4983
|
-
color: "#000"
|
|
4984
|
-
},
|
|
4985
|
-
children: "0.8%"
|
|
4986
|
-
}), /*#__PURE__*/jsx(Box, {
|
|
4987
|
-
sx: {
|
|
4988
|
-
display: "flex",
|
|
4989
|
-
alignItems: "center",
|
|
4990
|
-
color: "#22C55E"
|
|
4991
|
-
},
|
|
4992
|
-
children: /*#__PURE__*/jsx(Typography, {
|
|
4993
|
-
sx: {
|
|
4994
|
-
fontSize: "12px",
|
|
4995
|
-
fontWeight: 700
|
|
4996
|
-
},
|
|
4997
|
-
children: "\u25BC 0.3pp"
|
|
4998
|
-
})
|
|
4999
|
-
})]
|
|
5000
|
-
})]
|
|
5001
|
-
}), /*#__PURE__*/jsxs(Box, {
|
|
5002
|
-
children: [/*#__PURE__*/jsx(Typography, {
|
|
5003
|
-
sx: {
|
|
5004
|
-
fontSize: "10px",
|
|
5005
|
-
fontWeight: 700,
|
|
5006
|
-
color: "#EF4444",
|
|
5007
|
-
textTransform: "uppercase"
|
|
5008
|
-
},
|
|
5009
|
-
children: "Chargebacks"
|
|
5010
|
-
}), /*#__PURE__*/jsxs(Box, {
|
|
5011
|
-
children: [/*#__PURE__*/jsx(Typography, {
|
|
5012
|
-
sx: {
|
|
5013
|
-
fontSize: "24px",
|
|
5014
|
-
fontWeight: 700,
|
|
5015
|
-
color: "#000"
|
|
5016
|
-
},
|
|
5017
|
-
children: "0.1%"
|
|
5018
|
-
}), /*#__PURE__*/jsx(Typography, {
|
|
5019
|
-
sx: {
|
|
5020
|
-
fontSize: "12px",
|
|
5021
|
-
color: "rgba(0, 0, 0, 0.4)",
|
|
5022
|
-
fontWeight: 500
|
|
5023
|
-
},
|
|
5024
|
-
children: "\xB7 stable"
|
|
5025
|
-
})]
|
|
5026
|
-
})]
|
|
5027
|
-
})]
|
|
5028
|
-
}), /*#__PURE__*/jsx(Box, {
|
|
5029
|
-
sx: {
|
|
5030
|
-
mb: 0
|
|
5031
|
-
},
|
|
5032
|
-
children: /*#__PURE__*/jsx(Typography, {
|
|
5033
|
-
sx: {
|
|
5034
|
-
fontSize: "12px",
|
|
5035
|
-
color: "rgba(0, 0, 0, 0.3)",
|
|
5036
|
-
fontWeight: 500,
|
|
5037
|
-
textAlign: "left"
|
|
5038
|
-
},
|
|
5039
|
-
children: "$1,927 refunded \xB7 $215 disputed \xB7 0 cases total"
|
|
5040
|
-
})
|
|
5041
4963
|
}), /*#__PURE__*/jsxs(Box, {
|
|
5042
4964
|
sx: {
|
|
5043
4965
|
display: "flex",
|
|
5044
4966
|
gap: 2,
|
|
5045
|
-
|
|
4967
|
+
mt: 0.5,
|
|
4968
|
+
mb: 2
|
|
5046
4969
|
},
|
|
5047
4970
|
children: [/*#__PURE__*/jsxs(Box, {
|
|
5048
4971
|
sx: {
|
|
5049
4972
|
display: "flex",
|
|
5050
4973
|
alignItems: "center",
|
|
5051
|
-
gap:
|
|
4974
|
+
gap: 0.5
|
|
5052
4975
|
},
|
|
5053
4976
|
children: [/*#__PURE__*/jsx(Box, {
|
|
5054
4977
|
sx: {
|
|
@@ -5059,17 +4982,31 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
5059
4982
|
}
|
|
5060
4983
|
}), /*#__PURE__*/jsx(Typography, {
|
|
5061
4984
|
sx: {
|
|
5062
|
-
fontSize: "
|
|
5063
|
-
color: "rgba(0, 0, 0, 0.
|
|
4985
|
+
fontSize: "13px",
|
|
4986
|
+
color: "rgba(0, 0, 0, 0.5)",
|
|
5064
4987
|
fontWeight: 500
|
|
5065
4988
|
},
|
|
5066
4989
|
children: "Refunds"
|
|
4990
|
+
}), /*#__PURE__*/jsx(Typography, {
|
|
4991
|
+
sx: {
|
|
4992
|
+
fontSize: "13px",
|
|
4993
|
+
fontWeight: 600,
|
|
4994
|
+
color: "#000"
|
|
4995
|
+
},
|
|
4996
|
+
children: "0.8%"
|
|
4997
|
+
}), /*#__PURE__*/jsx(Typography, {
|
|
4998
|
+
sx: {
|
|
4999
|
+
fontSize: "12px",
|
|
5000
|
+
fontWeight: 700,
|
|
5001
|
+
color: "#22C55E"
|
|
5002
|
+
},
|
|
5003
|
+
children: "\u25BC 0.3pp"
|
|
5067
5004
|
})]
|
|
5068
5005
|
}), /*#__PURE__*/jsxs(Box, {
|
|
5069
5006
|
sx: {
|
|
5070
5007
|
display: "flex",
|
|
5071
5008
|
alignItems: "center",
|
|
5072
|
-
gap:
|
|
5009
|
+
gap: 0.5
|
|
5073
5010
|
},
|
|
5074
5011
|
children: [/*#__PURE__*/jsx(Box, {
|
|
5075
5012
|
sx: {
|
|
@@ -5080,13 +5017,40 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
5080
5017
|
}
|
|
5081
5018
|
}), /*#__PURE__*/jsx(Typography, {
|
|
5082
5019
|
sx: {
|
|
5083
|
-
fontSize: "
|
|
5084
|
-
color: "rgba(0, 0, 0, 0.
|
|
5020
|
+
fontSize: "13px",
|
|
5021
|
+
color: "rgba(0, 0, 0, 0.5)",
|
|
5085
5022
|
fontWeight: 500
|
|
5086
5023
|
},
|
|
5087
5024
|
children: "Chargebacks"
|
|
5025
|
+
}), /*#__PURE__*/jsx(Typography, {
|
|
5026
|
+
sx: {
|
|
5027
|
+
fontSize: "13px",
|
|
5028
|
+
fontWeight: 600,
|
|
5029
|
+
color: "#000"
|
|
5030
|
+
},
|
|
5031
|
+
children: "0.1%"
|
|
5032
|
+
}), /*#__PURE__*/jsx(Typography, {
|
|
5033
|
+
sx: {
|
|
5034
|
+
fontSize: "12px",
|
|
5035
|
+
color: "rgba(0, 0, 0, 0.4)",
|
|
5036
|
+
fontWeight: 500
|
|
5037
|
+
},
|
|
5038
|
+
children: "\xB7 stable"
|
|
5088
5039
|
})]
|
|
5089
5040
|
})]
|
|
5041
|
+
}), /*#__PURE__*/jsx(Box, {
|
|
5042
|
+
sx: {
|
|
5043
|
+
mb: 0
|
|
5044
|
+
},
|
|
5045
|
+
children: /*#__PURE__*/jsx(Typography, {
|
|
5046
|
+
sx: {
|
|
5047
|
+
fontSize: "12px",
|
|
5048
|
+
color: "rgba(0, 0, 0, 0.3)",
|
|
5049
|
+
fontWeight: 500,
|
|
5050
|
+
textAlign: "left"
|
|
5051
|
+
},
|
|
5052
|
+
children: "$1,927 refunded \xB7 $215 disputed \xB7 0 cases total"
|
|
5053
|
+
})
|
|
5090
5054
|
}), /*#__PURE__*/jsx(Box, {
|
|
5091
5055
|
sx: {
|
|
5092
5056
|
height: 160,
|
|
@@ -5613,8 +5577,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5613
5577
|
gridTemplateColumns: {
|
|
5614
5578
|
xs: "1fr 1fr",
|
|
5615
5579
|
sm: "1fr 1fr",
|
|
5616
|
-
|
|
5617
|
-
|
|
5580
|
+
md: "1fr 1fr 1fr",
|
|
5581
|
+
lg: "repeat(6, 1fr)"
|
|
5618
5582
|
},
|
|
5619
5583
|
gap: 2.25,
|
|
5620
5584
|
mb: 0
|
|
@@ -5707,7 +5671,13 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5707
5671
|
}), /*#__PURE__*/jsxs(Box, {
|
|
5708
5672
|
sx: {
|
|
5709
5673
|
display: "grid",
|
|
5710
|
-
gridTemplateColumns:
|
|
5674
|
+
gridTemplateColumns: {
|
|
5675
|
+
xs: "1fr",
|
|
5676
|
+
// 1 card
|
|
5677
|
+
sm: "repeat(2, 1fr)",
|
|
5678
|
+
// 2 cards
|
|
5679
|
+
md: "repeat(4, 1fr)" // 4 cards
|
|
5680
|
+
},
|
|
5711
5681
|
gap: 3,
|
|
5712
5682
|
mt: 2.25,
|
|
5713
5683
|
alignItems: "stretch"
|