@deepfrog/pangents-widget 4.1.0 → 4.2.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.
@@ -83057,7 +83057,7 @@ function WidgetNavigation() {
83057
83057
  { id: "Home", label: "Home", icon: House, path: "/" },
83058
83058
  { id: "Email", label: "Email", icon: MailCheck, path: "/email-leads" },
83059
83059
  // { id: 'DataAgent', label: 'Data Agent', icon: MessageSquare, path: '/data-agent' },
83060
- { id: "DataAgentV2", label: "Data Agent V2", icon: BotMessageSquare, path: "/v2-data-agent" }
83060
+ { id: "DataAgentV2", label: "Data Agent", icon: BotMessageSquare, path: "/v2-data-agent" }
83061
83061
  ];
83062
83062
  const currentPath = location.pathname;
83063
83063
  const primaryColor = theme.primaryColor || "#1e40af";
@@ -83109,8 +83109,6 @@ function WidgetNavigation() {
83109
83109
  "button",
83110
83110
  {
83111
83111
  onClick: () => navigate(tab2.path),
83112
- title: tab2.label,
83113
- "aria-label": tab2.label,
83114
83112
  className: `
83115
83113
  group relative flex items-center justify-center w-10 h-10 rounded-xl transition-all duration-200
83116
83114
  ${active ? "bg-white shadow-md" : "bg-white/20 hover:bg-white/40"}
@@ -83781,4 +83779,4 @@ export {
83781
83779
  Chatbot as C,
83782
83780
  Widget as W
83783
83781
  };
83784
- //# sourceMappingURL=widget-embed-DgNAEfZX.es.js.map
83782
+ //# sourceMappingURL=widget-embed-DSdhc3uk.es.js.map