@2uinc/frontend-component-xpert-chatbot 1.35.8-beta.6 → 1.35.8-beta.7
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 +3 -1
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -21448,7 +21448,9 @@ function cd({
|
|
21448
21448
|
const { primaryColor: a, conversationScreen: i } = se(je), { isMobile: u, mode: s } = se(Je), { step: l } = se(hn);
|
21449
21449
|
return ke(() => {
|
21450
21450
|
const W = document.getElementById("header-mobile");
|
21451
|
-
W && (W.style.display = "none")
|
21451
|
+
return W && (W.style.display = "none"), () => {
|
21452
|
+
W && (W.style.display = "");
|
21453
|
+
};
|
21452
21454
|
}, []), l === qt.CONNECTING && s === It.LIVECHAT ? null : /* @__PURE__ */ v.jsxs(
|
21453
21455
|
"div",
|
21454
21456
|
{
|