@eeacms/volto-n2k 0.1.5 → 0.1.6

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,10 +4,16 @@ 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.1.6](https://github.com/eea/volto-n2k/compare/0.1.5...0.1.6)
8
+
9
+ - Add toolkit in landing page [`b5fae01`](https://github.com/eea/volto-n2k/commit/b5fae01c4e54c6405997bfbd167d5ed3836d880a)
10
+
7
11
  #### [0.1.5](https://github.com/eea/volto-n2k/compare/0.1.4...0.1.5)
8
12
 
13
+ > 28 July 2022
14
+
15
+ - Show language native name [`#6`](https://github.com/eea/volto-n2k/pull/6)
9
16
  - Use volto 16 for cypress tests [`dfb57d1`](https://github.com/eea/volto-n2k/commit/dfb57d12d37dbeb1aa8c0d87cf8cc950cdf27d13)
10
- - Show language native name [`20692d7`](https://github.com/eea/volto-n2k/commit/20692d74fb65ff686d23e73bd87d676b871b266f)
11
17
 
12
18
  #### [0.1.4](https://github.com/eea/volto-n2k/compare/0.1.3...0.1.4)
13
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -6,7 +6,7 @@ import forests from './images/forests.webp';
6
6
  import mountains from './images/mountains.webp';
7
7
  import grasslands from './images/grasslands.webp';
8
8
  import rivers from './images/rivers.webp';
9
- import islands from './images/islands.webp';
9
+ import toolkit from './images/toolkit_icon.webp';
10
10
  import peatlands from './images/peatlands.webp';
11
11
  import natura2000 from './images/natura2000.webp';
12
12
 
@@ -15,7 +15,7 @@ export const tiles = [
15
15
  image: natura2000,
16
16
  title: 'Natura 2000',
17
17
  description: 'NATURA 2000',
18
- link: '/natura2000/natura2000',
18
+ link: '/natura2000/explore-natura2000',
19
19
  },
20
20
  {
21
21
  image: coasts_and_seas,
@@ -54,10 +54,10 @@ export const tiles = [
54
54
  link: '/natura2000/:lang/rivers-and-lakes',
55
55
  },
56
56
  {
57
- image: islands,
58
- title: 'Islands',
59
- description: 'ISLANDS',
60
- link: '/natura2000/:lang/islands',
57
+ image: toolkit,
58
+ title: 'Toolkit',
59
+ description: 'TOOLKIT',
60
+ link: '/natura2000/:lang/toolkit',
61
61
  },
62
62
  ];
63
63
 
@@ -123,7 +123,7 @@ const CopyPaste = (props) => {
123
123
  onMouseEnter={(e) => {
124
124
  if (
125
125
  e.altKey &&
126
- e.ctrlKey &&
126
+ e.shiftKey &&
127
127
  toolbar.current &&
128
128
  !toolbar.current.classList.contains('__dev_on')
129
129
  ) {