@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/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/src/menubar/utils.d.ts +2 -1
- package/src/menubar/utils.js +4 -2
package/dist/index.js
CHANGED
|
@@ -13184,7 +13184,8 @@ const NESTED_PANEL_HORIZONTAL_OFFSET = 5;
|
|
|
13184
13184
|
* groupId: 'aiTools',
|
|
13185
13185
|
* items: [
|
|
13186
13186
|
* 'menuBar:aiAssistant',
|
|
13187
|
-
* 'menuBar:aiCommands'
|
|
13187
|
+
* 'menuBar:aiCommands',
|
|
13188
|
+
* 'menuBar:toggleAi'
|
|
13188
13189
|
* ]
|
|
13189
13190
|
* },
|
|
13190
13191
|
* {
|
|
@@ -13457,7 +13458,8 @@ const DefaultMenuBarItems = [
|
|
|
13457
13458
|
groupId: 'aiTools',
|
|
13458
13459
|
items: [
|
|
13459
13460
|
'menuBar:aiAssistant',
|
|
13460
|
-
'menuBar:aiCommands'
|
|
13461
|
+
'menuBar:aiCommands',
|
|
13462
|
+
'menuBar:toggleAi'
|
|
13461
13463
|
]
|
|
13462
13464
|
},
|
|
13463
13465
|
{
|