@bigbinary/neeto-editor 1.38.6 → 1.38.7

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.
@@ -5,7 +5,7 @@ var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
5
5
  var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
6
6
  var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
7
7
  var React = require('react');
8
- var Menu$4 = require('./chunk-26306b4f.cjs.js');
8
+ var Menu$4 = require('./chunk-080c2961.cjs.js');
9
9
  var classnames = require('classnames');
10
10
  var constants = require('./chunk-d5fbc51f.cjs.js');
11
11
  var neetoCist = require('@bigbinary/neeto-cist');
@@ -13965,9 +13965,7 @@ var Variable = Menu$4.Node.create({
13965
13965
  return element.getAttribute("data-id");
13966
13966
  },
13967
13967
  renderHTML: function renderHTML(attributes) {
13968
- if (!attributes.id) {
13969
- return {};
13970
- }
13968
+ if (!attributes.id) return {};
13971
13969
  return {
13972
13970
  "data-id": attributes.id
13973
13971
  };
@@ -13979,9 +13977,7 @@ var Variable = Menu$4.Node.create({
13979
13977
  return element.getAttribute("data-label");
13980
13978
  },
13981
13979
  renderHTML: function renderHTML(attributes) {
13982
- if (!attributes.label) {
13983
- return {};
13984
- }
13980
+ if (!attributes.label) return {};
13985
13981
  return {
13986
13982
  "data-label": attributes.label
13987
13983
  };