@tutti-os/workspace-file-manager 0.0.45 → 0.0.47

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.js CHANGED
@@ -3354,7 +3354,7 @@ function WorkspaceFileManagerToolbarSearch({
3354
3354
  "div",
3355
3355
  {
3356
3356
  className: cn5(
3357
- "relative h-7 w-[min(220px,34vw)] flex-none overflow-hidden rounded-md border border-[var(--border-1)] bg-[var(--background-fronted)] shadow-sm transition-[width,opacity,border-color,background-color] duration-200 ease-out",
3357
+ "relative h-7 w-[min(220px,34vw)] flex-none overflow-hidden rounded-md bg-[var(--transparency-block)] transition-[width,opacity,background-color] duration-200 ease-out",
3358
3358
  "@max-[600px]/workspace-file-manager:w-[min(170px,42vw)]",
3359
3359
  !canSearch && "opacity-60"
3360
3360
  ),