@telia-ace/widget-conversation-flamingo 1.1.70-rc.17 → 1.1.70-rc.18
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +6 -0
- package/index.mjs +6 -0
- package/package.json +2 -2
package/index.js
CHANGED
@@ -305,6 +305,7 @@
|
|
305
305
|
@media screen and (max-width: 800px) {
|
306
306
|
:host(.floating) {
|
307
307
|
inset: 0 0 95px 0;
|
308
|
+
height: 100vh;
|
308
309
|
}
|
309
310
|
}
|
310
311
|
@media screen and (min-width: 801px) {
|
@@ -325,6 +326,10 @@
|
|
325
326
|
:host(.floating) .widget-container {
|
326
327
|
box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
|
327
328
|
border-radius: 0.7rem;
|
329
|
+
|
330
|
+
@media screen and (max-width: 800px) {
|
331
|
+
border-radius: 0;
|
332
|
+
}
|
328
333
|
}
|
329
334
|
|
330
335
|
* {
|
@@ -363,6 +368,7 @@
|
|
363
368
|
:host(.hidden) {
|
364
369
|
opacity: 0;
|
365
370
|
animation: slideDown 0.3s linear;
|
371
|
+
pointer-events: none;
|
366
372
|
}
|
367
373
|
`;_a([w({attribute:!1}),xa({context:Sa})],cn.prototype,"application",2);var Ca=Object.defineProperty,Aa=Object.getOwnPropertyDescriptor,hn=(s,e,t,n)=>{for(var i=n>1?void 0:n?Aa(e,t):e,r=s.length-1,o;r>=0;r--)(o=s[r])&&(i=(n?o(e,t,i):o(i))||i);return n&&i&&Ca(e,t,i),i};class ze extends k{constructor(){super(),this.status="deactivated",this.addEventListener("environment-created",this.onEnvironmentCreated)}async connectedCallback(){super.connectedCallback(),await this.getGlobalEnvironment()}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("environment-created",this.onEnvironmentCreated)}async onEnvironmentCreated(e){this.widget=e.detail.widget,await this.activate(),this.requestUpdate()}async activate(){this.widget&&(await this.widget.activate(),this.status="activated")}async getGlobalEnvironment(){const e=globalThis.widgets;e&&(this.widget=e.applications.find(t=>t.name===this.name),await this.activate())}render(){if(!this.widget||this.status!=="activated")return g;if(this.widget.renderStrategy===ln.Trigger){const e=new re;return e.application=this.widget,e}return this.widget.render()}}ze.styles=[A`
|
368
374
|
:host {
|
package/index.mjs
CHANGED
@@ -3641,6 +3641,7 @@ ln.styles = A`
|
|
3641
3641
|
@media screen and (max-width: 800px) {
|
3642
3642
|
:host(.floating) {
|
3643
3643
|
inset: 0 0 95px 0;
|
3644
|
+
height: 100vh;
|
3644
3645
|
}
|
3645
3646
|
}
|
3646
3647
|
@media screen and (min-width: 801px) {
|
@@ -3661,6 +3662,10 @@ ln.styles = A`
|
|
3661
3662
|
:host(.floating) .widget-container {
|
3662
3663
|
box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
|
3663
3664
|
border-radius: 0.7rem;
|
3665
|
+
|
3666
|
+
@media screen and (max-width: 800px) {
|
3667
|
+
border-radius: 0;
|
3668
|
+
}
|
3664
3669
|
}
|
3665
3670
|
|
3666
3671
|
* {
|
@@ -3699,6 +3704,7 @@ ln.styles = A`
|
|
3699
3704
|
:host(.hidden) {
|
3700
3705
|
opacity: 0;
|
3701
3706
|
animation: slideDown 0.3s linear;
|
3707
|
+
pointer-events: none;
|
3702
3708
|
}
|
3703
3709
|
`;
|
3704
3710
|
wa([
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@telia-ace/widget-conversation-flamingo",
|
3
|
-
"version": "1.1.70-rc.
|
3
|
+
"version": "1.1.70-rc.18",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org"
|
6
6
|
},
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"@lit-labs/motion": "^1.0.4",
|
10
10
|
"@teliads/icons": "^8.4.0",
|
11
11
|
"@teliads/components": "^22.1.1",
|
12
|
-
"@telia-ace/widget-core-flamingo": "1.1.70-rc.
|
12
|
+
"@telia-ace/widget-core-flamingo": "1.1.70-rc.18",
|
13
13
|
"lit-html": "^3.0.2",
|
14
14
|
"rxjs": "^7.8.1",
|
15
15
|
"marked": "^12.0.2"
|