@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.umd.cjs
CHANGED
|
@@ -7572,7 +7572,7 @@
|
|
|
7572
7572
|
return null;
|
|
7573
7573
|
});
|
|
7574
7574
|
VirtualTrigger.displayName = "VirtualTrigger";
|
|
7575
|
-
const
|
|
7575
|
+
const Menu = {
|
|
7576
7576
|
Root: Root$1,
|
|
7577
7577
|
ClickTrigger,
|
|
7578
7578
|
ContextTrigger,
|
|
@@ -9226,8 +9226,8 @@
|
|
|
9226
9226
|
exports2.InputSlot = InputSlot;
|
|
9227
9227
|
exports2.Layout = Layout;
|
|
9228
9228
|
exports2.LayoutContext = LayoutContext;
|
|
9229
|
+
exports2.Menu = Menu;
|
|
9229
9230
|
exports2.OvermapErrorBoundary = OvermapErrorBoundary;
|
|
9230
|
-
exports2.OvermapMenu = OvermapMenu;
|
|
9231
9231
|
exports2.Popover = Popover;
|
|
9232
9232
|
exports2.Provider = Provider;
|
|
9233
9233
|
exports2.RadioGroup = RadioGroup;
|