@embedreach/components 0.2.45 → 0.2.47
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 +3 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -58310,6 +58310,7 @@ const PopoverTrigger = Trigger$2;
|
|
|
58310
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,
|
|
@@ -77626,7 +77627,7 @@ function Calendar({
|
|
|
77626
77627
|
showOutsideDays = true,
|
|
77627
77628
|
...props2
|
|
77628
77629
|
}) {
|
|
77629
|
-
return /* @__PURE__ */ jsx(
|
|
77630
|
+
return /* @__PURE__ */ jsx("div", { "data-reach-root": true, children: /* @__PURE__ */ jsx(
|
|
77630
77631
|
DayPicker,
|
|
77631
77632
|
{
|
|
77632
77633
|
showOutsideDays,
|
|
@@ -77671,7 +77672,7 @@ function Calendar({
|
|
|
77671
77672
|
},
|
|
77672
77673
|
...props2
|
|
77673
77674
|
}
|
|
77674
|
-
);
|
|
77675
|
+
) });
|
|
77675
77676
|
}
|
|
77676
77677
|
Calendar.displayName = "Calendar";
|
|
77677
77678
|
const ComboboxDemo = ({
|