@liner-fe/prism 1.13.17 → 1.13.19
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/lib/index.mjs +2 -2
- package/lib/index.mjs.map +2 -2
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -7889,7 +7889,6 @@ var PopoverContent = React3.forwardRef(
|
|
|
7889
7889
|
children,
|
|
7890
7890
|
...props
|
|
7891
7891
|
}, ref) => /* @__PURE__ */ jsx149(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsxs103(Fragment4, { children: [
|
|
7892
|
-
isOverlay && /* @__PURE__ */ jsx149("div", { className: style_module_default5.overlay }),
|
|
7893
7892
|
/* @__PURE__ */ jsxs103(
|
|
7894
7893
|
PopoverPrimitive.Content,
|
|
7895
7894
|
{
|
|
@@ -7934,7 +7933,8 @@ var PopoverContent = React3.forwardRef(
|
|
|
7934
7933
|
/* @__PURE__ */ jsx149(PopoverPrimitive.Arrow, { asChild: true, children: /* @__PURE__ */ jsx149(PopoverAnchor, { className: clsx8(popoverAnchorVariants({ level })) }) })
|
|
7935
7934
|
]
|
|
7936
7935
|
}
|
|
7937
|
-
)
|
|
7936
|
+
),
|
|
7937
|
+
isOverlay && /* @__PURE__ */ jsx149("div", { "data-radix-popper-overlay": true, className: style_module_default5.overlay })
|
|
7938
7938
|
] }) })
|
|
7939
7939
|
);
|
|
7940
7940
|
var Popover = Object.assign(PopoverRoot, {
|