@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
package/lib/index.d.cts
CHANGED
|
@@ -3125,9 +3125,6 @@ export declare type PatchChange = {
|
|
|
3125
3125
|
export declare type PatchesEvent = {
|
|
3126
3126
|
type: 'patches'
|
|
3127
3127
|
patches: Array<Patch>
|
|
3128
|
-
/**
|
|
3129
|
-
* @deprecated Unused by the editor
|
|
3130
|
-
*/
|
|
3131
3128
|
snapshot: Array<PortableTextBlock> | undefined
|
|
3132
3129
|
}
|
|
3133
3130
|
|
package/lib/index.d.ts
CHANGED
|
@@ -3125,9 +3125,6 @@ export declare type PatchChange = {
|
|
|
3125
3125
|
export declare type PatchesEvent = {
|
|
3126
3126
|
type: 'patches'
|
|
3127
3127
|
patches: Array<Patch>
|
|
3128
|
-
/**
|
|
3129
|
-
* @deprecated Unused by the editor
|
|
3130
|
-
*/
|
|
3131
3128
|
snapshot: Array<PortableTextBlock> | undefined
|
|
3132
3129
|
}
|
|
3133
3130
|
|