@ckeditor/ckeditor5-editor-multi-root 44.0.0 → 44.1.0-alpha.1
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.
- package/dist/augmentation.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/multirooteditor.d.ts +1 -1
- package/dist/multirooteditorui.d.ts +1 -1
- package/dist/multirooteditoruiview.d.ts +1 -1
- package/package.json +6 -6
- package/src/augmentation.d.ts +1 -1
- package/src/augmentation.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/multirooteditor.d.ts +1 -1
- package/src/multirooteditor.js +1 -1
- package/src/multirooteditorui.d.ts +1 -1
- package/src/multirooteditorui.js +1 -1
- package/src/multirooteditoruiview.d.ts +1 -1
- package/src/multirooteditoruiview.js +1 -1
package/dist/augmentation.d.ts
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
*/
|
5
5
|
/**
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
8
8
|
*/
|
9
9
|
import { type RootAttributes } from './multirooteditor.js';
|
10
10
|
declare module '@ckeditor/ckeditor5-core' {
|
package/dist/index.d.ts
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
*/
|
5
5
|
/**
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
8
8
|
*/
|
9
9
|
/**
|
10
10
|
* @module editor-multi-root
|