konsolpro-custom-ui 0.0.410 → 0.0.412
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/lib/index.js +3 -2
- package/package.json +1 -1
package/dist/lib/index.js
CHANGED
|
@@ -1720,12 +1720,13 @@ const Fe = v.forwardRef(
|
|
|
1720
1720
|
),
|
|
1721
1721
|
ref: K,
|
|
1722
1722
|
value: E,
|
|
1723
|
+
onChange: R,
|
|
1723
1724
|
disabled: u,
|
|
1724
1725
|
autoFocus: y,
|
|
1725
1726
|
"data-testid": S
|
|
1726
1727
|
}, F)
|
|
1727
1728
|
),
|
|
1728
|
-
(x || a || l || i || h || O || M) && /* @__PURE__ */ C("div", { className: "flex
|
|
1729
|
+
(x || a || l || i || h || O || M) && /* @__PURE__ */ C("div", { className: "flex shrink-0 items-center gap-1.5 pr-2.5", children: [
|
|
1729
1730
|
h && /* @__PURE__ */ n("div", { className: "font-graphik flex items-center text-[16px]", children: h }),
|
|
1730
1731
|
x && /* @__PURE__ */ n(
|
|
1731
1732
|
"div",
|
|
@@ -1784,7 +1785,7 @@ const Fe = v.forwardRef(
|
|
|
1784
1785
|
size: 16
|
|
1785
1786
|
}
|
|
1786
1787
|
),
|
|
1787
|
-
M && /* @__PURE__ */ C("div", { className: "
|
|
1788
|
+
M && /* @__PURE__ */ C("div", { className: "flex items-center gap-[2px]", children: [
|
|
1788
1789
|
/* @__PURE__ */ n(
|
|
1789
1790
|
J,
|
|
1790
1791
|
{
|