@openeuropa/bcl-project-status 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/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.3728.202505270730",
5
+ "version": "0.3732.202601071600",
6
6
  "description": "OE - BCL project status",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
10
  "dependencies": {
11
- "@openeuropa/bcl-badge": "^0.3728.202505270730",
12
- "@openeuropa/bcl-heading": "^0.3728.202505270730",
13
- "@openeuropa/bcl-progress": "^0.3728.202505270730"
11
+ "@openeuropa/bcl-badge": "^0.3732.202601071600",
12
+ "@openeuropa/bcl-heading": "^0.3732.202601071600",
13
+ "@openeuropa/bcl-progress": "^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
  }
@@ -5,7 +5,7 @@
5
5
  - legend (description list object) (default: {})
6
6
  - chart (boolean) (default: false)
7
7
 
8
- Blocks -
8
+ Blocks -
9
9
  project_status_contrib_chart
10
10
  project_status_contrib_legend
11
11
  #}
@@ -28,7 +28,7 @@
28
28
  <div {{ attributes }}>
29
29
  <div class="row">
30
30
 
31
- {% if _chart is not empty %}
31
+ {% if _chart %}
32
32
  <div class="bcl-project-contributions-chart col-5 col-md-3">
33
33
  {% block project_status_contrib_chart %}
34
34
  <div class="circular-progress" data-percentage="{{ _corporate_contributions }}">
@@ -50,7 +50,7 @@
50
50
  {% endblock %}
51
51
  </div>
52
52
  {% endif %}
53
- </div>
53
+ </div>
54
54
  </div>
55
55
 
56
56
  {% endapply %}