@openeuropa/bcl-mega-menu 0.1057.202502180140 → 0.1057.202502180200
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.html.twig +2 -2
- package/package.json +5 -5
package/mega-menu.html.twig
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
<div class="col-12 col-lg-4">
|
|
78
78
|
<div class="content-block py-3">
|
|
79
79
|
{%- block content_block -%}
|
|
80
|
-
{{ _content_block
|
|
80
|
+
{{ _content_block }}
|
|
81
81
|
{%- endblock -%}
|
|
82
82
|
</div>
|
|
83
83
|
</div>
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
}) only %}
|
|
97
97
|
{% if _item.collapse is defined %}
|
|
98
98
|
<div class="collapse">
|
|
99
|
-
{{ _item.collapse }}
|
|
99
|
+
{{ _item.collapse|raw }}
|
|
100
100
|
</div>
|
|
101
101
|
{% endif %}
|
|
102
102
|
{% else %}
|
package/package.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-mega-menu",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.1057.
|
|
5
|
+
"version": "0.1057.202502180200",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
9
|
"description": "OE - BCL mega menu",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openeuropa/bcl-button": "^0.1057.
|
|
12
|
-
"@openeuropa/bcl-dropdown": "^0.1057.
|
|
13
|
-
"@openeuropa/bcl-link": "^0.1057.
|
|
11
|
+
"@openeuropa/bcl-button": "^0.1057.202502180200",
|
|
12
|
+
"@openeuropa/bcl-dropdown": "^0.1057.202502180200",
|
|
13
|
+
"@openeuropa/bcl-link": "^0.1057.202502180200"
|
|
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": "e973271efab5ff00b20aec35d178760cf3bc966f"
|
|
30
30
|
}
|