@embedreach/components 0.2.44 → 0.2.46
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 +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -58307,9 +58307,10 @@ 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
|
+
"data-reach-root": true,
|
|
58313
58314
|
ref,
|
|
58314
58315
|
align,
|
|
58315
58316
|
sideOffset,
|
|
@@ -77629,7 +77630,6 @@ function Calendar({
|
|
|
77629
77630
|
return /* @__PURE__ */ jsx(
|
|
77630
77631
|
DayPicker,
|
|
77631
77632
|
{
|
|
77632
|
-
"data-reach-root": true,
|
|
77633
77633
|
showOutsideDays,
|
|
77634
77634
|
className: cn$1("p-3", className2),
|
|
77635
77635
|
classNames: {
|