@remirror/pm
Advanced tools
Comparing version 0.0.0-pr2166.3 to 0.0.0-pr2166.4
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
// src/commands.ts | ||
export * from "prosemirror-commands"; | ||
import { | ||
autoJoin, | ||
baseKeymap, | ||
createParagraphNear, | ||
deleteSelection, | ||
exitCode, | ||
joinBackward, | ||
joinDown, | ||
joinForward, | ||
joinTextblockBackward, | ||
joinTextblockForward, | ||
joinUp, | ||
lift, | ||
liftEmptyBlock, | ||
macBaseKeymap, | ||
newlineInCode, | ||
pcBaseKeymap, | ||
chainCommands, | ||
selectAll, | ||
selectNodeBackward, | ||
selectNodeForward, | ||
selectParentNode, | ||
selectTextblockEnd, | ||
selectTextblockStart, | ||
setBlockType, | ||
splitBlock, | ||
splitBlockAs, | ||
splitBlockKeepMarks, | ||
toggleMark, | ||
wrapIn | ||
} from "prosemirror-commands"; | ||
export { | ||
autoJoin, | ||
baseKeymap, | ||
createParagraphNear, | ||
deleteSelection, | ||
exitCode, | ||
joinBackward, | ||
joinDown, | ||
joinForward, | ||
joinTextblockBackward, | ||
joinTextblockForward, | ||
joinUp, | ||
lift, | ||
liftEmptyBlock, | ||
macBaseKeymap, | ||
newlineInCode, | ||
pcBaseKeymap, | ||
chainCommands as pmChainCommands, | ||
selectAll, | ||
selectNodeBackward, | ||
selectNodeForward, | ||
selectParentNode, | ||
selectTextblockEnd, | ||
selectTextblockStart, | ||
setBlockType, | ||
splitBlock, | ||
splitBlockAs, | ||
splitBlockKeepMarks, | ||
toggleMark, | ||
wrapIn | ||
}; |
@@ -1,1 +0,1 @@ | ||
export * from 'prosemirror-commands'; | ||
export { autoJoin, baseKeymap, createParagraphNear, deleteSelection, exitCode, joinBackward, joinDown, joinForward, joinTextblockBackward, joinTextblockForward, joinUp, lift, liftEmptyBlock, macBaseKeymap, newlineInCode, pcBaseKeymap, chainCommands as pmChainCommands, selectAll, selectNodeBackward, selectNodeForward, selectParentNode, selectTextblockEnd, selectTextblockStart, setBlockType, splitBlock, splitBlockAs, splitBlockKeepMarks, toggleMark, wrapIn, } from 'prosemirror-commands'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
{ | ||
"name": "@remirror/pm", | ||
"version": "0.0.0-pr2166.3", | ||
"version": "0.0.0-pr2166.4", | ||
"description": "A bundled library containing all the core prosemirror libraries required for using remirror", | ||
@@ -130,4 +130,4 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__pm", | ||
"@babel/runtime": "^7.22.3", | ||
"@remirror/core-constants": "0.0.0-pr2166.3", | ||
"@remirror/core-helpers": "0.0.0-pr2166.3", | ||
"@remirror/core-constants": "0.0.0-pr2166.4", | ||
"@remirror/core-helpers": "0.0.0-pr2166.4", | ||
"prosemirror-collab": "^1.3.1", | ||
@@ -141,8 +141,8 @@ "prosemirror-commands": "^1.5.2", | ||
"prosemirror-model": "^1.19.2", | ||
"prosemirror-paste-rules": "0.0.0-pr2166.3", | ||
"prosemirror-paste-rules": "0.0.0-pr2166.4", | ||
"prosemirror-schema-list": "^1.2.3", | ||
"prosemirror-state": "^1.4.3", | ||
"prosemirror-suggest": "0.0.0-pr2166.3", | ||
"prosemirror-suggest": "0.0.0-pr2166.4", | ||
"prosemirror-tables": "^1.3.2", | ||
"prosemirror-trailing-node": "0.0.0-pr2166.3", | ||
"prosemirror-trailing-node": "0.0.0-pr2166.4", | ||
"prosemirror-transform": "^1.7.2", | ||
@@ -152,3 +152,3 @@ "prosemirror-view": "^1.31.3" | ||
"devDependencies": { | ||
"@remirror/cli": "0.0.0-pr2166.3" | ||
"@remirror/cli": "0.0.0-pr2166.4" | ||
}, | ||
@@ -155,0 +155,0 @@ "publishConfig": { |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
@@ -31,3 +31,2 @@ import { __Area } from 'prosemirror-tables'; | ||
import { CellSelectionJSON } from 'prosemirror-tables'; | ||
import { chainCommands } from 'prosemirror-commands'; | ||
import { ChangeReason } from 'prosemirror-suggest'; | ||
@@ -171,2 +170,3 @@ import { CheckNextValidSelection } from 'prosemirror-suggest'; | ||
import { PluginView } from 'prosemirror-state'; | ||
import { chainCommands as pmChainCommands } from 'prosemirror-commands'; | ||
import { pointsAtCell } from 'prosemirror-tables'; | ||
@@ -363,4 +363,2 @@ import { positionHasMarks } from 'prosemirror-suggest'; | ||
export { chainCommands } | ||
/** | ||
@@ -371,5 +369,5 @@ * Similar to the chainCommands from the `prosemirror-commands` library. Allows | ||
*/ | ||
declare function chainCommands_2<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands_2 as chainCommands_alias_1 } | ||
export { chainCommands_2 as chainCommands_alias_2 } | ||
declare function chainCommands<Extra extends object = object>(...commands: Array<CommandFunction<Extra>>): CommandFunction<Extra>; | ||
export { chainCommands } | ||
export { chainCommands as chainCommands_alias_1 } | ||
@@ -789,2 +787,4 @@ export { ChangeReason } | ||
export { pmChainCommands } | ||
export { pointsAtCell } | ||
@@ -791,0 +791,0 @@ |
@@ -7,3 +7,2 @@ export { collab } from './_tsup-dts-rollup'; | ||
export { baseKeymap } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { createParagraphNear } from './_tsup-dts-rollup'; | ||
@@ -23,2 +22,3 @@ export { deleteSelection } from './_tsup-dts-rollup'; | ||
export { pcBaseKeymap } from './_tsup-dts-rollup'; | ||
export { pmChainCommands } from './_tsup-dts-rollup'; | ||
export { selectAll } from './_tsup-dts-rollup'; | ||
@@ -72,2 +72,3 @@ export { selectNodeBackward } from './_tsup-dts-rollup'; | ||
export { nonChainable } from './_tsup-dts-rollup'; | ||
export { chainCommands } from './_tsup-dts-rollup'; | ||
export { closeDoubleQuote } from './_tsup-dts-rollup'; | ||
@@ -74,0 +75,0 @@ export { closeSingleQuote } from './_tsup-dts-rollup'; |
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
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
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
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
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
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
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
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
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
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
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
1632778
18476
+ Added@remirror/core-constants@0.0.0-pr2166.4(transitive)
+ Added@remirror/core-helpers@0.0.0-pr2166.4(transitive)
+ Added@remirror/types@0.0.0-pr2166.4(transitive)
+ Addedprosemirror-paste-rules@0.0.0-pr2166.4(transitive)
+ Addedprosemirror-suggest@0.0.0-pr2166.4(transitive)
+ Addedprosemirror-trailing-node@0.0.0-pr2166.4(transitive)
- Removed@remirror/core-constants@0.0.0-pr2166.3(transitive)
- Removed@remirror/core-helpers@0.0.0-pr2166.3(transitive)
- Removed@remirror/types@0.0.0-pr2166.3(transitive)
- Removedprosemirror-paste-rules@0.0.0-pr2166.3(transitive)
- Removedprosemirror-suggest@0.0.0-pr2166.3(transitive)
- Removedprosemirror-trailing-node@0.0.0-pr2166.3(transitive)