@prismicio/editor-fields 0.4.62-alpha.jp-table-render-default-layout.2 → 0.4.63-alpha.jp-upgrade-tiptap.0
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/core/MediaLibrary/hooks/mediaLibraryData.d.ts +97 -97
- package/dist/core/MediaLibrary/hooks/tagData.d.ts +6 -6
- package/dist/core/MediaLibrary/hooks/useMediaLibraryUpload.d.ts +9 -9
- package/dist/core/MediaLibrary/hooks/useSelectedMedia.d.ts +9 -9
- package/dist/core/service/customType.d.ts +18 -18
- package/dist/core/service/document.d.ts +121 -121
- package/dist/core/service/documentSearch.d.ts +20 -20
- package/dist/core/service/repository.d.ts +6 -6
- package/dist/core/service/role.d.ts +10 -10
- package/dist/core/service/user.d.ts +5 -5
- package/dist/fields/ImageField/useImageField.d.ts +9 -9
- package/dist/fields/ImageField/useImageFieldImageUpload.d.ts +9 -9
- package/dist/fields/LinkField/Documents/DocumentCard.d.ts +2 -0
- package/dist/fields/LinkField/Documents/documentsData.d.ts +8 -8
- package/dist/fields/LinkField/LinkField.d.ts +1 -1
- package/dist/fields/RichTextField/BubbleMenu/BubbleMenu.d.ts +1 -0
- package/dist/fields/RichTextField/coreExtensions/HardBreak.d.ts +1 -1
- package/dist/fields/RichTextField/coreExtensions/ListItem.d.ts +5 -5
- package/dist/fields/RichTextField/coreExtensions/Text.d.ts +1 -1
- package/dist/fields/RichTextField/extensions/Bold/BoldModel.d.ts +1 -1
- package/dist/fields/RichTextField/extensions/Image/useImageView.d.ts +9 -9
- package/dist/fields/RichTextField/extensions/Italic/ItalicModel.d.ts +1 -1
- package/dist/fields/RichTextField/extensions/Label/LabelModel.d.ts +1 -1
- package/dist/fields/RichTextField/extensions/Link/Link.d.ts +1 -1
- package/dist/fields/RichTextField/extensions/Link/LinkModel.d.ts +1 -1
- package/dist/fields/RichTextField/globalExtensions/TextDirection.d.ts +1 -1
- package/dist/fields/RichTextField/models/EditorExtension.d.ts +1 -1
- package/dist/fields/RichTextField/models/helpers/NodeUtils.d.ts +1 -1
- package/dist/index.cjs.js +42 -42
- package/dist/index.es.js +10595 -10540
- package/package.json +26 -27
package/package.json
CHANGED
|
@@ -2,44 +2,43 @@
|
|
|
2
2
|
"dependencies": {
|
|
3
3
|
"@aws-sdk/client-bedrock-runtime": "3.709.0",
|
|
4
4
|
"@floating-ui/react-dom-interactions": "0.9.3",
|
|
5
|
-
"@prismicio/editor-support": "0.4.
|
|
5
|
+
"@prismicio/editor-support": "0.4.63-alpha.jp-upgrade-tiptap.0",
|
|
6
6
|
"@prismicio/richtext": "2.1.1",
|
|
7
7
|
"@prismicio/types-internal": "3.6.0",
|
|
8
8
|
"@tanstack/react-query": "5.55.4",
|
|
9
|
-
"@tiptap/core": "2.
|
|
10
|
-
"@tiptap/extension-bold": "2.
|
|
11
|
-
"@tiptap/extension-bullet-list": "2.
|
|
12
|
-
"@tiptap/extension-code-block": "2.
|
|
13
|
-
"@tiptap/extension-document": "2.
|
|
14
|
-
"@tiptap/extension-hard-break": "2.
|
|
15
|
-
"@tiptap/extension-heading": "2.
|
|
16
|
-
"@tiptap/extension-history": "2.
|
|
17
|
-
"@tiptap/extension-italic": "2.
|
|
18
|
-
"@tiptap/extension-list-item": "2.
|
|
19
|
-
"@tiptap/extension-list-keymap": "2.
|
|
20
|
-
"@tiptap/extension-ordered-list": "2.
|
|
21
|
-
"@tiptap/extension-paragraph": "2.
|
|
22
|
-
"@tiptap/extension-placeholder": "2.
|
|
23
|
-
"@tiptap/extension-table": "2.
|
|
24
|
-
"@tiptap/extension-table-cell": "2.
|
|
25
|
-
"@tiptap/extension-table-header": "2.
|
|
26
|
-
"@tiptap/extension-table-row": "2.
|
|
27
|
-
"@tiptap/extension-text": "2.
|
|
28
|
-
"@tiptap/pm": "2.
|
|
29
|
-
"@tiptap/react": "2.
|
|
30
|
-
"@tiptap/suggestion": "2.
|
|
9
|
+
"@tiptap/core": "2.11.5",
|
|
10
|
+
"@tiptap/extension-bold": "2.11.5",
|
|
11
|
+
"@tiptap/extension-bullet-list": "2.11.5",
|
|
12
|
+
"@tiptap/extension-code-block": "2.11.5",
|
|
13
|
+
"@tiptap/extension-document": "2.11.5",
|
|
14
|
+
"@tiptap/extension-hard-break": "2.11.5",
|
|
15
|
+
"@tiptap/extension-heading": "2.11.5",
|
|
16
|
+
"@tiptap/extension-history": "2.11.5",
|
|
17
|
+
"@tiptap/extension-italic": "2.11.5",
|
|
18
|
+
"@tiptap/extension-list-item": "2.11.5",
|
|
19
|
+
"@tiptap/extension-list-keymap": "2.11.5",
|
|
20
|
+
"@tiptap/extension-ordered-list": "2.11.5",
|
|
21
|
+
"@tiptap/extension-paragraph": "2.11.5",
|
|
22
|
+
"@tiptap/extension-placeholder": "2.11.5",
|
|
23
|
+
"@tiptap/extension-table": "2.11.5",
|
|
24
|
+
"@tiptap/extension-table-cell": "2.11.5",
|
|
25
|
+
"@tiptap/extension-table-header": "2.11.5",
|
|
26
|
+
"@tiptap/extension-table-row": "2.11.5",
|
|
27
|
+
"@tiptap/extension-text": "2.11.5",
|
|
28
|
+
"@tiptap/pm": "2.11.5",
|
|
29
|
+
"@tiptap/react": "2.11.5",
|
|
30
|
+
"@tiptap/suggestion": "2.11.5",
|
|
31
31
|
"clsx": "1.2.1",
|
|
32
32
|
"fp-ts": "2.12.3",
|
|
33
33
|
"io-ts": "2.2.18",
|
|
34
34
|
"io-ts-types": "0.5.16",
|
|
35
35
|
"monocle-ts": "",
|
|
36
36
|
"newtype-ts": "",
|
|
37
|
-
"prosemirror-model": "1.23.0",
|
|
38
37
|
"tslib": "2.4.0",
|
|
39
38
|
"zod": "3.23.8"
|
|
40
39
|
},
|
|
41
40
|
"devDependencies": {
|
|
42
|
-
"@prismicio/editor-ui": "^0.4.
|
|
41
|
+
"@prismicio/editor-ui": "^0.4.63-alpha.jp-upgrade-tiptap.0",
|
|
43
42
|
"@testing-library/react": "15.0.7",
|
|
44
43
|
"@types/react": "18.0.18",
|
|
45
44
|
"@types/react-dom": "18.3.0",
|
|
@@ -73,7 +72,7 @@
|
|
|
73
72
|
"module": "./dist/index.es.js",
|
|
74
73
|
"name": "@prismicio/editor-fields",
|
|
75
74
|
"peerDependencies": {
|
|
76
|
-
"@prismicio/editor-ui": "^0.4.
|
|
75
|
+
"@prismicio/editor-ui": "^0.4.63-alpha.jp-upgrade-tiptap.0",
|
|
77
76
|
"react": "18",
|
|
78
77
|
"react-dom": "18"
|
|
79
78
|
},
|
|
@@ -90,5 +89,5 @@
|
|
|
90
89
|
"sideEffects": false,
|
|
91
90
|
"stableVersion": "0.0.0",
|
|
92
91
|
"types": "./dist/index.d.ts",
|
|
93
|
-
"version": "0.4.
|
|
92
|
+
"version": "0.4.63-alpha.jp-upgrade-tiptap.0"
|
|
94
93
|
}
|