elseware-ui 2.27.6 → 2.27.8

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/index.js CHANGED
@@ -24,8 +24,6 @@ var reactBeautifulDnd = require('react-beautiful-dnd');
24
24
  var md = require('react-icons/md');
25
25
  require('@mdxeditor/editor/style.css');
26
26
  var editor = require('@mdxeditor/editor');
27
- var codemirrorThemeGithub = require('@uiw/codemirror-theme-github');
28
- var themeOneDark = require('@codemirror/theme-one-dark');
29
27
 
30
28
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
31
29
 
@@ -15693,7 +15691,6 @@ function MarkdownViewer({ value }) {
15693
15691
  codeBlockEditorDescriptors: []
15694
15692
  }),
15695
15693
  editor.codeMirrorPlugin({
15696
- codeMirrorExtensions: [theme === "dark" ? themeOneDark.oneDark : codemirrorThemeGithub.githubLight],
15697
15694
  codeBlockLanguages: {
15698
15695
  js: "JavaScript",
15699
15696
  ts: "TypeScript",