@openeuropa/bcl-mega-menu 0.3694.202508290110 → 0.3694.202509041200

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.
@@ -121,9 +121,12 @@
121
121
  {% set _raw_items = _raw.items %}
122
122
 
123
123
  {% if _raw.see_all is defined and _raw.see_all is not empty %}
124
+ {% set _see_all_label %}
125
+ <span>{{- _raw.see_all.label -}}</span>
126
+ {% endset %}
124
127
  {% set _see_all_attr = (_raw.see_all.attributes is defined ? _raw.see_all.attributes : create_attribute()) %}
125
128
  {% set _see_all = _raw.see_all|merge({
126
- label: '<span>' ~ _raw.see_all.label ~ '</span>',
129
+ label: _see_all_label,
127
130
  icon: {
128
131
  name: 'arrow-right',
129
132
  path: _icon_path,
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.202508290110",
5
+ "version": "0.3694.202509041200",
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.202508290110",
12
- "@openeuropa/bcl-dropdown": "^0.3694.202508290110",
13
- "@openeuropa/bcl-link": "^0.3694.202508290110"
11
+ "@openeuropa/bcl-button": "^0.3694.202509041200",
12
+ "@openeuropa/bcl-dropdown": "^0.3694.202509041200",
13
+ "@openeuropa/bcl-link": "^0.3694.202509041200"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "design-system",
27
27
  "twig"
28
28
  ],
29
- "gitHead": "01ed2f325375895d59f4a006527f335fb30dab3b"
29
+ "gitHead": "8ca6d5e37c3d962b92776ec49932746e1c57acc5"
30
30
  }