@openeuropa/bcl-gallery 0.4185.202511191330 → 0.4230.202512021730

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.
@@ -1,5 +1,3 @@
1
- {% apply spaceless %}
2
-
3
1
  {#
4
2
  Parameters:
5
3
  - item (object) (default: {})
@@ -62,4 +60,3 @@ Parameters:
62
60
  {{ _item.thumbnail }}
63
61
  </a>
64
62
 
65
- {% endapply %}
package/gallery.html.twig CHANGED
@@ -1,5 +1,3 @@
1
- {% apply spaceless %}
2
-
3
1
  {#
4
2
  Parameters:
5
3
  - id (string) (default: gallery-random(10000))
@@ -192,4 +190,3 @@ Parameters:
192
190
  </div>
193
191
  {% endif %}
194
192
 
195
- {% endapply %}
package/package.json CHANGED
@@ -2,16 +2,16 @@
2
2
  "name": "@openeuropa/bcl-gallery",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.4185.202511191330",
5
+ "version": "0.4230.202512021730",
6
6
  "description": "OE - BCL gallery",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
10
  "dependencies": {
11
- "@openeuropa/bcl-button": "^0.4185.202511191330",
12
- "@openeuropa/bcl-carousel": "^0.4185.202511191330",
13
- "@openeuropa/bcl-heading": "^0.4185.202511191330",
14
- "@openeuropa/bcl-icon": "^0.4185.202511191330"
11
+ "@openeuropa/bcl-button": "^0.4230.202512021730",
12
+ "@openeuropa/bcl-carousel": "^0.4230.202512021730",
13
+ "@openeuropa/bcl-heading": "^0.4230.202512021730",
14
+ "@openeuropa/bcl-icon": "^0.4230.202512021730"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -27,5 +27,5 @@
27
27
  "design-system",
28
28
  "twig"
29
29
  ],
30
- "gitHead": "de7fc20600e88ea3b38e74c2ec1c6ffbb0b2a1b0"
30
+ "gitHead": "19735e328b2b53ccefbcc6829e2aaf149a2c438c"
31
31
  }