@eeacms/volto-eea-design-system 1.37.1 → 1.37.2

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,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.37.2](https://github.com/eea/volto-eea-design-system/compare/1.37.1...1.37.2) - 2 July 2025
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix(header): of soer cards modal by being more specific with styling [David Ichim - [`6fc61b7`](https://github.com/eea/volto-eea-design-system/commit/6fc61b7ea3d2f1a32694345bb30c54f1aa04b027)]
12
+
13
+ #### :hammer_and_wrench: Others
14
+
15
+ - Disabled auto build of storybook and docusaurus [David Ichim - [`61eec0a`](https://github.com/eea/volto-eea-design-system/commit/61eec0a2dce6b9b1369c1a53801a0578df82f6b2)]
7
16
  ### [1.37.1](https://github.com/eea/volto-eea-design-system/compare/1.37.0...1.37.1) - 25 June 2025
8
17
 
9
18
  ### [1.37.0](https://github.com/eea/volto-eea-design-system/compare/1.36.6...1.37.0) - 6 June 2025
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-design-system",
3
- "version": "1.37.1",
3
+ "version": "1.37.2",
4
4
  "description": "@eeacms/volto-eea-design-system: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -214,7 +214,8 @@
214
214
  width: 100%;
215
215
  max-width: 1300px !important;
216
216
  }
217
- .eea.banner {
217
+
218
+ .eea.header .eea.banner {
218
219
  --text-color: @bannerHomepageColor;
219
220
 
220
221
  .content-type {
@@ -229,11 +230,13 @@
229
230
 
230
231
  .gradient .content {
231
232
  padding: @computerContentPadding;
233
+
232
234
  .subtitle {
233
235
  margin: 0.5rem 0;
234
236
  font-size: 1.25rem;
235
237
  line-height: 1.2;
236
238
  }
239
+
237
240
  .metadata {
238
241
  margin-top: 1rem;
239
242
  }
@@ -250,6 +253,7 @@
250
253
  font-size: @h4;
251
254
  font-weight: bold;
252
255
  }
256
+
253
257
  .container {
254
258
  display: flex;
255
259
  height: 100%;
@@ -259,6 +263,7 @@
259
263
  .grid {
260
264
  text-align: center;
261
265
  }
266
+
262
267
  .wrapper {
263
268
  justify-content: center;
264
269
  }
@@ -270,6 +275,7 @@
270
275
  min-height: 400px;
271
276
  }
272
277
  }
278
+
273
279
  @media only screen and (min-height: 600px) {
274
280
  .hero-header {
275
281
  .gradient .content {
@@ -279,7 +285,7 @@
279
285
  }
280
286
 
281
287
  @media only screen and (max-width: @largestTabletScreen) {
282
- .light-header .eea.banner .gradient .content {
288
+ .light-header .eea.header .eea.banner .gradient .content {
283
289
  padding: 16.5rem 0 1.25rem;
284
290
  }
285
291
  }
@@ -300,7 +306,8 @@
300
306
 
301
307
  .gradient .content {
302
308
  padding: @computerContentPadding;
303
- .light-header & {
309
+
310
+ .light-header .eea.header & {
304
311
  padding: 18.625rem 0 1.25rem;
305
312
  }
306
313
 
@@ -308,6 +315,7 @@
308
315
  margin: @computerTitleMargin;
309
316
  font-size: @computerTitleFontSize;
310
317
  line-height: @computerTitleLineHeight;
318
+
311
319
  .hero-header & {
312
320
  line-height: 1.2;
313
321
  letter-spacing: @font-letterspacing-00;
@@ -339,6 +347,7 @@
339
347
  }
340
348
  }
341
349
  }
350
+
342
351
  /*******************************
343
352
  /Light & Hero Header
344
353
  *******************************/
@@ -19,6 +19,11 @@
19
19
  z-index: @contentBoxBeforeZIndex;
20
20
  }
21
21
 
22
+ // fix for styled tabs block padding that overlaps with content box background
23
+ .styled-tabs_block .content-box:before {
24
+ z-index: inherit;
25
+ }
26
+
22
27
  .content-box {
23
28
  background-color: @contentBoxBackgroundColor;
24
29
  color: @contentBoxColorInverted;
@@ -35,6 +40,7 @@
35
40
  background-color: @contentBoxBackgroundColorPrimary;
36
41
  color: @contentBoxColor;
37
42
  }
43
+
38
44
  &.secondary {
39
45
  background-color: @contentBoxBackgroundColorSecondary;
40
46
  color: @contentBoxColor;
@@ -56,6 +62,7 @@
56
62
  --text-color-tertiary: @contentBoxColor;
57
63
  --text-color-hover: @backgroundColorSupplementary;
58
64
  }
65
+
59
66
  // inherit link
60
67
  .content-box[class*="ary"] a:not(.ui, .item, .header-link) {
61
68
  color: inherit;
@@ -66,4 +73,4 @@
66
73
  .content-box .slate-editor-link {
67
74
  color: inherit;
68
75
  text-decoration: underline;
69
- }
76
+ }
@@ -940,7 +940,7 @@
940
940
  }
941
941
 
942
942
  //Gradient styles for web report
943
- .light-header .banner .gradient {
943
+ .light-header .eea.header .banner .gradient {
944
944
  // background: linear-gradient(
945
945
  // 0deg,
946
946
  // #ffffff,