@underverse-ui/underverse 1.0.132 → 1.0.133
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/api-reference.json +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/api-reference.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -24123,12 +24123,12 @@ function ThemeToggleHeadless({
|
|
|
24123
24123
|
}
|
|
24124
24124
|
),
|
|
24125
24125
|
isOpen && /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
|
|
24126
|
-
typeof window !== "undefined" && (0, import_react_dom6.createPortal)(/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "fixed inset-0 z-
|
|
24126
|
+
typeof window !== "undefined" && (0, import_react_dom6.createPortal)(/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "fixed inset-0 z-[99998]", onClick: () => setIsOpen(false) }), document.body),
|
|
24127
24127
|
typeof window !== "undefined" && dropdownPosition && (0, import_react_dom6.createPortal)(
|
|
24128
24128
|
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
24129
24129
|
"div",
|
|
24130
24130
|
{
|
|
24131
|
-
className: "z-
|
|
24131
|
+
className: "z-[99999] bg-card border border-border/50 rounded-lg shadow-lg overflow-hidden",
|
|
24132
24132
|
style: { position: "absolute", top: dropdownPosition.top, left: dropdownPosition.left, width: dropdownPosition.width },
|
|
24133
24133
|
onMouseDown: (e) => e.stopPropagation(),
|
|
24134
24134
|
role: "menu",
|
|
@@ -24220,12 +24220,12 @@ function LanguageSwitcherHeadless({
|
|
|
24220
24220
|
}
|
|
24221
24221
|
),
|
|
24222
24222
|
isOpen && /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(import_jsx_runtime73.Fragment, { children: [
|
|
24223
|
-
typeof window !== "undefined" && (0, import_react_dom7.createPortal)(/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: "fixed inset-0 z-
|
|
24223
|
+
typeof window !== "undefined" && (0, import_react_dom7.createPortal)(/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: "fixed inset-0 z-[99998]", onClick: () => setIsOpen(false) }), document.body),
|
|
24224
24224
|
typeof window !== "undefined" && dropdownPosition && (0, import_react_dom7.createPortal)(
|
|
24225
24225
|
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
24226
24226
|
"div",
|
|
24227
24227
|
{
|
|
24228
|
-
className: "z-
|
|
24228
|
+
className: "z-[99999] bg-card border border-border/50 rounded-lg shadow-lg overflow-hidden",
|
|
24229
24229
|
style: { position: "absolute", top: dropdownPosition.top, left: dropdownPosition.left, width: dropdownPosition.width },
|
|
24230
24230
|
onMouseDown: (e) => e.stopPropagation(),
|
|
24231
24231
|
role: "menu",
|