@eeacms/volto-eea-website-theme 0.6.0 → 0.6.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.
package/CHANGELOG.md CHANGED
@@ -4,13 +4,19 @@ 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.6.1](https://github.com/eea/volto-eea-website-theme/compare/0.6.0...0.6.1)
8
+
9
+ - Custom CSS for Description block [`2e951b5`](https://github.com/eea/volto-eea-website-theme/commit/2e951b559b0e3437afeebbdb2750e067d57b4738)
10
+
7
11
  #### [0.6.0](https://github.com/eea/volto-eea-website-theme/compare/0.5.4...0.6.0)
8
12
 
13
+ > 19 May 2022
14
+
15
+ - Remove quote block customization [`#26`](https://github.com/eea/volto-eea-website-theme/pull/26)
9
16
  - Cleanup [`415014b`](https://github.com/eea/volto-eea-website-theme/commit/415014b8399de5ffb5afaa9d6440b4ea5fe2bf2a)
10
17
  - Release 0.6.0 [`1253ebb`](https://github.com/eea/volto-eea-website-theme/commit/1253ebba2f1c88dbc6b77a135580f3a5d7752729)
11
18
  - fix(comments): Replace moment with formatRelativeDate helper from Volto core [`9b7974a`](https://github.com/eea/volto-eea-website-theme/commit/9b7974adb3d01065b80f61d7c3c1c09a93199ee6)
12
19
  - fix(seo): SSR Title block [`887edc2`](https://github.com/eea/volto-eea-website-theme/commit/887edc25e45c44bfe99b909ae87c7fb7a90278a6)
13
- - Remove quote block customization [`4d459f5`](https://github.com/eea/volto-eea-website-theme/commit/4d459f57265c5b0b1e6ff8472e4f0350a888ca04)
14
20
 
15
21
  #### [0.5.4](https://github.com/eea/volto-eea-website-theme/compare/0.5.3...0.5.4)
16
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-website-theme",
3
- "version": "0.6.0",
3
+ "version": "0.6.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",
package/src/index.js CHANGED
@@ -15,6 +15,10 @@ const applyConfig = (config) => {
15
15
  config.blocks.blocksConfig.accordion.semanticIcon = 'ri-arrow-down-s-line';
16
16
  }
17
17
 
18
+ // Description block custom CSS
19
+ config.blocks.blocksConfig.description.className =
20
+ 'documentDescription eea callout';
21
+
18
22
  // apply inPage navigation
19
23
  config.settings.appExtras = [
20
24
  ...(config.settings.appExtras || []),