Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eeacms/volto-accordion-block

Package Overview
Dependencies
Maintainers
9
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eeacms/volto-accordion-block - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

14

CHANGELOG.md

@@ -7,6 +7,18 @@ ### Changelog

### [6.0.0](https://github.com/eea/volto-accordion-block/compare/5.0.0...6.0.0) - 16 November 2022
### [7.0.0](https://github.com/eea/volto-accordion-block/compare/6.0.0...7.0.0) - 7 February 2023
#### :nail_care: Enhancements
- change(theme): Add theme picker widget #57 from eea/color_pick_themes [ichim-david - [`a804b3f`](https://github.com/eea/volto-accordion-block/commit/a804b3f54920086c0ffa94962a9a9896cd6d98fc)]
#### :hammer_and_wrench: Others
- Release 7.0.0 [Alin Voinea - [`661c6fd`](https://github.com/eea/volto-accordion-block/commit/661c6fd04aa704ba09172737f9e00e7de8b17673)]
- theme-picker version [Andrei Grigore - [`2d7d7fb`](https://github.com/eea/volto-accordion-block/commit/2d7d7fb64b6f51fb02410140ae4b69eda26dea06)]
- Add theme picker widget [dana-cfc4 - [`b567515`](https://github.com/eea/volto-accordion-block/commit/b5675150e1b5a811e1686404cbefcd9e6b92d515)]
- test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea - [`bbf12a0`](https://github.com/eea/volto-accordion-block/commit/bbf12a07558ea1f2c9d6e62fa4bf897d1c27ad71)]
## [6.0.0](https://github.com/eea/volto-accordion-block/compare/5.0.0...6.0.0) - 16 November 2022
#### :nail_care: Enhancements
- refactor(Styling): Use schemaEnhancer in favor of StyleWrapper - refs #152894 [Alin Voinea - [`0f28134`](https://github.com/eea/volto-accordion-block/commit/0f281345855e56a7154ee7b8e67640bd7e7c0ecf)]

@@ -13,0 +25,0 @@

8

package.json
{
"name": "@eeacms/volto-accordion-block",
"version": "6.0.0",
"version": "7.0.0",
"description": "volto-accordion-block: Volto accordion block",

@@ -20,6 +20,8 @@ "main": "src/index.js",

},
"dependencies": {},
"dependencies": {
"@eeacms/volto-widget-theme-picker": "*"
},
"devDependencies": {
"@cypress/code-coverage": "^3.10.0",
"@plone/scripts": "*",
"@cypress/code-coverage": "^3.10.0",
"babel-plugin-transform-class-properties": "^6.24.1",

@@ -26,0 +28,0 @@ "md5": "^2.3.0"

@@ -0,1 +1,2 @@

import config from '@plone/volto/registry';
import { defineMessages } from 'react-intl';

@@ -165,6 +166,10 @@ import { addStyling } from '@plone/volto/helpers';

description: intl.formatMessage(messages.ThemeHelp),
choices: [
['primary', intl.formatMessage(messages.ThemePrimary)],
['secondary', intl.formatMessage(messages.ThemeSecondary)],
['tertiary', intl.formatMessage(messages.ThemeTertiary)],
widget: 'theme_picker',
colors: [
...(config.settings && config.settings.themeColors
? config.settings.themeColors.map(({ value, title }) => ({
name: value,
label: title,
}))
: []),
],

@@ -171,0 +176,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc