@tiptap/extension-drag-handle-vue-3 3.9.1 → 3.10.0

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
@@ -193,7 +193,7 @@ interface NodeConfig<Options = any, Storage = any> extends ExtendableConfig<Opti
193
193
  editor: Editor;
194
194
  type: NodeType$1;
195
195
  parent: ParentConfig<NodeConfig<Options, Storage>>['addNodeView'];
196
- }) => NodeViewRenderer) | null;
196
+ }) => NodeViewRenderer | null) | null;
197
197
  /**
198
198
  * Defines if this node should be a top level node (doc)
199
199
  * @default false
package/dist/index.d.ts CHANGED
@@ -193,7 +193,7 @@ interface NodeConfig<Options = any, Storage = any> extends ExtendableConfig<Opti
193
193
  editor: Editor;
194
194
  type: NodeType$1;
195
195
  parent: ParentConfig<NodeConfig<Options, Storage>>['addNodeView'];
196
- }) => NodeViewRenderer) | null;
196
+ }) => NodeViewRenderer | null) | null;
197
197
  /**
198
198
  * Defines if this node should be a top level node (doc)
199
199
  * @default false
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tiptap/extension-drag-handle-vue-3",
3
3
  "description": "drag handle extension for tiptap with vue 3",
4
- "version": "3.9.1",
4
+ "version": "3.10.0",
5
5
  "homepage": "https://tiptap.dev",
6
6
  "keywords": [
7
7
  "tiptap",
@@ -37,15 +37,15 @@
37
37
  ],
38
38
  "peerDependencies": {
39
39
  "vue": "^3.0.0",
40
- "@tiptap/extension-drag-handle": "^3.9.1",
41
- "@tiptap/pm": "^3.9.1",
42
- "@tiptap/vue-3": "^3.9.1"
40
+ "@tiptap/extension-drag-handle": "^3.10.0",
41
+ "@tiptap/pm": "^3.10.0",
42
+ "@tiptap/vue-3": "^3.10.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "vue": "^3.0.0",
46
- "@tiptap/extension-drag-handle": "^3.9.1",
47
- "@tiptap/pm": "^3.9.1",
48
- "@tiptap/vue-3": "^3.9.1"
46
+ "@tiptap/extension-drag-handle": "^3.10.0",
47
+ "@tiptap/pm": "^3.10.0",
48
+ "@tiptap/vue-3": "^3.10.0"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsup",