@bigbinary/neeto-editor 1.43.22 → 1.43.23

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/dist/Editor.js CHANGED
@@ -19586,7 +19586,7 @@ var Editor = function Editor(_ref, ref) {
19586
19586
  _ref$enableReactNodeV = _ref.enableReactNodeViewOptimization,
19587
19587
  enableReactNodeViewOptimization = _ref$enableReactNodeV === void 0 ? false : _ref$enableReactNodeV,
19588
19588
  _ref$size = _ref.size,
19589
- size = _ref$size === void 0 ? EDITOR_SIZES.MEDIUM : _ref$size,
19589
+ size = _ref$size === void 0 ? EDITOR_SIZES.SMALL : _ref$size,
19590
19590
  otherProps = _objectWithoutProperties(_ref, _excluded);
19591
19591
  var _useState = useState(false),
19592
19592
  _useState2 = _slicedToArray(_useState, 2),