@atlaskit/link-picker 1.34.3 → 1.34.4

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,12 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 1.34.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#81744](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81744) [`4bb803ce7129`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4bb803ce7129) - Internal changes. There is no expected visual change.
8
+ - Updated dependencies
9
+
3
10
  ## 1.34.3
4
11
 
5
12
  ### Patch Changes
@@ -24,7 +24,7 @@ var EmptyState = exports.EmptyState = function EmptyState(_ref) {
24
24
  alignItems: "center",
25
25
  gap: "space.100"
26
26
  }, renderImage === null || renderImage === void 0 ? void 0 : renderImage(), /*#__PURE__*/_react.default.createElement(_heading.default, {
27
- variant: "medium"
27
+ size: "medium"
28
28
  }, header), description && /*#__PURE__*/_react.default.createElement(_primitives.Box, {
29
29
  as: "p",
30
30
  color: 'color.text'
@@ -26,7 +26,7 @@ var testIds = exports.testIds = {
26
26
  };
27
27
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
28
28
  packageName: "@atlaskit/link-picker" || '',
29
- packageVersion: "1.34.3" || '',
29
+ packageVersion: "1.34.4" || '',
30
30
  componentName: _constants.COMPONENT_NAME,
31
31
  source: _constants.COMPONENT_NAME
32
32
  };
@@ -18,7 +18,7 @@ export const EmptyState = ({
18
18
  alignItems: "center",
19
19
  gap: "space.100"
20
20
  }, renderImage === null || renderImage === void 0 ? void 0 : renderImage(), /*#__PURE__*/React.createElement(Heading, {
21
- variant: "medium"
21
+ size: "medium"
22
22
  }, header), description && /*#__PURE__*/React.createElement(Box, {
23
23
  as: "p",
24
24
  color: 'color.text'
@@ -16,7 +16,7 @@ export const testIds = {
16
16
  };
17
17
  export const PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "1.34.3" || '',
19
+ packageVersion: "1.34.4" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
@@ -17,7 +17,7 @@ export var EmptyState = function EmptyState(_ref) {
17
17
  alignItems: "center",
18
18
  gap: "space.100"
19
19
  }, renderImage === null || renderImage === void 0 ? void 0 : renderImage(), /*#__PURE__*/React.createElement(Heading, {
20
- variant: "medium"
20
+ size: "medium"
21
21
  }, header), description && /*#__PURE__*/React.createElement(Box, {
22
22
  as: "p",
23
23
  color: 'color.text'
@@ -17,7 +17,7 @@ export var testIds = {
17
17
  };
18
18
  export var PACKAGE_DATA = {
19
19
  packageName: "@atlaskit/link-picker" || '',
20
- packageVersion: "1.34.3" || '',
20
+ packageVersion: "1.34.4" || '',
21
21
  componentName: COMPONENT_NAME,
22
22
  source: COMPONENT_NAME
23
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.34.3",
3
+ "version": "1.34.4",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -64,13 +64,13 @@
64
64
  "@atlaskit/empty-state": "^7.7.0",
65
65
  "@atlaskit/form": "^9.0.3",
66
66
  "@atlaskit/frontend-utilities": "^2.7.0",
67
- "@atlaskit/heading": "^1.6.0",
67
+ "@atlaskit/heading": "^2.0.0",
68
68
  "@atlaskit/icon": "^22.1.0",
69
69
  "@atlaskit/intl-messages-provider": "^1.0.2",
70
- "@atlaskit/linking-common": "^5.4.0",
70
+ "@atlaskit/linking-common": "^5.5.0",
71
71
  "@atlaskit/onboarding": "^11.2.0",
72
72
  "@atlaskit/platform-feature-flags": "^0.2.1",
73
- "@atlaskit/primitives": "^4.1.0",
73
+ "@atlaskit/primitives": "^5.0.0",
74
74
  "@atlaskit/spinner": "^16.0.0",
75
75
  "@atlaskit/tabs": "^14.0.0",
76
76
  "@atlaskit/textfield": "^6.1.0",