@openeuropa/bcl-mega-menu 0.3694.202508261210 → 0.3694.202508290100

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.
@@ -78,9 +78,9 @@
78
78
  attributes: create_attribute().addClass(['back-button'])
79
79
  } only %}
80
80
  </div>
81
- <div class="row h-100">
81
+ <div class="row">
82
82
  {% if content_block is defined %}
83
- <div class="col-md-12 col-xl-3">
83
+ <div class="col-md-12 col-xl-3 position-relative">
84
84
  <div class="content-block">
85
85
  {%- block content_block -%}
86
86
  {{ _content_block }}
@@ -98,11 +98,14 @@
98
98
  <p class="m-0">{% include '@oe-bcl/bcl-link/link.html.twig' with _content_link only %}</p>
99
99
  {% endif %}
100
100
  </div>
101
+ <div class="shadow-container">
102
+ <span class="shadow-bg"></span>
103
+ </div>
101
104
  </div>
102
105
  {% endif %}
103
- <div class="col-md-12 col-xl-6 h-100">
104
- <div class="row h-100 g-0">
105
- <div class="col-12 col-lg-4 col-xl h-100 mt-lg-3 mt-xl-0">
106
+ <div class="col-md-12 col-xl-6">
107
+ <div class="row g-0">
108
+ <div class="col-12 col-lg-4 col-xl mt-lg-3 mt-xl-0">
106
109
  <div class="navigation-items" role="tablist" aria-orientation="vertical">
107
110
  {% set _dropdown_panels = _dropdown_panels|default([]) %}
108
111
 
@@ -117,10 +120,10 @@
117
120
  {% if _raw.see_all is defined and _raw.see_all is not empty %}
118
121
  {% set _see_all_attr = (_raw.see_all.attributes is defined ? _raw.see_all.attributes : create_attribute()) %}
119
122
  {% set _see_all = _raw.see_all|merge({
123
+ label: '<span>' ~ _raw.see_all.label ~ '</span>',
120
124
  icon: {
121
125
  name: 'arrow-right',
122
126
  path: _icon_path,
123
- size: 'fluid'
124
127
  },
125
128
  attributes: _see_all_attr.addClass(['see-all-button'])
126
129
  }) %}
@@ -162,7 +165,7 @@
162
165
  {% endfor %}
163
166
  </div>
164
167
  </div>
165
- <div class="col-12 col-lg-4 col-xl h-100 mt-lg-3 mt-xl-0">
168
+ <div class="col-12 col-lg-4 col-xl mt-lg-3 mt-xl-0">
166
169
  <div class="sub-navigation-items tab-content">
167
170
  {% for _panel in _dropdown_panels %}
168
171
  {% if _items is not empty and _items is iterable %}
@@ -173,7 +176,7 @@
173
176
  aria-labelledby="{{ _panel.trigger_id }}"
174
177
  >
175
178
  <p class="panel-title">{{ _panel.title }}</p>
176
- <ul class="list-unstyled m-0 position-relative h-100">
179
+ <ul class="list-unstyled m-0 position-relative">
177
180
  {% for _item in _panel.items %}
178
181
  {% if _item.attributes is empty %}
179
182
  {% 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.202508261210",
5
+ "version": "0.3694.202508290100",
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.202508261210",
12
- "@openeuropa/bcl-dropdown": "^0.3694.202508261210",
13
- "@openeuropa/bcl-link": "^0.3694.202508261210"
11
+ "@openeuropa/bcl-button": "^0.3694.202508290100",
12
+ "@openeuropa/bcl-dropdown": "^0.3694.202508290100",
13
+ "@openeuropa/bcl-link": "^0.3694.202508290100"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "design-system",
27
27
  "twig"
28
28
  ],
29
- "gitHead": "c4c17ddfe0cff60162900f78f527e0fb82300182"
29
+ "gitHead": "bf52e4acba06070537c01de25b537715f4408b8f"
30
30
  }