kelt-ui-kit-react 1.4.0 → 1.4.2
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/style.css +1 -1
- package/package.json +1 -1
- package/src/form/Form.tsx +66 -62
- package/src/tabs/tabs.css +2 -1
package/dist/index.js
CHANGED
|
@@ -4136,7 +4136,7 @@ const Rc = Ft(
|
|
|
4136
4136
|
getValues: x,
|
|
4137
4137
|
updateFormValue: y
|
|
4138
4138
|
})), /* @__PURE__ */ o.jsxs("form", { onSubmit: g, className: i ?? "", children: [
|
|
4139
|
-
e.map((p, j) => {
|
|
4139
|
+
/* @__PURE__ */ o.jsx("div", { className: "form-content", children: e.map((p, j) => {
|
|
4140
4140
|
const O = p.onRequired ? p.onRequired(p.value) : p.required ?? !1, P = p.onDisabled ? p.onDisabled(p.value) : p.disabled ?? !1;
|
|
4141
4141
|
return /* @__PURE__ */ o.jsxs(
|
|
4142
4142
|
"div",
|
|
@@ -4185,8 +4185,8 @@ const Rc = Ft(
|
|
|
4185
4185
|
},
|
|
4186
4186
|
j
|
|
4187
4187
|
);
|
|
4188
|
-
}),
|
|
4189
|
-
/* @__PURE__ */ o.jsx("div", { className: "d-flex justify-content-end", children: !a && /* @__PURE__ */ o.jsx(Wt, { title: t || "submit" }) })
|
|
4188
|
+
}) }),
|
|
4189
|
+
/* @__PURE__ */ o.jsx("div", { className: "d-flex justify-content-end form-footer", children: !a && /* @__PURE__ */ o.jsx(Wt, { title: t || "submit" }) })
|
|
4190
4190
|
] });
|
|
4191
4191
|
}
|
|
4192
4192
|
), al = ({
|