@telia-ace/widget-conversation-flamingo 1.1.76-rc.47 → 1.1.76-rc.49

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -6407,7 +6407,7 @@ class R extends Si {
6407
6407
  enableSubmit() {
6408
6408
  this.disabledSubmit = !1;
6409
6409
  }
6410
- //Clear messages when starting a new chat to avoid confusion
6410
+ // Clear messages when starting a new chat to avoid confusion
6411
6411
  clearMessages() {
6412
6412
  var i, r;
6413
6413
  const e = (i = this.shadowRoot) == null ? void 0 : i.querySelector("ace-conversation-feed"), t = (r = e == null ? void 0 : e.shadowRoot) == null ? void 0 : r.querySelector(".conversation-feed"), n = t == null ? void 0 : t.querySelectorAll(".conversation-entry");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.76-rc.47",
3
+ "version": "1.1.76-rc.49",
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.76-rc.47",
12
+ "@telia-ace/widget-core-flamingo": "1.1.76-rc.49",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.1",
15
15
  "marked": "^12.0.2"