@atlaskit/user-picker 11.18.2 → 11.19.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 (38) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/afm-cc/tsconfig.json +3 -0
  3. package/afm-jira/tsconfig.json +3 -0
  4. package/afm-products/tsconfig.json +3 -0
  5. package/dist/cjs/analytics.js +11 -4
  6. package/dist/cjs/components/AddOptionAvatar.js +1 -3
  7. package/dist/cjs/components/ExternalUserOption/InfoIcon.js +0 -2
  8. package/dist/cjs/components/MultiValue.js +0 -3
  9. package/dist/cjs/components/ValueContainerWrapper.js +6 -3
  10. package/dist/es2019/analytics.js +15 -8
  11. package/dist/es2019/components/AddOptionAvatar.js +1 -3
  12. package/dist/es2019/components/ExternalUserOption/InfoIcon.js +0 -2
  13. package/dist/es2019/components/MultiValue.js +0 -3
  14. package/dist/es2019/components/ValueContainerWrapper.js +1 -0
  15. package/dist/esm/analytics.js +11 -4
  16. package/dist/esm/components/AddOptionAvatar.js +1 -3
  17. package/dist/esm/components/ExternalUserOption/InfoIcon.js +0 -2
  18. package/dist/esm/components/MultiValue.js +0 -3
  19. package/dist/esm/components/ValueContainerWrapper.js +1 -0
  20. package/dist/types/components/BaseUserPicker.d.ts +1 -1
  21. package/dist/types/components/Menu.d.ts +1 -2
  22. package/dist/types/components/MultiValue.d.ts +3 -4
  23. package/dist/types/components/PopupControl.d.ts +1 -2
  24. package/dist/types/components/PopupUserPicker.d.ts +3 -3
  25. package/dist/types/components/TeamOption/main.d.ts +1 -2
  26. package/dist/types/components/UserOption.d.ts +1 -1
  27. package/dist/types/components/UserPicker.d.ts +1 -1
  28. package/dist/types/components/ValueContainerWrapper.d.ts +2 -2
  29. package/dist/types-ts4.5/components/BaseUserPicker.d.ts +1 -1
  30. package/dist/types-ts4.5/components/Menu.d.ts +1 -2
  31. package/dist/types-ts4.5/components/MultiValue.d.ts +3 -4
  32. package/dist/types-ts4.5/components/PopupControl.d.ts +1 -2
  33. package/dist/types-ts4.5/components/PopupUserPicker.d.ts +3 -3
  34. package/dist/types-ts4.5/components/TeamOption/main.d.ts +1 -2
  35. package/dist/types-ts4.5/components/UserOption.d.ts +1 -1
  36. package/dist/types-ts4.5/components/UserPicker.d.ts +1 -1
  37. package/dist/types-ts4.5/components/ValueContainerWrapper.d.ts +2 -2
  38. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/user-picker
2
2
 
3
+ ## 11.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
8
+ Removed usages of LEGACY icon props
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 11.18.3
15
+
16
+ ### Patch Changes
17
+
18
+ - [`7b2a6c98563cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b2a6c98563cb) -
19
+ Icon entry point migration update
20
+ - Updated dependencies
21
+
3
22
  ## 11.18.2
4
23
 
5
24
  ### Patch Changes
@@ -30,6 +30,9 @@
30
30
  {
31
31
  "path": "../../../design-system/avatar/afm-cc/tsconfig.json"
32
32
  },
33
+ {
34
+ "path": "../../../measurement/feature-gate-js-client/afm-cc/tsconfig.json"
35
+ },
33
36
  {
34
37
  "path": "../../../design-system/icon/afm-cc/tsconfig.json"
35
38
  },
@@ -30,6 +30,9 @@
30
30
  {
31
31
  "path": "../../../design-system/avatar/afm-jira/tsconfig.json"
32
32
  },
33
+ {
34
+ "path": "../../../measurement/feature-gate-js-client/afm-jira/tsconfig.json"
35
+ },
33
36
  {
34
37
  "path": "../../../design-system/icon/afm-jira/tsconfig.json"
35
38
  },
@@ -30,6 +30,9 @@
30
30
  {
31
31
  "path": "../../../design-system/avatar/afm-products/tsconfig.json"
32
32
  },
33
+ {
34
+ "path": "../../../measurement/feature-gate-js-client/afm-products/tsconfig.json"
35
+ },
33
36
  {
34
37
  "path": "../../../design-system/icon/afm-products/tsconfig.json"
35
38
  },
@@ -7,12 +7,13 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.userInfoEvent = exports.startSession = exports.selectEvent = exports.searchedEvent = exports.focusEvent = exports.failedEvent = exports.deleteEvent = exports.createAndFireEventInElementsChannel = exports.clearEvent = exports.cancelEvent = void 0;
8
8
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
9
  var _analyticsNext = require("@atlaskit/analytics-next");
10
+ var _featureGateJsClient = _interopRequireDefault(require("@atlaskit/feature-gate-js-client"));
10
11
  var _uuid = require("uuid");
11
12
  var _utils = require("./components/utils");
12
13
  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; }
13
14
  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) { (0, _defineProperty2.default)(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; } // eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
14
15
  var packageName = "@atlaskit/user-picker";
15
- var packageVersion = "0.0.0-development";
16
+ var packageVersion = "11.19.0";
16
17
  var UUID_REGEXP_TEAMS_GROUPS = /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
17
18
  var UUID_REGEXP_OLD_AAID = /^[a-fA-F0-9]{1,8}:[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
18
19
  var UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
@@ -95,13 +96,19 @@ var clearEvent = exports.clearEvent = function clearEvent(props, state, session,
95
96
  }));
96
97
  };
97
98
  var deleteEvent = exports.deleteEvent = function deleteEvent(props, state, session, journeyId) {
98
- return createEvent('ui', 'deleted', 'userPickerItem', {
99
+ var _args$;
100
+ for (var _len = arguments.length, args = new Array(_len > 4 ? _len - 4 : 0), _key = 4; _key < _len; _key++) {
101
+ args[_key - 4] = arguments[_key];
102
+ }
103
+ return createEvent('ui', 'deleted', 'userPickerItem', _objectSpread({
99
104
  context: props.fieldId,
100
105
  sessionId: sessionId(session),
101
106
  journeyId: journeyId,
102
- value: optionData2Analytics(arguments.length <= 4 ? undefined : arguments[4]),
107
+ value: optionData2Analytics(args[0]),
103
108
  pickerOpen: state.menuIsOpen
104
- });
109
+ }, _featureGateJsClient.default.getExperimentValue('team_member_suggestions_while_creating_team', 'isEnabled', false) && ((_args$ = args[0]) === null || _args$ === void 0 ? void 0 : _args$.isSuggestedMember) !== undefined ? {
110
+ isSuggestedMember: args[0].isSuggestedMember
111
+ } : {}));
105
112
  };
106
113
  var cancelEvent = exports.cancelEvent = function cancelEvent(props, _, session, journeyId) {
107
114
  return createEvent('ui', 'cancelled', 'userPicker', _objectSpread(_objectSpread({}, createDefaultPickerAttributes(props, session, journeyId)), {}, {
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.AddOptionAvatar = void 0;
8
- var _email = _interopRequireDefault(require("@atlaskit/icon/core/migration/email"));
8
+ var _email = _interopRequireDefault(require("@atlaskit/icon/core/email"));
9
9
  var _colors = require("@atlaskit/theme/colors");
10
10
  var _react = require("@emotion/react");
11
11
  var _react2 = _interopRequireDefault(require("react"));
@@ -42,8 +42,6 @@ var AddOptionAvatar = exports.AddOptionAvatar = function AddOptionAvatar(_ref) {
42
42
  }, (0, _react.jsx)(_email.default, {
43
43
  testId: "add-option-avatar-email-icon",
44
44
  label: label || '',
45
- LEGACY_size: isLozenge ? 'small' : 'medium',
46
- LEGACY_margin: "0 0 0 -2px",
47
45
  color: isPendingAction && (0, _platformFeatureFlags.fg)('twcg-444-invite-usd-improvements-m2-gate') ? "var(--ds-text-warning, #9E4C00)" : "var(--ds-text-subtle, ".concat(_colors.N500, ")")
48
46
  }))
49
47
  );
@@ -41,8 +41,6 @@ var _default = exports.default = function _default() {
41
41
  }, (0, _react2.jsx)(_statusInformation.default, {
42
42
  testId: "source-icon",
43
43
  label: "",
44
- LEGACY_size: "large",
45
- LEGACY_margin: "0 ".concat("var(--ds-space-negative-050, -4px)", " 0 0"),
46
44
  spacing: "spacious",
47
45
  color: "var(--ds-text-subtlest, ".concat(isMouseHovered ? _colors.N200 : _colors.N50, ")")
48
46
  }))
@@ -70,11 +70,8 @@ var MultiValue = exports.MultiValue = /*#__PURE__*/function (_React$Component) {
70
70
  return (0, _react2.jsx)(_primitives.Box, {
71
71
  xcss: groupTagContainer
72
72
  }, (0, _react2.jsx)(_peopleGroup.default, {
73
- LEGACY_margin: "-2px 0 0 0",
74
73
  color: "currentColor",
75
74
  label: "" // This element is a decorative icon and does not require a label
76
- ,
77
- LEGACY_size: "small"
78
75
  }));
79
76
  }
80
77
 
@@ -1,14 +1,17 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
7
  exports.default = void 0;
7
- var _react = require("@emotion/react");
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _react2 = require("@emotion/react");
8
10
  /**
9
11
  * @jsxRuntime classic
10
12
  * @jsx jsx
11
13
  */
14
+
12
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
13
16
 
14
17
  /**
@@ -22,8 +25,8 @@ var ValueContainerWrapper = function ValueContainerWrapper(_ref) {
22
25
  onMouseDown = _ref.onMouseDown;
23
26
  return isEnabled ?
24
27
  // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values, @atlassian/a11y/no-static-element-interactions -- Ignored via go/DSP-18766
25
- (0, _react.jsx)("div", {
26
- css: (0, _react.css)({
28
+ (0, _react2.jsx)("div", {
29
+ css: (0, _react2.css)({
27
30
  flexGrow: 1
28
31
  }),
29
32
  onMouseDown: onMouseDown
@@ -1,9 +1,10 @@
1
1
  import { createAndFireEvent } from '@atlaskit/analytics-next';
2
+ import FeatureGates from '@atlaskit/feature-gate-js-client';
2
3
  // eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
3
4
  import { v4 as uuidv4 } from 'uuid';
4
5
  import { isCustom, isExternalUser } from './components/utils';
5
6
  const packageName = "@atlaskit/user-picker";
6
- const packageVersion = "0.0.0-development";
7
+ const packageVersion = "11.19.0";
7
8
  const UUID_REGEXP_TEAMS_GROUPS = /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
8
9
  const UUID_REGEXP_OLD_AAID = /^[a-fA-F0-9]{1,8}:[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
9
10
  const UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
@@ -80,13 +81,19 @@ export const clearEvent = (props, state, session, journeyId) => createEvent('ui'
80
81
  pickerOpen: state.menuIsOpen,
81
82
  values: values(state)
82
83
  });
83
- export const deleteEvent = (props, state, session, journeyId, ...args) => createEvent('ui', 'deleted', 'userPickerItem', {
84
- context: props.fieldId,
85
- sessionId: sessionId(session),
86
- journeyId,
87
- value: optionData2Analytics(args[0]),
88
- pickerOpen: state.menuIsOpen
89
- });
84
+ export const deleteEvent = (props, state, session, journeyId, ...args) => {
85
+ var _args$;
86
+ return createEvent('ui', 'deleted', 'userPickerItem', {
87
+ context: props.fieldId,
88
+ sessionId: sessionId(session),
89
+ journeyId,
90
+ value: optionData2Analytics(args[0]),
91
+ pickerOpen: state.menuIsOpen,
92
+ ...(FeatureGates.getExperimentValue('team_member_suggestions_while_creating_team', 'isEnabled', false) && ((_args$ = args[0]) === null || _args$ === void 0 ? void 0 : _args$.isSuggestedMember) !== undefined ? {
93
+ isSuggestedMember: args[0].isSuggestedMember
94
+ } : {})
95
+ });
96
+ };
90
97
  export const cancelEvent = (props, _, session, journeyId, ...args) => createEvent('ui', 'cancelled', 'userPicker', {
91
98
  ...createDefaultPickerAttributes(props, session, journeyId),
92
99
  sessionDuration: sessionDuration(session),
@@ -2,7 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- import EmailIcon from '@atlaskit/icon/core/migration/email';
5
+ import EmailIcon from '@atlaskit/icon/core/email';
6
6
  import { N40, N500 } from '@atlaskit/theme/colors';
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
8
  import { css, jsx } from '@emotion/react';
@@ -34,8 +34,6 @@ export const AddOptionAvatar = ({
34
34
  }, jsx(EmailIcon, {
35
35
  testId: "add-option-avatar-email-icon",
36
36
  label: label || '',
37
- LEGACY_size: isLozenge ? 'small' : 'medium',
38
- LEGACY_margin: "0 0 0 -2px",
39
37
  color: isPendingAction && fg('twcg-444-invite-usd-improvements-m2-gate') ? "var(--ds-text-warning, #9E4C00)" : `var(--ds-text-subtle, ${N500})`
40
38
  }))
41
39
  );
@@ -24,8 +24,6 @@ export default (() => {
24
24
  }, jsx(EditorPanelIcon, {
25
25
  testId: "source-icon",
26
26
  label: "",
27
- LEGACY_size: "large",
28
- LEGACY_margin: `0 ${"var(--ds-space-negative-050, -4px)"} 0 0`,
29
27
  spacing: "spacious",
30
28
  color: `var(--ds-text-subtlest, ${isMouseHovered ? N200 : N50})`
31
29
  }))
@@ -60,11 +60,8 @@ export class MultiValue extends React.Component {
60
60
  return jsx(Box, {
61
61
  xcss: groupTagContainer
62
62
  }, jsx(PeopleIcon, {
63
- LEGACY_margin: "-2px 0 0 0",
64
63
  color: "currentColor",
65
64
  label: "" // This element is a decorative icon and does not require a label
66
- ,
67
- LEGACY_size: "small"
68
65
  }));
69
66
  }
70
67
 
@@ -2,6 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
+ import React from 'react';
5
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
6
7
  import { css, jsx } from '@emotion/react';
7
8
 
@@ -2,11 +2,12 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
2
  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; }
3
3
  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; }
4
4
  import { createAndFireEvent } from '@atlaskit/analytics-next';
5
+ import FeatureGates from '@atlaskit/feature-gate-js-client';
5
6
  // eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
6
7
  import { v4 as uuidv4 } from 'uuid';
7
8
  import { isCustom, isExternalUser } from './components/utils';
8
9
  var packageName = "@atlaskit/user-picker";
9
- var packageVersion = "0.0.0-development";
10
+ var packageVersion = "11.19.0";
10
11
  var UUID_REGEXP_TEAMS_GROUPS = /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
11
12
  var UUID_REGEXP_OLD_AAID = /^[a-fA-F0-9]{1,8}:[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/;
12
13
  var UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
@@ -89,13 +90,19 @@ export var clearEvent = function clearEvent(props, state, session, journeyId) {
89
90
  }));
90
91
  };
91
92
  export var deleteEvent = function deleteEvent(props, state, session, journeyId) {
92
- return createEvent('ui', 'deleted', 'userPickerItem', {
93
+ var _args$;
94
+ for (var _len = arguments.length, args = new Array(_len > 4 ? _len - 4 : 0), _key = 4; _key < _len; _key++) {
95
+ args[_key - 4] = arguments[_key];
96
+ }
97
+ return createEvent('ui', 'deleted', 'userPickerItem', _objectSpread({
93
98
  context: props.fieldId,
94
99
  sessionId: sessionId(session),
95
100
  journeyId: journeyId,
96
- value: optionData2Analytics(arguments.length <= 4 ? undefined : arguments[4]),
101
+ value: optionData2Analytics(args[0]),
97
102
  pickerOpen: state.menuIsOpen
98
- });
103
+ }, FeatureGates.getExperimentValue('team_member_suggestions_while_creating_team', 'isEnabled', false) && ((_args$ = args[0]) === null || _args$ === void 0 ? void 0 : _args$.isSuggestedMember) !== undefined ? {
104
+ isSuggestedMember: args[0].isSuggestedMember
105
+ } : {}));
99
106
  };
100
107
  export var cancelEvent = function cancelEvent(props, _, session, journeyId) {
101
108
  return createEvent('ui', 'cancelled', 'userPicker', _objectSpread(_objectSpread({}, createDefaultPickerAttributes(props, session, journeyId)), {}, {
@@ -2,7 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- import EmailIcon from '@atlaskit/icon/core/migration/email';
5
+ import EmailIcon from '@atlaskit/icon/core/email';
6
6
  import { N40, N500 } from '@atlaskit/theme/colors';
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
8
  import { css, jsx } from '@emotion/react';
@@ -33,8 +33,6 @@ export var AddOptionAvatar = function AddOptionAvatar(_ref) {
33
33
  }, jsx(EmailIcon, {
34
34
  testId: "add-option-avatar-email-icon",
35
35
  label: label || '',
36
- LEGACY_size: isLozenge ? 'small' : 'medium',
37
- LEGACY_margin: "0 0 0 -2px",
38
36
  color: isPendingAction && fg('twcg-444-invite-usd-improvements-m2-gate') ? "var(--ds-text-warning, #9E4C00)" : "var(--ds-text-subtle, ".concat(N500, ")")
39
37
  }))
40
38
  );
@@ -32,8 +32,6 @@ export default (function () {
32
32
  }, jsx(EditorPanelIcon, {
33
33
  testId: "source-icon",
34
34
  label: "",
35
- LEGACY_size: "large",
36
- LEGACY_margin: "0 ".concat("var(--ds-space-negative-050, -4px)", " 0 0"),
37
35
  spacing: "spacious",
38
36
  color: "var(--ds-text-subtlest, ".concat(isMouseHovered ? N200 : N50, ")")
39
37
  }))
@@ -65,11 +65,8 @@ export var MultiValue = /*#__PURE__*/function (_React$Component) {
65
65
  return jsx(Box, {
66
66
  xcss: groupTagContainer
67
67
  }, jsx(PeopleIcon, {
68
- LEGACY_margin: "-2px 0 0 0",
69
68
  color: "currentColor",
70
69
  label: "" // This element is a decorative icon and does not require a label
71
- ,
72
- LEGACY_size: "small"
73
70
  }));
74
71
  }
75
72
 
@@ -2,6 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
+ import React from 'react';
5
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
6
7
  import { css, jsx } from '@emotion/react';
7
8
 
@@ -156,7 +156,7 @@ export declare const BaseUserPicker: React.ForwardRefExoticComponent<Pick<Omit<{
156
156
  */
157
157
  UNSAFE_hasDraggableParentComponent?: boolean;
158
158
  width: string | number;
159
- }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "placeholder" | "isDisabled" | "onChange" | "onInputChange" | "value" | "appearance" | "autoFocus" | "captureMenuScroll" | "closeMenuOnScroll" | "components" | "inputId" | "isInvalid" | "isLoading" | "menuIsOpen" | "menuPosition" | "menuPortalTarget" | "menuShouldBlockScroll" | "name" | "noOptionsMessage" | "onBlur" | "onFocus" | "onKeyDown" | "options" | "styles" | "required" | "footer" | "defaultValue" | "search" | "anchor" | "addMoreMessage" | "allowEmail" | "ariaDescribedBy" | "ariaLabel" | "ariaLabelledBy" | "ariaLive" | "clearValueLabel" | "disableInput" | "emailLabel" | "fieldId" | "forwardedRef" | "groupByTypeOrder" | "header" | "height" | "includeTeamsUpdates" | "isFooterFocused" | "isValidEmail" | "loadOptions" | "loadUserSource" | "maxOptions" | "maxPickerHeight" | "menuMinWidth" | "onClear" | "onClose" | "onOpen" | "onSelection" | "open" | "placeholderAvatar" | "popupSelectProps" | "setIsFooterFocused" | "showClearIndicator" | "strategy" | "suggestEmailsForDomain" | "UNSAFE_hasDraggableParentComponent" | "width" | "pickerProps" | "SelectComponent"> & {
159
+ }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "placeholder" | "isDisabled" | "onChange" | "onInputChange" | "value" | "appearance" | "autoFocus" | "captureMenuScroll" | "closeMenuOnScroll" | "components" | "inputId" | "isInvalid" | "isLoading" | "menuIsOpen" | "menuPosition" | "menuPortalTarget" | "menuShouldBlockScroll" | "name" | "noOptionsMessage" | "onBlur" | "onFocus" | "onKeyDown" | "options" | "styles" | "required" | "search" | "anchor" | "addMoreMessage" | "allowEmail" | "ariaDescribedBy" | "ariaLabel" | "ariaLabelledBy" | "ariaLive" | "clearValueLabel" | "defaultValue" | "disableInput" | "emailLabel" | "fieldId" | "footer" | "forwardedRef" | "groupByTypeOrder" | "header" | "height" | "includeTeamsUpdates" | "isFooterFocused" | "isValidEmail" | "loadOptions" | "loadUserSource" | "maxOptions" | "maxPickerHeight" | "menuMinWidth" | "onClear" | "onClose" | "onOpen" | "onSelection" | "open" | "placeholderAvatar" | "popupSelectProps" | "setIsFooterFocused" | "showClearIndicator" | "strategy" | "suggestEmailsForDomain" | "UNSAFE_hasDraggableParentComponent" | "width" | "pickerProps" | "SelectComponent"> & {
160
160
  isClearable?: boolean | undefined;
161
161
  isMulti?: boolean | undefined;
162
162
  openMenuOnClick?: boolean | undefined;
@@ -4,10 +4,9 @@
4
4
  */
5
5
  import React from 'react';
6
6
  import { type UserPickerProps } from '../types';
7
- import { jsx } from '@emotion/react';
8
7
  export type Props = React.PropsWithChildren<{
9
8
  selectProps: UserPickerProps;
10
9
  }>;
11
10
  export declare class Menu extends React.Component<Props> {
12
- render(): jsx.JSX.Element;
11
+ render(): React.JSX.Element;
13
12
  }
@@ -4,7 +4,6 @@
4
4
  */
5
5
  import React from 'react';
6
6
  import { type OptionType } from '@atlaskit/select';
7
- import { jsx } from '@emotion/react';
8
7
  import { type Option, type UserPickerProps } from '../types';
9
8
  import { type MultiValueProps } from '@atlaskit/select';
10
9
  export declare const scrollToValue: (valueContainer: HTMLDivElement, control: HTMLElement) => void;
@@ -23,8 +22,8 @@ export declare class MultiValue extends React.Component<Props> {
23
22
  constructor(props: Props);
24
23
  componentDidUpdate(): void;
25
24
  shouldComponentUpdate(nextProps: Props): boolean;
26
- getElemBefore: () => jsx.JSX.Element;
27
- getElemAfter: () => jsx.JSX.Element | null;
28
- render(): jsx.JSX.Element;
25
+ getElemBefore: () => React.JSX.Element;
26
+ getElemAfter: () => React.JSX.Element | null;
27
+ render(): React.JSX.Element;
29
28
  }
30
29
  export {};
@@ -4,8 +4,7 @@
4
4
  */
5
5
  import React from 'react';
6
6
  import { type ControlProps } from '@atlaskit/select';
7
- import { jsx } from '@emotion/react';
8
7
  import type { UserPickerProps } from '../types';
9
8
  export declare class PopupControl extends React.PureComponent<ControlProps<any> & UserPickerProps> {
10
- render(): jsx.JSX.Element;
9
+ render(): React.JSX.Element;
11
10
  }
@@ -135,9 +135,6 @@ export declare const PopupUserPicker: React.ForwardRefExoticComponent<Omit<Pick<
135
135
  options?: import("../types").OptionData[] | undefined;
136
136
  styles?: import("@atlaskit/select").StylesConfig | undefined;
137
137
  required?: boolean | undefined;
138
- footer?: React.ReactNode;
139
- target?: import("../types").Target | undefined;
140
- defaultValue?: import("../types").DefaultValue;
141
138
  search?: string | undefined;
142
139
  anchor?: React.ComponentType<any> | undefined;
143
140
  addMoreMessage?: string | undefined;
@@ -147,9 +144,11 @@ export declare const PopupUserPicker: React.ForwardRefExoticComponent<Omit<Pick<
147
144
  ariaLabelledBy?: string | undefined;
148
145
  ariaLive?: "polite" | "off" | "assertive" | undefined;
149
146
  clearValueLabel?: string | undefined;
147
+ defaultValue?: import("../types").DefaultValue;
150
148
  disableInput?: boolean | undefined;
151
149
  emailLabel?: string | undefined;
152
150
  fieldId?: string | null | undefined;
151
+ footer?: React.ReactNode;
153
152
  forwardedRef?: React.ForwardedRef<import("../types").UserPickerRef> | undefined;
154
153
  groupByTypeOrder?: NonNullable<import("../types").OptionData["type"]>[] | undefined;
155
154
  header?: React.ReactNode;
@@ -181,6 +180,7 @@ export declare const PopupUserPicker: React.ForwardRefExoticComponent<Omit<Pick<
181
180
  textFieldBackgroundColor?: boolean | undefined;
182
181
  UNSAFE_hasDraggableParentComponent?: boolean | undefined;
183
182
  width?: number | string | undefined;
183
+ target?: import("../types").Target | undefined;
184
184
  popupTitle?: string | undefined;
185
185
  placement?: import("@popperjs/core").Placement | undefined;
186
186
  rootBoundary?: import("../types").RootBoundary | undefined;
@@ -1,4 +1,3 @@
1
- import { jsx } from '@emotion/react';
2
1
  import React from 'react';
3
2
  import { type Team } from '../../types';
4
3
  export type TeamOptionProps = {
@@ -14,5 +13,5 @@ export declare class TeamOption extends React.PureComponent<TeamOptionProps> {
14
13
  private renderVerifiedIcon;
15
14
  private getLozengeProps;
16
15
  private renderCustomByLine;
17
- render(): jsx.JSX.Element;
16
+ render(): React.JSX.Element;
18
17
  }
@@ -11,5 +11,5 @@ export declare class UserOption extends React.PureComponent<UserOptionProps> {
11
11
  renderSecondaryText: () => jsx.JSX.Element | undefined;
12
12
  private renderAvatar;
13
13
  private getLozengeProps;
14
- render(): jsx.JSX.Element;
14
+ render(): React.JSX.Element;
15
15
  }
@@ -86,7 +86,7 @@ export declare const UserPicker: React.ForwardRefExoticComponent<Pick<Omit<{
86
86
  UNSAFE_hasDraggableParentComponent?: boolean;
87
87
  value?: import("../types").Value;
88
88
  width?: number | string;
89
- }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "placeholder" | "isDisabled" | "onChange" | "onInputChange" | "value" | "appearance" | "autoFocus" | "captureMenuScroll" | "closeMenuOnScroll" | "components" | "inputId" | "isClearable" | "isInvalid" | "isLoading" | "menuIsOpen" | "menuPosition" | "menuPortalTarget" | "menuShouldBlockScroll" | "name" | "noOptionsMessage" | "onBlur" | "onFocus" | "onKeyDown" | "openMenuOnClick" | "options" | "styles" | "required" | "footer" | "defaultValue" | "search" | "anchor" | "addMoreMessage" | "allowEmail" | "ariaDescribedBy" | "ariaLabel" | "ariaLabelledBy" | "ariaLive" | "clearValueLabel" | "disableInput" | "emailLabel" | "fieldId" | "forwardedRef" | "groupByTypeOrder" | "header" | "height" | "includeTeamsUpdates" | "isFooterFocused" | "isValidEmail" | "loadOptions" | "loadOptionsErrorMessage" | "loadUserSource" | "maxOptions" | "maxPickerHeight" | "menuMinWidth" | "noBorder" | "onClear" | "onClose" | "onOpen" | "onSelection" | "open" | "placeholderAvatar" | "popupSelectProps" | "setIsFooterFocused" | "showClearIndicator" | "strategy" | "subtle" | "suggestEmailsForDomain" | "textFieldBackgroundColor" | "UNSAFE_hasDraggableParentComponent"> & {
89
+ }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "placeholder" | "isDisabled" | "onChange" | "onInputChange" | "value" | "appearance" | "autoFocus" | "captureMenuScroll" | "closeMenuOnScroll" | "components" | "inputId" | "isClearable" | "isInvalid" | "isLoading" | "menuIsOpen" | "menuPosition" | "menuPortalTarget" | "menuShouldBlockScroll" | "name" | "noOptionsMessage" | "onBlur" | "onFocus" | "onKeyDown" | "openMenuOnClick" | "options" | "styles" | "required" | "search" | "anchor" | "addMoreMessage" | "allowEmail" | "ariaDescribedBy" | "ariaLabel" | "ariaLabelledBy" | "ariaLive" | "clearValueLabel" | "defaultValue" | "disableInput" | "emailLabel" | "fieldId" | "footer" | "forwardedRef" | "groupByTypeOrder" | "header" | "height" | "includeTeamsUpdates" | "isFooterFocused" | "isValidEmail" | "loadOptions" | "loadOptionsErrorMessage" | "loadUserSource" | "maxOptions" | "maxPickerHeight" | "menuMinWidth" | "noBorder" | "onClear" | "onClose" | "onOpen" | "onSelection" | "open" | "placeholderAvatar" | "popupSelectProps" | "setIsFooterFocused" | "showClearIndicator" | "strategy" | "subtle" | "suggestEmailsForDomain" | "textFieldBackgroundColor" | "UNSAFE_hasDraggableParentComponent"> & {
90
90
  isMulti?: boolean | undefined;
91
91
  width?: number | string | undefined;
92
92
  } & {} & React.RefAttributes<any>>;
@@ -2,7 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- import { jsx } from '@emotion/react';
5
+ import React from 'react';
6
6
  /**
7
7
  * Conditional wrapper for the ValueContainer in Select. Provides a workaround
8
8
  * for issues using react-select on react-beautiful-dnd Draggable elements.
@@ -12,5 +12,5 @@ declare const ValueContainerWrapper: ({ children, isEnabled, onMouseDown, }: {
12
12
  children: React.ReactElement;
13
13
  isEnabled: boolean;
14
14
  onMouseDown: () => void;
15
- }) => jsx.JSX.Element;
15
+ }) => React.JSX.Element;
16
16
  export default ValueContainerWrapper;
@@ -156,7 +156,7 @@ export declare const BaseUserPicker: React.ForwardRefExoticComponent<Pick<Omit<{
156
156
  */
157
157
  UNSAFE_hasDraggableParentComponent?: boolean;
158
158
  width: string | number;
159
- }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "placeholder" | "isDisabled" | "onChange" | "onInputChange" | "value" | "appearance" | "autoFocus" | "captureMenuScroll" | "closeMenuOnScroll" | "components" | "inputId" | "isInvalid" | "isLoading" | "menuIsOpen" | "menuPosition" | "menuPortalTarget" | "menuShouldBlockScroll" | "name" | "noOptionsMessage" | "onBlur" | "onFocus" | "onKeyDown" | "options" | "styles" | "required" | "footer" | "defaultValue" | "search" | "anchor" | "addMoreMessage" | "allowEmail" | "ariaDescribedBy" | "ariaLabel" | "ariaLabelledBy" | "ariaLive" | "clearValueLabel" | "disableInput" | "emailLabel" | "fieldId" | "forwardedRef" | "groupByTypeOrder" | "header" | "height" | "includeTeamsUpdates" | "isFooterFocused" | "isValidEmail" | "loadOptions" | "loadUserSource" | "maxOptions" | "maxPickerHeight" | "menuMinWidth" | "onClear" | "onClose" | "onOpen" | "onSelection" | "open" | "placeholderAvatar" | "popupSelectProps" | "setIsFooterFocused" | "showClearIndicator" | "strategy" | "suggestEmailsForDomain" | "UNSAFE_hasDraggableParentComponent" | "width" | "pickerProps" | "SelectComponent"> & {
159
+ }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "placeholder" | "isDisabled" | "onChange" | "onInputChange" | "value" | "appearance" | "autoFocus" | "captureMenuScroll" | "closeMenuOnScroll" | "components" | "inputId" | "isInvalid" | "isLoading" | "menuIsOpen" | "menuPosition" | "menuPortalTarget" | "menuShouldBlockScroll" | "name" | "noOptionsMessage" | "onBlur" | "onFocus" | "onKeyDown" | "options" | "styles" | "required" | "search" | "anchor" | "addMoreMessage" | "allowEmail" | "ariaDescribedBy" | "ariaLabel" | "ariaLabelledBy" | "ariaLive" | "clearValueLabel" | "defaultValue" | "disableInput" | "emailLabel" | "fieldId" | "footer" | "forwardedRef" | "groupByTypeOrder" | "header" | "height" | "includeTeamsUpdates" | "isFooterFocused" | "isValidEmail" | "loadOptions" | "loadUserSource" | "maxOptions" | "maxPickerHeight" | "menuMinWidth" | "onClear" | "onClose" | "onOpen" | "onSelection" | "open" | "placeholderAvatar" | "popupSelectProps" | "setIsFooterFocused" | "showClearIndicator" | "strategy" | "suggestEmailsForDomain" | "UNSAFE_hasDraggableParentComponent" | "width" | "pickerProps" | "SelectComponent"> & {
160
160
  isClearable?: boolean | undefined;
161
161
  isMulti?: boolean | undefined;
162
162
  openMenuOnClick?: boolean | undefined;
@@ -4,10 +4,9 @@
4
4
  */
5
5
  import React from 'react';
6
6
  import { type UserPickerProps } from '../types';
7
- import { jsx } from '@emotion/react';
8
7
  export type Props = React.PropsWithChildren<{
9
8
  selectProps: UserPickerProps;
10
9
  }>;
11
10
  export declare class Menu extends React.Component<Props> {
12
- render(): jsx.JSX.Element;
11
+ render(): React.JSX.Element;
13
12
  }
@@ -4,7 +4,6 @@
4
4
  */
5
5
  import React from 'react';
6
6
  import { type OptionType } from '@atlaskit/select';
7
- import { jsx } from '@emotion/react';
8
7
  import { type Option, type UserPickerProps } from '../types';
9
8
  import { type MultiValueProps } from '@atlaskit/select';
10
9
  export declare const scrollToValue: (valueContainer: HTMLDivElement, control: HTMLElement) => void;
@@ -23,8 +22,8 @@ export declare class MultiValue extends React.Component<Props> {
23
22
  constructor(props: Props);
24
23
  componentDidUpdate(): void;
25
24
  shouldComponentUpdate(nextProps: Props): boolean;
26
- getElemBefore: () => jsx.JSX.Element;
27
- getElemAfter: () => jsx.JSX.Element | null;
28
- render(): jsx.JSX.Element;
25
+ getElemBefore: () => React.JSX.Element;
26
+ getElemAfter: () => React.JSX.Element | null;
27
+ render(): React.JSX.Element;
29
28
  }
30
29
  export {};
@@ -4,8 +4,7 @@
4
4
  */
5
5
  import React from 'react';
6
6
  import { type ControlProps } from '@atlaskit/select';
7
- import { jsx } from '@emotion/react';
8
7
  import type { UserPickerProps } from '../types';
9
8
  export declare class PopupControl extends React.PureComponent<ControlProps<any> & UserPickerProps> {
10
- render(): jsx.JSX.Element;
9
+ render(): React.JSX.Element;
11
10
  }
@@ -141,9 +141,6 @@ export declare const PopupUserPicker: React.ForwardRefExoticComponent<Omit<Pick<
141
141
  options?: import("../types").OptionData[] | undefined;
142
142
  styles?: import("@atlaskit/select").StylesConfig | undefined;
143
143
  required?: boolean | undefined;
144
- footer?: React.ReactNode;
145
- target?: import("../types").Target | undefined;
146
- defaultValue?: import("../types").DefaultValue;
147
144
  search?: string | undefined;
148
145
  anchor?: React.ComponentType<any> | undefined;
149
146
  addMoreMessage?: string | undefined;
@@ -153,9 +150,11 @@ export declare const PopupUserPicker: React.ForwardRefExoticComponent<Omit<Pick<
153
150
  ariaLabelledBy?: string | undefined;
154
151
  ariaLive?: "polite" | "off" | "assertive" | undefined;
155
152
  clearValueLabel?: string | undefined;
153
+ defaultValue?: import("../types").DefaultValue;
156
154
  disableInput?: boolean | undefined;
157
155
  emailLabel?: string | undefined;
158
156
  fieldId?: string | null | undefined;
157
+ footer?: React.ReactNode;
159
158
  forwardedRef?: React.ForwardedRef<import("../types").UserPickerRef> | undefined;
160
159
  groupByTypeOrder?: NonNullable<import("../types").OptionData["type"]>[] | undefined;
161
160
  header?: React.ReactNode;
@@ -187,6 +186,7 @@ export declare const PopupUserPicker: React.ForwardRefExoticComponent<Omit<Pick<
187
186
  textFieldBackgroundColor?: boolean | undefined;
188
187
  UNSAFE_hasDraggableParentComponent?: boolean | undefined;
189
188
  width?: number | string | undefined;
189
+ target?: import("../types").Target | undefined;
190
190
  popupTitle?: string | undefined;
191
191
  placement?: import("@popperjs/core").Placement | undefined;
192
192
  rootBoundary?: import("../types").RootBoundary | undefined;
@@ -1,4 +1,3 @@
1
- import { jsx } from '@emotion/react';
2
1
  import React from 'react';
3
2
  import { type Team } from '../../types';
4
3
  export type TeamOptionProps = {
@@ -14,5 +13,5 @@ export declare class TeamOption extends React.PureComponent<TeamOptionProps> {
14
13
  private renderVerifiedIcon;
15
14
  private getLozengeProps;
16
15
  private renderCustomByLine;
17
- render(): jsx.JSX.Element;
16
+ render(): React.JSX.Element;
18
17
  }
@@ -11,5 +11,5 @@ export declare class UserOption extends React.PureComponent<UserOptionProps> {
11
11
  renderSecondaryText: () => jsx.JSX.Element | undefined;
12
12
  private renderAvatar;
13
13
  private getLozengeProps;
14
- render(): jsx.JSX.Element;
14
+ render(): React.JSX.Element;
15
15
  }
@@ -86,7 +86,7 @@ export declare const UserPicker: React.ForwardRefExoticComponent<Pick<Omit<{
86
86
  UNSAFE_hasDraggableParentComponent?: boolean;
87
87
  value?: import("../types").Value;
88
88
  width?: number | string;
89
- }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "placeholder" | "isDisabled" | "onChange" | "onInputChange" | "value" | "appearance" | "autoFocus" | "captureMenuScroll" | "closeMenuOnScroll" | "components" | "inputId" | "isClearable" | "isInvalid" | "isLoading" | "menuIsOpen" | "menuPosition" | "menuPortalTarget" | "menuShouldBlockScroll" | "name" | "noOptionsMessage" | "onBlur" | "onFocus" | "onKeyDown" | "openMenuOnClick" | "options" | "styles" | "required" | "footer" | "defaultValue" | "search" | "anchor" | "addMoreMessage" | "allowEmail" | "ariaDescribedBy" | "ariaLabel" | "ariaLabelledBy" | "ariaLive" | "clearValueLabel" | "disableInput" | "emailLabel" | "fieldId" | "forwardedRef" | "groupByTypeOrder" | "header" | "height" | "includeTeamsUpdates" | "isFooterFocused" | "isValidEmail" | "loadOptions" | "loadOptionsErrorMessage" | "loadUserSource" | "maxOptions" | "maxPickerHeight" | "menuMinWidth" | "noBorder" | "onClear" | "onClose" | "onOpen" | "onSelection" | "open" | "placeholderAvatar" | "popupSelectProps" | "setIsFooterFocused" | "showClearIndicator" | "strategy" | "subtle" | "suggestEmailsForDomain" | "textFieldBackgroundColor" | "UNSAFE_hasDraggableParentComponent"> & {
89
+ }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "placeholder" | "isDisabled" | "onChange" | "onInputChange" | "value" | "appearance" | "autoFocus" | "captureMenuScroll" | "closeMenuOnScroll" | "components" | "inputId" | "isClearable" | "isInvalid" | "isLoading" | "menuIsOpen" | "menuPosition" | "menuPortalTarget" | "menuShouldBlockScroll" | "name" | "noOptionsMessage" | "onBlur" | "onFocus" | "onKeyDown" | "openMenuOnClick" | "options" | "styles" | "required" | "search" | "anchor" | "addMoreMessage" | "allowEmail" | "ariaDescribedBy" | "ariaLabel" | "ariaLabelledBy" | "ariaLive" | "clearValueLabel" | "defaultValue" | "disableInput" | "emailLabel" | "fieldId" | "footer" | "forwardedRef" | "groupByTypeOrder" | "header" | "height" | "includeTeamsUpdates" | "isFooterFocused" | "isValidEmail" | "loadOptions" | "loadOptionsErrorMessage" | "loadUserSource" | "maxOptions" | "maxPickerHeight" | "menuMinWidth" | "noBorder" | "onClear" | "onClose" | "onOpen" | "onSelection" | "open" | "placeholderAvatar" | "popupSelectProps" | "setIsFooterFocused" | "showClearIndicator" | "strategy" | "subtle" | "suggestEmailsForDomain" | "textFieldBackgroundColor" | "UNSAFE_hasDraggableParentComponent"> & {
90
90
  isMulti?: boolean | undefined;
91
91
  width?: number | string | undefined;
92
92
  } & {} & React.RefAttributes<any>>;
@@ -2,7 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- import { jsx } from '@emotion/react';
5
+ import React from 'react';
6
6
  /**
7
7
  * Conditional wrapper for the ValueContainer in Select. Provides a workaround
8
8
  * for issues using react-select on react-beautiful-dnd Draggable elements.
@@ -12,5 +12,5 @@ declare const ValueContainerWrapper: ({ children, isEnabled, onMouseDown, }: {
12
12
  children: React.ReactElement;
13
13
  isEnabled: boolean;
14
14
  onMouseDown: () => void;
15
- }) => jsx.JSX.Element;
15
+ }) => React.JSX.Element;
16
16
  export default ValueContainerWrapper;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "11.18.2",
3
+ "version": "11.19.0",
4
4
  "description": "Fabric component for display a dropdown to select a user from",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,10 +44,11 @@
44
44
  "dependencies": {
45
45
  "@atlaskit/afm-i18n-platform-elements-user-picker": "2.7.0",
46
46
  "@atlaskit/analytics-next": "^11.1.0",
47
- "@atlaskit/avatar": "^25.6.0",
48
- "@atlaskit/icon": "^29.3.0",
47
+ "@atlaskit/avatar": "^25.7.0",
48
+ "@atlaskit/feature-gate-js-client": "^5.5.0",
49
+ "@atlaskit/icon": "^29.4.0",
49
50
  "@atlaskit/logo": "^19.9.0",
50
- "@atlaskit/lozenge": "^13.2.0",
51
+ "@atlaskit/lozenge": "^13.3.0",
51
52
  "@atlaskit/people-teams-ui-public": "^3.7.0",
52
53
  "@atlaskit/platform-feature-flags": "^1.1.0",
53
54
  "@atlaskit/popper": "^7.1.0",
@@ -56,8 +57,8 @@
56
57
  "@atlaskit/spinner": "^19.0.0",
57
58
  "@atlaskit/teams-avatar": "^2.4.0",
58
59
  "@atlaskit/theme": "^21.0.0",
59
- "@atlaskit/tokens": "^9.0.0",
60
- "@atlaskit/tooltip": "^20.11.0",
60
+ "@atlaskit/tokens": "^9.1.0",
61
+ "@atlaskit/tooltip": "^20.12.0",
61
62
  "@atlaskit/ufo": "^0.4.0",
62
63
  "@babel/runtime": "^7.0.0",
63
64
  "@compiled/react": "^0.18.6",