@ammarkhalidfarooq/dashboard-package 0.4.91 → 0.4.92
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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5291,7 +5291,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5291
5291
|
var orderBumpData = (apiData === null || apiData === void 0 ? void 0 : apiData.orderBumpData1) || [];
|
|
5292
5292
|
var upsellData = (apiData === null || apiData === void 0 ? void 0 : apiData.upsellData1) || [];
|
|
5293
5293
|
var downsellData = (apiData === null || apiData === void 0 ? void 0 : apiData.downsellData1) || [];
|
|
5294
|
-
(apiData === null || apiData === void 0 ? void 0 : apiData.refundAndChargeBacks) || [];
|
|
5294
|
+
var refundsChargebacksData = (apiData === null || apiData === void 0 ? void 0 : apiData.refundAndChargeBacks) || [];
|
|
5295
5295
|
var allCharts = [].concat(_toConsumableArray(primaryCharts), _toConsumableArray(secondaryCharts), _toConsumableArray(tertiaryCharts), _toConsumableArray(quaternaryCharts));
|
|
5296
5296
|
var getExtendedCharts = function getExtendedCharts() {
|
|
5297
5297
|
var charts = _toConsumableArray(allCharts);
|
|
@@ -5868,7 +5868,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5868
5868
|
}), /*#__PURE__*/jsxRuntime.jsx(RefundsChargebacksCard, {
|
|
5869
5869
|
sx: {
|
|
5870
5870
|
maxHeight: 280
|
|
5871
|
-
}
|
|
5871
|
+
},
|
|
5872
|
+
refundsChargebacksData: refundsChargebacksData
|
|
5872
5873
|
}), /*#__PURE__*/jsxRuntime.jsx(TrafficSourceCard, {
|
|
5873
5874
|
sx: {
|
|
5874
5875
|
maxHeight: 280
|