reactjs-tiptap-editor 0.2.12 → 0.2.13
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/{RichTextEditor-DJJ5SBya.cjs → RichTextEditor-DBjHuER_.cjs} +92 -89
- package/lib/{RichTextEditor-CIenLXbH.js → RichTextEditor-DqXFuGeI.js} +91 -88
- package/lib/extension-bundle.cjs +1 -1
- package/lib/extension-bundle.d.cts +65 -65
- package/lib/extension-bundle.d.ts +65 -65
- package/lib/extension-bundle.js +5 -4
- package/lib/index.cjs +1 -1
- package/lib/index.d.cts +65 -65
- package/lib/index.d.ts +65 -65
- package/lib/index.js +2 -2
- package/lib/locale-bundle.d.cts +65 -65
- package/lib/locale-bundle.d.ts +65 -65
- package/lib/style.css +1 -1
- package/lib/{tiptap-DKUVyykT.js → tiptap-24JNJPT1.js} +204 -203
- package/lib/{tiptap-BjxGiEhB.cjs → tiptap-DaE4Kxno.cjs} +12 -12
- package/package.json +54 -54
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reactjs-tiptap-editor",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.13",
|
|
5
5
|
"packageManager": "pnpm@8.15.9",
|
|
6
6
|
"description": "A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React",
|
|
7
7
|
"license": "MIT",
|
|
@@ -129,60 +129,60 @@
|
|
|
129
129
|
"@radix-ui/react-toast": "^1.2.6",
|
|
130
130
|
"@radix-ui/react-toggle": "^1.1.2",
|
|
131
131
|
"@radix-ui/react-tooltip": "^1.1.8",
|
|
132
|
-
"@tiptap/core": "^2.11.
|
|
133
|
-
"@tiptap/extension-blockquote": "^2.11.
|
|
134
|
-
"@tiptap/extension-bold": "^2.11.
|
|
135
|
-
"@tiptap/extension-bubble-menu": "^2.11.
|
|
136
|
-
"@tiptap/extension-bullet-list": "^2.11.
|
|
137
|
-
"@tiptap/extension-character-count": "^2.11.
|
|
138
|
-
"@tiptap/extension-code": "^2.11.
|
|
139
|
-
"@tiptap/extension-code-block": "^2.11.
|
|
140
|
-
"@tiptap/extension-color": "^2.11.
|
|
141
|
-
"@tiptap/extension-document": "^2.11.
|
|
142
|
-
"@tiptap/extension-dropcursor": "^2.11.
|
|
143
|
-
"@tiptap/extension-focus": "^2.11.
|
|
144
|
-
"@tiptap/extension-font-family": "^2.11.
|
|
145
|
-
"@tiptap/extension-gapcursor": "^2.11.
|
|
146
|
-
"@tiptap/extension-hard-break": "^2.11.
|
|
147
|
-
"@tiptap/extension-heading": "^2.11.
|
|
148
|
-
"@tiptap/extension-highlight": "^2.11.
|
|
149
|
-
"@tiptap/extension-history": "^2.11.
|
|
150
|
-
"@tiptap/extension-horizontal-rule": "^2.11.
|
|
151
|
-
"@tiptap/extension-image": "^2.11.
|
|
152
|
-
"@tiptap/extension-italic": "^2.11.
|
|
153
|
-
"@tiptap/extension-link": "^2.11.
|
|
154
|
-
"@tiptap/extension-list-item": "^2.11.
|
|
155
|
-
"@tiptap/extension-mention": "^2.11.
|
|
156
|
-
"@tiptap/extension-ordered-list": "^2.11.
|
|
157
|
-
"@tiptap/extension-paragraph": "^2.11.
|
|
158
|
-
"@tiptap/extension-placeholder": "^2.11.
|
|
159
|
-
"@tiptap/extension-strike": "^2.11.
|
|
160
|
-
"@tiptap/extension-subscript": "^2.11.
|
|
161
|
-
"@tiptap/extension-superscript": "^2.11.
|
|
162
|
-
"@tiptap/extension-table": "^2.11.
|
|
163
|
-
"@tiptap/extension-table-cell": "^2.11.
|
|
164
|
-
"@tiptap/extension-table-header": "^2.11.
|
|
165
|
-
"@tiptap/extension-table-row": "^2.11.
|
|
166
|
-
"@tiptap/extension-task-item": "^2.11.
|
|
167
|
-
"@tiptap/extension-task-list": "^2.11.
|
|
168
|
-
"@tiptap/extension-text": "^2.11.
|
|
169
|
-
"@tiptap/extension-text-align": "^2.11.
|
|
170
|
-
"@tiptap/extension-text-style": "^2.11.
|
|
171
|
-
"@tiptap/extension-underline": "^2.11.
|
|
172
|
-
"@tiptap/pm": "^2.11.
|
|
173
|
-
"@tiptap/react": "^2.11.
|
|
174
|
-
"@tiptap/suggestion": "^2.11.
|
|
132
|
+
"@tiptap/core": "^2.11.7",
|
|
133
|
+
"@tiptap/extension-blockquote": "^2.11.7",
|
|
134
|
+
"@tiptap/extension-bold": "^2.11.7",
|
|
135
|
+
"@tiptap/extension-bubble-menu": "^2.11.7",
|
|
136
|
+
"@tiptap/extension-bullet-list": "^2.11.7",
|
|
137
|
+
"@tiptap/extension-character-count": "^2.11.7",
|
|
138
|
+
"@tiptap/extension-code": "^2.11.7",
|
|
139
|
+
"@tiptap/extension-code-block": "^2.11.7",
|
|
140
|
+
"@tiptap/extension-color": "^2.11.7",
|
|
141
|
+
"@tiptap/extension-document": "^2.11.7",
|
|
142
|
+
"@tiptap/extension-dropcursor": "^2.11.7",
|
|
143
|
+
"@tiptap/extension-focus": "^2.11.7",
|
|
144
|
+
"@tiptap/extension-font-family": "^2.11.7",
|
|
145
|
+
"@tiptap/extension-gapcursor": "^2.11.7",
|
|
146
|
+
"@tiptap/extension-hard-break": "^2.11.7",
|
|
147
|
+
"@tiptap/extension-heading": "^2.11.7",
|
|
148
|
+
"@tiptap/extension-highlight": "^2.11.7",
|
|
149
|
+
"@tiptap/extension-history": "^2.11.7",
|
|
150
|
+
"@tiptap/extension-horizontal-rule": "^2.11.7",
|
|
151
|
+
"@tiptap/extension-image": "^2.11.7",
|
|
152
|
+
"@tiptap/extension-italic": "^2.11.7",
|
|
153
|
+
"@tiptap/extension-link": "^2.11.7",
|
|
154
|
+
"@tiptap/extension-list-item": "^2.11.7",
|
|
155
|
+
"@tiptap/extension-mention": "^2.11.7",
|
|
156
|
+
"@tiptap/extension-ordered-list": "^2.11.7",
|
|
157
|
+
"@tiptap/extension-paragraph": "^2.11.7",
|
|
158
|
+
"@tiptap/extension-placeholder": "^2.11.7",
|
|
159
|
+
"@tiptap/extension-strike": "^2.11.7",
|
|
160
|
+
"@tiptap/extension-subscript": "^2.11.7",
|
|
161
|
+
"@tiptap/extension-superscript": "^2.11.7",
|
|
162
|
+
"@tiptap/extension-table": "^2.11.7",
|
|
163
|
+
"@tiptap/extension-table-cell": "^2.11.7",
|
|
164
|
+
"@tiptap/extension-table-header": "^2.11.7",
|
|
165
|
+
"@tiptap/extension-table-row": "^2.11.7",
|
|
166
|
+
"@tiptap/extension-task-item": "^2.11.7",
|
|
167
|
+
"@tiptap/extension-task-list": "^2.11.7",
|
|
168
|
+
"@tiptap/extension-text": "^2.11.7",
|
|
169
|
+
"@tiptap/extension-text-align": "^2.11.7",
|
|
170
|
+
"@tiptap/extension-text-style": "^2.11.7",
|
|
171
|
+
"@tiptap/extension-underline": "^2.11.7",
|
|
172
|
+
"@tiptap/pm": "^2.11.7",
|
|
173
|
+
"@tiptap/react": "^2.11.7",
|
|
174
|
+
"@tiptap/suggestion": "^2.11.7",
|
|
175
175
|
"class-variance-authority": "^0.7.1",
|
|
176
176
|
"clsx": "^2.1.1",
|
|
177
177
|
"deep-equal": "^2.2.3",
|
|
178
178
|
"docx": "^8.6.0",
|
|
179
179
|
"easydrawer": "^0.0.15",
|
|
180
|
-
"frimousse": "^0.1.
|
|
180
|
+
"frimousse": "^0.1.1",
|
|
181
181
|
"katex": "^0.16.21",
|
|
182
182
|
"lodash-es": "^4.17.21",
|
|
183
183
|
"lucide-react": "^0.427.0",
|
|
184
|
-
"mermaid": "^11.
|
|
185
|
-
"prosemirror-docx": "^0.2.
|
|
184
|
+
"mermaid": "^11.6.0",
|
|
185
|
+
"prosemirror-docx": "^0.2.1",
|
|
186
186
|
"re-resizable": "^6.11.2",
|
|
187
187
|
"react-colorful": "^5.6.1",
|
|
188
188
|
"react-image-crop": "^11.0.7",
|
|
@@ -203,9 +203,9 @@
|
|
|
203
203
|
"@types/deep-equal": "^1.0.4",
|
|
204
204
|
"@types/katex": "^0.16.7",
|
|
205
205
|
"@types/lodash-es": "^4.17.12",
|
|
206
|
-
"@types/node": "^22.
|
|
207
|
-
"@types/react": "^19.0
|
|
208
|
-
"@types/react-dom": "^19.
|
|
206
|
+
"@types/node": "^22.14.0",
|
|
207
|
+
"@types/react": "^19.1.0",
|
|
208
|
+
"@types/react-dom": "^19.1.1",
|
|
209
209
|
"@vitejs/plugin-react": "^4.3.4",
|
|
210
210
|
"autoprefixer": "^10.4.21",
|
|
211
211
|
"bumpp": "^9.11.1",
|
|
@@ -221,15 +221,15 @@
|
|
|
221
221
|
"postcss": "^8.5.3",
|
|
222
222
|
"postcss-replace": "^2.0.1",
|
|
223
223
|
"postcss-scss": "^4.0.9",
|
|
224
|
-
"react": "^19.
|
|
225
|
-
"react-dom": "^19.
|
|
226
|
-
"sass": "^1.86.
|
|
224
|
+
"react": "^19.1.0",
|
|
225
|
+
"react-dom": "^19.1.0",
|
|
226
|
+
"sass": "^1.86.2",
|
|
227
227
|
"tailwind-merge": "^2.6.0",
|
|
228
228
|
"tailwindcss": "^3.4.17",
|
|
229
229
|
"tailwindcss-animate": "^1.0.7",
|
|
230
230
|
"typescript": "^5.8.2",
|
|
231
231
|
"verify-commit-msg": "^0.0.14",
|
|
232
|
-
"vite": "^6.2.
|
|
232
|
+
"vite": "^6.2.4",
|
|
233
233
|
"vite-plugin-dts": "^4.5.3"
|
|
234
234
|
},
|
|
235
235
|
"browserslist": [
|