@atlaskit/help 7.1.21 → 7.1.23

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,17 @@
1
1
  # @atlaskit/help
2
2
 
3
+ ## 7.1.23
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4ad56486a8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ad56486a8a) - [ux] Added title attribute to search input field
8
+
9
+ ## 7.1.22
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.1.21
4
16
 
5
17
  ### Patch Changes
@@ -106,6 +106,7 @@ var SearchInput = function SearchInput(_ref) {
106
106
  }
107
107
 
108
108
  return /*#__PURE__*/_react.default.createElement(_styled.SearchInputContainer, null, /*#__PURE__*/_react.default.createElement(_textfield.default, {
109
+ title: "Help articles search input",
109
110
  autoComplete: "off",
110
111
  ref: inputRef,
111
112
  name: "help-search-input",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.21",
3
+ "version": "7.1.23",
4
4
  "sideEffects": false
5
5
  }
@@ -77,6 +77,7 @@ export const SearchInput = ({
77
77
  }
78
78
 
79
79
  return /*#__PURE__*/React.createElement(SearchInputContainer, null, /*#__PURE__*/React.createElement(Textfield, {
80
+ title: "Help articles search input",
80
81
  autoComplete: "off",
81
82
  ref: inputRef,
82
83
  name: "help-search-input",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.21",
3
+ "version": "7.1.23",
4
4
  "sideEffects": false
5
5
  }
@@ -76,6 +76,7 @@ export var SearchInput = function SearchInput(_ref) {
76
76
  }
77
77
 
78
78
  return /*#__PURE__*/React.createElement(SearchInputContainer, null, /*#__PURE__*/React.createElement(Textfield, {
79
+ title: "Help articles search input",
79
80
  autoComplete: "off",
80
81
  ref: inputRef,
81
82
  name: "help-search-input",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.21",
3
+ "version": "7.1.23",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.21",
3
+ "version": "7.1.23",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,12 +38,12 @@
38
38
  "@atlaskit/notification-log-client": "^6.0.0",
39
39
  "@atlaskit/radio": "^5.4.0",
40
40
  "@atlaskit/section-message": "^6.3.0",
41
- "@atlaskit/select": "^16.0.0",
41
+ "@atlaskit/select": "^16.1.0",
42
42
  "@atlaskit/spinner": "^15.3.0",
43
43
  "@atlaskit/textarea": "^4.5.0",
44
44
  "@atlaskit/textfield": "^5.3.0",
45
45
  "@atlaskit/theme": "^12.2.0",
46
- "@atlaskit/tokens": "^0.12.0",
46
+ "@atlaskit/tokens": "^0.13.0",
47
47
  "@atlaskit/tooltip": "^17.6.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/core": "^10.0.9",