@ecl/mega-menu 5.0.0-alpha.5 → 5.0.0-alpha.6

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.scss +2 -0
  2. package/package.json +6 -6
package/mega-menu.scss CHANGED
@@ -358,6 +358,7 @@ $mega-menu: null !default;
358
358
  .ecl-mega-menu__featured-list__item .ecl-link {
359
359
  align-items: center;
360
360
  background: transparent;
361
+ /* stylelint-disable-next-line declaration-property-value-no-unknown */
361
362
  border-bottom: 1px solid
362
363
  map.get($mega-menu, 'desktop', 'sublink-current-background');
363
364
  border-radius: 0;
@@ -794,6 +795,7 @@ $mega-menu: null !default;
794
795
  .ecl-mega-menu__sublink {
795
796
  background: transparent;
796
797
  box-sizing: border-box;
798
+ /* stylelint-disable-next-line declaration-property-value-no-unknown */
797
799
  border-bottom: 1.5px solid
798
800
  map.get($mega-menu, 'desktop', 'sublink-current-background');
799
801
  border-radius: 0;
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.5",
5
+ "version": "5.0.0-alpha.6",
6
6
  "description": "ECL Mega Menu",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -11,10 +11,10 @@
11
11
  "module": "mega-menu.js",
12
12
  "style": "mega-menu.scss",
13
13
  "dependencies": {
14
- "@ecl/button": "5.0.0-alpha.5",
15
- "@ecl/dom-utils": "5.0.0-alpha.5",
16
- "@ecl/event-manager": "5.0.0-alpha.5",
17
- "@ecl/link": "5.0.0-alpha.5",
14
+ "@ecl/button": "5.0.0-alpha.6",
15
+ "@ecl/dom-utils": "5.0.0-alpha.6",
16
+ "@ecl/event-manager": "5.0.0-alpha.6",
17
+ "@ecl/link": "5.0.0-alpha.6",
18
18
  "bowser": "2.11.0",
19
19
  "focus-trap": "7.6.4"
20
20
  },
@@ -32,5 +32,5 @@
32
32
  "design-system",
33
33
  "twig"
34
34
  ],
35
- "gitHead": "47fe59d4f5dc0921874036ebf5b3c47b086fbe14"
35
+ "gitHead": "3a1f904e4fdd672e374de174cc24a2a92e1268c4"
36
36
  }