jodit-pro 2.0.0-beta.75 → 4.0.6

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 (335) hide show
  1. package/es2015/jodit.css +172 -136
  2. package/es2015/jodit.fat.min.css +1 -1
  3. package/es2015/jodit.fat.min.js +2 -2
  4. package/es2015/jodit.js +1177 -994
  5. package/es2015/jodit.min.css +1 -1
  6. package/es2015/jodit.min.js +2 -2
  7. package/es2015/plugins/autocomplete/autocomplete.js +1 -1
  8. package/es2015/plugins/autocomplete/autocomplete.min.js +1 -1
  9. package/es2015/plugins/backup/backup.css +1 -1
  10. package/es2015/plugins/backup/backup.js +1 -1
  11. package/es2015/plugins/backup/backup.min.js +1 -1
  12. package/es2015/plugins/button-generator/button-generator.css +1 -1
  13. package/es2015/plugins/button-generator/button-generator.js +1 -1
  14. package/es2015/plugins/button-generator/button-generator.min.css +1 -1
  15. package/es2015/plugins/button-generator/button-generator.min.js +1 -1
  16. package/es2015/plugins/change-case/change-case.js +1 -1
  17. package/es2015/plugins/change-case/change-case.min.js +1 -1
  18. package/es2015/plugins/color-picker/color-picker.css +1 -1
  19. package/es2015/plugins/color-picker/color-picker.js +1 -1
  20. package/es2015/plugins/color-picker/color-picker.min.css +1 -1
  21. package/es2015/plugins/color-picker/color-picker.min.js +1 -1
  22. package/es2015/plugins/emoji/emoji.css +1 -1
  23. package/es2015/plugins/emoji/emoji.js +1 -1
  24. package/es2015/plugins/emoji/emoji.min.js +1 -1
  25. package/es2015/plugins/export-docs/export-docs.js +1 -1
  26. package/es2015/plugins/export-docs/export-docs.min.js +1 -1
  27. package/es2015/plugins/finder/finder.css +3 -5
  28. package/es2015/plugins/finder/finder.js +2 -2
  29. package/es2015/plugins/finder/finder.min.css +1 -1
  30. package/es2015/plugins/finder/finder.min.js +1 -1
  31. package/es2015/plugins/google-maps/google-maps.css +1 -1
  32. package/es2015/plugins/google-maps/google-maps.js +1 -1
  33. package/es2015/plugins/google-maps/google-maps.min.css +1 -1
  34. package/es2015/plugins/google-maps/google-maps.min.js +1 -1
  35. package/es2015/plugins/google-search/google-search.js +1 -1
  36. package/es2015/plugins/google-search/google-search.min.js +1 -1
  37. package/es2015/plugins/highlight-signature/highlight-signature.js +1 -1
  38. package/es2015/plugins/highlight-signature/highlight-signature.min.js +1 -1
  39. package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
  40. package/es2015/plugins/iframe-editor/iframe-editor.js +1 -1
  41. package/es2015/plugins/iframe-editor/iframe-editor.min.js +1 -1
  42. package/es2015/plugins/keyboard/keyboard.css +1 -1
  43. package/es2015/plugins/keyboard/keyboard.js +1 -1
  44. package/es2015/plugins/keyboard/keyboard.min.css +1 -1
  45. package/es2015/plugins/keyboard/keyboard.min.js +1 -1
  46. package/es2015/plugins/mobile-view/mobile-view.js +1 -1
  47. package/es2015/plugins/mobile-view/mobile-view.min.js +1 -1
  48. package/es2015/plugins/page-break/page-break.js +1 -1
  49. package/es2015/plugins/page-break/page-break.min.js +1 -1
  50. package/es2015/plugins/paste-code/paste-code.css +1 -1
  51. package/es2015/plugins/paste-code/paste-code.js +41 -31
  52. package/es2015/plugins/paste-code/paste-code.min.js +2 -2
  53. package/es2015/plugins/paste-from-word/paste-from-word.js +1 -1
  54. package/es2015/plugins/paste-from-word/paste-from-word.min.js +1 -1
  55. package/es2015/plugins/show-blocks/show-blocks.js +1 -1
  56. package/es2015/plugins/show-blocks/show-blocks.min.js +1 -1
  57. package/es2015/plugins/todo-list/todo-list.css +1 -1
  58. package/es2015/plugins/todo-list/todo-list.js +1 -1
  59. package/es2015/plugins/todo-list/todo-list.min.js +1 -1
  60. package/es2015/plugins/translate/translate.css +1 -1
  61. package/es2015/plugins/translate/translate.js +1 -1
  62. package/es2015/plugins/translate/translate.min.css +1 -1
  63. package/es2015/plugins/translate/translate.min.js +1 -1
  64. package/es2015/plugins/tune-block/tune-block.css +1 -1
  65. package/es2015/plugins/tune-block/tune-block.js +1 -1
  66. package/es2015/plugins/tune-block/tune-block.min.js +1 -1
  67. package/es2018/jodit.css +172 -136
  68. package/es2018/jodit.fat.min.css +1 -1
  69. package/es2018/jodit.fat.min.js +2 -2
  70. package/es2018/jodit.js +1177 -994
  71. package/es2018/jodit.min.css +1 -1
  72. package/es2018/jodit.min.js +2 -2
  73. package/es2018/plugins/autocomplete/autocomplete.js +1 -1
  74. package/es2018/plugins/autocomplete/autocomplete.min.js +1 -1
  75. package/es2018/plugins/backup/backup.css +1 -1
  76. package/es2018/plugins/backup/backup.js +1 -1
  77. package/es2018/plugins/backup/backup.min.js +1 -1
  78. package/es2018/plugins/button-generator/button-generator.css +1 -1
  79. package/es2018/plugins/button-generator/button-generator.js +1 -1
  80. package/es2018/plugins/button-generator/button-generator.min.css +1 -1
  81. package/es2018/plugins/button-generator/button-generator.min.js +1 -1
  82. package/es2018/plugins/change-case/change-case.js +1 -1
  83. package/es2018/plugins/change-case/change-case.min.js +1 -1
  84. package/es2018/plugins/color-picker/color-picker.css +1 -1
  85. package/es2018/plugins/color-picker/color-picker.js +1 -1
  86. package/es2018/plugins/color-picker/color-picker.min.css +1 -1
  87. package/es2018/plugins/color-picker/color-picker.min.js +1 -1
  88. package/es2018/plugins/emoji/emoji.css +1 -1
  89. package/es2018/plugins/emoji/emoji.js +1 -1
  90. package/es2018/plugins/emoji/emoji.min.js +1 -1
  91. package/es2018/plugins/export-docs/export-docs.js +1 -1
  92. package/es2018/plugins/export-docs/export-docs.min.js +1 -1
  93. package/es2018/plugins/finder/finder.css +3 -5
  94. package/es2018/plugins/finder/finder.js +2 -2
  95. package/es2018/plugins/finder/finder.min.css +1 -1
  96. package/es2018/plugins/finder/finder.min.js +1 -1
  97. package/es2018/plugins/google-maps/google-maps.css +1 -1
  98. package/es2018/plugins/google-maps/google-maps.js +1 -1
  99. package/es2018/plugins/google-maps/google-maps.min.css +1 -1
  100. package/es2018/plugins/google-maps/google-maps.min.js +1 -1
  101. package/es2018/plugins/google-search/google-search.js +1 -1
  102. package/es2018/plugins/google-search/google-search.min.js +1 -1
  103. package/es2018/plugins/highlight-signature/highlight-signature.js +1 -1
  104. package/es2018/plugins/highlight-signature/highlight-signature.min.js +1 -1
  105. package/es2018/plugins/iframe-editor/iframe-editor.css +1 -1
  106. package/es2018/plugins/iframe-editor/iframe-editor.js +1 -1
  107. package/es2018/plugins/iframe-editor/iframe-editor.min.js +1 -1
  108. package/es2018/plugins/keyboard/keyboard.css +1 -1
  109. package/es2018/plugins/keyboard/keyboard.js +1 -1
  110. package/es2018/plugins/keyboard/keyboard.min.css +1 -1
  111. package/es2018/plugins/keyboard/keyboard.min.js +1 -1
  112. package/es2018/plugins/mobile-view/mobile-view.js +1 -1
  113. package/es2018/plugins/mobile-view/mobile-view.min.js +1 -1
  114. package/es2018/plugins/page-break/page-break.js +1 -1
  115. package/es2018/plugins/page-break/page-break.min.js +1 -1
  116. package/es2018/plugins/paste-code/paste-code.css +1 -1
  117. package/es2018/plugins/paste-code/paste-code.js +40 -30
  118. package/es2018/plugins/paste-code/paste-code.min.js +2 -2
  119. package/es2018/plugins/paste-from-word/paste-from-word.js +1 -1
  120. package/es2018/plugins/paste-from-word/paste-from-word.min.js +1 -1
  121. package/es2018/plugins/show-blocks/show-blocks.js +1 -1
  122. package/es2018/plugins/show-blocks/show-blocks.min.js +1 -1
  123. package/es2018/plugins/todo-list/todo-list.css +1 -1
  124. package/es2018/plugins/todo-list/todo-list.js +1 -1
  125. package/es2018/plugins/todo-list/todo-list.min.js +1 -1
  126. package/es2018/plugins/translate/translate.css +1 -1
  127. package/es2018/plugins/translate/translate.js +1 -1
  128. package/es2018/plugins/translate/translate.min.css +1 -1
  129. package/es2018/plugins/translate/translate.min.js +1 -1
  130. package/es2018/plugins/tune-block/tune-block.css +1 -1
  131. package/es2018/plugins/tune-block/tune-block.js +1 -1
  132. package/es2018/plugins/tune-block/tune-block.min.js +1 -1
  133. package/es2021/jodit.css +172 -136
  134. package/es2021/jodit.fat.min.css +1 -1
  135. package/es2021/jodit.fat.min.js +2 -2
  136. package/es2021/jodit.js +1176 -994
  137. package/es2021/jodit.min.css +1 -1
  138. package/es2021/jodit.min.js +2 -2
  139. package/es2021/plugins/autocomplete/autocomplete.js +1 -1
  140. package/es2021/plugins/autocomplete/autocomplete.min.js +1 -1
  141. package/es2021/plugins/backup/backup.css +1 -1
  142. package/es2021/plugins/backup/backup.js +1 -1
  143. package/es2021/plugins/backup/backup.min.js +1 -1
  144. package/es2021/plugins/button-generator/button-generator.css +1 -1
  145. package/es2021/plugins/button-generator/button-generator.js +1 -1
  146. package/es2021/plugins/button-generator/button-generator.min.css +1 -1
  147. package/es2021/plugins/button-generator/button-generator.min.js +1 -1
  148. package/es2021/plugins/change-case/change-case.js +1 -1
  149. package/es2021/plugins/change-case/change-case.min.js +1 -1
  150. package/es2021/plugins/color-picker/color-picker.css +1 -1
  151. package/es2021/plugins/color-picker/color-picker.js +1 -1
  152. package/es2021/plugins/color-picker/color-picker.min.css +1 -1
  153. package/es2021/plugins/color-picker/color-picker.min.js +1 -1
  154. package/es2021/plugins/emoji/emoji.css +1 -1
  155. package/es2021/plugins/emoji/emoji.js +1 -1
  156. package/es2021/plugins/emoji/emoji.min.js +1 -1
  157. package/es2021/plugins/export-docs/export-docs.js +1 -1
  158. package/es2021/plugins/export-docs/export-docs.min.js +1 -1
  159. package/es2021/plugins/finder/finder.css +3 -5
  160. package/es2021/plugins/finder/finder.js +2 -2
  161. package/es2021/plugins/finder/finder.min.css +1 -1
  162. package/es2021/plugins/finder/finder.min.js +1 -1
  163. package/es2021/plugins/google-maps/google-maps.css +1 -1
  164. package/es2021/plugins/google-maps/google-maps.js +1 -1
  165. package/es2021/plugins/google-maps/google-maps.min.css +1 -1
  166. package/es2021/plugins/google-maps/google-maps.min.js +1 -1
  167. package/es2021/plugins/google-search/google-search.js +1 -1
  168. package/es2021/plugins/google-search/google-search.min.js +1 -1
  169. package/es2021/plugins/highlight-signature/highlight-signature.js +1 -1
  170. package/es2021/plugins/highlight-signature/highlight-signature.min.js +1 -1
  171. package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
  172. package/es2021/plugins/iframe-editor/iframe-editor.js +1 -1
  173. package/es2021/plugins/iframe-editor/iframe-editor.min.js +1 -1
  174. package/es2021/plugins/keyboard/keyboard.css +1 -1
  175. package/es2021/plugins/keyboard/keyboard.js +1 -1
  176. package/es2021/plugins/keyboard/keyboard.min.css +1 -1
  177. package/es2021/plugins/keyboard/keyboard.min.js +1 -1
  178. package/es2021/plugins/mobile-view/mobile-view.js +1 -1
  179. package/es2021/plugins/mobile-view/mobile-view.min.js +1 -1
  180. package/es2021/plugins/page-break/page-break.js +1 -1
  181. package/es2021/plugins/page-break/page-break.min.js +1 -1
  182. package/es2021/plugins/paste-code/paste-code.css +1 -1
  183. package/es2021/plugins/paste-code/paste-code.js +40 -30
  184. package/es2021/plugins/paste-code/paste-code.min.js +2 -2
  185. package/es2021/plugins/paste-from-word/paste-from-word.js +1 -1
  186. package/es2021/plugins/paste-from-word/paste-from-word.min.js +1 -1
  187. package/es2021/plugins/show-blocks/show-blocks.js +1 -1
  188. package/es2021/plugins/show-blocks/show-blocks.min.js +1 -1
  189. package/es2021/plugins/todo-list/todo-list.css +1 -1
  190. package/es2021/plugins/todo-list/todo-list.js +1 -1
  191. package/es2021/plugins/todo-list/todo-list.min.js +1 -1
  192. package/es2021/plugins/translate/translate.css +1 -1
  193. package/es2021/plugins/translate/translate.js +1 -1
  194. package/es2021/plugins/translate/translate.min.css +1 -1
  195. package/es2021/plugins/translate/translate.min.js +1 -1
  196. package/es2021/plugins/tune-block/tune-block.css +1 -1
  197. package/es2021/plugins/tune-block/tune-block.js +1 -1
  198. package/es2021/plugins/tune-block/tune-block.min.js +1 -1
  199. package/es2021.en/jodit.css +172 -136
  200. package/es2021.en/jodit.fat.min.css +1 -1
  201. package/es2021.en/jodit.fat.min.js +2 -2
  202. package/es2021.en/jodit.js +1096 -914
  203. package/es2021.en/jodit.min.css +1 -1
  204. package/es2021.en/jodit.min.js +2 -2
  205. package/es2021.en/plugins/autocomplete/autocomplete.js +1 -1
  206. package/es2021.en/plugins/autocomplete/autocomplete.min.js +1 -1
  207. package/es2021.en/plugins/backup/backup.css +1 -1
  208. package/es2021.en/plugins/backup/backup.js +1 -1
  209. package/es2021.en/plugins/backup/backup.min.js +1 -1
  210. package/es2021.en/plugins/button-generator/button-generator.css +1 -1
  211. package/es2021.en/plugins/button-generator/button-generator.js +1 -1
  212. package/es2021.en/plugins/button-generator/button-generator.min.css +1 -1
  213. package/es2021.en/plugins/button-generator/button-generator.min.js +1 -1
  214. package/es2021.en/plugins/change-case/change-case.js +1 -1
  215. package/es2021.en/plugins/change-case/change-case.min.js +1 -1
  216. package/es2021.en/plugins/color-picker/color-picker.css +1 -1
  217. package/es2021.en/plugins/color-picker/color-picker.js +1 -1
  218. package/es2021.en/plugins/color-picker/color-picker.min.css +1 -1
  219. package/es2021.en/plugins/color-picker/color-picker.min.js +1 -1
  220. package/es2021.en/plugins/emoji/emoji.css +1 -1
  221. package/es2021.en/plugins/emoji/emoji.js +1 -1
  222. package/es2021.en/plugins/emoji/emoji.min.js +1 -1
  223. package/es2021.en/plugins/export-docs/export-docs.js +1 -1
  224. package/es2021.en/plugins/export-docs/export-docs.min.js +1 -1
  225. package/es2021.en/plugins/finder/finder.css +3 -5
  226. package/es2021.en/plugins/finder/finder.js +2 -2
  227. package/es2021.en/plugins/finder/finder.min.css +1 -1
  228. package/es2021.en/plugins/finder/finder.min.js +1 -1
  229. package/es2021.en/plugins/google-maps/google-maps.css +1 -1
  230. package/es2021.en/plugins/google-maps/google-maps.js +1 -1
  231. package/es2021.en/plugins/google-maps/google-maps.min.css +1 -1
  232. package/es2021.en/plugins/google-maps/google-maps.min.js +1 -1
  233. package/es2021.en/plugins/google-search/google-search.js +1 -1
  234. package/es2021.en/plugins/google-search/google-search.min.js +1 -1
  235. package/es2021.en/plugins/highlight-signature/highlight-signature.js +1 -1
  236. package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +1 -1
  237. package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
  238. package/es2021.en/plugins/iframe-editor/iframe-editor.js +1 -1
  239. package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +1 -1
  240. package/es2021.en/plugins/keyboard/keyboard.css +1 -1
  241. package/es2021.en/plugins/keyboard/keyboard.js +1 -1
  242. package/es2021.en/plugins/keyboard/keyboard.min.css +1 -1
  243. package/es2021.en/plugins/keyboard/keyboard.min.js +1 -1
  244. package/es2021.en/plugins/mobile-view/mobile-view.js +1 -1
  245. package/es2021.en/plugins/mobile-view/mobile-view.min.js +1 -1
  246. package/es2021.en/plugins/page-break/page-break.js +1 -1
  247. package/es2021.en/plugins/page-break/page-break.min.js +1 -1
  248. package/es2021.en/plugins/paste-code/paste-code.css +1 -1
  249. package/es2021.en/plugins/paste-code/paste-code.js +40 -30
  250. package/es2021.en/plugins/paste-code/paste-code.min.js +2 -2
  251. package/es2021.en/plugins/paste-from-word/paste-from-word.js +1 -1
  252. package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +1 -1
  253. package/es2021.en/plugins/show-blocks/show-blocks.js +1 -1
  254. package/es2021.en/plugins/show-blocks/show-blocks.min.js +1 -1
  255. package/es2021.en/plugins/todo-list/todo-list.css +1 -1
  256. package/es2021.en/plugins/todo-list/todo-list.js +1 -1
  257. package/es2021.en/plugins/todo-list/todo-list.min.js +1 -1
  258. package/es2021.en/plugins/translate/translate.css +1 -1
  259. package/es2021.en/plugins/translate/translate.js +1 -1
  260. package/es2021.en/plugins/translate/translate.min.css +1 -1
  261. package/es2021.en/plugins/translate/translate.min.js +1 -1
  262. package/es2021.en/plugins/tune-block/tune-block.css +1 -1
  263. package/es2021.en/plugins/tune-block/tune-block.js +1 -1
  264. package/es2021.en/plugins/tune-block/tune-block.min.js +1 -1
  265. package/es5/jodit.css +406 -168
  266. package/es5/jodit.fat.min.css +1 -1
  267. package/es5/jodit.fat.min.js +2 -2
  268. package/es5/jodit.js +1216 -1063
  269. package/es5/jodit.min.css +3 -3
  270. package/es5/jodit.min.js +2 -2
  271. package/es5/plugins/autocomplete/autocomplete.js +1 -1
  272. package/es5/plugins/autocomplete/autocomplete.min.js +1 -1
  273. package/es5/plugins/backup/backup.css +1 -1
  274. package/es5/plugins/backup/backup.js +1 -1
  275. package/es5/plugins/backup/backup.min.js +1 -1
  276. package/es5/plugins/button-generator/button-generator.css +1 -1
  277. package/es5/plugins/button-generator/button-generator.js +1 -1
  278. package/es5/plugins/button-generator/button-generator.min.css +1 -1
  279. package/es5/plugins/button-generator/button-generator.min.js +1 -1
  280. package/es5/plugins/change-case/change-case.js +1 -1
  281. package/es5/plugins/change-case/change-case.min.js +1 -1
  282. package/es5/plugins/color-picker/color-picker.css +1 -1
  283. package/es5/plugins/color-picker/color-picker.js +1 -1
  284. package/es5/plugins/color-picker/color-picker.min.css +1 -1
  285. package/es5/plugins/color-picker/color-picker.min.js +1 -1
  286. package/es5/plugins/emoji/emoji.css +1 -1
  287. package/es5/plugins/emoji/emoji.js +1 -1
  288. package/es5/plugins/emoji/emoji.min.js +1 -1
  289. package/es5/plugins/export-docs/export-docs.js +1 -1
  290. package/es5/plugins/export-docs/export-docs.min.js +1 -1
  291. package/es5/plugins/finder/finder.css +3 -5
  292. package/es5/plugins/finder/finder.js +2 -2
  293. package/es5/plugins/finder/finder.min.css +1 -1
  294. package/es5/plugins/finder/finder.min.js +1 -1
  295. package/es5/plugins/google-maps/google-maps.css +1 -1
  296. package/es5/plugins/google-maps/google-maps.js +1 -1
  297. package/es5/plugins/google-maps/google-maps.min.css +1 -1
  298. package/es5/plugins/google-maps/google-maps.min.js +1 -1
  299. package/es5/plugins/google-search/google-search.js +1 -1
  300. package/es5/plugins/google-search/google-search.min.js +1 -1
  301. package/es5/plugins/highlight-signature/highlight-signature.js +1 -1
  302. package/es5/plugins/highlight-signature/highlight-signature.min.js +1 -1
  303. package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
  304. package/es5/plugins/iframe-editor/iframe-editor.js +1 -1
  305. package/es5/plugins/iframe-editor/iframe-editor.min.js +1 -1
  306. package/es5/plugins/keyboard/keyboard.css +1 -1
  307. package/es5/plugins/keyboard/keyboard.js +1 -1
  308. package/es5/plugins/keyboard/keyboard.min.css +1 -1
  309. package/es5/plugins/keyboard/keyboard.min.js +1 -1
  310. package/es5/plugins/mobile-view/mobile-view.js +1 -1
  311. package/es5/plugins/mobile-view/mobile-view.min.js +1 -1
  312. package/es5/plugins/page-break/page-break.js +1 -1
  313. package/es5/plugins/page-break/page-break.min.js +1 -1
  314. package/es5/plugins/paste-code/paste-code.css +1 -1
  315. package/es5/plugins/paste-code/paste-code.js +44 -34
  316. package/es5/plugins/paste-code/paste-code.min.js +2 -2
  317. package/es5/plugins/paste-from-word/paste-from-word.js +1 -1
  318. package/es5/plugins/paste-from-word/paste-from-word.min.js +1 -1
  319. package/es5/plugins/show-blocks/show-blocks.js +1 -1
  320. package/es5/plugins/show-blocks/show-blocks.min.js +1 -1
  321. package/es5/plugins/todo-list/todo-list.css +1 -1
  322. package/es5/plugins/todo-list/todo-list.js +1 -1
  323. package/es5/plugins/todo-list/todo-list.min.js +1 -1
  324. package/es5/plugins/translate/translate.css +1 -1
  325. package/es5/plugins/translate/translate.js +1 -1
  326. package/es5/plugins/translate/translate.min.css +1 -1
  327. package/es5/plugins/translate/translate.min.js +1 -1
  328. package/es5/plugins/tune-block/tune-block.css +1 -1
  329. package/es5/plugins/tune-block/tune-block.js +1 -1
  330. package/es5/plugins/tune-block/tune-block.min.js +1 -1
  331. package/esm/plugins/autocomplete/autocomplete.js +1 -1
  332. package/esm/plugins/paste-code/paste-code.d.ts +5 -5
  333. package/esm/plugins/paste-code/paste-code.js +1 -1
  334. package/package.json +2 -2
  335. package/types/plugins/paste-code/paste-code.d.ts +5 -5
package/es2015/jodit.css CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit-pro - PRO Version of Jodit Editor
3
3
  * Author: Chupurnov Valeriy <chupurnov@gmail.com>
4
- * Version: v2.0.0-beta.75
4
+ * Version: v4.0.6
5
5
  * Url: https://xdsoft.net/jodit/pro/
6
6
  * License(s): SEE LICENSE IN LICENSE.md
7
7
  */
@@ -9,7 +9,7 @@
9
9
  /*!
10
10
  * Jodit Editor (https://xdsoft.net/jodit/)
11
11
  * Released under MIT see LICENSE.txt in the project root for license information.
12
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13
13
  */
14
14
  :root {
15
15
  --jd-color-white: #fff;
@@ -38,11 +38,9 @@
38
38
  --jd-color-background-light-gray: #f5f5f6;
39
39
  --jd-color-background-gray: var(--jd-color-gray);
40
40
  --jd-color-background-gray-hover: #f8f8f8;
41
- --jd-color-background-hover: #7a450f;
42
41
  --jd-color-background-button-hover: #ecebe9;
43
42
  --jd-color-background-button-hover-opacity30: rgba(236, 235, 233, 0.3);
44
43
  --jd-color-background-progress: #b91f1f;
45
- --jd-color-background-filebrowser-folders: #3f3f3f;
46
44
  --jd-color-background-active: #2196f3;
47
45
  --jd-color-background-selection: #b5d6fd;
48
46
  --jd-color-background-selection-opacity50: rgba(181, 214, 253, 0.995);
@@ -68,7 +66,7 @@
68
66
  --jd-width-element-default: 18px;
69
67
  --jd-height-element-default: 18px;
70
68
  --jd-dark-background-color: #575757;
71
- --jd-dark-background-ligher: #787878;
69
+ --jd-dark-background-ligher: #c0c0c0;
72
70
  --jd-dark-background-darknes: #353535;
73
71
  --jd-dark-border-color: #444;
74
72
  --jd-dark-text-color: #d1cccc;
@@ -94,12 +92,12 @@
94
92
  /*!
95
93
  * Jodit Editor (https://xdsoft.net/jodit/)
96
94
  * Released under MIT see LICENSE.txt in the project root for license information.
97
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
95
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
98
96
  */
99
97
  /*!
100
98
  * Jodit Editor (https://xdsoft.net/jodit/)
101
99
  * Released under MIT see LICENSE.txt in the project root for license information.
102
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
100
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
103
101
  */
104
102
  :root {
105
103
  --jd-color-white: #fff;
@@ -128,11 +126,9 @@
128
126
  --jd-color-background-light-gray: #f5f5f6;
129
127
  --jd-color-background-gray: var(--jd-color-gray);
130
128
  --jd-color-background-gray-hover: #f8f8f8;
131
- --jd-color-background-hover: #7a450f;
132
129
  --jd-color-background-button-hover: #ecebe9;
133
130
  --jd-color-background-button-hover-opacity30: rgba(236, 235, 233, 0.3);
134
131
  --jd-color-background-progress: #b91f1f;
135
- --jd-color-background-filebrowser-folders: #3f3f3f;
136
132
  --jd-color-background-active: #2196f3;
137
133
  --jd-color-background-selection: #b5d6fd;
138
134
  --jd-color-background-selection-opacity50: rgba(181, 214, 253, 0.995);
@@ -158,7 +154,7 @@
158
154
  --jd-width-element-default: 18px;
159
155
  --jd-height-element-default: 18px;
160
156
  --jd-dark-background-color: #575757;
161
- --jd-dark-background-ligher: #787878;
157
+ --jd-dark-background-ligher: #c0c0c0;
162
158
  --jd-dark-background-darknes: #353535;
163
159
  --jd-dark-border-color: #444;
164
160
  --jd-dark-text-color: #d1cccc;
@@ -183,7 +179,7 @@
183
179
  /*!
184
180
  * Jodit Editor (https://xdsoft.net/jodit/)
185
181
  * Released under MIT see LICENSE.txt in the project root for license information.
186
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
182
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
187
183
  */
188
184
  .jodit-wysiwyg {
189
185
  outline: 0;
@@ -220,7 +216,7 @@
220
216
  /*!
221
217
  * Jodit Editor (https://xdsoft.net/jodit/)
222
218
  * Released under MIT see LICENSE.txt in the project root for license information.
223
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
219
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
224
220
  */
225
221
  :root {
226
222
  --jd-switche-width: 60px;
@@ -431,7 +427,7 @@ input:focus + .jodit-switcher__slider {
431
427
  /*!
432
428
  * Jodit Editor (https://xdsoft.net/jodit/)
433
429
  * Released under MIT see LICENSE.txt in the project root for license information.
434
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
430
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
435
431
  */
436
432
  .jodit-button-group {
437
433
  display: flex;
@@ -471,7 +467,7 @@ input:focus + .jodit-switcher__slider {
471
467
  /*!
472
468
  * Jodit Editor (https://xdsoft.net/jodit/)
473
469
  * Released under MIT see LICENSE.txt in the project root for license information.
474
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
470
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
475
471
  */
476
472
  .jodit_text_icons .jodit_icon {
477
473
  width: auto;
@@ -501,7 +497,7 @@ input:focus + .jodit-switcher__slider {
501
497
  /*!
502
498
  * Jodit Editor (https://xdsoft.net/jodit/)
503
499
  * Released under MIT see LICENSE.txt in the project root for license information.
504
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
500
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
505
501
  */
506
502
  .jodit-grid {
507
503
  display: flex;
@@ -635,7 +631,7 @@ input:focus + .jodit-switcher__slider {
635
631
  /*!
636
632
  * Jodit Editor (https://xdsoft.net/jodit/)
637
633
  * Released under MIT see LICENSE.txt in the project root for license information.
638
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
634
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
639
635
  */
640
636
  @keyframes rotate {
641
637
  to {
@@ -675,7 +671,7 @@ svg.jodit-icon {
675
671
  /*!
676
672
  * Jodit Editor (https://xdsoft.net/jodit/)
677
673
  * Released under MIT see LICENSE.txt in the project root for license information.
678
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
674
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
679
675
  */
680
676
  .jodit,
681
677
  .jodit-container,
@@ -743,7 +739,7 @@ svg.jodit-icon {
743
739
  /*!
744
740
  * Jodit Editor (https://xdsoft.net/jodit/)
745
741
  * Released under MIT see LICENSE.txt in the project root for license information.
746
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
742
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
747
743
  */
748
744
  .jodit-context-menu {
749
745
  position: static;
@@ -762,6 +758,8 @@ svg.jodit-icon {
762
758
  box-shadow: var(--jd-popup-box-shadow);
763
759
  transform: translate3d(0, 0, 0);
764
760
  z-index: var(--jd-z-index-context-menu);
761
+ font-family: var(--jd-font-default);
762
+ font-size: var(--jd-font-size-default);
765
763
  }
766
764
  .jodit-context-menu__content {
767
765
  font-family: var(--jd-font-default);
@@ -781,21 +779,17 @@ svg.jodit-icon {
781
779
  .jodit-context-menu .jodit-ui-button {
782
780
  display: flex;
783
781
  }
784
- .jodit-context-menu__actions {
785
- font-family: var(--jd-font-default);
786
- font-size: var(--jd-font-size-default);
787
- }
788
- .jodit-context-menu__actions button {
782
+ .jodit-context-menu button {
789
783
  width: 100%;
790
784
  }
791
- .jodit-context-menu_theme_dark .jodit-context-menu__content {
785
+ .jodit-context-menu_theme_dark {
792
786
  background-color: var(--jd-dark-background-color);
793
787
  }
794
788
 
795
789
  /*!
796
790
  * Jodit Editor (https://xdsoft.net/jodit/)
797
791
  * Released under MIT see LICENSE.txt in the project root for license information.
798
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
792
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
799
793
  */
800
794
  :root {
801
795
  --jd-popup-box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2),
@@ -837,7 +831,7 @@ svg.jodit-icon {
837
831
  /*!
838
832
  * Jodit Editor (https://xdsoft.net/jodit/)
839
833
  * Released under MIT see LICENSE.txt in the project root for license information.
840
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
834
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
841
835
  */
842
836
  .jodit-ui-group {
843
837
  display: inline-flex;
@@ -865,7 +859,7 @@ svg.jodit-icon {
865
859
  /*!
866
860
  * Jodit Editor (https://xdsoft.net/jodit/)
867
861
  * Released under MIT see LICENSE.txt in the project root for license information.
868
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
862
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
869
863
  */
870
864
  .jodit-ui-button-icon-text__icon {
871
865
  display: none;
@@ -1492,7 +1486,7 @@ svg.jodit-icon {
1492
1486
  /*!
1493
1487
  * Jodit Editor (https://xdsoft.net/jodit/)
1494
1488
  * Released under MIT see LICENSE.txt in the project root for license information.
1495
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1489
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1496
1490
  */
1497
1491
  .jodit-ui-list {
1498
1492
  display: flex;
@@ -1569,7 +1563,7 @@ svg.jodit-icon {
1569
1563
  /*!
1570
1564
  * Jodit Editor (https://xdsoft.net/jodit/)
1571
1565
  * Released under MIT see LICENSE.txt in the project root for license information.
1572
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1566
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1573
1567
  */
1574
1568
  :root {
1575
1569
  --jd-tooltip-color: #fff;
@@ -1616,7 +1610,7 @@ svg.jodit-icon {
1616
1610
  /*!
1617
1611
  * Jodit Editor (https://xdsoft.net/jodit/)
1618
1612
  * Released under MIT see LICENSE.txt in the project root for license information.
1619
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1613
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1620
1614
  */
1621
1615
  .jodit-dialog {
1622
1616
  font-family: var(--jd-font-default);
@@ -1894,7 +1888,7 @@ svg.jodit-icon {
1894
1888
  /*!
1895
1889
  * Jodit Editor (https://xdsoft.net/jodit/)
1896
1890
  * Released under MIT see LICENSE.txt in the project root for license information.
1897
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1891
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1898
1892
  */
1899
1893
  .jodit-toolbar__box:not(:empty) {
1900
1894
  --jd-color-background-default: var(--jd-color-panel);
@@ -1910,7 +1904,7 @@ svg.jodit-icon {
1910
1904
  /*!
1911
1905
  * Jodit Editor (https://xdsoft.net/jodit/)
1912
1906
  * Released under MIT see LICENSE.txt in the project root for license information.
1913
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1907
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1914
1908
  */
1915
1909
  :root {
1916
1910
  --jd-em-color-border: #b6d4fe;
@@ -2412,7 +2406,7 @@ svg.jodit-icon {
2412
2406
  /*!
2413
2407
  * Jodit Editor (https://xdsoft.net/jodit/)
2414
2408
  * Released under MIT see LICENSE.txt in the project root for license information.
2415
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2409
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2416
2410
  */
2417
2411
  @keyframes pulse {
2418
2412
  30% {
@@ -2467,7 +2461,7 @@ svg.jodit-icon {
2467
2461
  /*!
2468
2462
  * Jodit Editor (https://xdsoft.net/jodit/)
2469
2463
  * Released under MIT see LICENSE.txt in the project root for license information.
2470
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2464
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2471
2465
  */
2472
2466
  .jodit-toolbar-collection,
2473
2467
  .jodit-toolbar-editor-collection {
@@ -2579,7 +2573,7 @@ svg.jodit-icon {
2579
2573
  /*!
2580
2574
  * Jodit Editor (https://xdsoft.net/jodit/)
2581
2575
  * Released under MIT see LICENSE.txt in the project root for license information.
2582
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2576
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2583
2577
  */
2584
2578
  :root {
2585
2579
  --jd-button-trigger-size: 14px;
@@ -2826,7 +2820,7 @@ svg.jodit-icon {
2826
2820
  /*!
2827
2821
  * Jodit Editor (https://xdsoft.net/jodit/)
2828
2822
  * Released under MIT see LICENSE.txt in the project root for license information.
2829
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2823
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2830
2824
  */
2831
2825
  .jodit-toolbar-content {
2832
2826
  position: relative;
@@ -3418,12 +3412,12 @@ svg.jodit-icon {
3418
3412
  /*!
3419
3413
  * Jodit Editor (https://xdsoft.net/jodit/)
3420
3414
  * Released under MIT see LICENSE.txt in the project root for license information.
3421
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3415
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3422
3416
  */
3423
3417
  /*!
3424
3418
  * Jodit Editor (https://xdsoft.net/jodit/)
3425
3419
  * Released under MIT see LICENSE.txt in the project root for license information.
3426
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3420
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3427
3421
  */
3428
3422
  :root {
3429
3423
  --jd-first-column: 31%;
@@ -3432,20 +3426,20 @@ svg.jodit-icon {
3432
3426
  --jd-icon-size: 12px;
3433
3427
  --jd-col-size: 150px;
3434
3428
  }
3435
- .jodit-filebrowser {
3429
+ .jodit-file-browser {
3436
3430
  display: flex;
3437
3431
  height: 100%;
3438
3432
  font-family: var(--jd-font-default);
3439
3433
  }
3440
- .jodit-filebrowser_no-files_true {
3434
+ .jodit-file-browser_no-files_true {
3441
3435
  padding: var(--jd-padding-default);
3442
3436
  }
3443
3437
  @media (max-width: 480px) {
3444
- .jodit-filebrowser {
3438
+ .jodit-file-browser {
3445
3439
  flex-flow: column-reverse;
3446
3440
  }
3447
3441
  }
3448
- .jodit-dialog .jodit-dialog__header-title.jodit-filebrowser__title-box {
3442
+ .jodit-dialog .jodit-dialog__header-title.jodit-file-browser__title-box {
3449
3443
  display: flex;
3450
3444
  align-items: center;
3451
3445
  padding-left: var(--jd-padding-default);
@@ -3453,9 +3447,9 @@ svg.jodit-icon {
3453
3447
  /*!
3454
3448
  * Jodit Editor (https://xdsoft.net/jodit/)
3455
3449
  * Released under MIT see LICENSE.txt in the project root for license information.
3456
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3450
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3457
3451
  */
3458
- .jodit-filebrowser-preview {
3452
+ .jodit-file-browser-preview {
3459
3453
  position: relative;
3460
3454
  display: flex;
3461
3455
  min-width: 400px;
@@ -3469,7 +3463,7 @@ svg.jodit-icon {
3469
3463
  text-align: center;
3470
3464
  }
3471
3465
  @media (max-width: 768px) {
3472
- .jodit-filebrowser-preview {
3466
+ .jodit-file-browser-preview {
3473
3467
  min-width: auto;
3474
3468
  max-width: 100%;
3475
3469
  height: 100%;
@@ -3477,24 +3471,24 @@ svg.jodit-icon {
3477
3471
  max-height: 100%;
3478
3472
  }
3479
3473
  }
3480
- .jodit-filebrowser-preview__box {
3474
+ .jodit-file-browser-preview__box {
3481
3475
  display: flex;
3482
3476
  flex-grow: 1;
3483
3477
  align-items: center;
3484
3478
  justify-content: center;
3485
3479
  }
3486
- .jodit-filebrowser-preview__navigation {
3480
+ .jodit-file-browser-preview__navigation {
3487
3481
  position: absolute;
3488
3482
  top: 0;
3489
3483
  left: 0;
3490
3484
  height: 100%;
3491
3485
  cursor: pointer;
3492
3486
  }
3493
- .jodit-filebrowser-preview__navigation_arrow_next {
3487
+ .jodit-file-browser-preview__navigation_arrow_next {
3494
3488
  right: 0;
3495
3489
  left: auto;
3496
3490
  }
3497
- .jodit-filebrowser-preview__navigation svg {
3491
+ .jodit-file-browser-preview__navigation svg {
3498
3492
  position: relative;
3499
3493
  top: 50%;
3500
3494
  width: 45px;
@@ -3503,10 +3497,10 @@ svg.jodit-icon {
3503
3497
  transform: translateY(-50%);
3504
3498
  transition: fill 0.3s linear;
3505
3499
  }
3506
- .jodit-filebrowser-preview__navigation:hover svg {
3500
+ .jodit-file-browser-preview__navigation:hover svg {
3507
3501
  fill: #000;
3508
3502
  }
3509
- .jodit-filebrowser-preview img {
3503
+ .jodit-file-browser-preview img {
3510
3504
  max-width: 100%;
3511
3505
  max-height: 100%;
3512
3506
  }
@@ -3514,7 +3508,7 @@ svg.jodit-icon {
3514
3508
  /*!
3515
3509
  * Jodit Editor (https://xdsoft.net/jodit/)
3516
3510
  * Released under MIT see LICENSE.txt in the project root for license information.
3517
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3511
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3518
3512
  */
3519
3513
  :root {
3520
3514
  --jd-image-editor-resizer-border-color: #05ff00;
@@ -3693,17 +3687,17 @@ svg.jodit-icon {
3693
3687
  justify-content: center;
3694
3688
  }
3695
3689
 
3696
- .jodit-filebrowser-files {
3690
+ .jodit-file-browser-files {
3697
3691
  position: relative;
3698
3692
  display: none;
3699
3693
  height: 100%;
3700
3694
  vertical-align: top;
3701
3695
  overflow-anchor: auto;
3702
3696
  }
3703
- .jodit-filebrowser-files .jodit-button {
3697
+ .jodit-file-browser-files .jodit-button {
3704
3698
  border-radius: 0;
3705
3699
  }
3706
- .jodit-filebrowser-files_loading_true::before {
3700
+ .jodit-file-browser-files_loading_true::before {
3707
3701
  position: absolute;
3708
3702
  top: 0;
3709
3703
  left: 0;
@@ -3711,7 +3705,7 @@ svg.jodit-icon {
3711
3705
  height: 100%;
3712
3706
  content: '';
3713
3707
  }
3714
- .jodit-filebrowser-files_loading_true::after {
3708
+ .jodit-file-browser-files_loading_true::after {
3715
3709
  position: absolute;
3716
3710
  top: 50%;
3717
3711
  left: 50%;
@@ -3728,17 +3722,17 @@ svg.jodit-icon {
3728
3722
  vertical-align: middle;
3729
3723
  will-change: transform;
3730
3724
  }
3731
- .jodit-filebrowser-files::-webkit-scrollbar {
3725
+ .jodit-file-browser-files::-webkit-scrollbar {
3732
3726
  width: calc(var(--jd-padding-default) / 2);
3733
3727
  }
3734
- .jodit-filebrowser-files::-webkit-scrollbar-track {
3728
+ .jodit-file-browser-files::-webkit-scrollbar-track {
3735
3729
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
3736
3730
  }
3737
- .jodit-filebrowser-files::-webkit-scrollbar-thumb {
3731
+ .jodit-file-browser-files::-webkit-scrollbar-thumb {
3738
3732
  background-color: darkgrey;
3739
3733
  outline: 1px solid slategrey;
3740
3734
  }
3741
- .jodit-filebrowser-files_active_true {
3735
+ .jodit-file-browser-files_active_true {
3742
3736
  display: flex;
3743
3737
  width: 100%;
3744
3738
  flex-wrap: wrap;
@@ -3746,7 +3740,7 @@ svg.jodit-icon {
3746
3740
  padding: calc(var(--jd-padding-default) / 2);
3747
3741
  overflow-y: auto;
3748
3742
  }
3749
- .jodit-filebrowser-files__item {
3743
+ .jodit-file-browser-files__item {
3750
3744
  position: relative;
3751
3745
  display: flex;
3752
3746
  overflow: hidden;
@@ -3761,26 +3755,26 @@ svg.jodit-icon {
3761
3755
  transition: border 0.1s linear, bottom 0.1s linear;
3762
3756
  }
3763
3757
  @media (max-width: 480px) {
3764
- .jodit-filebrowser-files__item {
3758
+ .jodit-file-browser-files__item {
3765
3759
  width: calc(50% - var(--jd-padding-default));
3766
3760
  }
3767
3761
  }
3768
- .jodit-filebrowser-files__item img {
3762
+ .jodit-file-browser-files__item img {
3769
3763
  max-width: 100%;
3770
3764
  }
3771
- .jodit-filebrowser-files__item:hover {
3765
+ .jodit-file-browser-files__item:hover {
3772
3766
  border-color: #433b5c;
3773
3767
  }
3774
- .jodit-filebrowser-files__item_active_true {
3768
+ .jodit-file-browser-files__item_active_true {
3775
3769
  border-color: var(--jd-color-border-selected);
3776
3770
  background-color: var(--jd-color-border-active);
3777
3771
  }
3778
- .jodit-filebrowser-files__item_active_true .jodit-filebrowser-files__item-info {
3772
+ .jodit-file-browser-files__item_active_true .jodit-file-browser-files__item-info {
3779
3773
  background-color: var(--jd-color-border-active);
3780
3774
  color: white;
3781
3775
  text-shadow: none;
3782
3776
  }
3783
- .jodit-filebrowser-files__item-info {
3777
+ .jodit-file-browser-files__item-info {
3784
3778
  position: absolute;
3785
3779
  right: 0;
3786
3780
  bottom: 0;
@@ -3797,24 +3791,24 @@ svg.jodit-icon {
3797
3791
  transition: opacity 400ms ease;
3798
3792
  white-space: normal;
3799
3793
  }
3800
- .jodit-filebrowser-files__item-info > span {
3794
+ .jodit-file-browser-files__item-info > span {
3801
3795
  display: block;
3802
3796
  overflow: hidden;
3803
3797
  font-size: 0.75em;
3804
3798
  text-overflow: ellipsis;
3805
3799
  white-space: nowrap;
3806
3800
  }
3807
- .jodit-filebrowser-files__item-info > span.jodit-filebrowser-files__item-info-filename {
3801
+ .jodit-file-browser-files__item-info > span.jodit-file-browser-files__item-info-filename {
3808
3802
  font-size: 0.9em;
3809
3803
  font-weight: bold;
3810
3804
  }
3811
- .jodit-filebrowser-files__item:hover:not(.jodit-filebrowser-files__item_active_true) .jodit-filebrowser-files__item-info {
3805
+ .jodit-file-browser-files__item:hover:not(.jodit-file-browser-files__item_active_true) .jodit-file-browser-files__item-info {
3812
3806
  bottom: -100px;
3813
3807
  }
3814
- .jodit-filebrowser-files_view_list {
3808
+ .jodit-file-browser-files_view_list {
3815
3809
  scroll-behavior: smooth;
3816
3810
  }
3817
- .jodit-filebrowser-files_view_list a {
3811
+ .jodit-file-browser-files_view_list a {
3818
3812
  display: block;
3819
3813
  width: 100%;
3820
3814
  height: 26px;
@@ -3824,14 +3818,14 @@ svg.jodit-icon {
3824
3818
  text-align: left;
3825
3819
  white-space: nowrap;
3826
3820
  }
3827
- .jodit-filebrowser-files_view_list a img {
3821
+ .jodit-file-browser-files_view_list a img {
3828
3822
  display: inline-block;
3829
3823
  min-width: 16px;
3830
3824
  max-width: 16px;
3831
3825
  margin-left: 4px;
3832
3826
  vertical-align: middle;
3833
3827
  }
3834
- .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info {
3828
+ .jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info {
3835
3829
  position: static;
3836
3830
  display: inline-block;
3837
3831
  width: calc(100% - 20px);
@@ -3843,28 +3837,28 @@ svg.jodit-icon {
3843
3837
  line-height: inherit;
3844
3838
  vertical-align: middle;
3845
3839
  }
3846
- .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info > span {
3840
+ .jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info > span {
3847
3841
  display: inline-block;
3848
3842
  height: 100%;
3849
3843
  font-size: 12px;
3850
3844
  }
3851
- .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filename {
3845
+ .jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filename {
3852
3846
  width: 50%;
3853
3847
  }
3854
- .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filesize {
3848
+ .jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filesize {
3855
3849
  width: 25%;
3856
3850
  }
3857
- .jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filechanged {
3851
+ .jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filechanged {
3858
3852
  width: 25%;
3859
3853
  }
3860
- .jodit-filebrowser-files_view_list a:hover {
3854
+ .jodit-file-browser-files_view_list a:hover {
3861
3855
  background-color: #433b5c;
3862
3856
  }
3863
- .jodit-filebrowser-files_view_list a:hover .jodit-filebrowser-files__item-info {
3857
+ .jodit-file-browser-files_view_list a:hover .jodit-file-browser-files__item-info {
3864
3858
  color: #fff;
3865
3859
  text-shadow: none;
3866
3860
  }
3867
- .jodit-filebrowser-files_view_list a::before {
3861
+ .jodit-file-browser-files_view_list a::before {
3868
3862
  display: inline-block;
3869
3863
  height: 100%;
3870
3864
  content: '';
@@ -3874,17 +3868,18 @@ svg.jodit-icon {
3874
3868
  :root {
3875
3869
  --jd-color-folder-title: #b1b1b1;
3876
3870
  }
3877
- .jodit-filebrowser-tree {
3871
+ .jodit-file-browser-tree {
3872
+ --jd-color-background-filebrowser-folders: #3f3f3f;
3878
3873
  position: relative;
3879
3874
  display: none;
3880
3875
  height: 100%;
3881
3876
  vertical-align: top;
3882
3877
  overflow-anchor: auto;
3883
3878
  }
3884
- .jodit-filebrowser-tree .jodit-button {
3879
+ .jodit-file-browser-tree .jodit-button {
3885
3880
  border-radius: 0;
3886
3881
  }
3887
- .jodit-filebrowser-tree_loading_true::before {
3882
+ .jodit-file-browser-tree_loading_true::before {
3888
3883
  position: absolute;
3889
3884
  top: 0;
3890
3885
  left: 0;
@@ -3892,7 +3887,7 @@ svg.jodit-icon {
3892
3887
  height: 100%;
3893
3888
  content: '';
3894
3889
  }
3895
- .jodit-filebrowser-tree_loading_true::after {
3890
+ .jodit-file-browser-tree_loading_true::after {
3896
3891
  position: absolute;
3897
3892
  top: 50%;
3898
3893
  left: 50%;
@@ -3909,17 +3904,17 @@ svg.jodit-icon {
3909
3904
  vertical-align: middle;
3910
3905
  will-change: transform;
3911
3906
  }
3912
- .jodit-filebrowser-tree::-webkit-scrollbar {
3907
+ .jodit-file-browser-tree::-webkit-scrollbar {
3913
3908
  width: calc(var(--jd-padding-default) / 2);
3914
3909
  }
3915
- .jodit-filebrowser-tree::-webkit-scrollbar-track {
3910
+ .jodit-file-browser-tree::-webkit-scrollbar-track {
3916
3911
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
3917
3912
  }
3918
- .jodit-filebrowser-tree::-webkit-scrollbar-thumb {
3913
+ .jodit-file-browser-tree::-webkit-scrollbar-thumb {
3919
3914
  background-color: darkgrey;
3920
3915
  outline: 1px solid slategrey;
3921
3916
  }
3922
- .jodit-filebrowser-tree_active_true {
3917
+ .jodit-file-browser-tree_active_true {
3923
3918
  z-index: 2;
3924
3919
  display: flex;
3925
3920
  width: var(--jd-first-column);
@@ -3930,23 +3925,23 @@ svg.jodit-icon {
3930
3925
  overflow-y: auto;
3931
3926
  }
3932
3927
  @media (max-width: 480px) {
3933
- .jodit-filebrowser-tree_active_true {
3928
+ .jodit-file-browser-tree_active_true {
3934
3929
  width: auto;
3935
3930
  max-width: 100%;
3936
3931
  height: 100px;
3937
3932
  }
3938
3933
  }
3939
- .jodit-filebrowser-tree_active_true::-webkit-scrollbar {
3934
+ .jodit-file-browser-tree_active_true::-webkit-scrollbar {
3940
3935
  width: calc(var(--jd-padding-default) / 2);
3941
3936
  }
3942
- .jodit-filebrowser-tree_active_true::-webkit-scrollbar-track {
3937
+ .jodit-file-browser-tree_active_true::-webkit-scrollbar-track {
3943
3938
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
3944
3939
  }
3945
- .jodit-filebrowser-tree_active_true::-webkit-scrollbar-thumb {
3940
+ .jodit-file-browser-tree_active_true::-webkit-scrollbar-thumb {
3946
3941
  background-color: rgba(127, 127, 127, 0.5);
3947
3942
  outline: 1px solid slategrey;
3948
3943
  }
3949
- .jodit-filebrowser-tree__item {
3944
+ .jodit-file-browser-tree__item {
3950
3945
  position: relative;
3951
3946
  display: flex;
3952
3947
  min-height: 38px;
@@ -3959,11 +3954,11 @@ svg.jodit-icon {
3959
3954
  transition: background-color 0.2s ease 0s;
3960
3955
  word-break: break-all;
3961
3956
  }
3962
- .jodit-filebrowser-tree__item-title {
3957
+ .jodit-file-browser-tree__item-title {
3963
3958
  flex: 1;
3964
3959
  color: var(--jd-color-folder-title);
3965
3960
  }
3966
- .jodit-filebrowser-tree__item .jodit-icon_folder {
3961
+ .jodit-file-browser-tree__item .jodit-icon_folder {
3967
3962
  display: flex;
3968
3963
  width: calc(var(--jd-icon-size) + 4px);
3969
3964
  height: calc(var(--jd-icon-size) + 4px);
@@ -3972,25 +3967,25 @@ svg.jodit-icon {
3972
3967
  margin-left: calc(var(--jd-padding-default) / 2);
3973
3968
  opacity: 0.3;
3974
3969
  }
3975
- .jodit-filebrowser-tree__item .jodit-icon_folder svg {
3970
+ .jodit-file-browser-tree__item .jodit-icon_folder svg {
3976
3971
  width: var(--jd-icon-size);
3977
3972
  height: var(--jd-icon-size);
3978
3973
  fill: var(--jd-color-folder-title) !important;
3979
3974
  stroke: var(--jd-color-folder-title) !important;
3980
3975
  }
3981
- .jodit-filebrowser-tree__item .jodit-icon_folder:hover {
3976
+ .jodit-file-browser-tree__item .jodit-icon_folder:hover {
3982
3977
  background: #696969;
3983
3978
  }
3984
- .jodit-filebrowser-tree__item:hover {
3979
+ .jodit-file-browser-tree__item:hover {
3985
3980
  background-color: var(--jd-color-background-button-hover);
3986
3981
  }
3987
- .jodit-filebrowser-tree__item:hover-title {
3982
+ .jodit-file-browser-tree__item:hover-title {
3988
3983
  color: var(--jd-color-text);
3989
3984
  }
3990
- .jodit-filebrowser-tree__item:hover i.jodit-icon_folder {
3985
+ .jodit-file-browser-tree__item:hover i.jodit-icon_folder {
3991
3986
  opacity: 0.6;
3992
3987
  }
3993
- .jodit-filebrowser-tree__source-title {
3988
+ .jodit-file-browser-tree__source-title {
3994
3989
  position: relative;
3995
3990
  display: block;
3996
3991
  padding: 2px 4px;
@@ -4001,14 +3996,14 @@ svg.jodit-icon {
4001
3996
  user-select: none;
4002
3997
  word-break: break-all;
4003
3998
  }
4004
- a + .jodit-filebrowser-tree__source-title {
3999
+ a + .jodit-file-browser-tree__source-title {
4005
4000
  margin-top: var(--jd-padding-default);
4006
4001
  }
4007
4002
 
4008
4003
  /*!
4009
4004
  * Jodit Editor (https://xdsoft.net/jodit/)
4010
4005
  * Released under MIT see LICENSE.txt in the project root for license information.
4011
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4006
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4012
4007
  */
4013
4008
  .jodit-status-bar {
4014
4009
  display: flex;
@@ -4078,7 +4073,7 @@ a + .jodit-filebrowser-tree__source-title {
4078
4073
  /*!
4079
4074
  * Jodit Editor (https://xdsoft.net/jodit/)
4080
4075
  * Released under MIT see LICENSE.txt in the project root for license information.
4081
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4076
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4082
4077
  */
4083
4078
  .jodit-drag-and-drop__file-box,
4084
4079
  .jodit_uploadfile_button {
@@ -4115,7 +4110,7 @@ a + .jodit-filebrowser-tree__source-title {
4115
4110
  /*!
4116
4111
  * Jodit Editor (https://xdsoft.net/jodit/)
4117
4112
  * Released under MIT see LICENSE.txt in the project root for license information.
4118
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4113
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4119
4114
  */
4120
4115
  .jodit-about {
4121
4116
  padding: 20px;
@@ -4137,7 +4132,7 @@ a + .jodit-filebrowser-tree__source-title {
4137
4132
  /*!
4138
4133
  * Jodit Editor (https://xdsoft.net/jodit/)
4139
4134
  * Released under MIT see LICENSE.txt in the project root for license information.
4140
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4135
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4141
4136
  */
4142
4137
  :root {
4143
4138
  --jd-color-new-line: var(--jd-color-border);
@@ -4193,7 +4188,7 @@ a + .jodit-filebrowser-tree__source-title {
4193
4188
  /*!
4194
4189
  * Jodit Editor (https://xdsoft.net/jodit/)
4195
4190
  * Released under MIT see LICENSE.txt in the project root for license information.
4196
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4191
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4197
4192
  */
4198
4193
  :root {
4199
4194
  --jd-color-picker-cell-size: 24px;
@@ -4249,7 +4244,7 @@ a + .jodit-filebrowser-tree__source-title {
4249
4244
  /*!
4250
4245
  * Jodit Editor (https://xdsoft.net/jodit/)
4251
4246
  * Released under MIT see LICENSE.txt in the project root for license information.
4252
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4247
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4253
4248
  */
4254
4249
  .jodit-tabs {
4255
4250
  font-family: var(--jd-font-default);
@@ -4304,7 +4299,7 @@ a + .jodit-filebrowser-tree__source-title {
4304
4299
  /*!
4305
4300
  * Jodit Editor (https://xdsoft.net/jodit/)
4306
4301
  * Released under MIT see LICENSE.txt in the project root for license information.
4307
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4302
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4308
4303
  */
4309
4304
  .jodit_fullsize-box_true {
4310
4305
  position: static !important;
@@ -4337,7 +4332,7 @@ html.jodit_fullsize-box_true {
4337
4332
  /*!
4338
4333
  * Jodit Editor (https://xdsoft.net/jodit/)
4339
4334
  * Released under MIT see LICENSE.txt in the project root for license information.
4340
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4335
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4341
4336
  */
4342
4337
  .jodit-properties__unlock > svg,
4343
4338
  .jodit-properties__lock > svg {
@@ -4386,7 +4381,7 @@ html.jodit_fullsize-box_true {
4386
4381
  /*!
4387
4382
  * Jodit Editor (https://xdsoft.net/jodit/)
4388
4383
  * Released under MIT see LICENSE.txt in the project root for license information.
4389
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4384
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4390
4385
  */
4391
4386
  .jodit-popup-inline__container {
4392
4387
  z-index: 1300;
@@ -4396,7 +4391,7 @@ html.jodit_fullsize-box_true {
4396
4391
  /*!
4397
4392
  * Jodit Editor (https://xdsoft.net/jodit/)
4398
4393
  * Released under MIT see LICENSE.txt in the project root for license information.
4399
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4394
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4400
4395
  */
4401
4396
  .jodit-paste-storage {
4402
4397
  max-width: 600px;
@@ -4448,7 +4443,7 @@ html.jodit_fullsize-box_true {
4448
4443
  /*!
4449
4444
  * Jodit Editor (https://xdsoft.net/jodit/)
4450
4445
  * Released under MIT see LICENSE.txt in the project root for license information.
4451
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4446
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4452
4447
  */
4453
4448
  .jodit-placeholder {
4454
4449
  position: absolute;
@@ -4516,7 +4511,7 @@ html.jodit_fullsize-box_true {
4516
4511
  /*!
4517
4512
  * Jodit Editor (https://xdsoft.net/jodit/)
4518
4513
  * Released under MIT see LICENSE.txt in the project root for license information.
4519
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4514
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4520
4515
  */
4521
4516
  [data-jodit_iframe_wrapper] {
4522
4517
  position: relative;
@@ -4622,7 +4617,7 @@ html.jodit_fullsize-box_true {
4622
4617
  /*!
4623
4618
  * Jodit Editor (https://xdsoft.net/jodit/)
4624
4619
  * Released under MIT see LICENSE.txt in the project root for license information.
4625
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4620
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4626
4621
  */
4627
4622
  :root {
4628
4623
  --jd-height-search: 30px;
@@ -4749,7 +4744,7 @@ html.jodit_fullsize-box_true {
4749
4744
  /*!
4750
4745
  * Jodit Editor (https://xdsoft.net/jodit/)
4751
4746
  * Released under MIT see LICENSE.txt in the project root for license information.
4752
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4747
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4753
4748
  */
4754
4749
  .jodit-container:not(.jodit_inline) {
4755
4750
  min-height: 100px;
@@ -4779,7 +4774,7 @@ html.jodit_fullsize-box_true {
4779
4774
  /*!
4780
4775
  * Jodit Editor (https://xdsoft.net/jodit/)
4781
4776
  * Released under MIT see LICENSE.txt in the project root for license information.
4782
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4777
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4783
4778
  */
4784
4779
  .jodit-source {
4785
4780
  position: relative;
@@ -4839,7 +4834,7 @@ html.jodit_fullsize-box_true {
4839
4834
  /*!
4840
4835
  * Jodit Editor (https://xdsoft.net/jodit/)
4841
4836
  * Released under MIT see LICENSE.txt in the project root for license information.
4842
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4837
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4843
4838
  */
4844
4839
  .jodit_sticky-dummy_toolbar {
4845
4840
  display: none;
@@ -4859,7 +4854,7 @@ html.jodit_fullsize-box_true {
4859
4854
  /*!
4860
4855
  * Jodit Editor (https://xdsoft.net/jodit/)
4861
4856
  * Released under MIT see LICENSE.txt in the project root for license information.
4862
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4857
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4863
4858
  */
4864
4859
  .jodit-symbols {
4865
4860
  width: 460px;
@@ -4910,7 +4905,7 @@ html.jodit_fullsize-box_true {
4910
4905
  /*!
4911
4906
  * Jodit Editor (https://xdsoft.net/jodit/)
4912
4907
  * Released under MIT see LICENSE.txt in the project root for license information.
4913
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4908
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4914
4909
  */
4915
4910
  .jodit-context table,
4916
4911
  .jodit-wysiwyg table {
@@ -4942,6 +4937,9 @@ html.jodit_fullsize-box_true {
4942
4937
  }
4943
4938
  */
4944
4939
  }
4940
+ .jodit-form__inserter {
4941
+ --jd-color-table-cell-background-hover: var(--jd-color-button-background-hover);
4942
+ }
4945
4943
  .jodit-form__inserter .jodit-form__table-creator-box {
4946
4944
  display: flex;
4947
4945
  }
@@ -4970,8 +4968,8 @@ html.jodit_fullsize-box_true {
4970
4968
  margin-left: 0;
4971
4969
  }
4972
4970
  .jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span.jodit_hovered {
4973
- border-color: var(--jd-color-background-hover);
4974
- background: var(--jd-color-background-hover);
4971
+ border-color: var(--jd-color-table-cell-background-hover);
4972
+ background: var(--jd-color-table-cell-background-hover);
4975
4973
  }
4976
4974
  .jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options {
4977
4975
  font-size: var(--jd-font-size-default);
@@ -4993,7 +4991,7 @@ html.jodit_fullsize-box_true {
4993
4991
  /*!
4994
4992
  * Jodit Editor (https://xdsoft.net/jodit/)
4995
4993
  * Released under MIT see LICENSE.txt in the project root for license information.
4996
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4994
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4997
4995
  */
4998
4996
  .jodit-xpath {
4999
4997
  display: flex;
@@ -5016,7 +5014,7 @@ html.jodit_fullsize-box_true {
5016
5014
  /*!
5017
5015
  * Jodit Editor (https://xdsoft.net/jodit/)
5018
5016
  * Released under MIT see LICENSE.txt in the project root for license information.
5019
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5017
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5020
5018
  */
5021
5019
  .jodit-dialog_theme_dark,
5022
5020
  .jodit_theme_dark {
@@ -5068,27 +5066,74 @@ html.jodit_fullsize-box_true {
5068
5066
  }
5069
5067
  .jodit-dialog_theme_dark .jodit-popup__content,
5070
5068
  .jodit_theme_dark .jodit-popup__content {
5071
- background: var(--jd-dark-background-ligher);
5069
+ background: var(--jd-dark-background-color);
5070
+ }
5071
+ .jodit-dialog_theme_dark .jodit-ui-button,
5072
+ .jodit_theme_dark .jodit-ui-button,
5073
+ .jodit-dialog_theme_dark .jodit-toolbar-select,
5074
+ .jodit_theme_dark .jodit-toolbar-select,
5075
+ .jodit-dialog_theme_dark .jodit-toolbar-button,
5076
+ .jodit_theme_dark .jodit-toolbar-button {
5077
+ --jd-color-text: var(--jd-dark-text-color);
5078
+ --jd-color-icon: var(--jd-dark-icon-color);
5072
5079
  }
5073
5080
  .jodit-dialog_theme_dark .jodit-ui-button__text,
5074
5081
  .jodit_theme_dark .jodit-ui-button__text,
5082
+ .jodit-dialog_theme_dark .jodit-toolbar-select__text,
5083
+ .jodit_theme_dark .jodit-toolbar-select__text,
5075
5084
  .jodit-dialog_theme_dark .jodit-toolbar-button__text,
5076
5085
  .jodit_theme_dark .jodit-toolbar-button__text {
5077
- color: var(--jd-dark-text-color);
5086
+ color: var(--jd-color-text);
5087
+ }
5088
+ .jodit-dialog_theme_dark .jodit-ui-button svg,
5089
+ .jodit_theme_dark .jodit-ui-button svg,
5090
+ .jodit-dialog_theme_dark .jodit-toolbar-select svg,
5091
+ .jodit_theme_dark .jodit-toolbar-select svg,
5092
+ .jodit-dialog_theme_dark .jodit-toolbar-button svg,
5093
+ .jodit_theme_dark .jodit-toolbar-button svg,
5094
+ .jodit-dialog_theme_dark .jodit-ui-button__trigger,
5095
+ .jodit_theme_dark .jodit-ui-button__trigger,
5096
+ .jodit-dialog_theme_dark .jodit-toolbar-select__trigger,
5097
+ .jodit_theme_dark .jodit-toolbar-select__trigger,
5098
+ .jodit-dialog_theme_dark .jodit-toolbar-button__trigger,
5099
+ .jodit_theme_dark .jodit-toolbar-button__trigger,
5100
+ .jodit-dialog_theme_dark .jodit-ui-button .jodit-icon,
5101
+ .jodit_theme_dark .jodit-ui-button .jodit-icon,
5102
+ .jodit-dialog_theme_dark .jodit-toolbar-select .jodit-icon,
5103
+ .jodit_theme_dark .jodit-toolbar-select .jodit-icon,
5104
+ .jodit-dialog_theme_dark .jodit-toolbar-button .jodit-icon,
5105
+ .jodit_theme_dark .jodit-toolbar-button .jodit-icon {
5106
+ fill: var(--jd-color-icon);
5107
+ stroke: var(--jd-color-icon);
5078
5108
  }
5079
5109
  .jodit-dialog_theme_dark .jodit-ui-button:hover:not([disabled]),
5080
5110
  .jodit_theme_dark .jodit-ui-button:hover:not([disabled]),
5111
+ .jodit-dialog_theme_dark .jodit-toolbar-select:hover:not([disabled]),
5112
+ .jodit_theme_dark .jodit-toolbar-select:hover:not([disabled]),
5081
5113
  .jodit-dialog_theme_dark .jodit-toolbar-button:hover:not([disabled]),
5082
5114
  .jodit_theme_dark .jodit-toolbar-button:hover:not([disabled]),
5115
+ .jodit-dialog_theme_dark .jodit-ui-button__text:hover:not([disabled]),
5116
+ .jodit_theme_dark .jodit-ui-button__text:hover:not([disabled]),
5117
+ .jodit-dialog_theme_dark .jodit-toolbar-select__text:hover:not([disabled]),
5118
+ .jodit_theme_dark .jodit-toolbar-select__text:hover:not([disabled]),
5119
+ .jodit-dialog_theme_dark .jodit-toolbar-button__text:hover:not([disabled]),
5120
+ .jodit_theme_dark .jodit-toolbar-button__text:hover:not([disabled]),
5083
5121
  .jodit-dialog_theme_dark .jodit-ui-button__button:hover:not([disabled]),
5084
5122
  .jodit_theme_dark .jodit-ui-button__button:hover:not([disabled]),
5123
+ .jodit-dialog_theme_dark .jodit-toolbar-select__button:hover:not([disabled]),
5124
+ .jodit_theme_dark .jodit-toolbar-select__button:hover:not([disabled]),
5085
5125
  .jodit-dialog_theme_dark .jodit-toolbar-button__button:hover:not([disabled]),
5086
5126
  .jodit_theme_dark .jodit-toolbar-button__button:hover:not([disabled]),
5087
5127
  .jodit-dialog_theme_dark .jodit-ui-button__trigger:hover:not([disabled]),
5088
5128
  .jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]),
5129
+ .jodit-dialog_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]),
5130
+ .jodit_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]),
5089
5131
  .jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]),
5090
5132
  .jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
5133
+ --jd-color-text: var(--jd-dark-background-color);
5134
+ --jd-color-icon: var(--jd-dark-background-color);
5091
5135
  background-color: var(--jd-dark-background-ligher);
5136
+ color: var(--jd-dark-background-color);
5092
5137
  }
5093
5138
  .jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
5094
5139
  .jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
@@ -5130,15 +5175,6 @@ html.jodit_fullsize-box_true {
5130
5175
  .jodit_theme_dark .jodit-toolbar__box:not(:empty) {
5131
5176
  background: var(--jd-dark-toolbar-color);
5132
5177
  }
5133
- .jodit-dialog_theme_dark .jodit__upload-button svg,
5134
- .jodit_theme_dark .jodit__upload-button svg,
5135
- .jodit-dialog_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger,
5136
- .jodit_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger,
5137
- .jodit-dialog_theme_dark .jodit-icon,
5138
- .jodit_theme_dark .jodit-icon {
5139
- fill: var(--jd-dark-icon-color);
5140
- stroke: var(--jd-dark-icon-color);
5141
- }
5142
5178
  .jodit-dialog_theme_dark .jodit-icon-close,
5143
5179
  .jodit_theme_dark .jodit-icon-close {
5144
5180
  stroke: var(--jd-dark-icon-color);