@fileverse/ui 4.2.0 → 4.2.1
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.es.js +4 -4
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43945,8 +43945,8 @@ const pke = ({
|
|
|
43945
43945
|
M && "mt-4"
|
|
43946
43946
|
),
|
|
43947
43947
|
children: [
|
|
43948
|
-
/* @__PURE__ */ f.jsx("div", { className: "flex-1", children: Uo(c) }),
|
|
43949
|
-
/* @__PURE__ */ f.jsx("div", { className: "flex-1 flex justify-end", children: Uo(s) })
|
|
43948
|
+
c && /* @__PURE__ */ f.jsx("div", { className: "flex-1", children: Uo(c) }),
|
|
43949
|
+
s && /* @__PURE__ */ f.jsx("div", { className: "flex-1 flex justify-end", children: Uo(s) })
|
|
43950
43950
|
]
|
|
43951
43951
|
}
|
|
43952
43952
|
)
|
|
@@ -43959,8 +43959,8 @@ const pke = ({
|
|
|
43959
43959
|
k.length > 0 && /* @__PURE__ */ f.jsx(x, {})
|
|
43960
43960
|
] }),
|
|
43961
43961
|
/* @__PURE__ */ f.jsxs("div", { className: "flex flex-row justify-between items-center gap-2 mt-4", children: [
|
|
43962
|
-
/* @__PURE__ */ f.jsx("div", { className: "flex-1", children: Uo(c) }),
|
|
43963
|
-
/* @__PURE__ */ f.jsx("div", { className: "flex-1 flex justify-end", children: Uo(s) })
|
|
43962
|
+
c && /* @__PURE__ */ f.jsx("div", { className: "flex-1", children: Uo(c) }),
|
|
43963
|
+
s && /* @__PURE__ */ f.jsx("div", { className: "flex-1 flex justify-end", children: Uo(s) })
|
|
43964
43964
|
] })
|
|
43965
43965
|
] }),
|
|
43966
43966
|
a && /* @__PURE__ */ f.jsx("div", { className: "flex-1 flex items-center justify-center min-h-[468px]", children: a })
|