Comparing version 0.0.6 to 0.0.7
@@ -67,2 +67,3 @@ export class BlowDry extends HTMLElement { | ||
throw 404; | ||
this.blowDryToHead(rn); | ||
const templ = document.createElement('template'); | ||
@@ -72,3 +73,2 @@ templ.innerHTML = rn.innerHTML; | ||
this.doCleanup(templ.content); | ||
this.blowDryToHead(templ.content); | ||
// this.expandTemplatesWithinScope(templ.content, true); | ||
@@ -75,0 +75,0 @@ this.#canonicalTemplate = templ; |
@@ -74,2 +74,3 @@ import {BlowDryProps} from './types'; | ||
if(!rn) throw 404; | ||
this.blowDryToHead(rn as DocumentFragment); | ||
const templ = document.createElement('template'); | ||
@@ -79,3 +80,2 @@ templ.innerHTML = rn.innerHTML; | ||
this.doCleanup(templ.content); | ||
this.blowDryToHead(templ.content); | ||
// this.expandTemplatesWithinScope(templ.content, true); | ||
@@ -82,0 +82,0 @@ this.#canonicalTemplate = templ; |
{ | ||
"name": "blow-dry", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "web-components", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12303