@arudovwen/form-builder-react 1.6.4 → 1.6.6
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.
|
@@ -7388,7 +7388,7 @@ const Ya = ze(_a), Za = P.object({
|
|
|
7388
7388
|
}, ns = () => {
|
|
7389
7389
|
const { formData: e, uploadUrl: n } = ge(
|
|
7390
7390
|
me
|
|
7391
|
-
), [o, s] = R("
|
|
7391
|
+
), [o, s] = R("multi"), a = ue("config");
|
|
7392
7392
|
return /* @__PURE__ */ b("div", { className: "flex flex-col h-full w-full", children: [
|
|
7393
7393
|
/* @__PURE__ */ i("div", { className: "flex justify-center p-3 border-b border-gray-100 bg-gray-50/50", children: /* @__PURE__ */ b("div", { className: "flex bg-gray-200 p-1 rounded-lg text-sm font-medium", children: [
|
|
7394
7394
|
/* @__PURE__ */ i(
|
|
@@ -7431,7 +7431,7 @@ const Ya = ze(_a), Za = P.object({
|
|
|
7431
7431
|
const o = ue("config"), s = (o == null ? void 0 : o.loaderColor) || "#333";
|
|
7432
7432
|
document.documentElement.style.setProperty("--loader-color", s);
|
|
7433
7433
|
}, []), /* @__PURE__ */ i("div", { className: n, children: /* @__PURE__ */ i("span", { className: "loader" }) });
|
|
7434
|
-
}, os = se.lazy(() => import("./logic-flow-
|
|
7434
|
+
}, os = se.lazy(() => import("./logic-flow-C5uy9KVq.js"));
|
|
7435
7435
|
function as({
|
|
7436
7436
|
questionData: e,
|
|
7437
7437
|
uploadUrl: n,
|
|
@@ -8582,13 +8582,16 @@ const As = ({
|
|
|
8582
8582
|
/* @__PURE__ */ b("div", { className: "flex gap-x-4 justify-between navigation_container w-full", children: [
|
|
8583
8583
|
/* @__PURE__ */ b("div", { children: [
|
|
8584
8584
|
" ",
|
|
8585
|
-
p > 0 && /* @__PURE__ */
|
|
8586
|
-
|
|
8585
|
+
p > 0 && /* @__PURE__ */ b(
|
|
8586
|
+
"button",
|
|
8587
8587
|
{
|
|
8588
8588
|
type: "button",
|
|
8589
|
-
text: "Back",
|
|
8590
8589
|
onClick: he,
|
|
8591
|
-
|
|
8590
|
+
className: "text-gray-400 hover:text-gray-600 font-medium text-sm flex items-center gap-1 transition-colors back_btn",
|
|
8591
|
+
children: [
|
|
8592
|
+
/* @__PURE__ */ i(W, { icon: "material-symbols:arrow-upward-rounded", iconClass: "text-lg" }),
|
|
8593
|
+
"Back"
|
|
8594
|
+
]
|
|
8592
8595
|
}
|
|
8593
8596
|
)
|
|
8594
8597
|
] }),
|