@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 @@ var ramda = require('ramda');
11
11
  var client = require('react-dom/client');
12
12
  var _commonjsHelpers = require('./chunk-CxLkn3xO.cjs.js');
13
13
  var injectCss = require('./chunk-vQvjPR2x.cjs.js');
14
- var index$1 = require('./chunk-BleZrnmm.cjs.js');
14
+ var index$1 = require('./chunk-Bq9JI794.cjs.js');
15
15
  var reactUtils = require('@bigbinary/neeto-commons-frontend/react-utils');
16
16
  var Close = require('@bigbinary/neeto-icons/Close');
17
17
  var Button = require('@bigbinary/neetoui/Button');
@@ -102,7 +102,7 @@ require('@bigbinary/neeto-icons/MergeSplit');
102
102
  require('@bigbinary/neeto-icons/ToggleHeaderRow');
103
103
  require('@bigbinary/neetoui/formik/Form');
104
104
  require('@bigbinary/neetoui/formik/Input');
105
- require('./chunk-BHAmnpMT.cjs.js');
105
+ require('./chunk-CL7Cm_kh.cjs.js');
106
106
  require('@bigbinary/neeto-icons/MenuVertical');
107
107
  require('@bigbinary/neetoui/Alert');
108
108
 
@@ -12607,8 +12607,7 @@ var applyLineHighlighting = function applyLineHighlighting(editorContent) {
12607
12607
  codeTags.forEach(function (codeTag) {
12608
12608
  var highlightedLines = codeTag.closest("pre").getAttribute("data-highlighted-lines");
12609
12609
  if (highlightedLines) {
12610
- var _highlightedLines$spl;
12611
- var linesToHighlight = (_highlightedLines$spl = highlightedLines.split(",")) === null || _highlightedLines$spl === void 0 ? void 0 : _highlightedLines$spl.filter(Boolean).map(Number);
12610
+ var linesToHighlight = highlightedLines.split(",").map(Number).filter(Boolean);
12612
12611
  var highlightLinesOptions = linesToHighlight.map(function (line) {
12613
12612
  return {
12614
12613
  start: line,
@@ -12645,4 +12644,4 @@ exports.SANITIZE_OPTIONS = SANITIZE_OPTIONS;
12645
12644
  exports.applyLineHighlighting = applyLineHighlighting;
12646
12645
  exports.applySyntaxHighlighting = applySyntaxHighlighting;
12647
12646
  exports.substituteVariables = substituteVariables;
12648
- //# sourceMappingURL=chunk-BleZrnmm.cjs.js.map
12647
+ //# sourceMappingURL=chunk-Bq9JI794.cjs.js.map