@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.cjs
CHANGED
|
@@ -501,7 +501,7 @@ Button.displayName = "Button";
|
|
|
501
501
|
function Calendar({ className, classNames, showOutsideDays = true, ...props }) {
|
|
502
502
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_day_picker.DayPicker, {
|
|
503
503
|
showOutsideDays,
|
|
504
|
-
className: (0, _openzeppelin_ui_utils.cn)("p-3", className),
|
|
504
|
+
className: (0, _openzeppelin_ui_utils.cn)("relative p-3", className),
|
|
505
505
|
classNames: {
|
|
506
506
|
months: "flex flex-col sm:flex-row gap-2 px-5",
|
|
507
507
|
month: "flex flex-col gap-4",
|