@openeuropa/bcl-file 0.24.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.
- package/file.html.twig +3 -1
- package/package.json +5 -5
package/file.html.twig
CHANGED
|
@@ -56,11 +56,13 @@
|
|
|
56
56
|
{% set _translation = translation|default({}) %}
|
|
57
57
|
{% set _icon_path = icon_path|default({}) %}
|
|
58
58
|
|
|
59
|
+
{% set _classes = ['bcl-file'] %}
|
|
60
|
+
|
|
59
61
|
{% if attributes is empty %}
|
|
60
62
|
{% set attributes = create_attribute() %}
|
|
61
63
|
{% endif %}
|
|
62
64
|
|
|
63
|
-
{% set attributes = attributes.addClass(
|
|
65
|
+
{% set attributes = attributes.addClass(_classes) %}
|
|
64
66
|
|
|
65
67
|
{% if _icon is not empty %}
|
|
66
68
|
{% set _container_classes = _container_classes ~ ' ms-2-5' %}
|
package/package.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-file",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.25.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
9
|
"description": "OE - BCL file",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openeuropa/bcl-heading": "^0.
|
|
12
|
-
"@openeuropa/bcl-icon": "^0.
|
|
13
|
-
"@openeuropa/bcl-link": "^0.
|
|
11
|
+
"@openeuropa/bcl-heading": "^0.25.0",
|
|
12
|
+
"@openeuropa/bcl-icon": "^0.25.0",
|
|
13
|
+
"@openeuropa/bcl-link": "^0.25.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": "f50c7dfeab8695bbb5c18d5f7d5304509512268a"
|
|
30
30
|
}
|