@contember/react-slate-editor-base 2.0.0-alpha.4 → 2.0.0-alpha.40

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 (1111) hide show
  1. package/api-extractor.json +3 -0
  2. package/dist/development/index.cjs +47 -47
  3. package/dist/development/index.js +47 -47
  4. package/dist/development/src/components/RichTextEditor.cjs +105 -0
  5. package/dist/development/src/components/RichTextEditor.cjs.map +1 -0
  6. package/dist/development/src/components/RichTextEditor.js +105 -0
  7. package/dist/development/src/components/RichTextEditor.js.map +1 -0
  8. package/dist/development/src/components/triggers/EditorElementTrigger.cjs +20 -0
  9. package/dist/development/src/components/triggers/EditorElementTrigger.cjs.map +1 -0
  10. package/dist/development/src/components/triggers/EditorElementTrigger.js +20 -0
  11. package/dist/development/src/components/triggers/EditorElementTrigger.js.map +1 -0
  12. package/dist/development/src/components/triggers/EditorGenericTrigger.cjs +24 -0
  13. package/dist/development/src/components/triggers/EditorGenericTrigger.cjs.map +1 -0
  14. package/dist/development/src/components/triggers/EditorGenericTrigger.js +24 -0
  15. package/dist/development/src/components/triggers/EditorGenericTrigger.js.map +1 -0
  16. package/dist/development/src/components/triggers/EditorMarkTrigger.cjs +20 -0
  17. package/dist/development/src/components/triggers/EditorMarkTrigger.cjs.map +1 -0
  18. package/dist/development/src/components/triggers/EditorMarkTrigger.js +20 -0
  19. package/dist/development/src/components/triggers/EditorMarkTrigger.js.map +1 -0
  20. package/dist/development/src/components/triggers/EditorWrapNodeTrigger.cjs +32 -0
  21. package/dist/development/src/components/triggers/EditorWrapNodeTrigger.cjs.map +1 -0
  22. package/dist/development/src/components/triggers/EditorWrapNodeTrigger.js +32 -0
  23. package/dist/development/src/components/triggers/EditorWrapNodeTrigger.js.map +1 -0
  24. package/dist/development/src/editor/createEditor.cjs +35 -0
  25. package/dist/development/src/editor/createEditor.cjs.map +1 -0
  26. package/dist/development/src/editor/createEditor.js.map +1 -0
  27. package/dist/development/src/editor/createEditorWithEssentials.cjs +227 -0
  28. package/dist/development/src/editor/createEditorWithEssentials.cjs.map +1 -0
  29. package/dist/development/src/editor/createEditorWithEssentials.js.map +1 -0
  30. package/dist/development/src/editor/index.cjs.map +1 -0
  31. package/dist/development/src/editor/index.js.map +1 -0
  32. package/dist/development/src/editor/methods/addMarks.cjs.map +1 -0
  33. package/dist/development/src/editor/methods/addMarks.js.map +1 -0
  34. package/dist/development/src/editor/methods/canToggleMark.cjs.map +1 -0
  35. package/dist/development/src/editor/methods/canToggleMark.js.map +1 -0
  36. package/dist/development/src/editor/methods/closest.cjs.map +1 -0
  37. package/dist/development/src/editor/methods/closest.js.map +1 -0
  38. package/dist/development/src/editor/methods/closestBlockEntry.cjs.map +1 -0
  39. package/dist/development/src/editor/methods/closestBlockEntry.js.map +1 -0
  40. package/dist/development/src/editor/methods/closestViableBlockContainerEntry.cjs.map +1 -0
  41. package/dist/development/src/editor/methods/closestViableBlockContainerEntry.js.map +1 -0
  42. package/dist/development/src/editor/methods/ejectElement.cjs.map +1 -0
  43. package/dist/development/src/editor/methods/ejectElement.js.map +1 -0
  44. package/dist/development/src/editor/methods/elementToSpecifics.cjs.map +1 -0
  45. package/dist/development/src/editor/methods/elementToSpecifics.js.map +1 -0
  46. package/dist/development/src/editor/methods/getElementDataAttributes.cjs.map +1 -0
  47. package/dist/development/src/editor/methods/getElementDataAttributes.js.map +1 -0
  48. package/dist/development/src/editor/methods/getPreviousSibling.cjs.map +1 -0
  49. package/dist/development/src/editor/methods/getPreviousSibling.js.map +1 -0
  50. package/dist/development/src/editor/methods/hasMarks.cjs.map +1 -0
  51. package/dist/development/src/editor/methods/hasMarks.js.map +1 -0
  52. package/dist/development/src/editor/methods/hasParentOfType.cjs.map +1 -0
  53. package/dist/development/src/editor/methods/hasParentOfType.js.map +1 -0
  54. package/dist/development/src/editor/methods/isElementType.cjs.map +1 -0
  55. package/dist/development/src/editor/methods/isElementType.js.map +1 -0
  56. package/dist/development/src/editor/methods/permissivelyDeserializeNodes.cjs.map +1 -0
  57. package/dist/development/src/editor/methods/permissivelyDeserializeNodes.js.map +1 -0
  58. package/dist/development/src/editor/methods/removeMarks.cjs.map +1 -0
  59. package/dist/development/src/editor/methods/removeMarks.js.map +1 -0
  60. package/dist/development/src/editor/methods/serializeNodes.cjs.map +1 -0
  61. package/dist/development/src/editor/methods/serializeNodes.js.map +1 -0
  62. package/dist/development/src/editor/methods/strictlyDeserializeNodes.cjs.map +1 -0
  63. package/dist/development/src/editor/methods/strictlyDeserializeNodes.js.map +1 -0
  64. package/dist/development/src/editor/methods/textToSpecifics.cjs.map +1 -0
  65. package/dist/development/src/editor/methods/textToSpecifics.js.map +1 -0
  66. package/dist/development/src/editor/methods/toLatestFormat.cjs.map +1 -0
  67. package/dist/development/src/editor/methods/toLatestFormat.js.map +1 -0
  68. package/dist/development/src/editor/methods/topLevelNodes.cjs.map +1 -0
  69. package/dist/development/src/editor/methods/topLevelNodes.js.map +1 -0
  70. package/dist/development/src/internal/components/DefaultElement.cjs +11 -0
  71. package/dist/development/src/internal/components/DefaultElement.cjs.map +1 -0
  72. package/dist/development/src/internal/components/DefaultElement.js.map +1 -0
  73. package/dist/development/src/internal/hooks/useRichTextFieldNodes.cjs.map +1 -0
  74. package/dist/development/src/internal/hooks/useRichTextFieldNodes.js.map +1 -0
  75. package/dist/development/src/internal/utils/EditorPasteUtils.cjs.map +1 -0
  76. package/dist/development/src/internal/utils/EditorPasteUtils.js.map +1 -0
  77. package/dist/development/src/internal/utils/parseUrl.cjs.map +1 -0
  78. package/dist/development/src/internal/utils/parseUrl.js.map +1 -0
  79. package/dist/development/src/plugins/attributes/alignment/alignButton.cjs.map +1 -0
  80. package/dist/development/src/plugins/attributes/alignment/alignButton.js.map +1 -0
  81. package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.cjs.map +1 -0
  82. package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.js.map +1 -0
  83. package/dist/development/src/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs.map +1 -0
  84. package/dist/development/src/plugins/behaviour/paste/createMarkHtmlDeserializer.js.map +1 -0
  85. package/dist/development/src/plugins/behaviour/paste/withPaste.cjs.map +1 -0
  86. package/dist/development/src/plugins/behaviour/paste/withPaste.js.map +1 -0
  87. package/dist/development/src/plugins/element/anchors/AnchorElement.cjs.map +1 -0
  88. package/dist/development/src/plugins/element/anchors/AnchorElement.js.map +1 -0
  89. package/dist/development/src/plugins/element/anchors/AnchorHtmlDeserializer.cjs.map +1 -0
  90. package/dist/development/src/plugins/element/anchors/AnchorHtmlDeserializer.js.map +1 -0
  91. package/dist/development/src/plugins/element/anchors/AnchorModifications.cjs.map +1 -0
  92. package/dist/development/src/plugins/element/anchors/AnchorModifications.js.map +1 -0
  93. package/dist/development/src/plugins/element/anchors/withAnchors.cjs.map +1 -0
  94. package/dist/development/src/plugins/element/anchors/withAnchors.js.map +1 -0
  95. package/dist/development/src/plugins/element/headings/HeadingElement.cjs.map +1 -0
  96. package/dist/development/src/plugins/element/headings/HeadingElement.js.map +1 -0
  97. package/dist/development/src/plugins/element/headings/HeadingHtmlDeserializer.cjs.map +1 -0
  98. package/dist/development/src/plugins/element/headings/HeadingHtmlDeserializer.js.map +1 -0
  99. package/dist/development/src/plugins/element/headings/withHeadings.cjs.map +1 -0
  100. package/dist/development/src/plugins/element/headings/withHeadings.js.map +1 -0
  101. package/dist/development/src/plugins/element/horizonalRules/HorizontalRuleElement.cjs.map +1 -0
  102. package/dist/development/src/plugins/element/horizonalRules/HorizontalRuleElement.js.map +1 -0
  103. package/dist/development/src/plugins/element/horizonalRules/withHorizontalRules.cjs.map +1 -0
  104. package/dist/development/src/plugins/element/horizonalRules/withHorizontalRules.js.map +1 -0
  105. package/dist/development/src/plugins/element/lists/ListElement.cjs.map +1 -0
  106. package/dist/development/src/plugins/element/lists/ListElement.js.map +1 -0
  107. package/dist/development/src/plugins/element/lists/ListHtmlDeserializer.cjs.map +1 -0
  108. package/dist/development/src/plugins/element/lists/ListHtmlDeserializer.js.map +1 -0
  109. package/dist/development/src/plugins/element/lists/ListItemElement.cjs.map +1 -0
  110. package/dist/development/src/plugins/element/lists/ListItemElement.js.map +1 -0
  111. package/dist/development/src/plugins/element/lists/OrderedListElement.cjs.map +1 -0
  112. package/dist/development/src/plugins/element/lists/OrderedListElement.js.map +1 -0
  113. package/dist/development/src/plugins/element/lists/UnorderedListElement.cjs.map +1 -0
  114. package/dist/development/src/plugins/element/lists/UnorderedListElement.js.map +1 -0
  115. package/dist/development/src/plugins/element/lists/transforms/dedentListItem.cjs.map +1 -0
  116. package/dist/development/src/plugins/element/lists/transforms/dedentListItem.js.map +1 -0
  117. package/dist/development/src/plugins/element/lists/transforms/indentListItem.cjs.map +1 -0
  118. package/dist/development/src/plugins/element/lists/transforms/indentListItem.js.map +1 -0
  119. package/dist/development/src/plugins/element/lists/transforms/normalizeListElement.cjs.map +1 -0
  120. package/dist/development/src/plugins/element/lists/transforms/normalizeListElement.js.map +1 -0
  121. package/dist/development/src/plugins/element/lists/transforms/toggleListElement.cjs.map +1 -0
  122. package/dist/development/src/plugins/element/lists/transforms/toggleListElement.js.map +1 -0
  123. package/dist/development/src/plugins/element/lists/withLists.cjs.map +1 -0
  124. package/dist/development/src/plugins/element/lists/withLists.js.map +1 -0
  125. package/dist/development/src/plugins/element/paragraphs/ParagraphElement.cjs.map +1 -0
  126. package/dist/development/src/plugins/element/paragraphs/ParagraphElement.js.map +1 -0
  127. package/dist/development/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs.map +1 -0
  128. package/dist/development/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.js.map +1 -0
  129. package/dist/development/src/plugins/element/paragraphs/withParagraphs.cjs.map +1 -0
  130. package/dist/development/src/plugins/element/paragraphs/withParagraphs.js.map +1 -0
  131. package/dist/development/src/plugins/element/scrollTargets/ScrollTargetElement.cjs.map +1 -0
  132. package/dist/development/src/plugins/element/scrollTargets/ScrollTargetElement.js.map +1 -0
  133. package/dist/development/src/plugins/element/scrollTargets/withScrollTargets.cjs.map +1 -0
  134. package/dist/development/src/plugins/element/scrollTargets/withScrollTargets.js.map +1 -0
  135. package/dist/development/src/plugins/element/tables/TableCellElement.cjs.map +1 -0
  136. package/dist/development/src/plugins/element/tables/TableCellElement.js.map +1 -0
  137. package/dist/development/src/plugins/element/tables/TableElement.cjs.map +1 -0
  138. package/dist/development/src/plugins/element/tables/TableElement.js.map +1 -0
  139. package/dist/development/src/plugins/element/tables/TableElementSelection.cjs.map +1 -0
  140. package/dist/development/src/plugins/element/tables/TableElementSelection.js.map +1 -0
  141. package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.cjs +36 -0
  142. package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.cjs.map +1 -0
  143. package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.js +36 -0
  144. package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.js.map +1 -0
  145. package/dist/development/src/plugins/element/tables/TableModifications.cjs +134 -0
  146. package/dist/development/src/plugins/element/tables/TableModifications.cjs.map +1 -0
  147. package/dist/development/src/plugins/element/tables/TableModifications.js +134 -0
  148. package/dist/development/src/plugins/element/tables/TableModifications.js.map +1 -0
  149. package/dist/development/src/plugins/element/tables/TableRowElement.cjs.map +1 -0
  150. package/dist/development/src/plugins/element/tables/TableRowElement.js.map +1 -0
  151. package/dist/development/src/plugins/element/tables/gaugeTableColumnCount.cjs.map +1 -0
  152. package/dist/development/src/plugins/element/tables/gaugeTableColumnCount.js.map +1 -0
  153. package/dist/development/src/plugins/element/tables/withTables.cjs +283 -0
  154. package/dist/development/src/plugins/element/tables/withTables.cjs.map +1 -0
  155. package/dist/development/src/plugins/element/tables/withTables.js +283 -0
  156. package/dist/development/src/plugins/element/tables/withTables.js.map +1 -0
  157. package/dist/development/src/plugins/text/bold/boldMark.cjs +13 -0
  158. package/dist/development/src/plugins/text/bold/boldMark.cjs.map +1 -0
  159. package/dist/development/src/plugins/text/bold/boldMark.js.map +1 -0
  160. package/dist/development/src/plugins/text/bold/withBold.cjs.map +1 -0
  161. package/dist/development/src/plugins/text/bold/withBold.js.map +1 -0
  162. package/dist/development/src/plugins/text/code/codeMark.cjs +13 -0
  163. package/dist/development/src/plugins/text/code/codeMark.cjs.map +1 -0
  164. package/dist/development/src/plugins/text/code/codeMark.js.map +1 -0
  165. package/dist/development/src/plugins/text/code/withCode.cjs.map +1 -0
  166. package/dist/development/src/plugins/text/code/withCode.js.map +1 -0
  167. package/dist/development/src/plugins/text/highlight/highlightMark.cjs +13 -0
  168. package/dist/development/src/plugins/text/highlight/highlightMark.cjs.map +1 -0
  169. package/dist/development/src/plugins/text/highlight/highlightMark.js.map +1 -0
  170. package/dist/development/src/plugins/text/highlight/withHighlight.cjs.map +1 -0
  171. package/dist/development/src/plugins/text/highlight/withHighlight.js.map +1 -0
  172. package/dist/development/src/plugins/text/italic/italicMark.cjs +13 -0
  173. package/dist/development/src/plugins/text/italic/italicMark.cjs.map +1 -0
  174. package/dist/development/src/plugins/text/italic/italicMark.js.map +1 -0
  175. package/dist/development/src/plugins/text/italic/withItalic.cjs.map +1 -0
  176. package/dist/development/src/plugins/text/italic/withItalic.js.map +1 -0
  177. package/dist/development/src/plugins/text/newline/withNewline.cjs.map +1 -0
  178. package/dist/development/src/plugins/text/newline/withNewline.js.map +1 -0
  179. package/dist/development/src/plugins/text/strikeThrough/strikeThroughMark.cjs +13 -0
  180. package/dist/development/src/plugins/text/strikeThrough/strikeThroughMark.cjs.map +1 -0
  181. package/dist/development/src/plugins/text/strikeThrough/strikeThroughMark.js.map +1 -0
  182. package/dist/development/src/plugins/text/strikeThrough/withStrikeThrough.cjs.map +1 -0
  183. package/dist/development/src/plugins/text/strikeThrough/withStrikeThrough.js.map +1 -0
  184. package/dist/development/src/plugins/text/underline/underlineMark.cjs +13 -0
  185. package/dist/development/src/plugins/text/underline/underlineMark.cjs.map +1 -0
  186. package/dist/development/src/plugins/text/underline/underlineMark.js.map +1 -0
  187. package/dist/development/src/plugins/text/underline/withUnderline.cjs.map +1 -0
  188. package/dist/development/src/plugins/text/underline/withUnderline.js.map +1 -0
  189. package/dist/development/src/slate-reexport.cjs.map +1 -0
  190. package/dist/development/src/slate-reexport.js.map +1 -0
  191. package/dist/production/index.cjs +47 -47
  192. package/dist/production/index.js +47 -47
  193. package/dist/production/src/components/RichTextEditor.cjs +93 -0
  194. package/dist/production/src/components/RichTextEditor.cjs.map +1 -0
  195. package/dist/production/src/components/RichTextEditor.js +93 -0
  196. package/dist/production/src/components/RichTextEditor.js.map +1 -0
  197. package/dist/production/src/components/triggers/EditorElementTrigger.cjs.map +1 -0
  198. package/dist/production/src/components/triggers/EditorElementTrigger.js.map +1 -0
  199. package/dist/production/src/components/triggers/EditorGenericTrigger.cjs.map +1 -0
  200. package/dist/production/src/components/triggers/EditorGenericTrigger.js.map +1 -0
  201. package/dist/production/src/components/triggers/EditorMarkTrigger.cjs.map +1 -0
  202. package/dist/production/src/components/triggers/EditorMarkTrigger.js.map +1 -0
  203. package/dist/production/src/components/triggers/EditorWrapNodeTrigger.cjs.map +1 -0
  204. package/dist/production/src/components/triggers/EditorWrapNodeTrigger.js.map +1 -0
  205. package/dist/production/src/editor/createEditor.cjs +35 -0
  206. package/dist/production/src/editor/createEditor.cjs.map +1 -0
  207. package/dist/production/src/editor/createEditor.js.map +1 -0
  208. package/dist/production/src/editor/createEditorWithEssentials.cjs +227 -0
  209. package/dist/production/src/editor/createEditorWithEssentials.cjs.map +1 -0
  210. package/dist/production/src/editor/createEditorWithEssentials.js.map +1 -0
  211. package/dist/production/src/editor/index.cjs.map +1 -0
  212. package/dist/production/src/editor/index.js.map +1 -0
  213. package/dist/production/src/editor/methods/addMarks.cjs.map +1 -0
  214. package/dist/production/src/editor/methods/addMarks.js.map +1 -0
  215. package/dist/production/src/editor/methods/canToggleMark.cjs.map +1 -0
  216. package/dist/production/src/editor/methods/canToggleMark.js.map +1 -0
  217. package/dist/production/src/editor/methods/closest.cjs.map +1 -0
  218. package/dist/production/src/editor/methods/closest.js.map +1 -0
  219. package/dist/production/src/editor/methods/closestBlockEntry.cjs.map +1 -0
  220. package/dist/production/src/editor/methods/closestBlockEntry.js.map +1 -0
  221. package/dist/production/src/editor/methods/closestViableBlockContainerEntry.cjs.map +1 -0
  222. package/dist/production/src/editor/methods/closestViableBlockContainerEntry.js.map +1 -0
  223. package/dist/production/src/editor/methods/ejectElement.cjs.map +1 -0
  224. package/dist/production/src/editor/methods/ejectElement.js.map +1 -0
  225. package/dist/production/src/editor/methods/elementToSpecifics.cjs.map +1 -0
  226. package/dist/production/src/editor/methods/elementToSpecifics.js.map +1 -0
  227. package/dist/production/src/editor/methods/getElementDataAttributes.cjs.map +1 -0
  228. package/dist/production/src/editor/methods/getElementDataAttributes.js.map +1 -0
  229. package/dist/production/src/editor/methods/getPreviousSibling.cjs.map +1 -0
  230. package/dist/production/src/editor/methods/getPreviousSibling.js.map +1 -0
  231. package/dist/production/src/editor/methods/hasMarks.cjs.map +1 -0
  232. package/dist/production/src/editor/methods/hasMarks.js.map +1 -0
  233. package/dist/production/src/editor/methods/hasParentOfType.cjs.map +1 -0
  234. package/dist/production/src/editor/methods/hasParentOfType.js.map +1 -0
  235. package/dist/production/src/editor/methods/isElementType.cjs.map +1 -0
  236. package/dist/production/src/editor/methods/isElementType.js.map +1 -0
  237. package/dist/production/src/editor/methods/permissivelyDeserializeNodes.cjs.map +1 -0
  238. package/dist/production/src/editor/methods/permissivelyDeserializeNodes.js.map +1 -0
  239. package/dist/production/src/editor/methods/removeMarks.cjs.map +1 -0
  240. package/dist/production/src/editor/methods/removeMarks.js.map +1 -0
  241. package/dist/production/src/editor/methods/serializeNodes.cjs.map +1 -0
  242. package/dist/production/src/editor/methods/serializeNodes.js.map +1 -0
  243. package/dist/production/src/editor/methods/strictlyDeserializeNodes.cjs.map +1 -0
  244. package/dist/production/src/editor/methods/strictlyDeserializeNodes.js.map +1 -0
  245. package/dist/production/src/editor/methods/textToSpecifics.cjs.map +1 -0
  246. package/dist/production/src/editor/methods/textToSpecifics.js.map +1 -0
  247. package/dist/production/src/editor/methods/toLatestFormat.cjs.map +1 -0
  248. package/dist/production/src/editor/methods/toLatestFormat.js.map +1 -0
  249. package/dist/production/src/editor/methods/topLevelNodes.cjs.map +1 -0
  250. package/dist/production/src/editor/methods/topLevelNodes.js.map +1 -0
  251. package/dist/production/src/internal/components/DefaultElement.cjs +11 -0
  252. package/dist/production/src/internal/components/DefaultElement.cjs.map +1 -0
  253. package/dist/production/src/internal/components/DefaultElement.js.map +1 -0
  254. package/dist/production/src/internal/hooks/useRichTextFieldNodes.cjs.map +1 -0
  255. package/dist/production/src/internal/hooks/useRichTextFieldNodes.js.map +1 -0
  256. package/dist/production/src/internal/utils/EditorPasteUtils.cjs.map +1 -0
  257. package/dist/production/src/internal/utils/EditorPasteUtils.js.map +1 -0
  258. package/dist/production/src/internal/utils/parseUrl.cjs.map +1 -0
  259. package/dist/production/src/internal/utils/parseUrl.js.map +1 -0
  260. package/dist/production/src/plugins/attributes/alignment/alignButton.cjs.map +1 -0
  261. package/dist/production/src/plugins/attributes/alignment/alignButton.js.map +1 -0
  262. package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.cjs.map +1 -0
  263. package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.js.map +1 -0
  264. package/dist/production/src/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs.map +1 -0
  265. package/dist/production/src/plugins/behaviour/paste/createMarkHtmlDeserializer.js.map +1 -0
  266. package/dist/production/src/plugins/behaviour/paste/withPaste.cjs.map +1 -0
  267. package/dist/production/src/plugins/behaviour/paste/withPaste.js.map +1 -0
  268. package/dist/production/src/plugins/element/anchors/AnchorElement.cjs.map +1 -0
  269. package/dist/production/src/plugins/element/anchors/AnchorElement.js.map +1 -0
  270. package/dist/production/src/plugins/element/anchors/AnchorHtmlDeserializer.cjs.map +1 -0
  271. package/dist/production/src/plugins/element/anchors/AnchorHtmlDeserializer.js.map +1 -0
  272. package/dist/production/src/plugins/element/anchors/AnchorModifications.cjs.map +1 -0
  273. package/dist/production/src/plugins/element/anchors/AnchorModifications.js.map +1 -0
  274. package/dist/production/src/plugins/element/anchors/withAnchors.cjs.map +1 -0
  275. package/dist/production/src/plugins/element/anchors/withAnchors.js.map +1 -0
  276. package/dist/production/src/plugins/element/headings/HeadingElement.cjs.map +1 -0
  277. package/dist/production/src/plugins/element/headings/HeadingElement.js.map +1 -0
  278. package/dist/production/src/plugins/element/headings/HeadingHtmlDeserializer.cjs.map +1 -0
  279. package/dist/production/src/plugins/element/headings/HeadingHtmlDeserializer.js.map +1 -0
  280. package/dist/production/src/plugins/element/headings/withHeadings.cjs.map +1 -0
  281. package/dist/production/src/plugins/element/headings/withHeadings.js.map +1 -0
  282. package/dist/production/src/plugins/element/horizonalRules/HorizontalRuleElement.cjs.map +1 -0
  283. package/dist/production/src/plugins/element/horizonalRules/HorizontalRuleElement.js.map +1 -0
  284. package/dist/production/src/plugins/element/horizonalRules/withHorizontalRules.cjs.map +1 -0
  285. package/dist/production/src/plugins/element/horizonalRules/withHorizontalRules.js.map +1 -0
  286. package/dist/production/src/plugins/element/lists/ListElement.cjs.map +1 -0
  287. package/dist/production/src/plugins/element/lists/ListElement.js.map +1 -0
  288. package/dist/production/src/plugins/element/lists/ListHtmlDeserializer.cjs.map +1 -0
  289. package/dist/production/src/plugins/element/lists/ListHtmlDeserializer.js.map +1 -0
  290. package/dist/production/src/plugins/element/lists/ListItemElement.cjs.map +1 -0
  291. package/dist/production/src/plugins/element/lists/ListItemElement.js.map +1 -0
  292. package/dist/production/src/plugins/element/lists/OrderedListElement.cjs.map +1 -0
  293. package/dist/production/src/plugins/element/lists/OrderedListElement.js.map +1 -0
  294. package/dist/production/src/plugins/element/lists/UnorderedListElement.cjs.map +1 -0
  295. package/dist/production/src/plugins/element/lists/UnorderedListElement.js.map +1 -0
  296. package/dist/production/src/plugins/element/lists/transforms/dedentListItem.cjs.map +1 -0
  297. package/dist/production/src/plugins/element/lists/transforms/dedentListItem.js.map +1 -0
  298. package/dist/production/src/plugins/element/lists/transforms/indentListItem.cjs.map +1 -0
  299. package/dist/production/src/plugins/element/lists/transforms/indentListItem.js.map +1 -0
  300. package/dist/production/src/plugins/element/lists/transforms/normalizeListElement.cjs.map +1 -0
  301. package/dist/production/src/plugins/element/lists/transforms/normalizeListElement.js.map +1 -0
  302. package/dist/production/src/plugins/element/lists/transforms/toggleListElement.cjs.map +1 -0
  303. package/dist/production/src/plugins/element/lists/transforms/toggleListElement.js.map +1 -0
  304. package/dist/production/src/plugins/element/lists/withLists.cjs.map +1 -0
  305. package/dist/production/src/plugins/element/lists/withLists.js.map +1 -0
  306. package/dist/production/src/plugins/element/paragraphs/ParagraphElement.cjs.map +1 -0
  307. package/dist/production/src/plugins/element/paragraphs/ParagraphElement.js.map +1 -0
  308. package/dist/production/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs.map +1 -0
  309. package/dist/production/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.js.map +1 -0
  310. package/dist/production/src/plugins/element/paragraphs/withParagraphs.cjs.map +1 -0
  311. package/dist/production/src/plugins/element/paragraphs/withParagraphs.js.map +1 -0
  312. package/dist/production/src/plugins/element/scrollTargets/ScrollTargetElement.cjs.map +1 -0
  313. package/dist/production/src/plugins/element/scrollTargets/ScrollTargetElement.js.map +1 -0
  314. package/dist/production/src/plugins/element/scrollTargets/withScrollTargets.cjs.map +1 -0
  315. package/dist/production/src/plugins/element/scrollTargets/withScrollTargets.js.map +1 -0
  316. package/dist/production/src/plugins/element/tables/TableCellElement.cjs.map +1 -0
  317. package/dist/production/src/plugins/element/tables/TableCellElement.js.map +1 -0
  318. package/dist/production/src/plugins/element/tables/TableElement.cjs.map +1 -0
  319. package/dist/production/src/plugins/element/tables/TableElement.js.map +1 -0
  320. package/dist/production/src/plugins/element/tables/TableElementSelection.cjs.map +1 -0
  321. package/dist/production/src/plugins/element/tables/TableElementSelection.js.map +1 -0
  322. package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.cjs +36 -0
  323. package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.cjs.map +1 -0
  324. package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.js +36 -0
  325. package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.js.map +1 -0
  326. package/dist/production/src/plugins/element/tables/TableModifications.cjs +134 -0
  327. package/dist/production/src/plugins/element/tables/TableModifications.cjs.map +1 -0
  328. package/dist/production/src/plugins/element/tables/TableModifications.js +134 -0
  329. package/dist/production/src/plugins/element/tables/TableModifications.js.map +1 -0
  330. package/dist/production/src/plugins/element/tables/TableRowElement.cjs.map +1 -0
  331. package/dist/production/src/plugins/element/tables/TableRowElement.js.map +1 -0
  332. package/dist/production/src/plugins/element/tables/gaugeTableColumnCount.cjs.map +1 -0
  333. package/dist/production/src/plugins/element/tables/gaugeTableColumnCount.js.map +1 -0
  334. package/dist/production/src/plugins/element/tables/withTables.cjs +283 -0
  335. package/dist/production/src/plugins/element/tables/withTables.cjs.map +1 -0
  336. package/dist/production/src/plugins/element/tables/withTables.js +283 -0
  337. package/dist/production/src/plugins/element/tables/withTables.js.map +1 -0
  338. package/dist/production/src/plugins/text/bold/boldMark.cjs +13 -0
  339. package/dist/production/src/plugins/text/bold/boldMark.cjs.map +1 -0
  340. package/dist/production/src/plugins/text/bold/boldMark.js.map +1 -0
  341. package/dist/production/src/plugins/text/bold/withBold.cjs.map +1 -0
  342. package/dist/production/src/plugins/text/bold/withBold.js.map +1 -0
  343. package/dist/production/src/plugins/text/code/codeMark.cjs +13 -0
  344. package/dist/production/src/plugins/text/code/codeMark.cjs.map +1 -0
  345. package/dist/production/src/plugins/text/code/codeMark.js.map +1 -0
  346. package/dist/production/src/plugins/text/code/withCode.cjs.map +1 -0
  347. package/dist/production/src/plugins/text/code/withCode.js.map +1 -0
  348. package/dist/production/src/plugins/text/highlight/highlightMark.cjs +13 -0
  349. package/dist/production/src/plugins/text/highlight/highlightMark.cjs.map +1 -0
  350. package/dist/production/src/plugins/text/highlight/highlightMark.js.map +1 -0
  351. package/dist/production/src/plugins/text/highlight/withHighlight.cjs.map +1 -0
  352. package/dist/production/src/plugins/text/highlight/withHighlight.js.map +1 -0
  353. package/dist/production/src/plugins/text/italic/italicMark.cjs +13 -0
  354. package/dist/production/src/plugins/text/italic/italicMark.cjs.map +1 -0
  355. package/dist/production/src/plugins/text/italic/italicMark.js.map +1 -0
  356. package/dist/production/src/plugins/text/italic/withItalic.cjs.map +1 -0
  357. package/dist/production/src/plugins/text/italic/withItalic.js.map +1 -0
  358. package/dist/production/src/plugins/text/newline/withNewline.cjs.map +1 -0
  359. package/dist/production/src/plugins/text/newline/withNewline.js.map +1 -0
  360. package/dist/production/src/plugins/text/strikeThrough/strikeThroughMark.cjs +13 -0
  361. package/dist/production/src/plugins/text/strikeThrough/strikeThroughMark.cjs.map +1 -0
  362. package/dist/production/src/plugins/text/strikeThrough/strikeThroughMark.js.map +1 -0
  363. package/dist/production/src/plugins/text/strikeThrough/withStrikeThrough.cjs.map +1 -0
  364. package/dist/production/src/plugins/text/strikeThrough/withStrikeThrough.js.map +1 -0
  365. package/dist/production/src/plugins/text/underline/underlineMark.cjs +13 -0
  366. package/dist/production/src/plugins/text/underline/underlineMark.cjs.map +1 -0
  367. package/dist/production/src/plugins/text/underline/underlineMark.js.map +1 -0
  368. package/dist/production/src/plugins/text/underline/withUnderline.cjs.map +1 -0
  369. package/dist/production/src/plugins/text/underline/withUnderline.js.map +1 -0
  370. package/dist/production/src/slate-reexport.cjs.map +1 -0
  371. package/dist/production/src/slate-reexport.js.map +1 -0
  372. package/dist/types/editor/createEditor.d.ts +1 -1
  373. package/dist/types/editor/createEditor.d.ts.map +1 -1
  374. package/dist/types/editor/index.d.ts +28 -28
  375. package/dist/types/editor/index.d.ts.map +1 -1
  376. package/dist/types/editor/methods/addMarks.d.ts +2 -1
  377. package/dist/types/editor/methods/addMarks.d.ts.map +1 -1
  378. package/dist/types/editor/methods/canToggleMark.d.ts +2 -1
  379. package/dist/types/editor/methods/canToggleMark.d.ts.map +1 -1
  380. package/dist/types/editor/methods/closest.d.ts +2 -2
  381. package/dist/types/editor/methods/closest.d.ts.map +1 -1
  382. package/dist/types/editor/methods/closestBlockEntry.d.ts +2 -2
  383. package/dist/types/editor/methods/closestBlockEntry.d.ts.map +1 -1
  384. package/dist/types/editor/methods/closestViableBlockContainerEntry.d.ts +1 -1
  385. package/dist/types/editor/methods/closestViableBlockContainerEntry.d.ts.map +1 -1
  386. package/dist/types/editor/methods/ejectElement.d.ts +2 -2
  387. package/dist/types/editor/methods/ejectElement.d.ts.map +1 -1
  388. package/dist/types/editor/methods/elementToSpecifics.d.ts +2 -1
  389. package/dist/types/editor/methods/elementToSpecifics.d.ts.map +1 -1
  390. package/dist/types/editor/methods/getElementDataAttributes.d.ts +2 -1
  391. package/dist/types/editor/methods/getElementDataAttributes.d.ts.map +1 -1
  392. package/dist/types/editor/methods/getPreviousSibling.d.ts +2 -2
  393. package/dist/types/editor/methods/getPreviousSibling.d.ts.map +1 -1
  394. package/dist/types/editor/methods/hasMarks.d.ts +2 -2
  395. package/dist/types/editor/methods/hasMarks.d.ts.map +1 -1
  396. package/dist/types/editor/methods/hasParentOfType.d.ts +2 -2
  397. package/dist/types/editor/methods/hasParentOfType.d.ts.map +1 -1
  398. package/dist/types/editor/methods/isElementType.d.ts +2 -2
  399. package/dist/types/editor/methods/isElementType.d.ts.map +1 -1
  400. package/dist/types/editor/methods/permissivelyDeserializeNodes.d.ts +2 -2
  401. package/dist/types/editor/methods/permissivelyDeserializeNodes.d.ts.map +1 -1
  402. package/dist/types/editor/methods/removeMarks.d.ts +2 -1
  403. package/dist/types/editor/methods/removeMarks.d.ts.map +1 -1
  404. package/dist/types/editor/methods/serializeNodes.d.ts +2 -2
  405. package/dist/types/editor/methods/serializeNodes.d.ts.map +1 -1
  406. package/dist/types/editor/methods/strictlyDeserializeNodes.d.ts +2 -2
  407. package/dist/types/editor/methods/strictlyDeserializeNodes.d.ts.map +1 -1
  408. package/dist/types/editor/methods/textToSpecifics.d.ts +2 -1
  409. package/dist/types/editor/methods/textToSpecifics.d.ts.map +1 -1
  410. package/dist/types/editor/methods/toLatestFormat.d.ts +2 -1
  411. package/dist/types/editor/methods/toLatestFormat.d.ts.map +1 -1
  412. package/dist/types/editor/methods/topLevelNodes.d.ts +2 -1
  413. package/dist/types/editor/methods/topLevelNodes.d.ts.map +1 -1
  414. package/dist/types/internal/utils/EditorPasteUtils.d.ts.map +1 -1
  415. package/dist/types/plugins/behaviour/paste/HtmlDeserializer.d.ts +1 -1
  416. package/dist/types/plugins/element/anchors/AnchorElement.d.ts.map +1 -1
  417. package/dist/types/plugins/element/anchors/withAnchors.d.ts +2 -1
  418. package/dist/types/plugins/element/anchors/withAnchors.d.ts.map +1 -1
  419. package/dist/types/plugins/element/headings/HeadingElement.d.ts.map +1 -1
  420. package/dist/types/plugins/element/headings/withHeadings.d.ts +2 -1
  421. package/dist/types/plugins/element/headings/withHeadings.d.ts.map +1 -1
  422. package/dist/types/plugins/element/horizonalRules/HorizontalRuleElement.d.ts.map +1 -1
  423. package/dist/types/plugins/element/horizonalRules/withHorizontalRules.d.ts +2 -1
  424. package/dist/types/plugins/element/horizonalRules/withHorizontalRules.d.ts.map +1 -1
  425. package/dist/types/plugins/element/lists/ListElement.d.ts +1 -1
  426. package/dist/types/plugins/element/lists/ListElement.d.ts.map +1 -1
  427. package/dist/types/plugins/element/lists/ListItemElement.d.ts.map +1 -1
  428. package/dist/types/plugins/element/lists/OrderedListElement.d.ts.map +1 -1
  429. package/dist/types/plugins/element/lists/UnorderedListElement.d.ts.map +1 -1
  430. package/dist/types/plugins/element/lists/transforms/dedentListItem.d.ts.map +1 -1
  431. package/dist/types/plugins/element/lists/transforms/indentListItem.d.ts.map +1 -1
  432. package/dist/types/plugins/element/lists/transforms/toggleListElement.d.ts +1 -1
  433. package/dist/types/plugins/element/lists/transforms/toggleListElement.d.ts.map +1 -1
  434. package/dist/types/plugins/element/lists/withLists.d.ts +2 -1
  435. package/dist/types/plugins/element/lists/withLists.d.ts.map +1 -1
  436. package/dist/types/plugins/element/paragraphs/ParagraphElement.d.ts.map +1 -1
  437. package/dist/types/plugins/element/paragraphs/withParagraphs.d.ts +2 -1
  438. package/dist/types/plugins/element/paragraphs/withParagraphs.d.ts.map +1 -1
  439. package/dist/types/plugins/element/scrollTargets/ScrollTargetElement.d.ts.map +1 -1
  440. package/dist/types/plugins/element/scrollTargets/withScrollTargets.d.ts +2 -1
  441. package/dist/types/plugins/element/scrollTargets/withScrollTargets.d.ts.map +1 -1
  442. package/dist/types/plugins/element/tables/TableCellElement.d.ts.map +1 -1
  443. package/dist/types/plugins/element/tables/TableElement.d.ts.map +1 -1
  444. package/dist/types/plugins/element/tables/TableElementSelection.d.ts.map +1 -1
  445. package/dist/types/plugins/element/tables/TableHtmlDeserializer.d.ts +3 -0
  446. package/dist/types/plugins/element/tables/TableHtmlDeserializer.d.ts.map +1 -0
  447. package/dist/types/plugins/element/tables/TableRowElement.d.ts.map +1 -1
  448. package/dist/types/plugins/element/tables/withTables.d.ts +2 -1
  449. package/dist/types/plugins/element/tables/withTables.d.ts.map +1 -1
  450. package/dist/types/tsconfig.tsbuildinfo +1 -1
  451. package/dist/types/types/editor.d.ts.map +1 -1
  452. package/dist/types/types/htmlDeserializer.d.ts.map +1 -1
  453. package/dist/types/types/plugins.d.ts +1 -2
  454. package/dist/types/types/plugins.d.ts.map +1 -1
  455. package/package.json +13 -20
  456. package/src/components/RichTextEditor.tsx +6 -6
  457. package/src/editor/createEditor.ts +2 -2
  458. package/src/editor/createEditorWithEssentials.tsx +2 -2
  459. package/src/internal/hooks/useRichTextFieldNodes.ts +6 -6
  460. package/src/internal/utils/EditorPasteUtils.ts +36 -36
  461. package/src/plugins/behaviour/paste/HtmlDeserializer.ts +1 -1
  462. package/src/plugins/element/lists/transforms/normalizeListElement.ts +1 -1
  463. package/src/plugins/element/tables/TableHtmlDeserializer.ts +37 -0
  464. package/src/plugins/element/tables/TableModifications.ts +3 -3
  465. package/src/plugins/element/tables/withTables.ts +3 -0
  466. package/src/tsconfig.json +0 -1
  467. package/src/types/editor.ts +1 -1
  468. package/src/types/htmlDeserializer.ts +14 -14
  469. package/src/types/plugins.ts +8 -9
  470. package/tsconfig.json +7 -0
  471. package/tsdoc.json +6 -0
  472. package/dist/development/components/RichTextEditor.cjs +0 -93
  473. package/dist/development/components/RichTextEditor.cjs.map +0 -1
  474. package/dist/development/components/RichTextEditor.js +0 -93
  475. package/dist/development/components/RichTextEditor.js.map +0 -1
  476. package/dist/development/components/triggers/EditorElementTrigger.cjs.map +0 -1
  477. package/dist/development/components/triggers/EditorElementTrigger.js.map +0 -1
  478. package/dist/development/components/triggers/EditorGenericTrigger.cjs.map +0 -1
  479. package/dist/development/components/triggers/EditorGenericTrigger.js.map +0 -1
  480. package/dist/development/components/triggers/EditorMarkTrigger.cjs.map +0 -1
  481. package/dist/development/components/triggers/EditorMarkTrigger.js.map +0 -1
  482. package/dist/development/components/triggers/EditorWrapNodeTrigger.cjs.map +0 -1
  483. package/dist/development/components/triggers/EditorWrapNodeTrigger.js.map +0 -1
  484. package/dist/development/editor/createEditor.cjs +0 -35
  485. package/dist/development/editor/createEditor.cjs.map +0 -1
  486. package/dist/development/editor/createEditor.js.map +0 -1
  487. package/dist/development/editor/createEditorWithEssentials.cjs +0 -227
  488. package/dist/development/editor/createEditorWithEssentials.cjs.map +0 -1
  489. package/dist/development/editor/createEditorWithEssentials.js.map +0 -1
  490. package/dist/development/editor/index.cjs.map +0 -1
  491. package/dist/development/editor/index.js.map +0 -1
  492. package/dist/development/editor/methods/addMarks.cjs.map +0 -1
  493. package/dist/development/editor/methods/addMarks.js.map +0 -1
  494. package/dist/development/editor/methods/canToggleMark.cjs.map +0 -1
  495. package/dist/development/editor/methods/canToggleMark.js.map +0 -1
  496. package/dist/development/editor/methods/closest.cjs.map +0 -1
  497. package/dist/development/editor/methods/closest.js.map +0 -1
  498. package/dist/development/editor/methods/closestBlockEntry.cjs.map +0 -1
  499. package/dist/development/editor/methods/closestBlockEntry.js.map +0 -1
  500. package/dist/development/editor/methods/closestViableBlockContainerEntry.cjs.map +0 -1
  501. package/dist/development/editor/methods/closestViableBlockContainerEntry.js.map +0 -1
  502. package/dist/development/editor/methods/ejectElement.cjs.map +0 -1
  503. package/dist/development/editor/methods/ejectElement.js.map +0 -1
  504. package/dist/development/editor/methods/elementToSpecifics.cjs.map +0 -1
  505. package/dist/development/editor/methods/elementToSpecifics.js.map +0 -1
  506. package/dist/development/editor/methods/getElementDataAttributes.cjs.map +0 -1
  507. package/dist/development/editor/methods/getElementDataAttributes.js.map +0 -1
  508. package/dist/development/editor/methods/getPreviousSibling.cjs.map +0 -1
  509. package/dist/development/editor/methods/getPreviousSibling.js.map +0 -1
  510. package/dist/development/editor/methods/hasMarks.cjs.map +0 -1
  511. package/dist/development/editor/methods/hasMarks.js.map +0 -1
  512. package/dist/development/editor/methods/hasParentOfType.cjs.map +0 -1
  513. package/dist/development/editor/methods/hasParentOfType.js.map +0 -1
  514. package/dist/development/editor/methods/isElementType.cjs.map +0 -1
  515. package/dist/development/editor/methods/isElementType.js.map +0 -1
  516. package/dist/development/editor/methods/permissivelyDeserializeNodes.cjs.map +0 -1
  517. package/dist/development/editor/methods/permissivelyDeserializeNodes.js.map +0 -1
  518. package/dist/development/editor/methods/removeMarks.cjs.map +0 -1
  519. package/dist/development/editor/methods/removeMarks.js.map +0 -1
  520. package/dist/development/editor/methods/serializeNodes.cjs.map +0 -1
  521. package/dist/development/editor/methods/serializeNodes.js.map +0 -1
  522. package/dist/development/editor/methods/strictlyDeserializeNodes.cjs.map +0 -1
  523. package/dist/development/editor/methods/strictlyDeserializeNodes.js.map +0 -1
  524. package/dist/development/editor/methods/textToSpecifics.cjs.map +0 -1
  525. package/dist/development/editor/methods/textToSpecifics.js.map +0 -1
  526. package/dist/development/editor/methods/toLatestFormat.cjs.map +0 -1
  527. package/dist/development/editor/methods/toLatestFormat.js.map +0 -1
  528. package/dist/development/editor/methods/topLevelNodes.cjs.map +0 -1
  529. package/dist/development/editor/methods/topLevelNodes.js.map +0 -1
  530. package/dist/development/internal/components/DefaultElement.cjs +0 -11
  531. package/dist/development/internal/components/DefaultElement.cjs.map +0 -1
  532. package/dist/development/internal/components/DefaultElement.js.map +0 -1
  533. package/dist/development/internal/hooks/useRichTextFieldNodes.cjs.map +0 -1
  534. package/dist/development/internal/hooks/useRichTextFieldNodes.js.map +0 -1
  535. package/dist/development/internal/utils/EditorPasteUtils.cjs.map +0 -1
  536. package/dist/development/internal/utils/EditorPasteUtils.js.map +0 -1
  537. package/dist/development/internal/utils/parseUrl.cjs.map +0 -1
  538. package/dist/development/internal/utils/parseUrl.js.map +0 -1
  539. package/dist/development/plugins/attributes/alignment/alignButton.cjs.map +0 -1
  540. package/dist/development/plugins/attributes/alignment/alignButton.js.map +0 -1
  541. package/dist/development/plugins/behaviour/paste/HtmlDeserializer.cjs.map +0 -1
  542. package/dist/development/plugins/behaviour/paste/HtmlDeserializer.js.map +0 -1
  543. package/dist/development/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs.map +0 -1
  544. package/dist/development/plugins/behaviour/paste/createMarkHtmlDeserializer.js.map +0 -1
  545. package/dist/development/plugins/behaviour/paste/withPaste.cjs.map +0 -1
  546. package/dist/development/plugins/behaviour/paste/withPaste.js.map +0 -1
  547. package/dist/development/plugins/element/anchors/AnchorElement.cjs.map +0 -1
  548. package/dist/development/plugins/element/anchors/AnchorElement.js.map +0 -1
  549. package/dist/development/plugins/element/anchors/AnchorHtmlDeserializer.cjs.map +0 -1
  550. package/dist/development/plugins/element/anchors/AnchorHtmlDeserializer.js.map +0 -1
  551. package/dist/development/plugins/element/anchors/AnchorModifications.cjs.map +0 -1
  552. package/dist/development/plugins/element/anchors/AnchorModifications.js.map +0 -1
  553. package/dist/development/plugins/element/anchors/withAnchors.cjs.map +0 -1
  554. package/dist/development/plugins/element/anchors/withAnchors.js.map +0 -1
  555. package/dist/development/plugins/element/headings/HeadingElement.cjs.map +0 -1
  556. package/dist/development/plugins/element/headings/HeadingElement.js.map +0 -1
  557. package/dist/development/plugins/element/headings/HeadingHtmlDeserializer.cjs.map +0 -1
  558. package/dist/development/plugins/element/headings/HeadingHtmlDeserializer.js.map +0 -1
  559. package/dist/development/plugins/element/headings/withHeadings.cjs.map +0 -1
  560. package/dist/development/plugins/element/headings/withHeadings.js.map +0 -1
  561. package/dist/development/plugins/element/horizonalRules/HorizontalRuleElement.cjs.map +0 -1
  562. package/dist/development/plugins/element/horizonalRules/HorizontalRuleElement.js.map +0 -1
  563. package/dist/development/plugins/element/horizonalRules/withHorizontalRules.cjs.map +0 -1
  564. package/dist/development/plugins/element/horizonalRules/withHorizontalRules.js.map +0 -1
  565. package/dist/development/plugins/element/lists/ListElement.cjs.map +0 -1
  566. package/dist/development/plugins/element/lists/ListElement.js.map +0 -1
  567. package/dist/development/plugins/element/lists/ListHtmlDeserializer.cjs.map +0 -1
  568. package/dist/development/plugins/element/lists/ListHtmlDeserializer.js.map +0 -1
  569. package/dist/development/plugins/element/lists/ListItemElement.cjs.map +0 -1
  570. package/dist/development/plugins/element/lists/ListItemElement.js.map +0 -1
  571. package/dist/development/plugins/element/lists/OrderedListElement.cjs.map +0 -1
  572. package/dist/development/plugins/element/lists/OrderedListElement.js.map +0 -1
  573. package/dist/development/plugins/element/lists/UnorderedListElement.cjs.map +0 -1
  574. package/dist/development/plugins/element/lists/UnorderedListElement.js.map +0 -1
  575. package/dist/development/plugins/element/lists/transforms/dedentListItem.cjs.map +0 -1
  576. package/dist/development/plugins/element/lists/transforms/dedentListItem.js.map +0 -1
  577. package/dist/development/plugins/element/lists/transforms/indentListItem.cjs.map +0 -1
  578. package/dist/development/plugins/element/lists/transforms/indentListItem.js.map +0 -1
  579. package/dist/development/plugins/element/lists/transforms/normalizeListElement.cjs.map +0 -1
  580. package/dist/development/plugins/element/lists/transforms/normalizeListElement.js.map +0 -1
  581. package/dist/development/plugins/element/lists/transforms/toggleListElement.cjs.map +0 -1
  582. package/dist/development/plugins/element/lists/transforms/toggleListElement.js.map +0 -1
  583. package/dist/development/plugins/element/lists/withLists.cjs.map +0 -1
  584. package/dist/development/plugins/element/lists/withLists.js.map +0 -1
  585. package/dist/development/plugins/element/paragraphs/ParagraphElement.cjs.map +0 -1
  586. package/dist/development/plugins/element/paragraphs/ParagraphElement.js.map +0 -1
  587. package/dist/development/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs.map +0 -1
  588. package/dist/development/plugins/element/paragraphs/ParagraphHtmlDeserializer.js.map +0 -1
  589. package/dist/development/plugins/element/paragraphs/withParagraphs.cjs.map +0 -1
  590. package/dist/development/plugins/element/paragraphs/withParagraphs.js.map +0 -1
  591. package/dist/development/plugins/element/scrollTargets/ScrollTargetElement.cjs.map +0 -1
  592. package/dist/development/plugins/element/scrollTargets/ScrollTargetElement.js.map +0 -1
  593. package/dist/development/plugins/element/scrollTargets/withScrollTargets.cjs.map +0 -1
  594. package/dist/development/plugins/element/scrollTargets/withScrollTargets.js.map +0 -1
  595. package/dist/development/plugins/element/tables/TableCellElement.cjs.map +0 -1
  596. package/dist/development/plugins/element/tables/TableCellElement.js.map +0 -1
  597. package/dist/development/plugins/element/tables/TableElement.cjs.map +0 -1
  598. package/dist/development/plugins/element/tables/TableElement.js.map +0 -1
  599. package/dist/development/plugins/element/tables/TableElementSelection.cjs.map +0 -1
  600. package/dist/development/plugins/element/tables/TableElementSelection.js.map +0 -1
  601. package/dist/development/plugins/element/tables/TableModifications.cjs +0 -134
  602. package/dist/development/plugins/element/tables/TableModifications.cjs.map +0 -1
  603. package/dist/development/plugins/element/tables/TableModifications.js +0 -134
  604. package/dist/development/plugins/element/tables/TableModifications.js.map +0 -1
  605. package/dist/development/plugins/element/tables/TableRowElement.cjs.map +0 -1
  606. package/dist/development/plugins/element/tables/TableRowElement.js.map +0 -1
  607. package/dist/development/plugins/element/tables/gaugeTableColumnCount.cjs.map +0 -1
  608. package/dist/development/plugins/element/tables/gaugeTableColumnCount.js.map +0 -1
  609. package/dist/development/plugins/element/tables/withTables.cjs +0 -281
  610. package/dist/development/plugins/element/tables/withTables.cjs.map +0 -1
  611. package/dist/development/plugins/element/tables/withTables.js +0 -281
  612. package/dist/development/plugins/element/tables/withTables.js.map +0 -1
  613. package/dist/development/plugins/text/bold/boldMark.cjs +0 -13
  614. package/dist/development/plugins/text/bold/boldMark.cjs.map +0 -1
  615. package/dist/development/plugins/text/bold/boldMark.js.map +0 -1
  616. package/dist/development/plugins/text/bold/withBold.cjs.map +0 -1
  617. package/dist/development/plugins/text/bold/withBold.js.map +0 -1
  618. package/dist/development/plugins/text/code/codeMark.cjs +0 -13
  619. package/dist/development/plugins/text/code/codeMark.cjs.map +0 -1
  620. package/dist/development/plugins/text/code/codeMark.js.map +0 -1
  621. package/dist/development/plugins/text/code/withCode.cjs.map +0 -1
  622. package/dist/development/plugins/text/code/withCode.js.map +0 -1
  623. package/dist/development/plugins/text/highlight/highlightMark.cjs +0 -13
  624. package/dist/development/plugins/text/highlight/highlightMark.cjs.map +0 -1
  625. package/dist/development/plugins/text/highlight/highlightMark.js.map +0 -1
  626. package/dist/development/plugins/text/highlight/withHighlight.cjs.map +0 -1
  627. package/dist/development/plugins/text/highlight/withHighlight.js.map +0 -1
  628. package/dist/development/plugins/text/italic/italicMark.cjs +0 -13
  629. package/dist/development/plugins/text/italic/italicMark.cjs.map +0 -1
  630. package/dist/development/plugins/text/italic/italicMark.js.map +0 -1
  631. package/dist/development/plugins/text/italic/withItalic.cjs.map +0 -1
  632. package/dist/development/plugins/text/italic/withItalic.js.map +0 -1
  633. package/dist/development/plugins/text/newline/withNewline.cjs.map +0 -1
  634. package/dist/development/plugins/text/newline/withNewline.js.map +0 -1
  635. package/dist/development/plugins/text/strikeThrough/strikeThroughMark.cjs +0 -13
  636. package/dist/development/plugins/text/strikeThrough/strikeThroughMark.cjs.map +0 -1
  637. package/dist/development/plugins/text/strikeThrough/strikeThroughMark.js.map +0 -1
  638. package/dist/development/plugins/text/strikeThrough/withStrikeThrough.cjs.map +0 -1
  639. package/dist/development/plugins/text/strikeThrough/withStrikeThrough.js.map +0 -1
  640. package/dist/development/plugins/text/underline/underlineMark.cjs +0 -13
  641. package/dist/development/plugins/text/underline/underlineMark.cjs.map +0 -1
  642. package/dist/development/plugins/text/underline/underlineMark.js.map +0 -1
  643. package/dist/development/plugins/text/underline/withUnderline.cjs.map +0 -1
  644. package/dist/development/plugins/text/underline/withUnderline.js.map +0 -1
  645. package/dist/development/slate-reexport.cjs.map +0 -1
  646. package/dist/development/slate-reexport.js.map +0 -1
  647. package/dist/production/components/RichTextEditor.cjs +0 -93
  648. package/dist/production/components/RichTextEditor.cjs.map +0 -1
  649. package/dist/production/components/RichTextEditor.js +0 -93
  650. package/dist/production/components/RichTextEditor.js.map +0 -1
  651. package/dist/production/components/triggers/EditorElementTrigger.cjs +0 -16
  652. package/dist/production/components/triggers/EditorElementTrigger.cjs.map +0 -1
  653. package/dist/production/components/triggers/EditorElementTrigger.js +0 -16
  654. package/dist/production/components/triggers/EditorElementTrigger.js.map +0 -1
  655. package/dist/production/components/triggers/EditorGenericTrigger.cjs +0 -20
  656. package/dist/production/components/triggers/EditorGenericTrigger.cjs.map +0 -1
  657. package/dist/production/components/triggers/EditorGenericTrigger.js +0 -20
  658. package/dist/production/components/triggers/EditorGenericTrigger.js.map +0 -1
  659. package/dist/production/components/triggers/EditorMarkTrigger.cjs +0 -16
  660. package/dist/production/components/triggers/EditorMarkTrigger.cjs.map +0 -1
  661. package/dist/production/components/triggers/EditorMarkTrigger.js +0 -16
  662. package/dist/production/components/triggers/EditorMarkTrigger.js.map +0 -1
  663. package/dist/production/components/triggers/EditorWrapNodeTrigger.cjs +0 -28
  664. package/dist/production/components/triggers/EditorWrapNodeTrigger.cjs.map +0 -1
  665. package/dist/production/components/triggers/EditorWrapNodeTrigger.js +0 -28
  666. package/dist/production/components/triggers/EditorWrapNodeTrigger.js.map +0 -1
  667. package/dist/production/editor/createEditor.cjs +0 -35
  668. package/dist/production/editor/createEditor.cjs.map +0 -1
  669. package/dist/production/editor/createEditor.js.map +0 -1
  670. package/dist/production/editor/createEditorWithEssentials.cjs +0 -227
  671. package/dist/production/editor/createEditorWithEssentials.cjs.map +0 -1
  672. package/dist/production/editor/createEditorWithEssentials.js.map +0 -1
  673. package/dist/production/editor/index.cjs.map +0 -1
  674. package/dist/production/editor/index.js.map +0 -1
  675. package/dist/production/editor/methods/addMarks.cjs.map +0 -1
  676. package/dist/production/editor/methods/addMarks.js.map +0 -1
  677. package/dist/production/editor/methods/canToggleMark.cjs.map +0 -1
  678. package/dist/production/editor/methods/canToggleMark.js.map +0 -1
  679. package/dist/production/editor/methods/closest.cjs.map +0 -1
  680. package/dist/production/editor/methods/closest.js.map +0 -1
  681. package/dist/production/editor/methods/closestBlockEntry.cjs.map +0 -1
  682. package/dist/production/editor/methods/closestBlockEntry.js.map +0 -1
  683. package/dist/production/editor/methods/closestViableBlockContainerEntry.cjs.map +0 -1
  684. package/dist/production/editor/methods/closestViableBlockContainerEntry.js.map +0 -1
  685. package/dist/production/editor/methods/ejectElement.cjs.map +0 -1
  686. package/dist/production/editor/methods/ejectElement.js.map +0 -1
  687. package/dist/production/editor/methods/elementToSpecifics.cjs.map +0 -1
  688. package/dist/production/editor/methods/elementToSpecifics.js.map +0 -1
  689. package/dist/production/editor/methods/getElementDataAttributes.cjs.map +0 -1
  690. package/dist/production/editor/methods/getElementDataAttributes.js.map +0 -1
  691. package/dist/production/editor/methods/getPreviousSibling.cjs.map +0 -1
  692. package/dist/production/editor/methods/getPreviousSibling.js.map +0 -1
  693. package/dist/production/editor/methods/hasMarks.cjs.map +0 -1
  694. package/dist/production/editor/methods/hasMarks.js.map +0 -1
  695. package/dist/production/editor/methods/hasParentOfType.cjs.map +0 -1
  696. package/dist/production/editor/methods/hasParentOfType.js.map +0 -1
  697. package/dist/production/editor/methods/isElementType.cjs.map +0 -1
  698. package/dist/production/editor/methods/isElementType.js.map +0 -1
  699. package/dist/production/editor/methods/permissivelyDeserializeNodes.cjs.map +0 -1
  700. package/dist/production/editor/methods/permissivelyDeserializeNodes.js.map +0 -1
  701. package/dist/production/editor/methods/removeMarks.cjs.map +0 -1
  702. package/dist/production/editor/methods/removeMarks.js.map +0 -1
  703. package/dist/production/editor/methods/serializeNodes.cjs.map +0 -1
  704. package/dist/production/editor/methods/serializeNodes.js.map +0 -1
  705. package/dist/production/editor/methods/strictlyDeserializeNodes.cjs.map +0 -1
  706. package/dist/production/editor/methods/strictlyDeserializeNodes.js.map +0 -1
  707. package/dist/production/editor/methods/textToSpecifics.cjs.map +0 -1
  708. package/dist/production/editor/methods/textToSpecifics.js.map +0 -1
  709. package/dist/production/editor/methods/toLatestFormat.cjs.map +0 -1
  710. package/dist/production/editor/methods/toLatestFormat.js.map +0 -1
  711. package/dist/production/editor/methods/topLevelNodes.cjs.map +0 -1
  712. package/dist/production/editor/methods/topLevelNodes.js.map +0 -1
  713. package/dist/production/internal/components/DefaultElement.cjs +0 -11
  714. package/dist/production/internal/components/DefaultElement.cjs.map +0 -1
  715. package/dist/production/internal/components/DefaultElement.js.map +0 -1
  716. package/dist/production/internal/hooks/useRichTextFieldNodes.cjs.map +0 -1
  717. package/dist/production/internal/hooks/useRichTextFieldNodes.js.map +0 -1
  718. package/dist/production/internal/utils/EditorPasteUtils.cjs.map +0 -1
  719. package/dist/production/internal/utils/EditorPasteUtils.js.map +0 -1
  720. package/dist/production/internal/utils/parseUrl.cjs.map +0 -1
  721. package/dist/production/internal/utils/parseUrl.js.map +0 -1
  722. package/dist/production/plugins/attributes/alignment/alignButton.cjs.map +0 -1
  723. package/dist/production/plugins/attributes/alignment/alignButton.js.map +0 -1
  724. package/dist/production/plugins/behaviour/paste/HtmlDeserializer.cjs.map +0 -1
  725. package/dist/production/plugins/behaviour/paste/HtmlDeserializer.js.map +0 -1
  726. package/dist/production/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs.map +0 -1
  727. package/dist/production/plugins/behaviour/paste/createMarkHtmlDeserializer.js.map +0 -1
  728. package/dist/production/plugins/behaviour/paste/withPaste.cjs.map +0 -1
  729. package/dist/production/plugins/behaviour/paste/withPaste.js.map +0 -1
  730. package/dist/production/plugins/element/anchors/AnchorElement.cjs.map +0 -1
  731. package/dist/production/plugins/element/anchors/AnchorElement.js.map +0 -1
  732. package/dist/production/plugins/element/anchors/AnchorHtmlDeserializer.cjs.map +0 -1
  733. package/dist/production/plugins/element/anchors/AnchorHtmlDeserializer.js.map +0 -1
  734. package/dist/production/plugins/element/anchors/AnchorModifications.cjs.map +0 -1
  735. package/dist/production/plugins/element/anchors/AnchorModifications.js.map +0 -1
  736. package/dist/production/plugins/element/anchors/withAnchors.cjs.map +0 -1
  737. package/dist/production/plugins/element/anchors/withAnchors.js.map +0 -1
  738. package/dist/production/plugins/element/headings/HeadingElement.cjs.map +0 -1
  739. package/dist/production/plugins/element/headings/HeadingElement.js.map +0 -1
  740. package/dist/production/plugins/element/headings/HeadingHtmlDeserializer.cjs.map +0 -1
  741. package/dist/production/plugins/element/headings/HeadingHtmlDeserializer.js.map +0 -1
  742. package/dist/production/plugins/element/headings/withHeadings.cjs.map +0 -1
  743. package/dist/production/plugins/element/headings/withHeadings.js.map +0 -1
  744. package/dist/production/plugins/element/horizonalRules/HorizontalRuleElement.cjs.map +0 -1
  745. package/dist/production/plugins/element/horizonalRules/HorizontalRuleElement.js.map +0 -1
  746. package/dist/production/plugins/element/horizonalRules/withHorizontalRules.cjs.map +0 -1
  747. package/dist/production/plugins/element/horizonalRules/withHorizontalRules.js.map +0 -1
  748. package/dist/production/plugins/element/lists/ListElement.cjs.map +0 -1
  749. package/dist/production/plugins/element/lists/ListElement.js.map +0 -1
  750. package/dist/production/plugins/element/lists/ListHtmlDeserializer.cjs.map +0 -1
  751. package/dist/production/plugins/element/lists/ListHtmlDeserializer.js.map +0 -1
  752. package/dist/production/plugins/element/lists/ListItemElement.cjs.map +0 -1
  753. package/dist/production/plugins/element/lists/ListItemElement.js.map +0 -1
  754. package/dist/production/plugins/element/lists/OrderedListElement.cjs.map +0 -1
  755. package/dist/production/plugins/element/lists/OrderedListElement.js.map +0 -1
  756. package/dist/production/plugins/element/lists/UnorderedListElement.cjs.map +0 -1
  757. package/dist/production/plugins/element/lists/UnorderedListElement.js.map +0 -1
  758. package/dist/production/plugins/element/lists/transforms/dedentListItem.cjs.map +0 -1
  759. package/dist/production/plugins/element/lists/transforms/dedentListItem.js.map +0 -1
  760. package/dist/production/plugins/element/lists/transforms/indentListItem.cjs.map +0 -1
  761. package/dist/production/plugins/element/lists/transforms/indentListItem.js.map +0 -1
  762. package/dist/production/plugins/element/lists/transforms/normalizeListElement.cjs.map +0 -1
  763. package/dist/production/plugins/element/lists/transforms/normalizeListElement.js.map +0 -1
  764. package/dist/production/plugins/element/lists/transforms/toggleListElement.cjs.map +0 -1
  765. package/dist/production/plugins/element/lists/transforms/toggleListElement.js.map +0 -1
  766. package/dist/production/plugins/element/lists/withLists.cjs.map +0 -1
  767. package/dist/production/plugins/element/lists/withLists.js.map +0 -1
  768. package/dist/production/plugins/element/paragraphs/ParagraphElement.cjs.map +0 -1
  769. package/dist/production/plugins/element/paragraphs/ParagraphElement.js.map +0 -1
  770. package/dist/production/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs.map +0 -1
  771. package/dist/production/plugins/element/paragraphs/ParagraphHtmlDeserializer.js.map +0 -1
  772. package/dist/production/plugins/element/paragraphs/withParagraphs.cjs.map +0 -1
  773. package/dist/production/plugins/element/paragraphs/withParagraphs.js.map +0 -1
  774. package/dist/production/plugins/element/scrollTargets/ScrollTargetElement.cjs.map +0 -1
  775. package/dist/production/plugins/element/scrollTargets/ScrollTargetElement.js.map +0 -1
  776. package/dist/production/plugins/element/scrollTargets/withScrollTargets.cjs.map +0 -1
  777. package/dist/production/plugins/element/scrollTargets/withScrollTargets.js.map +0 -1
  778. package/dist/production/plugins/element/tables/TableCellElement.cjs.map +0 -1
  779. package/dist/production/plugins/element/tables/TableCellElement.js.map +0 -1
  780. package/dist/production/plugins/element/tables/TableElement.cjs.map +0 -1
  781. package/dist/production/plugins/element/tables/TableElement.js.map +0 -1
  782. package/dist/production/plugins/element/tables/TableElementSelection.cjs.map +0 -1
  783. package/dist/production/plugins/element/tables/TableElementSelection.js.map +0 -1
  784. package/dist/production/plugins/element/tables/TableModifications.cjs +0 -134
  785. package/dist/production/plugins/element/tables/TableModifications.cjs.map +0 -1
  786. package/dist/production/plugins/element/tables/TableModifications.js +0 -134
  787. package/dist/production/plugins/element/tables/TableModifications.js.map +0 -1
  788. package/dist/production/plugins/element/tables/TableRowElement.cjs.map +0 -1
  789. package/dist/production/plugins/element/tables/TableRowElement.js.map +0 -1
  790. package/dist/production/plugins/element/tables/gaugeTableColumnCount.cjs.map +0 -1
  791. package/dist/production/plugins/element/tables/gaugeTableColumnCount.js.map +0 -1
  792. package/dist/production/plugins/element/tables/withTables.cjs +0 -281
  793. package/dist/production/plugins/element/tables/withTables.cjs.map +0 -1
  794. package/dist/production/plugins/element/tables/withTables.js +0 -281
  795. package/dist/production/plugins/element/tables/withTables.js.map +0 -1
  796. package/dist/production/plugins/text/bold/boldMark.cjs +0 -13
  797. package/dist/production/plugins/text/bold/boldMark.cjs.map +0 -1
  798. package/dist/production/plugins/text/bold/boldMark.js.map +0 -1
  799. package/dist/production/plugins/text/bold/withBold.cjs.map +0 -1
  800. package/dist/production/plugins/text/bold/withBold.js.map +0 -1
  801. package/dist/production/plugins/text/code/codeMark.cjs +0 -13
  802. package/dist/production/plugins/text/code/codeMark.cjs.map +0 -1
  803. package/dist/production/plugins/text/code/codeMark.js.map +0 -1
  804. package/dist/production/plugins/text/code/withCode.cjs.map +0 -1
  805. package/dist/production/plugins/text/code/withCode.js.map +0 -1
  806. package/dist/production/plugins/text/highlight/highlightMark.cjs +0 -13
  807. package/dist/production/plugins/text/highlight/highlightMark.cjs.map +0 -1
  808. package/dist/production/plugins/text/highlight/highlightMark.js.map +0 -1
  809. package/dist/production/plugins/text/highlight/withHighlight.cjs.map +0 -1
  810. package/dist/production/plugins/text/highlight/withHighlight.js.map +0 -1
  811. package/dist/production/plugins/text/italic/italicMark.cjs +0 -13
  812. package/dist/production/plugins/text/italic/italicMark.cjs.map +0 -1
  813. package/dist/production/plugins/text/italic/italicMark.js.map +0 -1
  814. package/dist/production/plugins/text/italic/withItalic.cjs.map +0 -1
  815. package/dist/production/plugins/text/italic/withItalic.js.map +0 -1
  816. package/dist/production/plugins/text/newline/withNewline.cjs.map +0 -1
  817. package/dist/production/plugins/text/newline/withNewline.js.map +0 -1
  818. package/dist/production/plugins/text/strikeThrough/strikeThroughMark.cjs +0 -13
  819. package/dist/production/plugins/text/strikeThrough/strikeThroughMark.cjs.map +0 -1
  820. package/dist/production/plugins/text/strikeThrough/strikeThroughMark.js.map +0 -1
  821. package/dist/production/plugins/text/strikeThrough/withStrikeThrough.cjs.map +0 -1
  822. package/dist/production/plugins/text/strikeThrough/withStrikeThrough.js.map +0 -1
  823. package/dist/production/plugins/text/underline/underlineMark.cjs +0 -13
  824. package/dist/production/plugins/text/underline/underlineMark.cjs.map +0 -1
  825. package/dist/production/plugins/text/underline/underlineMark.js.map +0 -1
  826. package/dist/production/plugins/text/underline/withUnderline.cjs.map +0 -1
  827. package/dist/production/plugins/text/underline/withUnderline.js.map +0 -1
  828. package/dist/production/slate-reexport.cjs.map +0 -1
  829. package/dist/production/slate-reexport.js.map +0 -1
  830. /package/dist/development/{editor → src/editor}/createEditor.js +0 -0
  831. /package/dist/development/{editor → src/editor}/createEditorWithEssentials.js +0 -0
  832. /package/dist/development/{editor → src/editor}/index.cjs +0 -0
  833. /package/dist/development/{editor → src/editor}/index.js +0 -0
  834. /package/dist/development/{editor → src/editor}/methods/addMarks.cjs +0 -0
  835. /package/dist/development/{editor → src/editor}/methods/addMarks.js +0 -0
  836. /package/dist/development/{editor → src/editor}/methods/canToggleMark.cjs +0 -0
  837. /package/dist/development/{editor → src/editor}/methods/canToggleMark.js +0 -0
  838. /package/dist/development/{editor → src/editor}/methods/closest.cjs +0 -0
  839. /package/dist/development/{editor → src/editor}/methods/closest.js +0 -0
  840. /package/dist/development/{editor → src/editor}/methods/closestBlockEntry.cjs +0 -0
  841. /package/dist/development/{editor → src/editor}/methods/closestBlockEntry.js +0 -0
  842. /package/dist/development/{editor → src/editor}/methods/closestViableBlockContainerEntry.cjs +0 -0
  843. /package/dist/development/{editor → src/editor}/methods/closestViableBlockContainerEntry.js +0 -0
  844. /package/dist/development/{editor → src/editor}/methods/ejectElement.cjs +0 -0
  845. /package/dist/development/{editor → src/editor}/methods/ejectElement.js +0 -0
  846. /package/dist/development/{editor → src/editor}/methods/elementToSpecifics.cjs +0 -0
  847. /package/dist/development/{editor → src/editor}/methods/elementToSpecifics.js +0 -0
  848. /package/dist/development/{editor → src/editor}/methods/getElementDataAttributes.cjs +0 -0
  849. /package/dist/development/{editor → src/editor}/methods/getElementDataAttributes.js +0 -0
  850. /package/dist/development/{editor → src/editor}/methods/getPreviousSibling.cjs +0 -0
  851. /package/dist/development/{editor → src/editor}/methods/getPreviousSibling.js +0 -0
  852. /package/dist/development/{editor → src/editor}/methods/hasMarks.cjs +0 -0
  853. /package/dist/development/{editor → src/editor}/methods/hasMarks.js +0 -0
  854. /package/dist/development/{editor → src/editor}/methods/hasParentOfType.cjs +0 -0
  855. /package/dist/development/{editor → src/editor}/methods/hasParentOfType.js +0 -0
  856. /package/dist/development/{editor → src/editor}/methods/isElementType.cjs +0 -0
  857. /package/dist/development/{editor → src/editor}/methods/isElementType.js +0 -0
  858. /package/dist/development/{editor → src/editor}/methods/permissivelyDeserializeNodes.cjs +0 -0
  859. /package/dist/development/{editor → src/editor}/methods/permissivelyDeserializeNodes.js +0 -0
  860. /package/dist/development/{editor → src/editor}/methods/removeMarks.cjs +0 -0
  861. /package/dist/development/{editor → src/editor}/methods/removeMarks.js +0 -0
  862. /package/dist/development/{editor → src/editor}/methods/serializeNodes.cjs +0 -0
  863. /package/dist/development/{editor → src/editor}/methods/serializeNodes.js +0 -0
  864. /package/dist/development/{editor → src/editor}/methods/strictlyDeserializeNodes.cjs +0 -0
  865. /package/dist/development/{editor → src/editor}/methods/strictlyDeserializeNodes.js +0 -0
  866. /package/dist/development/{editor → src/editor}/methods/textToSpecifics.cjs +0 -0
  867. /package/dist/development/{editor → src/editor}/methods/textToSpecifics.js +0 -0
  868. /package/dist/development/{editor → src/editor}/methods/toLatestFormat.cjs +0 -0
  869. /package/dist/development/{editor → src/editor}/methods/toLatestFormat.js +0 -0
  870. /package/dist/development/{editor → src/editor}/methods/topLevelNodes.cjs +0 -0
  871. /package/dist/development/{editor → src/editor}/methods/topLevelNodes.js +0 -0
  872. /package/dist/development/{internal → src/internal}/components/DefaultElement.js +0 -0
  873. /package/dist/development/{internal → src/internal}/hooks/useRichTextFieldNodes.cjs +0 -0
  874. /package/dist/development/{internal → src/internal}/hooks/useRichTextFieldNodes.js +0 -0
  875. /package/dist/development/{internal → src/internal}/utils/EditorPasteUtils.cjs +0 -0
  876. /package/dist/development/{internal → src/internal}/utils/EditorPasteUtils.js +0 -0
  877. /package/dist/development/{internal → src/internal}/utils/parseUrl.cjs +0 -0
  878. /package/dist/development/{internal → src/internal}/utils/parseUrl.js +0 -0
  879. /package/dist/development/{plugins → src/plugins}/attributes/alignment/alignButton.cjs +0 -0
  880. /package/dist/development/{plugins → src/plugins}/attributes/alignment/alignButton.js +0 -0
  881. /package/dist/development/{plugins → src/plugins}/behaviour/paste/HtmlDeserializer.cjs +0 -0
  882. /package/dist/development/{plugins → src/plugins}/behaviour/paste/HtmlDeserializer.js +0 -0
  883. /package/dist/development/{plugins → src/plugins}/behaviour/paste/createMarkHtmlDeserializer.cjs +0 -0
  884. /package/dist/development/{plugins → src/plugins}/behaviour/paste/createMarkHtmlDeserializer.js +0 -0
  885. /package/dist/development/{plugins → src/plugins}/behaviour/paste/withPaste.cjs +0 -0
  886. /package/dist/development/{plugins → src/plugins}/behaviour/paste/withPaste.js +0 -0
  887. /package/dist/development/{plugins → src/plugins}/element/anchors/AnchorElement.cjs +0 -0
  888. /package/dist/development/{plugins → src/plugins}/element/anchors/AnchorElement.js +0 -0
  889. /package/dist/development/{plugins → src/plugins}/element/anchors/AnchorHtmlDeserializer.cjs +0 -0
  890. /package/dist/development/{plugins → src/plugins}/element/anchors/AnchorHtmlDeserializer.js +0 -0
  891. /package/dist/development/{plugins → src/plugins}/element/anchors/AnchorModifications.cjs +0 -0
  892. /package/dist/development/{plugins → src/plugins}/element/anchors/AnchorModifications.js +0 -0
  893. /package/dist/development/{plugins → src/plugins}/element/anchors/withAnchors.cjs +0 -0
  894. /package/dist/development/{plugins → src/plugins}/element/anchors/withAnchors.js +0 -0
  895. /package/dist/development/{plugins → src/plugins}/element/headings/HeadingElement.cjs +0 -0
  896. /package/dist/development/{plugins → src/plugins}/element/headings/HeadingElement.js +0 -0
  897. /package/dist/development/{plugins → src/plugins}/element/headings/HeadingHtmlDeserializer.cjs +0 -0
  898. /package/dist/development/{plugins → src/plugins}/element/headings/HeadingHtmlDeserializer.js +0 -0
  899. /package/dist/development/{plugins → src/plugins}/element/headings/withHeadings.cjs +0 -0
  900. /package/dist/development/{plugins → src/plugins}/element/headings/withHeadings.js +0 -0
  901. /package/dist/development/{plugins → src/plugins}/element/horizonalRules/HorizontalRuleElement.cjs +0 -0
  902. /package/dist/development/{plugins → src/plugins}/element/horizonalRules/HorizontalRuleElement.js +0 -0
  903. /package/dist/development/{plugins → src/plugins}/element/horizonalRules/withHorizontalRules.cjs +0 -0
  904. /package/dist/development/{plugins → src/plugins}/element/horizonalRules/withHorizontalRules.js +0 -0
  905. /package/dist/development/{plugins → src/plugins}/element/lists/ListElement.cjs +0 -0
  906. /package/dist/development/{plugins → src/plugins}/element/lists/ListElement.js +0 -0
  907. /package/dist/development/{plugins → src/plugins}/element/lists/ListHtmlDeserializer.cjs +0 -0
  908. /package/dist/development/{plugins → src/plugins}/element/lists/ListHtmlDeserializer.js +0 -0
  909. /package/dist/development/{plugins → src/plugins}/element/lists/ListItemElement.cjs +0 -0
  910. /package/dist/development/{plugins → src/plugins}/element/lists/ListItemElement.js +0 -0
  911. /package/dist/development/{plugins → src/plugins}/element/lists/OrderedListElement.cjs +0 -0
  912. /package/dist/development/{plugins → src/plugins}/element/lists/OrderedListElement.js +0 -0
  913. /package/dist/development/{plugins → src/plugins}/element/lists/UnorderedListElement.cjs +0 -0
  914. /package/dist/development/{plugins → src/plugins}/element/lists/UnorderedListElement.js +0 -0
  915. /package/dist/development/{plugins → src/plugins}/element/lists/transforms/dedentListItem.cjs +0 -0
  916. /package/dist/development/{plugins → src/plugins}/element/lists/transforms/dedentListItem.js +0 -0
  917. /package/dist/development/{plugins → src/plugins}/element/lists/transforms/indentListItem.cjs +0 -0
  918. /package/dist/development/{plugins → src/plugins}/element/lists/transforms/indentListItem.js +0 -0
  919. /package/dist/development/{plugins → src/plugins}/element/lists/transforms/normalizeListElement.cjs +0 -0
  920. /package/dist/development/{plugins → src/plugins}/element/lists/transforms/normalizeListElement.js +0 -0
  921. /package/dist/development/{plugins → src/plugins}/element/lists/transforms/toggleListElement.cjs +0 -0
  922. /package/dist/development/{plugins → src/plugins}/element/lists/transforms/toggleListElement.js +0 -0
  923. /package/dist/development/{plugins → src/plugins}/element/lists/withLists.cjs +0 -0
  924. /package/dist/development/{plugins → src/plugins}/element/lists/withLists.js +0 -0
  925. /package/dist/development/{plugins → src/plugins}/element/paragraphs/ParagraphElement.cjs +0 -0
  926. /package/dist/development/{plugins → src/plugins}/element/paragraphs/ParagraphElement.js +0 -0
  927. /package/dist/development/{plugins → src/plugins}/element/paragraphs/ParagraphHtmlDeserializer.cjs +0 -0
  928. /package/dist/development/{plugins → src/plugins}/element/paragraphs/ParagraphHtmlDeserializer.js +0 -0
  929. /package/dist/development/{plugins → src/plugins}/element/paragraphs/withParagraphs.cjs +0 -0
  930. /package/dist/development/{plugins → src/plugins}/element/paragraphs/withParagraphs.js +0 -0
  931. /package/dist/development/{plugins → src/plugins}/element/scrollTargets/ScrollTargetElement.cjs +0 -0
  932. /package/dist/development/{plugins → src/plugins}/element/scrollTargets/ScrollTargetElement.js +0 -0
  933. /package/dist/development/{plugins → src/plugins}/element/scrollTargets/withScrollTargets.cjs +0 -0
  934. /package/dist/development/{plugins → src/plugins}/element/scrollTargets/withScrollTargets.js +0 -0
  935. /package/dist/development/{plugins → src/plugins}/element/tables/TableCellElement.cjs +0 -0
  936. /package/dist/development/{plugins → src/plugins}/element/tables/TableCellElement.js +0 -0
  937. /package/dist/development/{plugins → src/plugins}/element/tables/TableElement.cjs +0 -0
  938. /package/dist/development/{plugins → src/plugins}/element/tables/TableElement.js +0 -0
  939. /package/dist/development/{plugins → src/plugins}/element/tables/TableElementSelection.cjs +0 -0
  940. /package/dist/development/{plugins → src/plugins}/element/tables/TableElementSelection.js +0 -0
  941. /package/dist/development/{plugins → src/plugins}/element/tables/TableRowElement.cjs +0 -0
  942. /package/dist/development/{plugins → src/plugins}/element/tables/TableRowElement.js +0 -0
  943. /package/dist/development/{plugins → src/plugins}/element/tables/gaugeTableColumnCount.cjs +0 -0
  944. /package/dist/development/{plugins → src/plugins}/element/tables/gaugeTableColumnCount.js +0 -0
  945. /package/dist/development/{plugins → src/plugins}/text/bold/boldMark.js +0 -0
  946. /package/dist/development/{plugins → src/plugins}/text/bold/withBold.cjs +0 -0
  947. /package/dist/development/{plugins → src/plugins}/text/bold/withBold.js +0 -0
  948. /package/dist/development/{plugins → src/plugins}/text/code/codeMark.js +0 -0
  949. /package/dist/development/{plugins → src/plugins}/text/code/withCode.cjs +0 -0
  950. /package/dist/development/{plugins → src/plugins}/text/code/withCode.js +0 -0
  951. /package/dist/development/{plugins → src/plugins}/text/highlight/highlightMark.js +0 -0
  952. /package/dist/development/{plugins → src/plugins}/text/highlight/withHighlight.cjs +0 -0
  953. /package/dist/development/{plugins → src/plugins}/text/highlight/withHighlight.js +0 -0
  954. /package/dist/development/{plugins → src/plugins}/text/italic/italicMark.js +0 -0
  955. /package/dist/development/{plugins → src/plugins}/text/italic/withItalic.cjs +0 -0
  956. /package/dist/development/{plugins → src/plugins}/text/italic/withItalic.js +0 -0
  957. /package/dist/development/{plugins → src/plugins}/text/newline/withNewline.cjs +0 -0
  958. /package/dist/development/{plugins → src/plugins}/text/newline/withNewline.js +0 -0
  959. /package/dist/development/{plugins → src/plugins}/text/strikeThrough/strikeThroughMark.js +0 -0
  960. /package/dist/development/{plugins → src/plugins}/text/strikeThrough/withStrikeThrough.cjs +0 -0
  961. /package/dist/development/{plugins → src/plugins}/text/strikeThrough/withStrikeThrough.js +0 -0
  962. /package/dist/development/{plugins → src/plugins}/text/underline/underlineMark.js +0 -0
  963. /package/dist/development/{plugins → src/plugins}/text/underline/withUnderline.cjs +0 -0
  964. /package/dist/development/{plugins → src/plugins}/text/underline/withUnderline.js +0 -0
  965. /package/dist/development/{slate-reexport.cjs → src/slate-reexport.cjs} +0 -0
  966. /package/dist/development/{slate-reexport.js → src/slate-reexport.js} +0 -0
  967. /package/dist/{development → production/src}/components/triggers/EditorElementTrigger.cjs +0 -0
  968. /package/dist/{development → production/src}/components/triggers/EditorElementTrigger.js +0 -0
  969. /package/dist/{development → production/src}/components/triggers/EditorGenericTrigger.cjs +0 -0
  970. /package/dist/{development → production/src}/components/triggers/EditorGenericTrigger.js +0 -0
  971. /package/dist/{development → production/src}/components/triggers/EditorMarkTrigger.cjs +0 -0
  972. /package/dist/{development → production/src}/components/triggers/EditorMarkTrigger.js +0 -0
  973. /package/dist/{development → production/src}/components/triggers/EditorWrapNodeTrigger.cjs +0 -0
  974. /package/dist/{development → production/src}/components/triggers/EditorWrapNodeTrigger.js +0 -0
  975. /package/dist/production/{editor → src/editor}/createEditor.js +0 -0
  976. /package/dist/production/{editor → src/editor}/createEditorWithEssentials.js +0 -0
  977. /package/dist/production/{editor → src/editor}/index.cjs +0 -0
  978. /package/dist/production/{editor → src/editor}/index.js +0 -0
  979. /package/dist/production/{editor → src/editor}/methods/addMarks.cjs +0 -0
  980. /package/dist/production/{editor → src/editor}/methods/addMarks.js +0 -0
  981. /package/dist/production/{editor → src/editor}/methods/canToggleMark.cjs +0 -0
  982. /package/dist/production/{editor → src/editor}/methods/canToggleMark.js +0 -0
  983. /package/dist/production/{editor → src/editor}/methods/closest.cjs +0 -0
  984. /package/dist/production/{editor → src/editor}/methods/closest.js +0 -0
  985. /package/dist/production/{editor → src/editor}/methods/closestBlockEntry.cjs +0 -0
  986. /package/dist/production/{editor → src/editor}/methods/closestBlockEntry.js +0 -0
  987. /package/dist/production/{editor → src/editor}/methods/closestViableBlockContainerEntry.cjs +0 -0
  988. /package/dist/production/{editor → src/editor}/methods/closestViableBlockContainerEntry.js +0 -0
  989. /package/dist/production/{editor → src/editor}/methods/ejectElement.cjs +0 -0
  990. /package/dist/production/{editor → src/editor}/methods/ejectElement.js +0 -0
  991. /package/dist/production/{editor → src/editor}/methods/elementToSpecifics.cjs +0 -0
  992. /package/dist/production/{editor → src/editor}/methods/elementToSpecifics.js +0 -0
  993. /package/dist/production/{editor → src/editor}/methods/getElementDataAttributes.cjs +0 -0
  994. /package/dist/production/{editor → src/editor}/methods/getElementDataAttributes.js +0 -0
  995. /package/dist/production/{editor → src/editor}/methods/getPreviousSibling.cjs +0 -0
  996. /package/dist/production/{editor → src/editor}/methods/getPreviousSibling.js +0 -0
  997. /package/dist/production/{editor → src/editor}/methods/hasMarks.cjs +0 -0
  998. /package/dist/production/{editor → src/editor}/methods/hasMarks.js +0 -0
  999. /package/dist/production/{editor → src/editor}/methods/hasParentOfType.cjs +0 -0
  1000. /package/dist/production/{editor → src/editor}/methods/hasParentOfType.js +0 -0
  1001. /package/dist/production/{editor → src/editor}/methods/isElementType.cjs +0 -0
  1002. /package/dist/production/{editor → src/editor}/methods/isElementType.js +0 -0
  1003. /package/dist/production/{editor → src/editor}/methods/permissivelyDeserializeNodes.cjs +0 -0
  1004. /package/dist/production/{editor → src/editor}/methods/permissivelyDeserializeNodes.js +0 -0
  1005. /package/dist/production/{editor → src/editor}/methods/removeMarks.cjs +0 -0
  1006. /package/dist/production/{editor → src/editor}/methods/removeMarks.js +0 -0
  1007. /package/dist/production/{editor → src/editor}/methods/serializeNodes.cjs +0 -0
  1008. /package/dist/production/{editor → src/editor}/methods/serializeNodes.js +0 -0
  1009. /package/dist/production/{editor → src/editor}/methods/strictlyDeserializeNodes.cjs +0 -0
  1010. /package/dist/production/{editor → src/editor}/methods/strictlyDeserializeNodes.js +0 -0
  1011. /package/dist/production/{editor → src/editor}/methods/textToSpecifics.cjs +0 -0
  1012. /package/dist/production/{editor → src/editor}/methods/textToSpecifics.js +0 -0
  1013. /package/dist/production/{editor → src/editor}/methods/toLatestFormat.cjs +0 -0
  1014. /package/dist/production/{editor → src/editor}/methods/toLatestFormat.js +0 -0
  1015. /package/dist/production/{editor → src/editor}/methods/topLevelNodes.cjs +0 -0
  1016. /package/dist/production/{editor → src/editor}/methods/topLevelNodes.js +0 -0
  1017. /package/dist/production/{internal → src/internal}/components/DefaultElement.js +0 -0
  1018. /package/dist/production/{internal → src/internal}/hooks/useRichTextFieldNodes.cjs +0 -0
  1019. /package/dist/production/{internal → src/internal}/hooks/useRichTextFieldNodes.js +0 -0
  1020. /package/dist/production/{internal → src/internal}/utils/EditorPasteUtils.cjs +0 -0
  1021. /package/dist/production/{internal → src/internal}/utils/EditorPasteUtils.js +0 -0
  1022. /package/dist/production/{internal → src/internal}/utils/parseUrl.cjs +0 -0
  1023. /package/dist/production/{internal → src/internal}/utils/parseUrl.js +0 -0
  1024. /package/dist/production/{plugins → src/plugins}/attributes/alignment/alignButton.cjs +0 -0
  1025. /package/dist/production/{plugins → src/plugins}/attributes/alignment/alignButton.js +0 -0
  1026. /package/dist/production/{plugins → src/plugins}/behaviour/paste/HtmlDeserializer.cjs +0 -0
  1027. /package/dist/production/{plugins → src/plugins}/behaviour/paste/HtmlDeserializer.js +0 -0
  1028. /package/dist/production/{plugins → src/plugins}/behaviour/paste/createMarkHtmlDeserializer.cjs +0 -0
  1029. /package/dist/production/{plugins → src/plugins}/behaviour/paste/createMarkHtmlDeserializer.js +0 -0
  1030. /package/dist/production/{plugins → src/plugins}/behaviour/paste/withPaste.cjs +0 -0
  1031. /package/dist/production/{plugins → src/plugins}/behaviour/paste/withPaste.js +0 -0
  1032. /package/dist/production/{plugins → src/plugins}/element/anchors/AnchorElement.cjs +0 -0
  1033. /package/dist/production/{plugins → src/plugins}/element/anchors/AnchorElement.js +0 -0
  1034. /package/dist/production/{plugins → src/plugins}/element/anchors/AnchorHtmlDeserializer.cjs +0 -0
  1035. /package/dist/production/{plugins → src/plugins}/element/anchors/AnchorHtmlDeserializer.js +0 -0
  1036. /package/dist/production/{plugins → src/plugins}/element/anchors/AnchorModifications.cjs +0 -0
  1037. /package/dist/production/{plugins → src/plugins}/element/anchors/AnchorModifications.js +0 -0
  1038. /package/dist/production/{plugins → src/plugins}/element/anchors/withAnchors.cjs +0 -0
  1039. /package/dist/production/{plugins → src/plugins}/element/anchors/withAnchors.js +0 -0
  1040. /package/dist/production/{plugins → src/plugins}/element/headings/HeadingElement.cjs +0 -0
  1041. /package/dist/production/{plugins → src/plugins}/element/headings/HeadingElement.js +0 -0
  1042. /package/dist/production/{plugins → src/plugins}/element/headings/HeadingHtmlDeserializer.cjs +0 -0
  1043. /package/dist/production/{plugins → src/plugins}/element/headings/HeadingHtmlDeserializer.js +0 -0
  1044. /package/dist/production/{plugins → src/plugins}/element/headings/withHeadings.cjs +0 -0
  1045. /package/dist/production/{plugins → src/plugins}/element/headings/withHeadings.js +0 -0
  1046. /package/dist/production/{plugins → src/plugins}/element/horizonalRules/HorizontalRuleElement.cjs +0 -0
  1047. /package/dist/production/{plugins → src/plugins}/element/horizonalRules/HorizontalRuleElement.js +0 -0
  1048. /package/dist/production/{plugins → src/plugins}/element/horizonalRules/withHorizontalRules.cjs +0 -0
  1049. /package/dist/production/{plugins → src/plugins}/element/horizonalRules/withHorizontalRules.js +0 -0
  1050. /package/dist/production/{plugins → src/plugins}/element/lists/ListElement.cjs +0 -0
  1051. /package/dist/production/{plugins → src/plugins}/element/lists/ListElement.js +0 -0
  1052. /package/dist/production/{plugins → src/plugins}/element/lists/ListHtmlDeserializer.cjs +0 -0
  1053. /package/dist/production/{plugins → src/plugins}/element/lists/ListHtmlDeserializer.js +0 -0
  1054. /package/dist/production/{plugins → src/plugins}/element/lists/ListItemElement.cjs +0 -0
  1055. /package/dist/production/{plugins → src/plugins}/element/lists/ListItemElement.js +0 -0
  1056. /package/dist/production/{plugins → src/plugins}/element/lists/OrderedListElement.cjs +0 -0
  1057. /package/dist/production/{plugins → src/plugins}/element/lists/OrderedListElement.js +0 -0
  1058. /package/dist/production/{plugins → src/plugins}/element/lists/UnorderedListElement.cjs +0 -0
  1059. /package/dist/production/{plugins → src/plugins}/element/lists/UnorderedListElement.js +0 -0
  1060. /package/dist/production/{plugins → src/plugins}/element/lists/transforms/dedentListItem.cjs +0 -0
  1061. /package/dist/production/{plugins → src/plugins}/element/lists/transforms/dedentListItem.js +0 -0
  1062. /package/dist/production/{plugins → src/plugins}/element/lists/transforms/indentListItem.cjs +0 -0
  1063. /package/dist/production/{plugins → src/plugins}/element/lists/transforms/indentListItem.js +0 -0
  1064. /package/dist/production/{plugins → src/plugins}/element/lists/transforms/normalizeListElement.cjs +0 -0
  1065. /package/dist/production/{plugins → src/plugins}/element/lists/transforms/normalizeListElement.js +0 -0
  1066. /package/dist/production/{plugins → src/plugins}/element/lists/transforms/toggleListElement.cjs +0 -0
  1067. /package/dist/production/{plugins → src/plugins}/element/lists/transforms/toggleListElement.js +0 -0
  1068. /package/dist/production/{plugins → src/plugins}/element/lists/withLists.cjs +0 -0
  1069. /package/dist/production/{plugins → src/plugins}/element/lists/withLists.js +0 -0
  1070. /package/dist/production/{plugins → src/plugins}/element/paragraphs/ParagraphElement.cjs +0 -0
  1071. /package/dist/production/{plugins → src/plugins}/element/paragraphs/ParagraphElement.js +0 -0
  1072. /package/dist/production/{plugins → src/plugins}/element/paragraphs/ParagraphHtmlDeserializer.cjs +0 -0
  1073. /package/dist/production/{plugins → src/plugins}/element/paragraphs/ParagraphHtmlDeserializer.js +0 -0
  1074. /package/dist/production/{plugins → src/plugins}/element/paragraphs/withParagraphs.cjs +0 -0
  1075. /package/dist/production/{plugins → src/plugins}/element/paragraphs/withParagraphs.js +0 -0
  1076. /package/dist/production/{plugins → src/plugins}/element/scrollTargets/ScrollTargetElement.cjs +0 -0
  1077. /package/dist/production/{plugins → src/plugins}/element/scrollTargets/ScrollTargetElement.js +0 -0
  1078. /package/dist/production/{plugins → src/plugins}/element/scrollTargets/withScrollTargets.cjs +0 -0
  1079. /package/dist/production/{plugins → src/plugins}/element/scrollTargets/withScrollTargets.js +0 -0
  1080. /package/dist/production/{plugins → src/plugins}/element/tables/TableCellElement.cjs +0 -0
  1081. /package/dist/production/{plugins → src/plugins}/element/tables/TableCellElement.js +0 -0
  1082. /package/dist/production/{plugins → src/plugins}/element/tables/TableElement.cjs +0 -0
  1083. /package/dist/production/{plugins → src/plugins}/element/tables/TableElement.js +0 -0
  1084. /package/dist/production/{plugins → src/plugins}/element/tables/TableElementSelection.cjs +0 -0
  1085. /package/dist/production/{plugins → src/plugins}/element/tables/TableElementSelection.js +0 -0
  1086. /package/dist/production/{plugins → src/plugins}/element/tables/TableRowElement.cjs +0 -0
  1087. /package/dist/production/{plugins → src/plugins}/element/tables/TableRowElement.js +0 -0
  1088. /package/dist/production/{plugins → src/plugins}/element/tables/gaugeTableColumnCount.cjs +0 -0
  1089. /package/dist/production/{plugins → src/plugins}/element/tables/gaugeTableColumnCount.js +0 -0
  1090. /package/dist/production/{plugins → src/plugins}/text/bold/boldMark.js +0 -0
  1091. /package/dist/production/{plugins → src/plugins}/text/bold/withBold.cjs +0 -0
  1092. /package/dist/production/{plugins → src/plugins}/text/bold/withBold.js +0 -0
  1093. /package/dist/production/{plugins → src/plugins}/text/code/codeMark.js +0 -0
  1094. /package/dist/production/{plugins → src/plugins}/text/code/withCode.cjs +0 -0
  1095. /package/dist/production/{plugins → src/plugins}/text/code/withCode.js +0 -0
  1096. /package/dist/production/{plugins → src/plugins}/text/highlight/highlightMark.js +0 -0
  1097. /package/dist/production/{plugins → src/plugins}/text/highlight/withHighlight.cjs +0 -0
  1098. /package/dist/production/{plugins → src/plugins}/text/highlight/withHighlight.js +0 -0
  1099. /package/dist/production/{plugins → src/plugins}/text/italic/italicMark.js +0 -0
  1100. /package/dist/production/{plugins → src/plugins}/text/italic/withItalic.cjs +0 -0
  1101. /package/dist/production/{plugins → src/plugins}/text/italic/withItalic.js +0 -0
  1102. /package/dist/production/{plugins → src/plugins}/text/newline/withNewline.cjs +0 -0
  1103. /package/dist/production/{plugins → src/plugins}/text/newline/withNewline.js +0 -0
  1104. /package/dist/production/{plugins → src/plugins}/text/strikeThrough/strikeThroughMark.js +0 -0
  1105. /package/dist/production/{plugins → src/plugins}/text/strikeThrough/withStrikeThrough.cjs +0 -0
  1106. /package/dist/production/{plugins → src/plugins}/text/strikeThrough/withStrikeThrough.js +0 -0
  1107. /package/dist/production/{plugins → src/plugins}/text/underline/underlineMark.js +0 -0
  1108. /package/dist/production/{plugins → src/plugins}/text/underline/withUnderline.cjs +0 -0
  1109. /package/dist/production/{plugins → src/plugins}/text/underline/withUnderline.js +0 -0
  1110. /package/dist/production/{slate-reexport.cjs → src/slate-reexport.cjs} +0 -0
  1111. /package/dist/production/{slate-reexport.js → src/slate-reexport.js} +0 -0
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const react = require("react");
4
- const isHotkey = require("is-hotkey");
5
- const boldMark = "isBold";
6
- const boldMarkPlugin = {
7
- type: boldMark,
8
- isHotKey: isHotkey.isHotkey("mod+b"),
9
- render: ({ children }) => react.createElement("b", void 0, children)
10
- };
11
- exports.boldMark = boldMark;
12
- exports.boldMarkPlugin = boldMarkPlugin;
13
- //# sourceMappingURL=boldMark.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"boldMark.cjs","sources":["../../../../../src/plugins/text/bold/boldMark.ts"],"sourcesContent":["import { createElement } from 'react'\nimport { isHotkey } from 'is-hotkey'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const boldMark = 'isBold'\n\nexport const boldMarkPlugin: EditorMarkPlugin = {\n\ttype: boldMark,\n\tisHotKey: isHotkey('mod+b'),\n\trender: ({ children }) => createElement('b', undefined, children),\n}\n"],"names":["isHotkey","createElement"],"mappings":";;;;AAIO,MAAM,WAAW;AAEjB,MAAM,iBAAmC;AAAA,EAC/C,MAAM;AAAA,EACN,UAAUA,kBAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,eAAeC,MAAc,cAAA,KAAK,QAAW,QAAQ;AACjE;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"boldMark.js","sources":["../../../../../src/plugins/text/bold/boldMark.ts"],"sourcesContent":["import { createElement } from 'react'\nimport { isHotkey } from 'is-hotkey'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const boldMark = 'isBold'\n\nexport const boldMarkPlugin: EditorMarkPlugin = {\n\ttype: boldMark,\n\tisHotKey: isHotkey('mod+b'),\n\trender: ({ children }) => createElement('b', undefined, children),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,WAAW;AAEjB,MAAM,iBAAmC;AAAA,EAC/C,MAAM;AAAA,EACN,UAAU,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,eAAe,cAAc,KAAK,QAAW,QAAQ;AACjE;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withBold.cjs","sources":["../../../../../src/plugins/text/bold/withBold.ts"],"sourcesContent":["import { boldMark, boldMarkPlugin } from './boldMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\n\nexport const withBold = (): EditorPlugin => editor => {\n\teditor.registerMark(boldMarkPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\tboldMark,\n\t\t\tel => el.nodeName === 'STRONG' || (el.nodeName === 'B' && !el.id.startsWith('docs-internal-guid')),\n\t\t\tel => ['italic', 'oblique'].includes(el.style.fontWeight),\n\t\t),\n\t)\n}\n"],"names":["boldMarkPlugin","createMarkHtmlDeserializer","boldMark"],"mappings":";;;;AAKa,MAAA,WAAW,MAAoB,CAAU,WAAA;AACrD,SAAO,aAAaA,SAAAA,cAAc;AAClC,SAAO,iBAAiB;AAAA,IACvBC,2BAAA;AAAA,MACCC,SAAA;AAAA,MACA,CAAA,OAAM,GAAG,aAAa,YAAa,GAAG,aAAa,OAAO,CAAC,GAAG,GAAG,WAAW,oBAAoB;AAAA,MAChG,CAAA,OAAM,CAAC,UAAU,SAAS,EAAE,SAAS,GAAG,MAAM,UAAU;AAAA,IACzD;AAAA,EAAA;AAEF;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withBold.js","sources":["../../../../../src/plugins/text/bold/withBold.ts"],"sourcesContent":["import { boldMark, boldMarkPlugin } from './boldMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\n\nexport const withBold = (): EditorPlugin => editor => {\n\teditor.registerMark(boldMarkPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\tboldMark,\n\t\t\tel => el.nodeName === 'STRONG' || (el.nodeName === 'B' && !el.id.startsWith('docs-internal-guid')),\n\t\t\tel => ['italic', 'oblique'].includes(el.style.fontWeight),\n\t\t),\n\t)\n}\n"],"names":[],"mappings":";;AAKa,MAAA,WAAW,MAAoB,CAAU,WAAA;AACrD,SAAO,aAAa,cAAc;AAClC,SAAO,iBAAiB;AAAA,IACvB;AAAA,MACC;AAAA,MACA,CAAA,OAAM,GAAG,aAAa,YAAa,GAAG,aAAa,OAAO,CAAC,GAAG,GAAG,WAAW,oBAAoB;AAAA,MAChG,CAAA,OAAM,CAAC,UAAU,SAAS,EAAE,SAAS,GAAG,MAAM,UAAU;AAAA,IACzD;AAAA,EAAA;AAEF;"}
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const isHotkey = require("is-hotkey");
4
- const react = require("react");
5
- const codeMark = "isCode";
6
- const codeMarkPlugin = {
7
- type: codeMark,
8
- isHotKey: isHotkey.isHotkey("mod+`"),
9
- render: ({ children }) => react.createElement("code", void 0, children)
10
- };
11
- exports.codeMark = codeMark;
12
- exports.codeMarkPlugin = codeMarkPlugin;
13
- //# sourceMappingURL=codeMark.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"codeMark.cjs","sources":["../../../../../src/plugins/text/code/codeMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const codeMark = 'isCode'\n\nexport const codeMarkPlugin: EditorMarkPlugin = {\n\ttype: codeMark,\n\tisHotKey: isHotkey('mod+`'),\n\trender: ({ children }) => createElement('code', undefined, children),\n}\n"],"names":["isHotkey","createElement"],"mappings":";;;;AAIO,MAAM,WAAW;AAEjB,MAAM,iBAAmC;AAAA,EAC/C,MAAM;AAAA,EACN,UAAUA,kBAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,eAAeC,MAAc,cAAA,QAAQ,QAAW,QAAQ;AACpE;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"codeMark.js","sources":["../../../../../src/plugins/text/code/codeMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const codeMark = 'isCode'\n\nexport const codeMarkPlugin: EditorMarkPlugin = {\n\ttype: codeMark,\n\tisHotKey: isHotkey('mod+`'),\n\trender: ({ children }) => createElement('code', undefined, children),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,WAAW;AAEjB,MAAM,iBAAmC;AAAA,EAC/C,MAAM;AAAA,EACN,UAAU,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,eAAe,cAAc,QAAQ,QAAW,QAAQ;AACpE;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withCode.cjs","sources":["../../../../../src/plugins/text/code/withCode.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { codeMarkPlugin } from './codeMark'\nimport { EditorPlugin } from '../../../types'\n\n\nexport const withCode = (): EditorPlugin => editor => {\n\teditor.registerMark(codeMarkPlugin)\n\n\treturn editor\n}\n"],"names":["codeMarkPlugin"],"mappings":";;;AAKa,MAAA,WAAW,MAAoB,CAAU,WAAA;AACrD,SAAO,aAAaA,SAAAA,cAAc;AAE3B,SAAA;AACR;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withCode.js","sources":["../../../../../src/plugins/text/code/withCode.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { codeMarkPlugin } from './codeMark'\nimport { EditorPlugin } from '../../../types'\n\n\nexport const withCode = (): EditorPlugin => editor => {\n\teditor.registerMark(codeMarkPlugin)\n\n\treturn editor\n}\n"],"names":[],"mappings":";AAKa,MAAA,WAAW,MAAoB,CAAU,WAAA;AACrD,SAAO,aAAa,cAAc;AAE3B,SAAA;AACR;"}
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const isHotkey = require("is-hotkey");
4
- const react = require("react");
5
- const highlightMark = "isHighlighted";
6
- const highlightMarkPlugin = {
7
- type: highlightMark,
8
- isHotKey: isHotkey.isHotkey("mod+e"),
9
- render: ({ children }) => react.createElement("em", void 0, children)
10
- };
11
- exports.highlightMark = highlightMark;
12
- exports.highlightMarkPlugin = highlightMarkPlugin;
13
- //# sourceMappingURL=highlightMark.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"highlightMark.cjs","sources":["../../../../../src/plugins/text/highlight/highlightMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const highlightMark = 'isHighlighted'\n\nexport const highlightMarkPlugin: EditorMarkPlugin = {\n\ttype: highlightMark,\n\tisHotKey: isHotkey('mod+e'),\n\trender: ({ children }) => createElement('em', undefined, children),\n}\n"],"names":["isHotkey","createElement"],"mappings":";;;;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAUA,kBAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,eAAeC,MAAc,cAAA,MAAM,QAAW,QAAQ;AAClE;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"highlightMark.js","sources":["../../../../../src/plugins/text/highlight/highlightMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const highlightMark = 'isHighlighted'\n\nexport const highlightMarkPlugin: EditorMarkPlugin = {\n\ttype: highlightMark,\n\tisHotKey: isHotkey('mod+e'),\n\trender: ({ children }) => createElement('em', undefined, children),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAU,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,eAAe,cAAc,MAAM,QAAW,QAAQ;AAClE;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withHighlight.cjs","sources":["../../../../../src/plugins/text/highlight/withHighlight.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { highlightMarkPlugin } from './highlightMark'\nimport { EditorPlugin } from '../../../types'\n\n\nexport const withHighlight = (): EditorPlugin => editor => {\n\teditor.registerMark(highlightMarkPlugin)\n\n\treturn editor\n}\n"],"names":["highlightMarkPlugin"],"mappings":";;;AAKa,MAAA,gBAAgB,MAAoB,CAAU,WAAA;AAC1D,SAAO,aAAaA,cAAAA,mBAAmB;AAEhC,SAAA;AACR;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withHighlight.js","sources":["../../../../../src/plugins/text/highlight/withHighlight.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { highlightMarkPlugin } from './highlightMark'\nimport { EditorPlugin } from '../../../types'\n\n\nexport const withHighlight = (): EditorPlugin => editor => {\n\teditor.registerMark(highlightMarkPlugin)\n\n\treturn editor\n}\n"],"names":[],"mappings":";AAKa,MAAA,gBAAgB,MAAoB,CAAU,WAAA;AAC1D,SAAO,aAAa,mBAAmB;AAEhC,SAAA;AACR;"}
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const isHotkey = require("is-hotkey");
4
- const react = require("react");
5
- const italicMark = "isItalic";
6
- const italicMarkPlugin = {
7
- type: italicMark,
8
- isHotKey: isHotkey.isHotkey("mod+i"),
9
- render: ({ children }) => react.createElement("i", void 0, children)
10
- };
11
- exports.italicMark = italicMark;
12
- exports.italicMarkPlugin = italicMarkPlugin;
13
- //# sourceMappingURL=italicMark.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"italicMark.cjs","sources":["../../../../../src/plugins/text/italic/italicMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const italicMark = 'isItalic'\n\nexport const italicMarkPlugin: EditorMarkPlugin = {\n\ttype: italicMark,\n\tisHotKey: isHotkey('mod+i'),\n\trender: ({ children }) => createElement('i', undefined, children),\n}\n"],"names":["isHotkey","createElement"],"mappings":";;;;AAIO,MAAM,aAAa;AAEnB,MAAM,mBAAqC;AAAA,EACjD,MAAM;AAAA,EACN,UAAUA,kBAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,eAAeC,MAAc,cAAA,KAAK,QAAW,QAAQ;AACjE;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"italicMark.js","sources":["../../../../../src/plugins/text/italic/italicMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const italicMark = 'isItalic'\n\nexport const italicMarkPlugin: EditorMarkPlugin = {\n\ttype: italicMark,\n\tisHotKey: isHotkey('mod+i'),\n\trender: ({ children }) => createElement('i', undefined, children),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,aAAa;AAEnB,MAAM,mBAAqC;AAAA,EACjD,MAAM;AAAA,EACN,UAAU,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,eAAe,cAAc,KAAK,QAAW,QAAQ;AACjE;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withItalic.cjs","sources":["../../../../../src/plugins/text/italic/withItalic.ts"],"sourcesContent":["import { italicMark, italicMarkPlugin } from './italicMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\n\nexport const withItalic = (): EditorPlugin => editor => {\n\teditor.registerMark(italicMarkPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\titalicMark,\n\t\t\tel => ['I', 'EM'].includes(el.nodeName),\n\t\t\tel => ['italic', 'oblique'].includes(el.style.fontWeight),\n\t\t),\n\t)\n}\n"],"names":["italicMarkPlugin","createMarkHtmlDeserializer","italicMark"],"mappings":";;;;AAKa,MAAA,aAAa,MAAoB,CAAU,WAAA;AACvD,SAAO,aAAaA,WAAAA,gBAAgB;AACpC,SAAO,iBAAiB;AAAA,IACvBC,2BAAA;AAAA,MACCC,WAAA;AAAA,MACA,QAAM,CAAC,KAAK,IAAI,EAAE,SAAS,GAAG,QAAQ;AAAA,MACtC,CAAA,OAAM,CAAC,UAAU,SAAS,EAAE,SAAS,GAAG,MAAM,UAAU;AAAA,IACzD;AAAA,EAAA;AAEF;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withItalic.js","sources":["../../../../../src/plugins/text/italic/withItalic.ts"],"sourcesContent":["import { italicMark, italicMarkPlugin } from './italicMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\n\nexport const withItalic = (): EditorPlugin => editor => {\n\teditor.registerMark(italicMarkPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\titalicMark,\n\t\t\tel => ['I', 'EM'].includes(el.nodeName),\n\t\t\tel => ['italic', 'oblique'].includes(el.style.fontWeight),\n\t\t),\n\t)\n}\n"],"names":[],"mappings":";;AAKa,MAAA,aAAa,MAAoB,CAAU,WAAA;AACvD,SAAO,aAAa,gBAAgB;AACpC,SAAO,iBAAiB;AAAA,IACvB;AAAA,MACC;AAAA,MACA,QAAM,CAAC,KAAK,IAAI,EAAE,SAAS,GAAG,QAAQ;AAAA,MACtC,CAAA,OAAM,CAAC,UAAU,SAAS,EAAE,SAAS,GAAG,MAAM,UAAU;AAAA,IACzD;AAAA,EAAA;AAEF;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withNewline.cjs","sources":["../../../../../src/plugins/text/newline/withNewline.ts"],"sourcesContent":["import { Transforms } from 'slate'\nimport { EditorPlugin } from '../../../types'\n\nexport const withNewline = (): EditorPlugin => editor => {\n\tconst { onKeyDown } = editor\n\teditor.onKeyDown = e => {\n\t\tif (e.key !== 'Enter' || !e.shiftKey) {\n\t\t\treturn onKeyDown(e)\n\t\t}\n\t\te.preventDefault()\n\t\tTransforms.insertText(editor, '\\n')\n\t}\n}\n"],"names":["Transforms"],"mappings":";;;AAGa,MAAA,cAAc,MAAoB,CAAU,WAAA;AAClD,QAAA,EAAE,UAAc,IAAA;AACtB,SAAO,YAAY,CAAK,MAAA;AACvB,QAAI,EAAE,QAAQ,WAAW,CAAC,EAAE,UAAU;AACrC,aAAO,UAAU,CAAC;AAAA,IACnB;AACA,MAAE,eAAe;AACNA,UAAAA,WAAA,WAAW,QAAQ,IAAI;AAAA,EAAA;AAEpC;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withNewline.js","sources":["../../../../../src/plugins/text/newline/withNewline.ts"],"sourcesContent":["import { Transforms } from 'slate'\nimport { EditorPlugin } from '../../../types'\n\nexport const withNewline = (): EditorPlugin => editor => {\n\tconst { onKeyDown } = editor\n\teditor.onKeyDown = e => {\n\t\tif (e.key !== 'Enter' || !e.shiftKey) {\n\t\t\treturn onKeyDown(e)\n\t\t}\n\t\te.preventDefault()\n\t\tTransforms.insertText(editor, '\\n')\n\t}\n}\n"],"names":[],"mappings":";AAGa,MAAA,cAAc,MAAoB,CAAU,WAAA;AAClD,QAAA,EAAE,UAAc,IAAA;AACtB,SAAO,YAAY,CAAK,MAAA;AACvB,QAAI,EAAE,QAAQ,WAAW,CAAC,EAAE,UAAU;AACrC,aAAO,UAAU,CAAC;AAAA,IACnB;AACA,MAAE,eAAe;AACN,eAAA,WAAW,QAAQ,IAAI;AAAA,EAAA;AAEpC;"}
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const react = require("react");
4
- const isHotkey = require("is-hotkey");
5
- const strikeThroughMark = "isStruckThrough";
6
- const strikeThroughPlugin = {
7
- type: strikeThroughMark,
8
- render: ({ children }) => react.createElement("s", void 0, children),
9
- isHotKey: isHotkey.isHotkey("mod+opt+s")
10
- };
11
- exports.strikeThroughMark = strikeThroughMark;
12
- exports.strikeThroughPlugin = strikeThroughPlugin;
13
- //# sourceMappingURL=strikeThroughMark.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"strikeThroughMark.cjs","sources":["../../../../../src/plugins/text/strikeThrough/strikeThroughMark.ts"],"sourcesContent":["import { createElement } from 'react'\nimport { isHotkey } from 'is-hotkey'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const strikeThroughMark = 'isStruckThrough'\nexport const strikeThroughPlugin: EditorMarkPlugin = {\n\ttype: strikeThroughMark,\n\trender: ({ children }) => createElement('s', undefined, children),\n\tisHotKey: isHotkey('mod+opt+s'),\n}\n"],"names":["createElement","isHotkey"],"mappings":";;;;AAIO,MAAM,oBAAoB;AAC1B,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,QAAQ,CAAC,EAAE,eAAeA,MAAc,cAAA,KAAK,QAAW,QAAQ;AAAA,EAChE,UAAUC,kBAAS,WAAW;AAC/B;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"strikeThroughMark.js","sources":["../../../../../src/plugins/text/strikeThrough/strikeThroughMark.ts"],"sourcesContent":["import { createElement } from 'react'\nimport { isHotkey } from 'is-hotkey'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const strikeThroughMark = 'isStruckThrough'\nexport const strikeThroughPlugin: EditorMarkPlugin = {\n\ttype: strikeThroughMark,\n\trender: ({ children }) => createElement('s', undefined, children),\n\tisHotKey: isHotkey('mod+opt+s'),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,oBAAoB;AAC1B,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,QAAQ,CAAC,EAAE,eAAe,cAAc,KAAK,QAAW,QAAQ;AAAA,EAChE,UAAU,SAAS,WAAW;AAC/B;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withStrikeThrough.cjs","sources":["../../../../../src/plugins/text/strikeThrough/withStrikeThrough.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { strikeThroughMark, strikeThroughPlugin } from './strikeThroughMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\n\nexport const withStrikeThrough = (): EditorPlugin => editor => {\n\teditor.registerMark(strikeThroughPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\tstrikeThroughMark,\n\t\t\tel => el.nodeName === 'S',\n\t\t\tel => el.style.textDecoration === 'line-through',\n\t\t),\n\t)\n\n\treturn editor\n}\n"],"names":["strikeThroughPlugin","createMarkHtmlDeserializer","strikeThroughMark"],"mappings":";;;;AAMa,MAAA,oBAAoB,MAAoB,CAAU,WAAA;AAC9D,SAAO,aAAaA,kBAAAA,mBAAmB;AACvC,SAAO,iBAAiB;AAAA,IACvBC,2BAAA;AAAA,MACCC,kBAAA;AAAA,MACA,CAAA,OAAM,GAAG,aAAa;AAAA,MACtB,CAAA,OAAM,GAAG,MAAM,mBAAmB;AAAA,IACnC;AAAA,EAAA;AAGM,SAAA;AACR;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withStrikeThrough.js","sources":["../../../../../src/plugins/text/strikeThrough/withStrikeThrough.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { strikeThroughMark, strikeThroughPlugin } from './strikeThroughMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\n\nexport const withStrikeThrough = (): EditorPlugin => editor => {\n\teditor.registerMark(strikeThroughPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\tstrikeThroughMark,\n\t\t\tel => el.nodeName === 'S',\n\t\t\tel => el.style.textDecoration === 'line-through',\n\t\t),\n\t)\n\n\treturn editor\n}\n"],"names":[],"mappings":";;AAMa,MAAA,oBAAoB,MAAoB,CAAU,WAAA;AAC9D,SAAO,aAAa,mBAAmB;AACvC,SAAO,iBAAiB;AAAA,IACvB;AAAA,MACC;AAAA,MACA,CAAA,OAAM,GAAG,aAAa;AAAA,MACtB,CAAA,OAAM,GAAG,MAAM,mBAAmB;AAAA,IACnC;AAAA,EAAA;AAGM,SAAA;AACR;"}
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const isHotkey = require("is-hotkey");
4
- const react = require("react");
5
- const underlineMark = "isUnderlined";
6
- const underlineMarkPlugin = {
7
- type: underlineMark,
8
- isHotKey: isHotkey.isHotkey("mod+u"),
9
- render: ({ children }) => react.createElement("u", void 0, children)
10
- };
11
- exports.underlineMark = underlineMark;
12
- exports.underlineMarkPlugin = underlineMarkPlugin;
13
- //# sourceMappingURL=underlineMark.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"underlineMark.cjs","sources":["../../../../../src/plugins/text/underline/underlineMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const underlineMark = 'isUnderlined'\n\nexport const underlineMarkPlugin: EditorMarkPlugin = {\n\ttype: underlineMark,\n\tisHotKey: isHotkey('mod+u'),\n\trender: ({ children }) => createElement('u', undefined, children),\n}\n"],"names":["isHotkey","createElement"],"mappings":";;;;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAUA,kBAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,eAAeC,MAAc,cAAA,KAAK,QAAW,QAAQ;AACjE;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"underlineMark.js","sources":["../../../../../src/plugins/text/underline/underlineMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const underlineMark = 'isUnderlined'\n\nexport const underlineMarkPlugin: EditorMarkPlugin = {\n\ttype: underlineMark,\n\tisHotKey: isHotkey('mod+u'),\n\trender: ({ children }) => createElement('u', undefined, children),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAU,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,eAAe,cAAc,KAAK,QAAW,QAAQ;AACjE;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withUnderline.cjs","sources":["../../../../../src/plugins/text/underline/withUnderline.ts"],"sourcesContent":["import { underlineMark, underlineMarkPlugin } from './underlineMark'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\nimport { EditorPlugin } from '../../../types'\n\n\nexport const withUnderline = (): EditorPlugin => editor => {\n\teditor.registerMark(underlineMarkPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\tunderlineMark,\n\t\t\tel => el.nodeName === 'U',\n\t\t\tel => el.style.textDecoration === 'underline',\n\t\t),\n\t)\n\n\treturn editor\n}\n"],"names":["underlineMarkPlugin","createMarkHtmlDeserializer","underlineMark"],"mappings":";;;;AAKa,MAAA,gBAAgB,MAAoB,CAAU,WAAA;AAC1D,SAAO,aAAaA,cAAAA,mBAAmB;AACvC,SAAO,iBAAiB;AAAA,IACvBC,2BAAA;AAAA,MACCC,cAAA;AAAA,MACA,CAAA,OAAM,GAAG,aAAa;AAAA,MACtB,CAAA,OAAM,GAAG,MAAM,mBAAmB;AAAA,IACnC;AAAA,EAAA;AAGM,SAAA;AACR;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"withUnderline.js","sources":["../../../../../src/plugins/text/underline/withUnderline.ts"],"sourcesContent":["import { underlineMark, underlineMarkPlugin } from './underlineMark'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\nimport { EditorPlugin } from '../../../types'\n\n\nexport const withUnderline = (): EditorPlugin => editor => {\n\teditor.registerMark(underlineMarkPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\tunderlineMark,\n\t\t\tel => el.nodeName === 'U',\n\t\t\tel => el.style.textDecoration === 'underline',\n\t\t),\n\t)\n\n\treturn editor\n}\n"],"names":[],"mappings":";;AAKa,MAAA,gBAAgB,MAAoB,CAAU,WAAA;AAC1D,SAAO,aAAa,mBAAmB;AACvC,SAAO,iBAAiB;AAAA,IACvB;AAAA,MACC;AAAA,MACA,CAAA,OAAM,GAAG,aAAa;AAAA,MACtB,CAAA,OAAM,GAAG,MAAM,mBAAmB;AAAA,IACnC;AAAA,EAAA;AAGM,SAAA;AACR;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"slate-reexport.cjs","sources":["../../src/slate-reexport.ts"],"sourcesContent":["import { Editor } from 'slate'\n\nexport { Transforms as EditorTransforms } from 'slate'\nexport const EditorUtils = Editor\n"],"names":["Editor"],"mappings":";;;AAGO,MAAM,cAAcA,MAAAA;;;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"slate-reexport.js","sources":["../../src/slate-reexport.ts"],"sourcesContent":["import { Editor } from 'slate'\n\nexport { Transforms as EditorTransforms } from 'slate'\nexport const EditorUtils = Editor\n"],"names":[],"mappings":";;AAGO,MAAM,cAAc;"}