synapse-react-client 3.3.4 → 3.3.5
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.cjs +19 -19
- package/dist/index.d.ts +0 -13
- package/dist/index.js +5347 -5606
- package/dist/style/components/_all.scss +10 -11
- package/dist/umd/synapse-react-client.development.css +1 -358
- package/dist/umd/synapse-react-client.development.js +168 -3682
- package/dist/umd/synapse-react-client.production.min.css +2 -2
- package/dist/umd/synapse-react-client.production.min.js +201 -233
- package/package.json +1 -3
- package/dist/style/components/_carousel.scss +0 -45
- package/dist/style/components/_synapse-homepage.scss +0 -360
package/dist/index.d.ts
CHANGED
|
@@ -3573,17 +3573,6 @@ declare const PROJECT: string;
|
|
|
3573
3573
|
|
|
3574
3574
|
export declare const ProjectIcon: () => default_2.JSX.Element;
|
|
3575
3575
|
|
|
3576
|
-
/**
|
|
3577
|
-
* Display a carousel of projects using a Project View. Driven by the following annotations/column names:
|
|
3578
|
-
* projectDisplayName, projectDescription, projectImageFileName. The projectImageFileName must
|
|
3579
|
-
* be an attachment on the project's root wiki page.
|
|
3580
|
-
*/
|
|
3581
|
-
export declare const ProjectViewCarousel: default_2.FunctionComponent<ProjectViewCarouselProps>;
|
|
3582
|
-
|
|
3583
|
-
export declare type ProjectViewCarouselProps = {
|
|
3584
|
-
entityId: string;
|
|
3585
|
-
};
|
|
3586
|
-
|
|
3587
3576
|
export declare const ProvenanceGraph: (props: ProvenanceProps) => default_2.JSX.Element;
|
|
3588
3577
|
|
|
3589
3578
|
export declare type ProvenanceProps = {
|
|
@@ -4750,8 +4739,6 @@ declare namespace SynapseComponents {
|
|
|
4750
4739
|
SynapsePlotProps,
|
|
4751
4740
|
ClickCallbackParams,
|
|
4752
4741
|
GraphItem,
|
|
4753
|
-
ProjectViewCarousel,
|
|
4754
|
-
ProjectViewCarouselProps,
|
|
4755
4742
|
Programs,
|
|
4756
4743
|
ProgramsProps,
|
|
4757
4744
|
ProgrammaticTableDownload,
|