prosekit 0.1.12 → 0.1.14
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.
|
@@ -57,6 +57,7 @@ import { AutocompleteRule } from '@prosekit/extensions/autocomplete';
|
|
|
57
57
|
import { autoJoin } from '@prosekit/pm/commands';
|
|
58
58
|
import { AutoUpdateOptions } from '@prosekit/lit/popover';
|
|
59
59
|
import { baseKeymap } from '@prosekit/pm/commands';
|
|
60
|
+
import { BaseNodeViewOptions } from '@prosekit/core';
|
|
60
61
|
import { BasicExtension } from '@prosekit/basic';
|
|
61
62
|
import { canJoin } from '@prosekit/pm/transform';
|
|
62
63
|
import { canSplit } from '@prosekit/pm/transform';
|
|
@@ -136,6 +137,7 @@ import { defineBoldSpec } from '@prosekit/extensions/bold';
|
|
|
136
137
|
import { defineCode } from '@prosekit/extensions/code';
|
|
137
138
|
import { defineCodeBlock } from '@prosekit/extensions/code-block';
|
|
138
139
|
import { defineCodeBlockCommands } from '@prosekit/extensions/code-block';
|
|
140
|
+
import { defineCodeBlockHighlight } from '@prosekit/extensions/code-block';
|
|
139
141
|
import { defineCodeBlockInputRule } from '@prosekit/extensions/code-block';
|
|
140
142
|
import { defineCodeBlockSpec } from '@prosekit/extensions/code-block';
|
|
141
143
|
import { defineCodeCommands } from '@prosekit/extensions/code';
|
|
@@ -547,6 +549,8 @@ export { AutoUpdateOptions }
|
|
|
547
549
|
|
|
548
550
|
export { baseKeymap }
|
|
549
551
|
|
|
552
|
+
export { BaseNodeViewOptions }
|
|
553
|
+
|
|
550
554
|
export { BasicExtension }
|
|
551
555
|
|
|
552
556
|
export { canJoin }
|
|
@@ -707,6 +711,8 @@ export { defineCodeBlock }
|
|
|
707
711
|
|
|
708
712
|
export { defineCodeBlockCommands }
|
|
709
713
|
|
|
714
|
+
export { defineCodeBlockHighlight }
|
|
715
|
+
|
|
710
716
|
export { defineCodeBlockInputRule }
|
|
711
717
|
|
|
712
718
|
export { defineCodeBlockSpec }
|
package/dist/prosekit-core.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export { _getId } from './_tsup-dts-rollup';
|
|
2
1
|
export { addMark } from './_tsup-dts-rollup';
|
|
3
2
|
export { insertNode } from './_tsup-dts-rollup';
|
|
4
3
|
export { removeMark } from './_tsup-dts-rollup';
|
|
@@ -37,6 +36,7 @@ export { defineText } from './_tsup-dts-rollup';
|
|
|
37
36
|
export { defineUpdateHandler } from './_tsup-dts-rollup';
|
|
38
37
|
export { Facet } from './_tsup-dts-rollup';
|
|
39
38
|
export { FacetOptions } from './_tsup-dts-rollup';
|
|
39
|
+
export { BaseNodeViewOptions } from './_tsup-dts-rollup';
|
|
40
40
|
export { CommandArgs } from './_tsup-dts-rollup';
|
|
41
41
|
export { Extension } from './_tsup-dts-rollup';
|
|
42
42
|
export { ExtractCommandAppliers } from './_tsup-dts-rollup';
|
|
@@ -50,6 +50,7 @@ export { SelectionJSON } from './_tsup-dts-rollup';
|
|
|
50
50
|
export { StateJSON } from './_tsup-dts-rollup';
|
|
51
51
|
export { Priority } from './_tsup-dts-rollup';
|
|
52
52
|
export { SimplifyUnion } from './_tsup-dts-rollup';
|
|
53
|
+
export { _getId } from './_tsup-dts-rollup';
|
|
53
54
|
export { getMarkType } from './_tsup-dts-rollup';
|
|
54
55
|
export { getNodeType } from './_tsup-dts-rollup';
|
|
55
56
|
export { jsonFromElement } from './_tsup-dts-rollup';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { defineCodeBlockSpec } from './_tsup-dts-rollup';
|
|
2
|
-
export { defineCodeBlockInputRule } from './_tsup-dts-rollup';
|
|
3
|
-
export { defineCodeBlockCommands } from './_tsup-dts-rollup';
|
|
4
1
|
export { defineCodeBlock } from './_tsup-dts-rollup';
|
|
2
|
+
export { defineCodeBlockCommands } from './_tsup-dts-rollup';
|
|
3
|
+
export { defineCodeBlockHighlight } from './_tsup-dts-rollup';
|
|
4
|
+
export { defineCodeBlockInputRule } from './_tsup-dts-rollup';
|
|
5
|
+
export { defineCodeBlockSpec } from './_tsup-dts-rollup';
|
|
5
6
|
export { CodeBlockAttrs } from './_tsup-dts-rollup';
|
|
6
7
|
export { HighlightParser } 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.1.
|
|
4
|
+
"version": "0.1.14",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -524,8 +524,8 @@
|
|
|
524
524
|
],
|
|
525
525
|
"dependencies": {
|
|
526
526
|
"@prosekit/basic": "0.1.0",
|
|
527
|
-
"@prosekit/core": "0.1.
|
|
528
|
-
"@prosekit/extensions": "0.1.
|
|
527
|
+
"@prosekit/core": "0.1.9",
|
|
528
|
+
"@prosekit/extensions": "0.1.6",
|
|
529
529
|
"@prosekit/lit": "0.1.4",
|
|
530
530
|
"@prosekit/pm": "0.1.1",
|
|
531
531
|
"@prosekit/preact": "0.1.2",
|
|
@@ -565,7 +565,7 @@
|
|
|
565
565
|
"devDependencies": {
|
|
566
566
|
"@prosekit/dev": "*",
|
|
567
567
|
"@types/react": "^18.2.45",
|
|
568
|
-
"@types/react-dom": "^18.2.
|
|
568
|
+
"@types/react-dom": "^18.2.18",
|
|
569
569
|
"preact": "^10.19.3",
|
|
570
570
|
"react": "^18.2.0",
|
|
571
571
|
"react-dom": "^18.2.0",
|