@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.cjs.js
CHANGED
|
@@ -16098,7 +16098,7 @@ var ChartCardSkeleton = function ChartCardSkeleton(_ref2) {
|
|
|
16098
16098
|
}), /*#__PURE__*/jsxRuntime.jsx(material.Skeleton, {
|
|
16099
16099
|
variant: "rounded",
|
|
16100
16100
|
width: "100%",
|
|
16101
|
-
height: height -
|
|
16101
|
+
height: height - 150
|
|
16102
16102
|
})]
|
|
16103
16103
|
});
|
|
16104
16104
|
};
|
|
@@ -16650,7 +16650,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
16650
16650
|
charts.push({
|
|
16651
16651
|
label: "ROAS",
|
|
16652
16652
|
value: (apiData === null || apiData === void 0 ? void 0 : apiData.roas) || "3.0x",
|
|
16653
|
-
data: [
|
|
16653
|
+
data: [],
|
|
16654
16654
|
categories: categories
|
|
16655
16655
|
});
|
|
16656
16656
|
}
|