@ckeditor/ckeditor5-collaboration-core 0.0.0-internal-20241017.0

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 (305) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +23 -0
  3. package/README.md +35 -0
  4. package/dist/augmentation.d.ts +42 -0
  5. package/dist/collaborationhistory.d.ts +25 -0
  6. package/dist/collaborationoperation.d.ts +32 -0
  7. package/dist/config.d.ts +106 -0
  8. package/dist/index-content.css +470 -0
  9. package/dist/index-editor.css +426 -0
  10. package/dist/index.css +1080 -0
  11. package/dist/index.d.ts +26 -0
  12. package/dist/index.js +23 -0
  13. package/dist/legacyerrors.d.ts +33 -0
  14. package/dist/permissions.d.ts +58 -0
  15. package/dist/suggestions/view/ariadescriptionview.d.ts +27 -0
  16. package/dist/suggestions/view/latefocusbuttonview.d.ts +41 -0
  17. package/dist/suggestionstyles.d.ts +18 -0
  18. package/dist/translations/af.d.ts +8 -0
  19. package/dist/translations/af.js +23 -0
  20. package/dist/translations/af.umd.js +23 -0
  21. package/dist/translations/ar.d.ts +8 -0
  22. package/dist/translations/ar.js +23 -0
  23. package/dist/translations/ar.umd.js +23 -0
  24. package/dist/translations/az.d.ts +8 -0
  25. package/dist/translations/az.js +23 -0
  26. package/dist/translations/az.umd.js +23 -0
  27. package/dist/translations/bg.d.ts +8 -0
  28. package/dist/translations/bg.js +23 -0
  29. package/dist/translations/bg.umd.js +23 -0
  30. package/dist/translations/bn.d.ts +8 -0
  31. package/dist/translations/bn.js +23 -0
  32. package/dist/translations/bn.umd.js +23 -0
  33. package/dist/translations/bs.d.ts +8 -0
  34. package/dist/translations/bs.js +23 -0
  35. package/dist/translations/bs.umd.js +23 -0
  36. package/dist/translations/ca.d.ts +8 -0
  37. package/dist/translations/ca.js +23 -0
  38. package/dist/translations/ca.umd.js +23 -0
  39. package/dist/translations/cs.d.ts +8 -0
  40. package/dist/translations/cs.js +23 -0
  41. package/dist/translations/cs.umd.js +23 -0
  42. package/dist/translations/da.d.ts +8 -0
  43. package/dist/translations/da.js +23 -0
  44. package/dist/translations/da.umd.js +23 -0
  45. package/dist/translations/de-ch.d.ts +8 -0
  46. package/dist/translations/de-ch.js +23 -0
  47. package/dist/translations/de-ch.umd.js +23 -0
  48. package/dist/translations/de.d.ts +8 -0
  49. package/dist/translations/de.js +23 -0
  50. package/dist/translations/de.umd.js +23 -0
  51. package/dist/translations/el.d.ts +8 -0
  52. package/dist/translations/el.js +23 -0
  53. package/dist/translations/el.umd.js +23 -0
  54. package/dist/translations/en-au.d.ts +8 -0
  55. package/dist/translations/en-au.js +23 -0
  56. package/dist/translations/en-au.umd.js +23 -0
  57. package/dist/translations/en.d.ts +8 -0
  58. package/dist/translations/en.js +23 -0
  59. package/dist/translations/en.umd.js +23 -0
  60. package/dist/translations/es-co.d.ts +8 -0
  61. package/dist/translations/es-co.js +23 -0
  62. package/dist/translations/es-co.umd.js +23 -0
  63. package/dist/translations/es.d.ts +8 -0
  64. package/dist/translations/es.js +23 -0
  65. package/dist/translations/es.umd.js +23 -0
  66. package/dist/translations/et.d.ts +8 -0
  67. package/dist/translations/et.js +23 -0
  68. package/dist/translations/et.umd.js +23 -0
  69. package/dist/translations/fa.d.ts +8 -0
  70. package/dist/translations/fa.js +23 -0
  71. package/dist/translations/fa.umd.js +23 -0
  72. package/dist/translations/fi.d.ts +8 -0
  73. package/dist/translations/fi.js +23 -0
  74. package/dist/translations/fi.umd.js +23 -0
  75. package/dist/translations/fr.d.ts +8 -0
  76. package/dist/translations/fr.js +23 -0
  77. package/dist/translations/fr.umd.js +23 -0
  78. package/dist/translations/gl.d.ts +8 -0
  79. package/dist/translations/gl.js +23 -0
  80. package/dist/translations/gl.umd.js +23 -0
  81. package/dist/translations/he.d.ts +8 -0
  82. package/dist/translations/he.js +23 -0
  83. package/dist/translations/he.umd.js +23 -0
  84. package/dist/translations/hi.d.ts +8 -0
  85. package/dist/translations/hi.js +23 -0
  86. package/dist/translations/hi.umd.js +23 -0
  87. package/dist/translations/hr.d.ts +8 -0
  88. package/dist/translations/hr.js +23 -0
  89. package/dist/translations/hr.umd.js +23 -0
  90. package/dist/translations/hu.d.ts +8 -0
  91. package/dist/translations/hu.js +23 -0
  92. package/dist/translations/hu.umd.js +23 -0
  93. package/dist/translations/id.d.ts +8 -0
  94. package/dist/translations/id.js +23 -0
  95. package/dist/translations/id.umd.js +23 -0
  96. package/dist/translations/it.d.ts +8 -0
  97. package/dist/translations/it.js +23 -0
  98. package/dist/translations/it.umd.js +23 -0
  99. package/dist/translations/ja.d.ts +8 -0
  100. package/dist/translations/ja.js +23 -0
  101. package/dist/translations/ja.umd.js +23 -0
  102. package/dist/translations/jv.d.ts +8 -0
  103. package/dist/translations/jv.js +23 -0
  104. package/dist/translations/jv.umd.js +23 -0
  105. package/dist/translations/ko.d.ts +8 -0
  106. package/dist/translations/ko.js +23 -0
  107. package/dist/translations/ko.umd.js +23 -0
  108. package/dist/translations/lt.d.ts +8 -0
  109. package/dist/translations/lt.js +23 -0
  110. package/dist/translations/lt.umd.js +23 -0
  111. package/dist/translations/lv.d.ts +8 -0
  112. package/dist/translations/lv.js +23 -0
  113. package/dist/translations/lv.umd.js +23 -0
  114. package/dist/translations/ms.d.ts +8 -0
  115. package/dist/translations/ms.js +23 -0
  116. package/dist/translations/ms.umd.js +23 -0
  117. package/dist/translations/nl.d.ts +8 -0
  118. package/dist/translations/nl.js +23 -0
  119. package/dist/translations/nl.umd.js +23 -0
  120. package/dist/translations/no.d.ts +8 -0
  121. package/dist/translations/no.js +23 -0
  122. package/dist/translations/no.umd.js +23 -0
  123. package/dist/translations/pl.d.ts +8 -0
  124. package/dist/translations/pl.js +23 -0
  125. package/dist/translations/pl.umd.js +23 -0
  126. package/dist/translations/pt-br.d.ts +8 -0
  127. package/dist/translations/pt-br.js +23 -0
  128. package/dist/translations/pt-br.umd.js +23 -0
  129. package/dist/translations/pt.d.ts +8 -0
  130. package/dist/translations/pt.js +23 -0
  131. package/dist/translations/pt.umd.js +23 -0
  132. package/dist/translations/ro.d.ts +8 -0
  133. package/dist/translations/ro.js +23 -0
  134. package/dist/translations/ro.umd.js +23 -0
  135. package/dist/translations/ru.d.ts +8 -0
  136. package/dist/translations/ru.js +23 -0
  137. package/dist/translations/ru.umd.js +23 -0
  138. package/dist/translations/sk.d.ts +8 -0
  139. package/dist/translations/sk.js +23 -0
  140. package/dist/translations/sk.umd.js +23 -0
  141. package/dist/translations/sr-latn.d.ts +8 -0
  142. package/dist/translations/sr-latn.js +23 -0
  143. package/dist/translations/sr-latn.umd.js +23 -0
  144. package/dist/translations/sr.d.ts +8 -0
  145. package/dist/translations/sr.js +23 -0
  146. package/dist/translations/sr.umd.js +23 -0
  147. package/dist/translations/sv.d.ts +8 -0
  148. package/dist/translations/sv.js +23 -0
  149. package/dist/translations/sv.umd.js +23 -0
  150. package/dist/translations/th.d.ts +8 -0
  151. package/dist/translations/th.js +23 -0
  152. package/dist/translations/th.umd.js +23 -0
  153. package/dist/translations/tk.d.ts +8 -0
  154. package/dist/translations/tk.js +23 -0
  155. package/dist/translations/tk.umd.js +23 -0
  156. package/dist/translations/tr.d.ts +8 -0
  157. package/dist/translations/tr.js +23 -0
  158. package/dist/translations/tr.umd.js +23 -0
  159. package/dist/translations/tt.d.ts +8 -0
  160. package/dist/translations/tt.js +23 -0
  161. package/dist/translations/tt.umd.js +23 -0
  162. package/dist/translations/ug.d.ts +8 -0
  163. package/dist/translations/ug.js +23 -0
  164. package/dist/translations/ug.umd.js +23 -0
  165. package/dist/translations/uk.d.ts +8 -0
  166. package/dist/translations/uk.js +23 -0
  167. package/dist/translations/uk.umd.js +23 -0
  168. package/dist/translations/ur.d.ts +8 -0
  169. package/dist/translations/ur.js +23 -0
  170. package/dist/translations/ur.umd.js +23 -0
  171. package/dist/translations/vi.d.ts +8 -0
  172. package/dist/translations/vi.js +23 -0
  173. package/dist/translations/vi.umd.js +23 -0
  174. package/dist/translations/zh-cn.d.ts +8 -0
  175. package/dist/translations/zh-cn.js +23 -0
  176. package/dist/translations/zh-cn.umd.js +23 -0
  177. package/dist/translations/zh.d.ts +8 -0
  178. package/dist/translations/zh.js +23 -0
  179. package/dist/translations/zh.umd.js +23 -0
  180. package/dist/users/view/userview.d.ts +20 -0
  181. package/dist/users.d.ts +172 -0
  182. package/dist/utils/common-translations.d.ts +13 -0
  183. package/dist/utils/confirmmixin.d.ts +28 -0
  184. package/dist/utils/confirmview.d.ts +33 -0
  185. package/dist/utils/getdatetimeformatter.d.ts +33 -0
  186. package/dist/utils/getmarkerdomelement.d.ts +26 -0
  187. package/dist/utils/hashobject.d.ts +12 -0
  188. package/dist/utils/sanitizeEditorConfig.d.ts +19 -0
  189. package/dist/utils/setupthreadkeyboardnavigation.d.ts +49 -0
  190. package/dist/utils/surroundingmarkersdetector.d.ts +20 -0
  191. package/dist/utils/trim-html.d.ts +23 -0
  192. package/lang/contexts.json +6 -0
  193. package/lang/translations/af.po +34 -0
  194. package/lang/translations/ar.po +34 -0
  195. package/lang/translations/az.po +34 -0
  196. package/lang/translations/bg.po +34 -0
  197. package/lang/translations/bn.po +34 -0
  198. package/lang/translations/bs.po +34 -0
  199. package/lang/translations/ca.po +34 -0
  200. package/lang/translations/cs.po +34 -0
  201. package/lang/translations/da.po +34 -0
  202. package/lang/translations/de-ch.po +34 -0
  203. package/lang/translations/de.po +34 -0
  204. package/lang/translations/el.po +34 -0
  205. package/lang/translations/en-au.po +34 -0
  206. package/lang/translations/en.po +34 -0
  207. package/lang/translations/es-co.po +34 -0
  208. package/lang/translations/es.po +34 -0
  209. package/lang/translations/et.po +34 -0
  210. package/lang/translations/fa.po +34 -0
  211. package/lang/translations/fi.po +34 -0
  212. package/lang/translations/fr.po +34 -0
  213. package/lang/translations/gl.po +34 -0
  214. package/lang/translations/he.po +34 -0
  215. package/lang/translations/hi.po +34 -0
  216. package/lang/translations/hr.po +34 -0
  217. package/lang/translations/hu.po +34 -0
  218. package/lang/translations/id.po +34 -0
  219. package/lang/translations/it.po +34 -0
  220. package/lang/translations/ja.po +34 -0
  221. package/lang/translations/jv.po +34 -0
  222. package/lang/translations/ko.po +34 -0
  223. package/lang/translations/lt.po +34 -0
  224. package/lang/translations/lv.po +34 -0
  225. package/lang/translations/ms.po +34 -0
  226. package/lang/translations/nl.po +34 -0
  227. package/lang/translations/no.po +34 -0
  228. package/lang/translations/pl.po +34 -0
  229. package/lang/translations/pt-br.po +34 -0
  230. package/lang/translations/pt.po +34 -0
  231. package/lang/translations/ro.po +34 -0
  232. package/lang/translations/ru.po +34 -0
  233. package/lang/translations/sk.po +34 -0
  234. package/lang/translations/sr-latn.po +34 -0
  235. package/lang/translations/sr.po +34 -0
  236. package/lang/translations/sv.po +34 -0
  237. package/lang/translations/th.po +34 -0
  238. package/lang/translations/tk.po +34 -0
  239. package/lang/translations/tr.po +34 -0
  240. package/lang/translations/tt.po +34 -0
  241. package/lang/translations/ug.po +34 -0
  242. package/lang/translations/uk.po +34 -0
  243. package/lang/translations/ur.po +34 -0
  244. package/lang/translations/vi.po +34 -0
  245. package/lang/translations/zh-cn.po +34 -0
  246. package/lang/translations/zh.po +34 -0
  247. package/package.json +52 -0
  248. package/src/augmentation.d.ts +38 -0
  249. package/src/augmentation.js +23 -0
  250. package/src/collaborationhistory.d.ts +21 -0
  251. package/src/collaborationhistory.js +23 -0
  252. package/src/collaborationoperation.d.ts +28 -0
  253. package/src/collaborationoperation.js +23 -0
  254. package/src/config.d.ts +102 -0
  255. package/src/config.js +23 -0
  256. package/src/index.d.ts +22 -0
  257. package/src/index.js +23 -0
  258. package/src/legacyerrors.d.ts +29 -0
  259. package/src/legacyerrors.js +23 -0
  260. package/src/permissions.d.ts +54 -0
  261. package/src/permissions.js +23 -0
  262. package/src/suggestions/view/ariadescriptionview.d.ts +23 -0
  263. package/src/suggestions/view/ariadescriptionview.js +23 -0
  264. package/src/suggestions/view/latefocusbuttonview.d.ts +37 -0
  265. package/src/suggestions/view/latefocusbuttonview.js +23 -0
  266. package/src/suggestionstyles.d.ts +14 -0
  267. package/src/suggestionstyles.js +23 -0
  268. package/src/users/view/userview.d.ts +16 -0
  269. package/src/users/view/userview.js +23 -0
  270. package/src/users.d.ts +168 -0
  271. package/src/users.js +23 -0
  272. package/src/utils/common-translations.d.ts +9 -0
  273. package/src/utils/common-translations.js +23 -0
  274. package/src/utils/confirmmixin.d.ts +24 -0
  275. package/src/utils/confirmmixin.js +23 -0
  276. package/src/utils/confirmview.d.ts +29 -0
  277. package/src/utils/confirmview.js +23 -0
  278. package/src/utils/getdatetimeformatter.d.ts +29 -0
  279. package/src/utils/getdatetimeformatter.js +23 -0
  280. package/src/utils/getmarkerdomelement.d.ts +22 -0
  281. package/src/utils/getmarkerdomelement.js +23 -0
  282. package/src/utils/hashobject.d.ts +8 -0
  283. package/src/utils/hashobject.js +23 -0
  284. package/src/utils/sanitizeEditorConfig.d.ts +15 -0
  285. package/src/utils/sanitizeEditorConfig.js +23 -0
  286. package/src/utils/setupthreadkeyboardnavigation.d.ts +45 -0
  287. package/src/utils/setupthreadkeyboardnavigation.js +23 -0
  288. package/src/utils/surroundingmarkersdetector.d.ts +16 -0
  289. package/src/utils/surroundingmarkersdetector.js +23 -0
  290. package/src/utils/trim-html.d.ts +19 -0
  291. package/src/utils/trim-html.js +23 -0
  292. package/theme/ariadescription.css +12 -0
  293. package/theme/icons/notification.svg +11 -0
  294. package/theme/integrations/codeblock.css +17 -0
  295. package/theme/integrations/horizontalline.css +24 -0
  296. package/theme/integrations/image.css +66 -0
  297. package/theme/integrations/mediaembed.css +28 -0
  298. package/theme/integrations/mergefields.css +67 -0
  299. package/theme/integrations/pagebreak.css +24 -0
  300. package/theme/integrations/table.css +200 -0
  301. package/theme/suggestion.css +131 -0
  302. package/theme/suggestionmarker.css +162 -0
  303. package/theme/usercolormixin.css +41 -0
  304. package/theme/usercolors.css +49 -0
  305. package/theme/users.css +110 -0
package/dist/index.css ADDED
@@ -0,0 +1,1080 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /*
6
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
7
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
8
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
9
+ *
10
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
11
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
12
+ */
13
+
14
+ /*
15
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
16
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
17
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
18
+ *
19
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
20
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
21
+ */
22
+
23
+ :root {
24
+ --ck-user-colors--0: hsla(235, 73%, 67%, 1);
25
+ --ck-user-colors--0-alpha: hsla(235, 73%, 67%, 0.15);
26
+
27
+ --ck-user-colors--1: hsla(173, 100%, 24%, 1);
28
+ --ck-user-colors--1-alpha: hsla(173, 100%, 24%, 0.15);
29
+
30
+ --ck-user-colors--2: hsla(0, 46%, 50%, 1);
31
+ --ck-user-colors--2-alpha: hsla(0, 46%, 50%, 0.15);
32
+
33
+ --ck-user-colors--3: hsla(256, 54%, 45%, 1);
34
+ --ck-user-colors--3-alpha: hsla(256, 54%, 45%, 0.15);
35
+
36
+ --ck-user-colors--4: hsla(95, 50%, 36%, 1);
37
+ --ck-user-colors--4-alpha: hsla(95, 50%, 36%, 0.15);
38
+
39
+ --ck-user-colors--5: hsla(336, 78%, 43%, 1);
40
+ --ck-user-colors--5-alpha: hsla(336, 78%, 43%, 0.15);
41
+
42
+ --ck-user-colors--6: hsla(0, 80%, 59%, 1);
43
+ --ck-user-colors--6-alpha: hsla(0, 80%, 59%, 0.15);
44
+
45
+ --ck-user-colors--7: hsla(184, 90%, 43%, 1);
46
+ --ck-user-colors--7-alpha: hsla(184, 90%, 43%, 0.15);
47
+
48
+ --ck-user-dot-size: 6px;
49
+ }
50
+
51
+ /* We are using mixins here because of lack of PostCSS loop plugin. */
52
+
53
+ .ck .ck-user__color--0 {
54
+ color: var(--ck-user-colors--0);
55
+ }
56
+
57
+ .ck .ck-user__bg-color--0 {
58
+ background-color: var(--ck-user-colors--0);
59
+ }
60
+
61
+ .ck .ck-user__selection--0 {
62
+ background-color: var(--ck-user-colors--0-alpha);
63
+ }
64
+
65
+ .ck .ck-user__selection--0.ck-widget {
66
+ background-color: transparent;
67
+ border: 3px solid var(--ck-user-colors--0);
68
+ }
69
+
70
+ .ck .ck-user__marker--0, .ck .ck-user__marker--0 .ck-user__marker-tooltip, .ck .ck-user__marker--0 .ck-user__marker-dot, .ck .ck-user__marker--0::selection, .ck .ck-user__marker--0 .ck-user__marker-tooltip::selection, .ck .ck-user__marker--0 .ck-user__marker-dot::selection {
71
+ background-color: var(--ck-user-colors--0);
72
+ }
73
+
74
+ .ck .ck-user__marker--0 .ck-user__marker-line {
75
+ border: 1px solid var(--ck-user-colors--0);
76
+ }
77
+ .ck .ck-user__color--1 {
78
+ color: var(--ck-user-colors--1);
79
+ }
80
+ .ck .ck-user__bg-color--1 {
81
+ background-color: var(--ck-user-colors--1);
82
+ }
83
+ .ck .ck-user__selection--1 {
84
+ background-color: var(--ck-user-colors--1-alpha);
85
+ }
86
+ .ck .ck-user__selection--1.ck-widget {
87
+ background-color: transparent;
88
+ border: 3px solid var(--ck-user-colors--1);
89
+ }
90
+ .ck .ck-user__marker--1, .ck .ck-user__marker--1 .ck-user__marker-tooltip, .ck .ck-user__marker--1 .ck-user__marker-dot, .ck .ck-user__marker--1::selection, .ck .ck-user__marker--1 .ck-user__marker-tooltip::selection, .ck .ck-user__marker--1 .ck-user__marker-dot::selection {
91
+ background-color: var(--ck-user-colors--1);
92
+ }
93
+ .ck .ck-user__marker--1 .ck-user__marker-line {
94
+ border: 1px solid var(--ck-user-colors--1);
95
+ }
96
+ .ck .ck-user__color--2 {
97
+ color: var(--ck-user-colors--2);
98
+ }
99
+ .ck .ck-user__bg-color--2 {
100
+ background-color: var(--ck-user-colors--2);
101
+ }
102
+ .ck .ck-user__selection--2 {
103
+ background-color: var(--ck-user-colors--2-alpha);
104
+ }
105
+ .ck .ck-user__selection--2.ck-widget {
106
+ background-color: transparent;
107
+ border: 3px solid var(--ck-user-colors--2);
108
+ }
109
+ .ck .ck-user__marker--2, .ck .ck-user__marker--2 .ck-user__marker-tooltip, .ck .ck-user__marker--2 .ck-user__marker-dot, .ck .ck-user__marker--2::selection, .ck .ck-user__marker--2 .ck-user__marker-tooltip::selection, .ck .ck-user__marker--2 .ck-user__marker-dot::selection {
110
+ background-color: var(--ck-user-colors--2);
111
+ }
112
+ .ck .ck-user__marker--2 .ck-user__marker-line {
113
+ border: 1px solid var(--ck-user-colors--2);
114
+ }
115
+ .ck .ck-user__color--3 {
116
+ color: var(--ck-user-colors--3);
117
+ }
118
+ .ck .ck-user__bg-color--3 {
119
+ background-color: var(--ck-user-colors--3);
120
+ }
121
+ .ck .ck-user__selection--3 {
122
+ background-color: var(--ck-user-colors--3-alpha);
123
+ }
124
+ .ck .ck-user__selection--3.ck-widget {
125
+ background-color: transparent;
126
+ border: 3px solid var(--ck-user-colors--3);
127
+ }
128
+ .ck .ck-user__marker--3, .ck .ck-user__marker--3 .ck-user__marker-tooltip, .ck .ck-user__marker--3 .ck-user__marker-dot, .ck .ck-user__marker--3::selection, .ck .ck-user__marker--3 .ck-user__marker-tooltip::selection, .ck .ck-user__marker--3 .ck-user__marker-dot::selection {
129
+ background-color: var(--ck-user-colors--3);
130
+ }
131
+ .ck .ck-user__marker--3 .ck-user__marker-line {
132
+ border: 1px solid var(--ck-user-colors--3);
133
+ }
134
+ .ck .ck-user__color--4 {
135
+ color: var(--ck-user-colors--4);
136
+ }
137
+ .ck .ck-user__bg-color--4 {
138
+ background-color: var(--ck-user-colors--4);
139
+ }
140
+ .ck .ck-user__selection--4 {
141
+ background-color: var(--ck-user-colors--4-alpha);
142
+ }
143
+ .ck .ck-user__selection--4.ck-widget {
144
+ background-color: transparent;
145
+ border: 3px solid var(--ck-user-colors--4);
146
+ }
147
+ .ck .ck-user__marker--4, .ck .ck-user__marker--4 .ck-user__marker-tooltip, .ck .ck-user__marker--4 .ck-user__marker-dot, .ck .ck-user__marker--4::selection, .ck .ck-user__marker--4 .ck-user__marker-tooltip::selection, .ck .ck-user__marker--4 .ck-user__marker-dot::selection {
148
+ background-color: var(--ck-user-colors--4);
149
+ }
150
+ .ck .ck-user__marker--4 .ck-user__marker-line {
151
+ border: 1px solid var(--ck-user-colors--4);
152
+ }
153
+ .ck .ck-user__color--5 {
154
+ color: var(--ck-user-colors--5);
155
+ }
156
+ .ck .ck-user__bg-color--5 {
157
+ background-color: var(--ck-user-colors--5);
158
+ }
159
+ .ck .ck-user__selection--5 {
160
+ background-color: var(--ck-user-colors--5-alpha);
161
+ }
162
+ .ck .ck-user__selection--5.ck-widget {
163
+ background-color: transparent;
164
+ border: 3px solid var(--ck-user-colors--5);
165
+ }
166
+ .ck .ck-user__marker--5, .ck .ck-user__marker--5 .ck-user__marker-tooltip, .ck .ck-user__marker--5 .ck-user__marker-dot, .ck .ck-user__marker--5::selection, .ck .ck-user__marker--5 .ck-user__marker-tooltip::selection, .ck .ck-user__marker--5 .ck-user__marker-dot::selection {
167
+ background-color: var(--ck-user-colors--5);
168
+ }
169
+ .ck .ck-user__marker--5 .ck-user__marker-line {
170
+ border: 1px solid var(--ck-user-colors--5);
171
+ }
172
+ .ck .ck-user__color--6 {
173
+ color: var(--ck-user-colors--6);
174
+ }
175
+ .ck .ck-user__bg-color--6 {
176
+ background-color: var(--ck-user-colors--6);
177
+ }
178
+ .ck .ck-user__selection--6 {
179
+ background-color: var(--ck-user-colors--6-alpha);
180
+ }
181
+ .ck .ck-user__selection--6.ck-widget {
182
+ background-color: transparent;
183
+ border: 3px solid var(--ck-user-colors--6);
184
+ }
185
+ .ck .ck-user__marker--6, .ck .ck-user__marker--6 .ck-user__marker-tooltip, .ck .ck-user__marker--6 .ck-user__marker-dot, .ck .ck-user__marker--6::selection, .ck .ck-user__marker--6 .ck-user__marker-tooltip::selection, .ck .ck-user__marker--6 .ck-user__marker-dot::selection {
186
+ background-color: var(--ck-user-colors--6);
187
+ }
188
+ .ck .ck-user__marker--6 .ck-user__marker-line {
189
+ border: 1px solid var(--ck-user-colors--6);
190
+ }
191
+ .ck .ck-user__color--7 {
192
+ color: var(--ck-user-colors--7);
193
+ }
194
+ .ck .ck-user__bg-color--7 {
195
+ background-color: var(--ck-user-colors--7);
196
+ }
197
+ .ck .ck-user__selection--7 {
198
+ background-color: var(--ck-user-colors--7-alpha);
199
+ }
200
+ .ck .ck-user__selection--7.ck-widget {
201
+ background-color: transparent;
202
+ border: 3px solid var(--ck-user-colors--7);
203
+ }
204
+ .ck .ck-user__marker--7, .ck .ck-user__marker--7 .ck-user__marker-tooltip, .ck .ck-user__marker--7 .ck-user__marker-dot, .ck .ck-user__marker--7::selection, .ck .ck-user__marker--7 .ck-user__marker-tooltip::selection, .ck .ck-user__marker--7 .ck-user__marker-dot::selection {
205
+ background-color: var(--ck-user-colors--7);
206
+ }
207
+ .ck .ck-user__marker--7 .ck-user__marker-line {
208
+ border: 1px solid var(--ck-user-colors--7);
209
+ }
210
+
211
+ /*
212
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
213
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
214
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
215
+ *
216
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
217
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
218
+ */
219
+
220
+ /*
221
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
222
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
223
+ */
224
+
225
+ /**
226
+ * Makes element unselectable.
227
+ */
228
+
229
+ :root {
230
+ --ck-user-avatar-size: 40px;
231
+ --ck-user-avatar-background: hsl(210, 52%, 44%);
232
+ --ck-user-avatar-color: hsl(0, 0%, 100%);
233
+ --ck-user-me-border-color: hsl(0, 0%, 100%);
234
+ }
235
+
236
+ .ck.ck-user {
237
+ display: flex;
238
+ justify-content: center;
239
+ align-items: center;
240
+ position: relative;
241
+ border-radius: 50%;
242
+ background-color: var(--ck-user-avatar-background);
243
+ box-sizing: border-box;
244
+ height: var(--ck-user-avatar-size);
245
+ width: var(--ck-user-avatar-size);
246
+ min-width: var(--ck-user-avatar-size);
247
+ min-height: var(--ck-user-avatar-size);
248
+ line-height: 100%;
249
+ margin: 2px;
250
+ }
251
+
252
+ .ck.ck-user.ck-user_me {
253
+ border: 2px solid var(--ck-user-me-border-color);
254
+ outline: 2px solid var(--ck-user-avatar-background);
255
+ }
256
+
257
+ .ck.ck-user__name {
258
+ color: var(--ck-user-avatar-color);
259
+ cursor: default;
260
+ -moz-user-select: none;
261
+ -webkit-user-select: none;
262
+ -ms-user-select: none;
263
+ user-select: none;
264
+ }
265
+
266
+ .ck.ck-user__name.ck-user__name--hidden {
267
+ display: none;
268
+ }
269
+
270
+ .ck.ck-user__img {
271
+ display: none;
272
+ width: 100%;
273
+ height: 100%;
274
+ background-position: center center;
275
+ background-repeat: no-repeat;
276
+ background-size: cover;
277
+ background-color: var(--ck-user-avatar-background);
278
+ border-radius: 50%;
279
+ border: none;
280
+ }
281
+
282
+ .ck.ck-user__img.ck-user__anonymous {
283
+ display: block;
284
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M9.8%2020H2c0-5.7%205-5.7%206-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5%200-2.8%202-5.2%204.3-5.2S14%204.4%2014%207.3c0%202.2-1%204-2.6%205l.2.6c1.2%201.3%206%201.4%206%207H9.8z%22%2F%3E%0A%3C%2Fsvg%3E);
285
+
286
+ /* Do not display initials when user is anonymous. */
287
+ }
288
+
289
+ .ck.ck-user__img.ck-user__anonymous + .ck-user__name {
290
+ display: none;
291
+ }
292
+
293
+ .ck.ck-user__img.ck-user__avatar {
294
+ display: block;
295
+
296
+ /* In case if avatar is transparent make background white. */
297
+ background-color: hsl(0, 0%, 100%);
298
+ }
299
+
300
+ .ck.ck-user__img.ck-user__img--hidden {
301
+ display: none;
302
+ }
303
+
304
+ .ck.ck-user__notification {
305
+ display: flex;
306
+ width: 15px;
307
+ height: 15px;
308
+ justify-content: center;
309
+ align-items: center;
310
+ background: var(--ck-color-base-background);
311
+ border: 2px solid var(--ck-color-base-background);
312
+ border-radius: 50%;
313
+ box-sizing: content-box;
314
+
315
+ position: absolute;
316
+ top: -8px;
317
+ right: -7px;
318
+ overflow: hidden;
319
+ transform: translateZ(0);
320
+ }
321
+
322
+ .ck.ck-user__notification .ck-user__icon {
323
+ color: var(--ck-color-annotation-info);
324
+ background: var(--ck-color-base-background);
325
+ width: 19px;
326
+ height: 19px;
327
+ max-width: 19px;
328
+ max-height: 19px;
329
+ min-width: 19px;
330
+ min-height: 19px;
331
+ }
332
+
333
+ /*
334
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
335
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
336
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
337
+ *
338
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
339
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
340
+ */
341
+
342
+ /*
343
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
344
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
345
+ */
346
+
347
+ /**
348
+ * A visual style of focused element's border.
349
+ */
350
+ /*
351
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
352
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
353
+ */
354
+ /**
355
+ * A helper to combine multiple shadows.
356
+ */
357
+ /**
358
+ * Gives an element a drop shadow so it looks like a floating panel.
359
+ */
360
+ /*
361
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
362
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
363
+ */
364
+ /**
365
+ * Implements rounded corner interface for .ck-rounded-corners class.
366
+ *
367
+ * @see $ck-border-radius
368
+ */
369
+
370
+ :root {
371
+ --ck-color-comment-box-border: hsl(55, 98%, 48%);
372
+ --ck-color-suggestion-box-deletion-border: hsl(345, 62%, 60%);
373
+ --ck-color-suggestion-box-insertion-border: hsl(128, 62%, 60%);
374
+ --ck-color-suggestion-box-format-border: hsl(191, 62%, 60%);
375
+ }
376
+
377
+ .ck .ck-suggestion {
378
+ border-top-left-radius: var(--ck-border-radius);
379
+ }
380
+
381
+ .ck .ck-suggestion:focus {
382
+ background: var(--ck-color-button-default-hover-background);
383
+ outline: none;
384
+ }
385
+
386
+ .ck .ck-annotation {
387
+ border-left: 3px solid transparent;
388
+ }
389
+
390
+
391
+ /* See: #3683.
392
+ * Inline Suggestion annotations that can't be commented on contains a scrollbar by default */
393
+ .ck .ck-suggestion--disabled-comments .ck-annotation {
394
+ min-height: 80px;
395
+ }
396
+
397
+ /* See: #2459.
398
+ With track-changes feature enabled, we need to distinguish various types of annotations (comments and suggestions). */
399
+ .ck .ck-comment,
400
+ .ck .ck-thread__comment-count,
401
+ .ck .ck-comment__input-container,
402
+ .ck .ck-thread__header {
403
+ border-left: 3px solid var(--ck-color-comment-box-border);
404
+ }
405
+
406
+ .ck .ck-suggestion-insertion .ck-suggestion {
407
+ border-left-color: var(--ck-color-suggestion-box-insertion-border);
408
+ }
409
+
410
+ .ck .ck-suggestion-deletion .ck-suggestion {
411
+ border-left-color: var(--ck-color-suggestion-box-deletion-border);
412
+ }
413
+
414
+ .ck .ck-suggestion-replace .ck-suggestion {
415
+ border-left-color: var(--ck-color-suggestion-box-insertion-border);
416
+ }
417
+
418
+ .ck .ck-suggestion-format .ck-suggestion {
419
+ border-left-color: var(--ck-color-suggestion-box-format-border);
420
+ }
421
+
422
+ .ck .ck-suggestion-wrapper {
423
+ border-radius: 0;
424
+
425
+ overflow: hidden;
426
+ }
427
+
428
+ .ck-rounded-corners .ck .ck-suggestion-wrapper,
429
+ .ck .ck-suggestion-wrapper.ck-rounded-corners {
430
+ border-radius: var(--ck-border-radius);
431
+ }
432
+
433
+ .ck .ck-suggestion-wrapper:focus {
434
+ /*
435
+ * We cannot use the ck-focus-ring mixin here because it adds a border that would need to stay transparent
436
+ * in non-focused state and create an odd space inside the surrounding annotation container.
437
+ */
438
+ outline: var(--ck-focus-ring);
439
+
440
+ /*
441
+ * We cannot use the ck-box-shadow mixin because we're using outline instead of border (see the comment above).
442
+ * And the shadow size has to be custom because outline is rendered on top of the shadow.
443
+ */
444
+ box-shadow: 0 0 0 4px var(--ck-color-focus-outer-shadow);
445
+ }
446
+
447
+ /*
448
+ * In case of inline annotations, their focus styles get hoisted to the balloon panel to work around overflow that would
449
+ * otherwise get them cropped..
450
+ */
451
+ .ck-balloon-panel:has( .ck-suggestion-wrapper:focus ) {
452
+ /* Disable native outline. */
453
+ outline: none;
454
+ border: var(--ck-focus-ring);
455
+ box-shadow: var(--ck-drop-shadow), var(--ck-focus-outer-shadow);
456
+ }
457
+
458
+ .ck .ck-suggestion-type {
459
+ font-weight: bold;
460
+ }
461
+
462
+ .ck .ck-suggestion-color {
463
+ display: inline-block;
464
+ width: 14px;
465
+ height: 14px;
466
+ border-radius: 14px;
467
+ vertical-align: text-bottom;
468
+ margin: 0 5px;
469
+ box-shadow: 0 0 0 1px hsl(0, 0%, 27%);
470
+ }
471
+
472
+ /* Comments inside suggestion. */
473
+
474
+ /* Handle comments inside suggestion keep same border-color. */
475
+ .ck .ck-suggestion-insertion .ck-comment,
476
+ .ck .ck-suggestion-insertion .ck-thread__comment-count,
477
+ .ck .ck-suggestion-insertion .ck-comment__input-container,
478
+ .ck .ck-suggestion-replace .ck-comment,
479
+ .ck .ck-suggestion-replace .ck-thread__comment-count,
480
+ .ck .ck-suggestion-replace .ck-comment__input-container {
481
+ border-left-color: var(--ck-color-suggestion-box-insertion-border);
482
+ }
483
+
484
+ .ck .ck-suggestion-deletion .ck-comment,
485
+ .ck .ck-suggestion-deletion .ck-thread__comment-count,
486
+ .ck .ck-suggestion-deletion .ck-comment__input-container {
487
+ border-left-color: var(--ck-color-suggestion-box-deletion-border);
488
+ }
489
+
490
+ .ck .ck-suggestion-format .ck-comment,
491
+ .ck .ck-suggestion-format .ck-thread__comment-count,
492
+ .ck .ck-suggestion-format .ck-comment__input-container {
493
+ border-left-color: var(--ck-color-suggestion-box-format-border);
494
+ }
495
+
496
+ /*
497
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
498
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
499
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
500
+ *
501
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
502
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
503
+ */
504
+
505
+ :root {
506
+ --ck-color-suggestion-marker-insertion-border: hsla(128, 71%, 40%, .35);
507
+ --ck-color-suggestion-marker-insertion-border-active: hsla(128, 71%, 25%, .5);
508
+ --ck-color-suggestion-marker-insertion-background: hsla(128, 71%, 65%, .35);
509
+ --ck-color-suggestion-marker-insertion-background-active: hsla(128, 71%, 50%, .5);
510
+
511
+ --ck-color-suggestion-marker-deletion-border: hsla(345, 71%, 40%, .35);
512
+ --ck-color-suggestion-marker-deletion-border-active: hsla(345, 71%, 25%, .5);
513
+ --ck-color-suggestion-marker-deletion-background: hsla(345, 71%, 65%, .35);
514
+ --ck-color-suggestion-marker-deletion-background-active: hsla(345, 71%, 50%, .5);
515
+ --ck-color-suggestion-marker-deletion-stroke: hsla(345, 71%, 20%, .5);
516
+
517
+ --ck-color-suggestion-marker-format-border: hsla(191, 60%, 75%, 1);
518
+ --ck-color-suggestion-marker-format-border-active: hsla(191, 60%, 60%, 1);
519
+
520
+ --ck-color-suggestion-widget-insertion-background: hsla(128, 71%, 65%, .05);
521
+ --ck-color-suggestion-widget-insertion-background-active: hsla(128, 71%, 50%, .07);
522
+
523
+ --ck-color-suggestion-widget-deletion-background: hsla(345, 71%, 65%, .05);
524
+ --ck-color-suggestion-widget-deletion-background-active: hsla(345, 71%, 45%, .07);
525
+
526
+ --ck-color-suggestion-widget-format-background: hsla(191, 90%, 40%, .09);
527
+ --ck-color-suggestion-widget-format-background-active: hsla(191, 90%, 40%, .16);
528
+ }
529
+
530
+ .ck-content .ck-suggestion-marker-insertion {
531
+ border-top: 3px solid var(--ck-color-suggestion-marker-insertion-border);
532
+ border-bottom: 3px solid var(--ck-color-suggestion-marker-insertion-border);
533
+ background: var(--ck-color-suggestion-marker-insertion-background);
534
+ }
535
+
536
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active {
537
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
538
+ background: var(--ck-color-suggestion-marker-insertion-background-active);
539
+ }
540
+
541
+ /* Disable background of marker inside widget. */
542
+
543
+ .ck-content .ck-suggestion-marker-insertion.ck-widget {
544
+ background: none;
545
+ text-decoration: none;
546
+ border: 3px solid var(--ck-color-suggestion-marker-insertion-border);
547
+ }
548
+
549
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active {
550
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
551
+ }
552
+
553
+ .ck-content .ck-suggestion-marker-deletion {
554
+ border-top: 3px solid var(--ck-color-suggestion-marker-deletion-border);
555
+ border-bottom: 3px solid var(--ck-color-suggestion-marker-deletion-border);
556
+
557
+ /* #2810. Safari doesn't support combined text-decoration values. */
558
+ text-decoration: line-through;
559
+ text-decoration-color: var(--ck-color-suggestion-marker-deletion-stroke);
560
+ text-decoration-thickness: 3px;
561
+
562
+ background: var(--ck-color-suggestion-marker-deletion-background);
563
+ }
564
+
565
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active {
566
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
567
+ background: var(--ck-color-suggestion-marker-deletion-background-active);
568
+ }
569
+
570
+ /* Disable background of marker inside widget. */
571
+
572
+ .ck-content .ck-suggestion-marker-deletion.ck-widget {
573
+ background: none;
574
+ text-decoration: none;
575
+ border: 3px solid var(--ck-color-suggestion-marker-deletion-border);
576
+ }
577
+
578
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active {
579
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
580
+ }
581
+
582
+ .ck-content .ck-suggestion-marker-merge::after {
583
+ border-top: 3px solid var(--ck-color-suggestion-marker-deletion-border);
584
+ border-bottom: 3px solid var(--ck-color-suggestion-marker-deletion-border);
585
+
586
+ /* #2810. Safari doesn't support combined text-decoration values. */
587
+ text-decoration: line-through;
588
+ text-decoration-color: var(--ck-color-suggestion-marker-deletion-stroke);
589
+
590
+ background: var(--ck-color-suggestion-marker-deletion-background);
591
+ color: var(--ck-color-suggestion-marker-deletion-stroke);
592
+ content: '¶';
593
+ }
594
+
595
+ .ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active::after {
596
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
597
+ background: var(--ck-color-suggestion-marker-deletion-background-active);
598
+ }
599
+
600
+ .ck-content .ck-suggestion-marker-split::after {
601
+ border-top: 3px solid var(--ck-color-suggestion-marker-insertion-border);
602
+ border-bottom: 3px solid var(--ck-color-suggestion-marker-insertion-border);
603
+ background: var(--ck-color-suggestion-marker-insertion-background);
604
+ color: var(--ck-color-suggestion-marker-insertion-border);
605
+ content: '¶';
606
+ }
607
+
608
+ .ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active::after {
609
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
610
+ background: var(--ck-color-suggestion-marker-insertion-background-active);
611
+ }
612
+
613
+ .ck-content .ck-suggestion-marker-formatInline {
614
+ border-top: 3px solid var(--ck-color-suggestion-marker-format-border);
615
+ border-bottom: 3px solid var(--ck-color-suggestion-marker-format-border);
616
+ }
617
+
618
+ .ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active {
619
+ border-color: var(--ck-color-suggestion-marker-format-border-active);
620
+ }
621
+
622
+ .ck-content .ck-suggestion-marker-formatInline.ck-widget {
623
+ background: none;
624
+ border: 3px solid var(--ck-color-suggestion-marker-format-border);
625
+ }
626
+
627
+ .ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active {
628
+ border-color: var(--ck-color-suggestion-marker-format-border-active);
629
+ }
630
+
631
+ /* This is a tricky case.
632
+ * We can't use `border-left` because sticky marker to the element looks kinda ugly.
633
+ * We can't use `::before` pseudoelement because it requires `position: relative` of parent, which breaks side-image.
634
+ * We can't use `outline` because it's impossible to display only left side of outline.
635
+ * So... we need to use power of CSS hacks <3 and use doubled box-shadow.
636
+ */
637
+
638
+ .ck-content .ck-suggestion-marker-formatBlock {
639
+ border: 0;
640
+ background: none;
641
+ box-shadow: -7px 0 0 0 var(--ck-color-base-background), -10px 0 0 0 var(--ck-color-suggestion-marker-format-border);
642
+ }
643
+
644
+ .ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
645
+ box-shadow: -5px 0 0 0 var(--ck-color-base-background), -8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
646
+ }
647
+
648
+ .ck-content ul .ck-suggestion-marker-formatBlock,
649
+ .ck-content ol .ck-suggestion-marker-formatBlock {
650
+ box-shadow: -2px 0 0 0 var(--ck-color-base-background), -5px 0 0 0 var(--ck-color-suggestion-marker-format-border);
651
+ }
652
+
653
+ .ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active, .ck-content ol .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
654
+ box-shadow: -2px 0 0 0 var(--ck-color-base-background), -5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
655
+ }
656
+
657
+ /*
658
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
659
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
660
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
661
+ *
662
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
663
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
664
+ */
665
+
666
+ .ck.ck-aria-description {
667
+ display: none;
668
+ }
669
+
670
+ /*
671
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
672
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
673
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
674
+ *
675
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
676
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
677
+ */
678
+
679
+ .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-deletion {
680
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
681
+ border: none;
682
+ }
683
+
684
+ .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
685
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
686
+ }
687
+
688
+ .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-insertion {
689
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
690
+ border: none;
691
+ }
692
+
693
+ .ck-content .ck-widget.image > figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
694
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
695
+ }
696
+
697
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.image {
698
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
699
+ }
700
+
701
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.image img {
702
+ opacity: 0.6;
703
+ }
704
+
705
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption {
706
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
707
+ }
708
+
709
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active {
710
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
711
+ }
712
+
713
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption {
714
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
715
+ }
716
+
717
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.image {
718
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
719
+
720
+ /* stylelint-disable no-descending-specificity */
721
+ }
722
+
723
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption {
724
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
725
+ }
726
+
727
+ /* stylelint-enable no-descending-specificity */
728
+
729
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active {
730
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
731
+ }
732
+
733
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption {
734
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
735
+ }
736
+
737
+ /*
738
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
739
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
740
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
741
+ *
742
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
743
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
744
+ */
745
+
746
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line {
747
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
748
+ }
749
+
750
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active {
751
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
752
+ }
753
+
754
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line {
755
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
756
+ }
757
+
758
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active {
759
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
760
+ }
761
+
762
+ /*
763
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
764
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
765
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
766
+ *
767
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
768
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
769
+ */
770
+
771
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.media {
772
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
773
+ }
774
+
775
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper {
776
+ opacity: 0.6;
777
+ }
778
+
779
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active {
780
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
781
+ }
782
+
783
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.media {
784
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
785
+ }
786
+
787
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active {
788
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
789
+ }
790
+
791
+ /*
792
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
793
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
794
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
795
+ *
796
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
797
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
798
+ */
799
+
800
+ .ck-content .ck-suggestion-marker.ck-widget.ck-merge-field,
801
+ .ck-content .ck-comment-marker.ck-widget.ck-merge-field {
802
+ /* Note that comments markers have transparent border to be better aligned with suggestions markers. */
803
+ border-width: 2px;
804
+ border-left: none;
805
+ border-right: none;
806
+ padding-top: 0;
807
+ padding-bottom: 0;
808
+ }
809
+
810
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field {
811
+ border-top-color: var(--ck-color-suggestion-marker-deletion-border);
812
+ border-bottom-color: var(--ck-color-suggestion-marker-deletion-border);
813
+
814
+ background: var(--ck-color-suggestion-marker-deletion-background);
815
+ }
816
+
817
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field :not(.ck-merge-field__affix),
818
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-value,
819
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-warning {
820
+ text-decoration: line-through;
821
+ text-decoration-color: var(--ck-color-suggestion-marker-deletion-stroke);
822
+ text-decoration-thickness: 3px;
823
+ }
824
+
825
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-suggestion-marker--active {
826
+ background-color: var(--ck-color-suggestion-marker-deletion-background-active);
827
+ }
828
+
829
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field {
830
+ background-color: var(--ck-color-suggestion-marker-insertion-background);
831
+ }
832
+
833
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field.ck-suggestion-marker--active {
834
+ background-color: var(--ck-color-suggestion-marker-insertion-background-active);
835
+ }
836
+
837
+ .ck-content .ck-comment-marker.ck-widget.ck-merge-field {
838
+ background: var(--ck-color-comment-marker);
839
+ }
840
+
841
+ .ck-content .ck-comment-marker.ck-widget.ck-merge-field.ck-comment-marker--active {
842
+ background: var(--ck-color-comment-marker-active);
843
+ }
844
+
845
+ /*
846
+ This is a hack for a specific situation. The selector targets all regular markers made on text that are just before
847
+ a merge field (also in marker). This is a common situation. For example, if you have some text and a merge field
848
+ just after and all that is in a suggestion. Without this hack, there is a 1px spacing between the span and the merge
849
+ field, because the merge field has margin. The margin is needed because otherwise caret does not display. To
850
+ "remove" the spacing, we extend the span before the merge field by 1px using padding, but we need to compensate
851
+ by using negative margin, so that the whole content does not change its position.
852
+ */
853
+ .ck-content span.ck-comment-marker:has(+.ck-comment-marker.ck-widget.ck-merge-field),
854
+ .ck-content span.ck-suggestion-marker:has(+.ck-suggestion-marker.ck-widget.ck-merge-field) {
855
+ padding-right: 1px;
856
+ margin-right: -1px;
857
+ }
858
+
859
+ /*
860
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
861
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
862
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
863
+ *
864
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
865
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
866
+ */
867
+
868
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.page-break {
869
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
870
+ }
871
+
872
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active {
873
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
874
+ }
875
+
876
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.page-break {
877
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
878
+ }
879
+
880
+ .ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active {
881
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
882
+ }
883
+
884
+ /*
885
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
886
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
887
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
888
+ *
889
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
890
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
891
+ */
892
+
893
+ :root {
894
+ --ck-color-suggestion-widget-th-insertion-background: hsla(128, 71%, 65%, .12);
895
+ --ck-color-suggestion-widget-th-insertion-background-active: hsla(128, 71%, 50%, .14);
896
+
897
+ --ck-color-suggestion-widget-th-deletion-background: hsla(345, 71%, 65%, .14);
898
+ --ck-color-suggestion-widget-th-deletion-background-active: hsla(345, 71%, 45%, .16);
899
+ }
900
+
901
+ .ck-content figure.table .ck-suggestion-marker-formatBlock {
902
+ box-shadow: -3px 0 0 0 var(--ck-color-suggestion-marker-format-border);
903
+ }
904
+
905
+ .ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
906
+ box-shadow: -3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
907
+ }
908
+
909
+ .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-deletion {
910
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
911
+ border: none;
912
+ }
913
+
914
+ .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
915
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
916
+ }
917
+
918
+ .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-insertion {
919
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
920
+ border: none;
921
+ }
922
+
923
+ .ck-content .ck-widget.table > figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
924
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
925
+ }
926
+
927
+ .ck-content .ck-suggestion-marker-insertion.table {
928
+ border-color: var(--ck-color-suggestion-marker-insertion-border);
929
+ }
930
+
931
+ .ck-content .ck-suggestion-marker-insertion.table > figcaption {
932
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
933
+ }
934
+
935
+ .ck-content .ck-suggestion-marker-insertion.table > table > tbody > tr > th {
936
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background);
937
+ border-color: var(--ck-color-suggestion-marker-insertion-border);
938
+ }
939
+
940
+ .ck-content .ck-suggestion-marker-insertion.table > table > thead > tr > th {
941
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background);
942
+ border-color: var(--ck-color-suggestion-marker-insertion-border);
943
+ }
944
+
945
+ .ck-content .ck-suggestion-marker-insertion.table > table > tbody > tr > td {
946
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
947
+ border-color: var(--ck-color-suggestion-marker-insertion-border);
948
+ }
949
+
950
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table {
951
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
952
+ }
953
+
954
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > figcaption {
955
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
956
+ }
957
+
958
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > tbody > tr > th {
959
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
960
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
961
+ }
962
+
963
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > thead > tr > th {
964
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
965
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
966
+ }
967
+
968
+ .ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table > table > tbody > tr > td {
969
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
970
+ border-color: var(--ck-color-suggestion-marker-insertion-border-active);
971
+ }
972
+
973
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.table {
974
+ border-color: var(--ck-color-suggestion-marker-deletion-border);
975
+ }
976
+
977
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.table > figcaption {
978
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
979
+ }
980
+
981
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > tbody > tr > th {
982
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background);
983
+ border-color: var(--ck-color-suggestion-marker-deletion-border);
984
+ text-decoration: none;
985
+ }
986
+
987
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > thead > tr > th {
988
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background);
989
+ border-color: var(--ck-color-suggestion-marker-deletion-border);
990
+ text-decoration: none;
991
+ }
992
+
993
+ .ck-content .ck-suggestion-marker-deletion.ck-widget.table > table > tbody > tr > td {
994
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
995
+ border-color: var(--ck-color-suggestion-marker-deletion-border);
996
+ text-decoration: none;
997
+ }
998
+
999
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table {
1000
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
1001
+ }
1002
+
1003
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > figcaption {
1004
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
1005
+ }
1006
+
1007
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > tbody > tr > th {
1008
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
1009
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
1010
+ }
1011
+
1012
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > thead > tr > th {
1013
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
1014
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
1015
+ }
1016
+
1017
+ .ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table > table > tbody > tr > td {
1018
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
1019
+ border-color: var(--ck-color-suggestion-marker-deletion-border-active);
1020
+ }
1021
+
1022
+ /*
1023
+ * We need here at least 022 CSS Specificity because of table styles like `.ck-content .table table th { background: ... }
1024
+ * See: https://github.com/ckeditor/ckeditor5-table/blob/master/theme/table.css#L29
1025
+ */
1026
+ .ck-content .table th.ck-suggestion-marker-insertion {
1027
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background);
1028
+ }
1029
+ .ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
1030
+ background-color: var(--ck-color-suggestion-widget-th-insertion-background-active);
1031
+ }
1032
+ .ck-content .table th.ck-suggestion-marker-deletion {
1033
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background);
1034
+ text-decoration: none;
1035
+ }
1036
+ .ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
1037
+ background-color: var(--ck-color-suggestion-widget-th-deletion-background-active);
1038
+ }
1039
+ .ck-content .table td.ck-suggestion-marker-insertion {
1040
+ background-color: var(--ck-color-suggestion-widget-insertion-background);
1041
+ }
1042
+ .ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active {
1043
+ background-color: var(--ck-color-suggestion-widget-insertion-background-active);
1044
+ }
1045
+ .ck-content .table td.ck-suggestion-marker-deletion {
1046
+ background-color: var(--ck-color-suggestion-widget-deletion-background);
1047
+ text-decoration: none;
1048
+ }
1049
+ .ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
1050
+ background-color: var(--ck-color-suggestion-widget-deletion-background-active);
1051
+ }
1052
+ .ck-content .table th.ck-suggestion-marker-formatInline,
1053
+ .ck-content .table td.ck-suggestion-marker-formatInline,
1054
+ .ck-content .table th.ck-suggestion-marker-formatBlock,
1055
+ .ck-content .table td.ck-suggestion-marker-formatBlock {
1056
+ background-color: var(--ck-color-suggestion-widget-format-background);
1057
+ box-shadow: none;
1058
+ }
1059
+ .ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active, .ck-content .table td.ck-suggestion-marker-formatInline.ck-suggestion-marker--active, .ck-content .table th.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active, .ck-content .table td.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
1060
+ background-color: var(--ck-color-suggestion-widget-format-background-active);
1061
+ box-shadow: none;
1062
+ }
1063
+
1064
+ /*
1065
+ * What you're currently looking at is the source code of a legally protected, proprietary software.
1066
+ * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
1067
+ * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
1068
+ *
1069
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
1070
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
1071
+ */
1072
+
1073
+ .ck-content pre > code.ck-suggestion-marker-formatBlock {
1074
+ display: block;
1075
+ box-shadow: -7px 0 0 0 hsl(0deg 0% 93%), -10px 0 0 0 var(--ck-color-suggestion-marker-format-border);
1076
+ }
1077
+
1078
+ .ck-content pre > code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
1079
+ box-shadow: -5px 0 0 0 hsl(0deg 0% 93%), -8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active);
1080
+ }