@portabletext/editor 1.44.8 → 1.44.9

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
@@ -5025,19 +5025,7 @@ declare type ExternalBehaviorEvent =
5025
5025
  }
5026
5026
  }
5027
5027
  }
5028
- | PickFromUnion<
5029
- AbstractBehaviorEvent,
5030
- 'type',
5031
- | 'annotation.toggle'
5032
- | 'decorator.toggle'
5033
- | 'insert.blocks'
5034
- | 'list item.add'
5035
- | 'list item.remove'
5036
- | 'list item.toggle'
5037
- | 'style.add'
5038
- | 'style.remove'
5039
- | 'style.toggle'
5040
- >
5028
+ | AbstractBehaviorEvent
5041
5029
  | SyntheticBehaviorEvent
5042
5030
  | CustomBehaviorEvent
5043
5031
 
package/lib/index.d.ts CHANGED
@@ -5025,19 +5025,7 @@ declare type ExternalBehaviorEvent =
5025
5025
  }
5026
5026
  }
5027
5027
  }
5028
- | PickFromUnion<
5029
- AbstractBehaviorEvent,
5030
- 'type',
5031
- | 'annotation.toggle'
5032
- | 'decorator.toggle'
5033
- | 'insert.blocks'
5034
- | 'list item.add'
5035
- | 'list item.remove'
5036
- | 'list item.toggle'
5037
- | 'style.add'
5038
- | 'style.remove'
5039
- | 'style.toggle'
5040
- >
5028
+ | AbstractBehaviorEvent
5041
5029
  | SyntheticBehaviorEvent
5042
5030
  | CustomBehaviorEvent
5043
5031
 
@@ -4826,19 +4826,7 @@ declare type ExternalBehaviorEvent =
4826
4826
  }
4827
4827
  }
4828
4828
  }
4829
- | PickFromUnion<
4830
- AbstractBehaviorEvent,
4831
- 'type',
4832
- | 'annotation.toggle'
4833
- | 'decorator.toggle'
4834
- | 'insert.blocks'
4835
- | 'list item.add'
4836
- | 'list item.remove'
4837
- | 'list item.toggle'
4838
- | 'style.add'
4839
- | 'style.remove'
4840
- | 'style.toggle'
4841
- >
4829
+ | AbstractBehaviorEvent
4842
4830
  | SyntheticBehaviorEvent
4843
4831
  | CustomBehaviorEvent
4844
4832
 
@@ -4826,19 +4826,7 @@ declare type ExternalBehaviorEvent =
4826
4826
  }
4827
4827
  }
4828
4828
  }
4829
- | PickFromUnion<
4830
- AbstractBehaviorEvent,
4831
- 'type',
4832
- | 'annotation.toggle'
4833
- | 'decorator.toggle'
4834
- | 'insert.blocks'
4835
- | 'list item.add'
4836
- | 'list item.remove'
4837
- | 'list item.toggle'
4838
- | 'style.add'
4839
- | 'style.remove'
4840
- | 'style.toggle'
4841
- >
4829
+ | AbstractBehaviorEvent
4842
4830
  | SyntheticBehaviorEvent
4843
4831
  | CustomBehaviorEvent
4844
4832
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portabletext/editor",
3
- "version": "1.44.8",
3
+ "version": "1.44.9",
4
4
  "description": "Portable Text Editor made in React",
5
5
  "keywords": [
6
6
  "sanity",
@@ -48,19 +48,7 @@ export type ExternalBehaviorEvent =
48
48
  value?: {[prop: string]: unknown}
49
49
  }
50
50
  }
51
- | PickFromUnion<
52
- AbstractBehaviorEvent,
53
- 'type',
54
- | 'annotation.toggle'
55
- | 'decorator.toggle'
56
- | 'insert.blocks'
57
- | 'list item.add'
58
- | 'list item.remove'
59
- | 'list item.toggle'
60
- | 'style.add'
61
- | 'style.remove'
62
- | 'style.toggle'
63
- >
51
+ | AbstractBehaviorEvent
64
52
  | SyntheticBehaviorEvent
65
53
  | CustomBehaviorEvent
66
54