@worktile/theia 19.3.0 → 19.3.2
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.
|
@@ -9991,7 +9991,7 @@ const createColorPlugin = (locale) => createPluginFactory({
|
|
|
9991
9991
|
key: MarkTypes.color,
|
|
9992
9992
|
icon: 'color-tt',
|
|
9993
9993
|
name: locale().fontColor,
|
|
9994
|
-
type: ToolbarItemType.
|
|
9994
|
+
type: ToolbarItemType.default,
|
|
9995
9995
|
dropdownMode: DropdownMode.icon,
|
|
9996
9996
|
iconComponent: TheColorToolbarItem,
|
|
9997
9997
|
active: editor => ColorEditor.getActiveColor(editor, MarkTypes.color)
|
|
@@ -10000,7 +10000,7 @@ const createColorPlugin = (locale) => createPluginFactory({
|
|
|
10000
10000
|
key: MarkTypes.backgroundColor,
|
|
10001
10001
|
icon: 'background-tt',
|
|
10002
10002
|
name: locale().backgroundColor,
|
|
10003
|
-
type: ToolbarItemType.
|
|
10003
|
+
type: ToolbarItemType.default,
|
|
10004
10004
|
dropdownMode: DropdownMode.icon,
|
|
10005
10005
|
iconComponent: TheColorToolbarItem,
|
|
10006
10006
|
active: editor => ColorEditor.getActiveColor(editor, MarkTypes.backgroundColor)
|
|
@@ -17404,7 +17404,7 @@ const createTablePlugin = (locale) => createPluginFactory({
|
|
|
17404
17404
|
key: ElementKinds.table,
|
|
17405
17405
|
icon: 'table-border-all',
|
|
17406
17406
|
name: locale().table,
|
|
17407
|
-
type: ToolbarItemType.
|
|
17407
|
+
type: ToolbarItemType.default,
|
|
17408
17408
|
dropdownMode: DropdownMode.icon,
|
|
17409
17409
|
iconComponent: TheTableToolbarItem,
|
|
17410
17410
|
execute: editor => TableEditor.insertTable(editor),
|