@atlaskit/profilecard 24.26.0 → 24.27.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.
Files changed (28) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/cjs/client/errorUtils.js +2 -1
  3. package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
  4. package/dist/cjs/client/getTeamFromAGG.js +1 -1
  5. package/dist/cjs/components/Icon/IconLabel.js +2 -2
  6. package/dist/cjs/components/Team/TeamProfileCard.js +2 -2
  7. package/dist/cjs/components/User/OverflowProfileCardButtons.js +2 -2
  8. package/dist/cjs/components/team-profile-card/team-actions/more-actions/index.js +2 -2
  9. package/dist/cjs/util/analytics.js +2 -2
  10. package/dist/es2019/client/errorUtils.js +2 -1
  11. package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
  12. package/dist/es2019/client/getTeamFromAGG.js +1 -1
  13. package/dist/es2019/components/Icon/IconLabel.js +1 -1
  14. package/dist/es2019/components/Team/TeamProfileCard.js +1 -1
  15. package/dist/es2019/components/User/OverflowProfileCardButtons.js +1 -1
  16. package/dist/es2019/components/team-profile-card/team-actions/more-actions/index.js +1 -1
  17. package/dist/es2019/util/analytics.js +2 -2
  18. package/dist/esm/client/errorUtils.js +2 -1
  19. package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
  20. package/dist/esm/client/getTeamFromAGG.js +1 -1
  21. package/dist/esm/components/Icon/IconLabel.js +1 -1
  22. package/dist/esm/components/Team/TeamProfileCard.js +1 -1
  23. package/dist/esm/components/User/OverflowProfileCardButtons.js +1 -1
  24. package/dist/esm/components/team-profile-card/team-actions/more-actions/index.js +1 -1
  25. package/dist/esm/util/analytics.js +2 -2
  26. package/dist/types/client/types.d.ts +1 -0
  27. package/dist/types-ts4.5/client/types.d.ts +1 -0
  28. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 24.27.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5092f69c488d8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5092f69c488d8) -
8
+ Added error stack attribute to error analytics events
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 24.26.1
15
+
16
+ ### Patch Changes
17
+
18
+ - [`6a82d7964a37b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a82d7964a37b) -
19
+ Icon entrypoint migration
20
+ - Updated dependencies
21
+
3
22
  ## 24.26.0
4
23
 
5
24
  ### Minor Changes
@@ -94,7 +94,8 @@ var _getErrorAttributes = exports.getErrorAttributes = function getErrorAttribut
94
94
  errorPath: null,
95
95
  errorNumber: null,
96
96
  errorStatusCode: null,
97
- traceId: null
97
+ traceId: null,
98
+ errorStack: null
98
99
  };
99
100
  if (error instanceof _errors.DirectoryGraphQLErrors) {
100
101
  var _error$traceId;
@@ -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', "24.25.0");
14
+ headers.append('atl-client-version', "24.26.1");
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', "24.25.0");
69
+ headers.append('atl-client-version', "24.26.1");
70
70
  return headers;
71
71
  };
72
72
  function getTeamFromAGG(_x, _x2, _x3) {
@@ -12,7 +12,7 @@ var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/ge
12
12
  var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
13
13
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
14
14
  var _react = _interopRequireDefault(require("react"));
15
- var _clockRecent = _interopRequireDefault(require("@atlaskit/icon/core/migration/clock--recent"));
15
+ var _clock = _interopRequireDefault(require("@atlaskit/icon/core/clock"));
16
16
  var _email = _interopRequireDefault(require("@atlaskit/icon/core/migration/email"));
17
17
  var _location = _interopRequireDefault(require("@atlaskit/icon/core/migration/location"));
18
18
  var _officeBuilding = _interopRequireDefault(require("@atlaskit/icon/core/migration/office-building"));
@@ -21,7 +21,7 @@ function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0,
21
21
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
22
22
  var icons = {
23
23
  location: _location.default,
24
- time: _clockRecent.default,
24
+ time: _clock.default,
25
25
  email: _email.default,
26
26
  companyName: _officeBuilding.default
27
27
  };
@@ -16,7 +16,7 @@ var _avatar = _interopRequireDefault(require("@atlaskit/avatar"));
16
16
  var _avatarGroup = _interopRequireDefault(require("@atlaskit/avatar-group"));
17
17
  var _new = _interopRequireWildcard(require("@atlaskit/button/new"));
18
18
  var _featureGateJsClient = _interopRequireDefault(require("@atlaskit/feature-gate-js-client"));
19
- var _showMoreHorizontalMore = _interopRequireDefault(require("@atlaskit/icon/core/migration/show-more-horizontal--more"));
19
+ var _showMoreHorizontal = _interopRequireDefault(require("@atlaskit/icon/core/show-more-horizontal"));
20
20
  var _lozenge = _interopRequireDefault(require("@atlaskit/lozenge"));
21
21
  var _menu = require("@atlaskit/menu");
22
22
  var _verifiedTeamIcon = require("@atlaskit/people-teams-ui-public/verified-team-icon");
@@ -266,7 +266,7 @@ var ExtraActions = function ExtraActions(_ref3) {
266
266
  onClick: function onClick() {
267
267
  return onMoreClick(!isOpen);
268
268
  },
269
- icon: _showMoreHorizontalMore.default,
269
+ icon: _showMoreHorizontal.default,
270
270
  label: "actions"
271
271
  }));
272
272
  },
@@ -14,7 +14,7 @@ var _react = _interopRequireWildcard(require("react"));
14
14
  var _reactIntlNext = require("react-intl-next");
15
15
  var _new = require("@atlaskit/button/new");
16
16
  var _dropdownMenu = _interopRequireWildcard(require("@atlaskit/dropdown-menu"));
17
- var _showMoreHorizontalMore = _interopRequireDefault(require("@atlaskit/icon/core/migration/show-more-horizontal--more"));
17
+ var _showMoreHorizontal = _interopRequireDefault(require("@atlaskit/icon/core/show-more-horizontal"));
18
18
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
19
19
  var _messages = _interopRequireDefault(require("../../messages"));
20
20
  var _Card = require("../../styled/Card");
@@ -76,7 +76,7 @@ var OverflowProfileCardButtons = exports.OverflowProfileCardButtons = function O
76
76
  label: (0, _platformFeatureFlags.fg)('jfp_a11y_team_profile_card_actions_label') ? intl.formatMessage(_messages.default.profileCardMoreIconLabelWithName, {
77
77
  fullName: props.fullName
78
78
  }) : intl.formatMessage(_messages.default.profileCardMoreIconLabel),
79
- icon: _showMoreHorizontalMore.default
79
+ icon: _showMoreHorizontal.default
80
80
  }));
81
81
  }
82
82
  }, /*#__PURE__*/_react.default.createElement(_dropdownMenu.DropdownItemGroup, null, actions.map(function (action, index) {
@@ -11,7 +11,7 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
11
11
  var _react = _interopRequireWildcard(require("react"));
12
12
  var _reactIntlNext = require("react-intl-next");
13
13
  var _new = require("@atlaskit/button/new");
14
- var _showMoreHorizontalMore = _interopRequireDefault(require("@atlaskit/icon/core/migration/show-more-horizontal--more"));
14
+ var _showMoreHorizontal = _interopRequireDefault(require("@atlaskit/icon/core/show-more-horizontal"));
15
15
  var _menu = require("@atlaskit/menu");
16
16
  var _popup = _interopRequireDefault(require("@atlaskit/popup"));
17
17
  var _compiled = require("@atlaskit/primitives/compiled");
@@ -45,7 +45,7 @@ var MoreActions = exports.MoreActions = function MoreActions(_ref) {
45
45
  },
46
46
  trigger: function trigger(triggerProps) {
47
47
  return /*#__PURE__*/_react.default.createElement(_new.IconButton, (0, _extends2.default)({}, triggerProps, {
48
- icon: _showMoreHorizontalMore.default,
48
+ icon: _showMoreHorizontal.default,
49
49
  label: formatMessage(_messages.messages.showMoreIconLabel),
50
50
  onClick: function onClick() {
51
51
  return onMoreClick(!isOpen);
@@ -13,7 +13,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
13
13
  var ANALYTICS_CHANNEL = 'peopleTeams';
14
14
  var PACKAGE_META_DATA = exports.PACKAGE_META_DATA = {
15
15
  packageName: "@atlaskit/profilecard",
16
- packageVersion: "24.25.0"
16
+ packageVersion: "24.26.1"
17
17
  };
18
18
  var runItLater = function runItLater(cb) {
19
19
  var requestIdleCallback = window.requestIdleCallback;
@@ -58,7 +58,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
58
58
  actionSubjectId: actionSubjectId,
59
59
  attributes: _objectSpread(_objectSpread({
60
60
  packageName: "@atlaskit/profilecard",
61
- packageVersion: "24.25.0"
61
+ packageVersion: "24.26.1"
62
62
  }, attributes), {}, {
63
63
  firedAt: Math.round((0, _performance.getPageTime)())
64
64
  })
@@ -84,7 +84,8 @@ export const getErrorAttributes = error => {
84
84
  errorPath: null,
85
85
  errorNumber: null,
86
86
  errorStatusCode: null,
87
- traceId: null
87
+ traceId: null,
88
+ errorStack: null
88
89
  };
89
90
  if (error instanceof DirectoryGraphQLErrors) {
90
91
  var _error$traceId;
@@ -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', "24.25.0");
9
+ headers.append('atl-client-version', "24.26.1");
10
10
  return headers;
11
11
  };
12
12
  export async function getOrgIdForCloudIdFromAGG(url, cloudId) {
@@ -78,7 +78,7 @@ export const addHeaders = headers => {
78
78
  headers.append('X-ExperimentalApi', 'teams-beta');
79
79
  headers.append('X-ExperimentalApi', 'team-members-beta');
80
80
  headers.append('atl-client-name', "@atlaskit/profilecard");
81
- headers.append('atl-client-version', "24.25.0");
81
+ headers.append('atl-client-version', "24.26.1");
82
82
  return headers;
83
83
  };
84
84
  export async function getTeamFromAGG(url, teamId, siteId) {
@@ -1,6 +1,6 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
2
  import React from 'react';
3
- import IconRecent from '@atlaskit/icon/core/migration/clock--recent';
3
+ import IconRecent from '@atlaskit/icon/core/clock';
4
4
  import IconEmail from '@atlaskit/icon/core/migration/email';
5
5
  import IconLocation from '@atlaskit/icon/core/migration/location';
6
6
  import OfficeBuildingIcon from '@atlaskit/icon/core/migration/office-building';
@@ -5,7 +5,7 @@ import Avatar from '@atlaskit/avatar';
5
5
  import AvatarGroup from '@atlaskit/avatar-group';
6
6
  import Button, { IconButton, LinkButton } from '@atlaskit/button/new';
7
7
  import FeatureGates from '@atlaskit/feature-gate-js-client';
8
- import MoreIcon from '@atlaskit/icon/core/migration/show-more-horizontal--more';
8
+ import MoreIcon from '@atlaskit/icon/core/show-more-horizontal';
9
9
  import Lozenge from '@atlaskit/lozenge';
10
10
  import { LinkItem, MenuGroup } from '@atlaskit/menu';
11
11
  import { VerifiedTeamIcon } from '@atlaskit/people-teams-ui-public/verified-team-icon';
@@ -3,7 +3,7 @@ import React, { useCallback, useState } from 'react';
3
3
  import { useIntl } from 'react-intl-next';
4
4
  import { IconButton } from '@atlaskit/button/new';
5
5
  import DropdownMenu, { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
6
- import MoreIcon from '@atlaskit/icon/core/migration/show-more-horizontal--more';
6
+ import MoreIcon from '@atlaskit/icon/core/show-more-horizontal';
7
7
  import { fg } from '@atlaskit/platform-feature-flags';
8
8
  import messages from '../../messages';
9
9
  import { OverflowActionButtonsWrapper } from '../../styled/Card';
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import React, { useCallback, useState } from 'react';
3
3
  import { useIntl } from 'react-intl-next';
4
4
  import { IconButton } from '@atlaskit/button/new';
5
- import MoreIcon from '@atlaskit/icon/core/migration/show-more-horizontal--more';
5
+ import MoreIcon from '@atlaskit/icon/core/show-more-horizontal';
6
6
  import { MenuGroup, Section } from '@atlaskit/menu';
7
7
  import Popup from '@atlaskit/popup';
8
8
  import { Box } from '@atlaskit/primitives/compiled';
@@ -4,7 +4,7 @@ import { getPageTime } from './performance';
4
4
  const ANALYTICS_CHANNEL = 'peopleTeams';
5
5
  export const PACKAGE_META_DATA = {
6
6
  packageName: "@atlaskit/profilecard",
7
- packageVersion: "24.25.0"
7
+ packageVersion: "24.26.1"
8
8
  };
9
9
  const runItLater = cb => {
10
10
  const requestIdleCallback = window.requestIdleCallback;
@@ -45,7 +45,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
45
45
  actionSubjectId,
46
46
  attributes: {
47
47
  packageName: "@atlaskit/profilecard",
48
- packageVersion: "24.25.0",
48
+ packageVersion: "24.26.1",
49
49
  ...attributes,
50
50
  firedAt: Math.round(getPageTime())
51
51
  }
@@ -88,7 +88,8 @@ var _getErrorAttributes = function getErrorAttributes(error) {
88
88
  errorPath: null,
89
89
  errorNumber: null,
90
90
  errorStatusCode: null,
91
- traceId: null
91
+ traceId: null,
92
+ errorStack: null
92
93
  };
93
94
  if (error instanceof DirectoryGraphQLErrors) {
94
95
  var _error$traceId;
@@ -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', "24.25.0");
7
+ headers.append('atl-client-version', "24.26.1");
8
8
  return headers;
9
9
  };
10
10
  export function getOrgIdForCloudIdFromAGG(_x, _x2) {
@@ -59,7 +59,7 @@ export var addHeaders = function addHeaders(headers) {
59
59
  headers.append('X-ExperimentalApi', 'teams-beta');
60
60
  headers.append('X-ExperimentalApi', 'team-members-beta');
61
61
  headers.append('atl-client-name', "@atlaskit/profilecard");
62
- headers.append('atl-client-version', "24.25.0");
62
+ headers.append('atl-client-version', "24.26.1");
63
63
  return headers;
64
64
  };
65
65
  export function getTeamFromAGG(_x, _x2, _x3) {
@@ -7,7 +7,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
7
7
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
8
8
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
9
9
  import React from 'react';
10
- import IconRecent from '@atlaskit/icon/core/migration/clock--recent';
10
+ import IconRecent from '@atlaskit/icon/core/clock';
11
11
  import IconEmail from '@atlaskit/icon/core/migration/email';
12
12
  import IconLocation from '@atlaskit/icon/core/migration/location';
13
13
  import OfficeBuildingIcon from '@atlaskit/icon/core/migration/office-building';
@@ -10,7 +10,7 @@ import Avatar from '@atlaskit/avatar';
10
10
  import AvatarGroup from '@atlaskit/avatar-group';
11
11
  import Button, { IconButton, LinkButton } from '@atlaskit/button/new';
12
12
  import FeatureGates from '@atlaskit/feature-gate-js-client';
13
- import MoreIcon from '@atlaskit/icon/core/migration/show-more-horizontal--more';
13
+ import MoreIcon from '@atlaskit/icon/core/show-more-horizontal';
14
14
  import Lozenge from '@atlaskit/lozenge';
15
15
  import { LinkItem, MenuGroup } from '@atlaskit/menu';
16
16
  import { VerifiedTeamIcon } from '@atlaskit/people-teams-ui-public/verified-team-icon';
@@ -9,7 +9,7 @@ import React, { useCallback, useState } from 'react';
9
9
  import { useIntl } from 'react-intl-next';
10
10
  import { IconButton } from '@atlaskit/button/new';
11
11
  import DropdownMenu, { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
12
- import MoreIcon from '@atlaskit/icon/core/migration/show-more-horizontal--more';
12
+ import MoreIcon from '@atlaskit/icon/core/show-more-horizontal';
13
13
  import { fg } from '@atlaskit/platform-feature-flags';
14
14
  import messages from '../../messages';
15
15
  import { OverflowActionButtonsWrapper } from '../../styled/Card';
@@ -3,7 +3,7 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import React, { useCallback, useState } from 'react';
4
4
  import { useIntl } from 'react-intl-next';
5
5
  import { IconButton } from '@atlaskit/button/new';
6
- import MoreIcon from '@atlaskit/icon/core/migration/show-more-horizontal--more';
6
+ import MoreIcon from '@atlaskit/icon/core/show-more-horizontal';
7
7
  import { MenuGroup, Section } from '@atlaskit/menu';
8
8
  import Popup from '@atlaskit/popup';
9
9
  import { Box } from '@atlaskit/primitives/compiled';
@@ -7,7 +7,7 @@ import { getPageTime } from './performance';
7
7
  var ANALYTICS_CHANNEL = 'peopleTeams';
8
8
  export var PACKAGE_META_DATA = {
9
9
  packageName: "@atlaskit/profilecard",
10
- packageVersion: "24.25.0"
10
+ packageVersion: "24.26.1"
11
11
  };
12
12
  var runItLater = function runItLater(cb) {
13
13
  var requestIdleCallback = window.requestIdleCallback;
@@ -52,7 +52,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
52
52
  actionSubjectId: actionSubjectId,
53
53
  attributes: _objectSpread(_objectSpread({
54
54
  packageName: "@atlaskit/profilecard",
55
- packageVersion: "24.25.0"
55
+ packageVersion: "24.26.1"
56
56
  }, attributes), {}, {
57
57
  firedAt: Math.round(getPageTime())
58
58
  })
@@ -21,4 +21,5 @@ export type ErrorAttributes = {
21
21
  isSLOFailure: boolean;
22
22
  traceId: string | null;
23
23
  errorStatusCode: number | null;
24
+ errorStack: string | null;
24
25
  };
@@ -21,4 +21,5 @@ export type ErrorAttributes = {
21
21
  isSLOFailure: boolean;
22
22
  traceId: string | null;
23
23
  errorStatusCode: number | null;
24
+ errorStack: string | null;
24
25
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "24.26.0",
3
+ "version": "24.27.0",
4
4
  "description": "A React component to display a card with user information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,31 +44,31 @@
44
44
  "@atlaskit/atlassian-context": "^0.6.0",
45
45
  "@atlaskit/avatar": "^25.6.0",
46
46
  "@atlaskit/avatar-group": "^12.4.0",
47
- "@atlaskit/button": "^23.8.0",
48
- "@atlaskit/css": "^0.18.0",
47
+ "@atlaskit/button": "^23.9.0",
48
+ "@atlaskit/css": "^0.19.0",
49
49
  "@atlaskit/dropdown-menu": "^16.3.0",
50
50
  "@atlaskit/empty-state": "^10.1.0",
51
51
  "@atlaskit/feature-gate-js-client": "^5.5.0",
52
52
  "@atlaskit/give-kudos": "^4.4.0",
53
53
  "@atlaskit/heading": "^5.2.0",
54
- "@atlaskit/icon": "^29.2.0",
54
+ "@atlaskit/icon": "^29.3.0",
55
55
  "@atlaskit/lozenge": "^13.2.0",
56
56
  "@atlaskit/menu": "^8.4.0",
57
57
  "@atlaskit/modal-dialog": "^14.9.0",
58
58
  "@atlaskit/people-teams-ui-public": "^3.7.0",
59
59
  "@atlaskit/platform-feature-flags": "^1.1.0",
60
60
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
61
- "@atlaskit/popup": "^4.7.0",
62
- "@atlaskit/primitives": "^16.4.0",
61
+ "@atlaskit/popup": "^4.8.0",
62
+ "@atlaskit/primitives": "^17.0.0",
63
63
  "@atlaskit/rovo-agent-components": "^3.16.0",
64
- "@atlaskit/rovo-triggers": "^5.1.0",
64
+ "@atlaskit/rovo-triggers": "^5.2.0",
65
65
  "@atlaskit/spinner": "^19.0.0",
66
66
  "@atlaskit/teams-app-config": "^1.12.0",
67
- "@atlaskit/teams-app-internal-analytics": "^1.22.0",
67
+ "@atlaskit/teams-app-internal-analytics": "^1.23.0",
68
68
  "@atlaskit/teams-avatar": "^2.4.0",
69
69
  "@atlaskit/teams-public": "^0.65.0",
70
70
  "@atlaskit/theme": "^21.0.0",
71
- "@atlaskit/tokens": "^8.6.0",
71
+ "@atlaskit/tokens": "^9.0.0",
72
72
  "@atlaskit/tooltip": "^20.11.0",
73
73
  "@babel/runtime": "^7.0.0",
74
74
  "@compiled/react": "^0.18.6",