@openeuropa/bcl-data-carousel 1.10.10 → 1.11.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/data.js +1 -0
  2. package/package.json +2 -2
package/data.js CHANGED
@@ -35,6 +35,7 @@ module.exports = {
35
35
  classes: "item_extra_class",
36
36
  caption_title: "Third slide label",
37
37
  caption: `<p>Some representative placeholder content for the third slide.</p>`,
38
+ copyright: "Copyright: Example",
38
39
  image: `<img
39
40
  src="https://picsum.photos/800/400?random=3"
40
41
  class="d-block w-100"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openeuropa/bcl-data-carousel",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "1.10.10",
5
+ "version": "1.11.0",
6
6
  "description": "OE - BCL data carousel",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -21,5 +21,5 @@
21
21
  "design-system",
22
22
  "twig"
23
23
  ],
24
- "gitHead": "9f7c4a046e8f8f325e4de7e998f1c2a654f6eed1"
24
+ "gitHead": "88c25456473404f881593e7c70bbb0ac99ae2d2b"
25
25
  }