@openeuropa/bcl-badge 1.1.0 → 1.2.0

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.
Files changed (2) hide show
  1. package/badge.html.twig +1 -1
  2. package/package.json +3 -3
package/badge.html.twig CHANGED
@@ -31,7 +31,7 @@
31
31
  {% if _outline %}
32
32
  {% set _classes = _classes|merge(['badge-outline-' ~ _background]) %}
33
33
  {% else %}
34
- {% set _classes = _classes|merge(['bg-' ~ _background]) %}
34
+ {% set _classes = _classes|merge(['text-bg-' ~ _background]) %}
35
35
  {% endif %}
36
36
 
37
37
  {% if attributes is empty %}
package/package.json CHANGED
@@ -2,12 +2,12 @@
2
2
  "name": "@openeuropa/bcl-badge",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "1.1.0",
5
+ "version": "1.2.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "dependencies": {
10
- "@openeuropa/bcl-link": "^1.1.0"
10
+ "@openeuropa/bcl-link": "^1.2.0"
11
11
  },
12
12
  "description": "OE - BCL badge",
13
13
  "repository": {
@@ -24,5 +24,5 @@
24
24
  "design-system",
25
25
  "twig"
26
26
  ],
27
- "gitHead": "d15fa3688c97c643617257d8ded6bfb6c2e73fee"
27
+ "gitHead": "e8750bd56d83523370a6a1f32f3cc5c0b14bdfca"
28
28
  }