pollination-react-io 1.101.1 → 1.102.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/package.json CHANGED
@@ -127,5 +127,5 @@
127
127
  "slugify": "^1.6.5",
128
128
  "swr": "^1.3.0"
129
129
  },
130
- "version": "1.101.1"
130
+ "version": "1.102.0"
131
131
  }
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { StudyCardProps } from './StudyCard.types';
3
- import './StudyCard.scss';
4
- /**
5
- * Note it is a @deprecated component
6
- * use StudyCard from Cards.
7
- */
8
- export declare const StudyCard: React.FC<StudyCardProps>;
9
- export default StudyCard;
@@ -1,15 +0,0 @@
1
- import { CloudJob, UserPrivate } from '@pollination-solutions/pollination-sdk';
2
- import { CSSProperties } from 'react';
3
- import { APIClient } from '../hooks';
4
- export interface StudyCardProps {
5
- projectOwner: string;
6
- projectName: string;
7
- study?: CloudJob;
8
- canWrite?: boolean;
9
- runList?: boolean;
10
- style?: CSSProperties;
11
- authUser?: UserPrivate;
12
- client?: APIClient;
13
- showMenu: boolean;
14
- onDelete?: () => void;
15
- }
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const CircleOne: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
3
- export default CircleOne;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const CircleThree: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
3
- export default CircleThree;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const CircleTwo: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
3
- export default CircleTwo;