@blockquote-web-components/blockquote-base-embedded-webview 1.6.4 → 1.6.5

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": "@blockquote-web-components/blockquote-base-embedded-webview",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "Webcomponent blockquote-base-embedded-webview following open-wc recommendations",
5
5
  "keywords": [
6
6
  "lit",
@@ -186,5 +186,5 @@
186
186
  "access": "public"
187
187
  },
188
188
  "customElements": "custom-elements.json",
189
- "gitHead": "928ddb66ba54a04161c09d295c9844683e735abf"
189
+ "gitHead": "a16edae827151b717565007d5822f7a6974029b4"
190
190
  }
@@ -221,7 +221,7 @@ export class BlockquoteBaseEmbeddedWebview extends LitElement {
221
221
  }
222
222
 
223
223
  _litHtmlRender() {
224
- LitHtmlRender(this._lightDomTpl, this);
224
+ LitHtmlRender(this._lightDomTpl, this, { host: this });
225
225
  }
226
226
 
227
227
  get _lightDomTpl() {
@@ -77,7 +77,7 @@ export class BlockquoteBaseEmbeddedWebviewElement extends LitElement {
77
77
  }
78
78
 
79
79
  _litHtmlRender() {
80
- LitHtmlRender(this._lightDomTpl, this);
80
+ LitHtmlRender(this._lightDomTpl, this, { host: this });
81
81
  }
82
82
 
83
83
  get _lightDomTpl() {