Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #6024: Panel and Dialog style docs #6026

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions components/doc/dialog/theming/styleddoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,25 @@ export function StyledDoc(props) {
<td>Container element.</td>
</tr>
<tr>
<td>p-dialog-titlebar</td>
<td>p-dialog-header</td>
<td>Container of header.</td>
</tr>
<tr>
<td>p-dialog-title</td>
<td>Header element.</td>
</tr>
<tr>
<td>p-dialog-titlebar-icon</td>
<td>p-dialog-header-icons</td>
<td>Icon container inside header.</td>
</tr>
<tr>
<td>p-dialog-titlebar-close</td>
<td>p-dialog-header-close</td>
<td>Close icon element.</td>
</tr>
<tr>
<td>p-dialog-header-maximize</td>
<td>Maximize icon element.</td>
</tr>
<tr>
<td>p-dialog-content</td>
<td>Content element</td>
Expand Down
4 changes: 2 additions & 2 deletions components/doc/panel/theming/styleddoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ export function StyledDoc(props) {
<td>Container element.</td>
</tr>
<tr>
<td>p-panel-titlebar</td>
<td>p-panel-header</td>
<td>Header section.</td>
</tr>
<tr>
<td>p-panel-title</td>
<td>Title text of panel.</td>
</tr>
<tr>
<td>p-panel-titlebar-toggler</td>
<td>p-panel-toggler</td>
<td>Toggle icon.</td>
</tr>
<tr>
Expand Down
Loading