@udecode/plate-basic-marks
Advanced tools
Comparing version 33.0.0 to 33.0.3
@@ -6,2 +6,3 @@ import * as _udecode_plate_common_server from '@udecode/plate-common/server'; | ||
declare const KEY_BASIC_MARKS = "basicMarks"; | ||
/** | ||
@@ -48,2 +49,2 @@ * Enables support for basic marks: | ||
export { MARK_BOLD, MARK_CODE, MARK_ITALIC, MARK_STRIKETHROUGH, MARK_SUBSCRIPT, MARK_SUPERSCRIPT, MARK_UNDERLINE, createBasicMarksPlugin, createBoldPlugin, createCodePlugin, createItalicPlugin, createStrikethroughPlugin, createSubscriptPlugin, createSuperscriptPlugin, createUnderlinePlugin }; | ||
export { KEY_BASIC_MARKS, MARK_BOLD, MARK_CODE, MARK_ITALIC, MARK_STRIKETHROUGH, MARK_SUBSCRIPT, MARK_SUPERSCRIPT, MARK_UNDERLINE, createBasicMarksPlugin, createBoldPlugin, createCodePlugin, createItalicPlugin, createStrikethroughPlugin, createSubscriptPlugin, createSuperscriptPlugin, createUnderlinePlugin }; |
@@ -23,2 +23,3 @@ "use strict"; | ||
__export(src_exports, { | ||
KEY_BASIC_MARKS: () => KEY_BASIC_MARKS, | ||
MARK_BOLD: () => MARK_BOLD, | ||
@@ -232,4 +233,5 @@ MARK_CODE: () => MARK_CODE, | ||
// src/createBasicMarksPlugin.ts | ||
var KEY_BASIC_MARKS = "basicMarks"; | ||
var createBasicMarksPlugin = (0, import_server8.createPluginFactory)({ | ||
key: "basicMarks", | ||
key: KEY_BASIC_MARKS, | ||
plugins: [ | ||
@@ -247,2 +249,3 @@ createBoldPlugin(), | ||
0 && (module.exports = { | ||
KEY_BASIC_MARKS, | ||
MARK_BOLD, | ||
@@ -249,0 +252,0 @@ MARK_CODE, |
{ | ||
"name": "@udecode/plate-basic-marks", | ||
"version": "33.0.0", | ||
"version": "33.0.3", | ||
"description": "Basic marks plugin for Plate", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@udecode/plate-common": ">=33.0.0", | ||
"@udecode/plate-common": ">=33.0.3", | ||
"react": ">=16.8.0", | ||
@@ -47,0 +47,0 @@ "react-dom": ">=16.8.0", |
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
Sorry, the diff of this file is not supported yet
46330
540