@ecl/splash-page 5.0.0-alpha.7 → 5.0.0-alpha.9

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,20 +2,20 @@
2
2
  "name": "@ecl/splash-page",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "5.0.0-alpha.7",
5
+ "version": "5.0.0-alpha.9",
6
6
  "description": "ECL Splash Page",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
10
  "style": "splash-page.scss",
11
11
  "dependencies": {
12
- "@ecl/icon": "5.0.0-alpha.7",
13
- "@ecl/link": "5.0.0-alpha.7",
14
- "@ecl/picture": "5.0.0-alpha.7"
12
+ "@ecl/icon": "5.0.0-alpha.9",
13
+ "@ecl/link": "5.0.0-alpha.9",
14
+ "@ecl/picture": "5.0.0-alpha.9"
15
15
  },
16
16
  "devDependencies": {
17
- "@ecl/resources-ec-logo": "5.0.0-alpha.7",
18
- "@ecl/resources-eu-logo": "5.0.0-alpha.7"
17
+ "@ecl/resources-ec-logo": "5.0.0-alpha.9",
18
+ "@ecl/resources-eu-logo": "5.0.0-alpha.9"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
@@ -31,5 +31,5 @@
31
31
  "design-system",
32
32
  "twig"
33
33
  ],
34
- "gitHead": "caa7533a945f33c4337889c31109082b8b39b076"
34
+ "gitHead": "9ce8853975dc4e5c768598fbecddf3646608bce1"
35
35
  }
@@ -44,8 +44,8 @@
44
44
  {% set _title = title|default('') %}
45
45
  {% set _eu_category = eu_category|default('') %}
46
46
  {% set _non_eu_category = non_eu_category|default('') %}
47
- {% set _items = items|default('') %}
48
- {% set _non_eu_items = non_eu_items|default('') %}
47
+ {% set _items = items|default([]) %}
48
+ {% set _non_eu_items = non_eu_items|default([]) %}
49
49
  {% set _extra_attributes = '' %}
50
50
 
51
51
  {# Internal logic - Process properties #}