@openeuropa/bcl-navbar 0.28.1 → 1.0.2
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/navbar.html.twig +1 -1
- package/package.json +4 -4
package/navbar.html.twig
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
{% set _form = form|default({}) %}
|
|
34
34
|
{% set _expand = expand|default('lg') %}
|
|
35
35
|
{% set _color_set = color_set|default('light') %}
|
|
36
|
-
{% set _disable_collapse = disable_collapse
|
|
36
|
+
{% set _disable_collapse = disable_collapse ?? false %}
|
|
37
37
|
|
|
38
38
|
{% set _classes = ['navbar', 'navbar-expand-' ~ _expand] %}
|
|
39
39
|
{% if _background is not empty %}
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-navbar",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "1.0.2",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@openeuropa/bcl-form": "^0.
|
|
8
|
-
"@openeuropa/bcl-navigation": "^0.
|
|
7
|
+
"@openeuropa/bcl-form": "^1.0.2",
|
|
8
|
+
"@openeuropa/bcl-navigation": "^1.0.2"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"design-system",
|
|
26
26
|
"twig"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "54df3dccb26d9f6958862f06103766a0a2d78ca6"
|
|
29
29
|
}
|