@harbour-enterprises/superdoc 0.29.0-next.1 → 0.29.0-next.3

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 (1590) hide show
  1. package/dist/chunks/{PdfViewer-D-eZ2Yov.cjs → PdfViewer-BpumZCV9.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-DkZrQk4g.es.js → PdfViewer-Chgp4oo5.es.js} +1 -1
  3. package/dist/chunks/{index-DJQlES_f.es.js → index-1xrfBcQ5.es.js} +3 -3
  4. package/dist/chunks/{index-zeAsCB89.cjs → index-BgTTE5c_.cjs} +3 -3
  5. package/dist/chunks/{index-DQ6dCde6-BZTSGgXX.es.js → index-DMM1ZLTF-Auz2pz2v.es.js} +1 -1
  6. package/dist/chunks/{index-DQ6dCde6-BnMDi7G1.cjs → index-DMM1ZLTF-HSEf71Fq.cjs} +1 -1
  7. package/dist/chunks/{super-editor.es-CLErM40t.es.js → super-editor.es-Df3qjLTx.es.js} +17 -9
  8. package/dist/chunks/{super-editor.es-BV85aAFJ.cjs → super-editor.es-QOT_8kYn.cjs} +17 -9
  9. package/dist/components/CommentsLayer/commentsList/super-comments-list.d.ts +2 -1
  10. package/dist/components/CommentsLayer/commentsList/super-comments-list.d.ts.map +1 -1
  11. package/dist/core/SuperDoc.d.ts +111 -15
  12. package/dist/core/SuperDoc.d.ts.map +1 -1
  13. package/dist/core/types/index.d.ts.map +1 -1
  14. package/dist/images/altText_add.svg +3 -0
  15. package/dist/images/altText_disclaimer.svg +3 -0
  16. package/dist/images/altText_done.svg +3 -0
  17. package/dist/images/altText_spinner.svg +30 -0
  18. package/dist/images/altText_warning.svg +3 -0
  19. package/dist/images/annotation-check.svg +11 -0
  20. package/dist/images/annotation-comment.svg +16 -0
  21. package/dist/images/annotation-help.svg +26 -0
  22. package/dist/images/annotation-insert.svg +10 -0
  23. package/dist/images/annotation-key.svg +11 -0
  24. package/dist/images/annotation-newparagraph.svg +11 -0
  25. package/dist/images/annotation-noicon.svg +7 -0
  26. package/dist/images/annotation-note.svg +42 -0
  27. package/dist/images/annotation-paperclip.svg +6 -0
  28. package/dist/images/annotation-paragraph.svg +16 -0
  29. package/dist/images/annotation-pushpin.svg +7 -0
  30. package/dist/images/cursor-editorFreeHighlight.svg +6 -0
  31. package/dist/images/cursor-editorFreeText.svg +3 -0
  32. package/dist/images/cursor-editorInk.svg +4 -0
  33. package/dist/images/cursor-editorTextHighlight.svg +8 -0
  34. package/dist/images/editor-toolbar-delete.svg +5 -0
  35. package/dist/images/loading-icon.gif +0 -0
  36. package/dist/images/messageBar_closingButton.svg +3 -0
  37. package/dist/images/messageBar_warning.svg +3 -0
  38. package/dist/images/toolbarButton-editorHighlight.svg +6 -0
  39. package/dist/images/toolbarButton-menuArrow.svg +3 -0
  40. package/dist/stores/comments-store.d.ts +1 -1
  41. package/dist/stores/superdoc-store.d.ts +744 -6
  42. package/dist/stores/superdoc-store.d.ts.map +1 -1
  43. package/dist/super-editor/ai-writer.es.js +2 -2
  44. package/dist/super-editor/chunks/{converter-iD03MYzC.js → converter-B3pNj2-i.js} +1 -1
  45. package/dist/super-editor/chunks/{docx-zipper-nrZgxvR8.js → docx-zipper-BZ1Y1Loh.js} +1 -1
  46. package/dist/super-editor/chunks/{editor-C7iHgXnE.js → editor-DDOF0nYO.js} +18 -10
  47. package/dist/super-editor/chunks/{index-DQ6dCde6.js → index-DMM1ZLTF.js} +1 -1
  48. package/dist/super-editor/chunks/{toolbar-DKrq-G-q.js → toolbar-DIqq0wJo.js} +2 -2
  49. package/dist/super-editor/converter.es.js +1 -1
  50. package/dist/super-editor/docx-zipper.es.js +2 -2
  51. package/dist/super-editor/editor.es.js +3 -3
  52. package/dist/super-editor/file-zipper.es.js +1 -1
  53. package/dist/super-editor/super-editor/src/components/cursor-helpers.d.ts +1 -0
  54. package/dist/super-editor/super-editor/src/components/cursor-helpers.d.ts.map +1 -0
  55. package/dist/super-editor/super-editor/src/components/pagination-helpers.d.ts +1 -0
  56. package/dist/super-editor/super-editor/src/components/pagination-helpers.d.ts.map +1 -0
  57. package/dist/super-editor/super-editor/src/components/slash-menu/constants.d.ts +1 -0
  58. package/dist/super-editor/super-editor/src/components/slash-menu/constants.d.ts.map +1 -0
  59. package/dist/super-editor/super-editor/src/components/slash-menu/menuItems.d.ts +1 -0
  60. package/dist/super-editor/super-editor/src/components/slash-menu/menuItems.d.ts.map +1 -0
  61. package/dist/super-editor/super-editor/src/components/slash-menu/tests/testHelpers.d.ts +1 -0
  62. package/dist/super-editor/super-editor/src/components/slash-menu/tests/testHelpers.d.ts.map +1 -0
  63. package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts +1 -0
  64. package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts.map +1 -0
  65. package/dist/super-editor/super-editor/src/components/toolbar/ai-helpers.d.ts +1 -0
  66. package/dist/super-editor/super-editor/src/components/toolbar/ai-helpers.d.ts.map +1 -0
  67. package/dist/super-editor/super-editor/src/components/toolbar/color-dropdown-helpers.d.ts +1 -0
  68. package/dist/super-editor/super-editor/src/components/toolbar/color-dropdown-helpers.d.ts.map +1 -0
  69. package/dist/super-editor/super-editor/src/components/toolbar/constants.d.ts +1 -0
  70. package/dist/super-editor/super-editor/src/components/toolbar/constants.d.ts.map +1 -0
  71. package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts +1 -0
  72. package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts.map +1 -0
  73. package/dist/super-editor/super-editor/src/components/toolbar/format-negation.d.ts +1 -0
  74. package/dist/super-editor/super-editor/src/components/toolbar/format-negation.d.ts.map +1 -0
  75. package/dist/super-editor/super-editor/src/components/toolbar/helpers.d.ts +1 -0
  76. package/dist/super-editor/super-editor/src/components/toolbar/helpers.d.ts.map +1 -0
  77. package/dist/super-editor/super-editor/src/components/toolbar/scroll-helpers.d.ts +1 -0
  78. package/dist/super-editor/super-editor/src/components/toolbar/scroll-helpers.d.ts.map +1 -0
  79. package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts +1 -0
  80. package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts.map +1 -0
  81. package/dist/super-editor/super-editor/src/components/toolbar/toolbarIcons.d.ts +1 -0
  82. package/dist/super-editor/super-editor/src/components/toolbar/toolbarIcons.d.ts.map +1 -0
  83. package/dist/super-editor/super-editor/src/components/toolbar/toolbarTexts.d.ts +1 -0
  84. package/dist/super-editor/super-editor/src/components/toolbar/toolbarTexts.d.ts.map +1 -0
  85. package/dist/super-editor/super-editor/src/components/toolbar/use-toolbar-item.d.ts +1 -0
  86. package/dist/super-editor/super-editor/src/components/toolbar/use-toolbar-item.d.ts.map +1 -0
  87. package/dist/super-editor/super-editor/src/composables/use-high-contrast-mode.d.ts +1 -0
  88. package/dist/super-editor/super-editor/src/composables/use-high-contrast-mode.d.ts.map +1 -0
  89. package/dist/super-editor/super-editor/src/core/Attribute.d.ts +1 -0
  90. package/dist/super-editor/super-editor/src/core/Attribute.d.ts.map +1 -0
  91. package/dist/super-editor/super-editor/src/core/CommandService.d.ts +1 -0
  92. package/dist/super-editor/super-editor/src/core/CommandService.d.ts.map +1 -0
  93. package/dist/super-editor/super-editor/src/core/DocxZipper.d.ts +5 -3
  94. package/dist/super-editor/super-editor/src/core/DocxZipper.d.ts.map +1 -0
  95. package/dist/super-editor/super-editor/src/core/Editor.d.ts +1 -0
  96. package/dist/super-editor/super-editor/src/core/Editor.d.ts.map +1 -0
  97. package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts +1 -0
  98. package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts.map +1 -0
  99. package/dist/super-editor/super-editor/src/core/Extension.d.ts +1 -0
  100. package/dist/super-editor/super-editor/src/core/Extension.d.ts.map +1 -0
  101. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts +1 -0
  102. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts.map +1 -0
  103. package/dist/super-editor/super-editor/src/core/InputRule.d.ts +1 -0
  104. package/dist/super-editor/super-editor/src/core/InputRule.d.ts.map +1 -0
  105. package/dist/super-editor/super-editor/src/core/Mark.d.ts +1 -0
  106. package/dist/super-editor/super-editor/src/core/Mark.d.ts.map +1 -0
  107. package/dist/super-editor/super-editor/src/core/Node.d.ts +1 -0
  108. package/dist/super-editor/super-editor/src/core/Node.d.ts.map +1 -0
  109. package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts +1 -0
  110. package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts.map +1 -0
  111. package/dist/super-editor/super-editor/src/core/Schema.d.ts +1 -0
  112. package/dist/super-editor/super-editor/src/core/Schema.d.ts.map +1 -0
  113. package/dist/super-editor/super-editor/src/core/child-editor/child-editor.d.ts +1 -0
  114. package/dist/super-editor/super-editor/src/core/child-editor/child-editor.d.ts.map +1 -0
  115. package/dist/super-editor/super-editor/src/core/child-editor/index.d.ts +1 -0
  116. package/dist/super-editor/super-editor/src/core/child-editor/index.d.ts.map +1 -0
  117. package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts +1 -0
  118. package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts.map +1 -0
  119. package/dist/super-editor/super-editor/src/core/commands/__tests__/testHelpers.d.ts +1 -0
  120. package/dist/super-editor/super-editor/src/core/commands/__tests__/testHelpers.d.ts.map +1 -0
  121. package/dist/super-editor/super-editor/src/core/commands/__tests__/testSchema.d.ts +1 -0
  122. package/dist/super-editor/super-editor/src/core/commands/__tests__/testSchema.d.ts.map +1 -0
  123. package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts +1 -0
  124. package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts.map +1 -0
  125. package/dist/super-editor/super-editor/src/core/commands/clearNodes.d.ts +1 -0
  126. package/dist/super-editor/super-editor/src/core/commands/clearNodes.d.ts.map +1 -0
  127. package/dist/super-editor/super-editor/src/core/commands/command.d.ts +1 -0
  128. package/dist/super-editor/super-editor/src/core/commands/command.d.ts.map +1 -0
  129. package/dist/super-editor/super-editor/src/core/commands/createParagraphNear.d.ts +1 -0
  130. package/dist/super-editor/super-editor/src/core/commands/createParagraphNear.d.ts.map +1 -0
  131. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts +1 -0
  132. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts.map +1 -0
  133. package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts +1 -0
  134. package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts.map +1 -0
  135. package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts +1 -0
  136. package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts.map +1 -0
  137. package/dist/super-editor/super-editor/src/core/commands/deleteSelection.d.ts +1 -0
  138. package/dist/super-editor/super-editor/src/core/commands/deleteSelection.d.ts.map +1 -0
  139. package/dist/super-editor/super-editor/src/core/commands/exitCode.d.ts +1 -0
  140. package/dist/super-editor/super-editor/src/core/commands/exitCode.d.ts.map +1 -0
  141. package/dist/super-editor/super-editor/src/core/commands/first.d.ts +1 -0
  142. package/dist/super-editor/super-editor/src/core/commands/first.d.ts.map +1 -0
  143. package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts +1 -0
  144. package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts.map +1 -0
  145. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts +1 -0
  146. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts.map +1 -0
  147. package/dist/super-editor/super-editor/src/core/commands/index.d.ts +1 -0
  148. package/dist/super-editor/super-editor/src/core/commands/index.d.ts.map +1 -0
  149. package/dist/super-editor/super-editor/src/core/commands/insertContent.d.ts +1 -0
  150. package/dist/super-editor/super-editor/src/core/commands/insertContent.d.ts.map +1 -0
  151. package/dist/super-editor/super-editor/src/core/commands/insertContentAt.d.ts +1 -0
  152. package/dist/super-editor/super-editor/src/core/commands/insertContentAt.d.ts.map +1 -0
  153. package/dist/super-editor/super-editor/src/core/commands/insertTabChar.d.ts +1 -0
  154. package/dist/super-editor/super-editor/src/core/commands/insertTabChar.d.ts.map +1 -0
  155. package/dist/super-editor/super-editor/src/core/commands/insertTabNode.d.ts +1 -0
  156. package/dist/super-editor/super-editor/src/core/commands/insertTabNode.d.ts.map +1 -0
  157. package/dist/super-editor/super-editor/src/core/commands/joinBackward.d.ts +1 -0
  158. package/dist/super-editor/super-editor/src/core/commands/joinBackward.d.ts.map +1 -0
  159. package/dist/super-editor/super-editor/src/core/commands/joinDown.d.ts +1 -0
  160. package/dist/super-editor/super-editor/src/core/commands/joinDown.d.ts.map +1 -0
  161. package/dist/super-editor/super-editor/src/core/commands/joinForward.d.ts +1 -0
  162. package/dist/super-editor/super-editor/src/core/commands/joinForward.d.ts.map +1 -0
  163. package/dist/super-editor/super-editor/src/core/commands/joinUp.d.ts +1 -0
  164. package/dist/super-editor/super-editor/src/core/commands/joinUp.d.ts.map +1 -0
  165. package/dist/super-editor/super-editor/src/core/commands/liftEmptyBlock.d.ts +1 -0
  166. package/dist/super-editor/super-editor/src/core/commands/liftEmptyBlock.d.ts.map +1 -0
  167. package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts +1 -0
  168. package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts.map +1 -0
  169. package/dist/super-editor/super-editor/src/core/commands/list-helpers/find-node-position.d.ts +1 -0
  170. package/dist/super-editor/super-editor/src/core/commands/list-helpers/find-node-position.d.ts.map +1 -0
  171. package/dist/super-editor/super-editor/src/core/commands/list-helpers/index.d.ts +1 -0
  172. package/dist/super-editor/super-editor/src/core/commands/list-helpers/index.d.ts.map +1 -0
  173. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts +1 -0
  174. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts.map +1 -0
  175. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts +1 -0
  176. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts.map +1 -0
  177. package/dist/super-editor/super-editor/src/core/commands/list-helpers/test-helpers.d.ts +1 -0
  178. package/dist/super-editor/super-editor/src/core/commands/list-helpers/test-helpers.d.ts.map +1 -0
  179. package/dist/super-editor/super-editor/src/core/commands/newlineInCode.d.ts +1 -0
  180. package/dist/super-editor/super-editor/src/core/commands/newlineInCode.d.ts.map +1 -0
  181. package/dist/super-editor/super-editor/src/core/commands/resetAttributes.d.ts +1 -0
  182. package/dist/super-editor/super-editor/src/core/commands/resetAttributes.d.ts.map +1 -0
  183. package/dist/super-editor/super-editor/src/core/commands/restoreSelection.d.ts +1 -0
  184. package/dist/super-editor/super-editor/src/core/commands/restoreSelection.d.ts.map +1 -0
  185. package/dist/super-editor/super-editor/src/core/commands/selectAll.d.ts +1 -0
  186. package/dist/super-editor/super-editor/src/core/commands/selectAll.d.ts.map +1 -0
  187. package/dist/super-editor/super-editor/src/core/commands/selectNodeBackward.d.ts +1 -0
  188. package/dist/super-editor/super-editor/src/core/commands/selectNodeBackward.d.ts.map +1 -0
  189. package/dist/super-editor/super-editor/src/core/commands/selectNodeForward.d.ts +1 -0
  190. package/dist/super-editor/super-editor/src/core/commands/selectNodeForward.d.ts.map +1 -0
  191. package/dist/super-editor/super-editor/src/core/commands/selectTextblockEnd.d.ts +1 -0
  192. package/dist/super-editor/super-editor/src/core/commands/selectTextblockEnd.d.ts.map +1 -0
  193. package/dist/super-editor/super-editor/src/core/commands/selectTextblockStart.d.ts +1 -0
  194. package/dist/super-editor/super-editor/src/core/commands/selectTextblockStart.d.ts.map +1 -0
  195. package/dist/super-editor/super-editor/src/core/commands/setMark.d.ts +1 -0
  196. package/dist/super-editor/super-editor/src/core/commands/setMark.d.ts.map +1 -0
  197. package/dist/super-editor/super-editor/src/core/commands/setMeta.d.ts +1 -0
  198. package/dist/super-editor/super-editor/src/core/commands/setMeta.d.ts.map +1 -0
  199. package/dist/super-editor/super-editor/src/core/commands/setNode.d.ts +1 -0
  200. package/dist/super-editor/super-editor/src/core/commands/setNode.d.ts.map +1 -0
  201. package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts +1 -0
  202. package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts.map +1 -0
  203. package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts +1 -0
  204. package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts.map +1 -0
  205. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts +1 -0
  206. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts.map +1 -0
  207. package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts +1 -0
  208. package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts.map +1 -0
  209. package/dist/super-editor/super-editor/src/core/commands/tests/commandTestUtils.d.ts +1 -0
  210. package/dist/super-editor/super-editor/src/core/commands/tests/commandTestUtils.d.ts.map +1 -0
  211. package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts +1 -0
  212. package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts.map +1 -0
  213. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts +1 -0
  214. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts.map +1 -0
  215. package/dist/super-editor/super-editor/src/core/commands/toggleMark.d.ts +1 -0
  216. package/dist/super-editor/super-editor/src/core/commands/toggleMark.d.ts.map +1 -0
  217. package/dist/super-editor/super-editor/src/core/commands/toggleMarkCascade.d.ts +1 -0
  218. package/dist/super-editor/super-editor/src/core/commands/toggleMarkCascade.d.ts.map +1 -0
  219. package/dist/super-editor/super-editor/src/core/commands/toggleNode.d.ts +1 -0
  220. package/dist/super-editor/super-editor/src/core/commands/toggleNode.d.ts.map +1 -0
  221. package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts +1 -0
  222. package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts.map +1 -0
  223. package/dist/super-editor/super-editor/src/core/commands/undoInputRule.d.ts +1 -0
  224. package/dist/super-editor/super-editor/src/core/commands/undoInputRule.d.ts.map +1 -0
  225. package/dist/super-editor/super-editor/src/core/commands/unsetAllMarks.d.ts +1 -0
  226. package/dist/super-editor/super-editor/src/core/commands/unsetAllMarks.d.ts.map +1 -0
  227. package/dist/super-editor/super-editor/src/core/commands/unsetMark.d.ts +1 -0
  228. package/dist/super-editor/super-editor/src/core/commands/unsetMark.d.ts.map +1 -0
  229. package/dist/super-editor/super-editor/src/core/commands/updateAttributes.d.ts +1 -0
  230. package/dist/super-editor/super-editor/src/core/commands/updateAttributes.d.ts.map +1 -0
  231. package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts +1 -0
  232. package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts.map +1 -0
  233. package/dist/super-editor/super-editor/src/core/encoding-helpers.d.ts +1 -0
  234. package/dist/super-editor/super-editor/src/core/encoding-helpers.d.ts.map +1 -0
  235. package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts +1 -0
  236. package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts.map +1 -0
  237. package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts +1 -0
  238. package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts.map +1 -0
  239. package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts +1 -0
  240. package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts.map +1 -0
  241. package/dist/super-editor/super-editor/src/core/extensions/index.d.ts +1 -0
  242. package/dist/super-editor/super-editor/src/core/extensions/index.d.ts.map +1 -0
  243. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts +1 -0
  244. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts.map +1 -0
  245. package/dist/super-editor/super-editor/src/core/helpers/ErrorWithDetails.d.ts +1 -0
  246. package/dist/super-editor/super-editor/src/core/helpers/ErrorWithDetails.d.ts.map +1 -0
  247. package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts +1 -0
  248. package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts.map +1 -0
  249. package/dist/super-editor/super-editor/src/core/helpers/baseListDefinitions.d.ts +1 -0
  250. package/dist/super-editor/super-editor/src/core/helpers/baseListDefinitions.d.ts.map +1 -0
  251. package/dist/super-editor/super-editor/src/core/helpers/canRenderFont.d.ts +1 -0
  252. package/dist/super-editor/super-editor/src/core/helpers/canRenderFont.d.ts.map +1 -0
  253. package/dist/super-editor/super-editor/src/core/helpers/chainableEditorState.d.ts +1 -0
  254. package/dist/super-editor/super-editor/src/core/helpers/chainableEditorState.d.ts.map +1 -0
  255. package/dist/super-editor/super-editor/src/core/helpers/cleanSchemaItem.d.ts +1 -0
  256. package/dist/super-editor/super-editor/src/core/helpers/cleanSchemaItem.d.ts.map +1 -0
  257. package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts +1 -0
  258. package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts.map +1 -0
  259. package/dist/super-editor/super-editor/src/core/helpers/createDocument.d.ts +1 -0
  260. package/dist/super-editor/super-editor/src/core/helpers/createDocument.d.ts.map +1 -0
  261. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts +1 -0
  262. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts.map +1 -0
  263. package/dist/super-editor/super-editor/src/core/helpers/defaultBlockAt.d.ts +1 -0
  264. package/dist/super-editor/super-editor/src/core/helpers/defaultBlockAt.d.ts.map +1 -0
  265. package/dist/super-editor/super-editor/src/core/helpers/findChildren.d.ts +1 -0
  266. package/dist/super-editor/super-editor/src/core/helpers/findChildren.d.ts.map +1 -0
  267. package/dist/super-editor/super-editor/src/core/helpers/findMark.d.ts +1 -0
  268. package/dist/super-editor/super-editor/src/core/helpers/findMark.d.ts.map +1 -0
  269. package/dist/super-editor/super-editor/src/core/helpers/findParentNode.d.ts +1 -0
  270. package/dist/super-editor/super-editor/src/core/helpers/findParentNode.d.ts.map +1 -0
  271. package/dist/super-editor/super-editor/src/core/helpers/findParentNodeClosestToPos.d.ts +1 -0
  272. package/dist/super-editor/super-editor/src/core/helpers/findParentNodeClosestToPos.d.ts.map +1 -0
  273. package/dist/super-editor/super-editor/src/core/helpers/findWordBounds.d.ts +1 -0
  274. package/dist/super-editor/super-editor/src/core/helpers/findWordBounds.d.ts.map +1 -0
  275. package/dist/super-editor/super-editor/src/core/helpers/generateDocxListAttributes.d.ts +1 -0
  276. package/dist/super-editor/super-editor/src/core/helpers/generateDocxListAttributes.d.ts.map +1 -0
  277. package/dist/super-editor/super-editor/src/core/helpers/generateDocxRandomId.d.ts +1 -0
  278. package/dist/super-editor/super-editor/src/core/helpers/generateDocxRandomId.d.ts.map +1 -0
  279. package/dist/super-editor/super-editor/src/core/helpers/getActiveFormatting.d.ts +1 -0
  280. package/dist/super-editor/super-editor/src/core/helpers/getActiveFormatting.d.ts.map +1 -0
  281. package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts +1 -0
  282. package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts.map +1 -0
  283. package/dist/super-editor/super-editor/src/core/helpers/getHTMLFromFragment.d.ts +1 -0
  284. package/dist/super-editor/super-editor/src/core/helpers/getHTMLFromFragment.d.ts.map +1 -0
  285. package/dist/super-editor/super-editor/src/core/helpers/getMarkRange.d.ts +1 -0
  286. package/dist/super-editor/super-editor/src/core/helpers/getMarkRange.d.ts.map +1 -0
  287. package/dist/super-editor/super-editor/src/core/helpers/getMarkType.d.ts +1 -0
  288. package/dist/super-editor/super-editor/src/core/helpers/getMarkType.d.ts.map +1 -0
  289. package/dist/super-editor/super-editor/src/core/helpers/getMarksBetween.d.ts +1 -0
  290. package/dist/super-editor/super-editor/src/core/helpers/getMarksBetween.d.ts.map +1 -0
  291. package/dist/super-editor/super-editor/src/core/helpers/getMarksFromSelection.d.ts +1 -0
  292. package/dist/super-editor/super-editor/src/core/helpers/getMarksFromSelection.d.ts.map +1 -0
  293. package/dist/super-editor/super-editor/src/core/helpers/getNodeType.d.ts +1 -0
  294. package/dist/super-editor/super-editor/src/core/helpers/getNodeType.d.ts.map +1 -0
  295. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeByName.d.ts +1 -0
  296. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeByName.d.ts.map +1 -0
  297. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeNameByName.d.ts +1 -0
  298. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeNameByName.d.ts.map +1 -0
  299. package/dist/super-editor/super-editor/src/core/helpers/getTextContentFromNodes.d.ts +1 -0
  300. package/dist/super-editor/super-editor/src/core/helpers/getTextContentFromNodes.d.ts.map +1 -0
  301. package/dist/super-editor/super-editor/src/core/helpers/htmlSanitizer.d.ts +1 -0
  302. package/dist/super-editor/super-editor/src/core/helpers/htmlSanitizer.d.ts.map +1 -0
  303. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts +1 -0
  304. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts.map +1 -0
  305. package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts +1 -0
  306. package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts.map +1 -0
  307. package/dist/super-editor/super-editor/src/core/helpers/index.d.ts +1 -0
  308. package/dist/super-editor/super-editor/src/core/helpers/index.d.ts.map +1 -0
  309. package/dist/super-editor/super-editor/src/core/helpers/isActive.d.ts +1 -0
  310. package/dist/super-editor/super-editor/src/core/helpers/isActive.d.ts.map +1 -0
  311. package/dist/super-editor/super-editor/src/core/helpers/isExtentionRulesEnabled.d.ts +1 -0
  312. package/dist/super-editor/super-editor/src/core/helpers/isExtentionRulesEnabled.d.ts.map +1 -0
  313. package/dist/super-editor/super-editor/src/core/helpers/isInTable.d.ts +1 -0
  314. package/dist/super-editor/super-editor/src/core/helpers/isInTable.d.ts.map +1 -0
  315. package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts +1 -0
  316. package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts.map +1 -0
  317. package/dist/super-editor/super-editor/src/core/helpers/isMarkActive.d.ts +1 -0
  318. package/dist/super-editor/super-editor/src/core/helpers/isMarkActive.d.ts.map +1 -0
  319. package/dist/super-editor/super-editor/src/core/helpers/isNodeActive.d.ts +1 -0
  320. package/dist/super-editor/super-editor/src/core/helpers/isNodeActive.d.ts.map +1 -0
  321. package/dist/super-editor/super-editor/src/core/helpers/isTextSelection.d.ts +1 -0
  322. package/dist/super-editor/super-editor/src/core/helpers/isTextSelection.d.ts.map +1 -0
  323. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts +1 -0
  324. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts.map +1 -0
  325. package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts +1 -0
  326. package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts.map +1 -0
  327. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts +1 -0
  328. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts.map +1 -0
  329. package/dist/super-editor/super-editor/src/core/helpers/posToDOMRect.d.ts +1 -0
  330. package/dist/super-editor/super-editor/src/core/helpers/posToDOMRect.d.ts.map +1 -0
  331. package/dist/super-editor/super-editor/src/core/helpers/rangeUtils.d.ts +1 -0
  332. package/dist/super-editor/super-editor/src/core/helpers/rangeUtils.d.ts.map +1 -0
  333. package/dist/super-editor/super-editor/src/core/helpers/selectionToInsertionEnd.d.ts +1 -0
  334. package/dist/super-editor/super-editor/src/core/helpers/selectionToInsertionEnd.d.ts.map +1 -0
  335. package/dist/super-editor/super-editor/src/core/helpers/setImageNodeSelection.d.ts +1 -0
  336. package/dist/super-editor/super-editor/src/core/helpers/setImageNodeSelection.d.ts.map +1 -0
  337. package/dist/super-editor/super-editor/src/core/helpers/setWordSelection.d.ts +1 -0
  338. package/dist/super-editor/super-editor/src/core/helpers/setWordSelection.d.ts.map +1 -0
  339. package/dist/super-editor/super-editor/src/core/helpers/updateDOMAttributes.d.ts +1 -0
  340. package/dist/super-editor/super-editor/src/core/helpers/updateDOMAttributes.d.ts.map +1 -0
  341. package/dist/super-editor/super-editor/src/core/index.d.ts +1 -0
  342. package/dist/super-editor/super-editor/src/core/index.d.ts.map +1 -0
  343. package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts +1 -0
  344. package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts.map +1 -0
  345. package/dist/super-editor/super-editor/src/core/inputRules/google-docs-paste/google-docs-paste.d.ts +1 -0
  346. package/dist/super-editor/super-editor/src/core/inputRules/google-docs-paste/google-docs-paste.d.ts.map +1 -0
  347. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts +1 -0
  348. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts.map +1 -0
  349. package/dist/super-editor/super-editor/src/core/inputRules/html/transform-copied-lists.d.ts +1 -0
  350. package/dist/super-editor/super-editor/src/core/inputRules/html/transform-copied-lists.d.ts.map +1 -0
  351. package/dist/super-editor/super-editor/src/core/inputRules/wrappingInputRule.d.ts +1 -0
  352. package/dist/super-editor/super-editor/src/core/inputRules/wrappingInputRule.d.ts.map +1 -0
  353. package/dist/super-editor/super-editor/src/core/migrations/0.14-listsv2/listsv2migration.d.ts +1 -0
  354. package/dist/super-editor/super-editor/src/core/migrations/0.14-listsv2/listsv2migration.d.ts.map +1 -0
  355. package/dist/super-editor/super-editor/src/core/migrations/index.d.ts +1 -0
  356. package/dist/super-editor/super-editor/src/core/migrations/index.d.ts.map +1 -0
  357. package/dist/super-editor/super-editor/src/core/migrations/migration_after_0_4_14.d.ts +1 -0
  358. package/dist/super-editor/super-editor/src/core/migrations/migration_after_0_4_14.d.ts.map +1 -0
  359. package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts +1 -0
  360. package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts.map +1 -0
  361. package/dist/super-editor/super-editor/src/core/super-converter/constants.d.ts +1 -0
  362. package/dist/super-editor/super-editor/src/core/super-converter/constants.d.ts.map +1 -0
  363. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/document-rels.d.ts +1 -0
  364. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/document-rels.d.ts.map +1 -0
  365. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-constants.d.ts +1 -0
  366. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-constants.d.ts.map +1 -0
  367. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-helpers.d.ts +1 -0
  368. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-helpers.d.ts.map +1 -0
  369. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts +1 -0
  370. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts.map +1 -0
  371. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/index.d.ts +1 -0
  372. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/index.d.ts.map +1 -0
  373. package/dist/super-editor/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts +1 -0
  374. package/dist/super-editor/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts.map +1 -0
  375. package/dist/super-editor/super-editor/src/core/super-converter/exporter-docx-defs.d.ts +1 -0
  376. package/dist/super-editor/super-editor/src/core/super-converter/exporter-docx-defs.d.ts.map +1 -0
  377. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +1 -0
  378. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts.map +1 -0
  379. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/hyperlink-preprocessor.d.ts +1 -0
  380. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/hyperlink-preprocessor.d.ts.map +1 -0
  381. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/index.d.ts +1 -0
  382. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/index.d.ts.map +1 -0
  383. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/num-pages-preprocessor.d.ts +1 -0
  384. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/num-pages-preprocessor.d.ts.map +1 -0
  385. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-preprocessor.d.ts +1 -0
  386. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-preprocessor.d.ts.map +1 -0
  387. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-ref-preprocessor.d.ts +1 -0
  388. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-ref-preprocessor.d.ts.map +1 -0
  389. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/toc-preprocessor.d.ts +1 -0
  390. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/toc-preprocessor.d.ts.map +1 -0
  391. package/dist/super-editor/super-editor/src/core/super-converter/field-references/index.d.ts +1 -0
  392. package/dist/super-editor/super-editor/src/core/super-converter/field-references/index.d.ts.map +1 -0
  393. package/dist/super-editor/super-editor/src/core/super-converter/field-references/preProcessNodesForFldChar.d.ts +1 -0
  394. package/dist/super-editor/super-editor/src/core/super-converter/field-references/preProcessNodesForFldChar.d.ts.map +1 -0
  395. package/dist/super-editor/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts +1 -0
  396. package/dist/super-editor/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts.map +1 -0
  397. package/dist/super-editor/super-editor/src/core/super-converter/helpers/tableFallbackHelpers.d.ts +1 -0
  398. package/dist/super-editor/super-editor/src/core/super-converter/helpers/tableFallbackHelpers.d.ts.map +1 -0
  399. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts +1 -0
  400. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts.map +1 -0
  401. package/dist/super-editor/super-editor/src/core/super-converter/relationship-helpers.d.ts +1 -0
  402. package/dist/super-editor/super-editor/src/core/super-converter/relationship-helpers.d.ts.map +1 -0
  403. package/dist/super-editor/super-editor/src/core/super-converter/types.d.ts +1 -0
  404. package/dist/super-editor/super-editor/src/core/super-converter/types.d.ts.map +1 -0
  405. package/dist/super-editor/super-editor/src/core/super-converter/v2/docxHelper.d.ts +1 -0
  406. package/dist/super-editor/super-editor/src/core/super-converter/v2/docxHelper.d.ts.map +1 -0
  407. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/commentsExporter.d.ts +1 -0
  408. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/commentsExporter.d.ts.map +1 -0
  409. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts +1 -0
  410. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts.map +1 -0
  411. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/index.d.ts +1 -0
  412. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/index.d.ts.map +1 -0
  413. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts +1 -0
  414. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts.map +1 -0
  415. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/index.d.ts +1 -0
  416. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/index.d.ts.map +1 -0
  417. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/alternateChoiceImporter.d.ts +1 -0
  418. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/alternateChoiceImporter.d.ts.map +1 -0
  419. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts +1 -0
  420. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts.map +1 -0
  421. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts +1 -0
  422. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts.map +1 -0
  423. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts +1 -0
  424. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts.map +1 -0
  425. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts +1 -0
  426. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts.map +1 -0
  427. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/documentCommentsImporter.d.ts +1 -0
  428. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/documentCommentsImporter.d.ts.map +1 -0
  429. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +1 -0
  430. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts.map +1 -0
  431. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts +1 -0
  432. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts.map +1 -0
  433. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/ignoredNodes.d.ts +1 -0
  434. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/ignoredNodes.d.ts.map +1 -0
  435. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts +1 -0
  436. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts.map +1 -0
  437. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/importerHelpers.d.ts +1 -0
  438. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/importerHelpers.d.ts.map +1 -0
  439. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/index.d.ts +1 -0
  440. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/index.d.ts.map +1 -0
  441. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/lineBreakImporter.d.ts +1 -0
  442. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/lineBreakImporter.d.ts.map +1 -0
  443. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts +1 -0
  444. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts.map +1 -0
  445. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +1 -0
  446. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts.map +1 -0
  447. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/mergeTextNodes.d.ts +1 -0
  448. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/mergeTextNodes.d.ts.map +1 -0
  449. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/numberingCache.d.ts +1 -0
  450. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/numberingCache.d.ts.map +1 -0
  451. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pageReferenceImporter.d.ts +1 -0
  452. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pageReferenceImporter.d.ts.map +1 -0
  453. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts +1 -0
  454. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts.map +1 -0
  455. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pictNodeImporter.d.ts +1 -0
  456. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pictNodeImporter.d.ts.map +1 -0
  457. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts +1 -0
  458. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts.map +1 -0
  459. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/sdtNodeImporter.d.ts +1 -0
  460. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/sdtNodeImporter.d.ts.map +1 -0
  461. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/standardNodeImporter.d.ts +1 -0
  462. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/standardNodeImporter.d.ts.map +1 -0
  463. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tabImporter.d.ts +1 -0
  464. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tabImporter.d.ts.map +1 -0
  465. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +1 -0
  466. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts.map +1 -0
  467. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableOfContentsImporter.d.ts +1 -0
  468. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableOfContentsImporter.d.ts.map +1 -0
  469. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/textNodeImporter.d.ts +1 -0
  470. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/textNodeImporter.d.ts.map +1 -0
  471. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts +1 -0
  472. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts.map +1 -0
  473. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts +1 -0
  474. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts.map +1 -0
  475. package/dist/super-editor/super-editor/src/core/super-converter/v2/types/index.d.ts +1 -0
  476. package/dist/super-editor/super-editor/src/core/super-converter/v2/types/index.d.ts.map +1 -0
  477. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts +1 -0
  478. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts.map +1 -0
  479. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts +1 -0
  480. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts.map +1 -0
  481. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/helpers.d.ts +1 -0
  482. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/helpers.d.ts.map +1 -0
  483. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts +1 -0
  484. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts.map +1 -0
  485. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts +1 -0
  486. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts.map +1 -0
  487. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/index.d.ts +1 -0
  488. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/index.d.ts.map +1 -0
  489. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/index.d.ts +1 -0
  490. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/index.d.ts.map +1 -0
  491. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/pageReference-translator.d.ts +1 -0
  492. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/pageReference-translator.d.ts.map +1 -0
  493. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/index.d.ts +1 -0
  494. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/index.d.ts.map +1 -0
  495. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/tableOfContents-translator.d.ts +1 -0
  496. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/tableOfContents-translator.d.ts.map +1 -0
  497. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/types/index.d.ts +1 -0
  498. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/types/index.d.ts.map +1 -0
  499. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +1 -0
  500. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts.map +1 -0
  501. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts +1 -0
  502. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts.map +1 -0
  503. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts +1 -0
  504. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts.map +1 -0
  505. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts +1 -0
  506. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts.map +1 -0
  507. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/index.d.ts +1 -0
  508. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/index.d.ts.map +1 -0
  509. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts +1 -0
  510. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts.map +1 -0
  511. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts +1 -0
  512. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts.map +1 -0
  513. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts +1 -0
  514. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts.map +1 -0
  515. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts +1 -0
  516. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts.map +1 -0
  517. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts +1 -0
  518. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts.map +1 -0
  519. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts +1 -0
  520. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts.map +1 -0
  521. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts +1 -0
  522. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts.map +1 -0
  523. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts +1 -0
  524. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts.map +1 -0
  525. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts +1 -0
  526. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts.map +1 -0
  527. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts +1 -0
  528. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts.map +1 -0
  529. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts +1 -0
  530. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts.map +1 -0
  531. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts +1 -0
  532. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts.map +1 -0
  533. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts +1 -0
  534. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts.map +1 -0
  535. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts +1 -0
  536. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts.map +1 -0
  537. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts +1 -0
  538. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts.map +1 -0
  539. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts +1 -0
  540. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts.map +1 -0
  541. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts +1 -0
  542. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts.map +1 -0
  543. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts +1 -0
  544. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts.map +1 -0
  545. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts +1 -0
  546. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts.map +1 -0
  547. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts +1 -0
  548. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts.map +1 -0
  549. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts +1 -0
  550. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts.map +1 -0
  551. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/br-translator.d.ts +1 -0
  552. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/br-translator.d.ts.map +1 -0
  553. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/index.d.ts +1 -0
  554. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/index.d.ts.map +1 -0
  555. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts +1 -0
  556. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts.map +1 -0
  557. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/index.d.ts +1 -0
  558. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/index.d.ts.map +1 -0
  559. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts +1 -0
  560. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts.map +1 -0
  561. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts +1 -0
  562. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts.map +1 -0
  563. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts +1 -0
  564. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts.map +1 -0
  565. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts +1 -0
  566. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts.map +1 -0
  567. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts +1 -0
  568. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts.map +1 -0
  569. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts +1 -0
  570. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts.map +1 -0
  571. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts +1 -0
  572. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts.map +1 -0
  573. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts +1 -0
  574. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts.map +1 -0
  575. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts +1 -0
  576. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts.map +1 -0
  577. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/index.d.ts +1 -0
  578. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/index.d.ts.map +1 -0
  579. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/w-id.d.ts +1 -0
  580. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/w-id.d.ts.map +1 -0
  581. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/comment-range-translator.d.ts +1 -0
  582. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/comment-range-translator.d.ts.map +1 -0
  583. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/index.d.ts +1 -0
  584. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/index.d.ts.map +1 -0
  585. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/del-translator.d.ts +1 -0
  586. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/del-translator.d.ts.map +1 -0
  587. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/index.d.ts +1 -0
  588. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/index.d.ts.map +1 -0
  589. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts +1 -0
  590. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts.map +1 -0
  591. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/index.d.ts +1 -0
  592. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/index.d.ts.map +1 -0
  593. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts +1 -0
  594. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts.map +1 -0
  595. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts +1 -0
  596. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts.map +1 -0
  597. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts +1 -0
  598. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts.map +1 -0
  599. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts +1 -0
  600. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts.map +1 -0
  601. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts +1 -0
  602. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts.map +1 -0
  603. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts +1 -0
  604. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts.map +1 -0
  605. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/index.d.ts +1 -0
  606. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/index.d.ts.map +1 -0
  607. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts +1 -0
  608. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts.map +1 -0
  609. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/index.d.ts +1 -0
  610. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/index.d.ts.map +1 -0
  611. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts +1 -0
  612. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts.map +1 -0
  613. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts +1 -0
  614. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts.map +1 -0
  615. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/gridSpan-translator.d.ts +1 -0
  616. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/gridSpan-translator.d.ts.map +1 -0
  617. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/index.d.ts +1 -0
  618. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/index.d.ts.map +1 -0
  619. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/header-translator.d.ts +1 -0
  620. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/header-translator.d.ts.map +1 -0
  621. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/index.d.ts +1 -0
  622. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/index.d.ts.map +1 -0
  623. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts +1 -0
  624. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts.map +1 -0
  625. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/index.d.ts +1 -0
  626. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/index.d.ts.map +1 -0
  627. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts +1 -0
  628. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts.map +1 -0
  629. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/index.d.ts +1 -0
  630. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/index.d.ts.map +1 -0
  631. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/hideMark-translator.d.ts +1 -0
  632. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/hideMark-translator.d.ts.map +1 -0
  633. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/index.d.ts +1 -0
  634. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/index.d.ts.map +1 -0
  635. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts +1 -0
  636. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts.map +1 -0
  637. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts +1 -0
  638. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts.map +1 -0
  639. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts +1 -0
  640. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts.map +1 -0
  641. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts +1 -0
  642. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts.map +1 -0
  643. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts +1 -0
  644. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts.map +1 -0
  645. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts +1 -0
  646. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts.map +1 -0
  647. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts +1 -0
  648. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts.map +1 -0
  649. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts +1 -0
  650. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts.map +1 -0
  651. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/index.d.ts +1 -0
  652. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/index.d.ts.map +1 -0
  653. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/ins-translator.d.ts +1 -0
  654. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/ins-translator.d.ts.map +1 -0
  655. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts +1 -0
  656. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts.map +1 -0
  657. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts +1 -0
  658. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts.map +1 -0
  659. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts +1 -0
  660. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts.map +1 -0
  661. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts +1 -0
  662. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts.map +1 -0
  663. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/index.d.ts +1 -0
  664. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/index.d.ts.map +1 -0
  665. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts +1 -0
  666. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts.map +1 -0
  667. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts +1 -0
  668. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts.map +1 -0
  669. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts +1 -0
  670. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts.map +1 -0
  671. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts +1 -0
  672. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts.map +1 -0
  673. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/index.d.ts +1 -0
  674. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/index.d.ts.map +1 -0
  675. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/noWrap-translator.d.ts +1 -0
  676. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/noWrap-translator.d.ts.map +1 -0
  677. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts +1 -0
  678. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts.map +1 -0
  679. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts +1 -0
  680. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts.map +1 -0
  681. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts +1 -0
  682. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts.map +1 -0
  683. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts +1 -0
  684. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts.map +1 -0
  685. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts +1 -0
  686. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts.map +1 -0
  687. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts +1 -0
  688. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts.map +1 -0
  689. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts +1 -0
  690. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts.map +1 -0
  691. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts +1 -0
  692. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts.map +1 -0
  693. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +1 -0
  694. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts.map +1 -0
  695. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts +1 -0
  696. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts.map +1 -0
  697. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +1 -0
  698. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts.map +1 -0
  699. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts +1 -0
  700. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts.map +1 -0
  701. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts +1 -0
  702. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts.map +1 -0
  703. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-shape-textbox-import.d.ts +1 -0
  704. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-shape-textbox-import.d.ts.map +1 -0
  705. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts +1 -0
  706. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts.map +1 -0
  707. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/parse-inline-styles.d.ts +1 -0
  708. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/parse-inline-styles.d.ts.map +1 -0
  709. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/pict-node-type-strategy.d.ts +1 -0
  710. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/pict-node-type-strategy.d.ts.map +1 -0
  711. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-content-block.d.ts +1 -0
  712. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-content-block.d.ts.map +1 -0
  713. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-container.d.ts +1 -0
  714. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-container.d.ts.map +1 -0
  715. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-textbox.d.ts +1 -0
  716. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-textbox.d.ts.map +1 -0
  717. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/index.d.ts +1 -0
  718. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/index.d.ts.map +1 -0
  719. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/pict-translator.d.ts +1 -0
  720. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/pict-translator.d.ts.map +1 -0
  721. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/index.d.ts +1 -0
  722. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/index.d.ts.map +1 -0
  723. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts +1 -0
  724. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts.map +1 -0
  725. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts +1 -0
  726. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts.map +1 -0
  727. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts +1 -0
  728. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts.map +1 -0
  729. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +1 -0
  730. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts.map +1 -0
  731. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +1 -0
  732. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts.map +1 -0
  733. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts +1 -0
  734. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts.map +1 -0
  735. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts +1 -0
  736. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts.map +1 -0
  737. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/index.d.ts +1 -0
  738. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/index.d.ts.map +1 -0
  739. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts +1 -0
  740. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts.map +1 -0
  741. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts +1 -0
  742. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts.map +1 -0
  743. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts +1 -0
  744. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts.map +1 -0
  745. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts +1 -0
  746. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts.map +1 -0
  747. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts +1 -0
  748. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts.map +1 -0
  749. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts +1 -0
  750. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts.map +1 -0
  751. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts +1 -0
  752. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts.map +1 -0
  753. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/index.d.ts +1 -0
  754. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/index.d.ts.map +1 -0
  755. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts +1 -0
  756. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts.map +1 -0
  757. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts +1 -0
  758. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts.map +1 -0
  759. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts +1 -0
  760. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts.map +1 -0
  761. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/index.d.ts +1 -0
  762. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/index.d.ts.map +1 -0
  763. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts +1 -0
  764. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts.map +1 -0
  765. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts +1 -0
  766. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts.map +1 -0
  767. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts +1 -0
  768. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts.map +1 -0
  769. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts +1 -0
  770. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts.map +1 -0
  771. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/index.d.ts +1 -0
  772. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/index.d.ts.map +1 -0
  773. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts +1 -0
  774. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts.map +1 -0
  775. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts +1 -0
  776. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts.map +1 -0
  777. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts +1 -0
  778. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts.map +1 -0
  779. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts +1 -0
  780. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts.map +1 -0
  781. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts +1 -0
  782. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts.map +1 -0
  783. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts +1 -0
  784. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts.map +1 -0
  785. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts +1 -0
  786. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts.map +1 -0
  787. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts +1 -0
  788. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts.map +1 -0
  789. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-part-obj.d.ts +1 -0
  790. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-part-obj.d.ts.map +1 -0
  791. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts +1 -0
  792. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts.map +1 -0
  793. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts +1 -0
  794. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts.map +1 -0
  795. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts +1 -0
  796. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts.map +1 -0
  797. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/index.d.ts +1 -0
  798. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/index.d.ts.map +1 -0
  799. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts +1 -0
  800. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts.map +1 -0
  801. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts +1 -0
  802. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts.map +1 -0
  803. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts +1 -0
  804. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts.map +1 -0
  805. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts +1 -0
  806. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts.map +1 -0
  807. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts +1 -0
  808. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts.map +1 -0
  809. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts +1 -0
  810. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts.map +1 -0
  811. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts +1 -0
  812. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts.map +1 -0
  813. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts +1 -0
  814. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts.map +1 -0
  815. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts +1 -0
  816. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts.map +1 -0
  817. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts +1 -0
  818. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts.map +1 -0
  819. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts +1 -0
  820. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts.map +1 -0
  821. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts +1 -0
  822. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts.map +1 -0
  823. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts +1 -0
  824. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts.map +1 -0
  825. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts +1 -0
  826. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts.map +1 -0
  827. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts +1 -0
  828. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts.map +1 -0
  829. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts +1 -0
  830. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts.map +1 -0
  831. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts +1 -0
  832. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts.map +1 -0
  833. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts +1 -0
  834. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts.map +1 -0
  835. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts +1 -0
  836. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts.map +1 -0
  837. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +1 -0
  838. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts.map +1 -0
  839. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts +1 -0
  840. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts.map +1 -0
  841. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/index.d.ts +1 -0
  842. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/index.d.ts.map +1 -0
  843. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts +1 -0
  844. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts.map +1 -0
  845. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts +1 -0
  846. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts.map +1 -0
  847. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts +1 -0
  848. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts.map +1 -0
  849. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts +1 -0
  850. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts.map +1 -0
  851. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts +1 -0
  852. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts.map +1 -0
  853. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts +1 -0
  854. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts.map +1 -0
  855. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts +1 -0
  856. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts.map +1 -0
  857. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts +1 -0
  858. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts.map +1 -0
  859. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts +1 -0
  860. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts.map +1 -0
  861. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts +1 -0
  862. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts.map +1 -0
  863. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts +1 -0
  864. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts.map +1 -0
  865. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts +1 -0
  866. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts.map +1 -0
  867. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts +1 -0
  868. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts.map +1 -0
  869. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts +1 -0
  870. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts.map +1 -0
  871. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts +1 -0
  872. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts.map +1 -0
  873. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts +1 -0
  874. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts.map +1 -0
  875. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/index.d.ts +1 -0
  876. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/index.d.ts.map +1 -0
  877. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts +1 -0
  878. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts.map +1 -0
  879. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts +1 -0
  880. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts.map +1 -0
  881. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts +1 -0
  882. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts.map +1 -0
  883. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts +1 -0
  884. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts.map +1 -0
  885. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts +1 -0
  886. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts.map +1 -0
  887. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts +1 -0
  888. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts.map +1 -0
  889. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts +1 -0
  890. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts.map +1 -0
  891. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts +1 -0
  892. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts.map +1 -0
  893. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts +1 -0
  894. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts.map +1 -0
  895. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts +1 -0
  896. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts.map +1 -0
  897. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts +1 -0
  898. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts.map +1 -0
  899. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts +1 -0
  900. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts.map +1 -0
  901. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts +1 -0
  902. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts.map +1 -0
  903. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts +1 -0
  904. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts.map +1 -0
  905. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts +1 -0
  906. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts.map +1 -0
  907. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts +1 -0
  908. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts.map +1 -0
  909. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts +1 -0
  910. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts.map +1 -0
  911. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts +1 -0
  912. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts.map +1 -0
  913. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts +1 -0
  914. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts.map +1 -0
  915. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts +1 -0
  916. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts.map +1 -0
  917. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts +1 -0
  918. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts.map +1 -0
  919. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +1 -0
  920. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts.map +1 -0
  921. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts +1 -0
  922. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts.map +1 -0
  923. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts +1 -0
  924. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts.map +1 -0
  925. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts +1 -0
  926. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts.map +1 -0
  927. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/index.d.ts +1 -0
  928. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/index.d.ts.map +1 -0
  929. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/tcBorders-translator.d.ts +1 -0
  930. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/tcBorders-translator.d.ts.map +1 -0
  931. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/index.d.ts +1 -0
  932. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/index.d.ts.map +1 -0
  933. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/tcFitText-translator.d.ts +1 -0
  934. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/tcFitText-translator.d.ts.map +1 -0
  935. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/index.d.ts +1 -0
  936. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/index.d.ts.map +1 -0
  937. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/tcMar-translator.d.ts +1 -0
  938. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/tcMar-translator.d.ts.map +1 -0
  939. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/index.d.ts +1 -0
  940. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/index.d.ts.map +1 -0
  941. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/tcPr-translator.d.ts +1 -0
  942. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/tcPr-translator.d.ts.map +1 -0
  943. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/index.d.ts +1 -0
  944. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/index.d.ts.map +1 -0
  945. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/tcW-translator.d.ts +1 -0
  946. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/tcW-translator.d.ts.map +1 -0
  947. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/index.d.ts +1 -0
  948. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/index.d.ts.map +1 -0
  949. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/textDirection-translator.d.ts +1 -0
  950. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/textDirection-translator.d.ts.map +1 -0
  951. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/index.d.ts +1 -0
  952. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/index.d.ts.map +1 -0
  953. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/tl2br-translator.d.ts +1 -0
  954. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/tl2br-translator.d.ts.map +1 -0
  955. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts +1 -0
  956. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts.map +1 -0
  957. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts +1 -0
  958. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts.map +1 -0
  959. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts +1 -0
  960. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts.map +1 -0
  961. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/index.d.ts +1 -0
  962. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/index.d.ts.map +1 -0
  963. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-helpers.d.ts +1 -0
  964. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-helpers.d.ts.map +1 -0
  965. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts +1 -0
  966. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts.map +1 -0
  967. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/index.d.ts +1 -0
  968. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/index.d.ts.map +1 -0
  969. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/tr2bl-translator.d.ts +1 -0
  970. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/tr2bl-translator.d.ts.map +1 -0
  971. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/index.d.ts +1 -0
  972. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/index.d.ts.map +1 -0
  973. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts +1 -0
  974. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts.map +1 -0
  975. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/index.d.ts +1 -0
  976. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/index.d.ts.map +1 -0
  977. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts +1 -0
  978. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts.map +1 -0
  979. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/index.d.ts +1 -0
  980. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/index.d.ts.map +1 -0
  981. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts +1 -0
  982. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts.map +1 -0
  983. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts +1 -0
  984. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts.map +1 -0
  985. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts +1 -0
  986. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts.map +1 -0
  987. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts +1 -0
  988. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts.map +1 -0
  989. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts +1 -0
  990. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts.map +1 -0
  991. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/u-translator.d.ts +1 -0
  992. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/u-translator.d.ts.map +1 -0
  993. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/index.d.ts +1 -0
  994. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/index.d.ts.map +1 -0
  995. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/vAlign-translator.d.ts +1 -0
  996. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/vAlign-translator.d.ts.map +1 -0
  997. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/index.d.ts +1 -0
  998. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/index.d.ts.map +1 -0
  999. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/vMerge-translator.d.ts +1 -0
  1000. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/vMerge-translator.d.ts.map +1 -0
  1001. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/index.d.ts +1 -0
  1002. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/index.d.ts.map +1 -0
  1003. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts +1 -0
  1004. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts.map +1 -0
  1005. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/index.d.ts +1 -0
  1006. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/index.d.ts.map +1 -0
  1007. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts +1 -0
  1008. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts.map +1 -0
  1009. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts +1 -0
  1010. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts.map +1 -0
  1011. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts +1 -0
  1012. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts.map +1 -0
  1013. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts +1 -0
  1014. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts.map +1 -0
  1015. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts +1 -0
  1016. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts.map +1 -0
  1017. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts +1 -0
  1018. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts.map +1 -0
  1019. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts +1 -0
  1020. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts.map +1 -0
  1021. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/vector-shape-helpers.d.ts +1 -0
  1022. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/vector-shape-helpers.d.ts.map +1 -0
  1023. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts +1 -0
  1024. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts.map +1 -0
  1025. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts +1 -0
  1026. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts.map +1 -0
  1027. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts +1 -0
  1028. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts.map +1 -0
  1029. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts +1 -0
  1030. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts.map +1 -0
  1031. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/index.d.ts +1 -0
  1032. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/index.d.ts.map +1 -0
  1033. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +1 -0
  1034. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts.map +1 -0
  1035. package/dist/super-editor/super-editor/src/core/super-converter/zipper.d.ts +1 -0
  1036. package/dist/super-editor/super-editor/src/core/super-converter/zipper.d.ts.map +1 -0
  1037. package/dist/super-editor/super-editor/src/core/super-validator/index.d.ts +1 -0
  1038. package/dist/super-editor/super-editor/src/core/super-validator/index.d.ts.map +1 -0
  1039. package/dist/super-editor/super-editor/src/core/super-validator/logger/index.d.ts +1 -0
  1040. package/dist/super-editor/super-editor/src/core/super-validator/logger/index.d.ts.map +1 -0
  1041. package/dist/super-editor/super-editor/src/core/super-validator/logger/logger.d.ts +1 -0
  1042. package/dist/super-editor/super-editor/src/core/super-validator/logger/logger.d.ts.map +1 -0
  1043. package/dist/super-editor/super-editor/src/core/super-validator/super-validator.d.ts +1 -0
  1044. package/dist/super-editor/super-editor/src/core/super-validator/super-validator.d.ts.map +1 -0
  1045. package/dist/super-editor/super-editor/src/core/super-validator/types.d.ts +1 -0
  1046. package/dist/super-editor/super-editor/src/core/super-validator/types.d.ts.map +1 -0
  1047. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/index.d.ts +1 -0
  1048. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/index.d.ts.map +1 -0
  1049. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/image-validator.d.ts +1 -0
  1050. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/image-validator.d.ts.map +1 -0
  1051. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/index.d.ts +1 -0
  1052. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/index.d.ts.map +1 -0
  1053. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts +1 -0
  1054. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts.map +1 -0
  1055. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/index.d.ts +1 -0
  1056. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/index.d.ts.map +1 -0
  1057. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/index.d.ts +1 -0
  1058. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/index.d.ts.map +1 -0
  1059. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/link-validator.d.ts +1 -0
  1060. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/link-validator.d.ts.map +1 -0
  1061. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/index.d.ts +1 -0
  1062. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/index.d.ts.map +1 -0
  1063. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts +1 -0
  1064. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts.map +1 -0
  1065. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/index.d.ts +1 -0
  1066. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/index.d.ts.map +1 -0
  1067. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/numbering/numbering-validator.d.ts +1 -0
  1068. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/numbering/numbering-validator.d.ts.map +1 -0
  1069. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts +1 -0
  1070. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts.map +1 -0
  1071. package/dist/super-editor/super-editor/src/core/types/index.d.ts +1 -0
  1072. package/dist/super-editor/super-editor/src/core/types/index.d.ts.map +1 -0
  1073. package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts +1 -0
  1074. package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts.map +1 -0
  1075. package/dist/super-editor/super-editor/src/core/utilities/carbonCopy.d.ts +1 -0
  1076. package/dist/super-editor/super-editor/src/core/utilities/carbonCopy.d.ts.map +1 -0
  1077. package/dist/super-editor/super-editor/src/core/utilities/clipboardUtils.d.ts +1 -0
  1078. package/dist/super-editor/super-editor/src/core/utilities/clipboardUtils.d.ts.map +1 -0
  1079. package/dist/super-editor/super-editor/src/core/utilities/createStyleTag.d.ts +1 -0
  1080. package/dist/super-editor/super-editor/src/core/utilities/createStyleTag.d.ts.map +1 -0
  1081. package/dist/super-editor/super-editor/src/core/utilities/deleteProps.d.ts +1 -0
  1082. package/dist/super-editor/super-editor/src/core/utilities/deleteProps.d.ts.map +1 -0
  1083. package/dist/super-editor/super-editor/src/core/utilities/imageBlobs.d.ts +1 -0
  1084. package/dist/super-editor/super-editor/src/core/utilities/imageBlobs.d.ts.map +1 -0
  1085. package/dist/super-editor/super-editor/src/core/utilities/index.d.ts +1 -0
  1086. package/dist/super-editor/super-editor/src/core/utilities/index.d.ts.map +1 -0
  1087. package/dist/super-editor/super-editor/src/core/utilities/isEmptyObject.d.ts +1 -0
  1088. package/dist/super-editor/super-editor/src/core/utilities/isEmptyObject.d.ts.map +1 -0
  1089. package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts +1 -0
  1090. package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts.map +1 -0
  1091. package/dist/super-editor/super-editor/src/core/utilities/isMacOS.d.ts +1 -0
  1092. package/dist/super-editor/super-editor/src/core/utilities/isMacOS.d.ts.map +1 -0
  1093. package/dist/super-editor/super-editor/src/core/utilities/isRegExp.d.ts +1 -0
  1094. package/dist/super-editor/super-editor/src/core/utilities/isRegExp.d.ts.map +1 -0
  1095. package/dist/super-editor/super-editor/src/core/utilities/minMax.d.ts +1 -0
  1096. package/dist/super-editor/super-editor/src/core/utilities/minMax.d.ts.map +1 -0
  1097. package/dist/super-editor/super-editor/src/core/utilities/objectIncludes.d.ts +1 -0
  1098. package/dist/super-editor/super-editor/src/core/utilities/objectIncludes.d.ts.map +1 -0
  1099. package/dist/super-editor/super-editor/src/core/utilities/parseSizeUnit.d.ts +1 -0
  1100. package/dist/super-editor/super-editor/src/core/utilities/parseSizeUnit.d.ts.map +1 -0
  1101. package/dist/super-editor/super-editor/src/extensions/ai/ai-constants.d.ts +1 -0
  1102. package/dist/super-editor/super-editor/src/extensions/ai/ai-constants.d.ts.map +1 -0
  1103. package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts +1 -0
  1104. package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts.map +1 -0
  1105. package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts +1 -0
  1106. package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts.map +1 -0
  1107. package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts +1 -0
  1108. package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts.map +1 -0
  1109. package/dist/super-editor/super-editor/src/extensions/ai/index.d.ts +1 -0
  1110. package/dist/super-editor/super-editor/src/extensions/ai/index.d.ts.map +1 -0
  1111. package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts +1 -0
  1112. package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts.map +1 -0
  1113. package/dist/super-editor/super-editor/src/extensions/block-node/index.d.ts +1 -0
  1114. package/dist/super-editor/super-editor/src/extensions/block-node/index.d.ts.map +1 -0
  1115. package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts +1 -0
  1116. package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts.map +1 -0
  1117. package/dist/super-editor/super-editor/src/extensions/bold/index.d.ts +1 -0
  1118. package/dist/super-editor/super-editor/src/extensions/bold/index.d.ts.map +1 -0
  1119. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts +1 -0
  1120. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts.map +1 -0
  1121. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts +1 -0
  1122. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts.map +1 -0
  1123. package/dist/super-editor/super-editor/src/extensions/bookmarks/index.d.ts +1 -0
  1124. package/dist/super-editor/super-editor/src/extensions/bookmarks/index.d.ts.map +1 -0
  1125. package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts +1 -0
  1126. package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts.map +1 -0
  1127. package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts +1 -0
  1128. package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts.map +1 -0
  1129. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts +1 -0
  1130. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts.map +1 -0
  1131. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts +1 -0
  1132. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts.map +1 -0
  1133. package/dist/super-editor/super-editor/src/extensions/collaboration/index.d.ts +1 -0
  1134. package/dist/super-editor/super-editor/src/extensions/collaboration/index.d.ts.map +1 -0
  1135. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts +1 -0
  1136. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts.map +1 -0
  1137. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/index.d.ts +1 -0
  1138. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/index.d.ts.map +1 -0
  1139. package/dist/super-editor/super-editor/src/extensions/color/color.d.ts +1 -0
  1140. package/dist/super-editor/super-editor/src/extensions/color/color.d.ts.map +1 -0
  1141. package/dist/super-editor/super-editor/src/extensions/color/index.d.ts +1 -0
  1142. package/dist/super-editor/super-editor/src/extensions/color/index.d.ts.map +1 -0
  1143. package/dist/super-editor/super-editor/src/extensions/comment/comment-import-helpers.d.ts +1 -0
  1144. package/dist/super-editor/super-editor/src/extensions/comment/comment-import-helpers.d.ts.map +1 -0
  1145. package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts +1 -0
  1146. package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts.map +1 -0
  1147. package/dist/super-editor/super-editor/src/extensions/comment/comments-constants.d.ts +1 -0
  1148. package/dist/super-editor/super-editor/src/extensions/comment/comments-constants.d.ts.map +1 -0
  1149. package/dist/super-editor/super-editor/src/extensions/comment/comments-helpers.d.ts +1 -0
  1150. package/dist/super-editor/super-editor/src/extensions/comment/comments-helpers.d.ts.map +1 -0
  1151. package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts +1 -0
  1152. package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts.map +1 -0
  1153. package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts +1 -0
  1154. package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts.map +1 -0
  1155. package/dist/super-editor/super-editor/src/extensions/comment/helpers/index.d.ts +1 -0
  1156. package/dist/super-editor/super-editor/src/extensions/comment/helpers/index.d.ts.map +1 -0
  1157. package/dist/super-editor/super-editor/src/extensions/comment/helpers/normalize-comment-event-payload.d.ts +1 -0
  1158. package/dist/super-editor/super-editor/src/extensions/comment/helpers/normalize-comment-event-payload.d.ts.map +1 -0
  1159. package/dist/super-editor/super-editor/src/extensions/comment/helpers/update-position.d.ts +1 -0
  1160. package/dist/super-editor/super-editor/src/extensions/comment/helpers/update-position.d.ts.map +1 -0
  1161. package/dist/super-editor/super-editor/src/extensions/comment/index.d.ts +1 -0
  1162. package/dist/super-editor/super-editor/src/extensions/comment/index.d.ts.map +1 -0
  1163. package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts +1 -0
  1164. package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts.map +1 -0
  1165. package/dist/super-editor/super-editor/src/extensions/content-block/index.d.ts +1 -0
  1166. package/dist/super-editor/super-editor/src/extensions/content-block/index.d.ts.map +1 -0
  1167. package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts +1 -0
  1168. package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts.map +1 -0
  1169. package/dist/super-editor/super-editor/src/extensions/custom-selection/index.d.ts +1 -0
  1170. package/dist/super-editor/super-editor/src/extensions/custom-selection/index.d.ts.map +1 -0
  1171. package/dist/super-editor/super-editor/src/extensions/document/document.d.ts +1 -0
  1172. package/dist/super-editor/super-editor/src/extensions/document/document.d.ts.map +1 -0
  1173. package/dist/super-editor/super-editor/src/extensions/document/index.d.ts +1 -0
  1174. package/dist/super-editor/super-editor/src/extensions/document/index.d.ts.map +1 -0
  1175. package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts +1 -0
  1176. package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts.map +1 -0
  1177. package/dist/super-editor/super-editor/src/extensions/dropcursor/index.d.ts +1 -0
  1178. package/dist/super-editor/super-editor/src/extensions/dropcursor/index.d.ts.map +1 -0
  1179. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationPlugin.d.ts +1 -0
  1180. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationPlugin.d.ts.map +1 -0
  1181. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationView.d.ts +1 -0
  1182. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationView.d.ts.map +1 -0
  1183. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts +1 -0
  1184. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts.map +1 -0
  1185. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts +1 -0
  1186. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts.map +1 -0
  1187. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts +1 -0
  1188. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts.map +1 -0
  1189. package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts +1 -0
  1190. package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts.map +1 -0
  1191. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts +1 -0
  1192. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts.map +1 -0
  1193. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts +1 -0
  1194. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts.map +1 -0
  1195. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts +1 -0
  1196. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts.map +1 -0
  1197. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts +1 -0
  1198. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts.map +1 -0
  1199. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts +1 -0
  1200. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts.map +1 -0
  1201. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts +1 -0
  1202. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts.map +1 -0
  1203. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts +1 -0
  1204. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts.map +1 -0
  1205. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts +1 -0
  1206. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts.map +1 -0
  1207. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts +1 -0
  1208. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts.map +1 -0
  1209. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts +1 -0
  1210. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts.map +1 -0
  1211. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts +1 -0
  1212. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts.map +1 -0
  1213. package/dist/super-editor/super-editor/src/extensions/field-annotation/index.d.ts +1 -0
  1214. package/dist/super-editor/super-editor/src/extensions/field-annotation/index.d.ts.map +1 -0
  1215. package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts +1 -0
  1216. package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts.map +1 -0
  1217. package/dist/super-editor/super-editor/src/extensions/font-family/index.d.ts +1 -0
  1218. package/dist/super-editor/super-editor/src/extensions/font-family/index.d.ts.map +1 -0
  1219. package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts +1 -0
  1220. package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts.map +1 -0
  1221. package/dist/super-editor/super-editor/src/extensions/font-size/index.d.ts +1 -0
  1222. package/dist/super-editor/super-editor/src/extensions/font-size/index.d.ts.map +1 -0
  1223. package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts +1 -0
  1224. package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts.map +1 -0
  1225. package/dist/super-editor/super-editor/src/extensions/format-commands/index.d.ts +1 -0
  1226. package/dist/super-editor/super-editor/src/extensions/format-commands/index.d.ts.map +1 -0
  1227. package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts +1 -0
  1228. package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts.map +1 -0
  1229. package/dist/super-editor/super-editor/src/extensions/gapcursor/index.d.ts +1 -0
  1230. package/dist/super-editor/super-editor/src/extensions/gapcursor/index.d.ts.map +1 -0
  1231. package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts +1 -0
  1232. package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts.map +1 -0
  1233. package/dist/super-editor/super-editor/src/extensions/heading/index.d.ts +1 -0
  1234. package/dist/super-editor/super-editor/src/extensions/heading/index.d.ts.map +1 -0
  1235. package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts +1 -0
  1236. package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts.map +1 -0
  1237. package/dist/super-editor/super-editor/src/extensions/highlight/index.d.ts +1 -0
  1238. package/dist/super-editor/super-editor/src/extensions/highlight/index.d.ts.map +1 -0
  1239. package/dist/super-editor/super-editor/src/extensions/history/history.d.ts +1 -0
  1240. package/dist/super-editor/super-editor/src/extensions/history/history.d.ts.map +1 -0
  1241. package/dist/super-editor/super-editor/src/extensions/history/index.d.ts +1 -0
  1242. package/dist/super-editor/super-editor/src/extensions/history/index.d.ts.map +1 -0
  1243. package/dist/super-editor/super-editor/src/extensions/image/image.d.ts +1 -0
  1244. package/dist/super-editor/super-editor/src/extensions/image/image.d.ts.map +1 -0
  1245. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts +1 -0
  1246. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts.map +1 -0
  1247. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts +1 -0
  1248. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts.map +1 -0
  1249. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts +1 -0
  1250. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts.map +1 -0
  1251. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts +1 -0
  1252. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts.map +1 -0
  1253. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts +1 -0
  1254. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts.map +1 -0
  1255. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts +1 -0
  1256. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts.map +1 -0
  1257. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts +1 -0
  1258. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts.map +1 -0
  1259. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/index.d.ts +1 -0
  1260. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/index.d.ts.map +1 -0
  1261. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/legacyAttributes.d.ts +1 -0
  1262. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/legacyAttributes.d.ts.map +1 -0
  1263. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts +1 -0
  1264. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts.map +1 -0
  1265. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/rotation.d.ts +1 -0
  1266. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/rotation.d.ts.map +1 -0
  1267. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts +1 -0
  1268. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts.map +1 -0
  1269. package/dist/super-editor/super-editor/src/extensions/image/index.d.ts +1 -0
  1270. package/dist/super-editor/super-editor/src/extensions/image/index.d.ts.map +1 -0
  1271. package/dist/super-editor/super-editor/src/extensions/index.d.ts +1 -0
  1272. package/dist/super-editor/super-editor/src/extensions/index.d.ts.map +1 -0
  1273. package/dist/super-editor/super-editor/src/extensions/italic/index.d.ts +1 -0
  1274. package/dist/super-editor/super-editor/src/extensions/italic/index.d.ts.map +1 -0
  1275. package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts +1 -0
  1276. package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts.map +1 -0
  1277. package/dist/super-editor/super-editor/src/extensions/line-break/index.d.ts +1 -0
  1278. package/dist/super-editor/super-editor/src/extensions/line-break/index.d.ts.map +1 -0
  1279. package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts +1 -0
  1280. package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts.map +1 -0
  1281. package/dist/super-editor/super-editor/src/extensions/line-height/index.d.ts +1 -0
  1282. package/dist/super-editor/super-editor/src/extensions/line-height/index.d.ts.map +1 -0
  1283. package/dist/super-editor/super-editor/src/extensions/line-height/line-height.d.ts +1 -0
  1284. package/dist/super-editor/super-editor/src/extensions/line-height/line-height.d.ts.map +1 -0
  1285. package/dist/super-editor/super-editor/src/extensions/link/index.d.ts +1 -0
  1286. package/dist/super-editor/super-editor/src/extensions/link/index.d.ts.map +1 -0
  1287. package/dist/super-editor/super-editor/src/extensions/link/link.d.ts +1 -0
  1288. package/dist/super-editor/super-editor/src/extensions/link/link.d.ts.map +1 -0
  1289. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts +1 -0
  1290. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts.map +1 -0
  1291. package/dist/super-editor/super-editor/src/extensions/linked-styles/index.d.ts +1 -0
  1292. package/dist/super-editor/super-editor/src/extensions/linked-styles/index.d.ts.map +1 -0
  1293. package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts +1 -0
  1294. package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts.map +1 -0
  1295. package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts +1 -0
  1296. package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts.map +1 -0
  1297. package/dist/super-editor/super-editor/src/extensions/linked-styles/underline-css.d.ts +1 -0
  1298. package/dist/super-editor/super-editor/src/extensions/linked-styles/underline-css.d.ts.map +1 -0
  1299. package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts +1 -0
  1300. package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts.map +1 -0
  1301. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts +1 -0
  1302. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts.map +1 -0
  1303. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts +1 -0
  1304. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts.map +1 -0
  1305. package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts +1 -0
  1306. package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts.map +1 -0
  1307. package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts +1 -0
  1308. package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts.map +1 -0
  1309. package/dist/super-editor/super-editor/src/extensions/mention/index.d.ts +1 -0
  1310. package/dist/super-editor/super-editor/src/extensions/mention/index.d.ts.map +1 -0
  1311. package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts +1 -0
  1312. package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts.map +1 -0
  1313. package/dist/super-editor/super-editor/src/extensions/noderesizer/index.d.ts +1 -0
  1314. package/dist/super-editor/super-editor/src/extensions/noderesizer/index.d.ts.map +1 -0
  1315. package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts +1 -0
  1316. package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts.map +1 -0
  1317. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts +1 -0
  1318. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts.map +1 -0
  1319. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts +1 -0
  1320. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts.map +1 -0
  1321. package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts +1 -0
  1322. package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts.map +1 -0
  1323. package/dist/super-editor/super-editor/src/extensions/ordered-list/ordered-list.d.ts +1 -0
  1324. package/dist/super-editor/super-editor/src/extensions/ordered-list/ordered-list.d.ts.map +1 -0
  1325. package/dist/super-editor/super-editor/src/extensions/page-number/index.d.ts +1 -0
  1326. package/dist/super-editor/super-editor/src/extensions/page-number/index.d.ts.map +1 -0
  1327. package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts +1 -0
  1328. package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts.map +1 -0
  1329. package/dist/super-editor/super-editor/src/extensions/page-reference/index.d.ts +1 -0
  1330. package/dist/super-editor/super-editor/src/extensions/page-reference/index.d.ts.map +1 -0
  1331. package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts +1 -0
  1332. package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts.map +1 -0
  1333. package/dist/super-editor/super-editor/src/extensions/pagination/index.d.ts +1 -0
  1334. package/dist/super-editor/super-editor/src/extensions/pagination/index.d.ts.map +1 -0
  1335. package/dist/super-editor/super-editor/src/extensions/pagination/pagination-helpers.d.ts +1 -0
  1336. package/dist/super-editor/super-editor/src/extensions/pagination/pagination-helpers.d.ts.map +1 -0
  1337. package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts +1 -0
  1338. package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts.map +1 -0
  1339. package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts +1 -0
  1340. package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts.map +1 -0
  1341. package/dist/super-editor/super-editor/src/extensions/paragraph/index.d.ts +1 -0
  1342. package/dist/super-editor/super-editor/src/extensions/paragraph/index.d.ts.map +1 -0
  1343. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts +1 -0
  1344. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts.map +1 -0
  1345. package/dist/super-editor/super-editor/src/extensions/placeholder/index.d.ts +1 -0
  1346. package/dist/super-editor/super-editor/src/extensions/placeholder/index.d.ts.map +1 -0
  1347. package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts +1 -0
  1348. package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts.map +1 -0
  1349. package/dist/super-editor/super-editor/src/extensions/popover-plugin/index.d.ts +1 -0
  1350. package/dist/super-editor/super-editor/src/extensions/popover-plugin/index.d.ts.map +1 -0
  1351. package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts +1 -0
  1352. package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts.map +1 -0
  1353. package/dist/super-editor/super-editor/src/extensions/run/commands/index.d.ts +1 -0
  1354. package/dist/super-editor/super-editor/src/extensions/run/commands/index.d.ts.map +1 -0
  1355. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts +1 -0
  1356. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts.map +1 -0
  1357. package/dist/super-editor/super-editor/src/extensions/run/index.d.ts +1 -0
  1358. package/dist/super-editor/super-editor/src/extensions/run/index.d.ts.map +1 -0
  1359. package/dist/super-editor/super-editor/src/extensions/run/run.d.ts +1 -0
  1360. package/dist/super-editor/super-editor/src/extensions/run/run.d.ts.map +1 -0
  1361. package/dist/super-editor/super-editor/src/extensions/search/index.d.ts +1 -0
  1362. package/dist/super-editor/super-editor/src/extensions/search/index.d.ts.map +1 -0
  1363. package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts +1 -0
  1364. package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts.map +1 -0
  1365. package/dist/super-editor/super-editor/src/extensions/search/search.d.ts +1 -0
  1366. package/dist/super-editor/super-editor/src/extensions/search/search.d.ts.map +1 -0
  1367. package/dist/super-editor/super-editor/src/extensions/shape-container/index.d.ts +1 -0
  1368. package/dist/super-editor/super-editor/src/extensions/shape-container/index.d.ts.map +1 -0
  1369. package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts +1 -0
  1370. package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts.map +1 -0
  1371. package/dist/super-editor/super-editor/src/extensions/shape-textbox/index.d.ts +1 -0
  1372. package/dist/super-editor/super-editor/src/extensions/shape-textbox/index.d.ts.map +1 -0
  1373. package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts +1 -0
  1374. package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts.map +1 -0
  1375. package/dist/super-editor/super-editor/src/extensions/shared/cascade-toggle.d.ts +1 -0
  1376. package/dist/super-editor/super-editor/src/extensions/shared/cascade-toggle.d.ts.map +1 -0
  1377. package/dist/super-editor/super-editor/src/extensions/slash-menu/index.d.ts +1 -0
  1378. package/dist/super-editor/super-editor/src/extensions/slash-menu/index.d.ts.map +1 -0
  1379. package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts +1 -0
  1380. package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts.map +1 -0
  1381. package/dist/super-editor/super-editor/src/extensions/strike/index.d.ts +1 -0
  1382. package/dist/super-editor/super-editor/src/extensions/strike/index.d.ts.map +1 -0
  1383. package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts +1 -0
  1384. package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts.map +1 -0
  1385. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts +1 -0
  1386. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts.map +1 -0
  1387. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts +1 -0
  1388. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts.map +1 -0
  1389. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts +1 -0
  1390. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts.map +1 -0
  1391. package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts +1 -0
  1392. package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts.map +1 -0
  1393. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/DocumentSectionView.d.ts +1 -0
  1394. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/DocumentSectionView.d.ts.map +1 -0
  1395. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/helpers.d.ts +1 -0
  1396. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/helpers.d.ts.map +1 -0
  1397. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/index.d.ts +1 -0
  1398. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/index.d.ts.map +1 -0
  1399. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts +1 -0
  1400. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts.map +1 -0
  1401. package/dist/super-editor/super-editor/src/extensions/structured-content/index.d.ts +1 -0
  1402. package/dist/super-editor/super-editor/src/extensions/structured-content/index.d.ts.map +1 -0
  1403. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts +1 -0
  1404. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts.map +1 -0
  1405. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts +1 -0
  1406. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts.map +1 -0
  1407. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts +1 -0
  1408. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts.map +1 -0
  1409. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts +1 -0
  1410. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts.map +1 -0
  1411. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts +1 -0
  1412. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts.map +1 -0
  1413. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts +1 -0
  1414. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts.map +1 -0
  1415. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts +1 -0
  1416. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts.map +1 -0
  1417. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts +1 -0
  1418. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts.map +1 -0
  1419. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts +1 -0
  1420. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts.map +1 -0
  1421. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts +1 -0
  1422. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts.map +1 -0
  1423. package/dist/super-editor/super-editor/src/extensions/tab/index.d.ts +1 -0
  1424. package/dist/super-editor/super-editor/src/extensions/tab/index.d.ts.map +1 -0
  1425. package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts +1 -0
  1426. package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts.map +1 -0
  1427. package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts +1 -0
  1428. package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts.map +1 -0
  1429. package/dist/super-editor/super-editor/src/extensions/table/index.d.ts +1 -0
  1430. package/dist/super-editor/super-editor/src/extensions/table/index.d.ts.map +1 -0
  1431. package/dist/super-editor/super-editor/src/extensions/table/table.d.ts +1 -0
  1432. package/dist/super-editor/super-editor/src/extensions/table/table.d.ts.map +1 -0
  1433. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/appendRows.d.ts +1 -0
  1434. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/appendRows.d.ts.map +1 -0
  1435. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellAround.d.ts +1 -0
  1436. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellAround.d.ts.map +1 -0
  1437. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellWrapping.d.ts +1 -0
  1438. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellWrapping.d.ts.map +1 -0
  1439. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createCell.d.ts +1 -0
  1440. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createCell.d.ts.map +1 -0
  1441. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createColGroup.d.ts +1 -0
  1442. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createColGroup.d.ts.map +1 -0
  1443. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTable.d.ts +1 -0
  1444. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTable.d.ts.map +1 -0
  1445. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTableBorders.d.ts +1 -0
  1446. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTableBorders.d.ts.map +1 -0
  1447. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts +1 -0
  1448. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts.map +1 -0
  1449. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/getColStyleDeclaration.d.ts +1 -0
  1450. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/getColStyleDeclaration.d.ts.map +1 -0
  1451. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/index.d.ts +1 -0
  1452. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/index.d.ts.map +1 -0
  1453. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/isCellSelection.d.ts +1 -0
  1454. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/isCellSelection.d.ts.map +1 -0
  1455. package/dist/super-editor/super-editor/src/extensions/table-cell/helpers/createCellBorders.d.ts +1 -0
  1456. package/dist/super-editor/super-editor/src/extensions/table-cell/helpers/createCellBorders.d.ts.map +1 -0
  1457. package/dist/super-editor/super-editor/src/extensions/table-cell/index.d.ts +1 -0
  1458. package/dist/super-editor/super-editor/src/extensions/table-cell/index.d.ts.map +1 -0
  1459. package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts +1 -0
  1460. package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts.map +1 -0
  1461. package/dist/super-editor/super-editor/src/extensions/table-header/index.d.ts +1 -0
  1462. package/dist/super-editor/super-editor/src/extensions/table-header/index.d.ts.map +1 -0
  1463. package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts +1 -0
  1464. package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts.map +1 -0
  1465. package/dist/super-editor/super-editor/src/extensions/table-of-contents/index.d.ts +1 -0
  1466. package/dist/super-editor/super-editor/src/extensions/table-of-contents/index.d.ts.map +1 -0
  1467. package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts +1 -0
  1468. package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts.map +1 -0
  1469. package/dist/super-editor/super-editor/src/extensions/table-row/index.d.ts +1 -0
  1470. package/dist/super-editor/super-editor/src/extensions/table-row/index.d.ts.map +1 -0
  1471. package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts +1 -0
  1472. package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts.map +1 -0
  1473. package/dist/super-editor/super-editor/src/extensions/text/index.d.ts +1 -0
  1474. package/dist/super-editor/super-editor/src/extensions/text/index.d.ts.map +1 -0
  1475. package/dist/super-editor/super-editor/src/extensions/text/text.d.ts +1 -0
  1476. package/dist/super-editor/super-editor/src/extensions/text/text.d.ts.map +1 -0
  1477. package/dist/super-editor/super-editor/src/extensions/text-align/index.d.ts +1 -0
  1478. package/dist/super-editor/super-editor/src/extensions/text-align/index.d.ts.map +1 -0
  1479. package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts +1 -0
  1480. package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts.map +1 -0
  1481. package/dist/super-editor/super-editor/src/extensions/text-indent/index.d.ts +1 -0
  1482. package/dist/super-editor/super-editor/src/extensions/text-indent/index.d.ts.map +1 -0
  1483. package/dist/super-editor/super-editor/src/extensions/text-indent/text-indent.d.ts +1 -0
  1484. package/dist/super-editor/super-editor/src/extensions/text-indent/text-indent.d.ts.map +1 -0
  1485. package/dist/super-editor/super-editor/src/extensions/text-style/index.d.ts +1 -0
  1486. package/dist/super-editor/super-editor/src/extensions/text-style/index.d.ts.map +1 -0
  1487. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts +1 -0
  1488. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts.map +1 -0
  1489. package/dist/super-editor/super-editor/src/extensions/text-transform/index.d.ts +1 -0
  1490. package/dist/super-editor/super-editor/src/extensions/text-transform/index.d.ts.map +1 -0
  1491. package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts +1 -0
  1492. package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts.map +1 -0
  1493. package/dist/super-editor/super-editor/src/extensions/track-changes/constants.d.ts +1 -0
  1494. package/dist/super-editor/super-editor/src/extensions/track-changes/constants.d.ts.map +1 -0
  1495. package/dist/super-editor/super-editor/src/extensions/track-changes/index.d.ts +1 -0
  1496. package/dist/super-editor/super-editor/src/extensions/track-changes/index.d.ts.map +1 -0
  1497. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts +1 -0
  1498. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts.map +1 -0
  1499. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/index.d.ts +1 -0
  1500. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/index.d.ts.map +1 -0
  1501. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts +1 -0
  1502. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts.map +1 -0
  1503. package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts +1 -0
  1504. package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts.map +1 -0
  1505. package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts +1 -0
  1506. package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts.map +1 -0
  1507. package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts +1 -0
  1508. package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts.map +1 -0
  1509. package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts +1 -0
  1510. package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts.map +1 -0
  1511. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts +1 -0
  1512. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts.map +1 -0
  1513. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts +1 -0
  1514. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts.map +1 -0
  1515. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts +1 -0
  1516. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts.map +1 -0
  1517. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts +1 -0
  1518. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts.map +1 -0
  1519. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/index.d.ts +1 -0
  1520. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/index.d.ts.map +1 -0
  1521. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts +1 -0
  1522. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts.map +1 -0
  1523. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts +1 -0
  1524. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts.map +1 -0
  1525. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts +1 -0
  1526. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts.map +1 -0
  1527. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts +1 -0
  1528. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts.map +1 -0
  1529. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts +1 -0
  1530. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts.map +1 -0
  1531. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts +1 -0
  1532. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts.map +1 -0
  1533. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts +1 -0
  1534. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts.map +1 -0
  1535. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts +1 -0
  1536. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts.map +1 -0
  1537. package/dist/super-editor/super-editor/src/extensions/underline/index.d.ts +1 -0
  1538. package/dist/super-editor/super-editor/src/extensions/underline/index.d.ts.map +1 -0
  1539. package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts +1 -0
  1540. package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts.map +1 -0
  1541. package/dist/super-editor/super-editor/src/extensions/vector-shape/VectorShapeView.d.ts +1 -0
  1542. package/dist/super-editor/super-editor/src/extensions/vector-shape/VectorShapeView.d.ts.map +1 -0
  1543. package/dist/super-editor/super-editor/src/extensions/vector-shape/index.d.ts +1 -0
  1544. package/dist/super-editor/super-editor/src/extensions/vector-shape/index.d.ts.map +1 -0
  1545. package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts +1 -0
  1546. package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts.map +1 -0
  1547. package/dist/super-editor/super-editor/src/index.d.ts +1 -0
  1548. package/dist/super-editor/super-editor/src/index.d.ts.map +1 -0
  1549. package/dist/super-editor/super-editor/src/main.d.ts +1 -0
  1550. package/dist/super-editor/super-editor/src/main.d.ts.map +1 -0
  1551. package/dist/super-editor/super-editor/src/tests/data/annotations_doc_content.d.ts +1 -0
  1552. package/dist/super-editor/super-editor/src/tests/data/annotations_doc_content.d.ts.map +1 -0
  1553. package/dist/super-editor/super-editor/src/tests/editor/data/imageBase64.d.ts +1 -0
  1554. package/dist/super-editor/super-editor/src/tests/editor/data/imageBase64.d.ts.map +1 -0
  1555. package/dist/super-editor/super-editor/src/tests/export/data/comments/basic-resolved-comment.d.ts +1 -0
  1556. package/dist/super-editor/super-editor/src/tests/export/data/comments/basic-resolved-comment.d.ts.map +1 -0
  1557. package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts +1 -0
  1558. package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts.map +1 -0
  1559. package/dist/super-editor/super-editor/src/tests/export/export-helpers/index.d.ts +1 -0
  1560. package/dist/super-editor/super-editor/src/tests/export/export-helpers/index.d.ts.map +1 -0
  1561. package/dist/super-editor/super-editor/src/tests/export/export-helpers/list-export-helpers.d.ts +1 -0
  1562. package/dist/super-editor/super-editor/src/tests/export/export-helpers/list-export-helpers.d.ts.map +1 -0
  1563. package/dist/super-editor/super-editor/src/tests/helpers/editor-test-utils.d.ts +1 -0
  1564. package/dist/super-editor/super-editor/src/tests/helpers/editor-test-utils.d.ts.map +1 -0
  1565. package/dist/super-editor/super-editor/src/tests/helpers/getParagraphText.d.ts +1 -0
  1566. package/dist/super-editor/super-editor/src/tests/helpers/getParagraphText.d.ts.map +1 -0
  1567. package/dist/super-editor/super-editor/src/tests/helpers/helpers.d.ts +1 -0
  1568. package/dist/super-editor/super-editor/src/tests/helpers/helpers.d.ts.map +1 -0
  1569. package/dist/super-editor/super-editor/src/tests/import/testUtils.d.ts +1 -0
  1570. package/dist/super-editor/super-editor/src/tests/import/testUtils.d.ts.map +1 -0
  1571. package/dist/super-editor/super-editor/src/utils/contextmenu-helpers.d.ts +1 -0
  1572. package/dist/super-editor/super-editor/src/utils/contextmenu-helpers.d.ts.map +1 -0
  1573. package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts +1 -0
  1574. package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts.map +1 -0
  1575. package/dist/super-editor/super-editor/src/utils/styleIsolation.d.ts +1 -0
  1576. package/dist/super-editor/super-editor/src/utils/styleIsolation.d.ts.map +1 -0
  1577. package/dist/super-editor/super-editor.es.js +6 -6
  1578. package/dist/super-editor/superdoc/src/components/CommentsLayer/types.d.ts +1 -0
  1579. package/dist/super-editor/superdoc/src/components/CommentsLayer/types.d.ts.map +1 -0
  1580. package/dist/super-editor/toolbar.es.js +2 -2
  1581. package/dist/super-editor.cjs +1 -1
  1582. package/dist/super-editor.d.ts +0 -3
  1583. package/dist/super-editor.es.js +1 -1
  1584. package/dist/superdoc.cjs +2 -2
  1585. package/dist/superdoc.es.js +2 -2
  1586. package/dist/superdoc.umd.js +19 -11
  1587. package/dist/superdoc.umd.js.map +1 -1
  1588. package/package.json +1 -1
  1589. package/dist/super-editor/super-editor/postcss.config.d.cts +0 -1
  1590. package/dist/super-editor/super-editor/vite.config.d.ts +0 -2
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const vue = require("./vue-DKMj1I9B.cjs");
4
- const superdoc = require("./index-zeAsCB89.cjs");
4
+ const superdoc = require("./index-BgTTE5c_.cjs");
5
5
  function self(vars) {
6
6
  const {
7
7
  opacityDisabled,
@@ -1,5 +1,5 @@
1
1
  import { m as defineComponent, B as h, O as Transition, $ as process$1, I as watchEffect, d as computed, r as ref, j as onMounted, W as onUnmounted, c as createElementBlock, o as openBlock, a as createBaseVNode, f as createCommentVNode, v as createVNode, x as unref } from "./vue-ZWZLQtoU.es.js";
2
- import { d as derived, c, a as cB, f as fadeInTransition, b as cM, N as NBaseLoading, w as warnOnce, u as useConfig, e as useTheme, p as pxfy, g as createKey, h as useThemeClass, i as useCompitable, _ as _export_sfc, j as useSuperdocStore, s as storeToRefs, k as useSelection } from "./index-DJQlES_f.es.js";
2
+ import { d as derived, c, a as cB, f as fadeInTransition, b as cM, N as NBaseLoading, w as warnOnce, u as useConfig, e as useTheme, p as pxfy, g as createKey, h as useThemeClass, i as useCompitable, _ as _export_sfc, j as useSuperdocStore, s as storeToRefs, k as useSelection } from "./index-1xrfBcQ5.es.js";
3
3
  function self(vars) {
4
4
  const {
5
5
  opacityDisabled,
@@ -1,4 +1,4 @@
1
- import { q as index, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-CLErM40t.es.js";
1
+ import { q as index, C as CommentsPluginKey, h as TrackChangesBasePluginKey, E as Editor, n as getRichTextExtensions, f as SuperInput, e as SuperEditor, A as AIWriter, g as SuperToolbar, i as createZip } from "./super-editor.es-Df3qjLTx.es.js";
2
2
  import { a0 as effectScope, r as ref, _ as markRaw, $ as process$1, a1 as toRaw, d as computed, a2 as isRef, a3 as isReactive, C as toRef, i as inject, p as getCurrentInstance, l as watch, x as unref, a4 as hasInjectionContext, M as reactive, s as nextTick, a5 as getCurrentScope, a6 as onScopeDispose, a7 as toRefs, g as global$1, J as shallowRef, N as readonly, j as onMounted, k as onBeforeUnmount, h as onBeforeMount, S as onActivated, q as onDeactivated, z as createTextVNode, F as Fragment, Q as Comment, m as defineComponent, D as provide, H as withDirectives, B as h, U as Teleport, R as renderSlot, V as isVNode, I as watchEffect, O as Transition, a8 as TransitionGroup, E as mergeProps, P as vShow, G as cloneVNode, T as Text, c as createElementBlock, o as openBlock, t as toDisplayString, v as createVNode, y as withCtx, a as createBaseVNode, A as normalizeStyle, f as createCommentVNode, u as createBlock, w as withModifiers, n as normalizeClass, a9 as resolveDirective, e as renderList, b as createApp, X as resolveDynamicComponent, aa as defineAsyncComponent } from "./vue-ZWZLQtoU.es.js";
3
3
  import { B as BlankDOCX } from "./blank-docx-ABm6XYAA.es.js";
4
4
  import { E as EventEmitter } from "./eventemitter3-BWEnUdTY.es.js";
@@ -17156,7 +17156,7 @@ const _sfc_main = {
17156
17156
  __name: "SuperDoc",
17157
17157
  emits: ["selection-update"],
17158
17158
  setup(__props, { emit: __emit }) {
17159
- const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-DkZrQk4g.es.js"));
17159
+ const PdfViewer = defineAsyncComponent(() => import("./PdfViewer-Chgp4oo5.es.js"));
17160
17160
  const superdocStore = useSuperdocStore();
17161
17161
  const commentsStore = useCommentsStore();
17162
17162
  const {
@@ -17920,7 +17920,7 @@ class SuperDoc extends EventEmitter {
17920
17920
  this.config.colors = shuffleArray(this.config.colors);
17921
17921
  this.userColorMap = /* @__PURE__ */ new Map();
17922
17922
  this.colorIndex = 0;
17923
- this.version = "0.28.2";
17923
+ this.version = "0.29.0-next.3";
17924
17924
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
17925
17925
  this.superdocId = config.superdocId || v4();
17926
17926
  this.colors = this.config.colors;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const superEditor_es = require("./super-editor.es-BV85aAFJ.cjs");
2
+ const superEditor_es = require("./super-editor.es-QOT_8kYn.cjs");
3
3
  const vue = require("./vue-DKMj1I9B.cjs");
4
4
  const blankDocx = require("./blank-docx-DfW3Eeh2.cjs");
5
5
  const eventemitter3 = require("./eventemitter3-DkXkH2rT.cjs");
@@ -17173,7 +17173,7 @@ const _sfc_main = {
17173
17173
  __name: "SuperDoc",
17174
17174
  emits: ["selection-update"],
17175
17175
  setup(__props, { emit: __emit }) {
17176
- const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-D-eZ2Yov.cjs")));
17176
+ const PdfViewer = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./PdfViewer-BpumZCV9.cjs")));
17177
17177
  const superdocStore = useSuperdocStore();
17178
17178
  const commentsStore = useCommentsStore();
17179
17179
  const {
@@ -17937,7 +17937,7 @@ class SuperDoc extends eventemitter3.EventEmitter {
17937
17937
  this.config.colors = shuffleArray(this.config.colors);
17938
17938
  this.userColorMap = /* @__PURE__ */ new Map();
17939
17939
  this.colorIndex = 0;
17940
- this.version = "0.28.2";
17940
+ this.version = "0.29.0-next.3";
17941
17941
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
17942
17942
  this.superdocId = config.superdocId || uuid.v4();
17943
17943
  this.colors = this.config.colors;
@@ -1,4 +1,4 @@
1
- import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-CLErM40t.es.js";
1
+ import { s as getDefaultExportFromCjs$2 } from "./super-editor.es-Df3qjLTx.es.js";
2
2
  import { V as VFile } from "./index-CvBqQJbG-CvBqQJbG.es.js";
3
3
  function bail(error) {
4
4
  if (error) {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./super-editor.es-BV85aAFJ.cjs");
3
+ const superEditor_es = require("./super-editor.es-QOT_8kYn.cjs");
4
4
  const indexCvBqQJbG = require("./index-CvBqQJbG-Dwm0THD7.cjs");
5
5
  function bail(error) {
6
6
  if (error) {
@@ -35589,7 +35589,7 @@ const _SuperConverter = class _SuperConverter2 {
35589
35589
  static getStoredSuperdocVersion(docx) {
35590
35590
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
35591
35591
  }
35592
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "0.28.2") {
35592
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "0.29.0-next.3") {
35593
35593
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
35594
35594
  }
35595
35595
  /**
@@ -50869,9 +50869,10 @@ const CommentsPlugin = Extension.create({
50869
50869
  }
50870
50870
  },
50871
50871
  view() {
50872
- let prevDoc;
50873
- let prevActiveThreadId;
50872
+ let prevDoc = null;
50873
+ let prevActiveThreadId = null;
50874
50874
  let prevAllCommentPositions = {};
50875
+ let hasEverEmitted = false;
50875
50876
  return {
50876
50877
  update(view) {
50877
50878
  const { state: state2 } = view;
@@ -50882,14 +50883,15 @@ const CommentsPlugin = Extension.create({
50882
50883
  if (meta?.type === "setActiveComment" || meta?.forceUpdate) {
50883
50884
  shouldUpdate = true;
50884
50885
  }
50885
- const docChanged = prevDoc && !prevDoc.eq(doc2);
50886
+ const docChanged = !prevDoc || !prevDoc.eq(doc2);
50886
50887
  if (docChanged) shouldUpdate = true;
50887
50888
  const activeThreadChanged = prevActiveThreadId !== currentActiveThreadId;
50888
50889
  if (activeThreadChanged) {
50889
50890
  shouldUpdate = true;
50890
50891
  prevActiveThreadId = currentActiveThreadId;
50891
50892
  }
50892
- const onlyActiveThreadChanged = !docChanged && activeThreadChanged;
50893
+ const isInitialLoad = prevDoc === null;
50894
+ const onlyActiveThreadChanged = !isInitialLoad && !docChanged && activeThreadChanged;
50893
50895
  if (!shouldUpdate) return;
50894
50896
  prevDoc = doc2;
50895
50897
  shouldUpdate = false;
@@ -50969,8 +50971,11 @@ const CommentsPlugin = Extension.create({
50969
50971
  }
50970
50972
  if (!onlyActiveThreadChanged) {
50971
50973
  const positionsChanged = hasPositionsChanged(prevAllCommentPositions, allCommentPositions);
50972
- if (positionsChanged) {
50974
+ const hasComments = Object.keys(allCommentPositions).length > 0;
50975
+ const shouldEmitPositions = positionsChanged || !hasEverEmitted && hasComments;
50976
+ if (shouldEmitPositions) {
50973
50977
  prevAllCommentPositions = allCommentPositions;
50978
+ hasEverEmitted = true;
50974
50979
  editor.emit("comment-positions", { allCommentPositions });
50975
50980
  }
50976
50981
  }
@@ -50988,7 +50993,10 @@ const hasPositionsChanged = (prevPositions, currPositions) => {
50988
50993
  for (const key2 of currKeys) {
50989
50994
  const prev = prevPositions[key2];
50990
50995
  const curr = currPositions[key2];
50991
- if (!prev || prev.top !== curr.top || prev.left !== curr.left) {
50996
+ if (!prev || !prev.bounds || !curr.bounds) {
50997
+ return true;
50998
+ }
50999
+ if (prev.bounds.top !== curr.bounds.top || prev.bounds.left !== curr.bounds.left) {
50992
51000
  return true;
50993
51001
  }
50994
51002
  }
@@ -53770,7 +53778,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
53770
53778
  { default: remarkStringify },
53771
53779
  { default: remarkGfm }
53772
53780
  ] = await Promise.all([
53773
- import("./index-DQ6dCde6-BZTSGgXX.es.js"),
53781
+ import("./index-DMM1ZLTF-Auz2pz2v.es.js"),
53774
53782
  import("./index-DRCvimau-Cw339678.es.js"),
53775
53783
  import("./index-C_x_N6Uh-DJn8hIEt.es.js"),
53776
53784
  import("./index-D_sWOSiG-DE96TaT5.es.js"),
@@ -53988,7 +53996,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
53988
53996
  * @returns {Object | void} Migration results
53989
53997
  */
53990
53998
  processCollaborationMigrations() {
53991
- console.debug("[checkVersionMigrations] Current editor version", "0.28.2");
53999
+ console.debug("[checkVersionMigrations] Current editor version", "0.29.0-next.3");
53992
54000
  if (!this.options.ydoc) return;
53993
54001
  const metaMap = this.options.ydoc.getMap("meta");
53994
54002
  let docVersion = metaMap.get("version");
@@ -35606,7 +35606,7 @@ const _SuperConverter = class _SuperConverter2 {
35606
35606
  static getStoredSuperdocVersion(docx) {
35607
35607
  return _SuperConverter2.getStoredCustomProperty(docx, "SuperdocVersion");
35608
35608
  }
35609
- static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "0.28.2") {
35609
+ static setStoredSuperdocVersion(docx = this.convertedXml, version2 = "0.29.0-next.3") {
35610
35610
  return _SuperConverter2.setStoredCustomProperty(docx, "SuperdocVersion", version2, false);
35611
35611
  }
35612
35612
  /**
@@ -50886,9 +50886,10 @@ const CommentsPlugin = Extension.create({
50886
50886
  }
50887
50887
  },
50888
50888
  view() {
50889
- let prevDoc;
50890
- let prevActiveThreadId;
50889
+ let prevDoc = null;
50890
+ let prevActiveThreadId = null;
50891
50891
  let prevAllCommentPositions = {};
50892
+ let hasEverEmitted = false;
50892
50893
  return {
50893
50894
  update(view) {
50894
50895
  const { state: state2 } = view;
@@ -50899,14 +50900,15 @@ const CommentsPlugin = Extension.create({
50899
50900
  if (meta?.type === "setActiveComment" || meta?.forceUpdate) {
50900
50901
  shouldUpdate = true;
50901
50902
  }
50902
- const docChanged = prevDoc && !prevDoc.eq(doc2);
50903
+ const docChanged = !prevDoc || !prevDoc.eq(doc2);
50903
50904
  if (docChanged) shouldUpdate = true;
50904
50905
  const activeThreadChanged = prevActiveThreadId !== currentActiveThreadId;
50905
50906
  if (activeThreadChanged) {
50906
50907
  shouldUpdate = true;
50907
50908
  prevActiveThreadId = currentActiveThreadId;
50908
50909
  }
50909
- const onlyActiveThreadChanged = !docChanged && activeThreadChanged;
50910
+ const isInitialLoad = prevDoc === null;
50911
+ const onlyActiveThreadChanged = !isInitialLoad && !docChanged && activeThreadChanged;
50910
50912
  if (!shouldUpdate) return;
50911
50913
  prevDoc = doc2;
50912
50914
  shouldUpdate = false;
@@ -50986,8 +50988,11 @@ const CommentsPlugin = Extension.create({
50986
50988
  }
50987
50989
  if (!onlyActiveThreadChanged) {
50988
50990
  const positionsChanged = hasPositionsChanged(prevAllCommentPositions, allCommentPositions);
50989
- if (positionsChanged) {
50991
+ const hasComments = Object.keys(allCommentPositions).length > 0;
50992
+ const shouldEmitPositions = positionsChanged || !hasEverEmitted && hasComments;
50993
+ if (shouldEmitPositions) {
50990
50994
  prevAllCommentPositions = allCommentPositions;
50995
+ hasEverEmitted = true;
50991
50996
  editor.emit("comment-positions", { allCommentPositions });
50992
50997
  }
50993
50998
  }
@@ -51005,7 +51010,10 @@ const hasPositionsChanged = (prevPositions, currPositions) => {
51005
51010
  for (const key2 of currKeys) {
51006
51011
  const prev = prevPositions[key2];
51007
51012
  const curr = currPositions[key2];
51008
- if (!prev || prev.top !== curr.top || prev.left !== curr.left) {
51013
+ if (!prev || !prev.bounds || !curr.bounds) {
51014
+ return true;
51015
+ }
51016
+ if (prev.bounds.top !== curr.bounds.top || prev.bounds.left !== curr.bounds.left) {
51009
51017
  return true;
51010
51018
  }
51011
51019
  }
@@ -53787,7 +53795,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
53787
53795
  { default: remarkStringify },
53788
53796
  { default: remarkGfm }
53789
53797
  ] = await Promise.all([
53790
- Promise.resolve().then(() => require("./index-DQ6dCde6-BnMDi7G1.cjs")),
53798
+ Promise.resolve().then(() => require("./index-DMM1ZLTF-HSEf71Fq.cjs")),
53791
53799
  Promise.resolve().then(() => require("./index-DRCvimau-H4Ck3S9a.cjs")),
53792
53800
  Promise.resolve().then(() => require("./index-C_x_N6Uh-Db3CUJMX.cjs")),
53793
53801
  Promise.resolve().then(() => require("./index-D_sWOSiG-BtDZzJ6I.cjs")),
@@ -54005,7 +54013,7 @@ const _Editor = class _Editor2 extends EventEmitter$1 {
54005
54013
  * @returns {Object | void} Migration results
54006
54014
  */
54007
54015
  processCollaborationMigrations() {
54008
- console.debug("[checkVersionMigrations] Current editor version", "0.28.2");
54016
+ console.debug("[checkVersionMigrations] Current editor version", "0.29.0-next.3");
54009
54017
  if (!this.options.ydoc) return;
54010
54018
  const metaMap = this.options.ydoc.getMap("meta");
54011
54019
  let docVersion = metaMap.get("version");
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * This renders a list of comments into an element, connected to main SuperDoc instance
5
5
  */
6
- export class SuperComments {
6
+ export class SuperComments extends EventEmitter<string | symbol, any> {
7
7
  constructor(options: any, superdoc: any);
8
8
  element: any;
9
9
  config: {
@@ -18,4 +18,5 @@ export class SuperComments {
18
18
  close(): void;
19
19
  open(): void;
20
20
  }
21
+ import EventEmitter from 'eventemitter3';
21
22
  //# sourceMappingURL=super-comments-list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"super-comments-list.d.ts","sourceRoot":"","sources":["../../../../src/components/CommentsLayer/commentsList/super-comments-list.js"],"names":[],"mappings":"AAMA;;;;GAIG;AACH;IASE,yCAOC;IAfD,aAAQ;IAER;;;;MAIE;IAMA,gCAAe;IACf,cAAwB;IAI1B,qBAUC;IADC,yQAA6C;IAG/C,cAOC;IAED,aAIC;CACF"}
1
+ {"version":3,"file":"super-comments-list.d.ts","sourceRoot":"","sources":["../../../../src/components/CommentsLayer/commentsList/super-comments-list.js"],"names":[],"mappings":"AAMA;;;;GAIG;AACH;IASE,yCAOC;IAfD,aAAQ;IAER;;;;MAIE;IAMA,gCAAe;IACf,cAAwB;IAI1B,qBAUC;IADC,yQAA6C;IAG/C,cAOC;IAED,aAIC;CACF;yBAvDwB,eAAe"}
@@ -33,15 +33,111 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
33
33
  userColorMap: Map<any, any>;
34
34
  colorIndex: number;
35
35
  superdocId: any;
36
- colors: any;
37
- user: any;
36
+ colors: string[];
37
+ user: import("./types").User;
38
38
  socket: any;
39
- isDev: any;
40
- activeEditor: any;
39
+ isDev: boolean;
40
+ activeEditor: {
41
+ setHighContrastMode: (value: any) => void;
42
+ get docChanged(): boolean;
43
+ mount(el: any): void;
44
+ unmount(): void;
45
+ view: any;
46
+ setToolbar(toolbar: any): void;
47
+ toolbar: any;
48
+ focus(): void;
49
+ get state(): any;
50
+ get storage(): any;
51
+ readonly commands: any;
52
+ readonly helpers: EditorHelpers;
53
+ get isEditable(): boolean;
54
+ get isDestroyed(): boolean;
55
+ get element(): HTMLElement;
56
+ get users(): Array<User>;
57
+ chain(): any;
58
+ can(): any;
59
+ setDocumentMode(documentMode: string, caller: string): void;
60
+ generateCollaborationUpdate(): Promise<Uint8Array>;
61
+ initializeCollaborationData(): void;
62
+ replaceContent(content: object): void;
63
+ setOptions(options?: EditorOptions): void;
64
+ options: any;
65
+ setEditable(editable?: boolean, emitUpdate?: boolean): void;
66
+ registerPlugin(plugin: any, handlePlugins: any): void;
67
+ unregisterPlugin(nameOrPluginKey: string | any): void;
68
+ createNodeViews(): void;
69
+ getMaxContentSize(): any;
70
+ updateEditorStyles(element: any, proseMirror: any, hasPaginationEnabled?: boolean): void;
71
+ initDefaultStyles(element?: HTMLElement, isPaginationEnabled?: boolean): void;
72
+ initMobileStyles(element: HTMLElement | void): void;
73
+ getDocumentIdentifier(): Promise<string>;
74
+ getDocumentGuid(): string | null;
75
+ isDocumentModified(): boolean;
76
+ getTelemetryData(): Promise<{
77
+ documentId: string;
78
+ isModified: boolean;
79
+ isPermanentId: boolean;
80
+ version: any;
81
+ }>;
82
+ getDocumentId(): string;
83
+ getAttributes(nameOrType: string): any;
84
+ isActive(nameOrAttributes: string | any, attributesOrUndefined?: any): boolean;
85
+ getJSON(): any;
86
+ getMetadata(): {
87
+ documentGuid: string | null;
88
+ isModified: boolean;
89
+ version: string | null;
90
+ };
91
+ getHTML({ unflattenLists }?: {
92
+ unflattenLists?: boolean;
93
+ }): string;
94
+ getMarkdown(): Promise<string>;
95
+ getDocumentVersion(): string | null;
96
+ createChildEditor(options: EditorOptions): {
97
+ new (options: EditorOptions): /*elided*/ any;
98
+ loadXmlData(fileSource: File | Blob | Buffer, isNode2?: boolean): Promise<any[]>;
99
+ getDocumentVersion(doc2: any): string;
100
+ setDocumentVersion(doc2: any, version2: any): string;
101
+ getDocumentGuid(doc2: any): string | null;
102
+ updateDocumentVersion(doc2: any, version2: any): string;
103
+ checkIfMigrationsNeeded(): boolean;
104
+ };
105
+ getPageStyles(): any;
106
+ updatePageStyle({ pageMargins }: {
107
+ pageMargins: any;
108
+ }): void;
109
+ migrateListsToV2(): any[];
110
+ getUpdatedJson(): any;
111
+ exportDocx({ isFinalDoc, commentsType, exportJsonOnly, exportXmlOnly, comments, getUpdatedDocs, fieldsHighlightColor }?: {
112
+ isFinalDoc?: boolean;
113
+ commentsType?: string;
114
+ comments?: any[];
115
+ getUpdatedDocs?: boolean;
116
+ }): Promise<Blob | ArrayBuffer | any>;
117
+ destroy(): void;
118
+ destroyHeaderFooterEditors(): void;
119
+ processCollaborationMigrations(): any | void;
120
+ replaceFile(newFile: any): Promise<void>;
121
+ getInternalXmlFile(name: string, type?: string): any | string;
122
+ updateInternalXmlFile(name: string, updatedContent: string): void;
123
+ getNodesOfType(type: string): any[];
124
+ replaceNodeWithHTML(targetNode: any, html: string): void;
125
+ prepareForAnnotations(annotationValues?: FieldValue[]): void;
126
+ migrateParagraphFields(annotationValues?: FieldValue[]): Promise<FieldValue[]>;
127
+ annotate(annotationValues?: FieldValue[], hiddenIds?: string[], removeEmptyFields?: boolean): void;
128
+ previewAnnotations(annotationValues?: any[], hiddenIds?: string[]): void;
129
+ originalState: any;
130
+ closePreview(): void;
131
+ on(name: string, fn2: any): void;
132
+ emit(name: string, ...args: any[]): void;
133
+ off(name: string, fn2: any): void;
134
+ once(name: string, fn2: any): void;
135
+ removeAllListeners(): void;
136
+ };
41
137
  comments: any[];
42
138
  readyEditors: number;
43
- isLocked: any;
44
- lockedBy: any;
139
+ isLocked: boolean;
140
+ lockedBy: import("./types").User;
45
141
  /**
46
142
  * Get the number of editors that are required for this superdoc
47
143
  * @returns {number} The number of required editors
@@ -49,7 +145,7 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
49
145
  get requiredNumberOfEditors(): number;
50
146
  get state(): {
51
147
  documents: any;
52
- users: any[];
148
+ users: import("./types").User[];
53
149
  };
54
150
  /**
55
151
  * Get the SuperDoc container element
@@ -252,14 +348,14 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
252
348
  setHighContrastMode(isHighContrast: boolean): void;
253
349
  #private;
254
350
  }
255
- export type User = any;
256
- export type TelemetryConfig = any;
257
- export type Document = any;
258
- export type Modules = any;
259
- export type Editor = any;
260
- export type DocumentMode = any;
261
- export type Config = any;
262
- export type ExportParams = any;
351
+ export type User = import("./types").User;
352
+ export type TelemetryConfig = import("./types").TelemetryConfig;
353
+ export type Document = import("./types").Document;
354
+ export type Modules = import("./types").Modules;
355
+ export type Editor = import("./types").Editor;
356
+ export type DocumentMode = import("./types").DocumentMode;
357
+ export type Config = import("./types").Config;
358
+ export type ExportParams = import("./types").ExportParams;
263
359
  import { EventEmitter } from 'eventemitter3';
264
360
  import { Telemetry } from '@harbour-enterprises/common/Telemetry.js';
265
361
  import { SuperToolbar } from '@harbour-enterprises/super-editor';
@@ -1 +1 @@
1
- {"version":3,"file":"SuperDoc.d.ts","sourceRoot":"","sources":["../../src/core/SuperDoc.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SuperDoc.d.ts","sourceRoot":"","sources":["../../src/core/SuperDoc.js"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/types/index.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/types/index.js"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ <svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.375 7.625V11.875C5.375 12.0408 5.44085 12.1997 5.55806 12.3169C5.67527 12.4342 5.83424 12.5 6 12.5C6.16576 12.5 6.32473 12.4342 6.44194 12.3169C6.55915 12.1997 6.625 12.0408 6.625 11.875V7.625L7.125 7.125H11.375C11.5408 7.125 11.6997 7.05915 11.8169 6.94194C11.9342 6.82473 12 6.66576 12 6.5C12 6.33424 11.9342 6.17527 11.8169 6.05806C11.6997 5.94085 11.5408 5.875 11.375 5.875H7.125L6.625 5.375V1.125C6.625 0.95924 6.55915 0.800269 6.44194 0.683058C6.32473 0.565848 6.16576 0.5 6 0.5C5.83424 0.5 5.67527 0.565848 5.55806 0.683058C5.44085 0.800269 5.375 0.95924 5.375 1.125V5.375L4.875 5.875H0.625C0.45924 5.875 0.300269 5.94085 0.183058 6.05806C0.065848 6.17527 0 6.33424 0 6.5C0 6.66576 0.065848 6.82473 0.183058 6.94194C0.300269 7.05915 0.45924 7.125 0.625 7.125H4.762L5.375 7.625Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.49073 1.3015L3.30873 2.1505C3.29349 2.22246 3.25769 2.28844 3.20568 2.34045C3.15368 2.39246 3.08769 2.42826 3.01573 2.4435L2.16673 2.6255C1.76473 2.7125 1.76473 3.2865 2.16673 3.3725L3.01573 3.5555C3.08769 3.57074 3.15368 3.60654 3.20568 3.65855C3.25769 3.71056 3.29349 3.77654 3.30873 3.8485L3.49073 4.6975C3.57773 5.0995 4.15173 5.0995 4.23773 4.6975L4.42073 3.8485C4.43598 3.77654 4.47177 3.71056 4.52378 3.65855C4.57579 3.60654 4.64178 3.57074 4.71373 3.5555L5.56173 3.3725C5.96373 3.2855 5.96373 2.7115 5.56173 2.6255L4.71273 2.4435C4.64083 2.42814 4.57491 2.3923 4.52292 2.34031C4.47093 2.28832 4.43509 2.2224 4.41973 2.1505L4.23773 1.3015C4.15073 0.8995 3.57673 0.8995 3.49073 1.3015ZM10.8647 13.9995C10.4853 14.0056 10.1158 13.8782 9.82067 13.6397C9.52553 13.4013 9.32347 13.0667 9.24973 12.6945L8.89273 11.0275C8.83676 10.7687 8.70738 10.5316 8.52009 10.3445C8.3328 10.1574 8.09554 10.0282 7.83673 9.9725L6.16973 9.6155C5.38873 9.4465 4.86473 8.7975 4.86473 7.9995C4.86473 7.2015 5.38873 6.5525 6.16973 6.3845L7.83673 6.0275C8.09551 5.97135 8.33267 5.84193 8.51992 5.65468C8.70716 5.46744 8.83658 5.23028 8.89273 4.9715L9.25073 3.3045C9.41773 2.5235 10.0667 1.9995 10.8647 1.9995C11.6627 1.9995 12.3117 2.5235 12.4797 3.3045L12.8367 4.9715C12.9507 5.4995 13.3647 5.9135 13.8927 6.0265L15.5597 6.3835C16.3407 6.5525 16.8647 7.2015 16.8647 7.9995C16.8647 8.7975 16.3407 9.4465 15.5597 9.6145L13.8927 9.9715C13.6337 10.0275 13.3963 10.157 13.209 10.3445C13.0217 10.5319 12.8925 10.7694 12.8367 11.0285L12.4787 12.6945C12.4054 13.0667 12.2036 13.4014 11.9086 13.6399C11.6135 13.8784 11.2441 14.0057 10.8647 13.9995ZM10.8647 3.2495C10.7667 3.2495 10.5337 3.2795 10.4727 3.5655L10.1147 5.2335C10.0081 5.72777 9.76116 6.18082 9.40361 6.53837C9.04606 6.89593 8.59301 7.14283 8.09873 7.2495L6.43173 7.6065C6.14573 7.6685 6.11473 7.9015 6.11473 7.9995C6.11473 8.0975 6.14573 8.3305 6.43173 8.3925L8.09873 8.7495C8.59301 8.85617 9.04606 9.10307 9.40361 9.46062C9.76116 9.81817 10.0081 10.2712 10.1147 10.7655L10.4727 12.4335C10.5337 12.7195 10.7667 12.7495 10.8647 12.7495C10.9627 12.7495 11.1957 12.7195 11.2567 12.4335L11.6147 10.7665C11.7212 10.272 11.9681 9.81878 12.3256 9.46103C12.6832 9.10329 13.1363 8.85624 13.6307 8.7495L15.2977 8.3925C15.5837 8.3305 15.6147 8.0975 15.6147 7.9995C15.6147 7.9015 15.5837 7.6685 15.2977 7.6065L13.6307 7.2495C13.1365 7.14283 12.6834 6.89593 12.3259 6.53837C11.9683 6.18082 11.7214 5.72777 11.6147 5.2335L11.2567 3.5655C11.1957 3.2795 10.9627 3.2495 10.8647 3.2495ZM3.30873 12.1505L3.49073 11.3015C3.57673 10.8995 4.15073 10.8995 4.23773 11.3015L4.41973 12.1505C4.43509 12.2224 4.47093 12.2883 4.52292 12.3403C4.57491 12.3923 4.64083 12.4281 4.71273 12.4435L5.56173 12.6255C5.96373 12.7115 5.96373 13.2855 5.56173 13.3725L4.71273 13.5545C4.64083 13.5699 4.57491 13.6057 4.52292 13.6577C4.47093 13.7097 4.43509 13.7756 4.41973 13.8475L4.23773 14.6965C4.15173 15.0985 3.57773 15.0985 3.49073 14.6965L3.30873 13.8475C3.29337 13.7756 3.25754 13.7097 3.20555 13.6577C3.15356 13.6057 3.08764 13.5699 3.01573 13.5545L2.16673 13.3725C1.76473 13.2865 1.76473 12.7125 2.16673 12.6255L3.01573 12.4435C3.08769 12.4283 3.15368 12.3925 3.20568 12.3405C3.25769 12.2884 3.29349 12.2225 3.30873 12.1505Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 0.5C5.21207 0.5 4.43185 0.655195 3.7039 0.956723C2.97595 1.25825 2.31451 1.70021 1.75736 2.25736C1.20021 2.81451 0.758251 3.47595 0.456723 4.2039C0.155195 4.93185 0 5.71207 0 6.5C0 7.28793 0.155195 8.06815 0.456723 8.7961C0.758251 9.52405 1.20021 10.1855 1.75736 10.7426C2.31451 11.2998 2.97595 11.7417 3.7039 12.0433C4.43185 12.3448 5.21207 12.5 6 12.5C7.5913 12.5 9.11742 11.8679 10.2426 10.7426C11.3679 9.61742 12 8.0913 12 6.5C12 4.9087 11.3679 3.38258 10.2426 2.25736C9.11742 1.13214 7.5913 0.5 6 0.5ZM5.06 8.9L2.9464 6.7856C2.85273 6.69171 2.80018 6.56446 2.80033 6.43183C2.80048 6.29921 2.85331 6.17207 2.9472 6.0784C3.04109 5.98473 3.16834 5.93218 3.30097 5.93233C3.43359 5.93248 3.56073 5.98531 3.6544 6.0792L5.3112 7.7368L8.3464 4.7008C8.44109 4.6109 8.56715 4.56153 8.69771 4.56322C8.82827 4.56492 8.95301 4.61754 9.04534 4.70986C9.13766 4.80219 9.19028 4.92693 9.19198 5.05749C9.19367 5.18805 9.1443 5.31411 9.0544 5.4088L5.5624 8.9H5.06Z" fill="#FBFBFE"/>
3
+ </svg>
@@ -0,0 +1,30 @@
1
+ <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
3
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
5
+ <style>
6
+ @media not (prefers-reduced-motion) {
7
+ @keyframes loadingRotate {
8
+ from { rotate: 0; } to { rotate: 360deg }
9
+ }
10
+ #circle-arrows {
11
+ animation: loadingRotate 1.8s linear infinite;
12
+ transform-origin: 50% 50%;
13
+ }
14
+ #hourglass {
15
+ display: none;
16
+ }
17
+ }
18
+
19
+ @media (prefers-reduced-motion) {
20
+ #circle-arrows {
21
+ display: none;
22
+ }
23
+ }
24
+ </style>
25
+ <path id="circle-arrows" d="M9 5.528c0 .42.508.63.804.333l2.528-2.528a.47.47 0 0 0 0-.666L9.805.14A.471.471 0 0 0 9 .472v1.866A5.756 5.756 0 0 0 2.25 8c0 .942.232 1.83.635 2.615l1.143-1.143A4.208 4.208 0 0 1 3.75 8 4.254 4.254 0 0 1 8 3.75c.345 0 .68.042 1 .122v1.656zM7 10.472v1.656c.32.08.655.122 1 .122A4.254 4.254 0 0 0 12.25 8c0-.52-.107-1.013-.279-1.474l1.143-1.143c.404.786.636 1.674.636 2.617A5.756 5.756 0 0 1 7 13.662v1.866a.47.47 0 0 1-.804.333l-2.528-2.528a.47.47 0 0 1 0-.666l2.528-2.528a.47.47 0 0 1 .804.333z"/>
26
+ <g id="hourglass">
27
+ <path d="M13,1 C13.5522847,1 14,1.44771525 14,2 C14,2.55228475 13.5522847,3 13,3 L12.9854217,2.99990801 C12.9950817,3.16495885 13,3.33173274 13,3.5 C13,5.24679885 10.9877318,6.01090495 10.9877318,8.0017538 C10.9877318,9.99260264 13,10.7536922 13,12.5 C13,12.6686079 12.9950617,12.8357163 12.985363,13.0010943 L13,13 C13.5522847,13 14,13.4477153 14,14 C14,14.5522847 13.5522847,15 13,15 L3,15 C2.44771525,15 2,14.5522847 2,14 C2,13.4477153 2.44771525,13 3,13 L3.01463704,13.0010943 C3.00493827,12.8357163 3,12.6686079 3,12.5 C3,10.7536922 4.9877318,9.99260264 5,8.0017538 C5.0122682,6.01090495 3,5.24679885 3,3.5 C3,3.33173274 3.00491834,3.16495885 3.01457832,2.99990801 L3,3 C2.44771525,3 2,2.55228475 2,2 C2,1.44771525 2.44771525,1 3,1 L13,1 Z M10.987,3 L5.012,3 L5.00308914,3.24815712 C5.00103707,3.33163368 5,3.4155948 5,3.5 C5,5.36125069 6.99153646,6.01774089 6.99153646,8.0017538 C6.99153646,9.98576671 5,10.6393737 5,12.5 L5.00307746,12.7513676 L5.01222201,12.9998392 L5.60191711,12.9988344 L6.0425138,12.2959826 C7.02362731,10.7653275 7.67612271,10 8,10 C8.37014547,10 9.16950644,10.9996115 10.3980829,12.9988344 L10.987778,12.9998392 C10.9958674,12.8352104 11,12.66849 11,12.5 C11,10.6393737 8.98689779,10.0147381 8.98689779,8.0017538 C8.98689779,5.98876953 11,5.36125069 11,3.5 L10.9969109,3.24815712 L10.987,3 Z"/>
28
+ <path d="M6,4 L10,4 C8.95166016,6 8.28499349,7 8,7 C7.71500651,7 7.04833984,6 6,4 Z"/>
29
+ </g>
30
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.78182 2.63903C8.58882 2.28803 8.25782 2.25003 8.12482 2.25003C7.99019 2.24847 7.85771 2.28393 7.74185 2.35253C7.62599 2.42113 7.5312 2.52023 7.46782 2.63903L1.97082 12.639C1.90673 12.7528 1.87406 12.8816 1.87617 13.0122C1.87828 13.1427 1.91509 13.2704 1.98282 13.382C2.04798 13.4951 2.14207 13.5888 2.25543 13.6535C2.36879 13.7182 2.49732 13.7515 2.62782 13.75H13.6218C13.7523 13.7515 13.8809 13.7182 13.9942 13.6535C14.1076 13.5888 14.2017 13.4951 14.2668 13.382C14.3346 13.2704 14.3714 13.1427 14.3735 13.0122C14.3756 12.8816 14.3429 12.7528 14.2788 12.639L8.78182 2.63903ZM6.37282 2.03703C6.75182 1.34603 7.43882 1.00003 8.12482 1.00003C8.48341 0.997985 8.83583 1.09326 9.14454 1.2757C9.45325 1.45814 9.70668 1.72092 9.87782 2.03603L15.3748 12.036C16.1078 13.369 15.1438 15 13.6228 15H2.62782C1.10682 15 0.141823 13.37 0.875823 12.037L6.37282 2.03703ZM8.74982 9.06203C8.74982 9.22779 8.68397 9.38676 8.56676 9.50397C8.44955 9.62118 8.29058 9.68703 8.12482 9.68703C7.95906 9.68703 7.80009 9.62118 7.68288 9.50397C7.56566 9.38676 7.49982 9.22779 7.49982 9.06203V5.62503C7.49982 5.45927 7.56566 5.3003 7.68288 5.18309C7.80009 5.06588 7.95906 5.00003 8.12482 5.00003C8.29058 5.00003 8.44955 5.06588 8.56676 5.18309C8.68397 5.3003 8.74982 5.45927 8.74982 5.62503V9.06203ZM7.74982 12L7.49982 11.75V11L7.74982 10.75H8.49982L8.74982 11V11.75L8.49982 12H7.74982Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="40"
5
+ height="40"
6
+ viewBox="0 0 40 40">
7
+ <path
8
+ d="M 1.5006714,23.536225 6.8925879,18.994244 14.585721,26.037937 34.019683,4.5410479 38.499329,9.2235032 14.585721,35.458952 z"
9
+ id="path4"
10
+ style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:1.25402856;stroke-opacity:1" />
11
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ height="40"
5
+ width="40"
6
+ viewBox="0 0 40 40">
7
+ <rect
8
+ style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
9
+ width="33.76017"
10
+ height="33.76017"
11
+ x="3.119915"
12
+ y="3.119915" />
13
+ <path
14
+ d="m 20.677967,8.54499 c -7.342801,0 -13.295293,4.954293 -13.295293,11.065751 0,2.088793 0.3647173,3.484376 1.575539,5.150563 L 6.0267418,31.45501 13.560595,29.011117 c 2.221262,1.387962 4.125932,1.665377 7.117372,1.665377 7.3428,0 13.295291,-4.954295 13.295291,-11.065753 0,-6.111458 -5.952491,-11.065751 -13.295291,-11.065751 z"
15
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.93031836;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/>
16
+ </svg>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="40"
5
+ height="40"
6
+ viewBox="0 0 40 40">
7
+ <g
8
+ transform="translate(0,-60)"
9
+ id="layer1">
10
+ <rect
11
+ width="36.460953"
12
+ height="34.805603"
13
+ x="1.7695236"
14
+ y="62.597198"
15
+ style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.30826771;stroke-opacity:1" />
16
+ <g
17
+ transform="matrix(0.88763677,0,0,0.88763677,2.2472646,8.9890584)">
18
+ <path
19
+ d="M 20,64.526342 C 11.454135,64.526342 4.5263421,71.454135 4.5263421,80 4.5263421,88.545865 11.454135,95.473658 20,95.473658 28.545865,95.473658 35.473658,88.545865 35.473658,80 35.473658,71.454135 28.545865,64.526342 20,64.526342 z m -0.408738,9.488564 c 3.527079,0 6.393832,2.84061 6.393832,6.335441 0,3.494831 -2.866753,6.335441 -6.393832,6.335441 -3.527079,0 -6.393832,-2.84061 -6.393832,-6.335441 0,-3.494831 2.866753,-6.335441 6.393832,-6.335441 z"
20
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.02768445;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
21
+ <path
22
+ d="m 7.2335209,71.819938 4.9702591,4.161823 c -1.679956,2.581606 -1.443939,6.069592 0.159325,8.677725 l -5.1263071,3.424463 c 0.67516,1.231452 3.0166401,3.547686 4.2331971,4.194757 l 3.907728,-4.567277 c 2.541952,1.45975 5.730694,1.392161 8.438683,-0.12614 l 3.469517,6.108336 c 1.129779,-0.44367 4.742234,-3.449633 5.416358,-5.003859 l -5.46204,-4.415541 c 1.44319,-2.424098 1.651175,-5.267515 0.557303,-7.748623 l 5.903195,-3.833951 C 33.14257,71.704996 30.616217,69.018606 29.02952,67.99296 l -4.118813,4.981678 C 22.411934,71.205099 18.900853,70.937534 16.041319,72.32916 l -3.595408,-5.322091 c -1.345962,0.579488 -4.1293881,2.921233 -5.2123901,4.812869 z m 8.1010311,3.426672 c 2.75284,-2.446266 6.769149,-2.144694 9.048998,0.420874 2.279848,2.56557 2.113919,6.596919 -0.638924,9.043185 -2.752841,2.446267 -6.775754,2.13726 -9.055604,-0.428308 -2.279851,-2.565568 -2.107313,-6.589485 0.64553,-9.035751 z"
23
+ style="fill:#000000;fill-opacity:1;stroke:none" />
24
+ </g>
25
+ </g>
26
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="64"
5
+ height="64"
6
+ viewBox="0 0 64 64">
7
+ <path
8
+ d="M 32.003143,1.4044602 57.432701,62.632577 6.5672991,62.627924 z"
9
+ style="fill:#ffff00;fill-opacity:0.94117647;fill-rule:nonzero;stroke:#000000;stroke-width:1.00493038;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="64"
5
+ height="64"
6
+ viewBox="0 0 64 64">
7
+ <path
8
+ d="M 25.470843,9.4933766 C 25.30219,12.141818 30.139101,14.445969 34.704831,13.529144 40.62635,12.541995 41.398833,7.3856498 35.97505,5.777863 31.400921,4.1549155 25.157674,6.5445892 25.470843,9.4933766 z M 4.5246282,17.652051 C 4.068249,11.832873 9.2742983,5.9270407 18.437379,3.0977088 29.751911,-0.87185184 45.495663,1.4008022 53.603953,7.1104009 c 9.275765,6.1889221 7.158128,16.2079421 -3.171076,21.5939521 -1.784316,1.635815 -6.380222,1.21421 -7.068351,3.186186 -1.04003,0.972427 -1.288046,2.050158 -1.232864,3.168203 1.015111,2.000108 -3.831548,1.633216 -3.270553,3.759574 0.589477,5.264544 -0.179276,10.53738 -0.362842,15.806257 -0.492006,2.184998 1.163456,4.574232 -0.734888,6.610642 -2.482919,2.325184 -7.30604,2.189143 -9.193497,-0.274767 -2.733688,-1.740626 -8.254447,-3.615254 -6.104247,-6.339626 3.468112,-1.708686 -2.116197,-3.449897 0.431242,-5.080274 5.058402,-1.39256 -2.393215,-2.304318 -0.146889,-4.334645 3.069198,-0.977415 2.056986,-2.518352 -0.219121,-3.540397 1.876567,-1.807151 1.484149,-4.868919 -2.565455,-5.942205 0.150866,-1.805474 2.905737,-4.136876 -1.679967,-5.20493 C 10.260902,27.882167 4.6872697,22.95045 4.5245945,17.652051 z"
9
+ id="path604"
10
+ style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:1.72665179;stroke-opacity:1" />
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="64"
5
+ height="64"
6
+ viewBox="0 0 64 64">
7
+ <path
8
+ d="M 32.003143,10.913072 57.432701,53.086929 6.567299,53.083723 z"
9
+ id="path2985"
10
+ style="fill:#ffff00;fill-opacity:0.94117647;fill-rule:nonzero;stroke:#000000;stroke-width:0.83403099;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
11
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ width="40"
5
+ height="40"
6
+ viewBox="0 0 40 40">
7
+ </svg>