@eeacms/volto-eea-design-system 1.36.1 → 1.36.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,12 +4,22 @@ 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.36.1](https://github.com/eea/volto-eea-design-system/compare/1.36.0...1.36.1) - 28 November 2024
7
+ ### [1.36.2](https://github.com/eea/volto-eea-design-system/compare/1.36.1...1.36.2) - 18 December 2024
8
8
 
9
9
  #### :bug: Bug Fixes
10
10
 
11
11
  - fix(cards): gradient change by the report header gradient [David Ichim - [`d45847e`](https://github.com/eea/volto-eea-design-system/commit/d45847e52dae2459507242fa0485101302cccabe)]
12
12
 
13
+ #### :nail_care: Enhancements
14
+
15
+ - change(report-links): turn links into inline-flex so that download links align with link text [David Ichim - [`fbbea31`](https://github.com/eea/volto-eea-design-system/commit/fbbea31aadb7596dbec288d369e5e97f8349e033)]
16
+
17
+ #### :house: Documentation changes
18
+
19
+ - docs: Build docusaurus [alin - [`54d265e`](https://github.com/eea/volto-eea-design-system/commit/54d265e729ca2ff0e52fa9a0e96d7583c9e0d73b)]
20
+
21
+ ### [1.36.1](https://github.com/eea/volto-eea-design-system/compare/1.36.0...1.36.1) - 28 November 2024
22
+
13
23
  ### [1.36.0](https://github.com/eea/volto-eea-design-system/compare/1.35.0...1.36.0) - 27 November 2024
14
24
 
15
25
  #### :bug: Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-design-system",
3
- "version": "1.36.1",
3
+ "version": "1.36.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",
@@ -124,6 +124,12 @@
124
124
  .list {
125
125
  padding-inline-start: 1.5rem;
126
126
  }
127
+
128
+ .list-link {
129
+ display: inline-flex;
130
+ align-items: center;
131
+ gap: 0.15rem;
132
+ }
127
133
  .list-item {
128
134
  padding: 0.25rem 0;
129
135
  }