@ecl/mega-menu 5.0.0-alpha.13 → 5.0.0-alpha.14

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.
Files changed (2) hide show
  1. package/mega-menu.js +1 -0
  2. package/package.json +7 -7
package/mega-menu.js CHANGED
@@ -1307,6 +1307,7 @@ export class MegaMenu {
1307
1307
  'ecl-mega-menu--start-panel',
1308
1308
  );
1309
1309
  this.element.classList.add('ecl-mega-menu--one-panel');
1310
+ this.element.classList.remove('ecl-mega-menu--has-secondary-featured');
1310
1311
  level2.setAttribute('aria-expanded', 'false');
1311
1312
  level2.classList.remove(
1312
1313
  'ecl-mega-menu__subitem--expanded',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ecl/mega-menu",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "5.0.0-alpha.13",
5
+ "version": "5.0.0-alpha.14",
6
6
  "description": "ECL Mega Menu",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -11,11 +11,11 @@
11
11
  "module": "mega-menu.js",
12
12
  "style": "mega-menu.scss",
13
13
  "dependencies": {
14
- "@ecl/button": "5.0.0-alpha.13",
15
- "@ecl/dom-utils": "5.0.0-alpha.13",
16
- "@ecl/event-manager": "5.0.0-alpha.13",
17
- "@ecl/link": "5.0.0-alpha.13",
18
- "@ecl/picture": "5.0.0-alpha.13",
14
+ "@ecl/button": "5.0.0-alpha.14",
15
+ "@ecl/dom-utils": "5.0.0-alpha.14",
16
+ "@ecl/event-manager": "5.0.0-alpha.14",
17
+ "@ecl/link": "5.0.0-alpha.14",
18
+ "@ecl/picture": "5.0.0-alpha.14",
19
19
  "bowser": "2.11.0",
20
20
  "focus-trap": "7.6.4"
21
21
  },
@@ -33,5 +33,5 @@
33
33
  "design-system",
34
34
  "twig"
35
35
  ],
36
- "gitHead": "3aa7e362a490464a941b8ebbb52c4533590bced1"
36
+ "gitHead": "5f790fa1e567483d23464f81405996c9e1c4f4f5"
37
37
  }