@atlaskit/user-picker 10.31.0 → 10.31.1

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,11 @@
1
1
  # @atlaskit/user-picker
2
2
 
3
+ ## 10.31.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.31.0
4
10
 
5
11
  ### Minor Changes
@@ -12,7 +12,7 @@ var _utils = require("./components/utils");
12
12
  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
13
  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; }
14
14
  var packageName = "@atlaskit/user-picker";
15
- var packageVersion = "10.31.0";
15
+ var packageVersion = "10.31.1";
16
16
  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
17
  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
18
  var UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
@@ -20,7 +20,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
20
20
  *
21
21
  * @param locale string specifying the locale like 'en_GB', or 'fr'.
22
22
  */
23
- var getMessagesForLocale = exports.getMessagesForLocale = /*#__PURE__*/function () {
23
+ var _getMessagesForLocale = exports.getMessagesForLocale = /*#__PURE__*/function () {
24
24
  var _ref = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(locale) {
25
25
  var fragments;
26
26
  return _regenerator.default.wrap(function _callee$(_context) {
@@ -215,7 +215,7 @@ var getMessagesForLocale = exports.getMessagesForLocale = /*#__PURE__*/function
215
215
  _context.next = 38;
216
216
  break;
217
217
  }
218
- return _context.abrupt("return", getMessagesForLocale(fragments[0]));
218
+ return _context.abrupt("return", _getMessagesForLocale(fragments[0]));
219
219
  case 38:
220
220
  return _context.abrupt("return", Promise.resolve().then(function () {
221
221
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-en" */'../i18n/en'));
@@ -2,7 +2,7 @@ import { createAndFireEvent } from '@atlaskit/analytics-next';
2
2
  import { v4 as uuidv4 } from 'uuid';
3
3
  import { isCustom, isExternalUser } from './components/utils';
4
4
  const packageName = "@atlaskit/user-picker";
5
- const packageVersion = "10.31.0";
5
+ const packageVersion = "10.31.1";
6
6
  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}$/;
7
7
  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}$/;
8
8
  const UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
@@ -5,7 +5,7 @@ import { createAndFireEvent } from '@atlaskit/analytics-next';
5
5
  import { v4 as uuidv4 } from 'uuid';
6
6
  import { isCustom, isExternalUser } from './components/utils';
7
7
  var packageName = "@atlaskit/user-picker";
8
- var packageVersion = "10.31.0";
8
+ var packageVersion = "10.31.1";
9
9
  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}$/;
10
10
  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}$/;
11
11
  var UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
@@ -10,7 +10,7 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
10
10
  *
11
11
  * @param locale string specifying the locale like 'en_GB', or 'fr'.
12
12
  */
13
- export var getMessagesForLocale = /*#__PURE__*/function () {
13
+ var _getMessagesForLocale = /*#__PURE__*/function () {
14
14
  var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(locale) {
15
15
  var fragments;
16
16
  return _regeneratorRuntime.wrap(function _callee$(_context) {
@@ -145,7 +145,7 @@ export var getMessagesForLocale = /*#__PURE__*/function () {
145
145
  _context.next = 38;
146
146
  break;
147
147
  }
148
- return _context.abrupt("return", getMessagesForLocale(fragments[0]));
148
+ return _context.abrupt("return", _getMessagesForLocale(fragments[0]));
149
149
  case 38:
150
150
  return _context.abrupt("return", import( /* webpackChunkName: "@atlaskit-internal_user-picker-i18n-en" */'../i18n/en').then(function (mod) {
151
151
  return mod.default;
@@ -159,4 +159,5 @@ export var getMessagesForLocale = /*#__PURE__*/function () {
159
159
  return function getMessagesForLocale(_x) {
160
160
  return _ref.apply(this, arguments);
161
161
  };
162
- }();
162
+ }();
163
+ export { _getMessagesForLocale as getMessagesForLocale };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "10.31.0",
3
+ "version": "10.31.1",
4
4
  "description": "Fabric component for display a dropdown to select a user from",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -49,11 +49,11 @@
49
49
  "dependencies": {
50
50
  "@atlaskit/analytics-next": "^10.3.0",
51
51
  "@atlaskit/avatar": "^21.18.0",
52
- "@atlaskit/icon": "^23.5.0",
52
+ "@atlaskit/icon": "^23.6.0",
53
53
  "@atlaskit/logo": "^15.2.0",
54
54
  "@atlaskit/lozenge": "^11.13.0",
55
55
  "@atlaskit/people-teams-ui-public": "^2.1.0",
56
- "@atlaskit/platform-feature-flags": "^0.3.0",
56
+ "@atlaskit/platform-feature-flags": "^1.0.0",
57
57
  "@atlaskit/popper": "^6.4.0",
58
58
  "@atlaskit/primitives": "^13.4.0",
59
59
  "@atlaskit/select": "^18.10.0",