@atlaskit/quick-search 10.0.9 → 10.0.11
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,19 @@
|
|
|
1
1
|
# @atlaskit/quick-search
|
|
2
2
|
|
|
3
|
+
## 10.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#150219](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150219)
|
|
8
|
+
[`8f6e3a7613db0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f6e3a7613db0) -
|
|
9
|
+
Fixes invalid css comments in template literal styles
|
|
10
|
+
|
|
11
|
+
## 10.0.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 10.0.9
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -59,7 +59,7 @@ var getPlaceholderColor = exports.getPlaceholderColor = (0, _styledComponents.cs
|
|
|
59
59
|
});
|
|
60
60
|
|
|
61
61
|
// eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
62
|
-
var SearchInput = exports.SearchInput = _styledComponents.default.input(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n\tbackground-color: transparent;\n\tborder: 0;\n\tcolor: ", ";\n\tflex-grow: 1;\n\tfont-size: 1.4em;\n\toutline: 0;\n\t
|
|
62
|
+
var SearchInput = exports.SearchInput = _styledComponents.default.input(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n\tbackground-color: transparent;\n\tborder: 0;\n\tcolor: ", ";\n\tflex-grow: 1;\n\tfont-size: 1.4em;\n\toutline: 0;\n\t/* Safari adds 2px margin-left */\n\tmargin-left: 0;\n\t", ";\n"])), _colors.N500, getPlaceholderStyle(getPlaceholderColor));
|
|
63
63
|
|
|
64
64
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
65
65
|
var SearchInputTypeAhead = exports.SearchInputTypeAhead = (0, _styledComponents.default)(SearchInput)({
|
|
@@ -50,7 +50,7 @@ export var getPlaceholderColor = css({
|
|
|
50
50
|
});
|
|
51
51
|
|
|
52
52
|
// eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
53
|
-
export var SearchInput = styled.input(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n\tbackground-color: transparent;\n\tborder: 0;\n\tcolor: ", ";\n\tflex-grow: 1;\n\tfont-size: 1.4em;\n\toutline: 0;\n\t
|
|
53
|
+
export var SearchInput = styled.input(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n\tbackground-color: transparent;\n\tborder: 0;\n\tcolor: ", ";\n\tflex-grow: 1;\n\tfont-size: 1.4em;\n\toutline: 0;\n\t/* Safari adds 2px margin-left */\n\tmargin-left: 0;\n\t", ";\n"])), N500, getPlaceholderStyle(getPlaceholderColor));
|
|
54
54
|
|
|
55
55
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
56
56
|
export var SearchInputTypeAhead = styled(SearchInput)({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/quick-search",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.11",
|
|
4
4
|
"description": "A quick-search component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/analytics": "^9.0.0",
|
|
33
33
|
"@atlaskit/avatar": "^25.0.0",
|
|
34
|
-
"@atlaskit/menu": "^
|
|
34
|
+
"@atlaskit/menu": "^5.0.0",
|
|
35
35
|
"@atlaskit/spinner": "^18.0.0",
|
|
36
36
|
"@atlaskit/theme": "^18.0.0",
|
|
37
37
|
"@atlaskit/tokens": "^4.8.0",
|