@ammarkhalidfarooq/dashboard-package 0.4.1 → 0.4.3

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
@@ -5697,7 +5697,7 @@ var OverallSection = function OverallSection(_ref) {
5697
5697
  _useState2 = _slicedToArray(_useState, 2),
5698
5698
  activeMetric = _useState2[0],
5699
5699
  setActiveMetric = _useState2[1];
5700
- var donationTypeData = (apiData === null || apiData === void 0 ? void 0 : apiData.donationType) || [];
5700
+ var donationTypeData = (apiData === null || apiData === void 0 ? void 0 : apiData.donationTypeData) || [];
5701
5701
  var allCharts = [].concat(_toConsumableArray(primaryCharts), _toConsumableArray(secondaryCharts), _toConsumableArray(tertiaryCharts), _toConsumableArray(quaternaryCharts));
5702
5702
  var getExtendedCharts = function getExtendedCharts() {
5703
5703
  var charts = _toConsumableArray(allCharts);
@@ -6079,6 +6079,7 @@ var OverallSection = function OverallSection(_ref) {
6079
6079
  trend: selectedInfo.subValue
6080
6080
  });
6081
6081
  console.log("Donation Type Data", donationTypeData);
6082
+ console.log("API DATA", apiData);
6082
6083
  return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
6083
6084
  children: [/*#__PURE__*/jsxRuntime.jsx(material.Box, {
6084
6085
  sx: {