prosekit 0.9.9 → 0.9.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -79,6 +79,7 @@ import { CommandAction } from '@prosekit/core';
|
|
|
79
79
|
import { CommandTyping } from '@prosekit/core';
|
|
80
80
|
import { Commit } from '@prosekit/extensions/commit';
|
|
81
81
|
import { CommitRecorder } from '@prosekit/extensions/commit';
|
|
82
|
+
import { containsInlineNode } from '@prosekit/core';
|
|
82
83
|
import { ContentMatch } from '@prosekit/pm/model';
|
|
83
84
|
import { createEditor } from '@prosekit/core';
|
|
84
85
|
import { createMarkInputRule } from '@prosekit/extensions/input-rule';
|
|
@@ -776,6 +777,8 @@ export { Commit }
|
|
|
776
777
|
|
|
777
778
|
export { CommitRecorder }
|
|
778
779
|
|
|
780
|
+
export { containsInlineNode }
|
|
781
|
+
|
|
779
782
|
export { ContentMatch }
|
|
780
783
|
|
|
781
784
|
export { createEditor }
|
package/dist/basic/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ../../node_modules/.pnpm/prosemirror-view@1.33.
|
|
1
|
+
/* ../../node_modules/.pnpm/prosemirror-view@1.33.9/node_modules/prosemirror-view/style/prosemirror.css */
|
|
2
2
|
.ProseMirror {
|
|
3
3
|
position: relative;
|
|
4
4
|
}
|
|
@@ -52,7 +52,7 @@ img.ProseMirror-separator {
|
|
|
52
52
|
|
|
53
53
|
/* ../pm/src/view/style/prosemirror.css */
|
|
54
54
|
|
|
55
|
-
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.5.
|
|
55
|
+
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.5.4/node_modules/prosemirror-flat-list/dist/style.css */
|
|
56
56
|
.prosemirror-flat-list {
|
|
57
57
|
padding: 0;
|
|
58
58
|
margin-top: 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.5.
|
|
1
|
+
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.5.4/node_modules/prosemirror-flat-list/dist/style.css */
|
|
2
2
|
.prosemirror-flat-list {
|
|
3
3
|
padding: 0;
|
|
4
4
|
margin-top: 0;
|
package/dist/prosekit-core.d.ts
CHANGED
|
@@ -136,6 +136,7 @@ export { canUseRegexLookbehind } from './_tsup-dts-rollup';
|
|
|
136
136
|
export { clsx } from './_tsup-dts-rollup';
|
|
137
137
|
export { collectNodes } from './_tsup-dts-rollup';
|
|
138
138
|
export { NodeContent } from './_tsup-dts-rollup';
|
|
139
|
+
export { containsInlineNode } from './_tsup-dts-rollup';
|
|
139
140
|
export { defaultBlockAt } from './_tsup-dts-rollup';
|
|
140
141
|
export { isApple } from './_tsup-dts-rollup';
|
|
141
142
|
export { _getId } from './_tsup-dts-rollup';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.10",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -497,17 +497,17 @@
|
|
|
497
497
|
"dist"
|
|
498
498
|
],
|
|
499
499
|
"dependencies": {
|
|
500
|
-
"@prosekit/basic": "0.3.
|
|
501
|
-
"@prosekit/extensions": "0.7.
|
|
502
|
-
"@prosekit/core": "0.7.
|
|
503
|
-
"@prosekit/lit": "0.3.
|
|
504
|
-
"@prosekit/pm": "0.1.
|
|
505
|
-
"@prosekit/preact": "0.3.
|
|
506
|
-
"@prosekit/
|
|
507
|
-
"@prosekit/
|
|
508
|
-
"@prosekit/svelte": "0.4.
|
|
509
|
-
"@prosekit/
|
|
510
|
-
"@prosekit/
|
|
500
|
+
"@prosekit/basic": "0.3.17",
|
|
501
|
+
"@prosekit/extensions": "0.7.5",
|
|
502
|
+
"@prosekit/core": "0.7.5",
|
|
503
|
+
"@prosekit/lit": "0.3.13",
|
|
504
|
+
"@prosekit/pm": "0.1.7",
|
|
505
|
+
"@prosekit/preact": "0.3.16",
|
|
506
|
+
"@prosekit/react": "0.3.17",
|
|
507
|
+
"@prosekit/solid": "0.3.15",
|
|
508
|
+
"@prosekit/svelte": "0.4.7",
|
|
509
|
+
"@prosekit/web": "0.3.5",
|
|
510
|
+
"@prosekit/vue": "0.3.16"
|
|
511
511
|
},
|
|
512
512
|
"peerDependencies": {
|
|
513
513
|
"preact": ">= 10.11.0",
|