utopia-ui 3.0.88 → 3.0.90

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.
@@ -0,0 +1 @@
1
+ export declare const UrlState: () => import("react/jsx-runtime").JSX.Element;
@@ -33,7 +33,7 @@ import type { GeoJsonObject } from 'geojson';
33
33
  * ```
34
34
  * @category Map
35
35
  */
36
- declare function UtopiaMap({ height, width, center, zoom, children, geo, showFilterControl, showGratitudeControl, showLayerControl, showThemeControl, defaultTheme, donationWidget, }: {
36
+ declare function UtopiaMap({ height, width, center, zoom, children, geo, showFilterControl, showGratitudeControl, showLayerControl, showZoomControl, showThemeControl, defaultTheme, donationWidget, }: {
37
37
  /** height of the map (default '500px') */
38
38
  height?: string;
39
39
  /** width of the map (default '100%') */
@@ -52,6 +52,8 @@ declare function UtopiaMap({ height, width, center, zoom, children, geo, showFil
52
52
  showLayerControl?: boolean;
53
53
  /** show the layer control widget (default true) */
54
54
  showGratitudeControl?: boolean;
55
+ /** show zoom control widget (default false) */
56
+ showZoomControl?: boolean;
55
57
  /** show a widget to switch the theme */
56
58
  showThemeControl?: boolean;
57
59
  /** the defaut theme */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utopia-ui",
3
- "version": "3.0.88",
3
+ "version": "3.0.90",
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/",