@openeuropa/bcl-file 0.25.0 → 0.27.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.
Files changed (2) hide show
  1. package/file.html.twig +3 -3
  2. package/package.json +5 -5
package/file.html.twig CHANGED
@@ -1,4 +1,4 @@
1
- {% spaceless %}
1
+ {% apply spaceless %}
2
2
 
3
3
  {#
4
4
  Parameters:
@@ -39,7 +39,7 @@
39
39
  {# Internal properties #}
40
40
 
41
41
  {% set _icon = icon|default({}) %}
42
- {% set _icon_inline = icon_inline|default(true) %}
42
+ {% set _icon_inline = icon_inline ?? true %}
43
43
  {% set _title = title|default('') %}
44
44
  {% set _title_tag = title_tag|default('h2') %}
45
45
  {% set _title_link = title_link|default({}) %}
@@ -221,4 +221,4 @@
221
221
  {% endif %}
222
222
  </div>
223
223
 
224
- {% endspaceless %}
224
+ {% endapply %}
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.25.0",
5
+ "version": "0.27.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL file",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-heading": "^0.25.0",
12
- "@openeuropa/bcl-icon": "^0.25.0",
13
- "@openeuropa/bcl-link": "^0.25.0"
11
+ "@openeuropa/bcl-heading": "^0.27.0",
12
+ "@openeuropa/bcl-icon": "^0.27.0",
13
+ "@openeuropa/bcl-link": "^0.27.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": "f50c7dfeab8695bbb5c18d5f7d5304509512268a"
29
+ "gitHead": "1ab38cd93a2d4c52119fcc6a2f7cc56ceaa95dbf"
30
30
  }