@kopexa/tiptap 17.0.1 → 17.0.5
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/{chunk-V6TWVA23.mjs → chunk-FJAGUXEO.mjs} +1 -1
- package/dist/{chunk-NUCXXNTA.mjs → chunk-LXOLVGLW.mjs} +1 -1
- package/dist/{chunk-CUT6PA4X.mjs → chunk-YLDL3VYY.mjs} +0 -1
- package/dist/extensions/link/index.js +0 -1
- package/dist/extensions/link/index.mjs +1 -1
- package/dist/hooks/use-create-editor.js +0 -1
- package/dist/hooks/use-create-editor.mjs +2 -2
- package/dist/index.js +0 -1
- package/dist/index.mjs +3 -3
- package/dist/presets/basic/index.js +0 -1
- package/dist/presets/basic/index.mjs +3 -3
- package/package.json +40 -40
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
getExtensions,
|
|
4
4
|
useCreateEditor
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-LXOLVGLW.mjs";
|
|
6
6
|
import "../chunk-7LHOYNVF.mjs";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-YLDL3VYY.mjs";
|
|
8
8
|
import "../chunk-U5XAL46P.mjs";
|
|
9
9
|
import "../chunk-H6LC4LDQ.mjs";
|
|
10
10
|
import "../chunk-KR42JAVB.mjs";
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
BasicEditor
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-FJAGUXEO.mjs";
|
|
5
5
|
import "./chunk-MNTOOEHA.mjs";
|
|
6
6
|
import "./chunk-QF3YHPWM.mjs";
|
|
7
7
|
import "./chunk-B2DHYFSH.mjs";
|
|
@@ -48,9 +48,9 @@ import {
|
|
|
48
48
|
import "./chunk-REJEJXOZ.mjs";
|
|
49
49
|
import {
|
|
50
50
|
getExtensions
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-LXOLVGLW.mjs";
|
|
52
52
|
import "./chunk-7LHOYNVF.mjs";
|
|
53
|
-
import "./chunk-
|
|
53
|
+
import "./chunk-YLDL3VYY.mjs";
|
|
54
54
|
import "./chunk-U5XAL46P.mjs";
|
|
55
55
|
import "./chunk-H6LC4LDQ.mjs";
|
|
56
56
|
import "./chunk-KR42JAVB.mjs";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import {
|
|
4
4
|
BasicEditor
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-FJAGUXEO.mjs";
|
|
6
6
|
import "../../chunk-MNTOOEHA.mjs";
|
|
7
7
|
import "../../chunk-QF3YHPWM.mjs";
|
|
8
8
|
import "../../chunk-B2DHYFSH.mjs";
|
|
@@ -42,9 +42,9 @@ import "../../chunk-BEV5U2DK.mjs";
|
|
|
42
42
|
import "../../chunk-BXJYNSWQ.mjs";
|
|
43
43
|
import "../../chunk-TZQQ6C2Q.mjs";
|
|
44
44
|
import "../../chunk-REJEJXOZ.mjs";
|
|
45
|
-
import "../../chunk-
|
|
45
|
+
import "../../chunk-LXOLVGLW.mjs";
|
|
46
46
|
import "../../chunk-7LHOYNVF.mjs";
|
|
47
|
-
import "../../chunk-
|
|
47
|
+
import "../../chunk-YLDL3VYY.mjs";
|
|
48
48
|
import "../../chunk-U5XAL46P.mjs";
|
|
49
49
|
import "../../chunk-H6LC4LDQ.mjs";
|
|
50
50
|
import "../../chunk-KR42JAVB.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/tiptap",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.5",
|
|
4
4
|
"description": "our tiptap components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tiptap"
|
|
@@ -28,52 +28,52 @@
|
|
|
28
28
|
"motion": ">=12.23.6",
|
|
29
29
|
"react": ">=19.0.0-rc.0",
|
|
30
30
|
"react-dom": ">=19.0.0-rc.0",
|
|
31
|
-
"@kopexa/theme": "17.
|
|
31
|
+
"@kopexa/theme": "17.1.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@floating-ui/dom": "^1.7.4",
|
|
35
35
|
"@floating-ui/react": "^0.27.16",
|
|
36
|
-
"@tiptap/core": "^3.
|
|
37
|
-
"@tiptap/extension-collaboration": "^3.
|
|
38
|
-
"@tiptap/extension-highlight": "^3.
|
|
39
|
-
"@tiptap/extension-invisible-characters": "^3.
|
|
40
|
-
"@tiptap/extension-link": "^3.
|
|
41
|
-
"@tiptap/extension-list": "^3.
|
|
42
|
-
"@tiptap/extension-subscript": "^3.
|
|
43
|
-
"@tiptap/extension-superscript": "^3.
|
|
44
|
-
"@tiptap/extension-table-of-contents": "^3.
|
|
45
|
-
"@tiptap/extension-task-item": "^3.
|
|
46
|
-
"@tiptap/extension-task-list": "^3.
|
|
47
|
-
"@tiptap/extension-text-align": "^3.
|
|
48
|
-
"@tiptap/extension-text-style": "^3.
|
|
49
|
-
"@tiptap/extension-typography": "^3.
|
|
50
|
-
"@tiptap/extension-unique-id": "^3.
|
|
51
|
-
"@tiptap/extensions": "^3.
|
|
52
|
-
"@tiptap/pm": "^3.
|
|
53
|
-
"@tiptap/react": "^3.
|
|
54
|
-
"@tiptap/starter-kit": "^3.
|
|
55
|
-
"@tiptap/suggestion": "^3.
|
|
36
|
+
"@tiptap/core": "^3.15.3",
|
|
37
|
+
"@tiptap/extension-collaboration": "^3.15.3",
|
|
38
|
+
"@tiptap/extension-highlight": "^3.15.3",
|
|
39
|
+
"@tiptap/extension-invisible-characters": "^3.15.3",
|
|
40
|
+
"@tiptap/extension-link": "^3.15.3",
|
|
41
|
+
"@tiptap/extension-list": "^3.15.3",
|
|
42
|
+
"@tiptap/extension-subscript": "^3.15.3",
|
|
43
|
+
"@tiptap/extension-superscript": "^3.15.3",
|
|
44
|
+
"@tiptap/extension-table-of-contents": "^3.15.3",
|
|
45
|
+
"@tiptap/extension-task-item": "^3.15.3",
|
|
46
|
+
"@tiptap/extension-task-list": "^3.15.3",
|
|
47
|
+
"@tiptap/extension-text-align": "^3.15.3",
|
|
48
|
+
"@tiptap/extension-text-style": "^3.15.3",
|
|
49
|
+
"@tiptap/extension-typography": "^3.15.3",
|
|
50
|
+
"@tiptap/extension-unique-id": "^3.15.3",
|
|
51
|
+
"@tiptap/extensions": "^3.15.3",
|
|
52
|
+
"@tiptap/pm": "^3.15.3",
|
|
53
|
+
"@tiptap/react": "^3.15.3",
|
|
54
|
+
"@tiptap/starter-kit": "^3.15.3",
|
|
55
|
+
"@tiptap/suggestion": "^3.15.3",
|
|
56
56
|
"jsx-dom-cjs": "^8.1.6",
|
|
57
57
|
"markdown-it": "^14.1.0",
|
|
58
|
-
"react-hotkeys-hook": "^5.2.
|
|
58
|
+
"react-hotkeys-hook": "^5.2.3",
|
|
59
59
|
"react-intl": "^7.1.14",
|
|
60
|
-
"@kopexa/button": "17.0.
|
|
61
|
-
"@kopexa/chip": "17.
|
|
62
|
-
"@kopexa/dropdown-menu": "17.0.
|
|
63
|
-
"@kopexa/editor-utils": "17.0.
|
|
64
|
-
"@kopexa/extension-code": "17.0.
|
|
65
|
-
"@kopexa/extension-controlref": "17.0.
|
|
66
|
-
"@kopexa/
|
|
67
|
-
"@kopexa/
|
|
68
|
-
"@kopexa/
|
|
69
|
-
"@kopexa/
|
|
70
|
-
"@kopexa/react-utils": "17.0.
|
|
71
|
-
"@kopexa/separator": "17.0.
|
|
72
|
-
"@kopexa/
|
|
73
|
-
"@kopexa/
|
|
74
|
-
"@kopexa/toolbar": "17.0.
|
|
75
|
-
"@kopexa/use-composed-ref": "17.0.
|
|
76
|
-
"@kopexa/use-is-mobile": "17.0.
|
|
60
|
+
"@kopexa/button": "17.0.5",
|
|
61
|
+
"@kopexa/chip": "17.1.2",
|
|
62
|
+
"@kopexa/dropdown-menu": "17.0.5",
|
|
63
|
+
"@kopexa/editor-utils": "17.0.5",
|
|
64
|
+
"@kopexa/extension-code": "17.0.5",
|
|
65
|
+
"@kopexa/extension-controlref": "17.0.5",
|
|
66
|
+
"@kopexa/icons": "17.0.5",
|
|
67
|
+
"@kopexa/extension-table": "17.0.5",
|
|
68
|
+
"@kopexa/popover": "17.0.5",
|
|
69
|
+
"@kopexa/input": "17.0.5",
|
|
70
|
+
"@kopexa/react-utils": "17.0.5",
|
|
71
|
+
"@kopexa/separator": "17.0.5",
|
|
72
|
+
"@kopexa/tabs": "17.0.5",
|
|
73
|
+
"@kopexa/shared-utils": "17.0.5",
|
|
74
|
+
"@kopexa/toolbar": "17.0.5",
|
|
75
|
+
"@kopexa/use-composed-ref": "17.0.5",
|
|
76
|
+
"@kopexa/use-is-mobile": "17.0.5"
|
|
77
77
|
},
|
|
78
78
|
"clean-package": "../../../clean-package.config.json",
|
|
79
79
|
"module": "dist/index.mjs",
|