@telia-ace/widget-conversation-flamingo 1.1.65-rc.0 → 1.1.66-rc.0

Sign up to get free protection for your applications and to get access to all the features.
package/conversation.d.ts CHANGED
@@ -8,6 +8,7 @@ export declare class Conversation extends WidgetElement {
8
8
  static styles: import("lit").CSSResultGroup[];
9
9
  message: string;
10
10
  disabled: boolean;
11
+ chatOverlayActive: boolean;
11
12
  conversationContentRef: Ref<HTMLDivElement>;
12
13
  formRef: Ref<HTMLFormElement>;
13
14
  chatScrollHeight: number;