@paramms/chat-widget 1.0.46 → 1.0.48

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/index.d.ts CHANGED
@@ -50,7 +50,7 @@ export interface MountOptions {
50
50
  /** Secondary accent (guest bubble + send button). Defaults to the design
51
51
  * blue; omit and it follows `accent` for a cohesive single-token retheme. */
52
52
  accent2?: string;
53
- /** Colour scheme: 'auto' (follow OS, default), 'light', or 'dark'. */
53
+ /** Colour scheme. Default 'light'. 'auto' follows the OS; 'dark'/'light' force it. */
54
54
  theme?: 'auto' | 'light' | 'dark';
55
55
  /** Load Baloo 2 + Nunito webfonts (default true). false = system fonts only. */
56
56
  webfont?: boolean;