@atlaskit/link-picker 3.16.6 → 3.16.8

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,17 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 3.16.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.16.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 3.16.6
4
16
 
5
17
  ### Patch Changes
@@ -19,5 +19,5 @@
19
19
  ._otyr1b66{margin-bottom:var(--ds-space-050,4px)}
20
20
  ._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
21
21
  ._otyrze3t{margin-bottom:var(--ds-space-0,0)}
22
- ._syaz1gjq{color:var(--ds-text-subtle,#44546f)}
22
+ ._syazazsu{color:var(--ds-text-subtle,#505258)}
23
23
  ._u5f3ze3t{padding-right:var(--ds-space-0,0)}
@@ -40,7 +40,7 @@ var listTitleStyles = {
40
40
  font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
41
41
  fontWeight: "var(--ds-font-weight-bold, 700)",
42
42
  marginBottom: "var(--ds-space-050, 4px)",
43
- color: "var(--ds-text-subtle, #44546F)"
43
+ color: "var(--ds-text-subtle, #505258)"
44
44
  };
45
45
  var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
46
46
  titleRecentlyViewed: {
@@ -161,7 +161,7 @@ var LinkSearchList = exports.LinkSearchList = /*#__PURE__*/(0, _react.forwardRef
161
161
  }, /*#__PURE__*/React.createElement(_reactIntlNext.FormattedMessage, linkListTitle)) : /*#__PURE__*/React.createElement("div", {
162
162
  id: testIds.resultListTitle,
163
163
  "data-testid": testIds.resultListTitle,
164
- className: (0, _runtime.ax)(["_11c81o8v _k48pmoej _otyr1b66", "_syaz1gjq"])
164
+ className: (0, _runtime.ax)(["_11c81o8v _k48pmoej _otyr1b66", "_syazazsu"])
165
165
  }, /*#__PURE__*/React.createElement(_reactIntlNext.FormattedMessage, linkListTitle)), /*#__PURE__*/React.createElement(_visuallyHidden.default, {
166
166
  id: "fabric.smartcard.linkpicker.suggested.results"
167
167
  }, hasSearchTerm && /*#__PURE__*/React.createElement(_reactIntlNext.FormattedMessage, (0, _extends2.default)({}, messages.searchLinkResults, {
@@ -103,7 +103,7 @@ var TextInput = exports.TextInput = function TextInput(_ref) {
103
103
  }, /*#__PURE__*/_react.default.createElement(_crossCircleSelectClear.default, {
104
104
  LEGACY_size: "medium",
105
105
  label: clearLabel || '',
106
- color: "var(--ds-icon-subtle, #626F86)",
106
+ color: "var(--ds-icon-subtle, #505258)",
107
107
  spacing: "spacious"
108
108
  })));
109
109
  return /*#__PURE__*/_react.default.createElement("div", {
@@ -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: "3.16.5" || '',
28
+ packageVersion: "3.16.7" || '',
29
29
  componentName: _constants.COMPONENT_NAME,
30
30
  source: _constants.COMPONENT_NAME
31
31
  };
@@ -19,5 +19,5 @@
19
19
  ._otyr1b66{margin-bottom:var(--ds-space-050,4px)}
20
20
  ._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
21
21
  ._otyrze3t{margin-bottom:var(--ds-space-0,0)}
22
- ._syaz1gjq{color:var(--ds-text-subtle,#44546f)}
22
+ ._syazazsu{color:var(--ds-text-subtle,#505258)}
23
23
  ._u5f3ze3t{padding-right:var(--ds-space-0,0)}
@@ -26,7 +26,7 @@ const listTitleStyles = {
26
26
  font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
27
27
  fontWeight: "var(--ds-font-weight-bold, 700)",
28
28
  marginBottom: "var(--ds-space-050, 4px)",
29
- color: "var(--ds-text-subtle, #44546F)"
29
+ color: "var(--ds-text-subtle, #505258)"
30
30
  };
31
31
  export const messages = defineMessages({
32
32
  titleRecentlyViewed: {
@@ -150,7 +150,7 @@ export const LinkSearchList = /*#__PURE__*/forwardRef(({
150
150
  }, /*#__PURE__*/React.createElement(FormattedMessage, linkListTitle)) : /*#__PURE__*/React.createElement("div", {
151
151
  id: testIds.resultListTitle,
152
152
  "data-testid": testIds.resultListTitle,
153
- className: ax(["_11c81o8v _k48pmoej _otyr1b66", "_syaz1gjq"])
153
+ className: ax(["_11c81o8v _k48pmoej _otyr1b66", "_syazazsu"])
154
154
  }, /*#__PURE__*/React.createElement(FormattedMessage, linkListTitle)), /*#__PURE__*/React.createElement(VisuallyHidden, {
155
155
  id: "fabric.smartcard.linkpicker.suggested.results"
156
156
  }, hasSearchTerm && /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, messages.searchLinkResults, {
@@ -90,7 +90,7 @@ export const TextInput = ({
90
90
  }, /*#__PURE__*/React.createElement(Selectclear, {
91
91
  LEGACY_size: "medium",
92
92
  label: clearLabel || '',
93
- color: "var(--ds-icon-subtle, #626F86)",
93
+ color: "var(--ds-icon-subtle, #505258)",
94
94
  spacing: "spacious"
95
95
  })));
96
96
  return /*#__PURE__*/React.createElement("div", {
@@ -15,7 +15,7 @@ export const testIds = {
15
15
  };
16
16
  export const PACKAGE_DATA = {
17
17
  packageName: "@atlaskit/link-picker" || '',
18
- packageVersion: "3.16.5" || '',
18
+ packageVersion: "3.16.7" || '',
19
19
  componentName: COMPONENT_NAME,
20
20
  source: COMPONENT_NAME
21
21
  };
@@ -19,5 +19,5 @@
19
19
  ._otyr1b66{margin-bottom:var(--ds-space-050,4px)}
20
20
  ._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
21
21
  ._otyrze3t{margin-bottom:var(--ds-space-0,0)}
22
- ._syaz1gjq{color:var(--ds-text-subtle,#44546f)}
22
+ ._syazazsu{color:var(--ds-text-subtle,#505258)}
23
23
  ._u5f3ze3t{padding-right:var(--ds-space-0,0)}
@@ -31,7 +31,7 @@ var listTitleStyles = {
31
31
  font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
32
32
  fontWeight: "var(--ds-font-weight-bold, 700)",
33
33
  marginBottom: "var(--ds-space-050, 4px)",
34
- color: "var(--ds-text-subtle, #44546F)"
34
+ color: "var(--ds-text-subtle, #505258)"
35
35
  };
36
36
  export var messages = defineMessages({
37
37
  titleRecentlyViewed: {
@@ -152,7 +152,7 @@ export var LinkSearchList = /*#__PURE__*/forwardRef(function (_ref, ref) {
152
152
  }, /*#__PURE__*/React.createElement(FormattedMessage, linkListTitle)) : /*#__PURE__*/React.createElement("div", {
153
153
  id: testIds.resultListTitle,
154
154
  "data-testid": testIds.resultListTitle,
155
- className: ax(["_11c81o8v _k48pmoej _otyr1b66", "_syaz1gjq"])
155
+ className: ax(["_11c81o8v _k48pmoej _otyr1b66", "_syazazsu"])
156
156
  }, /*#__PURE__*/React.createElement(FormattedMessage, linkListTitle)), /*#__PURE__*/React.createElement(VisuallyHidden, {
157
157
  id: "fabric.smartcard.linkpicker.suggested.results"
158
158
  }, hasSearchTerm && /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, messages.searchLinkResults, {
@@ -94,7 +94,7 @@ export var TextInput = function TextInput(_ref) {
94
94
  }, /*#__PURE__*/React.createElement(Selectclear, {
95
95
  LEGACY_size: "medium",
96
96
  label: clearLabel || '',
97
- color: "var(--ds-icon-subtle, #626F86)",
97
+ color: "var(--ds-icon-subtle, #505258)",
98
98
  spacing: "spacious"
99
99
  })));
100
100
  return /*#__PURE__*/React.createElement("div", {
@@ -16,7 +16,7 @@ export var testIds = {
16
16
  };
17
17
  export var PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "3.16.5" || '',
19
+ packageVersion: "3.16.7" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "3.16.6",
3
+ "version": "3.16.8",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -53,26 +53,26 @@
53
53
  "@atlaskit/analytics-next": "^11.1.0",
54
54
  "@atlaskit/atlassian-context": "^0.6.0",
55
55
  "@atlaskit/button": "^23.6.0",
56
- "@atlaskit/css": "^0.15.0",
56
+ "@atlaskit/css": "^0.16.0",
57
57
  "@atlaskit/feature-gate-js-client": "^5.5.0",
58
58
  "@atlaskit/form": "^14.2.0",
59
59
  "@atlaskit/frontend-utilities": "^3.2.0",
60
60
  "@atlaskit/heading": "^5.2.0",
61
- "@atlaskit/icon": "^28.5.0",
61
+ "@atlaskit/icon": "^29.0.0",
62
62
  "@atlaskit/intl-messages-provider": "^2.0.0",
63
63
  "@atlaskit/link": "^3.2.0",
64
64
  "@atlaskit/link-provider": "^4.0.0",
65
65
  "@atlaskit/linking-common": "^9.8.0",
66
66
  "@atlaskit/onboarding": "^14.4.0",
67
67
  "@atlaskit/platform-feature-flags": "^1.1.0",
68
- "@atlaskit/primitives": "^16.1.0",
69
- "@atlaskit/smart-card": "^43.6.0",
68
+ "@atlaskit/primitives": "^16.2.0",
69
+ "@atlaskit/smart-card": "^43.8.0",
70
70
  "@atlaskit/spinner": "^19.0.0",
71
71
  "@atlaskit/tabs": "^18.2.0",
72
- "@atlaskit/textfield": "^8.0.0",
72
+ "@atlaskit/textfield": "^8.1.0",
73
73
  "@atlaskit/theme": "^21.0.0",
74
- "@atlaskit/tokens": "^8.0.0",
75
- "@atlaskit/tooltip": "^20.8.0",
74
+ "@atlaskit/tokens": "^8.1.0",
75
+ "@atlaskit/tooltip": "^20.10.0",
76
76
  "@atlaskit/ufo": "^0.4.0",
77
77
  "@atlaskit/visually-hidden": "^3.0.0",
78
78
  "@babel/runtime": "^7.0.0",
@@ -93,7 +93,7 @@
93
93
  "@af/integration-testing": "workspace:^",
94
94
  "@af/visual-regression": "workspace:^",
95
95
  "@atlaskit/dropdown-menu": "^16.3.0",
96
- "@atlaskit/link-test-helpers": "^8.4.0",
96
+ "@atlaskit/link-test-helpers": "^8.5.0",
97
97
  "@atlassian/feature-flags-test-utils": "^1.0.0",
98
98
  "@testing-library/dom": "^10.1.0",
99
99
  "@testing-library/jest-dom": "^6.4.5",