@vaadin/side-nav 25.3.0-alpha2 → 25.3.0-alpha3

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/side-nav",
3
- "version": "25.3.0-alpha2",
3
+ "version": "25.3.0-alpha3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,19 +35,19 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.3.0-alpha2",
39
- "@vaadin/component-base": "25.3.0-alpha2",
40
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha2",
38
+ "@vaadin/a11y-base": "25.3.0-alpha3",
39
+ "@vaadin/component-base": "25.3.0-alpha3",
40
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha3",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/aura": "25.3.0-alpha2",
45
- "@vaadin/chai-plugins": "25.3.0-alpha2",
46
- "@vaadin/icon": "25.3.0-alpha2",
47
- "@vaadin/icons": "25.3.0-alpha2",
48
- "@vaadin/test-runner-commands": "25.3.0-alpha2",
44
+ "@vaadin/aura": "25.3.0-alpha3",
45
+ "@vaadin/chai-plugins": "25.3.0-alpha3",
46
+ "@vaadin/icon": "25.3.0-alpha3",
47
+ "@vaadin/icons": "25.3.0-alpha3",
48
+ "@vaadin/test-runner-commands": "25.3.0-alpha3",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha2",
50
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha3",
51
51
  "lit": "^3.0.0",
52
52
  "sinon": "^22.0.0"
53
53
  },
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "52eba6153ecf8bfaae44bcb727595e77d90b963c"
59
+ "gitHead": "ba0c4c55ea219eadd9aefe244f53e87803a066c8"
60
60
  }
@@ -214,23 +214,25 @@ class SideNav extends SideNavChildrenMixin(
214
214
  /** @protected */
215
215
  render() {
216
216
  return html`
217
- ${this.collapsible
218
- ? html`
219
- <button
220
- part="label"
221
- @click="${this._onLabelClick}"
222
- aria-expanded="${!this.collapsed}"
223
- aria-controls="children"
224
- >
225
- <slot name="label" @slotchange="${this._onLabelSlotChange}"></slot>
226
- <span part="toggle-button" aria-hidden="true"></span>
227
- </button>
228
- `
229
- : html`
230
- <div part="label">
231
- <slot name="label" @slotchange="${this._onLabelSlotChange}"></slot>
232
- </div>
233
- `}
217
+ ${
218
+ this.collapsible
219
+ ? html`
220
+ <button
221
+ part="label"
222
+ @click="${this._onLabelClick}"
223
+ aria-expanded="${!this.collapsed}"
224
+ aria-controls="children"
225
+ >
226
+ <slot name="label" @slotchange="${this._onLabelSlotChange}"></slot>
227
+ <span part="toggle-button" aria-hidden="true"></span>
228
+ </button>
229
+ `
230
+ : html`
231
+ <div part="label">
232
+ <slot name="label" @slotchange="${this._onLabelSlotChange}"></slot>
233
+ </div>
234
+ `
235
+ }
234
236
  <ul
235
237
  id="children"
236
238
  role="list"
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/side-nav",
4
- "version": "25.3.0-alpha2",
4
+ "version": "25.3.0-alpha3",
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/side-nav",
4
- "version": "25.3.0-alpha2",
4
+ "version": "25.3.0-alpha3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {