@mhamz.01/easyflow-texteditor 0.1.33 → 0.1.36

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
@@ -7727,8 +7727,8 @@ function SimpleEditor() {
7727
7727
 
7728
7728
  // src/components/editor/editor.tsx
7729
7729
  import { jsx as jsx77 } from "react/jsx-runtime";
7730
- function Editor({ onChange, className, style, onTabsChange }) {
7731
- return /* @__PURE__ */ jsx77("div", { className, style, children: /* @__PURE__ */ jsx77(EditorShell, { children: /* @__PURE__ */ jsx77(EditorLayout, { onChange, onTabsChange, children: /* @__PURE__ */ jsx77(SimpleEditor, {}) }) }) });
7730
+ function Editor({ onChange, className, style, onTabsChange, initialTabs }) {
7731
+ return /* @__PURE__ */ jsx77("div", { className, style, children: /* @__PURE__ */ jsx77(EditorShell, { children: /* @__PURE__ */ jsx77(EditorLayout, { onChange, initialTabs, onTabsChange, children: /* @__PURE__ */ jsx77(SimpleEditor, {}) }) }) });
7732
7732
  }
7733
7733
 
7734
7734
  // src/hooks/use-scrolling.ts