@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
@@ -2,7 +2,7 @@
2
2
  id: Options menu
3
3
  section: components
4
4
  subsection: menus
5
- cssPrefix: pf-v5-c-options-menu
5
+ cssPrefix: pf-v6-c-options-menu
6
6
  deprecated: true
7
7
  ---import './options-menu.css'
8
8
 
@@ -985,30 +985,30 @@ deprecated: true
985
985
 
986
986
  | Attribute | Applied to | Outcome |
987
987
  | -- | -- | -- |
988
- | `role` or `aria` | `pf-v5-c-options-menu` | accessibility notes. |
989
- | `disabled` | `.pf-v5-c-options-menu__toggle`, `.pf-v5-c-options-menu__toggle-button` | Disables the options menu toggle and toggle button and removes it from keyboard focus. |
988
+ | `role` or `aria` | `pf-v6-c-options-menu` | accessibility notes. |
989
+ | `disabled` | `.pf-v6-c-options-menu__toggle`, `.pf-v6-c-options-menu__toggle-button` | Disables the options menu toggle and toggle button and removes it from keyboard focus. |
990
990
  *Note:* The attribute `aria-selected="true"` should be set programmatically to the selected item(s).
991
991
 
992
992
  ### Usage
993
993
 
994
994
  | Class | Applied to | Outcome |
995
995
  | -- | -- | -- |
996
- | `.pf-v5-c-options-menu` | `<div>` | Initiates a custom options menu. |
997
- | `.pf-v5-c-options-menu__toggle` | `<button>` | Initiates a custom toggle. |
998
- | `.pf-v5-c-options-menu__toggle-text` | `<span>` | Initiates a wrapper for toggle text.
999
- | `.pf-v5-c-options-menu__toggle-icon` | `<i>` | Initiates the up/down arrow beside toggle text. |
1000
- | `.pf-v5-c-options-menu__toggle-button` | `<button>` | Initiates a custom toggle button for use when `.pf-v5-c-options-menu__toggle` is a `<div>` or non-interactive element. |
1001
- | `.pf-v5-c-options-menu__menu` | `<ul>` | Initiates the custom options-menu menu. |
1002
- | `.pf-v5-c-options-menu__menu-item` | `<li>` | Initiates the items in the custom options-menu menu. |
1003
- | `.pf-v5-c-options-menu__menu-item-icon` | `<i>` | Initiates the icon to indicate selected menu items. |
1004
- | `.pf-v5-c-options-menu__group` | `<section>` | Defines a group of items in an options menu. **Required when there is more than one group in an options menu**. |
1005
- | `.pf-v5-c-options-menu__group-title` | `<h1>` | Defines the title for a group of items in an options menu. |
1006
- | `.pf-m-top` | `.pf-v5-c-options-menu` | Modifies to display the menu above the toggle. |
1007
- | `.pf-m-align-right` | `.pf-v5-c-options-menu__menu` | Modifies to display the menu aligned to the right edge of the toggle |
1008
- | `.pf-m-expanded` | `.pf-v5-c-options-menu` | Modifies for the expanded state. |
1009
- | `.pf-m-static` | `.pf-v5-c-options-menu__menu` | Modifies the menu to be statically positioned to support custom positioning. |
1010
- | `.pf-m-plain` | `.pf-v5-c-options-menu__toggle` | Modifies to display the toggle with no border. **Note:** Can be combined with `.pf-m-text` to create a normal text toggle with no border. |
1011
- | `.pf-m-disabled` | `.pf-v5-c-options-menu__toggle` | Modifies to display the options menu toggle as disabled. This applies to `pf-v5-c-options-menu__toggle` and should not be used in lieu of the `disabled` attribute on `pf-v5-c-options-menu__toggle`. When this is used, `disabled` should also be added to any form elements in `.pf-v5-c-options-menu__toggle` |
1012
- | `.pf-m-text` | `.pf-v5-c-options-menu__toggle` | For use when the `.pf-v5-c-options-menu__toggle` is a `<div>` or some non-interactive elment, and you're using a custom `.pf-v5-c-options-menu__toggle-button` to toggle the options menu. |
1013
- | `.pf-m-active` | `.pf-v5-c-options-menu__toggle` | Forces display of the active state of the toggle. |
1014
- | `.pf-m-selected` | `.pf-v5-c-options-menu__menu-item` | Modifies the menu item for the selected state. |
996
+ | `.pf-v6-c-options-menu` | `<div>` | Initiates a custom options menu. |
997
+ | `.pf-v6-c-options-menu__toggle` | `<button>` | Initiates a custom toggle. |
998
+ | `.pf-v6-c-options-menu__toggle-text` | `<span>` | Initiates a wrapper for toggle text.
999
+ | `.pf-v6-c-options-menu__toggle-icon` | `<i>` | Initiates the up/down arrow beside toggle text. |
1000
+ | `.pf-v6-c-options-menu__toggle-button` | `<button>` | Initiates a custom toggle button for use when `.pf-v6-c-options-menu__toggle` is a `<div>` or non-interactive element. |
1001
+ | `.pf-v6-c-options-menu__menu` | `<ul>` | Initiates the custom options-menu menu. |
1002
+ | `.pf-v6-c-options-menu__menu-item` | `<li>` | Initiates the items in the custom options-menu menu. |
1003
+ | `.pf-v6-c-options-menu__menu-item-icon` | `<i>` | Initiates the icon to indicate selected menu items. |
1004
+ | `.pf-v6-c-options-menu__group` | `<section>` | Defines a group of items in an options menu. **Required when there is more than one group in an options menu**. |
1005
+ | `.pf-v6-c-options-menu__group-title` | `<h1>` | Defines the title for a group of items in an options menu. |
1006
+ | `.pf-m-top` | `.pf-v6-c-options-menu` | Modifies to display the menu above the toggle. |
1007
+ | `.pf-m-align-right` | `.pf-v6-c-options-menu__menu` | Modifies to display the menu aligned to the right edge of the toggle |
1008
+ | `.pf-m-expanded` | `.pf-v6-c-options-menu` | Modifies for the expanded state. |
1009
+ | `.pf-m-static` | `.pf-v6-c-options-menu__menu` | Modifies the menu to be statically positioned to support custom positioning. |
1010
+ | `.pf-m-plain` | `.pf-v6-c-options-menu__toggle` | Modifies to display the toggle with no border. **Note:** Can be combined with `.pf-m-text` to create a normal text toggle with no border. |
1011
+ | `.pf-m-disabled` | `.pf-v6-c-options-menu__toggle` | Modifies to display the options menu toggle as disabled. This applies to `pf-v6-c-options-menu__toggle` and should not be used in lieu of the `disabled` attribute on `pf-v6-c-options-menu__toggle`. When this is used, `disabled` should also be added to any form elements in `.pf-v6-c-options-menu__toggle` |
1012
+ | `.pf-m-text` | `.pf-v6-c-options-menu__toggle` | For use when the `.pf-v6-c-options-menu__toggle` is a `<div>` or some non-interactive elment, and you're using a custom `.pf-v6-c-options-menu__toggle-button` to toggle the options menu. |
1013
+ | `.pf-m-active` | `.pf-v6-c-options-menu__toggle` | Forces display of the active state of the toggle. |
1014
+ | `.pf-m-selected` | `.pf-v6-c-options-menu__menu-item` | Modifies the menu item for the selected state. |
@@ -1,14 +1,14 @@
1
1
  ---
2
2
  id: Overflow menu
3
3
  section: components
4
- cssPrefix: pf-v5-c-overflow-menu
4
+ cssPrefix: pf-v6-c-overflow-menu
5
5
  ---import './overflow-menu.css'
6
6
 
7
7
  ## Introduction
8
8
 
9
- The overflow menu component condenses actions inside `.pf-v5-c-overflow-menu__content` container into a single dropdown button wrapped in `.pf-v5-c-overflow-menu__control`.
9
+ The overflow menu component condenses actions inside `.pf-v6-c-overflow-menu__content` container into a single dropdown button wrapped in `.pf-v6-c-overflow-menu__control`.
10
10
 
11
- The overflow menu relies on groups (`.pf-v5-c-overflow-menu__group`) and items (`.pf-v5-c-overflow-menu__item`), with default spacer values. Groups and items can be siblings and/or items can be nested within groups. Modifier selectors adjust spacing based on the type of group. Each modifier applies a unique CSS variable, therefore, the base spacer value for all elements can be customized and item/groups spacers can be themed individually. The default spacer value for items and groups is set to `--pf-v5-c-toolbar--spacer--base`, whose value is `--pf-v5-global--spacer--md` or 16px.
11
+ The overflow menu relies on groups (`.pf-v6-c-overflow-menu__group`) and items (`.pf-v6-c-overflow-menu__item`), with default spacer values. Groups and items can be siblings and/or items can be nested within groups. Modifier selectors adjust spacing based on the type of group. Each modifier applies a unique CSS variable, therefore, the base spacer value for all elements can be customized and item/groups spacers can be themed individually. The default spacer value for items and groups is set to `--pf-v6-c-toolbar--spacer--base`, whose value is `--pf-v6-global--spacer--md` or 16px.
12
12
 
13
13
  ### Simple collapsed
14
14
 
@@ -73,18 +73,18 @@ The overflow menu relies on groups (`.pf-v5-c-overflow-menu__group`) and items (
73
73
 
74
74
  | Class | CSS Variable | Computed Value |
75
75
  | -- | -- | -- |
76
- | `.pf-v5-c-overflow-menu__group` | `--pf-v5-c-overflow-menu__group--spacer` | `16px` |
77
- | `.pf-v5-c-overflow-menu__item` | `--pf-v5-c-overflow-menu__item--spacer` | `16px` |
76
+ | `.pf-v6-c-overflow-menu__group` | `--pf-v6-c-overflow-menu__group--spacer` | `16px` |
77
+ | `.pf-v6-c-overflow-menu__item` | `--pf-v6-c-overflow-menu__item--spacer` | `16px` |
78
78
 
79
79
  ### Overflow menu item types
80
80
 
81
81
  | Class | Applied to | Outcome |
82
82
  | -- | -- | -- |
83
- | `.pf-v5-c-overflow-menu` | `<div>` | Initiates an overflow menu. **Required** |
84
- | `.pf-v5-c-overflow-menu__content` | `<div>` | Initiates an overflow menu content section. **Required** |
85
- | `.pf-v5-c-overflow-menu__control` | `<div>` | Initiates the overflow menu control. **Required** |
86
- | `.pf-v5-c-overflow-menu__group` | `<div>` | Initiates an overflow menu group. |
87
- | `.pf-v5-c-overflow-menu__item` | `<div>` | Initiates an overflow menu item. **Required** |
83
+ | `.pf-v6-c-overflow-menu` | `<div>` | Initiates an overflow menu. **Required** |
84
+ | `.pf-v6-c-overflow-menu__content` | `<div>` | Initiates an overflow menu content section. **Required** |
85
+ | `.pf-v6-c-overflow-menu__control` | `<div>` | Initiates the overflow menu control. **Required** |
86
+ | `.pf-v6-c-overflow-menu__group` | `<div>` | Initiates an overflow menu group. |
87
+ | `.pf-v6-c-overflow-menu__item` | `<div>` | Initiates an overflow menu item. **Required** |
88
88
 
89
89
  ### Group types
90
90
 
@@ -147,9 +147,9 @@ The action group consists of a primary and secondary action. Any additional acti
147
147
 
148
148
  | Class | Applied to | Outcome |
149
149
  | -- | -- | -- |
150
- | `.pf-v5-c-overflow-menu__group` | `<div>` | Initiates an overflow menu component group. |
151
- | `.pf-m-button-group` | `.pf-v5-c-overflow-menu__group` | Modifies overflow menu group spacing. Spacer value is set to `var(--pf-v5-c-overflow-menu__group--m-button-group--spacer)`. Child `.pf-v5-c-button` spacer value is set to `var(--pf-v5-c-overflow-menu__group--m-button-group--space-items)`. |
152
- | `.pf-m-icon-button-group` | `.pf-v5-c-overflow-menu__group` | Modifies overflow menu group spacing. Spacer value is set to `var(--pf-v5-c-overflow-menu__group--m-icon-button-group--spacer)`. Child `.pf-v5-c-button.pf-m-button-plain` spacer value is set to `var(--pf-v5-c-overflow-menu__group--m-icon-button-group--space-items)`. |
150
+ | `.pf-v6-c-overflow-menu__group` | `<div>` | Initiates an overflow menu component group. |
151
+ | `.pf-m-button-group` | `.pf-v6-c-overflow-menu__group` | Modifies overflow menu group spacing. Spacer value is set to `var(--pf-v6-c-overflow-menu__group--m-button-group--spacer)`. Child `.pf-v6-c-button` spacer value is set to `var(--pf-v6-c-overflow-menu__group--m-button-group--space-items)`. |
152
+ | `.pf-m-icon-button-group` | `.pf-v6-c-overflow-menu__group` | Modifies overflow menu group spacing. Spacer value is set to `var(--pf-v6-c-overflow-menu__group--m-icon-button-group--spacer)`. Child `.pf-v6-c-button.pf-m-button-plain` spacer value is set to `var(--pf-v6-c-overflow-menu__group--m-icon-button-group--space-items)`. |
153
153
 
154
154
  ### Additional options in dropdown (hidden)
155
155
 
@@ -378,10 +378,10 @@ The action group consists of a primary and secondary action. Any additional acti
378
378
 
379
379
  | Class | Applied to | Outcome |
380
380
  | -- | -- | -- |
381
- | `.pf-v5-c-overflow-menu` | `<div>` | Initiates an overflow menu. **Required** |
382
- | `.pf-v5-c-overflow-menu__content` | `<div>` | Initiates an overflow menu content section. **Required** |
383
- | `.pf-v5-c-overflow-menu__control` | `<div>` | Initiates the overflow menu control. **Required** |
384
- | `.pf-v5-c-overflow-menu__group` | `<div>` | Initiates an overflow menu group. |
385
- | `.pf-v5-c-overflow-menu__item` | `<div>` | Initiates an overflow menu item. **Required** |
386
- | `.pf-m-button-group` | `.pf-v5-c-overflow-menu__group` | Modifies overflow menu group spacing. Spacer value is set to `var(--pf-v5-c-overflow-menu__group--m-button-group--spacer)`. Child spacer value is set to `var(--pf-v5-c-overflow-menu__group--m-button-group--space-items)`. |
387
- | `.pf-m-icon-button-group` | `.pf-v5-c-overflow-menu__group` | Modifies overflow menu group spacing. Spacer value is set to `var(--pf-v5-c-overflow-menu__group--m-icon-button-group--spacer)`. Child spacer value is set to `var(--pf-v5-c-overflow-menu__group--m-icon-button-group--space-items)`. |
381
+ | `.pf-v6-c-overflow-menu` | `<div>` | Initiates an overflow menu. **Required** |
382
+ | `.pf-v6-c-overflow-menu__content` | `<div>` | Initiates an overflow menu content section. **Required** |
383
+ | `.pf-v6-c-overflow-menu__control` | `<div>` | Initiates the overflow menu control. **Required** |
384
+ | `.pf-v6-c-overflow-menu__group` | `<div>` | Initiates an overflow menu group. |
385
+ | `.pf-v6-c-overflow-menu__item` | `<div>` | Initiates an overflow menu item. **Required** |
386
+ | `.pf-m-button-group` | `.pf-v6-c-overflow-menu__group` | Modifies overflow menu group spacing. Spacer value is set to `var(--pf-v6-c-overflow-menu__group--m-button-group--spacer)`. Child spacer value is set to `var(--pf-v6-c-overflow-menu__group--m-button-group--space-items)`. |
387
+ | `.pf-m-icon-button-group` | `.pf-v6-c-overflow-menu__group` | Modifies overflow menu group spacing. Spacer value is set to `var(--pf-v6-c-overflow-menu__group--m-icon-button-group--spacer)`. Child spacer value is set to `var(--pf-v6-c-overflow-menu__group--m-icon-button-group--space-items)`. |
@@ -24,22 +24,22 @@ deprecated: true
24
24
  <main class="pf-v6-c-page__main" tabindex="-1">
25
25
  <section class="pf-v6-c-page__main-section pf-m-dark-100">
26
26
  This
27
- <code>.pf-v5-c-page__main-section</code> uses
27
+ <code>.pf-v6-c-page__main-section</code> uses
28
28
  <code>.pf-m-dark-100</code>.
29
29
  </section>
30
30
  <section class="pf-v6-c-page__main-section pf-m-dark-200">
31
31
  This
32
- <code>.pf-v5-c-page__main-section</code> uses
32
+ <code>.pf-v6-c-page__main-section</code> uses
33
33
  <code>.pf-m-dark-200</code>.
34
34
  </section>
35
35
  <section class="pf-v6-c-page__main-section pf-m-light">
36
36
  This
37
- <code>.pf-v5-c-page__main-section</code> uses
37
+ <code>.pf-v6-c-page__main-section</code> uses
38
38
  <code>.pf-m-light</code>.
39
39
  </section>
40
40
  <section class="pf-v6-c-page__main-section">
41
41
  This is a default
42
- <code>.pf-v5-c-page__main-section</code>.
42
+ <code>.pf-v6-c-page__main-section</code>.
43
43
  </section>
44
44
  </main>
45
45
  </div>
@@ -137,18 +137,18 @@ deprecated: true
137
137
  <main class="pf-v6-c-page__main" tabindex="-1">
138
138
  <section class="pf-v6-c-page__main-section">
139
139
  This
140
- <code>.pf-v5-c-page__main-section</code> has default padding.
140
+ <code>.pf-v6-c-page__main-section</code> has default padding.
141
141
  </section>
142
142
  <section class="pf-v6-c-page__main-section pf-m-no-padding pf-m-light">
143
143
  This
144
- <code>.pf-v5-c-page__main-section</code> uses
144
+ <code>.pf-v6-c-page__main-section</code> uses
145
145
  <code>.pf-m-no-padding</code> to remove all padding.
146
146
  </section>
147
147
  <section
148
148
  class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-md"
149
149
  >
150
150
  This
151
- <code>.pf-v5-c-page__main-section</code> uses
151
+ <code>.pf-v6-c-page__main-section</code> uses
152
152
  <code>.pf-m-no-padding .pf-m-padding-on-md</code> to remove padding up to the
153
153
  <code>md</code> breakpoint.
154
154
  </section>
@@ -173,25 +173,25 @@ deprecated: true
173
173
  </div>
174
174
  <main class="pf-v6-c-page__main" tabindex="-1">
175
175
  <section class="pf-v6-c-page__main-subnav">
176
- <code>.pf-v5-c-page__main-subnav</code> for horizontal subnav navigation
176
+ <code>.pf-v6-c-page__main-subnav</code> for horizontal subnav navigation
177
177
  </section>
178
178
  <section class="pf-v6-c-page__main-nav">
179
- <code>.pf-v5-c-page__main-nav</code> for tertiary navigation
179
+ <code>.pf-v6-c-page__main-nav</code> for tertiary navigation
180
180
  </section>
181
181
  <section class="pf-v6-c-page__main-tabs">
182
- <code>.pf-v5-c-page__main-tabs</code> for tabs
182
+ <code>.pf-v6-c-page__main-tabs</code> for tabs
183
183
  </section>
184
184
  <div class="pf-v6-c-page__main-group">
185
- <code>.pf-v5-c-page__main-group</code> for a group of page sections
185
+ <code>.pf-v6-c-page__main-group</code> for a group of page sections
186
186
  </div>
187
187
  <section class="pf-v6-c-page__main-breadcrumb">
188
- <code>.pf-v5-c-page__main-breadcrumb</code> for breadcrumbs
188
+ <code>.pf-v6-c-page__main-breadcrumb</code> for breadcrumbs
189
189
  </section>
190
190
  <section class="pf-v6-c-page__main-section">
191
- <code>.pf-v5-c-page__main-section</code> for main sections
191
+ <code>.pf-v6-c-page__main-section</code> for main sections
192
192
  </section>
193
193
  <section class="pf-v6-c-page__main-wizard">
194
- <code>.pf-v5-c-page__main-wizard</code> for wizards
194
+ <code>.pf-v6-c-page__main-wizard</code> for wizards
195
195
  </section>
196
196
  </main>
197
197
  </div>
@@ -217,7 +217,7 @@ deprecated: true
217
217
  <div class="pf-v6-c-card">
218
218
  <div class="pf-v6-c-card__body">
219
219
  When a width limited page section is wider than the value of
220
- <code>--pf-v5-c-page--section--m-limit-width--MaxWidth</code>, the section will be centered in the main section.
220
+ <code>--pf-v6-c-page--section--m-limit-width--MaxWidth</code>, the section will be centered in the main section.
221
221
  <br />
222
222
  <br />The content in this example is placed in a card to better illustrate how the section behaves when it is centered. A card is not required to center a page section.
223
223
  </div>
@@ -239,23 +239,23 @@ The page header component is a deprecated approach to building a header on the p
239
239
 
240
240
  | Attribute | Applied to | Outcome |
241
241
  | -- | -- | -- |
242
- | `role="banner"` | `.pf-v5-c-page__header` | Identifies the element that serves as the banner region. |
243
- | `aria-expanded="true/false"` | `.pf-v5-c-page__header-brand-toggle > .pf-v5-c-button` | Indicates that the expandable content is visible and the current state of the contents. **Required** |
244
- | `aria-controls="[id of nav]"` | `.pf-v5-c-page__header-brand-toggle > .pf-v5-c-button` | Identifies the element controlled by the toggle. **Required**
242
+ | `role="banner"` | `.pf-v6-c-page__header` | Identifies the element that serves as the banner region. |
243
+ | `aria-expanded="true/false"` | `.pf-v6-c-page__header-brand-toggle > .pf-v6-c-button` | Indicates that the expandable content is visible and the current state of the contents. **Required** |
244
+ | `aria-controls="[id of nav]"` | `.pf-v6-c-page__header-brand-toggle > .pf-v6-c-button` | Identifies the element controlled by the toggle. **Required**
245
245
 
246
246
  ### Usage
247
247
 
248
248
  | Class | Applied to | Outcome |
249
249
  | -- | -- | -- |
250
- | `.pf-v5-c-page__header` | `<header>` | Declares the page header. |
251
- | `.pf-v5-c-page__header-brand` | `<div>` | Creates a header container to nest the brand component. |
252
- | `.pf-v5-c-page__header-brand-toggle` | `<div>` | Creates a container to nest the sidebar toggle. |
253
- | `.pf-v5-c-page__header-brand-link` | `<a>`, `<span>` | Creates a link for the brand logo. Use a `<span>` if there is no link. |
254
- | `.pf-v5-c-page__header-selector` | `<div>` | Creates a header container to nest the context selector component. |
255
- | `.pf-v5-c-page__header-nav` | `<div>` | Creates a container to nest the navigation component in the header. |
256
- | `.pf-v5-c-page__header-tools` | `<div>` | Creates a container to nest the icons and menus in header. |
257
- | `.pf-v5-c-page__header-tools-group` | `<div>` | Creates a container for grouping sets of icons and menus in header. |
258
- | `.pf-v5-c-page__header-tools-item` | `<div>` | Creates a container for an item in a header tools group. |
259
- | `.pf-m-selected` | `.pf-v5-c-page__header-tools-item` | Modifies a header tools item to indicate that the button inside is in the selected state. |
260
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v5-c-page__header-tools-group`, `.pf-v5-c-page__header-tools-item` | Hides a header tools group or item at an optional breakpoint, or hides it at all [breakpoints](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) with `.pf-m-hidden`. |
261
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v5-c-page__header-tools-group`, `.pf-v5-c-page__header-tools-item` | Shows a header tools group or item at an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
250
+ | `.pf-v6-c-page__header` | `<header>` | Declares the page header. |
251
+ | `.pf-v6-c-page__header-brand` | `<div>` | Creates a header container to nest the brand component. |
252
+ | `.pf-v6-c-page__header-brand-toggle` | `<div>` | Creates a container to nest the sidebar toggle. |
253
+ | `.pf-v6-c-page__header-brand-link` | `<a>`, `<span>` | Creates a link for the brand logo. Use a `<span>` if there is no link. |
254
+ | `.pf-v6-c-page__header-selector` | `<div>` | Creates a header container to nest the context selector component. |
255
+ | `.pf-v6-c-page__header-nav` | `<div>` | Creates a container to nest the navigation component in the header. |
256
+ | `.pf-v6-c-page__header-tools` | `<div>` | Creates a container to nest the icons and menus in header. |
257
+ | `.pf-v6-c-page__header-tools-group` | `<div>` | Creates a container for grouping sets of icons and menus in header. |
258
+ | `.pf-v6-c-page__header-tools-item` | `<div>` | Creates a container for an item in a header tools group. |
259
+ | `.pf-m-selected` | `.pf-v6-c-page__header-tools-item` | Modifies a header tools item to indicate that the button inside is in the selected state. |
260
+ | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-page__header-tools-group`, `.pf-v6-c-page__header-tools-item` | Hides a header tools group or item at an optional breakpoint, or hides it at all [breakpoints](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) with `.pf-m-hidden`. |
261
+ | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-page__header-tools-group`, `.pf-v6-c-page__header-tools-item` | Shows a header tools group or item at an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Page
3
3
  section: components
4
- cssPrefix: pf-v5-c-page
4
+ cssPrefix: pf-v6-c-page
5
5
  wrapperTag: div
6
6
  ---import './Page.css'
7
7
 
@@ -34,16 +34,16 @@ wrapperTag: div
34
34
  <main class="pf-v6-c-page__main" tabindex="-1">
35
35
  <section class="pf-v6-c-page__main-section">
36
36
  This is a default
37
- <code>.pf-v5-c-page__main-section</code>.
37
+ <code>.pf-v6-c-page__main-section</code>.
38
38
  </section>
39
39
  <section class="pf-v6-c-page__main-section pf-m-secondary">
40
40
  This
41
- <code>.pf-v5-c-page__main-section</code> uses
41
+ <code>.pf-v6-c-page__main-section</code> uses
42
42
  <code>.pf-m-secondary</code>.
43
43
  </section>
44
44
  <section class="pf-v6-c-page__main-section">
45
45
  This is a default
46
- <code>.pf-v5-c-page__main-section</code>.
46
+ <code>.pf-v6-c-page__main-section</code>.
47
47
  </section>
48
48
  </main>
49
49
  </div>
@@ -74,16 +74,16 @@ wrapperTag: div
74
74
  <main class="pf-v6-c-page__main" tabindex="-1">
75
75
  <section class="pf-v6-c-page__main-section">
76
76
  This is a default
77
- <code>.pf-v5-c-page__main-section</code>.
77
+ <code>.pf-v6-c-page__main-section</code>.
78
78
  </section>
79
79
  <section class="pf-v6-c-page__main-section pf-m-secondary">
80
80
  This
81
- <code>.pf-v5-c-page__main-section</code> uses
81
+ <code>.pf-v6-c-page__main-section</code> uses
82
82
  <code>.pf-m-secondary</code>.
83
83
  </section>
84
84
  <section class="pf-v6-c-page__main-section">
85
85
  This is a default
86
- <code>.pf-v5-c-page__main-section</code>.
86
+ <code>.pf-v6-c-page__main-section</code>.
87
87
  </section>
88
88
  </main>
89
89
  </div>
@@ -188,18 +188,18 @@ wrapperTag: div
188
188
  <main class="pf-v6-c-page__main" tabindex="-1">
189
189
  <section class="pf-v6-c-page__main-section">
190
190
  This
191
- <code>.pf-v5-c-page__main-section</code> has default padding.
191
+ <code>.pf-v6-c-page__main-section</code> has default padding.
192
192
  </section>
193
193
  <section class="pf-v6-c-page__main-section pf-m-no-padding">
194
194
  This
195
- <code>.pf-v5-c-page__main-section</code> uses
195
+ <code>.pf-v6-c-page__main-section</code> uses
196
196
  <code>.pf-m-no-padding</code> to remove all padding.
197
197
  </section>
198
198
  <section
199
199
  class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-md"
200
200
  >
201
201
  This
202
- <code>.pf-v5-c-page__main-section</code> uses
202
+ <code>.pf-v6-c-page__main-section</code> uses
203
203
  <code>.pf-m-no-padding .pf-m-padding-on-md</code> to remove padding up to the
204
204
  <code>md</code> breakpoint.
205
205
  </section>
@@ -234,25 +234,25 @@ wrapperTag: div
234
234
  </div>
235
235
  <main class="pf-v6-c-page__main" tabindex="-1">
236
236
  <section class="pf-v6-c-page__main-subnav">
237
- <code>.pf-v5-c-page__main-subnav</code> for horizontal subnav navigation
237
+ <code>.pf-v6-c-page__main-subnav</code> for horizontal subnav navigation
238
238
  </section>
239
239
  <section class="pf-v6-c-page__main-nav">
240
- <code>.pf-v5-c-page__main-nav</code> for tertiary navigation
240
+ <code>.pf-v6-c-page__main-nav</code> for tertiary navigation
241
241
  </section>
242
242
  <section class="pf-v6-c-page__main-tabs">
243
- <code>.pf-v5-c-page__main-tabs</code> for tabs
243
+ <code>.pf-v6-c-page__main-tabs</code> for tabs
244
244
  </section>
245
245
  <div class="pf-v6-c-page__main-group">
246
- <code>.pf-v5-c-page__main-group</code> for a group of page sections
246
+ <code>.pf-v6-c-page__main-group</code> for a group of page sections
247
247
  </div>
248
248
  <section class="pf-v6-c-page__main-breadcrumb">
249
- <code>.pf-v5-c-page__main-breadcrumb</code> for breadcrumbs
249
+ <code>.pf-v6-c-page__main-breadcrumb</code> for breadcrumbs
250
250
  </section>
251
251
  <section class="pf-v6-c-page__main-section">
252
- <code>.pf-v5-c-page__main-section</code> for main sections
252
+ <code>.pf-v6-c-page__main-section</code> for main sections
253
253
  </section>
254
254
  <section class="pf-v6-c-page__main-wizard">
255
- <code>.pf-v5-c-page__main-wizard</code> for wizards
255
+ <code>.pf-v6-c-page__main-wizard</code> for wizards
256
256
  </section>
257
257
  </main>
258
258
  </div>
@@ -288,7 +288,7 @@ wrapperTag: div
288
288
  <div class="pf-v6-c-card">
289
289
  <div class="pf-v6-c-card__body">
290
290
  When a width limited page section is wider than the value of
291
- <code>--pf-v5-c-page--section--m-limit-width--MaxWidth</code>, the section will be centered in the main section.
291
+ <code>--pf-v6-c-page--section--m-limit-width--MaxWidth</code>, the section will be centered in the main section.
292
292
  <br />
293
293
  <br />The content in this example is placed in a card to better illustrate how the section behaves when it is centered. A card is not required to center a page section.
294
294
  </div>
@@ -310,44 +310,45 @@ This component provides the basic chrome for a page, including sidebar and main
310
310
 
311
311
  | Attribute | Applied to | Outcome |
312
312
  | -- | -- | -- |
313
- | `role="main"` | `.pf-v5-c-page__main` | Identifies the element that serves as the main region. |
314
- | `tabindex="-1"` | `.pf-v5-c-page__main` | Allows the main region to receive programmatic focus. **Required** |
315
- | `id="[id]"` | `.pf-v5-c-page__main` | Provides a hook for sending focus to new content. **Required** |
316
- | `tabindex="0"` | `.pf-v5-c-page__main-section.pf-m-overflow-scroll` | If a page section has overflow content that triggers a scrollbar, to ensure that the content is keyboard accessible, the page section must include either a focusable element within the scrollable region or the page section itself must be focusable by adding `tabindex="0"`. |
313
+ | `role="main"` | `.pf-v6-c-page__main` | Identifies the element that serves as the main region. |
314
+ | `tabindex="-1"` | `.pf-v6-c-page__main` | Allows the main region to receive programmatic focus. **Required** |
315
+ | `id="[id]"` | `.pf-v6-c-page__main` | Provides a hook for sending focus to new content. **Required** |
316
+ | `tabindex="0"` | `.pf-v6-c-page__main-section.pf-m-overflow-scroll` | If a page section has overflow content that triggers a scrollbar, to ensure that the content is keyboard accessible, the page section must include either a focusable element within the scrollable region or the page section itself must be focusable by adding `tabindex="0"`. |
317
317
 
318
318
  ### Usage
319
319
 
320
320
  | Class | Applied to | Outcome |
321
321
  | -- | -- | -- |
322
- | `.pf-v5-c-page` | `<div>` | Declares the page component. |
323
- | `.pf-v5-c-page__sidebar` | `<aside>` | Declares the page sidebar. |
324
- | `.pf-v5-c-page__sidebar-body` | `<div>` | Creates a wrapper within the sidebar to hold content. **Note: The last/only `.pf-v5-c-page__sidebar-body` element will grow to fill the availble vertical space. You can change this behavior using `.pf-m-fill` and `.pf-m-no-fill`, which are documented below.** |
325
- | `.pf-v5-c-page__main` | `<main>` | Declares the main page area. |
326
- | `.pf-v5-c-page__main-nav` | `<section>` | Creates a container to nest the navigation component in the main page area. |
327
- | `.pf-v5-c-page__main-breadcrumb` | `<section>` | Creates a container to nest the breadcrumb component in the main page area. |
328
- | `.pf-v5-c-page__main-section` | `<section>` | Creates a section container in the main page area. **Note: The last/only `.pf-v5-c-page__main-section` element will grow to fill the availble vertical space. You can change this behavior using `.pf-m-fill` and `.pf-m-no-fill`, which are documented below.** |
329
- | `.pf-v5-c-page__main-tabs` | `<section>` | Creates a container to nest the tabs component in the main page area. |
330
- | `.pf-v5-c-page__main-wizard` | `<section>` | Creates a container to nest the wizard component in the main page area. |
331
- | `.pf-v5-c-page__main-body` | `<div>` | Creates the body section for a page section. **Required when using `.pf-m-limit-width` on `.pf-v5-c-page__main-section`** |
332
- | `.pf-v5-c-page__main-group` | `<div>` | Creates the group of `.pf-v5-c-page__main-*` sections. Can be used in combination with `.pf-m-sticky-[top/bottom]` to make multiple sections sticky. |
333
- | `.pf-v5-c-page__drawer` | `<div>` | Creates a container for the drawer component when placing the main page element in the drawer body. |
334
- | `.pf-m-expanded` | `.pf-v5-c-page__sidebar` | Modifies the sidebar for the expanded state. |
335
- | `.pf-m-collapsed` | `.pf-v5-c-page__sidebar` | Modifies the sidebar for the collapsed state. |
336
- | `.pf-m-page-insets` | `.pf-v5-c-page__sidebar-body` | Modifies a sidebar body padding/inset to visually match padding of page elements. |
337
- | `.pf-m-inset-none` | `.pf-v5-c-page__sidebar-body` | Removes a sidebar body left/right inset. |
338
- | `.pf-m-light` | `.pf-v5-c-page__sidebar` | Modifies the sidebar the light variation. **Note: for use with a light themed nav component** |
339
- | `.pf-m-light` | `.pf-v5-c-page__main-section` | Modifies a main page section to have a light theme. |
340
- | `.pf-m-dark-200` | `.pf-v5-c-page__main-section` | Modifies a main page section to have a dark theme and a dark transparent background. |
341
- | `.pf-m-dark-100` | `.pf-v5-c-page__main-section` | Modifies a main page section to have a dark theme and a darker transparent background. |
342
- | `.pf-m-light-200` | `.pf-v5-c-page__main-wizard` | Modifies a wizard page section to have a light 200 theme. |
343
- | `.pf-m-padding{-on-[breakpoint]}` | `.pf-v5-c-page__main-section` | Modifies the main page section to add padding back in at an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). Should be used with pf-m-no-padding. |
344
- | `.pf-m-no-padding{-on-[breakpoint]}` | `.pf-v5-c-page__main-section` | Removes padding from the main page section at an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
345
- | `.pf-m-fill` | `.pf-v5-c-page__main-section`, `.pf-v5-c-page__sidebar-body` | Modifies the element to grow to fill the available space. |
346
- | `.pf-m-no-fill` | `.pf-v5-c-page__main-section`, `.pf-v5-c-page__sidebar-body` | Modifies the element to not grow to fill the available vertical space. |
347
- | `.pf-m-limit-width` | `.pf-v5-c-page__main-section` | Modifies a page section to limit the `max-width` of the content inside. |
348
- | `.pf-m-align-center` | `.pf-v5-c-page__main-section.pf-m-limit-width` | Modifies a page section body to align center. |
349
- | `.pf-m-sticky-top{-on-[breakpoint]-height}` | `.pf-v5-c-page__main-*` | Modifies a section/group to be sticky to the top of its container at an optional height breakpoint. |
350
- | `.pf-m-sticky-bottom{-on-[breakpoint]-height}` | `.pf-v5-c-page__main-*` | Modifies a section/group to be sticky to the bottom of its container at an optional height breakpoint. |
351
- | `.pf-m-shadow-bottom` | `.pf-v5-c-page__main-*` | Modifies a section/group to have a bottom shadow. |
352
- | `.pf-m-shadow-top` | `.pf-v5-c-page__main-*` | Modifies a section/group to have a top shadow. |
353
- | `.pf-m-overflow-scroll` | `.pf-v5-c-page__main-*` | Modifies a section/group to show a scrollbar if it has overflow content. |
322
+ | `.pf-v6-c-page` | `<div>` | Declares the page component. |
323
+ | `.pf-v6-c-page__sidebar` | `<aside>` | Declares the page sidebar. |
324
+ | `.pf-v6-c-page__sidebar-body` | `<div>` | Creates a wrapper within the sidebar to hold content. **Note: The last/only `.pf-v6-c-page__sidebar-body` element will grow to fill the availble vertical space. You can change this behavior using `.pf-m-fill` and `.pf-m-no-fill`, which are documented below.** |
325
+ | `.pf-v6-c-page__main` | `<main>` | Declares the main page area. |
326
+ | `.pf-v6-c-page__main-nav` | `<section>` | Creates a container to nest the (deprecated) tertiary navigation component in the main page area. |
327
+ | `.pf-v6-c-page__main-subnav` | `<section>` | Creates a container to nest the horizontal subnav navigation component in the main page area. |
328
+ | `.pf-v6-c-page__main-breadcrumb` | `<section>` | Creates a container to nest the breadcrumb component in the main page area. |
329
+ | `.pf-v6-c-page__main-section` | `<section>` | Creates a section container in the main page area. **Note: The last/only `.pf-v6-c-page__main-section` element will grow to fill the availble vertical space. You can change this behavior using `.pf-m-fill` and `.pf-m-no-fill`, which are documented below.** |
330
+ | `.pf-v6-c-page__main-tabs` | `<section>` | Creates a container to nest the tabs component in the main page area. |
331
+ | `.pf-v6-c-page__main-wizard` | `<section>` | Creates a container to nest the wizard component in the main page area. |
332
+ | `.pf-v6-c-page__main-body` | `<div>` | Creates the body section for a page section. **Required when using `.pf-m-limit-width` on `.pf-v6-c-page__main-section`** |
333
+ | `.pf-v6-c-page__main-group` | `<div>` | Creates the group of `.pf-v6-c-page__main-*` sections. Can be used in combination with `.pf-m-sticky-[top/bottom]` to make multiple sections sticky. |
334
+ | `.pf-v6-c-page__drawer` | `<div>` | Creates a container for the drawer component when placing the main page element in the drawer body. |
335
+ | `.pf-m-expanded` | `.pf-v6-c-page__sidebar` | Modifies the sidebar for the expanded state. |
336
+ | `.pf-m-collapsed` | `.pf-v6-c-page__sidebar` | Modifies the sidebar for the collapsed state. |
337
+ | `.pf-m-page-insets` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body padding/inset to visually match padding of page elements. |
338
+ | `.pf-m-inset-none` | `.pf-v6-c-page__sidebar-body` | Removes a sidebar body left/right inset. |
339
+ | `.pf-m-light` | `.pf-v6-c-page__sidebar` | Modifies the sidebar the light variation. **Note: for use with a light themed nav component** |
340
+ | `.pf-m-light` | `.pf-v6-c-page__main-section` | Modifies a main page section to have a light theme. |
341
+ | `.pf-m-dark-200` | `.pf-v6-c-page__main-section` | Modifies a main page section to have a dark theme and a dark transparent background. |
342
+ | `.pf-m-dark-100` | `.pf-v6-c-page__main-section` | Modifies a main page section to have a dark theme and a darker transparent background. |
343
+ | `.pf-m-light-200` | `.pf-v6-c-page__main-wizard` | Modifies a wizard page section to have a light 200 theme. |
344
+ | `.pf-m-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Modifies the main page section to add padding back in at an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). Should be used with pf-m-no-padding. |
345
+ | `.pf-m-no-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Removes padding from the main page section at an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
346
+ | `.pf-m-fill` | `.pf-v6-c-page__main-section`, `.pf-v6-c-page__sidebar-body` | Modifies the element to grow to fill the available space. |
347
+ | `.pf-m-no-fill` | `.pf-v6-c-page__main-section`, `.pf-v6-c-page__sidebar-body` | Modifies the element to not grow to fill the available vertical space. |
348
+ | `.pf-m-limit-width` | `.pf-v6-c-page__main-section` | Modifies a page section to limit the `max-width` of the content inside. |
349
+ | `.pf-m-align-center` | `.pf-v6-c-page__main-section.pf-m-limit-width` | Modifies a page section body to align center. |
350
+ | `.pf-m-sticky-top{-on-[breakpoint]-height}` | `.pf-v6-c-page__main-*` | Modifies a section/group to be sticky to the top of its container at an optional height breakpoint. |
351
+ | `.pf-m-sticky-bottom{-on-[breakpoint]-height}` | `.pf-v6-c-page__main-*` | Modifies a section/group to be sticky to the bottom of its container at an optional height breakpoint. |
352
+ | `.pf-m-shadow-bottom` | `.pf-v6-c-page__main-*` | Modifies a section/group to have a bottom shadow. |
353
+ | `.pf-m-shadow-top` | `.pf-v6-c-page__main-*` | Modifies a section/group to have a top shadow. |
354
+ | `.pf-m-overflow-scroll` | `.pf-v6-c-page__main-*` | Modifies a section/group to show a scrollbar if it has overflow content. |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Pagination
3
3
  section: components
4
- cssPrefix: pf-v5-c-pagination
4
+ cssPrefix: pf-v6-c-pagination
5
5
  ---import './Pagination.css'
6
6
 
7
7
  ## Examples
@@ -1511,37 +1511,37 @@ cssPrefix: pf-v5-c-pagination
1511
1511
 
1512
1512
  ## Documentation
1513
1513
 
1514
- Note: `<button>` or `<a>` elements can be used in `.pf-v5-c-pagination__nav-page-select`.
1514
+ Note: `<button>` or `<a>` elements can be used in `.pf-v6-c-pagination__nav-page-select`.
1515
1515
 
1516
1516
  ### Accessibility
1517
1517
 
1518
1518
  | Attribute | Applied to | Outcome |
1519
1519
  | -- | -- | -- |
1520
- | `aria-label` | `.pf-v5-c-pagination__nav` | Provides an accessible name for pagination navigation element. **Required** |
1521
- | `type="number"` | `.pf-v5-c-pagination__nav-page-select` > `.pf-v5-c-form-control` | Defines a field as a number. **Required** |
1522
- | `value` | `.pf-v5-c-pagination__nav-page-select` > `.pf-v5-c-form-control` | Provides initial integer value. **Required** |
1523
- | `min` | `.pf-v5-c-pagination__nav-page-select` > `.pf-v5-c-form-control` | Provides minimum integer value. **Required** |
1524
- | `max` | `.pf-v5-c-pagination__nav-page-select` > `.pf-v5-c-form-control` | Provides max integer value. **Required** |
1520
+ | `aria-label` | `.pf-v6-c-pagination__nav` | Provides an accessible name for pagination navigation element. **Required** |
1521
+ | `type="number"` | `.pf-v6-c-pagination__nav-page-select` > `.pf-v6-c-form-control` | Defines a field as a number. **Required** |
1522
+ | `value` | `.pf-v6-c-pagination__nav-page-select` > `.pf-v6-c-form-control` | Provides initial integer value. **Required** |
1523
+ | `min` | `.pf-v6-c-pagination__nav-page-select` > `.pf-v6-c-form-control` | Provides minimum integer value. **Required** |
1524
+ | `max` | `.pf-v6-c-pagination__nav-page-select` > `.pf-v6-c-form-control` | Provides max integer value. **Required** |
1525
1525
 
1526
1526
  ### Usage
1527
1527
 
1528
1528
  | Class | Applied to | Outcome |
1529
1529
  | -- | -- | -- |
1530
- | `.pf-v5-c-pagination` | `<div>` | Initiates pagination. |
1531
- | `.pf-v5-c-pagination__current` | `<div>` | Initiates element to display currently displayed items for use in responsive view. Only needed for default pagination, not `.pf-m-bottom`. |
1532
- | `.pf-v5-c-pagination__total-items` | `<div>` | Initiates element to replace the options menu on summary. |
1533
- | `.pf-v5-c-pagination__nav` | `<nav>` | Initiates pagination nav. |
1534
- | `.pf-v5-c-pagination__nav-control` | `<div>` | Initiates pagination nav control. |
1535
- | `.pf-v5-c-pagination__nav-page-select` | `<div>` | Initiates pagination nav page select. |
1536
- | `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v5-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1537
- | `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v5-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1538
- | `.pf-m-bottom` | `.pf-v5-c-pagination` | Modifies for bottom pagination component styles. |
1539
- | `.pf-m-compact` | `.pf-v5-c-pagination` | Modifies for compact pagination component styles. |
1540
- | `.pf-m-static` | `.pf-v5-c-pagination.pf-m-bottom` | Modifies bottom pagination to not be positioned sticky on summary. |
1541
- | `.pf-m-sticky` | `.pf-v5-c-pagination` | Modifies the pagination to be sticky to its container. It will be sticky to the top of the container by default, and sticky to the bottom of the container when applied to `.pf-v5-c-pagination.pf-m-bottom`. |
1542
- | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v5-c-pagination` | Modifies pagination horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1543
- | `.pf-m-page-insets` | `.pf-v5-c-pagination` | Modifies the pagination component padding/inset to visually match padding of page elements. |
1544
- | `.pf-m-first` | `.pf-v5-c-pagination__nav-control` | Indicates the control is for the first page button. |
1545
- | `.pf-m-prev` | `.pf-v5-c-pagination__nav-control` | Indicates the control is for the previous page button. |
1546
- | `.pf-m-next` | `.pf-v5-c-pagination__nav-control` | Indicates the control is for the next page button. |
1547
- | `.pf-m-last` | `.pf-v5-c-pagination__nav-control` | Indicates the control is for the last page button. |
1530
+ | `.pf-v6-c-pagination` | `<div>` | Initiates pagination. |
1531
+ | `.pf-v6-c-pagination__current` | `<div>` | Initiates element to display currently displayed items for use in responsive view. Only needed for default pagination, not `.pf-m-bottom`. |
1532
+ | `.pf-v6-c-pagination__total-items` | `<div>` | Initiates element to replace the options menu on summary. |
1533
+ | `.pf-v6-c-pagination__nav` | `<nav>` | Initiates pagination nav. |
1534
+ | `.pf-v6-c-pagination__nav-control` | `<div>` | Initiates pagination nav control. |
1535
+ | `.pf-v6-c-pagination__nav-page-select` | `<div>` | Initiates pagination nav page select. |
1536
+ | `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1537
+ | `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1538
+ | `.pf-m-bottom` | `.pf-v6-c-pagination` | Modifies for bottom pagination component styles. |
1539
+ | `.pf-m-compact` | `.pf-v6-c-pagination` | Modifies for compact pagination component styles. |
1540
+ | `.pf-m-static` | `.pf-v6-c-pagination.pf-m-bottom` | Modifies bottom pagination to not be positioned sticky on summary. |
1541
+ | `.pf-m-sticky` | `.pf-v6-c-pagination` | Modifies the pagination to be sticky to its container. It will be sticky to the top of the container by default, and sticky to the bottom of the container when applied to `.pf-v6-c-pagination.pf-m-bottom`. |
1542
+ | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies pagination horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1543
+ | `.pf-m-page-insets` | `.pf-v6-c-pagination` | Modifies the pagination component padding/inset to visually match padding of page elements. |
1544
+ | `.pf-m-first` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the first page button. |
1545
+ | `.pf-m-prev` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the previous page button. |
1546
+ | `.pf-m-next` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the next page button. |
1547
+ | `.pf-m-last` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the last page button. |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: 'Panel'
3
3
  section: components
4
- cssPrefix: pf-v5-c-panel
4
+ cssPrefix: pf-v6-c-panel
5
5
  ---## Examples
6
6
 
7
7
  ### Basic
@@ -163,12 +163,12 @@ cssPrefix: pf-v5-c-panel
163
163
 
164
164
  | Class | Applied to | Outcome |
165
165
  | -- | -- | -- |
166
- | `.pf-v5-c-panel` | `<div>` | Initiates the panel. **Required** |
167
- | `.pf-v5-c-panel__header` | `<div>` | Initiates the panel header. |
168
- | `.pf-v5-c-panel__main` | `<div>` | Initiates the panel main content. |
169
- | `.pf-v5-c-panel__main-body` | `<div>` | Initiates a panel content body container. |
170
- | `.pf-v5-c-panel__footer` | `<div>` | Initiates the panel footer. |
171
- | `.pf-m-bordered` | `.pf-v5-c-panel` | Modifies the panel for bordered styles. |
172
- | `.pf-m-raised` | `.pf-v5-c-panel` | Modifies the panel for raised styles. |
173
- | `.pf-m-scrollable` | `.pf-v5-c-panel` | Modifies the panel for scrollable styles. |
174
- | `.pf-m-secondary` | `.pf-v5-c-panel` | Modifies the panel for secondary styles. |
166
+ | `.pf-v6-c-panel` | `<div>` | Initiates the panel. **Required** |
167
+ | `.pf-v6-c-panel__header` | `<div>` | Initiates the panel header. |
168
+ | `.pf-v6-c-panel__main` | `<div>` | Initiates the panel main content. |
169
+ | `.pf-v6-c-panel__main-body` | `<div>` | Initiates a panel content body container. |
170
+ | `.pf-v6-c-panel__footer` | `<div>` | Initiates the panel footer. |
171
+ | `.pf-m-bordered` | `.pf-v6-c-panel` | Modifies the panel for bordered styles. |
172
+ | `.pf-m-raised` | `.pf-v6-c-panel` | Modifies the panel for raised styles. |
173
+ | `.pf-m-scrollable` | `.pf-v6-c-panel` | Modifies the panel for scrollable styles. |
174
+ | `.pf-m-secondary` | `.pf-v6-c-panel` | Modifies the panel for secondary styles. |