@atlaskit/profilecard 22.0.2 → 22.0.3
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/CHANGELOG.md +6 -0
- package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/es2019/client/getTeamFromAGG.js +1 -1
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/esm/client/getTeamFromAGG.js +1 -1
- package/dist/esm/util/analytics.js +1 -1
- package/dist/types/components/Agent/Actions.d.ts +2 -2
- package/dist/types/components/Agent/AgentDeleteConfirmationModal.d.ts +2 -2
- package/dist/types/components/Agent/AgentProfileCard.d.ts +2 -2
- package/dist/types/components/Agent/AgentProfileCardResourced.d.ts +1 -1
- package/dist/types/components/Agent/AgentProfileCardTrigger.d.ts +2 -2
- package/dist/types/components/Agent/AgentProfileCardWrapper.d.ts +1 -1
- package/dist/types/components/Agent/ConversationStarters.d.ts +2 -2
- package/dist/types/components/Agent/lazyAgentProfileCard.d.ts +1 -1
- package/dist/types/components/Error/AccessLockSVG.d.ts +2 -2
- package/dist/types/components/Error/ErrorIllustration.d.ts +2 -2
- package/dist/types/components/Error/ErrorMessage.d.ts +2 -2
- package/dist/types/components/Icon/IconLabel.d.ts +1 -1
- package/dist/types/components/Team/TeamForbiddenErrorState.d.ts +2 -2
- package/dist/types/components/Team/TeamLoadingState.d.ts +2 -2
- package/dist/types/components/Team/TeamProfileCard.d.ts +2 -2
- package/dist/types/components/Team/TeamProfileCardTrigger.d.ts +5 -5
- package/dist/types/components/Team/lazyTeamProfileCard.d.ts +1 -1
- package/dist/types/components/User/OverflowProfileCardButtons.d.ts +1 -1
- package/dist/types/components/User/ProfileCard.d.ts +1 -1
- package/dist/types/components/User/ProfileCardDetails.d.ts +2 -2
- package/dist/types/components/User/ProfileCardTrigger.d.ts +2 -2
- package/dist/types/components/User/ReportingLinesDetails.d.ts +2 -2
- package/dist/types/components/User/UserLoadingState.d.ts +2 -2
- package/dist/types/components/common/LoadingState.d.ts +2 -2
- package/dist/types/components/common/ProfileCardTrigger.d.ts +2 -2
- package/dist/types/components/common/ProfileCardWrapper.d.ts +1 -1
- package/dist/types/styled/Card.d.ts +20 -20
- package/dist/types/styled/Error.d.ts +3 -3
- package/dist/types/styled/ReportingLines.d.ts +4 -4
- package/dist/types/styled/TeamCard.d.ts +15 -15
- package/dist/types-ts4.5/components/Agent/Actions.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentDeleteConfirmationModal.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentProfileCard.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentProfileCardResourced.d.ts +1 -1
- package/dist/types-ts4.5/components/Agent/AgentProfileCardTrigger.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentProfileCardWrapper.d.ts +1 -1
- package/dist/types-ts4.5/components/Agent/ConversationStarters.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/lazyAgentProfileCard.d.ts +1 -1
- package/dist/types-ts4.5/components/Error/AccessLockSVG.d.ts +2 -2
- package/dist/types-ts4.5/components/Error/ErrorIllustration.d.ts +2 -2
- package/dist/types-ts4.5/components/Error/ErrorMessage.d.ts +2 -2
- package/dist/types-ts4.5/components/Icon/IconLabel.d.ts +1 -1
- package/dist/types-ts4.5/components/Team/TeamForbiddenErrorState.d.ts +2 -2
- package/dist/types-ts4.5/components/Team/TeamLoadingState.d.ts +2 -2
- package/dist/types-ts4.5/components/Team/TeamProfileCard.d.ts +2 -2
- package/dist/types-ts4.5/components/Team/TeamProfileCardTrigger.d.ts +5 -5
- package/dist/types-ts4.5/components/Team/lazyTeamProfileCard.d.ts +1 -1
- package/dist/types-ts4.5/components/User/OverflowProfileCardButtons.d.ts +1 -1
- package/dist/types-ts4.5/components/User/ProfileCard.d.ts +1 -1
- package/dist/types-ts4.5/components/User/ProfileCardDetails.d.ts +2 -2
- package/dist/types-ts4.5/components/User/ProfileCardTrigger.d.ts +2 -2
- package/dist/types-ts4.5/components/User/ReportingLinesDetails.d.ts +2 -2
- package/dist/types-ts4.5/components/User/UserLoadingState.d.ts +2 -2
- package/dist/types-ts4.5/components/common/LoadingState.d.ts +2 -2
- package/dist/types-ts4.5/components/common/ProfileCardTrigger.d.ts +2 -2
- package/dist/types-ts4.5/components/common/ProfileCardWrapper.d.ts +1 -1
- package/dist/types-ts4.5/styled/Card.d.ts +20 -20
- package/dist/types-ts4.5/styled/Error.d.ts +3 -3
- package/dist/types-ts4.5/styled/ReportingLines.d.ts +4 -4
- package/dist/types-ts4.5/styled/TeamCard.d.ts +15 -15
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -11,7 +11,7 @@ var _graphqlUtils = require("./graphqlUtils");
|
|
|
11
11
|
var ORG_ID_FROM_CLOUD_ID_QUERY = "query OrgIdFromCloudId($cloudId: ID!) {\n\ttenantContexts(cloudIds: [$cloudId]) {\n\t\torgId\n\t}\n}";
|
|
12
12
|
var addHeaders = function addHeaders(headers) {
|
|
13
13
|
headers.append('atl-client-name', "@atlaskit/profilecard");
|
|
14
|
-
headers.append('atl-client-version', "22.0.
|
|
14
|
+
headers.append('atl-client-version', "22.0.3");
|
|
15
15
|
return headers;
|
|
16
16
|
};
|
|
17
17
|
function getOrgIdForCloudIdFromAGG(_x, _x2) {
|
|
@@ -66,7 +66,7 @@ var addHeaders = exports.addHeaders = function addHeaders(headers) {
|
|
|
66
66
|
headers.append('X-ExperimentalApi', 'teams-beta');
|
|
67
67
|
headers.append('X-ExperimentalApi', 'team-members-beta');
|
|
68
68
|
headers.append('atl-client-name', "@atlaskit/profilecard");
|
|
69
|
-
headers.append('atl-client-version', "22.0.
|
|
69
|
+
headers.append('atl-client-version', "22.0.3");
|
|
70
70
|
return headers;
|
|
71
71
|
};
|
|
72
72
|
function getTeamFromAGG(_x, _x2, _x3) {
|
|
@@ -45,7 +45,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
45
45
|
actionSubjectId: actionSubjectId,
|
|
46
46
|
attributes: _objectSpread(_objectSpread({
|
|
47
47
|
packageName: "@atlaskit/profilecard",
|
|
48
|
-
packageVersion: "22.0.
|
|
48
|
+
packageVersion: "22.0.3"
|
|
49
49
|
}, attributes), {}, {
|
|
50
50
|
firedAt: Math.round((0, _performance.getPageTime)())
|
|
51
51
|
})
|
|
@@ -6,7 +6,7 @@ const ORG_ID_FROM_CLOUD_ID_QUERY = `query OrgIdFromCloudId($cloudId: ID!) {
|
|
|
6
6
|
}`;
|
|
7
7
|
const addHeaders = headers => {
|
|
8
8
|
headers.append('atl-client-name', "@atlaskit/profilecard");
|
|
9
|
-
headers.append('atl-client-version', "22.0.
|
|
9
|
+
headers.append('atl-client-version', "22.0.3");
|
|
10
10
|
return headers;
|
|
11
11
|
};
|
|
12
12
|
export async function getOrgIdForCloudIdFromAGG(url, cloudId) {
|
|
@@ -75,7 +75,7 @@ export const addHeaders = headers => {
|
|
|
75
75
|
headers.append('X-ExperimentalApi', 'teams-beta');
|
|
76
76
|
headers.append('X-ExperimentalApi', 'team-members-beta');
|
|
77
77
|
headers.append('atl-client-name', "@atlaskit/profilecard");
|
|
78
|
-
headers.append('atl-client-version', "22.0.
|
|
78
|
+
headers.append('atl-client-version', "22.0.3");
|
|
79
79
|
return headers;
|
|
80
80
|
};
|
|
81
81
|
export async function getTeamFromAGG(url, teamId, siteId) {
|
|
@@ -32,7 +32,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
|
|
|
32
32
|
actionSubjectId,
|
|
33
33
|
attributes: {
|
|
34
34
|
packageName: "@atlaskit/profilecard",
|
|
35
|
-
packageVersion: "22.0.
|
|
35
|
+
packageVersion: "22.0.3",
|
|
36
36
|
...attributes,
|
|
37
37
|
firedAt: Math.round(getPageTime())
|
|
38
38
|
}
|
|
@@ -4,7 +4,7 @@ import { AGGQuery } from './graphqlUtils';
|
|
|
4
4
|
var ORG_ID_FROM_CLOUD_ID_QUERY = "query OrgIdFromCloudId($cloudId: ID!) {\n\ttenantContexts(cloudIds: [$cloudId]) {\n\t\torgId\n\t}\n}";
|
|
5
5
|
var addHeaders = function addHeaders(headers) {
|
|
6
6
|
headers.append('atl-client-name', "@atlaskit/profilecard");
|
|
7
|
-
headers.append('atl-client-version', "22.0.
|
|
7
|
+
headers.append('atl-client-version', "22.0.3");
|
|
8
8
|
return headers;
|
|
9
9
|
};
|
|
10
10
|
export function getOrgIdForCloudIdFromAGG(_x, _x2) {
|
|
@@ -57,7 +57,7 @@ export var addHeaders = function addHeaders(headers) {
|
|
|
57
57
|
headers.append('X-ExperimentalApi', 'teams-beta');
|
|
58
58
|
headers.append('X-ExperimentalApi', 'team-members-beta');
|
|
59
59
|
headers.append('atl-client-name', "@atlaskit/profilecard");
|
|
60
|
-
headers.append('atl-client-version', "22.0.
|
|
60
|
+
headers.append('atl-client-version', "22.0.3");
|
|
61
61
|
return headers;
|
|
62
62
|
};
|
|
63
63
|
export function getTeamFromAGG(_x, _x2, _x3) {
|
|
@@ -39,7 +39,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
39
39
|
actionSubjectId: actionSubjectId,
|
|
40
40
|
attributes: _objectSpread(_objectSpread({
|
|
41
41
|
packageName: "@atlaskit/profilecard",
|
|
42
|
-
packageVersion: "22.0.
|
|
42
|
+
packageVersion: "22.0.3"
|
|
43
43
|
}, attributes), {}, {
|
|
44
44
|
firedAt: Math.round(getPageTime())
|
|
45
45
|
})
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type ProfileClient, type RovoAgentProfileCardInfo } from '../../types';
|
|
3
3
|
type AgentActionsProps = {
|
|
4
4
|
agent: RovoAgentProfileCardInfo;
|
|
@@ -11,5 +11,5 @@ type AgentActionsProps = {
|
|
|
11
11
|
onViewFullProfileClick: () => void;
|
|
12
12
|
resourceClient: ProfileClient;
|
|
13
13
|
};
|
|
14
|
-
export declare const AgentActions: ({ isAgentCreatedByCurrentUser, onEditAgent, onDeleteAgent, onDuplicateAgent, onCopyAgent, onChatClick, onViewFullProfileClick, agent, resourceClient, }: AgentActionsProps) => JSX.Element;
|
|
14
|
+
export declare const AgentActions: ({ isAgentCreatedByCurrentUser, onEditAgent, onDeleteAgent, onDuplicateAgent, onCopyAgent, onChatClick, onViewFullProfileClick, agent, resourceClient, }: AgentActionsProps) => React.JSX.Element;
|
|
15
15
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
type Props = {
|
|
3
3
|
isOpen: boolean;
|
|
4
4
|
onClose: () => void;
|
|
@@ -6,5 +6,5 @@ type Props = {
|
|
|
6
6
|
agentId: string;
|
|
7
7
|
agentName: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const AgentDeleteConfirmationModal: ({ onClose, agentName, isOpen, onSubmit, agentId, }: Props) => JSX.Element;
|
|
9
|
+
export declare const AgentDeleteConfirmationModal: ({ onClose, agentName, isOpen, onSubmit, agentId, }: Props) => React.JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type AgentProfileCardProps } from '../../types';
|
|
3
|
-
declare const AgentProfileCard: ({ agent, isLoading, isCreatedByViewingUser, cloudId, onChatClick, product, hasError, errorType, onConversationStartersClick, resourceClient, addFlag, }: AgentProfileCardProps) => JSX.Element;
|
|
3
|
+
declare const AgentProfileCard: ({ agent, isLoading, isCreatedByViewingUser, cloudId, onChatClick, product, hasError, errorType, onConversationStartersClick, resourceClient, addFlag, }: AgentProfileCardProps) => React.JSX.Element;
|
|
4
4
|
export default AgentProfileCard;
|
|
@@ -10,4 +10,4 @@ export type AgentProfileCardResourcedProps = {
|
|
|
10
10
|
product?: string;
|
|
11
11
|
addFlag?: (flag: Flag) => void;
|
|
12
12
|
} & AgentActionsType;
|
|
13
|
-
export declare const AgentProfileCardResourced: (props: AgentProfileCardResourcedProps) => JSX.Element;
|
|
13
|
+
export declare const AgentProfileCardResourced: (props: AgentProfileCardResourcedProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type AgentProfileCardTriggerProps } from '../../types';
|
|
3
|
-
export declare const AgentProfileCardTrigger: ({ trigger, viewingUserId, product, ...props }: AgentProfileCardTriggerProps) => JSX.Element;
|
|
3
|
+
export declare const AgentProfileCardTrigger: ({ trigger, viewingUserId, product, ...props }: AgentProfileCardTriggerProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type AgentConversationStartersProps } from '@atlaskit/rovo-agent-components';
|
|
3
|
-
export declare const ConversationStarters: ({ isAgentDefault, onConversationStarterClick, userDefinedConversationStarters, }: AgentConversationStartersProps) => JSX.Element;
|
|
3
|
+
export declare const ConversationStarters: ({ isAgentDefault, onConversationStarterClick, userDefinedConversationStarters, }: AgentConversationStartersProps) => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const AgentProfileCardLazy: import("react").LazyExoticComponent<({ agent, isLoading, isCreatedByViewingUser, cloudId, onChatClick, product, hasError, errorType, onConversationStartersClick, resourceClient, addFlag, }: import("../../types").AgentProfileCardProps) => JSX.Element>;
|
|
2
|
+
export declare const AgentProfileCardLazy: import("react").LazyExoticComponent<({ agent, isLoading, isCreatedByViewingUser, cloudId, onChatClick, product, hasError, errorType, onConversationStartersClick, resourceClient, addFlag, }: import("../../types").AgentProfileCardProps) => import("react").JSX.Element>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const AccessLockSVG: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const AccessLockSVG: () => React.JSX.Element;
|
|
3
3
|
export default AccessLockSVG;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ErrorIllustration: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ErrorIllustration: () => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type AnalyticsEventPayload } from '@atlaskit/analytics-next';
|
|
3
3
|
import { type ProfileCardErrorType } from '../../types';
|
|
4
4
|
interface Props {
|
|
@@ -6,5 +6,5 @@ interface Props {
|
|
|
6
6
|
errorType?: ProfileCardErrorType;
|
|
7
7
|
fireAnalytics: (payload: AnalyticsEventPayload) => void;
|
|
8
8
|
}
|
|
9
|
-
declare const ErrorMessage: (props: Props) => JSX.Element;
|
|
9
|
+
declare const ErrorMessage: (props: Props) => React.JSX.Element;
|
|
10
10
|
export default ErrorMessage;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { TeamProfilecardProps } from '../../types';
|
|
3
|
-
declare const TeamProfileCard: (props: TeamProfilecardProps) => JSX.Element | null;
|
|
3
|
+
declare const TeamProfileCard: (props: TeamProfilecardProps) => React.JSX.Element | null;
|
|
4
4
|
export default TeamProfileCard;
|
|
@@ -40,11 +40,11 @@ export declare class TeamProfileCardTriggerInternal extends React.PureComponent<
|
|
|
40
40
|
handleClientSuccess(team: Team, shouldShowGiveKudos: boolean, teamCentralBaseUrl: string | undefined): void;
|
|
41
41
|
handleClientError(err: any): void;
|
|
42
42
|
filterActions(): ProfileCardAction[];
|
|
43
|
-
renderProfileCard: () => JSX.Element;
|
|
44
|
-
renderKudosLauncher: () => false | JSX.Element | undefined;
|
|
45
|
-
renderTrigger: (triggerProps: TriggerProps) => JSX.Element;
|
|
46
|
-
renderPopup(): string | number | boolean | React.
|
|
47
|
-
render(): string | number | boolean | React.
|
|
43
|
+
renderProfileCard: () => React.JSX.Element;
|
|
44
|
+
renderKudosLauncher: () => false | React.JSX.Element | undefined;
|
|
45
|
+
renderTrigger: (triggerProps: TriggerProps) => React.JSX.Element;
|
|
46
|
+
renderPopup(): string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined;
|
|
47
|
+
render(): string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined;
|
|
48
48
|
}
|
|
49
49
|
declare const _default: React.ForwardRefExoticComponent<Pick<Omit<TeamProfileCardTriggerProps & AnalyticsProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, never> & {
|
|
50
50
|
cloudId?: string | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const TeamProfileCardLazy: import("react").LazyExoticComponent<(props: import("../../types").TeamProfilecardProps) => JSX.Element | null>;
|
|
2
|
+
export declare const TeamProfileCardLazy: import("react").LazyExoticComponent<(props: import("../../types").TeamProfilecardProps) => import("react").JSX.Element | null>;
|
|
@@ -5,5 +5,5 @@ type OverflowButtonsProps = {
|
|
|
5
5
|
onItemClick: (action: ProfileCardAction, args: any, event: React.MouseEvent | React.KeyboardEvent, index: number) => void;
|
|
6
6
|
} & AnalyticsWithDurationProps;
|
|
7
7
|
export declare const ACTION_OVERFLOW_THRESHOLD = 2;
|
|
8
|
-
export declare const OverflowProfileCardButtons: (props: OverflowButtonsProps) => JSX.Element;
|
|
8
|
+
export declare const OverflowProfileCardButtons: (props: OverflowButtonsProps) => React.JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type AnalyticsProps, type ProfilecardProps } from '../../types';
|
|
3
|
-
export declare const ProfilecardInternal: (props: ProfilecardProps & AnalyticsProps) => JSX.Element | null;
|
|
3
|
+
export declare const ProfilecardInternal: (props: ProfilecardProps & AnalyticsProps) => React.JSX.Element | null;
|
|
4
4
|
declare const _default: React.ForwardRefExoticComponent<Omit<ProfilecardProps & AnalyticsProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
5
5
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type AnalyticsWithDurationProps, type ProfilecardProps } from '../../types';
|
|
3
|
-
export declare const ProfileCardDetails: (props: ProfilecardProps & AnalyticsWithDurationProps) => JSX.Element;
|
|
3
|
+
export declare const ProfileCardDetails: (props: ProfilecardProps & AnalyticsWithDurationProps) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type ProfileCardTriggerProps } from '../../types';
|
|
3
|
-
export default function ProfilecardTriggerNext({ autoFocus, trigger, userId, cloudId, resourceClient, actions, position, children, testId, addFlag, onReportingLinesClick, ariaLabel, ariaLabelledBy, prepopulatedData, disabledAriaAttributes, onVisibilityChange, offset, viewingUserId, product, agentActions, ariaHideProfileTrigger, }: ProfileCardTriggerProps): JSX.Element;
|
|
3
|
+
export default function ProfilecardTriggerNext({ autoFocus, trigger, userId, cloudId, resourceClient, actions, position, children, testId, addFlag, onReportingLinesClick, ariaLabel, ariaLabelledBy, prepopulatedData, disabledAriaAttributes, onVisibilityChange, offset, viewingUserId, product, agentActions, ariaHideProfileTrigger, }: ProfileCardTriggerProps): React.JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type AnalyticsWithDurationProps, type ProfilecardProps } from '../../types';
|
|
3
3
|
export type ReportingLinesDetailsProps = Pick<ProfilecardProps, 'reportingLines' | 'reportingLinesProfileUrl' | 'onReportingLinesClick'> & AnalyticsWithDurationProps;
|
|
4
|
-
declare const ReportingLinesDetails: (props: ReportingLinesDetailsProps) => JSX.Element;
|
|
4
|
+
declare const ReportingLinesDetails: (props: ReportingLinesDetailsProps) => React.JSX.Element;
|
|
5
5
|
export default ReportingLinesDetails;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type AnalyticsEventPayload } from '@atlaskit/analytics-next';
|
|
3
3
|
interface AnalyticsProps {
|
|
4
4
|
fireAnalytics: (payload: AnalyticsEventPayload) => void;
|
|
5
5
|
}
|
|
6
|
-
declare const UserLoadingState: ({ fireAnalytics }: AnalyticsProps) => JSX.Element;
|
|
6
|
+
declare const UserLoadingState: ({ fireAnalytics }: AnalyticsProps) => React.JSX.Element;
|
|
7
7
|
export default UserLoadingState;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type AnalyticsEventPayload } from '@atlaskit/analytics-next';
|
|
3
3
|
import { type ProfileType } from '../../types';
|
|
4
4
|
interface AnalyticsProps {
|
|
5
5
|
fireAnalytics?: (payload: AnalyticsEventPayload) => void;
|
|
6
6
|
profileType: ProfileType;
|
|
7
7
|
}
|
|
8
|
-
export declare const LoadingState: ({ fireAnalytics, profileType }: AnalyticsProps) => JSX.Element;
|
|
8
|
+
export declare const LoadingState: ({ fireAnalytics, profileType }: AnalyticsProps) => React.JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type ProfileCardTriggerProps } from './types';
|
|
3
|
-
declare function ProfileCardTrigger<T>({ trigger, ariaLabelledBy, children, renderProfileCard, fetchProfile, disabledAriaAttributes, profileCardType, fireAnalytics, ...popupProps }: ProfileCardTriggerProps<T>): JSX.Element;
|
|
3
|
+
declare function ProfileCardTrigger<T>({ trigger, ariaLabelledBy, children, renderProfileCard, fetchProfile, disabledAriaAttributes, profileCardType, fireAnalytics, ...popupProps }: ProfileCardTriggerProps<T>): React.JSX.Element;
|
|
4
4
|
export default ProfileCardTrigger;
|
|
@@ -1,70 +1,70 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export declare const CardWrapper: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: React.ElementType<any> | undefined;
|
|
4
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
6
|
export declare const ProfileImage: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: React.ElementType<any> | undefined;
|
|
8
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
10
|
export declare const ActionsFlexSpacer: import("@emotion/styled").StyledComponent<{
|
|
11
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
-
as?: React.ElementType<any> | undefined;
|
|
12
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
13
13
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
14
|
export declare const KudosBlobAnimationStyle: import("@emotion/styled").StyledComponent<{
|
|
15
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
|
-
as?: React.ElementType<any> | undefined;
|
|
16
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
17
17
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
18
|
export declare const KudosBlobAnimation: React.FC;
|
|
19
19
|
export declare const AnimationWrapper: import("@emotion/styled").StyledComponent<{
|
|
20
20
|
theme?: import("@emotion/react").Theme | undefined;
|
|
21
|
-
as?: React.ElementType<any> | undefined;
|
|
21
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
22
22
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
23
23
|
export declare const AnimatedKudosButton: import("@emotion/styled").StyledComponent<{
|
|
24
24
|
theme?: import("@emotion/react").Theme | undefined;
|
|
25
|
-
as?: React.ElementType<any> | undefined;
|
|
25
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
26
26
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
27
27
|
export declare const ActionButtonGroup: import("@emotion/styled").StyledComponent<{
|
|
28
28
|
theme?: import("@emotion/react").Theme | undefined;
|
|
29
|
-
as?: React.ElementType<any> | undefined;
|
|
29
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
30
30
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
31
31
|
export declare const OverflowActionButtonsWrapper: import("@emotion/styled").StyledComponent<{
|
|
32
32
|
theme?: import("@emotion/react").Theme | undefined;
|
|
33
|
-
as?: React.ElementType<any> | undefined;
|
|
33
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
34
34
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
35
35
|
export declare const CardContent: import("@emotion/styled").StyledComponent<{
|
|
36
36
|
theme?: import("@emotion/react").Theme | undefined;
|
|
37
|
-
as?: React.ElementType<any> | undefined;
|
|
37
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
38
38
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
39
39
|
export declare const DetailsGroup: import("@emotion/styled").StyledComponent<{
|
|
40
40
|
theme?: import("@emotion/react").Theme | undefined;
|
|
41
|
-
as?: React.ElementType<any> | undefined;
|
|
41
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
42
42
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
43
43
|
export declare const DisabledInfo: import("@emotion/styled").StyledComponent<{
|
|
44
44
|
theme?: import("@emotion/react").Theme | undefined;
|
|
45
|
-
as?: React.ElementType<any> | undefined;
|
|
45
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
46
46
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
47
47
|
export declare const LozengeWrapper: import("@emotion/styled").StyledComponent<{
|
|
48
48
|
theme?: import("@emotion/react").Theme | undefined;
|
|
49
|
-
as?: React.ElementType<any> | undefined;
|
|
49
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
50
50
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
51
51
|
export declare const CustomLozengeContainer: import("@emotion/styled").StyledComponent<{
|
|
52
52
|
theme?: import("@emotion/react").Theme | undefined;
|
|
53
|
-
as?: React.ElementType<any> | undefined;
|
|
53
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
54
54
|
} & React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
|
|
55
55
|
theme?: import("@emotion/react").Theme | undefined;
|
|
56
56
|
}, {}, {}>;
|
|
57
57
|
export declare const JobTitleLabel: import("@emotion/styled").StyledComponent<{
|
|
58
58
|
theme?: import("@emotion/react").Theme | undefined;
|
|
59
|
-
as?: React.ElementType<any> | undefined;
|
|
59
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
60
60
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
61
61
|
export declare const AppTitleLabel: import("@emotion/styled").StyledComponent<{
|
|
62
62
|
theme?: import("@emotion/react").Theme | undefined;
|
|
63
|
-
as?: React.ElementType<any> | undefined;
|
|
63
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
64
64
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
65
65
|
export declare const SpinnerContainer: import("@emotion/styled").StyledComponent<{
|
|
66
66
|
theme?: import("@emotion/react").Theme | undefined;
|
|
67
|
-
as?: React.ElementType<any> | undefined;
|
|
67
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
68
68
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
69
69
|
interface CardContainerProps {
|
|
70
70
|
isDisabledUser?: boolean;
|
|
@@ -72,18 +72,18 @@ interface CardContainerProps {
|
|
|
72
72
|
}
|
|
73
73
|
export declare const CardContainer: import("@emotion/styled").StyledComponent<{
|
|
74
74
|
theme?: import("@emotion/react").Theme | undefined;
|
|
75
|
-
as?: React.ElementType<any> | undefined;
|
|
75
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
76
76
|
} & CardContainerProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
77
77
|
export declare const DetailsLabel: import("@emotion/styled").StyledComponent<{
|
|
78
78
|
theme?: import("@emotion/react").Theme | undefined;
|
|
79
|
-
as?: React.ElementType<any> | undefined;
|
|
79
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
80
80
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
81
81
|
export declare const DetailsLabelIcon: import("@emotion/styled").StyledComponent<{
|
|
82
82
|
theme?: import("@emotion/react").Theme | undefined;
|
|
83
|
-
as?: React.ElementType<any> | undefined;
|
|
83
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
84
84
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
85
85
|
export declare const DetailsLabelText: import("@emotion/styled").StyledComponent<{
|
|
86
86
|
theme?: import("@emotion/react").Theme | undefined;
|
|
87
|
-
as?: React.ElementType<any> | undefined;
|
|
87
|
+
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
88
88
|
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
89
89
|
export {};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const ErrorWrapper: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
6
|
export declare const ErrorTitle: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
|
|
10
10
|
export declare const TeamErrorText: import("@emotion/styled").StyledComponent<{
|
|
11
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
-
as?: import("react").ElementType<any> | undefined;
|
|
12
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
13
13
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const ReportingLinesSection: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
6
|
export declare const ManagerSection: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
10
|
export declare const ManagerName: import("@emotion/styled").StyledComponent<{
|
|
11
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
-
as?: import("react").ElementType<any> | undefined;
|
|
12
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
13
13
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
14
14
|
export declare const OffsetWrapper: import("@emotion/styled").StyledComponent<{
|
|
15
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
|
-
as?: import("react").ElementType<any> | undefined;
|
|
16
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
17
17
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,64 +1,64 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const CardTriggerWrapper: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
6
|
export declare const CardWrapper: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
-
as?: import("react").ElementType<any> | undefined;
|
|
8
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
9
9
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
10
|
export declare const TeamForbiddenErrorStateWrapper: import("@emotion/styled").StyledComponent<{
|
|
11
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
-
as?: import("react").ElementType<any> | undefined;
|
|
12
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
13
13
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
14
|
export declare const CardHeader: import("@emotion/styled").StyledComponent<{
|
|
15
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
|
-
as?: import("react").ElementType<any> | undefined;
|
|
16
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
17
17
|
} & {
|
|
18
18
|
image?: string | undefined;
|
|
19
19
|
isLoading?: boolean | undefined;
|
|
20
20
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
21
21
|
export declare const CardContent: import("@emotion/styled").StyledComponent<{
|
|
22
22
|
theme?: import("@emotion/react").Theme | undefined;
|
|
23
|
-
as?: import("react").ElementType<any> | undefined;
|
|
23
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
24
24
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
25
25
|
export declare const TeamName: import("@emotion/styled").StyledComponent<{
|
|
26
26
|
theme?: import("@emotion/react").Theme | undefined;
|
|
27
|
-
as?: import("react").ElementType<any> | undefined;
|
|
27
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
28
28
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
|
|
29
29
|
export declare const MemberCount: import("@emotion/styled").StyledComponent<{
|
|
30
30
|
theme?: import("@emotion/react").Theme | undefined;
|
|
31
|
-
as?: import("react").ElementType<any> | undefined;
|
|
31
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
32
32
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
33
33
|
export declare const AvatarSection: import("@emotion/styled").StyledComponent<{
|
|
34
34
|
theme?: import("@emotion/react").Theme | undefined;
|
|
35
|
-
as?: import("react").ElementType<any> | undefined;
|
|
35
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
36
36
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
37
37
|
export declare const DescriptionWrapper: import("@emotion/styled").StyledComponent<{
|
|
38
38
|
theme?: import("@emotion/react").Theme | undefined;
|
|
39
|
-
as?: import("react").ElementType<any> | undefined;
|
|
39
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
40
40
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
41
41
|
export declare const Description: import("@emotion/styled").StyledComponent<{
|
|
42
42
|
theme?: import("@emotion/react").Theme | undefined;
|
|
43
|
-
as?: import("react").ElementType<any> | undefined;
|
|
43
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
44
44
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
45
45
|
export declare const ActionButtons: import("@emotion/styled").StyledComponent<{
|
|
46
46
|
theme?: import("@emotion/react").Theme | undefined;
|
|
47
|
-
as?: import("react").ElementType<any> | undefined;
|
|
47
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
48
48
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
49
49
|
export declare const WrappedButton: import("@emotion/styled").StyledComponent<{
|
|
50
50
|
theme?: import("@emotion/react").Theme | undefined;
|
|
51
|
-
as?: import("react").ElementType<any> | undefined;
|
|
51
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
52
52
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
53
53
|
export declare const MoreButton: import("@emotion/styled").StyledComponent<{
|
|
54
54
|
theme?: import("@emotion/react").Theme | undefined;
|
|
55
|
-
as?: import("react").ElementType<any> | undefined;
|
|
55
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
56
56
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
57
57
|
export declare const LoadingWrapper: import("@emotion/styled").StyledComponent<{
|
|
58
58
|
theme?: import("@emotion/react").Theme | undefined;
|
|
59
|
-
as?: import("react").ElementType<any> | undefined;
|
|
59
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
60
60
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
61
61
|
export declare const AccessLockSVGWrapper: import("@emotion/styled").StyledComponent<{
|
|
62
62
|
theme?: import("@emotion/react").Theme | undefined;
|
|
63
|
-
as?: import("react").ElementType<any> | undefined;
|
|
63
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
64
64
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type ProfileClient, type RovoAgentProfileCardInfo } from '../../types';
|
|
3
3
|
type AgentActionsProps = {
|
|
4
4
|
agent: RovoAgentProfileCardInfo;
|
|
@@ -11,5 +11,5 @@ type AgentActionsProps = {
|
|
|
11
11
|
onViewFullProfileClick: () => void;
|
|
12
12
|
resourceClient: ProfileClient;
|
|
13
13
|
};
|
|
14
|
-
export declare const AgentActions: ({ isAgentCreatedByCurrentUser, onEditAgent, onDeleteAgent, onDuplicateAgent, onCopyAgent, onChatClick, onViewFullProfileClick, agent, resourceClient, }: AgentActionsProps) => JSX.Element;
|
|
14
|
+
export declare const AgentActions: ({ isAgentCreatedByCurrentUser, onEditAgent, onDeleteAgent, onDuplicateAgent, onCopyAgent, onChatClick, onViewFullProfileClick, agent, resourceClient, }: AgentActionsProps) => React.JSX.Element;
|
|
15
15
|
export {};
|