@telia-ace/widget-conversation-flamingo 1.1.67-rc.0 → 1.1.67-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 +2 -1
  2. package/index.mjs +2 -1
  3. package/package.json +2 -2
package/index.js CHANGED
@@ -884,8 +884,9 @@
884
884
  .overlay-mode {
885
885
  z-index: 1;
886
886
  position: absolute;
887
- bottom: 0;
887
+ bottom: 8px;
888
888
  height: auto;
889
+ max-height: 68%;
889
890
  }
890
891
  @media screen and (max-width: 800px) {
891
892
  .overlay-mode {
package/index.mjs CHANGED
@@ -4799,8 +4799,9 @@ M.styles = [
4799
4799
  .overlay-mode {
4800
4800
  z-index: 1;
4801
4801
  position: absolute;
4802
- bottom: 0;
4802
+ bottom: 8px;
4803
4803
  height: auto;
4804
+ max-height: 68%;
4804
4805
  }
4805
4806
  @media screen and (max-width: 800px) {
4806
4807
  .overlay-mode {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.67-rc.0",
3
+ "version": "1.1.67-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.67-rc.0",
12
+ "@telia-ace/widget-core-flamingo": "1.1.67-rc.2",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.1"
15
15
  },