@pluno/product-agent-web 0.1.178 → 0.1.179

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.
@@ -4982,7 +4982,7 @@ async function Ou(t = {}) {
4982
4982
  }
4983
4983
  );
4984
4984
  const s = document.createElement("div");
4985
- s.className = "pluno-pa-widget-host", s.setAttribute("data-pluno-product-agent-ui", "widget"), s.setAttribute("data-pluno-product-agent-layout", e.layout), e.sdkPreviewChannelId && s.setAttribute(
4985
+ s.className = "pluno-pa-widget-host", s.style.setProperty("display", "block", "important"), s.setAttribute("data-pluno-product-agent-ui", "widget"), s.setAttribute("data-pluno-product-agent-layout", e.layout), e.sdkPreviewChannelId && s.setAttribute(
4986
4986
  gu,
4987
4987
  e.sdkPreviewChannelId
4988
4988
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluno/product-agent-web",
3
- "version": "0.1.178",
3
+ "version": "0.1.179",
4
4
  "description": "Browser SDK and default widget for embedding Pluno Product Agent into customer web apps.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",