@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/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/editor/editor-machine.ts +2 -2
package/lib/index.d.cts
CHANGED
|
@@ -1115,10 +1115,10 @@ export declare type EditorContext = {
|
|
|
1115
1115
|
export declare type EditorEmittedEvent = PickFromUnion<
|
|
1116
1116
|
InternalEditorEmittedEvent,
|
|
1117
1117
|
'type',
|
|
1118
|
-
| '
|
|
1118
|
+
| 'blurred'
|
|
1119
1119
|
| 'done loading'
|
|
1120
1120
|
| 'error'
|
|
1121
|
-
| '
|
|
1121
|
+
| 'focused'
|
|
1122
1122
|
| 'invalid value'
|
|
1123
1123
|
| 'loading'
|
|
1124
1124
|
| 'mutation'
|
package/lib/index.d.ts
CHANGED
|
@@ -1115,10 +1115,10 @@ export declare type EditorContext = {
|
|
|
1115
1115
|
export declare type EditorEmittedEvent = PickFromUnion<
|
|
1116
1116
|
InternalEditorEmittedEvent,
|
|
1117
1117
|
'type',
|
|
1118
|
-
| '
|
|
1118
|
+
| 'blurred'
|
|
1119
1119
|
| 'done loading'
|
|
1120
1120
|
| 'error'
|
|
1121
|
-
| '
|
|
1121
|
+
| 'focused'
|
|
1122
1122
|
| 'invalid value'
|
|
1123
1123
|
| 'loading'
|
|
1124
1124
|
| 'mutation'
|