@2uinc/frontend-component-xpert-chatbot 1.35.4-beta.2 → 1.35.4-beta.3
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/lib/index.min.js +1 -2
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -22643,9 +22643,8 @@ const i3 = () => {
|
|
22643
22643
|
return (e = window.XpertChatbotFrontend) == null ? void 0 : e.clientId;
|
22644
22644
|
};
|
22645
22645
|
function u3() {
|
22646
|
-
console.log("Mounting Xpert Chatbot...");
|
22647
22646
|
let e = document.getElementById("xpert-chatbot-container");
|
22648
|
-
e || (
|
22647
|
+
e || (e = document.createElement("div"), e.setAttribute("id", "xpert-chatbot-container"), document.body.appendChild(e), C0(
|
22649
22648
|
/* @__PURE__ */ v.jsx(y0, { children: /* @__PURE__ */ v.jsx(
|
22650
22649
|
Ed,
|
22651
22650
|
{
|