@ckeditor/ckeditor5-basic-styles 47.6.1-alpha.1 → 48.0.0-alpha.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 (205) hide show
  1. package/ckeditor5-metadata.json +14 -14
  2. package/{src → dist}/attributecommand.d.ts +1 -1
  3. package/{src → dist}/bold/boldediting.d.ts +1 -1
  4. package/{src → dist}/bold/boldui.d.ts +1 -1
  5. package/{src → dist}/bold.d.ts +1 -1
  6. package/{src → dist}/code/codeediting.d.ts +2 -2
  7. package/{src → dist}/code/codeui.d.ts +1 -1
  8. package/{src → dist}/code.d.ts +1 -1
  9. package/dist/index-content.css +3 -3
  10. package/dist/index-editor.css +1 -1
  11. package/dist/index.css +5 -10
  12. package/dist/index.css.map +1 -1
  13. package/dist/index.js.map +1 -1
  14. package/{src → dist}/italic/italicediting.d.ts +1 -1
  15. package/{src → dist}/italic/italicui.d.ts +1 -1
  16. package/{src → dist}/italic.d.ts +1 -1
  17. package/{src → dist}/strikethrough/strikethroughediting.d.ts +1 -1
  18. package/{src → dist}/strikethrough/strikethroughui.d.ts +1 -1
  19. package/{src → dist}/strikethrough.d.ts +1 -1
  20. package/{src → dist}/subscript/subscriptediting.d.ts +1 -1
  21. package/{src → dist}/subscript/subscriptui.d.ts +1 -1
  22. package/{src → dist}/subscript.d.ts +1 -1
  23. package/{src → dist}/superscript/superscriptediting.d.ts +1 -1
  24. package/{src → dist}/superscript/superscriptui.d.ts +1 -1
  25. package/{src → dist}/superscript.d.ts +1 -1
  26. package/{src → dist}/underline/underlineediting.d.ts +1 -1
  27. package/{src → dist}/underline/underlineui.d.ts +1 -1
  28. package/{src → dist}/underline.d.ts +1 -1
  29. package/{src → dist}/utils.d.ts +2 -2
  30. package/package.json +24 -48
  31. package/build/basic-styles.js +0 -5
  32. package/build/translations/af.js +0 -1
  33. package/build/translations/ar.js +0 -1
  34. package/build/translations/ast.js +0 -1
  35. package/build/translations/az.js +0 -1
  36. package/build/translations/be.js +0 -1
  37. package/build/translations/bg.js +0 -1
  38. package/build/translations/bn.js +0 -1
  39. package/build/translations/bs.js +0 -1
  40. package/build/translations/ca.js +0 -1
  41. package/build/translations/cs.js +0 -1
  42. package/build/translations/da.js +0 -1
  43. package/build/translations/de-ch.js +0 -1
  44. package/build/translations/de.js +0 -1
  45. package/build/translations/el.js +0 -1
  46. package/build/translations/en-au.js +0 -1
  47. package/build/translations/en-gb.js +0 -1
  48. package/build/translations/eo.js +0 -1
  49. package/build/translations/es-co.js +0 -1
  50. package/build/translations/es.js +0 -1
  51. package/build/translations/et.js +0 -1
  52. package/build/translations/eu.js +0 -1
  53. package/build/translations/fa.js +0 -1
  54. package/build/translations/fi.js +0 -1
  55. package/build/translations/fr.js +0 -1
  56. package/build/translations/gl.js +0 -1
  57. package/build/translations/gu.js +0 -1
  58. package/build/translations/he.js +0 -1
  59. package/build/translations/hi.js +0 -1
  60. package/build/translations/hr.js +0 -1
  61. package/build/translations/hu.js +0 -1
  62. package/build/translations/hy.js +0 -1
  63. package/build/translations/id.js +0 -1
  64. package/build/translations/it.js +0 -1
  65. package/build/translations/ja.js +0 -1
  66. package/build/translations/jv.js +0 -1
  67. package/build/translations/kk.js +0 -1
  68. package/build/translations/km.js +0 -1
  69. package/build/translations/kn.js +0 -1
  70. package/build/translations/ko.js +0 -1
  71. package/build/translations/ku.js +0 -1
  72. package/build/translations/lt.js +0 -1
  73. package/build/translations/lv.js +0 -1
  74. package/build/translations/ms.js +0 -1
  75. package/build/translations/nb.js +0 -1
  76. package/build/translations/ne.js +0 -1
  77. package/build/translations/nl.js +0 -1
  78. package/build/translations/no.js +0 -1
  79. package/build/translations/oc.js +0 -1
  80. package/build/translations/pl.js +0 -1
  81. package/build/translations/pt-br.js +0 -1
  82. package/build/translations/pt.js +0 -1
  83. package/build/translations/ro.js +0 -1
  84. package/build/translations/ru.js +0 -1
  85. package/build/translations/si.js +0 -1
  86. package/build/translations/sk.js +0 -1
  87. package/build/translations/sl.js +0 -1
  88. package/build/translations/sq.js +0 -1
  89. package/build/translations/sr-latn.js +0 -1
  90. package/build/translations/sr.js +0 -1
  91. package/build/translations/sv.js +0 -1
  92. package/build/translations/th.js +0 -1
  93. package/build/translations/ti.js +0 -1
  94. package/build/translations/tk.js +0 -1
  95. package/build/translations/tr.js +0 -1
  96. package/build/translations/tt.js +0 -1
  97. package/build/translations/ug.js +0 -1
  98. package/build/translations/uk.js +0 -1
  99. package/build/translations/ur.js +0 -1
  100. package/build/translations/uz.js +0 -1
  101. package/build/translations/vi.js +0 -1
  102. package/build/translations/zh-cn.js +0 -1
  103. package/build/translations/zh.js +0 -1
  104. package/lang/contexts.json +0 -14
  105. package/lang/translations/af.po +0 -60
  106. package/lang/translations/ar.po +0 -60
  107. package/lang/translations/ast.po +0 -60
  108. package/lang/translations/az.po +0 -60
  109. package/lang/translations/be.po +0 -60
  110. package/lang/translations/bg.po +0 -60
  111. package/lang/translations/bn.po +0 -60
  112. package/lang/translations/bs.po +0 -60
  113. package/lang/translations/ca.po +0 -60
  114. package/lang/translations/cs.po +0 -60
  115. package/lang/translations/da.po +0 -60
  116. package/lang/translations/de-ch.po +0 -60
  117. package/lang/translations/de.po +0 -60
  118. package/lang/translations/el.po +0 -60
  119. package/lang/translations/en-au.po +0 -60
  120. package/lang/translations/en-gb.po +0 -60
  121. package/lang/translations/en.po +0 -60
  122. package/lang/translations/eo.po +0 -60
  123. package/lang/translations/es-co.po +0 -60
  124. package/lang/translations/es.po +0 -60
  125. package/lang/translations/et.po +0 -60
  126. package/lang/translations/eu.po +0 -60
  127. package/lang/translations/fa.po +0 -60
  128. package/lang/translations/fi.po +0 -60
  129. package/lang/translations/fr.po +0 -60
  130. package/lang/translations/gl.po +0 -60
  131. package/lang/translations/gu.po +0 -60
  132. package/lang/translations/he.po +0 -60
  133. package/lang/translations/hi.po +0 -60
  134. package/lang/translations/hr.po +0 -60
  135. package/lang/translations/hu.po +0 -60
  136. package/lang/translations/hy.po +0 -60
  137. package/lang/translations/id.po +0 -60
  138. package/lang/translations/it.po +0 -60
  139. package/lang/translations/ja.po +0 -60
  140. package/lang/translations/jv.po +0 -60
  141. package/lang/translations/kk.po +0 -60
  142. package/lang/translations/km.po +0 -60
  143. package/lang/translations/kn.po +0 -60
  144. package/lang/translations/ko.po +0 -60
  145. package/lang/translations/ku.po +0 -60
  146. package/lang/translations/lt.po +0 -60
  147. package/lang/translations/lv.po +0 -60
  148. package/lang/translations/ms.po +0 -60
  149. package/lang/translations/nb.po +0 -60
  150. package/lang/translations/ne.po +0 -60
  151. package/lang/translations/nl.po +0 -60
  152. package/lang/translations/no.po +0 -60
  153. package/lang/translations/oc.po +0 -60
  154. package/lang/translations/pl.po +0 -60
  155. package/lang/translations/pt-br.po +0 -60
  156. package/lang/translations/pt.po +0 -60
  157. package/lang/translations/ro.po +0 -60
  158. package/lang/translations/ru.po +0 -60
  159. package/lang/translations/si.po +0 -60
  160. package/lang/translations/sk.po +0 -60
  161. package/lang/translations/sl.po +0 -60
  162. package/lang/translations/sq.po +0 -60
  163. package/lang/translations/sr-latn.po +0 -60
  164. package/lang/translations/sr.po +0 -60
  165. package/lang/translations/sv.po +0 -60
  166. package/lang/translations/th.po +0 -60
  167. package/lang/translations/ti.po +0 -60
  168. package/lang/translations/tk.po +0 -60
  169. package/lang/translations/tr.po +0 -60
  170. package/lang/translations/tt.po +0 -60
  171. package/lang/translations/ug.po +0 -60
  172. package/lang/translations/uk.po +0 -60
  173. package/lang/translations/ur.po +0 -60
  174. package/lang/translations/uz.po +0 -60
  175. package/lang/translations/vi.po +0 -60
  176. package/lang/translations/zh-cn.po +0 -60
  177. package/lang/translations/zh.po +0 -60
  178. package/src/attributecommand.js +0 -118
  179. package/src/augmentation.js +0 -5
  180. package/src/bold/boldediting.js +0 -78
  181. package/src/bold/boldui.js +0 -47
  182. package/src/bold.js +0 -39
  183. package/src/code/codeediting.js +0 -73
  184. package/src/code/codeui.js +0 -47
  185. package/src/code.js +0 -40
  186. package/src/index.js +0 -31
  187. package/src/italic/italicediting.js +0 -68
  188. package/src/italic/italicui.js +0 -47
  189. package/src/italic.js +0 -39
  190. package/src/strikethrough/strikethroughediting.js +0 -70
  191. package/src/strikethrough/strikethroughui.js +0 -47
  192. package/src/strikethrough.js +0 -39
  193. package/src/subscript/subscriptediting.js +0 -56
  194. package/src/subscript/subscriptui.js +0 -46
  195. package/src/subscript.js +0 -36
  196. package/src/superscript/superscriptediting.js +0 -56
  197. package/src/superscript/superscriptui.js +0 -46
  198. package/src/superscript.js +0 -36
  199. package/src/underline/underlineediting.js +0 -65
  200. package/src/underline/underlineui.js +0 -47
  201. package/src/underline.js +0 -39
  202. package/src/utils.js +0 -40
  203. package/theme/code.css +0 -14
  204. /package/{src → dist}/augmentation.d.ts +0 -0
  205. /package/{src → dist}/index.d.ts +0 -0
@@ -5,12 +5,12 @@
5
5
  "className": "Bold",
6
6
  "description": "Implements bold formatting support. It is a part of the basic text styles package.",
7
7
  "docs": "features/basic-styles.html",
8
- "path": "src/bold.js",
8
+ "path": "src/bold.ts",
9
9
  "uiComponents": [
10
10
  {
11
11
  "type": "Button",
12
12
  "name": "bold",
13
- "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/bold.svg"
13
+ "iconName": "IconBold"
14
14
  }
15
15
  ],
16
16
  "htmlOutput": [
@@ -24,12 +24,12 @@
24
24
  "className": "Code",
25
25
  "description": "Implements inline code formatting support. It is a part of the basic text styles package.",
26
26
  "docs": "features/basic-styles.html",
27
- "path": "src/code.js",
27
+ "path": "src/code.ts",
28
28
  "uiComponents": [
29
29
  {
30
30
  "type": "Button",
31
31
  "name": "code",
32
- "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/code.svg"
32
+ "iconName": "IconCode"
33
33
  }
34
34
  ],
35
35
  "htmlOutput": [
@@ -43,12 +43,12 @@
43
43
  "className": "Italic",
44
44
  "description": "Implements italic formatting support. It is a part of the basic text styles package.",
45
45
  "docs": "features/basic-styles.html",
46
- "path": "src/italic.js",
46
+ "path": "src/italic.ts",
47
47
  "uiComponents": [
48
48
  {
49
49
  "type": "Button",
50
50
  "name": "italic",
51
- "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/italic.svg"
51
+ "iconName": "IconItalic"
52
52
  }
53
53
  ],
54
54
  "htmlOutput": [
@@ -62,12 +62,12 @@
62
62
  "className": "Strikethrough",
63
63
  "description": "Implements strikethrough formatting support. It is a part of the basic text styles package.",
64
64
  "docs": "features/basic-styles.html",
65
- "path": "src/strikethrough.js",
65
+ "path": "src/strikethrough.ts",
66
66
  "uiComponents": [
67
67
  {
68
68
  "type": "Button",
69
69
  "name": "strikethrough",
70
- "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/strikethrough.svg"
70
+ "iconName": "IconStrikethrough"
71
71
  }
72
72
  ],
73
73
  "htmlOutput": [
@@ -81,12 +81,12 @@
81
81
  "className": "Subscript",
82
82
  "description": "Implements subscript formatting support. It is a part of the basic text styles package.",
83
83
  "docs": "features/basic-styles.html",
84
- "path": "src/subscript.js",
84
+ "path": "src/subscript.ts",
85
85
  "uiComponents": [
86
86
  {
87
87
  "type": "Button",
88
88
  "name": "subscript",
89
- "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/subscript.svg"
89
+ "iconName": "IconSubscript"
90
90
  }
91
91
  ],
92
92
  "htmlOutput": [
@@ -100,12 +100,12 @@
100
100
  "className": "Superscript",
101
101
  "description": "Implements superscript formatting support. It is a part of the basic text styles package.",
102
102
  "docs": "features/basic-styles.html",
103
- "path": "src/superscript.js",
103
+ "path": "src/superscript.ts",
104
104
  "uiComponents": [
105
105
  {
106
106
  "type": "Button",
107
107
  "name": "superscript",
108
- "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/superscript.svg"
108
+ "iconName": "IconSuperscript"
109
109
  }
110
110
  ],
111
111
  "htmlOutput": [
@@ -119,12 +119,12 @@
119
119
  "className": "Underline",
120
120
  "description": "Implements underline formatting support. It is a part of the basic text styles package.",
121
121
  "docs": "features/basic-styles.html",
122
- "path": "src/underline.js",
122
+ "path": "src/underline.ts",
123
123
  "uiComponents": [
124
124
  {
125
125
  "type": "Button",
126
126
  "name": "underline",
127
- "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/underline.svg"
127
+ "iconName": "IconUnderline"
128
128
  }
129
129
  ],
130
130
  "htmlOutput": [
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module basic-styles/attributecommand
7
7
  */
8
- import { Command, type Editor } from 'ckeditor5/src/core.js';
8
+ import { Command, type Editor } from '@ckeditor/ckeditor5-core';
9
9
  /**
10
10
  * An extension of the base {@link module:core/command~Command} class, which provides utilities for a command
11
11
  * that toggles a single attribute on a text or an element.
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module basic-styles/bold/boldediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core.js';
8
+ import { Plugin } from '@ckeditor/ckeditor5-core';
9
9
  /**
10
10
  * The bold editing feature.
11
11
  *
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module basic-styles/bold/boldui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core.js';
8
+ import { Plugin } from '@ckeditor/ckeditor5-core';
9
9
  /**
10
10
  * The bold UI feature. It introduces the Bold button.
11
11
  */
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module basic-styles/bold
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core.js';
8
+ import { Plugin } from '@ckeditor/ckeditor5-core';
9
9
  import { BoldEditing } from './bold/boldediting.js';
10
10
  import { BoldUI } from './bold/boldui.js';
11
11
  /**
@@ -5,8 +5,8 @@
5
5
  /**
6
6
  * @module basic-styles/code/codeediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core.js';
9
- import { TwoStepCaretMovement } from 'ckeditor5/src/typing.js';
8
+ import { Plugin } from '@ckeditor/ckeditor5-core';
9
+ import { TwoStepCaretMovement } from '@ckeditor/ckeditor5-typing';
10
10
  /**
11
11
  * The code editing feature.
12
12
  *
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module basic-styles/code/codeui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core.js';
8
+ import { Plugin } from '@ckeditor/ckeditor5-core';
9
9
  import '../../theme/code.css';
10
10
  /**
11
11
  * The code UI feature. It introduces the Code button.
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module basic-styles/code
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core.js';
8
+ import { Plugin } from '@ckeditor/ckeditor5-core';
9
9
  import { CodeEditing } from './code/codeediting.js';
10
10
  import { CodeUI } from './code/codeui.js';
11
11
  import '../theme/code.css';
@@ -3,7 +3,7 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  .ck-content code{
6
- background-color:hsla(0, 0%, 78%, 0.3);
7
- padding:.15em;
8
- border-radius:2px;
6
+ background-color:#c7c7c74d;
7
+ border-radius:2px;
8
+ padding:.15em;
9
9
  }
@@ -3,5 +3,5 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  .ck.ck-editor__editable .ck-code_selected{
6
- background-color:hsla(0, 0%, 78%, 0.5);
6
+ background-color:#c7c7c780;
7
7
  }
package/dist/index.css CHANGED
@@ -2,19 +2,14 @@
2
2
  * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
- /*
6
- * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
- */
9
-
10
5
  .ck-content code {
11
- background-color: hsla(0, 0%, 78%, 0.3);
12
- padding: .15em;
13
- border-radius: 2px;
6
+ background-color: #c7c7c74d;
7
+ border-radius: 2px;
8
+ padding: .15em;
14
9
  }
15
10
 
16
- .ck.ck-editor__editable .ck-code_selected {
17
- background-color: hsla(0, 0%, 78%, 0.5);
11
+ .ck.ck-editor__editable .ck-code_selected {
12
+ background-color: #c7c7c780;
18
13
  }
19
14
 
20
15
  /*# sourceMappingURL=index.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["../theme/code.css","index.css"],"names":[],"mappings":";;;;AAAA,CAAA;ACCA,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,QAAQ;AAC3E,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,QAAQ,CAAC,SAAS,CAAC;AAClF,CAAC,CDAC;;AAEF,CAAA,EAAA,CAAA,OAAA,CAAA,IAAA,CAAA;ACCA,CDAC,UAAA,CAAA,KAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAuC;ACCxC,CDAC,OAAA,CAAA,CAAA,CAAA,IAAc;ACCf,CDAC,MAAA,CAAA,MAAA,CAAA,CAAA,GAAkB;AACnB;;AAEA,CAAA,EAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,CAAA,EAAA,CAAA,aAAA,CAAA,CAAA;ACCA,CDAC,UAAA,CAAA,KAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAuC;AACxC;;ACEA,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","file":"index.css.map","sourcesContent":["/*\n * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n.ck-content code {\n\tbackground-color: hsla(0, 0%, 78%, 0.3);\n\tpadding: .15em;\n\tborder-radius: 2px;\n}\n\n.ck.ck-editor__editable .ck-code_selected {\n\tbackground-color: hsla(0, 0%, 78%, 0.5);\n}\n","/*\n * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n.ck-content code {\n\tbackground-color: hsla(0, 0%, 78%, 0.3);\n\tpadding: .15em;\n\tborder-radius: 2px;\n}\n\n.ck.ck-editor__editable .ck-code_selected {\n\tbackground-color: hsla(0, 0%, 78%, 0.5);\n}\n\n/*# sourceMappingURL=index.css.map */"]}
1
+ {"version":3,"sources":["../theme/code.css","index.css"],"names":[],"mappings":";;;;AAKA,CAAA,EAAA,CAAA,OAAA,CAAA,IAAA,CAAA;ACJA,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ;AAC7B,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG;AACpB,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI;AAChB;;ADOA,CAAA,EAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,CAAA,EAAA,CAAA,aAAA,CAAA;ACJA,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ;AAC7B;;AAEA,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","file":"index.css.map","sourcesContent":["/*\n * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n.ck-content code {\n\tbackground-color: hsla(0, 0%, 78%, 0.3);\n\tpadding: .15em;\n\tborder-radius: 2px;\n}\n\n.ck.ck-editor__editable .ck-code_selected {\n\tbackground-color: hsla(0, 0%, 78%, 0.5);\n}\n",".ck-content code {\n background-color: #c7c7c74d;\n border-radius: 2px;\n padding: .15em;\n}\n\n.ck.ck-editor__editable .ck-code_selected {\n background-color: #c7c7c780;\n}\n\n/*# sourceMappingURL=index.css.map */"]}