utopia-ui 3.0.86 → 3.0.87

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.
@@ -4,7 +4,9 @@ interface groupType {
4
4
  groupTypes_id: {
5
5
  name: string;
6
6
  color: string;
7
- image: string;
7
+ image: {
8
+ id: string;
9
+ };
8
10
  markerIcon: string;
9
11
  };
10
12
  }
@@ -1,2 +1,3 @@
1
- declare const MarkerIconFactory: (shape: string, color1: string, color2: string, icon: string) => import("leaflet").DivIcon;
1
+ import type { MarkerIcon } from '#types/MarkerIcon';
2
+ declare const MarkerIconFactory: (shape: string, color1: string, color2: string, icon?: MarkerIcon, assetsURL?: string) => import("leaflet").DivIcon;
2
3
  export default MarkerIconFactory;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utopia-ui",
3
- "version": "3.0.86",
3
+ "version": "3.0.87",
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/",