rayo-editor 0.0.2 → 0.0.4
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/cloudinaryUpload-16fe0b7d.js +35 -0
- package/dist/components/common/tiptap-editor/extensions/EmbedExtension.d.ts +30 -0
- package/dist/components/common/tiptap-editor/extensions/EmbedExtension.d.ts.map +1 -0
- package/dist/components/common/tiptap-editor/node-views/InstagramView.d.ts +13 -0
- package/dist/components/common/tiptap-editor/node-views/InstagramView.d.ts.map +1 -0
- package/dist/components/common/tiptap-editor/node-views/TwitterView.d.ts +14 -0
- package/dist/components/common/tiptap-editor/node-views/TwitterView.d.ts.map +1 -0
- package/dist/components/project/blog-writer/hooks/useAutoRecovery.d.ts +63 -0
- package/dist/components/project/blog-writer/hooks/useAutoRecovery.d.ts.map +1 -0
- package/dist/components/project/blog-writer/hooks/useTypingEffect.d.ts +5 -0
- package/dist/components/project/blog-writer/hooks/useTypingEffect.d.ts.map +1 -0
- package/dist/components/project/blog-writer/index.d.ts +2 -0
- package/dist/components/project/blog-writer/index.d.ts.map +1 -0
- package/dist/components/project/blog-writer/shared/BlogEditor.d.ts +57 -0
- package/dist/components/project/blog-writer/shared/BlogEditor.d.ts.map +1 -0
- package/dist/components/project/blog-writer/shared/BlogMinimap.d.ts +36 -0
- package/dist/components/project/blog-writer/shared/BlogMinimap.d.ts.map +1 -0
- package/dist/components/project/blog-writer/shared/EditorErrorFallback.d.ts +8 -0
- package/dist/components/project/blog-writer/shared/EditorErrorFallback.d.ts.map +1 -0
- package/dist/components/project/blog-writer/shared/ImageGallery.d.ts +3 -0
- package/dist/components/project/blog-writer/shared/ImageGallery.d.ts.map +1 -0
- package/dist/components/project/blog-writer/shared/ImageGenerationLoader.d.ts +8 -0
- package/dist/components/project/blog-writer/shared/ImageGenerationLoader.d.ts.map +1 -0
- package/dist/components/project/blog-writer/shared/SkeletonEditor.d.ts +12 -0
- package/dist/components/project/blog-writer/shared/SkeletonEditor.d.ts.map +1 -0
- package/dist/components/project/blog-writer/shared/StreamingProgressOverlay.d.ts +9 -0
- package/dist/components/project/blog-writer/shared/StreamingProgressOverlay.d.ts.map +1 -0
- package/dist/components/project/blog-writer/shared/__tests__/AgentChatPanel.perf.test.d.ts +14 -0
- package/dist/components/project/blog-writer/shared/__tests__/AgentChatPanel.perf.test.d.ts.map +1 -0
- package/dist/components/project/blog-writer/shared/__tests__/BlogEditor.perf.test.d.ts +14 -0
- package/dist/components/project/blog-writer/shared/__tests__/BlogEditor.perf.test.d.ts.map +1 -0
- package/dist/components/project/blog-writer/shared/wordCountUtils.d.ts +30 -0
- package/dist/components/project/blog-writer/shared/wordCountUtils.d.ts.map +1 -0
- package/dist/components/shared/editor/CustomEditorSkeleton.d.ts +3 -0
- package/dist/components/shared/editor/CustomEditorSkeleton.d.ts.map +1 -0
- package/dist/components/tiptap-extension/ari-score-extension.d.ts +6 -0
- package/dist/components/tiptap-extension/ari-score-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/code-block-extension.d.ts +7 -0
- package/dist/components/tiptap-extension/code-block-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/diff-marks-extension.d.ts +4 -0
- package/dist/components/tiptap-extension/diff-marks-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/drag-handle-extension.d.ts +16 -0
- package/dist/components/tiptap-extension/drag-handle-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/instagram-extension.d.ts +26 -0
- package/dist/components/tiptap-extension/instagram-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/link-extension.d.ts +3 -0
- package/dist/components/tiptap-extension/link-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/reference-manager-extension.d.ts +17 -0
- package/dist/components/tiptap-extension/reference-manager-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/resizable-image-extension.d.ts +2 -0
- package/dist/components/tiptap-extension/resizable-image-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/selection-extension.d.ts +4 -0
- package/dist/components/tiptap-extension/selection-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/table-extension.d.ts +10 -0
- package/dist/components/tiptap-extension/table-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/trailing-node-extension.d.ts +8 -0
- package/dist/components/tiptap-extension/trailing-node-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/x-extension.d.ts +26 -0
- package/dist/components/tiptap-extension/x-extension.d.ts.map +1 -0
- package/dist/components/tiptap-extension/youtube-extension.d.ts +42 -0
- package/dist/components/tiptap-extension/youtube-extension.d.ts.map +1 -0
- package/dist/components/tiptap-icons/align-center-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/align-center-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/align-justify-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/align-justify-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/align-left-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/align-left-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/align-right-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/align-right-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/arrow-left-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/arrow-left-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/ban-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/ban-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/block-quote-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/block-quote-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/bold-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/bold-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/check-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/check-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/chevron-down-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/chevron-down-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/close-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/close-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/code-block-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/code-block-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/code2-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/code2-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/corner-down-left-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/corner-down-left-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/edit-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/edit-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/external-link-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/external-link-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/heading-five-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/heading-five-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/heading-four-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/heading-four-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/heading-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/heading-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/heading-one-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/heading-one-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/heading-six-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/heading-six-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/heading-three-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/heading-three-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/heading-two-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/heading-two-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/highlighter-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/highlighter-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/image-plus-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/image-plus-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/italic-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/italic-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/link-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/link-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/list-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/list-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/list-ordered-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/list-ordered-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/list-todo-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/list-todo-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/magic-icon.d.ts +5 -0
- package/dist/components/tiptap-icons/magic-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/moon-star-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/moon-star-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/redo2-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/redo2-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/strike-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/strike-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/subscript-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/subscript-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/sun-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/sun-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/superscript-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/superscript-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/table-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/table-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/trash-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/trash-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/underline-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/underline-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/undo2-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/undo2-icon.d.ts.map +1 -0
- package/dist/components/tiptap-icons/x-icon.d.ts +3 -0
- package/dist/components/tiptap-icons/x-icon.d.ts.map +1 -0
- package/dist/components/tiptap-node/image-upload-node/image-upload-node-extension.d.ts +47 -0
- package/dist/components/tiptap-node/image-upload-node/image-upload-node-extension.d.ts.map +1 -0
- package/dist/components/tiptap-node/image-upload-node/image-upload-node.d.ts +12 -0
- package/dist/components/tiptap-node/image-upload-node/image-upload-node.d.ts.map +1 -0
- package/dist/components/tiptap-node/image-upload-node/index.d.ts +2 -0
- package/dist/components/tiptap-node/image-upload-node/index.d.ts.map +1 -0
- package/dist/components/tiptap-node/resizable-image-node/image-cropper.d.ts +10 -0
- package/dist/components/tiptap-node/resizable-image-node/image-cropper.d.ts.map +1 -0
- package/dist/components/tiptap-node/resizable-image-node/resizable-image-node.d.ts +4 -0
- package/dist/components/tiptap-node/resizable-image-node/resizable-image-node.d.ts.map +1 -0
- package/dist/components/tiptap-templates/simple/blog-simple-editor.d.ts +62 -0
- package/dist/components/tiptap-templates/simple/blog-simple-editor.d.ts.map +1 -0
- package/dist/components/tiptap-templates/simple/demo-animated-editor.d.ts +2 -0
- package/dist/components/tiptap-templates/simple/demo-animated-editor.d.ts.map +1 -0
- package/dist/components/tiptap-templates/simple/link-bubble.d.ts +9 -0
- package/dist/components/tiptap-templates/simple/link-bubble.d.ts.map +1 -0
- package/dist/components/tiptap-templates/simple/simple-editor-animated.d.ts +2 -0
- package/dist/components/tiptap-templates/simple/simple-editor-animated.d.ts.map +1 -0
- package/dist/components/tiptap-templates/simple/simple-editor.d.ts +13 -0
- package/dist/components/tiptap-templates/simple/simple-editor.d.ts.map +1 -0
- package/dist/components/tiptap-templates/simple/table-bubble.d.ts +7 -0
- package/dist/components/tiptap-templates/simple/table-bubble.d.ts.map +1 -0
- package/dist/components/tiptap-templates/simple/text-selection-bubble.d.ts +8 -0
- package/dist/components/tiptap-templates/simple/text-selection-bubble.d.ts.map +1 -0
- package/dist/components/tiptap-templates/simple/theme-toggle.d.ts +2 -0
- package/dist/components/tiptap-templates/simple/theme-toggle.d.ts.map +1 -0
- package/dist/components/tiptap-ui/ai/AIBubbleMenu.d.ts +8 -0
- package/dist/components/tiptap-ui/ai/AIBubbleMenu.d.ts.map +1 -0
- package/dist/components/tiptap-ui/ai/AICompletionCommands.d.ts +10 -0
- package/dist/components/tiptap-ui/ai/AICompletionCommands.d.ts.map +1 -0
- package/dist/components/tiptap-ui/ai/AIInput.d.ts +12 -0
- package/dist/components/tiptap-ui/ai/AIInput.d.ts.map +1 -0
- package/dist/components/tiptap-ui/ai/AISelector.d.ts +10 -0
- package/dist/components/tiptap-ui/ai/AISelector.d.ts.map +1 -0
- package/dist/components/tiptap-ui/ai/AISelectorCommands.d.ts +9 -0
- package/dist/components/tiptap-ui/ai/AISelectorCommands.d.ts.map +1 -0
- package/dist/components/tiptap-ui/ai/GenerativeMenuSwitch.d.ts +13 -0
- package/dist/components/tiptap-ui/ai/GenerativeMenuSwitch.d.ts.map +1 -0
- package/dist/components/tiptap-ui/ai/LinkSelector.d.ts +18 -0
- package/dist/components/tiptap-ui/ai/LinkSelector.d.ts.map +1 -0
- package/dist/components/tiptap-ui/ai/TextButtons.d.ts +10 -0
- package/dist/components/tiptap-ui/ai/TextButtons.d.ts.map +1 -0
- package/dist/components/tiptap-ui/ai/ai-request-context.d.ts +14 -0
- package/dist/components/tiptap-ui/ai/ai-request-context.d.ts.map +1 -0
- package/dist/components/tiptap-ui/ai/useAICompletion.d.ts +25 -0
- package/dist/components/tiptap-ui/ai/useAICompletion.d.ts.map +1 -0
- package/dist/components/tiptap-ui/blockquote-button/blockquote-button.d.ts +43 -0
- package/dist/components/tiptap-ui/blockquote-button/blockquote-button.d.ts.map +1 -0
- package/dist/components/tiptap-ui/blockquote-button/index.d.ts +2 -0
- package/dist/components/tiptap-ui/blockquote-button/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/code-block-button/code-block-button.d.ts +43 -0
- package/dist/components/tiptap-ui/code-block-button/code-block-button.d.ts.map +1 -0
- package/dist/components/tiptap-ui/code-block-button/index.d.ts +2 -0
- package/dist/components/tiptap-ui/code-block-button/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/color-highlight-button/color-highlight-button.d.ts +78 -0
- package/dist/components/tiptap-ui/color-highlight-button/color-highlight-button.d.ts.map +1 -0
- package/dist/components/tiptap-ui/color-highlight-button/index.d.ts +2 -0
- package/dist/components/tiptap-ui/color-highlight-button/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/color-highlight-popover/color-highlight-popover.d.ts +29 -0
- package/dist/components/tiptap-ui/color-highlight-popover/color-highlight-popover.d.ts.map +1 -0
- package/dist/components/tiptap-ui/color-highlight-popover/index.d.ts +2 -0
- package/dist/components/tiptap-ui/color-highlight-popover/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/drag-handle/drag-handle.d.ts +8 -0
- package/dist/components/tiptap-ui/drag-handle/drag-handle.d.ts.map +1 -0
- package/dist/components/tiptap-ui/drag-handle/index.d.ts +3 -0
- package/dist/components/tiptap-ui/drag-handle/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/font-family-dropdown/font-family-dropdown.d.ts +43 -0
- package/dist/components/tiptap-ui/font-family-dropdown/font-family-dropdown.d.ts.map +1 -0
- package/dist/components/tiptap-ui/font-family-dropdown/index.d.ts +2 -0
- package/dist/components/tiptap-ui/font-family-dropdown/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/font-family-dropdown-menu/font-family-dropdown-menu.d.ts +10 -0
- package/dist/components/tiptap-ui/font-family-dropdown-menu/font-family-dropdown-menu.d.ts.map +1 -0
- package/dist/components/tiptap-ui/font-family-dropdown-menu/index.d.ts +2 -0
- package/dist/components/tiptap-ui/font-family-dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/heading-button/heading-button.d.ts +56 -0
- package/dist/components/tiptap-ui/heading-button/heading-button.d.ts.map +1 -0
- package/dist/components/tiptap-ui/heading-button/index.d.ts +2 -0
- package/dist/components/tiptap-ui/heading-button/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/heading-dropdown-menu/heading-dropdown-menu.d.ts +13 -0
- package/dist/components/tiptap-ui/heading-dropdown-menu/heading-dropdown-menu.d.ts.map +1 -0
- package/dist/components/tiptap-ui/heading-dropdown-menu/index.d.ts +2 -0
- package/dist/components/tiptap-ui/heading-dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/image-gallery/ImageGalleryDialog.d.ts +34 -0
- package/dist/components/tiptap-ui/image-gallery/ImageGalleryDialog.d.ts.map +1 -0
- package/dist/components/tiptap-ui/image-upload-button/image-upload-button.d.ts +26 -0
- package/dist/components/tiptap-ui/image-upload-button/image-upload-button.d.ts.map +1 -0
- package/dist/components/tiptap-ui/image-upload-button/index.d.ts +2 -0
- package/dist/components/tiptap-ui/image-upload-button/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/link-popover/index.d.ts +2 -0
- package/dist/components/tiptap-ui/link-popover/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/link-popover/link-popover.d.ts +50 -0
- package/dist/components/tiptap-ui/link-popover/link-popover.d.ts.map +1 -0
- package/dist/components/tiptap-ui/list-button/index.d.ts +2 -0
- package/dist/components/tiptap-ui/list-button/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/list-button/list-button.d.ts +51 -0
- package/dist/components/tiptap-ui/list-button/list-button.d.ts.map +1 -0
- package/dist/components/tiptap-ui/list-dropdown-menu/index.d.ts +2 -0
- package/dist/components/tiptap-ui/list-dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/list-dropdown-menu/list-dropdown-menu.d.ts +43 -0
- package/dist/components/tiptap-ui/list-dropdown-menu/list-dropdown-menu.d.ts.map +1 -0
- package/dist/components/tiptap-ui/mark-button/index.d.ts +2 -0
- package/dist/components/tiptap-ui/mark-button/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/mark-button/mark-button.d.ts +56 -0
- package/dist/components/tiptap-ui/mark-button/mark-button.d.ts.map +1 -0
- package/dist/components/tiptap-ui/search-and-replace/search-and-replace.d.ts +28 -0
- package/dist/components/tiptap-ui/search-and-replace/search-and-replace.d.ts.map +1 -0
- package/dist/components/tiptap-ui/table-dropdown-menu/index.d.ts +3 -0
- package/dist/components/tiptap-ui/table-dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/table-dropdown-menu/table-dropdown-menu.d.ts +34 -0
- package/dist/components/tiptap-ui/table-dropdown-menu/table-dropdown-menu.d.ts.map +1 -0
- package/dist/components/tiptap-ui/text-align-button/index.d.ts +2 -0
- package/dist/components/tiptap-ui/text-align-button/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/text-align-button/text-align-button.d.ts +56 -0
- package/dist/components/tiptap-ui/text-align-button/text-align-button.d.ts.map +1 -0
- package/dist/components/tiptap-ui/text-align-dropdown-menu/index.d.ts +2 -0
- package/dist/components/tiptap-ui/text-align-dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/text-align-dropdown-menu/text-align-dropdown-menu.d.ts +52 -0
- package/dist/components/tiptap-ui/text-align-dropdown-menu/text-align-dropdown-menu.d.ts.map +1 -0
- package/dist/components/tiptap-ui/text-format-dropdown-menu/index.d.ts +3 -0
- package/dist/components/tiptap-ui/text-format-dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/text-format-dropdown-menu/text-format-dropdown-menu.d.ts +54 -0
- package/dist/components/tiptap-ui/text-format-dropdown-menu/text-format-dropdown-menu.d.ts.map +1 -0
- package/dist/components/tiptap-ui/undo-redo-button/index.d.ts +2 -0
- package/dist/components/tiptap-ui/undo-redo-button/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui/undo-redo-button/undo-redo-button.d.ts +76 -0
- package/dist/components/tiptap-ui/undo-redo-button/undo-redo-button.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/button/button.d.ts +19 -0
- package/dist/components/tiptap-ui-primitive/button/button.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/button/index.d.ts +2 -0
- package/dist/components/tiptap-ui-primitive/button/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/dropdown-menu/dropdown-menu.d.ts +49 -0
- package/dist/components/tiptap-ui-primitive/dropdown-menu/dropdown-menu.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/dropdown-menu/index.d.ts +2 -0
- package/dist/components/tiptap-ui-primitive/dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/loading-circle.d.ts +5 -0
- package/dist/components/tiptap-ui-primitive/loading-circle.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/popover/index.d.ts +2 -0
- package/dist/components/tiptap-ui-primitive/popover/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/popover/popover.d.ts +36 -0
- package/dist/components/tiptap-ui-primitive/popover/popover.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/separator/index.d.ts +2 -0
- package/dist/components/tiptap-ui-primitive/separator/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/separator/separator.d.ts +11 -0
- package/dist/components/tiptap-ui-primitive/separator/separator.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/spacer/index.d.ts +2 -0
- package/dist/components/tiptap-ui-primitive/spacer/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/spacer/spacer.d.ts +11 -0
- package/dist/components/tiptap-ui-primitive/spacer/spacer.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/toolbar/animated-toolbar-button.d.ts +15 -0
- package/dist/components/tiptap-ui-primitive/toolbar/animated-toolbar-button.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/toolbar/animated-toolbar.d.ts +28 -0
- package/dist/components/tiptap-ui-primitive/toolbar/animated-toolbar.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/toolbar/index.d.ts +2 -0
- package/dist/components/tiptap-ui-primitive/toolbar/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/toolbar/toolbar.d.ts +16 -0
- package/dist/components/tiptap-ui-primitive/toolbar/toolbar.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/tooltip/index.d.ts +2 -0
- package/dist/components/tiptap-ui-primitive/tooltip/index.d.ts.map +1 -0
- package/dist/components/tiptap-ui-primitive/tooltip/tooltip.d.ts +31 -0
- package/dist/components/tiptap-ui-primitive/tooltip/tooltip.d.ts.map +1 -0
- package/dist/components/ui/AnimatedGradientText.d.ts +10 -0
- package/dist/components/ui/AnimatedGradientText.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +7 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +15 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +22 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +8 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +9 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/loading.d.ts +13 -0
- package/dist/components/ui/loading.d.ts.map +1 -0
- package/dist/components/ui/modal.d.ts +11 -0
- package/dist/components/ui/modal.d.ts.map +1 -0
- package/dist/components/ui/popover.d.ts +9 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/simple-modal.d.ts +11 -0
- package/dist/components/ui/simple-modal.d.ts.map +1 -0
- package/dist/components/ui/textarea.d.ts +8 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/toast.d.ts +15 -0
- package/dist/components/ui/toast.d.ts.map +1 -0
- package/dist/constants/index.d.ts +4 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/extensions/DiffMarks/DeletionMark.d.ts +6 -0
- package/dist/extensions/DiffMarks/DeletionMark.d.ts.map +1 -0
- package/dist/extensions/DiffMarks/InsertionMark.d.ts +6 -0
- package/dist/extensions/DiffMarks/InsertionMark.d.ts.map +1 -0
- package/dist/extensions/DiffMarks/index.d.ts +6 -0
- package/dist/extensions/DiffMarks/index.d.ts.map +1 -0
- package/dist/extensions/VersionComparison/VersionComparisonExtension.d.ts +44 -0
- package/dist/extensions/VersionComparison/VersionComparisonExtension.d.ts.map +1 -0
- package/dist/extensions/search-and-replace.d.ts +42 -0
- package/dist/extensions/search-and-replace.d.ts.map +1 -0
- package/dist/hooks/use-cursor-visibility.d.ts +35 -0
- package/dist/hooks/use-cursor-visibility.d.ts.map +1 -0
- package/dist/hooks/use-menu-navigation.d.ts +19 -0
- package/dist/hooks/use-menu-navigation.d.ts.map +1 -0
- package/dist/hooks/use-mobile.d.ts +2 -0
- package/dist/hooks/use-mobile.d.ts.map +1 -0
- package/dist/hooks/use-tiptap-editor.d.ts +3 -0
- package/dist/hooks/use-tiptap-editor.d.ts.map +1 -0
- package/dist/hooks/use-window-size.d.ts +12 -0
- package/dist/hooks/use-window-size.d.ts.map +1 -0
- package/dist/hooks/useIsMobile.d.ts +4 -0
- package/dist/hooks/useIsMobile.d.ts.map +1 -0
- package/dist/hooks/useKeywordToast.d.ts +10 -0
- package/dist/hooks/useKeywordToast.d.ts.map +1 -0
- package/dist/hooks/useToast.d.ts +10 -0
- package/dist/hooks/useToast.d.ts.map +1 -0
- package/dist/index.d.ts +4 -212
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +54541 -958
- package/dist/index.umd.js +1561 -20
- package/dist/lib/editor-formatting/extensions/resizable-image-caption-extension.d.ts +36 -0
- package/dist/lib/editor-formatting/extensions/resizable-image-caption-extension.d.ts.map +1 -0
- package/dist/lib/editor-formatting/extensions/spacing-normalization-extension.d.ts +35 -0
- package/dist/lib/editor-formatting/extensions/spacing-normalization-extension.d.ts.map +1 -0
- package/dist/lib/editor-formatting/extensions/table-formatting-extension.d.ts +48 -0
- package/dist/lib/editor-formatting/extensions/table-formatting-extension.d.ts.map +1 -0
- package/dist/lib/editor-formatting/index.d.ts +88 -0
- package/dist/lib/editor-formatting/index.d.ts.map +1 -0
- package/dist/lib/editor-formatting/nodes/resizable-image-caption-node.d.ts +5 -0
- package/dist/lib/editor-formatting/nodes/resizable-image-caption-node.d.ts.map +1 -0
- package/dist/lib/editor-formatting/types.d.ts +70 -0
- package/dist/lib/editor-formatting/types.d.ts.map +1 -0
- package/dist/lib/editor-formatting/utils/image-utils.d.ts +66 -0
- package/dist/lib/editor-formatting/utils/image-utils.d.ts.map +1 -0
- package/dist/lib/editor-formatting/utils/spacing-utils.d.ts +41 -0
- package/dist/lib/editor-formatting/utils/spacing-utils.d.ts.map +1 -0
- package/dist/lib/editor-formatting/utils/table-utils.d.ts +86 -0
- package/dist/lib/editor-formatting/utils/table-utils.d.ts.map +1 -0
- package/dist/lib/routes.d.ts +6 -0
- package/dist/lib/routes.d.ts.map +1 -0
- package/dist/lib/supabase-types.d.ts +42 -0
- package/dist/lib/supabase-types.d.ts.map +1 -0
- package/dist/lib/tiptap-utils.d.ts +90 -0
- package/dist/lib/tiptap-utils.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/styles.css +1 -1150
- package/dist/types/analytics.d.ts +14 -0
- package/dist/types/analytics.d.ts.map +1 -0
- package/dist/types/cms.d.ts +12 -0
- package/dist/types/cms.d.ts.map +1 -0
- package/dist/types/diff.types.d.ts +18 -65
- package/dist/types/diff.types.d.ts.map +1 -1
- package/dist/types/index.d.ts +78 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/utils/cloudinaryUpload.d.ts +34 -0
- package/dist/utils/cloudinaryUpload.d.ts.map +1 -0
- package/dist/utils/cn.d.ts +3 -0
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/codeBlockHandling.d.ts +12 -0
- package/dist/utils/codeBlockHandling.d.ts.map +1 -0
- package/dist/utils/consoleManager.d.ts +80 -0
- package/dist/utils/consoleManager.d.ts.map +1 -0
- package/dist/utils/countryCode.d.ts +5 -0
- package/dist/utils/countryCode.d.ts.map +1 -0
- package/dist/utils/countryCodes.d.ts +17 -0
- package/dist/utils/countryCodes.d.ts.map +1 -0
- package/dist/utils/countryEmoji.d.ts +35 -0
- package/dist/utils/countryEmoji.d.ts.map +1 -0
- package/dist/utils/debugSources.d.ts +2 -0
- package/dist/utils/debugSources.d.ts.map +1 -0
- package/dist/utils/eventBus.d.ts +26 -0
- package/dist/utils/eventBus.d.ts.map +1 -0
- package/dist/utils/localStorageManager.d.ts +78 -0
- package/dist/utils/localStorageManager.d.ts.map +1 -0
- package/dist/utils/logger.d.ts +42 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/modalTestUtils.d.ts +5 -0
- package/dist/utils/modalTestUtils.d.ts.map +1 -0
- package/dist/utils/smoothScroll.d.ts +6 -0
- package/dist/utils/smoothScroll.d.ts.map +1 -0
- package/dist/utils/tableHandling.d.ts +12 -0
- package/dist/utils/tableHandling.d.ts.map +1 -0
- package/dist/utils/url.d.ts +13 -0
- package/dist/utils/url.d.ts.map +1 -0
- package/dist/utils/urlUtils.d.ts +14 -0
- package/dist/utils/urlUtils.d.ts.map +1 -0
- package/dist/utils/urlValidator.d.ts +13 -0
- package/dist/utils/urlValidator.d.ts.map +1 -0
- package/package.json +70 -3
- package/dist/components/BlogEditor.d.ts +0 -4
- package/dist/components/BlogEditor.d.ts.map +0 -1
- package/dist/components/DiffOverlay.d.ts +0 -4
- package/dist/components/DiffOverlay.d.ts.map +0 -1
- package/dist/components/ImageGenerationLoader.d.ts +0 -5
- package/dist/components/ImageGenerationLoader.d.ts.map +0 -1
- package/dist/components/RayoEditor.d.ts +0 -74
- package/dist/components/RayoEditor.d.ts.map +0 -1
- package/dist/components/ReviewButtons.d.ts +0 -4
- package/dist/components/ReviewButtons.d.ts.map +0 -1
- package/dist/components/TitleTextarea.d.ts +0 -4
- package/dist/components/TitleTextarea.d.ts.map +0 -1
- package/dist/components/index.d.ts +0 -7
- package/dist/components/index.d.ts.map +0 -1
- package/dist/hooks/index.d.ts +0 -3
- package/dist/hooks/index.d.ts.map +0 -1
- package/dist/hooks/useContentProcessing.d.ts +0 -83
- package/dist/hooks/useContentProcessing.d.ts.map +0 -1
- package/dist/hooks/useEditorDiff.d.ts +0 -65
- package/dist/hooks/useEditorDiff.d.ts.map +0 -1
- package/dist/types/editor.types.d.ts +0 -59
- package/dist/types/editor.types.d.ts.map +0 -1
- package/dist/utils/contentProcessing.d.ts +0 -81
- package/dist/utils/contentProcessing.d.ts.map +0 -1
- package/dist/utils/diffDetection.d.ts +0 -85
- package/dist/utils/diffDetection.d.ts.map +0 -1
- package/dist/utils/errorHandling.d.ts +0 -57
- package/dist/utils/errorHandling.d.ts.map +0 -1
- package/dist/utils/imageHandling.d.ts +0 -52
- package/dist/utils/imageHandling.d.ts.map +0 -1
- package/dist/utils/index.d.ts +0 -6
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/proximityMatching.d.ts +0 -80
- package/dist/utils/proximityMatching.d.ts.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,213 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* - Full HTML editing with TipTap
|
|
6
|
-
* - Diff highlighting and review UI
|
|
7
|
-
* - Image and table support
|
|
8
|
-
* - TypeScript definitions
|
|
9
|
-
* - Comprehensive utilities
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* ```tsx
|
|
13
|
-
* import { RayoEditor } from 'rayo-editor';
|
|
14
|
-
* import 'rayo-editor/styles';
|
|
15
|
-
*
|
|
16
|
-
* <RayoEditor
|
|
17
|
-
* content={content}
|
|
18
|
-
* title={title}
|
|
19
|
-
* onChange={setContent}
|
|
20
|
-
* onTitleChange={setTitle}
|
|
21
|
-
* isLoading={false}
|
|
22
|
-
* editorRef={editorRef}
|
|
23
|
-
* />
|
|
24
|
-
* ```
|
|
25
|
-
*/
|
|
26
|
-
/**
|
|
27
|
-
* Main Rayo Editor component - a drop-in rich blog editor
|
|
28
|
-
* Features diff highlighting, review UI, and full content control
|
|
29
|
-
*/
|
|
30
|
-
export { RayoEditor } from './components';
|
|
31
|
-
/**
|
|
32
|
-
* Legacy BlogEditor component - alias for RayoEditor
|
|
33
|
-
* Maintained for backward compatibility
|
|
34
|
-
* @deprecated Use RayoEditor instead
|
|
35
|
-
*/
|
|
36
|
-
export { BlogEditor } from './components';
|
|
37
|
-
/**
|
|
38
|
-
* Standalone title input component
|
|
39
|
-
* Supports read-only mode and custom change callbacks
|
|
40
|
-
*/
|
|
41
|
-
export { TitleTextarea } from './components';
|
|
42
|
-
/**
|
|
43
|
-
* Visual overlay for displaying diff highlights
|
|
44
|
-
* Shows green additions and red deletions with interactive hover/click
|
|
45
|
-
*/
|
|
46
|
-
export { DiffOverlay } from './components';
|
|
47
|
-
/**
|
|
48
|
-
* Accept/reject buttons for review operations
|
|
49
|
-
* Positioned absolutely with configurable placement
|
|
50
|
-
*/
|
|
51
|
-
export { ReviewButtons } from './components';
|
|
52
|
-
/**
|
|
53
|
-
* Image loading state indicator with Rive animation
|
|
54
|
-
*/
|
|
55
|
-
export { ImageGenerationLoader } from './components';
|
|
56
|
-
/**
|
|
57
|
-
* Hook for managing diff detection and overlay state
|
|
58
|
-
* Tracks diff pairs, active indices, and hover states
|
|
59
|
-
*
|
|
60
|
-
* @example
|
|
61
|
-
* ```tsx
|
|
62
|
-
* const {
|
|
63
|
-
* diffPairs,
|
|
64
|
-
* activePairIndex,
|
|
65
|
-
* updateDiffRanges
|
|
66
|
-
* } = useEditorDiff(editorRef, { focusMode: false });
|
|
67
|
-
* ```
|
|
68
|
-
*/
|
|
69
|
-
export { useEditorDiff } from './hooks';
|
|
70
|
-
/**
|
|
71
|
-
* Hook for processing and transforming editor content
|
|
72
|
-
* Handles content state, processing flags, and error management
|
|
73
|
-
*
|
|
74
|
-
* @example
|
|
75
|
-
* ```tsx
|
|
76
|
-
* const { content, isProcessing, error, processContent } = useContentProcessing();
|
|
77
|
-
* ```
|
|
78
|
-
*/
|
|
79
|
-
export { useContentProcessing } from './hooks';
|
|
80
|
-
/**
|
|
81
|
-
* Detect diff markers in HTML content
|
|
82
|
-
* Returns markers for insertions, deletions, and highlights
|
|
83
|
-
*
|
|
84
|
-
* @example
|
|
85
|
-
* ```tsx
|
|
86
|
-
* const { hasDiffs, markers } = detectDiffMarkers(content);
|
|
87
|
-
* ```
|
|
88
|
-
*/
|
|
89
|
-
export { detectDiffMarkers } from './utils';
|
|
90
|
-
/**
|
|
91
|
-
* Normalize diff text for consistent comparison
|
|
92
|
-
* Strips HTML tags and normalizes whitespace
|
|
93
|
-
*/
|
|
94
|
-
export { normalizeDiffText } from './utils';
|
|
95
|
-
/**
|
|
96
|
-
* Extract diff ranges from content
|
|
97
|
-
* Returns arrays of {from, to} positions for changes
|
|
98
|
-
*/
|
|
99
|
-
export { extractDiffRanges } from './utils';
|
|
100
|
-
/**
|
|
101
|
-
* Merge consecutive or overlapping ranges
|
|
102
|
-
* Optimizes ranges for rendering and processing
|
|
103
|
-
*/
|
|
104
|
-
export { mergeConsecutiveRanges } from './utils';
|
|
105
|
-
/**
|
|
106
|
-
* Extract plain text from HTML content
|
|
107
|
-
* Removes all tags and returns readable text
|
|
108
|
-
*/
|
|
109
|
-
export { extractTextContent } from './utils';
|
|
110
|
-
/**
|
|
111
|
-
* Optimize ranges for rendering performance
|
|
112
|
-
* Removes overlaps and sorts by position
|
|
113
|
-
*/
|
|
114
|
-
export { optimizeRanges } from './utils';
|
|
115
|
-
/**
|
|
116
|
-
* Group consecutive images in content
|
|
117
|
-
* Returns array of image operations with positions
|
|
118
|
-
*/
|
|
119
|
-
export { groupConsecutiveImages } from './utils';
|
|
120
|
-
/**
|
|
121
|
-
* Match image replacements in diff pairs
|
|
122
|
-
* Identifies old→new image mappings
|
|
123
|
-
*/
|
|
124
|
-
export { matchImageReplacements } from './utils';
|
|
125
|
-
/**
|
|
126
|
-
* Calculate proximity score between text segments
|
|
127
|
-
* Returns 0-1 similarity score
|
|
128
|
-
*/
|
|
129
|
-
export { calculateProximity } from './utils';
|
|
130
|
-
/**
|
|
131
|
-
* Find the best matching text pair from candidates
|
|
132
|
-
* Uses proximity matching for robust matching
|
|
133
|
-
*/
|
|
134
|
-
export { findOwnerTextPair } from './utils';
|
|
135
|
-
/**
|
|
136
|
-
* Group consecutive items by similarity
|
|
137
|
-
* Returns grouped arrays of related items
|
|
138
|
-
*/
|
|
139
|
-
export { groupConsecutiveItems } from './utils';
|
|
140
|
-
/**
|
|
141
|
-
* Custom error class for diff processing failures
|
|
142
|
-
* Extends Error with original error chain
|
|
143
|
-
*/
|
|
144
|
-
export { DiffProcessingError } from './utils';
|
|
145
|
-
/**
|
|
146
|
-
* Safely execute a function with error handling
|
|
147
|
-
* Returns result or null if error occurs
|
|
148
|
-
*
|
|
149
|
-
* @example
|
|
150
|
-
* ```tsx
|
|
151
|
-
* const result = safeExecute(() => riskyOperation());
|
|
152
|
-
* ```
|
|
153
|
-
*/
|
|
154
|
-
export { safeExecute } from './utils';
|
|
155
|
-
/**
|
|
156
|
-
* Props for the RayoEditor component
|
|
157
|
-
* Includes all configuration, state, and callback options
|
|
158
|
-
*/
|
|
159
|
-
export type { RayoEditorProps } from './types/editor.types';
|
|
160
|
-
/**
|
|
161
|
-
* Reference object for BlogSimpleEditor instance
|
|
162
|
-
* Provides access to underlying TipTap editor
|
|
163
|
-
*/
|
|
164
|
-
export type { BlogSimpleEditorRef } from './types/editor.types';
|
|
165
|
-
/**
|
|
166
|
-
* Props for the TitleTextarea component
|
|
167
|
-
*/
|
|
168
|
-
export type { TitleTextareaProps } from './types/editor.types';
|
|
169
|
-
/**
|
|
170
|
-
* Props for the DiffOverlay component
|
|
171
|
-
*/
|
|
172
|
-
export type { DiffOverlayProps } from './types/editor.types';
|
|
173
|
-
/**
|
|
174
|
-
* Props for the ReviewButtons component
|
|
175
|
-
*/
|
|
176
|
-
export type { ReviewButtonsProps } from './types/editor.types';
|
|
177
|
-
/**
|
|
178
|
-
* Represents a text range with start and end positions
|
|
179
|
-
*/
|
|
180
|
-
export type { DiffRange } from './types/diff.types';
|
|
181
|
-
/**
|
|
182
|
-
* Represents a pair of diff ranges (old and new content)
|
|
183
|
-
*/
|
|
184
|
-
export type { DiffPair } from './types/diff.types';
|
|
185
|
-
/**
|
|
186
|
-
* Rectangle coordinates for positioning overlays
|
|
187
|
-
*/
|
|
188
|
-
export type { DiffRect } from './types/diff.types';
|
|
189
|
-
/**
|
|
190
|
-
* Marker indicating a diff location in content
|
|
191
|
-
*/
|
|
192
|
-
export type { DiffMarker } from './types/diff.types';
|
|
193
|
-
/**
|
|
194
|
-
* Result object from diff marker detection
|
|
195
|
-
*/
|
|
196
|
-
export type { DiffMarkerResult } from './types/diff.types';
|
|
197
|
-
/**
|
|
198
|
-
* Operation representing an image change
|
|
199
|
-
*/
|
|
200
|
-
export type { ImageOperation } from './types/diff.types';
|
|
201
|
-
/**
|
|
202
|
-
* Operation representing a table change
|
|
203
|
-
*/
|
|
204
|
-
export type { TableOperation } from './types/diff.types';
|
|
205
|
-
/**
|
|
206
|
-
* Operation representing a code block change
|
|
207
|
-
*/
|
|
208
|
-
export type { CodeBlockOperation } from './types/diff.types';
|
|
209
|
-
/**
|
|
210
|
-
* Highlight information for rendering
|
|
211
|
-
*/
|
|
212
|
-
export type { HighlightInfo } from './types/diff.types';
|
|
1
|
+
export { default as BlogEditor, default as RayoEditor, default } from './components/project/blog-writer/shared/BlogEditor';
|
|
2
|
+
export type { BlogEditorProps } from './components/project/blog-writer/shared/BlogEditor';
|
|
3
|
+
export { BlogSimpleEditor } from './components/tiptap-templates/simple/blog-simple-editor';
|
|
4
|
+
export type { BlogSimpleEditorRef, BlogSimpleEditorProps } from './components/tiptap-templates/simple/blog-simple-editor';
|
|
213
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,OAAO,IAAI,UAAU,EAAE,OAAO,EAAE,MAAM,oDAAoD,CAAC;AAC3H,YAAY,EAAE,eAAe,EAAE,MAAM,oDAAoD,CAAC;AAG1F,OAAO,EAAE,gBAAgB,EAAE,MAAM,yDAAyD,CAAC;AAC3F,YAAY,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,yDAAyD,CAAC"}
|