@sustaina/shared-ui 1.10.0 → 1.10.1

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.mjs CHANGED
@@ -5027,7 +5027,7 @@ var GridSettingsModal = ({
5027
5027
  move(oldIndex, newIndex);
5028
5028
  }
5029
5029
  }
5030
- return /* @__PURE__ */ jsx(Dialog, { open: isOpen, onOpenChange: (open) => !open && onClose(), children: /* @__PURE__ */ jsx(DialogContent, { className: "sm:max-w-xl border-0 p-0 rounded-lg", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col min-h-[500px] rounded-lg overflow-hidden", children: [
5030
+ return /* @__PURE__ */ jsx(Dialog, { open: isOpen, onOpenChange: (open) => !open && onClose(), children: /* @__PURE__ */ jsx(DialogContent, { className: "sm:max-w-xl border-0 p-0 rounded-lg", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col min-h-[550px] rounded-lg overflow-hidden", children: [
5031
5031
  /* @__PURE__ */ jsxs("div", { className: "flex-shrink-0", children: [
5032
5032
  /* @__PURE__ */ jsxs(
5033
5033
  "div",