@yakavkaz/uikit 0.0.18 → 0.0.19
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/components/select/Select.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -13
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -564,23 +564,17 @@ const p = e(
|
|
|
564
564
|
"aria-label": E,
|
|
565
565
|
className: m(
|
|
566
566
|
"inline-flex items-center justify-between gap-2",
|
|
567
|
-
"px-3
|
|
567
|
+
"px-3 text-black",
|
|
568
568
|
"transition-colors",
|
|
569
569
|
"hover:text-light-900",
|
|
570
|
-
"data-[disabled]:text-
|
|
571
|
-
"data-[placeholder]:text-
|
|
570
|
+
"data-[disabled]:text-light-700",
|
|
571
|
+
"data-[placeholder]:text-light-900",
|
|
572
572
|
"data-[state=open]:text-light-900 outline-none"
|
|
573
573
|
),
|
|
574
574
|
children: [
|
|
575
575
|
/* @__PURE__ */ A("div", { className: "flex items-center gap-2", children: Y && /* @__PURE__ */ A(G.Icon, { className: "h-6 w-6", children: Y }) }),
|
|
576
576
|
/* @__PURE__ */ A(G.Value, { placeholder: I }),
|
|
577
|
-
/* @__PURE__ */ A(G.Icon, { className: "text-black transition-transform duration-300 data-[state=open]:rotate-180", children: /* @__PURE__ */ A(
|
|
578
|
-
l,
|
|
579
|
-
{
|
|
580
|
-
iconId: "KeyboardArrowDown",
|
|
581
|
-
className: "h-6 w-6"
|
|
582
|
-
}
|
|
583
|
-
) })
|
|
577
|
+
/* @__PURE__ */ A(G.Icon, { className: "text-black transition-transform duration-300 data-[state=open]:rotate-180", children: /* @__PURE__ */ A(l, { iconId: "KeyboardArrowDown", className: "h-6 w-6" }) })
|
|
584
578
|
]
|
|
585
579
|
}
|
|
586
580
|
),
|
|
@@ -591,7 +585,7 @@ const p = e(
|
|
|
591
585
|
position: "popper",
|
|
592
586
|
sideOffset: 4,
|
|
593
587
|
collisionPadding: 10,
|
|
594
|
-
children: /* @__PURE__ */ A(G.Viewport, { className: "max-h-[200px]
|
|
588
|
+
children: /* @__PURE__ */ A(G.Viewport, { className: "max-h-[200px] overflow-y-auto p-1", children: B })
|
|
595
589
|
}
|
|
596
590
|
) })
|
|
597
591
|
] })
|
|
@@ -607,9 +601,9 @@ const b = e(
|
|
|
607
601
|
value: c,
|
|
608
602
|
disabled: Y,
|
|
609
603
|
className: m(
|
|
610
|
-
"
|
|
604
|
+
"relative flex cursor-pointer items-center px-3 py-1.5 text-sm select-none",
|
|
611
605
|
"data-[highlighted]:text-success-300",
|
|
612
|
-
"data-[disabled]:
|
|
606
|
+
"data-[disabled]:text-primary-900 data-[disabled]:pointer-events-none",
|
|
613
607
|
"outline-none",
|
|
614
608
|
g
|
|
615
609
|
),
|