@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.
- package/dist/chatlist.js +15 -15
- package/dist/chatlist.js.map +1 -1
- package/dist/embed-lite.js +6 -6
- package/dist/embed-lite.js.map +1 -1
- package/dist/embed.d.ts +1 -1
- package/dist/embed.js +6 -6
- package/dist/embed.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/renderer.d.ts +2 -1
- package/package.json +1 -1
package/dist/renderer.d.ts
CHANGED
|
@@ -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
|
|
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). */
|