@windoc/react 0.2.1 → 0.2.2

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/index.js CHANGED
@@ -220,7 +220,7 @@ var import_jsx_runtime5 = require("react/jsx-runtime");
220
220
  function DropdownPortal({ isOpen, style, className, children }) {
221
221
  if (!isOpen) return null;
222
222
  return (0, import_react_dom.createPortal)(
223
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className, style, children }),
223
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "menu-item", style, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className, children }) }),
224
224
  document.body
225
225
  );
226
226
  }