@collabchron/notiq 1.1.0 → 1.1.1
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -57679,7 +57679,7 @@ function Editor({
|
|
|
57679
57679
|
editable: isEditable
|
|
57680
57680
|
};
|
|
57681
57681
|
console.log("Editor content:", content);
|
|
57682
|
-
return /* @__PURE__ */ import_react96.default.createElement(
|
|
57682
|
+
return /* @__PURE__ */ import_react96.default.createElement(import_LexicalComposer.LexicalComposer, { initialConfig }, /* @__PURE__ */ import_react96.default.createElement(AIProvider, { config: aiConfig }, /* @__PURE__ */ import_react96.default.createElement(UploadProvider, { config: uploadConfig }, /* @__PURE__ */ import_react96.default.createElement(SharedHistoryContext, null, /* @__PURE__ */ import_react96.default.createElement(ToolbarContext, null, /* @__PURE__ */ import_react96.default.createElement(Core, { toolbarConfig }))))));
|
|
57683
57683
|
}
|
|
57684
57684
|
|
|
57685
57685
|
// src/index.ts
|
package/dist/index.mjs
CHANGED
|
@@ -1621,7 +1621,7 @@ function Editor({
|
|
|
1621
1621
|
editable: isEditable
|
|
1622
1622
|
};
|
|
1623
1623
|
console.log("Editor content:", content);
|
|
1624
|
-
return /* @__PURE__ */ React3.createElement(
|
|
1624
|
+
return /* @__PURE__ */ React3.createElement(LexicalComposer, { initialConfig }, /* @__PURE__ */ React3.createElement(AIProvider, { config: aiConfig }, /* @__PURE__ */ React3.createElement(UploadProvider, { config: uploadConfig }, /* @__PURE__ */ React3.createElement(SharedHistoryContext, null, /* @__PURE__ */ React3.createElement(ToolbarContext, null, /* @__PURE__ */ React3.createElement(Core, { toolbarConfig }))))));
|
|
1625
1625
|
}
|
|
1626
1626
|
|
|
1627
1627
|
// src/styles/tailwind-plugin.ts
|