@atlaskit/link-picker 1.44.1 → 1.45.0
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 +8 -0
- package/dist/cjs/ui/link-picker/search-results/index.js +1 -0
- package/dist/cjs/ui/link-picker/search-results/link-search-list/index.js +1 -0
- package/dist/cjs/ui/loader-fallback/index.js +1 -0
- package/dist/cjs/ui/main.js +1 -1
- package/dist/es2019/ui/link-picker/search-results/index.js +1 -0
- package/dist/es2019/ui/link-picker/search-results/link-search-list/index.js +1 -0
- package/dist/es2019/ui/loader-fallback/index.js +1 -0
- package/dist/es2019/ui/main.js +1 -1
- package/dist/esm/ui/link-picker/search-results/index.js +1 -0
- package/dist/esm/ui/link-picker/search-results/link-search-list/index.js +1 -0
- package/dist/esm/ui/loader-fallback/index.js +1 -0
- package/dist/esm/ui/main.js +1 -1
- package/dist/types/ui/loader-fallback/index.d.ts +1 -0
- package/dist/types-ts4.5/ui/loader-fallback/index.d.ts +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 1.45.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#134720](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134720)
|
|
8
|
+
[`d68e52d41458c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d68e52d41458c) -
|
|
9
|
+
Add UFO performance monitoring support
|
|
10
|
+
|
|
3
11
|
## 1.44.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -78,6 +78,7 @@ var SearchResults = exports.SearchResults = function SearchResults(_ref) {
|
|
|
78
78
|
css: spinnerContainerStyles
|
|
79
79
|
}, (0, _react2.jsx)(_spinner.default, {
|
|
80
80
|
testId: testIds.tabsLoadingIndicator,
|
|
81
|
+
interactionName: "link-picker-tabs-loading",
|
|
81
82
|
size: "medium"
|
|
82
83
|
})), !isLoadingPlugins && isActivePlugin && !!queryState && (0, _react2.jsx)(_react.Fragment, null, tabs.length > 0 && (0, _react2.jsx)(_primitives.Box, {
|
|
83
84
|
xcss: tabsWrapperStyles
|
|
@@ -176,6 +176,7 @@ var LinkSearchList = exports.LinkSearchList = /*#__PURE__*/(0, _react.forwardRef
|
|
|
176
176
|
css: _styled.spinnerContainerStyles
|
|
177
177
|
}, (0, _react2.jsx)(_spinner.default, {
|
|
178
178
|
testId: testIds.searchResultLoadingIndicator,
|
|
179
|
+
interactionName: "link-picker-search-list-loading",
|
|
179
180
|
size: "medium"
|
|
180
181
|
}));
|
|
181
182
|
}
|
|
@@ -68,6 +68,7 @@ var LoaderFallback = exports.LoaderFallback = function LoaderFallback(props) {
|
|
|
68
68
|
css: styles
|
|
69
69
|
}, (0, _react.jsx)(_spinner.default, {
|
|
70
70
|
testId: "link-picker.component-loading-indicator",
|
|
71
|
+
interactionName: props.name || 'link-picker-loading',
|
|
71
72
|
size: "medium"
|
|
72
73
|
}));
|
|
73
74
|
};
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -32,7 +32,7 @@ var testIds = exports.testIds = {
|
|
|
32
32
|
};
|
|
33
33
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
34
34
|
packageName: "@atlaskit/link-picker" || '',
|
|
35
|
-
packageVersion: "1.
|
|
35
|
+
packageVersion: "1.45.0" || '',
|
|
36
36
|
componentName: _constants.COMPONENT_NAME,
|
|
37
37
|
source: _constants.COMPONENT_NAME
|
|
38
38
|
};
|
|
@@ -69,6 +69,7 @@ export const SearchResults = ({
|
|
|
69
69
|
css: spinnerContainerStyles
|
|
70
70
|
}, jsx(Spinner, {
|
|
71
71
|
testId: testIds.tabsLoadingIndicator,
|
|
72
|
+
interactionName: "link-picker-tabs-loading",
|
|
72
73
|
size: "medium"
|
|
73
74
|
})), !isLoadingPlugins && isActivePlugin && !!queryState && jsx(Fragment, null, tabs.length > 0 && jsx(Box, {
|
|
74
75
|
xcss: tabsWrapperStyles
|
package/dist/es2019/ui/main.js
CHANGED
|
@@ -71,6 +71,7 @@ export var SearchResults = function SearchResults(_ref) {
|
|
|
71
71
|
css: spinnerContainerStyles
|
|
72
72
|
}, jsx(Spinner, {
|
|
73
73
|
testId: testIds.tabsLoadingIndicator,
|
|
74
|
+
interactionName: "link-picker-tabs-loading",
|
|
74
75
|
size: "medium"
|
|
75
76
|
})), !isLoadingPlugins && isActivePlugin && !!queryState && jsx(Fragment, null, tabs.length > 0 && jsx(Box, {
|
|
76
77
|
xcss: tabsWrapperStyles
|
|
@@ -172,6 +172,7 @@ export var LinkSearchList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
172
172
|
css: spinnerContainerStyles
|
|
173
173
|
}, jsx(Spinner, {
|
|
174
174
|
testId: testIds.searchResultLoadingIndicator,
|
|
175
|
+
interactionName: "link-picker-search-list-loading",
|
|
175
176
|
size: "medium"
|
|
176
177
|
}));
|
|
177
178
|
}
|
package/dist/esm/ui/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.45.0",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@af/analytics-codegen": "^0.1.0",
|
|
91
91
|
"@af/integration-testing": "*",
|
|
92
92
|
"@af/visual-regression": "*",
|
|
93
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
93
|
+
"@atlaskit/dropdown-menu": "^12.18.0",
|
|
94
94
|
"@atlaskit/link-provider": "^1.14.0",
|
|
95
95
|
"@atlaskit/link-test-helpers": "^7.5.0",
|
|
96
96
|
"@atlaskit/visual-regression": "*",
|