raydit-editor 0.0.11 → 0.0.13

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
@@ -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/NotionEditor.tsx
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 NotionEditor = ({
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 NotionEditor_default = NotionEditor;
5590
+ var RayditEditor_default = RayditEditor;
5591
5591
 
5592
- export { NotionEditor_default as NotionEditor };
5592
+ export { RayditEditor_default as RayditEditor };
5593
5593
  //# sourceMappingURL=index.mjs.map
5594
5594
  //# sourceMappingURL=index.mjs.map