@eeacms/volto-cca-policy 0.1.70 → 0.1.71

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,11 +4,14 @@ 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.1.70](https://github.com/eea/volto-cca-policy/compare/0.1.69...0.1.70) - 2 February 2024
7
+ ### [0.1.71](https://github.com/eea/volto-cca-policy/compare/0.1.70...0.1.71) - 5 February 2024
8
8
 
9
9
  #### :hammer_and_wrench: Others
10
10
 
11
- - Refs #161485 - observatory page search description [Tripon Eugen - [`6dd9046`](https://github.com/eea/volto-cca-policy/commit/6dd9046ace2e894e721a1cd65553a6d9435f2ad5)]
11
+ - Refs #161485 - change cluster icon size [Tripon Eugen - [`74ccdcc`](https://github.com/eea/volto-cca-policy/commit/74ccdcc96c4a7d12b81b9fc7225170043ddd80dc)]
12
+ - Refs #161485 - change cluster icon size [Tripon Eugen - [`20010ca`](https://github.com/eea/volto-cca-policy/commit/20010ca893f0edc2def950a145013e328fce9be0)]
13
+ ### [0.1.70](https://github.com/eea/volto-cca-policy/compare/0.1.69...0.1.70) - 2 February 2024
14
+
12
15
  ### [0.1.69](https://github.com/eea/volto-cca-policy/compare/0.1.68...0.1.69) - 31 January 2024
13
16
 
14
17
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
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",
@@ -1,3 +1,9 @@
1
+ .searchlib-page .content-section-tabs.menu .item i.icon.small {
2
+ width: 32px;
3
+ height: 32px;
4
+ font-size: 32px;
5
+ }
6
+
1
7
  /*******************************
2
8
  Global Overrides
3
9
  *******************************/