@telia-ace/widget-components-copyright-flamingo 1.1.76-rc.16 → 1.1.76-rc.18

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.
@@ -336,7 +336,7 @@
336
336
  }
337
337
 
338
338
  :host(.embedded) .widget-container {
339
- padding: 0.7em !important;
339
+ border-radius: var(--border-radius) !important;
340
340
  }
341
341
 
342
342
  @media screen and (max-width: 800px) {
@@ -2165,7 +2165,7 @@ Ct.styles = O`
2165
2165
  }
2166
2166
 
2167
2167
  :host(.embedded) .widget-container {
2168
- padding: 0.7em !important;
2168
+ border-radius: var(--border-radius) !important;
2169
2169
  }
2170
2170
 
2171
2171
  @media screen and (max-width: 800px) {
package/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";const o=async e=>{e.registerComponent("copyright",Promise.resolve().then(()=>require("./copyright-a586ba3a.js")))};module.exports=o;
1
+ "use strict";const o=async e=>{e.registerComponent("copyright",Promise.resolve().then(()=>require("./copyright-6a418ecd.js")))};module.exports=o;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const t = async (o) => {
2
- o.registerComponent("copyright", import("./copyright-8807c2dd.mjs"));
2
+ o.registerComponent("copyright", import("./copyright-716c3fab.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.76-rc.16",
3
+ "version": "1.1.76-rc.18",
4
4
  "dependencies": {
5
5
  "lit": "^3.0.2",
6
- "@telia-ace/widget-core-flamingo": "1.1.76-rc.16"
6
+ "@telia-ace/widget-core-flamingo": "1.1.76-rc.18"
7
7
  },
8
8
  "main": "./index.js",
9
9
  "module": "./index.mjs",