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.
Files changed (468) hide show
  1. package/dist/cloudinaryUpload-16fe0b7d.js +35 -0
  2. package/dist/components/common/tiptap-editor/extensions/EmbedExtension.d.ts +30 -0
  3. package/dist/components/common/tiptap-editor/extensions/EmbedExtension.d.ts.map +1 -0
  4. package/dist/components/common/tiptap-editor/node-views/InstagramView.d.ts +13 -0
  5. package/dist/components/common/tiptap-editor/node-views/InstagramView.d.ts.map +1 -0
  6. package/dist/components/common/tiptap-editor/node-views/TwitterView.d.ts +14 -0
  7. package/dist/components/common/tiptap-editor/node-views/TwitterView.d.ts.map +1 -0
  8. package/dist/components/project/blog-writer/hooks/useAutoRecovery.d.ts +63 -0
  9. package/dist/components/project/blog-writer/hooks/useAutoRecovery.d.ts.map +1 -0
  10. package/dist/components/project/blog-writer/hooks/useTypingEffect.d.ts +5 -0
  11. package/dist/components/project/blog-writer/hooks/useTypingEffect.d.ts.map +1 -0
  12. package/dist/components/project/blog-writer/index.d.ts +2 -0
  13. package/dist/components/project/blog-writer/index.d.ts.map +1 -0
  14. package/dist/components/project/blog-writer/shared/BlogEditor.d.ts +57 -0
  15. package/dist/components/project/blog-writer/shared/BlogEditor.d.ts.map +1 -0
  16. package/dist/components/project/blog-writer/shared/BlogMinimap.d.ts +36 -0
  17. package/dist/components/project/blog-writer/shared/BlogMinimap.d.ts.map +1 -0
  18. package/dist/components/project/blog-writer/shared/EditorErrorFallback.d.ts +8 -0
  19. package/dist/components/project/blog-writer/shared/EditorErrorFallback.d.ts.map +1 -0
  20. package/dist/components/project/blog-writer/shared/ImageGallery.d.ts +3 -0
  21. package/dist/components/project/blog-writer/shared/ImageGallery.d.ts.map +1 -0
  22. package/dist/components/project/blog-writer/shared/ImageGenerationLoader.d.ts +8 -0
  23. package/dist/components/project/blog-writer/shared/ImageGenerationLoader.d.ts.map +1 -0
  24. package/dist/components/project/blog-writer/shared/SkeletonEditor.d.ts +12 -0
  25. package/dist/components/project/blog-writer/shared/SkeletonEditor.d.ts.map +1 -0
  26. package/dist/components/project/blog-writer/shared/StreamingProgressOverlay.d.ts +9 -0
  27. package/dist/components/project/blog-writer/shared/StreamingProgressOverlay.d.ts.map +1 -0
  28. package/dist/components/project/blog-writer/shared/__tests__/AgentChatPanel.perf.test.d.ts +14 -0
  29. package/dist/components/project/blog-writer/shared/__tests__/AgentChatPanel.perf.test.d.ts.map +1 -0
  30. package/dist/components/project/blog-writer/shared/__tests__/BlogEditor.perf.test.d.ts +14 -0
  31. package/dist/components/project/blog-writer/shared/__tests__/BlogEditor.perf.test.d.ts.map +1 -0
  32. package/dist/components/project/blog-writer/shared/wordCountUtils.d.ts +30 -0
  33. package/dist/components/project/blog-writer/shared/wordCountUtils.d.ts.map +1 -0
  34. package/dist/components/shared/editor/CustomEditorSkeleton.d.ts +3 -0
  35. package/dist/components/shared/editor/CustomEditorSkeleton.d.ts.map +1 -0
  36. package/dist/components/tiptap-extension/ari-score-extension.d.ts +6 -0
  37. package/dist/components/tiptap-extension/ari-score-extension.d.ts.map +1 -0
  38. package/dist/components/tiptap-extension/code-block-extension.d.ts +7 -0
  39. package/dist/components/tiptap-extension/code-block-extension.d.ts.map +1 -0
  40. package/dist/components/tiptap-extension/diff-marks-extension.d.ts +4 -0
  41. package/dist/components/tiptap-extension/diff-marks-extension.d.ts.map +1 -0
  42. package/dist/components/tiptap-extension/drag-handle-extension.d.ts +16 -0
  43. package/dist/components/tiptap-extension/drag-handle-extension.d.ts.map +1 -0
  44. package/dist/components/tiptap-extension/instagram-extension.d.ts +26 -0
  45. package/dist/components/tiptap-extension/instagram-extension.d.ts.map +1 -0
  46. package/dist/components/tiptap-extension/link-extension.d.ts +3 -0
  47. package/dist/components/tiptap-extension/link-extension.d.ts.map +1 -0
  48. package/dist/components/tiptap-extension/reference-manager-extension.d.ts +17 -0
  49. package/dist/components/tiptap-extension/reference-manager-extension.d.ts.map +1 -0
  50. package/dist/components/tiptap-extension/resizable-image-extension.d.ts +2 -0
  51. package/dist/components/tiptap-extension/resizable-image-extension.d.ts.map +1 -0
  52. package/dist/components/tiptap-extension/selection-extension.d.ts +4 -0
  53. package/dist/components/tiptap-extension/selection-extension.d.ts.map +1 -0
  54. package/dist/components/tiptap-extension/table-extension.d.ts +10 -0
  55. package/dist/components/tiptap-extension/table-extension.d.ts.map +1 -0
  56. package/dist/components/tiptap-extension/trailing-node-extension.d.ts +8 -0
  57. package/dist/components/tiptap-extension/trailing-node-extension.d.ts.map +1 -0
  58. package/dist/components/tiptap-extension/x-extension.d.ts +26 -0
  59. package/dist/components/tiptap-extension/x-extension.d.ts.map +1 -0
  60. package/dist/components/tiptap-extension/youtube-extension.d.ts +42 -0
  61. package/dist/components/tiptap-extension/youtube-extension.d.ts.map +1 -0
  62. package/dist/components/tiptap-icons/align-center-icon.d.ts +3 -0
  63. package/dist/components/tiptap-icons/align-center-icon.d.ts.map +1 -0
  64. package/dist/components/tiptap-icons/align-justify-icon.d.ts +3 -0
  65. package/dist/components/tiptap-icons/align-justify-icon.d.ts.map +1 -0
  66. package/dist/components/tiptap-icons/align-left-icon.d.ts +3 -0
  67. package/dist/components/tiptap-icons/align-left-icon.d.ts.map +1 -0
  68. package/dist/components/tiptap-icons/align-right-icon.d.ts +3 -0
  69. package/dist/components/tiptap-icons/align-right-icon.d.ts.map +1 -0
  70. package/dist/components/tiptap-icons/arrow-left-icon.d.ts +3 -0
  71. package/dist/components/tiptap-icons/arrow-left-icon.d.ts.map +1 -0
  72. package/dist/components/tiptap-icons/ban-icon.d.ts +3 -0
  73. package/dist/components/tiptap-icons/ban-icon.d.ts.map +1 -0
  74. package/dist/components/tiptap-icons/block-quote-icon.d.ts +3 -0
  75. package/dist/components/tiptap-icons/block-quote-icon.d.ts.map +1 -0
  76. package/dist/components/tiptap-icons/bold-icon.d.ts +3 -0
  77. package/dist/components/tiptap-icons/bold-icon.d.ts.map +1 -0
  78. package/dist/components/tiptap-icons/check-icon.d.ts +3 -0
  79. package/dist/components/tiptap-icons/check-icon.d.ts.map +1 -0
  80. package/dist/components/tiptap-icons/chevron-down-icon.d.ts +3 -0
  81. package/dist/components/tiptap-icons/chevron-down-icon.d.ts.map +1 -0
  82. package/dist/components/tiptap-icons/close-icon.d.ts +3 -0
  83. package/dist/components/tiptap-icons/close-icon.d.ts.map +1 -0
  84. package/dist/components/tiptap-icons/code-block-icon.d.ts +3 -0
  85. package/dist/components/tiptap-icons/code-block-icon.d.ts.map +1 -0
  86. package/dist/components/tiptap-icons/code2-icon.d.ts +3 -0
  87. package/dist/components/tiptap-icons/code2-icon.d.ts.map +1 -0
  88. package/dist/components/tiptap-icons/corner-down-left-icon.d.ts +3 -0
  89. package/dist/components/tiptap-icons/corner-down-left-icon.d.ts.map +1 -0
  90. package/dist/components/tiptap-icons/edit-icon.d.ts +3 -0
  91. package/dist/components/tiptap-icons/edit-icon.d.ts.map +1 -0
  92. package/dist/components/tiptap-icons/external-link-icon.d.ts +3 -0
  93. package/dist/components/tiptap-icons/external-link-icon.d.ts.map +1 -0
  94. package/dist/components/tiptap-icons/heading-five-icon.d.ts +3 -0
  95. package/dist/components/tiptap-icons/heading-five-icon.d.ts.map +1 -0
  96. package/dist/components/tiptap-icons/heading-four-icon.d.ts +3 -0
  97. package/dist/components/tiptap-icons/heading-four-icon.d.ts.map +1 -0
  98. package/dist/components/tiptap-icons/heading-icon.d.ts +3 -0
  99. package/dist/components/tiptap-icons/heading-icon.d.ts.map +1 -0
  100. package/dist/components/tiptap-icons/heading-one-icon.d.ts +3 -0
  101. package/dist/components/tiptap-icons/heading-one-icon.d.ts.map +1 -0
  102. package/dist/components/tiptap-icons/heading-six-icon.d.ts +3 -0
  103. package/dist/components/tiptap-icons/heading-six-icon.d.ts.map +1 -0
  104. package/dist/components/tiptap-icons/heading-three-icon.d.ts +3 -0
  105. package/dist/components/tiptap-icons/heading-three-icon.d.ts.map +1 -0
  106. package/dist/components/tiptap-icons/heading-two-icon.d.ts +3 -0
  107. package/dist/components/tiptap-icons/heading-two-icon.d.ts.map +1 -0
  108. package/dist/components/tiptap-icons/highlighter-icon.d.ts +3 -0
  109. package/dist/components/tiptap-icons/highlighter-icon.d.ts.map +1 -0
  110. package/dist/components/tiptap-icons/image-plus-icon.d.ts +3 -0
  111. package/dist/components/tiptap-icons/image-plus-icon.d.ts.map +1 -0
  112. package/dist/components/tiptap-icons/italic-icon.d.ts +3 -0
  113. package/dist/components/tiptap-icons/italic-icon.d.ts.map +1 -0
  114. package/dist/components/tiptap-icons/link-icon.d.ts +3 -0
  115. package/dist/components/tiptap-icons/link-icon.d.ts.map +1 -0
  116. package/dist/components/tiptap-icons/list-icon.d.ts +3 -0
  117. package/dist/components/tiptap-icons/list-icon.d.ts.map +1 -0
  118. package/dist/components/tiptap-icons/list-ordered-icon.d.ts +3 -0
  119. package/dist/components/tiptap-icons/list-ordered-icon.d.ts.map +1 -0
  120. package/dist/components/tiptap-icons/list-todo-icon.d.ts +3 -0
  121. package/dist/components/tiptap-icons/list-todo-icon.d.ts.map +1 -0
  122. package/dist/components/tiptap-icons/magic-icon.d.ts +5 -0
  123. package/dist/components/tiptap-icons/magic-icon.d.ts.map +1 -0
  124. package/dist/components/tiptap-icons/moon-star-icon.d.ts +3 -0
  125. package/dist/components/tiptap-icons/moon-star-icon.d.ts.map +1 -0
  126. package/dist/components/tiptap-icons/redo2-icon.d.ts +3 -0
  127. package/dist/components/tiptap-icons/redo2-icon.d.ts.map +1 -0
  128. package/dist/components/tiptap-icons/strike-icon.d.ts +3 -0
  129. package/dist/components/tiptap-icons/strike-icon.d.ts.map +1 -0
  130. package/dist/components/tiptap-icons/subscript-icon.d.ts +3 -0
  131. package/dist/components/tiptap-icons/subscript-icon.d.ts.map +1 -0
  132. package/dist/components/tiptap-icons/sun-icon.d.ts +3 -0
  133. package/dist/components/tiptap-icons/sun-icon.d.ts.map +1 -0
  134. package/dist/components/tiptap-icons/superscript-icon.d.ts +3 -0
  135. package/dist/components/tiptap-icons/superscript-icon.d.ts.map +1 -0
  136. package/dist/components/tiptap-icons/table-icon.d.ts +3 -0
  137. package/dist/components/tiptap-icons/table-icon.d.ts.map +1 -0
  138. package/dist/components/tiptap-icons/trash-icon.d.ts +3 -0
  139. package/dist/components/tiptap-icons/trash-icon.d.ts.map +1 -0
  140. package/dist/components/tiptap-icons/underline-icon.d.ts +3 -0
  141. package/dist/components/tiptap-icons/underline-icon.d.ts.map +1 -0
  142. package/dist/components/tiptap-icons/undo2-icon.d.ts +3 -0
  143. package/dist/components/tiptap-icons/undo2-icon.d.ts.map +1 -0
  144. package/dist/components/tiptap-icons/x-icon.d.ts +3 -0
  145. package/dist/components/tiptap-icons/x-icon.d.ts.map +1 -0
  146. package/dist/components/tiptap-node/image-upload-node/image-upload-node-extension.d.ts +47 -0
  147. package/dist/components/tiptap-node/image-upload-node/image-upload-node-extension.d.ts.map +1 -0
  148. package/dist/components/tiptap-node/image-upload-node/image-upload-node.d.ts +12 -0
  149. package/dist/components/tiptap-node/image-upload-node/image-upload-node.d.ts.map +1 -0
  150. package/dist/components/tiptap-node/image-upload-node/index.d.ts +2 -0
  151. package/dist/components/tiptap-node/image-upload-node/index.d.ts.map +1 -0
  152. package/dist/components/tiptap-node/resizable-image-node/image-cropper.d.ts +10 -0
  153. package/dist/components/tiptap-node/resizable-image-node/image-cropper.d.ts.map +1 -0
  154. package/dist/components/tiptap-node/resizable-image-node/resizable-image-node.d.ts +4 -0
  155. package/dist/components/tiptap-node/resizable-image-node/resizable-image-node.d.ts.map +1 -0
  156. package/dist/components/tiptap-templates/simple/blog-simple-editor.d.ts +62 -0
  157. package/dist/components/tiptap-templates/simple/blog-simple-editor.d.ts.map +1 -0
  158. package/dist/components/tiptap-templates/simple/demo-animated-editor.d.ts +2 -0
  159. package/dist/components/tiptap-templates/simple/demo-animated-editor.d.ts.map +1 -0
  160. package/dist/components/tiptap-templates/simple/link-bubble.d.ts +9 -0
  161. package/dist/components/tiptap-templates/simple/link-bubble.d.ts.map +1 -0
  162. package/dist/components/tiptap-templates/simple/simple-editor-animated.d.ts +2 -0
  163. package/dist/components/tiptap-templates/simple/simple-editor-animated.d.ts.map +1 -0
  164. package/dist/components/tiptap-templates/simple/simple-editor.d.ts +13 -0
  165. package/dist/components/tiptap-templates/simple/simple-editor.d.ts.map +1 -0
  166. package/dist/components/tiptap-templates/simple/table-bubble.d.ts +7 -0
  167. package/dist/components/tiptap-templates/simple/table-bubble.d.ts.map +1 -0
  168. package/dist/components/tiptap-templates/simple/text-selection-bubble.d.ts +8 -0
  169. package/dist/components/tiptap-templates/simple/text-selection-bubble.d.ts.map +1 -0
  170. package/dist/components/tiptap-templates/simple/theme-toggle.d.ts +2 -0
  171. package/dist/components/tiptap-templates/simple/theme-toggle.d.ts.map +1 -0
  172. package/dist/components/tiptap-ui/ai/AIBubbleMenu.d.ts +8 -0
  173. package/dist/components/tiptap-ui/ai/AIBubbleMenu.d.ts.map +1 -0
  174. package/dist/components/tiptap-ui/ai/AICompletionCommands.d.ts +10 -0
  175. package/dist/components/tiptap-ui/ai/AICompletionCommands.d.ts.map +1 -0
  176. package/dist/components/tiptap-ui/ai/AIInput.d.ts +12 -0
  177. package/dist/components/tiptap-ui/ai/AIInput.d.ts.map +1 -0
  178. package/dist/components/tiptap-ui/ai/AISelector.d.ts +10 -0
  179. package/dist/components/tiptap-ui/ai/AISelector.d.ts.map +1 -0
  180. package/dist/components/tiptap-ui/ai/AISelectorCommands.d.ts +9 -0
  181. package/dist/components/tiptap-ui/ai/AISelectorCommands.d.ts.map +1 -0
  182. package/dist/components/tiptap-ui/ai/GenerativeMenuSwitch.d.ts +13 -0
  183. package/dist/components/tiptap-ui/ai/GenerativeMenuSwitch.d.ts.map +1 -0
  184. package/dist/components/tiptap-ui/ai/LinkSelector.d.ts +18 -0
  185. package/dist/components/tiptap-ui/ai/LinkSelector.d.ts.map +1 -0
  186. package/dist/components/tiptap-ui/ai/TextButtons.d.ts +10 -0
  187. package/dist/components/tiptap-ui/ai/TextButtons.d.ts.map +1 -0
  188. package/dist/components/tiptap-ui/ai/ai-request-context.d.ts +14 -0
  189. package/dist/components/tiptap-ui/ai/ai-request-context.d.ts.map +1 -0
  190. package/dist/components/tiptap-ui/ai/useAICompletion.d.ts +25 -0
  191. package/dist/components/tiptap-ui/ai/useAICompletion.d.ts.map +1 -0
  192. package/dist/components/tiptap-ui/blockquote-button/blockquote-button.d.ts +43 -0
  193. package/dist/components/tiptap-ui/blockquote-button/blockquote-button.d.ts.map +1 -0
  194. package/dist/components/tiptap-ui/blockquote-button/index.d.ts +2 -0
  195. package/dist/components/tiptap-ui/blockquote-button/index.d.ts.map +1 -0
  196. package/dist/components/tiptap-ui/code-block-button/code-block-button.d.ts +43 -0
  197. package/dist/components/tiptap-ui/code-block-button/code-block-button.d.ts.map +1 -0
  198. package/dist/components/tiptap-ui/code-block-button/index.d.ts +2 -0
  199. package/dist/components/tiptap-ui/code-block-button/index.d.ts.map +1 -0
  200. package/dist/components/tiptap-ui/color-highlight-button/color-highlight-button.d.ts +78 -0
  201. package/dist/components/tiptap-ui/color-highlight-button/color-highlight-button.d.ts.map +1 -0
  202. package/dist/components/tiptap-ui/color-highlight-button/index.d.ts +2 -0
  203. package/dist/components/tiptap-ui/color-highlight-button/index.d.ts.map +1 -0
  204. package/dist/components/tiptap-ui/color-highlight-popover/color-highlight-popover.d.ts +29 -0
  205. package/dist/components/tiptap-ui/color-highlight-popover/color-highlight-popover.d.ts.map +1 -0
  206. package/dist/components/tiptap-ui/color-highlight-popover/index.d.ts +2 -0
  207. package/dist/components/tiptap-ui/color-highlight-popover/index.d.ts.map +1 -0
  208. package/dist/components/tiptap-ui/drag-handle/drag-handle.d.ts +8 -0
  209. package/dist/components/tiptap-ui/drag-handle/drag-handle.d.ts.map +1 -0
  210. package/dist/components/tiptap-ui/drag-handle/index.d.ts +3 -0
  211. package/dist/components/tiptap-ui/drag-handle/index.d.ts.map +1 -0
  212. package/dist/components/tiptap-ui/font-family-dropdown/font-family-dropdown.d.ts +43 -0
  213. package/dist/components/tiptap-ui/font-family-dropdown/font-family-dropdown.d.ts.map +1 -0
  214. package/dist/components/tiptap-ui/font-family-dropdown/index.d.ts +2 -0
  215. package/dist/components/tiptap-ui/font-family-dropdown/index.d.ts.map +1 -0
  216. package/dist/components/tiptap-ui/font-family-dropdown-menu/font-family-dropdown-menu.d.ts +10 -0
  217. package/dist/components/tiptap-ui/font-family-dropdown-menu/font-family-dropdown-menu.d.ts.map +1 -0
  218. package/dist/components/tiptap-ui/font-family-dropdown-menu/index.d.ts +2 -0
  219. package/dist/components/tiptap-ui/font-family-dropdown-menu/index.d.ts.map +1 -0
  220. package/dist/components/tiptap-ui/heading-button/heading-button.d.ts +56 -0
  221. package/dist/components/tiptap-ui/heading-button/heading-button.d.ts.map +1 -0
  222. package/dist/components/tiptap-ui/heading-button/index.d.ts +2 -0
  223. package/dist/components/tiptap-ui/heading-button/index.d.ts.map +1 -0
  224. package/dist/components/tiptap-ui/heading-dropdown-menu/heading-dropdown-menu.d.ts +13 -0
  225. package/dist/components/tiptap-ui/heading-dropdown-menu/heading-dropdown-menu.d.ts.map +1 -0
  226. package/dist/components/tiptap-ui/heading-dropdown-menu/index.d.ts +2 -0
  227. package/dist/components/tiptap-ui/heading-dropdown-menu/index.d.ts.map +1 -0
  228. package/dist/components/tiptap-ui/image-gallery/ImageGalleryDialog.d.ts +34 -0
  229. package/dist/components/tiptap-ui/image-gallery/ImageGalleryDialog.d.ts.map +1 -0
  230. package/dist/components/tiptap-ui/image-upload-button/image-upload-button.d.ts +26 -0
  231. package/dist/components/tiptap-ui/image-upload-button/image-upload-button.d.ts.map +1 -0
  232. package/dist/components/tiptap-ui/image-upload-button/index.d.ts +2 -0
  233. package/dist/components/tiptap-ui/image-upload-button/index.d.ts.map +1 -0
  234. package/dist/components/tiptap-ui/link-popover/index.d.ts +2 -0
  235. package/dist/components/tiptap-ui/link-popover/index.d.ts.map +1 -0
  236. package/dist/components/tiptap-ui/link-popover/link-popover.d.ts +50 -0
  237. package/dist/components/tiptap-ui/link-popover/link-popover.d.ts.map +1 -0
  238. package/dist/components/tiptap-ui/list-button/index.d.ts +2 -0
  239. package/dist/components/tiptap-ui/list-button/index.d.ts.map +1 -0
  240. package/dist/components/tiptap-ui/list-button/list-button.d.ts +51 -0
  241. package/dist/components/tiptap-ui/list-button/list-button.d.ts.map +1 -0
  242. package/dist/components/tiptap-ui/list-dropdown-menu/index.d.ts +2 -0
  243. package/dist/components/tiptap-ui/list-dropdown-menu/index.d.ts.map +1 -0
  244. package/dist/components/tiptap-ui/list-dropdown-menu/list-dropdown-menu.d.ts +43 -0
  245. package/dist/components/tiptap-ui/list-dropdown-menu/list-dropdown-menu.d.ts.map +1 -0
  246. package/dist/components/tiptap-ui/mark-button/index.d.ts +2 -0
  247. package/dist/components/tiptap-ui/mark-button/index.d.ts.map +1 -0
  248. package/dist/components/tiptap-ui/mark-button/mark-button.d.ts +56 -0
  249. package/dist/components/tiptap-ui/mark-button/mark-button.d.ts.map +1 -0
  250. package/dist/components/tiptap-ui/search-and-replace/search-and-replace.d.ts +28 -0
  251. package/dist/components/tiptap-ui/search-and-replace/search-and-replace.d.ts.map +1 -0
  252. package/dist/components/tiptap-ui/table-dropdown-menu/index.d.ts +3 -0
  253. package/dist/components/tiptap-ui/table-dropdown-menu/index.d.ts.map +1 -0
  254. package/dist/components/tiptap-ui/table-dropdown-menu/table-dropdown-menu.d.ts +34 -0
  255. package/dist/components/tiptap-ui/table-dropdown-menu/table-dropdown-menu.d.ts.map +1 -0
  256. package/dist/components/tiptap-ui/text-align-button/index.d.ts +2 -0
  257. package/dist/components/tiptap-ui/text-align-button/index.d.ts.map +1 -0
  258. package/dist/components/tiptap-ui/text-align-button/text-align-button.d.ts +56 -0
  259. package/dist/components/tiptap-ui/text-align-button/text-align-button.d.ts.map +1 -0
  260. package/dist/components/tiptap-ui/text-align-dropdown-menu/index.d.ts +2 -0
  261. package/dist/components/tiptap-ui/text-align-dropdown-menu/index.d.ts.map +1 -0
  262. package/dist/components/tiptap-ui/text-align-dropdown-menu/text-align-dropdown-menu.d.ts +52 -0
  263. package/dist/components/tiptap-ui/text-align-dropdown-menu/text-align-dropdown-menu.d.ts.map +1 -0
  264. package/dist/components/tiptap-ui/text-format-dropdown-menu/index.d.ts +3 -0
  265. package/dist/components/tiptap-ui/text-format-dropdown-menu/index.d.ts.map +1 -0
  266. package/dist/components/tiptap-ui/text-format-dropdown-menu/text-format-dropdown-menu.d.ts +54 -0
  267. package/dist/components/tiptap-ui/text-format-dropdown-menu/text-format-dropdown-menu.d.ts.map +1 -0
  268. package/dist/components/tiptap-ui/undo-redo-button/index.d.ts +2 -0
  269. package/dist/components/tiptap-ui/undo-redo-button/index.d.ts.map +1 -0
  270. package/dist/components/tiptap-ui/undo-redo-button/undo-redo-button.d.ts +76 -0
  271. package/dist/components/tiptap-ui/undo-redo-button/undo-redo-button.d.ts.map +1 -0
  272. package/dist/components/tiptap-ui-primitive/button/button.d.ts +19 -0
  273. package/dist/components/tiptap-ui-primitive/button/button.d.ts.map +1 -0
  274. package/dist/components/tiptap-ui-primitive/button/index.d.ts +2 -0
  275. package/dist/components/tiptap-ui-primitive/button/index.d.ts.map +1 -0
  276. package/dist/components/tiptap-ui-primitive/dropdown-menu/dropdown-menu.d.ts +49 -0
  277. package/dist/components/tiptap-ui-primitive/dropdown-menu/dropdown-menu.d.ts.map +1 -0
  278. package/dist/components/tiptap-ui-primitive/dropdown-menu/index.d.ts +2 -0
  279. package/dist/components/tiptap-ui-primitive/dropdown-menu/index.d.ts.map +1 -0
  280. package/dist/components/tiptap-ui-primitive/loading-circle.d.ts +5 -0
  281. package/dist/components/tiptap-ui-primitive/loading-circle.d.ts.map +1 -0
  282. package/dist/components/tiptap-ui-primitive/popover/index.d.ts +2 -0
  283. package/dist/components/tiptap-ui-primitive/popover/index.d.ts.map +1 -0
  284. package/dist/components/tiptap-ui-primitive/popover/popover.d.ts +36 -0
  285. package/dist/components/tiptap-ui-primitive/popover/popover.d.ts.map +1 -0
  286. package/dist/components/tiptap-ui-primitive/separator/index.d.ts +2 -0
  287. package/dist/components/tiptap-ui-primitive/separator/index.d.ts.map +1 -0
  288. package/dist/components/tiptap-ui-primitive/separator/separator.d.ts +11 -0
  289. package/dist/components/tiptap-ui-primitive/separator/separator.d.ts.map +1 -0
  290. package/dist/components/tiptap-ui-primitive/spacer/index.d.ts +2 -0
  291. package/dist/components/tiptap-ui-primitive/spacer/index.d.ts.map +1 -0
  292. package/dist/components/tiptap-ui-primitive/spacer/spacer.d.ts +11 -0
  293. package/dist/components/tiptap-ui-primitive/spacer/spacer.d.ts.map +1 -0
  294. package/dist/components/tiptap-ui-primitive/toolbar/animated-toolbar-button.d.ts +15 -0
  295. package/dist/components/tiptap-ui-primitive/toolbar/animated-toolbar-button.d.ts.map +1 -0
  296. package/dist/components/tiptap-ui-primitive/toolbar/animated-toolbar.d.ts +28 -0
  297. package/dist/components/tiptap-ui-primitive/toolbar/animated-toolbar.d.ts.map +1 -0
  298. package/dist/components/tiptap-ui-primitive/toolbar/index.d.ts +2 -0
  299. package/dist/components/tiptap-ui-primitive/toolbar/index.d.ts.map +1 -0
  300. package/dist/components/tiptap-ui-primitive/toolbar/toolbar.d.ts +16 -0
  301. package/dist/components/tiptap-ui-primitive/toolbar/toolbar.d.ts.map +1 -0
  302. package/dist/components/tiptap-ui-primitive/tooltip/index.d.ts +2 -0
  303. package/dist/components/tiptap-ui-primitive/tooltip/index.d.ts.map +1 -0
  304. package/dist/components/tiptap-ui-primitive/tooltip/tooltip.d.ts +31 -0
  305. package/dist/components/tiptap-ui-primitive/tooltip/tooltip.d.ts.map +1 -0
  306. package/dist/components/ui/AnimatedGradientText.d.ts +10 -0
  307. package/dist/components/ui/AnimatedGradientText.d.ts.map +1 -0
  308. package/dist/components/ui/badge.d.ts +7 -0
  309. package/dist/components/ui/badge.d.ts.map +1 -0
  310. package/dist/components/ui/button.d.ts +11 -0
  311. package/dist/components/ui/button.d.ts.map +1 -0
  312. package/dist/components/ui/card.d.ts +15 -0
  313. package/dist/components/ui/card.d.ts.map +1 -0
  314. package/dist/components/ui/dialog.d.ts +22 -0
  315. package/dist/components/ui/dialog.d.ts.map +1 -0
  316. package/dist/components/ui/input.d.ts +8 -0
  317. package/dist/components/ui/input.d.ts.map +1 -0
  318. package/dist/components/ui/label.d.ts +9 -0
  319. package/dist/components/ui/label.d.ts.map +1 -0
  320. package/dist/components/ui/loading.d.ts +13 -0
  321. package/dist/components/ui/loading.d.ts.map +1 -0
  322. package/dist/components/ui/modal.d.ts +11 -0
  323. package/dist/components/ui/modal.d.ts.map +1 -0
  324. package/dist/components/ui/popover.d.ts +9 -0
  325. package/dist/components/ui/popover.d.ts.map +1 -0
  326. package/dist/components/ui/simple-modal.d.ts +11 -0
  327. package/dist/components/ui/simple-modal.d.ts.map +1 -0
  328. package/dist/components/ui/textarea.d.ts +8 -0
  329. package/dist/components/ui/textarea.d.ts.map +1 -0
  330. package/dist/components/ui/toast.d.ts +15 -0
  331. package/dist/components/ui/toast.d.ts.map +1 -0
  332. package/dist/constants/index.d.ts +4 -0
  333. package/dist/constants/index.d.ts.map +1 -0
  334. package/dist/extensions/DiffMarks/DeletionMark.d.ts +6 -0
  335. package/dist/extensions/DiffMarks/DeletionMark.d.ts.map +1 -0
  336. package/dist/extensions/DiffMarks/InsertionMark.d.ts +6 -0
  337. package/dist/extensions/DiffMarks/InsertionMark.d.ts.map +1 -0
  338. package/dist/extensions/DiffMarks/index.d.ts +6 -0
  339. package/dist/extensions/DiffMarks/index.d.ts.map +1 -0
  340. package/dist/extensions/VersionComparison/VersionComparisonExtension.d.ts +44 -0
  341. package/dist/extensions/VersionComparison/VersionComparisonExtension.d.ts.map +1 -0
  342. package/dist/extensions/search-and-replace.d.ts +42 -0
  343. package/dist/extensions/search-and-replace.d.ts.map +1 -0
  344. package/dist/hooks/use-cursor-visibility.d.ts +35 -0
  345. package/dist/hooks/use-cursor-visibility.d.ts.map +1 -0
  346. package/dist/hooks/use-menu-navigation.d.ts +19 -0
  347. package/dist/hooks/use-menu-navigation.d.ts.map +1 -0
  348. package/dist/hooks/use-mobile.d.ts +2 -0
  349. package/dist/hooks/use-mobile.d.ts.map +1 -0
  350. package/dist/hooks/use-tiptap-editor.d.ts +3 -0
  351. package/dist/hooks/use-tiptap-editor.d.ts.map +1 -0
  352. package/dist/hooks/use-window-size.d.ts +12 -0
  353. package/dist/hooks/use-window-size.d.ts.map +1 -0
  354. package/dist/hooks/useIsMobile.d.ts +4 -0
  355. package/dist/hooks/useIsMobile.d.ts.map +1 -0
  356. package/dist/hooks/useKeywordToast.d.ts +10 -0
  357. package/dist/hooks/useKeywordToast.d.ts.map +1 -0
  358. package/dist/hooks/useToast.d.ts +10 -0
  359. package/dist/hooks/useToast.d.ts.map +1 -0
  360. package/dist/index.d.ts +4 -212
  361. package/dist/index.d.ts.map +1 -1
  362. package/dist/index.mjs +54541 -958
  363. package/dist/index.umd.js +1561 -20
  364. package/dist/lib/editor-formatting/extensions/resizable-image-caption-extension.d.ts +36 -0
  365. package/dist/lib/editor-formatting/extensions/resizable-image-caption-extension.d.ts.map +1 -0
  366. package/dist/lib/editor-formatting/extensions/spacing-normalization-extension.d.ts +35 -0
  367. package/dist/lib/editor-formatting/extensions/spacing-normalization-extension.d.ts.map +1 -0
  368. package/dist/lib/editor-formatting/extensions/table-formatting-extension.d.ts +48 -0
  369. package/dist/lib/editor-formatting/extensions/table-formatting-extension.d.ts.map +1 -0
  370. package/dist/lib/editor-formatting/index.d.ts +88 -0
  371. package/dist/lib/editor-formatting/index.d.ts.map +1 -0
  372. package/dist/lib/editor-formatting/nodes/resizable-image-caption-node.d.ts +5 -0
  373. package/dist/lib/editor-formatting/nodes/resizable-image-caption-node.d.ts.map +1 -0
  374. package/dist/lib/editor-formatting/types.d.ts +70 -0
  375. package/dist/lib/editor-formatting/types.d.ts.map +1 -0
  376. package/dist/lib/editor-formatting/utils/image-utils.d.ts +66 -0
  377. package/dist/lib/editor-formatting/utils/image-utils.d.ts.map +1 -0
  378. package/dist/lib/editor-formatting/utils/spacing-utils.d.ts +41 -0
  379. package/dist/lib/editor-formatting/utils/spacing-utils.d.ts.map +1 -0
  380. package/dist/lib/editor-formatting/utils/table-utils.d.ts +86 -0
  381. package/dist/lib/editor-formatting/utils/table-utils.d.ts.map +1 -0
  382. package/dist/lib/routes.d.ts +6 -0
  383. package/dist/lib/routes.d.ts.map +1 -0
  384. package/dist/lib/supabase-types.d.ts +42 -0
  385. package/dist/lib/supabase-types.d.ts.map +1 -0
  386. package/dist/lib/tiptap-utils.d.ts +90 -0
  387. package/dist/lib/tiptap-utils.d.ts.map +1 -0
  388. package/dist/lib/utils.d.ts +3 -0
  389. package/dist/lib/utils.d.ts.map +1 -0
  390. package/dist/style.css +1 -0
  391. package/dist/styles.css +1 -1150
  392. package/dist/types/analytics.d.ts +14 -0
  393. package/dist/types/analytics.d.ts.map +1 -0
  394. package/dist/types/cms.d.ts +12 -0
  395. package/dist/types/cms.d.ts.map +1 -0
  396. package/dist/types/diff.types.d.ts +18 -65
  397. package/dist/types/diff.types.d.ts.map +1 -1
  398. package/dist/types/index.d.ts +78 -0
  399. package/dist/types/index.d.ts.map +1 -0
  400. package/dist/utils/cloudinaryUpload.d.ts +34 -0
  401. package/dist/utils/cloudinaryUpload.d.ts.map +1 -0
  402. package/dist/utils/cn.d.ts +3 -0
  403. package/dist/utils/cn.d.ts.map +1 -0
  404. package/dist/utils/codeBlockHandling.d.ts +12 -0
  405. package/dist/utils/codeBlockHandling.d.ts.map +1 -0
  406. package/dist/utils/consoleManager.d.ts +80 -0
  407. package/dist/utils/consoleManager.d.ts.map +1 -0
  408. package/dist/utils/countryCode.d.ts +5 -0
  409. package/dist/utils/countryCode.d.ts.map +1 -0
  410. package/dist/utils/countryCodes.d.ts +17 -0
  411. package/dist/utils/countryCodes.d.ts.map +1 -0
  412. package/dist/utils/countryEmoji.d.ts +35 -0
  413. package/dist/utils/countryEmoji.d.ts.map +1 -0
  414. package/dist/utils/debugSources.d.ts +2 -0
  415. package/dist/utils/debugSources.d.ts.map +1 -0
  416. package/dist/utils/eventBus.d.ts +26 -0
  417. package/dist/utils/eventBus.d.ts.map +1 -0
  418. package/dist/utils/localStorageManager.d.ts +78 -0
  419. package/dist/utils/localStorageManager.d.ts.map +1 -0
  420. package/dist/utils/logger.d.ts +42 -0
  421. package/dist/utils/logger.d.ts.map +1 -0
  422. package/dist/utils/modalTestUtils.d.ts +5 -0
  423. package/dist/utils/modalTestUtils.d.ts.map +1 -0
  424. package/dist/utils/smoothScroll.d.ts +6 -0
  425. package/dist/utils/smoothScroll.d.ts.map +1 -0
  426. package/dist/utils/tableHandling.d.ts +12 -0
  427. package/dist/utils/tableHandling.d.ts.map +1 -0
  428. package/dist/utils/url.d.ts +13 -0
  429. package/dist/utils/url.d.ts.map +1 -0
  430. package/dist/utils/urlUtils.d.ts +14 -0
  431. package/dist/utils/urlUtils.d.ts.map +1 -0
  432. package/dist/utils/urlValidator.d.ts +13 -0
  433. package/dist/utils/urlValidator.d.ts.map +1 -0
  434. package/package.json +70 -3
  435. package/dist/components/BlogEditor.d.ts +0 -4
  436. package/dist/components/BlogEditor.d.ts.map +0 -1
  437. package/dist/components/DiffOverlay.d.ts +0 -4
  438. package/dist/components/DiffOverlay.d.ts.map +0 -1
  439. package/dist/components/ImageGenerationLoader.d.ts +0 -5
  440. package/dist/components/ImageGenerationLoader.d.ts.map +0 -1
  441. package/dist/components/RayoEditor.d.ts +0 -74
  442. package/dist/components/RayoEditor.d.ts.map +0 -1
  443. package/dist/components/ReviewButtons.d.ts +0 -4
  444. package/dist/components/ReviewButtons.d.ts.map +0 -1
  445. package/dist/components/TitleTextarea.d.ts +0 -4
  446. package/dist/components/TitleTextarea.d.ts.map +0 -1
  447. package/dist/components/index.d.ts +0 -7
  448. package/dist/components/index.d.ts.map +0 -1
  449. package/dist/hooks/index.d.ts +0 -3
  450. package/dist/hooks/index.d.ts.map +0 -1
  451. package/dist/hooks/useContentProcessing.d.ts +0 -83
  452. package/dist/hooks/useContentProcessing.d.ts.map +0 -1
  453. package/dist/hooks/useEditorDiff.d.ts +0 -65
  454. package/dist/hooks/useEditorDiff.d.ts.map +0 -1
  455. package/dist/types/editor.types.d.ts +0 -59
  456. package/dist/types/editor.types.d.ts.map +0 -1
  457. package/dist/utils/contentProcessing.d.ts +0 -81
  458. package/dist/utils/contentProcessing.d.ts.map +0 -1
  459. package/dist/utils/diffDetection.d.ts +0 -85
  460. package/dist/utils/diffDetection.d.ts.map +0 -1
  461. package/dist/utils/errorHandling.d.ts +0 -57
  462. package/dist/utils/errorHandling.d.ts.map +0 -1
  463. package/dist/utils/imageHandling.d.ts +0 -52
  464. package/dist/utils/imageHandling.d.ts.map +0 -1
  465. package/dist/utils/index.d.ts +0 -6
  466. package/dist/utils/index.d.ts.map +0 -1
  467. package/dist/utils/proximityMatching.d.ts +0 -80
  468. package/dist/utils/proximityMatching.d.ts.map +0 -1
package/dist/index.d.ts CHANGED
@@ -1,213 +1,5 @@
1
- /**
2
- * @fileoverview rayo-editor - A professional-grade rich text editor for React
3
- *
4
- * This module provides a complete rich text editing solution with:
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
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAGH;;;GAGG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C;;;;GAIG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C;;;GAGG;AACH,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C;;;GAGG;AACH,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C;;;GAGG;AACH,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C;;GAEG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAGrD;;;;;;;;;;;;GAYG;AACH,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC;;;;;;;;GAQG;AACH,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAG/C;;;;;;;;GAQG;AACH,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C;;;GAGG;AACH,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C;;;GAGG;AACH,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C;;;GAGG;AACH,OAAO,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEjD;;;GAGG;AACH,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C;;;GAGG;AACH,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAEzC;;;GAGG;AACH,OAAO,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEjD;;;GAGG;AACH,OAAO,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEjD;;;GAGG;AACH,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C;;;GAGG;AACH,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C;;;GAGG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD;;;GAGG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE9C;;;;;;;;GAQG;AACH,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC;;;GAGG;AACH,YAAY,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D;;;GAGG;AACH,YAAY,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE;;GAEG;AACH,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D;;GAEG;AACH,YAAY,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D;;GAEG;AACH,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D;;GAEG;AACH,YAAY,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;GAEG;AACH,YAAY,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD;;GAEG;AACH,YAAY,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEnD;;GAEG;AACH,YAAY,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD;;GAEG;AACH,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D;;GAEG;AACH,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD;;GAEG;AACH,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD;;GAEG;AACH,YAAY,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D;;GAEG;AACH,YAAY,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC"}
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"}