@ckeditor/ckeditor5-basic-styles 40.2.0 → 41.1.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 (122) hide show
  1. package/LICENSE.md +1 -1
  2. package/build/basic-styles.js +2 -2
  3. package/lang/translations/af.po +1 -1
  4. package/lang/translations/ar.po +1 -1
  5. package/lang/translations/ast.po +1 -1
  6. package/lang/translations/az.po +1 -1
  7. package/lang/translations/bg.po +1 -1
  8. package/lang/translations/bn.po +1 -1
  9. package/lang/translations/bs.po +1 -1
  10. package/lang/translations/ca.po +1 -1
  11. package/lang/translations/cs.po +1 -1
  12. package/lang/translations/da.po +1 -1
  13. package/lang/translations/de-ch.po +1 -1
  14. package/lang/translations/de.po +1 -1
  15. package/lang/translations/el.po +1 -1
  16. package/lang/translations/en-au.po +1 -1
  17. package/lang/translations/en-gb.po +1 -1
  18. package/lang/translations/en.po +1 -1
  19. package/lang/translations/eo.po +1 -1
  20. package/lang/translations/es-co.po +1 -1
  21. package/lang/translations/es.po +1 -1
  22. package/lang/translations/et.po +1 -1
  23. package/lang/translations/eu.po +1 -1
  24. package/lang/translations/fa.po +1 -1
  25. package/lang/translations/fi.po +1 -1
  26. package/lang/translations/fr.po +1 -1
  27. package/lang/translations/gl.po +1 -1
  28. package/lang/translations/gu.po +1 -1
  29. package/lang/translations/he.po +1 -1
  30. package/lang/translations/hi.po +1 -1
  31. package/lang/translations/hr.po +1 -1
  32. package/lang/translations/hu.po +1 -1
  33. package/lang/translations/hy.po +1 -1
  34. package/lang/translations/id.po +1 -1
  35. package/lang/translations/it.po +1 -1
  36. package/lang/translations/ja.po +1 -1
  37. package/lang/translations/jv.po +1 -1
  38. package/lang/translations/km.po +1 -1
  39. package/lang/translations/kn.po +1 -1
  40. package/lang/translations/ko.po +1 -1
  41. package/lang/translations/ku.po +1 -1
  42. package/lang/translations/lt.po +1 -1
  43. package/lang/translations/lv.po +1 -1
  44. package/lang/translations/ms.po +1 -1
  45. package/lang/translations/nb.po +1 -1
  46. package/lang/translations/ne.po +1 -1
  47. package/lang/translations/nl.po +1 -1
  48. package/lang/translations/no.po +1 -1
  49. package/lang/translations/oc.po +1 -1
  50. package/lang/translations/pl.po +1 -1
  51. package/lang/translations/pt-br.po +1 -1
  52. package/lang/translations/pt.po +1 -1
  53. package/lang/translations/ro.po +1 -1
  54. package/lang/translations/ru.po +1 -1
  55. package/lang/translations/si.po +1 -1
  56. package/lang/translations/sk.po +1 -1
  57. package/lang/translations/sl.po +1 -1
  58. package/lang/translations/sq.po +1 -1
  59. package/lang/translations/sr-latn.po +1 -1
  60. package/lang/translations/sr.po +1 -1
  61. package/lang/translations/sv.po +1 -1
  62. package/lang/translations/th.po +1 -1
  63. package/lang/translations/tk.po +1 -1
  64. package/lang/translations/tr.po +1 -1
  65. package/lang/translations/tt.po +1 -1
  66. package/lang/translations/ug.po +1 -1
  67. package/lang/translations/uk.po +1 -1
  68. package/lang/translations/ur.po +1 -1
  69. package/lang/translations/uz.po +1 -1
  70. package/lang/translations/vi.po +1 -1
  71. package/lang/translations/zh-cn.po +1 -1
  72. package/lang/translations/zh.po +1 -1
  73. package/package.json +3 -2
  74. package/src/attributecommand.d.ts +2 -2
  75. package/src/attributecommand.js +2 -2
  76. package/src/augmentation.d.ts +2 -2
  77. package/src/augmentation.js +1 -1
  78. package/src/bold/boldediting.d.ts +2 -2
  79. package/src/bold/boldediting.js +3 -3
  80. package/src/bold/boldui.d.ts +2 -2
  81. package/src/bold/boldui.js +3 -3
  82. package/src/bold.d.ts +4 -4
  83. package/src/bold.js +4 -4
  84. package/src/code/codeediting.d.ts +3 -3
  85. package/src/code/codeediting.js +4 -4
  86. package/src/code/codeui.d.ts +2 -2
  87. package/src/code/codeui.js +3 -3
  88. package/src/code.d.ts +4 -4
  89. package/src/code.js +4 -4
  90. package/src/index.d.ts +24 -24
  91. package/src/index.js +23 -23
  92. package/src/italic/italicediting.d.ts +2 -2
  93. package/src/italic/italicediting.js +3 -3
  94. package/src/italic/italicui.d.ts +2 -2
  95. package/src/italic/italicui.js +3 -3
  96. package/src/italic.d.ts +4 -4
  97. package/src/italic.js +4 -4
  98. package/src/strikethrough/strikethroughediting.d.ts +2 -2
  99. package/src/strikethrough/strikethroughediting.js +3 -3
  100. package/src/strikethrough/strikethroughui.d.ts +2 -2
  101. package/src/strikethrough/strikethroughui.js +3 -3
  102. package/src/strikethrough.d.ts +4 -4
  103. package/src/strikethrough.js +4 -4
  104. package/src/subscript/subscriptediting.d.ts +2 -2
  105. package/src/subscript/subscriptediting.js +3 -3
  106. package/src/subscript/subscriptui.d.ts +2 -2
  107. package/src/subscript/subscriptui.js +3 -3
  108. package/src/subscript.d.ts +4 -4
  109. package/src/subscript.js +4 -4
  110. package/src/superscript/superscriptediting.d.ts +2 -2
  111. package/src/superscript/superscriptediting.js +3 -3
  112. package/src/superscript/superscriptui.d.ts +2 -2
  113. package/src/superscript/superscriptui.js +3 -3
  114. package/src/superscript.d.ts +4 -4
  115. package/src/superscript.js +4 -4
  116. package/src/underline/underlineediting.d.ts +2 -2
  117. package/src/underline/underlineediting.js +3 -3
  118. package/src/underline/underlineui.d.ts +2 -2
  119. package/src/underline/underlineui.js +3 -3
  120. package/src/underline.d.ts +4 -4
  121. package/src/underline.js +4 -4
  122. package/theme/code.css +1 -1
@@ -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/subscript/subscriptui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * The subscript UI feature. It introduces the Subscript 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/subscript/subscriptui
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 subscriptIcon from '../../theme/icons/subscript.svg';
11
11
  const SUBSCRIPT = 'subscript';
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/subscript
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import SubscriptEditing from './subscript/subscriptediting';
10
- import SubscriptUI from './subscript/subscriptui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import SubscriptEditing from './subscript/subscriptediting.js';
10
+ import SubscriptUI from './subscript/subscriptui.js';
11
11
  /**
12
12
  * The subscript feature.
13
13
  *
package/src/subscript.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/subscript
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import SubscriptEditing from './subscript/subscriptediting';
10
- import SubscriptUI from './subscript/subscriptui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import SubscriptEditing from './subscript/subscriptediting.js';
10
+ import SubscriptUI from './subscript/subscriptui.js';
11
11
  /**
12
12
  * The subscript feature.
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/superscript/superscriptediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * The superscript 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/superscript/superscriptediting
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 SUPERSCRIPT = 'superscript';
11
11
  /**
12
12
  * The superscript 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/superscript/superscriptui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * The superscript UI feature. It introduces the Superscript 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/superscript/superscriptui
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 superscriptIcon from '../../theme/icons/superscript.svg';
11
11
  const SUPERSCRIPT = 'superscript';
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/superscript
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import SuperscriptEditing from './superscript/superscriptediting';
10
- import SuperscriptUI from './superscript/superscriptui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import SuperscriptEditing from './superscript/superscriptediting.js';
10
+ import SuperscriptUI from './superscript/superscriptui.js';
11
11
  /**
12
12
  * The superscript feature.
13
13
  *
@@ -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/superscript
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import SuperscriptEditing from './superscript/superscriptediting';
10
- import SuperscriptUI from './superscript/superscriptui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import SuperscriptEditing from './superscript/superscriptediting.js';
10
+ import SuperscriptUI from './superscript/superscriptui.js';
11
11
  /**
12
12
  * The superscript feature.
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/underline/underlineediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * The underline 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/underline/underlineediting
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 UNDERLINE = 'underline';
11
11
  /**
12
12
  * The underline 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/underline/underlineui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * The underline UI feature. It introduces the Underline 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/underline/underlineui
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 underlineIcon from '../../theme/icons/underline.svg';
11
11
  const UNDERLINE = 'underline';
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/underline
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import UnderlineEditing from './underline/underlineediting';
10
- import UnderlineUI from './underline/underlineui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import UnderlineEditing from './underline/underlineediting.js';
10
+ import UnderlineUI from './underline/underlineui.js';
11
11
  /**
12
12
  * The underline feature.
13
13
  *
package/src/underline.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/underline
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import UnderlineEditing from './underline/underlineediting';
10
- import UnderlineUI from './underline/underlineui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import UnderlineEditing from './underline/underlineediting.js';
10
+ import UnderlineUI from './underline/underlineui.js';
11
11
  /**
12
12
  * The underline feature.
13
13
  *
package/theme/code.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * 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