@portabletext/editor 4.2.1 → 4.2.2

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.
@@ -1695,6 +1695,7 @@ type SyntheticBehaviorEvent = {
1695
1695
  } | {
1696
1696
  type: StrictExtract<SyntheticBehaviorEventType, 'decorator.remove'>;
1697
1697
  decorator: string;
1698
+ at?: NonNullable<EditorSelection>;
1698
1699
  } | {
1699
1700
  type: StrictExtract<SyntheticBehaviorEventType, 'delete'>;
1700
1701
  at?: NonNullable<EditorSelection>;