@openeuropa/bcl-file 0.19.0 → 0.20.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 -3
- package/package.json +4 -4
package/file.html.twig
CHANGED
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
},
|
|
136
136
|
attributes: create_attribute()
|
|
137
137
|
.setAttribute('download', _download.url)
|
|
138
|
-
.addClass(['
|
|
138
|
+
.addClass(['standalone', 'align-self-center', 'd-inline-block', 'mt-1', 'mt-md-0'])
|
|
139
139
|
}) %}
|
|
140
140
|
{% include '@oe-bcl/bcl-link/link.html.twig' with _download only %}
|
|
141
141
|
</div>
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
{% include '@oe-bcl/bcl-link/link.html.twig' with _translation.label|merge({
|
|
149
149
|
path: '#' ~ _id,
|
|
150
150
|
attributes: create_attribute()
|
|
151
|
-
.addClass(['
|
|
151
|
+
.addClass(['standalone'])
|
|
152
152
|
.setAttribute('aria-controls', _id)
|
|
153
153
|
.setAttribute('data-bs-toggle', 'collapse')
|
|
154
154
|
.setAttribute('aria-expanded', 'false')
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
},
|
|
195
195
|
attributes: create_attribute()
|
|
196
196
|
.setAttribute("download", _item.download.url)
|
|
197
|
-
.addClass(['d-block', '
|
|
197
|
+
.addClass(['d-block', 'standalone', 'mt-1'])
|
|
198
198
|
}) only %}
|
|
199
199
|
</div>
|
|
200
200
|
</div>
|
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.20.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.20.0",
|
|
12
|
+
"@openeuropa/bcl-link": "^0.20.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": "ea13560489a089d0c198f781e75951a9160d2554"
|
|
29
29
|
}
|