@ammarkhalidfarooq/dashboard-package 0.4.85 → 0.4.86
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 +1 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5315,7 +5315,6 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5315
5315
|
}
|
|
5316
5316
|
};
|
|
5317
5317
|
var activeCampaignsData = (apiData === null || apiData === void 0 ? void 0 : apiData.activeCampaigns) || [];
|
|
5318
|
-
console.log("ACtive campaigns", activeCampaignsData);
|
|
5319
5318
|
var donorMix = apiData === null || apiData === void 0 ? void 0 : apiData.donorPieChartData;
|
|
5320
5319
|
var newDonorsCount = 0;
|
|
5321
5320
|
var returningDonorsCount = 0;
|
|
@@ -5348,6 +5347,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5348
5347
|
avgGift = donorMix.avgGift || 0;
|
|
5349
5348
|
donorMixPrev = donorMix.donorMixPrev || 0;
|
|
5350
5349
|
}
|
|
5350
|
+
console.log("DONOR MIX", donorMix);
|
|
5351
5351
|
var renderCard = function renderCard(title) {
|
|
5352
5352
|
return /*#__PURE__*/jsxRuntime.jsx(MetricCard
|
|
5353
5353
|
// key={title}
|
|
@@ -5667,8 +5667,6 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5667
5667
|
value: selectedInfo.value,
|
|
5668
5668
|
trend: selectedInfo.subValue
|
|
5669
5669
|
});
|
|
5670
|
-
console.log("Donation Type Data", donationTypeData);
|
|
5671
|
-
console.log("API DATA", apiData);
|
|
5672
5670
|
return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
5673
5671
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Box, {
|
|
5674
5672
|
sx: {
|