@overmap-ai/blocks 1.0.30 → 1.0.31-master.0

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.
@@ -3,5 +3,5 @@ interface ErrorBoundaryProps extends React.PropsWithChildren {
3
3
  absoluteCentering?: boolean;
4
4
  message?: string;
5
5
  }
6
- declare const OvermapErrorBoundary: React.MemoExoticComponent<(props: ErrorBoundaryProps) => import("react/jsx-runtime").JSX.Element>;
7
- export default OvermapErrorBoundary;
6
+ export declare const OvermapErrorBoundary: React.MemoExoticComponent<(props: ErrorBoundaryProps) => import("react/jsx-runtime").JSX.Element>;
7
+ export {};
package/dist/blocks.js CHANGED
@@ -5057,6 +5057,7 @@ export {
5057
5057
  DropdownMenu as OvermapDropdownMenu,
5058
5058
  DropdownMultiSelect as OvermapDropdownMultiSelect,
5059
5059
  DropdownSelect as OvermapDropdownSelect,
5060
+ OvermapErrorBoundary,
5060
5061
  OvermapInputItem,
5061
5062
  OvermapItem,
5062
5063
  OvermapItemGroup,