@openeuropa/bcl-blockquote 0.16.0 → 0.17.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.
@@ -14,6 +14,10 @@
14
14
  {% set _alignment = alignment|default('left') %}
15
15
  {% set _classes = ['text-' ~ _alignment] %}
16
16
 
17
+ {% if attributes is empty %}
18
+ {% set attributes = create_attribute() %}
19
+ {% endif %}
20
+
17
21
  {% set attributes = attributes.addClass(_classes) %}
18
22
 
19
23
  <figure
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openeuropa/bcl-blockquote",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.16.0",
5
+ "version": "0.17.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": "39a52d25c36789a0c4712b0f6e55cbc5cbbedcb5"
24
+ "gitHead": "07ff24de8a209d80750a32cd52dfe9663fabf8e2"
25
25
  }