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