@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.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-xs 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),
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-xs",
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-sm top-1/2 -translate-y-1/2 size-6 text-muted hover:text-foreground",
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" })