@eeacms/volto-clms-theme 1.1.279 → 1.1.281

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,11 +4,18 @@ 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.1.279](https://github.com/eea/volto-clms-theme/compare/1.1.278...1.1.279) - 26 March 2026
7
+ ### [1.1.281](https://github.com/eea/volto-clms-theme/compare/1.1.280...1.1.281) - 8 April 2026
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - Refs #301953 - Revert Make LinkedIn footer link editable. [GhitaB - [`71f1a02`](https://github.com/eea/volto-clms-theme/commit/71f1a027b9d5034998995445218e15173b20b80c)]
12
+ ### [1.1.280](https://github.com/eea/volto-clms-theme/compare/1.1.279...1.1.280) - 1 April 2026
8
13
 
9
14
  #### :hammer_and_wrench: Others
10
15
 
11
- - Refs #301953 - Make LinkedIn footer link editable. [GhitaB - [`f3fbd5b`](https://github.com/eea/volto-clms-theme/commit/f3fbd5bee761c938841453d72d076f013d6cff33)]
16
+ - Refs #298235 - Use external source URL instead of item url in search app for external items. [GhitaB - [`8f70a98`](https://github.com/eea/volto-clms-theme/commit/8f70a983143029f0882368137f50d5f80b2d7ef8)]
17
+ ### [1.1.279](https://github.com/eea/volto-clms-theme/compare/1.1.278...1.1.279) - 26 March 2026
18
+
12
19
  ### [1.1.278](https://github.com/eea/volto-clms-theme/compare/1.1.277...1.1.278) - 20 March 2026
13
20
 
14
21
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.1.279",
3
+ "version": "1.1.281",
4
4
  "description": "volto-clms-theme: Volto theme for CLMS site",
5
5
  "main": "src/index.js",
6
6
  "author": "CodeSyntax for the European Environment Agency",
@@ -28,8 +28,8 @@ const TechnicalLibraryItem = (props) => {
28
28
 
29
29
  const external_source = result?._result?.external_source_url?.raw;
30
30
  if (external_source !== undefined) {
31
- //item_url = external_source;
32
- item_url = `${result.href}`;
31
+ item_url = external_source;
32
+ // item_url = `${result.href}`;
33
33
  }
34
34
 
35
35
  const item = {
@@ -271,13 +271,14 @@ class Footer extends Component {
271
271
  {this.props.intl.formatMessage(messages.followUs)}
272
272
  </div>
273
273
  <div className="ccl-footer-social">
274
- <UniversalLink
275
- href="/en/linkedin-redirect"
274
+ <a
275
+ href="https://www.linkedin.com/showcase/copernicus-eea"
276
276
  target="_blank"
277
277
  rel="noreferrer"
278
+ aria-label="Linkedin"
278
279
  >
279
280
  <FontAwesomeIcon icon={['fab', 'linkedin']} />
280
- </UniversalLink>
281
+ </a>
281
282
  <a
282
283
  href="https://www.youtube.com/playlist?list=PL1_QSyumTz7CZQEZ-1foOTeTOelKDQmxu"
283
284
  target="_blank"