@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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.html +2 -2
- package/dist/preview-isolation.html +1 -1
- package/dist/preview-new.html +1 -1
- package/dist/preview-playground.html +2 -2
- package/dist/preview-production.html +2 -2
- package/dist/preview-staging.html +2 -2
- package/dist/preview.html +3 -3
- package/dist/{widget-embed-CmAr6iD-.cjs.js → widget-embed-BJRri_BT.cjs.js} +2 -2
- package/dist/{widget-embed-CmAr6iD-.cjs.js.map → widget-embed-BJRri_BT.cjs.js.map} +1 -1
- package/dist/{widget-embed-DgNAEfZX.es.js → widget-embed-DSdhc3uk.es.js} +2 -4
- package/dist/{widget-embed-DgNAEfZX.es.js.map → widget-embed-DSdhc3uk.es.js.map} +1 -1
- package/dist/widget-embed.cjs.js +1 -1
- package/dist/widget-embed.es.js +1 -1
- package/dist/widget.js +1 -3
- package/package.json +1 -1
|
@@ -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
|
|
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-
|
|
83782
|
+
//# sourceMappingURL=widget-embed-DSdhc3uk.es.js.map
|