@atlaskit/user-picker 11.1.1 → 11.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/user-picker
2
2
 
3
+ ## 11.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#154600](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154600)
8
+ [`0b06dde976fe0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b06dde976fe0) -
9
+ Internal updates to logo component usage
10
+ - Updated dependencies
11
+
3
12
  ## 11.1.1
4
13
 
5
14
  ### Patch 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 = "11.1.1";
15
+ var packageVersion = "11.1.2";
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}$/;
@@ -26,19 +26,19 @@ var sourceWrapperStyles = (0, _primitives.xcss)({
26
26
  var SUPPORTED_SOURCES = [{
27
27
  sourceType: 'jira',
28
28
  icon: /*#__PURE__*/_react.default.createElement(_logo.JiraIcon, {
29
- size: 'xsmall'
29
+ size: 'xxsmall'
30
30
  }),
31
31
  label: _i18n.messages.jiraSource
32
32
  }, {
33
33
  sourceType: 'confluence',
34
34
  icon: /*#__PURE__*/_react.default.createElement(_logo.ConfluenceIcon, {
35
- size: 'xsmall'
35
+ size: 'xxsmall'
36
36
  }),
37
37
  label: _i18n.messages.confluenceSource
38
38
  }, {
39
39
  sourceType: 'other-atlassian',
40
40
  icon: /*#__PURE__*/_react.default.createElement(_logo.AtlassianIcon, {
41
- size: 'xsmall'
41
+ size: 'xxsmall'
42
42
  }),
43
43
  label: _i18n.messages.otherAtlassianSource
44
44
  }, {
@@ -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 = "11.1.1";
5
+ const packageVersion = "11.1.2";
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}$/;
@@ -19,19 +19,19 @@ const sourceWrapperStyles = xcss({
19
19
  const SUPPORTED_SOURCES = [{
20
20
  sourceType: 'jira',
21
21
  icon: /*#__PURE__*/React.createElement(JiraIcon, {
22
- size: 'xsmall'
22
+ size: 'xxsmall'
23
23
  }),
24
24
  label: messages.jiraSource
25
25
  }, {
26
26
  sourceType: 'confluence',
27
27
  icon: /*#__PURE__*/React.createElement(ConfluenceIcon, {
28
- size: 'xsmall'
28
+ size: 'xxsmall'
29
29
  }),
30
30
  label: messages.confluenceSource
31
31
  }, {
32
32
  sourceType: 'other-atlassian',
33
33
  icon: /*#__PURE__*/React.createElement(AtlassianIcon, {
34
- size: 'xsmall'
34
+ size: 'xxsmall'
35
35
  }),
36
36
  label: messages.otherAtlassianSource
37
37
  }, {
@@ -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 = "11.1.1";
8
+ var packageVersion = "11.1.2";
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}$/;
@@ -19,19 +19,19 @@ var sourceWrapperStyles = xcss({
19
19
  var SUPPORTED_SOURCES = [{
20
20
  sourceType: 'jira',
21
21
  icon: /*#__PURE__*/React.createElement(JiraIcon, {
22
- size: 'xsmall'
22
+ size: 'xxsmall'
23
23
  }),
24
24
  label: messages.jiraSource
25
25
  }, {
26
26
  sourceType: 'confluence',
27
27
  icon: /*#__PURE__*/React.createElement(ConfluenceIcon, {
28
- size: 'xsmall'
28
+ size: 'xxsmall'
29
29
  }),
30
30
  label: messages.confluenceSource
31
31
  }, {
32
32
  sourceType: 'other-atlassian',
33
33
  icon: /*#__PURE__*/React.createElement(AtlassianIcon, {
34
- size: 'xsmall'
34
+ size: 'xxsmall'
35
35
  }),
36
36
  label: messages.otherAtlassianSource
37
37
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "11.1.1",
3
+ "version": "11.1.2",
4
4
  "description": "Fabric component for display a dropdown to select a user from",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -53,7 +53,7 @@
53
53
  "@atlaskit/avatar": "^25.1.0",
54
54
  "@atlaskit/icon": "^26.1.0",
55
55
  "@atlaskit/link": "^3.2.0",
56
- "@atlaskit/logo": "^18.0.0",
56
+ "@atlaskit/logo": "^18.1.0",
57
57
  "@atlaskit/lozenge": "^12.2.0",
58
58
  "@atlaskit/people-teams-ui-public": "^3.1.0",
59
59
  "@atlaskit/platform-feature-flags": "^1.1.0",