@web-applets/sdk 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -71,13 +71,14 @@ export class AppletFrame extends HTMLElement {
71
71
  }
72
72
  }
73
73
  resizeContainer(dimensions) {
74
- this.container.style.height = `${dimensions.height + 2}px`;
74
+ this.style.height = `${dimensions.height}px`;
75
75
  }
76
76
  get styles() {
77
77
  return /*css*/ `
78
78
  :host {
79
79
  display: flex;
80
80
  flex-direction: column;
81
+ height: 350px;
81
82
  }
82
83
 
83
84
  iframe {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web-applets/sdk",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "The Web Applets SDK, for creating & hosting Web Applets.",
5
5
  "author": "Rupert Manfredi <rupert@unternet.co>",
6
6
  "license": "MIT",