@openeuropa/bcl-base-templates 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,4 +1,4 @@
1
- {% spaceless %}
1
+ {% apply spaceless %}
2
2
 
3
3
  {#
4
4
  Parameters:
@@ -106,7 +106,7 @@
106
106
  {% if _landing %}
107
107
  <div class="col-12">
108
108
  {% else %}
109
- <div class="col-12 col-lg-10 col-xl-9 col-xxl-8">
109
+ <div class="col-lg-10 col-xl-9 col-xxl-8">
110
110
  {% endif %}
111
111
  {% endif %}
112
112
  {% block content_top %}
@@ -136,4 +136,4 @@
136
136
  {% include '@oe-bcl/bcl-footer/footer.html.twig' with footer only %}
137
137
  {% endif %}
138
138
 
139
- {% endspaceless %}
139
+ {% endapply %}
@@ -17,7 +17,6 @@
17
17
  {% set _title_attributes = title_attributes ?: create_attribute() %}
18
18
  {% set _listing = listing|default({}) %}
19
19
  {% set _pagination = pagination|default({}) %}
20
- {% set _search = search|default({}) %}
21
20
  {% set _sidebar = sidebar|default({}) %}
22
21
 
23
22
  {% set _title_attributes = _title_attributes ?: create_attribute() %}
package/package.json CHANGED
@@ -2,21 +2,21 @@
2
2
  "name": "@openeuropa/bcl-base-templates",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.26.0",
5
+ "version": "0.28.0",
6
6
  "description": "OE - BCL base templates",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
10
  "dependencies": {
11
- "@openeuropa/bcl-badge": "^0.26.0",
12
- "@openeuropa/bcl-button": "^0.26.0",
13
- "@openeuropa/bcl-content-banner": "^0.26.0",
14
- "@openeuropa/bcl-footer": "^0.26.0",
15
- "@openeuropa/bcl-header": "^0.26.0",
16
- "@openeuropa/bcl-listing": "^0.26.0",
17
- "@openeuropa/bcl-offcanvas": "^0.26.0",
18
- "@openeuropa/bcl-pagination": "^0.26.0",
19
- "@openeuropa/bcl-select": "^0.26.0"
11
+ "@openeuropa/bcl-badge": "^0.28.0",
12
+ "@openeuropa/bcl-button": "^0.28.0",
13
+ "@openeuropa/bcl-content-banner": "^0.28.0",
14
+ "@openeuropa/bcl-footer": "^0.28.0",
15
+ "@openeuropa/bcl-header": "^0.28.0",
16
+ "@openeuropa/bcl-listing": "^0.28.0",
17
+ "@openeuropa/bcl-offcanvas": "^0.28.0",
18
+ "@openeuropa/bcl-pagination": "^0.28.0",
19
+ "@openeuropa/bcl-select": "^0.28.0"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
@@ -32,5 +32,5 @@
32
32
  "design-system",
33
33
  "twig"
34
34
  ],
35
- "gitHead": "94d89cc379780cfce06178959194b3bc1b4c5eda"
35
+ "gitHead": "9ceb916258c8c7331f37bbb7c4380a2121440e12"
36
36
  }