@opencxh/ui-kit 3.108.1 → 3.109.0

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
@@ -4588,8 +4588,7 @@ const Qr = ({
4588
4588
  "flex cursor-pointer items-center gap-2 rounded-md px-2 py-1.5 text-base no-underline",
4589
4589
  "transition-colors duration-fast ease-out",
4590
4590
  "focus-visible:outline-none focus-visible:focus-ring",
4591
- l ? "bg-accent-soft font-semibold text-accent" : "text-text-muted hover:bg-surface-hover hover:text-text",
4592
- s === 0 && "font-ui-450"
4591
+ l ? "bg-accent-soft font-semibold text-accent" : "text-text-muted hover:bg-surface-hover hover:text-text"
4593
4592
  ),
4594
4593
  children: [
4595
4594
  t.icon && /* @__PURE__ */ e("span", { className: "flex w-5 shrink-0 items-center justify-center", children: t.icon }),