@overmap-ai/blocks 1.0.31-tailwind-components.4 → 1.0.31-tailwind-components.5

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/blocks.js CHANGED
@@ -7566,7 +7566,7 @@ const VirtualTrigger = memo((props) => {
7566
7566
  return null;
7567
7567
  });
7568
7568
  VirtualTrigger.displayName = "VirtualTrigger";
7569
- const OvermapMenu = {
7569
+ const Menu = {
7570
7570
  Root: Root$1,
7571
7571
  ClickTrigger,
7572
7572
  ContextTrigger,
@@ -9221,8 +9221,8 @@ export {
9221
9221
  InputSlot,
9222
9222
  Layout,
9223
9223
  LayoutContext,
9224
+ Menu,
9224
9225
  OvermapErrorBoundary,
9225
- OvermapMenu,
9226
9226
  Popover,
9227
9227
  Provider,
9228
9228
  RadioGroup,