@arudovwen/form-builder-react 1.4.13 → 1.4.14
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/form-builder.es.js +5 -5
- package/dist/form-builder.umd.js +3 -3
- package/dist/index.css +1 -1
- package/package.json +1 -1
package/dist/form-builder.es.js
CHANGED
|
@@ -2802,8 +2802,8 @@ const Ga = ({
|
|
|
2802
2802
|
`${i.length === 1 ? "justify-start" : "justify-center"}`,
|
|
2803
2803
|
l
|
|
2804
2804
|
), p = U({
|
|
2805
|
-
"border-gray-500
|
|
2806
|
-
"border-transparent text-gray-400
|
|
2805
|
+
"border-gray-500 border-primary border-primary-500 text-primary text-primary-500": u,
|
|
2806
|
+
"border-transparent text-gray-400 ": !u
|
|
2807
2807
|
}), b = m > 0 && /* @__PURE__ */ n.jsx("span", { className: "text-xs h-6 min-w-[24px] rounded-full flex justify-center items-center border border-[#EAECF0] darks:border-gray-500 bg-[#F9FAFB] darks:bg-gray-800 text-[#454745] darks:text-white/80", children: m });
|
|
2808
2808
|
return /* @__PURE__ */ n.jsxs(
|
|
2809
2809
|
"button",
|
|
@@ -3361,13 +3361,13 @@ function cs({
|
|
|
3361
3361
|
return {
|
|
3362
3362
|
id: m.id,
|
|
3363
3363
|
value: m.id,
|
|
3364
|
-
label: m.
|
|
3364
|
+
label: m.inputLabel,
|
|
3365
3365
|
sectionId: m.sectionId,
|
|
3366
3366
|
fieldType: (c == null ? void 0 : c.fieldType) || "text",
|
|
3367
3367
|
operator: (c == null ? void 0 : c.operator) || "equals",
|
|
3368
3368
|
fieldValue: (c == null ? void 0 : c.fieldValue) !== void 0 ? c.fieldValue : ""
|
|
3369
3369
|
};
|
|
3370
|
-
}), [l, d]), u = (m, c, p) => {
|
|
3370
|
+
}), [l, d, a]), u = (m, c, p) => {
|
|
3371
3371
|
const b = d.map(
|
|
3372
3372
|
(h, A) => A === m ? { ...h, [c]: p } : h
|
|
3373
3373
|
);
|
|
@@ -4430,7 +4430,7 @@ const ts = M.object().shape({
|
|
|
4430
4430
|
] })
|
|
4431
4431
|
] })
|
|
4432
4432
|
] }),
|
|
4433
|
-
/* @__PURE__ */ n.jsxs("div", { className: "sticky flex w-full gap-3 px-6 pt-
|
|
4433
|
+
/* @__PURE__ */ n.jsxs("div", { className: "sticky flex w-full gap-3 px-6 pt-8 pb-4 mt-10 border-t", children: [
|
|
4434
4434
|
/* @__PURE__ */ n.jsx(
|
|
4435
4435
|
"button",
|
|
4436
4436
|
{
|