@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