utopia-ui 3.0.80 → 3.0.81

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/dist/index.d.ts CHANGED
@@ -356,10 +356,11 @@ interface AssetsApi {
356
356
  /**
357
357
  * @category AppShell
358
358
  */
359
- declare function AppShell({ appName, children, assetsApi, }: {
359
+ declare function AppShell({ appName, children, assetsApi, embedded, }: {
360
360
  appName: string;
361
361
  children: React.ReactNode;
362
362
  assetsApi: AssetsApi;
363
+ embedded?: boolean;
363
364
  }): react_jsx_runtime.JSX.Element;
364
365
 
365
366
  interface Route {