@telia-ace/widget-components-widget-header-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.
package/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";const r=async e=>{e.registerComponent("widget-header",Promise.resolve().then(()=>require("./widget-header-58c7f737.js")))};module.exports=r;
1
+ "use strict";const r=async e=>{e.registerComponent("widget-header",Promise.resolve().then(()=>require("./widget-header-2ccafe61.js")))};module.exports=r;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const t = async (e) => {
2
- e.registerComponent("widget-header", import("./widget-header-0813bffb.mjs"));
2
+ e.registerComponent("widget-header", import("./widget-header-7d82004a.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-widget-header-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
  "@teliads/components": "^22.1.1",
8
8
  "@teliads/icons": "^8.4.0",
9
9
  "@lit-labs/motion": "^1.0.6",
@@ -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) {
@@ -2716,7 +2716,7 @@ ne.styles = j`
2716
2716
  }
2717
2717
 
2718
2718
  :host(.embedded) .widget-container {
2719
- padding: 0.7em !important;
2719
+ border-radius: var(--border-radius) !important;
2720
2720
  }
2721
2721
 
2722
2722
  @media screen and (max-width: 800px) {