npm package diff

Package: @forge/react

Versions: 11.6.1-next.0 - 11.6.1-next.1

File: package/out/types/effect.d.ts

Index: package/out/types/effect.d.ts
===================================================================
--- package/out/types/effect.d.ts
+++ package/out/types/effect.d.ts
@@ -1,14 +1,26 @@
+import type { DocNode } from '@atlaskit/adf-schema';
 import { type RenderState, type Handler, type ForgeDoc } from './forge';
 export interface BackendRuntimePayload {
     effects: BackendEffect[];
 }
 export declare type ExtensionData = {
     [k: string]: any;
+    macro?: {
+        layout?: 'bodied';
+        isConfiguring?: boolean;
+        isInserting?: boolean;
+    };
 };
 export declare type ExtensionPayload = {
     [k: string]: any;
 };
+export declare type ExtensionViewData = {
+    [k: string]: any;
+    macro?: {
+        body?: DocNode;
+    };
+};
 export interface CoreData {
     /**
      * Optional due to products with workspace install
      */