@ammarkhalidfarooq/dashboard-package 0.4.1 → 0.4.2

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 CHANGED
@@ -5283,7 +5283,13 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
5283
5283
  }
5284
5284
  }
5285
5285
  };
5286
- var series = (donationTypeData === null || donationTypeData === void 0 ? void 0 : donationTypeData.series) || [];
5286
+ var series = (donationTypeData === null || donationTypeData === void 0 ? void 0 : donationTypeData.series) || [{
5287
+ name: "Recurring",
5288
+ data: [9.2, 11.8, 13.4, 4.9]
5289
+ }, {
5290
+ name: "One-time",
5291
+ data: [32.4, 41.2, 46.8, 14.3]
5292
+ }];
5287
5293
  return /*#__PURE__*/jsxRuntime.jsxs(material.Card, {
5288
5294
  sx: _objectSpread2({
5289
5295
  bgcolor: "#fff",
@@ -6079,6 +6085,7 @@ var OverallSection = function OverallSection(_ref) {
6079
6085
  trend: selectedInfo.subValue
6080
6086
  });
6081
6087
  console.log("Donation Type Data", donationTypeData);
6088
+ console.log("API DATA", apiData);
6082
6089
  return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
6083
6090
  children: [/*#__PURE__*/jsxRuntime.jsx(material.Box, {
6084
6091
  sx: {