@atlaskit/profilecard 25.9.10 → 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.
Files changed (166) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/agent/package.json +1 -8
  3. package/agent-profile-card/package.json +1 -8
  4. package/agent-profile-card-resourced/package.json +1 -8
  5. package/agent-profile-card-trigger/package.json +1 -8
  6. package/caching-client/package.json +1 -8
  7. package/client/package.json +1 -8
  8. package/config/package.json +1 -8
  9. package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
  10. package/dist/cjs/client/getTeamFromAGG.js +1 -1
  11. package/dist/cjs/util/analytics.js +2 -2
  12. package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
  13. package/dist/es2019/client/getTeamFromAGG.js +1 -1
  14. package/dist/es2019/util/analytics.js +2 -2
  15. package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
  16. package/dist/esm/client/getTeamFromAGG.js +1 -1
  17. package/dist/esm/util/analytics.js +2 -2
  18. package/i18n/package.json +1 -8
  19. package/lazy-profile-card/package.json +1 -8
  20. package/messages/package.json +1 -8
  21. package/mock-profile-client/package.json +1 -8
  22. package/mock-team-client/package.json +1 -8
  23. package/mocks/package.json +1 -8
  24. package/package.json +2 -2
  25. package/profile-card/package.json +1 -8
  26. package/profile-card-trigger/package.json +1 -8
  27. package/profile-data/package.json +1 -8
  28. package/simple-mock-clients/package.json +1 -8
  29. package/team/package.json +1 -8
  30. package/team-profile-card/package.json +1 -8
  31. package/team-profile-card-client/package.json +1 -8
  32. package/team-profile-card-trigger/package.json +1 -8
  33. package/types/package.json +1 -8
  34. package/user/package.json +1 -8
  35. package/user-profile-card-client/package.json +1 -8
  36. package/with-outer-listeners/package.json +1 -8
  37. package/dist/types-ts4.5/client/CachingClient.d.ts +0 -18
  38. package/dist/types-ts4.5/client/ProfileCardClient.d.ts +0 -28
  39. package/dist/types-ts4.5/client/RovoAgentCardClient.d.ts +0 -23
  40. package/dist/types-ts4.5/client/TeamCentralCardClient.d.ts +0 -50
  41. package/dist/types-ts4.5/client/TeamProfileCardClient.d.ts +0 -9
  42. package/dist/types-ts4.5/client/UserProfileCardClient.d.ts +0 -24
  43. package/dist/types-ts4.5/client/errorUtils.d.ts +0 -5
  44. package/dist/types-ts4.5/client/getOrgIdForCloudIdFromAGG.d.ts +0 -1
  45. package/dist/types-ts4.5/client/getTeamFromAGG.d.ts +0 -38
  46. package/dist/types-ts4.5/client/graphqlUtils.d.ts +0 -31
  47. package/dist/types-ts4.5/client/index.d.ts +0 -6
  48. package/dist/types-ts4.5/client/types.d.ts +0 -13
  49. package/dist/types-ts4.5/components/Agent/Actions.d.ts +0 -15
  50. package/dist/types-ts4.5/components/Agent/AgentDeleteConfirmationModal.d.ts +0 -10
  51. package/dist/types-ts4.5/components/Agent/AgentProfileCard.d.ts +0 -4
  52. package/dist/types-ts4.5/components/Agent/AgentProfileCardResourced.d.ts +0 -22
  53. package/dist/types-ts4.5/components/Agent/AgentProfileCardTrigger.d.ts +0 -4
  54. package/dist/types-ts4.5/components/Agent/AgentProfileCardWrapper.d.ts +0 -4
  55. package/dist/types-ts4.5/components/Agent/ConversationStarters.d.ts +0 -3
  56. package/dist/types-ts4.5/components/Agent/hooks/duplicateFetch.d.ts +0 -24
  57. package/dist/types-ts4.5/components/Agent/hooks/useAgentActions.d.ts +0 -16
  58. package/dist/types-ts4.5/components/Agent/index.d.ts +0 -2
  59. package/dist/types-ts4.5/components/Agent/lazyAgentProfileCard.d.ts +0 -3
  60. package/dist/types-ts4.5/components/Agent/messages.d.ts +0 -27
  61. package/dist/types-ts4.5/components/Agent/utils/index.d.ts +0 -4
  62. package/dist/types-ts4.5/components/Error/AccessLockSVG.d.ts +0 -3
  63. package/dist/types-ts4.5/components/Error/ErrorBoundary.d.ts +0 -10
  64. package/dist/types-ts4.5/components/Error/ErrorIllustration.d.ts +0 -2
  65. package/dist/types-ts4.5/components/Error/ErrorMessage.d.ts +0 -10
  66. package/dist/types-ts4.5/components/Error/index.d.ts +0 -3
  67. package/dist/types-ts4.5/components/Icon/IconLabel.d.ts +0 -13
  68. package/dist/types-ts4.5/components/Icon/index.d.ts +0 -1
  69. package/dist/types-ts4.5/components/Team/TeamForbiddenErrorState.d.ts +0 -6
  70. package/dist/types-ts4.5/components/Team/TeamLoadingState.d.ts +0 -6
  71. package/dist/types-ts4.5/components/Team/TeamProfileCard.d.ts +0 -7
  72. package/dist/types-ts4.5/components/Team/TeamProfileCardTrigger.d.ts +0 -65
  73. package/dist/types-ts4.5/components/Team/index.d.ts +0 -4
  74. package/dist/types-ts4.5/components/Team/lazyTeamProfileCard.d.ts +0 -3
  75. package/dist/types-ts4.5/components/User/OverflowProfileCardButtons.d.ts +0 -10
  76. package/dist/types-ts4.5/components/User/ProfileCard.d.ts +0 -5
  77. package/dist/types-ts4.5/components/User/ProfileCardDetails.d.ts +0 -3
  78. package/dist/types-ts4.5/components/User/ProfileCardResourced.d.ts +0 -22
  79. package/dist/types-ts4.5/components/User/ProfileCardTrigger.d.ts +0 -3
  80. package/dist/types-ts4.5/components/User/ReportingLinesDetails.d.ts +0 -5
  81. package/dist/types-ts4.5/components/User/UserLoadingState.d.ts +0 -7
  82. package/dist/types-ts4.5/components/User/index.d.ts +0 -4
  83. package/dist/types-ts4.5/components/User/lazyProfileCard.d.ts +0 -3
  84. package/dist/types-ts4.5/components/common/LoadingState.d.ts +0 -9
  85. package/dist/types-ts4.5/components/common/PopupTrigger.d.ts +0 -7
  86. package/dist/types-ts4.5/components/common/ProfileCardTrigger.d.ts +0 -9
  87. package/dist/types-ts4.5/components/common/ProfileCardWrapper.d.ts +0 -5
  88. package/dist/types-ts4.5/components/common/types.d.ts +0 -17
  89. package/dist/types-ts4.5/components/team-profile-card/index.d.ts +0 -1
  90. package/dist/types-ts4.5/components/team-profile-card/main.d.ts +0 -17
  91. package/dist/types-ts4.5/components/team-profile-card/mocks.d.ts +0 -16
  92. package/dist/types-ts4.5/components/team-profile-card/team-actions/index.d.ts +0 -21
  93. package/dist/types-ts4.5/components/team-profile-card/team-actions/messages.d.ts +0 -7
  94. package/dist/types-ts4.5/components/team-profile-card/team-actions/more-actions/index.d.ts +0 -11
  95. package/dist/types-ts4.5/components/team-profile-card/team-actions/more-actions/messages.d.ts +0 -7
  96. package/dist/types-ts4.5/components/team-profile-card/team-connections/main.d.ts +0 -3
  97. package/dist/types-ts4.5/components/team-profile-card/team-containers-skeleton/index.d.ts +0 -3
  98. package/dist/types-ts4.5/components/team-profile-card/team-containers-skeleton/linked-container-card-skeleton/index.d.ts +0 -2
  99. package/dist/types-ts4.5/i18n/cs.d.ts +0 -8
  100. package/dist/types-ts4.5/i18n/da.d.ts +0 -8
  101. package/dist/types-ts4.5/i18n/de.d.ts +0 -8
  102. package/dist/types-ts4.5/i18n/en.d.ts +0 -8
  103. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -8
  104. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -8
  105. package/dist/types-ts4.5/i18n/es.d.ts +0 -8
  106. package/dist/types-ts4.5/i18n/et.d.ts +0 -27
  107. package/dist/types-ts4.5/i18n/fi.d.ts +0 -8
  108. package/dist/types-ts4.5/i18n/fr.d.ts +0 -8
  109. package/dist/types-ts4.5/i18n/hr.d.ts +0 -8
  110. package/dist/types-ts4.5/i18n/hu.d.ts +0 -8
  111. package/dist/types-ts4.5/i18n/index.d.ts +0 -36
  112. package/dist/types-ts4.5/i18n/is.d.ts +0 -27
  113. package/dist/types-ts4.5/i18n/it.d.ts +0 -8
  114. package/dist/types-ts4.5/i18n/ja.d.ts +0 -8
  115. package/dist/types-ts4.5/i18n/ko.d.ts +0 -8
  116. package/dist/types-ts4.5/i18n/languages.d.ts +0 -34
  117. package/dist/types-ts4.5/i18n/nb.d.ts +0 -8
  118. package/dist/types-ts4.5/i18n/nl.d.ts +0 -8
  119. package/dist/types-ts4.5/i18n/pl.d.ts +0 -8
  120. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -8
  121. package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -27
  122. package/dist/types-ts4.5/i18n/ro.d.ts +0 -27
  123. package/dist/types-ts4.5/i18n/ru.d.ts +0 -8
  124. package/dist/types-ts4.5/i18n/sk.d.ts +0 -27
  125. package/dist/types-ts4.5/i18n/sl.d.ts +0 -8
  126. package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -8
  127. package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -8
  128. package/dist/types-ts4.5/i18n/sv.d.ts +0 -8
  129. package/dist/types-ts4.5/i18n/th.d.ts +0 -8
  130. package/dist/types-ts4.5/i18n/tr.d.ts +0 -8
  131. package/dist/types-ts4.5/i18n/uk.d.ts +0 -8
  132. package/dist/types-ts4.5/i18n/vi.d.ts +0 -8
  133. package/dist/types-ts4.5/i18n/zh.d.ts +0 -8
  134. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -8
  135. package/dist/types-ts4.5/index.d.ts +0 -24
  136. package/dist/types-ts4.5/internal/filterActions.d.ts +0 -3
  137. package/dist/types-ts4.5/internal/getLabelMessage.d.ts +0 -3
  138. package/dist/types-ts4.5/internal/relative-date.d.ts +0 -3
  139. package/dist/types-ts4.5/messages.d.ts +0 -233
  140. package/dist/types-ts4.5/mocks/agent-data.d.ts +0 -4
  141. package/dist/types-ts4.5/mocks/index.d.ts +0 -4
  142. package/dist/types-ts4.5/mocks/mock-profile-client.d.ts +0 -1
  143. package/dist/types-ts4.5/mocks/mock-team-client.d.ts +0 -8
  144. package/dist/types-ts4.5/mocks/profile-data.d.ts +0 -45
  145. package/dist/types-ts4.5/mocks/reporting-lines-data.d.ts +0 -2
  146. package/dist/types-ts4.5/mocks/simple-mock-clients.d.ts +0 -19
  147. package/dist/types-ts4.5/mocks/team-data.d.ts +0 -15
  148. package/dist/types-ts4.5/mocks/util.d.ts +0 -6
  149. package/dist/types-ts4.5/styled/Card.d.ts +0 -59
  150. package/dist/types-ts4.5/styled/CoverImage.d.ts +0 -11
  151. package/dist/types-ts4.5/styled/Error.d.ts +0 -11
  152. package/dist/types-ts4.5/styled/ReportingLines.d.ts +0 -13
  153. package/dist/types-ts4.5/styled/TeamCard.d.ts +0 -35
  154. package/dist/types-ts4.5/styled/TeamTrigger.d.ts +0 -19
  155. package/dist/types-ts4.5/styled/UserTrigger.d.ts +0 -12
  156. package/dist/types-ts4.5/types.d.ts +0 -592
  157. package/dist/types-ts4.5/util/analytics.d.ts +0 -101
  158. package/dist/types-ts4.5/util/click.d.ts +0 -4
  159. package/dist/types-ts4.5/util/config.d.ts +0 -2
  160. package/dist/types-ts4.5/util/date.d.ts +0 -1
  161. package/dist/types-ts4.5/util/errors.d.ts +0 -43
  162. package/dist/types-ts4.5/util/performance.d.ts +0 -1
  163. package/dist/types-ts4.5/util/rovoAgentUtils.d.ts +0 -2
  164. package/dist/types-ts4.5/util/url.d.ts +0 -1
  165. package/dist/types-ts4.5/util/useProfileInfo.d.ts +0 -8
  166. package/dist/types-ts4.5/util/withOuterListeners.d.ts +0 -6
@@ -1,233 +0,0 @@
1
- declare const messages: {
2
- inactiveAccountMsg: {
3
- id: string;
4
- defaultMessage: string;
5
- description: string;
6
- };
7
- generalDescMsgForDisabledUser: {
8
- id: string;
9
- defaultMessage: string;
10
- description: string;
11
- };
12
- inactiveAccountDescMsgNoDate: {
13
- id: string;
14
- defaultMessage: string;
15
- description: string;
16
- };
17
- inactiveAccountDescMsgHasDateThisWeek: {
18
- id: string;
19
- defaultMessage: string;
20
- description: string;
21
- };
22
- inactiveAccountDescMsgHasDateThisMonth: {
23
- id: string;
24
- defaultMessage: string;
25
- description: string;
26
- };
27
- inactiveAccountDescMsgHasDateLastMonth: {
28
- id: string;
29
- defaultMessage: string;
30
- description: string;
31
- };
32
- inactiveAccountDescMsgHasDateAFewMonths: {
33
- id: string;
34
- defaultMessage: string;
35
- description: string;
36
- };
37
- inactiveAccountDescMsgHasDateSeveralMonths: {
38
- id: string;
39
- defaultMessage: string;
40
- description: string;
41
- };
42
- inactiveAccountDescMsgHasDateMoreThanAYear: {
43
- id: string;
44
- defaultMessage: string;
45
- description: string;
46
- };
47
- closedAccountMsg: {
48
- id: string;
49
- defaultMessage: string;
50
- description: string;
51
- };
52
- closedAccountDescMsgNoDate: {
53
- id: string;
54
- defaultMessage: string;
55
- description: string;
56
- };
57
- closedAccountDescMsgHasDateThisWeek: {
58
- id: string;
59
- defaultMessage: string;
60
- description: string;
61
- };
62
- closedAccountDescMsgHasDateThisMonth: {
63
- id: string;
64
- defaultMessage: string;
65
- description: string;
66
- };
67
- closedAccountDescMsgHasDateLastMonth: {
68
- id: string;
69
- defaultMessage: string;
70
- description: string;
71
- };
72
- closedAccountDescMsgHasDateAFewMonths: {
73
- id: string;
74
- defaultMessage: string;
75
- description: string;
76
- };
77
- closedAccountDescMsgHasDateSeveralMonths: {
78
- id: string;
79
- defaultMessage: string;
80
- description: string;
81
- };
82
- closedAccountDescMsgHasDateMoreThanAYear: {
83
- id: string;
84
- defaultMessage: string;
85
- description: string;
86
- };
87
- disabledAccountDefaultName: {
88
- id: string;
89
- defaultMessage: string;
90
- description: string;
91
- };
92
- teamViewProfile: {
93
- id: string;
94
- defaultMessage: string;
95
- description: string;
96
- };
97
- memberCount: {
98
- id: string;
99
- defaultMessage: string;
100
- description: string;
101
- };
102
- memberCountIncludingYou: {
103
- id: string;
104
- defaultMessage: string;
105
- description: string;
106
- };
107
- membersMoreThan50: {
108
- id: string;
109
- defaultMessage: string;
110
- description: string;
111
- };
112
- membersMoreThan50IncludingYou: {
113
- id: string;
114
- defaultMessage: string;
115
- description: string;
116
- };
117
- teamErrorTitle: {
118
- id: string;
119
- defaultMessage: string;
120
- description: string;
121
- };
122
- teamErrorText: {
123
- id: string;
124
- defaultMessage: string;
125
- description: string;
126
- };
127
- teamErrorButton: {
128
- id: string;
129
- defaultMessage: string;
130
- description: string;
131
- };
132
- teamForbiddenErrorStateTitle: {
133
- id: string;
134
- defaultMessage: string;
135
- description: string;
136
- };
137
- teamForbiddenErrorStateDescription: {
138
- id: string;
139
- defaultMessage: string;
140
- description: string;
141
- };
142
- managerSectionHeading: {
143
- id: string;
144
- defaultMessage: string;
145
- description: string;
146
- };
147
- directReportsSectionHeading: {
148
- id: string;
149
- defaultMessage: string;
150
- description: string;
151
- };
152
- teamProfileCardAriaLabel: {
153
- id: string;
154
- defaultMessage: string;
155
- description: string;
156
- };
157
- giveKudosButton: {
158
- id: string;
159
- defaultMessage: string;
160
- description: string;
161
- };
162
- profileCardMoreIconLabel: {
163
- id: string;
164
- defaultMessage: string;
165
- description: string;
166
- };
167
- profileCardMoreIconLabelWithName: {
168
- id: string;
169
- defaultMessage: string;
170
- description: string;
171
- };
172
- profileCardMoreReportingLinesLabel: {
173
- id: string;
174
- defaultMessage: string;
175
- description: string;
176
- };
177
- profileCardMoreMembersLabel: {
178
- id: string;
179
- defaultMessage: string;
180
- description: string;
181
- };
182
- archivedLozenge: {
183
- id: string;
184
- defaultMessage: string;
185
- description: string;
186
- };
187
- errorUserNotFound: {
188
- id: string;
189
- defaultMessage: string;
190
- description: string;
191
- };
192
- errorGeneric: {
193
- id: string;
194
- defaultMessage: string;
195
- description: string;
196
- };
197
- errorRetrySuggestion: {
198
- id: string;
199
- defaultMessage: string;
200
- description: string;
201
- };
202
- errorTryAgain: {
203
- id: string;
204
- defaultMessage: string;
205
- description: string;
206
- };
207
- errorDialogLabel: {
208
- id: string;
209
- defaultMessage: string;
210
- description: string;
211
- };
212
- loadingDialogLabel: {
213
- id: string;
214
- defaultMessage: string;
215
- description: string;
216
- };
217
- serviceAccountLabel: {
218
- id: string;
219
- defaultMessage: string;
220
- description: string;
221
- };
222
- botAccountLabel: {
223
- id: string;
224
- defaultMessage: string;
225
- description: string;
226
- };
227
- viewManagerProfile: {
228
- id: string;
229
- defaultMessage: string;
230
- description: string;
231
- };
232
- };
233
- export default messages;
@@ -1,4 +0,0 @@
1
- import { type RovoAgent, type RovoAgentAgg } from '../types';
2
- export declare const agentData: RovoAgent;
3
- export declare const agentAggData: RovoAgentAgg;
4
- export default agentData;
@@ -1,4 +0,0 @@
1
- export { default as getMockProfileClient } from './mock-profile-client';
2
- export { default as getMockTeamClient } from './mock-team-client';
3
- export { default as profiles } from './profile-data';
4
- export { simpleMockTeamClient, simpleMockUserClient, simpleProfileClient, simpleMockAgentClient, } from './simple-mock-clients';
@@ -1 +0,0 @@
1
- export default function getMockProfileClient(BaseProfileClient: any, modifyResponse: any): any;
@@ -1,8 +0,0 @@
1
- import { type Team } from '../types';
2
- export default function getMockTeamClient(data: {
3
- team: Team;
4
- timeout: number;
5
- error: any;
6
- errorRate: number;
7
- traceId: string;
8
- }): any;
@@ -1,45 +0,0 @@
1
- export declare const avatarImages: string[];
2
- declare const profiles: ({
3
- User: {
4
- avatarUrl: string;
5
- fullName: string;
6
- nickname: string;
7
- email: string;
8
- location: string;
9
- meta: string;
10
- remoteTimeString: string;
11
- remoteWeekdayIndex: number;
12
- remoteWeekdayString: string;
13
- accountType: string;
14
- status?: undefined;
15
- };
16
- } | {
17
- User: {
18
- avatarUrl: string;
19
- fullName: string;
20
- nickname: string;
21
- email: string;
22
- location: string;
23
- meta: string;
24
- status: string;
25
- remoteTimeString: string;
26
- remoteWeekdayIndex: number;
27
- remoteWeekdayString: string;
28
- accountType: string;
29
- };
30
- } | {
31
- User: {
32
- avatarUrl: string;
33
- fullName: string;
34
- nickname: string;
35
- email: string;
36
- meta: string;
37
- accountType: string;
38
- location?: undefined;
39
- remoteTimeString?: undefined;
40
- remoteWeekdayIndex?: undefined;
41
- remoteWeekdayString?: undefined;
42
- status?: undefined;
43
- };
44
- })[];
45
- export default profiles;
@@ -1,2 +0,0 @@
1
- import { type TeamCentralReportingLinesData } from '../types';
2
- export declare const reportingLinesData: TeamCentralReportingLinesData;
@@ -1,19 +0,0 @@
1
- import ProfileCardClient from '../client/ProfileCardClient';
2
- import RovoAgentCardClient from '../client/RovoAgentCardClient';
3
- import TeamProfileCardClient from '../client/TeamProfileCardClient';
4
- import UserProfileCardClient from '../client/UserProfileCardClient';
5
- import { type AgentIdType, type ProfileCardClientData, type RovoAgentCardClientResult, type Team } from '../types';
6
- declare class SimpleMockTeamClient extends TeamProfileCardClient {
7
- makeRequest(teamId: string): Promise<Team>;
8
- }
9
- declare class SimpleMockUserClient extends UserProfileCardClient {
10
- makeRequest(cloudId: string, userId: string): Promise<ProfileCardClientData>;
11
- }
12
- declare class SimpleMockAgentClient extends RovoAgentCardClient {
13
- makeRequest(id: AgentIdType): Promise<RovoAgentCardClientResult>;
14
- }
15
- export declare const simpleMockUserClient: SimpleMockUserClient;
16
- export declare const simpleMockTeamClient: SimpleMockTeamClient;
17
- export declare const simpleMockAgentClient: SimpleMockAgentClient;
18
- export declare const simpleProfileClient: ProfileCardClient;
19
- export {};
@@ -1,15 +0,0 @@
1
- import { type Team } from '../types';
2
- export default function teamData({ headerImage, displayName, members: memberCount, description, isVerified, }: {
3
- headerImage?: 'None' | 'Picture';
4
- displayName?: 'Short' | 'Medium' | 'Long' | 'Overlong';
5
- members?: number;
6
- description?: 'None' | 'Short' | 'Medium' | 'Long' | 'Overlong';
7
- isVerified?: boolean;
8
- }): Team;
9
- export declare function staticTeamData({ headerImage, displayName, members: memberCount, description, isVerified, }: {
10
- headerImage?: 'None' | 'Picture';
11
- displayName?: 'Short' | 'Medium' | 'Long' | 'Overlong';
12
- members?: number;
13
- description?: 'None' | 'Short' | 'Medium' | 'Long' | 'Overlong';
14
- isVerified?: boolean;
15
- }): Team;
@@ -1,6 +0,0 @@
1
- export declare const random: (int: number) => number;
2
- export declare const getWeekday: () => {
3
- index: number;
4
- string: string;
5
- };
6
- export declare const getTimeString: () => string;
@@ -1,59 +0,0 @@
1
- import React, { type ReactNode } from 'react';
2
- export declare const ProfileImage: ({ children }: {
3
- children: ReactNode;
4
- }) => React.JSX.Element;
5
- export declare const ActionsFlexSpacer: () => React.JSX.Element;
6
- export declare const KudosBlobAnimationStyle: () => React.JSX.Element;
7
- export declare const KudosBlobAnimation: () => React.JSX.Element;
8
- export declare const AnimationWrapper: ({ children }: {
9
- children: ReactNode;
10
- }) => React.JSX.Element;
11
- export declare const AnimatedKudosButton: ({ children }: {
12
- children: ReactNode;
13
- }) => React.JSX.Element;
14
- export declare const ActionButtonGroup: ({ children, testId, }: {
15
- children: ReactNode;
16
- testId?: string;
17
- }) => React.JSX.Element;
18
- export declare const OverflowActionButtonsWrapper: ({ children, testId, }: {
19
- children: ReactNode;
20
- testId?: string;
21
- }) => React.JSX.Element;
22
- export declare const CardContent: ({ children }: {
23
- children: ReactNode;
24
- }) => React.JSX.Element;
25
- export declare const DetailsGroup: ({ children }: {
26
- children: ReactNode;
27
- }) => React.JSX.Element;
28
- export declare const DisabledInfo: ({ children }: {
29
- children: ReactNode;
30
- }) => React.JSX.Element;
31
- export declare const LozengeWrapper: ({ children }: {
32
- children: ReactNode;
33
- }) => React.JSX.Element;
34
- export declare const CustomLozengeContainer: ({ children, }: {
35
- children: ReactNode;
36
- }) => React.JSX.Element;
37
- export declare const JobTitleLabel: ({ children }: {
38
- children: ReactNode;
39
- }) => React.JSX.Element;
40
- export declare const AppTitleLabel: ({ children }: {
41
- children: ReactNode;
42
- }) => React.JSX.Element;
43
- interface CardContainerProps {
44
- isDisabledUser?: boolean;
45
- withoutElevation?: boolean;
46
- children: ReactNode;
47
- }
48
- export declare const CardContainer: ({ children, isDisabledUser, withoutElevation, }: CardContainerProps) => React.JSX.Element;
49
- export declare const DetailsLabel: ({ children, extraTopSpace, }: {
50
- children: ReactNode;
51
- extraTopSpace?: boolean;
52
- }) => React.JSX.Element;
53
- export declare const DetailsLabelIcon: ({ children }: {
54
- children: ReactNode;
55
- }) => React.JSX.Element;
56
- export declare const DetailsLabelText: ({ children }: {
57
- children: ReactNode;
58
- }) => React.JSX.Element;
59
- export {};
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- interface CoverImageProps {
3
- src: string;
4
- alt?: string;
5
- isDisabled?: boolean;
6
- }
7
- /**
8
- * This is instead of using background-image in CSS as design-system doesn't support that
9
- */
10
- export declare const CoverImage: ({ src, alt, isDisabled }: CoverImageProps) => React.JSX.Element;
11
- export {};
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- export declare const ErrorWrapper: (props: {
3
- children: React.ReactNode;
4
- testId?: string;
5
- }) => React.JSX.Element;
6
- export declare const ErrorTitle: (props: {
7
- children: React.ReactNode;
8
- }) => React.JSX.Element;
9
- export declare const TeamErrorText: (props: {
10
- children: React.ReactNode;
11
- }) => React.JSX.Element;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- export declare const ReportingLinesSection: ({ children, }: {
3
- children: React.ReactNode;
4
- }) => React.JSX.Element;
5
- export declare const ManagerSection: ({ children }: {
6
- children: React.ReactNode;
7
- }) => React.JSX.Element;
8
- export declare const ManagerName: ({ children }: {
9
- children: React.ReactNode;
10
- }) => React.JSX.Element;
11
- export declare const OffsetWrapper: ({ children }: {
12
- children: React.ReactNode;
13
- }) => React.JSX.Element;
@@ -1,35 +0,0 @@
1
- import React from 'react';
2
- export declare const TeamForbiddenErrorStateWrapper: (props: {
3
- children: React.ReactNode;
4
- testId?: string;
5
- }) => React.JSX.Element;
6
- export declare const TeamName: (props: {
7
- children: React.ReactNode;
8
- }) => React.JSX.Element;
9
- export declare const MemberCount: (props: {
10
- children: React.ReactNode;
11
- }) => React.JSX.Element;
12
- export declare const AvatarSection: (props: {
13
- children: React.ReactNode;
14
- }) => React.JSX.Element;
15
- export declare const DescriptionWrapper: (props: {
16
- children: React.ReactNode;
17
- }) => React.JSX.Element;
18
- export declare const Description: (props: {
19
- children: React.ReactNode;
20
- }) => React.JSX.Element;
21
- export declare const ActionButtons: (props: {
22
- children: React.ReactNode;
23
- }) => React.JSX.Element;
24
- export declare const WrappedButton: (props: {
25
- children: React.ReactNode;
26
- }) => React.JSX.Element;
27
- export declare const MoreButton: (props: {
28
- children: React.ReactNode;
29
- }) => React.JSX.Element;
30
- export declare const AccessLockSVGWrapper: (props: {
31
- children: React.ReactNode;
32
- }) => React.JSX.Element;
33
- export declare const ArchiveLozengeWrapper: (props: {
34
- children: React.ReactNode;
35
- }) => React.JSX.Element;
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
- export declare const CardTriggerWrapper: () => React.JSX.Element;
3
- export declare const CardWrapper: ({ testId, children, }: {
4
- testId?: string;
5
- children: React.ReactNode;
6
- }) => React.JSX.Element;
7
- export declare const CardHeader: ({ image, isLoading, label, isDisabled, }: {
8
- image?: string;
9
- isLoading?: boolean;
10
- label?: string;
11
- isDisabled?: boolean;
12
- }) => React.JSX.Element;
13
- export declare const CardContent: (props: {
14
- children: React.ReactNode;
15
- }) => React.JSX.Element;
16
- export declare const LoadingWrapper: (props: {
17
- testId?: string;
18
- children: React.ReactNode;
19
- }) => React.JSX.Element;
@@ -1,12 +0,0 @@
1
- import React, { type ReactNode } from 'react';
2
- export declare const CardWrapper: ({ children, role, testId, labelledBy, ariaLabel, }: {
3
- children: ReactNode;
4
- role?: string;
5
- testId?: string;
6
- labelledBy?: string;
7
- ariaLabel?: string;
8
- }) => React.JSX.Element;
9
- export declare const SpinnerContainer: ({ children, testId, }: {
10
- children: ReactNode;
11
- testId?: string;
12
- }) => React.JSX.Element;