All files / src/components index.ts

0% Statements 0/0
0% Branches 0/0
0% Functions 0/0
0% Lines 0/0

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111                                                                                                                                                                                                                             
import '../styles/index.scss';
 
// Components
export { default as Accordion } from './accordion';
export { default as AccordionSearch } from './accordion-search';
export { default as Autocomplete } from './autocomplete';
export { default as Bubble } from './bubble';
export { default as Button } from './button';
export { default as BytesNumber } from './bytes-number';
export { default as Card } from './card';
export { default as Chip } from './chip';
export { default as CodeBlock } from './code-block';
export { default as CopyToClipboard } from './copy-to-clipboard';
export { DataList, DataListWithLoader } from './data-list';
export { DataTable, DataTableWithLoader } from './data-table';
export { default as DecoratedListItem } from './decorated-list-item';
export { default as DoughnutChart } from './doughnut-chart';
export {
  default as DropdownButton,
  ControlledDropdown,
  Dropdown,
} from './dropdown-button';
export { default as EllipsisReveal } from './ellipsis-reveal';
export { default as EvidenceTag } from './evidence-tag';
export { default as ExpandableList } from './expandable-list';
export { default as ExternalLink } from './external-link';
export { default as Header } from './header';
export { default as HeroContainer } from './hero-container';
export { default as HeroHeader } from './hero-header';
export { default as Histogram } from './histogram';
export { default as HistogramFilter } from './histogram-filter';
export { default as InfoList } from './info-list';
export { default as Loader } from './loader';
export { default as LongNumber } from './long-number';
export { default as MainSearch } from './main-search';
export { default as Message } from './message';
export { default as PageIntro } from './page-intro';
export { default as SearchInput } from './search-input';
export { default as Sequence } from './sequence';
export { default as SequenceSubmission } from './sequence-submission';
export { default as SequenceTools } from './sequence-tools';
export { default as SlidingPanel } from './sliding-panel';
export { default as SubstringHighlight } from './substring-highlight';
export { Tab, Tabs } from './tabs';
export { default as Tile } from './tile';
export { default as ToggleSwitch } from './toggle-switch';
export { default as TreeSelect } from './tree-select';
 
// Icons
export { default as AiAnnotationsIcon } from '../svg/ai-annotations.svg';
export { default as BasketIcon } from '../svg/basket.svg';
export { default as BinIcon } from '../svg/bin.svg';
export { default as BookIcon } from '../svg/book.svg';
export { default as BookLineIcon } from '../svg/book-line.svg';
export { default as CalendarIcon } from '../svg/calendar.svg';
export { default as CameraIcon } from '../svg/camera.svg';
export { default as ChevronDownIcon } from '../svg/chevron-down.svg';
export { default as ChevronUpIcon } from '../svg/chevron-up.svg';
export { default as CitedIcon } from '../svg/cited.svg';
export { default as CitedSpeechIcon } from '../svg/cited-speech.svg';
export { default as ClockIcon } from '../svg/clock.svg';
export { default as CloseIcon } from '../svg/times.svg';
export { default as CommunityAnnotationIcon } from '../svg/community.svg';
export { default as ComputerMappedIcon } from '../svg/computer-mapped.svg';
export { default as ConfigureIcon } from '../svg/cog.svg';
export { default as CopyIcon } from '../svg/copy.svg';
export { default as DownloadIcon } from '../svg/download.svg';
export { default as EditIcon } from '../svg/pen.svg';
export { default as EnvelopeIcon } from '../svg/envelope.svg';
export { default as ErrorIcon } from '../svg/error.svg';
export { default as EvidenceTagIcon } from '../svg/evidence-tag.svg';
export { default as ExternalLinkIcon } from '../svg/external-link.svg';
// eslint-disable-next-line import/no-unresolved
export { default as ExternalLinkIconRaw } from '../svg/external-link.svg?raw';
export { default as FullViewIcon } from '../svg/full-view.svg';
export { default as HelpIcon } from '../svg/help.svg';
export { default as InformationIcon } from '../svg/information.svg';
export { default as ListIcon } from '../svg/th-list.svg';
export { default as LocationPinIcon } from '../svg/location-pin.svg';
export { default as ObsoleteIcon } from '../svg/obsolete.svg';
export { default as ProteinIcon } from '../svg/protein.svg';
export { default as ProtVistaIcon } from '../svg/protvista.svg';
export { default as PublicationIcon } from '../svg/publication.svg';
export { default as RedundantProteomeIcon } from '../svg/redundant-proteome.svg';
export { default as ReferenceProteomeIcon } from '../svg/reference-proteome.svg';
export { default as NonReferenceProteomeIcon } from '../svg/non-reference-proteome.svg';
export { default as RefreshIcon } from '../svg/refresh.svg';
export { default as ReSubmitIcon } from '../svg/re-submit.svg';
export { default as SearchIcon } from '../svg/search.svg';
export { default as ShareNodesIcon } from '../svg/share-nodes.svg';
export { default as SpinnerIcon } from '../svg/spinner.svg';
export { default as StatisticsIcon } from '../svg/statistics.svg';
export { default as SuccessIcon } from '../svg/success.svg';
export { default as SwissProtIcon } from '../svg/swissprot.svg';
export { default as TableIcon } from '../svg/table.svg';
export { default as TagIcon } from '../svg/tag.svg';
export { default as ToolboxIcon } from '../svg/toolbox.svg';
export { default as TremblIcon } from '../svg/trembl.svg';
export { default as UniParcIcon } from '../svg/uniparc.svg';
export { default as WarningIcon } from '../svg/warning.svg';
export { default as WarningTriangleIcon } from '../svg/warning-triangle.svg';
export { default as WorldIcon } from '../svg/world.svg';
export { default as ZoomIn } from '../svg/zoom-in.svg';
export { default as ZoomOut } from '../svg/zoom-out.svg';
export { default as ZoomToSequence } from '../svg/zoom-to-sequence.svg';
 
// Sequence Utilities
export { formatFASTA, extractNameFromFASTAHeader } from '../sequence-utils';
export { default as sequenceProcessor } from '../sequence-utils/sequence-processor';
export { formatLargeNumber, formatBytesNumber, tidyUrlString } from '../utils';