reactjs-tiptap-editor 0.2.21 → 0.2.24
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-CIhslsGV.cjs +141 -0
- package/lib/{RichTextEditor-aaUynZc2.js → RichTextEditor-C_dIT2FZ.js} +1582 -1556
- package/lib/extension-bundle.cjs +3 -3
- package/lib/extension-bundle.d.cts +88 -84
- package/lib/extension-bundle.d.ts +88 -84
- package/lib/extension-bundle.js +1275 -1217
- package/lib/{index-8id9bPv5.js → index-BlV5SJJW.js} +28 -42
- package/lib/index-CJ6Hb9MN.cjs +1 -0
- package/lib/index.cjs +1 -1
- package/lib/index.d.cts +133 -84
- package/lib/index.d.ts +133 -84
- package/lib/index.js +2 -2
- package/lib/locale-bundle.cjs +1 -1
- package/lib/locale-bundle.d.cts +86 -77
- package/lib/locale-bundle.d.ts +86 -77
- package/lib/locale-bundle.js +1 -1
- package/lib/style.css +1 -1
- package/lib/{tiptap-BV9BUpUC.js → tiptap-CXio79KB.js} +621 -768
- package/lib/tiptap-Dq62HiQ9.cjs +113 -0
- package/lib/vendor-DdwtMmSr.cjs +302 -0
- package/lib/{vendor-DyAqAGVt.js → vendor-VlEklMUJ.js} +15128 -11919
- package/package.json +23 -24
- package/lib/RichTextEditor-DAqU7JiB.cjs +0 -141
- package/lib/index-CYg22iLG.cjs +0 -1
- package/lib/tiptap-Ufn12SjW.cjs +0 -116
- package/lib/vendor-CRmKyn1B.cjs +0 -264
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.24",
|
|
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",
|
|
@@ -115,20 +115,20 @@
|
|
|
115
115
|
},
|
|
116
116
|
"dependencies": {
|
|
117
117
|
"@excalidraw/excalidraw": "^0.17.6",
|
|
118
|
-
"@radix-ui/react-checkbox": "^1.1.
|
|
119
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
120
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
118
|
+
"@radix-ui/react-checkbox": "^1.1.5",
|
|
119
|
+
"@radix-ui/react-dialog": "^1.1.7",
|
|
120
|
+
"@radix-ui/react-dropdown-menu": "^2.1.7",
|
|
121
121
|
"@radix-ui/react-icons": "^1.3.2",
|
|
122
|
-
"@radix-ui/react-label": "^2.1.
|
|
123
|
-
"@radix-ui/react-popover": "^1.1.
|
|
124
|
-
"@radix-ui/react-select": "^2.1.
|
|
125
|
-
"@radix-ui/react-separator": "^1.1.
|
|
126
|
-
"@radix-ui/react-slot": "^1.
|
|
127
|
-
"@radix-ui/react-switch": "^1.1.
|
|
128
|
-
"@radix-ui/react-tabs": "^1.1.
|
|
129
|
-
"@radix-ui/react-toast": "^1.2.
|
|
130
|
-
"@radix-ui/react-toggle": "^1.1.
|
|
131
|
-
"@radix-ui/react-tooltip": "^1.
|
|
122
|
+
"@radix-ui/react-label": "^2.1.3",
|
|
123
|
+
"@radix-ui/react-popover": "^1.1.7",
|
|
124
|
+
"@radix-ui/react-select": "^2.1.7",
|
|
125
|
+
"@radix-ui/react-separator": "^1.1.3",
|
|
126
|
+
"@radix-ui/react-slot": "^1.2.0",
|
|
127
|
+
"@radix-ui/react-switch": "^1.1.4",
|
|
128
|
+
"@radix-ui/react-tabs": "^1.1.4",
|
|
129
|
+
"@radix-ui/react-toast": "^1.2.7",
|
|
130
|
+
"@radix-ui/react-toggle": "^1.1.3",
|
|
131
|
+
"@radix-ui/react-tooltip": "^1.2.0",
|
|
132
132
|
"@tiptap/core": "^2.11.7",
|
|
133
133
|
"@tiptap/extension-blockquote": "^2.11.7",
|
|
134
134
|
"@tiptap/extension-bold": "^2.11.7",
|
|
@@ -136,7 +136,6 @@
|
|
|
136
136
|
"@tiptap/extension-bullet-list": "^2.11.7",
|
|
137
137
|
"@tiptap/extension-character-count": "^2.11.7",
|
|
138
138
|
"@tiptap/extension-code": "^2.11.7",
|
|
139
|
-
"@tiptap/extension-code-block": "^2.11.7",
|
|
140
139
|
"@tiptap/extension-color": "^2.11.7",
|
|
141
140
|
"@tiptap/extension-document": "^2.11.7",
|
|
142
141
|
"@tiptap/extension-dropcursor": "^2.11.7",
|
|
@@ -178,10 +177,11 @@
|
|
|
178
177
|
"docx": "^8.6.0",
|
|
179
178
|
"easydrawer": "^0.0.15",
|
|
180
179
|
"frimousse": "^0.1.1",
|
|
181
|
-
"katex": "^0.16.
|
|
180
|
+
"katex": "^0.16.22",
|
|
182
181
|
"lodash-es": "^4.17.21",
|
|
183
182
|
"lucide-react": "^0.427.0",
|
|
184
183
|
"mermaid": "^11.6.0",
|
|
184
|
+
"prism-code-editor": "^3.4.0",
|
|
185
185
|
"prosemirror-docx": "^0.2.1",
|
|
186
186
|
"re-resizable": "^6.11.2",
|
|
187
187
|
"react-colorful": "^5.6.1",
|
|
@@ -190,7 +190,6 @@
|
|
|
190
190
|
"react-visibility-sensor": "^5.1.1",
|
|
191
191
|
"reactjs-signal": "^1.1.3",
|
|
192
192
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
193
|
-
"shiki": "^1.29.2",
|
|
194
193
|
"svg64": "^2.0.0",
|
|
195
194
|
"tippy.js": "^6.3.7"
|
|
196
195
|
},
|
|
@@ -203,14 +202,14 @@
|
|
|
203
202
|
"@types/deep-equal": "^1.0.4",
|
|
204
203
|
"@types/katex": "^0.16.7",
|
|
205
204
|
"@types/lodash-es": "^4.17.12",
|
|
206
|
-
"@types/node": "^22.14.
|
|
207
|
-
"@types/react": "^19.1.
|
|
208
|
-
"@types/react-dom": "^19.1.
|
|
205
|
+
"@types/node": "^22.14.1",
|
|
206
|
+
"@types/react": "^19.1.1",
|
|
207
|
+
"@types/react-dom": "^19.1.2",
|
|
209
208
|
"@vitejs/plugin-react": "^4.3.4",
|
|
210
209
|
"autoprefixer": "^10.4.21",
|
|
211
210
|
"bumpp": "^9.11.1",
|
|
212
211
|
"contributorkit": "^0.0.4",
|
|
213
|
-
"eslint": "^9.
|
|
212
|
+
"eslint": "^9.24.0",
|
|
214
213
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
215
214
|
"esno": "^4.8.0",
|
|
216
215
|
"execa": "^9.5.2",
|
|
@@ -223,12 +222,12 @@
|
|
|
223
222
|
"postcss-scss": "^4.0.9",
|
|
224
223
|
"react": "^19.1.0",
|
|
225
224
|
"react-dom": "^19.1.0",
|
|
226
|
-
"sass": "^1.86.
|
|
225
|
+
"sass": "^1.86.3",
|
|
227
226
|
"tailwind-merge": "^2.6.0",
|
|
228
227
|
"tailwindcss": "^3.4.17",
|
|
229
|
-
"typescript": "^5.8.
|
|
228
|
+
"typescript": "^5.8.3",
|
|
230
229
|
"verify-commit-msg": "^0.0.14",
|
|
231
|
-
"vite": "^6.2.
|
|
230
|
+
"vite": "^6.2.6",
|
|
232
231
|
"vite-plugin-dts": "^4.5.3"
|
|
233
232
|
},
|
|
234
233
|
"browserslist": [
|