@vaadin/app-layout 23.2.0 → 23.3.0-alpha1

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/app-layout",
3
- "version": "23.2.0",
3
+ "version": "23.3.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,15 +36,15 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/button": "^23.2.0",
40
- "@vaadin/component-base": "^23.2.0",
41
- "@vaadin/vaadin-lumo-styles": "^23.2.0",
42
- "@vaadin/vaadin-material-styles": "^23.2.0",
43
- "@vaadin/vaadin-themable-mixin": "^23.2.0"
39
+ "@vaadin/button": "23.3.0-alpha1",
40
+ "@vaadin/component-base": "23.3.0-alpha1",
41
+ "@vaadin/vaadin-lumo-styles": "23.3.0-alpha1",
42
+ "@vaadin/vaadin-material-styles": "23.3.0-alpha1",
43
+ "@vaadin/vaadin-themable-mixin": "23.3.0-alpha1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@esm-bundle/chai": "^4.3.4",
47
- "@vaadin/tabs": "^23.2.0",
47
+ "@vaadin/tabs": "23.3.0-alpha1",
48
48
  "@vaadin/testing-helpers": "^0.3.2",
49
49
  "sinon": "^13.0.2"
50
50
  },
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8"
55
+ "gitHead": "beabc527d4b1274eb798ff701d406fed45cfe638"
56
56
  }
@@ -59,6 +59,7 @@ class DrawerToggle extends Button {
59
59
  <slot>
60
60
  <div part="icon"></div>
61
61
  </slot>
62
+ <slot name="tooltip"></slot>
62
63
  `;
63
64
  }
64
65
 
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": "23.2.0",
4
+ "version": "23.3.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -104,6 +104,14 @@
104
104
  {
105
105
  "name": "overlay-changed",
106
106
  "description": "Fired when the `overlay` property changes."
107
+ },
108
+ {
109
+ "name": "primarySection-changed",
110
+ "description": "Fired when the `primarySection` property changes."
111
+ },
112
+ {
113
+ "name": "drawerOpened-changed",
114
+ "description": "Fired when the `drawerOpened` property changes."
107
115
  }
108
116
  ]
109
117
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/app-layout",
4
- "version": "23.2.0",
4
+ "version": "23.3.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -74,6 +74,20 @@
74
74
  "value": {
75
75
  "kind": "expression"
76
76
  }
77
+ },
78
+ {
79
+ "name": "@primarySection-changed",
80
+ "description": "Fired when the `primarySection` property changes.",
81
+ "value": {
82
+ "kind": "expression"
83
+ }
84
+ },
85
+ {
86
+ "name": "@drawerOpened-changed",
87
+ "description": "Fired when the `drawerOpened` property changes.",
88
+ "value": {
89
+ "kind": "expression"
90
+ }
77
91
  }
78
92
  ]
79
93
  },