@openeuropa/bcl-group 0.15.0 → 0.19.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.
- package/group.html.twig +6 -4
- package/package.json +11 -11
package/group.html.twig
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{% extends "@oe-bcl/bcl-base-templates/listing-page.html.twig" %}
|
|
2
2
|
|
|
3
3
|
{% block banner %}
|
|
4
|
-
|
|
4
|
+
<div class="container mt-4 mt-md-5">
|
|
5
|
+
<div class="col-xxl-11">
|
|
5
6
|
<div class="p-md-3-5 pt-3 bg-lighter d-md-flex n-mx-container">
|
|
6
7
|
<h2 class="mb-0 d-inline-block fw-bold">{{ banner.title }}</h2>
|
|
7
8
|
{% if banner.actions is not empty and banner.actions is iterable %}
|
|
@@ -18,8 +19,9 @@
|
|
|
18
19
|
</div>
|
|
19
20
|
{% endif %}
|
|
20
21
|
</div>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
{% if navigation is not empty %}
|
|
23
|
+
{% include '@oe-bcl/bcl-navigation/navigation.html.twig' with navigation only %}
|
|
24
|
+
{% endif %}
|
|
24
25
|
</div>
|
|
26
|
+
</div>
|
|
25
27
|
{% endblock %}
|
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.
|
|
5
|
+
"version": "0.19.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.
|
|
12
|
-
"@openeuropa/bcl-button": "^0.
|
|
13
|
-
"@openeuropa/bcl-dropdown": "^0.
|
|
14
|
-
"@openeuropa/bcl-icon": "^0.
|
|
15
|
-
"@openeuropa/bcl-link": "^0.
|
|
16
|
-
"@openeuropa/bcl-listing": "^0.
|
|
17
|
-
"@openeuropa/bcl-navigation": "^0.
|
|
18
|
-
"@openeuropa/bcl-recent-activities": "^0.
|
|
19
|
-
"@openeuropa/bcl-user": "^0.
|
|
11
|
+
"@openeuropa/bcl-base-templates": "^0.19.0",
|
|
12
|
+
"@openeuropa/bcl-button": "^0.19.0",
|
|
13
|
+
"@openeuropa/bcl-dropdown": "^0.19.0",
|
|
14
|
+
"@openeuropa/bcl-icon": "^0.19.0",
|
|
15
|
+
"@openeuropa/bcl-link": "^0.19.0",
|
|
16
|
+
"@openeuropa/bcl-listing": "^0.19.0",
|
|
17
|
+
"@openeuropa/bcl-navigation": "^0.19.0",
|
|
18
|
+
"@openeuropa/bcl-recent-activities": "^0.19.0",
|
|
19
|
+
"@openeuropa/bcl-user": "^0.19.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": "
|
|
35
|
+
"gitHead": "8bfce06400c8829a46578797f0126b4e9c02e725"
|
|
36
36
|
}
|