payload-richtext-tiptap 0.0.57 → 0.0.59
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/src/fields/TiptapEditor/extensions/VideoBlock/components/VideoBlockView.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/VideoBlockView.js +10 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/VideoBlockView.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/extension-kit.d.ts +1 -1
- package/dist/src/fields/TiptapEditor/extensions/extension-kit.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/extension-kit.js +10 -1
- package/dist/src/fields/TiptapEditor/extensions/extension-kit.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.js +1 -15
- package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/menus/ContentItemMenu/ContentItemMenu.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/menus/ContentItemMenu/ContentItemMenu.js +0 -2
- package/dist/src/fields/TiptapEditor/features/menus/ContentItemMenu/ContentItemMenu.js.map +1 -1
- package/dist/src/fields/TiptapEditor/hooks/useBlockEditor.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/hooks/useBlockEditor.js +1 -0
- package/dist/src/fields/TiptapEditor/hooks/useBlockEditor.js.map +1 -1
- package/dist/src/fields/TiptapEditor/lib/constants.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/lib/constants.js +188 -33
- package/dist/src/fields/TiptapEditor/lib/constants.js.map +1 -1
- package/dist/src/styles.css +5 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +66 -66
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payload-richtext-tiptap",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.59",
|
|
4
4
|
"description": "Rich text tiptap for Payload CMS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -53,119 +53,119 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@headlessui/tailwindcss": "^0.2.1",
|
|
56
|
-
"@hocuspocus/provider": "^2.
|
|
56
|
+
"@hocuspocus/provider": "^2.13.5",
|
|
57
57
|
"@payloadcms/ui": "3.0.0-beta.58",
|
|
58
|
-
"@radix-ui/react-dropdown-menu": "^2.
|
|
59
|
-
"@radix-ui/react-popover": "^1.
|
|
58
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
59
|
+
"@radix-ui/react-popover": "^1.1.1",
|
|
60
60
|
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
61
|
-
"@radix-ui/react-slot": "^1.0
|
|
62
|
-
"@svgr/webpack": "^8.0
|
|
61
|
+
"@radix-ui/react-slot": "^1.1.0",
|
|
62
|
+
"@svgr/webpack": "^8.1.0",
|
|
63
63
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
64
64
|
"@tailwindcss/forms": "^0.5.7",
|
|
65
|
-
"@tailwindcss/typography": "^0.5.
|
|
65
|
+
"@tailwindcss/typography": "^0.5.14",
|
|
66
66
|
"@tippyjs/react": "^4.2.6",
|
|
67
|
-
"@tiptap-pro/extension-drag-handle": "^2.
|
|
68
|
-
"@tiptap-pro/extension-drag-handle-react": "^2.
|
|
69
|
-
"@tiptap-pro/extension-emoji": "^2.
|
|
70
|
-
"@tiptap-pro/extension-file-handler": "^2.
|
|
71
|
-
"@tiptap-pro/extension-mathematics": "^2.
|
|
72
|
-
"@tiptap-pro/extension-node-range": "^2.
|
|
73
|
-
"@tiptap-pro/extension-table-of-contents": "^2.
|
|
74
|
-
"@tiptap-pro/extension-unique-id": "^2.
|
|
75
|
-
"@tiptap/core": "^2.
|
|
76
|
-
"@tiptap/extension-bullet-list": "^2.
|
|
77
|
-
"@tiptap/extension-character-count": "^2.
|
|
78
|
-
"@tiptap/extension-code-block": "^2.
|
|
79
|
-
"@tiptap/extension-code-block-lowlight": "^2.
|
|
80
|
-
"@tiptap/extension-collaboration": "^2.
|
|
81
|
-
"@tiptap/extension-collaboration-cursor": "^2.
|
|
82
|
-
"@tiptap/extension-color": "^2.
|
|
83
|
-
"@tiptap/extension-document": "^2.
|
|
84
|
-
"@tiptap/extension-dropcursor": "^2.
|
|
85
|
-
"@tiptap/extension-focus": "^2.
|
|
86
|
-
"@tiptap/extension-font-family": "^2.
|
|
87
|
-
"@tiptap/extension-heading": "^2.
|
|
88
|
-
"@tiptap/extension-highlight": "^2.
|
|
89
|
-
"@tiptap/extension-history": "^2.
|
|
90
|
-
"@tiptap/extension-horizontal-rule": "^2.
|
|
91
|
-
"@tiptap/extension-image": "^2.
|
|
92
|
-
"@tiptap/extension-link": "^2.
|
|
93
|
-
"@tiptap/extension-ordered-list": "^2.
|
|
94
|
-
"@tiptap/extension-paragraph": "^2.
|
|
95
|
-
"@tiptap/extension-placeholder": "^2.
|
|
96
|
-
"@tiptap/extension-subscript": "^2.
|
|
97
|
-
"@tiptap/extension-superscript": "^2.
|
|
98
|
-
"@tiptap/extension-table": "^2.
|
|
99
|
-
"@tiptap/extension-table-header": "^2.
|
|
100
|
-
"@tiptap/extension-table-row": "^2.
|
|
101
|
-
"@tiptap/extension-task-item": "^2.
|
|
102
|
-
"@tiptap/extension-task-list": "^2.
|
|
103
|
-
"@tiptap/extension-text-align": "^2.
|
|
104
|
-
"@tiptap/extension-text-style": "^2.
|
|
105
|
-
"@tiptap/extension-typography": "^2.
|
|
106
|
-
"@tiptap/extension-underline": "^2.
|
|
107
|
-
"@tiptap/pm": "^2.
|
|
108
|
-
"@tiptap/react": "^2.
|
|
109
|
-
"@tiptap/starter-kit": "^2.
|
|
110
|
-
"@tiptap/suggestion": "^2.
|
|
67
|
+
"@tiptap-pro/extension-drag-handle": "^2.10.11",
|
|
68
|
+
"@tiptap-pro/extension-drag-handle-react": "^2.10.11",
|
|
69
|
+
"@tiptap-pro/extension-emoji": "^2.10.11",
|
|
70
|
+
"@tiptap-pro/extension-file-handler": "^2.10.11",
|
|
71
|
+
"@tiptap-pro/extension-mathematics": "^2.10.11",
|
|
72
|
+
"@tiptap-pro/extension-node-range": "^2.10.11",
|
|
73
|
+
"@tiptap-pro/extension-table-of-contents": "^2.10.11",
|
|
74
|
+
"@tiptap-pro/extension-unique-id": "^2.10.11",
|
|
75
|
+
"@tiptap/core": "^2.5.9",
|
|
76
|
+
"@tiptap/extension-bullet-list": "^2.5.9",
|
|
77
|
+
"@tiptap/extension-character-count": "^2.5.9",
|
|
78
|
+
"@tiptap/extension-code-block": "^2.5.9",
|
|
79
|
+
"@tiptap/extension-code-block-lowlight": "^2.5.9",
|
|
80
|
+
"@tiptap/extension-collaboration": "^2.5.9",
|
|
81
|
+
"@tiptap/extension-collaboration-cursor": "^2.5.9",
|
|
82
|
+
"@tiptap/extension-color": "^2.5.9",
|
|
83
|
+
"@tiptap/extension-document": "^2.5.9",
|
|
84
|
+
"@tiptap/extension-dropcursor": "^2.5.9",
|
|
85
|
+
"@tiptap/extension-focus": "^2.5.9",
|
|
86
|
+
"@tiptap/extension-font-family": "^2.5.9",
|
|
87
|
+
"@tiptap/extension-heading": "^2.5.9",
|
|
88
|
+
"@tiptap/extension-highlight": "^2.5.9",
|
|
89
|
+
"@tiptap/extension-history": "^2.5.9",
|
|
90
|
+
"@tiptap/extension-horizontal-rule": "^2.5.9",
|
|
91
|
+
"@tiptap/extension-image": "^2.5.9",
|
|
92
|
+
"@tiptap/extension-link": "^2.5.9",
|
|
93
|
+
"@tiptap/extension-ordered-list": "^2.5.9",
|
|
94
|
+
"@tiptap/extension-paragraph": "^2.5.9",
|
|
95
|
+
"@tiptap/extension-placeholder": "^2.5.9",
|
|
96
|
+
"@tiptap/extension-subscript": "^2.5.9",
|
|
97
|
+
"@tiptap/extension-superscript": "^2.5.9",
|
|
98
|
+
"@tiptap/extension-table": "^2.5.9",
|
|
99
|
+
"@tiptap/extension-table-header": "^2.5.9",
|
|
100
|
+
"@tiptap/extension-table-row": "^2.5.9",
|
|
101
|
+
"@tiptap/extension-task-item": "^2.5.9",
|
|
102
|
+
"@tiptap/extension-task-list": "^2.5.9",
|
|
103
|
+
"@tiptap/extension-text-align": "^2.5.9",
|
|
104
|
+
"@tiptap/extension-text-style": "^2.5.9",
|
|
105
|
+
"@tiptap/extension-typography": "^2.5.9",
|
|
106
|
+
"@tiptap/extension-underline": "^2.5.9",
|
|
107
|
+
"@tiptap/pm": "^2.5.9",
|
|
108
|
+
"@tiptap/react": "^2.5.9",
|
|
109
|
+
"@tiptap/starter-kit": "^2.5.9",
|
|
110
|
+
"@tiptap/suggestion": "^2.5.9",
|
|
111
111
|
"@types/video.js": "7.3.26",
|
|
112
112
|
"@types/videojs-contrib-quality-levels": "2.0.1",
|
|
113
113
|
"@videojs/http-streaming": "^3.10.0",
|
|
114
114
|
"adi": "^1.0.1",
|
|
115
|
-
"ai": "^3.
|
|
115
|
+
"ai": "^3.3.4",
|
|
116
116
|
"cal-sans": "^1.0.1",
|
|
117
117
|
"clsx": "^2.1.1",
|
|
118
|
-
"deepmerge": "^4.
|
|
118
|
+
"deepmerge": "^4.3.1",
|
|
119
119
|
"escape-html": "^1.0.3",
|
|
120
120
|
"jsonwebtoken": "^9.0.2",
|
|
121
121
|
"lowlight": "^1.20.0",
|
|
122
122
|
"lucide-react": "^0.417.0",
|
|
123
123
|
"react-colorful": "^5.6.1",
|
|
124
|
-
"react-hot-toast": "^2.
|
|
124
|
+
"react-hot-toast": "^2.4.1",
|
|
125
125
|
"react-markdown": "^9.0.1",
|
|
126
126
|
"react-social-media-embed": "^2.5.13",
|
|
127
127
|
"react-textarea-autosize": "^8.5.3",
|
|
128
|
-
"sass": "^1.77.
|
|
128
|
+
"sass": "^1.77.8",
|
|
129
129
|
"tailwind-merge": "^1.14.0",
|
|
130
130
|
"tailwindcss-animate": "^1.0.7",
|
|
131
|
-
"tippy.js": "^6.
|
|
131
|
+
"tippy.js": "^6.3.7",
|
|
132
132
|
"tiptap-markdown": "^0.8.10",
|
|
133
133
|
"tiptap-text-direction": "^0.3.1",
|
|
134
134
|
"turndown": "^7.2.0",
|
|
135
135
|
"turndown-plugin-gfm": "^1.0.2",
|
|
136
136
|
"tw-to-css": "^0.0.12",
|
|
137
137
|
"underscore": "^1.13.7",
|
|
138
|
-
"uuid": "^9.0.
|
|
138
|
+
"uuid": "^9.0.1",
|
|
139
139
|
"video.js": "7.14.3",
|
|
140
140
|
"videojs-contrib-quality-levels": "2.1.0",
|
|
141
141
|
"videojs-hls-quality-selector": "^2.0.0",
|
|
142
|
-
"y-prosemirror": "^1.2.
|
|
142
|
+
"y-prosemirror": "^1.2.11",
|
|
143
143
|
"y-protocols": "^1.0.6",
|
|
144
|
-
"yjs": "^13.6.
|
|
144
|
+
"yjs": "^13.6.18"
|
|
145
145
|
},
|
|
146
146
|
"devDependencies": {
|
|
147
147
|
"@payloadcms/eslint-config": "3.0.0-beta.16",
|
|
148
148
|
"@swc/cli": "0.3.12",
|
|
149
|
-
"@swc/core": "^1.6
|
|
149
|
+
"@swc/core": "^1.7.6",
|
|
150
150
|
"@swc/jest": "0.2.36",
|
|
151
151
|
"@types/escape-html": "^1.0.4",
|
|
152
152
|
"@types/express": "^4.17.21",
|
|
153
153
|
"@types/jest": "^29.5.12",
|
|
154
154
|
"@types/react": "npm:types-react@19.0.0-beta.2",
|
|
155
155
|
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2",
|
|
156
|
-
"autoprefixer": "^10.4.
|
|
156
|
+
"autoprefixer": "^10.4.20",
|
|
157
157
|
"copyfiles": "^2.4.1",
|
|
158
158
|
"cross-env": "^7.0.3",
|
|
159
159
|
"jest": "^29.7.0",
|
|
160
160
|
"nodemon": "3.0.3",
|
|
161
161
|
"payload": "3.0.0-beta.58",
|
|
162
|
-
"postcss": "^8.4.
|
|
163
|
-
"rimraf": "^5.0.
|
|
162
|
+
"postcss": "^8.4.41",
|
|
163
|
+
"rimraf": "^5.0.10",
|
|
164
164
|
"sort-package-json": "^2.10.0",
|
|
165
|
-
"swc-plugin-transform-remove-imports": "^1.
|
|
166
|
-
"tailwindcss": "^3.4.
|
|
165
|
+
"swc-plugin-transform-remove-imports": "^1.15.0",
|
|
166
|
+
"tailwindcss": "^3.4.9",
|
|
167
167
|
"ts-node": "10.9.1",
|
|
168
|
-
"typescript": "^5.5.
|
|
168
|
+
"typescript": "^5.5.4"
|
|
169
169
|
},
|
|
170
170
|
"peerDependencies": {
|
|
171
171
|
"payload": "3.0.0-beta.58",
|