@atlaskit/profilecard 26.19.0 → 26.19.2

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 (110) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/client/RovoAgentCardClient.js +2 -2
  3. package/dist/cjs/client/TeamCentralCardClient.js +3 -3
  4. package/dist/cjs/client/UserProfileCardClient.js +3 -3
  5. package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
  6. package/dist/cjs/client/getTeamFromAGG.js +1 -1
  7. package/dist/cjs/components/Agent/Actions.js +6 -6
  8. package/dist/cjs/components/Agent/AgentDeleteConfirmationModal.js +3 -3
  9. package/dist/cjs/components/Agent/AgentProfileCard.js +15 -15
  10. package/dist/cjs/components/Agent/AgentProfileCardResourced.js +11 -11
  11. package/dist/cjs/components/Agent/AgentProfileCardTrigger.js +5 -5
  12. package/dist/cjs/components/Agent/AgentProfileCardWrapper.js +2 -2
  13. package/dist/cjs/components/Agent/hooks/useAgentActions.js +5 -5
  14. package/dist/cjs/components/Agent/utils/index.js +2 -2
  15. package/dist/cjs/components/Error/ErrorMessage.js +2 -2
  16. package/dist/cjs/components/Team/TeamForbiddenErrorState.js +1 -1
  17. package/dist/cjs/components/Team/TeamProfileCard.js +18 -15
  18. package/dist/cjs/components/User/OverflowProfileCardButtons.js +9 -7
  19. package/dist/cjs/components/User/ProfileCard.js +9 -9
  20. package/dist/cjs/components/User/ProfileCardDetails.js +2 -2
  21. package/dist/cjs/components/User/ProfileCardResourced.js +2 -2
  22. package/dist/cjs/components/User/ProfileCardTrigger.js +9 -9
  23. package/dist/cjs/components/User/ReportingLinesDetails.js +2 -2
  24. package/dist/cjs/components/common/PopupTrigger.js +2 -2
  25. package/dist/cjs/components/common/ProfileCardTrigger.js +2 -2
  26. package/dist/cjs/components/team-profile-card/main.js +10 -10
  27. package/dist/cjs/components/team-profile-card/team-actions/index.js +2 -2
  28. package/dist/cjs/components/team-profile-card/team-actions/more-actions/index.js +8 -7
  29. package/dist/cjs/components/team-profile-card/team-connections/main.js +5 -4
  30. package/dist/cjs/styled/Card.js +2 -2
  31. package/dist/cjs/styled/CoverImage.js +2 -2
  32. package/dist/cjs/styled/TeamCard.js +1 -1
  33. package/dist/cjs/util/analytics.js +2 -2
  34. package/dist/es2019/client/RovoAgentCardClient.js +1 -1
  35. package/dist/es2019/client/TeamCentralCardClient.js +1 -1
  36. package/dist/es2019/client/UserProfileCardClient.js +1 -1
  37. package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
  38. package/dist/es2019/client/getTeamFromAGG.js +1 -1
  39. package/dist/es2019/components/Agent/Actions.js +3 -3
  40. package/dist/es2019/components/Agent/AgentDeleteConfirmationModal.js +1 -1
  41. package/dist/es2019/components/Agent/AgentProfileCard.js +3 -3
  42. package/dist/es2019/components/Agent/AgentProfileCardResourced.js +2 -2
  43. package/dist/es2019/components/Agent/AgentProfileCardTrigger.js +2 -2
  44. package/dist/es2019/components/Agent/AgentProfileCardWrapper.js +1 -1
  45. package/dist/es2019/components/Agent/hooks/useAgentActions.js +2 -2
  46. package/dist/es2019/components/Agent/utils/index.js +1 -1
  47. package/dist/es2019/components/Error/ErrorMessage.js +1 -1
  48. package/dist/es2019/components/Team/TeamForbiddenErrorState.js +1 -1
  49. package/dist/es2019/components/Team/TeamProfileCard.js +10 -7
  50. package/dist/es2019/components/User/OverflowProfileCardButtons.js +5 -3
  51. package/dist/es2019/components/User/ProfileCard.js +4 -4
  52. package/dist/es2019/components/User/ProfileCardDetails.js +1 -1
  53. package/dist/es2019/components/User/ProfileCardResourced.js +1 -1
  54. package/dist/es2019/components/User/ProfileCardTrigger.js +3 -3
  55. package/dist/es2019/components/User/ReportingLinesDetails.js +2 -2
  56. package/dist/es2019/components/common/PopupTrigger.js +1 -1
  57. package/dist/es2019/components/common/ProfileCardTrigger.js +1 -1
  58. package/dist/es2019/components/team-profile-card/main.js +5 -5
  59. package/dist/es2019/components/team-profile-card/team-actions/index.js +1 -1
  60. package/dist/es2019/components/team-profile-card/team-actions/more-actions/index.js +4 -3
  61. package/dist/es2019/components/team-profile-card/team-connections/main.js +2 -2
  62. package/dist/es2019/styled/Card.js +1 -1
  63. package/dist/es2019/styled/CoverImage.js +1 -1
  64. package/dist/es2019/styled/TeamCard.js +1 -1
  65. package/dist/es2019/util/analytics.js +2 -2
  66. package/dist/esm/client/RovoAgentCardClient.js +1 -1
  67. package/dist/esm/client/TeamCentralCardClient.js +1 -1
  68. package/dist/esm/client/UserProfileCardClient.js +1 -1
  69. package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
  70. package/dist/esm/client/getTeamFromAGG.js +1 -1
  71. package/dist/esm/components/Agent/Actions.js +3 -3
  72. package/dist/esm/components/Agent/AgentDeleteConfirmationModal.js +1 -1
  73. package/dist/esm/components/Agent/AgentProfileCard.js +3 -3
  74. package/dist/esm/components/Agent/AgentProfileCardResourced.js +2 -2
  75. package/dist/esm/components/Agent/AgentProfileCardTrigger.js +2 -2
  76. package/dist/esm/components/Agent/AgentProfileCardWrapper.js +1 -1
  77. package/dist/esm/components/Agent/hooks/useAgentActions.js +2 -2
  78. package/dist/esm/components/Agent/utils/index.js +1 -1
  79. package/dist/esm/components/Error/ErrorMessage.js +1 -1
  80. package/dist/esm/components/Team/TeamForbiddenErrorState.js +1 -1
  81. package/dist/esm/components/Team/TeamProfileCard.js +10 -7
  82. package/dist/esm/components/User/OverflowProfileCardButtons.js +5 -3
  83. package/dist/esm/components/User/ProfileCard.js +4 -4
  84. package/dist/esm/components/User/ProfileCardDetails.js +1 -1
  85. package/dist/esm/components/User/ProfileCardResourced.js +1 -1
  86. package/dist/esm/components/User/ProfileCardTrigger.js +3 -3
  87. package/dist/esm/components/User/ReportingLinesDetails.js +2 -2
  88. package/dist/esm/components/common/PopupTrigger.js +1 -1
  89. package/dist/esm/components/common/ProfileCardTrigger.js +1 -1
  90. package/dist/esm/components/team-profile-card/main.js +5 -5
  91. package/dist/esm/components/team-profile-card/team-actions/index.js +1 -1
  92. package/dist/esm/components/team-profile-card/team-actions/more-actions/index.js +4 -3
  93. package/dist/esm/components/team-profile-card/team-connections/main.js +2 -2
  94. package/dist/esm/styled/Card.js +1 -1
  95. package/dist/esm/styled/CoverImage.js +1 -1
  96. package/dist/esm/styled/TeamCard.js +1 -1
  97. package/dist/esm/util/analytics.js +2 -2
  98. package/dist/types/client/ProfileCardClient.d.ts +1 -1
  99. package/dist/types/client/RovoAgentCardClient.d.ts +1 -1
  100. package/dist/types/client/TeamProfileCardClient.d.ts +1 -1
  101. package/dist/types/client/UserProfileCardClient.d.ts +1 -1
  102. package/dist/types/components/Error/ErrorMessage.d.ts +1 -1
  103. package/dist/types/components/User/ProfileCardResourced.d.ts +1 -1
  104. package/dist/types/components/User/UserLoadingState.d.ts +1 -1
  105. package/dist/types/components/common/LoadingState.d.ts +1 -1
  106. package/dist/types/components/common/PopupTrigger.d.ts +1 -1
  107. package/dist/types/components/common/types.d.ts +2 -2
  108. package/dist/types/components/team-profile-card/main.d.ts +1 -1
  109. package/dist/types/types.d.ts +3 -1
  110. package/package.json +9 -5
@@ -9,7 +9,7 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
9
9
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
10
10
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
11
11
  import React, { forwardRef, useCallback, useEffect, useImperativeHandle, useRef, useState } from 'react';
12
- import Popup from '@atlaskit/popup';
12
+ import { Popup } from '@atlaskit/popup/popup';
13
13
  import { layers } from '@atlaskit/theme/constants';
14
14
  import { getActionSubject, PACKAGE_META_DATA } from '../../util/analytics';
15
15
  import { getPageTime } from '../../util/performance';
@@ -7,13 +7,13 @@ import * as React from 'react';
7
7
  import { ax, ix } from "@compiled/react/runtime";
8
8
  import { useCallback, useMemo } from 'react';
9
9
  import { FormattedMessage } from 'react-intl';
10
- import AvatarGroup from '@atlaskit/avatar-group';
11
- import Heading from '@atlaskit/heading';
10
+ import AvatarGroup from '@atlaskit/avatar-group/avatar-group';
11
+ import Heading from '@atlaskit/heading/heading';
12
12
  import LinkItem from '@atlaskit/menu/link-item';
13
- import { VerifiedTeamIcon } from '@atlaskit/people-teams-ui-public/verified-team-icon';
14
- import { fg } from '@atlaskit/platform-feature-flags';
13
+ import { VerifiedTeamIcon } from '@atlaskit/people-teams-ui-public/verified-team-icon/main';
14
+ import { fg } from '@atlaskit/platform-feature-flags/fg';
15
15
  import { Box, Flex, Inline, Stack, Text } from '@atlaskit/primitives/compiled';
16
- import { useAnalyticsEvents } from '@atlaskit/teams-app-internal-analytics';
16
+ import { useAnalyticsEvents } from '@atlaskit/teams-app-internal-analytics/use-analytics-events';
17
17
  import TeamAvatar from '@atlaskit/teams-avatar/teams-avatar';
18
18
  import { TeamContainers, useTeamContainers } from '@atlaskit/teams-public';
19
19
  import TeamAppTile from '../common/assets/TeamAppTile.svg';
@@ -5,7 +5,7 @@ var _excluded = ["isKudosEnabled", "otherActions", "loading"];
5
5
  import React, { Suspense, useCallback, useState } from 'react';
6
6
  import { useIntl } from 'react-intl';
7
7
  import { GiveKudosLauncherLazy, KudosType } from '@atlaskit/give-kudos';
8
- import { ButtonItem } from '@atlaskit/menu';
8
+ import ButtonItem from '@atlaskit/menu/button-item';
9
9
  import { extractIdFromAri } from '../../../client/getTeamFromAGG';
10
10
  import { messages } from './messages';
11
11
  import { MoreActions } from './more-actions';
@@ -2,10 +2,11 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import React, { useCallback, useState } from 'react';
4
4
  import { useIntl } from 'react-intl';
5
- import { IconButton } from '@atlaskit/button/new';
5
+ import IconButton from '@atlaskit/button/icon/button';
6
6
  import MoreIcon from '@atlaskit/icon/core/show-more-horizontal';
7
- import { MenuGroup, Section } from '@atlaskit/menu';
8
- import Popup from '@atlaskit/popup';
7
+ import MenuGroup from '@atlaskit/menu/menu-group';
8
+ import Section from '@atlaskit/menu/section';
9
+ import { Popup } from '@atlaskit/popup/popup';
9
10
  import { Box } from '@atlaskit/primitives/compiled';
10
11
  import { messages } from './messages';
11
12
  export var MoreActions = function MoreActions(_ref) {
@@ -2,9 +2,9 @@
2
2
  import "./main.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useCallback } from 'react';
5
- import { LinkItem } from '@atlaskit/menu';
5
+ import LinkItem from '@atlaskit/menu/link-item';
6
6
  import { Box, Inline, Text } from '@atlaskit/primitives/compiled';
7
- import { useAnalyticsEvents } from '@atlaskit/teams-app-internal-analytics';
7
+ import { useAnalyticsEvents } from '@atlaskit/teams-app-internal-analytics/use-analytics-events';
8
8
  import { ContainerIcon, getContainerProperties } from '@atlaskit/teams-public';
9
9
  var styles = {
10
10
  containerTypeIconButtonStyles: "_18u01wug _4t3i7vkz _1bsb7vkz"
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
5
5
  import React, { useRef } from 'react';
6
6
  import { cx } from '@atlaskit/css';
7
7
  import { Box, Text } from '@atlaskit/primitives/compiled';
8
- import Tooltip from '@atlaskit/tooltip';
8
+ import Tooltip from '@atlaskit/tooltip/Tooltip';
9
9
  var kudosButtonAnimationTransformationCompiled = null;
10
10
  var styles = {
11
11
  profileImage: "_kqswstnw _154i1jfw _1ltv1ejb",
@@ -3,7 +3,7 @@ import "./CoverImage.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useRef } from 'react';
5
5
  import { cx } from '@atlaskit/css';
6
- import { fg } from '@atlaskit/platform-feature-flags';
6
+ import { fg } from '@atlaskit/platform-feature-flags/fg';
7
7
  import { Box } from '@atlaskit/primitives/compiled';
8
8
  var styles = {
9
9
  container: "_1reo15vq _18m915vq _1bsb1osq _4t3i1qr7 _kqswh2mm _13li12b0 _qrwq12b0 _1e0c1txw _1bah1h6o _4cvr1h6o",
@@ -4,7 +4,7 @@ import "./TeamCard.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import React from 'react';
6
6
  import { cx } from '@atlaskit/css';
7
- import Heading from '@atlaskit/heading';
7
+ import Heading from '@atlaskit/heading/heading';
8
8
  import { Box, Inline, Text } from '@atlaskit/primitives/compiled';
9
9
  var styles = {
10
10
  teamforbiddenerrorstatewrapper: "_1bsbnklw _kqswh2mm",
@@ -5,7 +5,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
5
5
  import { getPageTime } from './performance';
6
6
  export var PACKAGE_META_DATA = {
7
7
  packageName: (_process$env$_PACKAGE = "@atlaskit/profilecard") !== null && _process$env$_PACKAGE !== void 0 ? _process$env$_PACKAGE : '',
8
- packageVersion: (_process$env$_PACKAGE2 = "26.18.10") !== null && _process$env$_PACKAGE2 !== void 0 ? _process$env$_PACKAGE2 : ''
8
+ packageVersion: (_process$env$_PACKAGE2 = "26.19.1") !== null && _process$env$_PACKAGE2 !== void 0 ? _process$env$_PACKAGE2 : ''
9
9
  };
10
10
  var TEAM_SUBJECT = 'teamProfileCard';
11
11
  var USER_SUBJECT = 'profilecard';
@@ -24,7 +24,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
24
24
  actionSubjectId: actionSubjectId,
25
25
  attributes: _objectSpread(_objectSpread({
26
26
  packageName: "@atlaskit/profilecard",
27
- packageVersion: "26.18.10"
27
+ packageVersion: "26.19.1"
28
28
  }, attributes), {}, {
29
29
  firedAt: Math.round(getPageTime())
30
30
  })
@@ -1,4 +1,4 @@
1
- import type { FireEventType } from '@atlaskit/teams-app-internal-analytics';
1
+ import type { FireEventType } from '@atlaskit/teams-app-internal-analytics/types';
2
2
  import { type AgentIdType, type AgentPermissions, type ClientOverrides, type ProfileClient, type ProfileClientOptions, type RovoAgentCardClientResult, type Team, type TeamCentralReportingLinesData } from '../types';
3
3
  import RovoAgentCardClient from './RovoAgentCardClient';
4
4
  import TeamCentralCardClient from './TeamCentralCardClient';
@@ -1,4 +1,4 @@
1
- import { type FireEventType } from '@atlaskit/teams-app-internal-analytics';
1
+ import type { FireEventType } from '@atlaskit/teams-app-internal-analytics/types';
2
2
  import type { AgentIdType, AgentPermissions, ProfileClientOptions, RovoAgentCardClientResult } from '../types';
3
3
  import CachingClient from './CachingClient';
4
4
  export declare class AgentForbiddenError extends Error {
@@ -1,4 +1,4 @@
1
- import { type FireEventType } from '@atlaskit/teams-app-internal-analytics';
1
+ import type { FireEventType } from '@atlaskit/teams-app-internal-analytics/types';
2
2
  import type { ProfileClientOptions, Team } from '../types';
3
3
  import CachingClient from './CachingClient';
4
4
  export default class TeamProfileCardClient extends CachingClient<Team> {
@@ -1,4 +1,4 @@
1
- import { type FireEventType } from '@atlaskit/teams-app-internal-analytics';
1
+ import type { FireEventType } from '@atlaskit/teams-app-internal-analytics/types';
2
2
  import type { ApiClientResponse, ProfileCardClientData, ProfileClientOptions } from '../types';
3
3
  import CachingClient from './CachingClient';
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { FireEventType } from '@atlaskit/teams-app-internal-analytics';
2
+ import type { FireEventType } from '@atlaskit/teams-app-internal-analytics/types';
3
3
  import { type ProfileCardErrorType } from '../../types';
4
4
  interface Props {
5
5
  reload?: () => void | undefined;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type FireEventType } from '@atlaskit/teams-app-internal-analytics';
2
+ import type { FireEventType } from '@atlaskit/teams-app-internal-analytics/types';
3
3
  import { type AnalyticsProps, type ProfileCardAction, type ProfileCardClientData, type ProfileCardResourcedProps, type ProfileCardResourcedState, type TeamCentralReportingLinesData } from '../../types';
4
4
  declare class ProfileCardResourced extends React.PureComponent<ProfileCardResourcedProps & AnalyticsProps, ProfileCardResourcedState> {
5
5
  static defaultProps: Partial<ProfileCardResourcedProps>;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type FireEventType } from '@atlaskit/teams-app-internal-analytics';
2
+ import type { FireEventType } from '@atlaskit/teams-app-internal-analytics/types';
3
3
  interface AnalyticsProps {
4
4
  fireAnalytics: FireEventType;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { AnalyticsEventAttributes } from '@atlaskit/teams-app-internal-analytics';
2
+ import type { AnalyticsEventAttributes } from '@atlaskit/teams-app-internal-analytics/analytics/types';
3
3
  import { type ProfileType } from '../../types';
4
4
  interface AnalyticsProps {
5
5
  fireAnalytics?: <K extends keyof AnalyticsEventAttributes>(eventKey: K, attributes: AnalyticsEventAttributes[K]) => void;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type TriggerProps } from '@atlaskit/popup';
2
+ import type { TriggerProps } from '@atlaskit/popup/types';
3
3
  import { type ProfileCardTriggerProps } from './types';
4
4
  export declare const PopupTrigger: <T>(props: Partial<TriggerProps> & {
5
5
  showProfilecard: () => void;
@@ -1,5 +1,5 @@
1
- import { type PopupProps } from '@atlaskit/popup';
2
- import type { AnalyticsEventAttributes } from '@atlaskit/teams-app-internal-analytics';
1
+ import type { PopupProps } from '@atlaskit/popup/types';
2
+ import type { AnalyticsEventAttributes } from '@atlaskit/teams-app-internal-analytics/analytics/types';
3
3
  import { type ProfileCardErrorType, type ProfileType } from '../../types';
4
4
  export type ProfileCardTriggerProps<T> = {
5
5
  trigger: 'hover' | 'click';
@@ -1,4 +1,4 @@
1
- import { type AvatarProps } from '@atlaskit/avatar-group';
1
+ import type { AvatarProps } from '@atlaskit/avatar-group/types';
2
2
  import { type TeamActionsProps } from './team-actions';
3
3
  export type TeamProfileCardProps = {
4
4
  containerId: string;
@@ -1,7 +1,9 @@
1
1
  import type React from 'react';
2
2
  import { type IntlShape } from 'react-intl';
3
3
  import { type ConversationStarter } from '@atlaskit/rovo-agent-components/ui/AgentConversationStarters';
4
- import type { AnalyticsEventAttributes, FireEventType, useAnalyticsEvents } from '@atlaskit/teams-app-internal-analytics';
4
+ import type { AnalyticsEventAttributes } from '@atlaskit/teams-app-internal-analytics/analytics/types';
5
+ import type { FireEventType } from '@atlaskit/teams-app-internal-analytics/types';
6
+ import type { useAnalyticsEvents } from '@atlaskit/teams-app-internal-analytics/use-analytics-events';
5
7
  import { type TeamCentralScopes } from './client/ProfileCardClient';
6
8
  import type RovoAgentCardClient from './client/RovoAgentCardClient';
7
9
  import { type default as TeamCentralCardClient, type TeamCentralCardClientOptions } from './client/TeamCentralCardClient';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "26.19.0",
3
+ "version": "26.19.2",
4
4
  "description": "A React component to display a card with user information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -60,15 +60,15 @@
60
60
  "@atlaskit/primitives": "^22.4.0",
61
61
  "@atlaskit/react-compiler-gating": "^0.2.0",
62
62
  "@atlaskit/rovo-agent-components": "^8.8.0",
63
- "@atlaskit/rovo-triggers": "^10.17.0",
63
+ "@atlaskit/rovo-triggers": "^10.18.0",
64
64
  "@atlaskit/spinner": "^20.3.0",
65
65
  "@atlaskit/teams-app-config": "^2.2.0",
66
66
  "@atlaskit/teams-app-internal-analytics": "^2.4.0",
67
67
  "@atlaskit/teams-app-internal-navigation": "^2.3.0",
68
68
  "@atlaskit/teams-avatar": "^4.1.0",
69
- "@atlaskit/teams-public": "^2.8.0",
69
+ "@atlaskit/teams-public": "^2.9.0",
70
70
  "@atlaskit/theme": "^28.1.0",
71
- "@atlaskit/tmp-editor-statsig": "^157.0.0",
71
+ "@atlaskit/tmp-editor-statsig": "^159.0.0",
72
72
  "@atlaskit/tokens": "^16.8.0",
73
73
  "@atlaskit/tooltip": "^24.2.0",
74
74
  "@babel/runtime": "^7.0.0",
@@ -87,7 +87,11 @@
87
87
  },
88
88
  "devDependencies": {
89
89
  "@af/visual-regression": "workspace:^",
90
- "@atlassian/a11y-jest-testing": "^0.16.0",
90
+ "@atlaskit/flag": "^18.4.0",
91
+ "@atlaskit/inline-edit": "^16.3.0",
92
+ "@atlaskit/section-message": "^10.1.0",
93
+ "@atlaskit/select": "^22.8.0",
94
+ "@atlassian/a11y-jest-testing": "^0.17.0",
91
95
  "@atlassian/feature-flags-storybook-utils": "^0.5.0",
92
96
  "@atlassian/feature-flags-test-utils": "^1.2.0",
93
97
  "@atlassian/platform-storybook-helpers": "^0.5.0",