@openzeppelin/ui-components 1.0.1 → 1.0.2
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -490,7 +490,7 @@ Button.displayName = "Button";
|
|
|
490
490
|
function Calendar({ className, classNames, showOutsideDays = true, ...props }) {
|
|
491
491
|
return /* @__PURE__ */ jsx(DayPicker, {
|
|
492
492
|
showOutsideDays,
|
|
493
|
-
className: cn("p-3", className),
|
|
493
|
+
className: cn("relative p-3", className),
|
|
494
494
|
classNames: {
|
|
495
495
|
months: "flex flex-col sm:flex-row gap-2 px-5",
|
|
496
496
|
month: "flex flex-col gap-4",
|