@openeuropa/bcl-progress 0.22.0 → 0.23.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.
- package/package.json +2 -2
- package/progress.html.twig +3 -0
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-progress",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.23.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"design-system",
|
|
22
22
|
"twig"
|
|
23
23
|
],
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "fa2097e14024989cddf6f9cd7a9115bed5886aeb"
|
|
25
25
|
}
|
package/progress.html.twig
CHANGED
|
@@ -33,6 +33,9 @@
|
|
|
33
33
|
{% if _variant is not empty %}
|
|
34
34
|
{% set _classes = _classes ~ ' bg-' ~ _variant %}
|
|
35
35
|
{% endif %}
|
|
36
|
+
{% if _variant == 'light' %}
|
|
37
|
+
{% set _classes = _classes ~ ' text-dark' %}
|
|
38
|
+
{% endif %}
|
|
36
39
|
|
|
37
40
|
{% if attributes is empty %}
|
|
38
41
|
{% set attributes = create_attribute() %}
|