@dxos/react-ui 0.1.30-next.7c60cd3 → 0.1.31-next.ea8f0bc

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.
@@ -2410,7 +2410,8 @@ var Shell = ({ runtime, origin }) => {
2410
2410
 
2411
2411
  // packages/apps/patterns/react-ui/src/composites/Shell/ShellContext.tsx
2412
2412
  import React34, { createContext as createContext2, useCallback as useCallback6, useContext as useContext2, useEffect as useEffect3, useMemo as useMemo3, useState as useState8 } from "react";
2413
- import { IFrameClientServicesProxy, MemoryShellRuntime, ShellDisplay as ShellDisplay2, ShellLayout as ShellLayout2 } from "@dxos/client";
2413
+ import { IFrameClientServicesProxy, ShellDisplay as ShellDisplay2, ShellLayout as ShellLayout2 } from "@dxos/client";
2414
+ import { MemoryShellRuntime } from "@dxos/client-services";
2414
2415
  import { useClient as useClient8, useIdentity as useIdentity3 } from "@dxos/react-client";
2415
2416
  import { mx as mx24 } from "@dxos/react-components";
2416
2417
  var ShellContext = /* @__PURE__ */ createContext2({});