@remirror/messages
Advanced tools
Comparing version 2.0.6 to 3.0.0-beta.0
@@ -1,9 +0,9 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const COPY_LABEL: MessageDescriptor; | ||
export declare const COPY_DESCRIPTION: MessageDescriptor; | ||
export declare const CUT_LABEL: MessageDescriptor; | ||
export declare const CUT_DESCRIPTION: MessageDescriptor; | ||
export declare const PASTE_LABEL: MessageDescriptor; | ||
export declare const PASTE_DESCRIPTION: MessageDescriptor; | ||
export declare const SELECT_ALL_LABEL: MessageDescriptor; | ||
export declare const SELECT_ALL_DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const COPY_LABEL: RemirrorMessage; | ||
export declare const COPY_DESCRIPTION: RemirrorMessage; | ||
export declare const CUT_LABEL: RemirrorMessage; | ||
export declare const CUT_DESCRIPTION: RemirrorMessage; | ||
export declare const PASTE_LABEL: RemirrorMessage; | ||
export declare const PASTE_DESCRIPTION: RemirrorMessage; | ||
export declare const SELECT_ALL_LABEL: RemirrorMessage; | ||
export declare const SELECT_ALL_DESCRIPTION: RemirrorMessage; |
@@ -1,20 +0,20 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const ESCAPE_KEY: MessageDescriptor; | ||
export declare const COMMAND_KEY: MessageDescriptor; | ||
export declare const CONTROL_KEY: MessageDescriptor; | ||
export declare const ENTER_KEY: MessageDescriptor; | ||
export declare const SHIFT_KEY: MessageDescriptor; | ||
export declare const ALT_KEY: MessageDescriptor; | ||
export declare const CAPS_LOCK_KEY: MessageDescriptor; | ||
export declare const BACKSPACE_KEY: MessageDescriptor; | ||
export declare const TAB_KEY: MessageDescriptor; | ||
export declare const SPACE_KEY: MessageDescriptor; | ||
export declare const DELETE_KEY: MessageDescriptor; | ||
export declare const PAGE_UP_KEY: MessageDescriptor; | ||
export declare const PAGE_DOWN_KEY: MessageDescriptor; | ||
export declare const HOME_KEY: MessageDescriptor; | ||
export declare const END_KEY: MessageDescriptor; | ||
export declare const ARROW_LEFT_KEY: MessageDescriptor; | ||
export declare const ARROW_RIGHT_KEY: MessageDescriptor; | ||
export declare const ARROW_UP_KEY: MessageDescriptor; | ||
export declare const ARROW_DOWN_KEY: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const ESCAPE_KEY: RemirrorMessage; | ||
export declare const COMMAND_KEY: RemirrorMessage; | ||
export declare const CONTROL_KEY: RemirrorMessage; | ||
export declare const ENTER_KEY: RemirrorMessage; | ||
export declare const SHIFT_KEY: RemirrorMessage; | ||
export declare const ALT_KEY: RemirrorMessage; | ||
export declare const CAPS_LOCK_KEY: RemirrorMessage; | ||
export declare const BACKSPACE_KEY: RemirrorMessage; | ||
export declare const TAB_KEY: RemirrorMessage; | ||
export declare const SPACE_KEY: RemirrorMessage; | ||
export declare const DELETE_KEY: RemirrorMessage; | ||
export declare const PAGE_UP_KEY: RemirrorMessage; | ||
export declare const PAGE_DOWN_KEY: RemirrorMessage; | ||
export declare const HOME_KEY: RemirrorMessage; | ||
export declare const END_KEY: RemirrorMessage; | ||
export declare const ARROW_LEFT_KEY: RemirrorMessage; | ||
export declare const ARROW_RIGHT_KEY: RemirrorMessage; | ||
export declare const ARROW_UP_KEY: RemirrorMessage; | ||
export declare const ARROW_DOWN_KEY: RemirrorMessage; |
@@ -1,4 +0,4 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const ADD_ANNOTATION: MessageDescriptor; | ||
export declare const UPDATE_ANNOTATION: MessageDescriptor; | ||
export declare const REMOVE_ANNOTATION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const ADD_ANNOTATION: RemirrorMessage; | ||
export declare const UPDATE_ANNOTATION: RemirrorMessage; | ||
export declare const REMOVE_ANNOTATION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,2 +0,2 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const INSERT_EMOJI_LABEL: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const INSERT_EMOJI_LABEL: RemirrorMessage; |
@@ -1,7 +0,7 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const SET_LABEL: MessageDescriptor; | ||
export declare const SET_DESCRIPTION: MessageDescriptor; | ||
export declare const INCREASE_LABEL: MessageDescriptor; | ||
export declare const INCREASE_DESCRIPTION: MessageDescriptor; | ||
export declare const DECREASE_LABEL: MessageDescriptor; | ||
export declare const DECREASE_DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const SET_LABEL: RemirrorMessage; | ||
export declare const SET_DESCRIPTION: RemirrorMessage; | ||
export declare const INCREASE_LABEL: RemirrorMessage; | ||
export declare const INCREASE_DESCRIPTION: RemirrorMessage; | ||
export declare const DECREASE_LABEL: RemirrorMessage; | ||
export declare const DECREASE_DESCRIPTION: RemirrorMessage; |
@@ -1,2 +0,2 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; |
@@ -1,5 +0,5 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const UNDO_LABEL: MessageDescriptor; | ||
export declare const UNDO_DESCRIPTION: MessageDescriptor; | ||
export declare const REDO_LABEL: MessageDescriptor; | ||
export declare const REDO_DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const UNDO_LABEL: RemirrorMessage; | ||
export declare const UNDO_DESCRIPTION: RemirrorMessage; | ||
export declare const REDO_LABEL: RemirrorMessage; | ||
export declare const REDO_DESCRIPTION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,4 +0,4 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const ORDERED_LIST_LABEL: MessageDescriptor; | ||
export declare const BULLET_LIST_LABEL: MessageDescriptor; | ||
export declare const TASK_LIST_LABEL: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const ORDERED_LIST_LABEL: RemirrorMessage; | ||
export declare const BULLET_LIST_LABEL: RemirrorMessage; | ||
export declare const TASK_LIST_LABEL: RemirrorMessage; |
@@ -1,7 +0,7 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const INCREASE_INDENT_LABEL: MessageDescriptor; | ||
export declare const DECREASE_INDENT_LABEL: MessageDescriptor; | ||
export declare const CENTER_ALIGN_LABEL: MessageDescriptor; | ||
export declare const JUSTIFY_ALIGN_LABEL: MessageDescriptor; | ||
export declare const RIGHT_ALIGN_LABEL: MessageDescriptor; | ||
export declare const LEFT_ALIGN_LABEL: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const INCREASE_INDENT_LABEL: RemirrorMessage; | ||
export declare const DECREASE_INDENT_LABEL: RemirrorMessage; | ||
export declare const CENTER_ALIGN_LABEL: RemirrorMessage; | ||
export declare const JUSTIFY_ALIGN_LABEL: RemirrorMessage; | ||
export declare const RIGHT_ALIGN_LABEL: RemirrorMessage; | ||
export declare const LEFT_ALIGN_LABEL: RemirrorMessage; |
@@ -1,5 +0,5 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const INSERT_LABEL: MessageDescriptor; | ||
export declare const INSERT_DESCRIPTION: MessageDescriptor; | ||
export declare const CONVERT_LABEL: MessageDescriptor; | ||
export declare const CONVERT_DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const INSERT_LABEL: RemirrorMessage; | ||
export declare const INSERT_DESCRIPTION: RemirrorMessage; | ||
export declare const CONVERT_LABEL: RemirrorMessage; | ||
export declare const CONVERT_DESCRIPTION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,2 +0,2 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; |
@@ -1,2 +0,2 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; |
@@ -1,11 +0,11 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const CREATE_COMMAND_LABEL: MessageDescriptor; | ||
export declare const CREATE_COMMAND_DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const CREATE_COMMAND_LABEL: RemirrorMessage; | ||
export declare const CREATE_COMMAND_DESCRIPTION: RemirrorMessage; | ||
/** | ||
* Takes a `{ count: number }` value to denote the number of columns. | ||
*/ | ||
export declare const COLUMN_COUNT: MessageDescriptor; | ||
export declare const COLUMN_COUNT: RemirrorMessage; | ||
/** | ||
* Takes a `{ count: number }` value to denote the number of rows. | ||
*/ | ||
export declare const ROW_COUNT: MessageDescriptor; | ||
export declare const ROW_COUNT: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const TOGGLE_LABEL: MessageDescriptor; | ||
export declare const SET_LABEL: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const TOGGLE_LABEL: RemirrorMessage; | ||
export declare const SET_LABEL: RemirrorMessage; |
@@ -1,32 +0,32 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const SET_COLOR_LABEL: MessageDescriptor; | ||
export declare const SET_COLOR_DESCRIPTION: MessageDescriptor; | ||
export declare const TRANSPARENT: MessageDescriptor; | ||
export declare const WHITE: MessageDescriptor; | ||
export declare const BLACK: MessageDescriptor; | ||
export declare const GRAY: MessageDescriptor; | ||
export declare const GRAY_HUE: MessageDescriptor; | ||
export declare const RED: MessageDescriptor; | ||
export declare const RED_HUE: MessageDescriptor; | ||
export declare const PINK: MessageDescriptor; | ||
export declare const PINK_HUE: MessageDescriptor; | ||
export declare const GRAPE: MessageDescriptor; | ||
export declare const GRAPE_HUE: MessageDescriptor; | ||
export declare const VIOLET: MessageDescriptor; | ||
export declare const VIOLET_HUE: MessageDescriptor; | ||
export declare const INDIGO: MessageDescriptor; | ||
export declare const INDIGO_HUE: MessageDescriptor; | ||
export declare const BLUE: MessageDescriptor; | ||
export declare const BLUE_HUE: MessageDescriptor; | ||
export declare const CYAN: MessageDescriptor; | ||
export declare const CYAN_HUE: MessageDescriptor; | ||
export declare const TEAL: MessageDescriptor; | ||
export declare const TEAL_HUE: MessageDescriptor; | ||
export declare const GREEN: MessageDescriptor; | ||
export declare const GREEN_HUE: MessageDescriptor; | ||
export declare const LIME: MessageDescriptor; | ||
export declare const LIME_HUE: MessageDescriptor; | ||
export declare const YELLOW: MessageDescriptor; | ||
export declare const YELLOW_HUE: MessageDescriptor; | ||
export declare const ORANGE: MessageDescriptor; | ||
export declare const ORANGE_HUE: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const SET_COLOR_LABEL: RemirrorMessage; | ||
export declare const SET_COLOR_DESCRIPTION: RemirrorMessage; | ||
export declare const TRANSPARENT: RemirrorMessage; | ||
export declare const WHITE: RemirrorMessage; | ||
export declare const BLACK: RemirrorMessage; | ||
export declare const GRAY: RemirrorMessage; | ||
export declare const GRAY_HUE: RemirrorMessage; | ||
export declare const RED: RemirrorMessage; | ||
export declare const RED_HUE: RemirrorMessage; | ||
export declare const PINK: RemirrorMessage; | ||
export declare const PINK_HUE: RemirrorMessage; | ||
export declare const GRAPE: RemirrorMessage; | ||
export declare const GRAPE_HUE: RemirrorMessage; | ||
export declare const VIOLET: RemirrorMessage; | ||
export declare const VIOLET_HUE: RemirrorMessage; | ||
export declare const INDIGO: RemirrorMessage; | ||
export declare const INDIGO_HUE: RemirrorMessage; | ||
export declare const BLUE: RemirrorMessage; | ||
export declare const BLUE_HUE: RemirrorMessage; | ||
export declare const CYAN: RemirrorMessage; | ||
export declare const CYAN_HUE: RemirrorMessage; | ||
export declare const TEAL: RemirrorMessage; | ||
export declare const TEAL_HUE: RemirrorMessage; | ||
export declare const GREEN: RemirrorMessage; | ||
export declare const GREEN_HUE: RemirrorMessage; | ||
export declare const LIME: RemirrorMessage; | ||
export declare const LIME_HUE: RemirrorMessage; | ||
export declare const YELLOW: RemirrorMessage; | ||
export declare const YELLOW_HUE: RemirrorMessage; | ||
export declare const ORANGE: RemirrorMessage; | ||
export declare const ORANGE_HUE: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -1,3 +0,3 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const LABEL: RemirrorMessage; | ||
export declare const DESCRIPTION: RemirrorMessage; |
@@ -30,2 +30,1 @@ export * as CoreMessages from './core-messages'; | ||
export * as ReactComponentMessages from './react-components-messages'; | ||
export type { MessageDescriptor } from '@lingui/core'; |
@@ -1,2 +0,2 @@ | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const NO_ITEMS_AVAILABLE: MessageDescriptor; | ||
import type { RemirrorMessage } from '@remirror/core-types'; | ||
export declare const NO_ITEMS_AVAILABLE: RemirrorMessage; |
@@ -1,56 +0,40 @@ | ||
const COPY_LABEL = | ||
/*i18n*/ | ||
{ | ||
const COPY_LABEL = /*i18n*/{ | ||
id: 'extension.command.copy.label', | ||
message: 'Copy', | ||
comment: 'Label for copy command.' | ||
comment: 'Label for copy command.', | ||
message: 'Copy' | ||
}; | ||
const COPY_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const COPY_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.copy.description', | ||
message: 'Copy the selected text', | ||
comment: 'Description for copy command.' | ||
comment: 'Description for copy command.', | ||
message: 'Copy the selected text' | ||
}; | ||
const CUT_LABEL = | ||
/*i18n*/ | ||
{ | ||
const CUT_LABEL = /*i18n*/{ | ||
id: 'extension.command.cut.label', | ||
message: 'Cut', | ||
comment: 'Label for cut command.' | ||
comment: 'Label for cut command.', | ||
message: 'Cut' | ||
}; | ||
const CUT_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const CUT_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.cut.description', | ||
message: 'Cut the selected text', | ||
comment: 'Description for cut command.' | ||
comment: 'Description for cut command.', | ||
message: 'Cut the selected text' | ||
}; | ||
const PASTE_LABEL = | ||
/*i18n*/ | ||
{ | ||
const PASTE_LABEL = /*i18n*/{ | ||
id: 'extension.command.paste.label', | ||
message: 'Paste', | ||
comment: 'Label for paste command.' | ||
comment: 'Label for paste command.', | ||
message: 'Paste' | ||
}; | ||
const PASTE_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const PASTE_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.paste.description', | ||
message: 'Paste content into the editor', | ||
comment: 'Description for paste command.' | ||
comment: 'Description for paste command.', | ||
message: 'Paste content into the editor' | ||
}; | ||
const SELECT_ALL_LABEL = | ||
/*i18n*/ | ||
{ | ||
const SELECT_ALL_LABEL = /*i18n*/{ | ||
id: 'extension.command.select-all.label', | ||
message: 'Select all', | ||
comment: 'Label for select all command.' | ||
comment: 'Label for select all command.', | ||
message: 'Select all' | ||
}; | ||
const SELECT_ALL_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const SELECT_ALL_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.select-all.description', | ||
message: 'Select all content within the editor', | ||
comment: 'Description for select all command.' | ||
comment: 'Description for select all command.', | ||
message: 'Select all content within the editor' | ||
}; | ||
@@ -70,134 +54,96 @@ | ||
const ESCAPE_KEY = | ||
/*i18n*/ | ||
{ | ||
const ESCAPE_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.escape', | ||
message: 'Enter', | ||
comment: 'Label for escape key in shortcuts.' | ||
comment: 'Label for escape key in shortcuts.', | ||
message: 'Enter' | ||
}; | ||
const COMMAND_KEY = | ||
/*i18n*/ | ||
{ | ||
const COMMAND_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.command', | ||
message: 'Command', | ||
comment: 'Label for command key in shortcuts.' | ||
comment: 'Label for command key in shortcuts.', | ||
message: 'Command' | ||
}; | ||
const CONTROL_KEY = | ||
/*i18n*/ | ||
{ | ||
const CONTROL_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.control', | ||
message: 'Control', | ||
comment: 'Label for control key in shortcuts.' | ||
comment: 'Label for control key in shortcuts.', | ||
message: 'Control' | ||
}; | ||
const ENTER_KEY = | ||
/*i18n*/ | ||
{ | ||
const ENTER_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.enter', | ||
message: 'Enter', | ||
comment: 'Label for enter key in shortcuts.' | ||
comment: 'Label for enter key in shortcuts.', | ||
message: 'Enter' | ||
}; | ||
const SHIFT_KEY = | ||
/*i18n*/ | ||
{ | ||
const SHIFT_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.shift', | ||
message: 'Shift', | ||
comment: 'Label for shift key in shortcuts.' | ||
comment: 'Label for shift key in shortcuts.', | ||
message: 'Shift' | ||
}; | ||
const ALT_KEY = | ||
/*i18n*/ | ||
{ | ||
const ALT_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.alt', | ||
message: 'Alt', | ||
comment: 'Label for alt key in shortcuts.' | ||
comment: 'Label for alt key in shortcuts.', | ||
message: 'Alt' | ||
}; | ||
const CAPS_LOCK_KEY = | ||
/*i18n*/ | ||
{ | ||
const CAPS_LOCK_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.capsLock', | ||
message: 'Caps Lock', | ||
comment: 'Label for caps lock key in shortcuts.' | ||
comment: 'Label for caps lock key in shortcuts.', | ||
message: 'Caps Lock' | ||
}; | ||
const BACKSPACE_KEY = | ||
/*i18n*/ | ||
{ | ||
const BACKSPACE_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.backspace', | ||
message: 'Backspace', | ||
comment: 'Label for backspace key in shortcuts.' | ||
comment: 'Label for backspace key in shortcuts.', | ||
message: 'Backspace' | ||
}; | ||
const TAB_KEY = | ||
/*i18n*/ | ||
{ | ||
const TAB_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.tab', | ||
message: 'Tab', | ||
comment: 'Label for tab key in shortcuts.' | ||
comment: 'Label for tab key in shortcuts.', | ||
message: 'Tab' | ||
}; | ||
const SPACE_KEY = | ||
/*i18n*/ | ||
{ | ||
const SPACE_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.space', | ||
message: 'Space', | ||
comment: 'Label for space key in shortcuts.' | ||
comment: 'Label for space key in shortcuts.', | ||
message: 'Space' | ||
}; | ||
const DELETE_KEY = | ||
/*i18n*/ | ||
{ | ||
const DELETE_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.delete', | ||
message: 'Delete', | ||
comment: 'Label for delete key in shortcuts.' | ||
comment: 'Label for delete key in shortcuts.', | ||
message: 'Delete' | ||
}; | ||
const PAGE_UP_KEY = | ||
/*i18n*/ | ||
{ | ||
const PAGE_UP_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.pageUp', | ||
message: 'Page Up', | ||
comment: 'Label for page up key in shortcuts.' | ||
comment: 'Label for page up key in shortcuts.', | ||
message: 'Page Up' | ||
}; | ||
const PAGE_DOWN_KEY = | ||
/*i18n*/ | ||
{ | ||
const PAGE_DOWN_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.pageDown', | ||
message: 'Page Down', | ||
comment: 'Label for page down key in shortcuts.' | ||
comment: 'Label for page down key in shortcuts.', | ||
message: 'Page Down' | ||
}; | ||
const HOME_KEY = | ||
/*i18n*/ | ||
{ | ||
const HOME_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.home', | ||
message: 'Home', | ||
comment: 'Label for home key in shortcuts.' | ||
comment: 'Label for home key in shortcuts.', | ||
message: 'Home' | ||
}; | ||
const END_KEY = | ||
/*i18n*/ | ||
{ | ||
const END_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.end', | ||
message: 'End', | ||
comment: 'Label for end key in shortcuts.' | ||
comment: 'Label for end key in shortcuts.', | ||
message: 'End' | ||
}; | ||
const ARROW_LEFT_KEY = | ||
/*i18n*/ | ||
{ | ||
const ARROW_LEFT_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.arrowLeft', | ||
message: 'Arrow Left', | ||
comment: 'Label for arrow left key in shortcuts.' | ||
comment: 'Label for arrow left key in shortcuts.', | ||
message: 'Arrow Left' | ||
}; | ||
const ARROW_RIGHT_KEY = | ||
/*i18n*/ | ||
{ | ||
const ARROW_RIGHT_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.arrowRight', | ||
message: 'Arrow Right', | ||
comment: 'Label for arrow right key in shortcuts.' | ||
comment: 'Label for arrow right key in shortcuts.', | ||
message: 'Arrow Right' | ||
}; | ||
const ARROW_UP_KEY = | ||
/*i18n*/ | ||
{ | ||
const ARROW_UP_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.arrowUp', | ||
message: 'Arrow Up', | ||
comment: 'Label for arrow up key in shortcuts.' | ||
comment: 'Label for arrow up key in shortcuts.', | ||
message: 'Arrow Up' | ||
}; | ||
const ARROW_DOWN_KEY = | ||
/*i18n*/ | ||
{ | ||
const ARROW_DOWN_KEY = /*i18n*/{ | ||
id: 'keyboard.shortcut.arrowDown', | ||
message: 'Arrow Down', | ||
comment: 'Label for arrowDown key in shortcuts.' | ||
comment: 'Label for arrowDown key in shortcuts.', | ||
message: 'Arrow Down' | ||
}; | ||
@@ -228,22 +174,16 @@ | ||
const ADD_ANNOTATION = | ||
/*i18n*/ | ||
{ | ||
const ADD_ANNOTATION = /*i18n*/{ | ||
id: 'extension.command.add-annotation.label', | ||
message: 'Add annotation', | ||
comment: 'Label for adding an annotation.' | ||
comment: 'Label for adding an annotation.', | ||
message: 'Add annotation' | ||
}; | ||
const UPDATE_ANNOTATION = | ||
/*i18n*/ | ||
{ | ||
const UPDATE_ANNOTATION = /*i18n*/{ | ||
id: 'extension.command.update-annotation.label', | ||
message: 'Update annotation', | ||
comment: 'Label for updating an annotation.' | ||
comment: 'Label for updating an annotation.', | ||
message: 'Update annotation' | ||
}; | ||
const REMOVE_ANNOTATION = | ||
/*i18n*/ | ||
{ | ||
const REMOVE_ANNOTATION = /*i18n*/{ | ||
id: 'extension.command.remove-annotation.label', | ||
message: 'Remove annotation', | ||
comment: 'Label for removing an annotation.' | ||
comment: 'Label for removing an annotation.', | ||
message: 'Remove annotation' | ||
}; | ||
@@ -258,15 +198,15 @@ | ||
const LABEL$f = | ||
/*i18n*/ | ||
{ | ||
const LABEL$f = /*i18n*/{ | ||
id: 'extension.command.set-text-direction.label', | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}}", | ||
comment: 'Label for setting the text direction.' | ||
comment: 'Label for setting the text direction.', | ||
message: `{dir, select, ltr {Left-To-Right} | ||
rtl {Right-To-Left} | ||
other {Reset Direction}}` | ||
}; | ||
const DESCRIPTION$c = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$c = /*i18n*/{ | ||
id: 'extension.command.set-text-direction.description', | ||
message: "{dir, select, ltr {Set the text direction from left to right}\nrtl {Set the text direction from right to left}\nother {Reset text direction}}", | ||
comment: 'Description for setting the text direction.' | ||
comment: 'Description for setting the text direction.', | ||
message: `{dir, select, ltr {Set the text direction from left to right} | ||
rtl {Set the text direction from right to left} | ||
other {Reset text direction}}` | ||
}; | ||
@@ -280,15 +220,11 @@ | ||
const LABEL$e = | ||
/*i18n*/ | ||
{ | ||
const LABEL$e = /*i18n*/{ | ||
id: 'extension.command.toggle-blockquote.label', | ||
message: 'Blockquote', | ||
comment: 'Label for blockquote formatting command.' | ||
comment: 'Label for blockquote formatting command.', | ||
message: 'Blockquote' | ||
}; | ||
const DESCRIPTION$b = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$b = /*i18n*/{ | ||
id: 'extension.command.toggle-blockquote.description', | ||
message: 'Add blockquote formatting to the selected text', | ||
comment: 'Description for blockquote formatting command.' | ||
comment: 'Description for blockquote formatting command.', | ||
message: 'Add blockquote formatting to the selected text' | ||
}; | ||
@@ -302,15 +238,11 @@ | ||
const LABEL$d = | ||
/*i18n*/ | ||
{ | ||
const LABEL$d = /*i18n*/{ | ||
id: 'extension.command.toggle-bold.label', | ||
message: 'Bold', | ||
comment: 'Label for bold formatting command.' | ||
comment: 'Label for bold formatting command.', | ||
message: 'Bold' | ||
}; | ||
const DESCRIPTION$a = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$a = /*i18n*/{ | ||
id: 'extension.command.toggle-bold.description', | ||
message: 'Add bold formatting to the selected text', | ||
comment: 'Description for bold formatting command.' | ||
comment: 'Description for bold formatting command.', | ||
message: 'Add bold formatting to the selected text' | ||
}; | ||
@@ -324,15 +256,19 @@ | ||
const LABEL$c = | ||
/*i18n*/ | ||
{ | ||
const LABEL$c = /*i18n*/{ | ||
id: 'extension.command.toggle-callout.label', | ||
message: "{type, select, info {Information Callout}\nwarning {Warning Callout}\nerror {Error Callout}\nsuccess {Success Callout}\nother {Callout}}", | ||
comment: 'Label for callout command with support for callout types.' | ||
comment: 'Label for callout command with support for callout types.', | ||
message: `{type, select, info {Information Callout} | ||
warning {Warning Callout} | ||
error {Error Callout} | ||
success {Success Callout} | ||
other {Callout}}` | ||
}; | ||
const DESCRIPTION$9 = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$9 = /*i18n*/{ | ||
id: 'extension.command.toggle-callout.description', | ||
message: "{type, select, info {Create an information callout block}\nwarning {Create a warning callout block}\nerror {Create an error callout block}\nsuccess {Create a success callout block}\nother {Create a callout block}}", | ||
comment: 'Description of the callout command with support for callout types.' | ||
comment: 'Description of the callout command with support for callout types.', | ||
message: `{type, select, info {Create an information callout block} | ||
warning {Create a warning callout block} | ||
error {Create an error callout block} | ||
success {Create a success callout block} | ||
other {Create a callout block}}` | ||
}; | ||
@@ -346,15 +282,11 @@ | ||
const LABEL$b = | ||
/*i18n*/ | ||
{ | ||
const LABEL$b = /*i18n*/{ | ||
id: 'extension.command.toggle-code-block.label', | ||
message: 'Codeblock', | ||
comment: 'Label for the code block command.' | ||
comment: 'Label for the code block command.', | ||
message: 'Codeblock' | ||
}; | ||
const DESCRIPTION$8 = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$8 = /*i18n*/{ | ||
id: 'extension.command.toggle-code-block.description', | ||
message: 'Add a code block', | ||
comment: 'Description for the code block command.' | ||
comment: 'Description for the code block command.', | ||
message: 'Add a code block' | ||
}; | ||
@@ -368,15 +300,11 @@ | ||
const LABEL$a = | ||
/*i18n*/ | ||
{ | ||
const LABEL$a = /*i18n*/{ | ||
id: 'extension.command.toggle-code.label', | ||
message: 'Code', | ||
comment: 'Label for the inline code formatting.' | ||
comment: 'Label for the inline code formatting.', | ||
message: 'Code' | ||
}; | ||
const DESCRIPTION$7 = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$7 = /*i18n*/{ | ||
id: 'extension.command.toggle-code.description', | ||
message: 'Add inline code formatting to the selected text', | ||
comment: 'Description for the inline code formatting command.' | ||
comment: 'Description for the inline code formatting command.', | ||
message: 'Add inline code formatting to the selected text' | ||
}; | ||
@@ -390,15 +318,17 @@ | ||
const LABEL$9 = | ||
/*i18n*/ | ||
{ | ||
const LABEL$9 = /*i18n*/{ | ||
id: 'extension.command.toggle-columns.label', | ||
message: "{count, select, 2 {Two Column Block}\n3 {Three Column Block}\n4 {Four Column Block}\nother {Multi Column Block}}", | ||
comment: 'Label for columns command with support for number of columns counts.' | ||
comment: 'Label for columns command with support for number of columns counts.', | ||
message: `{count, select, 2 {Two Column Block} | ||
3 {Three Column Block} | ||
4 {Four Column Block} | ||
other {Multi Column Block}}` | ||
}; | ||
const DESCRIPTION$6 = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$6 = /*i18n*/{ | ||
id: 'extension.command.toggle-columns.description', | ||
message: "{count, select, 2 {Split the block into two columns}\n3 {Split the current block into three columns}\n4 {Split the current block into four columns}\nother {Split the current block into multiple columns}}", | ||
comment: 'Description of the columns command with support for number of columns counts.' | ||
comment: 'Description of the columns command with support for number of columns counts.', | ||
message: `{count, select, 2 {Split the block into two columns} | ||
3 {Split the current block into three columns} | ||
4 {Split the current block into four columns} | ||
other {Split the current block into multiple columns}}` | ||
}; | ||
@@ -412,8 +342,6 @@ | ||
const INSERT_EMOJI_LABEL = | ||
/*i18n*/ | ||
{ | ||
const INSERT_EMOJI_LABEL = /*i18n*/{ | ||
id: 'extension.command.insert-emoji.label', | ||
message: 'Insert Emoji', | ||
comment: 'Label for inserting an emoji.' | ||
comment: 'Label for inserting an emoji.', | ||
message: 'Insert Emoji' | ||
}; | ||
@@ -426,43 +354,31 @@ | ||
const SET_LABEL$1 = | ||
/*i18n*/ | ||
{ | ||
const SET_LABEL$1 = /*i18n*/{ | ||
id: 'extension.command.set-font-size.label', | ||
message: 'Font size', | ||
comment: 'Label for adding a font size.' | ||
comment: 'Label for adding a font size.', | ||
message: 'Font size' | ||
}; | ||
const SET_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const SET_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.set-font-size.description', | ||
message: 'Set the font size for the selected text.', | ||
comment: 'Description for adding a font size.' | ||
comment: 'Description for adding a font size.', | ||
message: 'Set the font size for the selected text.' | ||
}; | ||
const INCREASE_LABEL = | ||
/*i18n*/ | ||
{ | ||
const INCREASE_LABEL = /*i18n*/{ | ||
id: 'extension.command.increase-font-size.label', | ||
message: 'Increase', | ||
comment: 'Label for increasing the font size.' | ||
comment: 'Label for increasing the font size.', | ||
message: 'Increase' | ||
}; | ||
const INCREASE_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const INCREASE_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.increase-font-size.description', | ||
message: 'Increase the font size', | ||
comment: 'Description for increasing the font size.' | ||
comment: 'Description for increasing the font size.', | ||
message: 'Increase the font size' | ||
}; | ||
const DECREASE_LABEL = | ||
/*i18n*/ | ||
{ | ||
const DECREASE_LABEL = /*i18n*/{ | ||
id: 'extension.command.decrease-font-size.label', | ||
message: 'Decrease', | ||
comment: 'Label for decreasing the font size.' | ||
comment: 'Label for decreasing the font size.', | ||
message: 'Decrease' | ||
}; | ||
const DECREASE_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const DECREASE_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.decrease-font-size.description', | ||
message: 'Decrease the font size.', | ||
comment: 'Description for decreasing the font size.' | ||
comment: 'Description for decreasing the font size.', | ||
message: 'Decrease the font size.' | ||
}; | ||
@@ -480,8 +396,12 @@ | ||
const LABEL$8 = | ||
/*i18n*/ | ||
{ | ||
const LABEL$8 = /*i18n*/{ | ||
id: 'extension.command.toggle-heading.label', | ||
message: "{level, select, 1 {Heading 1}\n2 {Heading 2}\n3 {Heading 3}\n4 {Heading 4}\n5 {Heading 5}\n6 {Heading 6}\nother {Heading}}", | ||
comment: 'Label for heading command with support for levels.' | ||
comment: 'Label for heading command with support for levels.', | ||
message: `{level, select, 1 {Heading 1} | ||
2 {Heading 2} | ||
3 {Heading 3} | ||
4 {Heading 4} | ||
5 {Heading 5} | ||
6 {Heading 6} | ||
other {Heading}}` | ||
}; | ||
@@ -494,29 +414,21 @@ | ||
const UNDO_LABEL = | ||
/*i18n*/ | ||
{ | ||
const UNDO_LABEL = /*i18n*/{ | ||
id: 'extension.command.undo.label', | ||
message: 'Undo', | ||
comment: 'Label for undo.' | ||
comment: 'Label for undo.', | ||
message: 'Undo' | ||
}; | ||
const UNDO_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const UNDO_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.undo.description', | ||
message: 'Undo the most recent action', | ||
comment: 'Description for undo.' | ||
comment: 'Description for undo.', | ||
message: 'Undo the most recent action' | ||
}; | ||
const REDO_LABEL = | ||
/*i18n*/ | ||
{ | ||
const REDO_LABEL = /*i18n*/{ | ||
id: 'extension.command.redo.label', | ||
message: 'Redo', | ||
comment: 'Label for redo.' | ||
comment: 'Label for redo.', | ||
message: 'Redo' | ||
}; | ||
const REDO_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const REDO_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.redo.description', | ||
message: 'Redo the most recent action', | ||
comment: 'Description for redo.' | ||
comment: 'Description for redo.', | ||
message: 'Redo the most recent action' | ||
}; | ||
@@ -532,15 +444,11 @@ | ||
const LABEL$7 = | ||
/*i18n*/ | ||
{ | ||
const LABEL$7 = /*i18n*/{ | ||
id: 'extension.command.insert-horizontal-rule.label', | ||
message: 'Divider', | ||
comment: 'Label for inserting a horizontal rule (divider) command.' | ||
comment: 'Label for inserting a horizontal rule (divider) command.', | ||
message: 'Divider' | ||
}; | ||
const DESCRIPTION$5 = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$5 = /*i18n*/{ | ||
id: 'extension.command.insert-horizontal-rule.description', | ||
message: 'Separate content with a diving horizontal line', | ||
comment: 'Description for inserting a horizontal rule (divider) command.' | ||
comment: 'Description for inserting a horizontal rule (divider) command.', | ||
message: 'Separate content with a diving horizontal line' | ||
}; | ||
@@ -554,15 +462,11 @@ | ||
const LABEL$6 = | ||
/*i18n*/ | ||
{ | ||
const LABEL$6 = /*i18n*/{ | ||
id: 'extension.command.toggle-italic.label', | ||
message: 'Italic', | ||
comment: 'Label for italic formatting command.' | ||
comment: 'Label for italic formatting command.', | ||
message: 'Italic' | ||
}; | ||
const DESCRIPTION$4 = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$4 = /*i18n*/{ | ||
id: 'extension.command.toggle-italic.description', | ||
message: 'Italicize the selected text', | ||
comment: 'Description for italic formatting command.' | ||
comment: 'Description for italic formatting command.', | ||
message: 'Italicize the selected text' | ||
}; | ||
@@ -576,22 +480,16 @@ | ||
const ORDERED_LIST_LABEL = | ||
/*i18n*/ | ||
{ | ||
const ORDERED_LIST_LABEL = /*i18n*/{ | ||
id: 'extension.command.toggle-ordered-list.label', | ||
message: 'Ordered list', | ||
comment: 'Label for inserting an ordered list into the editor.' | ||
comment: 'Label for inserting an ordered list into the editor.', | ||
message: 'Ordered list' | ||
}; | ||
const BULLET_LIST_LABEL = | ||
/*i18n*/ | ||
{ | ||
const BULLET_LIST_LABEL = /*i18n*/{ | ||
id: 'extension.command.toggle-bullet-list.description', | ||
message: 'Bulleted list', | ||
comment: 'Description for inserting a bullet list into the editor.' | ||
comment: 'Description for inserting a bullet list into the editor.', | ||
message: 'Bulleted list' | ||
}; | ||
const TASK_LIST_LABEL = | ||
/*i18n*/ | ||
{ | ||
const TASK_LIST_LABEL = /*i18n*/{ | ||
id: 'extension.command.toggle-task-list.description', | ||
message: 'Tasked list', | ||
comment: 'Description for inserting a task list into the editor.' | ||
comment: 'Description for inserting a task list into the editor.', | ||
message: 'Tasked list' | ||
}; | ||
@@ -606,43 +504,31 @@ | ||
const INCREASE_INDENT_LABEL = | ||
/*i18n*/ | ||
{ | ||
const INCREASE_INDENT_LABEL = /*i18n*/{ | ||
id: 'extension.command.increase-indent.label', | ||
message: 'Increase indentation', | ||
comment: 'Label for increasing the indentation level.' | ||
comment: 'Label for increasing the indentation level.', | ||
message: 'Increase indentation' | ||
}; | ||
const DECREASE_INDENT_LABEL = | ||
/*i18n*/ | ||
{ | ||
const DECREASE_INDENT_LABEL = /*i18n*/{ | ||
id: 'extension.command.decrease-indent.label', | ||
message: 'Decrease indentation', | ||
comment: 'Label for decreasing the indentation level of the current node block.' | ||
comment: 'Label for decreasing the indentation level of the current node block.', | ||
message: 'Decrease indentation' | ||
}; | ||
const CENTER_ALIGN_LABEL = | ||
/*i18n*/ | ||
{ | ||
const CENTER_ALIGN_LABEL = /*i18n*/{ | ||
id: 'extension.command.center-align.label', | ||
message: 'Center align', | ||
comment: 'Center align the text in the current node.' | ||
comment: 'Center align the text in the current node.', | ||
message: 'Center align' | ||
}; | ||
const JUSTIFY_ALIGN_LABEL = | ||
/*i18n*/ | ||
{ | ||
const JUSTIFY_ALIGN_LABEL = /*i18n*/{ | ||
id: 'extension.command.justify-align.label', | ||
message: 'Justify', | ||
comment: 'Justify the alignment of the selected nodes.' | ||
comment: 'Justify the alignment of the selected nodes.', | ||
message: 'Justify' | ||
}; | ||
const RIGHT_ALIGN_LABEL = | ||
/*i18n*/ | ||
{ | ||
const RIGHT_ALIGN_LABEL = /*i18n*/{ | ||
id: 'extension.command.right-align.label', | ||
message: 'Right align', | ||
comment: 'Right align the selected nodes.' | ||
comment: 'Right align the selected nodes.', | ||
message: 'Right align' | ||
}; | ||
const LEFT_ALIGN_LABEL = | ||
/*i18n*/ | ||
{ | ||
const LEFT_ALIGN_LABEL = /*i18n*/{ | ||
id: 'extension.command.left-align.label', | ||
message: 'Left align', | ||
comment: 'Left align the selected nodes.' | ||
comment: 'Left align the selected nodes.', | ||
message: 'Left align' | ||
}; | ||
@@ -660,29 +546,21 @@ | ||
const INSERT_LABEL = | ||
/*i18n*/ | ||
{ | ||
const INSERT_LABEL = /*i18n*/{ | ||
id: 'extension.command.insert-paragraph.label', | ||
message: 'Insert Paragraph', | ||
comment: 'Label for inserting a paragraph.' | ||
comment: 'Label for inserting a paragraph.', | ||
message: 'Insert Paragraph' | ||
}; | ||
const INSERT_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const INSERT_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.insert-paragraph.description', | ||
message: 'Insert a new paragraph', | ||
comment: 'Description for inserting a paragraph.' | ||
comment: 'Description for inserting a paragraph.', | ||
message: 'Insert a new paragraph' | ||
}; | ||
const CONVERT_LABEL = | ||
/*i18n*/ | ||
{ | ||
const CONVERT_LABEL = /*i18n*/{ | ||
id: 'extension.command.convert-paragraph.label', | ||
message: 'Convert Paragraph', | ||
comment: 'Label for converting the current node into a paragraph.' | ||
comment: 'Label for converting the current node into a paragraph.', | ||
message: 'Convert Paragraph' | ||
}; | ||
const CONVERT_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const CONVERT_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.convert-paragraph.description', | ||
message: 'Convert current block into a paragraph block.', | ||
comment: 'Description for converting a paragraph.' | ||
comment: 'Description for converting a paragraph.', | ||
message: 'Convert current block into a paragraph block.' | ||
}; | ||
@@ -698,15 +576,11 @@ | ||
const LABEL$5 = | ||
/*i18n*/ | ||
{ | ||
const LABEL$5 = /*i18n*/{ | ||
id: 'extension.command.toggle-strike.label', | ||
message: 'Strikethrough', | ||
comment: 'Label for strike formatting command.' | ||
comment: 'Label for strike formatting command.', | ||
message: 'Strikethrough' | ||
}; | ||
const DESCRIPTION$3 = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$3 = /*i18n*/{ | ||
id: 'extension.command.toggle-strike.description', | ||
message: 'Strikethrough the selected text', | ||
comment: 'Description for strike formatting command.' | ||
comment: 'Description for strike formatting command.', | ||
message: 'Strikethrough the selected text' | ||
}; | ||
@@ -720,8 +594,6 @@ | ||
const LABEL$4 = | ||
/*i18n*/ | ||
{ | ||
const LABEL$4 = /*i18n*/{ | ||
id: 'extension.command.toggle-subscript.label', | ||
message: 'Subscript', | ||
comment: 'Label for toggling a subscript.' | ||
comment: 'Label for toggling a subscript.', | ||
message: 'Subscript' | ||
}; | ||
@@ -734,8 +606,6 @@ | ||
const LABEL$3 = | ||
/*i18n*/ | ||
{ | ||
const LABEL$3 = /*i18n*/{ | ||
id: 'extension.command.toggle-superscript.label', | ||
message: 'Superscript', | ||
comment: 'Label for toggling a superscript.' | ||
comment: 'Label for toggling a superscript.', | ||
message: 'Superscript' | ||
}; | ||
@@ -748,15 +618,11 @@ | ||
const CREATE_COMMAND_LABEL = | ||
/*i18n*/ | ||
{ | ||
const CREATE_COMMAND_LABEL = /*i18n*/{ | ||
id: 'extension.command.create-table.label', | ||
message: 'Create table', | ||
comment: 'Label for creating a table' | ||
comment: 'Label for creating a table', | ||
message: 'Create table' | ||
}; | ||
const CREATE_COMMAND_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const CREATE_COMMAND_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.create-table.description', | ||
message: 'Create a table with set number of rows and columns.', | ||
comment: 'Description for creating a table' | ||
comment: 'Description for creating a table', | ||
message: 'Create a table with set number of rows and columns.' | ||
}; | ||
@@ -767,8 +633,6 @@ | ||
*/ | ||
const COLUMN_COUNT = | ||
/*i18n*/ | ||
{ | ||
const COLUMN_COUNT = /*i18n*/{ | ||
id: 'extension.table.column_count', | ||
message: '{count, plural, one {# column} other {# columns}}', | ||
comment: 'The number of columns' | ||
comment: 'The number of columns', | ||
message: '{count, plural, one {# column} other {# columns}}' | ||
}; | ||
@@ -779,8 +643,6 @@ | ||
*/ | ||
const ROW_COUNT = | ||
/*i18n*/ | ||
{ | ||
const ROW_COUNT = /*i18n*/{ | ||
id: 'extension.table.row_count', | ||
message: '{count, plural, one {# row} other {# rows}}', | ||
comment: 'The number of rows' | ||
comment: 'The number of rows', | ||
message: '{count, plural, one {# row} other {# rows}}' | ||
}; | ||
@@ -796,15 +658,15 @@ | ||
const TOGGLE_LABEL = | ||
/*i18n*/ | ||
{ | ||
const TOGGLE_LABEL = /*i18n*/{ | ||
id: 'extension.command.toggle-upper-case.label', | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmallCaps {Small caps}\nother {Text case}}", | ||
comment: 'Label for toggling between upper and lower case.' | ||
comment: 'Label for toggling between upper and lower case.', | ||
message: `{case, select, upper {Uppercase} | ||
lower {Lowercase} | ||
capitalize {Sentence case} | ||
smallCaps {Small caps} | ||
other {Text case}}` | ||
}; | ||
const SET_LABEL = | ||
/*i18n*/ | ||
{ | ||
const SET_LABEL = /*i18n*/{ | ||
id: 'extension.command.set-casing.label', | ||
message: 'Set text case', | ||
comment: 'Label for setting the case.' | ||
comment: 'Label for setting the case.', | ||
message: 'Set text case' | ||
}; | ||
@@ -818,218 +680,156 @@ | ||
const SET_COLOR_LABEL = | ||
/*i18n*/ | ||
{ | ||
const SET_COLOR_LABEL = /*i18n*/{ | ||
id: 'extension.command.set-text-color.label', | ||
message: 'Text color', | ||
comment: 'Label for color formatting command.' | ||
comment: 'Label for color formatting command.', | ||
message: 'Text color' | ||
}; | ||
const SET_COLOR_DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const SET_COLOR_DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.set-text-color.description', | ||
message: 'Set the text color for the selected text.', | ||
comment: 'Description for color formatting command.' | ||
comment: 'Description for color formatting command.', | ||
message: 'Set the text color for the selected text.' | ||
}; | ||
const TRANSPARENT = | ||
/*i18n*/ | ||
{ | ||
const TRANSPARENT = /*i18n*/{ | ||
id: 'ui.text-color.transparent', | ||
message: 'Transparent', | ||
comment: 'Transparent color label.' | ||
comment: 'Transparent color label.', | ||
message: 'Transparent' | ||
}; | ||
const WHITE = | ||
/*i18n*/ | ||
{ | ||
const WHITE = /*i18n*/{ | ||
id: 'ui.text-color.white', | ||
message: 'White', | ||
comment: 'White color.' | ||
comment: 'White color.', | ||
message: 'White' | ||
}; | ||
const BLACK = | ||
/*i18n*/ | ||
{ | ||
const BLACK = /*i18n*/{ | ||
id: 'ui.text-color.black', | ||
message: 'Black', | ||
comment: 'Black color.' | ||
comment: 'Black color.', | ||
message: 'Black' | ||
}; | ||
const GRAY = | ||
/*i18n*/ | ||
{ | ||
const GRAY = /*i18n*/{ | ||
id: 'ui.text-color.gray', | ||
message: "Gray", | ||
comment: 'Gray color.' | ||
comment: 'Gray color.', | ||
message: `Gray` | ||
}; | ||
const GRAY_HUE = | ||
/*i18n*/ | ||
{ | ||
const GRAY_HUE = /*i18n*/{ | ||
id: 'ui.text-color.gray.hue', | ||
message: "Gray {hue}", | ||
comment: 'Gray color hues.' | ||
comment: 'Gray color hues.', | ||
message: `Gray {hue}` | ||
}; | ||
const RED = | ||
/*i18n*/ | ||
{ | ||
const RED = /*i18n*/{ | ||
id: 'ui.text-color.red', | ||
message: "Red", | ||
comment: 'Red color.' | ||
comment: 'Red color.', | ||
message: `Red` | ||
}; | ||
const RED_HUE = | ||
/*i18n*/ | ||
{ | ||
const RED_HUE = /*i18n*/{ | ||
id: 'ui.text-color.red.hue', | ||
message: "Red {hue}", | ||
comment: 'Red color hues.' | ||
comment: 'Red color hues.', | ||
message: `Red {hue}` | ||
}; | ||
const PINK = | ||
/*i18n*/ | ||
{ | ||
const PINK = /*i18n*/{ | ||
id: 'ui.text-color.pink', | ||
message: "Pink", | ||
comment: 'Pink color.' | ||
comment: 'Pink color.', | ||
message: `Pink` | ||
}; | ||
const PINK_HUE = | ||
/*i18n*/ | ||
{ | ||
const PINK_HUE = /*i18n*/{ | ||
id: 'ui.text-color.pink.hue', | ||
message: "Pink {hue}", | ||
comment: 'Pink color hues.' | ||
comment: 'Pink color hues.', | ||
message: `Pink {hue}` | ||
}; | ||
const GRAPE = | ||
/*i18n*/ | ||
{ | ||
const GRAPE = /*i18n*/{ | ||
id: 'ui.text-color.grape', | ||
message: "Grape", | ||
comment: 'Grape color.' | ||
comment: 'Grape color.', | ||
message: `Grape` | ||
}; | ||
const GRAPE_HUE = | ||
/*i18n*/ | ||
{ | ||
const GRAPE_HUE = /*i18n*/{ | ||
id: 'ui.text-color.grape.hue', | ||
message: "Grape {hue}", | ||
comment: 'Grape color hues.' | ||
comment: 'Grape color hues.', | ||
message: `Grape {hue}` | ||
}; | ||
const VIOLET = | ||
/*i18n*/ | ||
{ | ||
const VIOLET = /*i18n*/{ | ||
id: 'ui.text-color.violet', | ||
message: "Violet", | ||
comment: 'Violet color.' | ||
comment: 'Violet color.', | ||
message: `Violet` | ||
}; | ||
const VIOLET_HUE = | ||
/*i18n*/ | ||
{ | ||
const VIOLET_HUE = /*i18n*/{ | ||
id: 'ui.text-color.violet.hue', | ||
message: "Violet {hue}", | ||
comment: 'Violet color hues.' | ||
comment: 'Violet color hues.', | ||
message: `Violet {hue}` | ||
}; | ||
const INDIGO = | ||
/*i18n*/ | ||
{ | ||
const INDIGO = /*i18n*/{ | ||
id: 'ui.text-color.indigo', | ||
message: "Indigo", | ||
comment: 'Indigo color.' | ||
comment: 'Indigo color.', | ||
message: `Indigo` | ||
}; | ||
const INDIGO_HUE = | ||
/*i18n*/ | ||
{ | ||
const INDIGO_HUE = /*i18n*/{ | ||
id: 'ui.text-color.indigo.hue', | ||
message: "Indigo {hue}", | ||
comment: 'Indigo color hues.' | ||
comment: 'Indigo color hues.', | ||
message: `Indigo {hue}` | ||
}; | ||
const BLUE = | ||
/*i18n*/ | ||
{ | ||
const BLUE = /*i18n*/{ | ||
id: 'ui.text-color.blue', | ||
message: "Blue", | ||
comment: 'Blue color.' | ||
comment: 'Blue color.', | ||
message: `Blue` | ||
}; | ||
const BLUE_HUE = | ||
/*i18n*/ | ||
{ | ||
const BLUE_HUE = /*i18n*/{ | ||
id: 'ui.text-color.blue.hue', | ||
message: "Blue {hue}", | ||
comment: 'Blue color hues.' | ||
comment: 'Blue color hues.', | ||
message: `Blue {hue}` | ||
}; | ||
const CYAN = | ||
/*i18n*/ | ||
{ | ||
const CYAN = /*i18n*/{ | ||
id: 'ui.text-color.cyan', | ||
message: "Cyan", | ||
comment: 'Cyan color.' | ||
comment: 'Cyan color.', | ||
message: `Cyan` | ||
}; | ||
const CYAN_HUE = | ||
/*i18n*/ | ||
{ | ||
const CYAN_HUE = /*i18n*/{ | ||
id: 'ui.text-color.cyan.hue', | ||
message: "Cyan {hue}", | ||
comment: 'Cyan color hues.' | ||
comment: 'Cyan color hues.', | ||
message: `Cyan {hue}` | ||
}; | ||
const TEAL = | ||
/*i18n*/ | ||
{ | ||
const TEAL = /*i18n*/{ | ||
id: 'ui.text-color.teal', | ||
message: "Teal", | ||
comment: 'Teal color.' | ||
comment: 'Teal color.', | ||
message: `Teal` | ||
}; | ||
const TEAL_HUE = | ||
/*i18n*/ | ||
{ | ||
const TEAL_HUE = /*i18n*/{ | ||
id: 'ui.text-color.teal.hue', | ||
message: "Teal {hue}", | ||
comment: 'Teal color hues.' | ||
comment: 'Teal color hues.', | ||
message: `Teal {hue}` | ||
}; | ||
const GREEN = | ||
/*i18n*/ | ||
{ | ||
const GREEN = /*i18n*/{ | ||
id: 'ui.text-color.green', | ||
message: "Green", | ||
comment: 'Green color.' | ||
comment: 'Green color.', | ||
message: `Green` | ||
}; | ||
const GREEN_HUE = | ||
/*i18n*/ | ||
{ | ||
const GREEN_HUE = /*i18n*/{ | ||
id: 'ui.text-color.green.hue', | ||
message: "Green {hue}", | ||
comment: 'Green color hues.' | ||
comment: 'Green color hues.', | ||
message: `Green {hue}` | ||
}; | ||
const LIME = | ||
/*i18n*/ | ||
{ | ||
const LIME = /*i18n*/{ | ||
id: 'ui.text-color.lime', | ||
message: "Lime", | ||
comment: 'Lime color.' | ||
comment: 'Lime color.', | ||
message: `Lime` | ||
}; | ||
const LIME_HUE = | ||
/*i18n*/ | ||
{ | ||
const LIME_HUE = /*i18n*/{ | ||
id: 'ui.text-color.lime.hue', | ||
message: "Lime {hue}", | ||
comment: 'Lime color hues.' | ||
comment: 'Lime color hues.', | ||
message: `Lime {hue}` | ||
}; | ||
const YELLOW = | ||
/*i18n*/ | ||
{ | ||
const YELLOW = /*i18n*/{ | ||
id: 'ui.text-color.yellow', | ||
message: "Yellow", | ||
comment: 'Yellow color.' | ||
comment: 'Yellow color.', | ||
message: `Yellow` | ||
}; | ||
const YELLOW_HUE = | ||
/*i18n*/ | ||
{ | ||
const YELLOW_HUE = /*i18n*/{ | ||
id: 'ui.text-color.yellow.hue', | ||
message: "Yellow {hue}", | ||
comment: 'Yellow color hues.' | ||
comment: 'Yellow color hues.', | ||
message: `Yellow {hue}` | ||
}; | ||
const ORANGE = | ||
/*i18n*/ | ||
{ | ||
const ORANGE = /*i18n*/{ | ||
id: 'ui.text-color.orange', | ||
message: "Orange", | ||
comment: 'Orange color.' | ||
comment: 'Orange color.', | ||
message: `Orange` | ||
}; | ||
const ORANGE_HUE = | ||
/*i18n*/ | ||
{ | ||
const ORANGE_HUE = /*i18n*/{ | ||
id: 'ui.text-color.orange.hue', | ||
message: "Orange {hue}", | ||
comment: 'Orange color hues.' | ||
comment: 'Orange color hues.', | ||
message: `Orange {hue}` | ||
}; | ||
@@ -1072,15 +872,11 @@ | ||
const LABEL$2 = | ||
/*i18n*/ | ||
{ | ||
const LABEL$2 = /*i18n*/{ | ||
id: 'extension.command.set-text-highlight.label', | ||
message: 'Text highlight', | ||
comment: 'Label for adding a text highlight.' | ||
comment: 'Label for adding a text highlight.', | ||
message: 'Text highlight' | ||
}; | ||
const DESCRIPTION$2 = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$2 = /*i18n*/{ | ||
id: 'extension.command.set-text-highlight.description', | ||
message: 'Set the text highlight color for the selected text.', | ||
comment: 'Description for adding a text highlight.' | ||
comment: 'Description for adding a text highlight.', | ||
message: 'Set the text highlight color for the selected text.' | ||
}; | ||
@@ -1094,15 +890,11 @@ | ||
const LABEL$1 = | ||
/*i18n*/ | ||
{ | ||
const LABEL$1 = /*i18n*/{ | ||
id: 'extension.command.toggle-underline.label', | ||
message: 'Underline', | ||
comment: 'Label for underline formatting command.' | ||
comment: 'Label for underline formatting command.', | ||
message: 'Underline' | ||
}; | ||
const DESCRIPTION$1 = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION$1 = /*i18n*/{ | ||
id: 'extension.command.toggle-underline.description', | ||
message: 'Underline the selected text', | ||
comment: 'Description for underline formatting command.' | ||
comment: 'Description for underline formatting command.', | ||
message: 'Underline the selected text' | ||
}; | ||
@@ -1116,15 +908,11 @@ | ||
const LABEL = | ||
/*i18n*/ | ||
{ | ||
const LABEL = /*i18n*/{ | ||
id: 'extension.command.toggle-whitespace.label', | ||
message: 'Toggle Whitespace', | ||
comment: 'Label for displaying whitespace characters.' | ||
comment: 'Label for displaying whitespace characters.', | ||
message: 'Toggle Whitespace' | ||
}; | ||
const DESCRIPTION = | ||
/*i18n*/ | ||
{ | ||
const DESCRIPTION = /*i18n*/{ | ||
id: 'extension.command.toggle-whitespace.description', | ||
message: 'Show hidden whitespace characters in your editor.', | ||
comment: 'Description for displaying whitespace characters.' | ||
comment: 'Description for displaying whitespace characters.', | ||
message: 'Show hidden whitespace characters in your editor.' | ||
}; | ||
@@ -1138,8 +926,6 @@ | ||
const NO_ITEMS_AVAILABLE = | ||
/*i18n*/ | ||
{ | ||
const NO_ITEMS_AVAILABLE = /*i18n*/{ | ||
id: 'react-components.mention-atom-component.zero-items', | ||
message: 'No items available', | ||
comment: 'Shown when no popup items are available' | ||
comment: 'Shown when no popup items are available', | ||
message: 'No items available' | ||
}; | ||
@@ -1146,0 +932,0 @@ |
{ | ||
"name": "@remirror/messages", | ||
"version": "2.0.6", | ||
"version": "3.0.0-beta.0", | ||
"description": "Internalization strings which are used throughout the remirror core codebase.", | ||
@@ -26,2 +26,3 @@ "keywords": [ | ||
}, | ||
"./en/*.json": "./en/*.json", | ||
"./package.json": "./package.json" | ||
@@ -34,8 +35,9 @@ }, | ||
"dist", | ||
"dist-types" | ||
"dist-types", | ||
"en" | ||
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.22.3", | ||
"@lingui/core": "^4.2.0", | ||
"@remirror/core-helpers": "^3.0.0" | ||
"@remirror/core-helpers": "4.0.0-beta.0", | ||
"@remirror/core-types": "3.0.0-beta.0" | ||
}, | ||
@@ -45,4 +47,6 @@ "devDependencies": { | ||
"@babel/preset-typescript": "^7.21.5", | ||
"@remirror/cli": "1.0.1", | ||
"babel-plugin-macros": "^3.1.0", | ||
"rollup": "^3.23.0" | ||
"rollup": "^3.23.0", | ||
"tsx": "^3.12.7" | ||
}, | ||
@@ -53,7 +57,27 @@ "publishConfig": { | ||
"@remirror": { | ||
"sizeLimit": "50 KB" | ||
"sizeLimit": "50 KB", | ||
"tsconfigs": { | ||
"src": false, | ||
"./": { | ||
"compilerOptions": { | ||
"types": [ | ||
"node" | ||
], | ||
"allowJs": true, | ||
"checkJs": true, | ||
"noEmit": false | ||
}, | ||
"exclude": [ | ||
"src" | ||
], | ||
"include": [ | ||
"scripts" | ||
] | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"build": "babel -x .ts,.tsx src --out-dir dist-tmp && rollup -c rollup.config.js dist-tmp/index.js --file dist/remirror-messages.js --format es && rollup -c rollup.config.js dist-tmp/index.js --file dist/remirror-messages.cjs --format cjs && cp public/* dist/" | ||
"build": "babel -x .ts,.tsx src --out-dir dist-tmp && rollup -c rollup.config.js dist-tmp/index.js --file dist/remirror-messages.js --format es && rollup -c rollup.config.js dist-tmp/index.js --file dist/remirror-messages.cjs --format cjs && cp public/* dist/", | ||
"generate": "tsx scripts/messages-to-json.ts" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158177
68
6
3095
1
+ Added@remirror/core-constants@3.0.0-beta.0(transitive)
+ Added@remirror/core-helpers@4.0.0-beta.0(transitive)
+ Added@remirror/core-types@3.0.0-beta.0(transitive)
+ Added@remirror/pm@3.0.0(transitive)
+ Added@remirror/types@2.0.0-beta.0(transitive)
+ Addedescape-string-regexp@4.0.0(transitive)
+ Addedorderedmap@2.1.1(transitive)
+ Addedprosemirror-collab@1.3.1(transitive)
+ Addedprosemirror-commands@1.6.2(transitive)
+ Addedprosemirror-dropcursor@1.8.1(transitive)
+ Addedprosemirror-gapcursor@1.3.2(transitive)
+ Addedprosemirror-history@1.4.1(transitive)
+ Addedprosemirror-inputrules@1.4.0(transitive)
+ Addedprosemirror-keymap@1.2.2(transitive)
+ Addedprosemirror-model@1.24.0(transitive)
+ Addedprosemirror-paste-rules@3.0.0(transitive)
+ Addedprosemirror-schema-list@1.4.1(transitive)
+ Addedprosemirror-state@1.4.3(transitive)
+ Addedprosemirror-suggest@3.0.0(transitive)
+ Addedprosemirror-tables@1.6.1(transitive)
+ Addedprosemirror-trailing-node@3.0.0(transitive)
+ Addedprosemirror-transform@1.10.2(transitive)
+ Addedprosemirror-view@1.37.0(transitive)
+ Addedrope-sequence@1.3.4(transitive)
+ Addedtype-fest@3.13.1(transitive)
+ Addedw3c-keyname@2.2.8(transitive)
- Removed@lingui/core@^4.2.0
- Removed@lingui/core@4.14.1(transitive)
- Removed@lingui/message-utils@4.14.1(transitive)
- Removed@messageformat/parser@5.1.0(transitive)
- Removed@remirror/core-constants@2.0.2(transitive)
- Removed@remirror/core-helpers@3.0.0(transitive)
- Removed@remirror/types@1.0.1(transitive)
- Removedjs-sha256@0.10.1(transitive)
- Removedmoo@0.5.2(transitive)
- Removedtype-fest@2.19.0(transitive)
- Removedunraw@3.0.0(transitive)