@openeuropa/bcl-mega-menu 0.1057.202502162340 → 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.
@@ -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[])
@@ -95,7 +96,7 @@
95
96
  }) only %}
96
97
  {% if _item.collapse is defined %}
97
98
  <div class="collapse">
98
- {{ _item.collapse }}
99
+ {{ _item.collapse|raw }}
99
100
  </div>
100
101
  {% endif %}
101
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.202502162340",
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.202502162340",
12
- "@openeuropa/bcl-dropdown": "^0.1057.202502162340",
13
- "@openeuropa/bcl-link": "^0.1057.202502162340"
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": "8b3cc57b8eb31505650731214c11e17c06b35610"
29
+ "gitHead": "e973271efab5ff00b20aec35d178760cf3bc966f"
30
30
  }