@openeuropa/bcl-theme-joinup 1.10.1 → 1.10.2

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openeuropa/bcl-theme-joinup",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "1.10.1",
5
+ "version": "1.10.2",
6
6
  "description": "OE - BCL theme joinup",
7
7
  "scripts": {
8
8
  "align-templates": "lerna --scope \"@openeuropa/bcl-twig-templates\" run prepublish",
@@ -20,18 +20,18 @@
20
20
  "update:templates": "npm-run-all -s align-templates build:copy"
21
21
  },
22
22
  "devDependencies": {
23
- "@babel/core": "7.26.9",
24
- "@babel/plugin-transform-runtime": "7.26.9",
25
- "@babel/preset-env": "7.26.9",
26
- "@babel/preset-react": "7.26.3",
23
+ "@babel/core": "7.27.1",
24
+ "@babel/plugin-transform-runtime": "7.27.1",
25
+ "@babel/preset-env": "7.27.2",
26
+ "@babel/preset-react": "7.27.1",
27
27
  "@ecl/resources-ec-logo": "3.7.1",
28
28
  "@ecl/resources-eu-logo": "3.7.1",
29
29
  "@ecl/resources-flag-icons": "3.7.1",
30
30
  "@fontsource/roboto": "5.1.1",
31
- "@openeuropa/bcl-bootstrap": "^1.10.1",
32
- "@openeuropa/bcl-builder": "^1.10.1",
33
- "@openeuropa/bcl-theme-default": "^1.10.1",
34
- "@openeuropa/bcl-twig-templates": "^1.10.1",
31
+ "@openeuropa/bcl-bootstrap": "^1.10.2",
32
+ "@openeuropa/bcl-builder": "^1.10.2",
33
+ "@openeuropa/bcl-theme-default": "^1.10.2",
34
+ "@openeuropa/bcl-twig-templates": "^1.10.2",
35
35
  "@rollup/plugin-replace": "6.0.2",
36
36
  "copyfiles": "2.4.1",
37
37
  "cross-env": "7.0.3",
@@ -57,5 +57,5 @@
57
57
  "design-system",
58
58
  "twig"
59
59
  ],
60
- "gitHead": "6c77dfb1e65950872e806cd0acb14023c279b934"
60
+ "gitHead": "d4bb50f58dd038748c618cc2f7bff2674f0b1f2a"
61
61
  }
@@ -29,8 +29,8 @@ Parameters:
29
29
  {% endif %}
30
30
 
31
31
  {% set attributes = attributes.addClass(['bcl-inpage-navigation', 'position-sticky']).setAttribute('id', _id) %}
32
- {% set title_attributes = _title_attributes.addClass('mb-0') %}
33
- {% set _title_content %}
32
+ {% set title_attributes = _title_attributes.addClass(['mb-0', 'd-none', 'd-md-block']) %}
33
+ {% set _button_content %}
34
34
  {{ _title }}
35
35
  {%- include '@oe-bcl/bcl-icon/icon.html.twig' with {
36
36
  name: 'chevron-down',
@@ -51,13 +51,17 @@ Parameters:
51
51
  .setAttribute('type', 'button')
52
52
  .setAttribute('id', _dropdown_id)
53
53
  .setAttribute('data-bs-toggle', 'dropdown')
54
- .addClass(['dropdown-toggle']) %}
54
+ .addClass(['dropdown-toggle', 'h2', 'd-md-none']) %}
55
+ {% include '@oe-bcl/bcl-button/button.html.twig' with {
56
+ label: _button_content,
57
+ clean_class: true,
58
+ attributes: trigger_attributes,
59
+ } only %}
55
60
  {% include '@oe-bcl/bcl-heading/heading.html.twig' with {
56
- title: _title_content,
61
+ title: _title,
57
62
  title_tag: _title_tag,
58
63
  title_link: _title_link,
59
- attributes: _title_attributes
60
- .merge(trigger_attributes),
64
+ attributes: _title_attributes,
61
65
  } only %}
62
66
  <div class="dropdown-menu" aria-labelledby="{{ _dropdown_id }}">
63
67
  {% include '@oe-bcl/bcl-navigation/navigation.html.twig' with {