@ecl/mega-menu 5.0.0-alpha.5 → 5.0.0-alpha.7
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/mega-menu.scss +2 -0
- 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
|
+
"version": "5.0.0-alpha.7",
|
|
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.
|
|
15
|
-
"@ecl/dom-utils": "5.0.0-alpha.
|
|
16
|
-
"@ecl/event-manager": "5.0.0-alpha.
|
|
17
|
-
"@ecl/link": "5.0.0-alpha.
|
|
14
|
+
"@ecl/button": "5.0.0-alpha.7",
|
|
15
|
+
"@ecl/dom-utils": "5.0.0-alpha.7",
|
|
16
|
+
"@ecl/event-manager": "5.0.0-alpha.7",
|
|
17
|
+
"@ecl/link": "5.0.0-alpha.7",
|
|
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": "
|
|
35
|
+
"gitHead": "caa7533a945f33c4337889c31109082b8b39b076"
|
|
36
36
|
}
|