@wmoney/ui-kit 1.0.14 → 1.0.16
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7924,7 +7924,7 @@ var ld = cd;
|
|
|
7924
7924
|
function ud({ className: e, ...t }) {
|
|
7925
7925
|
return /* @__PURE__ */ h(ld, {
|
|
7926
7926
|
"data-slot": "label",
|
|
7927
|
-
className: J("body-md font-medium flex items-center gap-
|
|
7927
|
+
className: J("body-md font-medium flex items-center gap-1 leading-none select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50", e),
|
|
7928
7928
|
...t
|
|
7929
7929
|
});
|
|
7930
7930
|
}
|
|
@@ -10725,7 +10725,7 @@ function W_({ icon: e, title: t, description: n, children: r, className: i }) {
|
|
|
10725
10725
|
className: "bg-primary/10",
|
|
10726
10726
|
children: /* @__PURE__ */ h(e, { className: "size-5 text-primary" })
|
|
10727
10727
|
}), /* @__PURE__ */ g("div", {
|
|
10728
|
-
className: "flex flex-col gap-
|
|
10728
|
+
className: "flex flex-col gap-1",
|
|
10729
10729
|
children: [/* @__PURE__ */ h(So, { children: t }), n && /* @__PURE__ */ h(Co, { children: n })]
|
|
10730
10730
|
})] }),
|
|
10731
10731
|
/* @__PURE__ */ h(U_, {}),
|
|
@@ -12602,7 +12602,7 @@ function vb({ show: e, onToggle: t }) {
|
|
|
12602
12602
|
type: "button",
|
|
12603
12603
|
variant: "ghost",
|
|
12604
12604
|
size: "icon-sm",
|
|
12605
|
-
className: "absolute right-
|
|
12605
|
+
className: "absolute right-2 top-1/2 -translate-y-1/2 size-6 text-muted hover:text-foreground",
|
|
12606
12606
|
onClick: t,
|
|
12607
12607
|
"aria-label": e ? "Ocultar senha" : "Exibir senha",
|
|
12608
12608
|
children: h(e ? Rt : zt, { className: "size-4" })
|