@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
package/dist/widget-embed.cjs.js
CHANGED
|
@@ -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-
|
|
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
|
package/dist/widget-embed.es.js
CHANGED
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
|
|
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"}
|