@atlaskit/link-picker 1.25.0 → 1.25.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 +12 -0
- package/dist/cjs/ui/link-picker/list-item/styled.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/ui/link-picker/list-item/styled.js +2 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/ui/link-picker/list-item/styled.js +2 -2
- package/dist/esm/version.json +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 1.25.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.25.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`e967d74f6f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e967d74f6f8) - Changes the link picker search results subtext color from 'color.text' to 'color.text.subtlest'.
|
|
14
|
+
|
|
3
15
|
## 1.25.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -39,7 +39,7 @@ var listItemContextStyles = (0, _react.css)(_templateObject9 || (_templateObject
|
|
|
39
39
|
exports.listItemContextStyles = listItemContextStyles;
|
|
40
40
|
var listItemContainerStyles = (0, _react.css)(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteral2.default)(["\n overflow: hidden;\n text-overflow: ellipsis;\n"])));
|
|
41
41
|
exports.listItemContainerStyles = listItemContainerStyles;
|
|
42
|
-
var listItemContainerInnerStyles = (0, _react.css)(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n white-space: nowrap;\n"])));
|
|
42
|
+
var listItemContainerInnerStyles = (0, _react.css)(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n white-space: nowrap;\n"])), "var(--ds-text-subtlest, ".concat(_colors.N200, ")"));
|
|
43
43
|
|
|
44
44
|
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
|
|
45
45
|
exports.listItemContainerInnerStyles = listItemContainerInnerStyles;
|
package/dist/cjs/version.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { css } from '@emotion/react';
|
|
2
|
-
import { B50, N300, N800, N20, B400, B100 } from '@atlaskit/theme/colors';
|
|
2
|
+
import { B50, N300, N800, N20, N200, B400, B100 } from '@atlaskit/theme/colors';
|
|
3
3
|
// AFP-2532 TODO: Fix automatic suppressions below
|
|
4
4
|
// eslint-disable-next-line @atlassian/tangerine/import/entry-points
|
|
5
5
|
import { fontSizeSmall, fontSize } from '@atlaskit/theme';
|
|
@@ -67,6 +67,7 @@ export const listItemContainerStyles = css`
|
|
|
67
67
|
text-overflow: ellipsis;
|
|
68
68
|
`;
|
|
69
69
|
export const listItemContainerInnerStyles = css`
|
|
70
|
+
color: ${`var(--ds-text-subtlest, ${N200})`};
|
|
70
71
|
white-space: nowrap;
|
|
71
72
|
`;
|
|
72
73
|
|
package/dist/es2019/version.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
|
|
2
2
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13;
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
|
-
import { B50, N300, N800, N20, B400, B100 } from '@atlaskit/theme/colors';
|
|
4
|
+
import { B50, N300, N800, N20, N200, B400, B100 } from '@atlaskit/theme/colors';
|
|
5
5
|
// AFP-2532 TODO: Fix automatic suppressions below
|
|
6
6
|
// eslint-disable-next-line @atlassian/tangerine/import/entry-points
|
|
7
7
|
import { fontSizeSmall, fontSize } from '@atlaskit/theme';
|
|
@@ -27,7 +27,7 @@ export var itemNameStyles = css(_templateObject7 || (_templateObject7 = _taggedT
|
|
|
27
27
|
export var listItemNameStyles = css(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n color: ", ";\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n line-height: 20px;\n"])), "var(--ds-text, ".concat(N800, ")"));
|
|
28
28
|
export var listItemContextStyles = css(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n color: ", ";\n font-size: ", ";\n line-height: ", "px;\n display: flex;\n"])), "var(--ds-text, ".concat(N300, ")"), relativeFontSizeToBase16(fontSizeSmall()), fontSize());
|
|
29
29
|
export var listItemContainerStyles = css(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n overflow: hidden;\n text-overflow: ellipsis;\n"])));
|
|
30
|
-
export var listItemContainerInnerStyles = css(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n white-space: nowrap;\n"])));
|
|
30
|
+
export var listItemContainerInnerStyles = css(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n color: ", ";\n white-space: nowrap;\n"])), "var(--ds-text-subtlest, ".concat(N200, ")"));
|
|
31
31
|
|
|
32
32
|
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
|
|
33
33
|
export var itemIconStyles = css(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n min-width: ", ";\n margin-top: 3px;\n margin-right: ", ";\n"])), "var(--ds-space-200, 16px)", "var(--ds-space-150, 12px)");
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.2",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -47,19 +47,19 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
50
|
-
"@atlaskit/button": "^16.
|
|
51
|
-
"@atlaskit/empty-state": "^7.
|
|
50
|
+
"@atlaskit/button": "^16.8.0",
|
|
51
|
+
"@atlaskit/empty-state": "^7.6.0",
|
|
52
52
|
"@atlaskit/form": "^8.11.0",
|
|
53
53
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
54
54
|
"@atlaskit/icon": "^21.12.0",
|
|
55
|
-
"@atlaskit/linking-common": "^
|
|
55
|
+
"@atlaskit/linking-common": "^3.0.0",
|
|
56
56
|
"@atlaskit/onboarding": "^10.8.2",
|
|
57
57
|
"@atlaskit/platform-feature-flags": "^0.2.1",
|
|
58
58
|
"@atlaskit/spinner": "^15.5.0",
|
|
59
59
|
"@atlaskit/tabs": "^13.4.0",
|
|
60
60
|
"@atlaskit/textfield": "^5.5.0",
|
|
61
61
|
"@atlaskit/theme": "^12.5.0",
|
|
62
|
-
"@atlaskit/tokens": "^1.
|
|
62
|
+
"@atlaskit/tokens": "^1.9.0",
|
|
63
63
|
"@atlaskit/tooltip": "^17.8.0",
|
|
64
64
|
"@atlaskit/ufo": "^0.2.0",
|
|
65
65
|
"@atlaskit/visually-hidden": "^1.2.0",
|
|
@@ -78,18 +78,18 @@
|
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@af/analytics-codegen": "^0.1.0",
|
|
80
80
|
"@atlaskit/docs": "*",
|
|
81
|
-
"@atlaskit/dropdown-menu": "^11.
|
|
81
|
+
"@atlaskit/dropdown-menu": "^11.10.0",
|
|
82
82
|
"@atlaskit/link-analytics": "^8.0.0",
|
|
83
83
|
"@atlaskit/link-provider": "^1.6.0",
|
|
84
84
|
"@atlaskit/link-test-helpers": "^4.0.0",
|
|
85
|
-
"@atlaskit/linking-common": "^
|
|
86
|
-
"@atlaskit/popup": "^1.
|
|
85
|
+
"@atlaskit/linking-common": "^3.0.0",
|
|
86
|
+
"@atlaskit/popup": "^1.8.0",
|
|
87
87
|
"@atlaskit/toggle": "^12.6.0",
|
|
88
88
|
"@atlaskit/visual-regression": "*",
|
|
89
89
|
"@atlaskit/webdriver-runner": "*",
|
|
90
90
|
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
|
|
91
91
|
"@atlassian/feature-flags-test-utils": "*",
|
|
92
|
-
"@atlassian/link-picker-atlassian-plugin": "^
|
|
92
|
+
"@atlassian/link-picker-atlassian-plugin": "^34.0.0",
|
|
93
93
|
"@atlassian/link-picker-plugins": "^23.0.0",
|
|
94
94
|
"@atlassian/recent-work-client": "^1.8.0",
|
|
95
95
|
"@testing-library/dom": "^8.17.1",
|