@atlaskit/link-picker 1.25.0 → 1.25.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 1.25.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e967d74f6f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e967d74f6f8) - Changes the link picker search results subtext color from 'color.text' to 'color.text.subtlest'.
8
+
3
9
  ## 1.25.0
4
10
 
5
11
  ### 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;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.25.0",
3
+ "version": "1.25.1",
4
4
  "sideEffects": false
5
5
  }
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.25.0",
3
+ "version": "1.25.1",
4
4
  "sideEffects": false
5
5
  }
@@ -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)");
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.25.0",
3
+ "version": "1.25.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.25.0",
3
+ "version": "1.25.1",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@atlaskit/analytics-next": "^9.1.0",
50
- "@atlaskit/button": "^16.7.0",
51
- "@atlaskit/empty-state": "^7.5.0",
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",
@@ -59,7 +59,7 @@
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.6.0",
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",
@@ -89,7 +89,7 @@
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": "^33.3.0",
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",