@telia-ace/widget-conversation-flamingo 1.1.75 → 1.1.76

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,5 +20,6 @@ export declare class MessageTypeMarkdown extends LitElement {
20
20
  private getLastChunk;
21
21
  firstUpdated(): Promise<void>;
22
22
  updated(): void;
23
+ private applyCodeStyles;
23
24
  render(): import("lit-html").TemplateResult<1>;
24
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.75",
3
+ "version": "1.1.76",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "@lit-labs/motion": "^1.0.4",
10
10
  "@teliads/icons": "^8.4.0",
11
11
  "@teliads/components": "^22.1.1",
12
- "@telia-ace/widget-core-flamingo": "1.1.75",
12
+ "@telia-ace/widget-core-flamingo": "1.1.76",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.1",
15
15
  "marked": "^12.0.2"