@eeacms/volto-marine-policy 2.0.12 → 2.0.13

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,15 +4,21 @@ 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
- ### [2.0.12](https://github.com/eea/volto-marine-policy/compare/2.0.11...2.0.12) - 13 May 2025
7
+ ### [2.0.13](https://github.com/eea/volto-marine-policy/compare/2.0.12...2.0.13) - 13 May 2025
8
8
 
9
9
  #### :house: Internal changes
10
10
 
11
- - style: Automated code fix [eea-jenkins - [`185d777`](https://github.com/eea/volto-marine-policy/commit/185d7773fbd2b4c2571ad07bf851e61088e534e2)]
11
+ - style: Automated code fix [eea-jenkins - [`990f696`](https://github.com/eea/volto-marine-policy/commit/990f696c407f5ce8066cc60387ed5fbda329ce50)]
12
12
 
13
13
  #### :hammer_and_wrench: Others
14
14
 
15
- - small style update demo sites map [laszlocseh - [`2770217`](https://github.com/eea/volto-marine-policy/commit/27702172e17d865924770c7593753ac0bca61ba2)]
15
+ - small style update demo sites map [laszlocseh - [`f14495a`](https://github.com/eea/volto-marine-policy/commit/f14495af7eb80b2b259f46057e7d1a6ed0bb44d5)]
16
+ ### [2.0.12](https://github.com/eea/volto-marine-policy/compare/2.0.11...2.0.12) - 13 May 2025
17
+
18
+ #### :house: Internal changes
19
+
20
+ - style: Automated code fix [eea-jenkins - [`185d777`](https://github.com/eea/volto-marine-policy/commit/185d7773fbd2b4c2571ad07bf851e61088e534e2)]
21
+
16
22
  ### [2.0.11](https://github.com/eea/volto-marine-policy/compare/2.0.10...2.0.11) - 12 May 2025
17
23
 
18
24
  #### :house: Internal changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-marine-policy",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "description": "@eeacms/volto-marine-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -42,7 +42,7 @@
42
42
  font-size: 1rem;
43
43
 
44
44
  a:hover {
45
- color: #0083e0;
45
+ color: #004b7f;
46
46
  }
47
47
 
48
48
  h3 {
@@ -128,7 +128,7 @@
128
128
  #cse-filter {
129
129
  display: flex;
130
130
  flex-direction: row;
131
- margin-top: 1em;
131
+ margin-top: 0.5em;
132
132
  font-family: sans-serif;
133
133
  // gap: 3em;
134
134
 
@@ -138,7 +138,7 @@
138
138
  &.active {
139
139
  button span {
140
140
  // box-shadow: 0 5px 0 #ffffff, 0 0 4px rgba(0, 0, 0, 0.25);
141
- color: #0083e0;
141
+ color: #004b7f;
142
142
  }
143
143
 
144
144
  button {
@@ -161,8 +161,9 @@
161
161
  z-index: 9;
162
162
  display: inline-block;
163
163
  overflow: hidden;
164
- padding: 0.5em 0em;
165
- margin: 0 0.25em 0.25em 0;
164
+ padding: 0;
165
+ // padding: 0.5em 0em;
166
+ margin: 0 0.25em 0 0;
166
167
  // background-color: white !important;
167
168
  color: #3d5265 !important;
168
169
 
@@ -174,10 +175,10 @@
174
175
  // &:focus {
175
176
  // color: rgba(0, 0, 0, 0.6) !important;
176
177
  // }
177
- // &:hover {
178
- // box-shadow: none;
179
- // background-color: transparent !important;
180
- // }
178
+ &:hover {
179
+ box-shadow: none;
180
+ // background-color: transparent;
181
+ }
181
182
 
182
183
  span {
183
184
  position: relative !important;
@@ -353,18 +354,18 @@
353
354
  }
354
355
 
355
356
  .searchlib-block .ui.basic.button.clear-btn {
356
- color: #0083e0 !important;
357
+ color: #004b7f !important;
357
358
  }
358
359
 
359
360
  .searchlib-block .result-item .result-info {
360
361
  align-items: center;
361
362
 
362
363
  &.show-on-map {
363
- color: #0083e0 !important;
364
+ color: #004b7f !important;
364
365
  cursor: pointer;
365
366
 
366
367
  .result-info-title {
367
- color: #0083e0 !important;
368
+ color: #004b7f !important;
368
369
  }
369
370
  }
370
371
  }
@@ -386,7 +387,7 @@
386
387
  padding: 8px 6px 8px 12px;
387
388
  border: 4px solid #efefef;
388
389
  border-radius: 2px;
389
- background-color: #0083e0;
390
+ background-color: #004b7f;
390
391
  gap: 0.5em;
391
392
  opacity: 0.6;
392
393