@tiptap/extension-drag-handle-vue-3 3.15.3 → 3.16.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
@@ -1,7 +1,7 @@
1
1
  import * as _floating_ui_dom from '@floating-ui/dom';
2
2
  import { EditorState, Plugin, Transaction, PluginKey } from '@tiptap/pm/state';
3
3
  import { MarkType as MarkType$1, MarkSpec, Mark as Mark$1, DOMOutputSpec, NodeType as NodeType$1, NodeSpec, Node as Node$1, Slice, ParseOptions, Schema, ResolvedPos, Fragment } from '@tiptap/pm/model';
4
- import { EditorView, EditorProps, NodeView, MarkView, NodeViewConstructor, MarkViewConstructor } from '@tiptap/pm/view';
4
+ import { NodeViewConstructor, NodeView, MarkViewConstructor, MarkView, EditorProps, EditorView } from '@tiptap/pm/view';
5
5
  import { Transform, MapResult } from '@tiptap/pm/transform';
6
6
  import * as vue from 'vue';
7
7
  import { PropType } from 'vue';
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as _floating_ui_dom from '@floating-ui/dom';
2
2
  import { EditorState, Plugin, Transaction, PluginKey } from '@tiptap/pm/state';
3
3
  import { MarkType as MarkType$1, MarkSpec, Mark as Mark$1, DOMOutputSpec, NodeType as NodeType$1, NodeSpec, Node as Node$1, Slice, ParseOptions, Schema, ResolvedPos, Fragment } from '@tiptap/pm/model';
4
- import { EditorView, EditorProps, NodeView, MarkView, NodeViewConstructor, MarkViewConstructor } from '@tiptap/pm/view';
4
+ import { NodeViewConstructor, NodeView, MarkViewConstructor, MarkView, EditorProps, EditorView } from '@tiptap/pm/view';
5
5
  import { Transform, MapResult } from '@tiptap/pm/transform';
6
6
  import * as vue from 'vue';
7
7
  import { PropType } from 'vue';
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.15.3",
4
+ "version": "3.16.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.15.3",
41
- "@tiptap/vue-3": "^3.15.3",
42
- "@tiptap/pm": "^3.15.3"
40
+ "@tiptap/pm": "^3.16.0",
41
+ "@tiptap/extension-drag-handle": "^3.16.0",
42
+ "@tiptap/vue-3": "^3.16.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "vue": "^3.0.0",
46
- "@tiptap/extension-drag-handle": "^3.15.3",
47
- "@tiptap/pm": "^3.15.3",
48
- "@tiptap/vue-3": "^3.15.3"
46
+ "@tiptap/extension-drag-handle": "^3.16.0",
47
+ "@tiptap/pm": "^3.16.0",
48
+ "@tiptap/vue-3": "^3.16.0"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsup",