@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.css +24 -24
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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)(
|
|
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
|
-
|
|
1266
|
+
children
|
|
1267
1267
|
] })
|
|
1268
1268
|
] }) }) });
|
|
1269
1269
|
}
|