@codapet/design-system 0.5.3 → 0.5.4
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
|
@@ -2540,13 +2540,13 @@ function DateRangeInput({
|
|
|
2540
2540
|
PopoverContent,
|
|
2541
2541
|
{
|
|
2542
2542
|
className: cn(
|
|
2543
|
-
"p-0
|
|
2543
|
+
"p-0 w-[var(--radix-popper-anchor-width)] h-auto md:w-[350px]",
|
|
2544
2544
|
popoverContentClassName
|
|
2545
2545
|
),
|
|
2546
2546
|
...popoverContentProps,
|
|
2547
2547
|
children: /* @__PURE__ */ jsxs11("div", { className: "border border-blue-500 h-full w-full rounded-md flex flex-col overflow-y-auto justify-between", children: [
|
|
2548
2548
|
/* @__PURE__ */ jsx23(Calendar, { ...resolvedCalendarProps }),
|
|
2549
|
-
/* @__PURE__ */ jsxs11("div", { className: "flex flex-col gap-2 px-2
|
|
2549
|
+
/* @__PURE__ */ jsxs11("div", { className: "flex flex-col gap-2 px-2 pb-1 shrink-0", children: [
|
|
2550
2550
|
/* @__PURE__ */ jsx23(
|
|
2551
2551
|
Button,
|
|
2552
2552
|
{
|