@atlaskit/user-picker 13.2.1 → 13.3.0
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 +9 -1
- package/afm-cc/tsconfig.json +3 -3
- package/afm-products/tsconfig.json +3 -3
- package/dist/cjs/analytics.js +1 -1
- package/dist/es2019/analytics.js +1 -1
- package/dist/esm/analytics.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
# @atlaskit/user-picker
|
|
2
2
|
|
|
3
|
+
## 13.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`6d48bbf99477b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d48bbf99477b) -
|
|
8
|
+
Update i18n NPM package versions for editor,editor-extensions,activity-platform,media,elements
|
|
9
|
+
(Group 3)
|
|
10
|
+
|
|
3
11
|
## 13.2.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
6
14
|
|
|
7
15
|
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
8
|
-
Add @
|
|
16
|
+
Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
9
17
|
gating.
|
|
10
18
|
- Updated dependencies
|
|
11
19
|
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -52,6 +52,9 @@
|
|
|
52
52
|
{
|
|
53
53
|
"path": "../../../design-system/primitives/afm-cc/tsconfig.json"
|
|
54
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
|
|
57
|
+
},
|
|
55
58
|
{
|
|
56
59
|
"path": "../../../design-system/select/afm-cc/tsconfig.json"
|
|
57
60
|
},
|
|
@@ -72,9 +75,6 @@
|
|
|
72
75
|
},
|
|
73
76
|
{
|
|
74
77
|
"path": "../../../data/ufo-external/afm-cc/tsconfig.json"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
|
|
78
78
|
}
|
|
79
79
|
]
|
|
80
80
|
}
|
|
@@ -52,6 +52,9 @@
|
|
|
52
52
|
{
|
|
53
53
|
"path": "../../../design-system/primitives/afm-products/tsconfig.json"
|
|
54
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"path": "../../../react-compiler/react-compiler-gating/afm-products/tsconfig.json"
|
|
57
|
+
},
|
|
55
58
|
{
|
|
56
59
|
"path": "../../../design-system/select/afm-products/tsconfig.json"
|
|
57
60
|
},
|
|
@@ -72,9 +75,6 @@
|
|
|
72
75
|
},
|
|
73
76
|
{
|
|
74
77
|
"path": "../../../data/ufo-external/afm-products/tsconfig.json"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"path": "../../../react-compiler/react-compiler-gating/afm-products/tsconfig.json"
|
|
78
78
|
}
|
|
79
79
|
]
|
|
80
80
|
}
|
package/dist/cjs/analytics.js
CHANGED
|
@@ -15,7 +15,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
15
15
|
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; } // eslint-disable-next-line @typescript-eslint/consistent-type-imports
|
|
16
16
|
// eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
|
|
17
17
|
var packageName = "@atlaskit/user-picker";
|
|
18
|
-
var packageVersion = "13.2.
|
|
18
|
+
var packageVersion = "13.2.1";
|
|
19
19
|
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}$/;
|
|
20
20
|
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}$/;
|
|
21
21
|
var UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
|
package/dist/es2019/analytics.js
CHANGED
|
@@ -6,7 +6,7 @@ import { fg } from '@atlaskit/platform-feature-flags';
|
|
|
6
6
|
import { v4 as uuidv4 } from 'uuid';
|
|
7
7
|
import { isCustom, isExternalUser } from './components/utils';
|
|
8
8
|
const packageName = "@atlaskit/user-picker";
|
|
9
|
-
const packageVersion = "13.2.
|
|
9
|
+
const packageVersion = "13.2.1";
|
|
10
10
|
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}$/;
|
|
11
11
|
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}$/;
|
|
12
12
|
const UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
|
package/dist/esm/analytics.js
CHANGED
|
@@ -9,7 +9,7 @@ import { fg } from '@atlaskit/platform-feature-flags';
|
|
|
9
9
|
import { v4 as uuidv4 } from 'uuid';
|
|
10
10
|
import { isCustom, isExternalUser } from './components/utils';
|
|
11
11
|
var packageName = "@atlaskit/user-picker";
|
|
12
|
-
var packageVersion = "13.2.
|
|
12
|
+
var packageVersion = "13.2.1";
|
|
13
13
|
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}$/;
|
|
14
14
|
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}$/;
|
|
15
15
|
var UUID_REGEXP_NEW_AAID = /^[a-fA-F0-9]{24,24}$/;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/user-picker",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.3.0",
|
|
4
4
|
"description": "Fabric component for display a dropdown to select a user from",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@af/search-test-utils": "workspace:^",
|
|
18
18
|
"@af/visual-regression": "workspace:^",
|
|
19
19
|
"@atlaskit/heading": "^6.0.0",
|
|
20
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
20
|
+
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
21
21
|
"@atlassian/a11y-playwright-testing": "^0.10.0",
|
|
22
22
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
23
23
|
"@emotion/styled": "^11.0.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"react-compiler": {
|
|
43
43
|
"enabled": true,
|
|
44
44
|
"gating": {
|
|
45
|
-
"source": "@
|
|
45
|
+
"source": "@atlaskit/react-compiler-gating",
|
|
46
46
|
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@atlaskit/afm-i18n-platform-elements-user-picker": "2.
|
|
66
|
+
"@atlaskit/afm-i18n-platform-elements-user-picker": "2.168.0",
|
|
67
67
|
"@atlaskit/analytics-next": "^12.0.0",
|
|
68
68
|
"@atlaskit/avatar": "^26.0.0",
|
|
69
69
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
@@ -72,8 +72,9 @@
|
|
|
72
72
|
"@atlaskit/lozenge": "^14.0.0",
|
|
73
73
|
"@atlaskit/people-teams-ui-public": "^5.0.0",
|
|
74
74
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
75
|
-
"@atlaskit/popper": "^8.
|
|
75
|
+
"@atlaskit/popper": "^8.1.0",
|
|
76
76
|
"@atlaskit/primitives": "^20.0.0",
|
|
77
|
+
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
77
78
|
"@atlaskit/select": "^22.1.0",
|
|
78
79
|
"@atlaskit/spinner": "^20.0.0",
|
|
79
80
|
"@atlaskit/tag": "^15.0.0",
|
|
@@ -81,7 +82,6 @@
|
|
|
81
82
|
"@atlaskit/tokens": "^15.0.0",
|
|
82
83
|
"@atlaskit/tooltip": "^23.0.0",
|
|
83
84
|
"@atlaskit/ufo": "^1.0.0",
|
|
84
|
-
"@atlassian/react-compiler-gating": "^0.2.0",
|
|
85
85
|
"@babel/runtime": "^7.0.0",
|
|
86
86
|
"@compiled/react": "^0.20.0",
|
|
87
87
|
"@emotion/react": "^11.7.1",
|