impaktapps-design 0.2.993-alpha.257 → 0.2.993-alpha.258

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.
@@ -22707,7 +22707,7 @@ const StackBarLineGraph = ({
22707
22707
  return /* @__PURE__ */ jsx$1(DrawStackBarLineGraph, {
22708
22708
  theme,
22709
22709
  width: parent.width,
22710
- height: parseInt(String((_b2 = (_a2 = value.style) == null ? void 0 : _a2.containerStyle) == null ? void 0 : _b2.height) || "300"),
22710
+ height: parseInt(String(((_b2 = (_a2 = value.style) == null ? void 0 : _a2.containerStyle) == null ? void 0 : _b2.height) || "300")),
22711
22711
  margin: {
22712
22712
  top: 40,
22713
22713
  right: 80,