@gengage/assistant-fe 0.3.31 → 0.3.34

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.
@@ -168,6 +168,7 @@ export declare class GengageChat extends BaseWidget<ChatWidgetConfig> {
168
168
  */
169
169
  private _clearAssistantPanelLikeStreamClearPanel;
170
170
  private _flushPresentationScroll;
171
+ private _focusPresentationThread;
171
172
  private _releasePresentationFocus;
172
173
  private _hasMultipleThreadIds;
173
174
  private _orderedThreadIds;
@@ -192,11 +193,13 @@ export declare class GengageChat extends BaseWidget<ChatWidgetConfig> {
192
193
  private _hideDrawer;
193
194
  private _syncViewportState;
194
195
  /**
195
- * Scroll lock + dimming backdrop apply only in this state:
196
+ * Dimming backdrop + click-through scrim only in this state:
196
197
  * - overlay: drawer open (full-screen modal)
197
198
  * - floating: drawer open and side panel visible (split / “maximized” layout)
198
199
  */
199
200
  private _isMaximizedForHostChrome;
201
+ /** Host page scroll (touch/wheel) blocked; separate from backdrop so mobile floating drawer locks without split panel. */
202
+ private _shouldLockHostDocumentScroll;
200
203
  private _applyOpenStateClasses;
201
204
  private _syncHostDocumentScrollLock;
202
205
  /**