commspliant-html-editor 0.0.4 → 0.0.5

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 (411) hide show
  1. package/README.md +57 -4
  2. package/dist/404.html +19 -0
  3. package/dist/assets/index-8mpvnzOy.js +375 -0
  4. package/dist/{commspliant-html-editor.css → assets/index-Cu8klpl0.css} +1 -1
  5. package/dist/index.html +19 -0
  6. package/dist/logo.svg +314 -0
  7. package/package.json +1 -1
  8. package/dist/chrome/ChromeTheme.d.ts +0 -14
  9. package/dist/chrome/ChromeTheme.d.ts.map +0 -1
  10. package/dist/components/Editor.d.ts +0 -3
  11. package/dist/components/Editor.d.ts.map +0 -1
  12. package/dist/components/HtmlSurface.d.ts +0 -9
  13. package/dist/components/HtmlSurface.d.ts.map +0 -1
  14. package/dist/components/MultiPageVisualSurface.d.ts +0 -22
  15. package/dist/components/MultiPageVisualSurface.d.ts.map +0 -1
  16. package/dist/components/VisualSurface.d.ts +0 -14
  17. package/dist/components/VisualSurface.d.ts.map +0 -1
  18. package/dist/core/audio.d.ts +0 -16
  19. package/dist/core/audio.d.ts.map +0 -1
  20. package/dist/core/blockFormat.d.ts +0 -10
  21. package/dist/core/blockFormat.d.ts.map +0 -1
  22. package/dist/core/blocks.d.ts +0 -19
  23. package/dist/core/blocks.d.ts.map +0 -1
  24. package/dist/core/bookmark.d.ts +0 -10
  25. package/dist/core/bookmark.d.ts.map +0 -1
  26. package/dist/core/cellProperties.d.ts +0 -20
  27. package/dist/core/cellProperties.d.ts.map +0 -1
  28. package/dist/core/clearFormatting.d.ts +0 -2
  29. package/dist/core/clearFormatting.d.ts.map +0 -1
  30. package/dist/core/clipboard.d.ts +0 -9
  31. package/dist/core/clipboard.d.ts.map +0 -1
  32. package/dist/core/commandTypes.d.ts +0 -298
  33. package/dist/core/commandTypes.d.ts.map +0 -1
  34. package/dist/core/commands.d.ts +0 -5
  35. package/dist/core/commands.d.ts.map +0 -1
  36. package/dist/core/cssLength.d.ts +0 -13
  37. package/dist/core/cssLength.d.ts.map +0 -1
  38. package/dist/core/customActions.d.ts +0 -12
  39. package/dist/core/customActions.d.ts.map +0 -1
  40. package/dist/core/customCss.d.ts +0 -15
  41. package/dist/core/customCss.d.ts.map +0 -1
  42. package/dist/core/documentStyles.d.ts +0 -4
  43. package/dist/core/documentStyles.d.ts.map +0 -1
  44. package/dist/core/fontFamily.d.ts +0 -40
  45. package/dist/core/fontFamily.d.ts.map +0 -1
  46. package/dist/core/fontSize.d.ts +0 -25
  47. package/dist/core/fontSize.d.ts.map +0 -1
  48. package/dist/core/fontSizeUnits.d.ts +0 -29
  49. package/dist/core/fontSizeUnits.d.ts.map +0 -1
  50. package/dist/core/formatBrush.d.ts +0 -10
  51. package/dist/core/formatBrush.d.ts.map +0 -1
  52. package/dist/core/horizontalRule.d.ts +0 -4
  53. package/dist/core/horizontalRule.d.ts.map +0 -1
  54. package/dist/core/image.d.ts +0 -19
  55. package/dist/core/image.d.ts.map +0 -1
  56. package/dist/core/imageProperties.d.ts +0 -35
  57. package/dist/core/imageProperties.d.ts.map +0 -1
  58. package/dist/core/imageResize.d.ts +0 -18
  59. package/dist/core/imageResize.d.ts.map +0 -1
  60. package/dist/core/imageSize.d.ts +0 -23
  61. package/dist/core/imageSize.d.ts.map +0 -1
  62. package/dist/core/indent.d.ts +0 -7
  63. package/dist/core/indent.d.ts.map +0 -1
  64. package/dist/core/inlineColor.d.ts +0 -23
  65. package/dist/core/inlineColor.d.ts.map +0 -1
  66. package/dist/core/inlineRange.d.ts +0 -10
  67. package/dist/core/inlineRange.d.ts.map +0 -1
  68. package/dist/core/link.d.ts +0 -18
  69. package/dist/core/link.d.ts.map +0 -1
  70. package/dist/core/lists.d.ts +0 -12
  71. package/dist/core/lists.d.ts.map +0 -1
  72. package/dist/core/marks.d.ts +0 -18
  73. package/dist/core/marks.d.ts.map +0 -1
  74. package/dist/core/multiPage.d.ts +0 -10
  75. package/dist/core/multiPage.d.ts.map +0 -1
  76. package/dist/core/page.d.ts +0 -14
  77. package/dist/core/page.d.ts.map +0 -1
  78. package/dist/core/pageAtRule.d.ts +0 -21
  79. package/dist/core/pageAtRule.d.ts.map +0 -1
  80. package/dist/core/pageBackgroundImage.d.ts +0 -16
  81. package/dist/core/pageBackgroundImage.d.ts.map +0 -1
  82. package/dist/core/pageProperties.d.ts +0 -8
  83. package/dist/core/pageProperties.d.ts.map +0 -1
  84. package/dist/core/paragraphBox.d.ts +0 -82
  85. package/dist/core/paragraphBox.d.ts.map +0 -1
  86. package/dist/core/paragraphProperties.d.ts +0 -17
  87. package/dist/core/paragraphProperties.d.ts.map +0 -1
  88. package/dist/core/readAloud.d.ts +0 -11
  89. package/dist/core/readAloud.d.ts.map +0 -1
  90. package/dist/core/rowProperties.d.ts +0 -17
  91. package/dist/core/rowProperties.d.ts.map +0 -1
  92. package/dist/core/selection.d.ts +0 -25
  93. package/dist/core/selection.d.ts.map +0 -1
  94. package/dist/core/table.d.ts +0 -34
  95. package/dist/core/table.d.ts.map +0 -1
  96. package/dist/core/tableGrid.d.ts +0 -40
  97. package/dist/core/tableGrid.d.ts.map +0 -1
  98. package/dist/core/tableProperties.d.ts +0 -18
  99. package/dist/core/tableProperties.d.ts.map +0 -1
  100. package/dist/core/textAlign.d.ts +0 -9
  101. package/dist/core/textAlign.d.ts.map +0 -1
  102. package/dist/core/youtube.d.ts +0 -20
  103. package/dist/core/youtube.d.ts.map +0 -1
  104. package/dist/hooks/useAutoSave.d.ts +0 -9
  105. package/dist/hooks/useAutoSave.d.ts.map +0 -1
  106. package/dist/hooks/useControllableState.d.ts +0 -8
  107. package/dist/hooks/useControllableState.d.ts.map +0 -1
  108. package/dist/i18n/LocaleProvider.d.ts +0 -11
  109. package/dist/i18n/LocaleProvider.d.ts.map +0 -1
  110. package/dist/i18n/en.d.ts +0 -3
  111. package/dist/i18n/en.d.ts.map +0 -1
  112. package/dist/i18n/es.d.ts +0 -3
  113. package/dist/i18n/es.d.ts.map +0 -1
  114. package/dist/i18n/types.d.ts +0 -428
  115. package/dist/i18n/types.d.ts.map +0 -1
  116. package/dist/icons/AlignCenterIcon.d.ts +0 -3
  117. package/dist/icons/AlignCenterIcon.d.ts.map +0 -1
  118. package/dist/icons/AlignJustifyIcon.d.ts +0 -3
  119. package/dist/icons/AlignJustifyIcon.d.ts.map +0 -1
  120. package/dist/icons/AlignLeftIcon.d.ts +0 -3
  121. package/dist/icons/AlignLeftIcon.d.ts.map +0 -1
  122. package/dist/icons/AlignRightIcon.d.ts +0 -3
  123. package/dist/icons/AlignRightIcon.d.ts.map +0 -1
  124. package/dist/icons/AudioIcon.d.ts +0 -3
  125. package/dist/icons/AudioIcon.d.ts.map +0 -1
  126. package/dist/icons/BoldIcon.d.ts +0 -3
  127. package/dist/icons/BoldIcon.d.ts.map +0 -1
  128. package/dist/icons/BookmarkIcon.d.ts +0 -3
  129. package/dist/icons/BookmarkIcon.d.ts.map +0 -1
  130. package/dist/icons/BulletListIcon.d.ts +0 -3
  131. package/dist/icons/BulletListIcon.d.ts.map +0 -1
  132. package/dist/icons/CellPropertiesIcon.d.ts +0 -3
  133. package/dist/icons/CellPropertiesIcon.d.ts.map +0 -1
  134. package/dist/icons/ClearFormattingIcon.d.ts +0 -3
  135. package/dist/icons/ClearFormattingIcon.d.ts.map +0 -1
  136. package/dist/icons/CloseIcon.d.ts +0 -3
  137. package/dist/icons/CloseIcon.d.ts.map +0 -1
  138. package/dist/icons/CommspliantShieldIcon.d.ts +0 -3
  139. package/dist/icons/CommspliantShieldIcon.d.ts.map +0 -1
  140. package/dist/icons/CustomActionIcon.d.ts +0 -3
  141. package/dist/icons/CustomActionIcon.d.ts.map +0 -1
  142. package/dist/icons/CustomCssIcon.d.ts +0 -3
  143. package/dist/icons/CustomCssIcon.d.ts.map +0 -1
  144. package/dist/icons/CustomizeToolbarIcon.d.ts +0 -3
  145. package/dist/icons/CustomizeToolbarIcon.d.ts.map +0 -1
  146. package/dist/icons/DarkModeIcon.d.ts +0 -3
  147. package/dist/icons/DarkModeIcon.d.ts.map +0 -1
  148. package/dist/icons/FontColorIcon.d.ts +0 -3
  149. package/dist/icons/FontColorIcon.d.ts.map +0 -1
  150. package/dist/icons/FontFamilyIcon.d.ts +0 -3
  151. package/dist/icons/FontFamilyIcon.d.ts.map +0 -1
  152. package/dist/icons/FontPropertiesIcon.d.ts +0 -3
  153. package/dist/icons/FontPropertiesIcon.d.ts.map +0 -1
  154. package/dist/icons/FontSizeIcon.d.ts +0 -3
  155. package/dist/icons/FontSizeIcon.d.ts.map +0 -1
  156. package/dist/icons/FormatBrushIcon.d.ts +0 -3
  157. package/dist/icons/FormatBrushIcon.d.ts.map +0 -1
  158. package/dist/icons/FullscreenIcon.d.ts +0 -3
  159. package/dist/icons/FullscreenIcon.d.ts.map +0 -1
  160. package/dist/icons/HighlightColorIcon.d.ts +0 -3
  161. package/dist/icons/HighlightColorIcon.d.ts.map +0 -1
  162. package/dist/icons/HorizontalRuleIcon.d.ts +0 -3
  163. package/dist/icons/HorizontalRuleIcon.d.ts.map +0 -1
  164. package/dist/icons/HtmlIcon.d.ts +0 -3
  165. package/dist/icons/HtmlIcon.d.ts.map +0 -1
  166. package/dist/icons/ImageIcon.d.ts +0 -3
  167. package/dist/icons/ImageIcon.d.ts.map +0 -1
  168. package/dist/icons/IndentIcon.d.ts +0 -3
  169. package/dist/icons/IndentIcon.d.ts.map +0 -1
  170. package/dist/icons/ItalicIcon.d.ts +0 -3
  171. package/dist/icons/ItalicIcon.d.ts.map +0 -1
  172. package/dist/icons/LightModeIcon.d.ts +0 -3
  173. package/dist/icons/LightModeIcon.d.ts.map +0 -1
  174. package/dist/icons/LinkIcon.d.ts +0 -3
  175. package/dist/icons/LinkIcon.d.ts.map +0 -1
  176. package/dist/icons/MenuIcon.d.ts +0 -3
  177. package/dist/icons/MenuIcon.d.ts.map +0 -1
  178. package/dist/icons/MergeCellsIcon.d.ts +0 -3
  179. package/dist/icons/MergeCellsIcon.d.ts.map +0 -1
  180. package/dist/icons/NumberedListIcon.d.ts +0 -3
  181. package/dist/icons/NumberedListIcon.d.ts.map +0 -1
  182. package/dist/icons/OpenIcon.d.ts +0 -3
  183. package/dist/icons/OpenIcon.d.ts.map +0 -1
  184. package/dist/icons/OutdentIcon.d.ts +0 -3
  185. package/dist/icons/OutdentIcon.d.ts.map +0 -1
  186. package/dist/icons/PagePropertiesIcon.d.ts +0 -3
  187. package/dist/icons/PagePropertiesIcon.d.ts.map +0 -1
  188. package/dist/icons/ParagraphPropertiesIcon.d.ts +0 -3
  189. package/dist/icons/ParagraphPropertiesIcon.d.ts.map +0 -1
  190. package/dist/icons/ParagraphStyleIcon.d.ts +0 -3
  191. package/dist/icons/ParagraphStyleIcon.d.ts.map +0 -1
  192. package/dist/icons/PlusIcon.d.ts +0 -3
  193. package/dist/icons/PlusIcon.d.ts.map +0 -1
  194. package/dist/icons/PreviewIcon.d.ts +0 -3
  195. package/dist/icons/PreviewIcon.d.ts.map +0 -1
  196. package/dist/icons/PrintIcon.d.ts +0 -3
  197. package/dist/icons/PrintIcon.d.ts.map +0 -1
  198. package/dist/icons/ReadAloudIcon.d.ts +0 -3
  199. package/dist/icons/ReadAloudIcon.d.ts.map +0 -1
  200. package/dist/icons/RedoIcon.d.ts +0 -3
  201. package/dist/icons/RedoIcon.d.ts.map +0 -1
  202. package/dist/icons/RowPropertiesIcon.d.ts +0 -3
  203. package/dist/icons/RowPropertiesIcon.d.ts.map +0 -1
  204. package/dist/icons/SaveIcon.d.ts +0 -3
  205. package/dist/icons/SaveIcon.d.ts.map +0 -1
  206. package/dist/icons/StrikethroughIcon.d.ts +0 -3
  207. package/dist/icons/StrikethroughIcon.d.ts.map +0 -1
  208. package/dist/icons/TableColumnIcon.d.ts +0 -3
  209. package/dist/icons/TableColumnIcon.d.ts.map +0 -1
  210. package/dist/icons/TableIcon.d.ts +0 -3
  211. package/dist/icons/TableIcon.d.ts.map +0 -1
  212. package/dist/icons/TableRowIcon.d.ts +0 -3
  213. package/dist/icons/TableRowIcon.d.ts.map +0 -1
  214. package/dist/icons/UnderlineIcon.d.ts +0 -3
  215. package/dist/icons/UnderlineIcon.d.ts.map +0 -1
  216. package/dist/icons/UndoIcon.d.ts +0 -3
  217. package/dist/icons/UndoIcon.d.ts.map +0 -1
  218. package/dist/icons/UnmergeCellsIcon.d.ts +0 -3
  219. package/dist/icons/UnmergeCellsIcon.d.ts.map +0 -1
  220. package/dist/icons/VisualIcon.d.ts +0 -3
  221. package/dist/icons/VisualIcon.d.ts.map +0 -1
  222. package/dist/icons/YoutubeIcon.d.ts +0 -3
  223. package/dist/icons/YoutubeIcon.d.ts.map +0 -1
  224. package/dist/icons/index.d.ts +0 -56
  225. package/dist/icons/index.d.ts.map +0 -1
  226. package/dist/icons/types.d.ts +0 -4
  227. package/dist/icons/types.d.ts.map +0 -1
  228. package/dist/index.cjs +0 -96
  229. package/dist/index.d.ts +0 -5
  230. package/dist/index.d.ts.map +0 -1
  231. package/dist/index.js +0 -17163
  232. package/dist/modules/contextMenu/ContextMenu.d.ts +0 -15
  233. package/dist/modules/contextMenu/ContextMenu.d.ts.map +0 -1
  234. package/dist/modules/contextMenu/commands.d.ts +0 -3
  235. package/dist/modules/contextMenu/commands.d.ts.map +0 -1
  236. package/dist/modules/contextMenu/index.d.ts +0 -5
  237. package/dist/modules/contextMenu/index.d.ts.map +0 -1
  238. package/dist/modules/contextMenu/shouldOpenEditorContextMenu.d.ts +0 -6
  239. package/dist/modules/contextMenu/shouldOpenEditorContextMenu.d.ts.map +0 -1
  240. package/dist/modules/file/catalog.d.ts +0 -3
  241. package/dist/modules/file/catalog.d.ts.map +0 -1
  242. package/dist/modules/file/commands.d.ts +0 -3
  243. package/dist/modules/file/commands.d.ts.map +0 -1
  244. package/dist/modules/file/fileDialogs.d.ts +0 -3
  245. package/dist/modules/file/fileDialogs.d.ts.map +0 -1
  246. package/dist/modules/file/htmlFile.d.ts +0 -5
  247. package/dist/modules/file/htmlFile.d.ts.map +0 -1
  248. package/dist/modules/file/index.d.ts +0 -4
  249. package/dist/modules/file/index.d.ts.map +0 -1
  250. package/dist/modules/file/printHtml.d.ts +0 -3
  251. package/dist/modules/file/printHtml.d.ts.map +0 -1
  252. package/dist/modules/file/useHtmlFileDrop.d.ts +0 -14
  253. package/dist/modules/file/useHtmlFileDrop.d.ts.map +0 -1
  254. package/dist/modules/format/ColorField.d.ts +0 -11
  255. package/dist/modules/format/ColorField.d.ts.map +0 -1
  256. package/dist/modules/format/ColorPicker.d.ts +0 -13
  257. package/dist/modules/format/ColorPicker.d.ts.map +0 -1
  258. package/dist/modules/format/ColorSelect.d.ts +0 -16
  259. package/dist/modules/format/ColorSelect.d.ts.map +0 -1
  260. package/dist/modules/format/CustomCssDialog.d.ts +0 -9
  261. package/dist/modules/format/CustomCssDialog.d.ts.map +0 -1
  262. package/dist/modules/format/CustomParagraphStyleDialog.d.ts +0 -21
  263. package/dist/modules/format/CustomParagraphStyleDialog.d.ts.map +0 -1
  264. package/dist/modules/format/FontColorSelect.d.ts +0 -3
  265. package/dist/modules/format/FontColorSelect.d.ts.map +0 -1
  266. package/dist/modules/format/FontFamilyList.d.ts +0 -16
  267. package/dist/modules/format/FontFamilyList.d.ts.map +0 -1
  268. package/dist/modules/format/FontFamilySelect.d.ts +0 -15
  269. package/dist/modules/format/FontFamilySelect.d.ts.map +0 -1
  270. package/dist/modules/format/FontPropertiesDialog.d.ts +0 -24
  271. package/dist/modules/format/FontPropertiesDialog.d.ts.map +0 -1
  272. package/dist/modules/format/FontPropertiesFields.d.ts +0 -12
  273. package/dist/modules/format/FontPropertiesFields.d.ts.map +0 -1
  274. package/dist/modules/format/FontSizeCombobox.d.ts +0 -13
  275. package/dist/modules/format/FontSizeCombobox.d.ts.map +0 -1
  276. package/dist/modules/format/FontSizeSelect.d.ts +0 -3
  277. package/dist/modules/format/FontSizeSelect.d.ts.map +0 -1
  278. package/dist/modules/format/HighlightColorSelect.d.ts +0 -4
  279. package/dist/modules/format/HighlightColorSelect.d.ts.map +0 -1
  280. package/dist/modules/format/LengthField.d.ts +0 -12
  281. package/dist/modules/format/LengthField.d.ts.map +0 -1
  282. package/dist/modules/format/PageAtRuleFields.d.ts +0 -9
  283. package/dist/modules/format/PageAtRuleFields.d.ts.map +0 -1
  284. package/dist/modules/format/PageBackgroundImageFields.d.ts +0 -11
  285. package/dist/modules/format/PageBackgroundImageFields.d.ts.map +0 -1
  286. package/dist/modules/format/PagePropertiesDialog.d.ts +0 -18
  287. package/dist/modules/format/PagePropertiesDialog.d.ts.map +0 -1
  288. package/dist/modules/format/ParagraphPropertiesDialog.d.ts +0 -12
  289. package/dist/modules/format/ParagraphPropertiesDialog.d.ts.map +0 -1
  290. package/dist/modules/format/ParagraphPropertiesFields.d.ts +0 -19
  291. package/dist/modules/format/ParagraphPropertiesFields.d.ts.map +0 -1
  292. package/dist/modules/format/ParagraphStyleList.d.ts +0 -22
  293. package/dist/modules/format/ParagraphStyleList.d.ts.map +0 -1
  294. package/dist/modules/format/ParagraphStyleSelect.d.ts +0 -4
  295. package/dist/modules/format/ParagraphStyleSelect.d.ts.map +0 -1
  296. package/dist/modules/format/ShadowFields.d.ts +0 -8
  297. package/dist/modules/format/ShadowFields.d.ts.map +0 -1
  298. package/dist/modules/format/catalog.d.ts +0 -3
  299. package/dist/modules/format/catalog.d.ts.map +0 -1
  300. package/dist/modules/format/colorModel.d.ts +0 -22
  301. package/dist/modules/format/colorModel.d.ts.map +0 -1
  302. package/dist/modules/format/colorPalette.d.ts +0 -3
  303. package/dist/modules/format/colorPalette.d.ts.map +0 -1
  304. package/dist/modules/format/commands.d.ts +0 -4
  305. package/dist/modules/format/commands.d.ts.map +0 -1
  306. package/dist/modules/format/fontDialog.d.ts +0 -9
  307. package/dist/modules/format/fontDialog.d.ts.map +0 -1
  308. package/dist/modules/format/fontSize.d.ts +0 -2
  309. package/dist/modules/format/fontSize.d.ts.map +0 -1
  310. package/dist/modules/format/index.d.ts +0 -3
  311. package/dist/modules/format/index.d.ts.map +0 -1
  312. package/dist/modules/format/pageDialog.d.ts +0 -9
  313. package/dist/modules/format/pageDialog.d.ts.map +0 -1
  314. package/dist/modules/format/paragraphDialog.d.ts +0 -9
  315. package/dist/modules/format/paragraphDialog.d.ts.map +0 -1
  316. package/dist/modules/history/catalog.d.ts +0 -3
  317. package/dist/modules/history/catalog.d.ts.map +0 -1
  318. package/dist/modules/history/commands.d.ts +0 -4
  319. package/dist/modules/history/commands.d.ts.map +0 -1
  320. package/dist/modules/history/history.d.ts +0 -17
  321. package/dist/modules/history/history.d.ts.map +0 -1
  322. package/dist/modules/history/index.d.ts +0 -5
  323. package/dist/modules/history/index.d.ts.map +0 -1
  324. package/dist/modules/insert/AudioDialog.d.ts +0 -12
  325. package/dist/modules/insert/AudioDialog.d.ts.map +0 -1
  326. package/dist/modules/insert/BookmarkDialog.d.ts +0 -9
  327. package/dist/modules/insert/BookmarkDialog.d.ts.map +0 -1
  328. package/dist/modules/insert/ImageAdvancedFields.d.ts +0 -15
  329. package/dist/modules/insert/ImageAdvancedFields.d.ts.map +0 -1
  330. package/dist/modules/insert/ImageDialog.d.ts +0 -12
  331. package/dist/modules/insert/ImageDialog.d.ts.map +0 -1
  332. package/dist/modules/insert/ImagePropertiesDialog.d.ts +0 -13
  333. package/dist/modules/insert/ImagePropertiesDialog.d.ts.map +0 -1
  334. package/dist/modules/insert/ImagePropertiesFields.d.ts +0 -11
  335. package/dist/modules/insert/ImagePropertiesFields.d.ts.map +0 -1
  336. package/dist/modules/insert/ImageResizeOverlay.d.ts +0 -7
  337. package/dist/modules/insert/ImageResizeOverlay.d.ts.map +0 -1
  338. package/dist/modules/insert/ImageSizeField.d.ts +0 -10
  339. package/dist/modules/insert/ImageSizeField.d.ts.map +0 -1
  340. package/dist/modules/insert/ImageSourcePicker.d.ts +0 -14
  341. package/dist/modules/insert/ImageSourcePicker.d.ts.map +0 -1
  342. package/dist/modules/insert/LinkDialog.d.ts +0 -22
  343. package/dist/modules/insert/LinkDialog.d.ts.map +0 -1
  344. package/dist/modules/insert/YoutubeDialog.d.ts +0 -12
  345. package/dist/modules/insert/YoutubeDialog.d.ts.map +0 -1
  346. package/dist/modules/insert/catalog.d.ts +0 -3
  347. package/dist/modules/insert/catalog.d.ts.map +0 -1
  348. package/dist/modules/insert/commands.d.ts +0 -4
  349. package/dist/modules/insert/commands.d.ts.map +0 -1
  350. package/dist/modules/insert/imagePropertiesDialog.d.ts +0 -9
  351. package/dist/modules/insert/imagePropertiesDialog.d.ts.map +0 -1
  352. package/dist/modules/insert/index.d.ts +0 -3
  353. package/dist/modules/insert/index.d.ts.map +0 -1
  354. package/dist/modules/table/CellPropertiesDialog.d.ts +0 -10
  355. package/dist/modules/table/CellPropertiesDialog.d.ts.map +0 -1
  356. package/dist/modules/table/CellPropertiesFields.d.ts +0 -8
  357. package/dist/modules/table/CellPropertiesFields.d.ts.map +0 -1
  358. package/dist/modules/table/RowPropertiesDialog.d.ts +0 -10
  359. package/dist/modules/table/RowPropertiesDialog.d.ts.map +0 -1
  360. package/dist/modules/table/RowPropertiesFields.d.ts +0 -8
  361. package/dist/modules/table/RowPropertiesFields.d.ts.map +0 -1
  362. package/dist/modules/table/TableDialog.d.ts +0 -9
  363. package/dist/modules/table/TableDialog.d.ts.map +0 -1
  364. package/dist/modules/table/TablePropertiesDialog.d.ts +0 -10
  365. package/dist/modules/table/TablePropertiesDialog.d.ts.map +0 -1
  366. package/dist/modules/table/TablePropertiesFields.d.ts +0 -8
  367. package/dist/modules/table/TablePropertiesFields.d.ts.map +0 -1
  368. package/dist/modules/table/catalog.d.ts +0 -3
  369. package/dist/modules/table/catalog.d.ts.map +0 -1
  370. package/dist/modules/table/commands.d.ts +0 -4
  371. package/dist/modules/table/commands.d.ts.map +0 -1
  372. package/dist/modules/table/index.d.ts +0 -3
  373. package/dist/modules/table/index.d.ts.map +0 -1
  374. package/dist/modules/view/DocumentPreviewDialog.d.ts +0 -7
  375. package/dist/modules/view/DocumentPreviewDialog.d.ts.map +0 -1
  376. package/dist/modules/view/catalog.d.ts +0 -3
  377. package/dist/modules/view/catalog.d.ts.map +0 -1
  378. package/dist/modules/view/commands.d.ts +0 -4
  379. package/dist/modules/view/commands.d.ts.map +0 -1
  380. package/dist/modules/view/darkModePersistence.d.ts +0 -5
  381. package/dist/modules/view/darkModePersistence.d.ts.map +0 -1
  382. package/dist/modules/view/index.d.ts +0 -3
  383. package/dist/modules/view/index.d.ts.map +0 -1
  384. package/dist/modules/view/toolbarPositionPersistence.d.ts +0 -6
  385. package/dist/modules/view/toolbarPositionPersistence.d.ts.map +0 -1
  386. package/dist/toolbar/CustomizeToolbarDialog.d.ts +0 -16
  387. package/dist/toolbar/CustomizeToolbarDialog.d.ts.map +0 -1
  388. package/dist/toolbar/EditorToolbar.d.ts +0 -16
  389. package/dist/toolbar/EditorToolbar.d.ts.map +0 -1
  390. package/dist/toolbar/IconNav.d.ts +0 -12
  391. package/dist/toolbar/IconNav.d.ts.map +0 -1
  392. package/dist/toolbar/MenuBar.d.ts +0 -18
  393. package/dist/toolbar/MenuBar.d.ts.map +0 -1
  394. package/dist/toolbar/Tooltip.d.ts +0 -11
  395. package/dist/toolbar/Tooltip.d.ts.map +0 -1
  396. package/dist/toolbar/allowedChrome.d.ts +0 -4
  397. package/dist/toolbar/allowedChrome.d.ts.map +0 -1
  398. package/dist/toolbar/defaultCatalog.d.ts +0 -4
  399. package/dist/toolbar/defaultCatalog.d.ts.map +0 -1
  400. package/dist/toolbar/defaultLayout.d.ts +0 -3
  401. package/dist/toolbar/defaultLayout.d.ts.map +0 -1
  402. package/dist/toolbar/index.d.ts +0 -10
  403. package/dist/toolbar/index.d.ts.map +0 -1
  404. package/dist/toolbar/resolveChrome.d.ts +0 -12
  405. package/dist/toolbar/resolveChrome.d.ts.map +0 -1
  406. package/dist/toolbar/toolbarCustomization.d.ts +0 -14
  407. package/dist/toolbar/toolbarCustomization.d.ts.map +0 -1
  408. package/dist/toolbar/types.d.ts +0 -65
  409. package/dist/toolbar/types.d.ts.map +0 -1
  410. package/dist/types.d.ts +0 -344
  411. package/dist/types.d.ts.map +0 -1
package/dist/logo.svg ADDED
@@ -0,0 +1,314 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ viewBox="0 0 2112.3633 542.08746"
4
+ role="img"
5
+ aria-label="CommsPliant"
6
+ version="1.1"
7
+ id="svg1"
8
+ width="2112.3633"
9
+ height="542.08746"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs1" />
14
+ <g
15
+ id="g1"
16
+ transform="translate(129.79555,688.75474)">
17
+ <path
18
+ fill="#c9a66b"
19
+ d="m 92.41768,-326.31771 a 0.3,0.3 0 0 1 0.48,0.05 q 5.04,8.55 15.34,22.7 5.5,7.55 11.93,14.77 11.84,13.3 12.69,14.16 11.29,11.41 26.17,23.51 c 4.66,3.79 9.84,8.83 15.07,12.39 18.71,12.72 34.7,23.08 52.84,31.97 q 15.29,7.5 16.67,8.12 5.77,2.59 8.73,3.54 c 1.66,0.54 2.74,-0.25 4.17,-0.93 q 27.98,-13.14 49.38,-25.74 21.15,-12.47 41.94,-29.56 1.28,-1.05 12.72,-11.11 c 11.11,-9.78 22.59,-22.12 30.48,-31.94 q 10.87,-13.52 16.67,-23.55 c 3.7,-6.41 7.66,-12.73 10.29,-18.63 q 9.41,-21.06 13.67,-35.18 8.51,-28.19 9.46,-61.31 0.96,-33.72 0.31,-64.55 -0.09,-4.4 2.81,-7.26 5.42,-5.33 7.5,-7.38 c 6.37,-6.25 11.24,-13.29 18.07,-19.23 q 7.84,-6.84 14.74,-16.11 0.14,-0.19 0.39,-0.15 0.61,0.1 0.52,0.7 -0.37,2.69 -0.35,4.95 c 0.37,45.85 0.81,76.35 -0.95,110.71 q -0.66,12.89 -2.71,28.52 -2.84,21.57 -7.17,36.03 -2.02,6.75 -5.4,17.5 c -5.64,17.94 -13.55,35.09 -23.13,50.9 q -1.72,2.86 -12.91,19.22 c -10.81,15.81 -22.83,29.61 -35.06,41.83 q -4.06,4.07 -17.47,16.38 -9.77,8.98 -18.52,15.14 -19.27,13.56 -32.8,21.84 c -8.27,5.05 -17.73,9.75 -26.22,14.7 q -3.66,2.13 -10.7,5.47 -27.19,12.89 -34.36,16.16 -3.92,1.79 -7.2,0.44 -3.47,-1.43 -11.46,-4.85 c -9.07,-3.89 -16.98,-8.27 -24.9,-11.89 -8.4,-3.84 -18.78,-9.89 -28.06,-15.14 q -43.25,-24.5 -76.54,-56.22 -11.98,-11.41 -24.94,-26.56 -12.76,-14.92 -26.13,-34.48 a 0.43,0.44 56.8 0 1 0.13,-0.61 c 12.12,-7.82 23.12,-17.82 33.81,-29.32 z"
20
+ id="path74" />
21
+ <path
22
+ fill="#c9a66b"
23
+ d="m -128.82232,-375.77771 a 0.96,0.96 0 0 1 -0.8,-1.51 l 28.86,-41.82 a 3.24,3.2 6.2 0 1 1.45,-1.15 q 0.69,-0.27 3.64,-0.32 15.37,-0.27 46.58,-0.45 12.44,-0.07 19.69,-1.84 c 26.32,-6.42 44.55,-29.39 47.76,-55.67 q 1.05,-8.54 0.87,-20.92 c -0.55,-39.95 0.23,-77.15 -0.1,-117.57 a 0.94,0.95 85.4 0 1 0.81,-0.94 c 35.7,-5.08 70.26,-12.78 104.11,-23.86 q 9.4,-3.07 22.28,-7.05 8.6,-2.65 22.1,-7.58 18.33,-6.69 43.02,-16.74 23.04,-9.38 35.12,-15.34 1.17,-0.58 3.29,0.39 c 14.96,6.81 34.27,13.39 42.79,16.68 q 14.24,5.5 27.59,10.33 23.24,8.41 27.7,10.07 2.01,0.75 9.42,3.41 5.07,1.82 9.47,3.13 40.54,12.1 57.07,16.58 2.54,0.68 4.26,0.82 a 0.48,0.48 0 0 1 0.32,0.79 l -33.68,37.82 a 0.58,0.58 0 0 1 -0.68,0.13 q -3.43,-1.67 -5.84,-2.43 -8.74,-2.79 -47.37,-15.63 -8.92,-2.96 -17.51,-6.16 c -17.92,-6.67 -32.21,-11.74 -65.83,-24.24 -2.89,-1.08 -8.28,-3.56 -11.57,-2.33 -11.44,4.27 -27.67,11.24 -40.6,15.93 q -8.12,2.94 -26.33,9.89 c -21.86,8.35 -43.57,14.34 -67.25,21.47 q -20.07,6.03 -48.78,11.52 a 0.71,0.7 84.6 0 0 -0.57,0.7 q 0.1,95.52 0.1,95.57 c -0.53,30.1 -14.63,58.57 -36,79.25 -10.83,10.49 -23.5,17.98 -37.57,23.68 -10.14,4.1 -18.76,4.57 -31.18,4.79 q -3.1,0.05 -86.64,0.6 z"
24
+ id="path71" />
25
+ <path
26
+ fill="#c9a66b"
27
+ d="m 169.86768,-422.45771 q 0.04,-0.4 0.24,-0.59 c 3.41,-3.3 5.96,-6.99 9.56,-10.8 q 10.13,-10.72 15.25,-16.65 2.05,-2.38 5.38,-4.3 a 0.68,0.69 53.4 0 1 0.84,0.12 l 49.51,50.92 a 1.06,1.06 0 0 0 1.52,0 q 17.38,-17.8 26.4,-27.94 c 6.36,-7.14 15.04,-14.76 20.1,-20.56 q 10.29,-11.81 17.14,-18.67 7.41,-7.41 17.44,-18.41 13.85,-15.18 23.56,-24.67 c 3.68,-3.59 5.5,-6.17 8.54,-10.08 2.38,-3.06 4.42,-4.87 8.16,-8.31 6.16,-5.66 10.48,-11.49 16.47,-17.22 6.29,-6.03 12.87,-14.23 18.87,-20.24 q 5.56,-5.56 13.49,-14.45 c 6.79,-7.6 12.13,-13.02 18.46,-19.66 4.83,-5.06 9.88,-11.22 15.21,-16.21 a 1.91,1.91 0 0 1 1.3,-0.51 h 28.15 a 0.83,0.83 0 0 1 0.83,0.82 q 0.28,14.3 0.03,31.53 c -0.07,4.93 -1.9,6.19 -5.19,9.51 -5.86,5.92 -12.79,12.1 -18.21,18.16 q -6.63,7.4 -16.64,16.86 c -2.68,2.53 -6.31,6.91 -8.5,9.17 -8.76,9.01 -14.72,16.05 -22.55,23.36 q -1.37,1.28 -9.09,9.75 -4.93,5.41 -24.32,25.01 c -9.96,10.07 -19.18,20.45 -27.83,28.95 q -11.52,11.33 -20.29,20.96 c -19.16,21.01 -41.14,42.93 -58.64,61.61 q -10.7,11.42 -22.21,22 a 1.97,1.94 24 0 1 -1.38,0.52 q -1.9,-0.06 -3.83,-2.08 c -19.01,-19.93 -45.74,-44.39 -67.08,-67.5 q -5.05,-5.47 -10.42,-9.75 -0.31,-0.24 -0.27,-0.65 z"
28
+ id="path72" />
29
+ <path
30
+ fill="#d4b57e"
31
+ d="m 351.58768,-544.71771 a 0.41,0.41 0 0 1 0.17,0.69 q -15.9,15.29 -29.64,31.76 a 1.16,1.19 33.7 0 1 -1.44,0.3 c -5.87,-3 -10.72,-6.65 -16.97,-10.42 -17.2,-10.37 -38.83,-14.16 -59.18,-13.16 -12.15,0.6 -23.67,3.62 -34.54,8.11 -5.15,2.13 -9.08,4.66 -14.86,8.63 q -14.63,10.05 -22.02,17.75 -6.98,7.27 -17.47,22.45 c -5.11,7.4 -9.03,15.18 -13.55,23.27 q -5.09,9.08 -10.38,20.93 c -4.39,9.81 -8.53,17.45 -13.72,27.5 q -6,11.58 -11.58,19.91 c -6.74,10.09 -11.32,17.91 -17.68,26.12 -4.94,6.38 -10.92,12.4 -15.22,17.55 q -3.48,4.18 -9.33,9.51 c -20.66,18.83 -45.19,33.15 -72.9,38.24 q -15.17,2.79 -26.21,3.08 -22.84,0.6 -52.01,0.23 a 0.29,0.29 0 0 1 -0.24,-0.43 c 6.02,-10.58 11.85,-19.61 23.29,-37.61 q 2.27,-3.58 5.02,-6.38 a 3.39,3.4 24.3 0 1 2.63,-1 q 16.4,1.07 32.77,-1.23 c 15.39,-2.16 29.33,-7.66 42.1,-15.59 q 4.42,-2.75 14.17,-10.6 3.58,-2.89 14.27,-14.03 6.08,-6.33 9.69,-12.1 c 3.25,-5.19 7.59,-10.59 11.55,-17.24 q 16.77,-28.19 29.52,-56.84 c 4.49,-10.08 8.7,-16.87 15.5,-28.37 q 5.49,-9.29 14.18,-21.09 5.94,-8.07 12.61,-14.76 12.65,-12.7 13.8,-13.72 5.51,-4.84 19.01,-13.66 49.89,-32.59 109.07,-20.31 7.95,1.65 15.41,4.34 14.58,5.25 20.68,8.05 c 10.41,4.78 21.11,12.36 31.15,19.28 a 2.65,2.62 70.1 0 0 0.78,0.37 z"
32
+ id="path73" />
33
+ <ellipse
34
+ fill="#d4b57e"
35
+ cx="-1590.3817"
36
+ cy="570.026"
37
+ transform="rotate(-178.4)"
38
+ rx="17.09"
39
+ ry="16.200001"
40
+ id="ellipse74" />
41
+ <path
42
+ fill="#d4b57e"
43
+ d="m 1535.5277,-535.04771 24.83,-0.09 a 1.38,1.38 0 0 1 1.39,1.37 l 0.59,156.95 a 1.38,1.38 0 0 1 -1.37,1.38 l -25.43,0.1 a 1.38,1.38 0 0 1 -1.38,-1.38 v -156.95 a 1.38,1.38 0 0 1 1.37,-1.38 z"
44
+ id="path75" />
45
+ <path
46
+ fill="#c9a66b"
47
+ d="m 702.19768,-503.56771 q -12.82,10.93 -21.89,20.87 a 0.53,0.54 44.6 0 1 -0.78,0.01 c -7.6,-7.71 -17.52,-14.9 -28.81,-16.49 -12.08,-1.69 -21.1,-0.79 -31.47,5.29 q -7.9,4.63 -15.15,14.66 -6.02,8.33 -6.91,17.59 c -1.77,18.49 2.15,36.6 17.54,48.52 q 13.56,10.5 31.22,9.52 c 14.01,-0.77 22.37,-7.72 32.35,-16.47 a 1.06,1.07 45.2 0 1 1.41,0 l 22.07,19.66 a 0.46,0.46 0 0 1 0,0.68 q -8.26,7.39 -12.32,10.78 c -12.33,10.29 -29.3,16.13 -45.14,16.24 -12.99,0.09 -26.63,-1.38 -38.43,-7.22 -6.19,-3.06 -12.45,-6.69 -17.97,-11.56 q -29.13,-25.7 -27.15,-65.59 c 1.42,-28.83 19.58,-53.98 44.98,-66.92 21.47,-10.95 51.75,-11.41 72.99,0.49 q 11.02,6.17 19.86,14.36 1.85,1.71 3.74,4.59 a 0.75,0.75 0 0 1 -0.14,0.99 z"
48
+ id="path76" />
49
+ <path
50
+ fill="#d4b57e"
51
+ d="m 1896.4877,-491.15771 a 0.4,0.41 89.3 0 1 0.4,-0.4 l 17.47,-0.06 a 1.03,1.04 89.4 0 0 1.03,-1.04 l -0.09,-25.14 a 1.01,1.01 0 0 1 1.01,-1.01 l 26.7,-0.11 a 0.66,0.66 0 0 1 0.66,0.66 l 0.1,26.06 a 0.82,0.82 0 0 0 0.82,0.82 h 30.02 a 0.5,0.5 0 0 1 0.5,0.5 v 21.35 a 0.82,0.82 0 0 1 -0.82,0.82 h -29.7 a 0.54,0.54 0 0 0 -0.54,0.53 q -0.43,23 -0.22,51.33 c 0.03,4.63 0.52,11.73 3.69,15.23 5.81,6.43 17.8,4.75 24.92,1.69 a 0.55,0.56 66.5 0 1 0.73,0.28 l 7.34,16.77 a 0.63,0.64 61 0 1 -0.23,0.79 c -6.75,4.44 -13.93,8.33 -22.29,8.77 -13.48,0.71 -30.4,-3.97 -37.03,-16.41 -5.24,-9.84 -5.59,-18.7 -5.49,-29.87 q 0.24,-26.41 -0.11,-48.82 a 0.55,0.55 0 0 0 -0.55,-0.54 h -17.74 a 0.58,0.58 0 0 1 -0.58,-0.58 z"
52
+ id="path77" />
53
+ <path
54
+ fill="#c9a66b"
55
+ d="m 715.25768,-464.28771 c 8.21,-15.26 25.68,-27.44 42.7,-30.22 18.34,-2.98 35.03,-0.28 50.33,10.95 q 1.86,1.36 8.25,6.89 c 18.16,15.71 20.45,43 13.4,64.42 -7.33,22.25 -28.92,36.1 -51.58,38.5 -29.06,3.08 -55.59,-11.71 -66.44,-39.05 q -8.02,-20.18 -0.94,-42.83 0.51,-1.66 4.28,-8.66 z m 53.6757,-2.3235 a 32.11,28.47 86.6 0 0 -26.5156,33.742 32.11,28.47 86.6 0 0 30.3242,30.365 32.11,28.47 86.6 0 0 26.5156,-33.742 32.11,28.47 86.6 0 0 -30.3242,-30.365 z"
56
+ id="path78" />
57
+ <path
58
+ fill="#c9a66b"
59
+ d="m 884.07768,-481.31771 a 0.59,0.59 0 0 0 1.01,0.42 q 5.63,-5.6 12.22,-9.44 8.74,-5.08 20.32,-5.04 21.94,0.07 36.14,17.09 a 0.91,0.91 0 0 0 1.42,-0.03 c 6.29,-8.2 14.42,-13.73 25,-16.04 16.98,-3.71 34.05002,0.03 46.47002,12.18 10.86,10.64 13.44,23.5 13.74,38.83 q 0.65,32.82 0.02,67.28 a 0.45,0.46 2.9 0 1 -0.49,0.45 c -9.35,-0.86 -18.62,-0.3 -32.67,-0.09 a 0.72,0.72 0 0 1 -0.73,-0.72 q 0.18,-31.26 -0.08,-63.17 c -0.06,-6.41 -0.72,-12.07 -4.3,-16.93 q -7.99002,-10.83 -22.51002,-7.75 c -12.11,2.57 -16.98,13.61 -17.11,25.19 q -0.24,21.71 -0.48,63.75 a 0.22,0.23 1.2 0 1 -0.23,0.23 l -32.81,-0.56 a 0.6,0.61 89.5 0 1 -0.6,-0.58 q -0.24,-6.69 -0.22,-8.1 0.43,-29.53 0.05,-58.56 c -0.14,-10.37 -5.65,-21.55 -17.46,-22.03 q -7.59,-0.32 -12.29,1.83 -9.16,4.18 -11.99,15.73 -0.58,2.35 -0.79,8.35 -0.17,4.68 -0.18,47.93 0,7.51 -0.36,14.73 a 0.61,0.61 0 0 1 -0.61,0.58 h -32.32 a 0.94,0.95 0 0 1 -0.94,-0.95 v -115.72 a 0.6,0.61 0 0 1 0.6,-0.61 l 31.37,-0.12 a 0.81,0.81 0 0 1 0.81,0.81 z"
60
+ id="path79" />
61
+ <path
62
+ fill="#c9a66b"
63
+ d="m 1098.4077,-481.51771 a 0.55,0.54 71.3 0 0 0.9,0.45 q 2.27,-2 5.66,-4.68 c 19.82,-15.63 47.89,-11.51 63.61,7.94 a 0.47,0.47 0 0 0 0.72,0.01 q 12.23,-14.23 29.38,-17.09 c 18.65,-3.12 36.25,3.28 47.14,19.06 7.29,10.56 8.55,22.08 8.6,34.73 q 0.1,27.11 -0.37,61.37 c -0.03,1.65 0.25,2.61 0.21,3.69 a 0.55,0.56 1.1 0 1 -0.55,0.54 h -32.39 a 0.5,0.5 0 0 1 -0.5,-0.5 q 0.36,-37.26 -0.21,-67.84 -0.05,-2.51 -1.01,-5.94 c -2.96,-10.59 -14.27,-16.62 -24.78,-14.45 q -2.45,0.51 -4.08,1.39 -13.91,7.55 -14.23,23.82 -0.47,23.97 -0.22,62.8 a 0.86,0.86 0 0 1 -0.86,0.86 l -32.82,0.12 a 0.31,0.3 0.9 0 1 -0.31,-0.31 q 0.6,-36.57 0.2,-68.52 -0.06,-4.69 -2.24,-10.2 c -5.37,-13.57 -26.22,-14.29 -34.21,-3.14 q -5.97,8.34 -6,19.57 c -0.1,31.88 -0.04,49.3 -0.27,61.64 a 0.48,0.47 0.6 0 1 -0.48,0.46 h -32.36 a 0.66,0.65 0 0 1 -0.66,-0.65 v -115.81 a 1.01,1.01 0 0 1 1,-1.01 l 30.95,-0.11 a 0.92,0.93 1.7 0 1 0.93,0.99 z"
64
+ id="path80" />
65
+ <path
66
+ fill="#c9a66b"
67
+ d="m 1282.4977,-411.00771 a 0.4,0.4 0 0 1 0.56,-0.19 c 9.63,5.21 22.57,10.76 33.4,11.63 6.78,0.54 21.92,0.96 24.95,-7.35 q 1.02,-2.8 0.14,-5.58 c -1.09,-3.43 -10.18,-6.24 -13.22,-6.9 q -0.64,-0.14 -16.52,-3.19 -8.39,-1.61 -18.1,-5.6 c -10.82,-4.43 -19.36,-14.09 -19.75,-26.05 q -0.63,-19.28 13.58,-30.09 c 22.93,-17.44 56.54,-12.35 80.99,-0.26 a 1.15,1.15 0 0 1 0.5,1.57 q -2.05,3.8 -3.76,6.53 c -3.01,4.82 -4.54,9.96 -6.54,15.59 a 0.86,0.85 23.1 0 1 -1.2,0.48 c -12.21,-6.26 -25.47,-10.01 -39.55,-8.26 -5.41,0.67 -11.15,3.02 -11.71,9.13 q -0.44,4.87 4.69,6.92 5.97,2.38 11.12,3.56 16.35,3.73 23.39,5.59 c 8.4,2.23 16.72,5.77 22.24,13.05 q 10.21,13.49 5.13,29.73 c -3.08,9.86 -10.27,16.61 -19.18,20.89 -18.2,8.71 -38.93,8.09 -59.08,2.76 -8.2,-2.17 -16.79,-7.49 -23.93,-10.44 a 0.61,0.62 27.6 0 1 -0.28,-0.91 q 7.36,-11.35 12.13,-22.61 z"
68
+ id="path81" />
69
+ <path
70
+ fill="#d4b57e"
71
+ d="m 1798.0177,-479.46771 a 0.64,0.64 0 0 0 1.11,0.43 q 7.23,-7.77 15.54,-11.94 3.09,-1.55 11.8,-3.25 c 13.37,-2.6 27.03,0.72 38.46,8.28 3.63,2.4 6.2,5.48 9.21,9.11 7.2,8.68 9.32,19.6 9.73,30.49 0.52,13.66 0.45,29.97 -0.1,44.67 q -0.54,14.47 -0.33,25.43 a 0.9,0.9 0 0 1 -0.92,0.92 l -26.61,-0.39 a 1.23,1.23 0 0 1 -1.21,-1.19 q -0.02,-0.53 0.01,-5.69 0.18,-38.97 -0.23,-61.44 c -0.37,-20.48 -20.95,-30.77 -38.63,-22.33 -9.57,4.58 -15.8,16.15 -15.87,26.52 q -0.2,28.03 0.02,63.27 a 0.47,0.47 0 0 1 -0.47,0.48 h -27 a 1.16,1.17 0 0 1 -1.16,-1.17 v -114.93 a 0.61,0.61 0 0 1 0.61,-0.61 l 25.17,-0.1 a 0.83,0.83 0 0 1 0.83,0.82 z"
72
+ id="path82" />
73
+ <path
74
+ fill="#d4b57e"
75
+ d="m 1420.0577,-479.02771 q 2.77,-2.69 10.03,-7.8 c 15.8,-11.12 36.96,-10.22 53.2,-0.73 10.09,5.9 18.01,13.04 23.11,23.59 q 8.76,18.14 6.91,39.12 c -1.26,14.37 -9.67,31.63 -21.41,40.24 q -10.34,7.59 -20.34,9.75 c -10.03,2.17 -23.57,2.15 -33.48,-2.15 q -8.26,-3.57 -15.37,-9.84 a 0.4,0.4 0 0 0 -0.66,0.35 q 0.54,5.37 0.46,10.4 -0.33,22.11 -0.66,41.56 a 1.2,1.2 0 0 1 -1.2,1.18 h -26.95 a 0.67,0.67 0 0 1 -0.67,-0.67 v -157.74 a 0.75,0.75 0 0 1 0.75,-0.75 h 25.58 a 0.3,0.3 0 0 1 0.3,0.3 v 13.02 a 0.24,0.24 0 0 0 0.4,0.17 z m 11.35,17.17 c -4.85,4.12 -7.99,9.47 -8.64,15.56 q -0.89,8.4 -0.6,20.79 0.13,6 1.9,10.13 5.13,12 18.46,16.06 16.64,5.08 29.8,-4.76 c 5.79,-4.33 8.46,-11.43 10.93,-18.08 q 0.84,-2.26 1.17,-6.17 1.02,-12.04 -3.79,-23.12 -3.35,-7.72 -11.12,-12.41 -20.91,-12.61 -38.11,2 z"
76
+ id="path83" />
77
+ <path
78
+ fill="#d4b57e"
79
+ d="m 1716.5577,-388.88771 q -5.2,5.46 -11.41,9.37 c -11.42,7.21 -27.06,6.57 -39.74,3.05 q -5.52,-1.53 -11.15,-5.19 c -9.82,-6.41 -13.81,-18.96 -12.8,-30.22 q 1.64,-18.39 17.36,-25.79 10.89,-5.12 26.15,-5.55 14.7,-0.4 30.35,0.53 a 0.42,0.42 0 0 0 0.45,-0.43 q -0.05,-1.67 -0.29,-7.13 c -0.42,-9.25 -5.66,-14.47 -13.35,-18.18 q -3.47,-1.67 -8.8,-1.9 c -11.06,-0.46 -20.32,1.15 -29.59,6.65 q -5.54,3.29 -8.6,4.73 a 0.45,0.46 59.5 0 1 -0.57,-0.14 q -6,-8.4 -9.61,-16.75 a 1.05,1.06 47.7 0 1 0.05,-0.94 q 1.04,-1.89 3.47,-3.82 14.81,-11.79 32.77,-13.56 c 21.34,-2.11 39.89,1.77 54.1,18.48 q 2.66,3.13 4.48,7.8 c 3.88,9.96 4.39,20.05 4.37,31.78 q -0.05,22.91 -0.25,59.84 a 0.59,0.59 0 0 1 -0.59,0.59 h -23.42 a 2.04,2.03 88.4 0 1 -2.03,-1.92 l -0.59,-11.02 a 0.44,0.44 0 0 0 -0.76,-0.28 z m -1.12,-37.39 q -10.7,-0.54 -24.34,-0.42 c -6.93,0.05 -13.92,0.65 -19.1,5.34 -6.57,5.93 -4.83,16.66 1.31,22.14 q 3.5,3.13 8.81,4.26 c 14.64,3.14 29.99,-2.72 33.25,-18.25 q 0.97,-4.61 0.79,-12.33 a 0.75,0.76 0.4 0 0 -0.72,-0.74 z"
80
+ id="path84" />
81
+ <path
82
+ fill="#d4b57e"
83
+ d="m 1592.6777,-492.20771 h 26.07 a 0.86,0.86 0 0 1 0.86,0.86 v 114.17 a 0.86,0.86 0 0 1 -0.86,0.86 h -26.07 a 0.86,0.86 0 0 1 -0.86,-0.86 v -114.17 a 0.86,0.86 0 0 1 0.86,-0.86 z"
84
+ id="path85" />
85
+ <path
86
+ fill="#d4b57e"
87
+ d="m 143.16768,-394.65771 q 0.46,0.11 0.45,0.6 -0.03,2.2 0.62,4.89 2.72,11.27 9.81,22.88 7.25,11.89 15.4,22.7 c 4.71,6.26 10.61,13.06 17.11,18.9 9.38,8.42 15.79,14.58 25.02,21.29 q 13.29,9.65 15.1,10.72 10.62,6.29 20.67,12.58 1.94,1.22 4,1.86 a 2.56,2.59 42.2 0 0 1.81,-0.1 c 7.1,-3.08 12.92,-6.7 21.76,-11.78 q 6.63,-3.81 11.42,-7.45 c 4.56,-3.47 9.98,-6.63 14.83,-10.52 q 18.45,-14.82 32.58,-32 6.8,-8.28 11.17,-16.16 c 7.76,-14.01 13.11,-25.52 16.26,-40.82 1.49,-7.23 1.56,-11.99 2.41,-21.26 a 3.66,3.67 70 0 1 1.06,-2.26 q 9.34,-9.27 20.72,-20.12 c 6.47,-6.15 12.23,-13.51 18.33,-19.07 a 0.67,0.67 0 0 1 1.11,0.43 q 1.92,19.96 1.77,37.52 -0.18,19.95 -4.43,40.76 -3.4,16.65 -11.34,32.24 -0.55,1.09 -4.75,9.06 -3,5.69 -5.08,8.85 c -9.56,14.55 -19.75,27.73 -31.99,39.39 q -7.6,7.24 -9.98,9.35 -10.58,9.37 -24.17,18.04 c -4.91,3.14 -9.19,7.11 -13.77,9.89 q -24.03,14.58 -42.68,23.19 -3.32,1.53 -8.02,-0.31 -1.97,-0.78 -11.41,-5.19 c -8.92,-4.17 -16.04,-8.65 -24.58,-13.03 q -6.75,-3.47 -13.06,-7.8 -18.87,-12.96 -21.03,-14.68 -15.47,-12.4 -29.21,-26.05 -5.39,-5.35 -13.86,-16.13 -6.45,-8.2 -14.56,-19.38 c -3.42,-4.72 -6.19,-10.2 -9.49,-14.45 a 1.33,1.32 44.2 0 1 -0.03,-1.59 c 5.8,-7.95 10.64,-13.7 15.23,-21.14 q 8.66,-14.03 14.39,-23.68 a 0.38,0.39 23.4 0 1 0.41,-0.17 z"
88
+ id="path87" />
89
+ <rect
90
+ fill="#c9a66b"
91
+ x="1793.7047"
92
+ y="-319.93787"
93
+ transform="rotate(0.4)"
94
+ width="5.9400001"
95
+ height="56.380001"
96
+ rx="0.61000001"
97
+ id="rect88" />
98
+ <rect
99
+ fill="#c9a66b"
100
+ x="1408.2177"
101
+ y="-307.07773"
102
+ width="6.04"
103
+ height="56.380001"
104
+ rx="0.73000002"
105
+ id="rect89" />
106
+ <path
107
+ fill="#c9a66b"
108
+ d="m 1956.9877,-284.67771 a 0.09,0.09 0 0 0 0.15,-0.06 l -0.08,-21.66 a 0.64,0.64 0 0 1 0.69,-0.64 l 4.21,0.29 a 1.18,1.17 1.9 0 1 1.09,1.16 l 0.2,54.36 a 1.1,1.11 89.5 0 1 -1.1,1.11 l -3.7,0.01 a 1.51,1.51 0 0 1 -1.52,-1.5 l -0.01,-4.35 a 0.42,0.42 0 0 0 -0.77,-0.23 c -2.57,3.81 -5.34,5.67 -10.02,6.22 q -15.67,1.87 -20.37,-13.29 -2.13,-6.84 0.24,-14.46 4.43,-14.21 19.53,-12.72 6.91,0.69 11.46,5.76 z m -10.695,-0.4104 a 13.38,15.08 8.6 0 0 -15.4846,12.9096 13.38,15.08 8.6 0 0 10.9746,16.9112 13.38,15.08 8.6 0 0 15.4846,-12.9096 13.38,15.08 8.6 0 0 -10.9746,-16.9112 z"
109
+ id="path89" />
110
+ <path
111
+ fill="#c9a66b"
112
+ d="m 1855.3677,-284.79771 h -10.41 a 1.32,1.32 0 0 0 -1.32,1.32 v 32.88 a 0.47,0.47 0 0 1 -0.47,0.47 h -4.98 a 0.56,0.55 0 0 1 -0.56,-0.55 v -33.1 a 0.57,0.58 0 0 0 -0.57,-0.58 h -4.58 a 1.21,1.21 0 0 1 -1.21,-1.21 v -3.6 a 1.16,1.16 0 0 1 1.16,-1.16 h 4.63 a 0.65,0.66 88 0 0 0.66,-0.7 c -0.42,-6.38 0.78,-12.3 7.48,-14.68 3.37,-1.19 9.32,-2.44 12.07,0.64 a 0.89,0.89 0 0 1 0.19,0.89 q -0.68,2.08 -1.65,2.96 a 1.44,1.44 0 0 1 -1.34,0.33 q -3.31,-0.83 -4.81,-0.58 c -5.91,1.01 -5.26,5.74 -5.9,10.47 a 0.87,0.87 0 0 0 0.86,0.98 h 10.67 a 0.6,0.59 0 0 1 0.6,0.59 v 4.11 a 0.52,0.52 0 0 1 -0.52,0.52 z"
113
+ id="path90" />
114
+ <ellipse
115
+ fill="#c9a66b"
116
+ cx="-994.84491"
117
+ cy="1552.3378"
118
+ transform="rotate(-132.1)"
119
+ rx="4.0700002"
120
+ ry="3.5899999"
121
+ id="ellipse90" />
122
+ <ellipse
123
+ fill="#c9a66b"
124
+ cx="12.243046"
125
+ cy="965.03394"
126
+ transform="rotate(-107.5)"
127
+ rx="4.4099998"
128
+ ry="4.0700002"
129
+ id="ellipse91" />
130
+ <ellipse
131
+ fill="#c9a66b"
132
+ cx="156.07716"
133
+ cy="1083.9183"
134
+ transform="rotate(-97.8)"
135
+ rx="4.6999998"
136
+ ry="3.71"
137
+ id="ellipse92" />
138
+ <ellipse
139
+ fill="#c9a66b"
140
+ cx="469.10602"
141
+ cy="1385.3289"
142
+ transform="rotate(-83.2)"
143
+ rx="4.3000002"
144
+ ry="3.8099999"
145
+ id="ellipse93" />
146
+ <ellipse
147
+ fill="#c9a66b"
148
+ cx="-42.827328"
149
+ cy="1681.157"
150
+ transform="rotate(-101.8)"
151
+ rx="4.2399998"
152
+ ry="4"
153
+ id="ellipse94" />
154
+ <ellipse
155
+ fill="#c9a66b"
156
+ cx="-1329.6729"
157
+ cy="1343.4155"
158
+ transform="rotate(-143.9)"
159
+ rx="4.0700002"
160
+ ry="3.76"
161
+ id="ellipse95" />
162
+ <path
163
+ fill="#c9a66b"
164
+ d="m 610.61768,-294.62771 q -1.18,1.41 -2.78,2.12 a 0.93,0.93 0 0 1 -0.97,-0.14 c -0.47,-0.4 -1.07,-1.35 -1.76,-1.79 q -13.7,-8.63 -25.82,0.94 c -8.63,6.81 -9.22,19.82 -4.08,28.85 q 6.33,11.12 20.87,9.46 5.76,-0.65 10.32,-5.34 a 1.99,1.98 51.6 0 1 3.13,0.37 l 0.04,0.08 a 3.34,3.33 51.1 0 1 -0.42,3.96 q -4.37,4.7 -9.91,5.9 c -3.91,0.86 -11.06,0.94 -15.01,-0.03 -14.84,-3.66 -20.07,-17.49 -17.94,-31.61 q 1.2,-7.96 6.96,-13.56 c 10.35,-10.07 23.62,-12.52 35.48,-3.09 q 0.81,0.65 1.99,2.93 a 0.86,0.85 51.1 0 1 -0.1,0.95 z"
165
+ id="path95" />
166
+ <path
167
+ fill="#c9a66b"
168
+ d="m 1224.9477,-292.97771 a 1.53,1.53 0 0 1 -2.27,0.19 q -0.57,-0.53 -3.95,-2.68 c -6.13,-3.88 -13.33,-4.51 -19.87,-0.84 q -10.69,5.99 -10.73,18.87 c -0.02,7.09 1.46,12.92 7.01,17.64 q 7.96,6.75 18.89,3.99 6.5,-1.64 9.14,-5.67 a 1.26,1.27 39.6 0 1 1.96,-0.19 l 1.34,1.38 a 2.52,2.52 0 0 1 0.26,3.2 c -5.51,7.92 -18.29,8.17 -26.5,6.39 -16.18,-3.51 -22.82,-23.33 -16.55,-37.06 6.3,-13.83 20.34,-20.01 34.88,-14.42 q 4.84,1.86 7.63,4.17 a 2.13,2.13 0 0 1 0.35,2.93 z"
169
+ id="path96" />
170
+ <path
171
+ fill="#c9a66b"
172
+ d="m 1637.5777,-292.89771 a 0.3,0.31 32.9 0 1 -0.5,0.11 q -8.38,-8.66 -19.05,-4.87 -4.06,1.45 -5.43,3.37 c -2.92,4.13 -2.3,10.25 3.32,11.82 q 5.07,1.41 16.07,5.72 c 4.6,1.81 8.94,4.81 9.21,10.16 q 0.54,10.89 -8.97,14.63 -11.93,4.7 -23.18,-1.39 -3.54,-1.91 -5.01,-3.9 a 2.28,2.12 22.3 0 1 -0.36,-0.78 q -0.31,-1.3 0.49,-3.13 a 0.96,0.96 0 0 1 1.56,-0.31 q 4.92,4.87 12.16,5.41 c 6.1,0.46 12.5,1.36 16.37,-4.64 4.49,-6.99 -3.86,-10.64 -9.25,-11.95 q -7.42,-1.79 -13.34,-4.48 -4.64,-2.11 -5.97,-6.42 c -2.92,-9.44 2.93,-17.64 12.05,-19.86 q 11.47,-2.8 21.76,4.97 a 0.24,0.23 29.4 0 1 0.08,0.28 z"
173
+ id="path97" />
174
+ <path
175
+ fill="#c9a66b"
176
+ d="m 1534.4377,-289.75771 5.01,-0.02 a 1,1 0 0 0 1,-1.01 l -0.03,-10.35 a 0.46,0.47 89.4 0 1 0.47,-0.47 h 5.06 a 0.69,0.69 0 0 1 0.69,0.69 v 10.66 a 0.68,0.68 0 0 0 0.68,0.68 h 10.11 a 0.77,0.77 0 0 1 0.77,0.77 v 3.4 a 0.62,0.61 0 0 1 -0.62,0.61 h -10.46 a 1.13,1.13 0 0 0 -1.13,1.13 q 0.04,12.71 0.14,18.82 0.07,3.74 1.18,6.93 a 2.95,2.94 84.1 0 0 2.38,1.94 q 5.46,0.74 8.57,-0.61 a 1.18,1.18 0 0 1 1.65,1.17 l -0.11,1.7 a 3.58,3.59 85.9 0 1 -2.82,3.25 q -7.8,1.66 -12.65,-1.97 c -4.65,-3.48 -4.37,-7.35 -4.29,-13.7 q 0.14,-10.18 0.22,-17.03 a 0.9,0.9 0 0 0 -0.84,-0.91 l -5.09,-0.36 a 0.71,0.72 1.7 0 1 -0.67,-0.72 v -3.82 a 0.78,0.78 0 0 1 0.78,-0.78 z"
177
+ id="path98" />
178
+ <path
179
+ fill="#c9a66b"
180
+ d="m 1027.1077,-299.43771 v 8.82 a 1.11,1.1 89.7 0 0 1.11,1.11 l 10.46,-0.04 a 0.75,0.75 0 0 1 0.75,0.75 v 3.69 a 0.83,0.83 0 0 1 -0.83,0.83 h -10.05 a 1.18,1.18 0 0 0 -1.18,1.19 q 0.09,17.94 0.07,19.48 c -0.05,3.34 -0.06,7.51 3.84,8.38 q 4.07,0.92 7.57,-0.9 a 0.83,0.84 76.3 0 1 1.22,0.74 v 2.91 a 1.84,1.84 0 0 1 -1.42,1.79 c -6.63,1.57 -12.33,1.71 -15.83,-4.2 q -1.48,-2.51 -1.43,-8.58 0.17,-19.85 0.17,-20.2 a 0.73,0.73 0 0 0 -0.73,-0.75 l -4.91,-0.02 a 0.98,0.98 0 0 1 -0.98,-0.98 v -3.41 a 1.01,1.02 0 0 1 1.01,-1.02 h 4.81 a 0.71,0.71 0 0 0 0.71,-0.71 v -8.81 a 0.99,0.99 0 0 1 0.99,-0.99 h 3.72 a 0.93,0.92 0 0 1 0.93,0.92 z"
181
+ id="path99" />
182
+ <path
183
+ fill="#c9a66b"
184
+ d="m 961.39768,-259.83771 a 1.71,1.71 0 0 1 2.97,0.62 l 0.34,1.22 a 3.6,3.61 60.8 0 1 -1.03,3.63 q -5.05,4.68 -12.83,4.87 -8.16,0.2 -12.53,-3.96 c -7.31,-6.96 -10.29,-16.95 -5.44,-26.11 q 6.81,-12.87 21.16,-10.68 6.03,0.92 11.81,6.83 a 1.17,1.17 0 0 1 -0.03,1.66 l -2.32,2.26 a 1.35,1.35 0 0 1 -1.81,0.06 c -4.62,-3.92 -7.92,-5.9 -14.43,-4.73 q -8.8,1.59 -10.16,10.56 -1.09,7.17 2.05,12.9 c 2.54,4.63 7.68,5.5 12.7,5.38 q 5.98,-0.14 9.55,-4.51 z"
185
+ id="path100" />
186
+ <path
187
+ fill="#c9a66b"
188
+ d="m 1917.4277,-268.47771 -30.52,0.12 a 0.96,0.96 0 0 0 -0.95,1.08 c 0.76,5.94 5.49,11.33 11.62,11.91 q 3.4,0.33 8.26,-0.29 3.48,-0.44 4.4,-3.52 a 0.72,0.72 0 0 1 1.28,-0.21 l 1.66,2.38 a 2.06,2.06 0 0 1 0.09,2.2 q -0.62,1.08 -2.68,2.25 c -7.62,4.33 -19.53,3.94 -25.41,-3.47 q -7.8,-9.84 -4.12,-22.76 c 3.24,-11.36 18.48,-15.04 27.77,-8.81 q 9.32,6.25 9.39,18.32 a 0.79,0.79 0 0 1 -0.79,0.8 z m -31.56,-4.22 25.38,-0.18 a 0.11,0.11 0 0 0 0.11,-0.11 v -0.06 a 12.37,12.68 89.6 0 0 -12.76,-12.28 h -0.24 a 12.37,12.68 89.6 0 0 -12.6,12.46 v 0.06 a 0.11,0.11 0 0 0 0.11,0.11 z"
189
+ id="path101" />
190
+ <path
191
+ fill="#c9a66b"
192
+ d="m 672.09768,-283.40771 q 5.67,-6.99 14.13,-6.89 7.83,0.09 12.56,7.39 a 0.46,0.47 50.1 0 0 0.73,0.06 q 0.2,-0.21 0.56,-1.12 c 1.02,-2.62 4.73,-4.57 7.83,-5.5 q 6.97,-2.08 13.19,1.1 c 6.24,3.18 7.75,8.85 8.01,15.52 q 0.05,1.51 -0.14,21.41 a 0.74,0.74 0 0 1 -0.74,0.73 h -4.78 a 0.82,0.81 0.7 0 1 -0.82,-0.83 q 0.34,-16.29 -0.12,-21.77 c -0.38,-4.5 -2.59,-10.78 -7.86,-11.07 -8.3,-0.46 -14.42,3.15 -14.61,11.81 q -0.28,12.79 0.06,21.67 a 0.68,0.68 0 0 1 -0.73,0.7 l -4.56,-0.32 a 0.8,0.8 0 0 1 -0.75,-0.79 q -0.23,-15.52 -0.35,-21.97 c -0.1,-6.01 -3.05,-12.34 -10.03,-11.39 -5.27,0.72 -11.79,4.72 -11.87,10.84 q -0.2,16.71 0.3,22.84 a 0.59,0.58 87.7 0 1 -0.58,0.64 h -5.01 a 0.56,0.56 0 0 1 -0.56,-0.56 v -37.44 a 1.28,1.28 0 0 1 1.28,-1.28 h 3.92 a 1.07,1.08 2 0 1 1.07,1.15 l -0.35,4.98 a 0.13,0.12 66.9 0 0 0.22,0.09 z"
193
+ id="path102" />
194
+ <path
195
+ fill="#c9a66b"
196
+ d="m 748.36768,-284.90771 a 0.74,0.74 0 0 0 1.36,0.45 c 3.11,-4.83 6.93,-5.76 12.46,-5.8 q 8.1,-0.05 12.37,7.03 a 0.36,0.37 47.5 0 0 0.61,0.02 q 5.33,-7.43 14.04,-7.27 c 9.26,0.18 15.39,6.15 15.72,15.31 q 0.35,9.7 0.33,23.65 a 1.1,1.1 0 0 1 -1.1,1.1 h -4.44 a 1.12,1.12 0 0 1 -1.12,-1.15 q 0.31,-12.83 0.02,-22.26 -0.28,-9.36 -9.23,-10.4 -6.96,-0.81 -11.67,4.56 -1.58,1.82 -1.62,3.83 -0.2,12.56 -0.57,24.48 a 0.99,0.99 0 0 1 -0.99,0.96 h -3.64 a 0.93,0.93 0 0 1 -0.93,-0.93 q 0,-4.04 0.03,-22.25 c 0.01,-3.76 -1.79,-9.19 -5.81,-10.52 -7.4,-2.45 -15.86,1.68 -16.11,10.26 q -0.53,18.1 -0.25,22.5 a 1.05,1.06 88.2 0 1 -1.06,1.12 h -3.82 a 1.25,1.24 0 0 1 -1.25,-1.24 v -37.61 a 0.98,0.98 0 0 1 1.05,-0.98 l 4.61,0.32 a 1.35,1.35 0 0 1 1.25,1.44 z"
197
+ id="path103" />
198
+ <path
199
+ fill="#c9a66b"
200
+ d="m 1120.8977,-284.06771 a 0.28,0.28 0 0 0 0.5,0.1 q 4.34,-5.93 11.64,-6.42 12.39,-0.82 16.92,9.75 1,2.31 1.09,10.04 0.1,8.29 -0.52,19.27 a 0.72,0.72 0 0 1 -0.72,0.68 h -4.46 a 0.64,0.64 0 0 1 -0.64,-0.69 c 0.35,-5.47 0,-12.25 -0.02,-19.12 q -0.01,-4.52 -1.12,-7.83 c -2.41,-7.22 -11.79,-7.72 -17.55,-4.6 -3.67,1.98 -4.37,5.34 -4.44,9.82 q -0.31,19.32 -0.24,21.87 a 1.18,1.18 0 0 1 -1.18,1.21 h -3.81 a 1.21,1.2 0 0 1 -1.21,-1.2 v -37.63 a 0.61,0.61 0 0 1 0.61,-0.61 h 5.18 a 0.74,0.74 0 0 1 0.65,1.1 q -1.16,2.13 -0.68,4.26 z"
201
+ id="path104" />
202
+ <path
203
+ fill="#c9a66b"
204
+ d="m 1289.5177,-285.30771 q 1.69,-1.78 7.61,-4.03 5.4,-2.04 10.42,-0.2 c 3.58,1.31 6.88,2.65 7.99,6.38 a 0.52,0.52 0 0 0 0.97,0.08 c 2.69,-5.52 10.07,-7.57 15.91,-7.22 13.31,0.79 14.62,10.71 14.21,22.49 q -0.23,6.68 -0.05,16.29 a 0.83,0.83 0 0 1 -0.83,0.84 l -4.85,0.02 a 0.73,0.73 0 0 1 -0.74,-0.76 q 0.32,-9.26 0.37,-18.93 c 0.04,-8.65 -4.07,-16.33 -14,-14.13 -6.52,1.44 -8.57,7.07 -8.73,13.14 q -0.26,9.63 0.02,20.29 a 0.58,0.58 0 0 1 -0.58,0.59 l -4.69,0.02 a 0.62,0.61 0.5 0 1 -0.62,-0.62 q 0.19,-14.76 -0.05,-22.04 c -0.18,-5.2 -1.67,-9.9 -7.02,-11.36 -8.13,-2.22 -16.03,3.15 -15.95,11.82 q 0.11,11.76 0.24,21.62 a 0.77,0.77 0 0 1 -0.77,0.78 l -4.84,0.02 a 0.72,0.71 3.5 0 1 -0.71,-0.8 q 0.64,-5.27 0.62,-11.33 -0.06,-12.8 -0.08,-26.24 a 1.09,1.1 0 0 1 1.09,-1.1 h 2.81 a 1.56,1.56 0 0 1 1.56,1.56 l 0.01,2.55 a 0.4,0.39 66.6 0 0 0.68,0.27 z"
205
+ id="path105" />
206
+ <path
207
+ fill="#c9a66b"
208
+ d="m 1365.0877,-284.09771 a 0.37,0.37 0 0 0 0.64,0.29 q 10.84,-11.19 24.55,-3.58 4.42,2.45 6.94,9.12 c 3.51,9.28 0.75,22.82 -9.95,26.41 -7.36,2.46 -14.85,2.24 -20.42,-3.54 a 0.32,0.32 0 0 0 -0.55,0.22 l 0.07,18.94 a 0.66,0.66 0 0 1 -0.66,0.66 h -5.1 a 0.92,0.92 0 0 1 -0.92,-0.92 v -52.21 a 1,1 0 0 1 1.07,-1 l 3.9,0.27 a 0.8,0.8 0 0 1 0.74,0.85 z m 26.6411,10.5085 a 11.66,11.66 0 0 0 -12.1185,-11.1827 l -2.7778,0.1116 a 11.66,11.66 0 0 0 -11.1826,12.1185 l 0.2167,5.3956 a 11.66,11.66 0 0 0 12.1185,11.1827 l 2.7778,-0.1116 a 11.66,11.66 0 0 0 11.1826,-12.1185 z"
209
+ id="path106" />
210
+ <path
211
+ fill="#c9a66b"
212
+ d="m 1472.6177,-254.31771 a 0.64,0.64 0 0 0 -1.07,-0.45 q -9.21,8.12 -20.18,3.47 c -9.14,-3.87 -8.85,-17.02 0.03,-20.93 5.06,-2.23 13.38,-1.16 20.21,-0.76 a 0.77,0.78 1.4 0 0 0.82,-0.79 q -0.14,-10.15 -10.09,-10.86 -7.59,-0.55 -12.83,2.68 a 1.18,1.18 0 0 1 -1.8,-0.94 l -0.15,-2.79 a 1.32,1.33 74 0 1 0.68,-1.22 q 10.46,-5.76 22.18,-1.79 c 5.38,1.82 7.77,8.43 7.8,13.88 q 0.07,14.84 0.19,23.86 a 0.81,0.81 0 0 1 -0.81,0.82 h -3.92 a 0.89,0.88 88.3 0 1 -0.88,-0.84 z m -1.53,-14.46 c -5.38,-0.38 -14.13,-1.28 -18.3,1.16 -3.19,1.86 -1.87,6.75 -0.49,9.34 q 1.31,2.46 4.44,3.21 8.63,2.08 14.13,-4.75 a 2.48,2.51 66 0 0 0.55,-1.41 l 0.46,-6.63 a 0.85,0.86 4 0 0 -0.79,-0.92 z"
213
+ id="path107" />
214
+ <path
215
+ fill="#c9a66b"
216
+ d="m 1496.9477,-285.11771 a 0.37,0.37 0 0 0 0.66,0.26 c 1.43,-1.75 2.77,-3.05 4.78,-3.8 q 7.39,-2.72 14.16,-0.83 c 7.94,2.23 9.78,9.6 9.77,17.15 q -0.01,8.19 -0.17,21.35 a 0.5,0.5 0 0 1 -0.5,0.49 h -4.87 a 0.51,0.51 0 0 1 -0.51,-0.52 q 0.22,-13.21 -0.36,-23.66 c -0.27,-4.85 -2.66,-10.11 -8.29,-10.37 q -12.2,-0.54 -14.24,9.23 -0.34,1.64 -0.33,12.45 0.02,6.3 0.4,12.35 a 0.51,0.5 0 0 1 -0.54,0.53 l -5.42,-0.38 a 0.47,0.47 0 0 1 -0.44,-0.47 v -37.58 a 1.02,1.02 0 0 1 1.09,-1.02 l 3.99,0.28 a 1.14,1.13 4 0 1 1.06,1.21 z"
217
+ id="path108" />
218
+ <path
219
+ fill="#c9a66b"
220
+ d="m 1676.4177,-284.85771 a 0.56,0.56 0 0 0 1.03,0.34 q 2.86,-4.46 8.22,-5.44 c 4.04,-0.74 10.1,-0.74 13.49,2.08 q 1.49,1.25 3.46,3.39 a 0.8,0.8 0 0 0 1.09,0.08 c 3.3,-2.66 6.8,-5.11 10.84,-5.7 7.7,-1.14 16.06,0.96 17.94,9.58 2,9.15 1.33,15.8 1.24,29.08 a 0.96,0.96 0 0 1 -0.96,0.95 h -4.43 a 1,0.99 0 0 1 -1,-0.99 q 0.06,-11.24 -0.33,-21.59 c -0.22,-5.66 -2.73,-11.4 -9.2,-11.69 -4.7,-0.2 -9.41,0.98 -11.47,5.47 q -0.84,1.83 -0.88,6.04 -0.08,10.85 -0.2,21.36 a 0.88,0.87 0 0 1 -0.88,0.87 h -4.11 a 0.98,0.97 0 0 1 -0.98,-0.97 q -0.04,-11.38 -0.3,-22.78 -0.11,-5.06 -3.26,-8.43 c -2.4,-2.58 -6.85,-2.21 -10.17,-1.36 -8.43,2.16 -8.59,8.82 -8.68,17.31 q -0.09,9.49 0.11,15.8 a 0.71,0.7 89.2 0 1 -0.7,0.73 h -4.76 a 0.54,0.54 0 0 1 -0.54,-0.54 v -37.72 a 1.04,1.04 0 0 1 1.04,-1.04 h 3.61 a 1.06,1.08 2 0 1 1.06,1.15 z"
221
+ id="path109" />
222
+ <path
223
+ fill="#c9a66b"
224
+ d="m 1753.2577,-256.69771 v 19.63 a 0.89,0.89 0 0 1 -0.85,0.89 l -4.7,0.26 a 0.66,0.66 0 0 1 -0.69,-0.66 v -53.38 a 0.25,0.25 0 0 1 0.23,-0.25 q 2.7,-0.32 6.19,0.68 a 0.97,0.97 0 0 1 0.62,1.34 l -0.99,2.18 a 0.65,0.64 12.1 0 0 0.59,0.91 h 0.29 a 1.16,1.15 9.6 0 0 1.09,-0.77 q 0.82,-2.34 5.57,-3.62 c 9.98,-2.7 21.88,1 24.65,11.84 q 4.32,16.94 -9.78,25.87 c -2.14,1.35 -3.48,1.49 -6.32,1.67 -5.2,0.32 -9.68,-0.93 -13.11,-4.5 q -1.78,-1.85 -2.28,-2.31 a 0.3,0.3 0 0 0 -0.51,0.22 z m 11.0743,-28.3731 a 14.83,13.48 82.5 0 0 -11.429,16.4626 14.83,13.48 82.5 0 0 15.3004,12.9436 14.83,13.48 82.5 0 0 11.429,-16.4626 14.83,13.48 82.5 0 0 -15.3004,-12.9436 z"
225
+ id="path110" />
226
+ <path
227
+ fill="#c9a66b"
228
+ d="m 656.34768,-269.73771 a 20.38,20.38 0 0 1 -20.38,20.38 20.38,20.38 0 0 1 -20.38,-20.38 20.38,20.38 0 0 1 20.38,-20.38 20.38,20.38 0 0 1 20.38,20.38 z m -7.003,-2.0821 a 12.53,12.53 0 0 0 -12.4861,-12.5737 l -2.36,-0.008 a 12.53,12.53 0 0 0 -12.5737,12.4862 l -0.0142,4.0799 a 12.53,12.53 0 0 0 12.4861,12.5737 l 2.36,0.008 a 12.53,12.53 0 0 0 12.5737,-12.4862 z"
229
+ id="path111" />
230
+ <path
231
+ fill="#c9a66b"
232
+ d="m 870.86768,-284.79771 a 0.35,0.35 0 0 0 0.52,0.26 q 0.21,-0.13 2.98,-2.21 c 5.92,-4.47 16.76,-5 22.12,1.01 q 5.02,5.63 4.82,13.14 -0.05,1.95 -0.04,21.22 a 0.58,0.59 0 0 1 -0.58,0.59 h -5.26 a 0.67,0.67 0 0 1 -0.67,-0.69 q 0.46,-13.05 -0.38,-23.13 -0.63,-7.64 -8.29,-9.49 c -1.53,-0.37 -5.89,-0.36 -7.71,0.34 q -4.91,1.89 -6.71,6.86 -0.48,1.33 -0.65,9.77 -0.18,8.73 0.1,16.14 a 0.8,0.8 0 0 1 -0.8,0.83 h -4.24 a 0.79,0.79 0 0 1 -0.79,-0.79 v -38.04 a 0.51,0.51 0 0 1 0.45,-0.51 q 2.61,-0.31 5.23,0.23 a 0.6,0.61 17.5 0 1 0.43,0.83 q -0.77,1.74 -0.53,3.64 z"
233
+ id="path112" />
234
+ <path
235
+ fill="#c9a66b"
236
+ d="m 999.26768,-254.19771 q -0.05,0.01 -3.85,1.93 c -6.16,3.1 -16.62,3.75 -20.98,-2.59 -3.36,-4.87 -2.31,-11.64 2.15,-15.25 5.03,-4.07 16.68,-3.42 23.31,-3.05 a 0.98,0.98 0 0 0 1.04002,-1.06 c -0.23,-3.11 -2.01002,-8.53 -5.45002,-9.5 q -9.7,-2.72 -17.28,2.28 a 0.84,0.84 0 0 1 -1.24,-0.37 l -1.26,-2.87 a 0.89,0.88 61 0 1 0.3,-1.08 c 6.65,-4.66 13.69,-5.53 21.57,-3.11 8.04002,2.47 9.36002,8.69 9.16002,16.52 q -0.37,14.1 -0.04,20.97 a 1.38,1.39 0.5 0 1 -1.47,1.45 l -3.87,-0.27 a 1.55,1.55 0 0 1 -1.43002,-1.61 l 0.08,-1.76 a 0.62,0.62 0 0 0 -0.74014,-0.63 z m 0.44,-14.86 q -11.94,0.13 -15.63,0.48 -4.29,0.41 -6.14,4.43 a 1.9,1.92 52.7 0 0 -0.15,1.06 q 0.96,6.74 6.73,8.11 c 2.05,0.49 6.06,0.18 8.05,-0.37 6,-1.66 8.67002,-7.33 7.83002,-13.11 a 0.7,0.7 0 0 0 -0.69002,-0.6 z"
237
+ id="path113" />
238
+ <path
239
+ fill="#c9a66b"
240
+ d="m 846.22768,-289.23771 a 0.27,0.28 1.1 0 1 0.27,-0.27 h 5.68 a 0.31,0.31 0 0 1 0.31,0.32 l -0.8,38.1 a 0.96,0.96 0 0 1 -1.03,0.94 l -3.72,-0.26 a 1.12,1.11 4.1 0 1 -1.04,-1.19 l 0.2,-2.91 a 0.48,0.49 70.9 0 0 -0.81,-0.39 q -6.27,5.72 -16.09,4.69 c -7.86,-0.83 -11.27,-7.39 -11.61,-14.59 -0.4,-8.32 -0.19,-17.17 -0.07,-24.22 a 0.65,0.65 0 0 1 0.62,-0.64 l 5.22,-0.28 a 0.53,0.52 88.5 0 1 0.56,0.54 q -0.3,20.77 -0.4,23.09 -0.29,6.94 5.58,10.51 c 1.95,1.18 7.33,0.51 9.49,-0.21 7.44,-2.47 7.09,-9.71 7.27,-16.23 q 0.29,-10.25 0.37,-17 z"
241
+ id="path114" />
242
+ <rect
243
+ fill="#c9a66b"
244
+ x="1051.0673"
245
+ y="-284.14212"
246
+ transform="rotate(-0.3)"
247
+ width="6.0599999"
248
+ height="39.200001"
249
+ rx="0.57999998"
250
+ id="rect114" />
251
+ <path
252
+ fill="#c9a66b"
253
+ d="m 1089.5064,-289.91331 a 20.04,20.38 11 0 1 15.7831,23.8294 20.04,20.38 11 0 1 -23.5605,16.1818 20.04,20.38 11 0 1 -15.7831,-23.8294 20.04,20.38 11 0 1 23.5605,-16.1818 z m 9.0063,16.8588 a 12.21,12.21 0 0 0 -12.9724,-11.3966 l -2.2753,0.1472 a 12.21,12.21 0 0 0 -11.3966,12.9725 l 0.2943,4.5505 a 12.21,12.21 0 0 0 12.9724,11.3966 l 2.2753,-0.1472 a 12.21,12.21 0 0 0 11.3966,-12.9725 z"
254
+ id="path115" />
255
+ <path
256
+ fill="#c9a66b"
257
+ d="m 1244.0232,-288.16511 a 20.4,20.17 64.4 0 1 27.0045,9.6822 20.4,20.17 64.4 0 1 -9.3755,27.1126 20.4,20.17 64.4 0 1 -27.0045,-9.6822 20.4,20.17 64.4 0 1 9.3755,-27.1126 z m 10.5396,3.5725 a 13.96,14.91 8 0 0 -15.8992,12.822 13.96,14.91 8 0 0 11.749,16.7078 13.96,14.91 8 0 0 15.8992,-12.822 13.96,14.91 8 0 0 -11.749,-16.7078 z"
258
+ id="path116" />
259
+ <rect
260
+ fill="#c9a66b"
261
+ x="1427.4542"
262
+ y="-292.12485"
263
+ transform="rotate(0.1)"
264
+ width="6.1199999"
265
+ height="39.18"
266
+ rx="0.31"
267
+ id="rect116" />
268
+ <rect
269
+ fill="#c9a66b"
270
+ x="1651.0942"
271
+ y="-292.29495"
272
+ transform="rotate(0.1)"
273
+ width="5.8600001"
274
+ height="39.16"
275
+ rx="0.62"
276
+ id="rect117" />
277
+ <rect
278
+ fill="#c9a66b"
279
+ x="1816.8372"
280
+ y="-279.94189"
281
+ transform="rotate(-0.3)"
282
+ width="6.3000002"
283
+ height="38.66"
284
+ rx="0.56"
285
+ id="rect118" />
286
+ <rect
287
+ fill="#c9a66b"
288
+ x="912.36298"
289
+ y="-293.98544"
290
+ transform="rotate(0.3)"
291
+ width="6.4400001"
292
+ height="38.98"
293
+ rx="0.43000001"
294
+ id="rect119" />
295
+ <rect
296
+ fill="#c9a66b"
297
+ x="1863.2076"
298
+ y="-289.22772"
299
+ width="6.0599999"
300
+ height="38.639999"
301
+ rx="0.38999999"
302
+ id="rect120" />
303
+ <path
304
+ fill="#c9a66b"
305
+ d="m 1565.3377,-238.78771 4.3,-9.48 a 2,2.01 31.7 0 0 -0.57,-2.41 q -2.77,-2.21 -0.31,-6.62 0.6,-1.07 2.06,-1.22 4.48,-0.43 4.57,4.34 c 0.11,5.74 -3.29,13.67 -9.01,16.41 a 0.77,0.78 89.5 0 1 -1.04,-1.02 z"
306
+ id="path125" />
307
+ <circle
308
+ fill="#c9a66b"
309
+ cx="1978.1177"
310
+ cy="-254.12772"
311
+ r="4.4499998"
312
+ id="circle125" />
313
+ </g>
314
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commspliant-html-editor",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Reusable React WYSIWYG editor with visual and HTML modes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -1,14 +0,0 @@
1
- import { ReactNode } from 'react';
2
- export declare function ChromeThemeProvider({ dark, children, }: {
3
- dark: boolean;
4
- children: ReactNode;
5
- }): import("react").JSX.Element;
6
- export declare function useChromeTheme(): boolean;
7
- export declare function chromeThemeProps(dark: boolean): {
8
- readonly className: string;
9
- readonly 'data-wysiwyg-theme': "dark" | "light";
10
- };
11
- export declare function ChromePortal({ children }: {
12
- children: ReactNode;
13
- }): import('react').ReactPortal;
14
- //# sourceMappingURL=ChromeTheme.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChromeTheme.d.ts","sourceRoot":"","sources":["../../src/chrome/ChromeTheme.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAMjE,wBAAgB,mBAAmB,CAAC,EAClC,IAAI,EACJ,QAAQ,GACT,EAAE;IACD,IAAI,EAAE,OAAO,CAAA;IACb,QAAQ,EAAE,SAAS,CAAA;CACpB,+BAEA;AAED,wBAAgB,cAAc,YAE7B;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,OAAO;;;EAK7C;AAED,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,+BASjE"}
@@ -1,3 +0,0 @@
1
- import { EditorProps } from '../types';
2
- export declare function Editor({ value, defaultValue, onChange, onAutoSave, onSave, onOpen, mode: modeProp, defaultMode, onModeChange, fullscreen: fullscreenProp, defaultFullscreen, onFullscreenChange, placeholder, disabled, readOnly, className, locale, toolbarBackground, menuColor, menuBackground, menuFontSize, menuFontFamily, border, menuVisible, toolbarVisible, allowedChrome, customActions, customFonts, transformHtml, loadCustomParagraphStyles, onSaveCustomParagraphStyle, onDeleteCustomParagraphStyle, customImagePicker, disableBuiltinImageInsert, customAudioPicker, disableBuiltinAudioInsert, customVideoPicker, disableBuiltinVideoInsert, disableHtmlFileDrop, toolbarCustomization, darkMode, darkModePersistence, toolbarPosition, toolbarPositionPersistence, enableMultiPages, pages: pagesProp, defaultPages, onPagesChange, }: EditorProps): import("react").JSX.Element;
3
- //# sourceMappingURL=Editor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../src/components/Editor.tsx"],"names":[],"mappings":"AAoNA,OAAO,KAAK,EASV,WAAW,EAGZ,MAAM,UAAU,CAAA;AASjB,wBAAgB,MAAM,CAAC,EACrB,KAAK,EACL,YAAiB,EACjB,QAAQ,EACR,UAAU,EACV,MAAM,EACN,MAAM,EACN,IAAI,EAAE,QAAQ,EACd,WAAsB,EACtB,YAAY,EACZ,UAAU,EAAE,cAAc,EAC1B,iBAAyB,EACzB,kBAAkB,EAClB,WAAW,EACX,QAAQ,EACR,QAAgB,EAChB,SAAS,EACT,MAAa,EACb,iBAAiB,EACjB,SAAS,EACT,cAAc,EACd,YAAY,EACZ,cAAc,EACd,MAAM,EACN,WAAkB,EAClB,cAAqB,EACrB,aAAa,EACb,aAAa,EACb,WAAW,EACX,aAAa,EACb,yBAAyB,EACzB,0BAA0B,EAC1B,4BAA4B,EAC5B,iBAAiB,EACjB,yBAAyB,EACzB,iBAAiB,EACjB,yBAAyB,EACzB,iBAAiB,EACjB,yBAAyB,EACzB,mBAA2B,EAC3B,oBAAoB,EACpB,QAAgB,EAChB,mBAAmB,EACnB,eAAuB,EACvB,0BAA0B,EAC1B,gBAAwB,EACxB,KAAK,EAAE,SAAS,EAChB,YAAY,EACZ,aAAa,GACd,EAAE,WAAW,+BA2tFb"}
@@ -1,9 +0,0 @@
1
- type HtmlSurfaceProps = {
2
- html: string;
3
- onChange: (html: string) => void;
4
- placeholder?: string;
5
- disabled?: boolean;
6
- };
7
- export declare const HtmlSurface: import('react').ForwardRefExoticComponent<HtmlSurfaceProps & import('react').RefAttributes<HTMLTextAreaElement>>;
8
- export {};
9
- //# sourceMappingURL=HtmlSurface.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HtmlSurface.d.ts","sourceRoot":"","sources":["../../src/components/HtmlSurface.tsx"],"names":[],"mappings":"AAIA,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IAChC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,WAAW,kHAiBvB,CAAA"}
@@ -1,22 +0,0 @@
1
- import { MouseEvent as ReactMouseEvent, PointerEvent as ReactPointerEvent } from 'react';
2
- export type MultiPageVisualSurfaceHandle = {
3
- getContainer: () => HTMLDivElement | null;
4
- getActivePageRoot: () => HTMLElement | null;
5
- getActivePageIndex: () => number;
6
- flushPageHtml: (index: number) => string | null;
7
- };
8
- type MultiPageVisualSurfaceProps = {
9
- pages: readonly string[];
10
- activePageIndex: number;
11
- onActivePageIndexChange: (index: number) => void;
12
- onPageChange: (index: number, html: string) => void;
13
- placeholder?: string;
14
- disabled?: boolean;
15
- onBeforeInput?: (event: InputEvent) => void;
16
- onPointerDown?: (event: ReactPointerEvent<HTMLDivElement>) => void;
17
- onMouseUp?: (event: ReactMouseEvent<HTMLDivElement>) => void;
18
- onContextMenu?: (event: ReactMouseEvent<HTMLDivElement>) => void;
19
- };
20
- export declare const MultiPageVisualSurface: import('react').ForwardRefExoticComponent<MultiPageVisualSurfaceProps & import('react').RefAttributes<MultiPageVisualSurfaceHandle>>;
21
- export {};
22
- //# sourceMappingURL=MultiPageVisualSurface.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MultiPageVisualSurface.d.ts","sourceRoot":"","sources":["../../src/components/MultiPageVisualSurface.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,UAAU,IAAI,eAAe,EAClC,KAAK,YAAY,IAAI,iBAAiB,EACvC,MAAM,OAAO,CAAA;AAOd,MAAM,MAAM,4BAA4B,GAAG;IACzC,YAAY,EAAE,MAAM,cAAc,GAAG,IAAI,CAAA;IACzC,iBAAiB,EAAE,MAAM,WAAW,GAAG,IAAI,CAAA;IAC3C,kBAAkB,EAAE,MAAM,MAAM,CAAA;IAChC,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI,CAAA;CAChD,CAAA;AAED,KAAK,2BAA2B,GAAG;IACjC,KAAK,EAAE,SAAS,MAAM,EAAE,CAAA;IACxB,eAAe,EAAE,MAAM,CAAA;IACvB,uBAAuB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAChD,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACnD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAA;IAC3C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,CAAC,cAAc,CAAC,KAAK,IAAI,CAAA;IAClE,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,eAAe,CAAC,cAAc,CAAC,KAAK,IAAI,CAAA;IAC5D,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,eAAe,CAAC,cAAc,CAAC,KAAK,IAAI,CAAA;CACjE,CAAA;AAED,eAAO,MAAM,sBAAsB,sIAqGjC,CAAA"}
@@ -1,14 +0,0 @@
1
- import { MouseEvent as ReactMouseEvent, PointerEvent as ReactPointerEvent } from 'react';
2
- type VisualSurfaceProps = {
3
- html: string;
4
- onChange: (html: string) => void;
5
- placeholder?: string;
6
- disabled?: boolean;
7
- onBeforeInput?: (event: InputEvent) => void;
8
- onPointerDown?: (event: ReactPointerEvent<HTMLDivElement>) => void;
9
- onMouseUp?: (event: ReactMouseEvent<HTMLDivElement>) => void;
10
- onContextMenu?: (event: ReactMouseEvent<HTMLDivElement>) => void;
11
- };
12
- export declare const VisualSurface: import('react').ForwardRefExoticComponent<VisualSurfaceProps & import('react').RefAttributes<HTMLDivElement>>;
13
- export {};
14
- //# sourceMappingURL=VisualSurface.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VisualSurface.d.ts","sourceRoot":"","sources":["../../src/components/VisualSurface.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,UAAU,IAAI,eAAe,EAClC,KAAK,YAAY,IAAI,iBAAiB,EACvC,MAAM,OAAO,CAAA;AAKd,KAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IAChC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAA;IAC3C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,CAAC,cAAc,CAAC,KAAK,IAAI,CAAA;IAClE,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,eAAe,CAAC,cAAc,CAAC,KAAK,IAAI,CAAA;IAC5D,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,eAAe,CAAC,cAAc,CAAC,KAAK,IAAI,CAAA;CACjE,CAAA;AAED,eAAO,MAAM,aAAa,+GA0DzB,CAAA"}
@@ -1,16 +0,0 @@
1
- export type AudioAttrs = {
2
- src: string;
3
- title: string;
4
- css?: string;
5
- };
6
- export type AudioSrcError = 'empty' | 'invalid';
7
- export type AudioFileError = 'type' | 'tooLarge';
8
- export declare const AUDIO_MAX_FILE_BYTES: number;
9
- export declare const AUDIO_ACCEPT = "audio/mpeg,audio/mp3,audio/wav,audio/x-wav,audio/ogg,audio/aac,audio/webm,audio/mp4,audio/x-m4a,.mp3,.wav,.ogg,.aac,.webm,.m4a";
10
- export declare function defaultAudioAttrs(overrides?: Partial<AudioAttrs>): AudioAttrs;
11
- export declare function validateAudioSrc(src: string): AudioSrcError | null;
12
- export declare function validateAudioFile(file: File): AudioFileError | null;
13
- export declare function readAudioFileAsDataUrl(file: File): Promise<string>;
14
- export declare function applyAudioAttrs(audio: HTMLAudioElement, attrs: AudioAttrs): void;
15
- export declare function insertAudioInDocument(root: HTMLElement, attrs: AudioAttrs): boolean;
16
- //# sourceMappingURL=audio.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"audio.d.ts","sourceRoot":"","sources":["../../src/core/audio.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAAG;IACvB,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,SAAS,CAAA;AAE/C,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,UAAU,CAAA;AAEhD,eAAO,MAAM,oBAAoB,QAAkB,CAAA;AAEnD,eAAO,MAAM,YAAY,mIACyG,CAAA;AAqBlI,wBAAgB,iBAAiB,CAAC,SAAS,GAAE,OAAO,CAAC,UAAU,CAAM,GAAG,UAAU,CAMjF;AAED,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,GAAG,IAAI,CAYlE;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,cAAc,GAAG,IAAI,CAInE;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAmBlE;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,gBAAgB,EAAE,KAAK,EAAE,UAAU,GAAG,IAAI,CAQhF;AAeD,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,UAAU,GAAG,OAAO,CAmBnF"}
@@ -1,10 +0,0 @@
1
- export declare const PARAGRAPH_STYLE_TAGS: readonly ["p", "h1", "h2", "h3", "h4", "h5", "h6"];
2
- export type ParagraphStyleTag = (typeof PARAGRAPH_STYLE_TAGS)[number];
3
- export type BlockFormatQuery = {
4
- tag: ParagraphStyleTag | null;
5
- mixed: boolean;
6
- };
7
- export declare function isParagraphStyleTag(tag: string): tag is ParagraphStyleTag;
8
- export declare function queryBlockFormat(root: HTMLElement): BlockFormatQuery;
9
- export declare function setBlockFormatInDocument(root: HTMLElement, tag: ParagraphStyleTag): boolean;
10
- //# sourceMappingURL=blockFormat.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"blockFormat.d.ts","sourceRoot":"","sources":["../../src/core/blockFormat.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,oBAAoB,oDAAqD,CAAA;AAEtF,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAA;AAErE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,iBAAiB,GAAG,IAAI,CAAA;IAC7B,KAAK,EAAE,OAAO,CAAA;CACf,CAAA;AAoBD,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,IAAI,iBAAiB,CAEzE;AA6ID,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,WAAW,GAAG,gBAAgB,CAapE;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,WAAW,EAAE,GAAG,EAAE,iBAAiB,GAAG,OAAO,CAyB3F"}
@@ -1,19 +0,0 @@
1
- export declare const ALIGNABLE_TAGS: Set<string>;
2
- export declare function tagName(el: Element): string;
3
- export declare function elementFromNode(node: Node): Element | null;
4
- export declare function isListContainer(node: Node): node is HTMLElement;
5
- export declare function isListItem(node: Node): node is HTMLElement;
6
- export declare function currentRange(root: HTMLElement): Range | null;
7
- export declare function nodesForRange(range: Range): Node[];
8
- export declare function textOffsetFromRoot(root: HTMLElement, node: Node, offset: number): number;
9
- export declare function restoreOffsets(root: HTMLElement, start: number, end: number): void;
10
- export declare function withRestoredSelection(root: HTMLElement, mutate: () => boolean): boolean;
11
- export declare function renameElement(el: HTMLElement, tag: string): HTMLElement;
12
- export declare function clearEmptyStyle(el: HTMLElement): void;
13
- export declare function nearestAlignable(root: HTMLElement, node: Node): HTMLElement | null;
14
- export declare function collectSelectedBlocks(root: HTMLElement): HTMLElement[];
15
- export declare function wrapLoosePhrasing(root: HTMLElement, range: Range): HTMLElement | null;
16
- export declare function ensureSelectedBlocks(root: HTMLElement): HTMLElement[];
17
- export declare function parentList(li: HTMLElement): HTMLElement | null;
18
- export declare function groupConsecutiveSiblings(blocks: HTMLElement[]): HTMLElement[][];
19
- //# sourceMappingURL=blocks.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"blocks.d.ts","sourceRoot":"","sources":["../../src/core/blocks.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,aAWzB,CAAA;AAKF,wBAAgB,OAAO,CAAC,EAAE,EAAE,OAAO,GAAG,MAAM,CAE3C;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,GAAG,IAAI,CAI1D;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,IAAI,WAAW,CAE/D;AAED,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,IAAI,WAAW,CAE1D;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,WAAW,GAAG,KAAK,GAAG,IAAI,CAM5D;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,CAKlD;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CA2BxF;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,IAAI,CAKlF;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,OAAO,GAAG,OAAO,CAUvF;AAED,wBAAgB,aAAa,CAAC,EAAE,EAAE,WAAW,EAAE,GAAG,EAAE,MAAM,GAAG,WAAW,CAWvE;AAED,wBAAgB,eAAe,CAAC,EAAE,EAAE,WAAW,GAAG,IAAI,CAIrD;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,IAAI,GAAG,WAAW,GAAG,IAAI,CAalF;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,WAAW,GAAG,WAAW,EAAE,CAatE;AAkED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,GAAG,WAAW,GAAG,IAAI,CA4BrF;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,WAAW,GAAG,WAAW,EAAE,CAOrE;AAED,wBAAgB,UAAU,CAAC,EAAE,EAAE,WAAW,GAAG,WAAW,GAAG,IAAI,CAG9D;AAED,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,WAAW,EAAE,GAAG,WAAW,EAAE,EAAE,CAa/E"}
@@ -1,10 +0,0 @@
1
- export declare const BOOKMARK_NAME_PATTERN: RegExp;
2
- export type BookmarkEntry = {
3
- id: string;
4
- };
5
- export type BookmarkNameError = 'empty' | 'invalid' | 'duplicate';
6
- export declare function listBookmarks(visualRoot: HTMLElement): BookmarkEntry[];
7
- export declare function bookmarkIds(visualRoot: HTMLElement): Set<string>;
8
- export declare function validateBookmarkName(name: string, existingIds: ReadonlySet<string>): BookmarkNameError | null;
9
- export declare function insertBookmarkInDocument(root: HTMLElement, name: string): boolean;
10
- //# sourceMappingURL=bookmark.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"bookmark.d.ts","sourceRoot":"","sources":["../../src/core/bookmark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB,QAA6B,CAAA;AAE/D,MAAM,MAAM,aAAa,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAA;AAE1C,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,CAAA;AAIjE,wBAAgB,aAAa,CAAC,UAAU,EAAE,WAAW,GAAG,aAAa,EAAE,CAatE;AAED,wBAAgB,WAAW,CAAC,UAAU,EAAE,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC,CAEhE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,GAC/B,iBAAiB,GAAG,IAAI,CAM1B;AAqBD,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CA8BjF"}
@@ -1,20 +0,0 @@
1
- import { CssLength } from './cssLength';
2
- import { BoxSides } from './paragraphBox';
3
- export declare const CELL_VERTICAL_ALIGNS: readonly ["top", "middle", "bottom", "baseline"];
4
- export type CellVerticalAlign = (typeof CELL_VERTICAL_ALIGNS)[number];
5
- export type CellPropertiesApply = {
6
- backgroundColor: string | null;
7
- color: string | null;
8
- padding: BoxSides;
9
- verticalAlign: CellVerticalAlign | null;
10
- width: CssLength | null;
11
- colSpan: number;
12
- rowSpan: number;
13
- };
14
- export declare function defaultCellPropertiesApply(overrides?: Partial<CellPropertiesApply>): CellPropertiesApply;
15
- export declare function readCellProperties(cell: HTMLTableCellElement): CellPropertiesApply;
16
- export declare function writeCellProperties(cell: HTMLTableCellElement, draft: CellPropertiesApply): boolean;
17
- export declare function queryCellAtSelection(root: HTMLElement): CellPropertiesApply | null;
18
- export declare function applyCellPropertiesInDocument(root: HTMLElement, draft: CellPropertiesApply): boolean;
19
- export declare function cellPropertiesEqual(a: CellPropertiesApply, b: CellPropertiesApply): boolean;
20
- //# sourceMappingURL=cellProperties.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cellProperties.d.ts","sourceRoot":"","sources":["../../src/core/cellProperties.ts"],"names":[],"mappings":"AACA,OAAO,EAKL,KAAK,SAAS,EACf,MAAM,aAAa,CAAA;AAEpB,OAAO,EAKL,KAAK,QAAQ,EACd,MAAM,gBAAgB,CAAA;AAIvB,eAAO,MAAM,oBAAoB,kDAAmD,CAAA;AAEpF,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAA;AAErE,MAAM,MAAM,mBAAmB,GAAG;IAChC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAA;IAC9B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,OAAO,EAAE,QAAQ,CAAA;IACjB,aAAa,EAAE,iBAAiB,GAAG,IAAI,CAAA;IACvC,KAAK,EAAE,SAAS,GAAG,IAAI,CAAA;IACvB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA;AAID,wBAAgB,0BAA0B,CACxC,SAAS,GAAE,OAAO,CAAC,mBAAmB,CAAM,GAC3C,mBAAmB,CAWrB;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,oBAAoB,GAAG,mBAAmB,CAUlF;AAED,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,oBAAoB,EAC1B,KAAK,EAAE,mBAAmB,GACzB,OAAO,CAwBT;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,WAAW,GAAG,mBAAmB,GAAG,IAAI,CAIlF;AAED,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,WAAW,EACjB,KAAK,EAAE,mBAAmB,GACzB,OAAO,CAeT;AAED,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,mBAAmB,EAAE,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAU3F"}
@@ -1,2 +0,0 @@
1
- export declare function clearFormattingInDocument(root: HTMLElement): boolean;
2
- //# sourceMappingURL=clearFormatting.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"clearFormatting.d.ts","sourceRoot":"","sources":["../../src/core/clearFormatting.ts"],"names":[],"mappings":"AAyDA,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAcpE"}
@@ -1,9 +0,0 @@
1
- export type ClipboardPayload = {
2
- html: string;
3
- text: string;
4
- };
5
- export declare function serializeSelection(root: HTMLElement): ClipboardPayload | null;
6
- export declare function deleteSelectionInDocument(root: HTMLElement): boolean;
7
- export declare function copySelectionInDocument(root: HTMLElement): Promise<boolean>;
8
- export declare function cutSelectionInDocument(root: HTMLElement): Promise<boolean>;
9
- //# sourceMappingURL=clipboard.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"clipboard.d.ts","sourceRoot":"","sources":["../../src/core/clipboard.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAUD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,WAAW,GAAG,gBAAgB,GAAG,IAAI,CAe7E;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAQpE;AAiCD,wBAAsB,uBAAuB,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC,CAIjF;AAED,wBAAsB,sBAAsB,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC,CAGhF"}