@tiptap/extension-drag-handle-vue-3 3.0.2 → 3.0.3

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
@@ -2534,14 +2534,6 @@ declare class Editor extends EventEmitter<EditorEvents> {
2534
2534
  $pos(pos: number): NodePos;
2535
2535
  get $doc(): NodePos;
2536
2536
  }
2537
- declare global {
2538
- namespace JSX {
2539
- type Element = [string, ...any[]];
2540
- interface IntrinsicElements {
2541
- [key: string]: any;
2542
- }
2543
- }
2544
- }
2545
2537
 
2546
2538
  interface Commands<ReturnType = any> {
2547
2539
  }
package/dist/index.d.ts CHANGED
@@ -2534,14 +2534,6 @@ declare class Editor extends EventEmitter<EditorEvents> {
2534
2534
  $pos(pos: number): NodePos;
2535
2535
  get $doc(): NodePos;
2536
2536
  }
2537
- declare global {
2538
- namespace JSX {
2539
- type Element = [string, ...any[]];
2540
- interface IntrinsicElements {
2541
- [key: string]: any;
2542
- }
2543
- }
2544
- }
2545
2537
 
2546
2538
  interface Commands<ReturnType = any> {
2547
2539
  }
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.0.2",
4
+ "version": "3.0.3",
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.0.2",
41
- "@tiptap/pm": "^3.0.2",
42
- "@tiptap/vue-3": "^3.0.2"
40
+ "@tiptap/extension-drag-handle": "^3.0.3",
41
+ "@tiptap/pm": "^3.0.3",
42
+ "@tiptap/vue-3": "^3.0.3"
43
43
  },
44
44
  "devDependencies": {
45
45
  "vue": "^3.0.0",
46
- "@tiptap/extension-drag-handle": "^3.0.2",
47
- "@tiptap/pm": "^3.0.2",
48
- "@tiptap/vue-3": "^3.0.2"
46
+ "@tiptap/extension-drag-handle": "^3.0.3",
47
+ "@tiptap/pm": "^3.0.3",
48
+ "@tiptap/vue-3": "^3.0.3"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsup",