@codapet/design-system 0.4.6 → 0.4.7
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.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2500,7 +2500,7 @@ function DateRangeInput({
|
|
|
2500
2500
|
onMonthChange: onMonthChange ?? setMonthState,
|
|
2501
2501
|
showOutsideDays,
|
|
2502
2502
|
className: cn(
|
|
2503
|
-
"
|
|
2503
|
+
"w-auto mx-auto h-[350px] overflow-y-auto md:h-auto m-2",
|
|
2504
2504
|
calendarClassName
|
|
2505
2505
|
),
|
|
2506
2506
|
classNames,
|
|
@@ -2529,7 +2529,7 @@ function DateRangeInput({
|
|
|
2529
2529
|
]
|
|
2530
2530
|
}
|
|
2531
2531
|
) }),
|
|
2532
|
-
/* @__PURE__ */ jsxs11(PopoverContent, { className: "p-0 flex flex-col overflow-y-auto
|
|
2532
|
+
/* @__PURE__ */ jsxs11(PopoverContent, { className: "p-0 flex flex-col overflow-y-auto h-[400px] md:h-auto md:w-[350px] ", children: [
|
|
2533
2533
|
/* @__PURE__ */ jsx23(Calendar, { ...resolvedCalendarProps }),
|
|
2534
2534
|
/* @__PURE__ */ jsxs11("div", { className: "flex flex-col gap-2 px-2 py-2", children: [
|
|
2535
2535
|
/* @__PURE__ */ jsx23(
|