@underverse-ui/underverse 1.0.133 → 1.0.134
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 +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/api-reference.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -5508,7 +5508,7 @@ var Modal = ({
|
|
|
5508
5508
|
if (!element) return false;
|
|
5509
5509
|
let current = element;
|
|
5510
5510
|
while (current) {
|
|
5511
|
-
if (current.hasAttribute?.("data-datepicker") || current.hasAttribute?.("data-popover") || current.hasAttribute?.("data-dropdown") || current.hasAttribute?.("data-dropdown-menu") || current.hasAttribute?.("data-radix-popper-content-wrapper") || current.hasAttribute?.("data-radix-portal") || current.getAttribute?.("role") === "listbox" || current.getAttribute?.("role") === "dialog" || current.classList?.contains("datepicker-portal") || current.classList?.contains("popover-portal")) {
|
|
5511
|
+
if (current.hasAttribute?.("data-datepicker") || current.hasAttribute?.("data-popover") || current.hasAttribute?.("data-dropdown") || current.hasAttribute?.("data-dropdown-menu") || current.hasAttribute?.("data-radix-popper-content-wrapper") || current.hasAttribute?.("data-radix-portal") || current.hasAttribute?.("data-tippy-root") || current.getAttribute?.("role") === "listbox" || current.getAttribute?.("role") === "dialog" || current.classList?.contains("datepicker-portal") || current.classList?.contains("popover-portal") || current.classList?.contains("tippy-box") || current.classList?.contains("tippy-content")) {
|
|
5512
5512
|
return true;
|
|
5513
5513
|
}
|
|
5514
5514
|
current = current.parentElement;
|
|
@@ -27671,6 +27671,7 @@ var CustomBubbleMenu = ({
|
|
|
27671
27671
|
"div",
|
|
27672
27672
|
{
|
|
27673
27673
|
ref: menuRef,
|
|
27674
|
+
"data-popover": true,
|
|
27674
27675
|
className: "fixed z-99999 flex rounded-xl border border-border/40 bg-card text-card-foreground shadow-lg backdrop-blur-sm overflow-hidden animate-in fade-in-0 zoom-in-95",
|
|
27675
27676
|
style: {
|
|
27676
27677
|
top: `${position.top}px`,
|
|
@@ -27718,6 +27719,7 @@ var CustomFloatingMenu = ({ editor }) => {
|
|
|
27718
27719
|
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
27719
27720
|
"div",
|
|
27720
27721
|
{
|
|
27722
|
+
"data-popover": true,
|
|
27721
27723
|
className: "fixed z-99999 rounded-2xl border border-border/50 bg-card text-card-foreground shadow-lg backdrop-blur-sm overflow-hidden animate-in fade-in-0 slide-in-from-bottom-2",
|
|
27722
27724
|
style: {
|
|
27723
27725
|
top: `${position.top}px`,
|