utopia-ui 3.0.72 → 3.0.73

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
@@ -359,6 +359,7 @@ declare function AppShell({ appName, children, assetsApi, }: {
359
359
  appName: string;
360
360
  children: React.ReactNode;
361
361
  assetsApi: AssetsApi;
362
+ userType: string;
362
363
  }): react_jsx_runtime.JSX.Element;
363
364
 
364
365
  interface Route {
@@ -1,6 +1,6 @@
1
1
  export declare const ContextWrapper: ({ children }: {
2
2
  children: React.ReactNode;
3
- }) => string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<import("react").ReactNode> | null | undefined;
3
+ }) => string | number | boolean | Iterable<import("react").ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
4
4
  export declare const Wrappers: ({ children }: {
5
5
  children: any;
6
6
  }) => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utopia-ui",
3
- "version": "3.0.72",
3
+ "version": "3.0.73",
4
4
  "description": "Reuseable React Components to build mapping apps for real life communities and networks",
5
5
  "repository": "https://github.com/utopia-os/utopia-ui",
6
6
  "homepage": "https://utopia-os.org/",