@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.
@@ -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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.35.8-beta.6",
3
+ "version": "1.35.8-beta.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"