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