@smooai/chat-widget 0.7.0 → 0.10.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 CHANGED
@@ -223,6 +223,7 @@ Declarative attributes mirror the programmatic [`ChatWidgetConfig`](./src/config
223
223
  | `endpoint` | `endpoint` | **Required.** smooth-operator WebSocket URL. |
224
224
  | `agent-id` | `agentId` | **Required.** UUID of the agent. |
225
225
  | `agent-name` | `agentName` | Header label + monogram. Default `Assistant`. |
226
+ | `logo-url` | `logoUrl` | Brand logo in the full-page header tile (`http(s)` only). Falls back to the Smooth icon. |
226
227
  | `placeholder` | `placeholder` | Composer placeholder. |
227
228
  | `greeting` | `greeting` | Shown before the first message. |
228
229
  | `mode` | `mode` | `popover` (default) or `fullpage`. |