@factorialco/f0-react 1.388.2 → 1.388.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/f0.js +3 -3
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/f0.js
CHANGED
|
@@ -16536,7 +16536,7 @@ const bg = () => {
|
|
|
16536
16536
|
goPrevious: g.goPrevious,
|
|
16537
16537
|
steps: r,
|
|
16538
16538
|
allowStepSkipping: h,
|
|
16539
|
-
children: /* @__PURE__ */ W("div", { className: "flex
|
|
16539
|
+
children: /* @__PURE__ */ W("div", { className: "flex h-[58vh] flex-1 flex-row", children: [
|
|
16540
16540
|
/* @__PURE__ */ f("div", { className: "w-1/3 shrink-0 overflow-y-auto border-x-0 border-b-0 border-r border-t-0 border-dashed border-f1-border-secondary p-2", children: /* @__PURE__ */ f(vg, {}) }),
|
|
16541
16541
|
/* @__PURE__ */ f("div", { className: "flex-1 overflow-y-auto px-8", children: e({
|
|
16542
16542
|
currentStep: g.currentStep,
|
|
@@ -16739,7 +16739,7 @@ function _g({
|
|
|
16739
16739
|
data: ee,
|
|
16740
16740
|
fullData: { ...R.current }
|
|
16741
16741
|
});
|
|
16742
|
-
return Pe.current = $, $.success && we($.message), $;
|
|
16742
|
+
return Pe.current = $, $.success && $.message && we($.message), $;
|
|
16743
16743
|
},
|
|
16744
16744
|
[_, we]
|
|
16745
16745
|
), me = K(() => {
|
|
@@ -16791,7 +16791,7 @@ function _g({
|
|
|
16791
16791
|
w
|
|
16792
16792
|
);
|
|
16793
16793
|
return /* @__PURE__ */ W(Yt, { children: [
|
|
16794
|
-
/* @__PURE__ */ f("div", { className: "flex flex-col gap-6", children: ee.map(($) => {
|
|
16794
|
+
/* @__PURE__ */ f("div", { className: "flex flex-col gap-6 pb-5", children: ee.map(($) => {
|
|
16795
16795
|
const De = y[$];
|
|
16796
16796
|
if (!De) return null;
|
|
16797
16797
|
const Te = g?.[$], He = R.current[$], Ne = A?.[$];
|