@ckeditor/ckeditor5-ui 47.0.0-alpha.6 → 47.0.0-alpha.8
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
|
@@ -13185,7 +13185,8 @@ const NESTED_PANEL_HORIZONTAL_OFFSET = 5;
|
|
|
13185
13185
|
* items: [
|
|
13186
13186
|
* 'menuBar:aiAssistant',
|
|
13187
13187
|
* 'menuBar:aiCommands',
|
|
13188
|
-
* 'menuBar:toggleAi'
|
|
13188
|
+
* 'menuBar:toggleAi',
|
|
13189
|
+
* 'menuBar:aiQuickActions'
|
|
13189
13190
|
* ]
|
|
13190
13191
|
* },
|
|
13191
13192
|
* {
|
|
@@ -13459,7 +13460,8 @@ const DefaultMenuBarItems = [
|
|
|
13459
13460
|
items: [
|
|
13460
13461
|
'menuBar:aiAssistant',
|
|
13461
13462
|
'menuBar:aiCommands',
|
|
13462
|
-
'menuBar:toggleAi'
|
|
13463
|
+
'menuBar:toggleAi',
|
|
13464
|
+
'menuBar:aiQuickActions'
|
|
13463
13465
|
]
|
|
13464
13466
|
},
|
|
13465
13467
|
{
|