@portabletext/editor 1.50.1 → 1.50.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.
- package/lib/behaviors/index.d.cts +0 -3
- package/lib/behaviors/index.d.ts +0 -3
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +0 -3
- package/lib/index.d.ts +0 -3
- package/lib/index.js.map +1 -1
- package/lib/plugins/index.d.cts +0 -3
- package/lib/plugins/index.d.ts +0 -3
- package/lib/selectors/index.d.cts +0 -3
- package/lib/selectors/index.d.ts +0 -3
- package/lib/utils/index.d.cts +0 -3
- package/lib/utils/index.d.ts +0 -3
- package/package.json +1 -1
- package/src/editor/editor-machine.ts +0 -3
|
@@ -2627,9 +2627,6 @@ declare type ObjectBlockWithOptionalKey = Omit<PortableTextObject, '_key'> & {
|
|
|
2627
2627
|
declare type PatchesEvent = {
|
|
2628
2628
|
type: 'patches'
|
|
2629
2629
|
patches: Array<Patch>
|
|
2630
|
-
/**
|
|
2631
|
-
* @deprecated Unused by the editor
|
|
2632
|
-
*/
|
|
2633
2630
|
snapshot: Array<PortableTextBlock> | undefined
|
|
2634
2631
|
}
|
|
2635
2632
|
|
package/lib/behaviors/index.d.ts
CHANGED
|
@@ -2627,9 +2627,6 @@ declare type ObjectBlockWithOptionalKey = Omit<PortableTextObject, '_key'> & {
|
|
|
2627
2627
|
declare type PatchesEvent = {
|
|
2628
2628
|
type: 'patches'
|
|
2629
2629
|
patches: Array<Patch>
|
|
2630
|
-
/**
|
|
2631
|
-
* @deprecated Unused by the editor
|
|
2632
|
-
*/
|
|
2633
2630
|
snapshot: Array<PortableTextBlock> | undefined
|
|
2634
2631
|
}
|
|
2635
2632
|
|