@openeuropa/bcl-mega-menu 0.1057.202502162340 → 0.1057.202502180140
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 -1
- package/package.json +5 -5
package/mega-menu.html.twig
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
{# Parameters:
|
|
4
4
|
- id (string) (default: dropdown-random(1000))
|
|
5
|
+
- link (boolean) (default: false) - sets trigger to link, default is button
|
|
5
6
|
- trigger (link or button)
|
|
6
7
|
- content_block (block) (default: '')
|
|
7
8
|
- items (object[])
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
<div class="col-12 col-lg-4">
|
|
77
78
|
<div class="content-block py-3">
|
|
78
79
|
{%- block content_block -%}
|
|
79
|
-
{{ _content_block }}
|
|
80
|
+
{{ _content_block|raw }}
|
|
80
81
|
{%- endblock -%}
|
|
81
82
|
</div>
|
|
82
83
|
</div>
|
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.202502180140",
|
|
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.202502180140",
|
|
12
|
+
"@openeuropa/bcl-dropdown": "^0.1057.202502180140",
|
|
13
|
+
"@openeuropa/bcl-link": "^0.1057.202502180140"
|
|
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": "9b1eeeea1d3dc6d4398c07582a79166d8adbbb06"
|
|
30
30
|
}
|