@openeuropa/bcl-group 0.22.0 → 0.25.0

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.
@@ -17,7 +17,7 @@
17
17
  {% endif %}
18
18
  {% if banner.title is not empty %}
19
19
  <div class="p-md-3-5 pt-3 bg-lighter d-md-flex n-mx-container">
20
- <h2 class="mb-0 d-inline-block fw-bold">{{ banner.title }}</h2>
20
+ <h1 class="mb-0 d-inline-block">{{ banner.title }}</h1>
21
21
  {% if banner.actions is not empty and banner.actions is iterable %}
22
22
  <div class="d-grid d-md-block ms-auto">
23
23
  {% for _action in banner.actions %}
@@ -56,10 +56,10 @@
56
56
  </div>
57
57
  </div>
58
58
  <div class="col-md-4">
59
- <h4 class="mb-3 pb-2">{{ contact.title }}</h4>
59
+ <h2 class="mb-3 pb-2">{{ contact.title }}</h2>
60
60
  {% if contact.profiles is not empty and contact.profiles is iterable %}
61
61
  {% for _profile in contact.profiles %}
62
- {% include '@oe-bcl/bcl-user/user-view-compact.html.twig' with _profile only %}
62
+ {% include '@oe-bcl/bcl-user/user-compact.html.twig' with _profile only %}
63
63
  {% endfor %}
64
64
  {% endif %}
65
65
  {% if contact.more_link is not empty %}
@@ -76,14 +76,14 @@
76
76
  {% if recent is not empty and members is not empty %}
77
77
  <div class="row mt-3">
78
78
  <div class="col-md-8">
79
- <h4 class="mb-4 pb-2">{{ recent.title }}</h4>
79
+ <h2 class="mb-4 pb-2">{{ recent.title }}</h2>
80
80
  {% include '@oe-bcl/bcl-recent-activities/recent-activities.html.twig' with recent.block_data only %}
81
81
  </div>
82
82
  <div class="col-md-4">
83
- <h4 class="mt-4 mt-md-0 mb-4 pb-2">{{ members.title}}</h4>
83
+ <h2 class="mt-4 mt-md-0 mb-4 pb-2">{{ members.title}}</h2>
84
84
  {% if members.profiles is not empty and members.profiles is iterable %}
85
85
  {% for _profile in members.profiles %}
86
- {% include '@oe-bcl/bcl-user/user-view-compact.html.twig' with _profile only %}
86
+ {% include '@oe-bcl/bcl-user/user-compact.html.twig' with _profile only %}
87
87
  {% endfor %}
88
88
  {% endif %}
89
89
  {% if members.more_link is not empty %}
@@ -93,7 +93,7 @@
93
93
  </div>
94
94
  {% endif %}
95
95
  {% if contributions is not empty %}
96
- <h4 class="my-4 pt-3 pb-2">{{ contributions.title}}</h4>
96
+ <h2 class="my-4 pt-3 pb-2">{{ contributions.title}}</h2>
97
97
  {% if contributions.listing is not empty %}
98
98
  {% include '@oe-bcl/bcl-listing/listing.html.twig' with contributions.listing only %}
99
99
  {% endif %}
package/group.html.twig CHANGED
@@ -4,7 +4,7 @@
4
4
  <div class="container mt-4 mt-md-5">
5
5
  <div class="col-xxl-11">
6
6
  <div class="p-md-3-5 pt-3 bg-lighter d-md-flex n-mx-container">
7
- <h2 class="mb-0 d-inline-block fw-bold">{{ banner.title }}</h2>
7
+ <h1 class="mb-0 d-inline-block">{{ banner.main_title }}</h1>
8
8
  {% if banner.actions is not empty and banner.actions is iterable %}
9
9
  <div class="d-grid d-md-block ms-auto">
10
10
  {% for _action in banner.actions %}
package/package.json CHANGED
@@ -2,21 +2,21 @@
2
2
  "name": "@openeuropa/bcl-group",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.22.0",
5
+ "version": "0.25.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL group",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-base-templates": "^0.22.0",
12
- "@openeuropa/bcl-button": "^0.22.0",
13
- "@openeuropa/bcl-dropdown": "^0.22.0",
14
- "@openeuropa/bcl-icon": "^0.22.0",
15
- "@openeuropa/bcl-link": "^0.22.0",
16
- "@openeuropa/bcl-listing": "^0.22.0",
17
- "@openeuropa/bcl-navigation": "^0.22.0",
18
- "@openeuropa/bcl-recent-activities": "^0.22.0",
19
- "@openeuropa/bcl-user": "^0.22.0"
11
+ "@openeuropa/bcl-base-templates": "^0.25.0",
12
+ "@openeuropa/bcl-button": "^0.25.0",
13
+ "@openeuropa/bcl-dropdown": "^0.25.0",
14
+ "@openeuropa/bcl-icon": "^0.25.0",
15
+ "@openeuropa/bcl-link": "^0.25.0",
16
+ "@openeuropa/bcl-listing": "^0.25.0",
17
+ "@openeuropa/bcl-navigation": "^0.25.0",
18
+ "@openeuropa/bcl-recent-activities": "^0.25.0",
19
+ "@openeuropa/bcl-user": "^0.25.0"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
@@ -32,5 +32,5 @@
32
32
  "design-system",
33
33
  "twig"
34
34
  ],
35
- "gitHead": "57304ad94ae3c234f2f2b904208ce540a7a53f23"
35
+ "gitHead": "f50c7dfeab8695bbb5c18d5f7d5304509512268a"
36
36
  }