@portabletext/editor 1.16.3 → 1.16.4

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.d.cts CHANGED
@@ -552,6 +552,8 @@ export declare type EditorEmittedEvent = PickFromUnion<
552
552
  export declare type EditorEvent = PickFromUnion<
553
553
  InternalEditorEvent,
554
554
  'type',
555
+ | 'annotation.add'
556
+ | 'annotation.remove'
555
557
  | 'annotation.toggle'
556
558
  | 'blur'
557
559
  | 'decorator.add'
package/lib/index.d.ts CHANGED
@@ -552,6 +552,8 @@ export declare type EditorEmittedEvent = PickFromUnion<
552
552
  export declare type EditorEvent = PickFromUnion<
553
553
  InternalEditorEvent,
554
554
  'type',
555
+ | 'annotation.add'
556
+ | 'annotation.remove'
555
557
  | 'annotation.toggle'
556
558
  | 'blur'
557
559
  | 'decorator.add'