@portabletext/editor 1.14.0 → 1.14.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portabletext/editor",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "Portable Text Editor made in React",
5
5
  "keywords": [
6
6
  "sanity",
@@ -106,10 +106,10 @@ export type InternalEditorEvent =
106
106
  export type EditorEmittedEvent = PickFromUnion<
107
107
  InternalEditorEmittedEvent,
108
108
  'type',
109
- | 'blur'
109
+ | 'blurred'
110
110
  | 'done loading'
111
111
  | 'error'
112
- | 'focus'
112
+ | 'focused'
113
113
  | 'invalid value'
114
114
  | 'loading'
115
115
  | 'mutation'