@mhamz.01/easyflow-texteditor 0.1.39 → 0.1.41

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
@@ -597,14 +597,7 @@ var sidebarMenuButtonVariants = (0, import_class_variance_authority2.cva)(
597
597
  // src/components/editor-shell/EditorShell.tsx
598
598
  var import_jsx_runtime7 = require("react/jsx-runtime");
599
599
  function EditorShell({ children }) {
600
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "easyflow-editor", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
601
- "div",
602
- {
603
- className: "\r\n \r\n relative\r\n w-full\r\n h-full\r\n overflow-hidden\r\n border\r\n rounded-md\r\n bg-background\r\n ",
604
- "data-easyflow-editor": true,
605
- children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(SidebarProvider, { children })
606
- }
607
- ) });
600
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "easyflow-editor dark", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(SidebarProvider, { children }) });
608
601
  }
609
602
 
610
603
  // src/components/editorLayout/editorLayout.tsx