@ammarkhalidfarooq/dashboard-package 0.6.21 → 0.6.23
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -16096,7 +16096,7 @@ var ChartCardSkeleton = function ChartCardSkeleton(_ref2) {
|
|
|
16096
16096
|
}), /*#__PURE__*/jsx(Skeleton, {
|
|
16097
16097
|
variant: "rounded",
|
|
16098
16098
|
width: "100%",
|
|
16099
|
-
height: height -
|
|
16099
|
+
height: height - 150
|
|
16100
16100
|
})]
|
|
16101
16101
|
});
|
|
16102
16102
|
};
|
|
@@ -16648,7 +16648,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
16648
16648
|
charts.push({
|
|
16649
16649
|
label: "ROAS",
|
|
16650
16650
|
value: (apiData === null || apiData === void 0 ? void 0 : apiData.roas) || "3.0x",
|
|
16651
|
-
data: [
|
|
16651
|
+
data: [],
|
|
16652
16652
|
categories: categories
|
|
16653
16653
|
});
|
|
16654
16654
|
}
|