@ckeditor/ckeditor5-restricted-editing 44.0.0 → 44.1.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 (43) hide show
  1. package/dist/augmentation.d.ts +1 -1
  2. package/dist/index.d.ts +1 -1
  3. package/dist/index.js +1 -1
  4. package/dist/index.js.map +1 -1
  5. package/dist/restrictededitingconfig.d.ts +1 -1
  6. package/dist/restrictededitingexceptioncommand.d.ts +1 -1
  7. package/dist/restrictededitingmode/converters.d.ts +1 -1
  8. package/dist/restrictededitingmode/utils.d.ts +1 -1
  9. package/dist/restrictededitingmode.d.ts +1 -1
  10. package/dist/restrictededitingmodeediting.d.ts +1 -1
  11. package/dist/restrictededitingmodenavigationcommand.d.ts +1 -1
  12. package/dist/restrictededitingmodeui.d.ts +1 -1
  13. package/dist/standardeditingmode.d.ts +1 -1
  14. package/dist/standardeditingmodeediting.d.ts +1 -1
  15. package/dist/standardeditingmodeui.d.ts +1 -1
  16. package/package.json +6 -6
  17. package/src/augmentation.d.ts +1 -1
  18. package/src/augmentation.js +1 -1
  19. package/src/index.d.ts +1 -1
  20. package/src/index.js +1 -1
  21. package/src/restrictededitingconfig.d.ts +1 -1
  22. package/src/restrictededitingconfig.js +1 -1
  23. package/src/restrictededitingexceptioncommand.d.ts +1 -1
  24. package/src/restrictededitingexceptioncommand.js +1 -1
  25. package/src/restrictededitingmode/converters.d.ts +1 -1
  26. package/src/restrictededitingmode/converters.js +1 -1
  27. package/src/restrictededitingmode/utils.d.ts +1 -1
  28. package/src/restrictededitingmode/utils.js +1 -1
  29. package/src/restrictededitingmode.d.ts +1 -1
  30. package/src/restrictededitingmode.js +1 -1
  31. package/src/restrictededitingmodeediting.d.ts +1 -1
  32. package/src/restrictededitingmodeediting.js +1 -1
  33. package/src/restrictededitingmodenavigationcommand.d.ts +1 -1
  34. package/src/restrictededitingmodenavigationcommand.js +1 -1
  35. package/src/restrictededitingmodeui.d.ts +1 -1
  36. package/src/restrictededitingmodeui.js +1 -1
  37. package/src/standardeditingmode.d.ts +1 -1
  38. package/src/standardeditingmode.js +1 -1
  39. package/src/standardeditingmodeediting.d.ts +1 -1
  40. package/src/standardeditingmodeediting.js +1 -1
  41. package/src/standardeditingmodeui.d.ts +1 -1
  42. package/src/standardeditingmodeui.js +1 -1
  43. package/theme/restrictedediting.css +1 -1
@@ -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-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  import type { RestrictedEditingMode, RestrictedEditingModeEditing, RestrictedEditingModeUI, StandardEditingMode, StandardEditingModeEditing, StandardEditingModeUI, RestrictedEditingConfig, RestrictedEditingExceptionCommand, RestrictedEditingModeNavigationCommand } from './index.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-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module restricted-editing
package/dist/index.js CHANGED
@@ -91,7 +91,7 @@ import { Collection } from '@ckeditor/ckeditor5-utils/dist/index.js';
91
91
 
92
92
  /**
93
93
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
94
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
94
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
95
95
  */ /**
96
96
  * @module restricted-editing/restrictededitingmode/utils
97
97
  */ /**