payload-richtext-tiptap 0.0.102 → 0.0.104
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/AudioBlock/AudioBlock.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/AudioBlock/components/AudioBlockMenu.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/FontSize/FontSize.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/Heading/Heading.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/ImageBlock/ImageBlock.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/ImageBlock/components/ImageBlockMenu.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/InsideLinks/InsideLink.client.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/MultiColumn/Columns.js +3 -3
- package/dist/src/fields/TiptapEditor/extensions/MultiColumn/Columns.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/MultiColumn/menus/ColumnsMenu.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/SlashCommand/MenuList.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/TableOfContentsNode/TableOfContentsNode.d.ts +10 -0
- package/dist/src/fields/TiptapEditor/extensions/TableOfContentsNode/TableOfContentsNode.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/TableOfContentsNode/TableOfContentsNode.js +55 -0
- package/dist/src/fields/TiptapEditor/extensions/TableOfContentsNode/TableOfContentsNode.js.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/TableOfContentsNode/index.d.ts +2 -0
- package/dist/src/fields/TiptapEditor/extensions/TableOfContentsNode/index.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/TableOfContentsNode/index.js +3 -0
- package/dist/src/fields/TiptapEditor/extensions/TableOfContentsNode/index.js.map +1 -0
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/VideoBlock.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/VideoBlockMenu.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/events.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/serverside/ContentEmbedSupport.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/serverside/FacebookServerside.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/serverside/InstagramServerside.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/serverside/LinkedinServerside.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/serverside/TiktokServerside.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/serverside/TwitterBlockServerside.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/serverside/YouTubeServerside.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/Sidebar/Sidebar.d.ts +8 -0
- package/dist/src/fields/TiptapEditor/features/Sidebar/Sidebar.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/features/Sidebar/Sidebar.js +32 -0
- package/dist/src/fields/TiptapEditor/features/Sidebar/Sidebar.js.map +1 -0
- package/dist/src/fields/TiptapEditor/features/Sidebar/index.d.ts +2 -0
- package/dist/src/fields/TiptapEditor/features/Sidebar/index.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/features/Sidebar/index.js +3 -0
- package/dist/src/fields/TiptapEditor/features/Sidebar/index.js.map +1 -0
- package/dist/src/fields/TiptapEditor/features/TableOfContents/TableOfContents.d.ts +8 -0
- package/dist/src/fields/TiptapEditor/features/TableOfContents/TableOfContents.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/features/TableOfContents/TableOfContents.js +57 -0
- package/dist/src/fields/TiptapEditor/features/TableOfContents/TableOfContents.js.map +1 -0
- package/dist/src/fields/TiptapEditor/features/TableOfContents/index.d.ts +2 -0
- package/dist/src/fields/TiptapEditor/features/TableOfContents/index.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/features/TableOfContents/index.js +3 -0
- package/dist/src/fields/TiptapEditor/features/TableOfContents/index.js.map +1 -0
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/AITextMenu.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/AITextMenu.js +5 -1
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/AITextMenu.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/TextMenu.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/TextMenu.js +5 -1
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/TextMenu.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/components/FontFamilyPicker.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/components/FontSizePicker.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/components/ai-selector-commands.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/components/ai-selector-commands.js +14 -2
- package/dist/src/fields/TiptapEditor/features/menus/TextMenu/components/ai-selector-commands.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/panels/AICommandPanel/AICommandPanel.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/panels/AICommandPanel/AICommandPanel.js +2 -2
- package/dist/src/fields/TiptapEditor/features/panels/AICommandPanel/AICommandPanel.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/panels/AIEditorPanel/AIEditorPanel.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/panels/AIEditorPanel/AIEditorPanel.js +2 -2
- package/dist/src/fields/TiptapEditor/features/panels/AIEditorPanel/AIEditorPanel.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/panels/AIEditorPanel/utils.js.map +1 -1
- package/dist/src/fields/TiptapEditor/hooks/useBlockEditor.js.map +1 -1
- package/dist/src/fields/TiptapEditor/lib/utils/cssVar.js.map +1 -1
- package/dist/src/styles.css +53 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +64 -62
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payload-richtext-tiptap",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.104",
|
|
4
4
|
"description": "Rich text tiptap for Payload CMS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -21,35 +21,43 @@
|
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)",
|
|
23
23
|
"type": "module",
|
|
24
|
-
"main": "
|
|
25
|
-
"types": "
|
|
24
|
+
"main": "dist/src/index.js",
|
|
25
|
+
"types": "dist/src/index.d.ts",
|
|
26
26
|
"files": [
|
|
27
27
|
"dist/**/*"
|
|
28
28
|
],
|
|
29
|
+
"scripts": {
|
|
30
|
+
"build": "pnpm build:css && pnpm build:types && pnpm build:swc",
|
|
31
|
+
"build:css": "pnpx tailwindcss build -i src/styles.scss -o dist/src/styles.css",
|
|
32
|
+
"build:swc": "swc ./src -d ./dist/src --config-file .swcrc --strip-leading-paths",
|
|
33
|
+
"build:types": "tsc --emitDeclarationOnly --outDir dist",
|
|
34
|
+
"clean": "rimraf {dist,*.tsbuildinfo}",
|
|
35
|
+
"prepublishOnly": "pnpm clean && pnpm build",
|
|
36
|
+
"test": "echo \"No tests available.\""
|
|
37
|
+
},
|
|
29
38
|
"sideEffects": false,
|
|
30
39
|
"dependencies": {
|
|
31
40
|
"@headlessui/tailwindcss": "^0.2.1",
|
|
32
|
-
"@hocuspocus/provider": "^2.
|
|
41
|
+
"@hocuspocus/provider": "^2.13.5",
|
|
33
42
|
"@payloadcms/ui": "3.0.0-beta.58",
|
|
34
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
35
|
-
"@radix-ui/react-popover": "^1.1.
|
|
36
|
-
"@radix-ui/react-portal": "^1.1.
|
|
37
|
-
"@radix-ui/react-scroll-area": "^1.
|
|
38
|
-
"@radix-ui/react-slot": "^1.1.
|
|
43
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
44
|
+
"@radix-ui/react-popover": "^1.1.1",
|
|
45
|
+
"@radix-ui/react-portal": "^1.1.2",
|
|
46
|
+
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
47
|
+
"@radix-ui/react-slot": "^1.1.0",
|
|
39
48
|
"@svgr/webpack": "^8.1.0",
|
|
40
|
-
"@swc/cli": "^0.5.2",
|
|
41
49
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
42
|
-
"@tailwindcss/forms": "^0.5.
|
|
43
|
-
"@tailwindcss/typography": "^0.5.
|
|
50
|
+
"@tailwindcss/forms": "^0.5.7",
|
|
51
|
+
"@tailwindcss/typography": "^0.5.14",
|
|
44
52
|
"@tippyjs/react": "^4.2.6",
|
|
45
|
-
"@tiptap-pro/extension-drag-handle": "^2.
|
|
46
|
-
"@tiptap-pro/extension-drag-handle-react": "^2.
|
|
47
|
-
"@tiptap-pro/extension-emoji": "^2.
|
|
48
|
-
"@tiptap-pro/extension-file-handler": "^2.
|
|
49
|
-
"@tiptap-pro/extension-mathematics": "^2.
|
|
50
|
-
"@tiptap-pro/extension-node-range": "^2.
|
|
51
|
-
"@tiptap-pro/extension-table-of-contents": "^2.
|
|
52
|
-
"@tiptap-pro/extension-unique-id": "^2.
|
|
53
|
+
"@tiptap-pro/extension-drag-handle": "^2.10.11",
|
|
54
|
+
"@tiptap-pro/extension-drag-handle-react": "^2.10.11",
|
|
55
|
+
"@tiptap-pro/extension-emoji": "^2.10.11",
|
|
56
|
+
"@tiptap-pro/extension-file-handler": "^2.10.11",
|
|
57
|
+
"@tiptap-pro/extension-mathematics": "^2.10.11",
|
|
58
|
+
"@tiptap-pro/extension-node-range": "^2.10.11",
|
|
59
|
+
"@tiptap-pro/extension-table-of-contents": "^2.10.11",
|
|
60
|
+
"@tiptap-pro/extension-unique-id": "^2.10.11",
|
|
53
61
|
"@tiptap/core": "2.9.1",
|
|
54
62
|
"@tiptap/extension-bullet-list": "2.9.1",
|
|
55
63
|
"@tiptap/extension-character-count": "2.9.1",
|
|
@@ -78,37 +86,36 @@
|
|
|
78
86
|
"@tiptap/extension-table-row": "2.9.1",
|
|
79
87
|
"@tiptap/extension-task-item": "2.9.1",
|
|
80
88
|
"@tiptap/extension-task-list": "2.9.1",
|
|
81
|
-
"@tiptap/extension-text": "^2.10.
|
|
89
|
+
"@tiptap/extension-text": "^2.10.3",
|
|
82
90
|
"@tiptap/extension-text-align": "2.9.1",
|
|
83
91
|
"@tiptap/extension-text-style": "2.9.1",
|
|
84
92
|
"@tiptap/extension-typography": "2.9.1",
|
|
85
93
|
"@tiptap/extension-underline": "2.9.1",
|
|
86
|
-
"@tiptap/html": "^2.10.
|
|
94
|
+
"@tiptap/html": "^2.10.2",
|
|
87
95
|
"@tiptap/pm": "2.9.1",
|
|
88
96
|
"@tiptap/react": "2.9.1",
|
|
89
97
|
"@tiptap/starter-kit": "2.9.1",
|
|
90
98
|
"@tiptap/suggestion": "2.9.1",
|
|
91
99
|
"@types/video.js": "7.3.26",
|
|
92
100
|
"@types/videojs-contrib-quality-levels": "2.0.1",
|
|
93
|
-
"@videojs/http-streaming": "^3.
|
|
101
|
+
"@videojs/http-streaming": "^3.10.0",
|
|
94
102
|
"adi": "^1.0.1",
|
|
95
|
-
"ai": "^3.4
|
|
103
|
+
"ai": "^3.3.4",
|
|
96
104
|
"cal-sans": "^1.0.1",
|
|
97
105
|
"clsx": "^2.1.1",
|
|
98
106
|
"deepmerge": "^4.3.1",
|
|
99
107
|
"escape-html": "^1.0.3",
|
|
100
|
-
"i18next": "^23.16.
|
|
108
|
+
"i18next": "^23.16.5",
|
|
101
109
|
"json5": "^2.2.3",
|
|
102
110
|
"jsonwebtoken": "^9.0.2",
|
|
103
111
|
"lowlight": "^1.20.0",
|
|
104
112
|
"lucide-react": "^0.417.0",
|
|
105
|
-
"patch-package": "^8.0.0",
|
|
106
113
|
"react-colorful": "^5.6.1",
|
|
107
114
|
"react-hot-toast": "^2.4.1",
|
|
108
115
|
"react-markdown": "^9.0.1",
|
|
109
|
-
"react-social-media-embed": "^2.5.
|
|
110
|
-
"react-textarea-autosize": "^8.5.
|
|
111
|
-
"sass": "^1.
|
|
116
|
+
"react-social-media-embed": "^2.5.13",
|
|
117
|
+
"react-textarea-autosize": "^8.5.3",
|
|
118
|
+
"sass": "^1.77.8",
|
|
112
119
|
"tailwind-merge": "^1.14.0",
|
|
113
120
|
"tailwindcss-animate": "^1.0.7",
|
|
114
121
|
"tippy.js": "^6.3.7",
|
|
@@ -119,36 +126,37 @@
|
|
|
119
126
|
"tw-to-css": "^0.0.12",
|
|
120
127
|
"underscore": "^1.13.7",
|
|
121
128
|
"uuid": "^9.0.1",
|
|
122
|
-
"video.js": "
|
|
129
|
+
"video.js": "7.14.3",
|
|
123
130
|
"videojs-contrib-quality-levels": "2.1.0",
|
|
124
131
|
"videojs-hls-quality-selector": "^2.0.0",
|
|
125
|
-
"y-prosemirror": "^1.2.
|
|
132
|
+
"y-prosemirror": "^1.2.11",
|
|
126
133
|
"y-protocols": "^1.0.6",
|
|
127
|
-
"yjs": "^13.6.
|
|
134
|
+
"yjs": "^13.6.18"
|
|
128
135
|
},
|
|
129
136
|
"devDependencies": {
|
|
130
137
|
"@payloadcms/eslint-config": "3.0.0-beta.16",
|
|
131
|
-
"@swc/
|
|
138
|
+
"@swc/cli": "0.3.12",
|
|
139
|
+
"@swc/core": "^1.7.6",
|
|
132
140
|
"@swc/jest": "0.2.36",
|
|
133
141
|
"@types/escape-html": "^1.0.4",
|
|
134
142
|
"@types/express": "^4.17.21",
|
|
135
|
-
"@types/jest": "^29.5.
|
|
143
|
+
"@types/jest": "^29.5.12",
|
|
136
144
|
"@types/react": "npm:types-react@19.0.0-beta.2",
|
|
137
145
|
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2",
|
|
138
146
|
"autoprefixer": "^10.4.20",
|
|
139
147
|
"copyfiles": "^2.4.1",
|
|
140
148
|
"cross-env": "^7.0.3",
|
|
141
149
|
"jest": "^29.7.0",
|
|
142
|
-
"next": "14.2.
|
|
150
|
+
"next": "14.2.4",
|
|
143
151
|
"nodemon": "3.0.3",
|
|
144
152
|
"payload": "3.0.0-beta.58",
|
|
145
|
-
"postcss": "^8.4.
|
|
153
|
+
"postcss": "^8.4.41",
|
|
146
154
|
"rimraf": "^5.0.10",
|
|
147
|
-
"sort-package-json": "^2.
|
|
148
|
-
"swc-plugin-transform-remove-imports": "^1.
|
|
149
|
-
"tailwindcss": "^3.4.
|
|
155
|
+
"sort-package-json": "^2.10.0",
|
|
156
|
+
"swc-plugin-transform-remove-imports": "^1.15.0",
|
|
157
|
+
"tailwindcss": "^3.4.9",
|
|
150
158
|
"ts-node": "10.9.1",
|
|
151
|
-
"typescript": "^5.
|
|
159
|
+
"typescript": "^5.5.4"
|
|
152
160
|
},
|
|
153
161
|
"peerDependencies": {
|
|
154
162
|
"next": "14.2.4",
|
|
@@ -157,7 +165,21 @@
|
|
|
157
165
|
"react-dom": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522"
|
|
158
166
|
},
|
|
159
167
|
"publishConfig": {
|
|
160
|
-
"
|
|
168
|
+
"exports": {
|
|
169
|
+
".": {
|
|
170
|
+
"import": "./dist/src/index.js",
|
|
171
|
+
"types": "./dist/src/index.d.ts",
|
|
172
|
+
"default": "./dist/src/index.js"
|
|
173
|
+
},
|
|
174
|
+
"./types": {
|
|
175
|
+
"import": "./dist/exports/types.js",
|
|
176
|
+
"types": "./dist/exports/types.d.ts",
|
|
177
|
+
"default": "./dist/exports/types.js"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"main": "./dist/src/index.js",
|
|
181
|
+
"registry": "https://registry.npmjs.org/",
|
|
182
|
+
"types": "./dist/src/index.d.ts"
|
|
161
183
|
},
|
|
162
184
|
"homepage:": "https://payloadcms.com",
|
|
163
185
|
"overrides": {
|
|
@@ -167,25 +189,5 @@
|
|
|
167
189
|
"bugs": {
|
|
168
190
|
"url": "https://github.com/payloadcms/payload/issues"
|
|
169
191
|
},
|
|
170
|
-
"homepage": "https://github.com/payloadcms/payload#readme"
|
|
171
|
-
"scripts": {
|
|
172
|
-
"build": "pnpm build:css && pnpm build:types && pnpm build:swc",
|
|
173
|
-
"build:css": "pnpx tailwindcss build -i src/styles.scss -o dist/src/styles.css",
|
|
174
|
-
"build:swc": "swc ./src -d ./dist/src --config-file .swcrc --strip-leading-paths",
|
|
175
|
-
"build:types": "tsc --emitDeclarationOnly --outDir dist",
|
|
176
|
-
"clean": "rimraf {dist,*.tsbuildinfo}",
|
|
177
|
-
"test": "echo \"No tests available.\""
|
|
178
|
-
},
|
|
179
|
-
"exports": {
|
|
180
|
-
".": {
|
|
181
|
-
"import": "./dist/src/index.js",
|
|
182
|
-
"types": "./dist/src/index.d.ts",
|
|
183
|
-
"default": "./dist/src/index.js"
|
|
184
|
-
},
|
|
185
|
-
"./types": {
|
|
186
|
-
"import": "./dist/exports/types.js",
|
|
187
|
-
"types": "./dist/exports/types.d.ts",
|
|
188
|
-
"default": "./dist/exports/types.js"
|
|
189
|
-
}
|
|
190
|
-
}
|
|
192
|
+
"homepage": "https://github.com/payloadcms/payload#readme"
|
|
191
193
|
}
|