raydit-editor 0.0.12 → 0.0.14
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 +1 -0
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -20,7 +20,7 @@ import Suggestion from '@tiptap/suggestion';
|
|
|
20
20
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
21
21
|
import { Type, Heading1, Heading2, Heading3, List, ListOrdered, Quote, Code, Minus, Table, Link, Bold, Italic, Underline, Strikethrough, Link2, Highlighter, MoreVertical, AlignLeft, AlignCenter, AlignRight, AlignJustify, MoreHorizontal, CheckSquare, Code2 } from 'lucide-react';
|
|
22
22
|
|
|
23
|
-
// src/
|
|
23
|
+
// src/RayditEditor.tsx
|
|
24
24
|
|
|
25
25
|
// node_modules/prosemirror-model/dist/index.js
|
|
26
26
|
function findDiffStart(a, b, pos) {
|
|
@@ -5460,7 +5460,7 @@ var DynamicPlaceholder = Placeholder.configure({
|
|
|
5460
5460
|
showOnlyCurrent: true,
|
|
5461
5461
|
includeChildren: false
|
|
5462
5462
|
});
|
|
5463
|
-
var
|
|
5463
|
+
var RayditEditor = ({
|
|
5464
5464
|
content = "",
|
|
5465
5465
|
onChange,
|
|
5466
5466
|
onBlur,
|
|
@@ -5587,8 +5587,8 @@ var NotionEditor = ({
|
|
|
5587
5587
|
)
|
|
5588
5588
|
] });
|
|
5589
5589
|
};
|
|
5590
|
-
var
|
|
5590
|
+
var RayditEditor_default = RayditEditor;
|
|
5591
5591
|
|
|
5592
|
-
export {
|
|
5592
|
+
export { RayditEditor_default as RayditEditor };
|
|
5593
5593
|
//# sourceMappingURL=index.mjs.map
|
|
5594
5594
|
//# sourceMappingURL=index.mjs.map
|