@prismicio/editor-fields 0.4.54 → 0.4.57

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.
@@ -284,7 +284,7 @@ export declare function maybeResetSliceWidget(args: MaybeResetSliceWidgetArgs):
284
284
  label?: string | null | undefined;
285
285
  direction?: string | null | undefined;
286
286
  }) | ({
287
- type: "image" | "em" | "embed" | "strong" | "list-item" | "paragraph" | "rtl" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "preformatted" | "hyperlink" | "o-list-item";
287
+ type: "em" | "embed" | "strong" | "image" | "paragraph" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "preformatted" | "hyperlink" | "list-item" | "o-list-item" | "rtl";
288
288
  content: {
289
289
  text: string;
290
290
  } & {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "@floating-ui/react-dom-interactions": "0.9.3",
4
- "@prismicio/editor-support": "0.4.54",
4
+ "@prismicio/editor-support": "0.4.57",
5
5
  "@prismicio/richtext": "2.1.1",
6
6
  "@prismicio/types-internal": "2.8.0",
7
7
  "@tanstack/react-query": "5.55.4",
@@ -33,7 +33,7 @@
33
33
  "zod": "3.21.4"
34
34
  },
35
35
  "devDependencies": {
36
- "@prismicio/editor-ui": "^0.4.54",
36
+ "@prismicio/editor-ui": "^0.4.57",
37
37
  "@testing-library/react": "15.0.7",
38
38
  "@types/react": "18.0.18",
39
39
  "@types/react-dom": "18.3.0",
@@ -67,7 +67,7 @@
67
67
  "module": "./dist/index.es.js",
68
68
  "name": "@prismicio/editor-fields",
69
69
  "peerDependencies": {
70
- "@prismicio/editor-ui": "^0.4.54",
70
+ "@prismicio/editor-ui": "^0.4.57",
71
71
  "react": "18",
72
72
  "react-dom": "18"
73
73
  },
@@ -84,5 +84,5 @@
84
84
  "sideEffects": false,
85
85
  "stableVersion": "0.0.0",
86
86
  "types": "./dist/index.d.ts",
87
- "version": "0.4.54"
87
+ "version": "0.4.57"
88
88
  }