@vaadin/vaadin-app-layout 21.0.2 → 21.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-app-layout",
3
- "version": "21.0.2",
3
+ "version": "21.0.3",
4
4
  "description": "vaadin-app-layout",
5
5
  "main": "vaadin-app-layout.js",
6
6
  "module": "vaadin-app-layout.js",
@@ -27,20 +27,20 @@
27
27
  "dependencies": {
28
28
  "@polymer/iron-resizable-behavior": "^3.0.0",
29
29
  "@polymer/polymer": "^3.0.0",
30
- "@vaadin/vaadin-button": "^21.0.2",
31
- "@vaadin/vaadin-element-mixin": "^21.0.2",
32
- "@vaadin/vaadin-lumo-styles": "^21.0.2",
33
- "@vaadin/vaadin-material-styles": "^21.0.2",
34
- "@vaadin/vaadin-themable-mixin": "^21.0.2"
30
+ "@vaadin/vaadin-button": "^21.0.3",
31
+ "@vaadin/vaadin-element-mixin": "^21.0.3",
32
+ "@vaadin/vaadin-lumo-styles": "^21.0.3",
33
+ "@vaadin/vaadin-material-styles": "^21.0.3",
34
+ "@vaadin/vaadin-themable-mixin": "^21.0.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@esm-bundle/chai": "^4.1.5",
38
38
  "@vaadin/testing-helpers": "^0.2.1",
39
- "@vaadin/vaadin-tabs": "^21.0.2",
39
+ "@vaadin/vaadin-tabs": "^21.0.3",
40
40
  "sinon": "^9.2.1"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "6d0571bce4ecc084a9c40b9d72d7c7cecaeae196"
45
+ "gitHead": "f2b0583ef776e6c52a74da7540b06bfd2d9adf1b"
46
46
  }
@@ -305,7 +305,7 @@ class AppLayoutElement extends ElementMixin(ThemableMixin(mixinBehaviors([IronRe
305
305
  }
306
306
 
307
307
  static get version() {
308
- return '21.0.2';
308
+ return '21.0.3';
309
309
  }
310
310
 
311
311
  static get properties() {