@openeuropa/bcl-data-carousel 1.11.0 → 1.13.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 +2 -1
  2. package/package.json +2 -2
package/data.js CHANGED
@@ -35,7 +35,8 @@ 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
+ copyright: "© Example Organisation",
39
+ copyright_label: "Image credit:",
39
40
  image: `<img
40
41
  src="https://picsum.photos/800/400?random=3"
41
42
  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.11.0",
5
+ "version": "1.13.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": "88c25456473404f881593e7c70bbb0ac99ae2d2b"
24
+ "gitHead": "34e56d7f9c42b8a331a6fdd483958fa17ecaf8ca"
25
25
  }