@vaadin/side-nav 25.1.2 → 25.1.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": "25.1.2",
3
+ "version": "25.1.3",
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.1.2",
39
- "@vaadin/component-base": "~25.1.2",
40
- "@vaadin/vaadin-themable-mixin": "~25.1.2",
38
+ "@vaadin/a11y-base": "~25.1.3",
39
+ "@vaadin/component-base": "~25.1.3",
40
+ "@vaadin/vaadin-themable-mixin": "~25.1.3",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/aura": "~25.1.2",
45
- "@vaadin/chai-plugins": "~25.1.2",
46
- "@vaadin/icon": "~25.1.2",
47
- "@vaadin/icons": "~25.1.2",
48
- "@vaadin/test-runner-commands": "~25.1.2",
44
+ "@vaadin/aura": "~25.1.3",
45
+ "@vaadin/chai-plugins": "~25.1.3",
46
+ "@vaadin/icon": "~25.1.3",
47
+ "@vaadin/icons": "~25.1.3",
48
+ "@vaadin/test-runner-commands": "~25.1.3",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "~25.1.2",
50
+ "@vaadin/vaadin-lumo-styles": "~25.1.3",
51
51
  "lit": "^3.0.0",
52
52
  "sinon": "^21.0.2"
53
53
  },
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "48e5dc507ac5eb8d34839be06cac652f1635fe1c"
59
+ "gitHead": "6faa3dbd92204cfda519d0146de376084234f560"
60
60
  }
@@ -349,8 +349,8 @@ class SideNavItem extends SideNavChildrenMixin(
349
349
  const parentItem = this.__getParentItem();
350
350
  if (parentItem) {
351
351
  parentItem.__expandParentItems();
352
+ parentItem.expanded = true;
352
353
  }
353
- this.expanded = true;
354
354
  }
355
355
 
356
356
  /** @private */
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.1.2",
4
+ "version": "25.1.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": "25.1.2",
4
+ "version": "25.1.3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {