@openeuropa/bcl-publication 0.22.0 → 0.23.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/package.json +5 -5
- package/publication.html.twig +2 -16
package/package.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-publication",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.23.0",
|
|
6
6
|
"description": "OE - BCL Publication",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openeuropa/bcl-base-templates": "^0.
|
|
12
|
-
"@openeuropa/bcl-file": "^0.
|
|
13
|
-
"@openeuropa/bcl-inpage-navigation": "^0.
|
|
11
|
+
"@openeuropa/bcl-base-templates": "^0.23.0",
|
|
12
|
+
"@openeuropa/bcl-file": "^0.23.0",
|
|
13
|
+
"@openeuropa/bcl-inpage-navigation": "^0.23.0"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"design-system",
|
|
27
27
|
"twig"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "fa2097e14024989cddf6f9cd7a9115bed5886aeb"
|
|
30
30
|
}
|
package/publication.html.twig
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{% block content %}
|
|
8
8
|
{% if authors is defined and authors is not empty %}
|
|
9
9
|
<h2
|
|
10
|
-
class="
|
|
10
|
+
class="mb-2-5"
|
|
11
11
|
id="{{ authors.title_id }}"
|
|
12
12
|
>
|
|
13
13
|
{{- authors.title -}}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
{% if description is defined and description is not empty %}
|
|
27
27
|
<h2
|
|
28
|
-
class="
|
|
28
|
+
class="mb-4 pt-2-5"
|
|
29
29
|
id="{{ description.title_id }}"
|
|
30
30
|
>
|
|
31
31
|
{{- description.title -}}
|
|
@@ -41,18 +41,4 @@
|
|
|
41
41
|
</div>
|
|
42
42
|
{% endif %}
|
|
43
43
|
|
|
44
|
-
{% if social_block is not empty %}
|
|
45
|
-
{% block social_block %}
|
|
46
|
-
<h2
|
|
47
|
-
class="fw-bold mb-4 pt-3"
|
|
48
|
-
id="{{ social.title_id }}"
|
|
49
|
-
>
|
|
50
|
-
{{- social.title -}}
|
|
51
|
-
</h2>
|
|
52
|
-
{{ social_buttons }}
|
|
53
|
-
{% include '@oe-bcl/bcl-button/button.html.twig' with button_social_modal only %}
|
|
54
|
-
{% include '@oe-bcl/bcl-modal/modal.html.twig' with social_modal only %}
|
|
55
|
-
{% endblock %}
|
|
56
|
-
{% endif %}
|
|
57
|
-
|
|
58
44
|
{% endblock %}
|