@tiptap/extension-list 3.10.7 → 3.10.8
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.
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/keymap/index.d.cts +2 -2
- package/dist/keymap/index.d.ts +2 -2
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Node, Extension, Editor } from '@tiptap/core';
|
|
2
|
-
import * as
|
|
2
|
+
import * as prosemirror_model from 'prosemirror-model';
|
|
3
3
|
import { NodeType, Node as Node$1 } from '@tiptap/pm/model';
|
|
4
4
|
import { EditorState } from '@tiptap/pm/state';
|
|
5
5
|
|
|
@@ -98,7 +98,7 @@ type ListKeymapOptions = {
|
|
|
98
98
|
declare const ListKeymap: Extension<ListKeymapOptions, any>;
|
|
99
99
|
|
|
100
100
|
declare const findListItemPos: (typeOrName: string | NodeType, state: EditorState) => {
|
|
101
|
-
$pos:
|
|
101
|
+
$pos: prosemirror_model.ResolvedPos;
|
|
102
102
|
depth: number;
|
|
103
103
|
} | null;
|
|
104
104
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Node, Extension, Editor } from '@tiptap/core';
|
|
2
|
-
import * as
|
|
2
|
+
import * as prosemirror_model from 'prosemirror-model';
|
|
3
3
|
import { NodeType, Node as Node$1 } from '@tiptap/pm/model';
|
|
4
4
|
import { EditorState } from '@tiptap/pm/state';
|
|
5
5
|
|
|
@@ -98,7 +98,7 @@ type ListKeymapOptions = {
|
|
|
98
98
|
declare const ListKeymap: Extension<ListKeymapOptions, any>;
|
|
99
99
|
|
|
100
100
|
declare const findListItemPos: (typeOrName: string | NodeType, state: EditorState) => {
|
|
101
|
-
$pos:
|
|
101
|
+
$pos: prosemirror_model.ResolvedPos;
|
|
102
102
|
depth: number;
|
|
103
103
|
} | null;
|
|
104
104
|
|
package/dist/keymap/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Extension, Editor } from '@tiptap/core';
|
|
2
|
-
import * as
|
|
2
|
+
import * as prosemirror_model from 'prosemirror-model';
|
|
3
3
|
import { NodeType, Node } from '@tiptap/pm/model';
|
|
4
4
|
import { EditorState } from '@tiptap/pm/state';
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ type ListKeymapOptions = {
|
|
|
24
24
|
declare const ListKeymap: Extension<ListKeymapOptions, any>;
|
|
25
25
|
|
|
26
26
|
declare const findListItemPos: (typeOrName: string | NodeType, state: EditorState) => {
|
|
27
|
-
$pos:
|
|
27
|
+
$pos: prosemirror_model.ResolvedPos;
|
|
28
28
|
depth: number;
|
|
29
29
|
} | null;
|
|
30
30
|
|
package/dist/keymap/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Extension, Editor } from '@tiptap/core';
|
|
2
|
-
import * as
|
|
2
|
+
import * as prosemirror_model from 'prosemirror-model';
|
|
3
3
|
import { NodeType, Node } from '@tiptap/pm/model';
|
|
4
4
|
import { EditorState } from '@tiptap/pm/state';
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ type ListKeymapOptions = {
|
|
|
24
24
|
declare const ListKeymap: Extension<ListKeymapOptions, any>;
|
|
25
25
|
|
|
26
26
|
declare const findListItemPos: (typeOrName: string | NodeType, state: EditorState) => {
|
|
27
|
-
$pos:
|
|
27
|
+
$pos: prosemirror_model.ResolvedPos;
|
|
28
28
|
depth: number;
|
|
29
29
|
} | null;
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tiptap/extension-list",
|
|
3
3
|
"description": "List extension for tiptap",
|
|
4
|
-
"version": "3.10.
|
|
4
|
+
"version": "3.10.8",
|
|
5
5
|
"homepage": "https://tiptap.dev",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"tiptap",
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"dist"
|
|
88
88
|
],
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@tiptap/core": "^3.10.
|
|
91
|
-
"@tiptap/pm": "^3.10.
|
|
90
|
+
"@tiptap/core": "^3.10.8",
|
|
91
|
+
"@tiptap/pm": "^3.10.8"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|
|
94
|
-
"@tiptap/core": "^3.10.
|
|
95
|
-
"@tiptap/pm": "^3.10.
|
|
94
|
+
"@tiptap/core": "^3.10.8",
|
|
95
|
+
"@tiptap/pm": "^3.10.8"
|
|
96
96
|
},
|
|
97
97
|
"repository": {
|
|
98
98
|
"type": "git",
|