@ztwoint/z-ui 0.1.25 → 0.1.26
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.
|
@@ -21,7 +21,7 @@ function C({
|
|
|
21
21
|
/* @__PURE__ */ s("div", { className: "flex flex-col gap-1", children: [
|
|
22
22
|
f && /* @__PURE__ */ e(k, { className: "flex-shrink-0", children: f }),
|
|
23
23
|
/* @__PURE__ */ s("div", { className: "flex flex-row flex-wrap w-full items-center", children: [
|
|
24
|
-
o && /* @__PURE__ */ e(
|
|
24
|
+
o && /* @__PURE__ */ e("span", { className: "flex-shrink-1", children: /* @__PURE__ */ e(b, { children: o }) }),
|
|
25
25
|
p && (i || m) && /* @__PURE__ */ s("div", { className: "flex items-center self-end flex-shrink-0", children: [
|
|
26
26
|
i && /* @__PURE__ */ e(
|
|
27
27
|
"button",
|