@prismicio/editor-fields 0.4.63-alpha.jp-upgrade-tiptap.0 → 0.4.64

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.
@@ -291,7 +291,7 @@ export declare function maybeResetSliceWidget(args: MaybeResetSliceWidgetArgs):
291
291
  label?: string | null | undefined;
292
292
  direction?: string | null | undefined;
293
293
  }) | ({
294
- type: "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "paragraph" | "strong" | "em" | "preformatted" | "hyperlink" | "image" | "embed" | "list-item" | "o-list-item" | "rtl";
294
+ type: "image" | "embed" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "list-item" | "o-list-item" | "rtl";
295
295
  content: {
296
296
  text: string;
297
297
  } & {
@@ -452,7 +452,7 @@ export declare function maybeResetSliceWidget(args: MaybeResetSliceWidgetArgs):
452
452
  label?: string | null | undefined;
453
453
  direction?: string | null | undefined;
454
454
  }) | ({
455
- type: "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "paragraph" | "strong" | "em" | "preformatted" | "hyperlink" | "image" | "embed" | "list-item" | "o-list-item" | "rtl";
455
+ type: "image" | "embed" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "strong" | "em" | "preformatted" | "hyperlink" | "list-item" | "o-list-item" | "rtl";
456
456
  content: {
457
457
  text: string;
458
458
  } & {
package/package.json CHANGED
@@ -2,10 +2,9 @@
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.63-alpha.jp-upgrade-tiptap.0",
5
+ "@prismicio/editor-support": "0.4.64",
6
6
  "@prismicio/richtext": "2.1.1",
7
7
  "@prismicio/types-internal": "3.6.0",
8
- "@tanstack/react-query": "5.55.4",
9
8
  "@tiptap/core": "2.11.5",
10
9
  "@tiptap/extension-bold": "2.11.5",
11
10
  "@tiptap/extension-bullet-list": "2.11.5",
@@ -38,7 +37,7 @@
38
37
  "zod": "3.23.8"
39
38
  },
40
39
  "devDependencies": {
41
- "@prismicio/editor-ui": "^0.4.63-alpha.jp-upgrade-tiptap.0",
40
+ "@prismicio/editor-ui": "^0.4.64",
42
41
  "@testing-library/react": "15.0.7",
43
42
  "@types/react": "18.0.18",
44
43
  "@types/react-dom": "18.3.0",
@@ -72,7 +71,8 @@
72
71
  "module": "./dist/index.es.js",
73
72
  "name": "@prismicio/editor-fields",
74
73
  "peerDependencies": {
75
- "@prismicio/editor-ui": "^0.4.63-alpha.jp-upgrade-tiptap.0",
74
+ "@prismicio/editor-ui": "^0.4.64",
75
+ "@tanstack/react-query": "5.55.4",
76
76
  "react": "18",
77
77
  "react-dom": "18"
78
78
  },
@@ -89,5 +89,5 @@
89
89
  "sideEffects": false,
90
90
  "stableVersion": "0.0.0",
91
91
  "types": "./dist/index.d.ts",
92
- "version": "0.4.63-alpha.jp-upgrade-tiptap.0"
92
+ "version": "0.4.64"
93
93
  }