@overmap-ai/blocks 1.0.31-tailwind-components.37 → 1.0.31-tailwind-components.38
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
|
@@ -2035,7 +2035,7 @@ const MenuContent = memo(
|
|
|
2035
2035
|
visibility: ((_a2 = middlewareData.hide) == null ? void 0 : _a2.referenceHidden) ? "hidden" : "visible"
|
|
2036
2036
|
};
|
|
2037
2037
|
}, [floatingStyles, (_a = middlewareData.hide) == null ? void 0 : _a.referenceHidden]);
|
|
2038
|
-
return /* @__PURE__ */ jsx(FloatingNode, { id: nodeId, children: open && /* @__PURE__ */ jsx(FloatingPortal, { children: /* @__PURE__ */ jsx(FloatingOverlay, { className: menuOverlay({ modal }), lockScroll: true, "data-floating": "", children: /* @__PURE__ */ jsx(FloatingFocusManager, { context, children: /* @__PURE__ */ jsx(FloatingList, { elementsRef, children: /* @__PURE__ */ jsx(
|
|
2038
|
+
return /* @__PURE__ */ jsx(FloatingNode, { id: nodeId, children: open && /* @__PURE__ */ jsx(FloatingPortal, { children: /* @__PURE__ */ jsx(FloatingOverlay, { className: menuOverlay({ modal }), lockScroll: true, "data-floating-content": "", children: /* @__PURE__ */ jsx(FloatingFocusManager, { context, children: /* @__PURE__ */ jsx(FloatingList, { elementsRef, children: /* @__PURE__ */ jsx(
|
|
2039
2039
|
MenuContentContext.Provider,
|
|
2040
2040
|
{
|
|
2041
2041
|
value: {
|
|
@@ -2058,7 +2058,7 @@ const MenuContent = memo(
|
|
|
2058
2058
|
ref: refs.setFloating,
|
|
2059
2059
|
tabIndex: -1,
|
|
2060
2060
|
style: computedFloatingStyles,
|
|
2061
|
-
"data-floating": "",
|
|
2061
|
+
"data-floating-content": "",
|
|
2062
2062
|
...getFloatingProps(),
|
|
2063
2063
|
children: /* @__PURE__ */ jsx(
|
|
2064
2064
|
"div",
|