@openeuropa/bcl-group 1.10.7 → 1.10.9

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,6 +1,6 @@
1
- {% extends "@oe-bcl/bcl-base-templates/content-type.html.twig" %}
1
+ {% extends "@oe-bcl/bcl-base-templates/content-type.html.twig" -%}
2
2
 
3
- {% block banner %}
3
+ {%- block banner %}
4
4
  <div class="container">
5
5
  {% if banner is not empty %}
6
6
  <div class="mt-4 mt-md-5">
@@ -70,9 +70,9 @@
70
70
  </div>
71
71
  {% endif %}
72
72
  </div>
73
- {% endblock %}
73
+ {%- endblock -%}
74
74
 
75
- {% block content %}
75
+ {%- block content %}
76
76
  {% if recent is not empty and members is not empty %}
77
77
  <div class="row mt-3">
78
78
  <div class="col-md-8">
@@ -98,4 +98,4 @@
98
98
  {% include '@oe-bcl/bcl-listing/listing.html.twig' with contributions.listing only %}
99
99
  {% endif %}
100
100
  {% endif %}
101
- {% endblock %}
101
+ {%- endblock -%}
package/group.html.twig CHANGED
@@ -1,6 +1,6 @@
1
- {% extends "@oe-bcl/bcl-base-templates/listing-page.html.twig" %}
1
+ {% extends "@oe-bcl/bcl-base-templates/listing-page.html.twig" -%}
2
2
 
3
- {% block banner %}
3
+ {%- block banner %}
4
4
  <div class="container mt-4 mt-md-5">
5
5
  <div class="col-xxl-11">
6
6
  <div class="p-md-3-5 pt-3 bg-lighter d-md-flex n-mx-container">
@@ -24,4 +24,4 @@
24
24
  {% endif %}
25
25
  </div>
26
26
  </div>
27
- {% endblock %}
27
+ {%- endblock -%}
package/package.json CHANGED
@@ -2,21 +2,21 @@
2
2
  "name": "@openeuropa/bcl-group",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "1.10.7",
5
+ "version": "1.10.9",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL group",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-base-templates": "^1.10.7",
12
- "@openeuropa/bcl-button": "^1.10.7",
13
- "@openeuropa/bcl-dropdown": "^1.10.7",
14
- "@openeuropa/bcl-icon": "^1.10.7",
15
- "@openeuropa/bcl-link": "^1.10.7",
16
- "@openeuropa/bcl-listing": "^1.10.7",
17
- "@openeuropa/bcl-navigation": "^1.10.7",
18
- "@openeuropa/bcl-recent-activities": "^1.10.7",
19
- "@openeuropa/bcl-user": "^1.10.7"
11
+ "@openeuropa/bcl-base-templates": "^1.10.9",
12
+ "@openeuropa/bcl-button": "^1.10.9",
13
+ "@openeuropa/bcl-dropdown": "^1.10.9",
14
+ "@openeuropa/bcl-icon": "^1.10.9",
15
+ "@openeuropa/bcl-link": "^1.10.9",
16
+ "@openeuropa/bcl-listing": "^1.10.9",
17
+ "@openeuropa/bcl-navigation": "^1.10.9",
18
+ "@openeuropa/bcl-recent-activities": "^1.10.9",
19
+ "@openeuropa/bcl-user": "^1.10.9"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
@@ -32,5 +32,5 @@
32
32
  "design-system",
33
33
  "twig"
34
34
  ],
35
- "gitHead": "5f7e5c2fd90eceb81c0ffcf52dcf8e3921c3acae"
35
+ "gitHead": "cb9864341bfc98404071520d61568bd18e17e1fe"
36
36
  }