@codapet/design-system 0.4.2 → 0.4.3
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 +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5465,14 +5465,14 @@ function TimeInput({
|
|
|
5465
5465
|
/* @__PURE__ */ jsx49(
|
|
5466
5466
|
PopoverContent,
|
|
5467
5467
|
{
|
|
5468
|
-
className: "w-auto
|
|
5468
|
+
className: "w-auto p-0",
|
|
5469
5469
|
align: "end",
|
|
5470
5470
|
alignOffset: -8,
|
|
5471
5471
|
sideOffset: 10,
|
|
5472
5472
|
side: "top",
|
|
5473
5473
|
onOpenAutoFocus: (e) => e.preventDefault(),
|
|
5474
5474
|
children: /* @__PURE__ */ jsxs24("div", { className: "flex divide-x", children: [
|
|
5475
|
-
/* @__PURE__ */ jsx49(
|
|
5475
|
+
/* @__PURE__ */ jsx49("div", { className: "h-56 w-16 overflow-y-auto overscroll-contain ", children: /* @__PURE__ */ jsx49("div", { ref: hoursRef, className: "flex flex-col p-1 ", children: hoursList.map((h) => /* @__PURE__ */ jsx49(
|
|
5476
5476
|
Button,
|
|
5477
5477
|
{
|
|
5478
5478
|
variant: "ghost",
|
|
@@ -5487,7 +5487,7 @@ function TimeInput({
|
|
|
5487
5487
|
},
|
|
5488
5488
|
h
|
|
5489
5489
|
)) }) }),
|
|
5490
|
-
/* @__PURE__ */ jsx49(
|
|
5490
|
+
/* @__PURE__ */ jsx49("div", { className: "h-56 w-16 overflow-y-auto overscroll-contain", children: /* @__PURE__ */ jsx49("div", { ref: minutesRef, className: "flex flex-col p-1", children: minutesList.map((m) => /* @__PURE__ */ jsx49(
|
|
5491
5491
|
Button,
|
|
5492
5492
|
{
|
|
5493
5493
|
variant: "ghost",
|