@deepfrog/pangents-widget 4.0.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.
@@ -6,5 +6,5 @@
6
6
  }
7
7
  } catch (error) {}
8
8
  })();
9
- "use strict";require("react/jsx-runtime"),require("react");const e=require("./widget-embed-CmAr6iD-.cjs.js");module.exports=e.Chatbot;
9
+ "use strict";require("react/jsx-runtime"),require("react");const e=require("./widget-embed-BJRri_BT.cjs.js");module.exports=e.Chatbot;
10
10
  //# sourceMappingURL=widget-embed.cjs.js.map
@@ -8,7 +8,7 @@
8
8
  })();
9
9
  import "react/jsx-runtime";
10
10
  import "react";
11
- import { C } from "./widget-embed-DgNAEfZX.es.js";
11
+ import { C } from "./widget-embed-DSdhc3uk.es.js";
12
12
  export {
13
13
  C as default
14
14
  };
package/dist/widget.js CHANGED
@@ -88858,7 +88858,7 @@ function WidgetNavigation() {
88858
88858
  { id: "Home", label: "Home", icon: House, path: "/" },
88859
88859
  { id: "Email", label: "Email", icon: MailCheck, path: "/email-leads" },
88860
88860
  // { id: 'DataAgent', label: 'Data Agent', icon: MessageSquare, path: '/data-agent' },
88861
- { id: "DataAgentV2", label: "Data Agent V2", icon: BotMessageSquare, path: "/v2-data-agent" }
88861
+ { id: "DataAgentV2", label: "Data Agent", icon: BotMessageSquare, path: "/v2-data-agent" }
88862
88862
  ];
88863
88863
  const currentPath = location.pathname;
88864
88864
  const primaryColor = theme.primaryColor || "#1e40af";
@@ -88910,8 +88910,6 @@ function WidgetNavigation() {
88910
88910
  "button",
88911
88911
  {
88912
88912
  onClick: () => navigate(tab2.path),
88913
- title: tab2.label,
88914
- "aria-label": tab2.label,
88915
88913
  className: `
88916
88914
  group relative flex items-center justify-center w-10 h-10 rounded-xl transition-all duration-200
88917
88915
  ${active ? "bg-white shadow-md" : "bg-white/20 hover:bg-white/40"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepfrog/pangents-widget",
3
3
  "private": false,
4
- "version": "4.0.0",
4
+ "version": "4.2.0",
5
5
  "description": "Pangents AI - Embeddable AI widget for web applications",
6
6
  "type": "module",
7
7
  "main": "dist/index.cjs.js",