@atlaskit/link-picker 1.47.16 → 1.47.17

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,13 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 1.47.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [#99456](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99456)
8
+ [`9301bc6f44edf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9301bc6f44edf) -
9
+ [ux] Fix the incorrect heading structure on the link picker with no results
10
+
3
11
  ## 1.47.16
4
12
 
5
13
  ### Patch Changes
@@ -29,7 +29,8 @@ var EmptyState = exports.EmptyState = function EmptyState(_ref) {
29
29
  alignItems: "center",
30
30
  gap: "space.200"
31
31
  }, /*#__PURE__*/_react.default.createElement(_heading.default, {
32
- size: "medium"
32
+ size: "medium",
33
+ as: "h2"
33
34
  }, header), description && /*#__PURE__*/_react.default.createElement(_primitives.Text, {
34
35
  as: "p",
35
36
  color: "color.text"
@@ -31,7 +31,7 @@ var testIds = exports.testIds = {
31
31
  };
32
32
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
33
33
  packageName: "@atlaskit/link-picker" || '',
34
- packageVersion: "1.47.16" || '',
34
+ packageVersion: "1.47.17" || '',
35
35
  componentName: _constants.COMPONENT_NAME,
36
36
  source: _constants.COMPONENT_NAME
37
37
  };
@@ -23,7 +23,8 @@ export const EmptyState = ({
23
23
  alignItems: "center",
24
24
  gap: "space.200"
25
25
  }, /*#__PURE__*/React.createElement(Heading, {
26
- size: "medium"
26
+ size: "medium",
27
+ as: "h2"
27
28
  }, header), description && /*#__PURE__*/React.createElement(Text, {
28
29
  as: "p",
29
30
  color: "color.text"
@@ -19,7 +19,7 @@ export const testIds = {
19
19
  };
20
20
  export const PACKAGE_DATA = {
21
21
  packageName: "@atlaskit/link-picker" || '',
22
- packageVersion: "1.47.16" || '',
22
+ packageVersion: "1.47.17" || '',
23
23
  componentName: COMPONENT_NAME,
24
24
  source: COMPONENT_NAME
25
25
  };
@@ -22,7 +22,8 @@ export var EmptyState = function EmptyState(_ref) {
22
22
  alignItems: "center",
23
23
  gap: "space.200"
24
24
  }, /*#__PURE__*/React.createElement(Heading, {
25
- size: "medium"
25
+ size: "medium",
26
+ as: "h2"
26
27
  }, header), description && /*#__PURE__*/React.createElement(Text, {
27
28
  as: "p",
28
29
  color: "color.text"
@@ -20,7 +20,7 @@ export var testIds = {
20
20
  };
21
21
  export var PACKAGE_DATA = {
22
22
  packageName: "@atlaskit/link-picker" || '',
23
- packageVersion: "1.47.16" || '',
23
+ packageVersion: "1.47.17" || '',
24
24
  componentName: COMPONENT_NAME,
25
25
  source: COMPONENT_NAME
26
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.47.16",
3
+ "version": "1.47.17",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {