@a11d/lit-application
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -7,7 +7,4 @@ import { __decorate } from "tslib"; | ||
return (ApplicationConstructor) => { | ||
setTimeout(() => { | ||
const application = new ApplicationConstructor; | ||
window.document.body.appendChild(application); | ||
application.setAttribute('application', ''); | ||
}); | ||
const application = new ApplicationConstructor; | ||
window.document.body.appendChild(application); | ||
}; | ||
@@ -62,2 +59,3 @@ }; | ||
async connected() { | ||
this.setAttribute('application', ''); | ||
await Application.connectedHooks.execute(); | ||
@@ -64,0 +62,0 @@ window.dispatchEvent(new Event('Application.connected')); |
{ | ||
"name": "@a11d/lit-application", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Lit-based application shell.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
116147
1192