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