@ammarkhalidfarooq/dashboard-package 0.4.70 → 0.4.72
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 +12 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +12 -8
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -4986,14 +4986,14 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
4986
4986
|
display: "flex",
|
|
4987
4987
|
gap: 2,
|
|
4988
4988
|
// mt: 0.5,
|
|
4989
|
-
|
|
4989
|
+
mb: 2,
|
|
4990
4990
|
flexWrap: "wrap"
|
|
4991
4991
|
},
|
|
4992
4992
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
4993
4993
|
sx: {
|
|
4994
4994
|
display: "flex",
|
|
4995
4995
|
alignItems: "flex-start",
|
|
4996
|
-
gap: 0.
|
|
4996
|
+
gap: 0.75
|
|
4997
4997
|
},
|
|
4998
4998
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Box, {
|
|
4999
4999
|
sx: {
|
|
@@ -5001,7 +5001,8 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
5001
5001
|
height: 8,
|
|
5002
5002
|
bgcolor: "#F59E0B",
|
|
5003
5003
|
borderRadius: "50%",
|
|
5004
|
-
mt: "
|
|
5004
|
+
mt: "4px",
|
|
5005
|
+
flexShrink: 0
|
|
5005
5006
|
}
|
|
5006
5007
|
}), /*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
5007
5008
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
@@ -5031,7 +5032,8 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
5031
5032
|
fontWeight: 700,
|
|
5032
5033
|
color: "#22C55E",
|
|
5033
5034
|
lineHeight: 1.2,
|
|
5034
|
-
mt: 0.2
|
|
5035
|
+
mt: 0.2,
|
|
5036
|
+
ml: "-14px"
|
|
5035
5037
|
},
|
|
5036
5038
|
children: "\u25BC 0.3pp"
|
|
5037
5039
|
})]
|
|
@@ -5040,7 +5042,7 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
5040
5042
|
sx: {
|
|
5041
5043
|
display: "flex",
|
|
5042
5044
|
alignItems: "flex-start",
|
|
5043
|
-
gap: 0.
|
|
5045
|
+
gap: 0.75
|
|
5044
5046
|
},
|
|
5045
5047
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Box, {
|
|
5046
5048
|
sx: {
|
|
@@ -5048,7 +5050,8 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
5048
5050
|
height: 8,
|
|
5049
5051
|
bgcolor: "#EF4444",
|
|
5050
5052
|
borderRadius: "50%",
|
|
5051
|
-
mt: "
|
|
5053
|
+
mt: "4px",
|
|
5054
|
+
flexShrink: 0
|
|
5052
5055
|
}
|
|
5053
5056
|
}), /*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
5054
5057
|
children: [/*#__PURE__*/jsxRuntime.jsxs(material.Box, {
|
|
@@ -5078,9 +5081,10 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
5078
5081
|
color: "rgba(0, 0, 0, 0.4)",
|
|
5079
5082
|
fontWeight: 500,
|
|
5080
5083
|
lineHeight: 1.2,
|
|
5081
|
-
mt: 0.2
|
|
5084
|
+
mt: 0.2,
|
|
5085
|
+
ml: "-14px"
|
|
5082
5086
|
},
|
|
5083
|
-
children: "
|
|
5087
|
+
children: "stable"
|
|
5084
5088
|
})]
|
|
5085
5089
|
})]
|
|
5086
5090
|
})]
|