@underverse-ui/underverse 1.0.12 → 1.0.13

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.js CHANGED
@@ -13782,8 +13782,8 @@ function CategoryTreeSelect(props) {
13782
13782
  };
13783
13783
  const renderSearch = () => {
13784
13784
  if (!isSearchEnabled) return null;
13785
- return /* @__PURE__ */ jsx44("div", { className: "sticky top-0 z-10 border-b border-border/30 bg-popover/85 backdrop-blur-xl px-2.5 py-2.5", children: /* @__PURE__ */ jsxs39("div", { className: "relative", children: [
13786
- /* @__PURE__ */ jsx44(Search5, { className: "absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground/60 transition-colors peer-focus:text-primary" }),
13785
+ return /* @__PURE__ */ jsx44("div", { className: "sticky top-0 z-10 bg-popover/85 backdrop-blur-xl pb-2", children: /* @__PURE__ */ jsxs39("div", { className: "relative", children: [
13786
+ /* @__PURE__ */ jsx44(Search5, { className: "absolute left-3.5 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground/60 transition-colors peer-focus:text-primary" }),
13787
13787
  /* @__PURE__ */ jsx44(
13788
13788
  "input",
13789
13789
  {
@@ -13792,8 +13792,8 @@ function CategoryTreeSelect(props) {
13792
13792
  onChange: (e) => setQuery(e.target.value),
13793
13793
  placeholder: mergedLabels.searchPlaceholder,
13794
13794
  className: cn(
13795
- "peer w-full rounded-full bg-muted/40 py-2.5 pl-9 pr-9 text-sm",
13796
- "border border-transparent",
13795
+ "peer w-full rounded-full bg-muted/40 py-2.5 pl-10 pr-10 text-sm",
13796
+ "border border-border/30",
13797
13797
  "focus:outline-none focus:bg-background focus:border-primary/30 focus:ring-2 focus:ring-primary/10",
13798
13798
  "transition-all duration-200",
13799
13799
  "placeholder:text-muted-foreground/50"