@openeuropa/bcl-listing 0.3728.202505270730 → 0.3732.202601071600

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.
package/listing.html.twig CHANGED
@@ -71,10 +71,10 @@
71
71
  {% set _card_attributes = card.attributes ? card.attributes : create_attribute() %}
72
72
  {% set _card_title_attributes = card.title_attributes ? card.title_attributes : create_attribute() %}
73
73
  {% set _card = _card|merge({
74
- title_attributes: _card_title_attributes.addClass(['fs-5'])
74
+ title_attributes: _card_title_attributes.addClass(['h5'])
75
75
  }) %}
76
76
 
77
- {% if _variant == 'default-1-col' or _variant == 'default-2-col' or _variant == 'default-3-col' %}
77
+ {% if _variant == 'default-1-col' or _variant == 'default-2-col' or _variant == 'default-3-col' %}
78
78
  {% set _card_classes = [
79
79
  'listing-item',
80
80
  'border-bottom',
@@ -91,7 +91,7 @@
91
91
  right_col_classes: _end_col_classes ~ _alignment_class,
92
92
  }
93
93
  }) %}
94
-
94
+
95
95
  {% if _variant == 'default-2-col' %}
96
96
  {% set _card_layout = _card_layout|merge({
97
97
  responsive_columns: 2,
package/package.json CHANGED
@@ -2,15 +2,15 @@
2
2
  "name": "@openeuropa/bcl-listing",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.3728.202505270730",
5
+ "version": "0.3732.202601071600",
6
6
  "description": "OE - BCL Listing",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
10
  "dependencies": {
11
- "@openeuropa/bcl-card-layout": "^0.3728.202505270730",
12
- "@openeuropa/bcl-heading": "^0.3728.202505270730",
13
- "@openeuropa/bcl-link": "^0.3728.202505270730"
11
+ "@openeuropa/bcl-card-layout": "^0.3732.202601071600",
12
+ "@openeuropa/bcl-heading": "^0.3732.202601071600",
13
+ "@openeuropa/bcl-link": "^0.3732.202601071600"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "design-system",
27
27
  "twig"
28
28
  ],
29
- "gitHead": "80b0cb3a93156a654fdfb92b9835d631d30eeb0a"
29
+ "gitHead": "253e588bbc9fd4d20ced38c9384b70636725f2c6"
30
30
  }