reactjs-tiptap-editor 0.0.45 → 0.0.47
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/lib/index.d.cts +46 -46
- package/lib/index.d.ts +46 -46
- package/lib/{locales-QV4-bvb6.cjs → locales-CPJzQTZK.cjs} +1 -1
- package/lib/{locales-BWnJn4at.js → locales-Cqe5eoG1.js} +1 -1
- package/lib/reactjs-tiptap-editor.cjs +1 -1
- package/lib/reactjs-tiptap-editor.js +2 -2
- package/lib/style.css +1 -1
- package/lib/tiptap-D3x-5t_9.cjs +116 -0
- package/lib/{tiptap-DR0UF0u4.js → tiptap-ocrlqn2l.js} +586 -661
- package/lib/{utils-BGidOjdA.js → utils-CysWbjXs.js} +1364 -1341
- package/lib/utils-hmhVfFW5.cjs +135 -0
- package/lib/{vendor-BHlXBvPI.cjs → vendor-BO9DCkYQ.cjs} +13 -13
- package/lib/{vendor-BU8RNhp0.js → vendor-DqXtrdHd.js} +1351 -1343
- package/package.json +64 -66
- package/lib/tiptap-C6GJy6Jo.cjs +0 -116
- package/lib/utils-CI1TaU6F.cjs +0 -135
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reactjs-tiptap-editor",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.47",
|
|
5
5
|
"main": "./lib/reactjs-tiptap-editor.cjs",
|
|
6
6
|
"module": "./lib/reactjs-tiptap-editor.js",
|
|
7
7
|
"types": "./lib/index.d.ts",
|
|
8
8
|
"description": "A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React",
|
|
9
|
-
"packageManager": "pnpm@9.
|
|
9
|
+
"packageManager": "pnpm@9.12.1",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": {
|
|
@@ -55,68 +55,67 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@excalidraw/excalidraw": "^0.17.6",
|
|
58
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
59
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
58
|
+
"@radix-ui/react-dialog": "^1.1.2",
|
|
59
|
+
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
60
60
|
"@radix-ui/react-icons": "^1.3.0",
|
|
61
61
|
"@radix-ui/react-label": "^2.1.0",
|
|
62
|
-
"@radix-ui/react-popover": "^1.1.
|
|
63
|
-
"@radix-ui/react-select": "^2.1.
|
|
62
|
+
"@radix-ui/react-popover": "^1.1.2",
|
|
63
|
+
"@radix-ui/react-select": "^2.1.2",
|
|
64
64
|
"@radix-ui/react-separator": "^1.1.0",
|
|
65
65
|
"@radix-ui/react-slot": "^1.1.0",
|
|
66
|
-
"@radix-ui/react-switch": "^1.1.
|
|
67
|
-
"@radix-ui/react-tabs": "^1.1.
|
|
68
|
-
"@radix-ui/react-toast": "^1.2.
|
|
66
|
+
"@radix-ui/react-switch": "^1.1.1",
|
|
67
|
+
"@radix-ui/react-tabs": "^1.1.1",
|
|
68
|
+
"@radix-ui/react-toast": "^1.2.2",
|
|
69
69
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
70
|
-
"@radix-ui/react-tooltip": "^1.1.
|
|
71
|
-
"@tiptap/core": "^2.
|
|
72
|
-
"@tiptap/extension-blockquote": "^2.
|
|
73
|
-
"@tiptap/extension-bold": "^2.
|
|
74
|
-
"@tiptap/extension-bubble-menu": "^2.
|
|
75
|
-
"@tiptap/extension-bullet-list": "^2.
|
|
76
|
-
"@tiptap/extension-character-count": "^2.
|
|
77
|
-
"@tiptap/extension-code": "^2.
|
|
78
|
-
"@tiptap/extension-code-block": "^2.
|
|
79
|
-
"@tiptap/extension-color": "^2.
|
|
80
|
-
"@tiptap/extension-document": "^2.
|
|
81
|
-
"@tiptap/extension-dropcursor": "^2.
|
|
82
|
-
"@tiptap/extension-focus": "^2.
|
|
83
|
-
"@tiptap/extension-font-family": "^2.
|
|
84
|
-
"@tiptap/extension-gapcursor": "^2.
|
|
85
|
-
"@tiptap/extension-hard-break": "^2.
|
|
86
|
-
"@tiptap/extension-heading": "^2.
|
|
87
|
-
"@tiptap/extension-highlight": "^2.
|
|
88
|
-
"@tiptap/extension-history": "^2.
|
|
89
|
-
"@tiptap/extension-horizontal-rule": "^2.
|
|
90
|
-
"@tiptap/extension-image": "^2.
|
|
91
|
-
"@tiptap/extension-italic": "^2.
|
|
92
|
-
"@tiptap/extension-link": "^2.
|
|
93
|
-
"@tiptap/extension-list-item": "^2.
|
|
94
|
-
"@tiptap/extension-mention": "^2.
|
|
95
|
-
"@tiptap/extension-ordered-list": "^2.
|
|
96
|
-
"@tiptap/extension-paragraph": "^2.
|
|
97
|
-
"@tiptap/extension-placeholder": "^2.
|
|
98
|
-
"@tiptap/extension-strike": "^2.
|
|
99
|
-
"@tiptap/extension-subscript": "^2.
|
|
100
|
-
"@tiptap/extension-superscript": "^2.
|
|
101
|
-
"@tiptap/extension-table": "^2.
|
|
102
|
-
"@tiptap/extension-table-cell": "^2.
|
|
103
|
-
"@tiptap/extension-table-header": "^2.
|
|
104
|
-
"@tiptap/extension-table-row": "^2.
|
|
105
|
-
"@tiptap/extension-task-item": "^2.
|
|
106
|
-
"@tiptap/extension-task-list": "^2.
|
|
107
|
-
"@tiptap/extension-text": "^2.
|
|
108
|
-
"@tiptap/extension-text-align": "^2.
|
|
109
|
-
"@tiptap/extension-text-style": "^2.
|
|
110
|
-
"@tiptap/extension-underline": "^2.
|
|
111
|
-
"@tiptap/pm": "^2.
|
|
112
|
-
"@tiptap/react": "^2.
|
|
113
|
-
"@tiptap/suggestion": "^2.
|
|
70
|
+
"@radix-ui/react-tooltip": "^1.1.3",
|
|
71
|
+
"@tiptap/core": "^2.8.0",
|
|
72
|
+
"@tiptap/extension-blockquote": "^2.8.0",
|
|
73
|
+
"@tiptap/extension-bold": "^2.8.0",
|
|
74
|
+
"@tiptap/extension-bubble-menu": "^2.8.0",
|
|
75
|
+
"@tiptap/extension-bullet-list": "^2.8.0",
|
|
76
|
+
"@tiptap/extension-character-count": "^2.8.0",
|
|
77
|
+
"@tiptap/extension-code": "^2.8.0",
|
|
78
|
+
"@tiptap/extension-code-block": "^2.8.0",
|
|
79
|
+
"@tiptap/extension-color": "^2.8.0",
|
|
80
|
+
"@tiptap/extension-document": "^2.8.0",
|
|
81
|
+
"@tiptap/extension-dropcursor": "^2.8.0",
|
|
82
|
+
"@tiptap/extension-focus": "^2.8.0",
|
|
83
|
+
"@tiptap/extension-font-family": "^2.8.0",
|
|
84
|
+
"@tiptap/extension-gapcursor": "^2.8.0",
|
|
85
|
+
"@tiptap/extension-hard-break": "^2.8.0",
|
|
86
|
+
"@tiptap/extension-heading": "^2.8.0",
|
|
87
|
+
"@tiptap/extension-highlight": "^2.8.0",
|
|
88
|
+
"@tiptap/extension-history": "^2.8.0",
|
|
89
|
+
"@tiptap/extension-horizontal-rule": "^2.8.0",
|
|
90
|
+
"@tiptap/extension-image": "^2.8.0",
|
|
91
|
+
"@tiptap/extension-italic": "^2.8.0",
|
|
92
|
+
"@tiptap/extension-link": "^2.8.0",
|
|
93
|
+
"@tiptap/extension-list-item": "^2.8.0",
|
|
94
|
+
"@tiptap/extension-mention": "^2.8.0",
|
|
95
|
+
"@tiptap/extension-ordered-list": "^2.8.0",
|
|
96
|
+
"@tiptap/extension-paragraph": "^2.8.0",
|
|
97
|
+
"@tiptap/extension-placeholder": "^2.8.0",
|
|
98
|
+
"@tiptap/extension-strike": "^2.8.0",
|
|
99
|
+
"@tiptap/extension-subscript": "^2.8.0",
|
|
100
|
+
"@tiptap/extension-superscript": "^2.8.0",
|
|
101
|
+
"@tiptap/extension-table": "^2.8.0",
|
|
102
|
+
"@tiptap/extension-table-cell": "^2.8.0",
|
|
103
|
+
"@tiptap/extension-table-header": "^2.8.0",
|
|
104
|
+
"@tiptap/extension-table-row": "^2.8.0",
|
|
105
|
+
"@tiptap/extension-task-item": "^2.8.0",
|
|
106
|
+
"@tiptap/extension-task-list": "^2.8.0",
|
|
107
|
+
"@tiptap/extension-text": "^2.8.0",
|
|
108
|
+
"@tiptap/extension-text-align": "^2.8.0",
|
|
109
|
+
"@tiptap/extension-text-style": "^2.8.0",
|
|
110
|
+
"@tiptap/extension-underline": "^2.8.0",
|
|
111
|
+
"@tiptap/pm": "^2.8.0",
|
|
112
|
+
"@tiptap/react": "^2.8.0",
|
|
113
|
+
"@tiptap/suggestion": "^2.8.0",
|
|
114
114
|
"class-variance-authority": "^0.7.0",
|
|
115
115
|
"clsx": "^2.1.1",
|
|
116
116
|
"deep-equal": "^2.2.3",
|
|
117
117
|
"docx": "^8.5.0",
|
|
118
118
|
"echo-drag-handle-plugin": "^0.0.2",
|
|
119
|
-
"file-saver": "^2.0.5",
|
|
120
119
|
"katex": "^0.16.11",
|
|
121
120
|
"lodash-es": "^4.17.21",
|
|
122
121
|
"lucide-react": "^0.427.0",
|
|
@@ -125,28 +124,27 @@
|
|
|
125
124
|
"react-colorful": "^5.6.1",
|
|
126
125
|
"react-visibility-sensor": "^5.1.1",
|
|
127
126
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
128
|
-
"shiki": "^1.
|
|
127
|
+
"shiki": "^1.22.0",
|
|
129
128
|
"tippy.js": "^6.3.7",
|
|
130
129
|
"valtio": "^1.13.2"
|
|
131
130
|
},
|
|
132
131
|
"devDependencies": {
|
|
133
132
|
"@antfu/eslint-config": "^2.27.3",
|
|
134
|
-
"@eslint-react/eslint-plugin": "^1.14.
|
|
133
|
+
"@eslint-react/eslint-plugin": "^1.14.3",
|
|
135
134
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
136
135
|
"@types/deep-equal": "^1.0.4",
|
|
137
|
-
"@types/file-saver": "^2.0.7",
|
|
138
136
|
"@types/katex": "^0.16.7",
|
|
139
137
|
"@types/lodash-es": "^4.17.12",
|
|
140
|
-
"@types/node": "^22.7.
|
|
141
|
-
"@types/react": "^18.3.
|
|
138
|
+
"@types/node": "^22.7.5",
|
|
139
|
+
"@types/react": "^18.3.11",
|
|
142
140
|
"@types/react-dom": "^18.3.0",
|
|
143
|
-
"@vitejs/plugin-react": "^4.3.
|
|
141
|
+
"@vitejs/plugin-react": "^4.3.2",
|
|
144
142
|
"autoprefixer": "^10.4.20",
|
|
145
|
-
"bumpp": "^9.
|
|
143
|
+
"bumpp": "^9.7.1",
|
|
146
144
|
"eslint": "^8.57.1",
|
|
147
145
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
148
146
|
"eslint-plugin-react-refresh": "^0.4.12",
|
|
149
|
-
"esno": "^4.
|
|
147
|
+
"esno": "^4.8.0",
|
|
150
148
|
"execa": "^9.4.0",
|
|
151
149
|
"git-scm-hooks": "^0.0.11",
|
|
152
150
|
"globby": "^14.0.2",
|
|
@@ -156,14 +154,14 @@
|
|
|
156
154
|
"postcss-scss": "^4.0.9",
|
|
157
155
|
"react": "^18.3.1",
|
|
158
156
|
"react-dom": "^18.3.1",
|
|
159
|
-
"sass": "^1.79.
|
|
160
|
-
"tailwind-merge": "^2.5.
|
|
157
|
+
"sass": "^1.79.4",
|
|
158
|
+
"tailwind-merge": "^2.5.3",
|
|
161
159
|
"tailwindcss": "^3.4.13",
|
|
162
160
|
"tailwindcss-animate": "^1.0.7",
|
|
163
|
-
"typescript": "^5.6.
|
|
161
|
+
"typescript": "^5.6.3",
|
|
164
162
|
"verify-commit-msg": "^0.0.14",
|
|
165
163
|
"vite": "^5.4.8",
|
|
166
|
-
"vite-plugin-dts": "^4.2.
|
|
164
|
+
"vite-plugin-dts": "^4.2.3"
|
|
167
165
|
},
|
|
168
166
|
"browserslist": [
|
|
169
167
|
">0.3%",
|