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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2089,7 +2089,7 @@ Ct.styles = S`
2089
2089
  @media screen and (max-width: 800px) {
2090
2090
  :host(.floating) {
2091
2091
  inset: 0 0 95px 0;
2092
- height: 100vh;
2092
+ height: 100%;
2093
2093
  }
2094
2094
  }
2095
2095
  @media screen and (min-width: 801px) {
@@ -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.js CHANGED
@@ -1 +1 @@
1
- "use strict";const o=async e=>{e.registerComponent("copyright",Promise.resolve().then(()=>require("./copyright-0a6afa8d.js")))};module.exports=o;
1
+ "use strict";const o=async e=>{e.registerComponent("copyright",Promise.resolve().then(()=>require("./copyright-2291ada0.js")))};module.exports=o;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const t = async (o) => {
2
- o.registerComponent("copyright", import("./copyright-d24382ca.mjs"));
2
+ o.registerComponent("copyright", import("./copyright-0125cfd4.mjs"));
3
3
  };
4
4
  export {
5
5
  t as default
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-components-copyright-flamingo",
3
- "version": "1.1.70-rc.19",
3
+ "version": "1.1.70-rc.20",
4
4
  "dependencies": {
5
5
  "lit": "^3.0.2",
6
- "@telia-ace/widget-core-flamingo": "1.1.70-rc.19"
6
+ "@telia-ace/widget-core-flamingo": "1.1.70-rc.20"
7
7
  },
8
8
  "main": "./index.js",
9
9
  "module": "./index.mjs",