@atlaskit/link-datasource 3.15.6 → 3.15.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 +14 -0
- package/dist/cjs/ui/issue-like-table/shared-components/avatar/index.js +1 -1
- package/dist/cjs/ui/issue-like-table/styled.js +2 -0
- package/dist/es2019/ui/issue-like-table/shared-components/avatar/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/styled.js +2 -0
- package/dist/esm/ui/issue-like-table/shared-components/avatar/index.js +1 -1
- package/dist/esm/ui/issue-like-table/styled.js +2 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 3.15.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.15.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#100377](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100377)
|
|
14
|
+
[`e3fe16ddc7023`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e3fe16ddc7023) -
|
|
15
|
+
Fixed invalid typography styles.
|
|
16
|
+
|
|
3
17
|
## 3.15.6
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -15,7 +15,7 @@ var _messages = require("../../render-type/user/messages");
|
|
|
15
15
|
var userWrapperStyles = (0, _primitives.xcss)({
|
|
16
16
|
display: 'flex',
|
|
17
17
|
alignItems: 'center',
|
|
18
|
-
|
|
18
|
+
font: 'font.body'
|
|
19
19
|
});
|
|
20
20
|
var avatarWrapperStyles = (0, _primitives.xcss)({
|
|
21
21
|
marginRight: 'space.100'
|
|
@@ -38,6 +38,7 @@ var TableHeading = exports.TableHeading = _styled.default.th((0, _defineProperty
|
|
|
38
38
|
position: 'relative',
|
|
39
39
|
/* This makes resizing work with out jumping due to padding + changes overall width for same default values. */
|
|
40
40
|
boxSizing: 'border-box',
|
|
41
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
41
42
|
lineHeight: lineHeight,
|
|
42
43
|
padding: "".concat(verticalPadding, " ", "var(--ds-space-050, 4px)"),
|
|
43
44
|
borderRight: "0.5px solid ".concat("var(--ds-border, ".concat(_colors.N40, ")")),
|
|
@@ -62,6 +63,7 @@ var TableHeading = exports.TableHeading = _styled.default.th((0, _defineProperty
|
|
|
62
63
|
width: '100%',
|
|
63
64
|
/* With Button now being a parent for this component it adds its lineHeight value and spoils
|
|
64
65
|
`height` calculation above. */
|
|
66
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
65
67
|
lineHeight: lineHeight,
|
|
66
68
|
padding: "".concat(verticalPadding, " ", "var(--ds-space-050, 4px)"),
|
|
67
69
|
display: '-webkit-box',
|
|
@@ -8,7 +8,7 @@ import { userTypeMessages } from '../../render-type/user/messages';
|
|
|
8
8
|
const userWrapperStyles = xcss({
|
|
9
9
|
display: 'flex',
|
|
10
10
|
alignItems: 'center',
|
|
11
|
-
|
|
11
|
+
font: 'font.body'
|
|
12
12
|
});
|
|
13
13
|
const avatarWrapperStyles = xcss({
|
|
14
14
|
marginRight: 'space.100'
|
|
@@ -32,6 +32,7 @@ export const TableHeading = styled.th({
|
|
|
32
32
|
position: 'relative',
|
|
33
33
|
/* This makes resizing work with out jumping due to padding + changes overall width for same default values. */
|
|
34
34
|
boxSizing: 'border-box',
|
|
35
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
35
36
|
lineHeight: lineHeight,
|
|
36
37
|
padding: `${verticalPadding} ${"var(--ds-space-050, 4px)"}`,
|
|
37
38
|
borderRight: `0.5px solid ${`var(--ds-border, ${N40})`}`,
|
|
@@ -64,6 +65,7 @@ export const TableHeading = styled.th({
|
|
|
64
65
|
width: '100%',
|
|
65
66
|
/* With Button now being a parent for this component it adds its lineHeight value and spoils
|
|
66
67
|
`height` calculation above. */
|
|
68
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
67
69
|
lineHeight: lineHeight,
|
|
68
70
|
padding: `${verticalPadding} ${"var(--ds-space-050, 4px)"}`,
|
|
69
71
|
display: '-webkit-box',
|
|
@@ -30,6 +30,7 @@ export var TableHeading = styled.th(_defineProperty(_defineProperty(_definePrope
|
|
|
30
30
|
position: 'relative',
|
|
31
31
|
/* This makes resizing work with out jumping due to padding + changes overall width for same default values. */
|
|
32
32
|
boxSizing: 'border-box',
|
|
33
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
33
34
|
lineHeight: lineHeight,
|
|
34
35
|
padding: "".concat(verticalPadding, " ", "var(--ds-space-050, 4px)"),
|
|
35
36
|
borderRight: "0.5px solid ".concat("var(--ds-border, ".concat(N40, ")")),
|
|
@@ -54,6 +55,7 @@ export var TableHeading = styled.th(_defineProperty(_defineProperty(_definePrope
|
|
|
54
55
|
width: '100%',
|
|
55
56
|
/* With Button now being a parent for this component it adds its lineHeight value and spoils
|
|
56
57
|
`height` calculation above. */
|
|
58
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
57
59
|
lineHeight: lineHeight,
|
|
58
60
|
padding: "".concat(verticalPadding, " ", "var(--ds-space-050, 4px)"),
|
|
59
61
|
display: '-webkit-box',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "3.15.
|
|
3
|
+
"version": "3.15.8",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"@atlaskit/jql-editor-autocomplete-rest": "^2.1.0",
|
|
59
59
|
"@atlaskit/layering": "^1.0.0",
|
|
60
60
|
"@atlaskit/link-client-extension": "^3.0.0",
|
|
61
|
-
"@atlaskit/linking-common": "^6.
|
|
61
|
+
"@atlaskit/linking-common": "^6.1.0",
|
|
62
62
|
"@atlaskit/linking-types": "^9.5.0",
|
|
63
63
|
"@atlaskit/logo": "^15.1.0",
|
|
64
64
|
"@atlaskit/lozenge": "^11.12.0",
|
|
65
|
-
"@atlaskit/modal-dialog": "^12.
|
|
65
|
+
"@atlaskit/modal-dialog": "^12.19.0",
|
|
66
66
|
"@atlaskit/outbound-auth-flow-client": "^3.4.5",
|
|
67
67
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
68
68
|
"@atlaskit/popup": "^1.30.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@atlaskit/primitives": "^13.3.0",
|
|
74
74
|
"@atlaskit/react-select": "^1.6.0",
|
|
75
75
|
"@atlaskit/select": "^18.9.0",
|
|
76
|
-
"@atlaskit/smart-card": "^
|
|
76
|
+
"@atlaskit/smart-card": "^34.0.0",
|
|
77
77
|
"@atlaskit/smart-user-picker": "6.11.2",
|
|
78
78
|
"@atlaskit/spinner": "^16.3.0",
|
|
79
79
|
"@atlaskit/tag": "^12.6.0",
|