@telia-ace/widget-components-widget-header-flamingo 1.0.10 → 1.0.12

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.
@@ -2543,8 +2543,8 @@ const Li = (e) => {
2543
2543
  disconnectedCallback() {
2544
2544
  super.disconnectedCallback(), this._propertyChangeListener && this._propertyChangeListener(), this._contextChangeListener && this._contextChangeListener(), this._layoutChangeListener && this._layoutChangeListener(), this._unmountNode && this._unmountNode();
2545
2545
  }
2546
- updated() {
2547
- ji(this.context, this.renderRoot.host), this.renderRoot.host.style.setProperty(
2546
+ updated(r) {
2547
+ this.container && (console.log("ccccontainer", this.container, r), this.actions.setContainer(this.container)), ji(this.context, this.renderRoot.host), this.renderRoot.host.style.setProperty(
2548
2548
  "--width",
2549
2549
  this.layout.size === "full" ? "var(--columns, 1)" : `min(${this.layout.size || "var(--columns)"}, var(--columns))`
2550
2550
  ), Ri(this.renderRoot.host, this.properties);
@@ -2614,7 +2614,7 @@ const Li = (e) => {
2614
2614
  }, Ui = (e) => Ni(
2615
2615
  e,
2616
2616
  "widget-header",
2617
- import("./widget-header-f97a5dcf.js"),
2617
+ import("./widget-header-3e4c59d7.js"),
2618
2618
  (t) => {
2619
2619
  }
2620
2620
  );
@@ -2622,4 +2622,4 @@ export {
2622
2622
  Li as D,
2623
2623
  Ui as W
2624
2624
  };
2625
- //# sourceMappingURL=index-3485efe5.js.map
2625
+ //# sourceMappingURL=index-f93a5e7b.js.map