@atlaskit/user-picker 11.25.8 → 11.25.10

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,19 @@
1
1
  # @atlaskit/user-picker
2
2
 
3
+ ## 11.25.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.25.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [`2c91b4048c838`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c91b4048c838) -
14
+ Bump i18n packages
15
+ - Updated dependencies
16
+
3
17
  ## 11.25.8
4
18
 
5
19
  ### Patch Changes
@@ -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 = "0.0.0-development";
18
+ var packageVersion = "11.25.10";
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}$/;
@@ -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 = "0.0.0-development";
9
+ const packageVersion = "11.25.10";
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}$/;
@@ -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 = "0.0.0-development";
12
+ var packageVersion = "11.25.10";
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/docs/0-intro.tsx CHANGED
@@ -10,7 +10,7 @@ const _default_1: any = md`
10
10
  #### DISCLAIMER:
11
11
 
12
12
  Please consider using the smart-user-picker over user-picker if possible. This encourages consistency and monitoring.
13
- If you cannot use smart-user-picker, please reach out to the our slack channels, #search-plex,
13
+ If you cannot use smart-user-picker, please reach out to the our slack channels, #help-search-plex,
14
14
  so that we can work with you.
15
15
 
16
16
  ## Usage
@@ -14,7 +14,7 @@ const _default_1: any = md`
14
14
  @atlaskit/smart-user-picker
15
15
  </Link>{' '}
16
16
  instead. Alternatively, @atlaskit/smart-hooks will be ready by end of FY22Q4. Contact
17
- #search-plex for further details.
17
+ #help-search-plex for further details.
18
18
  </SectionMessage>
19
19
  )}
20
20
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "11.25.8",
3
+ "version": "11.25.10",
4
4
  "description": "Fabric component for display a dropdown to select a user from",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -42,22 +42,22 @@
42
42
  "access": "public"
43
43
  },
44
44
  "dependencies": {
45
- "@atlaskit/afm-i18n-platform-elements-user-picker": "2.7.0",
45
+ "@atlaskit/afm-i18n-platform-elements-user-picker": "2.87.0",
46
46
  "@atlaskit/analytics-next": "^11.2.0",
47
47
  "@atlaskit/avatar": "^25.11.0",
48
48
  "@atlaskit/feature-gate-js-client": "^5.5.0",
49
49
  "@atlaskit/icon": "^34.0.0",
50
50
  "@atlaskit/logo": "^20.0.0",
51
- "@atlaskit/lozenge": "^13.5.0",
51
+ "@atlaskit/lozenge": "^13.6.0",
52
52
  "@atlaskit/people-teams-ui-public": "^3.7.0",
53
53
  "@atlaskit/platform-feature-flags": "^1.1.0",
54
54
  "@atlaskit/popper": "^7.1.0",
55
- "@atlaskit/primitives": "^18.1.0",
55
+ "@atlaskit/primitives": "^19.0.0",
56
56
  "@atlaskit/select": "^21.10.0",
57
57
  "@atlaskit/spinner": "^19.1.0",
58
- "@atlaskit/tag": "^14.7.0",
58
+ "@atlaskit/tag": "^14.8.0",
59
59
  "@atlaskit/teams-avatar": "^2.4.0",
60
- "@atlaskit/tokens": "^12.0.0",
60
+ "@atlaskit/tokens": "^13.0.0",
61
61
  "@atlaskit/tooltip": "^21.1.0",
62
62
  "@atlaskit/ufo": "^0.4.0",
63
63
  "@babel/runtime": "^7.0.0",