@openeuropa/bcl-gallery 0.24.1 → 0.26.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/gallery.html.twig +1 -1
- package/package.json +5 -5
package/gallery.html.twig
CHANGED
|
@@ -102,7 +102,7 @@ Parameters:
|
|
|
102
102
|
{% if _item.caption is not empty or item.caption_title is not empty %}
|
|
103
103
|
<div class="bcl-gallery__item-caption">
|
|
104
104
|
{% if _item.caption_title is not empty %}
|
|
105
|
-
<
|
|
105
|
+
<p class="fs-5">{{ _item.caption_title }}</p>
|
|
106
106
|
{% endif %}
|
|
107
107
|
{% if _item.caption is not empty %}
|
|
108
108
|
<div class="bcl-gallery__item-description">
|
package/package.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-gallery",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.26.0",
|
|
6
6
|
"description": "OE - BCL gallery",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openeuropa/bcl-carousel": "^0.
|
|
12
|
-
"@openeuropa/bcl-heading": "^0.
|
|
13
|
-
"@openeuropa/bcl-icon": "^0.
|
|
11
|
+
"@openeuropa/bcl-carousel": "^0.26.0",
|
|
12
|
+
"@openeuropa/bcl-heading": "^0.26.0",
|
|
13
|
+
"@openeuropa/bcl-icon": "^0.26.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": "94d89cc379780cfce06178959194b3bc1b4c5eda"
|
|
30
30
|
}
|