@eeacms/volto-cca-policy 0.3.20 → 0.3.22

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,7 +4,23 @@ 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.3.20](https://github.com/eea/volto-cca-policy/compare/0.3.19...0.3.20) - 24 March 2025
7
+ ### [0.3.22](https://github.com/eea/volto-cca-policy/compare/0.3.21...0.3.22) - 27 March 2025
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: refs #286159 adjust ContextNavigation topLevel and bottomLevel [laszlocseh - [`890392b`](https://github.com/eea/volto-cca-policy/commit/890392b20499fa570b56e1ef3b2b9afd143f5121)]
12
+
13
+ ### [0.3.21](https://github.com/eea/volto-cca-policy/compare/0.3.20...0.3.21) - 26 March 2025
14
+
15
+ #### :rocket: Dependency updates
16
+
17
+ - Release @eeacms/volto-searchlib@2.0.14 [EEA Jenkins - [`c6f5a6f`](https://github.com/eea/volto-cca-policy/commit/c6f5a6f72b2c15c59a55aead92c721e985f459f6)]
18
+
19
+ #### :hammer_and_wrench: Others
20
+
21
+ - Pin @eeacms/volto-eea-design-system [kreafox - [`2885afc`](https://github.com/eea/volto-cca-policy/commit/2885afc586b5b67002248a479f03a7d40a158e3b)]
22
+ - Update dependencies [kreafox - [`6df47a4`](https://github.com/eea/volto-cca-policy/commit/6df47a49665a72a2c587815628c1793dd67aafb0)]
23
+ ### [0.3.20](https://github.com/eea/volto-cca-policy/compare/0.3.19...0.3.20) - 25 March 2025
8
24
 
9
25
  #### :rocket: New Features
10
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.3.20",
3
+ "version": "0.3.22",
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",
@@ -29,13 +29,13 @@
29
29
  "dependencies": {
30
30
  "@eeacms/volto-block-style": "github:eea/volto-block-style#6.x.x",
31
31
  "@eeacms/volto-datablocks": "^7.2.5",
32
- "@eeacms/volto-eea-design-system": "*",
32
+ "@eeacms/volto-eea-design-system": "<=1.36.3",
33
33
  "@eeacms/volto-eea-website-theme": "^1.35.0",
34
34
  "@eeacms/volto-embed": "^9.1.1",
35
- "@eeacms/volto-globalsearch": "2.0.9",
35
+ "@eeacms/volto-globalsearch": "2.0.10",
36
36
  "@eeacms/volto-hero-block": "^7.1.0",
37
37
  "@eeacms/volto-openlayers-map": "*",
38
- "@eeacms/volto-searchlib": "2.0.13",
38
+ "@eeacms/volto-searchlib": "2.0.14",
39
39
  "@eeacms/volto-slate-label": "^0.6.0",
40
40
  "@eeacms/volto-tabs-block": "^7.5.1",
41
41
  "@elastic/search-ui": "1.21.2",
@@ -102,8 +102,8 @@ const DefaultView = (props) => {
102
102
  name: currentNavigation.title,
103
103
  includeTop: false,
104
104
  // currentFolderOnly: true,
105
- topLevel: currentNavigation.topLevel,
106
- bottomLevel: currentNavigation.bottomLevel,
105
+ topLevel: currentNavigation.topLevel + 1,
106
+ bottomLevel: currentNavigation.bottomLevel + 1,
107
107
  rootPath: `${currentLang}/${currentNavigation.rootPath}`,
108
108
  }}
109
109
  />