@eeacms/volto-cca-policy 0.1.30 → 0.1.32

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,6 +4,18 @@ 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.1.32](https://github.com/eea/volto-cca-policy/compare/0.1.31...0.1.32) - 28 July 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - Refs #255577 - Move site specific blocs from common to site group [GhitaB - [`97901b4`](https://github.com/eea/volto-cca-policy/commit/97901b40b719eb00c8d759b84145d008628acf5e)]
12
+ - Refs #255643 - Add volto-accordion-block, try to fix no such file or directory error. [GhitaB - [`782cb2a`](https://github.com/eea/volto-cca-policy/commit/782cb2a8a333a73c1ca8a5c2eb09e0020c14cebd)]
13
+ - code cleanup, add example of container size [Tiberiu Ichim - [`64bccfa`](https://github.com/eea/volto-cca-policy/commit/64bccfa837d453fe01e6f4e830cafb46a9ba53cb)]
14
+ ### [0.1.31](https://github.com/eea/volto-cca-policy/compare/0.1.30...0.1.31) - 27 July 2023
15
+
16
+ #### :hammer_and_wrench: Others
17
+
18
+ - Refs #255643 - Add volto-accordion-block, try to fix no such file or directory error. [GhitaB - [`87b6fa3`](https://github.com/eea/volto-cca-policy/commit/87b6fa334793cc619bca94c6c3df47d2ee5e111f)]
7
19
  ### [0.1.30](https://github.com/eea/volto-cca-policy/compare/0.1.29...0.1.30) - 27 July 2023
8
20
 
9
21
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
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",
@@ -21,10 +21,12 @@
21
21
  "@eeacms/volto-widget-temporal-coverage",
22
22
  "@eeacms/volto-widget-geolocation",
23
23
  "@eeacms/volto-widget-dataprovenance",
24
+ "@eeacms/volto-accordion-block",
24
25
  "@eeacms/volto-eea-design-system",
25
26
  "@eeacms/volto-globalsearch"
26
27
  ],
27
28
  "dependencies": {
29
+ "@eeacms/volto-accordion-block": "*",
28
30
  "@eeacms/volto-eea-design-system": "*",
29
31
  "@eeacms/volto-globalsearch": "*",
30
32
  "@eeacms/volto-openlayers-map": "*",
@@ -7,7 +7,7 @@ export default function installCaseStudyExplorerBlock(config) {
7
7
  id: 'caseStudyExplorer',
8
8
  title: 'Case Study Explorer',
9
9
  icon: worldSVG,
10
- group: 'common',
10
+ group: 'site',
11
11
  edit: CaseStudyExplorerEdit,
12
12
  view: CaseStudyExplorerView,
13
13
  };
@@ -7,7 +7,7 @@ export default function installCountryMapHeatIndex(config) {
7
7
  id: 'countryMapHeatIndex',
8
8
  title: 'Country Map Observatory Heat Index',
9
9
  icon: worldSVG,
10
- group: 'common',
10
+ group: 'site',
11
11
  edit: Edit,
12
12
  view: View,
13
13
  };
@@ -7,7 +7,7 @@ export default function installCountryMapObservatoryBlock(config) {
7
7
  id: 'countryMapObservatory',
8
8
  title: 'Country Map Observatory',
9
9
  icon: worldSVG,
10
- group: 'common',
10
+ group: 'site',
11
11
  edit: CountryMapObservatoryEdit,
12
12
  view: CountryMapObservatoryView,
13
13
  };
@@ -7,7 +7,7 @@ export default function installCountryMapProfile(config) {
7
7
  id: 'countryMapProfile',
8
8
  title: 'Country Map Profile',
9
9
  icon: worldSVG,
10
- group: 'common',
10
+ group: 'site',
11
11
  edit: Edit,
12
12
  view: View,
13
13
  };
@@ -7,7 +7,7 @@ export default function installECDEIndicatorsBlock(config) {
7
7
  id: 'ecdeIndicators',
8
8
  title: 'ECDE Indicators',
9
9
  icon: worldSVG,
10
- group: 'common',
10
+ group: 'site',
11
11
  edit: ECDEIndicatorsEdit,
12
12
  view: ECDEIndicatorsView,
13
13
  };
@@ -8,7 +8,7 @@ export default (config) => {
8
8
  id: 'mkh_map',
9
9
  title: 'MKH Viewer map',
10
10
  icon: worldSVG,
11
- group: 'common',
11
+ group: 'site',
12
12
  edit: MapBlockEdit,
13
13
  view: MapBlockView,
14
14
  };
package/src/index.js CHANGED
@@ -14,9 +14,9 @@ import ToolView from './components/theme/Views/ToolView';
14
14
  import VideoView from './components/theme/Views/VideoView';
15
15
  import C3SIndicatorView from './components/theme/Views/C3SIndicatorView';
16
16
 
17
- import ccaLogo from '@eeacms/volto-cca-policy/../theme//assets/images/Header/climate-adapt-logo.svg';
17
+ import ccaLogo from '@eeacms/volto-cca-policy/../theme/assets/images/Header/climate-adapt-logo.svg';
18
18
  import eeaWhiteLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/eea-logo-white.svg';
19
- import europeanComissionLogo from '@eeacms/volto-cca-policy/../theme//assets/images/Footer/ec_logo.svg';
19
+ import europeanComissionLogo from '@eeacms/volto-cca-policy/../theme/assets/images/Footer/ec_logo.svg';
20
20
 
21
21
  import installBlocks from './components/manage/Blocks';
22
22
  import installSearchEngine from './search';
@@ -2,6 +2,11 @@
2
2
  Global Overrides
3
3
  *******************************/
4
4
 
5
+ // [class~='view-defaultview'] [id='page-document'] > *,
6
+ // [class~='view-viewview'] [id='page-document'] > * {
7
+ // --container-text-width: 628px;
8
+ // }
9
+
5
10
  @subsiteBackgroundGradient: linear-gradient(
6
11
  248.86deg,
7
12
  @green-1 24.22%,