@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 +6 -0
- package/dist/cjs/ui/index.js +1 -1
- package/dist/cjs/ui/link-picker/search-results/index.js +1 -1
- package/dist/es2019/ui/index.js +1 -1
- package/dist/es2019/ui/link-picker/search-results/index.js +1 -1
- package/dist/esm/ui/index.js +1 -1
- package/dist/esm/ui/link-picker/search-results/index.js +1 -1
- package/package.json +4 -4
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
|
package/dist/cjs/ui/index.js
CHANGED
|
@@ -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.
|
|
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
|
|
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
|
};
|
package/dist/es2019/ui/index.js
CHANGED
|
@@ -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
|
|
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
|
};
|
package/dist/esm/ui/index.js
CHANGED
|
@@ -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
|
|
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.
|
|
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.
|
|
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.
|
|
100
|
-
"@atlaskit/link-test-helpers": "^
|
|
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": "*",
|