@tutti-os/workspace-file-manager 0.0.58 → 0.0.60
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1842,7 +1842,7 @@ function WorkspaceFileManagerIconTile({
|
|
|
1842
1842
|
}, [selected]);
|
|
1843
1843
|
const tileClassName = cn3(
|
|
1844
1844
|
"flex min-w-0 max-w-[148px] flex-col items-center gap-1.5 rounded-md border border-transparent px-2 py-2 text-center transition-colors",
|
|
1845
|
-
isInlineRenaming ? "cursor-default" : "cursor-pointer hover:bg-transparency-
|
|
1845
|
+
isInlineRenaming ? "cursor-default" : "cursor-pointer hover:bg-transparency-hover active:bg-[var(--transparency-active)]",
|
|
1846
1846
|
moveDragActive && "cursor-grabbing",
|
|
1847
1847
|
selected || contextMenuActive || isInlineRenaming ? "border-[var(--border-focus)] bg-transparency-block text-[var(--text-primary)]" : "text-[var(--text-secondary)]",
|
|
1848
1848
|
moveDragSource && "opacity-55",
|
|
@@ -2636,7 +2636,7 @@ function EntryRow({
|
|
|
2636
2636
|
const rowClassName = cn4(
|
|
2637
2637
|
"grid min-h-10 w-full items-center gap-x-6 border-b border-[var(--border-1)] px-0 text-left transition-colors",
|
|
2638
2638
|
gridClassName,
|
|
2639
|
-
isInlineRenaming ? "cursor-default" : "cursor-pointer hover:bg-transparency-
|
|
2639
|
+
isInlineRenaming ? "cursor-default" : "cursor-pointer hover:bg-transparency-hover active:bg-[var(--transparency-active)]",
|
|
2640
2640
|
canMove && moveDragActive && "cursor-grabbing",
|
|
2641
2641
|
selected || contextMenuActive || isInlineRenaming ? "bg-transparency-block text-[var(--text-primary)]" : "text-[var(--text-secondary)]",
|
|
2642
2642
|
moveDragSource && "opacity-55",
|