@sustaina/shared-ui 1.9.3 → 1.9.4
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4773,7 +4773,7 @@ var GridSettingsModal = ({
|
|
|
4773
4773
|
}
|
|
4774
4774
|
}
|
|
4775
4775
|
return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(Dialog, { open: isOpen, onOpenChange: (open) => !open && onClose(), children: /* @__PURE__ */ jsxs(DialogContent, { className: "sm:max-w-xl border-0 p-0 overflow-hidden", children: [
|
|
4776
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-col
|
|
4776
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col", children: [
|
|
4777
4777
|
/* @__PURE__ */ jsxs(
|
|
4778
4778
|
"div",
|
|
4779
4779
|
{
|
|
@@ -4808,7 +4808,7 @@ var GridSettingsModal = ({
|
|
|
4808
4808
|
)
|
|
4809
4809
|
] }),
|
|
4810
4810
|
/* @__PURE__ */ jsx(Form, { ...form, children: /* @__PURE__ */ jsxs("form", { onSubmit: form.handleSubmit(onSubmit), className: "mt-6 flex flex-col justify-between", children: [
|
|
4811
|
-
/* @__PURE__ */ jsx("div", { className: "px-16 my-10", children: /* @__PURE__ */ jsxs("div", { className: "space-y-3 max-h-60
|
|
4811
|
+
/* @__PURE__ */ jsx("div", { className: "px-16 my-10", children: /* @__PURE__ */ jsxs("div", { className: "space-y-3 max-h-60 pr-4", children: [
|
|
4812
4812
|
/* @__PURE__ */ jsx(
|
|
4813
4813
|
SortableRow,
|
|
4814
4814
|
{
|
|
@@ -4866,7 +4866,7 @@ var GridSettingsModal = ({
|
|
|
4866
4866
|
}
|
|
4867
4867
|
) })
|
|
4868
4868
|
] }) }),
|
|
4869
|
-
/* @__PURE__ */ jsx(DialogFooter, { className: "-mx-6 mt-6 px-6", children: /* @__PURE__ */ jsxs("div", { className: "flex justify-between w-full
|
|
4869
|
+
/* @__PURE__ */ jsx(DialogFooter, { className: "-mx-6 mt-6 px-6", children: /* @__PURE__ */ jsxs("div", { className: "flex px-4 justify-between w-full", children: [
|
|
4870
4870
|
/* @__PURE__ */ jsx(
|
|
4871
4871
|
Button,
|
|
4872
4872
|
{
|