@gengage/assistant-fe 0.4.4 → 0.4.5
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/chat/types.d.ts +1 -1
- package/dist/{chat-DI7Vm0gh.js → chat-B1lLKIxj.js} +2 -2
- package/dist/chat.iife.js +2 -2
- package/dist/chat.js +1 -1
- package/dist/{common-BxSi3UWt.js → common-C5e2gLuG.js} +1 -1
- package/dist/common.js +3 -3
- package/dist/index.js +3 -3
- package/dist/{native-webview-DFqnyus6.js → native-webview-niMtkiHX.js} +1 -1
- package/dist/native.iife.js +2 -2
- package/dist/native.js +1 -1
- package/package.json +1 -1
package/dist/chat/types.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ export interface ChatWidgetConfig extends BaseWidgetConfig {
|
|
|
71
71
|
/**
|
|
72
72
|
* Panel display mode:
|
|
73
73
|
* - 'auto' : Panel appears/hides with content; user can toggle (default)
|
|
74
|
-
* - 'collapsed' : Panel starts collapsed;
|
|
74
|
+
* - 'collapsed' : Panel starts collapsed; fresh panel content reopens it
|
|
75
75
|
* - 'expanded' : Panel starts expanded (users can still collapse/expand)
|
|
76
76
|
*/
|
|
77
77
|
panelMode?: 'auto' | 'collapsed' | 'expanded';
|