utopia-ui 3.0.100 → 3.0.101

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.
@@ -5,8 +5,9 @@ export interface StartEndInputProps {
5
5
  labelStyle?: string;
6
6
  updateStartValue?: (value: string) => void;
7
7
  updateEndValue?: (value: string) => void;
8
+ containerStyle?: string;
8
9
  }
9
10
  /**
10
11
  * @category Map
11
12
  */
12
- export declare const PopupStartEndInput: ({ item, showLabels, labelStyle, updateStartValue, updateEndValue, }: StartEndInputProps) => import("react/jsx-runtime").JSX.Element;
13
+ export declare const PopupStartEndInput: ({ item, showLabels, labelStyle, updateStartValue, updateEndValue, containerStyle, }: StartEndInputProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,9 +1,8 @@
1
1
  /**
2
2
  * @category Templates
3
3
  */
4
- export declare const OverlayItemsIndexPage: ({ url, layerName, parameterField, plusButton, }: {
4
+ export declare const OverlayItemsIndexPage: ({ url, layerName, parameterField, }: {
5
5
  layerName: string;
6
6
  url: string;
7
7
  parameterField?: string;
8
- plusButton?: boolean;
9
8
  }) => import("react/jsx-runtime").JSX.Element;
@@ -14,3 +14,4 @@ import '#assets/css/leaflet.css';
14
14
  import '#assets/css/color-picker.css';
15
15
  import '#assets/css/markdown.css';
16
16
  import '#assets/css/tiptap.css';
17
+ import '#assets/css/gallery.css';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utopia-ui",
3
- "version": "3.0.100",
3
+ "version": "3.0.101",
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/",