@openeuropa/bcl-mega-menu 0.3694.202509072100 → 0.3694.202509101145

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.
@@ -25,7 +25,6 @@
25
25
  {% set _content_block = content_block|default('') %}
26
26
  {% set _content_link = content_link|default({}) %}
27
27
  {% set _icon_path = icon_path|default('') %}
28
- {% set _min_height = min_height|default('300px') %}
29
28
  {% set _items = items|default([]) %}
30
29
  {% set _back_button_label = back_button_label|default('Back') %}
31
30
  {% set _icon_path = icon_path|default('') %}
@@ -59,11 +58,11 @@
59
58
  }) %}
60
59
  {% else %}
61
60
  {% set _trigger = _trigger|merge({
62
- attributes: _trigger.attributes.setAttribute('autocomplete', 'off')
61
+ attributes: _trigger.attributes.setAttribute('autocomplete', 'off')
63
62
  }) %}
64
63
  {% endif %}
65
64
 
66
- <div {{ attributes }} style="--bcl-mm-min-height: {{ _min_height }};">
65
+ <div {{ attributes }}>
67
66
  {% include '@oe-bcl/bcl-button/button.html.twig' with _trigger|merge({
68
67
  variant: 'link'
69
68
  }) only %}
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.202509072100",
5
+ "version": "0.3694.202509101145",
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.202509072100",
12
- "@openeuropa/bcl-dropdown": "^0.3694.202509072100",
13
- "@openeuropa/bcl-link": "^0.3694.202509072100"
11
+ "@openeuropa/bcl-button": "^0.3694.202509101145",
12
+ "@openeuropa/bcl-dropdown": "^0.3694.202509101145",
13
+ "@openeuropa/bcl-link": "^0.3694.202509101145"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "design-system",
27
27
  "twig"
28
28
  ],
29
- "gitHead": "70acbc7e1e04c975303c3b4f7fbe2e4c9bfe8167"
29
+ "gitHead": "04a75feeaf9ba24cb46b2139c4fe96ecff0a64fe"
30
30
  }