@bigbinary/neeto-editor 1.43.17 → 1.43.19

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.
@@ -11,7 +11,7 @@ import '@bigbinary/neetoui/Toastr';
11
11
  import 'ramda';
12
12
  import 'react-i18next';
13
13
  import './chunk-DFEspczD.js';
14
- export { A as default } from './chunk-CBTV1FAG.js';
14
+ export { A as default } from './chunk-Cgqbplpd.js';
15
15
  import 'react/jsx-runtime';
16
16
  import '@babel/runtime/helpers/objectWithoutProperties';
17
17
  import 'zustand/shallow';
package/dist/Editor.js CHANGED
@@ -72,7 +72,7 @@ import ToggleHeaderRow from '@bigbinary/neeto-icons/ToggleHeaderRow';
72
72
  import Checkbox from '@bigbinary/neetoui/Checkbox';
73
73
  import Form from '@bigbinary/neetoui/formik/Form';
74
74
  import Input$1 from '@bigbinary/neetoui/formik/Input';
75
- import { A as Attachments } from './chunk-CBTV1FAG.js';
75
+ import { A as Attachments } from './chunk-Cgqbplpd.js';
76
76
  import 'tippy.js/dist/svg-arrow.css';
77
77
  import '@bigbinary/neeto-icons/Link';
78
78
  import '@bigbinary/neeto-commons-frontend/utils';
@@ -8509,7 +8509,7 @@ var CodeBlock = CodeBlockLowlight.extend({
8509
8509
  "default": [],
8510
8510
  parseHTML: function parseHTML(element) {
8511
8511
  var _element$dataset$high;
8512
- return ((_element$dataset$high = element.dataset.highlightedLines) === null || _element$dataset$high === void 0 ? void 0 : _element$dataset$high.split(",").filter(Boolean).map(Number)) || [];
8512
+ return ((_element$dataset$high = element.dataset.highlightedLines) === null || _element$dataset$high === void 0 ? void 0 : _element$dataset$high.split(",").map(Number).filter(Boolean)) || [];
8513
8513
  },
8514
8514
  renderHTML: function renderHTML(attributes) {
8515
8515
  var _attributes$highlight, _attributes$highlight2;