@vaadin/vaadin-app-layout
Advanced tools
Comparing version 20.0.0-beta1 to 20.0.0-beta2
{ | ||
"name": "@vaadin/vaadin-app-layout", | ||
"version": "20.0.0-beta1", | ||
"version": "20.0.0-beta2", | ||
"description": "vaadin-app-layout", | ||
@@ -29,13 +29,13 @@ "main": "vaadin-app-layout.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-button": "^20.0.0-beta1", | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "^20.0.0-beta1", | ||
"@vaadin/vaadin-material-styles": "^20.0.0-beta1", | ||
"@vaadin/vaadin-themable-mixin": "^20.0.0-beta1" | ||
"@vaadin/vaadin-button": "^20.0.0-beta2", | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-beta2", | ||
"@vaadin/vaadin-lumo-styles": "^20.0.0-beta2", | ||
"@vaadin/vaadin-material-styles": "^20.0.0-beta2", | ||
"@vaadin/vaadin-themable-mixin": "^20.0.0-beta2" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.1.5", | ||
"@vaadin/testing-helpers": "^0.1.5", | ||
"@vaadin/vaadin-icons": "^20.0.0-beta1", | ||
"@vaadin/vaadin-tabs": "^20.0.0-beta1", | ||
"@vaadin/testing-helpers": "^0.2.1", | ||
"@vaadin/vaadin-icons": "^20.0.0-beta2", | ||
"@vaadin/vaadin-tabs": "^20.0.0-beta2", | ||
"sinon": "^9.2.1" | ||
@@ -46,3 +46,3 @@ }, | ||
}, | ||
"gitHead": "a8bc4c410600c8039e8e3f5fa4c763fdb328e10d" | ||
"gitHead": "508e847c3b066d30ba8ebe1fd38c75d39cdbe886" | ||
} |
@@ -73,3 +73,3 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
* | ||
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki) | ||
* See [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation. | ||
* | ||
@@ -76,0 +76,0 @@ * ### Component's slots |
@@ -59,3 +59,3 @@ /** | ||
* | ||
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki) | ||
* See [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation. | ||
* | ||
@@ -309,3 +309,3 @@ * ### Component's slots | ||
static get version() { | ||
return '20.0.0-beta1'; | ||
return '20.0.0-beta2'; | ||
} | ||
@@ -312,0 +312,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
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
54994