@paramms/chat-widget 1.0.9 → 1.0.11

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.
@@ -84,7 +84,7 @@ export declare class Renderer {
84
84
  private readonly showingTranslation;
85
85
  /** Last seq the guest has seen per conversationId — used to compute unread badges. */
86
86
  constructor(root: HTMLElement, me: string, h: RendererHandlers, cfg?: WidgetConfig);
87
- /** Call when the widget is unmounted. Disconnects scroll listeners. */
87
+ /** Call when the widget is unmounted. Disconnects scroll listeners and clears timers. */
88
88
  destroy(): void;
89
89
  /** Render list rows, optionally filtered by search query. */
90
90
  /** Build a single WhatsApp-style conversation row. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paramms/chat-widget",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "Embeddable real-time chat widget for the Relay platform",
5
5
  "license": "MIT",
6
6
  "repository": {