@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.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -13960,8 +13960,8 @@ function CategoryTreeSelect(props) {
|
|
|
13960
13960
|
};
|
|
13961
13961
|
const renderSearch = () => {
|
|
13962
13962
|
if (!isSearchEnabled) return null;
|
|
13963
|
-
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "sticky top-0 z-10
|
|
13964
|
-
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_lucide_react25.Search, { 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" }),
|
|
13963
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "sticky top-0 z-10 bg-popover/85 backdrop-blur-xl pb-2", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("div", { className: "relative", children: [
|
|
13964
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_lucide_react25.Search, { 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" }),
|
|
13965
13965
|
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
13966
13966
|
"input",
|
|
13967
13967
|
{
|
|
@@ -13970,8 +13970,8 @@ function CategoryTreeSelect(props) {
|
|
|
13970
13970
|
onChange: (e) => setQuery(e.target.value),
|
|
13971
13971
|
placeholder: mergedLabels.searchPlaceholder,
|
|
13972
13972
|
className: cn(
|
|
13973
|
-
"peer w-full rounded-full bg-muted/40 py-2.5 pl-
|
|
13974
|
-
"border border-
|
|
13973
|
+
"peer w-full rounded-full bg-muted/40 py-2.5 pl-10 pr-10 text-sm",
|
|
13974
|
+
"border border-border/30",
|
|
13975
13975
|
"focus:outline-none focus:bg-background focus:border-primary/30 focus:ring-2 focus:ring-primary/10",
|
|
13976
13976
|
"transition-all duration-200",
|
|
13977
13977
|
"placeholder:text-muted-foreground/50"
|