@eeacms/volto-marine-policy 2.0.11 → 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,6 +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.13](https://github.com/eea/volto-marine-policy/compare/2.0.12...2.0.13) - 13 May 2025
8
+
9
+ #### :house: Internal changes
10
+
11
+ - style: Automated code fix [eea-jenkins - [`990f696`](https://github.com/eea/volto-marine-policy/commit/990f696c407f5ce8066cc60387ed5fbda329ce50)]
12
+
13
+ #### :hammer_and_wrench: Others
14
+
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
+
7
22
  ### [2.0.11](https://github.com/eea/volto-marine-policy/compare/2.0.10...2.0.11) - 12 May 2025
8
23
 
9
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.11",
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,9 +161,10 @@
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;
166
- background-color: white !important;
164
+ padding: 0;
165
+ // padding: 0.5em 0em;
166
+ margin: 0 0.25em 0 0;
167
+ // background-color: white !important;
167
168
  color: #3d5265 !important;
168
169
 
169
170
  &:active {
@@ -176,6 +177,7 @@
176
177
  // }
177
178
  &:hover {
178
179
  box-shadow: none;
180
+ // background-color: transparent;
179
181
  }
180
182
 
181
183
  span {
@@ -184,7 +186,7 @@
184
186
  display: inline-block;
185
187
  overflow: hidden;
186
188
  padding: 0.5em 1em;
187
- background-color: white;
189
+ // background-color: white;
188
190
  }
189
191
  }
190
192
 
@@ -352,18 +354,18 @@
352
354
  }
353
355
 
354
356
  .searchlib-block .ui.basic.button.clear-btn {
355
- color: #0083e0 !important;
357
+ color: #004b7f !important;
356
358
  }
357
359
 
358
360
  .searchlib-block .result-item .result-info {
359
361
  align-items: center;
360
362
 
361
363
  &.show-on-map {
362
- color: #0083e0 !important;
364
+ color: #004b7f !important;
363
365
  cursor: pointer;
364
366
 
365
367
  .result-info-title {
366
- color: #0083e0 !important;
368
+ color: #004b7f !important;
367
369
  }
368
370
  }
369
371
  }
@@ -385,7 +387,7 @@
385
387
  padding: 8px 6px 8px 12px;
386
388
  border: 4px solid #efefef;
387
389
  border-radius: 2px;
388
- background-color: #0083e0;
390
+ background-color: #004b7f;
389
391
  gap: 0.5em;
390
392
  opacity: 0.6;
391
393