@telia-ace/widget-conversation-flamingo 1.1.76-rc.40 → 1.1.76-rc.42

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.76-rc.40",
3
+ "version": "1.1.76-rc.42",
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.40",
12
+ "@telia-ace/widget-core-flamingo": "1.1.76-rc.42",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.1",
15
15
  "marked": "^12.0.2"
@@ -0,0 +1,14 @@
1
+ {
2
+ "components": [
3
+ {
4
+ "export": "ConversationComponent",
5
+ "storage": {
6
+ "conversation": {
7
+ "category": "necessary",
8
+ "lifespan": "Browser session",
9
+ "purpose": "This storage value is used to store a record of all messages exchanged in the current conversation session."
10
+ }
11
+ }
12
+ }
13
+ ]
14
+ }