@arudovwen/form-builder-react 1.4.38 → 1.4.40
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 +3 -3
- package/dist/form-builder.umd.js +13 -13
- package/dist/index.css +1 -1
- package/package.json +1 -1
package/dist/form-builder.es.js
CHANGED
|
@@ -7898,14 +7898,14 @@ const sl = ({
|
|
|
7898
7898
|
},
|
|
7899
7899
|
(si = y == null ? void 0 : y[h]) == null ? void 0 : si.id
|
|
7900
7900
|
) }),
|
|
7901
|
-
!u && /* @__PURE__ */ n.jsx("footer", { className: "flex items-center justify-end gap-4 footer", children: d === "multi" ? /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
7901
|
+
!u && /* @__PURE__ */ n.jsx("footer", { className: "flex items-center justify-end gap-4 footer flex-wrap", children: d === "multi" ? /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
7902
7902
|
h > 0 && /* @__PURE__ */ n.jsx(
|
|
7903
7903
|
Ei,
|
|
7904
7904
|
{
|
|
7905
7905
|
type: "button",
|
|
7906
7906
|
text: "Back",
|
|
7907
7907
|
onClick: U,
|
|
7908
|
-
btnClass: "text-gray-700 border-[#98A2B3] !font-medium !py-[10px] px-10 bg-gray-200 rounded-lg"
|
|
7908
|
+
btnClass: "text-gray-700 text-sm border-[#98A2B3] !font-medium !py-[10px] px-10 bg-gray-200 rounded-lg"
|
|
7909
7909
|
}
|
|
7910
7910
|
),
|
|
7911
7911
|
h < f - 1 ? /* @__PURE__ */ n.jsx(
|
|
@@ -7915,7 +7915,7 @@ const sl = ({
|
|
|
7915
7915
|
text: "Continue",
|
|
7916
7916
|
onClick: I,
|
|
7917
7917
|
style: { background: (m == null ? void 0 : m.buttonColor) || "#333" },
|
|
7918
|
-
btnClass: "text-gray-700 border-[#98A2B3] !font-medium !py-[10px] px-10 bg-blue-600 text-white rounded-lg continue_btn"
|
|
7918
|
+
btnClass: "text-gray-700 text-sm border-[#98A2B3] !font-medium !py-[10px] px-10 bg-blue-600 text-white rounded-lg continue_btn"
|
|
7919
7919
|
}
|
|
7920
7920
|
) : !o && (t != null ? t : /* @__PURE__ */ n.jsx(
|
|
7921
7921
|
Ei,
|