@bioturing/components 0.13.3 → 0.14.0
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/CodeBlock.js +277 -132
- package/dist/DSRoot.js +309 -149
- package/dist/DropdownMenu.js +6 -1
- package/dist/Modal.js +9 -6
- package/dist/PopupPanel.css +116 -0
- package/dist/PopupPanel.js +333 -0
- package/dist/ScrollArea.js +4 -1
- package/dist/Select.js +126 -11
- package/dist/Table.js +3 -2
- package/dist/ThemeProvider.js +273 -131
- package/dist/Toast.js +286 -138
- package/dist/Upload.js +43 -1
- package/dist/components/{src/components/DSRoot → DSRoot}/component.d.ts +1 -1
- package/dist/components/DSRoot/context.d.ts +7 -0
- package/dist/components/{src/components/DropdownMenu → DropdownMenu}/component.d.ts +6 -1
- package/dist/components/{src/components/Modal → Modal}/Modal.d.ts +16 -1
- package/dist/components/{src/components/Modal → Modal}/index.d.ts +1 -1
- package/dist/components/PopupPanel/component.d.ts +61 -0
- package/dist/components/PopupPanel/constants.d.ts +7 -0
- package/dist/components/{src/components/Select → Select}/component.d.ts +13 -1
- package/dist/components/{src/components/Table → Table}/component.d.ts +1 -1
- package/dist/components/VerticalCollapsiblePanel/index.d.ts +1 -0
- package/dist/components/{src/components/hooks → hooks}/base-ui.d.ts +2 -2
- package/dist/components/{src/components/hooks → hooks}/index.d.ts +1 -0
- package/dist/components/hooks/useCharts.d.ts +22 -0
- package/dist/components/{src/components/index.d.ts → index.d.ts} +1 -0
- package/dist/components/{src/components/utils → utils}/antdUtils.d.ts +5 -0
- package/dist/hooks.js +961 -0
- package/dist/index.css +116 -0
- package/dist/index.js +1193 -242
- package/dist/style.css +157 -7
- package/dist/tokens/and-theme/index.d.ts +1 -0
- package/dist/{components/src/tokens/index.d.ts → tokens/and-theme/tokens.d.ts} +2 -0
- package/dist/tokens/charts/index.d.ts +6 -0
- package/dist/tokens/charts/tokens.d.ts +455 -0
- package/dist/tokens/index.d.ts +2 -0
- package/dist/tokens/utils.d.ts +16 -0
- package/dist/utils.js +43 -1
- package/package.json +17 -6
- package/dist/assets/src/icons/custom/ANOVAAnalysis.d.ts +0 -7
- package/dist/assets/src/icons/custom/AUCell.d.ts +0 -7
- package/dist/assets/src/icons/custom/Alphabet.d.ts +0 -7
- package/dist/assets/src/icons/custom/BarChart.d.ts +0 -7
- package/dist/assets/src/icons/custom/BoxPlot.d.ts +0 -7
- package/dist/assets/src/icons/custom/BubbleHeatmap.d.ts +0 -7
- package/dist/assets/src/icons/custom/CDR3Spectratyping.d.ts +0 -7
- package/dist/assets/src/icons/custom/CancerPrediction.d.ts +0 -7
- package/dist/assets/src/icons/custom/Cell.d.ts +0 -7
- package/dist/assets/src/icons/custom/CellCellCommunication.d.ts +0 -7
- package/dist/assets/src/icons/custom/CellSearch.d.ts +0 -7
- package/dist/assets/src/icons/custom/CellTypeDeconvolution.d.ts +0 -7
- package/dist/assets/src/icons/custom/CellTypePrediction.d.ts +0 -7
- package/dist/assets/src/icons/custom/Cells.d.ts +0 -7
- package/dist/assets/src/icons/custom/Circos.d.ts +0 -7
- package/dist/assets/src/icons/custom/Clonotype.d.ts +0 -7
- package/dist/assets/src/icons/custom/CoexpressionPlot.d.ts +0 -7
- package/dist/assets/src/icons/custom/Composition.d.ts +0 -7
- package/dist/assets/src/icons/custom/DEG.d.ts +0 -7
- package/dist/assets/src/icons/custom/Digits.d.ts +0 -7
- package/dist/assets/src/icons/custom/DiversityAnalysis.d.ts +0 -7
- package/dist/assets/src/icons/custom/Embedding.d.ts +0 -7
- package/dist/assets/src/icons/custom/EnrichmentTest.d.ts +0 -7
- package/dist/assets/src/icons/custom/Eppendorf.d.ts +0 -7
- package/dist/assets/src/icons/custom/FileArrowRight.d.ts +0 -7
- package/dist/assets/src/icons/custom/FolderArrowRight.d.ts +0 -7
- package/dist/assets/src/icons/custom/Heatmap.d.ts +0 -7
- package/dist/assets/src/icons/custom/ImageSegmentation.d.ts +0 -7
- package/dist/assets/src/icons/custom/IntersectionPlot.d.ts +0 -7
- package/dist/assets/src/icons/custom/LouvainClustering.d.ts +0 -7
- package/dist/assets/src/icons/custom/MarkerGenes.d.ts +0 -7
- package/dist/assets/src/icons/custom/MixedView.d.ts +0 -7
- package/dist/assets/src/icons/custom/NeighborhoodAnalysis.d.ts +0 -7
- package/dist/assets/src/icons/custom/PenSize.d.ts +0 -7
- package/dist/assets/src/icons/custom/Pertubation.d.ts +0 -7
- package/dist/assets/src/icons/custom/Pseudotime.d.ts +0 -7
- package/dist/assets/src/icons/custom/RegionSegmentation.d.ts +0 -7
- package/dist/assets/src/icons/custom/ScatterPlotTissueImageView.d.ts +0 -7
- package/dist/assets/src/icons/custom/ScatterPlotView.d.ts +0 -7
- package/dist/assets/src/icons/custom/SegmentSelection.d.ts +0 -7
- package/dist/assets/src/icons/custom/SpatialCellProportion.d.ts +0 -7
- package/dist/assets/src/icons/custom/Species.d.ts +0 -7
- package/dist/assets/src/icons/custom/SubClustering.d.ts +0 -7
- package/dist/assets/src/icons/custom/TSNEUMAP.d.ts +0 -7
- package/dist/assets/src/icons/custom/TissueImageScatterPlotView.d.ts +0 -7
- package/dist/assets/src/icons/custom/TissueImageView.d.ts +0 -7
- package/dist/assets/src/icons/custom/TwoD.d.ts +0 -7
- package/dist/assets/src/icons/custom/VennDiagramAnalysis.d.ts +0 -7
- package/dist/assets/src/icons/custom/ViolinPlot.d.ts +0 -7
- package/dist/assets/src/icons/custom/index.d.ts +0 -49
- package/dist/assets/src/icons/index.d.ts +0 -2
- package/dist/assets/src/icons/phosphor.d.ts +0 -1
- package/dist/assets/src/index.d.ts +0 -2
- package/dist/assets/src/logos/BBrowserX.d.ts +0 -9
- package/dist/assets/src/logos/BioStudio.d.ts +0 -9
- package/dist/assets/src/logos/BioTuring.d.ts +0 -9
- package/dist/assets/src/logos/BioTuringAlpha.d.ts +0 -9
- package/dist/assets/src/logos/BioVinci.d.ts +0 -9
- package/dist/assets/src/logos/Lens.d.ts +0 -9
- package/dist/assets/src/logos/Pixel.d.ts +0 -9
- package/dist/assets/src/logos/SmartBulk.d.ts +0 -9
- package/dist/assets/src/logos/SpatialX.d.ts +0 -9
- package/dist/assets/src/logos/Talk2Data.d.ts +0 -9
- package/dist/assets/src/logos/Vinci.d.ts +0 -9
- package/dist/assets/src/logos/index.d.ts +0 -11
- package/dist/components/src/components/DropdownMenu/utils.d.ts +0 -5
- package/dist/components/{src/components/Badge → Badge}/component.d.ts +0 -0
- package/dist/components/{src/components/Badge → Badge}/index.d.ts +0 -0
- package/dist/components/{src/components/Breadcrumb → Breadcrumb}/component.d.ts +0 -0
- package/dist/components/{src/components/Breadcrumb → Breadcrumb}/index.d.ts +0 -0
- package/dist/components/{src/components/Breadcrumb → Breadcrumb}/types.d.ts +0 -0
- package/dist/components/{src/components/Breadcrumb → Breadcrumb}/useItemRender.d.ts +0 -0
- package/dist/components/{src/components/Button → Button}/component.d.ts +0 -0
- package/dist/components/{src/components/Button → Button}/index.d.ts +0 -0
- package/dist/components/{src/components/Checkbox → Checkbox}/component.d.ts +0 -0
- package/dist/components/{src/components/Checkbox → Checkbox}/index.d.ts +0 -0
- package/dist/components/{src/components/CodeBlock → CodeBlock}/component.d.ts +0 -0
- package/dist/components/{src/components/CodeBlock → CodeBlock}/index.d.ts +0 -0
- package/dist/components/{src/components/CodeBlock → CodeBlock}/types.d.ts +0 -0
- package/dist/components/{src/components/Collapse → Collapse}/component.d.ts +0 -0
- package/dist/components/{src/components/Collapse → Collapse}/index.d.ts +0 -0
- package/dist/components/{src/components/DSRoot → DSRoot}/index.d.ts +0 -0
- package/dist/components/{src/components/DropdownMenu → DropdownMenu}/index.d.ts +0 -0
- package/dist/components/{src/components/Empty → Empty}/component.d.ts +0 -0
- package/dist/components/{src/components/Empty → Empty}/index.d.ts +0 -0
- package/dist/components/{src/components/Field → Field}/component.d.ts +0 -0
- package/dist/components/{src/components/Field → Field}/index.d.ts +0 -0
- package/dist/components/{src/components/Form → Form}/component.d.ts +0 -0
- package/dist/components/{src/components/Form → Form}/index.d.ts +0 -0
- package/dist/components/{src/components/Form → Form}/item.d.ts +0 -0
- package/dist/components/{src/components/IconButton → IconButton}/component.d.ts +0 -0
- package/dist/components/{src/components/IconButton → IconButton}/index.d.ts +0 -0
- package/dist/components/{src/components/Input → Input}/component.d.ts +0 -0
- package/dist/components/{src/components/Input → Input}/index.d.ts +0 -0
- package/dist/components/{src/components/Modal → Modal}/ModalProvider.d.ts +0 -0
- package/dist/components/{src/components/Modal → Modal}/ModalService.d.ts +0 -0
- package/dist/components/{src/components/Modal → Modal}/constants.d.ts +0 -0
- package/dist/components/{src/components/Modal → Modal}/functions.d.ts +0 -0
- package/dist/components/{src/components/Popover → Popover}/component.d.ts +0 -0
- package/dist/components/{src/components/Popover → Popover}/index.d.ts +0 -0
- package/dist/components/{src/components/ScrollArea → PopupPanel}/index.d.ts +0 -0
- package/dist/components/{src/components/Radio → Radio}/component.d.ts +0 -0
- package/dist/components/{src/components/Radio → Radio}/index.d.ts +0 -0
- package/dist/components/{src/components/Radio → Radio}/interface.d.ts +0 -0
- package/dist/components/{src/components/ScrollArea → ScrollArea}/component.d.ts +0 -0
- package/dist/components/{src/components/Segmented → ScrollArea}/index.d.ts +0 -0
- package/dist/components/{src/components/Segmented → Segmented}/component.d.ts +0 -0
- package/dist/components/{src/components/Select → Segmented}/index.d.ts +0 -0
- package/dist/components/{src/components/Slider → Select}/index.d.ts +0 -0
- package/dist/components/{src/components/Slider → Slider}/component.d.ts +0 -0
- package/dist/components/{src/components/Spin → Slider}/index.d.ts +0 -0
- package/dist/components/{src/components/Spin → Spin}/component.d.ts +0 -0
- package/dist/components/{src/components/Splitter → Spin}/index.d.ts +0 -0
- package/dist/components/{src/components/Splitter → Splitter}/component.d.ts +0 -0
- package/dist/components/{src/components/Switch → Splitter}/index.d.ts +0 -0
- package/dist/components/{src/components/Switch → Switch}/component.d.ts +0 -0
- package/dist/components/{src/components/Table → Switch}/index.d.ts +0 -0
- package/dist/components/{src/components/Tag → Table}/index.d.ts +0 -0
- package/dist/components/{src/components/Tag → Tag}/component.d.ts +0 -0
- package/dist/components/{src/components/ThemeProvider → Tag}/index.d.ts +0 -0
- package/dist/components/{src/components/ThemeProvider → ThemeProvider}/component.d.ts +0 -0
- package/dist/components/{src/components/Tooltip → ThemeProvider}/index.d.ts +0 -0
- package/dist/components/{src/components/Toast → Toast}/component.d.ts +0 -0
- package/dist/components/{src/components/Toast → Toast}/function.d.ts +0 -0
- package/dist/components/{src/components/Toast → Toast}/index.d.ts +0 -0
- package/dist/components/{src/components/Toast → Toast}/types.d.ts +0 -0
- package/dist/components/{src/components/Tooltip → Tooltip}/component.d.ts +0 -0
- package/dist/components/{src/components/Tour → Tooltip}/index.d.ts +0 -0
- package/dist/components/{src/components/Tour → Tour}/component.d.ts +0 -0
- package/dist/components/{src/components/Transition → Tour}/index.d.ts +0 -0
- package/dist/components/{src/components/Transition → Transition}/component.d.ts +0 -0
- package/dist/components/{src/components/Truncate → Transition}/index.d.ts +0 -0
- package/dist/components/{src/components/Tree → Tree}/components.d.ts +0 -0
- package/dist/components/{src/components/Tree → Tree}/helpers.d.ts +0 -0
- package/dist/components/{src/components/Tree → Tree}/index.d.ts +0 -0
- package/dist/components/{src/components/Tree → Tree}/types.d.ts +0 -0
- package/dist/components/{src/components/Tree → Tree}/useTreeCommon.d.ts +44 -44
- /package/dist/components/{src/components/Tree → Tree}/useUniqueKeysTree.d.ts +0 -0
- /package/dist/components/{src/components/Truncate → Truncate}/component.d.ts +0 -0
- /package/dist/components/{src/components/Truncate → Truncate}/helpers.d.ts +0 -0
- /package/dist/components/{src/components/VerticalCollapsiblePanel → Truncate}/index.d.ts +0 -0
- /package/dist/components/{src/components/Upload → Upload}/component.d.ts +0 -0
- /package/dist/components/{src/components/Upload → Upload}/dragger.d.ts +0 -0
- /package/dist/components/{src/components/Upload → Upload}/hooks.d.ts +0 -0
- /package/dist/components/{src/components/Upload → Upload}/index.d.ts +0 -0
- /package/dist/components/{src/components/Upload → Upload}/item.d.ts +0 -0
- /package/dist/components/{src/components/Upload → Upload}/utils.d.ts +0 -0
- /package/dist/components/{src/components/VerticalCollapsiblePanel → VerticalCollapsiblePanel}/component.d.ts +0 -0
- /package/dist/components/{src/components/hooks → hooks}/antd.d.ts +0 -0
- /package/dist/components/{src/components/hooks → hooks}/useControlledState.d.ts +0 -0
- /package/dist/components/{src/components/utils → utils}/WithAntdTokens.d.ts +0 -0
- /package/dist/components/{src/components/utils → utils}/client.d.ts +0 -0
- /package/dist/components/{src/components/utils → utils}/cn.d.ts +0 -0
- /package/dist/components/{src/components/utils → utils}/index.d.ts +0 -0
- /package/dist/components/{src/components/utils → utils}/isTracebackError.d.ts +0 -0
- /package/dist/components/{src/components/utils → utils}/main.d.ts +0 -0
- /package/dist/components/{src/components/utils → utils}/reactToString.d.ts +0 -0
- /package/dist/components/{src/components/utils → utils}/types.d.ts +0 -0
- /package/dist/{components/src/index.d.ts → index.d.ts} +0 -0
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface CellTypeDeconvolutionProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const CellTypeDeconvolution: React.ForwardRefExoticComponent<Omit<CellTypeDeconvolutionProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default CellTypeDeconvolution;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface CellTypePredictionProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const CellTypePrediction: React.ForwardRefExoticComponent<Omit<CellTypePredictionProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default CellTypePrediction;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface CellsProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const Cells: React.ForwardRefExoticComponent<Omit<CellsProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default Cells;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface CircosProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const Circos: React.ForwardRefExoticComponent<Omit<CircosProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default Circos;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ClonotypeProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const Clonotype: React.ForwardRefExoticComponent<Omit<ClonotypeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default Clonotype;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface CoexpressionPlotProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const CoexpressionPlot: React.ForwardRefExoticComponent<Omit<CoexpressionPlotProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default CoexpressionPlot;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface CompositionProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const Composition: React.ForwardRefExoticComponent<Omit<CompositionProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default Composition;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface DEGProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const DEG: React.ForwardRefExoticComponent<Omit<DEGProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default DEG;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface DigitsProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const Digits: React.ForwardRefExoticComponent<Omit<DigitsProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default Digits;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface DiversityAnalysisProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const DiversityAnalysis: React.ForwardRefExoticComponent<Omit<DiversityAnalysisProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default DiversityAnalysis;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface EmbeddingProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const Embedding: React.ForwardRefExoticComponent<Omit<EmbeddingProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default Embedding;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface EnrichmentTestProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const EnrichmentTest: React.ForwardRefExoticComponent<Omit<EnrichmentTestProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default EnrichmentTest;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface EppendorfProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const Eppendorf: React.ForwardRefExoticComponent<Omit<EppendorfProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default Eppendorf;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface FileArrowRightProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const FileArrowRight: React.ForwardRefExoticComponent<Omit<FileArrowRightProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default FileArrowRight;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface FolderArrowRightProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const FolderArrowRight: React.ForwardRefExoticComponent<Omit<FolderArrowRightProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default FolderArrowRight;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface HeatmapProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const Heatmap: React.ForwardRefExoticComponent<Omit<HeatmapProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default Heatmap;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ImageSegmentationProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const ImageSegmentation: React.ForwardRefExoticComponent<Omit<ImageSegmentationProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default ImageSegmentation;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IntersectionPlotProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const IntersectionPlot: React.ForwardRefExoticComponent<Omit<IntersectionPlotProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default IntersectionPlot;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface LouvainClusteringProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const LouvainClustering: React.ForwardRefExoticComponent<Omit<LouvainClusteringProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default LouvainClustering;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface MarkerGenesProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const MarkerGenes: React.ForwardRefExoticComponent<Omit<MarkerGenesProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default MarkerGenes;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface MixedViewProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const MixedView: React.ForwardRefExoticComponent<Omit<MixedViewProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default MixedView;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface NeighborhoodAnalysisProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const NeighborhoodAnalysis: React.ForwardRefExoticComponent<Omit<NeighborhoodAnalysisProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default NeighborhoodAnalysis;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface PenSizeProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const PenSize: React.ForwardRefExoticComponent<Omit<PenSizeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default PenSize;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface PertubationProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const Pertubation: React.ForwardRefExoticComponent<Omit<PertubationProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default Pertubation;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface PseudotimeProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const Pseudotime: React.ForwardRefExoticComponent<Omit<PseudotimeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default Pseudotime;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface RegionSegmentationProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const RegionSegmentation: React.ForwardRefExoticComponent<Omit<RegionSegmentationProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default RegionSegmentation;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ScatterPlotTissueImageViewProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const ScatterPlotTissueImageView: React.ForwardRefExoticComponent<Omit<ScatterPlotTissueImageViewProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default ScatterPlotTissueImageView;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ScatterPlotViewProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const ScatterPlotView: React.ForwardRefExoticComponent<Omit<ScatterPlotViewProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default ScatterPlotView;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface SegmentSelectionProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const SegmentSelection: React.ForwardRefExoticComponent<Omit<SegmentSelectionProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default SegmentSelection;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface SpatialCellProportionProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const SpatialCellProportion: React.ForwardRefExoticComponent<Omit<SpatialCellProportionProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default SpatialCellProportion;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface SpeciesProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const Species: React.ForwardRefExoticComponent<Omit<SpeciesProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default Species;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface SubClusteringProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const SubClustering: React.ForwardRefExoticComponent<Omit<SubClusteringProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default SubClustering;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface TSNEUMAPProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const TSNEUMAP: React.ForwardRefExoticComponent<Omit<TSNEUMAPProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default TSNEUMAP;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface TissueImageScatterPlotViewProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const TissueImageScatterPlotView: React.ForwardRefExoticComponent<Omit<TissueImageScatterPlotViewProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default TissueImageScatterPlotView;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface TissueImageViewProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const TissueImageView: React.ForwardRefExoticComponent<Omit<TissueImageViewProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default TissueImageView;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface TwoDProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const TwoD: React.ForwardRefExoticComponent<Omit<TwoDProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default TwoD;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface VennDiagramAnalysisProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const VennDiagramAnalysis: React.ForwardRefExoticComponent<Omit<VennDiagramAnalysisProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default VennDiagramAnalysis;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ViolinPlotProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
weight?: 'regular' | 'fill' | 'duotone';
|
|
4
|
-
size?: number | string;
|
|
5
|
-
}
|
|
6
|
-
declare const ViolinPlot: React.ForwardRefExoticComponent<Omit<ViolinPlotProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
-
export default ViolinPlot;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
export { default as ANOVAAnalysis } from "./ANOVAAnalysis";
|
|
2
|
-
export { default as AUCell } from "./AUCell";
|
|
3
|
-
export { default as Alphabet } from "./Alphabet";
|
|
4
|
-
export { default as BarChart } from "./BarChart";
|
|
5
|
-
export { default as BoxPlot } from "./BoxPlot";
|
|
6
|
-
export { default as BubbleHeatmap } from "./BubbleHeatmap";
|
|
7
|
-
export { default as CDR3Spectratyping } from "./CDR3Spectratyping";
|
|
8
|
-
export { default as CancerPrediction } from "./CancerPrediction";
|
|
9
|
-
export { default as Cell } from "./Cell";
|
|
10
|
-
export { default as CellCellCommunication } from "./CellCellCommunication";
|
|
11
|
-
export { default as CellSearch } from "./CellSearch";
|
|
12
|
-
export { default as CellTypeDeconvolution } from "./CellTypeDeconvolution";
|
|
13
|
-
export { default as CellTypePrediction } from "./CellTypePrediction";
|
|
14
|
-
export { default as Cells } from "./Cells";
|
|
15
|
-
export { default as Circos } from "./Circos";
|
|
16
|
-
export { default as Clonotype } from "./Clonotype";
|
|
17
|
-
export { default as CoexpressionPlot } from "./CoexpressionPlot";
|
|
18
|
-
export { default as Composition } from "./Composition";
|
|
19
|
-
export { default as DEG } from "./DEG";
|
|
20
|
-
export { default as Digits } from "./Digits";
|
|
21
|
-
export { default as DiversityAnalysis } from "./DiversityAnalysis";
|
|
22
|
-
export { default as Embedding } from "./Embedding";
|
|
23
|
-
export { default as EnrichmentTest } from "./EnrichmentTest";
|
|
24
|
-
export { default as Eppendorf } from "./Eppendorf";
|
|
25
|
-
export { default as FileArrowRight } from "./FileArrowRight";
|
|
26
|
-
export { default as FolderArrowRight } from "./FolderArrowRight";
|
|
27
|
-
export { default as Heatmap } from "./Heatmap";
|
|
28
|
-
export { default as ImageSegmentation } from "./ImageSegmentation";
|
|
29
|
-
export { default as IntersectionPlot } from "./IntersectionPlot";
|
|
30
|
-
export { default as LouvainClustering } from "./LouvainClustering";
|
|
31
|
-
export { default as MarkerGenes } from "./MarkerGenes";
|
|
32
|
-
export { default as MixedView } from "./MixedView";
|
|
33
|
-
export { default as NeighborhoodAnalysis } from "./NeighborhoodAnalysis";
|
|
34
|
-
export { default as PenSize } from "./PenSize";
|
|
35
|
-
export { default as Pertubation } from "./Pertubation";
|
|
36
|
-
export { default as Pseudotime } from "./Pseudotime";
|
|
37
|
-
export { default as RegionSegmentation } from "./RegionSegmentation";
|
|
38
|
-
export { default as ScatterPlotTissueImageView } from "./ScatterPlotTissueImageView";
|
|
39
|
-
export { default as ScatterPlotView } from "./ScatterPlotView";
|
|
40
|
-
export { default as SegmentSelection } from "./SegmentSelection";
|
|
41
|
-
export { default as SpatialCellProportion } from "./SpatialCellProportion";
|
|
42
|
-
export { default as Species } from "./Species";
|
|
43
|
-
export { default as SubClustering } from "./SubClustering";
|
|
44
|
-
export { default as TSNEUMAP } from "./TSNEUMAP";
|
|
45
|
-
export { default as TissueImageScatterPlotView } from "./TissueImageScatterPlotView";
|
|
46
|
-
export { default as TissueImageView } from "./TissueImageView";
|
|
47
|
-
export { default as TwoD } from "./TwoD";
|
|
48
|
-
export { default as VennDiagramAnalysis } from "./VennDiagramAnalysis";
|
|
49
|
-
export { default as ViolinPlot } from "./ViolinPlot";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Acorn, AddressBook, AddressBookTabs, AirTrafficControl, Airplane, AirplaneInFlight, AirplaneLanding, AirplaneTakeoff, AirplaneTaxiing, AirplaneTilt, Airplay, Alarm, Alien, AlignBottom, AlignBottomSimple, AlignCenterHorizontal, AlignCenterHorizontalSimple, AlignCenterVertical, AlignCenterVerticalSimple, AlignLeft, AlignLeftSimple, AlignRight, AlignRightSimple, AlignTop, AlignTopSimple, AmazonLogo, Ambulance, Anchor, AnchorSimple, AndroidLogo, Angle, AngularLogo, Aperture, AppStoreLogo, AppWindow, AppleLogo, ApplePodcastsLogo, ApproximateEquals, Archive, Armchair, ArrowArcLeft, ArrowArcRight, ArrowBendDoubleUpLeft, ArrowBendDoubleUpRight, ArrowBendDownLeft, ArrowBendDownRight, ArrowBendLeftDown, ArrowBendLeftUp, ArrowBendRightDown, ArrowBendRightUp, ArrowBendUpLeft, ArrowBendUpRight, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowClockwise, ArrowCounterClockwise, ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowElbowDownLeft, ArrowElbowDownRight, ArrowElbowLeft, ArrowElbowLeftDown, ArrowElbowLeftUp, ArrowElbowRight, ArrowElbowRightDown, ArrowElbowRightUp, ArrowElbowUpLeft, ArrowElbowUpRight, ArrowFatDown, ArrowFatLeft, ArrowFatLineDown, ArrowFatLineLeft, ArrowFatLineRight, ArrowFatLineUp, ArrowFatLinesDown, ArrowFatLinesLeft, ArrowFatLinesRight, ArrowFatLinesUp, ArrowFatRight, ArrowFatUp, ArrowLeft, ArrowLineDown, ArrowLineDownLeft, ArrowLineDownRight, ArrowLineLeft, ArrowLineRight, ArrowLineUp, ArrowLineUpLeft, ArrowLineUpRight, ArrowRight, ArrowSquareDown, ArrowSquareDownLeft, ArrowSquareDownRight, ArrowSquareIn, ArrowSquareLeft, ArrowSquareOut, ArrowSquareRight, ArrowSquareUp, ArrowSquareUpLeft, ArrowSquareUpRight, ArrowUDownLeft, ArrowUDownRight, ArrowULeftDown, ArrowULeftUp, ArrowURightDown, ArrowURightUp, ArrowUUpLeft, ArrowUUpRight, ArrowUp, ArrowUpLeft, ArrowUpRight, ArrowsClockwise, ArrowsCounterClockwise, ArrowsDownUp, ArrowsHorizontal, ArrowsIn, ArrowsInCardinal, ArrowsInLineHorizontal, ArrowsInLineVertical, ArrowsInSimple, ArrowsLeftRight, ArrowsMerge, ArrowsOut, ArrowsOutCardinal, ArrowsOutLineHorizontal, ArrowsOutLineVertical, ArrowsOutSimple, ArrowsSplit, ArrowsVertical, Article, ArticleMedium, ArticleNyTimes, Asclepius, Asterisk, AsteriskSimple, At, Atom, Avocado, Axe, Baby, BabyCarriage, Backpack, Backspace, Bag, BagSimple, Balloon, Bandaids, Bank, Barbell, Barcode, Barn, Barricade, Baseball, BaseballCap, BaseballHelmet, Basket, Basketball, Bathtub, BatteryCharging, BatteryChargingVertical, BatteryEmpty, BatteryFull, BatteryHigh, BatteryLow, BatteryMedium, BatteryPlus, BatteryPlusVertical, BatteryVerticalEmpty, BatteryVerticalFull, BatteryVerticalHigh, BatteryVerticalLow, BatteryVerticalMedium, BatteryWarning, BatteryWarningVertical, BeachBall, Beanie, Bed, BeerBottle, BeerStein, BehanceLogo, Bell, BellRinging, BellSimple, BellSimpleRinging, BellSimpleSlash, BellSimpleZ, BellSlash, BellZ, Belt, BezierCurve, Bicycle, Binary, Binoculars, Biohazard, Bird, Blueprint, Bluetooth, BluetoothConnected, BluetoothSlash, BluetoothX, Boat, Bomb, Bone, Book, BookBookmark, BookOpen, BookOpenText, BookOpenUser, Bookmark, BookmarkSimple, Bookmarks, BookmarksSimple, Books, Boot, Boules, BoundingBox, BowlFood, BowlSteam, BowlingBall, BoxArrowDown, BoxArrowUp, BoxingGlove, BracketsAngle, BracketsCurly, BracketsRound, BracketsSquare, Brain, Brandy, Bread, Bridge, Briefcase, BriefcaseMetal, Broadcast, Broom, Browser, Browsers, BugBeetle, Bug, BugDroid, BuildingApartment, Building, BuildingOffice, Buildings, Bulldozer, Bus, Butterfly, CableCar, Cactus, Cake, Calculator, CalendarBlank, Calendar, CalendarCheck, CalendarDot, CalendarDots, CalendarHeart, CalendarMinus, CalendarPlus, CalendarSlash, CalendarStar, CalendarX, CallBell, Camera, CameraPlus, CameraRotate, CameraSlash, Campfire, CarBattery, Car, CarProfile, CarSimple, Cardholder, Cards, CardsThree, CaretCircleDoubleDown, CaretCircleDoubleLeft, CaretCircleDoubleRight, CaretCircleDoubleUp, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretCircleUpDown, CaretDoubleDown, CaretDoubleLeft, CaretDoubleRight, CaretDoubleUp, CaretDown, CaretLeft, CaretLineDown, CaretLineLeft, CaretLineRight, CaretLineUp, CaretRight, CaretUp, CaretUpDown, Carrot, CashRegister, CassetteTape, CastleTurret, Cat, CellSignalFull, CellSignalHigh, CellSignalLow, CellSignalMedium, CellSignalNone, CellSignalSlash, CellSignalX, CellTower, Certificate, Chair, Chalkboard, ChalkboardSimple, ChalkboardTeacher, Champagne, ChargingStation, ChartBar, ChartBarHorizontal, ChartDonut, ChartLine, ChartLineDown, ChartLineUp, ChartPie, ChartPieSlice, ChartPolar, ChartScatter, Chat, ChatCentered, ChatCenteredDots, ChatCenteredSlash, ChatCenteredText, ChatCircle, ChatCircleDots, ChatCircleSlash, ChatCircleText, ChatDots, ChatSlash, ChatTeardrop, ChatTeardropDots, ChatTeardropSlash, ChatTeardropText, ChatText, Chats, ChatsCircle, ChatsTeardrop, Check, CheckCircle, CheckFat, CheckSquare, CheckSquareOffset, Checkerboard, Checks, Cheers, Cheese, ChefHat, Cherries, Church, Cigarette, CigaretteSlash, Circle, CircleDashed, CircleHalf, CircleHalfTilt, CircleNotch, CirclesFour, CirclesThree, CirclesThreePlus, Circuitry, City, Clipboard, ClipboardText, ClockAfternoon, Clock, ClockClockwise, ClockCountdown, ClockCounterClockwise, ClockUser, ClosedCaptioning, CloudArrowDown, CloudArrowUp, Cloud, CloudCheck, CloudFog, CloudLightning, CloudMoon, CloudRain, CloudSlash, CloudSnow, CloudSun, CloudWarning, CloudX, Clover, Club, CoatHanger, CodaLogo, CodeBlock, Code, CodeSimple, CodepenLogo, CodesandboxLogo, CoffeeBean, Coffee, Coin, CoinVertical, Coins, Columns, ColumnsPlusLeft, ColumnsPlusRight, Command, Compass, CompassRose, CompassTool, ComputerTower, Confetti, ContactlessPayment, Control, Cookie, CookingPot, Copy, CopySimple, Copyleft, Copyright, CornersIn, CornersOut, Couch, CourtBasketball, Cow, CowboyHat, Cpu, Crane, CraneTower, CreditCard, Cricket, Crop, Cross, Crosshair, CrosshairSimple, Crown, CrownCross, CrownSimple, Cube, CubeFocus, CubeTransparent, CurrencyBtc, CurrencyCircleDollar, CurrencyCny, CurrencyDollar, CurrencyDollarSimple, CurrencyEth, CurrencyEur, CurrencyGbp, CurrencyInr, CurrencyJpy, CurrencyKrw, CurrencyKzt, CurrencyNgn, CurrencyRub, Cursor, CursorClick, CursorText, Cylinder, Database, Desk, Desktop, DesktopTower, Detective, DevToLogo, DeviceMobile, DeviceMobileCamera, DeviceMobileSlash, DeviceMobileSpeaker, DeviceRotate, DeviceTablet, DeviceTabletCamera, DeviceTabletSpeaker, Devices, Diamond, DiamondsFour, DiceFive, DiceFour, DiceOne, DiceSix, DiceThree, DiceTwo, Disc, DiscoBall, DiscordLogo, Divide, Dna, Dog, Door, DoorOpen, Dot, DotOutline, DotsNine, DotsSix, DotsSixVertical, DotsThree, DotsThreeCircle, DotsThreeCircleVertical, DotsThreeOutline, DotsThreeOutlineVertical, DotsThreeVertical, Download, DownloadSimple, Dress, Dresser, DribbbleLogo, Drone, Drop, DropHalf, DropHalfBottom, DropSimple, DropSlash, DropboxLogo, Ear, EarSlash, Egg, EggCrack, Eject, EjectSimple, Elevator, Empty, Engine, Envelope, EnvelopeOpen, EnvelopeSimple, EnvelopeSimpleOpen, Equalizer, Equals, Eraser, EscalatorDown, EscalatorUp, Exam, ExclamationMark, Exclude, ExcludeSquare, Export, Eye, EyeClosed, EyeSlash, Eyedropper, EyedropperSample, Eyeglasses, Eyes, FaceMask, FacebookLogo, Factory, Faders, FadersHorizontal, FalloutShelter, Fan, Farm, FastForward, FastForwardCircle, Feather, FediverseLogo, FigmaLogo, FileArchive, FileArrowDown, FileArrowUp, FileAudio, File, FileC, FileCSharp, FileCloud, FileCode, FileCpp, FileCss, FileCsv, FileDashed, FileDoc, FileHtml, FileImage, FileIni, FileJpg, FileJs, FileJsx, FileLock, FileMagnifyingGlass, FileMd, FileMinus, FilePdf, FilePlus, FilePng, FilePpt, FilePy, FileRs, FileSql, FileSvg, FileText, FileTs, FileTsx, FileTxt, FileVideo, FileVue, FileX, FileXls, FileZip, Files, FilmReel, FilmScript, FilmSlate, FilmStrip, Fingerprint, FingerprintSimple, FinnTheHuman, Fire, FireExtinguisher, FireSimple, FireTruck, FirstAid, FirstAidKit, Fish, FishSimple, FlagBanner, FlagBannerFold, Flag, FlagCheckered, FlagPennant, Flame, Flashlight, Flask, FlipHorizontal, FlipVertical, FloppyDiskBack, FloppyDisk, FlowArrow, Flower, FlowerLotus, FlowerTulip, FlyingSaucer, Folder, FolderDashed, FolderLock, FolderMinus, FolderOpen, FolderPlus, FolderSimple, FolderSimpleDashed, FolderSimpleLock, FolderSimpleMinus, FolderSimplePlus, FolderSimpleStar, FolderSimpleUser, FolderStar, FolderUser, Folders, Football, FootballHelmet, Footprints, ForkKnife, FourK, FrameCorners, FramerLogo, Function, Funnel, FunnelSimple, FunnelSimpleX, FunnelX, GameController, Garage, GasCan, GasPump, Gauge, Gavel, Gear, GearFine, GearSix, GenderFemale, GenderIntersex, GenderMale, GenderNeuter, GenderNonbinary, GenderTransgender, Ghost, Gif, Gift, GitBranch, GitCommit, GitDiff, GitFork, GitMerge, GitPullRequest, GithubLogo, GitlabLogo, GitlabLogoSimple, Globe, GlobeHemisphereEast, GlobeHemisphereWest, GlobeSimple, GlobeSimpleX, GlobeStand, GlobeX, Goggles, Golf, GoodreadsLogo, GoogleCardboardLogo, GoogleChromeLogo, GoogleDriveLogo, GoogleLogo, GooglePhotosLogo, GooglePlayLogo, GooglePodcastsLogo, Gps, GpsFix, GpsSlash, Gradient, GraduationCap, Grains, GrainsSlash, Graph, GraphicsCard, GreaterThan, GreaterThanOrEqual, GridFour, GridNine, Guitar, HairDryer, Hamburger, Hammer, HandArrowDown, HandArrowUp, Hand, HandCoins, HandDeposit, HandEye, HandFist, HandGrabbing, HandHeart, HandPalm, HandPeace, HandPointing, HandSoap, HandSwipeLeft, HandSwipeRight, HandTap, HandWaving, HandWithdraw, Handbag, HandbagSimple, HandsClapping, HandsPraying, Handshake, HardDrive, HardDrives, HardHat, Hash, HashStraight, HeadCircuit, Headlights, Headphones, Headset, Heart, HeartBreak, HeartHalf, HeartStraight, HeartStraightBreak, Heartbeat, Hexagon, HighDefinition, HighHeel, Highlighter, HighlighterCircle, Hockey, Hoodie, Horse, Hospital, Hourglass, HourglassHigh, HourglassLow, HourglassMedium, HourglassSimple, HourglassSimpleHigh, HourglassSimpleLow, HourglassSimpleMedium, House, HouseLine, HouseSimple, Hurricane, IceCream, IdentificationBadge, IdentificationCard, Image, ImageBroken, ImageSquare, Images, ImagesSquare, Infinity, Info, InstagramLogo, Intersect, IntersectSquare, IntersectThree, Intersection, Invoice, Island, Jar, JarLabel, Jeep, Joystick, Kanban, Key, KeyReturn, Keyboard, Keyhole, Knife, Ladder, LadderSimple, Lamp, LampPendant, Laptop, Lasso, LastfmLogo, Layout, Leaf, Lectern, Lego, LegoSmiley, LessThan, LessThanOrEqual, LetterCircleH, LetterCircleP, LetterCircleV, Lifebuoy, Lightbulb, LightbulbFilament, Lighthouse, LightningA, Lightning, LightningSlash, LineSegment, LineSegments, LineVertical, Link, LinkBreak, LinkSimple, LinkSimpleBreak, LinkSimpleHorizontal, LinkSimpleHorizontalBreak, LinkedinLogo, LinktreeLogo, LinuxLogo, List, ListBullets, ListChecks, ListDashes, ListHeart, ListMagnifyingGlass, ListNumbers, ListPlus, ListStar, Lock, LockKey, LockKeyOpen, LockLaminated, LockLaminatedOpen, LockOpen, LockSimple, LockSimpleOpen, Lockers, Log, MagicWand, Magnet, MagnetStraight, MagnifyingGlass, MagnifyingGlassMinus, MagnifyingGlassPlus, Mailbox, MapPinArea, MapPin, MapPinLine, MapPinPlus, MapPinSimpleArea, MapPinSimple, MapPinSimpleLine, MapTrifold, MarkdownLogo, MarkerCircle, Martini, MaskHappy, MaskSad, MastodonLogo, MathOperations, MatrixLogo, Medal, MedalMilitary, MediumLogo, Megaphone, MegaphoneSimple, MemberOf, Memory, MessengerLogo, MetaLogo, Meteor, Metronome, Microphone, MicrophoneSlash, MicrophoneStage, Microscope, MicrosoftExcelLogo, MicrosoftOutlookLogo, MicrosoftPowerpointLogo, MicrosoftTeamsLogo, MicrosoftWordLogo, Minus, MinusCircle, MinusSquare, Money, MoneyWavy, MonitorArrowUp, Monitor, MonitorPlay, Moon, MoonStars, Moped, MopedFront, Mosque, Motorcycle, Mountains, Mouse, MouseLeftClick, MouseMiddleClick, MouseRightClick, MouseScroll, MouseSimple, MusicNote, MusicNoteSimple, MusicNotes, MusicNotesMinus, MusicNotesPlus, MusicNotesSimple, NavigationArrow, Needle, Network, NetworkSlash, NetworkX, Newspaper, NewspaperClipping, NotEquals, NotMemberOf, NotSubsetOf, NotSupersetOf, Notches, NoteBlank, Note, NotePencil, Notebook, Notepad, Notification, NotionLogo, NuclearPlant, NumberCircleEight, NumberCircleFive, NumberCircleFour, NumberCircleNine, NumberCircleOne, NumberCircleSeven, NumberCircleSix, NumberCircleThree, NumberCircleTwo, NumberCircleZero, NumberEight, NumberFive, NumberFour, NumberNine, NumberOne, NumberSeven, NumberSix, NumberSquareEight, NumberSquareFive, NumberSquareFour, NumberSquareNine, NumberSquareOne, NumberSquareSeven, NumberSquareSix, NumberSquareThree, NumberSquareTwo, NumberSquareZero, NumberThree, NumberTwo, NumberZero, Numpad, Nut, NyTimesLogo, Octagon, OfficeChair, Onigiri, OpenAiLogo, Option, Orange, OrangeSlice, Oven, Package, PaintBrush, PaintBrushBroad, PaintBrushHousehold, PaintBucket, PaintRoller, Palette, Panorama, Pants, PaperPlane, PaperPlaneRight, PaperPlaneTilt, Paperclip, PaperclipHorizontal, Parachute, Paragraph, Parallelogram, Park, Password, Path, PatreonLogo, Pause, PauseCircle, PawPrint, PaypalLogo, Peace, Pen, PenNib, PenNibStraight, Pencil, PencilCircle, PencilLine, PencilRuler, PencilSimple, PencilSimpleLine, PencilSimpleSlash, PencilSlash, Pentagon, Pentagram, Pepper, Percent, PersonArmsSpread, Person, PersonSimpleBike, PersonSimple, PersonSimpleCircle, PersonSimpleHike, PersonSimpleRun, PersonSimpleSki, PersonSimpleSnowboard, PersonSimpleSwim, PersonSimpleTaiChi, PersonSimpleThrow, PersonSimpleWalk, Perspective, Phone, PhoneCall, PhoneDisconnect, PhoneIncoming, PhoneList, PhoneOutgoing, PhonePause, PhonePlus, PhoneSlash, PhoneTransfer, PhoneX, PhosphorLogo, Pi, PianoKeys, PicnicTable, PictureInPicture, PiggyBank, Pill, PingPong, PintGlass, PinterestLogo, Pinwheel, Pipe, PipeWrench, PixLogo, Pizza, Placeholder, Planet, Plant, Play, PlayCircle, PlayPause, Playlist, Plug, PlugCharging, Plugs, PlugsConnected, Plus, PlusCircle, PlusMinus, PlusSquare, PokerChip, PoliceCar, Polygon, Popcorn, Popsicle, PottedPlant, Power, Prescription, Presentation, PresentationChart, Printer, Prohibit, ProhibitInset, ProjectorScreen, ProjectorScreenChart, Pulse, PushPin, PushPinSimple, PushPinSimpleSlash, PushPinSlash, PuzzlePiece, QrCode, Question, QuestionMark, Queue, Quotes, Rabbit, Racquet, Radical, Radio, RadioButton, Radioactive, Rainbow, RainbowCloud, Ranking, ReadCvLogo, Receipt, ReceiptX, Record, Rectangle, RectangleDashed, Recycle, RedditLogo, Repeat, RepeatOnce, ReplitLogo, Resize, Rewind, RewindCircle, RoadHorizon, Robot, Rocket, RocketLaunch, Rows, RowsPlusBottom, RowsPlusTop, Rss, RssSimple, Rug, Ruler, Sailboat, Scales, Scan, ScanSmiley, Scissors, Scooter, Screencast, Screwdriver, Scribble, ScribbleLoop, Scroll, Seal, SealCheck, SealPercent, SealQuestion, SealWarning, Seat, Seatbelt, SecurityCamera, SelectionAll, SelectionBackground, Selection, SelectionForeground, SelectionInverse, SelectionPlus, SelectionSlash, Shapes, Share, ShareFat, ShareNetwork, Shield, ShieldCheck, ShieldCheckered, ShieldChevron, ShieldPlus, ShieldSlash, ShieldStar, ShieldWarning, ShippingContainer, ShirtFolded, ShootingStar, ShoppingBag, ShoppingBagOpen, ShoppingCart, ShoppingCartSimple, Shovel, Shower, Shrimp, ShuffleAngular, Shuffle, ShuffleSimple, Sidebar, SidebarSimple, Sigma, SignIn, SignOut, Signature, Signpost, SimCard, Siren, SketchLogo, SkipBack, SkipBackCircle, SkipForward, SkipForwardCircle, Skull, SkypeLogo, SlackLogo, Sliders, SlidersHorizontal, Slideshow, SmileyAngry, SmileyBlank, Smiley, SmileyMeh, SmileyMelting, SmileyNervous, SmileySad, SmileySticker, SmileyWink, SmileyXEyes, SnapchatLogo, Sneaker, SneakerMove, Snowflake, SoccerBall, Sock, SolarPanel, SolarRoof, SortAscending, SortDescending, SoundcloudLogo, Spade, Sparkle, SpeakerHifi, SpeakerHigh, SpeakerLow, SpeakerNone, SpeakerSimpleHigh, SpeakerSimpleLow, SpeakerSimpleNone, SpeakerSimpleSlash, SpeakerSimpleX, SpeakerSlash, SpeakerX, Speedometer, Sphere, SpinnerBall, Spinner, SpinnerGap, Spiral, SplitHorizontal, SplitVertical, SpotifyLogo, SprayBottle, Square, SquareHalf, SquareHalfBottom, SquareLogo, SquareSplitHorizontal, SquareSplitVertical, SquaresFour, Stack, StackMinus, StackOverflowLogo, StackPlus, StackSimple, Stairs, Stamp, StandardDefinition, StarAndCrescent, Star, StarFour, StarHalf, StarOfDavid, SteamLogo, SteeringWheel, Steps, Stethoscope, Sticker, Stool, Stop, StopCircle, Storefront, Strategy, StripeLogo, Student, SubsetOf, SubsetProperOf, Subtitles, SubtitlesSlash, Subtract, SubtractSquare, Subway, Suitcase, SuitcaseRolling, SuitcaseSimple, Sun, SunDim, SunHorizon, Sunglasses, SupersetOf, SupersetProperOf, Swap, Swatches, SwimmingPool, Sword, Synagogue, Syringe, TShirt, Table, Tabs, Tag, TagChevron, TagSimple, Target, Taxi, TeaBag, TelegramLogo, Television, TelevisionSimple, TennisBall, Tent, Terminal, TerminalWindow, TestTube, TextAUnderline, TextAa, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, TextB, TextColumns, TextH, TextHFive, TextHFour, TextHOne, TextHSix, TextHThree, TextHTwo, TextIndent, TextItalic, TextOutdent, TextStrikethrough, TextSubscript, TextSuperscript, TextT, TextTSlash, TextUnderline, Textbox, Thermometer, ThermometerCold, ThermometerHot, ThermometerSimple, ThreadsLogo, ThreeD, ThumbsDown, ThumbsUp, Ticket, TidalLogo, TiktokLogo, Tilde, Timer, TipJar, Tipi, Tire, ToggleLeft, ToggleRight, Toilet, ToiletPaper, Toolbox, Tooth, Tornado, Tote, ToteSimple, Towel, Tractor, Trademark, TrademarkRegistered, TrafficCone, TrafficSign, TrafficSignal, Train, TrainRegional, TrainSimple, Tram, Translate, Trash, TrashSimple, TrayArrowDown, TrayArrowUp, Tray, TreasureChest, Tree, TreeEvergreen, TreePalm, TreeStructure, TreeView, TrendDown, TrendUp, Triangle, TriangleDashed, Trolley, TrolleySuitcase, Trophy, Truck, TruckTrailer, TumblrLogo, TwitchLogo, TwitterLogo, Umbrella, UmbrellaSimple, Union, Unite, UniteSquare, Upload, UploadSimple, Usb, User, UserCheck, UserCircle, UserCircleCheck, UserCircleDashed, UserCircleGear, UserCircleMinus, UserCirclePlus, UserFocus, UserGear, UserList, UserMinus, UserPlus, UserRectangle, UserSound, UserSquare, UserSwitch, Users, UsersFour, UsersThree, Van, Vault, VectorThree, VectorTwo, Vibrate, Video, VideoCamera, VideoCameraSlash, VideoConference, Vignette, VinylRecord, VirtualReality, Virus, Visor, Voicemail, Volleyball, Wall, Wallet, Warehouse, Warning, WarningCircle, WarningDiamond, WarningOctagon, WashingMachine, Watch, WaveSawtooth, WaveSine, WaveSquare, WaveTriangle, Waveform, WaveformSlash, Waves, Webcam, WebcamSlash, WebhooksLogo, WechatLogo, WhatsappLogo, Wheelchair, WheelchairMotion, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiSlash, WifiX, Wind, Windmill, WindowsLogo, Wine, Wrench, X, XCircle, XLogo, XSquare, Yarn, YinYang, YoutubeLogo, } from "@phosphor-icons/react/dist/ssr";
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface BBrowserXProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
type?: 'full' | 'mark';
|
|
4
|
-
onDark?: boolean;
|
|
5
|
-
width?: number | string;
|
|
6
|
-
height?: number | string;
|
|
7
|
-
}
|
|
8
|
-
declare const BBrowserX: React.FC<BBrowserXProps>;
|
|
9
|
-
export default BBrowserX;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface BioStudioProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
type?: 'full' | 'mark';
|
|
4
|
-
onDark?: boolean;
|
|
5
|
-
width?: number | string;
|
|
6
|
-
height?: number | string;
|
|
7
|
-
}
|
|
8
|
-
declare const BioStudio: React.FC<BioStudioProps>;
|
|
9
|
-
export default BioStudio;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface BioTuringProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
type?: 'full' | 'mark';
|
|
4
|
-
onDark?: boolean;
|
|
5
|
-
width?: number | string;
|
|
6
|
-
height?: number | string;
|
|
7
|
-
}
|
|
8
|
-
declare const BioTuring: React.FC<BioTuringProps>;
|
|
9
|
-
export default BioTuring;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface BioTuringAlphaProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
type?: 'full' | 'mark';
|
|
4
|
-
onDark?: boolean;
|
|
5
|
-
width?: number | string;
|
|
6
|
-
height?: number | string;
|
|
7
|
-
}
|
|
8
|
-
declare const BioTuringAlpha: React.FC<BioTuringAlphaProps>;
|
|
9
|
-
export default BioTuringAlpha;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface BioVinciProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
type?: 'full' | 'mark';
|
|
4
|
-
onDark?: boolean;
|
|
5
|
-
width?: number | string;
|
|
6
|
-
height?: number | string;
|
|
7
|
-
}
|
|
8
|
-
declare const BioVinci: React.FC<BioVinciProps>;
|
|
9
|
-
export default BioVinci;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface SmartBulkProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
type?: 'full' | 'mark';
|
|
4
|
-
onDark?: boolean;
|
|
5
|
-
width?: number | string;
|
|
6
|
-
height?: number | string;
|
|
7
|
-
}
|
|
8
|
-
declare const SmartBulk: React.FC<SmartBulkProps>;
|
|
9
|
-
export default SmartBulk;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface SpatialXProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
type?: 'full' | 'mark';
|
|
4
|
-
onDark?: boolean;
|
|
5
|
-
width?: number | string;
|
|
6
|
-
height?: number | string;
|
|
7
|
-
}
|
|
8
|
-
declare const SpatialX: React.FC<SpatialXProps>;
|
|
9
|
-
export default SpatialX;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface Talk2DataProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
type?: 'full' | 'mark';
|
|
4
|
-
onDark?: boolean;
|
|
5
|
-
width?: number | string;
|
|
6
|
-
height?: number | string;
|
|
7
|
-
}
|
|
8
|
-
declare const Talk2Data: React.FC<Talk2DataProps>;
|
|
9
|
-
export default Talk2Data;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export { default as BBrowserX } from './BBrowserX';
|
|
2
|
-
export { default as BioStudio } from './BioStudio';
|
|
3
|
-
export { default as BioTuring } from './BioTuring';
|
|
4
|
-
export { default as BioTuringAlpha } from './BioTuringAlpha';
|
|
5
|
-
export { default as BioVinci } from './BioVinci';
|
|
6
|
-
export { default as Lens } from './Lens';
|
|
7
|
-
export { default as Pixel } from './Pixel';
|
|
8
|
-
export { default as SmartBulk } from './SmartBulk';
|
|
9
|
-
export { default as SpatialX } from './SpatialX';
|
|
10
|
-
export { default as Talk2Data } from './Talk2Data';
|
|
11
|
-
export { default as Vinci } from './Vinci';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|