ckeditor5 40.0.0 → 40.2.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.

Potentially problematic release.


This version of ckeditor5 might be problematic. Click here for more details.

Files changed (101) hide show
  1. package/CHANGELOG.md +430 -400
  2. package/LICENSE.md +9 -8
  3. package/README.md +4 -4
  4. package/build/ckeditor5-dll.js +2 -2
  5. package/build/ckeditor5-dll.manifest.json +6 -1
  6. package/build/translations/af.js +1 -1
  7. package/build/translations/ar.js +1 -1
  8. package/build/translations/ast.js +1 -1
  9. package/build/translations/az.js +1 -1
  10. package/build/translations/bg.js +1 -1
  11. package/build/translations/bn.js +1 -1
  12. package/build/translations/bs.js +1 -1
  13. package/build/translations/ca.js +1 -1
  14. package/build/translations/cs.js +1 -1
  15. package/build/translations/da.js +1 -1
  16. package/build/translations/de-ch.js +1 -1
  17. package/build/translations/de.js +1 -1
  18. package/build/translations/el.js +1 -1
  19. package/build/translations/en-au.js +1 -1
  20. package/build/translations/en-gb.js +1 -1
  21. package/build/translations/eo.js +1 -1
  22. package/build/translations/es-co.js +1 -1
  23. package/build/translations/es.js +1 -1
  24. package/build/translations/et.js +1 -1
  25. package/build/translations/eu.js +1 -1
  26. package/build/translations/fa.js +1 -1
  27. package/build/translations/fi.js +1 -1
  28. package/build/translations/fr.js +1 -1
  29. package/build/translations/gl.js +1 -1
  30. package/build/translations/gu.js +1 -1
  31. package/build/translations/he.js +1 -1
  32. package/build/translations/hi.js +1 -1
  33. package/build/translations/hr.js +1 -1
  34. package/build/translations/hu.js +1 -1
  35. package/build/translations/hy.js +1 -1
  36. package/build/translations/id.js +1 -1
  37. package/build/translations/it.js +1 -1
  38. package/build/translations/ja.js +1 -1
  39. package/build/translations/jv.js +1 -1
  40. package/build/translations/km.js +1 -1
  41. package/build/translations/kn.js +1 -1
  42. package/build/translations/ko.js +1 -1
  43. package/build/translations/ku.js +1 -1
  44. package/build/translations/lt.js +1 -1
  45. package/build/translations/lv.js +1 -1
  46. package/build/translations/ms.js +1 -1
  47. package/build/translations/nb.js +1 -1
  48. package/build/translations/ne.js +1 -1
  49. package/build/translations/nl.js +1 -1
  50. package/build/translations/no.js +1 -1
  51. package/build/translations/oc.js +1 -1
  52. package/build/translations/pl.js +1 -1
  53. package/build/translations/pt-br.js +1 -1
  54. package/build/translations/pt.js +1 -1
  55. package/build/translations/ro.js +1 -1
  56. package/build/translations/ru.js +1 -1
  57. package/build/translations/si.js +1 -1
  58. package/build/translations/sk.js +1 -1
  59. package/build/translations/sl.js +1 -1
  60. package/build/translations/sq.js +1 -1
  61. package/build/translations/sr-latn.js +1 -1
  62. package/build/translations/sr.js +1 -1
  63. package/build/translations/sv.js +1 -1
  64. package/build/translations/th.js +1 -1
  65. package/build/translations/tk.js +1 -1
  66. package/build/translations/tr.js +1 -1
  67. package/build/translations/tt.js +1 -1
  68. package/build/translations/ug.js +1 -1
  69. package/build/translations/uk.js +1 -1
  70. package/build/translations/ur.js +1 -1
  71. package/build/translations/uz.js +1 -1
  72. package/build/translations/vi.js +1 -1
  73. package/build/translations/zh-cn.js +1 -1
  74. package/build/translations/zh.js +1 -1
  75. package/package.json +14 -14
  76. package/src/clipboard.d.ts +8 -8
  77. package/src/clipboard.js +8 -8
  78. package/src/core.d.ts +8 -8
  79. package/src/core.js +8 -8
  80. package/src/engine.d.ts +8 -8
  81. package/src/engine.js +8 -8
  82. package/src/enter.d.ts +8 -8
  83. package/src/enter.js +8 -8
  84. package/src/paragraph.d.ts +8 -8
  85. package/src/paragraph.js +8 -8
  86. package/src/select-all.d.ts +8 -8
  87. package/src/select-all.js +8 -8
  88. package/src/typing.d.ts +8 -8
  89. package/src/typing.js +8 -8
  90. package/src/ui.d.ts +8 -8
  91. package/src/ui.js +8 -8
  92. package/src/undo.d.ts +8 -8
  93. package/src/undo.js +8 -8
  94. package/src/upload.d.ts +8 -8
  95. package/src/upload.js +8 -8
  96. package/src/utils.d.ts +8 -8
  97. package/src/utils.js +8 -8
  98. package/src/watchdog.d.ts +8 -8
  99. package/src/watchdog.js +8 -8
  100. package/src/widget.d.ts +8 -8
  101. package/src/widget.js +8 -8
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/clipboard
7
- */
8
- export * from '@ckeditor/ckeditor5-clipboard';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/clipboard
7
+ */
8
+ export * from '@ckeditor/ckeditor5-clipboard';
package/src/clipboard.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/clipboard
7
- */
8
- export * from '@ckeditor/ckeditor5-clipboard';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/clipboard
7
+ */
8
+ export * from '@ckeditor/ckeditor5-clipboard';
package/src/core.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/core
7
- */
8
- export * from '@ckeditor/ckeditor5-core';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/core
7
+ */
8
+ export * from '@ckeditor/ckeditor5-core';
package/src/core.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/core
7
- */
8
- export * from '@ckeditor/ckeditor5-core';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/core
7
+ */
8
+ export * from '@ckeditor/ckeditor5-core';
package/src/engine.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/engine
7
- */
8
- export * from '@ckeditor/ckeditor5-engine';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/engine
7
+ */
8
+ export * from '@ckeditor/ckeditor5-engine';
package/src/engine.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/engine
7
- */
8
- export * from '@ckeditor/ckeditor5-engine';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/engine
7
+ */
8
+ export * from '@ckeditor/ckeditor5-engine';
package/src/enter.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/enter
7
- */
8
- export * from '@ckeditor/ckeditor5-enter';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/enter
7
+ */
8
+ export * from '@ckeditor/ckeditor5-enter';
package/src/enter.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/enter
7
- */
8
- export * from '@ckeditor/ckeditor5-enter';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/enter
7
+ */
8
+ export * from '@ckeditor/ckeditor5-enter';
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/paragraph
7
- */
8
- export * from '@ckeditor/ckeditor5-paragraph';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/paragraph
7
+ */
8
+ export * from '@ckeditor/ckeditor5-paragraph';
package/src/paragraph.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/paragraph
7
- */
8
- export * from '@ckeditor/ckeditor5-paragraph';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/paragraph
7
+ */
8
+ export * from '@ckeditor/ckeditor5-paragraph';
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/select-all
7
- */
8
- export * from '@ckeditor/ckeditor5-select-all';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/select-all
7
+ */
8
+ export * from '@ckeditor/ckeditor5-select-all';
package/src/select-all.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/select-all
7
- */
8
- export * from '@ckeditor/ckeditor5-select-all';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/select-all
7
+ */
8
+ export * from '@ckeditor/ckeditor5-select-all';
package/src/typing.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/typing
7
- */
8
- export * from '@ckeditor/ckeditor5-typing';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/typing
7
+ */
8
+ export * from '@ckeditor/ckeditor5-typing';
package/src/typing.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/typing
7
- */
8
- export * from '@ckeditor/ckeditor5-typing';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/typing
7
+ */
8
+ export * from '@ckeditor/ckeditor5-typing';
package/src/ui.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/ui
7
- */
8
- export * from '@ckeditor/ckeditor5-ui';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/ui
7
+ */
8
+ export * from '@ckeditor/ckeditor5-ui';
package/src/ui.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/ui
7
- */
8
- export * from '@ckeditor/ckeditor5-ui';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/ui
7
+ */
8
+ export * from '@ckeditor/ckeditor5-ui';
package/src/undo.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/undo
7
- */
8
- export * from '@ckeditor/ckeditor5-undo';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/undo
7
+ */
8
+ export * from '@ckeditor/ckeditor5-undo';
package/src/undo.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/undo
7
- */
8
- export * from '@ckeditor/ckeditor5-undo';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/undo
7
+ */
8
+ export * from '@ckeditor/ckeditor5-undo';
package/src/upload.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/upload
7
- */
8
- export * from '@ckeditor/ckeditor5-upload';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/upload
7
+ */
8
+ export * from '@ckeditor/ckeditor5-upload';
package/src/upload.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/upload
7
- */
8
- export * from '@ckeditor/ckeditor5-upload';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/upload
7
+ */
8
+ export * from '@ckeditor/ckeditor5-upload';
package/src/utils.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/utils
7
- */
8
- export * from '@ckeditor/ckeditor5-utils';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/utils
7
+ */
8
+ export * from '@ckeditor/ckeditor5-utils';
package/src/utils.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/utils
7
- */
8
- export * from '@ckeditor/ckeditor5-utils';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/utils
7
+ */
8
+ export * from '@ckeditor/ckeditor5-utils';
package/src/watchdog.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/watchdog
7
- */
8
- export * from '@ckeditor/ckeditor5-watchdog';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/watchdog
7
+ */
8
+ export * from '@ckeditor/ckeditor5-watchdog';
package/src/watchdog.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/watchdog
7
- */
8
- export * from '@ckeditor/ckeditor5-watchdog';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/watchdog
7
+ */
8
+ export * from '@ckeditor/ckeditor5-watchdog';
package/src/widget.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/widget
7
- */
8
- export * from '@ckeditor/ckeditor5-widget';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/widget
7
+ */
8
+ export * from '@ckeditor/ckeditor5-widget';
package/src/widget.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, 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
- * @module ckeditor5/widget
7
- */
8
- export * from '@ckeditor/ckeditor5-widget';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, 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
+ * @module ckeditor5/widget
7
+ */
8
+ export * from '@ckeditor/ckeditor5-widget';