@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 +2 -2
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +2 -2
- package/dist/blocks.umd.cjs.map +1 -1
- package/package.json +1 -1
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
|
|
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,
|