@vaadin/side-nav
Advanced tools
Comparing version 24.2.2 to 24.2.3
{ | ||
"name": "@vaadin/side-nav", | ||
"version": "24.2.2", | ||
"version": "24.2.3", | ||
"publishConfig": { | ||
@@ -37,6 +37,6 @@ "access": "public" | ||
"dependencies": { | ||
"@vaadin/component-base": "~24.2.2", | ||
"@vaadin/vaadin-lumo-styles": "~24.2.2", | ||
"@vaadin/vaadin-material-styles": "~24.2.2", | ||
"@vaadin/vaadin-themable-mixin": "~24.2.2", | ||
"@vaadin/component-base": "~24.2.3", | ||
"@vaadin/vaadin-lumo-styles": "~24.2.3", | ||
"@vaadin/vaadin-material-styles": "~24.2.3", | ||
"@vaadin/vaadin-themable-mixin": "~24.2.3", | ||
"lit": "^2.0.0" | ||
@@ -54,3 +54,3 @@ }, | ||
], | ||
"gitHead": "ed5edf42bd39119a7ab29b41000e7017af1579bc" | ||
"gitHead": "72e557e765e72559e9c6a525e257d185ad186dc5" | ||
} |
@@ -202,3 +202,3 @@ /** | ||
?disabled="${this.disabled}" | ||
tabindex="${this.disabled || !this.path ? '-1' : '0'}" | ||
tabindex="${this.disabled || this.path == null ? '-1' : '0'}" | ||
href="${ifDefined(this.disabled ? null : this.path)}" | ||
@@ -205,0 +205,0 @@ part="link" |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/side-nav", | ||
"version": "24.2.2", | ||
"version": "24.2.3", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/side-nav", | ||
"version": "24.2.2", | ||
"version": "24.2.3", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66987