@eeacms/volto-cca-policy 0.1.69 → 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,6 +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.71](https://github.com/eea/volto-cca-policy/compare/0.1.70...0.1.71) - 5 February 2024
8
+
9
+ #### :hammer_and_wrench: Others
10
+
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
+
7
15
  ### [0.1.69](https://github.com/eea/volto-cca-policy/compare/0.1.68...0.1.69) - 31 January 2024
8
16
 
9
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.69",
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",
package/src/index.js CHANGED
@@ -159,10 +159,9 @@ const applyConfig = (config) => {
159
159
  matchpath: '/en/observatory',
160
160
  path: '/en/observatory/advanced-search',
161
161
  placeholder: 'Search Observatory Climate-ADAPT...',
162
- description:
163
- 'Looking for more information? Try searching the full EEA website content',
164
- buttonTitle: 'Go to advanced search',
165
- buttonUrl: 'https://www.eea.europa.eu/en/advanced-search',
162
+ description: 'Looking for more information?',
163
+ buttonTitle: 'Explore more on Climate-ADAPT',
164
+ buttonUrl: 'https://climate-adapt.eea.europa.eu/en/data-and-downloads/',
166
165
  },
167
166
  {
168
167
  isDefault: true,
@@ -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
  *******************************/