jodit-pro 2.0.0-beta.76 → 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 +116 -119
  2. package/es2015/jodit.fat.min.css +1 -1
  3. package/es2015/jodit.fat.min.js +2 -2
  4. package/es2015/jodit.js +1173 -990
  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 +2 -3
  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 +116 -119
  68. package/es2018/jodit.fat.min.css +1 -1
  69. package/es2018/jodit.fat.min.js +2 -2
  70. package/es2018/jodit.js +1173 -990
  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 +2 -3
  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 +116 -119
  134. package/es2021/jodit.fat.min.css +1 -1
  135. package/es2021/jodit.fat.min.js +2 -2
  136. package/es2021/jodit.js +1172 -990
  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 +2 -3
  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 +116 -119
  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 +1092 -910
  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 +2 -3
  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 +118 -120
  266. package/es5/jodit.fat.min.css +1 -1
  267. package/es5/jodit.fat.min.js +2 -2
  268. package/es5/jodit.js +1212 -1059
  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 +2 -3
  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
@@ -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.76
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;
@@ -41,7 +41,6 @@
41
41
  --jd-color-background-button-hover: #ecebe9;
42
42
  --jd-color-background-button-hover-opacity30: rgba(236, 235, 233, 0.3);
43
43
  --jd-color-background-progress: #b91f1f;
44
- --jd-color-background-filebrowser-folders: #3f3f3f;
45
44
  --jd-color-background-active: #2196f3;
46
45
  --jd-color-background-selection: #b5d6fd;
47
46
  --jd-color-background-selection-opacity50: rgba(181, 214, 253, 0.995);
@@ -93,12 +92,12 @@
93
92
  /*!
94
93
  * Jodit Editor (https://xdsoft.net/jodit/)
95
94
  * Released under MIT see LICENSE.txt in the project root for license information.
96
- * 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
97
96
  */
98
97
  /*!
99
98
  * Jodit Editor (https://xdsoft.net/jodit/)
100
99
  * Released under MIT see LICENSE.txt in the project root for license information.
101
- * 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
102
101
  */
103
102
  :root {
104
103
  --jd-color-white: #fff;
@@ -130,7 +129,6 @@
130
129
  --jd-color-background-button-hover: #ecebe9;
131
130
  --jd-color-background-button-hover-opacity30: rgba(236, 235, 233, 0.3);
132
131
  --jd-color-background-progress: #b91f1f;
133
- --jd-color-background-filebrowser-folders: #3f3f3f;
134
132
  --jd-color-background-active: #2196f3;
135
133
  --jd-color-background-selection: #b5d6fd;
136
134
  --jd-color-background-selection-opacity50: rgba(181, 214, 253, 0.995);
@@ -181,7 +179,7 @@
181
179
  /*!
182
180
  * Jodit Editor (https://xdsoft.net/jodit/)
183
181
  * Released under MIT see LICENSE.txt in the project root for license information.
184
- * 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
185
183
  */
186
184
  .jodit-wysiwyg {
187
185
  outline: 0;
@@ -218,7 +216,7 @@
218
216
  /*!
219
217
  * Jodit Editor (https://xdsoft.net/jodit/)
220
218
  * Released under MIT see LICENSE.txt in the project root for license information.
221
- * 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
222
220
  */
223
221
  :root {
224
222
  --jd-switche-width: 60px;
@@ -429,7 +427,7 @@ input:focus + .jodit-switcher__slider {
429
427
  /*!
430
428
  * Jodit Editor (https://xdsoft.net/jodit/)
431
429
  * Released under MIT see LICENSE.txt in the project root for license information.
432
- * 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
433
431
  */
434
432
  .jodit-button-group {
435
433
  display: flex;
@@ -469,7 +467,7 @@ input:focus + .jodit-switcher__slider {
469
467
  /*!
470
468
  * Jodit Editor (https://xdsoft.net/jodit/)
471
469
  * Released under MIT see LICENSE.txt in the project root for license information.
472
- * 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
473
471
  */
474
472
  .jodit_text_icons .jodit_icon {
475
473
  width: auto;
@@ -499,7 +497,7 @@ input:focus + .jodit-switcher__slider {
499
497
  /*!
500
498
  * Jodit Editor (https://xdsoft.net/jodit/)
501
499
  * Released under MIT see LICENSE.txt in the project root for license information.
502
- * 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
503
501
  */
504
502
  .jodit-grid {
505
503
  display: flex;
@@ -633,7 +631,7 @@ input:focus + .jodit-switcher__slider {
633
631
  /*!
634
632
  * Jodit Editor (https://xdsoft.net/jodit/)
635
633
  * Released under MIT see LICENSE.txt in the project root for license information.
636
- * 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
637
635
  */
638
636
  @keyframes rotate {
639
637
  to {
@@ -673,7 +671,7 @@ svg.jodit-icon {
673
671
  /*!
674
672
  * Jodit Editor (https://xdsoft.net/jodit/)
675
673
  * Released under MIT see LICENSE.txt in the project root for license information.
676
- * 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
677
675
  */
678
676
  .jodit,
679
677
  .jodit-container,
@@ -741,7 +739,7 @@ svg.jodit-icon {
741
739
  /*!
742
740
  * Jodit Editor (https://xdsoft.net/jodit/)
743
741
  * Released under MIT see LICENSE.txt in the project root for license information.
744
- * 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
745
743
  */
746
744
  .jodit-context-menu {
747
745
  position: static;
@@ -760,6 +758,8 @@ svg.jodit-icon {
760
758
  box-shadow: var(--jd-popup-box-shadow);
761
759
  transform: translate3d(0, 0, 0);
762
760
  z-index: var(--jd-z-index-context-menu);
761
+ font-family: var(--jd-font-default);
762
+ font-size: var(--jd-font-size-default);
763
763
  }
764
764
  .jodit-context-menu__content {
765
765
  font-family: var(--jd-font-default);
@@ -779,21 +779,17 @@ svg.jodit-icon {
779
779
  .jodit-context-menu .jodit-ui-button {
780
780
  display: flex;
781
781
  }
782
- .jodit-context-menu__actions {
783
- font-family: var(--jd-font-default);
784
- font-size: var(--jd-font-size-default);
785
- }
786
- .jodit-context-menu__actions button {
782
+ .jodit-context-menu button {
787
783
  width: 100%;
788
784
  }
789
- .jodit-context-menu_theme_dark .jodit-context-menu__content {
785
+ .jodit-context-menu_theme_dark {
790
786
  background-color: var(--jd-dark-background-color);
791
787
  }
792
788
 
793
789
  /*!
794
790
  * Jodit Editor (https://xdsoft.net/jodit/)
795
791
  * Released under MIT see LICENSE.txt in the project root for license information.
796
- * 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
797
793
  */
798
794
  :root {
799
795
  --jd-popup-box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2),
@@ -835,7 +831,7 @@ svg.jodit-icon {
835
831
  /*!
836
832
  * Jodit Editor (https://xdsoft.net/jodit/)
837
833
  * Released under MIT see LICENSE.txt in the project root for license information.
838
- * 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
839
835
  */
840
836
  .jodit-ui-group {
841
837
  display: inline-flex;
@@ -863,7 +859,7 @@ svg.jodit-icon {
863
859
  /*!
864
860
  * Jodit Editor (https://xdsoft.net/jodit/)
865
861
  * Released under MIT see LICENSE.txt in the project root for license information.
866
- * 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
867
863
  */
868
864
  .jodit-ui-button-icon-text__icon {
869
865
  display: none;
@@ -1490,7 +1486,7 @@ svg.jodit-icon {
1490
1486
  /*!
1491
1487
  * Jodit Editor (https://xdsoft.net/jodit/)
1492
1488
  * Released under MIT see LICENSE.txt in the project root for license information.
1493
- * 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
1494
1490
  */
1495
1491
  .jodit-ui-list {
1496
1492
  display: flex;
@@ -1567,7 +1563,7 @@ svg.jodit-icon {
1567
1563
  /*!
1568
1564
  * Jodit Editor (https://xdsoft.net/jodit/)
1569
1565
  * Released under MIT see LICENSE.txt in the project root for license information.
1570
- * 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
1571
1567
  */
1572
1568
  :root {
1573
1569
  --jd-tooltip-color: #fff;
@@ -1614,7 +1610,7 @@ svg.jodit-icon {
1614
1610
  /*!
1615
1611
  * Jodit Editor (https://xdsoft.net/jodit/)
1616
1612
  * Released under MIT see LICENSE.txt in the project root for license information.
1617
- * 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
1618
1614
  */
1619
1615
  .jodit-dialog {
1620
1616
  font-family: var(--jd-font-default);
@@ -1892,7 +1888,7 @@ svg.jodit-icon {
1892
1888
  /*!
1893
1889
  * Jodit Editor (https://xdsoft.net/jodit/)
1894
1890
  * Released under MIT see LICENSE.txt in the project root for license information.
1895
- * 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
1896
1892
  */
1897
1893
  .jodit-toolbar__box:not(:empty) {
1898
1894
  --jd-color-background-default: var(--jd-color-panel);
@@ -1908,7 +1904,7 @@ svg.jodit-icon {
1908
1904
  /*!
1909
1905
  * Jodit Editor (https://xdsoft.net/jodit/)
1910
1906
  * Released under MIT see LICENSE.txt in the project root for license information.
1911
- * 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
1912
1908
  */
1913
1909
  :root {
1914
1910
  --jd-em-color-border: #b6d4fe;
@@ -2410,7 +2406,7 @@ svg.jodit-icon {
2410
2406
  /*!
2411
2407
  * Jodit Editor (https://xdsoft.net/jodit/)
2412
2408
  * Released under MIT see LICENSE.txt in the project root for license information.
2413
- * 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
2414
2410
  */
2415
2411
  @keyframes pulse {
2416
2412
  30% {
@@ -2465,7 +2461,7 @@ svg.jodit-icon {
2465
2461
  /*!
2466
2462
  * Jodit Editor (https://xdsoft.net/jodit/)
2467
2463
  * Released under MIT see LICENSE.txt in the project root for license information.
2468
- * 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
2469
2465
  */
2470
2466
  .jodit-toolbar-collection,
2471
2467
  .jodit-toolbar-editor-collection {
@@ -2577,7 +2573,7 @@ svg.jodit-icon {
2577
2573
  /*!
2578
2574
  * Jodit Editor (https://xdsoft.net/jodit/)
2579
2575
  * Released under MIT see LICENSE.txt in the project root for license information.
2580
- * 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
2581
2577
  */
2582
2578
  :root {
2583
2579
  --jd-button-trigger-size: 14px;
@@ -2824,7 +2820,7 @@ svg.jodit-icon {
2824
2820
  /*!
2825
2821
  * Jodit Editor (https://xdsoft.net/jodit/)
2826
2822
  * Released under MIT see LICENSE.txt in the project root for license information.
2827
- * 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
2828
2824
  */
2829
2825
  .jodit-toolbar-content {
2830
2826
  position: relative;
@@ -3416,12 +3412,12 @@ svg.jodit-icon {
3416
3412
  /*!
3417
3413
  * Jodit Editor (https://xdsoft.net/jodit/)
3418
3414
  * Released under MIT see LICENSE.txt in the project root for license information.
3419
- * 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
3420
3416
  */
3421
3417
  /*!
3422
3418
  * Jodit Editor (https://xdsoft.net/jodit/)
3423
3419
  * Released under MIT see LICENSE.txt in the project root for license information.
3424
- * 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
3425
3421
  */
3426
3422
  :root {
3427
3423
  --jd-first-column: 31%;
@@ -3430,20 +3426,20 @@ svg.jodit-icon {
3430
3426
  --jd-icon-size: 12px;
3431
3427
  --jd-col-size: 150px;
3432
3428
  }
3433
- .jodit-filebrowser {
3429
+ .jodit-file-browser {
3434
3430
  display: flex;
3435
3431
  height: 100%;
3436
3432
  font-family: var(--jd-font-default);
3437
3433
  }
3438
- .jodit-filebrowser_no-files_true {
3434
+ .jodit-file-browser_no-files_true {
3439
3435
  padding: var(--jd-padding-default);
3440
3436
  }
3441
3437
  @media (max-width: 480px) {
3442
- .jodit-filebrowser {
3438
+ .jodit-file-browser {
3443
3439
  flex-flow: column-reverse;
3444
3440
  }
3445
3441
  }
3446
- .jodit-dialog .jodit-dialog__header-title.jodit-filebrowser__title-box {
3442
+ .jodit-dialog .jodit-dialog__header-title.jodit-file-browser__title-box {
3447
3443
  display: flex;
3448
3444
  align-items: center;
3449
3445
  padding-left: var(--jd-padding-default);
@@ -3451,9 +3447,9 @@ svg.jodit-icon {
3451
3447
  /*!
3452
3448
  * Jodit Editor (https://xdsoft.net/jodit/)
3453
3449
  * Released under MIT see LICENSE.txt in the project root for license information.
3454
- * 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
3455
3451
  */
3456
- .jodit-filebrowser-preview {
3452
+ .jodit-file-browser-preview {
3457
3453
  position: relative;
3458
3454
  display: flex;
3459
3455
  min-width: 400px;
@@ -3467,7 +3463,7 @@ svg.jodit-icon {
3467
3463
  text-align: center;
3468
3464
  }
3469
3465
  @media (max-width: 768px) {
3470
- .jodit-filebrowser-preview {
3466
+ .jodit-file-browser-preview {
3471
3467
  min-width: auto;
3472
3468
  max-width: 100%;
3473
3469
  height: 100%;
@@ -3475,24 +3471,24 @@ svg.jodit-icon {
3475
3471
  max-height: 100%;
3476
3472
  }
3477
3473
  }
3478
- .jodit-filebrowser-preview__box {
3474
+ .jodit-file-browser-preview__box {
3479
3475
  display: flex;
3480
3476
  flex-grow: 1;
3481
3477
  align-items: center;
3482
3478
  justify-content: center;
3483
3479
  }
3484
- .jodit-filebrowser-preview__navigation {
3480
+ .jodit-file-browser-preview__navigation {
3485
3481
  position: absolute;
3486
3482
  top: 0;
3487
3483
  left: 0;
3488
3484
  height: 100%;
3489
3485
  cursor: pointer;
3490
3486
  }
3491
- .jodit-filebrowser-preview__navigation_arrow_next {
3487
+ .jodit-file-browser-preview__navigation_arrow_next {
3492
3488
  right: 0;
3493
3489
  left: auto;
3494
3490
  }
3495
- .jodit-filebrowser-preview__navigation svg {
3491
+ .jodit-file-browser-preview__navigation svg {
3496
3492
  position: relative;
3497
3493
  top: 50%;
3498
3494
  width: 45px;
@@ -3501,10 +3497,10 @@ svg.jodit-icon {
3501
3497
  transform: translateY(-50%);
3502
3498
  transition: fill 0.3s linear;
3503
3499
  }
3504
- .jodit-filebrowser-preview__navigation:hover svg {
3500
+ .jodit-file-browser-preview__navigation:hover svg {
3505
3501
  fill: #000;
3506
3502
  }
3507
- .jodit-filebrowser-preview img {
3503
+ .jodit-file-browser-preview img {
3508
3504
  max-width: 100%;
3509
3505
  max-height: 100%;
3510
3506
  }
@@ -3512,7 +3508,7 @@ svg.jodit-icon {
3512
3508
  /*!
3513
3509
  * Jodit Editor (https://xdsoft.net/jodit/)
3514
3510
  * Released under MIT see LICENSE.txt in the project root for license information.
3515
- * 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
3516
3512
  */
3517
3513
  :root {
3518
3514
  --jd-image-editor-resizer-border-color: #05ff00;
@@ -3691,17 +3687,17 @@ svg.jodit-icon {
3691
3687
  justify-content: center;
3692
3688
  }
3693
3689
 
3694
- .jodit-filebrowser-files {
3690
+ .jodit-file-browser-files {
3695
3691
  position: relative;
3696
3692
  display: none;
3697
3693
  height: 100%;
3698
3694
  vertical-align: top;
3699
3695
  overflow-anchor: auto;
3700
3696
  }
3701
- .jodit-filebrowser-files .jodit-button {
3697
+ .jodit-file-browser-files .jodit-button {
3702
3698
  border-radius: 0;
3703
3699
  }
3704
- .jodit-filebrowser-files_loading_true::before {
3700
+ .jodit-file-browser-files_loading_true::before {
3705
3701
  position: absolute;
3706
3702
  top: 0;
3707
3703
  left: 0;
@@ -3709,7 +3705,7 @@ svg.jodit-icon {
3709
3705
  height: 100%;
3710
3706
  content: '';
3711
3707
  }
3712
- .jodit-filebrowser-files_loading_true::after {
3708
+ .jodit-file-browser-files_loading_true::after {
3713
3709
  position: absolute;
3714
3710
  top: 50%;
3715
3711
  left: 50%;
@@ -3726,17 +3722,17 @@ svg.jodit-icon {
3726
3722
  vertical-align: middle;
3727
3723
  will-change: transform;
3728
3724
  }
3729
- .jodit-filebrowser-files::-webkit-scrollbar {
3725
+ .jodit-file-browser-files::-webkit-scrollbar {
3730
3726
  width: calc(var(--jd-padding-default) / 2);
3731
3727
  }
3732
- .jodit-filebrowser-files::-webkit-scrollbar-track {
3728
+ .jodit-file-browser-files::-webkit-scrollbar-track {
3733
3729
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
3734
3730
  }
3735
- .jodit-filebrowser-files::-webkit-scrollbar-thumb {
3731
+ .jodit-file-browser-files::-webkit-scrollbar-thumb {
3736
3732
  background-color: darkgrey;
3737
3733
  outline: 1px solid slategrey;
3738
3734
  }
3739
- .jodit-filebrowser-files_active_true {
3735
+ .jodit-file-browser-files_active_true {
3740
3736
  display: flex;
3741
3737
  width: 100%;
3742
3738
  flex-wrap: wrap;
@@ -3744,7 +3740,7 @@ svg.jodit-icon {
3744
3740
  padding: calc(var(--jd-padding-default) / 2);
3745
3741
  overflow-y: auto;
3746
3742
  }
3747
- .jodit-filebrowser-files__item {
3743
+ .jodit-file-browser-files__item {
3748
3744
  position: relative;
3749
3745
  display: flex;
3750
3746
  overflow: hidden;
@@ -3759,26 +3755,26 @@ svg.jodit-icon {
3759
3755
  transition: border 0.1s linear, bottom 0.1s linear;
3760
3756
  }
3761
3757
  @media (max-width: 480px) {
3762
- .jodit-filebrowser-files__item {
3758
+ .jodit-file-browser-files__item {
3763
3759
  width: calc(50% - var(--jd-padding-default));
3764
3760
  }
3765
3761
  }
3766
- .jodit-filebrowser-files__item img {
3762
+ .jodit-file-browser-files__item img {
3767
3763
  max-width: 100%;
3768
3764
  }
3769
- .jodit-filebrowser-files__item:hover {
3765
+ .jodit-file-browser-files__item:hover {
3770
3766
  border-color: #433b5c;
3771
3767
  }
3772
- .jodit-filebrowser-files__item_active_true {
3768
+ .jodit-file-browser-files__item_active_true {
3773
3769
  border-color: var(--jd-color-border-selected);
3774
3770
  background-color: var(--jd-color-border-active);
3775
3771
  }
3776
- .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 {
3777
3773
  background-color: var(--jd-color-border-active);
3778
3774
  color: white;
3779
3775
  text-shadow: none;
3780
3776
  }
3781
- .jodit-filebrowser-files__item-info {
3777
+ .jodit-file-browser-files__item-info {
3782
3778
  position: absolute;
3783
3779
  right: 0;
3784
3780
  bottom: 0;
@@ -3795,24 +3791,24 @@ svg.jodit-icon {
3795
3791
  transition: opacity 400ms ease;
3796
3792
  white-space: normal;
3797
3793
  }
3798
- .jodit-filebrowser-files__item-info > span {
3794
+ .jodit-file-browser-files__item-info > span {
3799
3795
  display: block;
3800
3796
  overflow: hidden;
3801
3797
  font-size: 0.75em;
3802
3798
  text-overflow: ellipsis;
3803
3799
  white-space: nowrap;
3804
3800
  }
3805
- .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 {
3806
3802
  font-size: 0.9em;
3807
3803
  font-weight: bold;
3808
3804
  }
3809
- .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 {
3810
3806
  bottom: -100px;
3811
3807
  }
3812
- .jodit-filebrowser-files_view_list {
3808
+ .jodit-file-browser-files_view_list {
3813
3809
  scroll-behavior: smooth;
3814
3810
  }
3815
- .jodit-filebrowser-files_view_list a {
3811
+ .jodit-file-browser-files_view_list a {
3816
3812
  display: block;
3817
3813
  width: 100%;
3818
3814
  height: 26px;
@@ -3822,14 +3818,14 @@ svg.jodit-icon {
3822
3818
  text-align: left;
3823
3819
  white-space: nowrap;
3824
3820
  }
3825
- .jodit-filebrowser-files_view_list a img {
3821
+ .jodit-file-browser-files_view_list a img {
3826
3822
  display: inline-block;
3827
3823
  min-width: 16px;
3828
3824
  max-width: 16px;
3829
3825
  margin-left: 4px;
3830
3826
  vertical-align: middle;
3831
3827
  }
3832
- .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 {
3833
3829
  position: static;
3834
3830
  display: inline-block;
3835
3831
  width: calc(100% - 20px);
@@ -3841,28 +3837,28 @@ svg.jodit-icon {
3841
3837
  line-height: inherit;
3842
3838
  vertical-align: middle;
3843
3839
  }
3844
- .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 {
3845
3841
  display: inline-block;
3846
3842
  height: 100%;
3847
3843
  font-size: 12px;
3848
3844
  }
3849
- .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 {
3850
3846
  width: 50%;
3851
3847
  }
3852
- .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 {
3853
3849
  width: 25%;
3854
3850
  }
3855
- .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 {
3856
3852
  width: 25%;
3857
3853
  }
3858
- .jodit-filebrowser-files_view_list a:hover {
3854
+ .jodit-file-browser-files_view_list a:hover {
3859
3855
  background-color: #433b5c;
3860
3856
  }
3861
- .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 {
3862
3858
  color: #fff;
3863
3859
  text-shadow: none;
3864
3860
  }
3865
- .jodit-filebrowser-files_view_list a::before {
3861
+ .jodit-file-browser-files_view_list a::before {
3866
3862
  display: inline-block;
3867
3863
  height: 100%;
3868
3864
  content: '';
@@ -3872,17 +3868,18 @@ svg.jodit-icon {
3872
3868
  :root {
3873
3869
  --jd-color-folder-title: #b1b1b1;
3874
3870
  }
3875
- .jodit-filebrowser-tree {
3871
+ .jodit-file-browser-tree {
3872
+ --jd-color-background-filebrowser-folders: #3f3f3f;
3876
3873
  position: relative;
3877
3874
  display: none;
3878
3875
  height: 100%;
3879
3876
  vertical-align: top;
3880
3877
  overflow-anchor: auto;
3881
3878
  }
3882
- .jodit-filebrowser-tree .jodit-button {
3879
+ .jodit-file-browser-tree .jodit-button {
3883
3880
  border-radius: 0;
3884
3881
  }
3885
- .jodit-filebrowser-tree_loading_true::before {
3882
+ .jodit-file-browser-tree_loading_true::before {
3886
3883
  position: absolute;
3887
3884
  top: 0;
3888
3885
  left: 0;
@@ -3890,7 +3887,7 @@ svg.jodit-icon {
3890
3887
  height: 100%;
3891
3888
  content: '';
3892
3889
  }
3893
- .jodit-filebrowser-tree_loading_true::after {
3890
+ .jodit-file-browser-tree_loading_true::after {
3894
3891
  position: absolute;
3895
3892
  top: 50%;
3896
3893
  left: 50%;
@@ -3907,17 +3904,17 @@ svg.jodit-icon {
3907
3904
  vertical-align: middle;
3908
3905
  will-change: transform;
3909
3906
  }
3910
- .jodit-filebrowser-tree::-webkit-scrollbar {
3907
+ .jodit-file-browser-tree::-webkit-scrollbar {
3911
3908
  width: calc(var(--jd-padding-default) / 2);
3912
3909
  }
3913
- .jodit-filebrowser-tree::-webkit-scrollbar-track {
3910
+ .jodit-file-browser-tree::-webkit-scrollbar-track {
3914
3911
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
3915
3912
  }
3916
- .jodit-filebrowser-tree::-webkit-scrollbar-thumb {
3913
+ .jodit-file-browser-tree::-webkit-scrollbar-thumb {
3917
3914
  background-color: darkgrey;
3918
3915
  outline: 1px solid slategrey;
3919
3916
  }
3920
- .jodit-filebrowser-tree_active_true {
3917
+ .jodit-file-browser-tree_active_true {
3921
3918
  z-index: 2;
3922
3919
  display: flex;
3923
3920
  width: var(--jd-first-column);
@@ -3928,23 +3925,23 @@ svg.jodit-icon {
3928
3925
  overflow-y: auto;
3929
3926
  }
3930
3927
  @media (max-width: 480px) {
3931
- .jodit-filebrowser-tree_active_true {
3928
+ .jodit-file-browser-tree_active_true {
3932
3929
  width: auto;
3933
3930
  max-width: 100%;
3934
3931
  height: 100px;
3935
3932
  }
3936
3933
  }
3937
- .jodit-filebrowser-tree_active_true::-webkit-scrollbar {
3934
+ .jodit-file-browser-tree_active_true::-webkit-scrollbar {
3938
3935
  width: calc(var(--jd-padding-default) / 2);
3939
3936
  }
3940
- .jodit-filebrowser-tree_active_true::-webkit-scrollbar-track {
3937
+ .jodit-file-browser-tree_active_true::-webkit-scrollbar-track {
3941
3938
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
3942
3939
  }
3943
- .jodit-filebrowser-tree_active_true::-webkit-scrollbar-thumb {
3940
+ .jodit-file-browser-tree_active_true::-webkit-scrollbar-thumb {
3944
3941
  background-color: rgba(127, 127, 127, 0.5);
3945
3942
  outline: 1px solid slategrey;
3946
3943
  }
3947
- .jodit-filebrowser-tree__item {
3944
+ .jodit-file-browser-tree__item {
3948
3945
  position: relative;
3949
3946
  display: flex;
3950
3947
  min-height: 38px;
@@ -3957,11 +3954,11 @@ svg.jodit-icon {
3957
3954
  transition: background-color 0.2s ease 0s;
3958
3955
  word-break: break-all;
3959
3956
  }
3960
- .jodit-filebrowser-tree__item-title {
3957
+ .jodit-file-browser-tree__item-title {
3961
3958
  flex: 1;
3962
3959
  color: var(--jd-color-folder-title);
3963
3960
  }
3964
- .jodit-filebrowser-tree__item .jodit-icon_folder {
3961
+ .jodit-file-browser-tree__item .jodit-icon_folder {
3965
3962
  display: flex;
3966
3963
  width: calc(var(--jd-icon-size) + 4px);
3967
3964
  height: calc(var(--jd-icon-size) + 4px);
@@ -3970,25 +3967,25 @@ svg.jodit-icon {
3970
3967
  margin-left: calc(var(--jd-padding-default) / 2);
3971
3968
  opacity: 0.3;
3972
3969
  }
3973
- .jodit-filebrowser-tree__item .jodit-icon_folder svg {
3970
+ .jodit-file-browser-tree__item .jodit-icon_folder svg {
3974
3971
  width: var(--jd-icon-size);
3975
3972
  height: var(--jd-icon-size);
3976
3973
  fill: var(--jd-color-folder-title) !important;
3977
3974
  stroke: var(--jd-color-folder-title) !important;
3978
3975
  }
3979
- .jodit-filebrowser-tree__item .jodit-icon_folder:hover {
3976
+ .jodit-file-browser-tree__item .jodit-icon_folder:hover {
3980
3977
  background: #696969;
3981
3978
  }
3982
- .jodit-filebrowser-tree__item:hover {
3979
+ .jodit-file-browser-tree__item:hover {
3983
3980
  background-color: var(--jd-color-background-button-hover);
3984
3981
  }
3985
- .jodit-filebrowser-tree__item:hover-title {
3982
+ .jodit-file-browser-tree__item:hover-title {
3986
3983
  color: var(--jd-color-text);
3987
3984
  }
3988
- .jodit-filebrowser-tree__item:hover i.jodit-icon_folder {
3985
+ .jodit-file-browser-tree__item:hover i.jodit-icon_folder {
3989
3986
  opacity: 0.6;
3990
3987
  }
3991
- .jodit-filebrowser-tree__source-title {
3988
+ .jodit-file-browser-tree__source-title {
3992
3989
  position: relative;
3993
3990
  display: block;
3994
3991
  padding: 2px 4px;
@@ -3999,14 +3996,14 @@ svg.jodit-icon {
3999
3996
  user-select: none;
4000
3997
  word-break: break-all;
4001
3998
  }
4002
- a + .jodit-filebrowser-tree__source-title {
3999
+ a + .jodit-file-browser-tree__source-title {
4003
4000
  margin-top: var(--jd-padding-default);
4004
4001
  }
4005
4002
 
4006
4003
  /*!
4007
4004
  * Jodit Editor (https://xdsoft.net/jodit/)
4008
4005
  * Released under MIT see LICENSE.txt in the project root for license information.
4009
- * 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
4010
4007
  */
4011
4008
  .jodit-status-bar {
4012
4009
  display: flex;
@@ -4076,7 +4073,7 @@ a + .jodit-filebrowser-tree__source-title {
4076
4073
  /*!
4077
4074
  * Jodit Editor (https://xdsoft.net/jodit/)
4078
4075
  * Released under MIT see LICENSE.txt in the project root for license information.
4079
- * 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
4080
4077
  */
4081
4078
  .jodit-drag-and-drop__file-box,
4082
4079
  .jodit_uploadfile_button {
@@ -4113,7 +4110,7 @@ a + .jodit-filebrowser-tree__source-title {
4113
4110
  /*!
4114
4111
  * Jodit Editor (https://xdsoft.net/jodit/)
4115
4112
  * Released under MIT see LICENSE.txt in the project root for license information.
4116
- * 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
4117
4114
  */
4118
4115
  .jodit-about {
4119
4116
  padding: 20px;
@@ -4135,7 +4132,7 @@ a + .jodit-filebrowser-tree__source-title {
4135
4132
  /*!
4136
4133
  * Jodit Editor (https://xdsoft.net/jodit/)
4137
4134
  * Released under MIT see LICENSE.txt in the project root for license information.
4138
- * 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
4139
4136
  */
4140
4137
  :root {
4141
4138
  --jd-color-new-line: var(--jd-color-border);
@@ -4191,7 +4188,7 @@ a + .jodit-filebrowser-tree__source-title {
4191
4188
  /*!
4192
4189
  * Jodit Editor (https://xdsoft.net/jodit/)
4193
4190
  * Released under MIT see LICENSE.txt in the project root for license information.
4194
- * 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
4195
4192
  */
4196
4193
  :root {
4197
4194
  --jd-color-picker-cell-size: 24px;
@@ -4247,7 +4244,7 @@ a + .jodit-filebrowser-tree__source-title {
4247
4244
  /*!
4248
4245
  * Jodit Editor (https://xdsoft.net/jodit/)
4249
4246
  * Released under MIT see LICENSE.txt in the project root for license information.
4250
- * 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
4251
4248
  */
4252
4249
  .jodit-tabs {
4253
4250
  font-family: var(--jd-font-default);
@@ -4302,7 +4299,7 @@ a + .jodit-filebrowser-tree__source-title {
4302
4299
  /*!
4303
4300
  * Jodit Editor (https://xdsoft.net/jodit/)
4304
4301
  * Released under MIT see LICENSE.txt in the project root for license information.
4305
- * 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
4306
4303
  */
4307
4304
  .jodit_fullsize-box_true {
4308
4305
  position: static !important;
@@ -4335,7 +4332,7 @@ html.jodit_fullsize-box_true {
4335
4332
  /*!
4336
4333
  * Jodit Editor (https://xdsoft.net/jodit/)
4337
4334
  * Released under MIT see LICENSE.txt in the project root for license information.
4338
- * 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
4339
4336
  */
4340
4337
  .jodit-properties__unlock > svg,
4341
4338
  .jodit-properties__lock > svg {
@@ -4384,7 +4381,7 @@ html.jodit_fullsize-box_true {
4384
4381
  /*!
4385
4382
  * Jodit Editor (https://xdsoft.net/jodit/)
4386
4383
  * Released under MIT see LICENSE.txt in the project root for license information.
4387
- * 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
4388
4385
  */
4389
4386
  .jodit-popup-inline__container {
4390
4387
  z-index: 1300;
@@ -4394,7 +4391,7 @@ html.jodit_fullsize-box_true {
4394
4391
  /*!
4395
4392
  * Jodit Editor (https://xdsoft.net/jodit/)
4396
4393
  * Released under MIT see LICENSE.txt in the project root for license information.
4397
- * 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
4398
4395
  */
4399
4396
  .jodit-paste-storage {
4400
4397
  max-width: 600px;
@@ -4446,7 +4443,7 @@ html.jodit_fullsize-box_true {
4446
4443
  /*!
4447
4444
  * Jodit Editor (https://xdsoft.net/jodit/)
4448
4445
  * Released under MIT see LICENSE.txt in the project root for license information.
4449
- * 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
4450
4447
  */
4451
4448
  .jodit-placeholder {
4452
4449
  position: absolute;
@@ -4514,7 +4511,7 @@ html.jodit_fullsize-box_true {
4514
4511
  /*!
4515
4512
  * Jodit Editor (https://xdsoft.net/jodit/)
4516
4513
  * Released under MIT see LICENSE.txt in the project root for license information.
4517
- * 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
4518
4515
  */
4519
4516
  [data-jodit_iframe_wrapper] {
4520
4517
  position: relative;
@@ -4620,7 +4617,7 @@ html.jodit_fullsize-box_true {
4620
4617
  /*!
4621
4618
  * Jodit Editor (https://xdsoft.net/jodit/)
4622
4619
  * Released under MIT see LICENSE.txt in the project root for license information.
4623
- * 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
4624
4621
  */
4625
4622
  :root {
4626
4623
  --jd-height-search: 30px;
@@ -4747,7 +4744,7 @@ html.jodit_fullsize-box_true {
4747
4744
  /*!
4748
4745
  * Jodit Editor (https://xdsoft.net/jodit/)
4749
4746
  * Released under MIT see LICENSE.txt in the project root for license information.
4750
- * 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
4751
4748
  */
4752
4749
  .jodit-container:not(.jodit_inline) {
4753
4750
  min-height: 100px;
@@ -4777,7 +4774,7 @@ html.jodit_fullsize-box_true {
4777
4774
  /*!
4778
4775
  * Jodit Editor (https://xdsoft.net/jodit/)
4779
4776
  * Released under MIT see LICENSE.txt in the project root for license information.
4780
- * 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
4781
4778
  */
4782
4779
  .jodit-source {
4783
4780
  position: relative;
@@ -4837,7 +4834,7 @@ html.jodit_fullsize-box_true {
4837
4834
  /*!
4838
4835
  * Jodit Editor (https://xdsoft.net/jodit/)
4839
4836
  * Released under MIT see LICENSE.txt in the project root for license information.
4840
- * 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
4841
4838
  */
4842
4839
  .jodit_sticky-dummy_toolbar {
4843
4840
  display: none;
@@ -4857,7 +4854,7 @@ html.jodit_fullsize-box_true {
4857
4854
  /*!
4858
4855
  * Jodit Editor (https://xdsoft.net/jodit/)
4859
4856
  * Released under MIT see LICENSE.txt in the project root for license information.
4860
- * 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
4861
4858
  */
4862
4859
  .jodit-symbols {
4863
4860
  width: 460px;
@@ -4908,7 +4905,7 @@ html.jodit_fullsize-box_true {
4908
4905
  /*!
4909
4906
  * Jodit Editor (https://xdsoft.net/jodit/)
4910
4907
  * Released under MIT see LICENSE.txt in the project root for license information.
4911
- * 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
4912
4909
  */
4913
4910
  .jodit-context table,
4914
4911
  .jodit-wysiwyg table {
@@ -4994,7 +4991,7 @@ html.jodit_fullsize-box_true {
4994
4991
  /*!
4995
4992
  * Jodit Editor (https://xdsoft.net/jodit/)
4996
4993
  * Released under MIT see LICENSE.txt in the project root for license information.
4997
- * 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
4998
4995
  */
4999
4996
  .jodit-xpath {
5000
4997
  display: flex;
@@ -5017,7 +5014,7 @@ html.jodit_fullsize-box_true {
5017
5014
  /*!
5018
5015
  * Jodit Editor (https://xdsoft.net/jodit/)
5019
5016
  * Released under MIT see LICENSE.txt in the project root for license information.
5020
- * 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
5021
5018
  */
5022
5019
  .jodit-dialog_theme_dark,
5023
5020
  .jodit_theme_dark {