@ckeditor/ckeditor5-basic-styles 40.1.0 → 41.0.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 (123) hide show
  1. package/CHANGELOG.md +25 -25
  2. package/LICENSE.md +1 -1
  3. package/build/basic-styles.js +2 -2
  4. package/lang/translations/af.po +1 -1
  5. package/lang/translations/ar.po +1 -1
  6. package/lang/translations/ast.po +1 -1
  7. package/lang/translations/az.po +1 -1
  8. package/lang/translations/bg.po +1 -1
  9. package/lang/translations/bn.po +1 -1
  10. package/lang/translations/bs.po +1 -1
  11. package/lang/translations/ca.po +1 -1
  12. package/lang/translations/cs.po +1 -1
  13. package/lang/translations/da.po +1 -1
  14. package/lang/translations/de-ch.po +1 -1
  15. package/lang/translations/de.po +1 -1
  16. package/lang/translations/el.po +1 -1
  17. package/lang/translations/en-au.po +1 -1
  18. package/lang/translations/en-gb.po +1 -1
  19. package/lang/translations/en.po +1 -1
  20. package/lang/translations/eo.po +1 -1
  21. package/lang/translations/es-co.po +1 -1
  22. package/lang/translations/es.po +1 -1
  23. package/lang/translations/et.po +1 -1
  24. package/lang/translations/eu.po +1 -1
  25. package/lang/translations/fa.po +1 -1
  26. package/lang/translations/fi.po +1 -1
  27. package/lang/translations/fr.po +1 -1
  28. package/lang/translations/gl.po +1 -1
  29. package/lang/translations/gu.po +1 -1
  30. package/lang/translations/he.po +1 -1
  31. package/lang/translations/hi.po +1 -1
  32. package/lang/translations/hr.po +1 -1
  33. package/lang/translations/hu.po +1 -1
  34. package/lang/translations/hy.po +1 -1
  35. package/lang/translations/id.po +1 -1
  36. package/lang/translations/it.po +1 -1
  37. package/lang/translations/ja.po +1 -1
  38. package/lang/translations/jv.po +1 -1
  39. package/lang/translations/km.po +1 -1
  40. package/lang/translations/kn.po +1 -1
  41. package/lang/translations/ko.po +1 -1
  42. package/lang/translations/ku.po +1 -1
  43. package/lang/translations/lt.po +1 -1
  44. package/lang/translations/lv.po +1 -1
  45. package/lang/translations/ms.po +1 -1
  46. package/lang/translations/nb.po +1 -1
  47. package/lang/translations/ne.po +1 -1
  48. package/lang/translations/nl.po +1 -1
  49. package/lang/translations/no.po +1 -1
  50. package/lang/translations/oc.po +1 -1
  51. package/lang/translations/pl.po +1 -1
  52. package/lang/translations/pt-br.po +1 -1
  53. package/lang/translations/pt.po +1 -1
  54. package/lang/translations/ro.po +1 -1
  55. package/lang/translations/ru.po +1 -1
  56. package/lang/translations/si.po +1 -1
  57. package/lang/translations/sk.po +1 -1
  58. package/lang/translations/sl.po +1 -1
  59. package/lang/translations/sq.po +1 -1
  60. package/lang/translations/sr-latn.po +1 -1
  61. package/lang/translations/sr.po +1 -1
  62. package/lang/translations/sv.po +1 -1
  63. package/lang/translations/th.po +1 -1
  64. package/lang/translations/tk.po +1 -1
  65. package/lang/translations/tr.po +1 -1
  66. package/lang/translations/tt.po +1 -1
  67. package/lang/translations/ug.po +1 -1
  68. package/lang/translations/uk.po +1 -1
  69. package/lang/translations/ur.po +1 -1
  70. package/lang/translations/uz.po +1 -1
  71. package/lang/translations/vi.po +1 -1
  72. package/lang/translations/zh-cn.po +1 -1
  73. package/lang/translations/zh.po +1 -1
  74. package/package.json +3 -2
  75. package/src/attributecommand.d.ts +3 -3
  76. package/src/attributecommand.js +3 -3
  77. package/src/augmentation.d.ts +2 -2
  78. package/src/augmentation.js +1 -1
  79. package/src/bold/boldediting.d.ts +2 -2
  80. package/src/bold/boldediting.js +3 -3
  81. package/src/bold/boldui.d.ts +2 -2
  82. package/src/bold/boldui.js +3 -3
  83. package/src/bold.d.ts +4 -4
  84. package/src/bold.js +4 -4
  85. package/src/code/codeediting.d.ts +3 -3
  86. package/src/code/codeediting.js +4 -4
  87. package/src/code/codeui.d.ts +2 -2
  88. package/src/code/codeui.js +3 -3
  89. package/src/code.d.ts +4 -4
  90. package/src/code.js +4 -4
  91. package/src/index.d.ts +24 -24
  92. package/src/index.js +23 -23
  93. package/src/italic/italicediting.d.ts +2 -2
  94. package/src/italic/italicediting.js +3 -3
  95. package/src/italic/italicui.d.ts +2 -2
  96. package/src/italic/italicui.js +3 -3
  97. package/src/italic.d.ts +4 -4
  98. package/src/italic.js +4 -4
  99. package/src/strikethrough/strikethroughediting.d.ts +2 -2
  100. package/src/strikethrough/strikethroughediting.js +3 -3
  101. package/src/strikethrough/strikethroughui.d.ts +2 -2
  102. package/src/strikethrough/strikethroughui.js +3 -3
  103. package/src/strikethrough.d.ts +4 -4
  104. package/src/strikethrough.js +4 -4
  105. package/src/subscript/subscriptediting.d.ts +2 -2
  106. package/src/subscript/subscriptediting.js +3 -3
  107. package/src/subscript/subscriptui.d.ts +2 -2
  108. package/src/subscript/subscriptui.js +3 -3
  109. package/src/subscript.d.ts +4 -4
  110. package/src/subscript.js +4 -4
  111. package/src/superscript/superscriptediting.d.ts +2 -2
  112. package/src/superscript/superscriptediting.js +3 -3
  113. package/src/superscript/superscriptui.d.ts +2 -2
  114. package/src/superscript/superscriptui.js +3 -3
  115. package/src/superscript.d.ts +4 -4
  116. package/src/superscript.js +4 -4
  117. package/src/underline/underlineediting.d.ts +2 -2
  118. package/src/underline/underlineediting.js +3 -3
  119. package/src/underline/underlineui.d.ts +2 -2
  120. package/src/underline/underlineui.js +3 -3
  121. package/src/underline.d.ts +4 -4
  122. package/src/underline.js +4 -4
  123. package/theme/code.css +1 -1
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-basic-styles",
3
- "version": "40.1.0",
3
+ "version": "41.0.0",
4
4
  "description": "Basic styles feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -10,9 +10,10 @@
10
10
  "ckeditor5-plugin",
11
11
  "ckeditor5-dll"
12
12
  ],
13
+ "type": "module",
13
14
  "main": "src/index.js",
14
15
  "dependencies": {
15
- "ckeditor5": "40.1.0"
16
+ "ckeditor5": "41.0.0"
16
17
  },
17
18
  "author": "CKSource (http://cksource.com/)",
18
19
  "license": "GPL-2.0-or-later",
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/attributecommand
7
7
  */
8
- import { Command, type Editor } from 'ckeditor5/src/core';
8
+ import { Command, type Editor } from 'ckeditor5/src/core.js';
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.
@@ -42,7 +42,7 @@ export default class AttributeCommand extends Command {
42
42
  */
43
43
  refresh(): void;
44
44
  /**
45
- * Executes the command — applies the attribute to the selection or removes it from the selection.
45
+ * Executes the command – applies the attribute to the selection or removes it from the selection.
46
46
  *
47
47
  * If the command is active (`value == true`), it will remove attributes. Otherwise, it will set attributes.
48
48
  *
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/attributecommand
7
7
  */
8
- import { Command } from 'ckeditor5/src/core';
8
+ import { Command } from 'ckeditor5/src/core.js';
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.
@@ -34,7 +34,7 @@ export default class AttributeCommand extends Command {
34
34
  this.isEnabled = model.schema.checkAttributeInSelection(doc.selection, this.attributeKey);
35
35
  }
36
36
  /**
37
- * Executes the command — applies the attribute to the selection or removes it from the selection.
37
+ * Executes the command – applies the attribute to the selection or removes it from the selection.
38
38
  *
39
39
  * If the command is active (`value == true`), it will remove attributes. Otherwise, it will set attributes.
40
40
  *
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import type { Superscript, Subscript, Bold, Code, AttributeCommand, BoldUI, CodeEditing, CodeUI, Italic, ItalicEditing, ItalicUI, Strikethrough, StrikethroughEditing, StrikethroughUI, SubscriptEditing, SubscriptUI, SuperscriptEditing, SuperscriptUI, Underline, UnderlineEditing, UnderlineUI } from './index';
5
+ import type { Superscript, Subscript, Bold, Code, AttributeCommand, BoldUI, CodeEditing, CodeUI, Italic, ItalicEditing, ItalicUI, Strikethrough, StrikethroughEditing, StrikethroughUI, SubscriptEditing, SubscriptUI, SuperscriptEditing, SuperscriptUI, Underline, UnderlineEditing, UnderlineUI } from './index.js';
6
6
  declare module '@ckeditor/ckeditor5-core' {
7
7
  interface PluginsMap {
8
8
  [Superscript.pluginName]: Superscript;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  export {};
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/bold/boldediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * The bold editing feature.
11
11
  *
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/bold/boldediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import AttributeCommand from '../attributecommand';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import AttributeCommand from '../attributecommand.js';
10
10
  const BOLD = 'bold';
11
11
  /**
12
12
  * The bold editing feature.
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/bold/boldui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * The bold UI feature. It introduces the Bold button.
11
11
  */
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/bold/boldui
7
7
  */
8
- import { Plugin, icons } from 'ckeditor5/src/core';
9
- import { ButtonView } from 'ckeditor5/src/ui';
8
+ import { Plugin, icons } from 'ckeditor5/src/core.js';
9
+ import { ButtonView } from 'ckeditor5/src/ui.js';
10
10
  const BOLD = 'bold';
11
11
  /**
12
12
  * The bold UI feature. It introduces the Bold button.
package/src/bold.d.ts CHANGED
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/bold
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import BoldEditing from './bold/boldediting';
10
- import BoldUI from './bold/boldui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import BoldEditing from './bold/boldediting.js';
10
+ import BoldUI from './bold/boldui.js';
11
11
  /**
12
12
  * The bold feature.
13
13
  *
package/src/bold.js CHANGED
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/bold
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import BoldEditing from './bold/boldediting';
10
- import BoldUI from './bold/boldui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import BoldEditing from './bold/boldediting.js';
10
+ import BoldUI from './bold/boldui.js';
11
11
  /**
12
12
  * The bold feature.
13
13
  *
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/code/codeediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { TwoStepCaretMovement } from 'ckeditor5/src/typing';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import { TwoStepCaretMovement } from 'ckeditor5/src/typing.js';
10
10
  /**
11
11
  * The code editing feature.
12
12
  *
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/code/codeediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { TwoStepCaretMovement, inlineHighlight } from 'ckeditor5/src/typing';
10
- import AttributeCommand from '../attributecommand';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import { TwoStepCaretMovement, inlineHighlight } from 'ckeditor5/src/typing.js';
10
+ import AttributeCommand from '../attributecommand.js';
11
11
  const CODE = 'code';
12
12
  const HIGHLIGHT_CLASS = 'ck-code_selected';
13
13
  /**
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/code/codeui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  import '../../theme/code.css';
10
10
  /**
11
11
  * The code UI feature. It introduces the Code button.
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/code/codeui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { ButtonView } from 'ckeditor5/src/ui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import { ButtonView } from 'ckeditor5/src/ui.js';
10
10
  import codeIcon from '../../theme/icons/code.svg';
11
11
  import '../../theme/code.css';
12
12
  const CODE = 'code';
package/src/code.d.ts CHANGED
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/code
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import CodeEditing from './code/codeediting';
10
- import CodeUI from './code/codeui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import CodeEditing from './code/codeediting.js';
10
+ import CodeUI from './code/codeui.js';
11
11
  import '../theme/code.css';
12
12
  /**
13
13
  * The code feature.
package/src/code.js CHANGED
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/code
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import CodeEditing from './code/codeediting';
10
- import CodeUI from './code/codeui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import CodeEditing from './code/codeediting.js';
10
+ import CodeUI from './code/codeui.js';
11
11
  import '../theme/code.css';
12
12
  /**
13
13
  * The code feature.
package/src/index.d.ts CHANGED
@@ -1,30 +1,30 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles
7
7
  */
8
- export { default as Bold } from './bold';
9
- export { default as BoldEditing } from './bold/boldediting';
10
- export { default as BoldUI } from './bold/boldui';
11
- export { default as Code } from './code';
12
- export { default as CodeEditing } from './code/codeediting';
13
- export { default as CodeUI } from './code/codeui';
14
- export { default as Italic } from './italic';
15
- export { default as ItalicEditing } from './italic/italicediting';
16
- export { default as ItalicUI } from './italic/italicui';
17
- export { default as Strikethrough } from './strikethrough';
18
- export { default as StrikethroughEditing } from './strikethrough/strikethroughediting';
19
- export { default as StrikethroughUI } from './strikethrough/strikethroughui';
20
- export { default as Subscript } from './subscript';
21
- export { default as SubscriptEditing } from './subscript/subscriptediting';
22
- export { default as SubscriptUI } from './subscript/subscriptui';
23
- export { default as Superscript } from './superscript';
24
- export { default as SuperscriptEditing } from './superscript/superscriptediting';
25
- export { default as SuperscriptUI } from './superscript/superscriptui';
26
- export { default as Underline } from './underline';
27
- export { default as UnderlineEditing } from './underline/underlineediting';
28
- export { default as UnderlineUI } from './underline/underlineui';
29
- export type { default as AttributeCommand } from './attributecommand';
30
- import './augmentation';
8
+ export { default as Bold } from './bold.js';
9
+ export { default as BoldEditing } from './bold/boldediting.js';
10
+ export { default as BoldUI } from './bold/boldui.js';
11
+ export { default as Code } from './code.js';
12
+ export { default as CodeEditing } from './code/codeediting.js';
13
+ export { default as CodeUI } from './code/codeui.js';
14
+ export { default as Italic } from './italic.js';
15
+ export { default as ItalicEditing } from './italic/italicediting.js';
16
+ export { default as ItalicUI } from './italic/italicui.js';
17
+ export { default as Strikethrough } from './strikethrough.js';
18
+ export { default as StrikethroughEditing } from './strikethrough/strikethroughediting.js';
19
+ export { default as StrikethroughUI } from './strikethrough/strikethroughui.js';
20
+ export { default as Subscript } from './subscript.js';
21
+ export { default as SubscriptEditing } from './subscript/subscriptediting.js';
22
+ export { default as SubscriptUI } from './subscript/subscriptui.js';
23
+ export { default as Superscript } from './superscript.js';
24
+ export { default as SuperscriptEditing } from './superscript/superscriptediting.js';
25
+ export { default as SuperscriptUI } from './superscript/superscriptui.js';
26
+ export { default as Underline } from './underline.js';
27
+ export { default as UnderlineEditing } from './underline/underlineediting.js';
28
+ export { default as UnderlineUI } from './underline/underlineui.js';
29
+ export type { default as AttributeCommand } from './attributecommand.js';
30
+ import './augmentation.js';
package/src/index.js CHANGED
@@ -1,29 +1,29 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles
7
7
  */
8
- export { default as Bold } from './bold';
9
- export { default as BoldEditing } from './bold/boldediting';
10
- export { default as BoldUI } from './bold/boldui';
11
- export { default as Code } from './code';
12
- export { default as CodeEditing } from './code/codeediting';
13
- export { default as CodeUI } from './code/codeui';
14
- export { default as Italic } from './italic';
15
- export { default as ItalicEditing } from './italic/italicediting';
16
- export { default as ItalicUI } from './italic/italicui';
17
- export { default as Strikethrough } from './strikethrough';
18
- export { default as StrikethroughEditing } from './strikethrough/strikethroughediting';
19
- export { default as StrikethroughUI } from './strikethrough/strikethroughui';
20
- export { default as Subscript } from './subscript';
21
- export { default as SubscriptEditing } from './subscript/subscriptediting';
22
- export { default as SubscriptUI } from './subscript/subscriptui';
23
- export { default as Superscript } from './superscript';
24
- export { default as SuperscriptEditing } from './superscript/superscriptediting';
25
- export { default as SuperscriptUI } from './superscript/superscriptui';
26
- export { default as Underline } from './underline';
27
- export { default as UnderlineEditing } from './underline/underlineediting';
28
- export { default as UnderlineUI } from './underline/underlineui';
29
- import './augmentation';
8
+ export { default as Bold } from './bold.js';
9
+ export { default as BoldEditing } from './bold/boldediting.js';
10
+ export { default as BoldUI } from './bold/boldui.js';
11
+ export { default as Code } from './code.js';
12
+ export { default as CodeEditing } from './code/codeediting.js';
13
+ export { default as CodeUI } from './code/codeui.js';
14
+ export { default as Italic } from './italic.js';
15
+ export { default as ItalicEditing } from './italic/italicediting.js';
16
+ export { default as ItalicUI } from './italic/italicui.js';
17
+ export { default as Strikethrough } from './strikethrough.js';
18
+ export { default as StrikethroughEditing } from './strikethrough/strikethroughediting.js';
19
+ export { default as StrikethroughUI } from './strikethrough/strikethroughui.js';
20
+ export { default as Subscript } from './subscript.js';
21
+ export { default as SubscriptEditing } from './subscript/subscriptediting.js';
22
+ export { default as SubscriptUI } from './subscript/subscriptui.js';
23
+ export { default as Superscript } from './superscript.js';
24
+ export { default as SuperscriptEditing } from './superscript/superscriptediting.js';
25
+ export { default as SuperscriptUI } from './superscript/superscriptui.js';
26
+ export { default as Underline } from './underline.js';
27
+ export { default as UnderlineEditing } from './underline/underlineediting.js';
28
+ export { default as UnderlineUI } from './underline/underlineui.js';
29
+ import './augmentation.js';
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module basic-styles/italic/italicediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * The italic editing feature.
11
11
  *