Skip to content

Commit

Permalink
Fix #6024: Panel and Dialog style docs (#6026)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Mar 15, 2024
1 parent 822d1c1 commit 7d1dfa3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
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

0 comments on commit 7d1dfa3

Please sign in to comment.