@openeuropa/bcl-header 0.25.0 → 0.27.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 +6 -6
package/header.html.twig
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{% spaceless %}
|
|
1
|
+
{% apply spaceless %}
|
|
2
2
|
|
|
3
3
|
{# Parameters:
|
|
4
4
|
- variant (string) (default: 'neutral')
|
|
@@ -110,4 +110,4 @@
|
|
|
110
110
|
{% include '@oe-bcl/bcl-language-list/language-list.html.twig' with _language_modal only %}
|
|
111
111
|
{% endif %}
|
|
112
112
|
|
|
113
|
-
{%
|
|
113
|
+
{% endapply %}
|
package/package.json
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-header",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.27.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-language-list": "^0.
|
|
13
|
-
"@openeuropa/bcl-modal": "^0.
|
|
14
|
-
"@openeuropa/bcl-navbar": "^0.
|
|
11
|
+
"@openeuropa/bcl-breadcrumb": "^0.27.0",
|
|
12
|
+
"@openeuropa/bcl-language-list": "^0.27.0",
|
|
13
|
+
"@openeuropa/bcl-modal": "^0.27.0",
|
|
14
|
+
"@openeuropa/bcl-navbar": "^0.27.0"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"design-system",
|
|
28
28
|
"twig"
|
|
29
29
|
],
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "1ab38cd93a2d4c52119fcc6a2f7cc56ceaa95dbf"
|
|
31
31
|
}
|