@vaadin/vaadin-overlay
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -14,3 +14,3 @@ { | ||
"name": "@vaadin/vaadin-overlay", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"main": "vaadin-overlay.js", | ||
@@ -41,3 +41,6 @@ "author": "Vaadin Ltd", | ||
}, | ||
"devDependencies": { | ||
"scripts": { | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/vaadin-demo-helpers": "^3.0.0", | ||
@@ -44,0 +47,0 @@ "@polymer/iron-component-page": "^4.0.0", |
@@ -155,4 +155,4 @@ /** | ||
* | ||
* @memberof Vaadin | ||
* @mixes Vaadin.ThemableMixin | ||
* @extends PolymerElement | ||
* @mixes ThemableMixin | ||
* @demo demo/index.html | ||
@@ -675,3 +675,3 @@ */ | ||
return Array.from(document.body.children) | ||
.filter(el => el instanceof OverlayElement) | ||
.filter(el => el instanceof OverlayElement && !el.hasAttribute('closing')) | ||
.sort((a, b) => (a.__zIndex - b.__zIndex) || 0); | ||
@@ -678,0 +678,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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
58441