@polymer/paper-menu-button
Advanced tools
Comparing version 3.0.0-pre.23 to 3.0.0-pre.24
@@ -30,3 +30,3 @@ { | ||
"@webcomponents/webcomponentsjs": "^2.0.0", | ||
"@polymer/gen-typescript-declarations": "^1.5.0" | ||
"@polymer/gen-typescript-declarations": "^1.5.1" | ||
}, | ||
@@ -38,3 +38,3 @@ "scripts": { | ||
}, | ||
"version": "3.0.0-pre.23", | ||
"version": "3.0.0-pre.24", | ||
"main": "paper-menu-button.js", | ||
@@ -41,0 +41,0 @@ "author": "The Polymer Authors", |
@@ -21,2 +21,4 @@ /** | ||
export {PaperMenuGrowHeightAnimationElement}; | ||
declare global { | ||
@@ -36,2 +38,4 @@ | ||
export {PaperMenuGrowWidthAnimationElement}; | ||
interface PaperMenuShrinkWidthAnimationElement extends NeonAnimationBehavior, LegacyElementMixin, HTMLElement { | ||
@@ -41,4 +45,8 @@ configure(config: any): any; | ||
export {PaperMenuShrinkWidthAnimationElement}; | ||
interface PaperMenuShrinkHeightAnimationElement extends NeonAnimationBehavior, LegacyElementMixin, HTMLElement { | ||
configure(config: any): any; | ||
} | ||
export {PaperMenuShrinkHeightAnimationElement}; |
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
53432
645