@openeuropa/bcl-file 0.18.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/file.html.twig +3 -2
- package/package.json +4 -4
package/file.html.twig
CHANGED
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
{% if _icon is not empty %}
|
|
54
54
|
{% set _container_classes = _container_classes ~ ' ms-2-5' %}
|
|
55
55
|
{% set _icon = _icon|merge({
|
|
56
|
-
attributes: create_attribute().addClass(['mt-1', '
|
|
56
|
+
attributes: create_attribute().addClass(['mt-1', 'icon--file'])
|
|
57
57
|
}) %}
|
|
58
58
|
{% endif %}
|
|
59
59
|
|
|
@@ -72,7 +72,8 @@
|
|
|
72
72
|
{% set attributes = attributes.addClass(['border', 'rounded-bottom']) %}
|
|
73
73
|
{% set _image = _image|merge({
|
|
74
74
|
position: "top",
|
|
75
|
-
classes: "mb-3"
|
|
75
|
+
classes: "mb-3",
|
|
76
|
+
rounded: 0,
|
|
76
77
|
}) %}
|
|
77
78
|
{% include '@oe-bcl/bcl-card/card.html.twig' with {
|
|
78
79
|
horizontal: true,
|
package/package.json
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-file",
|
|
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 file",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openeuropa/bcl-icon": "^0.
|
|
12
|
-
"@openeuropa/bcl-link": "^0.
|
|
11
|
+
"@openeuropa/bcl-icon": "^0.19.0",
|
|
12
|
+
"@openeuropa/bcl-link": "^0.19.0"
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"design-system",
|
|
26
26
|
"twig"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "8bfce06400c8829a46578797f0126b4e9c02e725"
|
|
29
29
|
}
|