@ammarkhalidfarooq/dashboard-package 0.4.62 → 0.4.63
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 +73 -48
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +73 -48
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4964,13 +4964,14 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
4964
4964
|
sx: {
|
|
4965
4965
|
display: "flex",
|
|
4966
4966
|
gap: 2,
|
|
4967
|
-
mt: 0.5,
|
|
4968
|
-
mb: 2
|
|
4967
|
+
// mt: 0.5,
|
|
4968
|
+
// mb: 2,
|
|
4969
|
+
flexWrap: "wrap"
|
|
4969
4970
|
},
|
|
4970
4971
|
children: [/*#__PURE__*/jsxs(Box, {
|
|
4971
4972
|
sx: {
|
|
4972
4973
|
display: "flex",
|
|
4973
|
-
alignItems: "
|
|
4974
|
+
alignItems: "flex-start",
|
|
4974
4975
|
gap: 0.5
|
|
4975
4976
|
},
|
|
4976
4977
|
children: [/*#__PURE__*/jsx(Box, {
|
|
@@ -4978,34 +4979,46 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
4978
4979
|
width: 8,
|
|
4979
4980
|
height: 8,
|
|
4980
4981
|
bgcolor: "#F59E0B",
|
|
4981
|
-
borderRadius: "50%"
|
|
4982
|
+
borderRadius: "50%",
|
|
4983
|
+
mt: "5px"
|
|
4982
4984
|
}
|
|
4983
|
-
}), /*#__PURE__*/
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
|
|
5001
|
-
|
|
5002
|
-
|
|
5003
|
-
|
|
4985
|
+
}), /*#__PURE__*/jsxs(Box, {
|
|
4986
|
+
children: [/*#__PURE__*/jsxs(Box, {
|
|
4987
|
+
sx: {
|
|
4988
|
+
display: "flex",
|
|
4989
|
+
alignItems: "center",
|
|
4990
|
+
gap: 0.5
|
|
4991
|
+
},
|
|
4992
|
+
children: [/*#__PURE__*/jsx(Typography, {
|
|
4993
|
+
sx: {
|
|
4994
|
+
fontSize: "13px",
|
|
4995
|
+
color: "rgba(0, 0, 0, 0.5)",
|
|
4996
|
+
fontWeight: 500
|
|
4997
|
+
},
|
|
4998
|
+
children: "Refunds"
|
|
4999
|
+
}), /*#__PURE__*/jsx(Typography, {
|
|
5000
|
+
sx: {
|
|
5001
|
+
fontSize: "13px",
|
|
5002
|
+
fontWeight: 600,
|
|
5003
|
+
color: "#000"
|
|
5004
|
+
},
|
|
5005
|
+
children: "0.8%"
|
|
5006
|
+
})]
|
|
5007
|
+
}), /*#__PURE__*/jsx(Typography, {
|
|
5008
|
+
sx: {
|
|
5009
|
+
fontSize: "12px",
|
|
5010
|
+
fontWeight: 700,
|
|
5011
|
+
color: "#22C55E",
|
|
5012
|
+
lineHeight: 1.2,
|
|
5013
|
+
mt: 0.2
|
|
5014
|
+
},
|
|
5015
|
+
children: "\u25BC 0.3pp"
|
|
5016
|
+
})]
|
|
5004
5017
|
})]
|
|
5005
5018
|
}), /*#__PURE__*/jsxs(Box, {
|
|
5006
5019
|
sx: {
|
|
5007
5020
|
display: "flex",
|
|
5008
|
-
alignItems: "
|
|
5021
|
+
alignItems: "flex-start",
|
|
5009
5022
|
gap: 0.5
|
|
5010
5023
|
},
|
|
5011
5024
|
children: [/*#__PURE__*/jsx(Box, {
|
|
@@ -5013,29 +5026,41 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
5013
5026
|
width: 8,
|
|
5014
5027
|
height: 8,
|
|
5015
5028
|
bgcolor: "#EF4444",
|
|
5016
|
-
borderRadius: "50%"
|
|
5029
|
+
borderRadius: "50%",
|
|
5030
|
+
mt: "5px"
|
|
5017
5031
|
}
|
|
5018
|
-
}), /*#__PURE__*/
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5032
|
+
}), /*#__PURE__*/jsxs(Box, {
|
|
5033
|
+
children: [/*#__PURE__*/jsxs(Box, {
|
|
5034
|
+
sx: {
|
|
5035
|
+
display: "flex",
|
|
5036
|
+
alignItems: "center",
|
|
5037
|
+
gap: 0.5
|
|
5038
|
+
},
|
|
5039
|
+
children: [/*#__PURE__*/jsx(Typography, {
|
|
5040
|
+
sx: {
|
|
5041
|
+
fontSize: "13px",
|
|
5042
|
+
color: "rgba(0, 0, 0, 0.5)",
|
|
5043
|
+
fontWeight: 500
|
|
5044
|
+
},
|
|
5045
|
+
children: "Chargebacks"
|
|
5046
|
+
}), /*#__PURE__*/jsx(Typography, {
|
|
5047
|
+
sx: {
|
|
5048
|
+
fontSize: "13px",
|
|
5049
|
+
fontWeight: 600,
|
|
5050
|
+
color: "#000"
|
|
5051
|
+
},
|
|
5052
|
+
children: "0.1%"
|
|
5053
|
+
})]
|
|
5054
|
+
}), /*#__PURE__*/jsx(Typography, {
|
|
5055
|
+
sx: {
|
|
5056
|
+
fontSize: "12px",
|
|
5057
|
+
color: "rgba(0, 0, 0, 0.4)",
|
|
5058
|
+
fontWeight: 500,
|
|
5059
|
+
lineHeight: 1.2,
|
|
5060
|
+
mt: 0.2
|
|
5061
|
+
},
|
|
5062
|
+
children: "\xB7 stable"
|
|
5063
|
+
})]
|
|
5039
5064
|
})]
|
|
5040
5065
|
})]
|
|
5041
5066
|
}), /*#__PURE__*/jsx(Box, {
|