@openeuropa/bcl-content-banner 1.10.7 → 1.10.8

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.
@@ -92,6 +92,9 @@
92
92
  {% if _date is not empty %}
93
93
  {% set _left_col_classes = 'bcl-card-start-col' %}
94
94
  {% set _right_col_classes = 'col-12 col-md col-xxl-9' %}
95
+ {% if _image is empty %}
96
+ {% set _body_classes = 'pt-4 pt-md-0 px-0 px-md-1-5 pb-0' %}
97
+ {% endif %}
95
98
  {% endif %}
96
99
  {% if _image is empty and _date is empty %}
97
100
  {% set _right_col_classes = 'col-lg-10 col-xl-9 col-xxl-8' %}
package/package.json CHANGED
@@ -2,14 +2,14 @@
2
2
  "name": "@openeuropa/bcl-content-banner",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "1.10.7",
5
+ "version": "1.10.8",
6
6
  "description": "OE - BCL Content banner",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
10
  "dependencies": {
11
- "@openeuropa/bcl-button": "^1.10.7",
12
- "@openeuropa/bcl-card": "^1.10.7"
11
+ "@openeuropa/bcl-button": "^1.10.8",
12
+ "@openeuropa/bcl-card": "^1.10.8"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
@@ -25,5 +25,5 @@
25
25
  "design-system",
26
26
  "twig"
27
27
  ],
28
- "gitHead": "5f7e5c2fd90eceb81c0ffcf52dcf8e3921c3acae"
28
+ "gitHead": "9c2e64443ae179948cbf748c41d438af7a0f2421"
29
29
  }