elseware-ui 2.27.0 → 2.27.1

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/build/index.es.js CHANGED
@@ -145339,7 +145339,7 @@ function MarkdownViewer({ value }) {
145339
145339
  }, 0);
145340
145340
  return () => clearTimeout(timeout);
145341
145341
  }, [headings, setActiveHeading]);
145342
- return (jsx("div", { className: theme === "dark" ? "dark" : "", children: jsx(MDXEditor, { markdown: markdown, readOnly: true, className: "\n markdown-body\n max-w-none\n ", plugins: [
145342
+ return (jsx("div", { className: theme === "dark" ? "dark" : "", children: jsx(MDXEditor, { markdown: markdown, readOnly: true, className: "markdown-body max-w-none", plugins: [
145343
145343
  headingsPlugin(),
145344
145344
  linkPlugin(),
145345
145345
  listsPlugin(),
package/build/index.js CHANGED
@@ -145366,7 +145366,7 @@ function MarkdownViewer({ value }) {
145366
145366
  }, 0);
145367
145367
  return () => clearTimeout(timeout);
145368
145368
  }, [headings, setActiveHeading]);
145369
- return (jsxRuntime.jsx("div", { className: theme === "dark" ? "dark" : "", children: jsxRuntime.jsx(MDXEditor, { markdown: markdown, readOnly: true, className: "\n markdown-body\n max-w-none\n ", plugins: [
145369
+ return (jsxRuntime.jsx("div", { className: theme === "dark" ? "dark" : "", children: jsxRuntime.jsx(MDXEditor, { markdown: markdown, readOnly: true, className: "markdown-body max-w-none", plugins: [
145370
145370
  headingsPlugin(),
145371
145371
  linkPlugin(),
145372
145372
  listsPlugin(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elseware-ui",
3
- "version": "2.27.0",
3
+ "version": "2.27.1",
4
4
  "private": false,
5
5
  "description": "A modern and customizable React UI component library by elseware Technology.",
6
6
  "keywords": [