@atlaskit/link-picker 1.26.0 → 1.27.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 1.27.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`fa8b71abb1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa8b71abb1a) - [ux] Add title to link picker results
8
+
3
9
  ## 1.26.0
4
10
 
5
11
  ### Minor Changes
@@ -84,7 +84,8 @@ var LinkSearchListItem = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref
84
84
  css: _styled.itemNameStyles
85
85
  }, (0, _react2.jsx)("div", {
86
86
  "data-testid": "".concat(testIds.searchResultItem, "-title"),
87
- css: _styled.listItemNameStyles
87
+ css: _styled.listItemNameStyles,
88
+ title: item.name
88
89
  }, item.name), (0, _react2.jsx)("div", {
89
90
  "data-testid": "".concat(testIds.searchResultItem, "-subtitle"),
90
91
  css: _styled.listItemContextStyles
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "sideEffects": false
5
5
  }
@@ -74,7 +74,8 @@ export const LinkSearchListItem = /*#__PURE__*/forwardRef(({
74
74
  css: itemNameStyles
75
75
  }, jsx("div", {
76
76
  "data-testid": `${testIds.searchResultItem}-title`,
77
- css: listItemNameStyles
77
+ css: listItemNameStyles,
78
+ title: item.name
78
79
  }, item.name), jsx("div", {
79
80
  "data-testid": `${testIds.searchResultItem}-subtitle`,
80
81
  css: listItemContextStyles
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "sideEffects": false
5
5
  }
@@ -75,7 +75,8 @@ export var LinkSearchListItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
75
75
  css: itemNameStyles
76
76
  }, jsx("div", {
77
77
  "data-testid": "".concat(testIds.searchResultItem, "-title"),
78
- css: listItemNameStyles
78
+ css: listItemNameStyles,
79
+ title: item.name
79
80
  }, item.name), jsx("div", {
80
81
  "data-testid": "".concat(testIds.searchResultItem, "-subtitle"),
81
82
  css: listItemContextStyles
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -55,7 +55,7 @@
55
55
  "@atlaskit/form": "^8.11.0",
56
56
  "@atlaskit/frontend-utilities": "^2.7.0",
57
57
  "@atlaskit/icon": "^21.12.0",
58
- "@atlaskit/linking-common": "^3.2.0",
58
+ "@atlaskit/linking-common": "^3.3.0",
59
59
  "@atlaskit/onboarding": "^10.8.2",
60
60
  "@atlaskit/platform-feature-flags": "^0.2.1",
61
61
  "@atlaskit/spinner": "^15.5.0",
@@ -84,7 +84,7 @@
84
84
  "@atlaskit/dropdown-menu": "^11.10.0",
85
85
  "@atlaskit/link-provider": "^1.6.0",
86
86
  "@atlaskit/link-test-helpers": "^4.1.0",
87
- "@atlaskit/linking-common": "^3.2.0",
87
+ "@atlaskit/linking-common": "^3.3.0",
88
88
  "@atlaskit/visual-regression": "*",
89
89
  "@atlaskit/webdriver-runner": "*",
90
90
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",