@eeacms/volto-cca-policy 0.2.37 → 0.2.38

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,12 @@ 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
+ ### [0.2.38](https://github.com/eea/volto-cca-policy/compare/0.2.37...0.2.38) - 29 May 2024
8
+
9
+ #### :house: Internal changes
10
+
11
+ - style: remove border on iframe [kreafox - [`996bafd`](https://github.com/eea/volto-cca-policy/commit/996bafd58fe7e1922311d8417ef454b5ebe7b0cd)]
12
+
7
13
  ### [0.2.37](https://github.com/eea/volto-cca-policy/compare/0.2.36...0.2.37) - 29 May 2024
8
14
 
9
15
  #### :house: Internal changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.2.37",
3
+ "version": "0.2.38",
4
4
  "description": "@eeacms/volto-cca-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -195,3 +195,7 @@ body.subsite {
195
195
  font-size: 23px;
196
196
  }
197
197
  }
198
+
199
+ iframe {
200
+ border: none;
201
+ }