@telia-ace/widget-components-area-flamingo 1.1.31-rc.0 → 1.1.31

Sign up to get free protection for your applications and to get access to all the features.
@@ -204,7 +204,7 @@
204
204
  .trigger-label:hover {
205
205
  opacity: 0.8;
206
206
  }
207
- `];L([g({attribute:!1})],v.prototype,"application",2);L([O()],v.prototype,"active",2);L([O()],v.prototype,"loaded",2);L([O()],v.prototype,"icon",2);L([O()],v.prototype,"offset",2);var Ae=Object.defineProperty,we=Object.getOwnPropertyDescriptor,b=(r,t,e,s)=>{for(var i=s>1?void 0:s?we(t,e):t,o=r.length-1,n;o>=0;o--)(n=r[o])&&(i=(s?n(t,e,i):n(i))||i);return s&&i&&Ae(t,e,i),i};const Dt=r=>{class t extends r{constructor(){super(...arguments),this.properties={},this.context={},this.layout={},this.nodes=[]}writeProperties(s){this.properties=s}writeLayout(s){this.layout=s}writeContext(s){this.context=s}addChild(s){s.parent=this,this.nodes.push(s)}connectedCallback(){super.connectedCallback(),this.renderRoot.host.style.setProperty("--width",this.layout.size==="full"?"var(--columns, 1)":`min(${this.layout.size||"var(--columns)"}, var(--columns))`)}}return t.styles=[P`
207
+ `];L([g({attribute:!1})],v.prototype,"application",2);L([O()],v.prototype,"active",2);L([O()],v.prototype,"loaded",2);L([O()],v.prototype,"icon",2);L([O()],v.prototype,"offset",2);var Ae=Object.defineProperty,we=Object.getOwnPropertyDescriptor,b=(r,t,e,s)=>{for(var i=s>1?void 0:s?we(t,e):t,o=r.length-1,n;o>=0;o--)(n=r[o])&&(i=(s?n(t,e,i):n(i))||i);return s&&i&&Ae(t,e,i),i};const Dt=r=>{class t extends r{constructor(){super(...arguments),this.properties={},this.context={},this.layout={},this.nodes=[]}writeProperties(s){this.properties=s}writeLayout(s){this.layout=s}writeContext(s){this.context=s}addChild(s){s.parent=this,this.nodes.push(s)}connectedCallback(){super.connectedCallback(),this.renderRoot.host.style.setProperty("--width",this.layout.size==="full"?"var(--columns, 1)":`min(${this.layout.size||"var(--columns)"}, var(--columns))`),this.application.mountComponent(this)}}return t.styles=[P`
208
208
  :host {
209
209
  font-family: var(--font-family);
210
210
  grid-column: span var(--width);
@@ -1285,7 +1285,7 @@ const Lt = (r) => {
1285
1285
  super.connectedCallback(), this.renderRoot.host.style.setProperty(
1286
1286
  "--width",
1287
1287
  this.layout.size === "full" ? "var(--columns, 1)" : `min(${this.layout.size || "var(--columns)"}, var(--columns))`
1288
- );
1288
+ ), this.application.mountComponent(this);
1289
1289
  }
1290
1290
  }
1291
1291
  return t.styles = [
package/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";const r=async e=>{e.registerComponent("area",Promise.resolve().then(()=>require("./area-3e574351.js")))};module.exports=r;
1
+ "use strict";const r=async e=>{e.registerComponent("area",Promise.resolve().then(()=>require("./area-47c9685c.js")))};module.exports=r;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const o = async (e) => {
2
- e.registerComponent("area", import("./area-e653d58f.mjs"));
2
+ e.registerComponent("area", import("./area-998184df.mjs"));
3
3
  };
4
4
  export {
5
5
  o as default
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-components-area-flamingo",
3
- "version": "1.1.31-rc.0",
3
+ "version": "1.1.31",
4
4
  "dependencies": {
5
- "@telia-ace/widget-core-flamingo": "1.1.31-rc.0",
5
+ "@telia-ace/widget-core-flamingo": "1.1.31",
6
6
  "lit": "^3.0.2"
7
7
  },
8
8
  "main": "./index.js",