@atlaskit/quick-search 8.1.9 → 8.1.10
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/quick-search
|
|
2
2
|
|
|
3
|
+
## 8.1.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#83176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83176) [`5c64e4657ef3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c64e4657ef3) - [ux] Minor changes to replace deprecated font tokens with new tokens. There may be some very slight differences in font size if the previous value was incorrectly applied, and slight differences in line height to match the new typography system.
|
|
8
|
+
|
|
3
9
|
## 8.1.9
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -10,7 +10,7 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
|
10
10
|
var _colors = require("@atlaskit/theme/colors");
|
|
11
11
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8;
|
|
12
12
|
var ResultItemGroupHeader = exports.ResultItemGroupHeader = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n margin-left: ", ";\n margin-top: ", ";\n"])), "var(--ds-space-negative-150, -12px)", "var(--ds-space-150, 12px)");
|
|
13
|
-
var ResultItemGroupTitle = exports.ResultItemGroupTitle = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n font-size: 11px;\n line-height:
|
|
13
|
+
var ResultItemGroupTitle = exports.ResultItemGroupTitle = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n font-size: 11px;\n line-height: 16px;\n font-weight: 600;\n"])));
|
|
14
14
|
var ResultItemAfter = exports.ResultItemAfter = _styledComponents.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n min-width: ", ";\n"])), function (_ref) {
|
|
15
15
|
var shouldTakeSpace = _ref.shouldTakeSpace;
|
|
16
16
|
return shouldTakeSpace ? '24px' : 0;
|
|
@@ -7,7 +7,7 @@ export const ResultItemGroupHeader = styled.div`
|
|
|
7
7
|
`;
|
|
8
8
|
export const ResultItemGroupTitle = styled.div`
|
|
9
9
|
font-size: 11px;
|
|
10
|
-
line-height:
|
|
10
|
+
line-height: 16px;
|
|
11
11
|
font-weight: 600;
|
|
12
12
|
`;
|
|
13
13
|
export const ResultItemAfter = styled.div`
|
|
@@ -3,7 +3,7 @@ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _temp
|
|
|
3
3
|
import styled from 'styled-components';
|
|
4
4
|
import { N200 } from '@atlaskit/theme/colors';
|
|
5
5
|
export var ResultItemGroupHeader = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n margin-left: ", ";\n margin-top: ", ";\n"])), "var(--ds-space-negative-150, -12px)", "var(--ds-space-150, 12px)");
|
|
6
|
-
export var ResultItemGroupTitle = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n font-size: 11px;\n line-height:
|
|
6
|
+
export var ResultItemGroupTitle = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n font-size: 11px;\n line-height: 16px;\n font-weight: 600;\n"])));
|
|
7
7
|
export var ResultItemAfter = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n min-width: ", ";\n"])), function (_ref) {
|
|
8
8
|
var shouldTakeSpace = _ref.shouldTakeSpace;
|
|
9
9
|
return shouldTakeSpace ? '24px' : 0;
|