@atlaskit/user-picker 9.5.0 → 9.5.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 +6 -0
- package/dist/cjs/components/GroupOption/main.js +1 -1
- package/dist/cjs/components/TeamOption/main.js +4 -4
- package/dist/cjs/components/UserPicker.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/GroupOption/main.js +1 -1
- package/dist/es2019/components/TeamOption/main.js +4 -4
- package/dist/es2019/components/UserPicker.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/GroupOption/main.js +1 -1
- package/dist/esm/components/TeamOption/main.js +4 -4
- package/dist/esm/components/UserPicker.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +4 -3
- package/report.api.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -35,7 +35,7 @@ var _people = _interopRequireDefault(require("@atlaskit/icon/glyph/people"));
|
|
|
35
35
|
|
|
36
36
|
var _AvatarItemOption = require("../AvatarItemOption");
|
|
37
37
|
|
|
38
|
-
var _i18n = require("
|
|
38
|
+
var _i18n = require("../i18n");
|
|
39
39
|
|
|
40
40
|
var _HighlightText = require("../HighlightText");
|
|
41
41
|
|
|
@@ -33,13 +33,13 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
33
33
|
|
|
34
34
|
var _reactIntlNext = require("react-intl-next");
|
|
35
35
|
|
|
36
|
-
var _AvatarItemOption = require("
|
|
36
|
+
var _AvatarItemOption = require("../AvatarItemOption");
|
|
37
37
|
|
|
38
|
-
var _HighlightText = require("
|
|
38
|
+
var _HighlightText = require("../HighlightText");
|
|
39
39
|
|
|
40
|
-
var _i18n = require("
|
|
40
|
+
var _i18n = require("../i18n");
|
|
41
41
|
|
|
42
|
-
var _SizeableAvatar = require("
|
|
42
|
+
var _SizeableAvatar = require("../SizeableAvatar");
|
|
43
43
|
|
|
44
44
|
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); }; }
|
|
45
45
|
|
|
@@ -43,7 +43,7 @@ var _creatableEmailSuggestion = require("./creatableEmailSuggestion");
|
|
|
43
43
|
|
|
44
44
|
var _MessagesIntlProvider = _interopRequireDefault(require("./MessagesIntlProvider"));
|
|
45
45
|
|
|
46
|
-
var _UserSourceProvider = require("
|
|
46
|
+
var _UserSourceProvider = require("../clients/UserSourceProvider");
|
|
47
47
|
|
|
48
48
|
var _ufoExperiences = require("../util/ufoExperiences");
|
|
49
49
|
|
package/dist/cjs/version.json
CHANGED
|
@@ -8,7 +8,7 @@ import { N20, B400, N800, N200 } from '@atlaskit/theme/colors';
|
|
|
8
8
|
import { token } from '@atlaskit/tokens';
|
|
9
9
|
import PeopleIcon from '@atlaskit/icon/glyph/people';
|
|
10
10
|
import { AvatarItemOption, textWrapper } from '../AvatarItemOption';
|
|
11
|
-
import { messages } from '
|
|
11
|
+
import { messages } from '../i18n';
|
|
12
12
|
import { HighlightText } from '../HighlightText';
|
|
13
13
|
export const groupOptionIconWrapper = css({
|
|
14
14
|
padding: '2px',
|
|
@@ -7,10 +7,10 @@ import { token } from '@atlaskit/tokens';
|
|
|
7
7
|
import { jsx } from '@emotion/core';
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import { FormattedMessage } from 'react-intl-next';
|
|
10
|
-
import { AvatarItemOption, textWrapper } from '
|
|
11
|
-
import { HighlightText } from '
|
|
12
|
-
import { messages } from '
|
|
13
|
-
import { SizeableAvatar } from '
|
|
10
|
+
import { AvatarItemOption, textWrapper } from '../AvatarItemOption';
|
|
11
|
+
import { HighlightText } from '../HighlightText';
|
|
12
|
+
import { messages } from '../i18n';
|
|
13
|
+
import { SizeableAvatar } from '../SizeableAvatar';
|
|
14
14
|
export class TeamOption extends React.PureComponent {
|
|
15
15
|
constructor(...args) {
|
|
16
16
|
super(...args);
|
|
@@ -10,7 +10,7 @@ import { getComponents } from './components';
|
|
|
10
10
|
import { getCreatableProps } from './creatable';
|
|
11
11
|
import { getCreatableSuggestedEmailProps } from './creatableEmailSuggestion';
|
|
12
12
|
import MessagesIntlProvider from './MessagesIntlProvider';
|
|
13
|
-
import { ExusUserSourceProvider } from '
|
|
13
|
+
import { ExusUserSourceProvider } from '../clients/UserSourceProvider';
|
|
14
14
|
import { userPickerRenderedUfoExperience as experience, UfoErrorBoundary } from '../util/ufoExperiences';
|
|
15
15
|
import { v4 as uuidv4 } from 'uuid';
|
|
16
16
|
export class UserPickerWithoutAnalytics extends React.Component {
|
package/dist/es2019/version.json
CHANGED
|
@@ -18,7 +18,7 @@ import { N20, B400, N800, N200 } from '@atlaskit/theme/colors';
|
|
|
18
18
|
import { token } from '@atlaskit/tokens';
|
|
19
19
|
import PeopleIcon from '@atlaskit/icon/glyph/people';
|
|
20
20
|
import { AvatarItemOption, textWrapper } from '../AvatarItemOption';
|
|
21
|
-
import { messages } from '
|
|
21
|
+
import { messages } from '../i18n';
|
|
22
22
|
import { HighlightText } from '../HighlightText';
|
|
23
23
|
export var groupOptionIconWrapper = css({
|
|
24
24
|
padding: '2px',
|
|
@@ -17,10 +17,10 @@ import { token } from '@atlaskit/tokens';
|
|
|
17
17
|
import { jsx } from '@emotion/core';
|
|
18
18
|
import React from 'react';
|
|
19
19
|
import { FormattedMessage } from 'react-intl-next';
|
|
20
|
-
import { AvatarItemOption, textWrapper } from '
|
|
21
|
-
import { HighlightText } from '
|
|
22
|
-
import { messages } from '
|
|
23
|
-
import { SizeableAvatar } from '
|
|
20
|
+
import { AvatarItemOption, textWrapper } from '../AvatarItemOption';
|
|
21
|
+
import { HighlightText } from '../HighlightText';
|
|
22
|
+
import { messages } from '../i18n';
|
|
23
|
+
import { SizeableAvatar } from '../SizeableAvatar';
|
|
24
24
|
export var TeamOption = /*#__PURE__*/function (_React$PureComponent) {
|
|
25
25
|
_inherits(TeamOption, _React$PureComponent);
|
|
26
26
|
|
|
@@ -24,7 +24,7 @@ import { getComponents } from './components';
|
|
|
24
24
|
import { getCreatableProps } from './creatable';
|
|
25
25
|
import { getCreatableSuggestedEmailProps } from './creatableEmailSuggestion';
|
|
26
26
|
import MessagesIntlProvider from './MessagesIntlProvider';
|
|
27
|
-
import { ExusUserSourceProvider } from '
|
|
27
|
+
import { ExusUserSourceProvider } from '../clients/UserSourceProvider';
|
|
28
28
|
import { userPickerRenderedUfoExperience as experience, UfoErrorBoundary } from '../util/ufoExperiences';
|
|
29
29
|
import { v4 as uuidv4 } from 'uuid';
|
|
30
30
|
export var UserPickerWithoutAnalytics = /*#__PURE__*/function (_React$Component) {
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/user-picker",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.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/"
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"typesVersions": {
|
|
16
16
|
">=4.0 <4.5": {
|
|
17
17
|
"*": [
|
|
18
|
-
"dist/types-ts4.0/*"
|
|
18
|
+
"dist/types-ts4.0/*",
|
|
19
|
+
"dist/types-ts4.0/index.d.ts"
|
|
19
20
|
]
|
|
20
21
|
}
|
|
21
22
|
},
|
|
@@ -42,7 +43,7 @@
|
|
|
42
43
|
"@atlaskit/select": "^15.7.0",
|
|
43
44
|
"@atlaskit/spinner": "^15.1.4",
|
|
44
45
|
"@atlaskit/theme": "^12.2.0",
|
|
45
|
-
"@atlaskit/tokens": "^0.10.
|
|
46
|
+
"@atlaskit/tokens": "^0.10.19",
|
|
46
47
|
"@atlaskit/tooltip": "^17.6.0",
|
|
47
48
|
"@atlaskit/ufo": "^0.1.0",
|
|
48
49
|
"@babel/runtime": "^7.0.0",
|
package/report.api.md
CHANGED