@underverse-ui/underverse 1.0.79 → 1.0.80
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/api-reference.json +1 -1
- 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.js
CHANGED
|
@@ -3866,7 +3866,7 @@ var EmojiPicker = ({
|
|
|
3866
3866
|
className
|
|
3867
3867
|
),
|
|
3868
3868
|
children: [
|
|
3869
|
-
showSearch && /* @__PURE__ */ jsx12("div", { className:
|
|
3869
|
+
showSearch && /* @__PURE__ */ jsx12("div", { className: "shrink-0 border-b p-3 bg-transparent", children: /* @__PURE__ */ jsxs7("div", { className: "relative", children: [
|
|
3870
3870
|
/* @__PURE__ */ jsx12(Search2, { className: "absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-muted-foreground" }),
|
|
3871
3871
|
/* @__PURE__ */ jsx12(
|
|
3872
3872
|
"input",
|
|
@@ -3876,7 +3876,7 @@ var EmojiPicker = ({
|
|
|
3876
3876
|
value: search,
|
|
3877
3877
|
onChange: (e) => setSearch(e.target.value),
|
|
3878
3878
|
className: cn(
|
|
3879
|
-
"w-full rounded-full border border-border bg-background py-2 pl-9 pr-9 text-sm",
|
|
3879
|
+
"w-full rounded-full border border-border bg-background/90 py-2 pl-9 pr-9 text-sm shadow-sm",
|
|
3880
3880
|
"placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-primary/20"
|
|
3881
3881
|
)
|
|
3882
3882
|
}
|
|
@@ -16399,7 +16399,7 @@ function CategoryTreeSelect(props) {
|
|
|
16399
16399
|
};
|
|
16400
16400
|
const renderSearch = ({ sticky = true, className: className2 } = {}) => {
|
|
16401
16401
|
if (!isSearchEnabled) return null;
|
|
16402
|
-
return /* @__PURE__ */ jsx49("div", { className: cn(sticky && "sticky top-0 z-10
|
|
16402
|
+
return /* @__PURE__ */ jsx49("div", { className: cn(sticky && "sticky top-0 z-10 pb-2", className2), children: /* @__PURE__ */ jsxs39("div", { className: "relative", children: [
|
|
16403
16403
|
/* @__PURE__ */ jsx49(Search6, { 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" }),
|
|
16404
16404
|
/* @__PURE__ */ jsx49(
|
|
16405
16405
|
"input",
|
|
@@ -16409,7 +16409,7 @@ function CategoryTreeSelect(props) {
|
|
|
16409
16409
|
onChange: (e) => setQuery(e.target.value),
|
|
16410
16410
|
placeholder: mergedLabels.searchPlaceholder,
|
|
16411
16411
|
className: cn(
|
|
16412
|
-
"peer w-full rounded-full bg-
|
|
16412
|
+
"peer w-full rounded-full bg-background/90 py-2.5 pl-10 pr-10 text-sm shadow-sm",
|
|
16413
16413
|
"border border-border/30",
|
|
16414
16414
|
"focus:outline-none focus:bg-background focus:border-primary/30 focus:ring-2 focus:ring-primary/10",
|
|
16415
16415
|
"transition-all duration-200",
|