@embedreach/components 0.2.43 → 0.2.45
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/chunks/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -58307,7 +58307,7 @@ var Portal$2 = PopoverPortal;
|
|
|
58307
58307
|
var Content2$1 = PopoverContent$1;
|
|
58308
58308
|
const Popover = Root2$3;
|
|
58309
58309
|
const PopoverTrigger = Trigger$2;
|
|
58310
|
-
const PopoverContent = React__default.forwardRef(({ className: className2, align = "center", sideOffset = 4, ...props2 }, ref) => /* @__PURE__ */ jsx(Portal$2, { children: /* @__PURE__ */ jsx(
|
|
58310
|
+
const PopoverContent = React__default.forwardRef(({ className: className2, align = "center", sideOffset = 4, ...props2 }, ref) => /* @__PURE__ */ jsx(Portal$2, { "data-reach-root": true, children: /* @__PURE__ */ jsx(
|
|
58311
58311
|
Content2$1,
|
|
58312
58312
|
{
|
|
58313
58313
|
ref,
|