@atlaskit/link-picker 1.34.3 → 1.34.5

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,18 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 1.34.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
8
+
9
+ ## 1.34.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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.
14
+ - Updated dependencies
15
+
3
16
  ## 1.34.3
4
17
 
5
18
  ### 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.5" || '',
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.5" || '',
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.5" || '',
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.5",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -64,18 +64,18 @@
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.1.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.1.0",
74
74
  "@atlaskit/spinner": "^16.0.0",
75
75
  "@atlaskit/tabs": "^14.0.0",
76
76
  "@atlaskit/textfield": "^6.1.0",
77
77
  "@atlaskit/theme": "^12.6.0",
78
- "@atlaskit/tokens": "^1.41.0",
78
+ "@atlaskit/tokens": "^1.42.0",
79
79
  "@atlaskit/tooltip": "^18.1.0",
80
80
  "@atlaskit/ufo": "^0.2.0",
81
81
  "@atlaskit/visually-hidden": "^1.2.0",
@@ -114,7 +114,7 @@
114
114
  "prettier": "^2.8.0",
115
115
  "react-dom": "^16.8.0",
116
116
  "sinon": "^2.2.0",
117
- "typescript": "~4.9.5"
117
+ "typescript": "~5.4.2"
118
118
  },
119
119
  "techstack": {
120
120
  "@atlassian/frontend": {
@@ -148,4 +148,4 @@
148
148
  ]
149
149
  },
150
150
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
151
- }
151
+ }