@pluno/product-agent-web 0.1.84 → 0.1.85

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/README.md CHANGED
@@ -52,6 +52,10 @@ The SDK captures passive resource URL/timing metadata with `PerformanceObserver`
52
52
  Scribble style is enabled by default. Set `data-pluno-scribble-style="false"` in the snippet, or `scribbleStyle: false`
53
53
  for programmatic mounts, to use the standard widget appearance.
54
54
 
55
+ The floating widget launcher includes a minimize control by default. Its compact state survives reloads in the
56
+ current tab, while a new tab or browser session starts with the regular launcher. Programmatic mounts can set
57
+ `showLauncherMinimizeButton: false` to hide it.
58
+
55
59
  This script-tag setup is the recommended integration. If your token endpoint needs custom browser-side authentication,
56
60
  import the same hosted widget module and provide the request logic programmatically:
57
61