@telia-ace/widget-components-widget-header-flamingo 1.1.12-rc.0 → 1.1.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.
- package/{index-71d3e30d.mjs → index-425a19a3.mjs} +1 -1
- package/{index-cb68e7e5.js → index-6c3c27db.js} +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
- package/{widget-header-80d0ad6b.js → widget-header-17645d22.js} +2 -2
- package/{widget-header-08d70cfa.mjs → widget-header-f25f74cb.mjs} +2 -2
|
@@ -2588,7 +2588,7 @@ const Zs = (n, t, e, s, i) => n.getAsync("componentResolver").then((r) => (r.reg
|
|
|
2588
2588
|
}), t, i))), li = (n) => Zs(
|
|
2589
2589
|
n,
|
|
2590
2590
|
"widget-header",
|
|
2591
|
-
import("./widget-header-
|
|
2591
|
+
import("./widget-header-f25f74cb.mjs"),
|
|
2592
2592
|
(t) => {
|
|
2593
2593
|
}
|
|
2594
2594
|
);
|
|
@@ -141,4 +141,4 @@ ${o.map(a=>`${a.name||"<no name>"} (${a.id})
|
|
|
141
141
|
align-items: center;
|
|
142
142
|
fill: var(--trigger-text-color, var(--text-on-primary-background));
|
|
143
143
|
}
|
|
144
|
-
`];G([pt({attribute:!1})],j.prototype,"symbol",2);G([pt({attribute:!1})],j.prototype,"container",2);G([dt()],j.prototype,"active",2);G([dt()],j.prototype,"loaded",2);G([dt()],j.prototype,"icon",2);const Js=(n,t,e,s,i)=>n.getAsync("componentResolver").then(r=>(r.registerComponent(t,e),$s(n,t,s||(()=>{}),t,i))),Ks=n=>Js(n,"widget-header",Promise.resolve().then(()=>require("./widget-header-
|
|
144
|
+
`];G([pt({attribute:!1})],j.prototype,"symbol",2);G([pt({attribute:!1})],j.prototype,"container",2);G([dt()],j.prototype,"active",2);G([dt()],j.prototype,"loaded",2);G([dt()],j.prototype,"icon",2);const Js=(n,t,e,s,i)=>n.getAsync("componentResolver").then(r=>(r.registerComponent(t,e),$s(n,t,s||(()=>{}),t,i))),Ks=n=>Js(n,"widget-header",Promise.resolve().then(()=>require("./widget-header-17645d22.js")),t=>{});console.log("3");exports.Et=ys;exports.P=ht;exports.T=g;exports.WidgetHeaderComponent=Ks;exports.ht=ct;exports.i=we;exports.n=pt;exports.pt=ye;exports.r=dt;exports.s=H;exports.x=V;
|
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("./index-
|
|
1
|
+
"use strict";const e=require("./index-6c3c27db.js");module.exports=e.WidgetHeaderComponent;
|
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/widget-components-widget-header-flamingo",
|
|
3
|
-
"version": "1.1.12
|
|
3
|
+
"version": "1.1.12",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@telia-ace/widget-runtime-flamingo": "1.1.12
|
|
5
|
+
"@telia-ace/widget-runtime-flamingo": "1.1.12",
|
|
6
6
|
"@webprovisions/platform": "^1.1.3",
|
|
7
7
|
"lit": "^3.0.2",
|
|
8
8
|
"@teliads/icons": "^8.4.0"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-6c3c27db.js"),y=require("./ai-robot-0e89be0b.js");/**
|
|
2
2
|
* @license
|
|
3
3
|
* Copyright 2017 Google LLC
|
|
4
4
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
box-sizing: border-box;
|
|
40
40
|
}
|
|
41
41
|
`],a([P({context:O}),r.n({attribute:!1})],t.prototype,"container",2),a([r.n()],t.prototype,"entry",2),a([r.r()],t.prototype,"descriptor",2),a([r.r()],t.prototype,"component",2),a([r.r()],t.prototype,"context",2),a([r.r()],t.prototype,"layout",2),a([r.r()],t.prototype,"properties",2),t};var k=Object.defineProperty,V=Object.getOwnPropertyDescriptor,I=(o,t,i,e)=>{for(var s=e>1?void 0:e?V(t,i):t,n=o.length-1,c;n>=0;n--)(c=o[n])&&(s=(e?c(t,i,s):c(s))||s);return e&&s&&k(t,i,s),s};const g=H(r.s);exports.WidgetHeaderComponent=class extends g{render(){return r.x` <div class="widget-header">
|
|
42
|
-
<telia-icon svg=${y.aiRobot.svg} size="lg"></telia-icon>
|
|
42
|
+
<!-- <telia-icon svg=${y.aiRobot.svg} size="lg"></telia-icon> -->
|
|
43
43
|
<div>
|
|
44
44
|
<h1>${this.properties.header}</h1>
|
|
45
45
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as g, P as L, h as E, i as m, n as x, r as p, E as _, x as f, T as O, s as $ } from "./index-
|
|
1
|
+
import { p as g, P as L, h as E, i as m, n as x, r as p, E as _, x as f, T as O, s as $ } from "./index-425a19a3.mjs";
|
|
2
2
|
import { a as R } from "./ai-robot-dbe1c82f.mjs";
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
|
@@ -292,7 +292,7 @@ const P = U($);
|
|
|
292
292
|
let l = class extends P {
|
|
293
293
|
render() {
|
|
294
294
|
return f` <div class="widget-header">
|
|
295
|
-
<telia-icon svg=${R.svg} size="lg"></telia-icon>
|
|
295
|
+
<!-- <telia-icon svg=${R.svg} size="lg"></telia-icon> -->
|
|
296
296
|
<div>
|
|
297
297
|
<h1>${this.properties.header}</h1>
|
|
298
298
|
|