@atlaskit/user-picker 10.29.1 → 10.29.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 +6 -0
- package/dist/cjs/analytics.js +1 -1
- package/dist/cjs/components/AvatarItemOption.js +2 -0
- package/dist/cjs/components/ExternalUserOption/ExternalAvatarItemOption.js +2 -0
- package/dist/cjs/components/SingleValueContainer.js +1 -0
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/components/AvatarItemOption.js +2 -0
- package/dist/es2019/components/ExternalUserOption/ExternalAvatarItemOption.js +2 -0
- package/dist/es2019/components/SingleValueContainer.js +1 -0
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/components/AvatarItemOption.js +2 -0
- package/dist/esm/components/ExternalUserOption/ExternalAvatarItemOption.js +2 -0
- package/dist/esm/components/SingleValueContainer.js +1 -0
- package/package.json +3 -3
- package/tsconfig.json +0 -1
package/CHANGELOG.md
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 = "10.29.
|
|
15
|
+
var packageVersion = "10.29.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}$/;
|
|
@@ -32,6 +32,7 @@ var wrapper = function wrapper(isDisabled) {
|
|
|
32
32
|
alignItems: 'center',
|
|
33
33
|
boxSizing: 'border-box',
|
|
34
34
|
display: 'flex',
|
|
35
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
35
36
|
lineHeight: 1,
|
|
36
37
|
outline: 'none',
|
|
37
38
|
margin: 0,
|
|
@@ -46,6 +47,7 @@ var optionWrapper = (0, _react2.css)({
|
|
|
46
47
|
maxWidth: '100%',
|
|
47
48
|
minWidth: 0,
|
|
48
49
|
flex: '1 1 100%',
|
|
50
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
49
51
|
lineHeight: '1.4',
|
|
50
52
|
paddingLeft: "var(--ds-space-100, 8px)"
|
|
51
53
|
});
|
|
@@ -18,6 +18,7 @@ var outerWrapper = function outerWrapper(isDisabled) {
|
|
|
18
18
|
alignItems: 'center',
|
|
19
19
|
boxSizing: 'border-box',
|
|
20
20
|
display: 'flex',
|
|
21
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
21
22
|
lineHeight: 1,
|
|
22
23
|
outline: 'none',
|
|
23
24
|
margin: 0,
|
|
@@ -33,6 +34,7 @@ var detailsWrapper = (0, _react.css)({
|
|
|
33
34
|
maxWidth: '100%',
|
|
34
35
|
minWidth: 0,
|
|
35
36
|
flex: '1 1 100%',
|
|
37
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
36
38
|
lineHeight: 1.4,
|
|
37
39
|
paddingLeft: "var(--ds-space-100, 8px)",
|
|
38
40
|
alignItems: 'center'
|
|
@@ -27,6 +27,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
27
27
|
var placeholderIconContainer = (0, _react.css)({
|
|
28
28
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
29
29
|
paddingLeft: _styles.BORDER_PADDING,
|
|
30
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
30
31
|
lineHeight: 0,
|
|
31
32
|
gridArea: '1/1/2/2'
|
|
32
33
|
});
|
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 = "10.29.
|
|
5
|
+
const packageVersion = "10.29.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}$/;
|
|
@@ -16,6 +16,7 @@ const wrapper = isDisabled => css({
|
|
|
16
16
|
alignItems: 'center',
|
|
17
17
|
boxSizing: 'border-box',
|
|
18
18
|
display: 'flex',
|
|
19
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
19
20
|
lineHeight: 1,
|
|
20
21
|
outline: 'none',
|
|
21
22
|
margin: 0,
|
|
@@ -29,6 +30,7 @@ const optionWrapper = css({
|
|
|
29
30
|
maxWidth: '100%',
|
|
30
31
|
minWidth: 0,
|
|
31
32
|
flex: '1 1 100%',
|
|
33
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
32
34
|
lineHeight: '1.4',
|
|
33
35
|
paddingLeft: "var(--ds-space-100, 8px)"
|
|
34
36
|
});
|
|
@@ -10,6 +10,7 @@ const outerWrapper = isDisabled => css({
|
|
|
10
10
|
alignItems: 'center',
|
|
11
11
|
boxSizing: 'border-box',
|
|
12
12
|
display: 'flex',
|
|
13
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
13
14
|
lineHeight: 1,
|
|
14
15
|
outline: 'none',
|
|
15
16
|
margin: 0,
|
|
@@ -24,6 +25,7 @@ const detailsWrapper = css({
|
|
|
24
25
|
maxWidth: '100%',
|
|
25
26
|
minWidth: 0,
|
|
26
27
|
flex: '1 1 100%',
|
|
28
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
27
29
|
lineHeight: 1.4,
|
|
28
30
|
paddingLeft: "var(--ds-space-100, 8px)",
|
|
29
31
|
alignItems: 'center'
|
|
@@ -13,6 +13,7 @@ import ValueContainerWrapper from './ValueContainerWrapper';
|
|
|
13
13
|
const placeholderIconContainer = css({
|
|
14
14
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
15
15
|
paddingLeft: BORDER_PADDING,
|
|
16
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
16
17
|
lineHeight: 0,
|
|
17
18
|
gridArea: '1/1/2/2'
|
|
18
19
|
});
|
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 = "10.29.
|
|
8
|
+
var packageVersion = "10.29.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}$/;
|
|
@@ -22,6 +22,7 @@ var wrapper = function wrapper(isDisabled) {
|
|
|
22
22
|
alignItems: 'center',
|
|
23
23
|
boxSizing: 'border-box',
|
|
24
24
|
display: 'flex',
|
|
25
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
25
26
|
lineHeight: 1,
|
|
26
27
|
outline: 'none',
|
|
27
28
|
margin: 0,
|
|
@@ -36,6 +37,7 @@ var optionWrapper = css({
|
|
|
36
37
|
maxWidth: '100%',
|
|
37
38
|
minWidth: 0,
|
|
38
39
|
flex: '1 1 100%',
|
|
40
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
39
41
|
lineHeight: '1.4',
|
|
40
42
|
paddingLeft: "var(--ds-space-100, 8px)"
|
|
41
43
|
});
|
|
@@ -14,6 +14,7 @@ var outerWrapper = function outerWrapper(isDisabled) {
|
|
|
14
14
|
alignItems: 'center',
|
|
15
15
|
boxSizing: 'border-box',
|
|
16
16
|
display: 'flex',
|
|
17
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
17
18
|
lineHeight: 1,
|
|
18
19
|
outline: 'none',
|
|
19
20
|
margin: 0,
|
|
@@ -29,6 +30,7 @@ var detailsWrapper = css({
|
|
|
29
30
|
maxWidth: '100%',
|
|
30
31
|
minWidth: 0,
|
|
31
32
|
flex: '1 1 100%',
|
|
33
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
32
34
|
lineHeight: 1.4,
|
|
33
35
|
paddingLeft: "var(--ds-space-100, 8px)",
|
|
34
36
|
alignItems: 'center'
|
|
@@ -22,6 +22,7 @@ import ValueContainerWrapper from './ValueContainerWrapper';
|
|
|
22
22
|
var placeholderIconContainer = css({
|
|
23
23
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
24
24
|
paddingLeft: BORDER_PADDING,
|
|
25
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
25
26
|
lineHeight: 0,
|
|
26
27
|
gridArea: '1/1/2/2'
|
|
27
28
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/user-picker",
|
|
3
|
-
"version": "10.29.
|
|
3
|
+
"version": "10.29.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/"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@atlaskit/analytics-next": "^10.2.0",
|
|
50
50
|
"@atlaskit/avatar": "^21.17.0",
|
|
51
|
-
"@atlaskit/icon": "^23.
|
|
51
|
+
"@atlaskit/icon": "^23.3.0",
|
|
52
52
|
"@atlaskit/logo": "^15.1.0",
|
|
53
53
|
"@atlaskit/lozenge": "^11.12.0",
|
|
54
54
|
"@atlaskit/people-teams-ui-public": "^2.0.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@atlaskit/spinner": "^16.3.0",
|
|
60
60
|
"@atlaskit/teams-avatar": "^1.1.0",
|
|
61
61
|
"@atlaskit/theme": "^14.0.0",
|
|
62
|
-
"@atlaskit/tokens": "^
|
|
62
|
+
"@atlaskit/tokens": "^3.0.0",
|
|
63
63
|
"@atlaskit/tooltip": "^19.0.0",
|
|
64
64
|
"@atlaskit/ufo": "^0.3.0",
|
|
65
65
|
"@babel/runtime": "^7.0.0",
|