@skippr/live-agent-sdk 0.30.0 → 0.31.0
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 +0 -1
- package/dist/esm/lib-exports.js +946 -962
- package/dist/skippr-sdk.css +1 -1
- package/dist/skippr-sdk.js +118 -118
- package/dist/types/components/LauncherStatusPill.d.ts +1 -0
- package/dist/types/components/LiveAgent.d.ts +0 -1
- package/package.json +1 -1
- package/dist/types/components/AgentStateBanner.d.ts +0 -1
- package/dist/types/components/ui/tooltip.d.ts +0 -10
package/README.md
CHANGED
|
@@ -196,7 +196,6 @@ Self-contained widget component. Renders a floating button that opens a sidebar
|
|
|
196
196
|
| `autoFocusChat` | `boolean` | `true` | Whether the chat input auto-focuses when opened |
|
|
197
197
|
| `captureMode` | `'screenshare' \| 'auto'` | `'screenshare'` | How the agent sees the page - `'screenshare'` prompts the user to share, `'auto'` uses DOM capture (no permission prompt) |
|
|
198
198
|
| `agentControls` | `{ highlight?: boolean }` | — | Opt-in agent capabilities (e.g. element highlighting). **Requires `captureMode: 'auto'`.** |
|
|
199
|
-
| `showAgentStateBanner` | `boolean` | `true` | Whether to show the top-pinned status banner (talking / thinking / listening / observing) while connected |
|
|
200
199
|
|
|
201
200
|
### `useLiveAgent()`
|
|
202
201
|
|