@eeacms/volto-eea-website-theme 1.34.0 → 1.35.0

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 (2) hide show
  1. package/package.json +2 -1
  2. package/src/slate.js +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-website-theme",
3
- "version": "1.34.0",
3
+ "version": "1.35.0",
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",
@@ -29,6 +29,7 @@
29
29
  "volto-subsites": "*"
30
30
  },
31
31
  "devDependencies": {
32
+ "cypress": "13.1.0",
32
33
  "@cypress/code-coverage": "^3.10.0",
33
34
  "@plone/scripts": "*",
34
35
  "babel-plugin-transform-class-properties": "^6.24.1",
package/src/slate.js CHANGED
@@ -284,12 +284,6 @@ export default function installSlate(config) {
284
284
  </List>
285
285
  );
286
286
 
287
- config.settings.slate.elements.li = ({ attributes, children }) => (
288
- <List.Item as="li" {...attributes}>
289
- {children}
290
- </List.Item>
291
- );
292
-
293
287
  config.settings.slate.allowedHeadlineElements.push('zotero');
294
288
 
295
289
  // Slate StyleMenu configuration