@pluno/product-agent-web 0.1.105 → 0.1.107
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/product-agent-sdk.js +1 -1
- package/dist/product-agent-widget.js +922 -918
- package/dist/widget.d.ts +3 -1
- package/package.json +1 -1
|
@@ -1935,7 +1935,7 @@ function Kt() {
|
|
|
1935
1935
|
const s = e ? "browser_extension_sdk_preview" : "embedded_widget";
|
|
1936
1936
|
return {
|
|
1937
1937
|
surface: s,
|
|
1938
|
-
description: s === "browser_extension_sdk_preview" ? "Pluno browser-extension SDK preview widget embedded in the host page." : "Pluno
|
|
1938
|
+
description: s === "browser_extension_sdk_preview" ? "Pluno browser-extension SDK preview widget embedded in the host page." : "Pluno default widget embedded in the host page.",
|
|
1939
1939
|
selectors: [
|
|
1940
1940
|
{
|
|
1941
1941
|
name: "widget_host",
|