@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.js
CHANGED
|
@@ -4807,7 +4807,7 @@ var GridSettingsModal = ({
|
|
|
4807
4807
|
}
|
|
4808
4808
|
}
|
|
4809
4809
|
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(Dialog, { open: isOpen, onOpenChange: (open) => !open && onClose(), children: /* @__PURE__ */ jsxRuntime.jsxs(DialogContent, { className: "sm:max-w-xl border-0 p-0 overflow-hidden", children: [
|
|
4810
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col
|
|
4810
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col", children: [
|
|
4811
4811
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
4812
4812
|
"div",
|
|
4813
4813
|
{
|
|
@@ -4842,7 +4842,7 @@ var GridSettingsModal = ({
|
|
|
4842
4842
|
)
|
|
4843
4843
|
] }),
|
|
4844
4844
|
/* @__PURE__ */ jsxRuntime.jsx(Form, { ...form, children: /* @__PURE__ */ jsxRuntime.jsxs("form", { onSubmit: form.handleSubmit(onSubmit), className: "mt-6 flex flex-col justify-between", children: [
|
|
4845
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-16 my-10", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-3 max-h-60
|
|
4845
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-16 my-10", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-3 max-h-60 pr-4", children: [
|
|
4846
4846
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4847
4847
|
SortableRow,
|
|
4848
4848
|
{
|
|
@@ -4900,7 +4900,7 @@ var GridSettingsModal = ({
|
|
|
4900
4900
|
}
|
|
4901
4901
|
) })
|
|
4902
4902
|
] }) }),
|
|
4903
|
-
/* @__PURE__ */ jsxRuntime.jsx(DialogFooter, { className: "-mx-6 mt-6 px-6", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex justify-between w-full
|
|
4903
|
+
/* @__PURE__ */ jsxRuntime.jsx(DialogFooter, { className: "-mx-6 mt-6 px-6", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex px-4 justify-between w-full", children: [
|
|
4904
4904
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4905
4905
|
Button,
|
|
4906
4906
|
{
|