@telia-ace/widget-conversation-flamingo 1.1.63-rc.1 → 1.1.63-rc.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/index.mjs +1 -0
  3. package/package.json +2 -2
package/index.js CHANGED
@@ -412,6 +412,7 @@
412
412
  border-radius: var(--border-radius);
413
413
  background-color: var(--bubble-bg-color);
414
414
  color: var(--bubble-text-color);
415
+ word-break: break-all;
415
416
  }
416
417
 
417
418
  .message-details {
package/index.mjs CHANGED
@@ -3968,6 +3968,7 @@ Me.styles = [
3968
3968
  border-radius: var(--border-radius);
3969
3969
  background-color: var(--bubble-bg-color);
3970
3970
  color: var(--bubble-text-color);
3971
+ word-break: break-all;
3971
3972
  }
3972
3973
 
3973
3974
  .message-details {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.63-rc.1",
3
+ "version": "1.1.63-rc.2",
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.63-rc.1",
12
+ "@telia-ace/widget-core-flamingo": "1.1.63-rc.2",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.1"
15
15
  },