@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.cjs.js
CHANGED
|
@@ -4798,7 +4798,7 @@ var PaidDonorGeographyCard = function PaidDonorGeographyCard(_ref3) {
|
|
|
4798
4798
|
display: "flex",
|
|
4799
4799
|
alignItems: "center",
|
|
4800
4800
|
gap: 2,
|
|
4801
|
-
|
|
4801
|
+
py: 0.7
|
|
4802
4802
|
},
|
|
4803
4803
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
4804
4804
|
sx: {
|
|
@@ -4977,7 +4977,6 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
4977
4977
|
sx: {
|
|
4978
4978
|
fontSize: "13px",
|
|
4979
4979
|
color: "rgba(0, 0, 0, 0.4)",
|
|
4980
|
-
mt: 0.2,
|
|
4981
4980
|
textAlign: "left"
|
|
4982
4981
|
},
|
|
4983
4982
|
children: "Trust health \xB7 30-day window"
|
|
@@ -5736,16 +5735,16 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5736
5735
|
donationTypeData: donationTypeData
|
|
5737
5736
|
}), /*#__PURE__*/jsxRuntime.jsx(PaidDonorGeographyCard, {
|
|
5738
5737
|
sx: {
|
|
5739
|
-
|
|
5738
|
+
maxHeight: 300
|
|
5740
5739
|
},
|
|
5741
5740
|
donorGeographyData: donorGeographyData
|
|
5742
5741
|
}), /*#__PURE__*/jsxRuntime.jsx(RefundsChargebacksCard, {
|
|
5743
5742
|
sx: {
|
|
5744
|
-
|
|
5743
|
+
maxHeight: 300
|
|
5745
5744
|
}
|
|
5746
5745
|
}), /*#__PURE__*/jsxRuntime.jsx(TrafficSourceCard, {
|
|
5747
5746
|
sx: {
|
|
5748
|
-
|
|
5747
|
+
maxHeight: 300
|
|
5749
5748
|
},
|
|
5750
5749
|
trafficSourceData: trafficSourceData
|
|
5751
5750
|
}), /*#__PURE__*/jsxRuntime.jsx(MetricSparklineCard, {
|