@atlaskit/user-picker 12.0.5 → 12.0.6

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,12 @@
1
1
  # @atlaskit/user-picker
2
2
 
3
+ ## 12.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`42a9772eb71b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/42a9772eb71b8) -
8
+ replace 'react-intl-next' alias with 'react-intl'
9
+
3
10
  ## 12.0.5
4
11
 
5
12
  ### Patch Changes
@@ -19,7 +19,7 @@ var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits
19
19
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
20
20
  var _select = require("@atlaskit/select");
21
21
  var _react = _interopRequireWildcard(require("react"));
22
- var _reactIntlNext = require("react-intl-next");
22
+ var _reactIntl = require("react-intl");
23
23
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
24
24
  var _i18n = require("./i18n");
25
25
  var _utils = require("./utils");
@@ -76,7 +76,7 @@ var MultiValueContainer = exports.MultiValueContainer = /*#__PURE__*/function (_
76
76
  return _this.props.children;
77
77
  }
78
78
  if (addMoreMessage === undefined) {
79
- return /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _i18n.messages.addMore, function (addMore) {
79
+ return /*#__PURE__*/_react.default.createElement(_reactIntl.FormattedMessage, _i18n.messages.addMore, function (addMore) {
80
80
  var _join, _addMoreMessages;
81
81
  var addMoreMessages = addMore;
82
82
  if (addMore && typeof addMore === 'string') {
@@ -5,7 +5,7 @@ import "./MultiValueContainer.compiled.css";
5
5
  import { ax, ix } from "@compiled/react/runtime";
6
6
  import { components } from '@atlaskit/select';
7
7
  import React, { Fragment } from 'react';
8
- import { FormattedMessage } from 'react-intl-next';
8
+ import { FormattedMessage } from 'react-intl';
9
9
  import { fg } from '@atlaskit/platform-feature-flags';
10
10
  import { messages } from './i18n';
11
11
  import { isChildInput } from './utils';
@@ -16,7 +16,7 @@ function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstruct
16
16
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
17
17
  import { components } from '@atlaskit/select';
18
18
  import React, { Fragment } from 'react';
19
- import { FormattedMessage } from 'react-intl-next';
19
+ import { FormattedMessage } from 'react-intl';
20
20
  import { fg } from '@atlaskit/platform-feature-flags';
21
21
  import { messages } from './i18n';
22
22
  import { isChildInput } from './utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "12.0.5",
3
+ "version": "12.0.6",
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,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@atlaskit/afm-i18n-platform-elements-user-picker": "2.87.0",
46
46
  "@atlaskit/analytics-next": "^11.2.0",
47
- "@atlaskit/avatar": "^25.12.0",
47
+ "@atlaskit/avatar": "^25.13.0",
48
48
  "@atlaskit/feature-gate-js-client": "^5.5.0",
49
- "@atlaskit/icon": "^34.2.0",
49
+ "@atlaskit/icon": "^34.3.0",
50
50
  "@atlaskit/logo": "^20.0.0",
51
51
  "@atlaskit/lozenge": "^13.7.0",
52
52
  "@atlaskit/people-teams-ui-public": "^4.0.0",
@@ -58,7 +58,7 @@
58
58
  "@atlaskit/tag": "^14.12.0",
59
59
  "@atlaskit/teams-avatar": "^2.6.0",
60
60
  "@atlaskit/tokens": "^13.0.0",
61
- "@atlaskit/tooltip": "^21.1.0",
61
+ "@atlaskit/tooltip": "^21.2.0",
62
62
  "@atlaskit/ufo": "^0.4.0",
63
63
  "@babel/runtime": "^7.0.0",
64
64
  "@compiled/react": "^0.20.0",