@inf-monkeys-tech/monkeys-design 0.4.50 → 0.4.51

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.
@@ -3987,9 +3987,9 @@ function HeadbarNavMenuItem({
3987
3987
  onMouseEnter: openMenu,
3988
3988
  onMouseLeave: scheduleCloseMenu,
3989
3989
  className: cn2(
3990
- "h-9 max-w-[12rem] border-transparent !bg-transparent px-3 text-sm font-medium shadow-none",
3990
+ "h-9 max-w-[12rem] border-transparent px-3 text-sm font-medium shadow-none",
3991
3991
  menuButtonRadiusClass,
3992
- isActive || open ? "!bg-[hsl(var(--muted))] text-[hsl(var(--foreground))]" : "text-[hsl(var(--muted-foreground))] hover:!bg-[hsl(var(--muted))]/60 hover:text-[hsl(var(--foreground))]"
3992
+ isActive || open ? "!bg-[hsl(var(--muted))] text-[hsl(var(--foreground))]" : "!bg-transparent text-[hsl(var(--muted-foreground))] hover:!bg-[hsl(var(--muted))]/60 hover:text-[hsl(var(--foreground))]"
3993
3993
  )
3994
3994
  }
3995
3995
  ) }),
@@ -4067,9 +4067,9 @@ function HeadbarNav({
4067
4067
  label: /* @__PURE__ */ jsx("span", { className: "truncate whitespace-nowrap", children: label }),
4068
4068
  onClick: () => onNavigate?.(item.id),
4069
4069
  className: cn2(
4070
- "h-9 max-w-[12rem] border-transparent !bg-transparent px-3 text-sm font-medium shadow-none",
4070
+ "h-9 max-w-[12rem] border-transparent px-3 text-sm font-medium shadow-none",
4071
4071
  menuButtonRadiusClass,
4072
- isActive ? "!bg-[hsl(var(--muted))] text-[hsl(var(--foreground))]" : "text-[hsl(var(--muted-foreground))] hover:!bg-[hsl(var(--muted))]/60 hover:text-[hsl(var(--foreground))]"
4072
+ isActive ? "!bg-[hsl(var(--muted))] text-[hsl(var(--foreground))]" : "!bg-transparent text-[hsl(var(--muted-foreground))] hover:!bg-[hsl(var(--muted))]/60 hover:text-[hsl(var(--foreground))]"
4073
4073
  )
4074
4074
  },
4075
4075
  item.id