@portabletext/editor 1.49.11 → 1.49.12

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.
@@ -811,6 +811,12 @@ declare const editorMachine: StateMachine<
811
811
  | {
812
812
  type: 'editable'
813
813
  }
814
+ | {
815
+ type: 'error'
816
+ name: string
817
+ description: string
818
+ data: unknown
819
+ }
814
820
  | {
815
821
  type: 'focused'
816
822
  event: FocusEvent_2<HTMLDivElement, Element>
@@ -2087,6 +2093,12 @@ declare const editorMachine: StateMachine<
2087
2093
  | {
2088
2094
  type: 'editable'
2089
2095
  }
2096
+ | {
2097
+ type: 'error'
2098
+ name: string
2099
+ description: string
2100
+ data: unknown
2101
+ }
2090
2102
  | {
2091
2103
  type: 'focused'
2092
2104
  event: FocusEvent_2<HTMLDivElement, Element>
@@ -811,6 +811,12 @@ declare const editorMachine: StateMachine<
811
811
  | {
812
812
  type: 'editable'
813
813
  }
814
+ | {
815
+ type: 'error'
816
+ name: string
817
+ description: string
818
+ data: unknown
819
+ }
814
820
  | {
815
821
  type: 'focused'
816
822
  event: FocusEvent_2<HTMLDivElement, Element>
@@ -2087,6 +2093,12 @@ declare const editorMachine: StateMachine<
2087
2093
  | {
2088
2094
  type: 'editable'
2089
2095
  }
2096
+ | {
2097
+ type: 'error'
2098
+ name: string
2099
+ description: string
2100
+ data: unknown
2101
+ }
2090
2102
  | {
2091
2103
  type: 'focused'
2092
2104
  event: FocusEvent_2<HTMLDivElement, Element>