@tiptap/extension-list 3.10.6 → 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 CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Node, Extension, Editor } from '@tiptap/core';
2
- import * as _tiptap_pm_model from '@tiptap/pm/model';
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: _tiptap_pm_model.ResolvedPos;
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 _tiptap_pm_model from '@tiptap/pm/model';
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: _tiptap_pm_model.ResolvedPos;
101
+ $pos: prosemirror_model.ResolvedPos;
102
102
  depth: number;
103
103
  } | null;
104
104
 
@@ -1,5 +1,5 @@
1
1
  import { Extension, Editor } from '@tiptap/core';
2
- import * as _tiptap_pm_model from '@tiptap/pm/model';
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: _tiptap_pm_model.ResolvedPos;
27
+ $pos: prosemirror_model.ResolvedPos;
28
28
  depth: number;
29
29
  } | null;
30
30
 
@@ -1,5 +1,5 @@
1
1
  import { Extension, Editor } from '@tiptap/core';
2
- import * as _tiptap_pm_model from '@tiptap/pm/model';
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: _tiptap_pm_model.ResolvedPos;
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.6",
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.6",
91
- "@tiptap/pm": "^3.10.6"
90
+ "@tiptap/core": "^3.10.8",
91
+ "@tiptap/pm": "^3.10.8"
92
92
  },
93
93
  "peerDependencies": {
94
- "@tiptap/core": "^3.10.6",
95
- "@tiptap/pm": "^3.10.6"
94
+ "@tiptap/core": "^3.10.8",
95
+ "@tiptap/pm": "^3.10.8"
96
96
  },
97
97
  "repository": {
98
98
  "type": "git",