@atlaskit/user-picker 10.22.0 → 10.22.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.22.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.22.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.22.0";
15
+ var packageVersion = "10.22.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}$/;
@@ -25,7 +25,7 @@ var sourcesTooltipContainer = (0, _primitives.xcss)({
25
25
  paddingRight: 'space.050'
26
26
  });
27
27
 
28
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
28
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
29
29
  var sourceWrapper = exports.sourceWrapper = (0, _react2.css)({
30
30
  paddingTop: "var(--ds-space-050, 4px)",
31
31
  display: 'flex',
@@ -27,7 +27,7 @@ var _ExternalAvatarItemOption = require("./ExternalAvatarItemOption");
27
27
  var _SourcesTooltipContent = require("./SourcesTooltipContent");
28
28
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
29
29
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
30
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
30
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
31
31
  var imageContainer = exports.imageContainer = (0, _react2.css)({
32
32
  height: '16px',
33
33
  width: '16px',
@@ -37,7 +37,7 @@ var imageContainer = exports.imageContainer = (0, _react2.css)({
37
37
  justifyContent: 'center'
38
38
  });
39
39
 
40
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
40
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
41
41
  var emailDomainWrapper = exports.emailDomainWrapper = (0, _react2.css)({
42
42
  fontWeight: 'bold'
43
43
  });
@@ -22,7 +22,7 @@ var _i18n = require("../i18n");
22
22
  var _HighlightText = require("../HighlightText");
23
23
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
24
24
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
25
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
25
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
26
26
  var groupOptionIconWrapper = exports.groupOptionIconWrapper = (0, _react2.css)({
27
27
  padding: "var(--ds-space-025, 2px)",
28
28
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -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.22.0";
5
+ const packageVersion = "10.22.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}$/;
@@ -16,7 +16,7 @@ const sourcesTooltipContainer = xcss({
16
16
  paddingRight: 'space.050'
17
17
  });
18
18
 
19
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
19
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
20
20
  export const sourceWrapper = css({
21
21
  paddingTop: "var(--ds-space-050, 4px)",
22
22
  display: 'flex',
@@ -14,7 +14,7 @@ import InfoIcon from './InfoIcon';
14
14
  import { ExternalAvatarItemOption } from './ExternalAvatarItemOption';
15
15
  import { SourcesTooltipContent } from './SourcesTooltipContent';
16
16
 
17
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
17
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
18
18
  export const imageContainer = css({
19
19
  height: '16px',
20
20
  width: '16px',
@@ -24,7 +24,7 @@ export const imageContainer = css({
24
24
  justifyContent: 'center'
25
25
  });
26
26
 
27
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
27
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
28
28
  export const emailDomainWrapper = css({
29
29
  fontWeight: 'bold'
30
30
  });
@@ -10,7 +10,7 @@ import { AvatarItemOption, textWrapper } from '../AvatarItemOption';
10
10
  import { messages } from '../i18n';
11
11
  import { HighlightText } from '../HighlightText';
12
12
 
13
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
13
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
14
14
  export const groupOptionIconWrapper = css({
15
15
  padding: "var(--ds-space-025, 2px)",
16
16
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -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.22.0";
8
+ var packageVersion = "10.22.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}$/;
@@ -16,7 +16,7 @@ var sourcesTooltipContainer = xcss({
16
16
  paddingRight: 'space.050'
17
17
  });
18
18
 
19
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
19
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
20
20
  export var sourceWrapper = css({
21
21
  paddingTop: "var(--ds-space-050, 4px)",
22
22
  display: 'flex',
@@ -23,7 +23,7 @@ import InfoIcon from './InfoIcon';
23
23
  import { ExternalAvatarItemOption } from './ExternalAvatarItemOption';
24
24
  import { SourcesTooltipContent } from './SourcesTooltipContent';
25
25
 
26
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
26
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
27
27
  export var imageContainer = css({
28
28
  height: '16px',
29
29
  width: '16px',
@@ -33,7 +33,7 @@ export var imageContainer = css({
33
33
  justifyContent: 'center'
34
34
  });
35
35
 
36
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
36
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
37
37
  export var emailDomainWrapper = css({
38
38
  fontWeight: 'bold'
39
39
  });
@@ -18,7 +18,7 @@ import { AvatarItemOption, textWrapper } from '../AvatarItemOption';
18
18
  import { messages } from '../i18n';
19
19
  import { HighlightText } from '../HighlightText';
20
20
 
21
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
21
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
22
22
  export var groupOptionIconWrapper = css({
23
23
  padding: "var(--ds-space-025, 2px)",
24
24
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "10.22.0",
3
+ "version": "10.22.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/"
@@ -43,12 +43,12 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@atlaskit/analytics-next": "^9.3.0",
46
- "@atlaskit/avatar": "^21.10.0",
47
- "@atlaskit/icon": "^22.5.0",
46
+ "@atlaskit/avatar": "^21.11.0",
47
+ "@atlaskit/icon": "^22.6.0",
48
48
  "@atlaskit/logo": "^14.1.0",
49
49
  "@atlaskit/lozenge": "^11.8.0",
50
50
  "@atlaskit/popper": "^6.1.0",
51
- "@atlaskit/primitives": "^10.0.0",
51
+ "@atlaskit/primitives": "^11.0.0",
52
52
  "@atlaskit/select": "^17.11.0",
53
53
  "@atlaskit/spinner": "^16.2.0",
54
54
  "@atlaskit/teams-avatar": "^1.0.0",
@@ -73,7 +73,7 @@
73
73
  "@atlaskit/heading": "^2.4.0",
74
74
  "@atlaskit/visual-regression": "*",
75
75
  "@emotion/styled": "^11.0.0",
76
- "@testing-library/dom": "^8.17.1",
76
+ "@testing-library/dom": "^10.1.0",
77
77
  "@testing-library/jest-dom": "^6.4.5",
78
78
  "@testing-library/react": "^12.1.5",
79
79
  "@testing-library/react-hooks": "^8.0.1",