| @regal-text-editor/core | Document model, schema, transactions, selection, commands, history, plugin system, HTML/Markdown/JSON/text serialization, HTML parsing + sanitization | — | — | 58.4 KB |
| @regal-text-editor/browser | DOM rendering, DOM ↔ model selection mapping, keyboard/IME/clipboard/drag-drop handling | @regal-text-editor/core | — | 22.8 KB |
| @regal-text-editor/react | <RichTextEditor>, useEditor, useEditorSelector, useCommand | @regal-text-editor/core, @regal-text-editor/browser | react ≥18, react-dom ≥18 | 4.3 KB |
| @regal-text-editor/ui | Default toolbar UI: Toolbar, BubbleToolbar, LinkButton, ImageButton, FindReplacePanel, dropdowns, icons, theming CSS | @regal-text-editor/core, @regal-text-editor/browser, @regal-text-editor/react, @regal-text-editor/plugin-link | react ≥18, react-dom ≥18 | 19.1 KB JS + 13.0 KB CSS |
| @regal-text-editor/plugin-basic-marks | Bold, italic, underline, strikethrough, inline code | @regal-text-editor/core | — | 4.5 KB |
| @regal-text-editor/plugin-basic-blocks | Paragraph, heading (configurable levels), blockquote, horizontal rule, text alignment | @regal-text-editor/core | — | 9.4 KB |
| @regal-text-editor/plugin-lists | Bullet / ordered / task lists, nesting, indent/outdent | @regal-text-editor/core | — | 9.7 KB |
| @regal-text-editor/plugin-link | Link mark: setLink / unsetLink, sanitized href | @regal-text-editor/core | — | 5.5 KB |
| @regal-text-editor/plugin-image | Block-level image node, insertImage | @regal-text-editor/core | — | 2.5 KB |
| @regal-text-editor/plugin-code-block | Preformatted code block, Enter-inserts-newline behavior | @regal-text-editor/core | — | 2.5 KB |
| @regal-text-editor/plugin-history | Undo/redo commands and keyboard shortcuts | @regal-text-editor/core | — | 0.5 KB |