@patternfly/patternfly 6.0.0-alpha.98 → 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 (166) 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 +4 -4
  8. package/components/MenuToggle/menu-toggle.scss +4 -4
  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 +45 -165
  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 +34 -106
  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 +68 -200
  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/AboutModal/examples/AboutModal.md +4 -52
  120. package/docs/demos/Alert/examples/Alert.md +12 -156
  121. package/docs/demos/BackToTop/examples/BackToTop.md +4 -52
  122. package/docs/demos/Banner/examples/Banner.md +9 -105
  123. package/docs/demos/Card/examples/Card.md +12 -19
  124. package/docs/demos/CardView/examples/CardView.md +5 -65
  125. package/docs/demos/ContextSelector/examples/ContextSelector.md +12 -156
  126. package/docs/demos/Dashboard/examples/Dashboard.md +4 -52
  127. package/docs/demos/DataList/examples/DataList.md +200 -553
  128. package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -156
  129. package/docs/demos/Drawer/examples/Drawer.md +20 -260
  130. package/docs/demos/JumpLinks/examples/JumpLinks.md +24 -312
  131. package/docs/demos/Masthead/examples/Masthead.md +23 -255
  132. package/docs/demos/Modal/examples/Modal.md +24 -312
  133. package/docs/demos/Nav/examples/Nav.md +69 -461
  134. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +20 -260
  135. package/docs/demos/Page/examples/Page.md +39 -505
  136. package/docs/demos/Page/examples/Penta.md +120 -53
  137. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -455
  138. package/docs/demos/Skeleton/examples/Skeleton.md +4 -52
  139. package/docs/demos/Table/examples/Table.md +1598 -6045
  140. package/docs/demos/Tabs/examples/Tabs.md +143 -499
  141. package/docs/demos/Toolbar/examples/Toolbar.md +245 -925
  142. package/docs/demos/Wizard/examples/Wizard.md +36 -468
  143. package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
  144. package/docs/layouts/Flex/examples/Flex.md +76 -76
  145. package/docs/layouts/Gallery/examples/Gallery.md +6 -6
  146. package/docs/layouts/Grid/examples/Grid.md +8 -8
  147. package/docs/layouts/Level/examples/Level.md +4 -4
  148. package/docs/layouts/Split/examples/Split.md +6 -6
  149. package/docs/layouts/Stack/examples/Stack.md +5 -5
  150. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  151. package/docs/utilities/Alignment/examples/Alignment.md +4 -4
  152. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
  153. package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
  154. package/docs/utilities/Display/examples/Display.md +9 -9
  155. package/docs/utilities/Flex/examples/Flex.md +32 -32
  156. package/docs/utilities/Float/examples/Float.md +2 -2
  157. package/docs/utilities/Sizing/examples/Sizing.md +41 -41
  158. package/docs/utilities/Spacing/examples/Spacing.md +11 -11
  159. package/docs/utilities/Text/examples/Text.md +28 -28
  160. package/package.json +2 -1
  161. package/patternfly-no-globals.css +347 -463
  162. package/patternfly-theme-dark-unversioned.css +347 -463
  163. package/patternfly.css +347 -463
  164. package/patternfly.min.css +1 -1
  165. package/patternfly.min.css.map +1 -1
  166. package/components/Table/themes/dark/table.scss +0 -16
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: 'Log viewer'
3
3
  section: extensions
4
- cssPrefix: pf-v5-c-log-viewer
4
+ cssPrefix: pf-v6-c-log-viewer
5
5
  ---import './LogViewer.css';
6
6
 
7
7
  ## Examples
@@ -11,7 +11,7 @@ cssPrefix: pf-v5-c-log-viewer
11
11
  ```html
12
12
  <div
13
13
  class="pf-v6-c-log-viewer"
14
- style="--pf-v5-c-log-viewer__index--Width: 75px"
14
+ style="--pf-v6-c-log-viewer__index--Width: 75px"
15
15
  tabindex="0"
16
16
  role="region"
17
17
  aria-label="Basic log viewer"
@@ -89,19 +89,7 @@ cssPrefix: pf-v5-c-log-viewer
89
89
  aria-controls="log-viewer-basic-example-toolbar-expandable-content"
90
90
  >
91
91
  <span class="pf-v6-c-menu-toggle__icon">
92
- <svg
93
- class="pf-v5-svg"
94
- viewBox="0 0 192 512"
95
- fill="currentColor"
96
- aria-hidden="true"
97
- role="img"
98
- width="1em"
99
- height="1em"
100
- >
101
- <path
102
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
103
- />
104
- </svg>
92
+ <i class="fas fa-search" aria-hidden="true"></i>
105
93
  </span>
106
94
  </button>
107
95
  </div>
@@ -673,19 +661,7 @@ cssPrefix: pf-v5-c-log-viewer
673
661
  aria-controls="log-viewer-line-number-example-toolbar-expandable-content"
674
662
  >
675
663
  <span class="pf-v6-c-menu-toggle__icon">
676
- <svg
677
- class="pf-v5-svg"
678
- viewBox="0 0 192 512"
679
- fill="currentColor"
680
- aria-hidden="true"
681
- role="img"
682
- width="1em"
683
- height="1em"
684
- >
685
- <path
686
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
687
- />
688
- </svg>
664
+ <i class="fas fa-search" aria-hidden="true"></i>
689
665
  </span>
690
666
  </button>
691
667
  </div>
@@ -1179,7 +1155,7 @@ cssPrefix: pf-v5-c-log-viewer
1179
1155
  ```html
1180
1156
  <div
1181
1157
  class="pf-v6-c-log-viewer pf-m-line-numbers pf-m-line-number-chars"
1182
- style="--pf-v5-c-log-viewer--line-number-chars: 6"
1158
+ style="--pf-v6-c-log-viewer--line-number-chars: 6"
1183
1159
  tabindex="0"
1184
1160
  role="region"
1185
1161
  aria-label="Log viewer with line numbers"
@@ -1257,19 +1233,7 @@ cssPrefix: pf-v5-c-log-viewer
1257
1233
  aria-controls="log-viewer-line-number-chars-example-toolbar-expandable-content"
1258
1234
  >
1259
1235
  <span class="pf-v6-c-menu-toggle__icon">
1260
- <svg
1261
- class="pf-v5-svg"
1262
- viewBox="0 0 192 512"
1263
- fill="currentColor"
1264
- aria-hidden="true"
1265
- role="img"
1266
- width="1em"
1267
- height="1em"
1268
- >
1269
- <path
1270
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1271
- />
1272
- </svg>
1236
+ <i class="fas fa-search" aria-hidden="true"></i>
1273
1237
  </span>
1274
1238
  </button>
1275
1239
  </div>
@@ -1763,7 +1727,7 @@ cssPrefix: pf-v5-c-log-viewer
1763
1727
  ```html
1764
1728
  <div
1765
1729
  class="pf-v6-c-log-viewer pf-m-line-numbers pf-m-wrap-text"
1766
- style="--pf-v5-c-log-viewer__index--Width: 75px"
1730
+ style="--pf-v6-c-log-viewer__index--Width: 75px"
1767
1731
  tabindex="0"
1768
1732
  role="region"
1769
1733
  aria-label="Log viewer with text wrapping"
@@ -1841,19 +1805,7 @@ cssPrefix: pf-v5-c-log-viewer
1841
1805
  aria-controls="log-viewer-text-wrap-example-toolbar-expandable-content"
1842
1806
  >
1843
1807
  <span class="pf-v6-c-menu-toggle__icon">
1844
- <svg
1845
- class="pf-v5-svg"
1846
- viewBox="0 0 192 512"
1847
- fill="currentColor"
1848
- aria-hidden="true"
1849
- role="img"
1850
- width="1em"
1851
- height="1em"
1852
- >
1853
- <path
1854
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1855
- />
1856
- </svg>
1808
+ <i class="fas fa-search" aria-hidden="true"></i>
1857
1809
  </span>
1858
1810
  </button>
1859
1811
  </div>
@@ -2347,7 +2299,7 @@ cssPrefix: pf-v5-c-log-viewer
2347
2299
  ```html
2348
2300
  <div
2349
2301
  class="pf-v6-c-log-viewer pf-m-line-numbers pf-m-nowrap"
2350
- style="--pf-v5-c-log-viewer__index--Width: 75px"
2302
+ style="--pf-v6-c-log-viewer__index--Width: 75px"
2351
2303
  tabindex="0"
2352
2304
  role="region"
2353
2305
  aria-label="Log viewer without text wrapping"
@@ -2425,19 +2377,7 @@ cssPrefix: pf-v5-c-log-viewer
2425
2377
  aria-controls="log-viewer-text-nowrap-example-toolbar-expandable-content"
2426
2378
  >
2427
2379
  <span class="pf-v6-c-menu-toggle__icon">
2428
- <svg
2429
- class="pf-v5-svg"
2430
- viewBox="0 0 192 512"
2431
- fill="currentColor"
2432
- aria-hidden="true"
2433
- role="img"
2434
- width="1em"
2435
- height="1em"
2436
- >
2437
- <path
2438
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2439
- />
2440
- </svg>
2380
+ <i class="fas fa-search" aria-hidden="true"></i>
2441
2381
  </span>
2442
2382
  </button>
2443
2383
  </div>
@@ -2931,7 +2871,7 @@ cssPrefix: pf-v5-c-log-viewer
2931
2871
  ```html
2932
2872
  <div
2933
2873
  class="pf-v6-c-log-viewer pf-m-line-numbers"
2934
- style="--pf-v5-c-log-viewer__index--Width: 75px;"
2874
+ style="--pf-v6-c-log-viewer__index--Width: 75px;"
2935
2875
  tabindex="0"
2936
2876
  role="region"
2937
2877
  aria-label="Log viewer with search results"
@@ -3009,19 +2949,7 @@ cssPrefix: pf-v5-c-log-viewer
3009
2949
  aria-controls="log-viewer-search-results-example-toolbar-expandable-content"
3010
2950
  >
3011
2951
  <span class="pf-v6-c-menu-toggle__icon">
3012
- <svg
3013
- class="pf-v5-svg"
3014
- viewBox="0 0 192 512"
3015
- fill="currentColor"
3016
- aria-hidden="true"
3017
- role="img"
3018
- width="1em"
3019
- height="1em"
3020
- >
3021
- <path
3022
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
3023
- />
3024
- </svg>
2952
+ <i class="fas fa-search" aria-hidden="true"></i>
3025
2953
  </span>
3026
2954
  </button>
3027
2955
  </div>
@@ -3585,7 +3513,7 @@ cssPrefix: pf-v5-c-log-viewer
3585
3513
  ```html
3586
3514
  <div
3587
3515
  class="pf-v6-c-log-viewer pf-m-line-numbers"
3588
- style="--pf-v5-c-log-viewer__index--Width: 75px; --pf-v5-c-log-viewer--MaxHeight: 300px;"
3516
+ style="--pf-v6-c-log-viewer__index--Width: 75px; --pf-v6-c-log-viewer--MaxHeight: 300px;"
3589
3517
  tabindex="0"
3590
3518
  role="region"
3591
3519
  aria-label="Log viewer with max height"
@@ -3663,19 +3591,7 @@ cssPrefix: pf-v5-c-log-viewer
3663
3591
  aria-controls="log-viewer-max-height-example-toolbar-expandable-content"
3664
3592
  >
3665
3593
  <span class="pf-v6-c-menu-toggle__icon">
3666
- <svg
3667
- class="pf-v5-svg"
3668
- viewBox="0 0 192 512"
3669
- fill="currentColor"
3670
- aria-hidden="true"
3671
- role="img"
3672
- width="1em"
3673
- height="1em"
3674
- >
3675
- <path
3676
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
3677
- />
3678
- </svg>
3594
+ <i class="fas fa-search" aria-hidden="true"></i>
3679
3595
  </span>
3680
3596
  </button>
3681
3597
  </div>
@@ -4169,7 +4085,7 @@ cssPrefix: pf-v5-c-log-viewer
4169
4085
  ```html
4170
4086
  <div
4171
4087
  class="pf-v6-c-log-viewer pf-m-line-numbers"
4172
- style="--pf-v5-c-log-viewer__index--Width: 75px"
4088
+ style="--pf-v6-c-log-viewer__index--Width: 75px"
4173
4089
  tabindex="0"
4174
4090
  role="region"
4175
4091
  aria-label="Log viewer with dropdown, drilldown, search expanded"
@@ -4247,19 +4163,7 @@ cssPrefix: pf-v5-c-log-viewer
4247
4163
  aria-controls="log-viewer-dropdowns-expanded-example-toolbar-expandable-content"
4248
4164
  >
4249
4165
  <span class="pf-v6-c-menu-toggle__icon">
4250
- <svg
4251
- class="pf-v5-svg"
4252
- viewBox="0 0 192 512"
4253
- fill="currentColor"
4254
- aria-hidden="true"
4255
- role="img"
4256
- width="1em"
4257
- height="1em"
4258
- >
4259
- <path
4260
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
4261
- />
4262
- </svg>
4166
+ <i class="fas fa-search" aria-hidden="true"></i>
4263
4167
  </span>
4264
4168
  </button>
4265
4169
  </div>
@@ -4751,7 +4655,7 @@ cssPrefix: pf-v5-c-log-viewer
4751
4655
  ```html
4752
4656
  <div
4753
4657
  class="pf-v6-c-log-viewer pf-m-line-numbers"
4754
- style="--pf-v5-c-log-viewer__index--Width: 75px"
4658
+ style="--pf-v6-c-log-viewer__index--Width: 75px"
4755
4659
  tabindex="0"
4756
4660
  role="region"
4757
4661
  aria-label="Log viewer with popover open"
@@ -4829,19 +4733,7 @@ cssPrefix: pf-v5-c-log-viewer
4829
4733
  aria-controls="log-viewer-popover-expanded-example-toolbar-expandable-content"
4830
4734
  >
4831
4735
  <span class="pf-v6-c-menu-toggle__icon">
4832
- <svg
4833
- class="pf-v5-svg"
4834
- viewBox="0 0 192 512"
4835
- fill="currentColor"
4836
- aria-hidden="true"
4837
- role="img"
4838
- width="1em"
4839
- height="1em"
4840
- >
4841
- <path
4842
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
4843
- />
4844
- </svg>
4736
+ <i class="fas fa-search" aria-hidden="true"></i>
4845
4737
  </span>
4846
4738
  </button>
4847
4739
  </div>
@@ -5368,7 +5260,7 @@ cssPrefix: pf-v5-c-log-viewer
5368
5260
  ```html
5369
5261
  <div
5370
5262
  class="pf-v6-c-log-viewer pf-m-line-numbers pf-m-dark"
5371
- style="--pf-v5-c-log-viewer__index--Width: 75px"
5263
+ style="--pf-v6-c-log-viewer__index--Width: 75px"
5372
5264
  tabindex="0"
5373
5265
  role="region"
5374
5266
  aria-label="Dark log viewer"
@@ -5446,19 +5338,7 @@ cssPrefix: pf-v5-c-log-viewer
5446
5338
  aria-controls="log-viewer-dark-example-toolbar-expandable-content"
5447
5339
  >
5448
5340
  <span class="pf-v6-c-menu-toggle__icon">
5449
- <svg
5450
- class="pf-v5-svg"
5451
- viewBox="0 0 192 512"
5452
- fill="currentColor"
5453
- aria-hidden="true"
5454
- role="img"
5455
- width="1em"
5456
- height="1em"
5457
- >
5458
- <path
5459
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
5460
- />
5461
- </svg>
5341
+ <i class="fas fa-search" aria-hidden="true"></i>
5462
5342
  </span>
5463
5343
  </button>
5464
5344
  </div>
@@ -6024,33 +5904,33 @@ cssPrefix: pf-v5-c-log-viewer
6024
5904
 
6025
5905
  | Attribute | Applied | Outcome |
6026
5906
  | -- | -- | -- |
6027
- | `aria-label="Log viewer"` | `.pf-v5-c-log-viewer` | Provides an accessible label for the log viewer. |
6028
- | `role="log"` | `.pf-v5-c-log-viewer__main` | Identifies an element that creates a live region where new information is added in a meaningful order and old information may disappear. **Required** |
6029
- | `aria-live="polite"` | `.pf-v5-c-log-viewer__list` | Allows assistive technologies to automatically read new content within the aria-live region on the place where the text is displayed. |
6030
- | `aria-atomic="true"` | `.pf-v5-c-log-viewer__list` | Allows assistive technologies to notify a user when log messages are added. |
6031
- | `tabindex="0"` | `.pf-v5-c-log-viewer`, `.pf-v5-c-log-viewer__list` | Inserts the element into the tab order of the page so that it is focusable. **Required** |
6032
- | `aria-hidden="true"` | `.pf-v5-c-log-viewer__index` | Hides an index from assistive technologies. |
5907
+ | `aria-label="Log viewer"` | `.pf-v6-c-log-viewer` | Provides an accessible label for the log viewer. |
5908
+ | `role="log"` | `.pf-v6-c-log-viewer__main` | Identifies an element that creates a live region where new information is added in a meaningful order and old information may disappear. **Required** |
5909
+ | `aria-live="polite"` | `.pf-v6-c-log-viewer__list` | Allows assistive technologies to automatically read new content within the aria-live region on the place where the text is displayed. |
5910
+ | `aria-atomic="true"` | `.pf-v6-c-log-viewer__list` | Allows assistive technologies to notify a user when log messages are added. |
5911
+ | `tabindex="0"` | `.pf-v6-c-log-viewer`, `.pf-v6-c-log-viewer__list` | Inserts the element into the tab order of the page so that it is focusable. **Required** |
5912
+ | `aria-hidden="true"` | `.pf-v6-c-log-viewer__index` | Hides an index from assistive technologies. |
6033
5913
 
6034
5914
  ### Usage
6035
5915
 
6036
5916
  | Class | Applied to | Outcome |
6037
5917
  | -- | -- | -- |
6038
- | `.pf-v5-c-log-viewer` | `<div>` | Initiates a log viewer. **Required** |
6039
- | `.pf-v5-c-log-viewer__header` | `<div>` | Initiates the header container for a log viewer. **Required** |
6040
- | `.pf-v5-c-log-viewer__main` | `<div>` | Initiates the main container for a log viewer. **Required** |
6041
- | `.pf-v5-c-log-viewer__scroll-container` | `<div>` | Initiates the scroll container for a log viewer. **Required** |
6042
- | `.pf-v5-c-log-viewer__list` | `<ul>` | Initiates the log viewer list. **Required** |
6043
- | `.pf-v5-c-log-viewer__list-item` | `<li>` | Initiates a log viewer list item. **Required** |
6044
- | `.pf-v5-c-log-viewer__index` | `<span>` | Initiates a log viewer index element. **Required for numbered list** |
6045
- | `.pf-v5-c-log-viewer__text` | `<div>` | Initiates a log viewer text element. **Required** |
6046
- | `.pf-v5-c-log-viewer__string` | `<span>` | Initiates a log viewer string element. |
6047
- | `.pf-v5-c-log-viewer__timestamp` | `<div>` | Initiates a log viewer text element. **Required** |
6048
- | `.pf-m-wrap-text` | `.pf-v5-c-log-viewer` | Modifies the log viewer text to wrap. |
6049
- | `.pf-m-nowrap` | `.pf-v5-c-log-viewer` | Modifies the log viewer text to not wrap. |
6050
- | `.pf-m-line-numbers` | `.pf-v5-c-log-viewer` | Modifies the log viewer to display line numbers. |
6051
- | `.pf-m-line-number-chars` | `.pf-v5-c-log-viewer` | Modifies the log viewer allow for a custom line number column size. Use with `--pf-v5-c-log-viewer--line-number-chars`. |
6052
- | `.pf-m-dark` | `.pf-v5-c-log-viewer` | Modifies the log viewer content for dark theme. |
6053
- | `.pf-m-match` | `.pf-v5-c-log-viewer__string` | Indicates a string is a search result. |
6054
- | `.pf-m-current` | `.pf-v5-c-log-viewer__string` | Indicates a string is the current search result. |
6055
- | `--pf-v5-c-log-viewer--line-number-chars` | `.pf-v5-c-log-viewer` | With a number passed as the value, modifies the width of the line number column to show the specified number of characters. |
6056
- | `--pf-v5-c-log-viewer--MaxHeight{-on-[breakpoint]}: {height}` | `.pf-v5-c-log-viewer` | Modifies the height value of a log viewer at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
5918
+ | `.pf-v6-c-log-viewer` | `<div>` | Initiates a log viewer. **Required** |
5919
+ | `.pf-v6-c-log-viewer__header` | `<div>` | Initiates the header container for a log viewer. **Required** |
5920
+ | `.pf-v6-c-log-viewer__main` | `<div>` | Initiates the main container for a log viewer. **Required** |
5921
+ | `.pf-v6-c-log-viewer__scroll-container` | `<div>` | Initiates the scroll container for a log viewer. **Required** |
5922
+ | `.pf-v6-c-log-viewer__list` | `<ul>` | Initiates the log viewer list. **Required** |
5923
+ | `.pf-v6-c-log-viewer__list-item` | `<li>` | Initiates a log viewer list item. **Required** |
5924
+ | `.pf-v6-c-log-viewer__index` | `<span>` | Initiates a log viewer index element. **Required for numbered list** |
5925
+ | `.pf-v6-c-log-viewer__text` | `<div>` | Initiates a log viewer text element. **Required** |
5926
+ | `.pf-v6-c-log-viewer__string` | `<span>` | Initiates a log viewer string element. |
5927
+ | `.pf-v6-c-log-viewer__timestamp` | `<div>` | Initiates a log viewer text element. **Required** |
5928
+ | `.pf-m-wrap-text` | `.pf-v6-c-log-viewer` | Modifies the log viewer text to wrap. |
5929
+ | `.pf-m-nowrap` | `.pf-v6-c-log-viewer` | Modifies the log viewer text to not wrap. |
5930
+ | `.pf-m-line-numbers` | `.pf-v6-c-log-viewer` | Modifies the log viewer to display line numbers. |
5931
+ | `.pf-m-line-number-chars` | `.pf-v6-c-log-viewer` | Modifies the log viewer allow for a custom line number column size. Use with `--pf-v6-c-log-viewer--line-number-chars`. |
5932
+ | `.pf-m-dark` | `.pf-v6-c-log-viewer` | Modifies the log viewer content for dark theme. |
5933
+ | `.pf-m-match` | `.pf-v6-c-log-viewer__string` | Indicates a string is a search result. |
5934
+ | `.pf-m-current` | `.pf-v6-c-log-viewer__string` | Indicates a string is the current search result. |
5935
+ | `--pf-v6-c-log-viewer--line-number-chars` | `.pf-v6-c-log-viewer` | With a number passed as the value, modifies the width of the line number column to show the specified number of characters. |
5936
+ | `--pf-v6-c-log-viewer--MaxHeight{-on-[breakpoint]}: {height}` | `.pf-v6-c-log-viewer` | Modifies the height value of a log viewer at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Login page
3
3
  section: components
4
- cssPrefix: pf-v5-c-login
4
+ cssPrefix: pf-v6-c-login
5
5
  wrapperTag: div
6
6
  ---## Examples
7
7
 
@@ -1200,23 +1200,23 @@ wrapperTag: div
1200
1200
 
1201
1201
  | Class | Applied to | Outcome |
1202
1202
  | -- | -- | -- |
1203
- | `.pf-v5-c-login` | `<div>` | Initializes the login component. **Required**|
1204
- | `.pf-v5-c-login__container` | `<div>` | Positions the login component content. **Required**|
1205
- | `.pf-v5-c-login__header` | `<header>` | Positions the login header. **Required**|
1206
- | `.pf-v5-c-login__header .pf-v5-c-brand` | `<img>` | Creates a brand image inside of login header. **Required** |
1207
- | `.pf-v5-c-login__main` | `<main>` | Positions the login main area. **Required** |
1208
- | `.pf-v5-c-login__main-header` | `<header>` | Creates the header of the main area. **Required** |
1209
- | `.pf-v5-c-login__main-header .pf-v5-c-title` | `<h1>,<h2>,<h3>,<h4>,<h5>,<h6>` | Creates a title in the main header area. **Required** |
1210
- | `.pf-v5-c-login__main-header-desc` | `<p>` | Creates the description in the main area header. |
1211
- | `.pf-v5-c-login__main-header-utilities` | `<div>` | Creates a utilities section in the main header area. **Note:** For use with a language selector menu. |
1212
- | `.pf-v5-c-login__main-body` | `<div>` | Creates the body of the main area. **Required** |
1213
- | `.pf-v5-c-login__main-body .pf-v5-c-form` | `<form>` | Creates the login form in the main body area. **Required**|
1214
- | `.pf-v5-c-login__main-body .pf-v5-c-form .pf-v5-c-form-helper-text` | `<form>` | Creates the error messages shown when the form has errors. When not active, apply `.pf-m-hidden`. **Required** |
1215
- | `.pf-v5-c-login__main-footer` | `<footer>` | Creates the footer of the main area. **Required** |
1216
- | `.pf-v5-c-login__main-footer-links` | `<ul>` | Creates a list of links in the main footer. **Required** |
1217
- | `.pf-v5-c-login__main-footer-links-item` | `<li>` | Creates proper spacing for links in the main footer. **Required** |
1218
- | `.pf-v5-c-login__main-footer-links-item-link` | `<a>` | Creates link in links list in footer. **Required** |
1219
- | `.pf-v5-c-login__main-footer-band` | `<div>` | Styles a band in the footer. |
1220
- | `.pf-v5-c-login__main-footer-band-item` | `<p>` | Adds information to the band in the footer. |
1221
- | `.pf-v5-c-login__footer` | `<footer>` | Positions the login footer. **Required** |
1222
- | `.pf-v5-c-login__footer .pf-v5-c-list` | `<ul>` | Creates a list of links in the login footer. **Required** |
1203
+ | `.pf-v6-c-login` | `<div>` | Initializes the login component. **Required**|
1204
+ | `.pf-v6-c-login__container` | `<div>` | Positions the login component content. **Required**|
1205
+ | `.pf-v6-c-login__header` | `<header>` | Positions the login header. **Required**|
1206
+ | `.pf-v6-c-login__header .pf-v6-c-brand` | `<img>` | Creates a brand image inside of login header. **Required** |
1207
+ | `.pf-v6-c-login__main` | `<main>` | Positions the login main area. **Required** |
1208
+ | `.pf-v6-c-login__main-header` | `<header>` | Creates the header of the main area. **Required** |
1209
+ | `.pf-v6-c-login__main-header .pf-v6-c-title` | `<h1>,<h2>,<h3>,<h4>,<h5>,<h6>` | Creates a title in the main header area. **Required** |
1210
+ | `.pf-v6-c-login__main-header-desc` | `<p>` | Creates the description in the main area header. |
1211
+ | `.pf-v6-c-login__main-header-utilities` | `<div>` | Creates a utilities section in the main header area. **Note:** For use with a language selector menu. |
1212
+ | `.pf-v6-c-login__main-body` | `<div>` | Creates the body of the main area. **Required** |
1213
+ | `.pf-v6-c-login__main-body .pf-v6-c-form` | `<form>` | Creates the login form in the main body area. **Required**|
1214
+ | `.pf-v6-c-login__main-body .pf-v6-c-form .pf-v6-c-form-helper-text` | `<form>` | Creates the error messages shown when the form has errors. When not active, apply `.pf-m-hidden`. **Required** |
1215
+ | `.pf-v6-c-login__main-footer` | `<footer>` | Creates the footer of the main area. **Required** |
1216
+ | `.pf-v6-c-login__main-footer-links` | `<ul>` | Creates a list of links in the main footer. **Required** |
1217
+ | `.pf-v6-c-login__main-footer-links-item` | `<li>` | Creates proper spacing for links in the main footer. **Required** |
1218
+ | `.pf-v6-c-login__main-footer-links-item-link` | `<a>` | Creates link in links list in footer. **Required** |
1219
+ | `.pf-v6-c-login__main-footer-band` | `<div>` | Styles a band in the footer. |
1220
+ | `.pf-v6-c-login__main-footer-band-item` | `<p>` | Adds information to the band in the footer. |
1221
+ | `.pf-v6-c-login__footer` | `<footer>` | Positions the login footer. **Required** |
1222
+ | `.pf-v6-c-login__footer .pf-v6-c-list` | `<ul>` | Creates a list of links in the login footer. **Required** |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: 'Masthead'
3
3
  section: components
4
- cssPrefix: pf-v5-c-masthead
4
+ cssPrefix: pf-v6-c-masthead
5
5
  ---## Examples
6
6
 
7
7
  ### Basic
@@ -582,9 +582,9 @@ cssPrefix: pf-v5-c-masthead
582
582
 
583
583
  | Class | Applied to | Outcome |
584
584
  | -- | -- | -- |
585
- | `.pf-v5-c-masthead` | `<header>` | Initiates the masthead component. **Required** |
586
- | `.pf-v5-c-masthead__main` | `<div>` | Initiates the masthead main component. **Required** |
587
- | `.pf-v5-c-masthead__toggle` | `<span>` | Initiates the masthead toggle component. |
588
- | `.pf-v5-c-masthead__brand` | `<a>, <div>` | Initiates the masthead content component. |
589
- | `.pf-v5-c-masthead__content` | `<div>` | Initiates the masthead content component. |
590
- | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v5-c-masthead` | Modifies masthead horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
585
+ | `.pf-v6-c-masthead` | `<header>` | Initiates the masthead component. **Required** |
586
+ | `.pf-v6-c-masthead__main` | `<div>` | Initiates the masthead main component. **Required** |
587
+ | `.pf-v6-c-masthead__toggle` | `<span>` | Initiates the masthead toggle component. |
588
+ | `.pf-v6-c-masthead__brand` | `<a>, <div>` | Initiates the masthead content component. |
589
+ | `.pf-v6-c-masthead__content` | `<div>` | Initiates the masthead content component. |
590
+ | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-masthead` | Modifies masthead horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
@@ -2,7 +2,7 @@
2
2
  id: Menu
3
3
  section: components
4
4
  subsection: menus
5
- cssPrefix: pf-v5-c-menu
5
+ cssPrefix: pf-v6-c-menu
6
6
  ---import './Menu.css'
7
7
 
8
8
  ## Examples
@@ -6367,67 +6367,67 @@ cssPrefix: pf-v5-c-menu
6367
6367
 
6368
6368
  | Attribute | Applied | Outcome |
6369
6369
  | -- | -- | -- |
6370
- | `role="menu"` | `.pf-v5-c-menu__list` | Declares `.pf-v5-c-menu__list` as a menu. |
6371
- | `disabled` | `button.pf-v5-c-menu__item` | When the menu item uses a button element, indicates that it is unavailable and removes it from keyboard focus. |
6372
- | `role="menuitem"` | `.pf-v5-c-menu__item`, `.pf-v5-c-menu__list-item` (checkbox) | Assigns `.pf-v5-c-menu__item` as an option in a set of choices contained by a menu. |
6373
- | `role="none"` | `.pf-v5-c-menu__list-item` | Removes semantic meaning from `.pf-v5-c-menu__list-item`. |
6374
- | `aria-disabled="true"` | `.pf-v5-c-menu__item` | Indicates to assistive technologies that the menu item is disabled, but still allows it to be focusable via keyboard. Additional click prevention may be required. |
6375
- | `tabindex="-1"` | `a.pf-v5-c-menu__item` | When the menu item uses a link element and has `aria-disabled="true"` passed in, removes it from keyboard focus. This is similar to passing `disabled` to a menu item that uses a button element. |
6376
- | `aria-hidden="true"` | `.pf-v5-c-menu__item-icon`, `.pf-v5-c-menu__item-action-icon`, `.pf-v5-c-menu__item-external-icon`, `.pf-v5-c-menu__item-toggle-icon`, `.pf-v5-c-menu__item-select-icon` | Hides the icon from assistive technologies. |
6377
- | `aria-label="Descriptive text"` | `.pf-v5-c-menu__item-action-icon` | There should always be descriptive text on an action icon because there is no visible descriptive text labelling the icon. |
6378
- | `aria-label="Not starred"` | `.pf-v5-c-menu__item-action-icon.pf-m-favorite` | Provides an accessible label indicating that the favorite action is not selected. |
6379
- | `aria-label="Starred"` | `.pf-v5-c-menu__item-action-icon.pf-m-favorite.pf-m-favorited` | Provides an accessible label indicating that the favorite action is selected. |
6370
+ | `role="menu"` | `.pf-v6-c-menu__list` | Declares `.pf-v6-c-menu__list` as a menu. |
6371
+ | `disabled` | `button.pf-v6-c-menu__item` | When the menu item uses a button element, indicates that it is unavailable and removes it from keyboard focus. |
6372
+ | `role="menuitem"` | `.pf-v6-c-menu__item`, `.pf-v6-c-menu__list-item` (checkbox) | Assigns `.pf-v6-c-menu__item` as an option in a set of choices contained by a menu. |
6373
+ | `role="none"` | `.pf-v6-c-menu__list-item` | Removes semantic meaning from `.pf-v6-c-menu__list-item`. |
6374
+ | `aria-disabled="true"` | `.pf-v6-c-menu__item` | Indicates to assistive technologies that the menu item is disabled, but still allows it to be focusable via keyboard. Additional click prevention may be required. |
6375
+ | `tabindex="-1"` | `a.pf-v6-c-menu__item` | When the menu item uses a link element and has `aria-disabled="true"` passed in, removes it from keyboard focus. This is similar to passing `disabled` to a menu item that uses a button element. |
6376
+ | `aria-hidden="true"` | `.pf-v6-c-menu__item-icon`, `.pf-v6-c-menu__item-action-icon`, `.pf-v6-c-menu__item-external-icon`, `.pf-v6-c-menu__item-toggle-icon`, `.pf-v6-c-menu__item-select-icon` | Hides the icon from assistive technologies. |
6377
+ | `aria-label="Descriptive text"` | `.pf-v6-c-menu__item-action-icon` | There should always be descriptive text on an action icon because there is no visible descriptive text labelling the icon. |
6378
+ | `aria-label="Not starred"` | `.pf-v6-c-menu__item-action-icon.pf-m-favorite` | Provides an accessible label indicating that the favorite action is not selected. |
6379
+ | `aria-label="Starred"` | `.pf-v6-c-menu__item-action-icon.pf-m-favorite.pf-m-favorited` | Provides an accessible label indicating that the favorite action is selected. |
6380
6380
 
6381
6381
  ### Usage
6382
6382
 
6383
6383
  | Class | Applied to | Outcome |
6384
6384
  | -- | -- | -- |
6385
- | `.pf-v5-c-menu` | `<div>` | Initiates the menu. **Required** |
6386
- | `.pf-v5-c-menu__header` | `<div>` | Initiates the menu header container. |
6387
- | `.pf-v5-c-menu__search` | `<div>` | Initiates the menu search container. Use for filtering. |
6388
- | `.pf-v5-c-menu__search-input` | `<div>` | Initiates the menu search input container. |
6389
- | `.pf-v5-c-menu__content` | `<div>` | Initiates the menu content. Use for lists. **Required** |
6390
- | `.pf-v5-c-menu__list` | `<ul>` | Initiates the menu list. **Required** |
6391
- | `.pf-v5-c-menu__list-item` | `<li>` | Initiates the menu list item. **Required** |
6392
- | `.pf-v5-c-menu__item` | `<button>`, `<a>`, `<div>`, `<label>` | Initiates the menu item. **Required** |
6393
- | `.pf-v5-c-menu__item-main` | `<span>` | Initiates the menu item main container. **Required** |
6394
- | `.pf-v5-c-menu__item-text` | `<span>` | Initiates the menu item text. **Required** |
6395
- | `.pf-v5-c-menu__item-check` | `<span>` | Initiates a menu label. |
6396
- | `.pf-v5-c-menu__item-description` | `<span>` | Initiates the menu item description. |
6397
- | `.pf-v5-c-menu__item-group` | `<section>` | Initiates the menu item group. |
6398
- | `.pf-v5-c-menu__item-group-title` | `<h1>` | Initiates the menu item group title. |
6399
- | `.pf-v5-c-menu__item-icon` | `<span>` | Initiates the menu item icon. |
6400
- | `.pf-v5-c-menu__item-toggle-icon` | `<span>` | Initiates the menu item toggle icon. |
6401
- | `.pf-v5-c-menu__item-select-icon` | `<span>` | Initiates the menu item select icon. |
6402
- | `.pf-v5-c-menu__item-action` | `<button>` | Initiates the menu item action. |
6403
- | `.pf-v5-c-menu__item-action-icon` | `<span>` | Initiates the menu item action icon. |
6404
- | `.pf-v5-c-menu__item-external-icon` | `<span>` | Initiates the menu item external icon. |
6405
- | `.pf-v5-c-menu__footer` | `<div>` | Initiates the menu footer. |
6406
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v5-c-menu__list`, `.pf-v5-c-menu__list-item`, `.pf-v5-c-menu__group` | Modifies a menu element to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
6407
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v5-c-menu__list`, `.pf-v5-c-menu__list-item`, `.pf-v5-c-menu__group` | Modifies a menu element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
6408
- | `.pf-m-favorite` | `.pf-v5-c-menu__item-action` | Modifies the menu item action to handle the favorite icon. |
6409
- | `.pf-m-favorited` | `.pf-v5-c-menu__item-action.pf-m-favorite` | Modifies the menu item action icon to be favorited. |
6410
- | `.pf-m-selected` | `.pf-v5-c-menu__item` | Modifies the menu item to be selected. |
6411
- | `.pf-m-drill-up` | `.pf-v5-c-menu__list-item` | Flags the menu item as a drill up button. |
6412
- | `.pf-m-flyout` | `.pf-v5-c-menu` | Modifies the menu so that all nested `.pf-v5-c-menu` elements "flyout". |
6413
- | `.pf-m-nav` | `.pf-v5-c-menu` | Modifies the menu for nav variant. |
6414
- | `.pf-m-top` | `.pf-v5-c-menu` | Modifies a flyout menu to expand to the top. |
6415
- | `.pf-m-left` | `.pf-v5-c-menu` | Modifies a flyout menu to expand to the left. |
6416
- | `.pf-m-plain` | `.pf-v5-c-menu` | Modifies the menu component for use in the page instead of as a dropdown. |
6417
- | `.pf-m-scrollable` | `.pf-v5-c-menu` | Modifies the menu component content for scrollable styles. Scrollable content height can be customized by setting `--pf-v5-c-menu__content--MaxHeight`. |
6418
- | `.pf-m-current` | `.pf-v5-c-menu__list-item` | Modifies a list item for current styles. |
6419
- | `.pf-m-load` | `.pf-v5-c-menu__list-item` | Modifies a list item for "load more" styles. |
6420
- | `.pf-m-loading` | `.pf-v5-c-menu__list-item` | Modifies a list item for loading styles. |
6421
- | `.pf-m-disabled` | `.pf-v5-c-menu__item` | Modifies a list item for disabled styling. |
6422
- | `.pf-m-aria-disabled` | `.pf-v5-c-menu__item` | Modifies a list item for aria-disabled styling. |
6423
- | `.pf-m-drilldown` | `.pf-v5-c-menu` | Modifies the menu so that all nested `.pf-v5-c-menu` elements "drill down". |
6424
- | `.pf-m-current-path` | `.pf-v5-c-menu.pf-m-drilldown .pf-v5-c-menu__list-item` | Modifies the menu list item for current path state. |
6425
- | `.pf-m-drilled-in` | `.pf-v5-c-menu.pf-m-drilldown, .pf-v5-c-menu.pf-m-drilldown .pf-v5-c-menu` | Modifies the menu list for drilled in state. |
6426
- | `.pf-m-static` | `.pf-v5-c-menu.pf-m-drilldown .pf-v5-c-menu` | Modifies the menu list for drilled static state. |
6427
- | `.pf-m-danger` | `.pf-v5-c-menu__item-text` | Modifies a list item for danger styles. |
6428
- | `--pf-v5-c-menu--Width: {width}` | `.pf-v5-c-menu` | Modifies the width of the menu. The default value is `auto`. |
6429
- | `--pf-v5-c-menu__content--MaxHeight: {height}` | `.pf-v5-c-menu__content` | Modifies the height of the menu content. Update this value when header and/or footer elements are intended to be fixed. |
6430
- | `--pf-v5-c-menu__content--Height: {height}` | `.pf-v5-c-menu` | Modifies the height of the drilldown menu content. The default value is `auto`. |
6431
- | `--pf-v5-c-menu--m-flyout__menu--top-offset` | `.pf-v5-c-menu` | Modifies the menu to allow for an offset to the top positioning. |
6432
- | `--pf-v5-c-menu--m-flyout__menu--left-offset` | `.pf-v5-c-menu` | Modifies the menu to allow for an offset to the left positioning. |
6433
- | `--pf-v5-c-menu--m-flyout__menu--m-left--right-offset` | `.pf-v5-c-menu.pf-m-flyout > .pf-v5-c-menu` | Modifies the menu to allow for an offset to the right positioning. |
6385
+ | `.pf-v6-c-menu` | `<div>` | Initiates the menu. **Required** |
6386
+ | `.pf-v6-c-menu__header` | `<div>` | Initiates the menu header container. |
6387
+ | `.pf-v6-c-menu__search` | `<div>` | Initiates the menu search container. Use for filtering. |
6388
+ | `.pf-v6-c-menu__search-input` | `<div>` | Initiates the menu search input container. |
6389
+ | `.pf-v6-c-menu__content` | `<div>` | Initiates the menu content. Use for lists. **Required** |
6390
+ | `.pf-v6-c-menu__list` | `<ul>` | Initiates the menu list. **Required** |
6391
+ | `.pf-v6-c-menu__list-item` | `<li>` | Initiates the menu list item. **Required** |
6392
+ | `.pf-v6-c-menu__item` | `<button>`, `<a>`, `<div>`, `<label>` | Initiates the menu item. **Required** |
6393
+ | `.pf-v6-c-menu__item-main` | `<span>` | Initiates the menu item main container. **Required** |
6394
+ | `.pf-v6-c-menu__item-text` | `<span>` | Initiates the menu item text. **Required** |
6395
+ | `.pf-v6-c-menu__item-check` | `<span>` | Initiates a menu label. |
6396
+ | `.pf-v6-c-menu__item-description` | `<span>` | Initiates the menu item description. |
6397
+ | `.pf-v6-c-menu__item-group` | `<section>` | Initiates the menu item group. |
6398
+ | `.pf-v6-c-menu__item-group-title` | `<h1>` | Initiates the menu item group title. |
6399
+ | `.pf-v6-c-menu__item-icon` | `<span>` | Initiates the menu item icon. |
6400
+ | `.pf-v6-c-menu__item-toggle-icon` | `<span>` | Initiates the menu item toggle icon. |
6401
+ | `.pf-v6-c-menu__item-select-icon` | `<span>` | Initiates the menu item select icon. |
6402
+ | `.pf-v6-c-menu__item-action` | `<button>` | Initiates the menu item action. |
6403
+ | `.pf-v6-c-menu__item-action-icon` | `<span>` | Initiates the menu item action icon. |
6404
+ | `.pf-v6-c-menu__item-external-icon` | `<span>` | Initiates the menu item external icon. |
6405
+ | `.pf-v6-c-menu__footer` | `<div>` | Initiates the menu footer. |
6406
+ | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
6407
+ | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
6408
+ | `.pf-m-favorite` | `.pf-v6-c-menu__item-action` | Modifies the menu item action to handle the favorite icon. |
6409
+ | `.pf-m-favorited` | `.pf-v6-c-menu__item-action.pf-m-favorite` | Modifies the menu item action icon to be favorited. |
6410
+ | `.pf-m-selected` | `.pf-v6-c-menu__item` | Modifies the menu item to be selected. |
6411
+ | `.pf-m-drill-up` | `.pf-v6-c-menu__list-item` | Flags the menu item as a drill up button. |
6412
+ | `.pf-m-flyout` | `.pf-v6-c-menu` | Modifies the menu so that all nested `.pf-v6-c-menu` elements "flyout". |
6413
+ | `.pf-m-nav` | `.pf-v6-c-menu` | Modifies the menu for nav variant. |
6414
+ | `.pf-m-top` | `.pf-v6-c-menu` | Modifies a flyout menu to expand to the top. |
6415
+ | `.pf-m-left` | `.pf-v6-c-menu` | Modifies a flyout menu to expand to the left. |
6416
+ | `.pf-m-plain` | `.pf-v6-c-menu` | Modifies the menu component for use in the page instead of as a dropdown. |
6417
+ | `.pf-m-scrollable` | `.pf-v6-c-menu` | Modifies the menu component content for scrollable styles. Scrollable content height can be customized by setting `--pf-v6-c-menu__content--MaxHeight`. |
6418
+ | `.pf-m-current` | `.pf-v6-c-menu__list-item` | Modifies a list item for current styles. |
6419
+ | `.pf-m-load` | `.pf-v6-c-menu__list-item` | Modifies a list item for "load more" styles. |
6420
+ | `.pf-m-loading` | `.pf-v6-c-menu__list-item` | Modifies a list item for loading styles. |
6421
+ | `.pf-m-disabled` | `.pf-v6-c-menu__item` | Modifies a list item for disabled styling. |
6422
+ | `.pf-m-aria-disabled` | `.pf-v6-c-menu__item` | Modifies a list item for aria-disabled styling. |
6423
+ | `.pf-m-drilldown` | `.pf-v6-c-menu` | Modifies the menu so that all nested `.pf-v6-c-menu` elements "drill down". |
6424
+ | `.pf-m-current-path` | `.pf-v6-c-menu.pf-m-drilldown .pf-v6-c-menu__list-item` | Modifies the menu list item for current path state. |
6425
+ | `.pf-m-drilled-in` | `.pf-v6-c-menu.pf-m-drilldown, .pf-v6-c-menu.pf-m-drilldown .pf-v6-c-menu` | Modifies the menu list for drilled in state. |
6426
+ | `.pf-m-static` | `.pf-v6-c-menu.pf-m-drilldown .pf-v6-c-menu` | Modifies the menu list for drilled static state. |
6427
+ | `.pf-m-danger` | `.pf-v6-c-menu__item-text` | Modifies a list item for danger styles. |
6428
+ | `--pf-v6-c-menu--Width: {width}` | `.pf-v6-c-menu` | Modifies the width of the menu. The default value is `auto`. |
6429
+ | `--pf-v6-c-menu__content--MaxHeight: {height}` | `.pf-v6-c-menu__content` | Modifies the height of the menu content. Update this value when header and/or footer elements are intended to be fixed. |
6430
+ | `--pf-v6-c-menu__content--Height: {height}` | `.pf-v6-c-menu` | Modifies the height of the drilldown menu content. The default value is `auto`. |
6431
+ | `--pf-v6-c-menu--m-flyout__menu--top-offset` | `.pf-v6-c-menu` | Modifies the menu to allow for an offset to the top positioning. |
6432
+ | `--pf-v6-c-menu--m-flyout__menu--left-offset` | `.pf-v6-c-menu` | Modifies the menu to allow for an offset to the left positioning. |
6433
+ | `--pf-v6-c-menu--m-flyout__menu--m-left--right-offset` | `.pf-v6-c-menu.pf-m-flyout > .pf-v6-c-menu` | Modifies the menu to allow for an offset to the right positioning. |