Skip to content

Commit 7fac092

Browse files
Merge branch 'main' into iss4523
2 parents 1345962 + f0bfbd4 commit 7fac092

15 files changed

Lines changed: 469 additions & 9 deletions

File tree

packages/ast-helpers/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,41 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.4.0-alpha.191 (2025-05-07)
7+
8+
**Note:** Version bump only for package @patternfly/ast-helpers
9+
10+
11+
12+
13+
14+
# 1.4.0-alpha.190 (2025-05-06)
15+
16+
17+
### Bug Fixes
18+
19+
* **documentation-framework:** Change file extension from js to jsx ([#4602](https://github.com/patternfly/patternfly-org/issues/4602)) ([e607f89](https://github.com/patternfly/patternfly-org/commit/e607f896bfc0ee1ed445055d57ebd70287777923))
20+
21+
22+
23+
24+
25+
# 1.4.0-alpha.189 (2025-05-06)
26+
27+
**Note:** Version bump only for package @patternfly/ast-helpers
28+
29+
30+
31+
32+
33+
# 1.4.0-alpha.188 (2025-05-06)
34+
35+
**Note:** Version bump only for package @patternfly/ast-helpers
36+
37+
38+
39+
40+
641
# 1.4.0-alpha.187 (2025-05-01)
742

843
**Note:** Version bump only for package @patternfly/ast-helpers

packages/ast-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/ast-helpers",
33
"description": "Acorn AST helpers for working with live code",
4-
"version": "1.4.0-alpha.187",
4+
"version": "1.4.0-alpha.191",
55
"author": "Red Hat",
66
"license": "MIT",
77
"publishConfig": {

packages/documentation-framework/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,41 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 6.10.5 (2025-05-07)
7+
8+
**Note:** Version bump only for package @patternfly/documentation-framework
9+
10+
11+
12+
13+
14+
## 6.10.4 (2025-05-06)
15+
16+
17+
### Bug Fixes
18+
19+
* **documentation-framework:** Change file extension from js to jsx ([#4602](https://github.com/patternfly/patternfly-org/issues/4602)) ([e607f89](https://github.com/patternfly/patternfly-org/commit/e607f896bfc0ee1ed445055d57ebd70287777923))
20+
21+
22+
23+
24+
25+
## 6.10.3 (2025-05-06)
26+
27+
**Note:** Version bump only for package @patternfly/documentation-framework
28+
29+
30+
31+
32+
33+
## 6.10.2 (2025-05-06)
34+
35+
**Note:** Version bump only for package @patternfly/documentation-framework
36+
37+
38+
39+
40+
641
## 6.10.1 (2025-05-01)
742

843
**Note:** Version bump only for package @patternfly/documentation-framework

packages/documentation-framework/components/example/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import * as reactTableModule from '@patternfly/react-table';
1919
import * as reactTableDeprecatedModule from '@patternfly/react-table/deprecated';
2020
import { css } from '@patternfly/react-styles';
2121
import { getParameters } from 'codesandbox/lib/api/define';
22-
import { ExampleToolbar } from './exampleToolbar';
22+
import { ExampleToolbar } from './exampleToolbar.jsx';
2323
import { AutoLinkHeader } from '../autoLinkHeader/autoLinkHeader';
2424
import {
2525
slugger,

packages/documentation-framework/components/example/exampleToolbar.js renamed to packages/documentation-framework/components/example/exampleToolbar.jsx

File renamed without changes.

packages/documentation-framework/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/documentation-framework",
33
"description": "A framework to build documentation for PatternFly.",
4-
"version": "6.10.1",
4+
"version": "6.10.5",
55
"author": "Red Hat",
66
"license": "MIT",
77
"bin": {
@@ -12,7 +12,7 @@
1212
"@babel/preset-env": "^7.24.3",
1313
"@babel/preset-react": "^7.24.1",
1414
"@mdx-js/util": "1.6.16",
15-
"@patternfly/ast-helpers": "^1.4.0-alpha.187",
15+
"@patternfly/ast-helpers": "^1.4.0-alpha.191",
1616
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
1717
"autoprefixer": "9.8.6",
1818
"babel-loader": "^9.1.3",

packages/documentation-site/patternfly-docs/content/design-guidelines/components/drawer/drawer.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ id: Drawer
33
section: components
44
---
55

6+
import '../components.css';
7+
68
## Usage
79

810
Drawers can be used to store and show more information than immediately presented on a page. A drawer with more information is usually prompted by a user click. Upon the click, the drawer comes out and shows more information, which is usually relevant to a whole page.
@@ -18,4 +20,6 @@ A **splitter** allows you to create a layout with resizable panes. The orientati
1820
### When to use a splitter
1921
Add a splitter to a drawer if you need to resize the width or height of a panel to give content more space. If data shown in a drawer has enough space, then you don’t need to use a splitter.
2022

21-
<img src="./img/splitter-drawer.png" alt="Drawer with a splitter" width="1500" />
23+
<div class="ws-docs-content-img">
24+
![Example of a drawer with a splitter.](./img/drawer-splitter.svg)
25+
</div>

packages/documentation-site/patternfly-docs/content/design-guidelines/components/drawer/img/drawer-splitter.svg

Lines changed: 242 additions & 0 deletions
Loading

packages/documentation-site/patternfly-docs/content/design-guidelines/components/hint/hint.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
id: Hint
33
section: components
44
---
5+
import '../components.css';
56

67
For information on other forms of on-screen help, see [Tooltip](/components/tooltip/design-guidelines) and [Popover](/components/popover/design-guidelines).
78

89
## Usage
910

1011
Use hints to share information about an interaction or prerequisite step that might not be immediately obvious to the user.
1112

12-
<img src="./img/hint-layout.png" alt="blue hint at the top of an application page" width="750"/>
13+
<div class="ws-docs-content-img">
14+
![hint at the top of a UI screen](./img/hint-element.svg)
15+
</div>
1316

1417
## Content considerations
1518
Use full sentences with punctuation.

packages/documentation-site/patternfly-docs/content/design-guidelines/components/hint/img/hint-element.svg

Lines changed: 136 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)