@spectrum-web-components/overlay
Advanced tools
Comparing version 0.5.2-alpha.1 to 0.5.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.5.1...@spectrum-web-components/overlay@0.5.2) (2020-08-19) | ||
**Note:** Version bump only for package @spectrum-web-components/overlay | ||
## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.5.0...@spectrum-web-components/overlay@0.5.1) (2020-08-13) | ||
@@ -8,0 +12,0 @@ |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.5.2-alpha.1+1f7f36f5", | ||
"version": "0.5.2", | ||
"description": "", | ||
@@ -69,3 +69,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "1f7f36f5bc1bd448f5a5eeb72a72414712e849ff" | ||
"gitHead": "61d6daa63fedca757761095d1e1ed6919d8a1673" | ||
} |
@@ -55,3 +55,3 @@ /* | ||
this.handleKeyUp = (event) => { | ||
if (event.key === 'Escape') { | ||
if (event.code === 'Escape') { | ||
const overlay = this.topOverlay; | ||
@@ -58,0 +58,0 @@ this.closeTopOverlay(); |
@@ -352,3 +352,3 @@ /* | ||
private handleKeyUp = (event: KeyboardEvent): void => { | ||
if (event.key === 'Escape') { | ||
if (event.code === 'Escape') { | ||
const overlay = this.topOverlay as ActiveOverlay; | ||
@@ -355,0 +355,0 @@ this.closeTopOverlay(); |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
237358
0