@wmoney/ui-kit 1.0.14 → 1.0.15
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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" })
|