@forge/manifest

13.5.0-next.113.5.0-next.2
out/schema/manifest.d.ts
~out/schema/manifest.d.tsModified
+2−2
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -12862,9 +12862,9 @@
             [k: string]: unknown;
           };
           render?: 'native' | 'default';
           renderRuntimeType?: 'webworker' | 'iframe';
-          layout?: 'inline' | 'block' | 'bodied' | 'inline-bodied';
+          layout?: 'inline' | 'block' | 'bodied';
           emitsReadyEvent?: boolean;
           hidden?: boolean;
           key: ModuleKeySchema;
           [k: string]: unknown;
@@ -13209,9 +13209,9 @@
             [k: string]: unknown;
           };
           render?: 'native' | 'default';
           renderRuntimeType?: 'webworker' | 'iframe';
-          layout?: 'inline' | 'block' | 'bodied' | 'inline-bodied';
+          layout?: 'inline' | 'block' | 'bodied';
           emitsReadyEvent?: boolean;
           hidden?: boolean;
           key: ModuleKeySchema;
           [k: string]: unknown;