@mhamz.01/easyflow-texteditor 0.1.43 → 0.1.45

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,7 +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)("div", { className: "flex flex-1 min-h-0 overflow-hidden", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(SidebarProvider, { children }) }) });
600
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "easyflow-editor", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(SidebarProvider, { children }) });
601
601
  }
602
602
 
603
603
  // src/components/editorLayout/editorLayout.tsx
@@ -1263,7 +1263,7 @@ function EditorLayout({ children, onChange, initialTabs, onTabsChange }) {
1263
1263
  ),
1264
1264
  /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(SidebarInset, { className: "flex flex-col flex-1 min-h-0", children: [
1265
1265
  /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("header", { className: "h-12 flex-shrink-0 border-b", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(SidebarTrigger, {}) }),
1266
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "flex-1 min-h-0 overflow-hidden", children })
1266
+ children
1267
1267
  ] })
1268
1268
  ] }) }) });
1269
1269
  }