@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.es.js
CHANGED
|
@@ -5289,7 +5289,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5289
5289
|
var orderBumpData = (apiData === null || apiData === void 0 ? void 0 : apiData.orderBumpData1) || [];
|
|
5290
5290
|
var upsellData = (apiData === null || apiData === void 0 ? void 0 : apiData.upsellData1) || [];
|
|
5291
5291
|
var downsellData = (apiData === null || apiData === void 0 ? void 0 : apiData.downsellData1) || [];
|
|
5292
|
-
(apiData === null || apiData === void 0 ? void 0 : apiData.refundAndChargeBacks) || [];
|
|
5292
|
+
var refundsChargebacksData = (apiData === null || apiData === void 0 ? void 0 : apiData.refundAndChargeBacks) || [];
|
|
5293
5293
|
var allCharts = [].concat(_toConsumableArray(primaryCharts), _toConsumableArray(secondaryCharts), _toConsumableArray(tertiaryCharts), _toConsumableArray(quaternaryCharts));
|
|
5294
5294
|
var getExtendedCharts = function getExtendedCharts() {
|
|
5295
5295
|
var charts = _toConsumableArray(allCharts);
|
|
@@ -5866,7 +5866,8 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5866
5866
|
}), /*#__PURE__*/jsx(RefundsChargebacksCard, {
|
|
5867
5867
|
sx: {
|
|
5868
5868
|
maxHeight: 280
|
|
5869
|
-
}
|
|
5869
|
+
},
|
|
5870
|
+
refundsChargebacksData: refundsChargebacksData
|
|
5870
5871
|
}), /*#__PURE__*/jsx(TrafficSourceCard, {
|
|
5871
5872
|
sx: {
|
|
5872
5873
|
maxHeight: 280
|