@gengage/assistant-fe 0.6.19 → 0.6.21

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.
Files changed (33) hide show
  1. package/dist/{api-paths-lIioK7-S.js → api-paths-DcKsQqb6.js} +1 -1
  2. package/dist/chat/history-storage.d.ts +1 -0
  3. package/dist/chat/runtime.d.ts +1 -1
  4. package/dist/chat/types.d.ts +1 -0
  5. package/dist/chat-runtime.js +1 -1
  6. package/dist/chat.iife.js +10 -10
  7. package/dist/chat.js +1 -1
  8. package/dist/{common-8WOyaL9-.js → common-MpBmMLVk.js} +2 -2
  9. package/dist/common.js +8 -8
  10. package/dist/{connection-warning-CBR0CWsY.js → connection-warning-ClrMLgmZ.js} +1 -1
  11. package/dist/{context-heG8hv5l.js → context-UTzCGyR9.js} +19 -8
  12. package/dist/{fastIntent-Dw79pmRK.js → fastIntent-Bl4xN0qL.js} +2 -2
  13. package/dist/index.js +13 -13
  14. package/dist/{native-webview-NWc9LrJh.js → native-webview-BcwGKkDe.js} +1 -1
  15. package/dist/native.iife.js +6 -6
  16. package/dist/native.js +1 -1
  17. package/dist/{overlay-COzFFq0-.js → overlay-cF2SjxYU.js} +1 -1
  18. package/dist/overlay.js +2 -2
  19. package/dist/qna-runtime.js +1 -1
  20. package/dist/qna.iife.js +1 -1
  21. package/dist/qna.js +1 -1
  22. package/dist/{runtime-D5Sj-_tA.js → runtime-BlU1rKqc.js} +4 -4
  23. package/dist/{runtime-BsnZ6gt2.js → runtime-CS4mg3ra.js} +4 -4
  24. package/dist/{runtime-w0f2VkzL.js → runtime-_koZbJK_.js} +51 -48
  25. package/dist/{simbut-BvdJtzCu.js → simbut-BtL7zYIJ.js} +2 -2
  26. package/dist/simbut.iife.js +1 -1
  27. package/dist/simbut.js +1 -1
  28. package/dist/{simrel-DU6a27g9.js → simrel-ekf3kUb_.js} +2 -2
  29. package/dist/simrel-runtime.js +1 -1
  30. package/dist/simrel.iife.js +2 -2
  31. package/dist/simrel.js +2 -2
  32. package/dist/{widget-base-BeWuIxD6.js → widget-base-p1EKDuiI.js} +2 -2
  33. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { i as U } from "./widget-base-BeWuIxD6.js";
1
+ import { i as U } from "./widget-base-p1EKDuiI.js";
2
2
  var z = ({ element: e, renderElement: t }) => {
3
3
  if (!e.children || e.children.length === 0) return null;
4
4
  const r = document.createElement("div");
@@ -67,6 +67,7 @@ export interface SaveHistorySessionParams {
67
67
  lastBackendContext: BackendContext | null;
68
68
  pageType?: string | undefined;
69
69
  sku?: string | undefined;
70
+ attachmentPlaceholder?: string | undefined;
70
71
  }
71
72
  export declare class ChatHistoryStorage {
72
73
  private readonly _appId;
@@ -240,7 +240,7 @@ export declare class GengageChat extends BaseWidget<ChatWidgetConfig> {
240
240
  * - floating: drawer open and side panel visible (split / “maximized” layout)
241
241
  */
242
242
  private _isMaximizedForHostChrome;
243
- /** Host page scroll blocked whenever MainPane is shown (including collapsed split). */
243
+ /** Host page scroll blocked when host chrome is maximized (overlay/mobile sheet, or expanded desktop MainPane). */
244
244
  private _shouldLockHostDocumentScroll;
245
245
  private _applyOpenStateClasses;
246
246
  /** MainPane = assistant left panel; mobile counts full overlay panel as expanded. */
@@ -329,6 +329,7 @@ export interface ChatI18n {
329
329
  favoritesAriaLabel: string;
330
330
  historyAriaLabel: string;
331
331
  historyPageTitle: string;
332
+ historyImageAttachmentLabel: string;
332
333
  emptyHistoryMessage: string;
333
334
  historyDeleteLabel: string;
334
335
  historyDeleteConfirmMessage: string;
@@ -1,4 +1,4 @@
1
- import { c as e, d as t, f as r, i as s, l as n, n as i, r as l, s as C, t as c, u as d } from "./runtime-w0f2VkzL.js";
1
+ import { c as e, d as t, f as r, i as s, l as n, n as i, r as l, s as C, t as c, u as d } from "./runtime-_koZbJK_.js";
2
2
  export {
3
3
  d as CHAT_SCROLL_ELEMENT_ID,
4
4
  s as ChatPresentationState,