@overmap-ai/blocks 1.0.17-add-error-boundary-component.2 → 1.0.17-add-error-boundary-component.3

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.
@@ -2265,7 +2265,7 @@
2265
2265
  const { resetBoundary } = reactErrorBoundary.useErrorBoundary();
2266
2266
  const height = "20px";
2267
2267
  const centerStyles = { placeSelf: "center" };
2268
- return /* @__PURE__ */ jsxRuntime.jsxs(Flex, { gap: "2", direction: "row", children: [
2268
+ return /* @__PURE__ */ jsxRuntime.jsxs(Flex, { gap: "2", direction: "row", width: "100%", children: [
2269
2269
  /* @__PURE__ */ jsxRuntime.jsx("div", { style: { flexGrow: 1 } }),
2270
2270
  /* @__PURE__ */ jsxRuntime.jsx(FeatherIcon, { icon: "alert-triangle", size: height, style: centerStyles }),
2271
2271
  /* @__PURE__ */ jsxRuntime.jsx(Text$1, { style: { lineHeight: height, ...centerStyles }, children: "Something went wrong" }),