clarity-js 0.7.22 → 0.7.24

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/types/layout.d.ts CHANGED
@@ -222,7 +222,7 @@ export interface MutationHistory {
222
222
 
223
223
  export interface RegionQueue {
224
224
  node: Node;
225
- data: RegionData;
225
+ state: RegionState;
226
226
  }
227
227
 
228
228
  export interface RegionState {