@atlaskit/link-picker 1.34.10 → 1.35.1
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 +17 -0
- package/dist/cjs/ui/index.js +1 -1
- package/dist/cjs/ui/link-picker/search-results/styled.js +1 -3
- package/dist/es2019/ui/index.js +1 -1
- package/dist/es2019/ui/link-picker/search-results/styled.js +1 -3
- package/dist/esm/ui/index.js +1 -1
- package/dist/esm/ui/link-picker/search-results/styled.js +1 -3
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 1.35.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007) [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) - Migrated to the new button component
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
10
|
+
## 1.35.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [#91586](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91586) [`b3135ab49e16`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3135ab49e16) - Updated `@atlaskit/tabs` dependency which removed baked-in horizontal padding. There may be some very slight difference in padding after this change.
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 1.34.10
|
|
4
21
|
|
|
5
22
|
### 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.
|
|
29
|
+
packageVersion: "1.35.1" || '',
|
|
30
30
|
componentName: _constants.COMPONENT_NAME,
|
|
31
31
|
source: _constants.COMPONENT_NAME
|
|
32
32
|
};
|
|
@@ -6,9 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.tabsWrapperStyles = exports.spinnerContainerStyles = exports.flexColumnStyles = void 0;
|
|
7
7
|
var _react = require("@emotion/react");
|
|
8
8
|
var tabsWrapperStyles = exports.tabsWrapperStyles = (0, _react.css)({
|
|
9
|
-
marginTop: "var(--ds-space-150, 12px)"
|
|
10
|
-
marginLeft: "var(--ds-space-negative-100, -8px)",
|
|
11
|
-
marginRight: "var(--ds-space-negative-100, -8px)"
|
|
9
|
+
marginTop: "var(--ds-space-150, 12px)"
|
|
12
10
|
});
|
|
13
11
|
var spinnerContainerStyles = exports.spinnerContainerStyles = (0, _react.css)({
|
|
14
12
|
minHeight: '80px',
|
package/dist/es2019/ui/index.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { css } from '@emotion/react';
|
|
2
2
|
export const tabsWrapperStyles = css({
|
|
3
|
-
marginTop: "var(--ds-space-150, 12px)"
|
|
4
|
-
marginLeft: "var(--ds-space-negative-100, -8px)",
|
|
5
|
-
marginRight: "var(--ds-space-negative-100, -8px)"
|
|
3
|
+
marginTop: "var(--ds-space-150, 12px)"
|
|
6
4
|
});
|
|
7
5
|
export const spinnerContainerStyles = css({
|
|
8
6
|
minHeight: '80px',
|
package/dist/esm/ui/index.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { css } from '@emotion/react';
|
|
2
2
|
export var tabsWrapperStyles = css({
|
|
3
|
-
marginTop: "var(--ds-space-150, 12px)"
|
|
4
|
-
marginLeft: "var(--ds-space-negative-100, -8px)",
|
|
5
|
-
marginRight: "var(--ds-space-negative-100, -8px)"
|
|
3
|
+
marginTop: "var(--ds-space-150, 12px)"
|
|
6
4
|
});
|
|
7
5
|
export var spinnerContainerStyles = css({
|
|
8
6
|
minHeight: '80px',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.1",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -58,20 +58,20 @@
|
|
|
58
58
|
"codegen-analytics": "yarn run ts-analytics-codegen --command='yarn workspace @atlaskit/link-picker run codegen-analytics'"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@atlaskit/analytics-next": "^9.
|
|
62
|
-
"@atlaskit/button": "^17.
|
|
63
|
-
"@atlaskit/empty-state": "^7.
|
|
64
|
-
"@atlaskit/form": "^9.
|
|
61
|
+
"@atlaskit/analytics-next": "^9.3.0",
|
|
62
|
+
"@atlaskit/button": "^17.14.0",
|
|
63
|
+
"@atlaskit/empty-state": "^7.8.0",
|
|
64
|
+
"@atlaskit/form": "^9.3.0",
|
|
65
65
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
66
|
-
"@atlaskit/heading": "^2.
|
|
66
|
+
"@atlaskit/heading": "^2.2.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
70
|
"@atlaskit/onboarding": "^11.3.0",
|
|
71
71
|
"@atlaskit/platform-feature-flags": "^0.2.1",
|
|
72
|
-
"@atlaskit/primitives": "^5.
|
|
72
|
+
"@atlaskit/primitives": "^5.6.0",
|
|
73
73
|
"@atlaskit/spinner": "^16.0.0",
|
|
74
|
-
"@atlaskit/tabs": "^
|
|
74
|
+
"@atlaskit/tabs": "^15.0.0",
|
|
75
75
|
"@atlaskit/textfield": "^6.1.0",
|
|
76
76
|
"@atlaskit/theme": "^12.7.0",
|
|
77
77
|
"@atlaskit/tokens": "^1.43.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.9.0",
|
|
98
98
|
"@atlaskit/link-provider": "^1.9.0",
|
|
99
99
|
"@atlaskit/link-test-helpers": "^7.0.0",
|
|
100
100
|
"@atlaskit/visual-regression": "*",
|