@eeacms/volto-n2k 1.0.7 → 1.0.9

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,15 @@ 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.0.7](https://github.com/eea/volto-n2k/compare/1.0.6...1.0.7) - 22 December 2022
7
+ ### [1.0.9](https://github.com/eea/volto-n2k/compare/1.0.8...1.0.9) - 31 January 2023
8
8
 
9
9
  #### :hammer_and_wrench: Others
10
10
 
11
- - Change banners backgrounds [Miu Razvan - [`983af1d`](https://github.com/eea/volto-n2k/commit/983af1dcd53db404190eb632ce138604b8e74870)]
11
+ - use high quality images [Miu Razvan - [`6b792de`](https://github.com/eea/volto-n2k/commit/6b792de461ecd35fddcd046a64d02d0069ec647e)]
12
+ ### [1.0.8](https://github.com/eea/volto-n2k/compare/1.0.7...1.0.8) - 23 December 2022
13
+
14
+ ### [1.0.7](https://github.com/eea/volto-n2k/compare/1.0.6...1.0.7) - 22 December 2022
15
+
12
16
  ### [1.0.6](https://github.com/eea/volto-n2k/compare/1.0.5...1.0.6) - 14 December 2022
13
17
 
14
18
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -9,8 +9,7 @@ div#view .ui.container.habitats-wrapper > * {
9
9
  .habitats-banner {
10
10
  position: relative;
11
11
  height: 320px;
12
- background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.7)),
13
- url('./images/background.webp');
12
+ background: url('./images/background.webp');
14
13
  background-position: center;
15
14
  background-repeat: no-repeat;
16
15
  background-size: cover;
@@ -9,8 +9,7 @@ div#view .ui.container.species-wrapper > * {
9
9
  .species-banner {
10
10
  position: relative;
11
11
  height: 320px;
12
- background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.7)),
13
- url('./images/background.webp');
12
+ background: url('./images/background.webp');
14
13
  background-position: center;
15
14
  background-repeat: no-repeat;
16
15
  background-size: cover;