@vaadin/side-nav
Advanced tools
Comparing version 24.5.0-alpha1 to 24.5.0-alpha2
{ | ||
"name": "@vaadin/side-nav", | ||
"version": "24.5.0-alpha1", | ||
"version": "24.5.0-alpha2", | ||
"publishConfig": { | ||
@@ -38,7 +38,7 @@ "access": "public" | ||
"@open-wc/dedupe-mixin": "^1.3.0", | ||
"@vaadin/a11y-base": "24.5.0-alpha1", | ||
"@vaadin/component-base": "24.5.0-alpha1", | ||
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha1", | ||
"@vaadin/vaadin-material-styles": "24.5.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha1", | ||
"@vaadin/a11y-base": "24.5.0-alpha2", | ||
"@vaadin/component-base": "24.5.0-alpha2", | ||
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha2", | ||
"@vaadin/vaadin-material-styles": "24.5.0-alpha2", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha2", | ||
"lit": "^3.0.0" | ||
@@ -56,3 +56,3 @@ }, | ||
], | ||
"gitHead": "57806caac5468532a3b4e3dbdda730cd0fca193a" | ||
"gitHead": "403f153bf4351f220cb6172485a0575ddf0d0fba" | ||
} |
@@ -211,2 +211,3 @@ /** | ||
window.addEventListener('popstate', this.__boundUpdateCurrent); | ||
window.addEventListener('vaadin-navigated', this.__boundUpdateCurrent); | ||
window.addEventListener('side-nav-location-changed', this.__boundUpdateCurrent); | ||
@@ -219,2 +220,3 @@ } | ||
window.removeEventListener('popstate', this.__boundUpdateCurrent); | ||
window.removeEventListener('vaadin-navigated', this.__boundUpdateCurrent); | ||
window.removeEventListener('side-nav-location-changed', this.__boundUpdateCurrent); | ||
@@ -221,0 +223,0 @@ } |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/side-nav", | ||
"version": "24.5.0-alpha1", | ||
"version": "24.5.0-alpha2", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/side-nav", | ||
"version": "24.5.0-alpha1", | ||
"version": "24.5.0-alpha2", | ||
"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
86201
1950
+ Added@vaadin/a11y-base@24.5.0-alpha2(transitive)
+ Added@vaadin/component-base@24.5.0-alpha2(transitive)
+ Added@vaadin/icon@24.5.0-alpha2(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.5.0-alpha2(transitive)
+ Added@vaadin/vaadin-material-styles@24.5.0-alpha2(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.5.0-alpha2(transitive)
- Removed@vaadin/a11y-base@24.5.0-alpha1(transitive)
- Removed@vaadin/component-base@24.5.0-alpha1(transitive)
- Removed@vaadin/icon@24.5.0-alpha1(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.5.0-alpha1(transitive)
- Removed@vaadin/vaadin-material-styles@24.5.0-alpha1(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.5.0-alpha1(transitive)