@vaadin/vaadin-app-layout
Advanced tools
Comparing version 2.2.0-alpha1 to 2.2.0-beta1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-app-layout", | ||
"version": "2.2.0-alpha1", | ||
"version": "2.2.0-beta1", | ||
"main": "vaadin-app-layout.js", | ||
@@ -40,3 +40,3 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-material-styles": "^1.3.2", | ||
"@vaadin/vaadin-button": "^2.4.0-alpha1" | ||
"@vaadin/vaadin-button": "^2.4.0-beta1" | ||
}, | ||
@@ -50,3 +50,3 @@ "scripts": { | ||
"wct-browser-legacy": "^1.0.1", | ||
"@vaadin/vaadin-demo-helpers": "^3.1.0-alpha1", | ||
"@vaadin/vaadin-demo-helpers": "^3.1.0", | ||
"@vaadin/vaadin-tabs": "^3.0.2", | ||
@@ -53,0 +53,0 @@ "@vaadin/vaadin-icons": "^4.2.0" |
@@ -121,2 +121,3 @@ /** | ||
* - If `primary-section="drawer"` is set, then the drawer will move the navbar, taking the full available height. | ||
* @attr {navbar|drawer} primary-section | ||
*/ | ||
@@ -130,2 +131,3 @@ primarySection: PrimarySection; | ||
* - `false`, for mobile size views | ||
* @attr {boolean} drawer-opened | ||
*/ | ||
@@ -132,0 +134,0 @@ drawerOpened: boolean; |
@@ -309,3 +309,3 @@ /** | ||
static get version() { | ||
return '2.2.0-alpha1'; | ||
return '2.2.0-beta1'; | ||
} | ||
@@ -319,2 +319,3 @@ | ||
* - If `primary-section="drawer"` is set, then the drawer will move the navbar, taking the full available height. | ||
* @attr {navbar|drawer} primary-section | ||
* @type {!PrimarySection} | ||
@@ -335,2 +336,3 @@ */ | ||
* - `false`, for mobile size views | ||
* @attr {boolean} drawer-opened | ||
* @type {boolean} | ||
@@ -337,0 +339,0 @@ */ |
@@ -15,1 +15,2 @@ /** | ||
export * from './src/vaadin-app-layout.js'; | ||
export * from './@types/interfaces'; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
57029
1093
1