@mhamz.01/easyflow-texteditor 0.1.38 → 0.1.40

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.mjs CHANGED
@@ -536,14 +536,7 @@ var sidebarMenuButtonVariants = cva2(
536
536
  // src/components/editor-shell/EditorShell.tsx
537
537
  import { jsx as jsx7 } from "react/jsx-runtime";
538
538
  function EditorShell({ children }) {
539
- return /* @__PURE__ */ jsx7("div", { className: "easyflow-editor", children: /* @__PURE__ */ jsx7(
540
- "div",
541
- {
542
- 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 ",
543
- "data-easyflow-editor": true,
544
- children: /* @__PURE__ */ jsx7(SidebarProvider, { children })
545
- }
546
- ) });
539
+ return /* @__PURE__ */ jsx7("div", { className: "easyflow-editor dark", children: /* @__PURE__ */ jsx7(SidebarProvider, { children }) });
547
540
  }
548
541
 
549
542
  // src/components/editorLayout/editorLayout.tsx