@atlaskit/link-picker 1.36.0 → 1.36.2
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/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.36.
|
|
29
|
+
packageVersion: "1.36.2" || '',
|
|
30
30
|
componentName: _constants.COMPONENT_NAME,
|
|
31
31
|
source: _constants.COMPONENT_NAME
|
|
32
32
|
};
|
package/dist/es2019/ui/index.js
CHANGED
package/dist/esm/ui/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LinkPickerPlugin, LinkPickerPluginAction, LinkPickerPluginErrorFallback, LinkPickerState, LinkSearchListItemData } from '../../common/types';
|
|
1
|
+
import { type LinkPickerPlugin, type LinkPickerPluginAction, type LinkPickerPluginErrorFallback, type LinkPickerState, type LinkSearchListItemData } from '../../common/types';
|
|
2
2
|
export interface LinkPickerPluginsService {
|
|
3
3
|
items: LinkSearchListItemData[] | null;
|
|
4
4
|
isLoading: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LinkPickerPlugin, LinkPickerPluginAction, LinkPickerPluginErrorFallback, LinkPickerState, LinkSearchListItemData } from '../../common/types';
|
|
1
|
+
import { type LinkPickerPlugin, type LinkPickerPluginAction, type LinkPickerPluginErrorFallback, type LinkPickerState, type LinkSearchListItemData } from '../../common/types';
|
|
2
2
|
export interface LinkPickerPluginsService {
|
|
3
3
|
items: LinkSearchListItemData[] | null;
|
|
4
4
|
isLoading: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.2",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -61,23 +61,23 @@
|
|
|
61
61
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
62
62
|
"@atlaskit/button": "^17.14.0",
|
|
63
63
|
"@atlaskit/empty-state": "^7.8.0",
|
|
64
|
-
"@atlaskit/form": "^
|
|
64
|
+
"@atlaskit/form": "^10.0.0",
|
|
65
65
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
66
|
-
"@atlaskit/heading": "^2.
|
|
66
|
+
"@atlaskit/heading": "^2.3.0",
|
|
67
67
|
"@atlaskit/icon": "^22.1.0",
|
|
68
68
|
"@atlaskit/intl-messages-provider": "^1.0.2",
|
|
69
69
|
"@atlaskit/linking-common": "^5.6.0",
|
|
70
|
-
"@atlaskit/onboarding": "^11.
|
|
70
|
+
"@atlaskit/onboarding": "^11.5.0",
|
|
71
71
|
"@atlaskit/platform-feature-flags": "^0.2.1",
|
|
72
|
-
"@atlaskit/primitives": "^
|
|
73
|
-
"@atlaskit/spinner": "^16.
|
|
74
|
-
"@atlaskit/tabs": "^16.
|
|
75
|
-
"@atlaskit/textfield": "^6.
|
|
76
|
-
"@atlaskit/theme": "^12.
|
|
77
|
-
"@atlaskit/tokens": "^1.
|
|
78
|
-
"@atlaskit/tooltip": "^18.
|
|
72
|
+
"@atlaskit/primitives": "^6.1.0",
|
|
73
|
+
"@atlaskit/spinner": "^16.1.0",
|
|
74
|
+
"@atlaskit/tabs": "^16.1.0",
|
|
75
|
+
"@atlaskit/textfield": "^6.3.0",
|
|
76
|
+
"@atlaskit/theme": "^12.8.0",
|
|
77
|
+
"@atlaskit/tokens": "^1.47.0",
|
|
78
|
+
"@atlaskit/tooltip": "^18.3.0",
|
|
79
79
|
"@atlaskit/ufo": "^0.2.0",
|
|
80
|
-
"@atlaskit/visually-hidden": "^1.
|
|
80
|
+
"@atlaskit/visually-hidden": "^1.3.0",
|
|
81
81
|
"@babel/runtime": "^7.0.0",
|
|
82
82
|
"@emotion/react": "^11.7.1",
|
|
83
83
|
"@react-loosely-lazy/manifest": "^1.0.0",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@af/analytics-codegen": "^0.1.0",
|
|
95
95
|
"@af/integration-testing": "*",
|
|
96
96
|
"@af/visual-regression": "*",
|
|
97
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
97
|
+
"@atlaskit/dropdown-menu": "^12.10.0",
|
|
98
98
|
"@atlaskit/link-provider": "^1.9.0",
|
|
99
99
|
"@atlaskit/link-test-helpers": "^7.0.0",
|
|
100
100
|
"@atlaskit/visual-regression": "*",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"lodash": "^4.17.21",
|
|
111
111
|
"mockdate": "^3.0.5",
|
|
112
112
|
"node-fetch": "^2.6.7",
|
|
113
|
-
"prettier": "^2.
|
|
113
|
+
"prettier": "^3.2.5",
|
|
114
114
|
"react-dom": "^16.8.0",
|
|
115
115
|
"sinon": "^2.2.0",
|
|
116
116
|
"typescript": "~5.4.2"
|