@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
49 lines (48 loc) • 1.59 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.panelMessages = void 0;
var _reactIntlNext = require("react-intl-next");
var panelMessages = exports.panelMessages = (0, _reactIntlNext.defineMessages)({
info: {
id: 'fabric.editor.info',
defaultMessage: 'Info',
description: 'Panels provide a way to highlight text. The info panel has a blue background.'
},
note: {
id: 'fabric.editor.note',
defaultMessage: 'Note',
description: 'Panels provide a way to highlight text. The note panel has a purple background.'
},
success: {
id: 'fabric.editor.success',
defaultMessage: 'Success',
description: 'Panels provide a way to highlight text. The success panel has a green background.'
},
warning: {
id: 'fabric.editor.warning',
defaultMessage: 'Warning',
description: 'Panels provide a way to highlight text. The warning panel has a yellow background.'
},
error: {
id: 'fabric.editor.error',
defaultMessage: 'Error',
description: 'Panels provide a way to highlight text. The error panel has a red background.'
},
emoji: {
id: 'fabric.editor.panel.emoji',
defaultMessage: 'Add emoji',
description: 'Select the panel icon'
},
backgroundColor: {
id: 'fabric.editor.panel.backgroundColor',
defaultMessage: 'Background color',
description: 'Select the panel background color.'
},
panelsGroup: {
id: 'fabric.editor.panel.panelsGroup',
defaultMessage: 'Panel Types',
description: 'aria-label for group of panels the floating toolbar'
}
});