@atlaskit/util-data-test 17.8.52 → 17.9.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 CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/util-data-test
2
2
 
3
+ ## 17.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 17.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#69969](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69969) [`c9939127a605`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c9939127a605) - [ux] Render the custom byline instead of email for external users.
14
+
15
+ ### Patch Changes
16
+
17
+ - [#70375](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70375) [`18028d32522b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/18028d32522b) - Adding tooltip to option shown on hover
18
+ - Updated dependencies
19
+
3
20
  ## 17.8.52
4
21
 
5
22
  ### Patch Changes
@@ -357,5 +357,15 @@
357
357
  "isExternal": true,
358
358
  "requiresSourceHydration": true,
359
359
  "sources": []
360
+ },
361
+ {
362
+ "id": "external-6",
363
+ "name": "External user with custom byline",
364
+ "email": "externaluserwithcustombyline@email.com",
365
+ "avatarUrl": "https://ptc-directory-sited-static.us-east-1.staging.public.atl-paas.net/teams/avatars/4.svg",
366
+ "type": "user",
367
+ "isExternal": true,
368
+ "sources": ["google", "microsoft"],
369
+ "byline": "custom byline text"
360
370
  }
361
371
  ]
@@ -13,7 +13,8 @@ var userPickerTeamData = exports.userPickerTeamData = [{
13
13
  type: 'team',
14
14
  fixed: false,
15
15
  description: 'This team has a custom icon',
16
- lozenge: /*#__PURE__*/_react.default.createElement(_ChevronRight.default, null)
16
+ lozenge: /*#__PURE__*/_react.default.createElement(_ChevronRight.default, null),
17
+ tooltip: 'This team has a custom icon'
17
18
  }, {
18
19
  id: 'team-custom-icon-and-byline',
19
20
  name: 'Team with custom icon and byline',
@@ -357,5 +357,15 @@
357
357
  "isExternal": true,
358
358
  "requiresSourceHydration": true,
359
359
  "sources": []
360
+ },
361
+ {
362
+ "id": "external-6",
363
+ "name": "External user with custom byline",
364
+ "email": "externaluserwithcustombyline@email.com",
365
+ "avatarUrl": "https://ptc-directory-sited-static.us-east-1.staging.public.atl-paas.net/teams/avatars/4.svg",
366
+ "type": "user",
367
+ "isExternal": true,
368
+ "sources": ["google", "microsoft"],
369
+ "byline": "custom byline text"
360
370
  }
361
371
  ]
@@ -6,7 +6,8 @@ export const userPickerTeamData = [{
6
6
  type: 'team',
7
7
  fixed: false,
8
8
  description: 'This team has a custom icon',
9
- lozenge: /*#__PURE__*/React.createElement(ChevronRight, null)
9
+ lozenge: /*#__PURE__*/React.createElement(ChevronRight, null),
10
+ tooltip: 'This team has a custom icon'
10
11
  }, {
11
12
  id: 'team-custom-icon-and-byline',
12
13
  name: 'Team with custom icon and byline',
@@ -357,5 +357,15 @@
357
357
  "isExternal": true,
358
358
  "requiresSourceHydration": true,
359
359
  "sources": []
360
+ },
361
+ {
362
+ "id": "external-6",
363
+ "name": "External user with custom byline",
364
+ "email": "externaluserwithcustombyline@email.com",
365
+ "avatarUrl": "https://ptc-directory-sited-static.us-east-1.staging.public.atl-paas.net/teams/avatars/4.svg",
366
+ "type": "user",
367
+ "isExternal": true,
368
+ "sources": ["google", "microsoft"],
369
+ "byline": "custom byline text"
360
370
  }
361
371
  ]
@@ -6,7 +6,8 @@ export var userPickerTeamData = [{
6
6
  type: 'team',
7
7
  fixed: false,
8
8
  description: 'This team has a custom icon',
9
- lozenge: /*#__PURE__*/React.createElement(ChevronRight, null)
9
+ lozenge: /*#__PURE__*/React.createElement(ChevronRight, null),
10
+ tooltip: 'This team has a custom icon'
10
11
  }, {
11
12
  id: 'team-custom-icon-and-byline',
12
13
  name: 'Team with custom icon and byline',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "17.8.52",
3
+ "version": "17.9.1",
4
4
  "description": "Shared test and story data",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -67,14 +67,14 @@
67
67
  "access": "public"
68
68
  },
69
69
  "dependencies": {
70
- "@atlaskit/analytics-next": "^9.1.0",
70
+ "@atlaskit/analytics-next": "^9.2.0",
71
71
  "@atlaskit/emoji": "67.6.9",
72
72
  "@atlaskit/icon": "^22.0.0",
73
73
  "@atlaskit/mention": "22.1.10",
74
- "@atlaskit/profilecard": "^19.8.0",
74
+ "@atlaskit/profilecard": "^19.9.0",
75
75
  "@atlaskit/theme": "^12.6.0",
76
76
  "@atlaskit/tokens": "^1.35.0",
77
- "@atlaskit/user-picker": "10.15.0",
77
+ "@atlaskit/user-picker": "10.16.1",
78
78
  "@atlaskit/util-service-support": "^6.2.0",
79
79
  "@babel/runtime": "^7.0.0",
80
80
  "@emotion/react": "^11.7.1",