@openeuropa/bcl-project-status 0.27.0 → 0.28.1

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/package.json CHANGED
@@ -2,15 +2,15 @@
2
2
  "name": "@openeuropa/bcl-project-status",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.27.0",
5
+ "version": "0.28.1",
6
6
  "description": "OE - BCL project status",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
10
  "dependencies": {
11
- "@openeuropa/bcl-badge": "^0.27.0",
12
- "@openeuropa/bcl-heading": "^0.27.0",
13
- "@openeuropa/bcl-progress": "^0.27.0"
11
+ "@openeuropa/bcl-badge": "^0.28.1",
12
+ "@openeuropa/bcl-heading": "^0.28.1",
13
+ "@openeuropa/bcl-progress": "^0.28.1"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "design-system",
27
27
  "twig"
28
28
  ],
29
- "gitHead": "1ab38cd93a2d4c52119fcc6a2f7cc56ceaa95dbf"
29
+ "gitHead": "3b0d2f4a85c727f38ae4e3403110c98302d09117"
30
30
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  {# Parameters:
4
4
  - corporate_contributions (string) (default: '') // value every 5 percent
5
- - legend (boolean or object (default: false)
5
+ - legend (description list object) (default: false)
6
6
  - chart (boolean) (default: false)
7
7
 
8
8
  Blocks -
@@ -11,7 +11,7 @@
11
11
  #}
12
12
 
13
13
  {% set _corporate_contributions = corporate_contributions|default('') %}
14
- {% set _legend = legend|default(false) %}
14
+ {% set _legend = legend|default({}) %}
15
15
  {% set _chart = chart|default(false) %}
16
16
 
17
17
  {% if attributes is empty %}