@eeacms/volto-eea-design-system 1.60.7 → 1.60.8

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/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [1.60.8](https://github.com/eea/volto-eea-design-system/compare/1.60.7...1.60.8) - 10 June 2026
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: PublicationCard and RelatedContent storybook - refs #302975 [Alin Voinea - [`4a36cba`](https://github.com/eea/volto-eea-design-system/commit/4a36cba7d1fc10393877aac3680e9b1a778f6154)]
12
+ - fix: Card storybook - refs #302975 [Alin Voinea - [`c2b6437`](https://github.com/eea/volto-eea-design-system/commit/c2b6437d165b8648c5e66e2337f1a3444f51e6f5)]
13
+
7
14
  ### [1.60.7](https://github.com/eea/volto-eea-design-system/compare/1.60.6...1.60.7) - 9 June 2026
8
15
 
9
16
  #### :bug: Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-design-system",
3
- "version": "1.60.7",
3
+ "version": "1.60.8",
4
4
  "description": "@eeacms/volto-eea-design-system: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -21,7 +21,7 @@ let cardData = {
21
21
  "State of Europe's environment",
22
22
  ],
23
23
  imgUrl: [
24
- 'https://www.eea.europa.eu/publications/eea-eionet-strategy-2021-2030/image_mini',
24
+ 'https://www.eea.europa.eu/en/topics/at-a-glance/economy-and-resources/@@images/image/preview',
25
25
  'https://www.eea.europa.eu/en/topics/at-a-glance/health/@@images/image/preview',
26
26
  'https://www.eea.europa.eu/en/topics/at-a-glance/nature/@@images/image/preview',
27
27
  'https://www.eea.europa.eu/en/topics/at-a-glance/climate/@@images/image/preview',
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { Card, Image, Container } from 'semantic-ui-react';
3
3
 
4
4
  const imageUrl =
5
- 'https://www.eea.europa.eu/publications/eea-eionet-strategy-2021-2030/image_mini';
5
+ 'https://www.eea.europa.eu/en/analysis/publications/eea-eionet-strategy-2021-2030/@@images/preview_image/preview';
6
6
 
7
7
  export default {
8
8
  title: 'Components/Card/Publication',
@@ -3,7 +3,7 @@ import RelatedContent from './RelatedContent';
3
3
  import { Container, Tab } from 'semantic-ui-react';
4
4
 
5
5
  const imageUrl =
6
- 'https://www.eea.europa.eu/publications/eea-eionet-strategy-2021-2030/image_mini';
6
+ 'https://www.eea.europa.eu/en/analysis/publications/eea-eionet-strategy-2021-2030/@@images/preview_image/preview';
7
7
 
8
8
  export default {
9
9
  title: 'Components/Card/Publication',