@openeuropa/bcl-header 0.14.0 → 0.15.0
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/header.html.twig +2 -2
- package/package.json +5 -5
package/header.html.twig
CHANGED
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
{% endif %}
|
|
44
44
|
|
|
45
45
|
<!-- project name -->
|
|
46
|
-
{% if _project_logo is not empty or _site_name is not empty %}
|
|
47
46
|
<div class="{{ _project_classes }}">
|
|
47
|
+
{% if _project_logo is not empty or _site_name is not empty %}
|
|
48
48
|
<div class="container">
|
|
49
49
|
{% if _project_logo is not empty %}
|
|
50
50
|
<img
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
{{ _site_name }}
|
|
64
64
|
{% endif %}
|
|
65
65
|
</div>
|
|
66
|
+
{% endif %}
|
|
66
67
|
</div>
|
|
67
|
-
{% endif %}
|
|
68
68
|
|
|
69
69
|
<!-- navbar -->
|
|
70
70
|
{% if _navbar is not empty %}
|
package/package.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-header",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.15.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
9
|
"description": "OE - BCL header",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openeuropa/bcl-breadcrumb": "^0.
|
|
12
|
-
"@openeuropa/bcl-modal": "^0.
|
|
13
|
-
"@openeuropa/bcl-navbar": "^0.
|
|
11
|
+
"@openeuropa/bcl-breadcrumb": "^0.15.0",
|
|
12
|
+
"@openeuropa/bcl-modal": "^0.15.0",
|
|
13
|
+
"@openeuropa/bcl-navbar": "^0.15.0"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"design-system",
|
|
27
27
|
"twig"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "97a9f0822ee0d4d800e40aa17bf87dc698c5906c"
|
|
30
30
|
}
|