@eeacms/volto-cca-policy 0.3.15 → 0.3.17

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 (41) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/locales/bg/LC_MESSAGES/volto.po +815 -341
  3. package/locales/cs/LC_MESSAGES/volto.po +764 -320
  4. package/locales/de/LC_MESSAGES/volto.po +794 -317
  5. package/locales/eea.cca.pot +280 -1
  6. package/locales/en/LC_MESSAGES/volto.po +459 -55
  7. package/locales/es/LC_MESSAGES/volto.po +776 -298
  8. package/locales/et/LC_MESSAGES/volto.po +760 -322
  9. package/locales/fi/LC_MESSAGES/volto.po +796 -334
  10. package/locales/fr/LC_MESSAGES/volto.po +808 -324
  11. package/locales/ga/LC_MESSAGES/volto.po +831 -348
  12. package/locales/hr/LC_MESSAGES/volto.po +762 -319
  13. package/locales/hu/LC_MESSAGES/volto.po +831 -342
  14. package/locales/it/LC_MESSAGES/volto.po +775 -310
  15. package/locales/lt/LC_MESSAGES/volto.po +779 -329
  16. package/locales/nl/LC_MESSAGES/volto.po +805 -330
  17. package/locales/pl/LC_MESSAGES/volto.po +737 -292
  18. package/locales/pt/LC_MESSAGES/volto.po +793 -328
  19. package/locales/ro/LC_MESSAGES/volto.po +797 -326
  20. package/locales/sl/LC_MESSAGES/volto.po +782 -327
  21. package/locales/volto.pot +30 -1
  22. package/package.json +1 -1
  23. package/src/components/manage/Blocks/CountryProfileDetail/View.js +1 -2
  24. package/src/components/manage/Blocks/MissionSignatoriesProfile/AccordionList.jsx +41 -0
  25. package/src/components/manage/Blocks/MissionSignatoriesProfile/MissionSignatoriesProfileEdit.js +28 -0
  26. package/src/components/manage/Blocks/MissionSignatoriesProfile/MissionSignatoriesProfileView.js +66 -0
  27. package/src/components/manage/Blocks/MissionSignatoriesProfile/MissionSignatoriesProfileView.test.jsx +43 -0
  28. package/src/components/manage/Blocks/MissionSignatoriesProfile/StatisticsSection.jsx +20 -0
  29. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/ActionPagesTab.jsx +27 -0
  30. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/AssessmentTab.jsx +30 -0
  31. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/GovernanceTab.jsx +92 -0
  32. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/IntroductionTab.jsx +25 -0
  33. package/src/components/manage/Blocks/MissionSignatoriesProfile/TabSections/PlanningTab.jsx +28 -0
  34. package/src/components/manage/Blocks/MissionSignatoriesProfile/index.js +25 -0
  35. package/src/components/manage/Blocks/MissionSignatoriesProfile/schema.js +18 -0
  36. package/src/components/manage/Blocks/MissionSignatoriesProfile/style.less +5 -0
  37. package/src/components/manage/Blocks/index.js +2 -0
  38. package/src/helpers/ContentMetadata.jsx +21 -2
  39. package/src/helpers/Utils.jsx +27 -9
  40. package/src/utils.js +15 -1
  41. package/theme/globals/mission.less +16 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +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
+ ### [0.3.17](https://github.com/eea/volto-cca-policy/compare/0.3.16...0.3.17) - 19 March 2025
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat: add formatTextToHTML to handle newlines as paragraph and line breaks - refs #285361 [kreafox - [`b4c3729`](https://github.com/eea/volto-cca-policy/commit/b4c3729d69239d699ea5f7aed2b19b1336509d31)]
12
+ - feat: add sections in mission signatories profile view - refs #285361 [kreafox - [`1a47d99`](https://github.com/eea/volto-cca-policy/commit/1a47d991e3d456c403e1b419abc4badd677572ac)]
13
+
14
+ ### [0.3.16](https://github.com/eea/volto-cca-policy/compare/0.3.15...0.3.16) - 17 March 2025
15
+
16
+ #### :rocket: New Features
17
+
18
+ - feat(block): add mission signatories profile block [kreafox - [`818f2ee`](https://github.com/eea/volto-cca-policy/commit/818f2eee63310c8d461fefc0d973882768a71fdb)]
19
+
20
+ #### :bug: Bug Fixes
21
+
22
+ - fix: multiple semantic-ui-react imports [kreafox - [`b73246f`](https://github.com/eea/volto-cca-policy/commit/b73246f05a49c94ff8cf6063c28fb597ee4e73b9)]
23
+
24
+ #### :hammer_and_wrench: Others
25
+
26
+ - test: increase coverage [kreafox - [`7c501ed`](https://github.com/eea/volto-cca-policy/commit/7c501ed316d845b17b1787bd124bf89a44495c9a)]
27
+ - make block available on mission [kreafox - [`2059222`](https://github.com/eea/volto-cca-policy/commit/2059222f1ff962bc8c8c84e8b06c6018fd058d47)]
7
28
  ### [0.3.15](https://github.com/eea/volto-cca-policy/compare/0.3.14...0.3.15) - 6 March 2025
8
29
 
9
30
  #### :rocket: Dependency updates