@ammarkhalidfarooq/dashboard-package 0.6.28 → 0.6.29
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 +7 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +7 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3922,14 +3922,16 @@ var DonorMixCard = function DonorMixCard(_ref) {
|
|
|
3922
3922
|
sx: {
|
|
3923
3923
|
fontSize: "13px",
|
|
3924
3924
|
fontWeight: 500,
|
|
3925
|
-
color: "rgba(0, 0, 0, 0.4)"
|
|
3925
|
+
color: "rgba(0, 0, 0, 0.4)",
|
|
3926
|
+
marginBottom: "2px"
|
|
3926
3927
|
},
|
|
3927
3928
|
children: "Avg gift"
|
|
3928
3929
|
}), /*#__PURE__*/jsx(Typography, {
|
|
3929
3930
|
sx: {
|
|
3930
3931
|
fontSize: "13px",
|
|
3931
3932
|
fontWeight: 700,
|
|
3932
|
-
color: "#000"
|
|
3933
|
+
color: "#000",
|
|
3934
|
+
marginBottom: "4px"
|
|
3933
3935
|
},
|
|
3934
3936
|
children: bottomSummaryValue
|
|
3935
3937
|
}), /*#__PURE__*/jsxs(Box, {
|
|
@@ -4024,7 +4026,7 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
4024
4026
|
color: "rgba(0, 0, 0, 0.3)",
|
|
4025
4027
|
letterSpacing: "0.05em"
|
|
4026
4028
|
},
|
|
4027
|
-
children: "
|
|
4029
|
+
children: "Source"
|
|
4028
4030
|
}), /*#__PURE__*/jsx(Typography, {
|
|
4029
4031
|
sx: {
|
|
4030
4032
|
fontSize: "12px",
|
|
@@ -4032,7 +4034,7 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
4032
4034
|
color: "rgba(0, 0, 0, 0.3)",
|
|
4033
4035
|
letterSpacing: "0.05em"
|
|
4034
4036
|
},
|
|
4035
|
-
children: "
|
|
4037
|
+
children: "Revenue"
|
|
4036
4038
|
}), /*#__PURE__*/jsx(Typography, {
|
|
4037
4039
|
sx: {
|
|
4038
4040
|
fontSize: "12px",
|
|
@@ -4041,7 +4043,7 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
4041
4043
|
letterSpacing: "0.05em",
|
|
4042
4044
|
textAlign: "right"
|
|
4043
4045
|
},
|
|
4044
|
-
children: "
|
|
4046
|
+
children: "Share"
|
|
4045
4047
|
})]
|
|
4046
4048
|
}), /*#__PURE__*/jsx(Box, {
|
|
4047
4049
|
children: trafficSourceData === null || trafficSourceData === void 0 ? void 0 : trafficSourceData.map(function (item, index) {
|