@atlaskit/link-picker 1.34.5 → 1.34.6

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.34.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188) [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) - Minor adjustments to improve compatibility with React 18
8
+
3
9
  ## 1.34.5
4
10
 
5
11
  ### Patch Changes
@@ -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.5" || '',
29
+ packageVersion: "1.34.6" || '',
30
30
  componentName: _constants.COMPONENT_NAME,
31
31
  source: _constants.COMPONENT_NAME
32
32
  };
@@ -87,5 +87,5 @@ var SearchResults = exports.SearchResults = function SearchResults(_ref) {
87
87
  onKeyDown: handleKeyDown,
88
88
  hasSearchTerm: !!(queryState !== null && queryState !== void 0 && queryState.query.length),
89
89
  activePlugin: activePlugin
90
- }), error && ((_activePlugin$errorFa = activePlugin === null || activePlugin === void 0 || (_activePlugin$errorFa2 = activePlugin.errorFallback) === null || _activePlugin$errorFa2 === void 0 ? void 0 : _activePlugin$errorFa2.call(activePlugin, error, retry)) !== null && _activePlugin$errorFa !== void 0 ? _activePlugin$errorFa : (0, _react2.jsx)(_linkSearchError.LinkSearchError, null))));
90
+ }), error ? (_activePlugin$errorFa = activePlugin === null || activePlugin === void 0 || (_activePlugin$errorFa2 = activePlugin.errorFallback) === null || _activePlugin$errorFa2 === void 0 ? void 0 : _activePlugin$errorFa2.call(activePlugin, error, retry)) !== null && _activePlugin$errorFa !== void 0 ? _activePlugin$errorFa : (0, _react2.jsx)(_linkSearchError.LinkSearchError, null) : null));
91
91
  };
@@ -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.5" || '',
19
+ packageVersion: "1.34.6" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
@@ -76,5 +76,5 @@ export const SearchResults = ({
76
76
  onKeyDown: handleKeyDown,
77
77
  hasSearchTerm: !!(queryState !== null && queryState !== void 0 && queryState.query.length),
78
78
  activePlugin: activePlugin
79
- }), error && ((_activePlugin$errorFa = activePlugin === null || activePlugin === void 0 ? void 0 : (_activePlugin$errorFa2 = activePlugin.errorFallback) === null || _activePlugin$errorFa2 === void 0 ? void 0 : _activePlugin$errorFa2.call(activePlugin, error, retry)) !== null && _activePlugin$errorFa !== void 0 ? _activePlugin$errorFa : jsx(LinkSearchError, null))));
79
+ }), error ? (_activePlugin$errorFa = activePlugin === null || activePlugin === void 0 ? void 0 : (_activePlugin$errorFa2 = activePlugin.errorFallback) === null || _activePlugin$errorFa2 === void 0 ? void 0 : _activePlugin$errorFa2.call(activePlugin, error, retry)) !== null && _activePlugin$errorFa !== void 0 ? _activePlugin$errorFa : jsx(LinkSearchError, null) : null));
80
80
  };
@@ -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.5" || '',
20
+ packageVersion: "1.34.6" || '',
21
21
  componentName: COMPONENT_NAME,
22
22
  source: COMPONENT_NAME
23
23
  };
@@ -78,5 +78,5 @@ export var SearchResults = function SearchResults(_ref) {
78
78
  onKeyDown: handleKeyDown,
79
79
  hasSearchTerm: !!(queryState !== null && queryState !== void 0 && queryState.query.length),
80
80
  activePlugin: activePlugin
81
- }), error && ((_activePlugin$errorFa = activePlugin === null || activePlugin === void 0 || (_activePlugin$errorFa2 = activePlugin.errorFallback) === null || _activePlugin$errorFa2 === void 0 ? void 0 : _activePlugin$errorFa2.call(activePlugin, error, retry)) !== null && _activePlugin$errorFa !== void 0 ? _activePlugin$errorFa : jsx(LinkSearchError, null))));
81
+ }), error ? (_activePlugin$errorFa = activePlugin === null || activePlugin === void 0 || (_activePlugin$errorFa2 = activePlugin.errorFallback) === null || _activePlugin$errorFa2 === void 0 ? void 0 : _activePlugin$errorFa2.call(activePlugin, error, retry)) !== null && _activePlugin$errorFa !== void 0 ? _activePlugin$errorFa : jsx(LinkSearchError, null) : null));
82
82
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.34.5",
3
+ "version": "1.34.6",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -67,7 +67,7 @@
67
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.5.0",
70
+ "@atlaskit/linking-common": "^5.6.0",
71
71
  "@atlaskit/onboarding": "^11.2.0",
72
72
  "@atlaskit/platform-feature-flags": "^0.2.1",
73
73
  "@atlaskit/primitives": "^5.1.0",
@@ -96,8 +96,8 @@
96
96
  "@af/integration-testing": "*",
97
97
  "@af/visual-regression": "*",
98
98
  "@atlaskit/dropdown-menu": "^12.8.0",
99
- "@atlaskit/link-provider": "^1.8.0",
100
- "@atlaskit/link-test-helpers": "^6.2.0",
99
+ "@atlaskit/link-provider": "^1.9.0",
100
+ "@atlaskit/link-test-helpers": "^7.0.0",
101
101
  "@atlaskit/visual-regression": "*",
102
102
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
103
103
  "@atlassian/feature-flags-test-utils": "*",