@atlaskit/profilecard 19.11.2 → 19.11.4

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 19.11.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#77847](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77847) [`7caee7ccfcc8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7caee7ccfcc8) - updating these packages with the latest team-central dependencies
8
+
9
+ ## 19.11.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#74684](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74684) [`077c9034fc89`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/077c9034fc89) - Pass fullName as ariaLabel to ProfileCardTrigger props'
14
+
3
15
  ## 19.11.2
4
16
 
5
17
  ### Patch Changes
@@ -57,7 +57,7 @@ var addHeaders = exports.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', "19.11.2");
60
+ headers.append('atl-client-version', "19.11.4");
61
61
  return headers;
62
62
  };
63
63
  function getTeamFromAGG(_x, _x2, _x3) {
@@ -44,7 +44,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
44
44
  actionSubjectId: actionSubjectId,
45
45
  attributes: _objectSpread(_objectSpread({
46
46
  packageName: "@atlaskit/profilecard",
47
- packageVersion: "19.11.2"
47
+ packageVersion: "19.11.4"
48
48
  }, attributes), {}, {
49
49
  firedAt: Math.round((0, _performance.getPageTime)())
50
50
  })
@@ -67,7 +67,7 @@ export const addHeaders = headers => {
67
67
  headers.append('X-ExperimentalApi', 'teams-beta');
68
68
  headers.append('X-ExperimentalApi', 'team-members-beta');
69
69
  headers.append('atl-client-name', "@atlaskit/profilecard");
70
- headers.append('atl-client-version', "19.11.2");
70
+ headers.append('atl-client-version', "19.11.4");
71
71
  return headers;
72
72
  };
73
73
  export async function getTeamFromAGG(url, teamId, siteId) {
@@ -31,7 +31,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
31
31
  actionSubjectId,
32
32
  attributes: {
33
33
  packageName: "@atlaskit/profilecard",
34
- packageVersion: "19.11.2",
34
+ packageVersion: "19.11.4",
35
35
  ...attributes,
36
36
  firedAt: Math.round(getPageTime())
37
37
  }
@@ -48,7 +48,7 @@ export var addHeaders = function addHeaders(headers) {
48
48
  headers.append('X-ExperimentalApi', 'teams-beta');
49
49
  headers.append('X-ExperimentalApi', 'team-members-beta');
50
50
  headers.append('atl-client-name', "@atlaskit/profilecard");
51
- headers.append('atl-client-version', "19.11.2");
51
+ headers.append('atl-client-version', "19.11.4");
52
52
  return headers;
53
53
  };
54
54
  export function getTeamFromAGG(_x, _x2, _x3) {
@@ -38,7 +38,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
38
38
  actionSubjectId: actionSubjectId,
39
39
  attributes: _objectSpread(_objectSpread({
40
40
  packageName: "@atlaskit/profilecard",
41
- packageVersion: "19.11.2"
41
+ packageVersion: "19.11.4"
42
42
  }, attributes), {}, {
43
43
  firedAt: Math.round(getPageTime())
44
44
  })
@@ -8,7 +8,7 @@ import ProfileCardTrigger from './components/User/ProfileCardTrigger';
8
8
  import { DELAY_MS_HIDE, DELAY_MS_SHOW } from './util/config';
9
9
  export { default as withOuterListeners } from './util/withOuterListeners';
10
10
  export type { WithOuterListenersProps } from './util/withOuterListeners';
11
- export type { ProfileCardErrorType, ProfilecardTriggerPosition, RelativeDateKeyType, StatusModifiedDateType, StatusType, TriggerType, ApiClientResponse, MessageIntlProviderProps, ProfileCardAction, ProfileCardClientData, ProfileCardResourcedProps, ProfileCardResourcedState, ProfileCardTriggerProps, ProfileCardTriggerState, ProfileClientOptions, ProfilecardProps, Team, } from './types';
11
+ export type { ProfileCardErrorType, ProfilecardTriggerPosition, RelativeDateKeyType, StatusModifiedDateType, StatusType, TriggerType, ApiClientResponse, MessageIntlProviderProps, ProfileCardAction, ProfileCardClientData, ProfileCardResourcedProps, ProfileCardResourcedState, ProfileCardTriggerProps, ProfileCardTriggerState, ProfileClientOptions, ProfilecardProps, PrepopulatedData, Team, } from './types';
12
12
  export { default as TeamProfileCard } from './components/Team/TeamProfileCard';
13
13
  export { ProfileCard };
14
14
  export { ProfileCardTrigger };
@@ -8,7 +8,7 @@ import ProfileCardTrigger from './components/User/ProfileCardTrigger';
8
8
  import { DELAY_MS_HIDE, DELAY_MS_SHOW } from './util/config';
9
9
  export { default as withOuterListeners } from './util/withOuterListeners';
10
10
  export type { WithOuterListenersProps } from './util/withOuterListeners';
11
- export type { ProfileCardErrorType, ProfilecardTriggerPosition, RelativeDateKeyType, StatusModifiedDateType, StatusType, TriggerType, ApiClientResponse, MessageIntlProviderProps, ProfileCardAction, ProfileCardClientData, ProfileCardResourcedProps, ProfileCardResourcedState, ProfileCardTriggerProps, ProfileCardTriggerState, ProfileClientOptions, ProfilecardProps, Team, } from './types';
11
+ export type { ProfileCardErrorType, ProfilecardTriggerPosition, RelativeDateKeyType, StatusModifiedDateType, StatusType, TriggerType, ApiClientResponse, MessageIntlProviderProps, ProfileCardAction, ProfileCardClientData, ProfileCardResourcedProps, ProfileCardResourcedState, ProfileCardTriggerProps, ProfileCardTriggerState, ProfileClientOptions, ProfilecardProps, PrepopulatedData, Team, } from './types';
12
12
  export { default as TeamProfileCard } from './components/Team/TeamProfileCard';
13
13
  export { ProfileCard };
14
14
  export { ProfileCardTrigger };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "19.11.2",
3
+ "version": "19.11.4",
4
4
  "description": "A React component to display a card with user information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -55,16 +55,16 @@
55
55
  "@atlaskit/analytics-next": "^9.2.0",
56
56
  "@atlaskit/avatar": "^21.5.0",
57
57
  "@atlaskit/avatar-group": "^9.5.0",
58
- "@atlaskit/button": "^17.4.0",
59
- "@atlaskit/dropdown-menu": "^12.5.0",
58
+ "@atlaskit/button": "^17.6.0",
59
+ "@atlaskit/dropdown-menu": "^12.6.0",
60
60
  "@atlaskit/empty-state": "^7.7.0",
61
61
  "@atlaskit/focus-ring": "^1.3.4",
62
- "@atlaskit/give-kudos": "^2.1.0",
63
- "@atlaskit/icon": "^22.0.0",
62
+ "@atlaskit/give-kudos": "^2.1.1",
63
+ "@atlaskit/icon": "^22.1.0",
64
64
  "@atlaskit/lozenge": "^11.6.0",
65
65
  "@atlaskit/menu": "^2.1.0",
66
66
  "@atlaskit/platform-feature-flags": "^0.2.4",
67
- "@atlaskit/popup": "^1.12.0",
67
+ "@atlaskit/popup": "^1.13.0",
68
68
  "@atlaskit/spinner": "^16.0.0",
69
69
  "@atlaskit/theme": "^12.6.0",
70
70
  "@atlaskit/tokens": "^1.38.0",