comand-component-library 4.1.17 → 4.1.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.1.17",
3
+ "version": "4.1.18",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -217,14 +217,6 @@ export default {
217
217
  offcanvasToggled(event) {
218
218
  this.offCanvasOpen = event.open
219
219
  },
220
- handlers(component) {
221
- if (component.handlers === "toggleSection") {
222
- return {
223
- "click": this.toggleSection
224
- }
225
- }
226
- return {}
227
- },
228
220
  openFancybox(event) {
229
221
  openFancyBox({url: event.target.href})
230
222
  },