@atlaskit/profilecard 25.9.9 → 25.9.11
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 +12 -0
- package/agent/package.json +1 -8
- package/agent-profile-card/package.json +1 -8
- package/agent-profile-card-resourced/package.json +1 -8
- package/agent-profile-card-trigger/package.json +1 -8
- package/caching-client/package.json +1 -8
- package/client/package.json +1 -8
- package/config/package.json +1 -8
- package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/util/analytics.js +2 -2
- package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/es2019/client/getTeamFromAGG.js +1 -1
- package/dist/es2019/util/analytics.js +2 -2
- package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/esm/client/getTeamFromAGG.js +1 -1
- package/dist/esm/util/analytics.js +2 -2
- package/i18n/package.json +1 -8
- package/lazy-profile-card/package.json +1 -8
- package/messages/package.json +1 -8
- package/mock-profile-client/package.json +1 -8
- package/mock-team-client/package.json +1 -8
- package/mocks/package.json +1 -8
- package/package.json +2 -2
- package/profile-card/package.json +1 -8
- package/profile-card-trigger/package.json +1 -8
- package/profile-data/package.json +1 -8
- package/simple-mock-clients/package.json +1 -8
- package/team/package.json +1 -8
- package/team-profile-card/package.json +1 -8
- package/team-profile-card-client/package.json +1 -8
- package/team-profile-card-trigger/package.json +1 -8
- package/types/package.json +1 -8
- package/user/package.json +1 -8
- package/user-profile-card-client/package.json +1 -8
- package/with-outer-listeners/package.json +1 -8
- package/dist/types-ts4.5/client/CachingClient.d.ts +0 -18
- package/dist/types-ts4.5/client/ProfileCardClient.d.ts +0 -28
- package/dist/types-ts4.5/client/RovoAgentCardClient.d.ts +0 -23
- package/dist/types-ts4.5/client/TeamCentralCardClient.d.ts +0 -50
- package/dist/types-ts4.5/client/TeamProfileCardClient.d.ts +0 -9
- package/dist/types-ts4.5/client/UserProfileCardClient.d.ts +0 -24
- package/dist/types-ts4.5/client/errorUtils.d.ts +0 -5
- package/dist/types-ts4.5/client/getOrgIdForCloudIdFromAGG.d.ts +0 -1
- package/dist/types-ts4.5/client/getTeamFromAGG.d.ts +0 -38
- package/dist/types-ts4.5/client/graphqlUtils.d.ts +0 -31
- package/dist/types-ts4.5/client/index.d.ts +0 -6
- package/dist/types-ts4.5/client/types.d.ts +0 -13
- package/dist/types-ts4.5/components/Agent/Actions.d.ts +0 -15
- package/dist/types-ts4.5/components/Agent/AgentDeleteConfirmationModal.d.ts +0 -10
- package/dist/types-ts4.5/components/Agent/AgentProfileCard.d.ts +0 -4
- package/dist/types-ts4.5/components/Agent/AgentProfileCardResourced.d.ts +0 -22
- package/dist/types-ts4.5/components/Agent/AgentProfileCardTrigger.d.ts +0 -4
- package/dist/types-ts4.5/components/Agent/AgentProfileCardWrapper.d.ts +0 -4
- package/dist/types-ts4.5/components/Agent/ConversationStarters.d.ts +0 -3
- package/dist/types-ts4.5/components/Agent/hooks/duplicateFetch.d.ts +0 -24
- package/dist/types-ts4.5/components/Agent/hooks/useAgentActions.d.ts +0 -16
- package/dist/types-ts4.5/components/Agent/index.d.ts +0 -2
- package/dist/types-ts4.5/components/Agent/lazyAgentProfileCard.d.ts +0 -3
- package/dist/types-ts4.5/components/Agent/messages.d.ts +0 -27
- package/dist/types-ts4.5/components/Agent/utils/index.d.ts +0 -4
- package/dist/types-ts4.5/components/Error/AccessLockSVG.d.ts +0 -3
- package/dist/types-ts4.5/components/Error/ErrorBoundary.d.ts +0 -10
- package/dist/types-ts4.5/components/Error/ErrorIllustration.d.ts +0 -2
- package/dist/types-ts4.5/components/Error/ErrorMessage.d.ts +0 -10
- package/dist/types-ts4.5/components/Error/index.d.ts +0 -3
- package/dist/types-ts4.5/components/Icon/IconLabel.d.ts +0 -13
- package/dist/types-ts4.5/components/Icon/index.d.ts +0 -1
- package/dist/types-ts4.5/components/Team/TeamForbiddenErrorState.d.ts +0 -6
- package/dist/types-ts4.5/components/Team/TeamLoadingState.d.ts +0 -6
- package/dist/types-ts4.5/components/Team/TeamProfileCard.d.ts +0 -7
- package/dist/types-ts4.5/components/Team/TeamProfileCardTrigger.d.ts +0 -65
- package/dist/types-ts4.5/components/Team/index.d.ts +0 -4
- package/dist/types-ts4.5/components/Team/lazyTeamProfileCard.d.ts +0 -3
- package/dist/types-ts4.5/components/User/OverflowProfileCardButtons.d.ts +0 -10
- package/dist/types-ts4.5/components/User/ProfileCard.d.ts +0 -5
- package/dist/types-ts4.5/components/User/ProfileCardDetails.d.ts +0 -3
- package/dist/types-ts4.5/components/User/ProfileCardResourced.d.ts +0 -22
- package/dist/types-ts4.5/components/User/ProfileCardTrigger.d.ts +0 -3
- package/dist/types-ts4.5/components/User/ReportingLinesDetails.d.ts +0 -5
- package/dist/types-ts4.5/components/User/UserLoadingState.d.ts +0 -7
- package/dist/types-ts4.5/components/User/index.d.ts +0 -4
- package/dist/types-ts4.5/components/User/lazyProfileCard.d.ts +0 -3
- package/dist/types-ts4.5/components/common/LoadingState.d.ts +0 -9
- package/dist/types-ts4.5/components/common/PopupTrigger.d.ts +0 -7
- package/dist/types-ts4.5/components/common/ProfileCardTrigger.d.ts +0 -9
- package/dist/types-ts4.5/components/common/ProfileCardWrapper.d.ts +0 -5
- package/dist/types-ts4.5/components/common/types.d.ts +0 -17
- package/dist/types-ts4.5/components/team-profile-card/index.d.ts +0 -1
- package/dist/types-ts4.5/components/team-profile-card/main.d.ts +0 -17
- package/dist/types-ts4.5/components/team-profile-card/mocks.d.ts +0 -16
- package/dist/types-ts4.5/components/team-profile-card/team-actions/index.d.ts +0 -21
- package/dist/types-ts4.5/components/team-profile-card/team-actions/messages.d.ts +0 -7
- package/dist/types-ts4.5/components/team-profile-card/team-actions/more-actions/index.d.ts +0 -11
- package/dist/types-ts4.5/components/team-profile-card/team-actions/more-actions/messages.d.ts +0 -7
- package/dist/types-ts4.5/components/team-profile-card/team-connections/main.d.ts +0 -3
- package/dist/types-ts4.5/components/team-profile-card/team-containers-skeleton/index.d.ts +0 -3
- package/dist/types-ts4.5/components/team-profile-card/team-containers-skeleton/linked-container-card-skeleton/index.d.ts +0 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -8
- package/dist/types-ts4.5/i18n/da.d.ts +0 -8
- package/dist/types-ts4.5/i18n/de.d.ts +0 -8
- package/dist/types-ts4.5/i18n/en.d.ts +0 -8
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -8
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -8
- package/dist/types-ts4.5/i18n/es.d.ts +0 -8
- package/dist/types-ts4.5/i18n/et.d.ts +0 -27
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -8
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -8
- package/dist/types-ts4.5/i18n/hr.d.ts +0 -8
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -8
- package/dist/types-ts4.5/i18n/index.d.ts +0 -36
- package/dist/types-ts4.5/i18n/is.d.ts +0 -27
- package/dist/types-ts4.5/i18n/it.d.ts +0 -8
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -8
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -8
- package/dist/types-ts4.5/i18n/languages.d.ts +0 -34
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -8
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -8
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -8
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -8
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -27
- package/dist/types-ts4.5/i18n/ro.d.ts +0 -27
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -8
- package/dist/types-ts4.5/i18n/sk.d.ts +0 -27
- package/dist/types-ts4.5/i18n/sl.d.ts +0 -8
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -8
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -8
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -8
- package/dist/types-ts4.5/i18n/th.d.ts +0 -8
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -8
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -8
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -8
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -8
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -8
- package/dist/types-ts4.5/index.d.ts +0 -24
- package/dist/types-ts4.5/internal/filterActions.d.ts +0 -3
- package/dist/types-ts4.5/internal/getLabelMessage.d.ts +0 -3
- package/dist/types-ts4.5/internal/relative-date.d.ts +0 -3
- package/dist/types-ts4.5/messages.d.ts +0 -233
- package/dist/types-ts4.5/mocks/agent-data.d.ts +0 -4
- package/dist/types-ts4.5/mocks/index.d.ts +0 -4
- package/dist/types-ts4.5/mocks/mock-profile-client.d.ts +0 -1
- package/dist/types-ts4.5/mocks/mock-team-client.d.ts +0 -8
- package/dist/types-ts4.5/mocks/profile-data.d.ts +0 -45
- package/dist/types-ts4.5/mocks/reporting-lines-data.d.ts +0 -2
- package/dist/types-ts4.5/mocks/simple-mock-clients.d.ts +0 -19
- package/dist/types-ts4.5/mocks/team-data.d.ts +0 -15
- package/dist/types-ts4.5/mocks/util.d.ts +0 -6
- package/dist/types-ts4.5/styled/Card.d.ts +0 -59
- package/dist/types-ts4.5/styled/CoverImage.d.ts +0 -11
- package/dist/types-ts4.5/styled/Error.d.ts +0 -11
- package/dist/types-ts4.5/styled/ReportingLines.d.ts +0 -13
- package/dist/types-ts4.5/styled/TeamCard.d.ts +0 -35
- package/dist/types-ts4.5/styled/TeamTrigger.d.ts +0 -19
- package/dist/types-ts4.5/styled/UserTrigger.d.ts +0 -12
- package/dist/types-ts4.5/types.d.ts +0 -592
- package/dist/types-ts4.5/util/analytics.d.ts +0 -101
- package/dist/types-ts4.5/util/click.d.ts +0 -4
- package/dist/types-ts4.5/util/config.d.ts +0 -2
- package/dist/types-ts4.5/util/date.d.ts +0 -1
- package/dist/types-ts4.5/util/errors.d.ts +0 -43
- package/dist/types-ts4.5/util/performance.d.ts +0 -1
- package/dist/types-ts4.5/util/rovoAgentUtils.d.ts +0 -2
- package/dist/types-ts4.5/util/url.d.ts +0 -1
- package/dist/types-ts4.5/util/useProfileInfo.d.ts +0 -8
- package/dist/types-ts4.5/util/withOuterListeners.d.ts +0 -6
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const localTime: (timezone: string, format: string) => string | null;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
export declare class HttpError extends Error {
|
|
2
|
-
code: number;
|
|
3
|
-
traceId?: string | null;
|
|
4
|
-
constructor(code: number, reason: string, traceId?: string | null);
|
|
5
|
-
}
|
|
6
|
-
type KnownErrorExtensions = {
|
|
7
|
-
errorNumber?: number;
|
|
8
|
-
};
|
|
9
|
-
type ErrorExtensions = KnownErrorExtensions & Record<string, any>;
|
|
10
|
-
type ErrorCategory = 'NotFound' | 'NotPermitted' | 'MalformedInput' | 'Internal' | 'Gone';
|
|
11
|
-
export declare class DirectoryGraphQLError extends Error {
|
|
12
|
-
category: ErrorCategory;
|
|
13
|
-
type: string;
|
|
14
|
-
path: string;
|
|
15
|
-
errorNumber?: number;
|
|
16
|
-
extensions: Record<string, any>;
|
|
17
|
-
constructor(message: string, category: ErrorCategory, type: string, extensions?: ErrorExtensions, path?: (string | number)[]);
|
|
18
|
-
}
|
|
19
|
-
export declare class DirectoryGraphQLErrors extends Error {
|
|
20
|
-
errors: DirectoryGraphQLError[];
|
|
21
|
-
traceId?: string | null;
|
|
22
|
-
constructor(errors: unknown, traceId: string | null);
|
|
23
|
-
}
|
|
24
|
-
type KnownAggErrorExtensions = {
|
|
25
|
-
statusCode?: number;
|
|
26
|
-
errorType?: string;
|
|
27
|
-
classification?: string;
|
|
28
|
-
};
|
|
29
|
-
type AggErrorExtensions = KnownAggErrorExtensions & Record<string, any>;
|
|
30
|
-
export declare class AGGError extends Error {
|
|
31
|
-
path: string;
|
|
32
|
-
extensions: Record<string, any>;
|
|
33
|
-
statusCode?: number;
|
|
34
|
-
errorType?: string;
|
|
35
|
-
classification?: string;
|
|
36
|
-
constructor(message: string, extensions: AggErrorExtensions, path?: (string | number)[]);
|
|
37
|
-
}
|
|
38
|
-
export declare class AGGErrors extends Error {
|
|
39
|
-
errors: AGGError[];
|
|
40
|
-
traceId?: string | null;
|
|
41
|
-
constructor(errors: unknown, traceId: string | null);
|
|
42
|
-
}
|
|
43
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const getPageTime: () => number;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const encodeParamsToUrl: (baseUrl: string, params: Record<string, string | number | boolean>) => string;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React, { type ComponentType } from 'react';
|
|
2
|
-
export interface WithOuterListenersProps {
|
|
3
|
-
handleClickOutside?: () => void;
|
|
4
|
-
handleEscapeKeydown?: () => void;
|
|
5
|
-
}
|
|
6
|
-
export default function withOuterListeners<P>(Component: ComponentType<P>): React.ComponentClass<P & WithOuterListenersProps>;
|