@meetelise/chat 1.20.18 → 1.20.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.20.18",
3
+ "version": "1.20.19",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -1408,6 +1408,12 @@ var e={8005:function(e,t,n){var i,r=this&&this.__extends||(i=function(e,t){retur
1408
1408
  bottom: 0;
1409
1409
  }
1410
1410
  }
1411
+
1412
+ @media screen and (max-height: 750px) {
1413
+ .launcher__window-wrapper {
1414
+ bottom: 0;
1415
+ }
1416
+ }
1411
1417
  `;var Yn=function(e,t,n,i){var r,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a};let ei=class extends te{constructor(){super(...arguments),this.text="Submit",this.isLoading=!1,this.disabled=!1,this.height="initial",this.width="initial",this.render=()=>D`<button
1412
1418
  class=${In()("action-confirm-button",{loading:this.isLoading})}
1413
1419
  @click=${this.isLoading?null:this.onClick}
@@ -302,4 +302,10 @@ export const launcherStyles = css`
302
302
  bottom: 0;
303
303
  }
304
304
  }
305
+
306
+ @media screen and (max-height: 750px) {
307
+ .launcher__window-wrapper {
308
+ bottom: 0;
309
+ }
310
+ }
305
311
  `;