@eeacms/volto-n2k 1.0.6 → 1.0.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 +8 -0
- package/package.json +1 -1
- package/src/components/manage/Blocks/SiteProtectedHabitats/images/background.webp +0 -0
- package/src/components/manage/Blocks/SiteProtectedHabitats/style.less +1 -2
- package/src/components/manage/Blocks/SiteProtectedSpecies/images/background.webp +0 -0
- package/src/components/manage/Blocks/SiteProtectedSpecies/style.less +1 -2
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.0.8](https://github.com/eea/volto-n2k/compare/1.0.7...1.0.8) - 23 December 2022
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Update images [Miu Razvan - [`f0fcbac`](https://github.com/eea/volto-n2k/commit/f0fcbaccdf83bea71c3f8349364114cf8060c318)]
|
|
12
|
+
### [1.0.7](https://github.com/eea/volto-n2k/compare/1.0.6...1.0.7) - 22 December 2022
|
|
13
|
+
|
|
7
14
|
### [1.0.6](https://github.com/eea/volto-n2k/compare/1.0.5...1.0.6) - 14 December 2022
|
|
8
15
|
|
|
9
16
|
#### :hammer_and_wrench: Others
|
|
@@ -135,6 +142,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
135
142
|
- Update [razvanMiu - [`42ab50e`](https://github.com/eea/volto-n2k/commit/42ab50e6681a47251d15ac06b836c6f8c27157fa)]
|
|
136
143
|
- Added bubble chart [razvanMiu - [`89fba5e`](https://github.com/eea/volto-n2k/commit/89fba5e5db41aa955ba2d0ed58c9f0042c461504)]
|
|
137
144
|
- Group species by id_eunis in species list [razvanMiu - [`543c957`](https://github.com/eea/volto-n2k/commit/543c9573b53acd8eecc9afbb6ae7beeddba53966)]
|
|
145
|
+
- Add Sonarqube tag using frontend addons list [EEA Jenkins - [`2ca3e4c`](https://github.com/eea/volto-n2k/commit/2ca3e4c092211f92339791d71db81f5b4ca2d562)]
|
|
138
146
|
- update maps - species and habitats distribution maps [Claudia Ifrim - [`ad12eb1`](https://github.com/eea/volto-n2k/commit/ad12eb141907d6f28444f1eafc3f687735d2a68d)]
|
|
139
147
|
- update format for common name and author [Claudia Ifrim - [`26b7a2f`](https://github.com/eea/volto-n2k/commit/26b7a2f3d20c7701b57fb24f39fc7dfeceec3ce8)]
|
|
140
148
|
- update format for species name (common / scientific) [Claudia Ifrim - [`abdedcf`](https://github.com/eea/volto-n2k/commit/abdedcfe645665031dedf050fd2c5cdde8c14a50)]
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -9,8 +9,7 @@ div#view .ui.container.habitats-wrapper > * {
|
|
|
9
9
|
.habitats-banner {
|
|
10
10
|
position: relative;
|
|
11
11
|
height: 320px;
|
|
12
|
-
background:
|
|
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;
|
|
Binary file
|
|
@@ -9,8 +9,7 @@ div#view .ui.container.species-wrapper > * {
|
|
|
9
9
|
.species-banner {
|
|
10
10
|
position: relative;
|
|
11
11
|
height: 320px;
|
|
12
|
-
background:
|
|
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;
|