synapse-react-client 3.3.5 → 3.3.6

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.d.ts CHANGED
@@ -3573,6 +3573,17 @@ 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
+
3576
3587
  export declare const ProvenanceGraph: (props: ProvenanceProps) => default_2.JSX.Element;
3577
3588
 
3578
3589
  export declare type ProvenanceProps = {
@@ -4739,6 +4750,8 @@ declare namespace SynapseComponents {
4739
4750
  SynapsePlotProps,
4740
4751
  ClickCallbackParams,
4741
4752
  GraphItem,
4753
+ ProjectViewCarousel,
4754
+ ProjectViewCarouselProps,
4742
4755
  Programs,
4743
4756
  ProgramsProps,
4744
4757
  ProgrammaticTableDownload,