@prosekit/core
Advanced tools
Comparing version 0.0.0-next-20240724155246 to 0.0.0-next-20240724172520
@@ -39,5 +39,7 @@ export { addMark } from './_tsup-dts-rollup'; | ||
export { defineCommands } from './_tsup-dts-rollup'; | ||
export { BaseCommandsExtension } from './_tsup-dts-rollup'; | ||
export { defineDefaultState } from './_tsup-dts-rollup'; | ||
export { DefaultStateOptions } from './_tsup-dts-rollup'; | ||
export { defineDoc } from './_tsup-dts-rollup'; | ||
export { DocExtension } from './_tsup-dts-rollup'; | ||
export { defineDocChangeHandler } from './_tsup-dts-rollup'; | ||
@@ -80,2 +82,3 @@ export { DocChangeHandler } from './_tsup-dts-rollup'; | ||
export { defineHistory } from './_tsup-dts-rollup'; | ||
export { HistoryExtension } from './_tsup-dts-rollup'; | ||
export { HistoryOptions } from './_tsup-dts-rollup'; | ||
@@ -87,2 +90,3 @@ export { defineKeymap } from './_tsup-dts-rollup'; | ||
export { defineBaseKeymap } from './_tsup-dts-rollup'; | ||
export { BaseKeymapExtension } from './_tsup-dts-rollup'; | ||
export { defineMarkAttr } from './_tsup-dts-rollup'; | ||
@@ -103,6 +107,9 @@ export { defineMarkSpec } from './_tsup-dts-rollup'; | ||
export { defineParagraph } from './_tsup-dts-rollup'; | ||
export { ParagraphExtension } from './_tsup-dts-rollup'; | ||
export { definePlugin } from './_tsup-dts-rollup'; | ||
export { pluginFacet } from './_tsup-dts-rollup'; | ||
export { PluginExtension } from './_tsup-dts-rollup'; | ||
export { PluginPayload } from './_tsup-dts-rollup'; | ||
export { defineText } from './_tsup-dts-rollup'; | ||
export { TextExtension } from './_tsup-dts-rollup'; | ||
export { defineFacet } from './_tsup-dts-rollup'; | ||
@@ -123,2 +130,3 @@ export { Facet } from './_tsup-dts-rollup'; | ||
export { ExtractNodes } from './_tsup-dts-rollup'; | ||
export { Union } from './_tsup-dts-rollup'; | ||
export { UnionExtension } from './_tsup-dts-rollup'; | ||
@@ -125,0 +133,0 @@ export { CommandAction } from './_tsup-dts-rollup'; |
@@ -456,7 +456,3 @@ import { | ||
// src/commands/insert-text.ts | ||
function insertText({ | ||
text, | ||
from, | ||
to | ||
}) { | ||
function insertText({ text, from, to }) { | ||
return (state, dispatch) => { | ||
@@ -1062,3 +1058,6 @@ if (text) { | ||
const priority = (_a = options == null ? void 0 : options.priority) != null ? _a : 1 /* low */; | ||
return withPriority(defineKeymap(customBaseKeymap), priority); | ||
return withPriority( | ||
defineKeymap(customBaseKeymap), | ||
priority | ||
); | ||
} | ||
@@ -1065,0 +1064,0 @@ |
{ | ||
"name": "@prosekit/core", | ||
"type": "module", | ||
"version": "0.0.0-next-20240724155246", | ||
"version": "0.0.0-next-20240724172520", | ||
"private": false, | ||
@@ -47,3 +47,3 @@ "author": { | ||
"type-fest": "^4.23.0", | ||
"@prosekit/pm": "^0.0.0-next-20240724155246" | ||
"@prosekit/pm": "^0.0.0-next-20240724172520" | ||
}, | ||
@@ -50,0 +50,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
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
159697
5028