@prosekit/extensions
Advanced tools
Comparing version 0.0.0-next-20240504134708 to 0.0.0-next-20240504152243
@@ -535,2 +535,10 @@ import { Attrs } from '@prosekit/pm/model'; | ||
/** | ||
* By default, clicking a node while holding the mod key will select the node. This | ||
* extension disables that behavior. | ||
* | ||
* @public | ||
*/ | ||
export declare function defineModClickPrevention(): Extension; | ||
/** | ||
* Add a placeholder text to the editor when the current block or document is | ||
@@ -850,2 +858,7 @@ * empty. | ||
/** | ||
* @deprecated Use `isApple` from `@prosekit/core` | ||
*/ | ||
export declare const isApple: boolean; | ||
export declare const LINK_ENTER_RE: RegExp; | ||
@@ -852,0 +865,0 @@ |
import { | ||
defineTextBlockInputRule | ||
} from "./chunk-CJ3SOSL6.js"; | ||
import { | ||
defineTextBlockEnterRule | ||
} from "./chunk-HLBUHIMJ.js"; | ||
import { | ||
defineTextBlockInputRule | ||
} from "./chunk-CJ3SOSL6.js"; | ||
@@ -8,0 +8,0 @@ // src/code-block/code-block.ts |
@@ -5,7 +5,7 @@ import { | ||
import { | ||
defineInputRule | ||
} from "./chunk-CJ3SOSL6.js"; | ||
import { | ||
defineEnterRule | ||
} from "./chunk-HLBUHIMJ.js"; | ||
import { | ||
defineInputRule | ||
} from "./chunk-CJ3SOSL6.js"; | ||
@@ -12,0 +12,0 @@ // src/link/index.ts |
{ | ||
"name": "@prosekit/extensions", | ||
"type": "module", | ||
"version": "0.0.0-next-20240504134708", | ||
"version": "0.0.0-next-20240504152243", | ||
"private": false, | ||
@@ -33,7 +33,2 @@ "author": { | ||
}, | ||
"./mark-rule": { | ||
"types": "./dist/prosekit-extensions-mark-rule.d.ts", | ||
"import": "./dist/prosekit-extensions-mark-rule.js", | ||
"default": "./dist/prosekit-extensions-mark-rule.js" | ||
}, | ||
"./autocomplete": { | ||
@@ -107,2 +102,7 @@ "types": "./dist/prosekit-extensions-autocomplete.d.ts", | ||
}, | ||
"./mark-rule": { | ||
"types": "./dist/prosekit-extensions-mark-rule.d.ts", | ||
"import": "./dist/prosekit-extensions-mark-rule.js", | ||
"default": "./dist/prosekit-extensions-mark-rule.js" | ||
}, | ||
"./mention": { | ||
@@ -113,2 +113,7 @@ "types": "./dist/prosekit-extensions-mention.d.ts", | ||
}, | ||
"./mod-click-prevention": { | ||
"types": "./dist/prosekit-extensions-mod-click-prevention.d.ts", | ||
"import": "./dist/prosekit-extensions-mod-click-prevention.js", | ||
"default": "./dist/prosekit-extensions-mod-click-prevention.js" | ||
}, | ||
"./placeholder": { | ||
@@ -158,4 +163,4 @@ "types": "./dist/prosekit-extensions-placeholder.d.ts", | ||
"dependencies": { | ||
"@prosekit/core": "0.0.0-next-20240504134708", | ||
"@prosekit/pm": "0.0.0-next-20240504134708", | ||
"@prosekit/core": "0.0.0-next-20240504152243", | ||
"@prosekit/pm": "0.0.0-next-20240504152243", | ||
"prosemirror-dropcursor": "^1.8.1", | ||
@@ -183,5 +188,2 @@ "prosemirror-flat-list": "^0.5.0", | ||
], | ||
"mark-rule": [ | ||
"./dist/prosekit-extensions-mark-rule.d.ts" | ||
], | ||
"autocomplete": [ | ||
@@ -226,5 +228,11 @@ "./dist/prosekit-extensions-autocomplete.d.ts" | ||
], | ||
"mark-rule": [ | ||
"./dist/prosekit-extensions-mark-rule.d.ts" | ||
], | ||
"mention": [ | ||
"./dist/prosekit-extensions-mention.d.ts" | ||
], | ||
"mod-click-prevention": [ | ||
"./dist/prosekit-extensions-mod-click-prevention.d.ts" | ||
], | ||
"placeholder": [ | ||
@@ -231,0 +239,0 @@ "./dist/prosekit-extensions-placeholder.d.ts" |
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
101847
58
3001
+ Added@prosekit/core@0.0.0-next-20240504152243(transitive)
+ Added@prosekit/pm@0.0.0-next-20240504152243(transitive)
- Removed@prosekit/core@0.0.0-next-20240504134708(transitive)
- Removed@prosekit/pm@0.0.0-next-20240504134708(transitive)