@overmap-ai/blocks 1.0.9 → 1.0.10-fix-dropdown-buttons.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.
package/dist/blocks.js CHANGED
@@ -966,7 +966,7 @@ const DropdownItemMenu = memo(
966
966
  ...rest
967
967
  }) => {
968
968
  const infoColor = useSeverityColor("info");
969
- return /* @__PURE__ */ jsxs(DropdownMenu$1.Root, { children: [
969
+ return /* @__PURE__ */ jsxs(DropdownMenu$1.Root, { modal: false, children: [
970
970
  /* @__PURE__ */ jsx(DropdownMenu$1.Trigger, { disabled, children: trigger }),
971
971
  /* @__PURE__ */ jsx(DropdownMenu$1.Content, { variant: "soft", ...rest, color: infoColor, children: /* @__PURE__ */ jsx(
972
972
  DropdownMenuItemGroup,