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.
@@ -4290,7 +4290,7 @@ function SearchSelect(param) {
4290
4290
  role: "combobox",
4291
4291
  "aria-expanded": open,
4292
4292
  disabled: disabled,
4293
- className: cn("bg-background hover:bg-background border-input w-full justify-between px-3 font-normal outline-offset-0 outline-none focus-visible:outline-[3px]", buttonClassName, open && buttonFocusClassName),
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("bg-background hover:bg-background border-input w-full justify-between px-3 font-normal outline-offset-0 outline-none focus-visible:outline-[3px]", buttonClassName, open && buttonFocusClassName),
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"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",