lint: change folder names
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
import React from 'react'
|
||||
import { useViewport } from '@xyflow/react'
|
||||
import { getNodeType, getDefaultStyle } from '@/lib/nodeRegistry'
|
||||
import { InputHandle, OutputHandle } from '@/components/base/NodeHandles'
|
||||
import { getNodeType, getDefaultStyle } from '@/lib/graph/nodeRegistry'
|
||||
import { InputHandle, OutputHandle } from '@/components/graph/NodeHandles'
|
||||
import { cn } from '@/lib/utils'
|
||||
|
||||
const MIN_ZOOM = 0.1
|
||||
@@ -48,7 +48,7 @@ function CompactNodeView({ id, type, selected, width, height }: NodeProps) {
|
||||
'flex flex-col rounded-md border bg-card text-card-foreground transition-[border-color,box-shadow] duration-200',
|
||||
'border-input hover:ring-1',
|
||||
selected &&
|
||||
'border-primary/50 shadow-[0_0_0_2px_hsl(var(--primary)_/_0.15)] dark:border-primary/35 dark:shadow-[0_0_0_2px_hsl(var(--primary)_/_0.1)]'
|
||||
'border-primary/50 shadow-[0_0_0_2px_hsl(var(--primary)_/_0.15)] dark:border-primary/35 dark:shadow-[0_0_0_2px_hsl(var(--primary)_/_0.1)]'
|
||||
)}
|
||||
style={{
|
||||
width: w,
|
||||
|
||||
Reference in New Issue
Block a user