@ecl/site-header 5.0.0-alpha.21 → 5.0.0-alpha.22.1
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@ecl/site-header",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "5.0.0-alpha.
|
|
5
|
+
"version": "5.0.0-alpha.22.1",
|
|
6
6
|
"description": "ECL Site Header",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
@@ -10,21 +10,21 @@
|
|
|
10
10
|
"main": "site-header.js",
|
|
11
11
|
"module": "site-header.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@ecl/button": "5.0.0-alpha.
|
|
14
|
-
"@ecl/dom-utils": "5.0.0-alpha.
|
|
15
|
-
"@ecl/grid": "5.0.0-alpha.
|
|
16
|
-
"@ecl/icon": "5.0.0-alpha.
|
|
17
|
-
"@ecl/link": "5.0.0-alpha.
|
|
18
|
-
"@ecl/menu": "5.0.0-alpha.
|
|
19
|
-
"@ecl/mixins-typography": "5.0.0-alpha.
|
|
20
|
-
"@ecl/notification": "5.0.0-alpha.
|
|
21
|
-
"@ecl/picture": "5.0.0-alpha.
|
|
22
|
-
"@ecl/search-form": "5.0.0-alpha.
|
|
23
|
-
"focus-trap": "7.6.
|
|
13
|
+
"@ecl/button": "5.0.0-alpha.22.1",
|
|
14
|
+
"@ecl/dom-utils": "5.0.0-alpha.22.1",
|
|
15
|
+
"@ecl/grid": "5.0.0-alpha.22.1",
|
|
16
|
+
"@ecl/icon": "5.0.0-alpha.22.1",
|
|
17
|
+
"@ecl/link": "5.0.0-alpha.22.1",
|
|
18
|
+
"@ecl/menu": "5.0.0-alpha.22.1",
|
|
19
|
+
"@ecl/mixins-typography": "5.0.0-alpha.22.1",
|
|
20
|
+
"@ecl/notification": "5.0.0-alpha.22.1",
|
|
21
|
+
"@ecl/picture": "5.0.0-alpha.22.1",
|
|
22
|
+
"@ecl/search-form": "5.0.0-alpha.22.1",
|
|
23
|
+
"focus-trap": "7.6.6"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@ecl/resources-ec-logo": "5.0.0-alpha.
|
|
27
|
-
"@ecl/resources-eu-logo": "5.0.0-alpha.
|
|
26
|
+
"@ecl/resources-ec-logo": "5.0.0-alpha.22.1",
|
|
27
|
+
"@ecl/resources-eu-logo": "5.0.0-alpha.22.1"
|
|
28
28
|
},
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"design-system",
|
|
41
41
|
"twig"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "014bab7282bbab90d4f7fd268d891fdc975d0e2f"
|
|
44
44
|
}
|
package/site-header-ec.scss
CHANGED
package/site-header.html.twig
CHANGED
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
<div class="ecl-site-header__banner-top">
|
|
477
477
|
{%- if banner_top.link is defined and banner_top.link is not empty %}
|
|
478
478
|
{% include '@ecl/link/link.html.twig' with banner_top|merge({
|
|
479
|
-
link: banner_top.link|merge({ type: 'standalone'
|
|
479
|
+
link: banner_top.link|merge({ type: 'standalone' }),
|
|
480
480
|
}) only %}
|
|
481
481
|
{% else %}
|
|
482
482
|
{{ banner_top }}
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
{% if _cta_link is not empty and _cta_link.link is not empty %}
|
|
503
503
|
{% include '@ecl/link/link.html.twig' with _cta_link|merge({
|
|
504
504
|
link: _cta_link.link|merge({
|
|
505
|
-
type: '
|
|
505
|
+
type: 'primary-highlight',
|
|
506
506
|
}),
|
|
507
507
|
extra_classes: 'ecl-site-header__cta',
|
|
508
508
|
}) only %}
|