@vaadin/side-nav 24.2.1 → 24.2.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/side-nav",
3
- "version": "24.2.1",
3
+ "version": "24.2.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,10 +34,10 @@
34
34
  "web-component"
35
35
  ],
36
36
  "dependencies": {
37
- "@vaadin/component-base": "~24.2.1",
38
- "@vaadin/vaadin-lumo-styles": "~24.2.1",
39
- "@vaadin/vaadin-material-styles": "~24.2.1",
40
- "@vaadin/vaadin-themable-mixin": "~24.2.1",
37
+ "@vaadin/component-base": "~24.2.3",
38
+ "@vaadin/vaadin-lumo-styles": "~24.2.3",
39
+ "@vaadin/vaadin-material-styles": "~24.2.3",
40
+ "@vaadin/vaadin-themable-mixin": "~24.2.3",
41
41
  "lit": "^2.0.0"
42
42
  },
43
43
  "devDependencies": {
@@ -50,5 +50,5 @@
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "2272e10119a59a95901b160f96cbbcae523aea1a"
53
+ "gitHead": "72e557e765e72559e9c6a525e257d185ad186dc5"
54
54
  }
@@ -199,7 +199,7 @@ class SideNavItem extends SideNavChildrenMixin(DisabledMixin(ElementMixin(Themab
199
199
  <a
200
200
  id="link"
201
201
  ?disabled="${this.disabled}"
202
- tabindex="${this.disabled || !this.path ? '-1' : '0'}"
202
+ tabindex="${this.disabled || this.path == null ? '-1' : '0'}"
203
203
  href="${ifDefined(this.disabled ? null : this.path)}"
204
204
  part="link"
205
205
  aria-current="${this.current ? 'page' : 'false'}"
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": "24.2.1",
4
+ "version": "24.2.3",
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": "24.2.1",
4
+ "version": "24.2.3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {