@eeacms/volto-cca-policy 0.2.25 → 0.2.27

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 (23) hide show
  1. package/CHANGELOG.md +34 -8
  2. package/package.json +1 -1
  3. package/src/cntrg.data +39487 -1
  4. package/src/components/manage/Blocks/CollectionStatistics/CollectionStatsView.jsx +9 -1
  5. package/src/components/manage/Blocks/CollectionStatistics/index.js +7 -7
  6. package/src/components/manage/Blocks/CollectionStatistics/styles.less +1 -1
  7. package/src/components/manage/Blocks/ContentLinks/DropdownListView.test.jsx +78 -0
  8. package/src/components/manage/Blocks/CountryMapProfile/Interactions.jsx +7 -0
  9. package/src/components/manage/Blocks/CountryMapProfile/OLView.jsx +7 -2
  10. package/src/components/manage/Blocks/CountryMapProfile/mapstyle.js +4 -4
  11. package/src/components/manage/Blocks/CountryMapProfile/styles.less +10 -0
  12. package/src/components/manage/Blocks/FilterAceContent/FilterAceContentView.jsx +151 -43
  13. package/src/components/manage/Blocks/FilterAceContent/schema.js +1 -0
  14. package/src/components/manage/Blocks/FilterAceContent/style.less +16 -0
  15. package/src/components/manage/Blocks/Listing/DropdownListingView.test.jsx +67 -0
  16. package/src/components/manage/Blocks/RelevantAceContent/RelevantAceContentView.jsx +17 -11
  17. package/src/components/manage/Blocks/SearchAceContent/SearchAceContentView.jsx +13 -7
  18. package/src/helpers/country_map/countryMap.js +15 -49
  19. package/theme/globals/blocks.less +90 -0
  20. package/theme/globals/site.overrides +1 -0
  21. package/theme/globals/site.variables +2 -2
  22. package/src/components/manage/Blocks/CountryMapHeatIndex/euro-countries-simplified.js +0 -46195
  23. package/src/components/manage/Blocks/CountryMapProfile/euro-countries-simplified.js +0 -46195
package/CHANGELOG.md CHANGED
@@ -4,6 +4,40 @@ 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.27](https://github.com/eea/volto-cca-policy/compare/0.2.26...0.2.27) - 20 May 2024
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: map height [kreafox - [`6b5c6a1`](https://github.com/eea/volto-cca-policy/commit/6b5c6a1362fbff9f35fa271e62c5444933d683be)]
12
+
13
+ #### :house: Internal changes
14
+
15
+ - style: Automated code fix [eea-jenkins - [`8bcbdb2`](https://github.com/eea/volto-cca-policy/commit/8bcbdb23e9d83dcc40d2e60004fca47bf6922217)]
16
+
17
+ #### :hammer_and_wrench: Others
18
+
19
+ - test: increase coverage [kreafox - [`1bd6dc0`](https://github.com/eea/volto-cca-policy/commit/1bd6dc0ecebd7fa9a93289c3acb996da1e188fbd)]
20
+ - Show View All link [Tiberiu Ichim - [`ae1dcee`](https://github.com/eea/volto-cca-policy/commit/ae1dceecf20a94db2def9573afe9d8c04b4bd33b)]
21
+ - Refs #269158 - singular portalTypes [Tripon Eugen - [`19b3c7e`](https://github.com/eea/volto-cca-policy/commit/19b3c7e119255b6cc4e6f4f309ec95ccb74c94ea)]
22
+ - Refs #269158 - update colelction statiscs portalTypes [Tripon Eugen - [`7e035a0`](https://github.com/eea/volto-cca-policy/commit/7e035a0bbf72f064631807cfa4d2b0eee4763e63)]
23
+ - test: increase coverage [kreafox - [`15af73a`](https://github.com/eea/volto-cca-policy/commit/15af73a899e8c337c3a237b1c691a36579c57cd3)]
24
+ - fix stylint [kreafox - [`4a80b86`](https://github.com/eea/volto-cca-policy/commit/4a80b8616c94bf539d3b4aa0bd1ff95fd82c9200)]
25
+ - fix stylint [kreafox - [`0674336`](https://github.com/eea/volto-cca-policy/commit/06743361d9d5eea7fa5c5f5157e0d4a881f5ca39)]
26
+ - stylint [kreafox - [`144e541`](https://github.com/eea/volto-cca-policy/commit/144e541ce586c32007361f0bd39b7768302c41d5)]
27
+ - Change map height [Tiberiu Ichim - [`c23bde1`](https://github.com/eea/volto-cca-policy/commit/c23bde1b5c359d0b64ac46b9efac09e088f26252)]
28
+ - Don't need euro-countries-simplified.js [Tiberiu Ichim - [`2a78425`](https://github.com/eea/volto-cca-policy/commit/2a78425400ed9a38300594423d940905aa3eb3c5)]
29
+ - Better map styling [Tiberiu Ichim - [`01cb22e`](https://github.com/eea/volto-cca-policy/commit/01cb22e84884af8539e8a822ad691713cbb9143e)]
30
+ - Fix map interaction [Tiberiu Ichim - [`f49aea2`](https://github.com/eea/volto-cca-policy/commit/f49aea2c4dff5fe38dcf63897a3354b610b4eab1)]
31
+ ### [0.2.26](https://github.com/eea/volto-cca-policy/compare/0.2.25...0.2.26) - 17 May 2024
32
+
33
+ #### :house: Internal changes
34
+
35
+ - style: improve styling for tiles listing [kreafox - [`731c9e3`](https://github.com/eea/volto-cca-policy/commit/731c9e39eefcba2739b2e2f52e1cd695882e2704)]
36
+
37
+ #### :hammer_and_wrench: Others
38
+
39
+ - test: update snapshots [kreafox - [`5e47286`](https://github.com/eea/volto-cca-policy/commit/5e47286700aa6b0a70e2636e988eaabb631e62c5)]
40
+ - Fallback to effective in sort [Tiberiu Ichim - [`3c77aaa`](https://github.com/eea/volto-cca-policy/commit/3c77aaa9aca8280bf4df516b5adde6ab7e35d706)]
7
41
  ### [0.2.25](https://github.com/eea/volto-cca-policy/compare/0.2.24...0.2.25) - 16 May 2024
8
42
 
9
43
  #### :bug: Bug Fixes
@@ -1190,13 +1224,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1190
1224
  - Refs #260715 rast-block wip [Tripon Eugen - [`f19d54e`](https://github.com/eea/volto-cca-policy/commit/f19d54e0b9a6a86bf344eb85b6a1cda7f3de91bf)]
1191
1225
  - Refs #260715 rast-block wip [Tripon Eugen - [`2828537`](https://github.com/eea/volto-cca-policy/commit/2828537b6c084cd1a82162d552fb4ef025b71f9f)]
1192
1226
  - Refs #260715 rast-block updates [Tripon Eugen - [`1e803e5`](https://github.com/eea/volto-cca-policy/commit/1e803e5bd3d3fb7558f261c76c68866be7beb8b5)]
1193
- - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`0a15e1b`](https://github.com/eea/volto-cca-policy/commit/0a15e1b2ad081233685e80d5b3c60a8663f6b896)]
1194
- - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`9554e44`](https://github.com/eea/volto-cca-policy/commit/9554e44c92a621a52b2adb5a4830fb084ee5734b)]
1195
1227
  ### [0.1.49](https://github.com/eea/volto-cca-policy/compare/0.1.48...0.1.49) - 15 November 2023
1196
1228
 
1197
1229
  #### :house: Internal changes
1198
1230
 
1199
- - chore: [JENKINS] Refactor automated testing [valentinab25 - [`7b820a6`](https://github.com/eea/volto-cca-policy/commit/7b820a6369c2ddd5203b1a4abe352cb4bb43db7a)]
1200
1231
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`f0a8061`](https://github.com/eea/volto-cca-policy/commit/f0a8061c275c236deb00087c23fac9860a073106)]
1201
1232
 
1202
1233
  #### :hammer_and_wrench: Others
@@ -1213,9 +1244,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1213
1244
  - Refs #259267 - jenkins test [Tripon Eugen - [`cacd31e`](https://github.com/eea/volto-cca-policy/commit/cacd31e7b1afe0983674ed5c7632d2e1d7fa752e)]
1214
1245
  - Refs #259267 - jenkins [Tripon Eugen - [`5b3affe`](https://github.com/eea/volto-cca-policy/commit/5b3affee8401239de10097884c1b7f2349d15ec0)]
1215
1246
  - Refs #259267 - add When, lead image and title to files [Tripon Eugen - [`2cedb23`](https://github.com/eea/volto-cca-policy/commit/2cedb237f898af9057e13fba94b615ef71077204)]
1216
- - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`4d607a5`](https://github.com/eea/volto-cca-policy/commit/4d607a576e9d0a5c34e48c41b409e7df616ee3d6)]
1217
- - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`b7f74d5`](https://github.com/eea/volto-cca-policy/commit/b7f74d53513a6edbfbca5cb6d19687929bb1e5db)]
1218
- - test: [JENKINS] Improve cypress time [valentinab25 - [`db65617`](https://github.com/eea/volto-cca-policy/commit/db656173391f65157098d95d388c25f6429753d8)]
1219
1247
  - Refs #259267 - cca event blocks attachments and check not mandatoty fields [Tripon Eugen - [`3138e5a`](https://github.com/eea/volto-cca-policy/commit/3138e5afb5bfbdbed14e27ed457b16867b7fa414)]
1220
1248
  - Refs #256681 - Fix error in CCA Event view menu. ([React Intl] An id must be provided to format a message.) [GhitaB - [`517eeb8`](https://github.com/eea/volto-cca-policy/commit/517eeb817264a47bbfd6b9b7d22aaf22d44ed224)]
1221
1249
  - Refs #161485 - Fix ECDE name conflict. [GhitaB - [`8bfd99f`](https://github.com/eea/volto-cca-policy/commit/8bfd99ff68bb82a04d1c0ed625fa514fcf46289e)]
@@ -1432,7 +1460,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1432
1460
 
1433
1461
  #### :house: Internal changes
1434
1462
 
1435
- - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`ad1ced0`](https://github.com/eea/volto-cca-policy/commit/ad1ced0971ba116c13a3b5fcc039172cc915c919)]
1436
1463
 
1437
1464
  #### :hammer_and_wrench: Others
1438
1465
 
@@ -1913,7 +1940,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1913
1940
  #### :hammer_and_wrench: Others
1914
1941
 
1915
1942
  - Refs #158294 - Update supported languages list. [GhitaB - [`0a4f91f`](https://github.com/eea/volto-cca-policy/commit/0a4f91f39b7edc367bd4c127d6a8f273c7788361)]
1916
- - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`8f1f9ce`](https://github.com/eea/volto-cca-policy/commit/8f1f9ce6c22805670cc0800d3c779b6d619d0f31)]
1917
1943
  ### [0.1.1](https://github.com/eea/volto-cca-policy/compare/0.1.0...0.1.1) - 13 December 2022
1918
1944
 
1919
1945
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.2.25",
3
+ "version": "0.2.27",
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",