@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.
Files changed (153) hide show
  1. package/components/Card/card.css +1 -0
  2. package/components/Card/card.scss +1 -0
  3. package/components/Check/check.css +10 -3
  4. package/components/Check/check.scss +17 -4
  5. package/components/Masthead/masthead.css +17 -9
  6. package/components/Masthead/masthead.scss +18 -9
  7. package/components/MenuToggle/menu-toggle.css +20 -6
  8. package/components/MenuToggle/menu-toggle.scss +32 -6
  9. package/components/ModalBox/modal-box.css +11 -7
  10. package/components/ModalBox/modal-box.scss +27 -12
  11. package/components/Nav/nav.css +64 -110
  12. package/components/Nav/nav.scss +70 -143
  13. package/components/Page/page.css +9 -17
  14. package/components/Page/page.scss +10 -23
  15. package/components/Radio/radio.css +12 -5
  16. package/components/Radio/radio.scss +21 -6
  17. package/components/Table/table-grid.css +30 -35
  18. package/components/Table/table-grid.scss +44 -32
  19. package/components/Table/table-scrollable.css +14 -6
  20. package/components/Table/table-scrollable.scss +6 -1
  21. package/components/Table/table-tree-view.css +5 -5
  22. package/components/Table/table-tree-view.scss +14 -8
  23. package/components/Table/table.css +90 -254
  24. package/components/Table/table.scss +158 -347
  25. package/components/Toolbar/toolbar.css +66 -2
  26. package/components/Toolbar/toolbar.scss +21 -2
  27. package/docs/components/AboutModalBox/examples/AboutModalBox.md +12 -12
  28. package/docs/components/Accordion/examples/Accordion.md +19 -19
  29. package/docs/components/ActionList/examples/ActionList.md +5 -5
  30. package/docs/components/Alert/examples/Alert.md +26 -26
  31. package/docs/components/AppLauncher/deprecated/application-launcher.md +31 -31
  32. package/docs/components/Avatar/examples/Avatar.md +8 -8
  33. package/docs/components/BackToTop/examples/BackToTop.md +3 -3
  34. package/docs/components/Backdrop/examples/Backdrop.md +3 -3
  35. package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
  36. package/docs/components/Badge/examples/Badge.md +6 -6
  37. package/docs/components/Banner/examples/Banner.md +17 -17
  38. package/docs/components/Brand/examples/Brand.css +3 -3
  39. package/docs/components/Brand/examples/Brand.md +7 -7
  40. package/docs/components/Breadcrumb/examples/Breadcrumb.md +12 -12
  41. package/docs/components/Button/examples/Button.css +2 -2
  42. package/docs/components/Button/examples/Button.md +35 -35
  43. package/docs/components/CalendarMonth/examples/CalendarMonth.md +29 -29
  44. package/docs/components/Card/examples/Card.md +30 -30
  45. package/docs/components/Check/examples/Check.md +12 -12
  46. package/docs/components/Chip/examples/Chip.md +21 -21
  47. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +19 -19
  48. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  49. package/docs/components/CodeEditor/examples/CodeEditor.md +14 -14
  50. package/docs/components/Content/examples/Content.md +5 -5
  51. package/docs/components/ContextSelector/deprecated/context-selector.md +23 -23
  52. package/docs/components/DataList/examples/DataList.md +177 -112
  53. package/docs/components/DatePicker/examples/DatePicker.md +10 -10
  54. package/docs/components/DescriptionList/examples/DescriptionList.md +29 -29
  55. package/docs/components/Divider/examples/Divider.md +7 -7
  56. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  57. package/docs/components/Drawer/examples/Drawer.md +36 -36
  58. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  59. package/docs/components/Dropdown/deprecated/Dropdown.md +47 -47
  60. package/docs/components/DualListSelector/examples/DualListSelector.md +41 -41
  61. package/docs/components/EmptyState/examples/EmptyState.md +21 -21
  62. package/docs/components/ExpandableSection/examples/ExpandableSection.md +18 -18
  63. package/docs/components/FileUpload/examples/FileUpload.md +8 -8
  64. package/docs/components/Form/examples/Form.md +52 -52
  65. package/docs/components/FormControl/examples/FormControl.md +22 -22
  66. package/docs/components/HelperText/examples/HelperText.md +11 -11
  67. package/docs/components/Hint/examples/Hint.md +6 -6
  68. package/docs/components/Icon/examples/Icon.md +13 -13
  69. package/docs/components/InlineEdit/examples/InlineEdit.md +54 -138
  70. package/docs/components/InputGroup/examples/InputGroup.md +10 -10
  71. package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
  72. package/docs/components/Label/examples/Label.css +4 -4
  73. package/docs/components/Label/examples/Label.md +45 -45
  74. package/docs/components/List/examples/List.md +6 -6
  75. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  76. package/docs/components/LogViewer/examples/LogViewer.md +35 -35
  77. package/docs/components/Login/examples/Login.md +21 -21
  78. package/docs/components/Masthead/examples/masthead.md +7 -7
  79. package/docs/components/Menu/examples/Menu.md +60 -60
  80. package/docs/components/MenuToggle/examples/MenuToggle.md +106 -22
  81. package/docs/components/ModalBox/examples/ModalBox.md +75 -34
  82. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +21 -21
  83. package/docs/components/Nav/examples/Navigation.css +20 -3
  84. package/docs/components/Nav/examples/Navigation.md +44 -50
  85. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  86. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +36 -36
  87. package/docs/components/NumberInput/examples/NumberInput.md +13 -13
  88. package/docs/components/OptionsMenu/deprecated/options-menu.md +22 -22
  89. package/docs/components/OverflowMenu/examples/overflow-menu.md +20 -20
  90. package/docs/components/Page/deprecated/PageHeader.md +30 -30
  91. package/docs/components/Page/examples/Page.md +55 -54
  92. package/docs/components/Pagination/examples/Pagination.md +25 -25
  93. package/docs/components/Panel/examples/Panel.md +10 -10
  94. package/docs/components/Popover/examples/Popover.md +30 -30
  95. package/docs/components/Progress/examples/Progress.md +31 -31
  96. package/docs/components/ProgressStepper/examples/ProgressStepper.md +17 -17
  97. package/docs/components/Radio/examples/Radio.md +9 -9
  98. package/docs/components/Select/deprecated/Select.md +110 -110
  99. package/docs/components/Sidebar/examples/Sidebar.md +16 -16
  100. package/docs/components/SimpleList/examples/SimpleList.md +9 -9
  101. package/docs/components/Skeleton/examples/Skeleton.md +14 -14
  102. package/docs/components/SkipToContent/examples/SkipToContent.md +4 -4
  103. package/docs/components/Slider/examples/Slider.md +33 -33
  104. package/docs/components/Spinner/examples/Spinner.md +14 -14
  105. package/docs/components/Switch/examples/Switch.md +14 -14
  106. package/docs/components/TabContent/examples/TabContent.md +10 -10
  107. package/docs/components/Table/examples/Table.md +5395 -15077
  108. package/docs/components/Tabs/examples/Tabs.md +39 -39
  109. package/docs/components/TextInputGroup/examples/TextInputGroup.md +1 -1
  110. package/docs/components/Tile/examples/Tile.md +12 -12
  111. package/docs/components/Timestamp/examples/Timestamp.md +4 -4
  112. package/docs/components/Title/examples/Title.md +20 -20
  113. package/docs/components/ToggleGroup/examples/toggle-group.md +10 -10
  114. package/docs/components/Toolbar/examples/Toolbar.md +57 -57
  115. package/docs/components/Tooltip/examples/Tooltip.md +9 -9
  116. package/docs/components/TreeView/examples/TreeView.md +31 -31
  117. package/docs/components/Truncate/examples/Truncate.md +8 -8
  118. package/docs/components/Wizard/examples/Wizard.md +46 -46
  119. package/docs/demos/Banner/examples/Banner.md +1 -1
  120. package/docs/demos/Card/examples/Card.md +12 -19
  121. package/docs/demos/DataList/examples/DataList.md +179 -280
  122. package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -0
  123. package/docs/demos/Masthead/examples/Masthead.md +4 -8
  124. package/docs/demos/Nav/examples/Nav.md +45 -149
  125. package/docs/demos/Page/examples/Page.md +3 -37
  126. package/docs/demos/Page/examples/Penta.md +119 -40
  127. package/docs/demos/Table/examples/Table.md +1531 -4970
  128. package/docs/demos/Tabs/examples/Tabs.md +118 -174
  129. package/docs/demos/Toolbar/examples/Toolbar.md +220 -600
  130. package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
  131. package/docs/layouts/Flex/examples/Flex.md +76 -76
  132. package/docs/layouts/Gallery/examples/Gallery.md +6 -6
  133. package/docs/layouts/Grid/examples/Grid.md +8 -8
  134. package/docs/layouts/Level/examples/Level.md +4 -4
  135. package/docs/layouts/Split/examples/Split.md +6 -6
  136. package/docs/layouts/Stack/examples/Stack.md +5 -5
  137. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  138. package/docs/utilities/Alignment/examples/Alignment.md +4 -4
  139. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
  140. package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
  141. package/docs/utilities/Display/examples/Display.md +9 -9
  142. package/docs/utilities/Flex/examples/Flex.md +32 -32
  143. package/docs/utilities/Float/examples/Float.md +2 -2
  144. package/docs/utilities/Sizing/examples/Sizing.md +41 -41
  145. package/docs/utilities/Spacing/examples/Spacing.md +11 -11
  146. package/docs/utilities/Text/examples/Text.md +28 -28
  147. package/package.json +2 -1
  148. package/patternfly-no-globals.css +363 -465
  149. package/patternfly-theme-dark-unversioned.css +363 -465
  150. package/patternfly.css +363 -465
  151. package/patternfly.min.css +1 -1
  152. package/patternfly.min.css.map +1 -1
  153. 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-v5-c-tree-view
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-v5-c-tree-view__list` | Identifies the `ul` as a tree widget. **Place on the outermost `ul` only** |
3444
- | `role="group"` | `.pf-v5-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-v5-c-tree-view__list-item` | Hides the implicit listitem role of the li element from assistive technologies. |
3446
- | `aria-expanded="false"` | `.pf-v5-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-v5-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-v5-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-v5-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-v5-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** |
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-v5-c-tree-view` | `<div>` | Initiates the tree view container. **Required** |
3457
- | `.pf-v5-c-tree-view__list` | `<ul>` | Initiates a tree view list. **Required** |
3458
- | `.pf-v5-c-tree-view__list-item` | `<li>` | Initiates a tree view list item. **Required** |
3459
- | `.pf-v5-c-tree-view__content` | `<div>` | Initiates a tree view node. **Required** |
3460
- | `.pf-v5-c-tree-view__node` | `<button>`, `<label>` | Initiates a tree view node. **Required** |
3461
- | `.pf-v5-c-tree-view__node-container` | `<span>` | Initiates a tree view node container. **Required for compact variant** |
3462
- | `.pf-v5-c-tree-view__node-content` | `<span>` | Initiates a tree view node content container used to stack elements. |
3463
- | `.pf-v5-c-tree-view__node-count` | `<span>` | Initiates a tree view node count. |
3464
- | `.pf-v5-c-tree-view__node-toggle` | `<span>`, `<button>` | Initiates a tree view toggle. |
3465
- | `.pf-v5-c-tree-view__node-toggle-icon` | `<span>` | Initiates a tree view toggle icon. |
3466
- | `.pf-v5-c-tree-view__node-title` | `<span>` | Initiates a tree view node title. |
3467
- | `.pf-v5-c-tree-view__node-text` | `<span>`, `<button>` | Initiates tree view text. **Note:** Use a `<button>` when the node is expandable and selectable. |
3468
- | `.pf-v5-c-tree-view__node-icon` | `<span>` | Initiates a tree view icon. |
3469
- | `.pf-v5-c-tree-view__node-check` | `<span>` | Initiates a tree view check. |
3470
- | `.pf-v5-c-tree-view__action` | `<div>` | Initiates a tree view action wrapper. |
3471
- | `.pf-v5-c-tree-view__search` | `<div>` | Initiates a tree view search wrapper. |
3472
- | `.pf-m-guides` | `.pf-v5-c-tree-view` | Modifies the tree view to the guides presentation. |
3473
- | `.pf-m-compact` | `.pf-v5-c-tree-view` | Modifies the tree view to the compact presentation. |
3474
- | `.pf-m-no-background` | `.pf-v5-c-tree-view.pf-m-compact` | Modifies the tree view compact variant node containers to have a transparent background. |
3475
- | `.pf-m-current` | `.pf-v5-c-tree-view__node` | Modifies the tree view node to be current. |
3476
- | `.pf-m-selectable` | `.pf-v5-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-v5-c-tree-view`, `.pf-v5-c-tree-view__node-title`, `.pf-v5-c-tree-view__node-text` | Modifies the tree view title or text to truncate. |
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-v5-c-truncate
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-v5-c-truncate__start` and `.pf-v5-c-truncate__end`. If both `start` and `end` are present within `.pf-v5-c-truncate`, trucation will occur in the middle of the string. If only `.pf-v5-c-truncate__start` is present, truncation will occur at the end of the string. If only `.pf-v5-c-truncate__end` is present, truncation will occur at the beginning of the string. A `.pf-v5-c-popover` will be automatically applied to the PatternFly React implementation. `&lrm;` 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-v5-c-truncate__end` element.
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. `&lrm;` 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-v5-c-truncate--example">
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-v5-c-truncate--example">
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-v5-c-truncate--example">
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-v5-c-truncate` | `<span>` | Initiates the truncate component. |
60
- | `.pf-v5-c-truncate__start` | `<span>` | Defines the truncate component starting text. |
61
- | `.pf-v5-c-truncate__end` | `<span>` | Defines the truncate component ending text. |
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-v5-c-wizard
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-v5-u-hidden pf-m-link pf-m-inline pf-v5-u-float-right pf-v5-u-ml-md"
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-v5-c-wizard__toggle` | Indicates that the steps menu is visible. **Required** |
1356
- | `aria-expanded="false"` | `.pf-v5-c-wizard__toggle` | Indicates that the steps menu is hidden. **Required** |
1357
- | `aria-label="close"` | `.pf-v5-c-wizard__toggle-icon` | Gives the close button an accessible name. **Required** |
1358
- | `aria-hidden="true"` | `.pf-v5-c-wizard__toggle-icon`, `.pf-v5-c-wizard__toggle-divider` | Hides the icon from assistive technologies. **Required** |
1359
- | `aria-label="Steps"` | `.pf-v5-c-wizard__nav` | Gives the steps nav element an accessible name. **Required** |
1360
- | `disabled` | `button.pf-v5-c-wizard__nav-link` | Indicates that the element is disabled. **Required when a nav item is disabled** |
1361
- | `aria-disabled="true"` | `a.pf-v5-c-wizard__nav-link` | Indicates that the element is disabled. **Required for disabled links with `.pf-m-disabled`** |
1362
- | `aria-current="page"` | `.pf-v5-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-v5-c-wizard__nav-link` | Indicates that the link subnav is visible. **Required** |
1364
- | `aria-expanded="false"` | `.pf-v5-c-wizard__nav-link` | Indicates that the link subnav is hidden. **Required** |
1365
- | `tabindex="-1"` | `a.pf-v5-c-wizard__nav-link` | Removes a link from keyboard focus. **Required for disabled links with `.pf-m-disabled`** |
1366
- | `tabindex="0"` | `.pf-v5-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"`. |
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-v5-c-wizard` | `<div>` | Initiates the wizard component. **Required** |
1373
- | `.pf-v5-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-v5-c-wizard__close` | `<div>` | Initiates the close button. **Required** |
1375
- | `.pf-v5-c-wizard__title` | `<div>` | Initiates the title container. **Required** |
1376
- | `.pf-v5-c-wizard__title-text` | `<h1>`, `<h2>`, `<h3>`, `<h4>`, `<h5>`, `<h6>`, `<div>` | Initiates the wizard title text. |
1377
- | `.pf-v5-c-wizard__description` | `<div>`, `<p>` | Initiates the description. |
1378
- | `.pf-v5-c-wizard__toggle` | `<button>` | Initiates the mobile steps menu toggle button. **Required** |
1379
- | `.pf-v5-c-wizard__toggle-list` | `<span>` | Initiates the toggle list. **Required** |
1380
- | `.pf-v5-c-wizard__toggle-list-item` | `<span>` | Initiates a toggle list item. **Required** |
1381
- | `.pf-v5-c-wizard__toggle-num` | `<span>` | Initiates the step number. **Required** |
1382
- | `.pf-v5-c-wizard__toggle-separator` | `<i>` | Initiates the separator between steps. |
1383
- | `.pf-v5-c-wizard__toggle-icon` | `<span>` | Initiates the toggle icon wrapper. **Required** |
1384
- | `.pf-v5-c-wizard__outer-wrap` | `<div>` | Initiates the outer wrapper. **Required** |
1385
- | `.pf-v5-c-wizard__inner-wrap` | `<div>` | Initiates the inner wrapper. **Required** |
1386
- | `.pf-v5-c-wizard__nav` | `<nav>` | Initiates the steps nav. **Required** |
1387
- | `.pf-v5-c-wizard__nav-list` | `<ol>` | Initiates a list of steps. **Required** |
1388
- | `.pf-v5-c-wizard__nav-item` | `<li>` | Initiates a step list item. **Required** |
1389
- | `.pf-v5-c-wizard__nav-link` | `<a>`, `<button>` | Initiates a step link. **Required** |
1390
- | `.pf-v5-c-wizard__nav-link-text` | `<span>` | Initiates the link text container. **Required when nav item is expandable** |
1391
- | `.pf-v5-c-wizard__nav-link-toggle` | `<span>` | Initiates the toggle container. **Required when nav item is expandable** |
1392
- | `.pf-v5-c-wizard__nav-link-toggle-icon` | `<span>` | Initiates the toggle icon container. **Required when nav item is expandable** |
1393
- | `.pf-v5-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-v5-c-wizard__main-body` | `<div>` | Initiates the main container body section. **Required** |
1395
- | `.pf-v5-c-wizard__footer` | `<footer>` | Initiates the footer. **Required** |
1396
- | `.pf-v5-c-wizard__footer-cancel` | `<div>` | Initiates the cancel button. **Required** |
1397
- | `.pf-m-expanded` | `.pf-v5-c-wizard__toggle`, `.pf-v5-c-wizard__nav` | Modifies the mobile steps toggle and steps menu for the expanded state. |
1398
- | `.pf-m-finished` | `.pf-v5-c-wizard` | Modifies the wizard for the finished state. |
1399
- | `.pf-m-expandable` | `.pf-v5-c-wizard__nav-item` | Modifies a nav item for the expandable state. |
1400
- | `.pf-m-expanded` | `.pf-v5-c-wizard__nav-item` | Modifies a nav item for the expanded state. |
1401
- | `.pf-m-current` | `.pf-v5-c-wizard__nav-link` | Modifies a step link for the current state. **Required** |
1402
- | `.pf-m-disabled` | `.pf-v5-c-wizard__nav-link` | Modifies a step link for the disabled state. |
1403
- | `.pf-m-no-padding` | `.pf-v5-c-wizard__main-body` | Modifies the main container body to remove the padding. |
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. |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: 'Banner'
3
3
  section: components
4
- cssPrefix: pf-v5-c-banner
4
+ cssPrefix: pf-v6-c-banner
5
5
  wrapperTag: div
6
6
  ---## Examples
7
7
 
@@ -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" role="cell"></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-plain pf-m-expanded"
1470
- aria-labelledby="status-card-expanded-with-popover-example-popover-table-node1 expandable-toggle1"
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
- aria-labelledby="status-card-expanded-with-popover-example-popover-table-node1 expandable-toggle2"
1546
- id="expandable-toggle2"
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
- aria-labelledby="status-card-expanded-with-popover-example-popover-table-node1 expandable-toggle3"
1606
- id="expandable-toggle3"
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
- aria-labelledby="status-card-expanded-with-popover-example-popover-table-node1 expandable-toggle4"
1664
- id="expandable-toggle4"
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>