@atlaskit/link-picker 3.16.1 → 3.16.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/CHANGELOG.md +6 -3
- package/dist/cjs/ui/main.js +1 -1
- package/dist/es2019/ui/main.js +1 -1
- package/dist/esm/ui/main.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 3.16.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 3.16.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -85,11 +91,9 @@
|
|
|
85
91
|
|
|
86
92
|
- [`489caede2951a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/489caede2951a) -
|
|
87
93
|
[ux] link-picker-atlassian-plugin changes:
|
|
88
|
-
|
|
89
94
|
- Introduce GoogleDriveConnectBanner to support Google Drive tab experiment
|
|
90
95
|
|
|
91
96
|
link-picker changes:
|
|
92
|
-
|
|
93
97
|
- Extend the LinkPickerPlugin interface to include an optional banner render function
|
|
94
98
|
- Modify the usePlugins hook to collect the banner from the active plugin
|
|
95
99
|
- Add banner rendering in LinkPicker between the moveSubmitButton clause and SearchResults
|
|
@@ -1936,7 +1940,6 @@
|
|
|
1936
1940
|
- [#20341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20341)
|
|
1937
1941
|
[`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping
|
|
1938
1942
|
dependencies via Renovate:
|
|
1939
|
-
|
|
1940
1943
|
- react-loosely-lazy
|
|
1941
1944
|
|
|
1942
1945
|
## 1.11.0
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -25,7 +25,7 @@ var testIds = exports.testIds = {
|
|
|
25
25
|
};
|
|
26
26
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
27
27
|
packageName: "@atlaskit/link-picker" || '',
|
|
28
|
-
packageVersion: "
|
|
28
|
+
packageVersion: "3.16.1" || '',
|
|
29
29
|
componentName: _constants.COMPONENT_NAME,
|
|
30
30
|
source: _constants.COMPONENT_NAME
|
|
31
31
|
};
|
package/dist/es2019/ui/main.js
CHANGED
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": "3.16.
|
|
3
|
+
"version": "3.16.2",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"@atlaskit/tabs": "^18.2.0",
|
|
75
75
|
"@atlaskit/textfield": "^8.0.0",
|
|
76
76
|
"@atlaskit/theme": "^21.0.0",
|
|
77
|
-
"@atlaskit/tokens": "^
|
|
77
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
78
78
|
"@atlaskit/tooltip": "^20.5.0",
|
|
79
79
|
"@atlaskit/ufo": "^0.4.0",
|
|
80
80
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
81
81
|
"@babel/runtime": "^7.0.0",
|
|
82
|
-
"@compiled/react": "^0.18.
|
|
82
|
+
"@compiled/react": "^0.18.6",
|
|
83
83
|
"@react-loosely-lazy/manifest": "^1.0.0",
|
|
84
84
|
"date-fns": "^2.17.0",
|
|
85
85
|
"react-loosely-lazy": "^1.0.0",
|