@paramms/chat-widget 1.0.46 → 1.0.47

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.
@@ -13,7 +13,8 @@ export interface WidgetConfig {
13
13
  * design blue; if omitted while `accent` is set, follows `accent` so a single
14
14
  * accent override re-themes cohesively. */
15
15
  accent2?: string;
16
- /** Colour scheme: auto (follow OS, default), or force light/dark. */
16
+ /** Colour scheme. Default 'light'. 'auto' follows the OS (prefers-color-scheme);
17
+ * 'dark'/'light' force it. Dark is never auto-applied unless the host opts in. */
17
18
  theme?: 'auto' | 'light' | 'dark';
18
19
  /** Load the brand webfonts (Baloo 2 + Nunito). Default true; set false for
19
20
  * strict-CSP / privacy-sensitive hosts (falls back to the system stack). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paramms/chat-widget",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "Embeddable real-time chat widget for the Relay platform",
5
5
  "license": "MIT",
6
6
  "repository": {