@atlaskit/user-picker 11.1.0 → 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 +17 -0
- package/afm-jira/tsconfig.json +3 -0
- package/afm-post-office/tsconfig.json +3 -0
- package/dist/cjs/analytics.js +1 -1
- package/dist/cjs/components/BaseUserPicker.js +1 -2
- package/dist/cjs/components/ClearIndicator.compiled.css +1 -1
- package/dist/cjs/components/ClearIndicator.js +1 -1
- package/dist/cjs/components/Control.compiled.css +1 -1
- package/dist/cjs/components/Control.js +1 -1
- package/dist/cjs/components/ExternalUserOption/SourcesTooltipContent.js +3 -3
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/components/BaseUserPicker.js +1 -2
- package/dist/es2019/components/ClearIndicator.compiled.css +1 -1
- package/dist/es2019/components/ClearIndicator.js +1 -1
- package/dist/es2019/components/Control.compiled.css +1 -1
- package/dist/es2019/components/Control.js +1 -1
- package/dist/es2019/components/ExternalUserOption/SourcesTooltipContent.js +3 -3
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/components/BaseUserPicker.js +1 -2
- package/dist/esm/components/ClearIndicator.compiled.css +1 -1
- package/dist/esm/components/ClearIndicator.js +1 -1
- package/dist/esm/components/Control.compiled.css +1 -1
- package/dist/esm/components/Control.js +1 -1
- package/dist/esm/components/ExternalUserOption/SourcesTooltipContent.js +3 -3
- package/dist/types/components/BaseUserPicker.d.ts +1 -5
- package/dist/types-ts4.5/components/BaseUserPicker.d.ts +1 -5
- package/package.json +2 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
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
|
+
|
|
12
|
+
## 11.1.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#158576](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/158576)
|
|
17
|
+
[`2cc60c8e1d9c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2cc60c8e1d9c9) -
|
|
18
|
+
NO-ISSUE Clean up FG pass-aria-describedby-to-baseuserpicker
|
|
19
|
+
|
|
3
20
|
## 11.1.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/afm-jira/tsconfig.json
CHANGED
package/dist/cjs/analytics.js
CHANGED
|
@@ -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.
|
|
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}$/;
|
|
@@ -17,7 +17,6 @@ var _ufo = require("@atlaskit/ufo");
|
|
|
17
17
|
var _debounce = _interopRequireDefault(require("lodash/debounce"));
|
|
18
18
|
var _react = _interopRequireDefault(require("react"));
|
|
19
19
|
var _reactIntlNext = require("react-intl-next");
|
|
20
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
21
20
|
var _uuid = require("uuid");
|
|
22
21
|
var _analytics = require("../analytics");
|
|
23
22
|
var _batch = require("./batch");
|
|
@@ -517,7 +516,7 @@ var BaseUserPickerWithoutAnalytics = exports.BaseUserPickerWithoutAnalytics = /*
|
|
|
517
516
|
value: value,
|
|
518
517
|
autoFocus: autoFocus !== undefined ? autoFocus : menuIsOpen,
|
|
519
518
|
"aria-labelledby": ariaLabelledBy,
|
|
520
|
-
"aria-describedby":
|
|
519
|
+
"aria-describedby": ariaDescribedBy,
|
|
521
520
|
"aria-live": ariaLive,
|
|
522
521
|
"aria-required": required // This has been added as a safety net.
|
|
523
522
|
,
|
|
@@ -34,7 +34,7 @@ var AsyncTooltip = /*#__PURE__*/_react.default.lazy(function () {
|
|
|
34
34
|
});
|
|
35
35
|
});
|
|
36
36
|
var clearIndicatorStyles = {
|
|
37
|
-
root: "_v5641ppt _tzy4kb7n _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _30l3s4qr
|
|
37
|
+
root: "_v5641ppt _tzy4kb7n _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _30l3s4qr _1mhjgrf3"
|
|
38
38
|
};
|
|
39
39
|
var ClearIndicator = exports.ClearIndicator = /*#__PURE__*/function (_React$PureComponent) {
|
|
40
40
|
function ClearIndicator() {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
._1h6d1elr{border-color:var(--ds-border-input,#8590a2)}
|
|
4
4
|
._1h6d1j28{border-color:transparent}
|
|
5
5
|
._1h6d1p6i{border-color:var(--ds-border-focused,#388bff)}._19bvidpf{padding-left:0}
|
|
6
|
-
.
|
|
6
|
+
._1a98zg3v:hover .fabric-user-picker__clear-indicator{opacity:1!important}
|
|
7
7
|
._bfhk1j28{background-color:transparent}
|
|
8
8
|
._bfhk1j9a{background-color:var(--ds-background-input,#fff)}
|
|
9
9
|
._ca0qidpf{padding-top:0}
|
|
@@ -20,7 +20,7 @@ var controlStyles = {
|
|
|
20
20
|
focused: "_1h6d1p6i _bfhk1j9a _4cvx1p6i _irr31j9a",
|
|
21
21
|
disabled: "_irr3syzs",
|
|
22
22
|
subtle: "_1h6d1j28 _bfhk1j28 _4cvx1j28 _irr31gly",
|
|
23
|
-
root: "_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1h6d1elr _bfhk1j9a _p12f1osq _4cvx1elr _irr31d5g
|
|
23
|
+
root: "_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1h6d1elr _bfhk1j9a _p12f1osq _4cvx1elr _irr31d5g _1a98zg3v"
|
|
24
24
|
};
|
|
25
25
|
var Control = function Control(props) {
|
|
26
26
|
return /*#__PURE__*/React.createElement(_select.components.Control, (0, _extends2.default)({}, props, {
|
|
@@ -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: '
|
|
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: '
|
|
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: '
|
|
41
|
+
size: 'xxsmall'
|
|
42
42
|
}),
|
|
43
43
|
label: _i18n.messages.otherAtlassianSource
|
|
44
44
|
}, {
|
package/dist/es2019/analytics.js
CHANGED
|
@@ -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.
|
|
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}$/;
|
|
@@ -5,7 +5,6 @@ import { UFOExperienceState } from '@atlaskit/ufo';
|
|
|
5
5
|
import debounce from 'lodash/debounce';
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { FormattedMessage } from 'react-intl-next';
|
|
8
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
8
|
import { v4 as uuidv4 } from 'uuid';
|
|
10
9
|
import { cancelEvent, clearEvent, createAndFireEventInElementsChannel, deleteEvent, failedEvent, focusEvent, searchedEvent, selectEvent, startSession } from '../analytics';
|
|
11
10
|
import { batchByKey } from './batch';
|
|
@@ -498,7 +497,7 @@ export class BaseUserPickerWithoutAnalytics extends React.Component {
|
|
|
498
497
|
value: value,
|
|
499
498
|
autoFocus: autoFocus !== undefined ? autoFocus : menuIsOpen,
|
|
500
499
|
"aria-labelledby": ariaLabelledBy,
|
|
501
|
-
"aria-describedby":
|
|
500
|
+
"aria-describedby": ariaDescribedBy,
|
|
502
501
|
"aria-live": ariaLive,
|
|
503
502
|
"aria-required": required // This has been added as a safety net.
|
|
504
503
|
,
|
|
@@ -11,7 +11,7 @@ const AsyncTooltip = /*#__PURE__*/React.lazy(() => import( /* webpackChunkName:
|
|
|
11
11
|
};
|
|
12
12
|
}));
|
|
13
13
|
const clearIndicatorStyles = {
|
|
14
|
-
root: "_v5641ppt _tzy4kb7n _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _30l3s4qr
|
|
14
|
+
root: "_v5641ppt _tzy4kb7n _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _30l3s4qr _1mhjgrf3"
|
|
15
15
|
};
|
|
16
16
|
export class ClearIndicator extends React.PureComponent {
|
|
17
17
|
constructor(...args) {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
._1h6d1elr{border-color:var(--ds-border-input,#8590a2)}
|
|
4
4
|
._1h6d1j28{border-color:transparent}
|
|
5
5
|
._1h6d1p6i{border-color:var(--ds-border-focused,#388bff)}._19bvidpf{padding-left:0}
|
|
6
|
-
.
|
|
6
|
+
._1a98zg3v:hover .fabric-user-picker__clear-indicator{opacity:1!important}
|
|
7
7
|
._bfhk1j28{background-color:transparent}
|
|
8
8
|
._bfhk1j9a{background-color:var(--ds-background-input,#fff)}
|
|
9
9
|
._ca0qidpf{padding-top:0}
|
|
@@ -10,7 +10,7 @@ const controlStyles = {
|
|
|
10
10
|
focused: "_1h6d1p6i _bfhk1j9a _4cvx1p6i _irr31j9a",
|
|
11
11
|
disabled: "_irr3syzs",
|
|
12
12
|
subtle: "_1h6d1j28 _bfhk1j28 _4cvx1j28 _irr31gly",
|
|
13
|
-
root: "_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1h6d1elr _bfhk1j9a _p12f1osq _4cvx1elr _irr31d5g
|
|
13
|
+
root: "_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1h6d1elr _bfhk1j9a _p12f1osq _4cvx1elr _irr31d5g _1a98zg3v"
|
|
14
14
|
};
|
|
15
15
|
const Control = props => {
|
|
16
16
|
return /*#__PURE__*/React.createElement(components.Control, _extends({}, props, {
|
|
@@ -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: '
|
|
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: '
|
|
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: '
|
|
34
|
+
size: 'xxsmall'
|
|
35
35
|
}),
|
|
36
36
|
label: messages.otherAtlassianSource
|
|
37
37
|
}, {
|
package/dist/esm/analytics.js
CHANGED
|
@@ -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.
|
|
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}$/;
|
|
@@ -17,7 +17,6 @@ import { UFOExperienceState } from '@atlaskit/ufo';
|
|
|
17
17
|
import debounce from 'lodash/debounce';
|
|
18
18
|
import React from 'react';
|
|
19
19
|
import { FormattedMessage } from 'react-intl-next';
|
|
20
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
21
20
|
import { v4 as uuidv4 } from 'uuid';
|
|
22
21
|
import { cancelEvent, clearEvent, createAndFireEventInElementsChannel, deleteEvent, failedEvent, focusEvent, searchedEvent, selectEvent, startSession } from '../analytics';
|
|
23
22
|
import { batchByKey } from './batch';
|
|
@@ -510,7 +509,7 @@ export var BaseUserPickerWithoutAnalytics = /*#__PURE__*/function (_React$Compon
|
|
|
510
509
|
value: value,
|
|
511
510
|
autoFocus: autoFocus !== undefined ? autoFocus : menuIsOpen,
|
|
512
511
|
"aria-labelledby": ariaLabelledBy,
|
|
513
|
-
"aria-describedby":
|
|
512
|
+
"aria-describedby": ariaDescribedBy,
|
|
514
513
|
"aria-live": ariaLive,
|
|
515
514
|
"aria-required": required // This has been added as a safety net.
|
|
516
515
|
,
|
|
@@ -22,7 +22,7 @@ var AsyncTooltip = /*#__PURE__*/React.lazy(function () {
|
|
|
22
22
|
});
|
|
23
23
|
});
|
|
24
24
|
var clearIndicatorStyles = {
|
|
25
|
-
root: "_v5641ppt _tzy4kb7n _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _30l3s4qr
|
|
25
|
+
root: "_v5641ppt _tzy4kb7n _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _30l3s4qr _1mhjgrf3"
|
|
26
26
|
};
|
|
27
27
|
export var ClearIndicator = /*#__PURE__*/function (_React$PureComponent) {
|
|
28
28
|
function ClearIndicator() {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
._1h6d1elr{border-color:var(--ds-border-input,#8590a2)}
|
|
4
4
|
._1h6d1j28{border-color:transparent}
|
|
5
5
|
._1h6d1p6i{border-color:var(--ds-border-focused,#388bff)}._19bvidpf{padding-left:0}
|
|
6
|
-
.
|
|
6
|
+
._1a98zg3v:hover .fabric-user-picker__clear-indicator{opacity:1!important}
|
|
7
7
|
._bfhk1j28{background-color:transparent}
|
|
8
8
|
._bfhk1j9a{background-color:var(--ds-background-input,#fff)}
|
|
9
9
|
._ca0qidpf{padding-top:0}
|
|
@@ -10,7 +10,7 @@ var controlStyles = {
|
|
|
10
10
|
focused: "_1h6d1p6i _bfhk1j9a _4cvx1p6i _irr31j9a",
|
|
11
11
|
disabled: "_irr3syzs",
|
|
12
12
|
subtle: "_1h6d1j28 _bfhk1j28 _4cvx1j28 _irr31gly",
|
|
13
|
-
root: "_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1h6d1elr _bfhk1j9a _p12f1osq _4cvx1elr _irr31d5g
|
|
13
|
+
root: "_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1h6d1elr _bfhk1j9a _p12f1osq _4cvx1elr _irr31d5g _1a98zg3v"
|
|
14
14
|
};
|
|
15
15
|
var Control = function Control(props) {
|
|
16
16
|
return /*#__PURE__*/React.createElement(components.Control, _extends({}, props, {
|
|
@@ -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: '
|
|
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: '
|
|
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: '
|
|
34
|
+
size: 'xxsmall'
|
|
35
35
|
}),
|
|
36
36
|
label: messages.otherAtlassianSource
|
|
37
37
|
}, {
|
|
@@ -65,11 +65,7 @@ export declare class BaseUserPickerWithoutAnalytics extends React.Component<Base
|
|
|
65
65
|
render(): React.JSX.Element;
|
|
66
66
|
}
|
|
67
67
|
export declare const BaseUserPicker: React.ForwardRefExoticComponent<Pick<Omit<{
|
|
68
|
-
fieldId: string | null;
|
|
69
|
-
* @deprecated This is a temporary prop to enable user-pickers to work in Draggable elements in react-beautiful-dnd.
|
|
70
|
-
* See https://product-fabric.atlassian.net/browse/DSP-15701 for more details.
|
|
71
|
-
* It may be removed in a future minor or patch when a longer-term workaround is found.
|
|
72
|
-
*/
|
|
68
|
+
fieldId: string | null;
|
|
73
69
|
options?: OptionData[] | undefined;
|
|
74
70
|
width?: string | number | undefined;
|
|
75
71
|
menuMinWidth?: number | undefined;
|
|
@@ -65,11 +65,7 @@ export declare class BaseUserPickerWithoutAnalytics extends React.Component<Base
|
|
|
65
65
|
render(): React.JSX.Element;
|
|
66
66
|
}
|
|
67
67
|
export declare const BaseUserPicker: React.ForwardRefExoticComponent<Pick<Omit<{
|
|
68
|
-
fieldId: string | null;
|
|
69
|
-
* @deprecated This is a temporary prop to enable user-pickers to work in Draggable elements in react-beautiful-dnd.
|
|
70
|
-
* See https://product-fabric.atlassian.net/browse/DSP-15701 for more details.
|
|
71
|
-
* It may be removed in a future minor or patch when a longer-term workaround is found.
|
|
72
|
-
*/
|
|
68
|
+
fieldId: string | null;
|
|
73
69
|
options?: OptionData[] | undefined;
|
|
74
70
|
width?: string | number | undefined;
|
|
75
71
|
menuMinWidth?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/user-picker",
|
|
3
|
-
"version": "11.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.
|
|
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",
|
|
@@ -110,9 +110,6 @@
|
|
|
110
110
|
"ui"
|
|
111
111
|
],
|
|
112
112
|
"platform-feature-flags": {
|
|
113
|
-
"pass-aria-describedby-to-baseuserpicker": {
|
|
114
|
-
"type": "boolean"
|
|
115
|
-
},
|
|
116
113
|
"platform-component-visual-refresh": {
|
|
117
114
|
"type": "boolean"
|
|
118
115
|
},
|