@ckeditor/ckeditor5-ui 47.0.0-alpha.5 → 47.0.0-alpha.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-ui",
3
- "version": "47.0.0-alpha.5",
3
+ "version": "47.0.0-alpha.7",
4
4
  "description": "The UI framework and standard UI library of CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -17,11 +17,11 @@
17
17
  "type": "module",
18
18
  "main": "src/index.js",
19
19
  "dependencies": {
20
- "@ckeditor/ckeditor5-core": "47.0.0-alpha.5",
21
- "@ckeditor/ckeditor5-editor-multi-root": "47.0.0-alpha.5",
22
- "@ckeditor/ckeditor5-engine": "47.0.0-alpha.5",
23
- "@ckeditor/ckeditor5-icons": "47.0.0-alpha.5",
24
- "@ckeditor/ckeditor5-utils": "47.0.0-alpha.5",
20
+ "@ckeditor/ckeditor5-core": "47.0.0-alpha.7",
21
+ "@ckeditor/ckeditor5-editor-multi-root": "47.0.0-alpha.7",
22
+ "@ckeditor/ckeditor5-engine": "47.0.0-alpha.7",
23
+ "@ckeditor/ckeditor5-icons": "47.0.0-alpha.7",
24
+ "@ckeditor/ckeditor5-utils": "47.0.0-alpha.7",
25
25
  "@types/color-convert": "2.0.4",
26
26
  "color-convert": "3.1.0",
27
27
  "color-parse": "2.0.2",
@@ -417,7 +417,8 @@ export declare const MenuBarMenuViewPanelPositioningFunctions: Record<string, Po
417
417
  * groupId: 'aiTools',
418
418
  * items: [
419
419
  * 'menuBar:aiAssistant',
420
- * 'menuBar:aiCommands'
420
+ * 'menuBar:aiCommands',
421
+ * 'menuBar:toggleAi'
421
422
  * ]
422
423
  * },
423
424
  * {
@@ -645,7 +645,8 @@ export const MenuBarMenuViewPanelPositioningFunctions = {
645
645
  * groupId: 'aiTools',
646
646
  * items: [
647
647
  * 'menuBar:aiAssistant',
648
- * 'menuBar:aiCommands'
648
+ * 'menuBar:aiCommands',
649
+ * 'menuBar:toggleAi'
649
650
  * ]
650
651
  * },
651
652
  * {
@@ -919,7 +920,8 @@ export const DefaultMenuBarItems = [
919
920
  groupId: 'aiTools',
920
921
  items: [
921
922
  'menuBar:aiAssistant',
922
- 'menuBar:aiCommands'
923
+ 'menuBar:aiCommands',
924
+ 'menuBar:toggleAi'
923
925
  ]
924
926
  },
925
927
  {