reactjs-tiptap-editor 0.1.9 → 0.1.10
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/README.md +4 -0
- package/lib/index.d.cts +51 -51
- package/lib/index.d.ts +51 -51
- package/lib/{locales-DBDSyO37.cjs → locales-BC6dbJkS.cjs} +1 -1
- package/lib/{locales-BrbC7gGY.js → locales-DVkllJxt.js} +1 -1
- package/lib/reactjs-tiptap-editor.cjs +1 -1
- package/lib/reactjs-tiptap-editor.js +3 -3
- package/lib/style.css +1 -1
- package/lib/{tiptap-BGOnVdZm.js → tiptap-BSVYcz58.js} +1166 -1030
- package/lib/tiptap-z5OraroY.cjs +116 -0
- package/lib/{utils-CLv76C-_.js → utils-Cz6APHbz.js} +951 -913
- package/lib/{utils-BUTXoeL7.cjs → utils-DVSn7b8y.cjs} +5 -5
- package/lib/vendor-BmwuOKTu.cjs +124 -0
- package/lib/vendor-C2GXVsjz.js +32135 -0
- package/package.json +66 -66
- package/lib/tiptap-BS6QuLRv.cjs +0 -116
- package/lib/vendor-BzT-edVs.cjs +0 -20
- package/lib/vendor-wdh2A0rt.js +0 -22456
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reactjs-tiptap-editor",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.10",
|
|
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.15.0",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@radix-ui/react-checkbox": "^1.1.2",
|
|
60
60
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
61
61
|
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
62
|
-
"@radix-ui/react-icons": "^1.3.
|
|
62
|
+
"@radix-ui/react-icons": "^1.3.2",
|
|
63
63
|
"@radix-ui/react-label": "^2.1.0",
|
|
64
64
|
"@radix-ui/react-popover": "^1.1.2",
|
|
65
65
|
"@radix-ui/react-select": "^2.1.2",
|
|
@@ -69,105 +69,105 @@
|
|
|
69
69
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
70
70
|
"@radix-ui/react-toast": "^1.2.2",
|
|
71
71
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
72
|
-
"@radix-ui/react-tooltip": "^1.1.
|
|
73
|
-
"@tiptap/core": "^2.
|
|
74
|
-
"@tiptap/extension-blockquote": "^2.
|
|
75
|
-
"@tiptap/extension-bold": "^2.
|
|
76
|
-
"@tiptap/extension-bubble-menu": "^2.
|
|
77
|
-
"@tiptap/extension-bullet-list": "^2.
|
|
78
|
-
"@tiptap/extension-character-count": "^2.
|
|
79
|
-
"@tiptap/extension-code": "^2.
|
|
80
|
-
"@tiptap/extension-code-block": "^2.
|
|
81
|
-
"@tiptap/extension-color": "^2.
|
|
82
|
-
"@tiptap/extension-document": "^2.
|
|
83
|
-
"@tiptap/extension-dropcursor": "^2.
|
|
84
|
-
"@tiptap/extension-focus": "^2.
|
|
85
|
-
"@tiptap/extension-font-family": "^2.
|
|
86
|
-
"@tiptap/extension-gapcursor": "^2.
|
|
87
|
-
"@tiptap/extension-hard-break": "^2.
|
|
88
|
-
"@tiptap/extension-heading": "^2.
|
|
89
|
-
"@tiptap/extension-highlight": "^2.
|
|
90
|
-
"@tiptap/extension-history": "^2.
|
|
91
|
-
"@tiptap/extension-horizontal-rule": "^2.
|
|
92
|
-
"@tiptap/extension-image": "^2.
|
|
93
|
-
"@tiptap/extension-italic": "^2.
|
|
94
|
-
"@tiptap/extension-link": "^2.
|
|
95
|
-
"@tiptap/extension-list-item": "^2.
|
|
96
|
-
"@tiptap/extension-mention": "^2.
|
|
97
|
-
"@tiptap/extension-ordered-list": "^2.
|
|
98
|
-
"@tiptap/extension-paragraph": "^2.
|
|
99
|
-
"@tiptap/extension-placeholder": "^2.
|
|
100
|
-
"@tiptap/extension-strike": "^2.
|
|
101
|
-
"@tiptap/extension-subscript": "^2.
|
|
102
|
-
"@tiptap/extension-superscript": "^2.
|
|
103
|
-
"@tiptap/extension-table": "^2.
|
|
104
|
-
"@tiptap/extension-table-cell": "^2.
|
|
105
|
-
"@tiptap/extension-table-header": "^2.
|
|
106
|
-
"@tiptap/extension-table-row": "^2.
|
|
107
|
-
"@tiptap/extension-task-item": "^2.
|
|
108
|
-
"@tiptap/extension-task-list": "^2.
|
|
109
|
-
"@tiptap/extension-text": "^2.
|
|
110
|
-
"@tiptap/extension-text-align": "^2.
|
|
111
|
-
"@tiptap/extension-text-style": "^2.
|
|
112
|
-
"@tiptap/extension-underline": "^2.
|
|
113
|
-
"@tiptap/pm": "^2.
|
|
114
|
-
"@tiptap/react": "^2.
|
|
115
|
-
"@tiptap/suggestion": "^2.
|
|
116
|
-
"class-variance-authority": "^0.7.
|
|
72
|
+
"@radix-ui/react-tooltip": "^1.1.4",
|
|
73
|
+
"@tiptap/core": "^2.10.3",
|
|
74
|
+
"@tiptap/extension-blockquote": "^2.10.3",
|
|
75
|
+
"@tiptap/extension-bold": "^2.10.3",
|
|
76
|
+
"@tiptap/extension-bubble-menu": "^2.10.3",
|
|
77
|
+
"@tiptap/extension-bullet-list": "^2.10.3",
|
|
78
|
+
"@tiptap/extension-character-count": "^2.10.3",
|
|
79
|
+
"@tiptap/extension-code": "^2.10.3",
|
|
80
|
+
"@tiptap/extension-code-block": "^2.10.3",
|
|
81
|
+
"@tiptap/extension-color": "^2.10.3",
|
|
82
|
+
"@tiptap/extension-document": "^2.10.3",
|
|
83
|
+
"@tiptap/extension-dropcursor": "^2.10.3",
|
|
84
|
+
"@tiptap/extension-focus": "^2.10.3",
|
|
85
|
+
"@tiptap/extension-font-family": "^2.10.3",
|
|
86
|
+
"@tiptap/extension-gapcursor": "^2.10.3",
|
|
87
|
+
"@tiptap/extension-hard-break": "^2.10.3",
|
|
88
|
+
"@tiptap/extension-heading": "^2.10.3",
|
|
89
|
+
"@tiptap/extension-highlight": "^2.10.3",
|
|
90
|
+
"@tiptap/extension-history": "^2.10.3",
|
|
91
|
+
"@tiptap/extension-horizontal-rule": "^2.10.3",
|
|
92
|
+
"@tiptap/extension-image": "^2.10.3",
|
|
93
|
+
"@tiptap/extension-italic": "^2.10.3",
|
|
94
|
+
"@tiptap/extension-link": "^2.10.3",
|
|
95
|
+
"@tiptap/extension-list-item": "^2.10.3",
|
|
96
|
+
"@tiptap/extension-mention": "^2.10.3",
|
|
97
|
+
"@tiptap/extension-ordered-list": "^2.10.3",
|
|
98
|
+
"@tiptap/extension-paragraph": "^2.10.3",
|
|
99
|
+
"@tiptap/extension-placeholder": "^2.10.3",
|
|
100
|
+
"@tiptap/extension-strike": "^2.10.3",
|
|
101
|
+
"@tiptap/extension-subscript": "^2.10.3",
|
|
102
|
+
"@tiptap/extension-superscript": "^2.10.3",
|
|
103
|
+
"@tiptap/extension-table": "^2.10.3",
|
|
104
|
+
"@tiptap/extension-table-cell": "^2.10.3",
|
|
105
|
+
"@tiptap/extension-table-header": "^2.10.3",
|
|
106
|
+
"@tiptap/extension-table-row": "^2.10.3",
|
|
107
|
+
"@tiptap/extension-task-item": "^2.10.3",
|
|
108
|
+
"@tiptap/extension-task-list": "^2.10.3",
|
|
109
|
+
"@tiptap/extension-text": "^2.10.3",
|
|
110
|
+
"@tiptap/extension-text-align": "^2.10.3",
|
|
111
|
+
"@tiptap/extension-text-style": "^2.10.3",
|
|
112
|
+
"@tiptap/extension-underline": "^2.10.3",
|
|
113
|
+
"@tiptap/pm": "^2.10.3",
|
|
114
|
+
"@tiptap/react": "^2.10.3",
|
|
115
|
+
"@tiptap/suggestion": "^2.10.3",
|
|
116
|
+
"class-variance-authority": "^0.7.1",
|
|
117
117
|
"clsx": "^2.1.1",
|
|
118
118
|
"deep-equal": "^2.2.3",
|
|
119
119
|
"docx": "^8.6.0",
|
|
120
120
|
"echo-drag-handle-plugin": "^0.0.2",
|
|
121
|
-
"katex": "^0.16.
|
|
121
|
+
"katex": "^0.16.15",
|
|
122
122
|
"lodash-es": "^4.17.21",
|
|
123
123
|
"lucide-react": "^0.427.0",
|
|
124
|
-
"mermaid": "^11.4.
|
|
124
|
+
"mermaid": "^11.4.1",
|
|
125
125
|
"prosemirror-docx": "^0.2.0",
|
|
126
|
-
"re-resizable": "^6.10.
|
|
126
|
+
"re-resizable": "^6.10.3",
|
|
127
127
|
"react-colorful": "^5.6.1",
|
|
128
128
|
"react-image-crop": "^11.0.7",
|
|
129
129
|
"react-tweet": "^3.2.1",
|
|
130
130
|
"react-visibility-sensor": "^5.1.1",
|
|
131
131
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
132
|
-
"shiki": "^1.
|
|
132
|
+
"shiki": "^1.24.2",
|
|
133
133
|
"svg64": "^2.0.0",
|
|
134
134
|
"tippy.js": "^6.3.7",
|
|
135
135
|
"valtio": "^1.13.2"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
138
|
"@antfu/eslint-config": "^2.27.3",
|
|
139
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
139
|
+
"@eslint-react/eslint-plugin": "^1.19.0",
|
|
140
140
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
141
141
|
"@types/deep-equal": "^1.0.4",
|
|
142
142
|
"@types/katex": "^0.16.7",
|
|
143
143
|
"@types/lodash-es": "^4.17.12",
|
|
144
|
-
"@types/node": "^22.
|
|
145
|
-
"@types/react": "^18.3.
|
|
146
|
-
"@types/react-dom": "^18.3.
|
|
147
|
-
"@vitejs/plugin-react": "^4.3.
|
|
144
|
+
"@types/node": "^22.10.2",
|
|
145
|
+
"@types/react": "^18.3.16",
|
|
146
|
+
"@types/react-dom": "^18.3.5",
|
|
147
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
148
148
|
"autoprefixer": "^10.4.20",
|
|
149
|
-
"bumpp": "^9.
|
|
149
|
+
"bumpp": "^9.9.0",
|
|
150
150
|
"contributorkit": "^0.0.4",
|
|
151
151
|
"eslint": "^8.57.1",
|
|
152
152
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
153
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
153
|
+
"eslint-plugin-react-refresh": "^0.4.16",
|
|
154
154
|
"esno": "^4.8.0",
|
|
155
|
-
"execa": "^9.5.
|
|
155
|
+
"execa": "^9.5.2",
|
|
156
156
|
"git-scm-hooks": "^0.0.11",
|
|
157
157
|
"globby": "^14.0.2",
|
|
158
158
|
"md5": "^2.3.0",
|
|
159
|
-
"postcss": "^8.4.
|
|
159
|
+
"postcss": "^8.4.49",
|
|
160
160
|
"postcss-replace": "^2.0.1",
|
|
161
161
|
"postcss-scss": "^4.0.9",
|
|
162
162
|
"react": "^18.3.1",
|
|
163
163
|
"react-dom": "^18.3.1",
|
|
164
|
-
"sass": "^1.
|
|
165
|
-
"tailwind-merge": "^2.5.
|
|
166
|
-
"tailwindcss": "^3.4.
|
|
164
|
+
"sass": "^1.82.0",
|
|
165
|
+
"tailwind-merge": "^2.5.5",
|
|
166
|
+
"tailwindcss": "^3.4.16",
|
|
167
167
|
"tailwindcss-animate": "^1.0.7",
|
|
168
|
-
"typescript": "^5.
|
|
168
|
+
"typescript": "^5.7.2",
|
|
169
169
|
"verify-commit-msg": "^0.0.14",
|
|
170
|
-
"vite": "^5.4.
|
|
170
|
+
"vite": "^5.4.11",
|
|
171
171
|
"vite-plugin-dts": "^4.3.0"
|
|
172
172
|
},
|
|
173
173
|
"browserslist": [
|