@vadimcomanescu/nadicode-design-system 2.0.2 → 2.0.4
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/catalog.json
CHANGED
|
@@ -196,13 +196,13 @@ function SearchCommand({
|
|
|
196
196
|
"aria-haspopup": "listbox",
|
|
197
197
|
...props,
|
|
198
198
|
children: [
|
|
199
|
-
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 border-b border-border
|
|
199
|
+
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 border-b border-border pl-4 pr-12 transition-[border-color]", children: [
|
|
200
200
|
/* @__PURE__ */ jsx(SearchIcon, { size: 16, className: "shrink-0 text-text-tertiary" }),
|
|
201
201
|
/* @__PURE__ */ jsx(
|
|
202
202
|
"input",
|
|
203
203
|
{
|
|
204
204
|
ref: inputRef,
|
|
205
|
-
className: "flex-1 bg-transparent py-4 text-sm text-text-primary placeholder:text-text-tertiary outline-none focus-visible:
|
|
205
|
+
className: "flex-1 bg-transparent py-4 text-sm text-text-primary placeholder:text-text-tertiary outline-none focus-visible:outline-1 focus-visible:outline-border",
|
|
206
206
|
placeholder: resolvedPlaceholder,
|
|
207
207
|
value,
|
|
208
208
|
onChange: (e) => onChange?.(e.target.value),
|