Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Line chart
section: charts
section: components
subsection: charts
propComponents: [
{
component: 'Charts',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Sankey chart
section: charts
section: components
subsection: charts
propComponents: [
{
component: 'Charts',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Area chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Bar chart
section: charts
section: components
subsection: charts
propComponents: ['Chart', 'ChartAxis', 'ChartBar', 'ChartGroup', 'ChartLabel', 'ChartVoronoiContainer']
hideDarkMode: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Box plot chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartAxis',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Bullet chart
section: charts
section: components
subsection: charts
propComponents: [
'ChartAxis',
'ChartBullet',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Donut chart
section: charts
section: components
subsection: charts
propComponents: [
'ChartDonut'
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Donut utilization chart
section: charts
section: components
subsection: charts
propComponents: [
'ChartDonutThreshold',
'ChartDonutUtilization'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Legends
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Line chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartAxis',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Pie chart
section: charts
section: components
subsection: charts
propComponents: ['ChartPie']
hideDarkMode: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Scatter chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Stack chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Colors for charts
section: charts
section: components
subsection: charts
hideDarkMode: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Threshold chart
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartAxis',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Tooltips
section: charts
section: components
subsection: charts
propComponents: ['ChartTooltip']
hideDarkMode: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Patterns
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Resize observer
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Skeletons
section: charts
section: components
subsection: charts
propComponents: [
'Chart',
'ChartArea',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: Sparkline chart
section: charts
section: components
subsection: charts
propComponents: [
'ChartArea',
'ChartContainer',
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@patternfly/patternfly": "6.5.0-prerelease.22",
"@patternfly/patternfly": "6.5.0-prerelease.27",
"case-anything": "^3.1.2",
"css": "^3.0.0",
"fs-extra": "^11.3.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: Compass
cssPrefix: pf-v6-c-compass
section: PatternFly-AI
section: AI
subsection: Generative UIs
beta: true
propComponents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ To guide users through a series of steps in a modal, you can add a [wizard](/com

### With dropdown

To present a menu of actions or links to a user, you can add a [dropdown](/components/dropdown) to a modal. To allow the dropdown to visually break out of the modal container, set the `menuAppendTo` property to “parent”. Handle the modal’s closing behavior by listening to the `onEscapePress` callback on the `<Modal>` component. This allows the "escape" key to collapse the dropdown without closing the entire modal.
To present a menu of actions or links to a user, you can add a [dropdown](/components/menus/dropdown) to a modal. To allow the dropdown to visually break out of the modal container, set the `menuAppendTo` property to “parent”. Handle the modal’s closing behavior by listening to the `onEscapePress` callback on the `<Modal>` component. This allows the "escape" key to collapse the dropdown without closing the entire modal.

```ts file="./ModalWithDropdown.tsx"

Expand All @@ -143,7 +143,7 @@ To help simplify and explain complex models, add a help [popover](/components/po

### With form

To collect user input within a modal, you can add a [form](/components/form).
To collect user input within a modal, you can add a [form](/components/forms/form).

To submit the form from a button in the modal's footer (outside of the `<Form>`), set the button's `form` property equal to the form's id.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import './Tile.css';

## Examples

Keyboard interaction patterns and a11y is implemented in the Tile demos, located in the [Demo section](/components/tile/react-demos).

### Basic tile

Basic tiles can appear in one of three states: a default state, selected state, and a disabled state. To change the state of a tile, use the properties `isSelected` and `isDisabled`.
Expand Down
4 changes: 2 additions & 2 deletions packages/react-core/src/helpers/OUIA/OUIA.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: Open UI Automation
section: developer-resources
section: developer-guides
---
import { Fragment } from 'react';

Expand Down Expand Up @@ -54,6 +54,7 @@ component.
* [Card](/components/card)
* [Checkbox](/components/forms/checkbox)
* [Chip](/components/chip)
* [Content](/components/content)
* [Dropdown](/components/menus/dropdown)
* [DropdownItem](/components/menus/dropdown)
* [FormSelect](/components/forms/form-select)
Expand All @@ -68,7 +69,6 @@ component.
* [Switch](/components/switch)
* [TabContent](/components/tabs)
* [Tabs](/components/tabs)
* [Text](/components/text)
* [TextInput](/components/forms/text-input)
* [Title](/components/title)
* [Toolbar](/components/toolbar)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Bullseye
cssPrefix: pf-v6-l-bullseye
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Bullseye']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Flex/examples/Flex.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Flex
cssPrefix: pf-v6-l-flex
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Flex', 'FlexItem']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Gallery/examples/Gallery.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Gallery
cssPrefix: pf-v6-l-gallery
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Gallery', 'GalleryItem']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Grid/examples/Grid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Grid
cssPrefix: pf-v6-l-grid
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Grid', 'GridItem']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Level/examples/Level.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Level
cssPrefix: pf-v6-l-level
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Level', 'LevelItem']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Split/examples/Split.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Split
cssPrefix: pf-v6-l-split
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Split', 'SplitItem']
---

Expand Down
3 changes: 2 additions & 1 deletion packages/react-core/src/layouts/Stack/examples/Stack.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: Stack
cssPrefix: pf-v6-l-stack
section: layouts
section: foundations-and-styles
subsection: layouts
propComponents: ['Stack', 'StackItem']
---

Expand Down
2 changes: 1 addition & 1 deletion packages/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
},
"dependencies": {
"@patternfly/patternfly": "6.5.0-prerelease.22",
"@patternfly/patternfly": "6.5.0-prerelease.27",
"@patternfly/react-charts": "workspace:^",
"@patternfly/react-code-editor": "workspace:^",
"@patternfly/react-core": "workspace:^",
Expand Down
8 changes: 3 additions & 5 deletions packages/react-docs/patternfly-docs/patternfly-docs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ module.exports = {
hasRTLSwitcher: true,
hasDesignGuidelines: false,
sideNavItems: [
{ section: 'get-started' },
{ section: 'developer-resources' },
{ section: 'charts' },
{ section: 'components' },
{ section: 'patterns' },
{ section: 'layouts' },
{ section: 'PatternFly-AI' }
{ section: 'foundations-and-styles' },
{ section: 'AI' },
{ section: 'developer-guides' }
],
topNavItems: [{ text: 'Icons', path: '/icons' }],
port: 8002
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@patternfly/patternfly": "6.5.0-prerelease.22",
"@patternfly/patternfly": "6.5.0-prerelease.27",
"fs-extra": "^11.3.0",
"tslib": "^2.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clean": "rimraf dist css"
},
"devDependencies": {
"@patternfly/patternfly": "6.5.0-prerelease.22",
"@patternfly/patternfly": "6.5.0-prerelease.27",
"change-case": "^5.4.4",
"fs-extra": "^11.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@adobe/css-tools": "^4.4.4",
"@patternfly/patternfly": "6.5.0-prerelease.22",
"@patternfly/patternfly": "6.5.0-prerelease.27",
"fs-extra": "^11.3.0"
}
}
Loading
Loading