konsolpro-custom-ui 0.0.411 → 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 +2 -2
- package/package.json +1 -1
package/dist/lib/index.js
CHANGED
|
@@ -1726,7 +1726,7 @@ const Fe = v.forwardRef(
|
|
|
1726
1726
|
"data-testid": S
|
|
1727
1727
|
}, F)
|
|
1728
1728
|
),
|
|
1729
|
-
(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: [
|
|
1730
1730
|
h && /* @__PURE__ */ n("div", { className: "font-graphik flex items-center text-[16px]", children: h }),
|
|
1731
1731
|
x && /* @__PURE__ */ n(
|
|
1732
1732
|
"div",
|
|
@@ -1785,7 +1785,7 @@ const Fe = v.forwardRef(
|
|
|
1785
1785
|
size: 16
|
|
1786
1786
|
}
|
|
1787
1787
|
),
|
|
1788
|
-
M && /* @__PURE__ */ C("div", { className: "
|
|
1788
|
+
M && /* @__PURE__ */ C("div", { className: "flex items-center gap-[2px]", children: [
|
|
1789
1789
|
/* @__PURE__ */ n(
|
|
1790
1790
|
J,
|
|
1791
1791
|
{
|