@atlaskit/page-header 10.9.2 → 10.9.4
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,20 @@
|
|
|
1
1
|
# @atlaskit/page-header
|
|
2
2
|
|
|
3
|
+
## 10.9.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#145246](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/145246)
|
|
8
|
+
[`edb1983fa6cf7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/edb1983fa6cf7) -
|
|
9
|
+
Fix bug which caused a scrollbar to show up in FireFox on `PageHeader.title` when
|
|
10
|
+
`truncateTitle={true}`.
|
|
11
|
+
|
|
12
|
+
## 10.9.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 10.9.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -22,6 +22,8 @@ var _primitives = require("@atlaskit/primitives");
|
|
|
22
22
|
|
|
23
23
|
var truncateStyles = (0, _react2.css)({
|
|
24
24
|
overflowX: 'hidden',
|
|
25
|
+
overflowY: 'hidden',
|
|
26
|
+
// `overflow-y` necessary to prevent a scrollbar from showing in FF: https://product-fabric.atlassian.net/browse/PYX-1035
|
|
25
27
|
textOverflow: 'ellipsis',
|
|
26
28
|
whiteSpace: 'nowrap'
|
|
27
29
|
});
|
|
@@ -15,6 +15,8 @@ import { css, jsx } from '@emotion/react';
|
|
|
15
15
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
16
16
|
const truncateStyles = css({
|
|
17
17
|
overflowX: 'hidden',
|
|
18
|
+
overflowY: 'hidden',
|
|
19
|
+
// `overflow-y` necessary to prevent a scrollbar from showing in FF: https://product-fabric.atlassian.net/browse/PYX-1035
|
|
18
20
|
textOverflow: 'ellipsis',
|
|
19
21
|
whiteSpace: 'nowrap'
|
|
20
22
|
});
|
|
@@ -15,6 +15,8 @@ import { css, jsx } from '@emotion/react';
|
|
|
15
15
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
16
16
|
var truncateStyles = css({
|
|
17
17
|
overflowX: 'hidden',
|
|
18
|
+
overflowY: 'hidden',
|
|
19
|
+
// `overflow-y` necessary to prevent a scrollbar from showing in FF: https://product-fabric.atlassian.net/browse/PYX-1035
|
|
18
20
|
textOverflow: 'ellipsis',
|
|
19
21
|
whiteSpace: 'nowrap'
|
|
20
22
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-header",
|
|
3
|
-
"version": "10.9.
|
|
3
|
+
"version": "10.9.4",
|
|
4
4
|
"description": "A page header defines the top of a page. It contains a title and can be optionally combined with breadcrumbs buttons, search, and filters.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -16,10 +16,6 @@
|
|
|
16
16
|
"atlaskit:src": "src/index.tsx",
|
|
17
17
|
"atlassian": {
|
|
18
18
|
"team": "Design System Team",
|
|
19
|
-
"productPushConsumption": [
|
|
20
|
-
"jira"
|
|
21
|
-
],
|
|
22
|
-
"releaseModel": "continuous",
|
|
23
19
|
"website": {
|
|
24
20
|
"name": "Page header",
|
|
25
21
|
"category": "Components"
|
|
@@ -27,8 +23,8 @@
|
|
|
27
23
|
"runReact18": true
|
|
28
24
|
},
|
|
29
25
|
"dependencies": {
|
|
30
|
-
"@atlaskit/primitives": "^12.
|
|
31
|
-
"@atlaskit/tokens": "^
|
|
26
|
+
"@atlaskit/primitives": "^12.2.0",
|
|
27
|
+
"@atlaskit/tokens": "^2.0.0",
|
|
32
28
|
"@babel/runtime": "^7.0.0",
|
|
33
29
|
"@emotion/react": "^11.7.1"
|
|
34
30
|
},
|
|
@@ -40,14 +36,13 @@
|
|
|
40
36
|
"@af/accessibility-testing": "*",
|
|
41
37
|
"@af/visual-regression": "*",
|
|
42
38
|
"@atlaskit/breadcrumbs": "^12.5.0",
|
|
43
|
-
"@atlaskit/ds-lib": "^2.
|
|
39
|
+
"@atlaskit/ds-lib": "^2.6.0",
|
|
44
40
|
"@atlaskit/page": "^12.6.0",
|
|
45
41
|
"@atlaskit/ssr": "*",
|
|
46
42
|
"@atlaskit/textfield": "^6.5.0",
|
|
47
43
|
"@atlaskit/visual-regression": "*",
|
|
48
44
|
"@testing-library/react": "^12.1.5",
|
|
49
45
|
"react-dom": "^16.8.0",
|
|
50
|
-
"react-test-renderer": "^16.8.0",
|
|
51
46
|
"typescript": "~5.4.2"
|
|
52
47
|
},
|
|
53
48
|
"keywords": [
|