@openeuropa/bcl-navigation 0.26.0 → 0.28.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.
@@ -1,5 +1,5 @@
1
1
  {% import _self as navigation %}
2
- {% spaceless %}
2
+ {% apply spaceless %}
3
3
 
4
4
  {# Parameters:
5
5
  - id (string) (default: '')
@@ -27,7 +27,7 @@
27
27
 
28
28
  {# Define main macro #}
29
29
  {% macro render(items, pills, tabs, tabs_content, vertical, full_width, alignment, id, nav, navbar, attributes) %}
30
- {% spaceless %}
30
+ {% apply spaceless %}
31
31
  {% import _self as navigation %}
32
32
 
33
33
  {% set _id = id|default('') %}
@@ -171,9 +171,9 @@
171
171
  {%- endblock -%}
172
172
  </div>
173
173
  {% endif %}
174
- {% endspaceless %}
174
+ {% endapply %}
175
175
  {% endmacro %}
176
176
 
177
177
  {{ navigation.render(items, pills, tabs, tabs_content, vertical, full_width, alignment, id, nav, navbar, attributes) }}
178
178
 
179
- {% endspaceless %}
179
+ {% endapply %}
package/package.json CHANGED
@@ -2,15 +2,15 @@
2
2
  "name": "@openeuropa/bcl-navigation",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.26.0",
5
+ "version": "0.28.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL navigation",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-button": "^0.26.0",
12
- "@openeuropa/bcl-dropdown": "^0.26.0",
13
- "@openeuropa/bcl-link": "^0.26.0"
11
+ "@openeuropa/bcl-button": "^0.28.0",
12
+ "@openeuropa/bcl-dropdown": "^0.28.0",
13
+ "@openeuropa/bcl-link": "^0.28.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": "94d89cc379780cfce06178959194b3bc1b4c5eda"
29
+ "gitHead": "9ceb916258c8c7331f37bbb7c4380a2121440e12"
30
30
  }