Skip to content

Commit

Permalink
feat(protocol-designer, step-generation, shared-data): migrate to usi…
Browse files Browse the repository at this point in the history
…ng pipette v2 schema (#14713)

closes AUTH-52, AUTH-231
  • Loading branch information
jerader authored Mar 26, 2024
1 parent fa38226 commit f583aea
Show file tree
Hide file tree
Showing 52 changed files with 4,951 additions and 18,155 deletions.
4 changes: 2 additions & 2 deletions components/src/instrument/InstrumentDiagram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ import singleFlexSrc from './single-channel-flex.png'
import eightChannelFlexSrc from './eight-channel-flex.png'
import ninetySixSrc from './ninety-six-channel-gen1.png'

import type { PipetteNameSpecs } from '@opentrons/shared-data'
import type { PipetteV2Specs } from '@opentrons/shared-data'
import type { Mount } from '../robot-types'
import type { StyleProps } from '..'

export interface InstrumentDiagramProps extends StyleProps {
mount: Mount
pipetteSpecs?: Pick<PipetteNameSpecs, 'displayCategory' | 'channels'> | null
pipetteSpecs?: Pick<PipetteV2Specs, 'displayCategory' | 'channels'> | null
className?: string
imageStyle?: FlattenSimpleInterpolation
}
Expand Down
Loading

0 comments on commit f583aea

Please sign in to comment.