utopia-ui 3.0.77 → 3.0.78

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -364,7 +364,7 @@ declare function AppShell({ appName, children, assetsApi, }: {
364
364
 
365
365
  interface Route {
366
366
  path: string;
367
- icon: string;
367
+ icon: JSX.Element;
368
368
  name: string;
369
369
  submenu?: Route[];
370
370
  blank?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utopia-ui",
3
- "version": "3.0.77",
3
+ "version": "3.0.78",
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/",