@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.
@@ -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 || (console.log("Creating new root element for Xpert Chatbot..."), e = document.createElement("div"), e.setAttribute("id", "xpert-chatbot-container"), document.body.appendChild(e), C0(
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.35.4-beta.2",
3
+ "version": "1.35.4-beta.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"