@telia-ace/widget-conversation-flamingo 1.1.70-rc.19 → 1.1.70-rc.20

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 -1
  2. package/index.mjs +1 -1
  3. package/package.json +2 -2
package/index.js CHANGED
@@ -305,7 +305,7 @@
305
305
  @media screen and (max-width: 800px) {
306
306
  :host(.floating) {
307
307
  inset: 0 0 95px 0;
308
- height: 100vh;
308
+ height: 100%;
309
309
  }
310
310
  }
311
311
  @media screen and (min-width: 801px) {
package/index.mjs CHANGED
@@ -3641,7 +3641,7 @@ ln.styles = A`
3641
3641
  @media screen and (max-width: 800px) {
3642
3642
  :host(.floating) {
3643
3643
  inset: 0 0 95px 0;
3644
- height: 100vh;
3644
+ height: 100%;
3645
3645
  }
3646
3646
  }
3647
3647
  @media screen and (min-width: 801px) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.70-rc.19",
3
+ "version": "1.1.70-rc.20",
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.70-rc.19",
12
+ "@telia-ace/widget-core-flamingo": "1.1.70-rc.20",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.1",
15
15
  "marked": "^12.0.2"