@atlaskit/page-header 12.1.5 → 12.1.7
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 +16 -0
- package/dist/cjs/PageHeader/styled.js +1 -1
- package/dist/es2019/PageHeader/styled.js +1 -1
- package/dist/esm/PageHeader/styled.js +1 -1
- package/dist/types/PageHeader/styled.d.ts +1 -1
- package/dist/types-ts4.5/PageHeader/styled.d.ts +1 -1
- package/offerings.json +34 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/page-header
|
|
2
2
|
|
|
3
|
+
## 12.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`39e543109ec09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39e543109ec09) -
|
|
8
|
+
add type info to forwardRef components
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 12.1.6
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`248faa32d4835`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/248faa32d4835) -
|
|
16
|
+
Internal changes to how borders are applied.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 12.1.5
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
// TODO: Remove this eslint-disable when prop names have been renamed.
|
|
3
3
|
// This rule is here as prop name changes are a major as they are used
|
|
4
4
|
// by our consumers. The prop name concerned here is truncateTitle.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
// TODO: Remove this eslint-disable when prop names have been renamed.
|
|
3
3
|
// This rule is here as prop name changes are a major as they are used
|
|
4
4
|
// by our consumers. The prop name concerned here is truncateTitle.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
// TODO: Remove this eslint-disable when prop names have been renamed.
|
|
3
3
|
// This rule is here as prop name changes are a major as they are used
|
|
4
4
|
// by our consumers. The prop name concerned here is truncateTitle.
|
|
@@ -25,7 +25,7 @@ interface StyledTitleWrapperProps {
|
|
|
25
25
|
* A styled title wrapper is a wrapper around the title that controls its the styles exclusively.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
|
-
export declare const StyledTitleWrapper: React.ForwardRefExoticComponent<StyledTitleWrapperProps & React.RefAttributes<HTMLHeadingElement>>;
|
|
28
|
+
export declare const StyledTitleWrapper: React.ForwardRefExoticComponent<React.PropsWithoutRef<StyledTitleWrapperProps> & React.RefAttributes<HTMLHeadingElement>>;
|
|
29
29
|
interface TitleProps {
|
|
30
30
|
truncateTitle?: boolean;
|
|
31
31
|
children?: ReactNode;
|
|
@@ -25,7 +25,7 @@ interface StyledTitleWrapperProps {
|
|
|
25
25
|
* A styled title wrapper is a wrapper around the title that controls its the styles exclusively.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
|
-
export declare const StyledTitleWrapper: React.ForwardRefExoticComponent<StyledTitleWrapperProps & React.RefAttributes<HTMLHeadingElement>>;
|
|
28
|
+
export declare const StyledTitleWrapper: React.ForwardRefExoticComponent<React.PropsWithoutRef<StyledTitleWrapperProps> & React.RefAttributes<HTMLHeadingElement>>;
|
|
29
29
|
interface TitleProps {
|
|
30
30
|
truncateTitle?: boolean;
|
|
31
31
|
children?: ReactNode;
|
package/offerings.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "PageHeader",
|
|
4
|
+
"package": "@atlaskit/page-header",
|
|
5
|
+
"import": {
|
|
6
|
+
"name": "PageHeader",
|
|
7
|
+
"package": "@atlaskit/page-header",
|
|
8
|
+
"type": "default"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["page", "header", "title", "breadcrumbs", "actions"],
|
|
11
|
+
"categories": ["layout"],
|
|
12
|
+
"shortDescription": "A component for page headers.",
|
|
13
|
+
"status": "general-availability",
|
|
14
|
+
"accessibilityGuidelines": [
|
|
15
|
+
"Provide clear page titles",
|
|
16
|
+
"Use appropriate heading hierarchy",
|
|
17
|
+
"Ensure breadcrumb navigation is accessible",
|
|
18
|
+
"Provide clear action labels"
|
|
19
|
+
],
|
|
20
|
+
"usageGuidelines": [
|
|
21
|
+
"Use for consistent page header layout",
|
|
22
|
+
"Include breadcrumbs for navigation context",
|
|
23
|
+
"Provide relevant page actions",
|
|
24
|
+
"Use appropriate header hierarchy"
|
|
25
|
+
],
|
|
26
|
+
"contentGuidelines": [
|
|
27
|
+
"Use clear, descriptive page titles",
|
|
28
|
+
"Provide meaningful breadcrumb labels",
|
|
29
|
+
"Use action-oriented button text",
|
|
30
|
+
"Keep header content focused"
|
|
31
|
+
],
|
|
32
|
+
"examples": ["./examples/ai/page-header.tsx"]
|
|
33
|
+
}
|
|
34
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-header",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.7",
|
|
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/"
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@atlaskit/css": "^0.14.0",
|
|
28
|
-
"@atlaskit/primitives": "^14.
|
|
29
|
-
"@atlaskit/tokens": "^6.
|
|
28
|
+
"@atlaskit/primitives": "^14.15.0",
|
|
29
|
+
"@atlaskit/tokens": "^6.4.0",
|
|
30
30
|
"@babel/runtime": "^7.0.0",
|
|
31
31
|
"@compiled/react": "^0.18.3"
|
|
32
32
|
},
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"@af/visual-regression": "workspace:^",
|
|
41
41
|
"@atlaskit/breadcrumbs": "^15.3.0",
|
|
42
42
|
"@atlaskit/button": "^23.4.0",
|
|
43
|
-
"@atlaskit/docs": "^11.
|
|
44
|
-
"@atlaskit/ds-lib": "^5.
|
|
43
|
+
"@atlaskit/docs": "^11.1.0",
|
|
44
|
+
"@atlaskit/ds-lib": "^5.1.0",
|
|
45
45
|
"@atlaskit/inline-edit": "^15.3.0",
|
|
46
46
|
"@atlaskit/link": "^3.2.0",
|
|
47
47
|
"@atlaskit/page": "^14.0.0",
|
|
48
48
|
"@atlaskit/section-message": "^8.7.0",
|
|
49
|
-
"@atlaskit/select": "^21.
|
|
49
|
+
"@atlaskit/select": "^21.3.0",
|
|
50
50
|
"@atlaskit/textfield": "^8.0.0",
|
|
51
51
|
"@atlassian/ssr-tests": "^0.3.0",
|
|
52
52
|
"@testing-library/react": "^13.4.0",
|