@portabletext/editor 1.57.5 → 1.58.0

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
@@ -7195,6 +7195,8 @@ declare interface PortableTextSlateEditor extends ReactEditor {
7195
7195
 
7196
7196
  export {PortableTextSpan}
7197
7197
 
7198
+ export {PortableTextTextBlock}
7199
+
7198
7200
  /**
7199
7201
  * A range decoration is a UI affordance that wraps a given selection range in the editor
7200
7202
  * with a custom component. This can be used to highlight search results,
package/lib/index.d.ts CHANGED
@@ -7195,6 +7195,8 @@ declare interface PortableTextSlateEditor extends ReactEditor {
7195
7195
 
7196
7196
  export {PortableTextSpan}
7197
7197
 
7198
+ export {PortableTextTextBlock}
7199
+
7198
7200
  /**
7199
7201
  * A range decoration is a UI affordance that wraps a given selection range in the editor
7200
7202
  * with a custom component. This can be used to highlight search results,