@dile/dile-close-on-esc-pressed-mixin
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@dile/dile-close-on-esc-pressed-mixin", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Mixin function to create components that close themselves pressing the Esc key", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "c1a6dc2e629de0a16e55b52b0e0d4526867eb0ec" | ||
"gitHead": "c23625e78fc67205d3b13cddf6a7bd24f761bc6e" | ||
} |
@@ -22,3 +22,3 @@ # @dile/dile-close-on-esc-pressed-mixin | ||
``` | ||
import { LitElement, html, css } from 'lit-element'; | ||
import { LitElement, html, css } from 'lit'; | ||
import { DileCloseOnEscPressed } from '@dile/dile-close-on-esc-pressed-mixin'; | ||
@@ -25,0 +25,0 @@ |
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
3493