@ammarkhalidfarooq/dashboard-package 0.4.68 → 0.4.70
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 +4 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4796,7 +4796,7 @@ var PaidDonorGeographyCard = function PaidDonorGeographyCard(_ref3) {
|
|
|
4796
4796
|
display: "flex",
|
|
4797
4797
|
alignItems: "center",
|
|
4798
4798
|
gap: 2,
|
|
4799
|
-
|
|
4799
|
+
py: 0.7
|
|
4800
4800
|
},
|
|
4801
4801
|
children: [/*#__PURE__*/jsx(Typography, {
|
|
4802
4802
|
sx: {
|
|
@@ -4975,7 +4975,6 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
4975
4975
|
sx: {
|
|
4976
4976
|
fontSize: "13px",
|
|
4977
4977
|
color: "rgba(0, 0, 0, 0.4)",
|
|
4978
|
-
mt: 0.2,
|
|
4979
4978
|
textAlign: "left"
|
|
4980
4979
|
},
|
|
4981
4980
|
children: "Trust health \xB7 30-day window"
|
|
@@ -5734,16 +5733,16 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5734
5733
|
donationTypeData: donationTypeData
|
|
5735
5734
|
}), /*#__PURE__*/jsx(PaidDonorGeographyCard, {
|
|
5736
5735
|
sx: {
|
|
5737
|
-
|
|
5736
|
+
maxHeight: 300
|
|
5738
5737
|
},
|
|
5739
5738
|
donorGeographyData: donorGeographyData
|
|
5740
5739
|
}), /*#__PURE__*/jsx(RefundsChargebacksCard, {
|
|
5741
5740
|
sx: {
|
|
5742
|
-
|
|
5741
|
+
maxHeight: 300
|
|
5743
5742
|
}
|
|
5744
5743
|
}), /*#__PURE__*/jsx(TrafficSourceCard, {
|
|
5745
5744
|
sx: {
|
|
5746
|
-
|
|
5745
|
+
maxHeight: 300
|
|
5747
5746
|
},
|
|
5748
5747
|
trafficSourceData: trafficSourceData
|
|
5749
5748
|
}), /*#__PURE__*/jsx(MetricSparklineCard, {
|