@eeacms/volto-eea-website-theme 3.16.0 → 3.17.1

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.
Files changed (30) hide show
  1. package/CHANGELOG.md +39 -3
  2. package/jest-addon.config.js +6 -0
  3. package/locales/de/LC_MESSAGES/volto.po +50 -0
  4. package/locales/en/LC_MESSAGES/volto.po +50 -0
  5. package/locales/it/LC_MESSAGES/volto.po +50 -0
  6. package/locales/ro/LC_MESSAGES/volto.po +50 -0
  7. package/locales/volto.pot +51 -1
  8. package/package.json +2 -2
  9. package/src/__mocks__/redux-localstorage-simple-original.js +3 -0
  10. package/src/__mocks__/volto-subsites-utils.js +2 -0
  11. package/src/actions/navigation.test.js +113 -0
  12. package/src/actions/print.test.js +74 -0
  13. package/src/components/manage/Blocks/ContextNavigation/ContextNavigationEdit.test.jsx +0 -2
  14. package/src/components/theme/Banner/View.test.jsx +462 -0
  15. package/src/components/theme/BaseTag.test.jsx +181 -0
  16. package/src/components/theme/Logo.jsx +51 -6
  17. package/src/components/theme/Logo.test.jsx +235 -0
  18. package/src/components/theme/NotFound/GoneView.jsx +181 -0
  19. package/src/components/theme/NotFound/GoneView.test.jsx +216 -0
  20. package/src/components/theme/NotFound/NotFound.test.jsx +62 -0
  21. package/src/components/theme/SubsiteClass.test.jsx +307 -0
  22. package/src/components/theme/Widgets/UserSelectWidget.test.jsx +11 -1
  23. package/src/customizations/volto/components/manage/Workflow/Workflow.test.jsx +19 -2
  24. package/src/customizations/volto/components/theme/Header/Header.jsx +55 -14
  25. package/src/customizations/volto/components/theme/Header/Header.test.jsx +188 -1
  26. package/src/customizations/volto/components/theme/Header/LanguageSwitcher.jsx +22 -4
  27. package/src/helpers/schema-utils.test.js +261 -0
  28. package/src/index.js +2 -0
  29. package/src/middleware/conditionalLocalStorage.test.js +185 -0
  30. package/src/middleware/ok.test.js +162 -0
package/CHANGELOG.md CHANGED
@@ -4,15 +4,27 @@ 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
- ### [3.16.0](https://github.com/eea/volto-eea-website-theme/compare/3.15.0...3.16.0) - 4 December 2025
7
+ ### [3.17.1](https://github.com/eea/volto-eea-website-theme/compare/3.17.0...3.17.1) - 8 January 2026
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: Use logoTargetUrl if defined in config.settings - refs #295962 [Alin Voinea - [`9d48b75`](https://github.com/eea/volto-eea-website-theme/commit/9d48b75562aeabfe882d62d6aca98a9c2728762b)]
12
+
13
+ ### [3.17.0](https://github.com/eea/volto-eea-website-theme/compare/3.16.0...3.17.0) - 23 December 2025
8
14
 
9
15
  #### :rocket: New Features
10
16
 
11
- - feat: Custom Error boundary - refs #291209 [Nilesh - [`6d0cf06`](https://github.com/eea/volto-eea-website-theme/commit/6d0cf06d5c3603359eda6986c69e131e0265b8d9)]
17
+ - feat: Add HTTP 410 - Gone Error Page - refs #293748 [Alin Voinea - [`80d4873`](https://github.com/eea/volto-eea-website-theme/commit/80d4873c0f7e67d435a33c00226d5dccf54ea888)]
12
18
 
13
19
  #### :hammer_and_wrench: Others
14
20
 
15
- - Release 3.16.0 [Alin Voinea - [`d947957`](https://github.com/eea/volto-eea-website-theme/commit/d947957b1597a3b651da1b9581ce661fd441109f)]
21
+ - tests: Increase tests coverage [Alin Voinea - [`d6e9c21`](https://github.com/eea/volto-eea-website-theme/commit/d6e9c2134e20a2145c6e2e11e1cce1e416c3b85f)]
22
+ ### [3.16.0](https://github.com/eea/volto-eea-website-theme/compare/3.15.0...3.16.0) - 4 December 2025
23
+
24
+ #### :rocket: New Features
25
+
26
+ - feat: Custom Error boundary - refs #291209 [Nilesh - [`6d0cf06`](https://github.com/eea/volto-eea-website-theme/commit/6d0cf06d5c3603359eda6986c69e131e0265b8d9)]
27
+
16
28
  ### [3.15.0](https://github.com/eea/volto-eea-website-theme/compare/3.14.1...3.15.0) - 3 December 2025
17
29
 
18
30
  #### :rocket: New Features
@@ -40,6 +52,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
40
52
  #### :hammer_and_wrench: Others
41
53
 
42
54
  - Release 3.12.0 [Alin Voinea - [`ea1e961`](https://github.com/eea/volto-eea-website-theme/commit/ea1e96144684b2a8238ae476fd8d47de82ff42b4)]
55
+ - Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - [`2cac56e`](https://github.com/eea/volto-eea-website-theme/commit/2cac56e22e580e042d368b69254172539ed33b65)]
43
56
  ### [3.11.0](https://github.com/eea/volto-eea-website-theme/compare/3.10.1...3.11.0) - 29 September 2025
44
57
 
45
58
  #### :bug: Bug Fixes
@@ -133,6 +146,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
133
146
 
134
147
  #### :hammer_and_wrench: Others
135
148
 
149
+ - Add Sonarqube tag using fise-frontend addons list [EEA Jenkins - [`3d50874`](https://github.com/eea/volto-eea-website-theme/commit/3d50874281ebcb91a1ae3727248f656a6f26c603)]
150
+ - Add Sonarqube tag using ied-frontend addons list [EEA Jenkins - [`a3f7676`](https://github.com/eea/volto-eea-website-theme/commit/a3f76767d99cb6dd93cc7fa0eafdea57e9000b2c)]
136
151
  ### [3.5.4](https://github.com/eea/volto-eea-website-theme/compare/3.5.3...3.5.4) - 30 January 2025
137
152
 
138
153
  #### :bug: Bug Fixes
@@ -233,6 +248,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
233
248
 
234
249
  #### :hammer_and_wrench: Others
235
250
 
251
+ - Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - [`e417f83`](https://github.com/eea/volto-eea-website-theme/commit/e417f839312045c56b67ab8134fe5b0622b3e2c3)]
236
252
  ## [3.0.0](https://github.com/eea/volto-eea-website-theme/compare/2.4.0...3.0.0) - 21 October 2024
237
253
 
238
254
  #### :nail_care: Enhancements
@@ -318,6 +334,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
318
334
  - Refs #269520 - other_organisation test [Tripon Eugen - [`7558b27`](https://github.com/eea/volto-eea-website-theme/commit/7558b27a9d1cd6d3480a32b296c7325c796006c9)]
319
335
  - Refs #269520 - other_organisation token widget edit mode [Tripon Eugen - [`b6df127`](https://github.com/eea/volto-eea-website-theme/commit/b6df127bd91b6f55dda8f468e1107037d43752ff)]
320
336
  - Refs #269520 - other_organisation token widget [Tripon Eugen - [`6fd7543`](https://github.com/eea/volto-eea-website-theme/commit/6fd7543894bd2c593a1729116befd95c82ea3c8f)]
337
+ - Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`cbc36c7`](https://github.com/eea/volto-eea-website-theme/commit/cbc36c74dfcd5f7cb1013a4c673d9c02e0023766)]
321
338
  ### [2.1.1](https://github.com/eea/volto-eea-website-theme/compare/2.1.0...2.1.1) - 28 May 2024
322
339
 
323
340
  #### :bug: Bug Fixes
@@ -402,6 +419,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
402
419
 
403
420
  #### :hammer_and_wrench: Others
404
421
 
422
+ - Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`adc6730`](https://github.com/eea/volto-eea-website-theme/commit/adc6730e21a37afb865b842182624401de6a29f5)]
405
423
  ### [1.33.1](https://github.com/eea/volto-eea-website-theme/compare/1.33.0...1.33.1) - 4 April 2024
406
424
 
407
425
  #### :bug: Bug Fixes
@@ -535,6 +553,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
535
553
 
536
554
  - bump version [Razvan - [`721e939`](https://github.com/eea/volto-eea-website-theme/commit/721e939d12e324b459ebfa78a2e656ee7142a3d6)]
537
555
  - merge master into this branch [Razvan - [`586c8f9`](https://github.com/eea/volto-eea-website-theme/commit/586c8f910bac55a043bd8dda60e9444bd2ae1663)]
556
+ - Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`fd90044`](https://github.com/eea/volto-eea-website-theme/commit/fd9004442a9d1d465f7601ecdefe3e23c61e6a9c)]
557
+ - Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`4bc3dd3`](https://github.com/eea/volto-eea-website-theme/commit/4bc3dd3ae412a66befd04b5b80fab3716c929240)]
538
558
  - test: Update jest,Jenkinsfile,lint to volto-addons-template PR30 [valentinab25 - [`c4dbd28`](https://github.com/eea/volto-eea-website-theme/commit/c4dbd289358205bc2d849aab7edb11ccf3b89cee)]
539
559
  - fix tests [Razvan - [`042330b`](https://github.com/eea/volto-eea-website-theme/commit/042330bc97d32ffe7ba769b4f2453f71cffed706)]
540
560
  - remove RemoveSchema logic [Razvan - [`08d10f8`](https://github.com/eea/volto-eea-website-theme/commit/08d10f8bf6f75478260e4e4c66d7316ba87b907a)]
@@ -629,6 +649,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
629
649
  - test: Add real image to cypress test [Alin Voinea - [`4ff591a`](https://github.com/eea/volto-eea-website-theme/commit/4ff591ae3318c9588b4e2114582c0fa6cfdf31ae)]
630
650
  - test: Add cypress tests for Image block styling position and align [Alin Voinea - [`7341ef7`](https://github.com/eea/volto-eea-website-theme/commit/7341ef7b92714fc0cc3ab0c31c39033e7b3e19e7)]
631
651
  - Revert "change(tests): commented out rss test since title block config is missing" [Alin Voinea - [`fb61191`](https://github.com/eea/volto-eea-website-theme/commit/fb611918d6ca380b89b594f283dcf9f685a4b294)]
652
+ - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`6a3be30`](https://github.com/eea/volto-eea-website-theme/commit/6a3be3092589411af7808a235f76de5222fd3868)]
653
+ - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`c3978f2`](https://github.com/eea/volto-eea-website-theme/commit/c3978f23375ef066e9fd6f6c2e34ba6c1c058f69)]
654
+ - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`f672779`](https://github.com/eea/volto-eea-website-theme/commit/f672779e845bec9240ccc901e9f53ec80c5a1819)]
655
+ - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`ae5d8e3`](https://github.com/eea/volto-eea-website-theme/commit/ae5d8e3f4e04dc2808d47ce2ee886e1b23b528da)]
656
+ - test: [JENKINS] Improve cypress time [valentinab25 - [`170ff0c`](https://github.com/eea/volto-eea-website-theme/commit/170ff0c8e3b30e69479bdf1117e811fea94f1027)]
632
657
  ### [1.23.0](https://github.com/eea/volto-eea-website-theme/compare/1.22.1...1.23.0) - 2 November 2023
633
658
 
634
659
  #### :rocket: New Features
@@ -641,6 +666,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
641
666
 
642
667
  #### :house: Internal changes
643
668
 
669
+ - chore: [JENKINS] Refactor automated testing [valentinab25 - [`f28fce3`](https://github.com/eea/volto-eea-website-theme/commit/f28fce3d1eb815f95fb9aa40de42b10b7e8e30c5)]
644
670
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`6d15088`](https://github.com/eea/volto-eea-website-theme/commit/6d150886c5aeb2ca0b569270486e60f7cc274e2c)]
645
671
  - chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - [`20c0323`](https://github.com/eea/volto-eea-website-theme/commit/20c032380b33c0077c869a05136f93e2fb68e5d4)]
646
672
 
@@ -826,6 +852,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
826
852
 
827
853
  #### :house: Internal changes
828
854
 
855
+ - chore: [JENKINS] Deprecate circularity website [valentinab25 - [`370dcbf`](https://github.com/eea/volto-eea-website-theme/commit/370dcbfbf1a8135ce7b1b3b271b004552a631837)]
829
856
 
830
857
  #### :hammer_and_wrench: Others
831
858
 
@@ -981,6 +1008,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
981
1008
 
982
1009
  #### :hammer_and_wrench: Others
983
1010
 
1011
+ - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`6c5e2f8`](https://github.com/eea/volto-eea-website-theme/commit/6c5e2f80456e2061d9e9c15fd0a0b91b9ac70568)]
984
1012
  ### [1.9.1](https://github.com/eea/volto-eea-website-theme/compare/1.9.0...1.9.1) - 28 February 2023
985
1013
 
986
1014
  #### :bug: Bug Fixes
@@ -1127,6 +1155,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1127
1155
 
1128
1156
  - For some reasons types is a string [Alin Voinea - [`3769a09`](https://github.com/eea/volto-eea-website-theme/commit/3769a0981181d5b633f3498daebbe96be8b4b833)]
1129
1157
  - Fix(redirect): o.filter - refs #157627 [Alin Voinea - [`deb23da`](https://github.com/eea/volto-eea-website-theme/commit/deb23da846444cc96539697fd798429ae0abe89e)]
1158
+ - Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`f1fffc5`](https://github.com/eea/volto-eea-website-theme/commit/f1fffc5db96725440863d545580b4e76cce4b796)]
1130
1159
  ### [1.5.0](https://github.com/eea/volto-eea-website-theme/compare/1.4.2...1.5.0) - 9 January 2023
1131
1160
 
1132
1161
  #### :hammer_and_wrench: Others
@@ -1160,6 +1189,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1160
1189
 
1161
1190
  - Release 1.4.0 [Alin Voinea - [`bd42a0d`](https://github.com/eea/volto-eea-website-theme/commit/bd42a0d26e928cac5d99933194755da3db06b341)]
1162
1191
  - bump version to use as volto-eea-design-system [David Ichim - [`f4be047`](https://github.com/eea/volto-eea-website-theme/commit/f4be047328b46399b03b612d378b18aaf82e7dc1)]
1192
+ - Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`9b7cfef`](https://github.com/eea/volto-eea-website-theme/commit/9b7cfefb4d34fc1c948015e491feb370f9795bd8)]
1163
1193
  - test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea - [`df252a9`](https://github.com/eea/volto-eea-website-theme/commit/df252a9bfed0bb86cadf53c59dd1603b1e2cd822)]
1164
1194
  ### [1.3.2](https://github.com/eea/volto-eea-website-theme/compare/1.3.1...1.3.2) - 16 December 2022
1165
1195
 
@@ -1169,6 +1199,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1169
1199
 
1170
1200
  #### :hammer_and_wrench: Others
1171
1201
 
1202
+ - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`a43c658`](https://github.com/eea/volto-eea-website-theme/commit/a43c658a7920c8df95e763b9a637f38ce77eba2c)]
1172
1203
  - Better razzle.config [Tiberiu Ichim - [`81dbf48`](https://github.com/eea/volto-eea-website-theme/commit/81dbf48815fb27facb4f82c9b764540fdf188b2e)]
1173
1204
  - Better razzle.config [Tiberiu Ichim - [`7bc9da2`](https://github.com/eea/volto-eea-website-theme/commit/7bc9da2cd837ab62a95cd29979cdd9b0055b7d67)]
1174
1205
  ### [1.3.1](https://github.com/eea/volto-eea-website-theme/compare/1.3.0...1.3.1) - 28 November 2022
@@ -1179,6 +1210,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1179
1210
 
1180
1211
  #### :hammer_and_wrench: Others
1181
1212
 
1213
+ - yarn 3 [Alin Voinea - [`ea7a709`](https://github.com/eea/volto-eea-website-theme/commit/ea7a7094945312776e9b6f44e371178603e92139)]
1182
1214
  ### [1.3.0](https://github.com/eea/volto-eea-website-theme/compare/1.2.0...1.3.0) - 22 November 2022
1183
1215
 
1184
1216
  #### :rocket: New Features
@@ -1219,6 +1251,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1219
1251
  - Add subsite class to body [Tiberiu Ichim - [`74d700f`](https://github.com/eea/volto-eea-website-theme/commit/74d700fbfd6249a8604762a7e4e49cce857db0f3)]
1220
1252
  - Add subsite info to header [Tiberiu Ichim - [`47daf8b`](https://github.com/eea/volto-eea-website-theme/commit/47daf8bb6374a1222040626b19d4154df7ba1b83)]
1221
1253
  - fix eslint [Miu Razvan - [`eb8d0a7`](https://github.com/eea/volto-eea-website-theme/commit/eb8d0a790bc70c0aae256c6ff35f63c4885f338e)]
1254
+ - Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`cc578a4`](https://github.com/eea/volto-eea-website-theme/commit/cc578a413b205a8e61e091fab3a88f94cedefc89)]
1222
1255
  ### [1.1.0](https://github.com/eea/volto-eea-website-theme/compare/1.0.0...1.1.0) - 28 October 2022
1223
1256
 
1224
1257
  #### :nail_care: Enhancements
@@ -1266,6 +1299,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1266
1299
 
1267
1300
  #### :hammer_and_wrench: Others
1268
1301
 
1302
+ - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`33b56ac`](https://github.com/eea/volto-eea-website-theme/commit/33b56acb13fbaf0c5b79e8fc6e13c4b699c79c90)]
1269
1303
  ### [0.7.3](https://github.com/eea/volto-eea-website-theme/compare/0.7.2...0.7.3) - 22 September 2022
1270
1304
 
1271
1305
  #### :hammer_and_wrench: Others
@@ -1533,6 +1567,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1533
1567
  - Header refactor, add custom logo #5 [ichim-david - [`4950235`](https://github.com/eea/volto-eea-website-theme/commit/49502358105437cfeac3b144e6d301cb59aa2346)]
1534
1568
  - Update footer.config with new publication card component [ichim-david - [`2e38e9a`](https://github.com/eea/volto-eea-website-theme/commit/2e38e9a417f835009d60c80d4eb4b30229f55e45)]
1535
1569
  - feature(breadcrumbs): implement eea-design-system breadcrumb as Volto component #32 #7 [ichim-david - [`181af41`](https://github.com/eea/volto-eea-website-theme/commit/181af4125ce2b9ddac56dab4723cb11c26633221)]
1570
+ - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`da8ceb6`](https://github.com/eea/volto-eea-website-theme/commit/da8ceb68ea68bfbc9504e48ccd4d68277f11ab9a)]
1536
1571
  - use breadcrumbs from eea-design-system [nileshgulia1 - [`db2f9e9`](https://github.com/eea/volto-eea-website-theme/commit/db2f9e9a4327420a3cce9a9903cd88549b129eab)]
1537
1572
  - Update theme.config [ichim-david - [`8eca4f4`](https://github.com/eea/volto-eea-website-theme/commit/8eca4f40397a4aeca6d39029c92db78968d37064)]
1538
1573
  - Added keyContent component to theme.config [ichim-david - [`d86f202`](https://github.com/eea/volto-eea-website-theme/commit/d86f202d0274d839487a88b51cae9a0e899beb23)]
@@ -1574,4 +1609,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1574
1609
 
1575
1610
  #### :hammer_and_wrench: Others
1576
1611
 
1612
+ - yarn bootstrap [Alin Voinea - [`6995e9e`](https://github.com/eea/volto-eea-website-theme/commit/6995e9e091f21fdbbdffa8a44fc0e2c626f6d46a)]
1577
1613
  - Initial commit [Alin Voinea - [`6a9c03a`](https://github.com/eea/volto-eea-website-theme/commit/6a9c03a7cebe71ca87e82cf58c42904063e9d8d3)]
@@ -412,6 +412,9 @@ module.exports = {
412
412
  'config\\.[jt]sx?$',
413
413
  ],
414
414
  moduleNameMapper: {
415
+ // Mock external modules that may not be available in test environment
416
+ 'volto-subsites/utils': `<rootDir>/src/addons/${addonName}/src/__mocks__/volto-subsites-utils.js`,
417
+ 'redux-localstorage-simple-original': `<rootDir>/src/addons/${addonName}/src/__mocks__/redux-localstorage-simple-original.js`,
415
418
  '\\.(css|less|scss|sass)$': 'identity-obj-proxy',
416
419
  '@plone/volto/cypress': '<rootDir>/node_modules/@plone/volto/cypress',
417
420
  '@plone/volto/babel': '<rootDir>/node_modules/@plone/volto/babel',
@@ -421,6 +424,9 @@ module.exports = {
421
424
  '@plone/volto-quanta/(.*)$': '<rootDir>/src/addons/volto-quanta/src/$1',
422
425
  '@eeacms/search/(.*)$': '<rootDir>/src/addons/volto-searchlib/searchlib/$1',
423
426
  '@eeacms/search': '<rootDir>/src/addons/volto-searchlib/searchlib',
427
+ // IMPORTANT: Map current addon to local source BEFORE the generic @eeacms pattern
428
+ // This ensures tests use the local development version instead of node_modules
429
+ [`^@eeacms/${addonName}/(.*)$`]: `<rootDir>/src/addons/${addonName}/src/$1`,
424
430
  '@eeacms/(.*?)/(.*)$': '<rootDir>/node_modules/@eeacms/$1/src/$2',
425
431
  '@plone/volto-slate$':
426
432
  '<rootDir>/node_modules/@plone/volto/packages/volto-slate/src',
@@ -71,6 +71,11 @@ msgstr ""
71
71
  msgid "Load Main Navigation Routes"
72
72
  msgstr ""
73
73
 
74
+ #. Default: "Looking for something specific?"
75
+ #: components/theme/NotFound/GoneView
76
+ msgid "Looking for something specific?"
77
+ msgstr ""
78
+
74
79
  #. Default: "Menu Item Children List Columns"
75
80
  #: components/theme/Widgets/NavigationBehaviorWidget
76
81
  msgid "Menu Item Children List Columns"
@@ -150,11 +155,26 @@ msgstr ""
150
155
  msgid "Site"
151
156
  msgstr ""
152
157
 
158
+ #. Default: "This content was part of our previous website and is no longer available. We've recently upgraded our platform and restructured our content to serve you better."
159
+ #: components/theme/NotFound/GoneView
160
+ msgid "This content was part of our previous website and is no longer available. We've recently upgraded our platform and restructured our content to serve you better."
161
+ msgstr ""
162
+
163
+ #. Default: "This page has been retired"
164
+ #: components/theme/NotFound/GoneView
165
+ msgid "This page has been retired"
166
+ msgstr ""
167
+
153
168
  #. Default: "Title"
154
169
  #: components/theme/Widgets/CreatableSelectWidget
155
170
  msgid "Title"
156
171
  msgstr ""
157
172
 
173
+ #. Default: "Try our {search} or visit our {homepage} to find what you need on our updated site."
174
+ #: components/theme/NotFound/GoneView
175
+ msgid "Try our {search} or visit our {homepage} to find what you need on our updated site."
176
+ msgstr ""
177
+
158
178
  #. Default: "Type text..."
159
179
  #: components/theme/Widgets/ADUserGroupSelectWidget
160
180
  #: components/theme/Widgets/UserSelectWidget
@@ -181,6 +201,31 @@ msgstr ""
181
201
  msgid "User"
182
202
  msgstr ""
183
203
 
204
+ #. Default: "View archived version"
205
+ #: components/theme/NotFound/GoneView
206
+ msgid "View archived version"
207
+ msgstr ""
208
+
209
+ #. Default: "Wayback Machine"
210
+ #: components/theme/NotFound/GoneView
211
+ msgid "Wayback Machine"
212
+ msgstr ""
213
+
214
+ #. Default: "What you can do?"
215
+ #: components/theme/NotFound/GoneView
216
+ msgid "What you can do?"
217
+ msgstr ""
218
+
219
+ #. Default: "You may be able to find an archived copy of this page on the {archive_url}"
220
+ #: components/theme/NotFound/GoneView
221
+ msgid "You may be able to find an archived copy of this page on the {archive_url}"
222
+ msgstr ""
223
+
224
+ #. Default: "homepage"
225
+ #: components/theme/NotFound/GoneView
226
+ msgid "homepage"
227
+ msgstr ""
228
+
184
229
  #. Default: "Restrict access to this block based on user permissions"
185
230
  #: index
186
231
  msgid "restrictedBlockDescription"
@@ -195,3 +240,8 @@ msgstr ""
195
240
  #: components/theme/Banner/View
196
241
  msgid "rssFeed"
197
242
  msgstr ""
243
+
244
+ #. Default: "search"
245
+ #: components/theme/NotFound/GoneView
246
+ msgid "search"
247
+ msgstr ""
@@ -71,6 +71,11 @@ msgstr ""
71
71
  msgid "Load Main Navigation Routes"
72
72
  msgstr ""
73
73
 
74
+ #. Default: "Looking for something specific?"
75
+ #: components/theme/NotFound/GoneView
76
+ msgid "Looking for something specific?"
77
+ msgstr ""
78
+
74
79
  #. Default: "Menu Item Children List Columns"
75
80
  #: components/theme/Widgets/NavigationBehaviorWidget
76
81
  msgid "Menu Item Children List Columns"
@@ -150,11 +155,26 @@ msgstr ""
150
155
  msgid "Site"
151
156
  msgstr ""
152
157
 
158
+ #. Default: "This content was part of our previous website and is no longer available. We've recently upgraded our platform and restructured our content to serve you better."
159
+ #: components/theme/NotFound/GoneView
160
+ msgid "This content was part of our previous website and is no longer available. We've recently upgraded our platform and restructured our content to serve you better."
161
+ msgstr ""
162
+
163
+ #. Default: "This page has been retired"
164
+ #: components/theme/NotFound/GoneView
165
+ msgid "This page has been retired"
166
+ msgstr ""
167
+
153
168
  #. Default: "Title"
154
169
  #: components/theme/Widgets/CreatableSelectWidget
155
170
  msgid "Title"
156
171
  msgstr ""
157
172
 
173
+ #. Default: "Try our {search} or visit our {homepage} to find what you need on our updated site."
174
+ #: components/theme/NotFound/GoneView
175
+ msgid "Try our {search} or visit our {homepage} to find what you need on our updated site."
176
+ msgstr ""
177
+
158
178
  #. Default: "Type text..."
159
179
  #: components/theme/Widgets/ADUserGroupSelectWidget
160
180
  #: components/theme/Widgets/UserSelectWidget
@@ -181,6 +201,31 @@ msgstr ""
181
201
  msgid "User"
182
202
  msgstr ""
183
203
 
204
+ #. Default: "View archived version"
205
+ #: components/theme/NotFound/GoneView
206
+ msgid "View archived version"
207
+ msgstr ""
208
+
209
+ #. Default: "Wayback Machine"
210
+ #: components/theme/NotFound/GoneView
211
+ msgid "Wayback Machine"
212
+ msgstr ""
213
+
214
+ #. Default: "What you can do?"
215
+ #: components/theme/NotFound/GoneView
216
+ msgid "What you can do?"
217
+ msgstr ""
218
+
219
+ #. Default: "You may be able to find an archived copy of this page on the {archive_url}"
220
+ #: components/theme/NotFound/GoneView
221
+ msgid "You may be able to find an archived copy of this page on the {archive_url}"
222
+ msgstr ""
223
+
224
+ #. Default: "homepage"
225
+ #: components/theme/NotFound/GoneView
226
+ msgid "homepage"
227
+ msgstr ""
228
+
184
229
  #. Default: "Restrict access to this block based on user permissions"
185
230
  #: index
186
231
  msgid "restrictedBlockDescription"
@@ -195,3 +240,8 @@ msgstr ""
195
240
  #: components/theme/Banner/View
196
241
  msgid "rssFeed"
197
242
  msgstr ""
243
+
244
+ #. Default: "search"
245
+ #: components/theme/NotFound/GoneView
246
+ msgid "search"
247
+ msgstr ""
@@ -71,6 +71,11 @@ msgstr ""
71
71
  msgid "Load Main Navigation Routes"
72
72
  msgstr ""
73
73
 
74
+ #. Default: "Looking for something specific?"
75
+ #: components/theme/NotFound/GoneView
76
+ msgid "Looking for something specific?"
77
+ msgstr ""
78
+
74
79
  #. Default: "Menu Item Children List Columns"
75
80
  #: components/theme/Widgets/NavigationBehaviorWidget
76
81
  msgid "Menu Item Children List Columns"
@@ -150,11 +155,26 @@ msgstr ""
150
155
  msgid "Site"
151
156
  msgstr ""
152
157
 
158
+ #. Default: "This content was part of our previous website and is no longer available. We've recently upgraded our platform and restructured our content to serve you better."
159
+ #: components/theme/NotFound/GoneView
160
+ msgid "This content was part of our previous website and is no longer available. We've recently upgraded our platform and restructured our content to serve you better."
161
+ msgstr ""
162
+
163
+ #. Default: "This page has been retired"
164
+ #: components/theme/NotFound/GoneView
165
+ msgid "This page has been retired"
166
+ msgstr ""
167
+
153
168
  #. Default: "Title"
154
169
  #: components/theme/Widgets/CreatableSelectWidget
155
170
  msgid "Title"
156
171
  msgstr ""
157
172
 
173
+ #. Default: "Try our {search} or visit our {homepage} to find what you need on our updated site."
174
+ #: components/theme/NotFound/GoneView
175
+ msgid "Try our {search} or visit our {homepage} to find what you need on our updated site."
176
+ msgstr ""
177
+
158
178
  #. Default: "Type text..."
159
179
  #: components/theme/Widgets/ADUserGroupSelectWidget
160
180
  #: components/theme/Widgets/UserSelectWidget
@@ -181,6 +201,31 @@ msgstr ""
181
201
  msgid "User"
182
202
  msgstr ""
183
203
 
204
+ #. Default: "View archived version"
205
+ #: components/theme/NotFound/GoneView
206
+ msgid "View archived version"
207
+ msgstr ""
208
+
209
+ #. Default: "Wayback Machine"
210
+ #: components/theme/NotFound/GoneView
211
+ msgid "Wayback Machine"
212
+ msgstr ""
213
+
214
+ #. Default: "What you can do?"
215
+ #: components/theme/NotFound/GoneView
216
+ msgid "What you can do?"
217
+ msgstr ""
218
+
219
+ #. Default: "You may be able to find an archived copy of this page on the {archive_url}"
220
+ #: components/theme/NotFound/GoneView
221
+ msgid "You may be able to find an archived copy of this page on the {archive_url}"
222
+ msgstr ""
223
+
224
+ #. Default: "homepage"
225
+ #: components/theme/NotFound/GoneView
226
+ msgid "homepage"
227
+ msgstr ""
228
+
184
229
  #. Default: "Restrict access to this block based on user permissions"
185
230
  #: index
186
231
  msgid "restrictedBlockDescription"
@@ -195,3 +240,8 @@ msgstr ""
195
240
  #: components/theme/Banner/View
196
241
  msgid "rssFeed"
197
242
  msgstr ""
243
+
244
+ #. Default: "search"
245
+ #: components/theme/NotFound/GoneView
246
+ msgid "search"
247
+ msgstr ""
@@ -71,6 +71,11 @@ msgstr ""
71
71
  msgid "Load Main Navigation Routes"
72
72
  msgstr ""
73
73
 
74
+ #. Default: "Looking for something specific?"
75
+ #: components/theme/NotFound/GoneView
76
+ msgid "Looking for something specific?"
77
+ msgstr ""
78
+
74
79
  #. Default: "Menu Item Children List Columns"
75
80
  #: components/theme/Widgets/NavigationBehaviorWidget
76
81
  msgid "Menu Item Children List Columns"
@@ -150,11 +155,26 @@ msgstr ""
150
155
  msgid "Site"
151
156
  msgstr ""
152
157
 
158
+ #. Default: "This content was part of our previous website and is no longer available. We've recently upgraded our platform and restructured our content to serve you better."
159
+ #: components/theme/NotFound/GoneView
160
+ msgid "This content was part of our previous website and is no longer available. We've recently upgraded our platform and restructured our content to serve you better."
161
+ msgstr ""
162
+
163
+ #. Default: "This page has been retired"
164
+ #: components/theme/NotFound/GoneView
165
+ msgid "This page has been retired"
166
+ msgstr ""
167
+
153
168
  #. Default: "Title"
154
169
  #: components/theme/Widgets/CreatableSelectWidget
155
170
  msgid "Title"
156
171
  msgstr ""
157
172
 
173
+ #. Default: "Try our {search} or visit our {homepage} to find what you need on our updated site."
174
+ #: components/theme/NotFound/GoneView
175
+ msgid "Try our {search} or visit our {homepage} to find what you need on our updated site."
176
+ msgstr ""
177
+
158
178
  #. Default: "Type text..."
159
179
  #: components/theme/Widgets/ADUserGroupSelectWidget
160
180
  #: components/theme/Widgets/UserSelectWidget
@@ -181,6 +201,31 @@ msgstr ""
181
201
  msgid "User"
182
202
  msgstr ""
183
203
 
204
+ #. Default: "View archived version"
205
+ #: components/theme/NotFound/GoneView
206
+ msgid "View archived version"
207
+ msgstr ""
208
+
209
+ #. Default: "Wayback Machine"
210
+ #: components/theme/NotFound/GoneView
211
+ msgid "Wayback Machine"
212
+ msgstr ""
213
+
214
+ #. Default: "What you can do?"
215
+ #: components/theme/NotFound/GoneView
216
+ msgid "What you can do?"
217
+ msgstr ""
218
+
219
+ #. Default: "You may be able to find an archived copy of this page on the {archive_url}"
220
+ #: components/theme/NotFound/GoneView
221
+ msgid "You may be able to find an archived copy of this page on the {archive_url}"
222
+ msgstr ""
223
+
224
+ #. Default: "homepage"
225
+ #: components/theme/NotFound/GoneView
226
+ msgid "homepage"
227
+ msgstr ""
228
+
184
229
  #. Default: "Restrict access to this block based on user permissions"
185
230
  #: index
186
231
  msgid "restrictedBlockDescription"
@@ -195,3 +240,8 @@ msgstr ""
195
240
  #: components/theme/Banner/View
196
241
  msgid "rssFeed"
197
242
  msgstr ""
243
+
244
+ #. Default: "search"
245
+ #: components/theme/NotFound/GoneView
246
+ msgid "search"
247
+ msgstr ""
package/locales/volto.pot CHANGED
@@ -1,7 +1,7 @@
1
1
  msgid ""
2
2
  msgstr ""
3
3
  "Project-Id-Version: Plone\n"
4
- "POT-Creation-Date: 2025-12-04T18:19:53.476Z\n"
4
+ "POT-Creation-Date: 2025-12-04T19:35:19.710Z\n"
5
5
  "Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
6
6
  "Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
7
7
  "Content-Type: text/plain; charset=utf-8\n"
@@ -73,6 +73,11 @@ msgstr ""
73
73
  msgid "Load Main Navigation Routes"
74
74
  msgstr ""
75
75
 
76
+ #. Default: "Looking for something specific?"
77
+ #: components/theme/NotFound/GoneView
78
+ msgid "Looking for something specific?"
79
+ msgstr ""
80
+
76
81
  #. Default: "Menu Item Children List Columns"
77
82
  #: components/theme/Widgets/NavigationBehaviorWidget
78
83
  msgid "Menu Item Children List Columns"
@@ -152,11 +157,26 @@ msgstr ""
152
157
  msgid "Site"
153
158
  msgstr ""
154
159
 
160
+ #. Default: "This content was part of our previous website and is no longer available. We've recently upgraded our platform and restructured our content to serve you better."
161
+ #: components/theme/NotFound/GoneView
162
+ msgid "This content was part of our previous website and is no longer available. We've recently upgraded our platform and restructured our content to serve you better."
163
+ msgstr ""
164
+
165
+ #. Default: "This page has been retired"
166
+ #: components/theme/NotFound/GoneView
167
+ msgid "This page has been retired"
168
+ msgstr ""
169
+
155
170
  #. Default: "Title"
156
171
  #: components/theme/Widgets/CreatableSelectWidget
157
172
  msgid "Title"
158
173
  msgstr ""
159
174
 
175
+ #. Default: "Try our {search} or visit our {homepage} to find what you need on our updated site."
176
+ #: components/theme/NotFound/GoneView
177
+ msgid "Try our {search} or visit our {homepage} to find what you need on our updated site."
178
+ msgstr ""
179
+
160
180
  #. Default: "Type text..."
161
181
  #: components/theme/Widgets/ADUserGroupSelectWidget
162
182
  #: components/theme/Widgets/UserSelectWidget
@@ -183,6 +203,31 @@ msgstr ""
183
203
  msgid "User"
184
204
  msgstr ""
185
205
 
206
+ #. Default: "View archived version"
207
+ #: components/theme/NotFound/GoneView
208
+ msgid "View archived version"
209
+ msgstr ""
210
+
211
+ #. Default: "Wayback Machine"
212
+ #: components/theme/NotFound/GoneView
213
+ msgid "Wayback Machine"
214
+ msgstr ""
215
+
216
+ #. Default: "What you can do?"
217
+ #: components/theme/NotFound/GoneView
218
+ msgid "What you can do?"
219
+ msgstr ""
220
+
221
+ #. Default: "You may be able to find an archived copy of this page on the {archive_url}"
222
+ #: components/theme/NotFound/GoneView
223
+ msgid "You may be able to find an archived copy of this page on the {archive_url}"
224
+ msgstr ""
225
+
226
+ #. Default: "homepage"
227
+ #: components/theme/NotFound/GoneView
228
+ msgid "homepage"
229
+ msgstr ""
230
+
186
231
  #. Default: "Restrict access to this block based on user permissions"
187
232
  #: index
188
233
  msgid "restrictedBlockDescription"
@@ -197,3 +242,8 @@ msgstr ""
197
242
  #: components/theme/Banner/View
198
243
  msgid "rssFeed"
199
244
  msgstr ""
245
+
246
+ #. Default: "search"
247
+ #: components/theme/NotFound/GoneView
248
+ msgid "search"
249
+ msgstr ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-website-theme",
3
- "version": "3.16.0",
3
+ "version": "3.17.1",
4
4
  "description": "@eeacms/volto-eea-website-theme: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -28,7 +28,7 @@
28
28
  "@eeacms/volto-anchors": "*",
29
29
  "@eeacms/volto-block-style": "*",
30
30
  "@eeacms/volto-block-toc": "*",
31
- "@eeacms/volto-eea-design-system": "*",
31
+ "@eeacms/volto-eea-design-system": "eea/volto-eea-design-system#develop",
32
32
  "@eeacms/volto-group-block": "*",
33
33
  "volto-subsites": "*"
34
34
  },
@@ -0,0 +1,3 @@
1
+ // Mock for redux-localstorage-simple-original
2
+ export const save = jest.fn(() => () => (next) => (action) => next(action));
3
+ export const load = jest.fn(() => ({}));
@@ -0,0 +1,2 @@
1
+ // Mock for volto-subsites/utils
2
+ export const isSubsiteRoot = jest.fn(() => false);