@liner-fe/prism 1.13.17 → 1.13.18
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 +1 -1
- package/lib/index.mjs.map +2 -2
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -7889,7 +7889,7 @@ 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 }),
|
|
7892
|
+
isOverlay && /* @__PURE__ */ jsx149("div", { "data-radix-popper-overlay": true, className: style_module_default5.overlay }),
|
|
7893
7893
|
/* @__PURE__ */ jsxs103(
|
|
7894
7894
|
PopoverPrimitive.Content,
|
|
7895
7895
|
{
|