@openeuropa/bcl-mega-menu 0.3694.202508261115 → 0.3694.202508261210

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.
@@ -173,7 +173,7 @@
173
173
  aria-labelledby="{{ _panel.trigger_id }}"
174
174
  >
175
175
  <p class="panel-title">{{ _panel.title }}</p>
176
- <ul class="list-unstyled m-0">
176
+ <ul class="list-unstyled m-0 position-relative h-100">
177
177
  {% for _item in _panel.items %}
178
178
  {% if _item.attributes is empty %}
179
179
  {% set _item = _item|merge({
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.3694.202508261115",
5
+ "version": "0.3694.202508261210",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL mega menu",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-button": "^0.3694.202508261115",
12
- "@openeuropa/bcl-dropdown": "^0.3694.202508261115",
13
- "@openeuropa/bcl-link": "^0.3694.202508261115"
11
+ "@openeuropa/bcl-button": "^0.3694.202508261210",
12
+ "@openeuropa/bcl-dropdown": "^0.3694.202508261210",
13
+ "@openeuropa/bcl-link": "^0.3694.202508261210"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "design-system",
27
27
  "twig"
28
28
  ],
29
- "gitHead": "3dc35a5c524555e0540a5cc86033ee89dac48098"
29
+ "gitHead": "c4c17ddfe0cff60162900f78f527e0fb82300182"
30
30
  }