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.
package/dist/index.d.ts CHANGED
@@ -115,6 +115,7 @@ interface GalleryItem {
115
115
  id: string
116
116
  width: number
117
117
  height: number
118
+ type: string
118
119
  }
119
120
  }
120
121
 
@@ -497,11 +498,10 @@ declare const SelectUser: () => react_jsx_runtime.JSX.Element;
497
498
  /**
498
499
  * @category Templates
499
500
  */
500
- declare const OverlayItemsIndexPage: ({ url, layerName, parameterField, plusButton, }: {
501
+ declare const OverlayItemsIndexPage: ({ url, layerName, parameterField, }: {
501
502
  layerName: string;
502
503
  url: string;
503
504
  parameterField?: string;
504
- plusButton?: boolean;
505
505
  }) => react_jsx_runtime.JSX.Element;
506
506
 
507
507
  /**
@@ -559,6 +559,7 @@ interface StartEndInputProps {
559
559
  labelStyle?: string;
560
560
  updateStartValue?: (value: string) => void;
561
561
  updateEndValue?: (value: string) => void;
562
+ containerStyle?: string;
562
563
  }
563
564
 
564
565
  /**