@atlaskit/page-header 12.1.5 → 12.1.6
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 +8 -0
- package/offerings.json +34 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/page-header
|
|
2
2
|
|
|
3
|
+
## 12.1.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`248faa32d4835`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/248faa32d4835) -
|
|
8
|
+
Internal changes to how borders are applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 12.1.5
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
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.6",
|
|
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/"
|
|
@@ -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.
|
|
43
|
+
"@atlaskit/docs": "^11.1.0",
|
|
44
44
|
"@atlaskit/ds-lib": "^5.0.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",
|