@patternfly/patternfly 6.0.0-alpha.97 → 6.0.0-alpha.99
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/components/Card/card.css +1 -0
- package/components/Card/card.scss +1 -0
- package/components/Check/check.css +10 -3
- package/components/Check/check.scss +17 -4
- package/components/Masthead/masthead.css +17 -9
- package/components/Masthead/masthead.scss +18 -9
- package/components/MenuToggle/menu-toggle.css +20 -6
- package/components/MenuToggle/menu-toggle.scss +32 -6
- package/components/ModalBox/modal-box.css +11 -7
- package/components/ModalBox/modal-box.scss +27 -12
- package/components/Nav/nav.css +64 -110
- package/components/Nav/nav.scss +70 -143
- package/components/Page/page.css +9 -17
- package/components/Page/page.scss +10 -23
- package/components/Radio/radio.css +12 -5
- package/components/Radio/radio.scss +21 -6
- package/components/Table/table-grid.css +30 -35
- package/components/Table/table-grid.scss +44 -32
- package/components/Table/table-scrollable.css +14 -6
- package/components/Table/table-scrollable.scss +6 -1
- package/components/Table/table-tree-view.css +5 -5
- package/components/Table/table-tree-view.scss +14 -8
- package/components/Table/table.css +90 -254
- package/components/Table/table.scss +158 -347
- package/components/Toolbar/toolbar.css +66 -2
- package/components/Toolbar/toolbar.scss +21 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +12 -12
- package/docs/components/Accordion/examples/Accordion.md +19 -19
- package/docs/components/ActionList/examples/ActionList.md +5 -5
- package/docs/components/Alert/examples/Alert.md +26 -26
- package/docs/components/AppLauncher/deprecated/application-launcher.md +31 -31
- package/docs/components/Avatar/examples/Avatar.md +8 -8
- package/docs/components/BackToTop/examples/BackToTop.md +3 -3
- package/docs/components/Backdrop/examples/Backdrop.md +3 -3
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
- package/docs/components/Badge/examples/Badge.md +6 -6
- package/docs/components/Banner/examples/Banner.md +17 -17
- package/docs/components/Brand/examples/Brand.css +3 -3
- package/docs/components/Brand/examples/Brand.md +7 -7
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +12 -12
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +29 -29
- package/docs/components/Card/examples/Card.md +30 -30
- package/docs/components/Check/examples/Check.md +12 -12
- package/docs/components/Chip/examples/Chip.md +21 -21
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +19 -19
- package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +14 -14
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/ContextSelector/deprecated/context-selector.md +23 -23
- package/docs/components/DataList/examples/DataList.md +177 -112
- package/docs/components/DatePicker/examples/DatePicker.md +10 -10
- package/docs/components/DescriptionList/examples/DescriptionList.md +29 -29
- package/docs/components/Divider/examples/Divider.md +7 -7
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +36 -36
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +47 -47
- package/docs/components/DualListSelector/examples/DualListSelector.md +41 -41
- package/docs/components/EmptyState/examples/EmptyState.md +21 -21
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +18 -18
- package/docs/components/FileUpload/examples/FileUpload.md +8 -8
- package/docs/components/Form/examples/Form.md +52 -52
- package/docs/components/FormControl/examples/FormControl.md +22 -22
- package/docs/components/HelperText/examples/HelperText.md +11 -11
- package/docs/components/Hint/examples/Hint.md +6 -6
- package/docs/components/Icon/examples/Icon.md +13 -13
- package/docs/components/InlineEdit/examples/InlineEdit.md +54 -138
- package/docs/components/InputGroup/examples/InputGroup.md +10 -10
- package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
- package/docs/components/Label/examples/Label.css +4 -4
- package/docs/components/Label/examples/Label.md +45 -45
- package/docs/components/List/examples/List.md +6 -6
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +35 -35
- package/docs/components/Login/examples/Login.md +21 -21
- package/docs/components/Masthead/examples/masthead.md +7 -7
- package/docs/components/Menu/examples/Menu.md +60 -60
- package/docs/components/MenuToggle/examples/MenuToggle.md +106 -22
- package/docs/components/ModalBox/examples/ModalBox.md +75 -34
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +21 -21
- package/docs/components/Nav/examples/Navigation.css +20 -3
- package/docs/components/Nav/examples/Navigation.md +44 -50
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +36 -36
- package/docs/components/NumberInput/examples/NumberInput.md +13 -13
- package/docs/components/OptionsMenu/deprecated/options-menu.md +22 -22
- package/docs/components/OverflowMenu/examples/overflow-menu.md +20 -20
- package/docs/components/Page/deprecated/PageHeader.md +30 -30
- package/docs/components/Page/examples/Page.md +55 -54
- package/docs/components/Pagination/examples/Pagination.md +25 -25
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +30 -30
- package/docs/components/Progress/examples/Progress.md +31 -31
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +17 -17
- package/docs/components/Radio/examples/Radio.md +9 -9
- package/docs/components/Select/deprecated/Select.md +110 -110
- package/docs/components/Sidebar/examples/Sidebar.md +16 -16
- package/docs/components/SimpleList/examples/SimpleList.md +9 -9
- package/docs/components/Skeleton/examples/Skeleton.md +14 -14
- package/docs/components/SkipToContent/examples/SkipToContent.md +4 -4
- package/docs/components/Slider/examples/Slider.md +33 -33
- package/docs/components/Spinner/examples/Spinner.md +14 -14
- package/docs/components/Switch/examples/Switch.md +14 -14
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.md +5395 -15077
- package/docs/components/Tabs/examples/Tabs.md +39 -39
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +1 -1
- package/docs/components/Tile/examples/Tile.md +12 -12
- package/docs/components/Timestamp/examples/Timestamp.md +4 -4
- package/docs/components/Title/examples/Title.md +20 -20
- package/docs/components/ToggleGroup/examples/toggle-group.md +10 -10
- package/docs/components/Toolbar/examples/Toolbar.md +57 -57
- package/docs/components/Tooltip/examples/Tooltip.md +9 -9
- package/docs/components/TreeView/examples/TreeView.md +31 -31
- package/docs/components/Truncate/examples/Truncate.md +8 -8
- package/docs/components/Wizard/examples/Wizard.md +46 -46
- package/docs/demos/Banner/examples/Banner.md +1 -1
- package/docs/demos/Card/examples/Card.md +12 -19
- package/docs/demos/DataList/examples/DataList.md +179 -280
- package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -0
- package/docs/demos/Masthead/examples/Masthead.md +4 -8
- package/docs/demos/Nav/examples/Nav.md +45 -149
- package/docs/demos/Page/examples/Page.md +3 -37
- package/docs/demos/Page/examples/Penta.md +119 -40
- package/docs/demos/Table/examples/Table.md +1531 -4970
- package/docs/demos/Tabs/examples/Tabs.md +118 -174
- package/docs/demos/Toolbar/examples/Toolbar.md +220 -600
- package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
- package/docs/layouts/Flex/examples/Flex.md +76 -76
- package/docs/layouts/Gallery/examples/Gallery.md +6 -6
- package/docs/layouts/Grid/examples/Grid.md +8 -8
- package/docs/layouts/Level/examples/Level.md +4 -4
- package/docs/layouts/Split/examples/Split.md +6 -6
- package/docs/layouts/Stack/examples/Stack.md +5 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
- package/docs/utilities/Alignment/examples/Alignment.md +4 -4
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
- package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
- package/docs/utilities/Display/examples/Display.md +9 -9
- package/docs/utilities/Flex/examples/Flex.md +32 -32
- package/docs/utilities/Float/examples/Float.md +2 -2
- package/docs/utilities/Sizing/examples/Sizing.md +41 -41
- package/docs/utilities/Spacing/examples/Spacing.md +11 -11
- package/docs/utilities/Text/examples/Text.md +28 -28
- package/package.json +2 -1
- package/patternfly-no-globals.css +363 -465
- package/patternfly-theme-dark-unversioned.css +363 -465
- package/patternfly.css +363 -465
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Table/themes/dark/table.scss +0 -16
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: Tree view
|
|
3
3
|
section: components
|
|
4
|
-
cssPrefix: pf-
|
|
4
|
+
cssPrefix: pf-v6-c-tree-view
|
|
5
5
|
---## Examples
|
|
6
6
|
|
|
7
7
|
### Default
|
|
@@ -3440,38 +3440,38 @@ cssPrefix: pf-v5-c-tree-view
|
|
|
3440
3440
|
|
|
3441
3441
|
| Attribute | Applied to | Outcome |
|
|
3442
3442
|
| -- | -- | -- |
|
|
3443
|
-
| `role="tree"` | `.pf-
|
|
3444
|
-
| `role="group"` | `.pf-
|
|
3445
|
-
| `role="treeitem"` | `.pf-
|
|
3446
|
-
| `aria-expanded="false"` | `.pf-
|
|
3447
|
-
| `aria-expanded="true"` | `.pf-
|
|
3448
|
-
| `tabindex="-1"` | `.pf-
|
|
3449
|
-
| `tabindex="0"` | `.pf-
|
|
3450
|
-
| `aria-label="[button label text]"` | `.pf-
|
|
3443
|
+
| `role="tree"` | `.pf-v6-c-tree-view__list` | Identifies the `ul` as a tree widget. **Place on the outermost `ul` only** |
|
|
3444
|
+
| `role="group"` | `.pf-v6-c-tree-view__list` | Identifies the `ul` element as a container of treeitem elements that form a branch of the tree. **Place on all `ul`s except the first `ul`** |
|
|
3445
|
+
| `role="treeitem"` | `.pf-v6-c-tree-view__list-item` | Hides the implicit listitem role of the li element from assistive technologies. |
|
|
3446
|
+
| `aria-expanded="false"` | `.pf-v6-c-tree-view__list-item` | For an expandable item, indicates the parent node is closed, i.e., the descendant elements are not visible. |
|
|
3447
|
+
| `aria-expanded="true"` | `.pf-v6-c-tree-view__list-item.pf-m-expanded` | Indicates the parent node is open, i.e., the descendant elements are visible. |
|
|
3448
|
+
| `tabindex="-1"` | `.pf-v6-c-tree-view__list-item` | Makes the element with the treeitem role focusable without including it in the tab sequence of the page. |
|
|
3449
|
+
| `tabindex="0"` | `.pf-v6-c-tree-view__list-item` | Includes the element with the treeitem role in the tab sequence. Only one treeitem in the tree has tabindex="0". When the user moves focus in the tree, the element included in the tab sequence changes to the element with focus. |
|
|
3450
|
+
| `aria-label="[button label text]"` | `.pf-v6-c-tree-view__action` | Provides an accessible name for the button when an icon is used instead of text. **Required when icon is used with no supporting text** |
|
|
3451
3451
|
|
|
3452
3452
|
### Usage
|
|
3453
3453
|
|
|
3454
3454
|
| Class | Applied | Outcome |
|
|
3455
3455
|
| -- | -- | -- |
|
|
3456
|
-
| `.pf-
|
|
3457
|
-
| `.pf-
|
|
3458
|
-
| `.pf-
|
|
3459
|
-
| `.pf-
|
|
3460
|
-
| `.pf-
|
|
3461
|
-
| `.pf-
|
|
3462
|
-
| `.pf-
|
|
3463
|
-
| `.pf-
|
|
3464
|
-
| `.pf-
|
|
3465
|
-
| `.pf-
|
|
3466
|
-
| `.pf-
|
|
3467
|
-
| `.pf-
|
|
3468
|
-
| `.pf-
|
|
3469
|
-
| `.pf-
|
|
3470
|
-
| `.pf-
|
|
3471
|
-
| `.pf-
|
|
3472
|
-
| `.pf-m-guides` | `.pf-
|
|
3473
|
-
| `.pf-m-compact` | `.pf-
|
|
3474
|
-
| `.pf-m-no-background` | `.pf-
|
|
3475
|
-
| `.pf-m-current` | `.pf-
|
|
3476
|
-
| `.pf-m-selectable` | `.pf-
|
|
3477
|
-
| `.pf-m-truncate` | `.pf-
|
|
3456
|
+
| `.pf-v6-c-tree-view` | `<div>` | Initiates the tree view container. **Required** |
|
|
3457
|
+
| `.pf-v6-c-tree-view__list` | `<ul>` | Initiates a tree view list. **Required** |
|
|
3458
|
+
| `.pf-v6-c-tree-view__list-item` | `<li>` | Initiates a tree view list item. **Required** |
|
|
3459
|
+
| `.pf-v6-c-tree-view__content` | `<div>` | Initiates a tree view node. **Required** |
|
|
3460
|
+
| `.pf-v6-c-tree-view__node` | `<button>`, `<label>` | Initiates a tree view node. **Required** |
|
|
3461
|
+
| `.pf-v6-c-tree-view__node-container` | `<span>` | Initiates a tree view node container. **Required for compact variant** |
|
|
3462
|
+
| `.pf-v6-c-tree-view__node-content` | `<span>` | Initiates a tree view node content container used to stack elements. |
|
|
3463
|
+
| `.pf-v6-c-tree-view__node-count` | `<span>` | Initiates a tree view node count. |
|
|
3464
|
+
| `.pf-v6-c-tree-view__node-toggle` | `<span>`, `<button>` | Initiates a tree view toggle. |
|
|
3465
|
+
| `.pf-v6-c-tree-view__node-toggle-icon` | `<span>` | Initiates a tree view toggle icon. |
|
|
3466
|
+
| `.pf-v6-c-tree-view__node-title` | `<span>` | Initiates a tree view node title. |
|
|
3467
|
+
| `.pf-v6-c-tree-view__node-text` | `<span>`, `<button>` | Initiates tree view text. **Note:** Use a `<button>` when the node is expandable and selectable. |
|
|
3468
|
+
| `.pf-v6-c-tree-view__node-icon` | `<span>` | Initiates a tree view icon. |
|
|
3469
|
+
| `.pf-v6-c-tree-view__node-check` | `<span>` | Initiates a tree view check. |
|
|
3470
|
+
| `.pf-v6-c-tree-view__action` | `<div>` | Initiates a tree view action wrapper. |
|
|
3471
|
+
| `.pf-v6-c-tree-view__search` | `<div>` | Initiates a tree view search wrapper. |
|
|
3472
|
+
| `.pf-m-guides` | `.pf-v6-c-tree-view` | Modifies the tree view to the guides presentation. |
|
|
3473
|
+
| `.pf-m-compact` | `.pf-v6-c-tree-view` | Modifies the tree view to the compact presentation. |
|
|
3474
|
+
| `.pf-m-no-background` | `.pf-v6-c-tree-view.pf-m-compact` | Modifies the tree view compact variant node containers to have a transparent background. |
|
|
3475
|
+
| `.pf-m-current` | `.pf-v6-c-tree-view__node` | Modifies the tree view node to be current. |
|
|
3476
|
+
| `.pf-m-selectable` | `.pf-v6-c-tree-view__node` | For use on nodes that are expandable and selectable, when the default click action on the node selects it instead of expanding it. |
|
|
3477
|
+
| `.pf-m-truncate` | `.pf-v6-c-tree-view`, `.pf-v6-c-tree-view__node-title`, `.pf-v6-c-tree-view__node-text` | Modifies the tree view title or text to truncate. |
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: 'Truncate'
|
|
3
3
|
section: components
|
|
4
|
-
cssPrefix: pf-
|
|
4
|
+
cssPrefix: pf-v6-c-truncate
|
|
5
5
|
---import './Truncate.css'
|
|
6
6
|
|
|
7
7
|
## Examples
|
|
8
8
|
|
|
9
9
|
### Notes
|
|
10
10
|
|
|
11
|
-
The truncate component contains two child elements, `.pf-
|
|
11
|
+
The truncate component contains two child elements, `.pf-v6-c-truncate__start` and `.pf-v6-c-truncate__end`. If both `start` and `end` are present within `.pf-v6-c-truncate`, trucation will occur in the middle of the string. If only `.pf-v6-c-truncate__start` is present, truncation will occur at the end of the string. If only `.pf-v6-c-truncate__end` is present, truncation will occur at the beginning of the string. A `.pf-v6-c-popover` will be automatically applied to the PatternFly React implementation. `‎` must be included at the end of string to denote the ending punctuation mark. Otherwise it will occur and the beggining of truncation for a `pf-v6-c-truncate__end` element.
|
|
12
12
|
|
|
13
13
|
### Default
|
|
14
14
|
|
|
15
15
|
```html
|
|
16
|
-
<div class="pf-
|
|
16
|
+
<div class="pf-v6-c-truncate--example">
|
|
17
17
|
<span class="pf-v6-c-truncate">
|
|
18
18
|
<span
|
|
19
19
|
class="pf-v6-c-truncate__start"
|
|
@@ -26,7 +26,7 @@ The truncate component contains two child elements, `.pf-v5-c-truncate__start` a
|
|
|
26
26
|
### Middle
|
|
27
27
|
|
|
28
28
|
```html
|
|
29
|
-
<div class="pf-
|
|
29
|
+
<div class="pf-v6-c-truncate--example">
|
|
30
30
|
<span class="pf-v6-c-truncate">
|
|
31
31
|
<span
|
|
32
32
|
class="pf-v6-c-truncate__start"
|
|
@@ -40,7 +40,7 @@ The truncate component contains two child elements, `.pf-v5-c-truncate__start` a
|
|
|
40
40
|
### Start
|
|
41
41
|
|
|
42
42
|
```html
|
|
43
|
-
<div class="pf-
|
|
43
|
+
<div class="pf-v6-c-truncate--example">
|
|
44
44
|
<span class="pf-v6-c-truncate">
|
|
45
45
|
<span
|
|
46
46
|
class="pf-v6-c-truncate__end"
|
|
@@ -56,6 +56,6 @@ The truncate component contains two child elements, `.pf-v5-c-truncate__start` a
|
|
|
56
56
|
|
|
57
57
|
| Class | Applied | Outcome |
|
|
58
58
|
| -- | -- | -- |
|
|
59
|
-
| `.pf-
|
|
60
|
-
| `.pf-
|
|
61
|
-
| `.pf-
|
|
59
|
+
| `.pf-v6-c-truncate` | `<span>` | Initiates the truncate component. |
|
|
60
|
+
| `.pf-v6-c-truncate__start` | `<span>` | Defines the truncate component starting text. |
|
|
61
|
+
| `.pf-v6-c-truncate__end` | `<span>` | Defines the truncate component ending text. |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: Wizard
|
|
3
3
|
section: components
|
|
4
|
-
cssPrefix: pf-
|
|
4
|
+
cssPrefix: pf-v6-c-wizard
|
|
5
5
|
wrapperTag: div
|
|
6
6
|
---import './Wizard.css'
|
|
7
7
|
|
|
@@ -543,7 +543,7 @@ wrapperTag: div
|
|
|
543
543
|
<div class="pf-v6-c-drawer__content">
|
|
544
544
|
<div class="pf-v6-c-wizard__main-body">
|
|
545
545
|
<button
|
|
546
|
-
class="pf-v6-c-button pf-
|
|
546
|
+
class="pf-v6-c-button pf-v6-u-hidden pf-m-link pf-m-inline pf-v5-u-float-right pf-v5-u-ml-md"
|
|
547
547
|
type="button"
|
|
548
548
|
>Open drawer</button>
|
|
549
549
|
<form class="pf-v6-c-form pf-m-limit-width" novalidate>
|
|
@@ -1352,52 +1352,52 @@ wrapperTag: div
|
|
|
1352
1352
|
|
|
1353
1353
|
| Attribute | Applied to | Outcome |
|
|
1354
1354
|
| -- | -- | -- |
|
|
1355
|
-
| `aria-expanded="true"` | `.pf-
|
|
1356
|
-
| `aria-expanded="false"` | `.pf-
|
|
1357
|
-
| `aria-label="close"` | `.pf-
|
|
1358
|
-
| `aria-hidden="true"` | `.pf-
|
|
1359
|
-
| `aria-label="Steps"` | `.pf-
|
|
1360
|
-
| `disabled` | `button.pf-
|
|
1361
|
-
| `aria-disabled="true"` | `a.pf-
|
|
1362
|
-
| `aria-current="page"` | `.pf-
|
|
1363
|
-
| `aria-expanded="true"` | `.pf-
|
|
1364
|
-
| `aria-expanded="false"` | `.pf-
|
|
1365
|
-
| `tabindex="-1"` | `a.pf-
|
|
1366
|
-
| `tabindex="0"` | `.pf-
|
|
1355
|
+
| `aria-expanded="true"` | `.pf-v6-c-wizard__toggle` | Indicates that the steps menu is visible. **Required** |
|
|
1356
|
+
| `aria-expanded="false"` | `.pf-v6-c-wizard__toggle` | Indicates that the steps menu is hidden. **Required** |
|
|
1357
|
+
| `aria-label="close"` | `.pf-v6-c-wizard__toggle-icon` | Gives the close button an accessible name. **Required** |
|
|
1358
|
+
| `aria-hidden="true"` | `.pf-v6-c-wizard__toggle-icon`, `.pf-v6-c-wizard__toggle-divider` | Hides the icon from assistive technologies. **Required** |
|
|
1359
|
+
| `aria-label="Steps"` | `.pf-v6-c-wizard__nav` | Gives the steps nav element an accessible name. **Required** |
|
|
1360
|
+
| `disabled` | `button.pf-v6-c-wizard__nav-link` | Indicates that the element is disabled. **Required when a nav item is disabled** |
|
|
1361
|
+
| `aria-disabled="true"` | `a.pf-v6-c-wizard__nav-link` | Indicates that the element is disabled. **Required for disabled links with `.pf-m-disabled`** |
|
|
1362
|
+
| `aria-current="page"` | `.pf-v6-c-wizard__nav-link` | Indicates the current page link. Can only occur once on page. **Required for the current link** |
|
|
1363
|
+
| `aria-expanded="true"` | `.pf-v6-c-wizard__nav-link` | Indicates that the link subnav is visible. **Required** |
|
|
1364
|
+
| `aria-expanded="false"` | `.pf-v6-c-wizard__nav-link` | Indicates that the link subnav is hidden. **Required** |
|
|
1365
|
+
| `tabindex="-1"` | `a.pf-v6-c-wizard__nav-link` | Removes a link from keyboard focus. **Required for disabled links with `.pf-m-disabled`** |
|
|
1366
|
+
| `tabindex="0"` | `.pf-v6-c-wizard__main` | If the wizard main section has overflow content that triggers a scrollbar, to ensure that the content is keyboard accessible, the section must include either a focusable element within the scrollable region or the section itself must be focusable by adding `tabindex="0"`. |
|
|
1367
1367
|
|
|
1368
1368
|
### Usage
|
|
1369
1369
|
|
|
1370
1370
|
| Class | Applied to | Outcome |
|
|
1371
1371
|
| -- | -- | -- |
|
|
1372
|
-
| `.pf-
|
|
1373
|
-
| `.pf-
|
|
1374
|
-
| `.pf-
|
|
1375
|
-
| `.pf-
|
|
1376
|
-
| `.pf-
|
|
1377
|
-
| `.pf-
|
|
1378
|
-
| `.pf-
|
|
1379
|
-
| `.pf-
|
|
1380
|
-
| `.pf-
|
|
1381
|
-
| `.pf-
|
|
1382
|
-
| `.pf-
|
|
1383
|
-
| `.pf-
|
|
1384
|
-
| `.pf-
|
|
1385
|
-
| `.pf-
|
|
1386
|
-
| `.pf-
|
|
1387
|
-
| `.pf-
|
|
1388
|
-
| `.pf-
|
|
1389
|
-
| `.pf-
|
|
1390
|
-
| `.pf-
|
|
1391
|
-
| `.pf-
|
|
1392
|
-
| `.pf-
|
|
1393
|
-
| `.pf-
|
|
1394
|
-
| `.pf-
|
|
1395
|
-
| `.pf-
|
|
1396
|
-
| `.pf-
|
|
1397
|
-
| `.pf-m-expanded` | `.pf-
|
|
1398
|
-
| `.pf-m-finished` | `.pf-
|
|
1399
|
-
| `.pf-m-expandable` | `.pf-
|
|
1400
|
-
| `.pf-m-expanded` | `.pf-
|
|
1401
|
-
| `.pf-m-current` | `.pf-
|
|
1402
|
-
| `.pf-m-disabled` | `.pf-
|
|
1403
|
-
| `.pf-m-no-padding` | `.pf-
|
|
1372
|
+
| `.pf-v6-c-wizard` | `<div>` | Initiates the wizard component. **Required** |
|
|
1373
|
+
| `.pf-v6-c-wizard__header` | `<header>` | Initiates the header. **Required** when the wizard is in a modal. Not recommended to use when the wizard is placed on a page. |
|
|
1374
|
+
| `.pf-v6-c-wizard__close` | `<div>` | Initiates the close button. **Required** |
|
|
1375
|
+
| `.pf-v6-c-wizard__title` | `<div>` | Initiates the title container. **Required** |
|
|
1376
|
+
| `.pf-v6-c-wizard__title-text` | `<h1>`, `<h2>`, `<h3>`, `<h4>`, `<h5>`, `<h6>`, `<div>` | Initiates the wizard title text. |
|
|
1377
|
+
| `.pf-v6-c-wizard__description` | `<div>`, `<p>` | Initiates the description. |
|
|
1378
|
+
| `.pf-v6-c-wizard__toggle` | `<button>` | Initiates the mobile steps menu toggle button. **Required** |
|
|
1379
|
+
| `.pf-v6-c-wizard__toggle-list` | `<span>` | Initiates the toggle list. **Required** |
|
|
1380
|
+
| `.pf-v6-c-wizard__toggle-list-item` | `<span>` | Initiates a toggle list item. **Required** |
|
|
1381
|
+
| `.pf-v6-c-wizard__toggle-num` | `<span>` | Initiates the step number. **Required** |
|
|
1382
|
+
| `.pf-v6-c-wizard__toggle-separator` | `<i>` | Initiates the separator between steps. |
|
|
1383
|
+
| `.pf-v6-c-wizard__toggle-icon` | `<span>` | Initiates the toggle icon wrapper. **Required** |
|
|
1384
|
+
| `.pf-v6-c-wizard__outer-wrap` | `<div>` | Initiates the outer wrapper. **Required** |
|
|
1385
|
+
| `.pf-v6-c-wizard__inner-wrap` | `<div>` | Initiates the inner wrapper. **Required** |
|
|
1386
|
+
| `.pf-v6-c-wizard__nav` | `<nav>` | Initiates the steps nav. **Required** |
|
|
1387
|
+
| `.pf-v6-c-wizard__nav-list` | `<ol>` | Initiates a list of steps. **Required** |
|
|
1388
|
+
| `.pf-v6-c-wizard__nav-item` | `<li>` | Initiates a step list item. **Required** |
|
|
1389
|
+
| `.pf-v6-c-wizard__nav-link` | `<a>`, `<button>` | Initiates a step link. **Required** |
|
|
1390
|
+
| `.pf-v6-c-wizard__nav-link-text` | `<span>` | Initiates the link text container. **Required when nav item is expandable** |
|
|
1391
|
+
| `.pf-v6-c-wizard__nav-link-toggle` | `<span>` | Initiates the toggle container. **Required when nav item is expandable** |
|
|
1392
|
+
| `.pf-v6-c-wizard__nav-link-toggle-icon` | `<span>` | Initiates the toggle icon container. **Required when nav item is expandable** |
|
|
1393
|
+
| `.pf-v6-c-wizard__main` | `<main>`, `<div>` | Initiates the main container. **Required** Note: use the `<main>` element when when there are no other `<main>` elements on the page.|
|
|
1394
|
+
| `.pf-v6-c-wizard__main-body` | `<div>` | Initiates the main container body section. **Required** |
|
|
1395
|
+
| `.pf-v6-c-wizard__footer` | `<footer>` | Initiates the footer. **Required** |
|
|
1396
|
+
| `.pf-v6-c-wizard__footer-cancel` | `<div>` | Initiates the cancel button. **Required** |
|
|
1397
|
+
| `.pf-m-expanded` | `.pf-v6-c-wizard__toggle`, `.pf-v6-c-wizard__nav` | Modifies the mobile steps toggle and steps menu for the expanded state. |
|
|
1398
|
+
| `.pf-m-finished` | `.pf-v6-c-wizard` | Modifies the wizard for the finished state. |
|
|
1399
|
+
| `.pf-m-expandable` | `.pf-v6-c-wizard__nav-item` | Modifies a nav item for the expandable state. |
|
|
1400
|
+
| `.pf-m-expanded` | `.pf-v6-c-wizard__nav-item` | Modifies a nav item for the expanded state. |
|
|
1401
|
+
| `.pf-m-current` | `.pf-v6-c-wizard__nav-link` | Modifies a step link for the current state. **Required** |
|
|
1402
|
+
| `.pf-m-disabled` | `.pf-v6-c-wizard__nav-link` | Modifies a step link for the disabled state. |
|
|
1403
|
+
| `.pf-m-no-padding` | `.pf-v6-c-wizard__main-body` | Modifies the main container body to remove the padding. |
|
|
@@ -1449,9 +1449,10 @@ wrapperTag: div
|
|
|
1449
1449
|
>
|
|
1450
1450
|
<thead class="pf-v6-c-table__thead">
|
|
1451
1451
|
<tr class="pf-v6-c-table__tr">
|
|
1452
|
-
<td class="pf-v6-c-table__td"
|
|
1452
|
+
<td class="pf-v6-c-table__td"></td>
|
|
1453
1453
|
|
|
1454
1454
|
<th class="pf-v6-c-table__th" scope="col">Components</th>
|
|
1455
|
+
|
|
1455
1456
|
<th
|
|
1456
1457
|
class="pf-v6-c-table__th pf-m-fit-content"
|
|
1457
1458
|
scope="col"
|
|
@@ -1460,18 +1461,16 @@ wrapperTag: div
|
|
|
1460
1461
|
</thead>
|
|
1461
1462
|
|
|
1462
1463
|
<tbody class="pf-v6-c-table__tbody pf-m-expanded">
|
|
1463
|
-
<tr class="pf-v6-c-table__tr">
|
|
1464
|
+
<tr class="pf-v6-c-table__tr pf-m-expanded">
|
|
1464
1465
|
<td
|
|
1465
1466
|
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
1466
1467
|
role="cell"
|
|
1467
1468
|
>
|
|
1468
1469
|
<button
|
|
1469
|
-
class="pf-v6-c-button pf-m-
|
|
1470
|
-
|
|
1471
|
-
id="expandable-toggle1"
|
|
1472
|
-
aria-label="Details"
|
|
1473
|
-
aria-controls="status-card-expanded-with-popover-example-popover-table-content1"
|
|
1470
|
+
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
1471
|
+
type="button"
|
|
1474
1472
|
aria-expanded="true"
|
|
1473
|
+
aria-label="Toggle row"
|
|
1475
1474
|
>
|
|
1476
1475
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1477
1476
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -1542,10 +1541,8 @@ wrapperTag: div
|
|
|
1542
1541
|
>
|
|
1543
1542
|
<button
|
|
1544
1543
|
class="pf-v6-c-button pf-m-plain"
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
aria-label="Details"
|
|
1548
|
-
aria-controls="status-card-expanded-with-popover-example-popover-table-content2"
|
|
1544
|
+
type="button"
|
|
1545
|
+
aria-label="Toggle row"
|
|
1549
1546
|
>
|
|
1550
1547
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1551
1548
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -1602,10 +1599,8 @@ wrapperTag: div
|
|
|
1602
1599
|
>
|
|
1603
1600
|
<button
|
|
1604
1601
|
class="pf-v6-c-button pf-m-plain"
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
aria-label="Details"
|
|
1608
|
-
aria-controls="status-card-expanded-with-popover-example-popover-table-content3"
|
|
1602
|
+
type="button"
|
|
1603
|
+
aria-label="Toggle row"
|
|
1609
1604
|
>
|
|
1610
1605
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1611
1606
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -1660,10 +1655,8 @@ wrapperTag: div
|
|
|
1660
1655
|
>
|
|
1661
1656
|
<button
|
|
1662
1657
|
class="pf-v6-c-button pf-m-plain"
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
aria-label="Details"
|
|
1666
|
-
aria-controls="status-card-expanded-with-popover-example-popover-table-content4"
|
|
1658
|
+
type="button"
|
|
1659
|
+
aria-label="Toggle row"
|
|
1667
1660
|
>
|
|
1668
1661
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1669
1662
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|