prosekit 0.1.13 → 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';
|
|
@@ -548,6 +549,8 @@ export { AutoUpdateOptions }
|
|
|
548
549
|
|
|
549
550
|
export { baseKeymap }
|
|
550
551
|
|
|
552
|
+
export { BaseNodeViewOptions }
|
|
553
|
+
|
|
551
554
|
export { BasicExtension }
|
|
552
555
|
|
|
553
556
|
export { canJoin }
|
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';
|
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,7 +524,7 @@
|
|
|
524
524
|
],
|
|
525
525
|
"dependencies": {
|
|
526
526
|
"@prosekit/basic": "0.1.0",
|
|
527
|
-
"@prosekit/core": "0.1.
|
|
527
|
+
"@prosekit/core": "0.1.9",
|
|
528
528
|
"@prosekit/extensions": "0.1.6",
|
|
529
529
|
"@prosekit/lit": "0.1.4",
|
|
530
530
|
"@prosekit/pm": "0.1.1",
|