@docyrus/ui-pro-ai-assistant 0.7.1 → 0.7.2

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
@@ -2714,6 +2714,8 @@ var AgentTabs = ({
2714
2714
  return /* @__PURE__ */ jsxs(
2715
2715
  "div",
2716
2716
  {
2717
+ role: "tab",
2718
+ "aria-selected": isActive,
2717
2719
  className: cn(
2718
2720
  "group/tab flex items-center gap-1.5 h-8 pl-2 pr-1 rounded-md cursor-pointer text-sm font-medium max-w-[200px] shrink-0 transition-colors",
2719
2721
  isActive ? "bg-accent text-foreground" : "text-muted-foreground hover:bg-accent/50 hover:text-foreground"