akeyless-client-commons 1.0.38 → 1.0.39
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/index.js
CHANGED
|
@@ -4290,7 +4290,7 @@ function SearchSelect(param) {
|
|
|
4290
4290
|
role: "combobox",
|
|
4291
4291
|
"aria-expanded": open,
|
|
4292
4292
|
disabled: disabled,
|
|
4293
|
-
className: cn("
|
|
4293
|
+
className: cn("border-input w-full justify-between px-3 font-normal outline-offset-0 outline-none focus-visible:outline-[3px]", buttonClassName, open && buttonFocusClassName),
|
|
4294
4294
|
children: [
|
|
4295
4295
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", {
|
|
4296
4296
|
className: cn("truncate", !selectedValue && "text-muted-foreground"),
|
|
@@ -4095,7 +4095,7 @@ function SearchSelect(param) {
|
|
|
4095
4095
|
role: "combobox",
|
|
4096
4096
|
"aria-expanded": open,
|
|
4097
4097
|
disabled: disabled,
|
|
4098
|
-
className: cn("
|
|
4098
|
+
className: cn("border-input w-full justify-between px-3 font-normal outline-offset-0 outline-none focus-visible:outline-[3px]", buttonClassName, open && buttonFocusClassName),
|
|
4099
4099
|
children: [
|
|
4100
4100
|
/* @__PURE__ */ jsx15("span", {
|
|
4101
4101
|
className: cn("truncate", !selectedValue && "text-muted-foreground"),
|