@telia-ace/ace-chat-flamingo 1.1.120-rc.8 → 1.1.120-rc.9
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 +1 -1
- package/index.mjs +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -2078,7 +2078,7 @@ Please report this to https://github.com/markedjs/marked.`,n){const i="<p>An err
|
|
|
2078
2078
|
button:hover {
|
|
2079
2079
|
filter: brightness(150%);
|
|
2080
2080
|
}
|
|
2081
|
-
`];let Bn=Ws;op([Te({context:ge}),k({attribute:!1})],Bn.prototype,"application");window.customElements.get("ace-logout-confirm-dialog")||window.customElements.define("ace-logout-confirm-dialog",Bn);const Gs=class Gs extends E{constructor(e){super(),this.tunnistusURL="",e&&(this.tunnistusURL=e.tunnistusURL)
|
|
2081
|
+
`];let Bn=Ws;op([Te({context:ge}),k({attribute:!1})],Bn.prototype,"application");window.customElements.get("ace-logout-confirm-dialog")||window.customElements.define("ace-logout-confirm-dialog",Bn);const Gs=class Gs extends E{constructor(e){super(),this.tunnistusURL="",e&&(this.tunnistusURL=e.tunnistusURL)}_onStartAuth(){const e=new CustomEvent("action",{composed:!0,detail:{key:"start-auth"}});this.dispatchEvent(e)}render(){return y`<div class="container">
|
|
2082
2082
|
<div class="header-row">
|
|
2083
2083
|
<telia-icon class="header-icon" svg=${Jo.svg}></telia-icon>
|
|
2084
2084
|
|
package/index.mjs
CHANGED
|
@@ -9461,7 +9461,7 @@ window.customElements.get("ace-logout-confirm-dialog") || window.customElements.
|
|
|
9461
9461
|
);
|
|
9462
9462
|
const Gs = class Gs extends E {
|
|
9463
9463
|
constructor(e) {
|
|
9464
|
-
super(), this.tunnistusURL = "", e && (this.tunnistusURL = e.tunnistusURL)
|
|
9464
|
+
super(), this.tunnistusURL = "", e && (this.tunnistusURL = e.tunnistusURL);
|
|
9465
9465
|
}
|
|
9466
9466
|
_onStartAuth() {
|
|
9467
9467
|
const e = new CustomEvent("action", {
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/ace-chat-flamingo",
|
|
3
|
-
"version": "1.1.120-rc.
|
|
3
|
+
"version": "1.1.120-rc.9",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@telia-ace/widget-core-flamingo": "1.1.120-rc.
|
|
6
|
-
"@telia-ace/widget-conversation-flamingo": "1.1.120-rc.
|
|
5
|
+
"@telia-ace/widget-core-flamingo": "1.1.120-rc.9",
|
|
6
|
+
"@telia-ace/widget-conversation-flamingo": "1.1.120-rc.9",
|
|
7
7
|
"rxjs": "^7.8.2",
|
|
8
8
|
"lit": "^3.0.2",
|
|
9
9
|
"@teliads/icons": "^8.4.0",
|