@eeacms/volto-cca-policy 0.3.89 → 0.3.90

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,7 +4,7 @@ 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
- ### [0.3.89](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.89) - 18 November 2025
7
+ ### [0.3.90](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.90) - 20 November 2025
8
8
 
9
9
  #### :rocket: Dependency updates
10
10
 
@@ -26,6 +26,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
26
26
 
27
27
  #### :nail_care: Enhancements
28
28
 
29
+ - change: update menu layout - refs #294274 [kreafox - [`984cbdf`](https://github.com/eea/volto-cca-policy/commit/984cbdfd8694f52416199a1bfef064fc22ad7ea9)]
29
30
  - change: cleanup, css fix [kreafox - [`cd1f97f`](https://github.com/eea/volto-cca-policy/commit/cd1f97f65b0549188ec336820c517e45ea728f47)]
30
31
  - change: remove website and contribution links from organisation cards, use semantic cards - refs #294273 [kreafox - [`7cffbca`](https://github.com/eea/volto-cca-policy/commit/7cffbca5cc2d422120b08fd683d5235f368256ce)]
31
32
  - change(mission): update download fields for CSV export for mission funding search - refs #293691 [kreafox - [`7451c66`](https://github.com/eea/volto-cca-policy/commit/7451c6698a4160e580e39cb4b38a87cf38dd49d8)]
@@ -42,6 +43,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
42
43
 
43
44
  #### :house: Internal changes
44
45
 
46
+ - style: improve organisation cards [kreafox - [`6ddd344`](https://github.com/eea/volto-cca-policy/commit/6ddd344ec2486355c15866e51fd33fc4e00c3ba9)]
45
47
  - style: Automated code fix [eea-jenkins - [`ef718da`](https://github.com/eea/volto-cca-policy/commit/ef718da674d72d1f3614593f7381fb422792eece)]
46
48
  - style: cleanup [kreafox - [`142f706`](https://github.com/eea/volto-cca-policy/commit/142f7069f84d1b8460cc6b133e0864f85ad6bc41)]
47
49
  - style: Automated code fix [eea-jenkins - [`654e225`](https://github.com/eea/volto-cca-policy/commit/654e2256d7b0e96d14ae48ae2e7fbe22ab5c9098)]
@@ -143,7 +145,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
143
145
  - Add some loadable for components [Tiberiu Ichim - [`1793962`](https://github.com/eea/volto-cca-policy/commit/179396211c66a6a2465b2d1b6c0f2afc40fc7189)]
144
146
  - Refs #284961 - test [Tripon Eugen - [`c989f1f`](https://github.com/eea/volto-cca-policy/commit/c989f1f8638c0c5233c5c49f8673c9a2cdc7937e)]
145
147
  - Refs #284961 - add translations [Tripon Eugen - [`04ee988`](https://github.com/eea/volto-cca-policy/commit/04ee988c086d393b9b37ce1ea8d24f5e84f266aa)]
146
- ### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.88...1.0.0-alpha.0) - 15 July 2025
148
+ ### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.89...1.0.0-alpha.0) - 15 July 2025
149
+
150
+ ### [0.3.89](https://github.com/eea/volto-cca-policy/compare/0.3.88...0.3.89) - 19 November 2025
151
+
152
+ #### :nail_care: Enhancements
153
+
154
+ - change: cleanup, css fix [kreafox - [`cd1f97f`](https://github.com/eea/volto-cca-policy/commit/cd1f97f65b0549188ec336820c517e45ea728f47)]
155
+ - change: remove website and contribution links from organisation cards, use semantic cards - refs #294273 [kreafox - [`7cffbca`](https://github.com/eea/volto-cca-policy/commit/7cffbca5cc2d422120b08fd683d5235f368256ce)]
156
+
157
+ #### :house: Internal changes
158
+
159
+ - style: Automated code fix [eea-jenkins - [`ef718da`](https://github.com/eea/volto-cca-policy/commit/ef718da674d72d1f3614593f7381fb422792eece)]
160
+ - style: cleanup [kreafox - [`142f706`](https://github.com/eea/volto-cca-policy/commit/142f7069f84d1b8460cc6b133e0864f85ad6bc41)]
161
+ - style: Automated code fix [eea-jenkins - [`654e225`](https://github.com/eea/volto-cca-policy/commit/654e2256d7b0e96d14ae48ae2e7fbe22ab5c9098)]
147
162
 
148
163
  ### [0.3.88](https://github.com/eea/volto-cca-policy/compare/0.3.87...0.3.88) - 10 November 2025
149
164
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.3.89",
3
+ "version": "0.3.90",
4
4
  "description": "@eeacms/volto-cca-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -1,11 +1,17 @@
1
1
  import PropTypes from 'prop-types';
2
- import { CardGroup, CardHeader, CardContent, Card } from 'semantic-ui-react';
2
+ import {
3
+ CardGroup,
4
+ CardHeader,
5
+ CardContent,
6
+ CardDescription,
7
+ Card,
8
+ } from 'semantic-ui-react';
3
9
 
4
10
  import './styles.less';
5
11
 
6
12
  const OrganisationCardsListingView = ({ items }) => {
7
13
  return (
8
- <CardGroup itemsPerRow={4}>
14
+ <CardGroup itemsPerRow={4} stackable>
9
15
  {items.map((item, index) => (
10
16
  <Card fluid className="u-card" key={index} href={item['@id']}>
11
17
  <CardContent>
@@ -16,11 +22,13 @@ const OrganisationCardsListingView = ({ items }) => {
16
22
  src={item['@id'] + '/@@images/logo/preview'}
17
23
  alt={item.title}
18
24
  className="ui image"
19
- ></img>
25
+ />
20
26
  </div>
21
27
  </div>
22
- <div className="card-title">{item.title}</div>
23
28
  </CardHeader>
29
+ <CardDescription>
30
+ <h5 className="card-title">{item.title}</h5>
31
+ </CardDescription>
24
32
  </CardContent>
25
33
  </Card>
26
34
  ))}
@@ -14,12 +14,6 @@
14
14
  text-decoration: underline;
15
15
  }
16
16
 
17
- .header {
18
- display: flex !important;
19
- height: 100%;
20
- gap: 1em;
21
- }
22
-
23
17
  .image {
24
18
  width: 100%;
25
19
  }
package/src/index.js CHANGED
@@ -474,7 +474,7 @@ const applyConfig = (config) => {
474
474
  },
475
475
  '/en/observatory/topics': {
476
476
  menuItemColumns: ['six wide column', 'six wide column'],
477
- menuItemChildrenListColumns: [2, 1],
477
+ menuItemChildrenListColumns: [3, 1],
478
478
  },
479
479
  };
480
480