@blockquote-web-components/blockquote-base-embedded-webview 1.6.3 → 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.3",
3
+ "version": "1.6.5",
4
4
  "description": "Webcomponent blockquote-base-embedded-webview following open-wc recommendations",
5
5
  "keywords": [
6
6
  "lit",
@@ -175,10 +175,10 @@
175
175
  },
176
176
  "dependencies": {
177
177
  "@blockquote/polymer": "^3.4.1",
178
- "lit": "^3.1.0"
178
+ "lit": "^3.1.1"
179
179
  },
180
180
  "devDependencies": {
181
- "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.1",
181
+ "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.2",
182
182
  "@blockquote-web-components/blockquote-foundations-sass": "^1.1.2",
183
183
  "@polymer/iron-test-helpers": "^3.0.1"
184
184
  },
@@ -186,5 +186,5 @@
186
186
  "access": "public"
187
187
  },
188
188
  "customElements": "custom-elements.json",
189
- "gitHead": "f9d24d35c34c6c767feaaf0a03a743b6199d7740"
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() {