Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "app-drawer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Polyfill for the app-drawer Built-in Module", | ||
"main": "dist/app-drawer-polyfill.js", | ||
"module": "dist/app-drawer-polyfill.mjs", | ||
"umd:main": "dist/app-drawer-polyfill.js", | ||
"source": "polyfill/app-drawer.mjs", | ||
@@ -8,0 +9,0 @@ "scripts": { |
@@ -17,3 +17,3 @@ # App Drawer | ||
<script type="module"> | ||
import '@std/app-drawer'; | ||
import 'std:app-drawer'; | ||
drawer.addEventListener('close', () => { | ||
@@ -24,4 +24,2 @@ console.log('closed'); | ||
</script> | ||
<!-- Future: <script type="module" src="import:@std/app-drawer"></script> --> | ||
``` | ||
@@ -35,4 +33,2 @@ | ||
(link to existing drawer impls?) | ||
We want to win back the trust of web users by bringing consistency, reliability and performance to drawer UI's. | ||
@@ -53,3 +49,3 @@ | ||
<div slot="header">Placed first in the drawer area</div> | ||
<div>Any other children are placed into the drawer (after the header)</div> | ||
@@ -115,3 +111,3 @@ </app-drawer> | ||
Please see [the issue tracker](https://github.com/developit/app-drawer/issues) for open issues on the API surface detailed above. | ||
Please see [the issue tracker](https://github.com/GoogleChromeLabs/app-drawer/issues) for open issues on the API surface detailed above. | ||
@@ -118,0 +114,0 @@ ## Impact |
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
57015
8
265
128