@vaadin/app-layout 24.5.0-alpha7 → 24.5.0-alpha9

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/README.md CHANGED
@@ -75,7 +75,7 @@ import '@vaadin/app-layout/src/vaadin-drawer-toggle.js';
75
75
 
76
76
  ## Contributing
77
77
 
78
- Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
78
+ Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
79
79
 
80
80
  ## License
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/app-layout",
3
- "version": "24.5.0-alpha7",
3
+ "version": "24.5.0-alpha9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,23 +36,22 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/a11y-base": "24.5.0-alpha7",
40
- "@vaadin/button": "24.5.0-alpha7",
41
- "@vaadin/component-base": "24.5.0-alpha7",
42
- "@vaadin/vaadin-lumo-styles": "24.5.0-alpha7",
43
- "@vaadin/vaadin-material-styles": "24.5.0-alpha7",
44
- "@vaadin/vaadin-themable-mixin": "24.5.0-alpha7",
39
+ "@vaadin/a11y-base": "24.5.0-alpha9",
40
+ "@vaadin/button": "24.5.0-alpha9",
41
+ "@vaadin/component-base": "24.5.0-alpha9",
42
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha9",
43
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha9",
44
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha9",
45
45
  "lit": "^3.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@esm-bundle/chai": "^4.3.4",
49
- "@vaadin/tabs": "24.5.0-alpha7",
50
- "@vaadin/testing-helpers": "^0.6.0",
51
- "sinon": "^13.0.2"
48
+ "@vaadin/chai-plugins": "24.5.0-alpha9",
49
+ "@vaadin/testing-helpers": "^1.0.0",
50
+ "sinon": "^18.0.0"
52
51
  },
53
52
  "web-types": [
54
53
  "web-types.json",
55
54
  "web-types.lit.json"
56
55
  ],
57
- "gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
56
+ "gitHead": "804744762f3bec0a2247c4bbcbbb204dbcd78bc0"
58
57
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/app-layout",
4
- "version": "24.5.0-alpha7",
4
+ "version": "24.5.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/app-layout",
4
- "version": "24.5.0-alpha7",
4
+ "version": "24.5.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {