@telia-ace/widget-conversation-flamingo 1.1.81-rc.0 → 1.1.81-rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. package/index.js +91 -91
  2. package/index.mjs +1365 -1419
  3. package/package.json +2 -2
  4. package/index.d.ts +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.81-rc.0",
3
+ "version": "1.1.81-rc.1",
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.81-rc.0",
12
+ "@telia-ace/widget-core-flamingo": "1.1.81-rc.1",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.1",
15
15
  "marked": "^12.0.2"
package/index.d.ts DELETED
@@ -1,9 +0,0 @@
1
- export { ConversationComponent } from './conversation-component';
2
- export { ConversationPlatform } from './conversation-platform';
3
- export { ConversationProvider } from './models/conversation-provider';
4
- export { User } from './models/user';
5
- export { Agent } from './models/agent';
6
- export { ConversationEntry } from './models/conversation-entry';
7
- export { ConversationMessageType } from './types';
8
- export { Conversation } from './conversation';
9
- export { truncateLongLinks, findPlainTextLinks, } from './conversation-utilities';