@eeacms/volto-n2k 1.1.7 → 1.1.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 CHANGED
@@ -4,6 +4,11 @@ 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.1.8](https://github.com/eea/volto-n2k/compare/1.1.7...1.1.8) - 1 October 2025
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - added class [vladcalin-edw - [`7d32348`](https://github.com/eea/volto-n2k/commit/7d3234810920e719d75d9b10e378756121c12be4)]
7
12
  ### [1.1.7](https://github.com/eea/volto-n2k/compare/1.1.6...1.1.7) - 30 June 2025
8
13
 
9
14
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -155,7 +155,10 @@ const Edit = (props) => {
155
155
  }
156
156
 
157
157
  return (
158
- <fieldset className="section-block">
158
+ <fieldset
159
+ id={props.data.id}
160
+ className={cx('section-block', props.data.className)}
161
+ >
159
162
  <legend
160
163
  onClick={() => {
161
164
  setSelectedBlock();