base-elements
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -18,3 +18,3 @@ var append = require('append-child') | ||
'https://github.com/yoshuawuyts/form-element', | ||
'https://github.com/shame/modal-element' | ||
'https://github.com/yoshuawuyts/nanocomponent' | ||
] | ||
@@ -47,3 +47,3 @@ | ||
<section class="pt5 mw6-ns"> | ||
<h1 class="f1 ma0"> | ||
<h1 class="f1 ma0 mt3"> | ||
See Also | ||
@@ -50,0 +50,0 @@ </h1> |
@@ -64,3 +64,3 @@ 'use strict' | ||
function pressedEscape (e) { | ||
if (e.key !== 'Escape') return onexit() | ||
if (e.key === 'Escape') onexit() | ||
} | ||
@@ -67,0 +67,0 @@ } |
{ | ||
"name": "base-elements", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A selection of native DOM elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13703