@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
@@ -148,19 +148,7 @@ section: components
148
148
  aria-label="Application launcher"
149
149
  >
150
150
  <span class="pf-v6-c-menu-toggle__icon">
151
- <svg
152
- class="pf-v5-svg"
153
- viewBox="0 0 192 512"
154
- fill="currentColor"
155
- aria-hidden="true"
156
- role="img"
157
- width="1em"
158
- height="1em"
159
- >
160
- <path
161
- 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"
162
- />
163
- </svg>
151
+ <i class="fas fa-th" aria-hidden="true"></i>
164
152
  </span>
165
153
  </button>
166
154
  </div>
@@ -172,19 +160,7 @@ section: components
172
160
  aria-label="Settings"
173
161
  >
174
162
  <span class="pf-v6-c-menu-toggle__icon">
175
- <svg
176
- class="pf-v5-svg"
177
- viewBox="0 0 192 512"
178
- fill="currentColor"
179
- aria-hidden="true"
180
- role="img"
181
- width="1em"
182
- height="1em"
183
- >
184
- <path
185
- 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"
186
- />
187
- </svg>
163
+ <i class="fas fa-cog" aria-hidden="true"></i>
188
164
  </span>
189
165
  </button>
190
166
  </div>
@@ -196,19 +172,7 @@ section: components
196
172
  aria-label="Help"
197
173
  >
198
174
  <span class="pf-v6-c-menu-toggle__icon">
199
- <svg
200
- class="pf-v5-svg"
201
- viewBox="0 0 192 512"
202
- fill="currentColor"
203
- aria-hidden="true"
204
- role="img"
205
- width="1em"
206
- height="1em"
207
- >
208
- <path
209
- 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"
210
- />
211
- </svg>
175
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
212
176
  </span>
213
177
  </button>
214
178
  </div>
@@ -221,19 +185,7 @@ section: components
221
185
  aria-label="Actions"
222
186
  >
223
187
  <span class="pf-v6-c-menu-toggle__icon">
224
- <svg
225
- class="pf-v5-svg"
226
- viewBox="0 0 192 512"
227
- fill="currentColor"
228
- aria-hidden="true"
229
- role="img"
230
- width="1em"
231
- height="1em"
232
- >
233
- <path
234
- 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"
235
- />
236
- </svg>
188
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
237
189
  </span>
238
190
  </button>
239
191
  </div>
@@ -509,19 +461,7 @@ section: components
509
461
  aria-label="Application launcher"
510
462
  >
511
463
  <span class="pf-v6-c-menu-toggle__icon">
512
- <svg
513
- class="pf-v5-svg"
514
- viewBox="0 0 192 512"
515
- fill="currentColor"
516
- aria-hidden="true"
517
- role="img"
518
- width="1em"
519
- height="1em"
520
- >
521
- <path
522
- 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"
523
- />
524
- </svg>
464
+ <i class="fas fa-th" aria-hidden="true"></i>
525
465
  </span>
526
466
  </button>
527
467
  </div>
@@ -533,19 +473,7 @@ section: components
533
473
  aria-label="Settings"
534
474
  >
535
475
  <span class="pf-v6-c-menu-toggle__icon">
536
- <svg
537
- class="pf-v5-svg"
538
- viewBox="0 0 192 512"
539
- fill="currentColor"
540
- aria-hidden="true"
541
- role="img"
542
- width="1em"
543
- height="1em"
544
- >
545
- <path
546
- 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"
547
- />
548
- </svg>
476
+ <i class="fas fa-cog" aria-hidden="true"></i>
549
477
  </span>
550
478
  </button>
551
479
  </div>
@@ -557,19 +485,7 @@ section: components
557
485
  aria-label="Help"
558
486
  >
559
487
  <span class="pf-v6-c-menu-toggle__icon">
560
- <svg
561
- class="pf-v5-svg"
562
- viewBox="0 0 192 512"
563
- fill="currentColor"
564
- aria-hidden="true"
565
- role="img"
566
- width="1em"
567
- height="1em"
568
- >
569
- <path
570
- 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"
571
- />
572
- </svg>
488
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
573
489
  </span>
574
490
  </button>
575
491
  </div>
@@ -582,19 +498,7 @@ section: components
582
498
  aria-label="Actions"
583
499
  >
584
500
  <span class="pf-v6-c-menu-toggle__icon">
585
- <svg
586
- class="pf-v5-svg"
587
- viewBox="0 0 192 512"
588
- fill="currentColor"
589
- aria-hidden="true"
590
- role="img"
591
- width="1em"
592
- height="1em"
593
- >
594
- <path
595
- 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"
596
- />
597
- </svg>
501
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
598
502
  </span>
599
503
  </button>
600
504
  </div>
@@ -894,19 +798,7 @@ section: components
894
798
  aria-label="Application launcher"
895
799
  >
896
800
  <span class="pf-v6-c-menu-toggle__icon">
897
- <svg
898
- class="pf-v5-svg"
899
- viewBox="0 0 192 512"
900
- fill="currentColor"
901
- aria-hidden="true"
902
- role="img"
903
- width="1em"
904
- height="1em"
905
- >
906
- <path
907
- 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"
908
- />
909
- </svg>
801
+ <i class="fas fa-th" aria-hidden="true"></i>
910
802
  </span>
911
803
  </button>
912
804
  </div>
@@ -918,19 +810,7 @@ section: components
918
810
  aria-label="Settings"
919
811
  >
920
812
  <span class="pf-v6-c-menu-toggle__icon">
921
- <svg
922
- class="pf-v5-svg"
923
- viewBox="0 0 192 512"
924
- fill="currentColor"
925
- aria-hidden="true"
926
- role="img"
927
- width="1em"
928
- height="1em"
929
- >
930
- <path
931
- 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"
932
- />
933
- </svg>
813
+ <i class="fas fa-cog" aria-hidden="true"></i>
934
814
  </span>
935
815
  </button>
936
816
  </div>
@@ -942,19 +822,7 @@ section: components
942
822
  aria-label="Help"
943
823
  >
944
824
  <span class="pf-v6-c-menu-toggle__icon">
945
- <svg
946
- class="pf-v5-svg"
947
- viewBox="0 0 192 512"
948
- fill="currentColor"
949
- aria-hidden="true"
950
- role="img"
951
- width="1em"
952
- height="1em"
953
- >
954
- <path
955
- 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"
956
- />
957
- </svg>
825
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
958
826
  </span>
959
827
  </button>
960
828
  </div>
@@ -967,19 +835,7 @@ section: components
967
835
  aria-label="Actions"
968
836
  >
969
837
  <span class="pf-v6-c-menu-toggle__icon">
970
- <svg
971
- class="pf-v5-svg"
972
- viewBox="0 0 192 512"
973
- fill="currentColor"
974
- aria-hidden="true"
975
- role="img"
976
- width="1em"
977
- height="1em"
978
- >
979
- <path
980
- 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"
981
- />
982
- </svg>
838
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
983
839
  </span>
984
840
  </button>
985
841
  </div>
@@ -1323,13 +1179,11 @@ section: components
1323
1179
  >
1324
1180
  <div class="pf-v6-c-nav__scroll-button">
1325
1181
  <button
1326
- class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
1182
+ class="pf-v6-c-button pf-m-plain"
1327
1183
  type="button"
1328
1184
  aria-label="Scroll start"
1329
1185
  >
1330
- <span class="pf-v6-c-button__icon">
1331
- <i class="fas fa-angle-left" aria-hidden="true"></i>
1332
- </span>
1186
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
1333
1187
  </button>
1334
1188
  </div>
1335
1189
  <ul class="pf-v6-c-nav__list" role="list">
@@ -1355,13 +1209,11 @@ section: components
1355
1209
  </ul>
1356
1210
  <div class="pf-v6-c-nav__scroll-button">
1357
1211
  <button
1358
- class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
1212
+ class="pf-v6-c-button pf-m-plain"
1359
1213
  type="button"
1360
1214
  aria-label="Scroll end"
1361
1215
  >
1362
- <span class="pf-v6-c-button__icon">
1363
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1364
- </span>
1216
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1365
1217
  </button>
1366
1218
  </div>
1367
1219
  </nav>
@@ -1380,19 +1232,7 @@ section: components
1380
1232
  aria-label="Application launcher"
1381
1233
  >
1382
1234
  <span class="pf-v6-c-menu-toggle__icon">
1383
- <svg
1384
- class="pf-v5-svg"
1385
- viewBox="0 0 192 512"
1386
- fill="currentColor"
1387
- aria-hidden="true"
1388
- role="img"
1389
- width="1em"
1390
- height="1em"
1391
- >
1392
- <path
1393
- 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"
1394
- />
1395
- </svg>
1235
+ <i class="fas fa-th" aria-hidden="true"></i>
1396
1236
  </span>
1397
1237
  </button>
1398
1238
  </div>
@@ -1404,19 +1244,7 @@ section: components
1404
1244
  aria-label="Settings"
1405
1245
  >
1406
1246
  <span class="pf-v6-c-menu-toggle__icon">
1407
- <svg
1408
- class="pf-v5-svg"
1409
- viewBox="0 0 192 512"
1410
- fill="currentColor"
1411
- aria-hidden="true"
1412
- role="img"
1413
- width="1em"
1414
- height="1em"
1415
- >
1416
- <path
1417
- 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"
1418
- />
1419
- </svg>
1247
+ <i class="fas fa-cog" aria-hidden="true"></i>
1420
1248
  </span>
1421
1249
  </button>
1422
1250
  </div>
@@ -1428,19 +1256,7 @@ section: components
1428
1256
  aria-label="Help"
1429
1257
  >
1430
1258
  <span class="pf-v6-c-menu-toggle__icon">
1431
- <svg
1432
- class="pf-v5-svg"
1433
- viewBox="0 0 192 512"
1434
- fill="currentColor"
1435
- aria-hidden="true"
1436
- role="img"
1437
- width="1em"
1438
- height="1em"
1439
- >
1440
- <path
1441
- 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"
1442
- />
1443
- </svg>
1259
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1444
1260
  </span>
1445
1261
  </button>
1446
1262
  </div>
@@ -1453,19 +1269,7 @@ section: components
1453
1269
  aria-label="Actions"
1454
1270
  >
1455
1271
  <span class="pf-v6-c-menu-toggle__icon">
1456
- <svg
1457
- class="pf-v5-svg"
1458
- viewBox="0 0 192 512"
1459
- fill="currentColor"
1460
- aria-hidden="true"
1461
- role="img"
1462
- width="1em"
1463
- height="1em"
1464
- >
1465
- <path
1466
- 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"
1467
- />
1468
- </svg>
1272
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1469
1273
  </span>
1470
1274
  </button>
1471
1275
  </div>
@@ -1710,19 +1514,7 @@ section: components
1710
1514
  aria-label="Application launcher"
1711
1515
  >
1712
1516
  <span class="pf-v6-c-menu-toggle__icon">
1713
- <svg
1714
- class="pf-v5-svg"
1715
- viewBox="0 0 192 512"
1716
- fill="currentColor"
1717
- aria-hidden="true"
1718
- role="img"
1719
- width="1em"
1720
- height="1em"
1721
- >
1722
- <path
1723
- 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"
1724
- />
1725
- </svg>
1517
+ <i class="fas fa-th" aria-hidden="true"></i>
1726
1518
  </span>
1727
1519
  </button>
1728
1520
  </div>
@@ -1734,19 +1526,7 @@ section: components
1734
1526
  aria-label="Settings"
1735
1527
  >
1736
1528
  <span class="pf-v6-c-menu-toggle__icon">
1737
- <svg
1738
- class="pf-v5-svg"
1739
- viewBox="0 0 192 512"
1740
- fill="currentColor"
1741
- aria-hidden="true"
1742
- role="img"
1743
- width="1em"
1744
- height="1em"
1745
- >
1746
- <path
1747
- 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"
1748
- />
1749
- </svg>
1529
+ <i class="fas fa-cog" aria-hidden="true"></i>
1750
1530
  </span>
1751
1531
  </button>
1752
1532
  </div>
@@ -1758,19 +1538,7 @@ section: components
1758
1538
  aria-label="Help"
1759
1539
  >
1760
1540
  <span class="pf-v6-c-menu-toggle__icon">
1761
- <svg
1762
- class="pf-v5-svg"
1763
- viewBox="0 0 192 512"
1764
- fill="currentColor"
1765
- aria-hidden="true"
1766
- role="img"
1767
- width="1em"
1768
- height="1em"
1769
- >
1770
- <path
1771
- 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"
1772
- />
1773
- </svg>
1541
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1774
1542
  </span>
1775
1543
  </button>
1776
1544
  </div>
@@ -1783,19 +1551,7 @@ section: components
1783
1551
  aria-label="Actions"
1784
1552
  >
1785
1553
  <span class="pf-v6-c-menu-toggle__icon">
1786
- <svg
1787
- class="pf-v5-svg"
1788
- viewBox="0 0 192 512"
1789
- fill="currentColor"
1790
- aria-hidden="true"
1791
- role="img"
1792
- width="1em"
1793
- height="1em"
1794
- >
1795
- <path
1796
- 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"
1797
- />
1798
- </svg>
1554
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1799
1555
  </span>
1800
1556
  </button>
1801
1557
  </div>
@@ -1809,108 +1565,28 @@ section: components
1809
1565
  <div class="pf-v6-c-page__sidebar-body">
1810
1566
  <nav
1811
1567
  class="pf-v6-c-nav"
1812
- id="nav-horizontal-subnav-example-expandable-nav"
1568
+ id="nav-horizontal-subnav-example-primary-nav"
1813
1569
  aria-label="Global"
1814
1570
  >
1815
1571
  <ul class="pf-v6-c-nav__list" role="list">
1816
- <li class="pf-v6-c-nav__item pf-m-expandable pf-m-expanded">
1817
- <button
1818
- class="pf-v6-c-nav__link"
1819
- aria-expanded="true"
1820
- id="nav-horizontal-subnav-example-expandable-nav-link1"
1821
- >
1822
- System panel
1823
- <span class="pf-v6-c-nav__toggle">
1824
- <span class="pf-v6-c-nav__toggle-icon">
1825
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1826
- </span>
1827
- </span>
1828
- </button>
1829
- <section
1830
- class="pf-v6-c-nav__subnav"
1831
- aria-labelledby="nav-horizontal-subnav-example-expandable-nav-link1"
1832
- >
1833
- <ul class="pf-v6-c-nav__list" role="list">
1834
- <li class="pf-v6-c-nav__item">
1835
- <a href="#" class="pf-v6-c-nav__link">Overview</a>
1836
- </li>
1837
- <li class="pf-v6-c-nav__item">
1838
- <a
1839
- href="#"
1840
- class="pf-v6-c-nav__link pf-m-current"
1841
- aria-current="page"
1842
- >Resource usage</a>
1843
- </li>
1844
- <li class="pf-v6-c-nav__item">
1845
- <a href="#" class="pf-v6-c-nav__link">Hypervisors</a>
1846
- </li>
1847
- <li class="pf-v6-c-nav__item">
1848
- <a href="#" class="pf-v6-c-nav__link">Instances</a>
1849
- </li>
1850
- <li class="pf-v6-c-nav__item">
1851
- <a href="#" class="pf-v6-c-nav__link">Volumes</a>
1852
- </li>
1853
- <li class="pf-v6-c-nav__item">
1854
- <a href="#" class="pf-v6-c-nav__link">Networks</a>
1855
- </li>
1856
- </ul>
1857
- </section>
1572
+ <li class="pf-v6-c-nav__item">
1573
+ <a href="#" class="pf-v6-c-nav__link">System panel</a>
1858
1574
  </li>
1859
- <li class="pf-v6-c-nav__item pf-m-expandable">
1860
- <button
1861
- class="pf-v6-c-nav__link"
1862
- aria-expanded="false"
1863
- id="nav-horizontal-subnav-example-expandable-nav-link2"
1864
- >
1865
- Policy
1866
- <span class="pf-v6-c-nav__toggle">
1867
- <span class="pf-v6-c-nav__toggle-icon">
1868
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1869
- </span>
1870
- </span>
1871
- </button>
1872
- <section
1873
- class="pf-v6-c-nav__subnav"
1874
- aria-labelledby="nav-horizontal-subnav-example-expandable-nav-link2"
1875
- hidden
1876
- >
1877
- <ul class="pf-v6-c-nav__list" role="list">
1878
- <li class="pf-v6-c-nav__item">
1879
- <a href="#" class="pf-v6-c-nav__link">Subnav link 1</a>
1880
- </li>
1881
- <li class="pf-v6-c-nav__item">
1882
- <a href="#" class="pf-v6-c-nav__link">Subnav link 2</a>
1883
- </li>
1884
- </ul>
1885
- </section>
1575
+ <li class="pf-v6-c-nav__item">
1576
+ <a
1577
+ href="#"
1578
+ class="pf-v6-c-nav__link pf-m-current"
1579
+ aria-current="page"
1580
+ >Policy</a>
1886
1581
  </li>
1887
- <li class="pf-v6-c-nav__item pf-m-expandable">
1888
- <button
1889
- class="pf-v6-c-nav__link"
1890
- aria-expanded="false"
1891
- id="nav-horizontal-subnav-example-expandable-nav-link3"
1892
- >
1893
- Authentication
1894
- <span class="pf-v6-c-nav__toggle">
1895
- <span class="pf-v6-c-nav__toggle-icon">
1896
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1897
- </span>
1898
- </span>
1899
- </button>
1900
- <section
1901
- class="pf-v6-c-nav__subnav"
1902
- aria-labelledby="nav-horizontal-subnav-example-expandable-nav-link3"
1903
- hidden
1904
- >
1905
- <ul class="pf-v6-c-nav__list" role="list">
1906
- <li class="pf-v6-c-nav__item">
1907
- <a href="#" class="pf-v6-c-nav__link">Subnav link 1</a>
1908
- </li>
1909
- <li class="pf-v6-c-nav__item">
1910
- <a href="#" class="pf-v6-c-nav__link">Subnav link 2</a>
1911
- </li>
1912
- </ul>
1913
- </section>
1582
+ <li class="pf-v6-c-nav__item">
1583
+ <a href="#" class="pf-v6-c-nav__link">Authentication</a>
1584
+ </li>
1585
+ <li class="pf-v6-c-nav__item">
1586
+ <a href="#" class="pf-v6-c-nav__link">Network services</a>
1587
+ </li>
1588
+ <li class="pf-v6-c-nav__item">
1589
+ <a href="#" class="pf-v6-c-nav__link">Server</a>
1914
1590
  </li>
1915
1591
  </ul>
1916
1592
  </nav>
@@ -1921,6 +1597,24 @@ section: components
1921
1597
  tabindex="-1"
1922
1598
  id="main-content-nav-horizontal-subnav-example"
1923
1599
  >
1600
+ <section class="pf-v6-c-page__main-subnav pf-m-limit-width">
1601
+ <div class="pf-v6-c-page__main-body">
1602
+ <nav class="pf-v6-c-nav pf-m-horizontal pf-m-subnav" aria-label="Local">
1603
+ <ul class="pf-v6-c-nav__list" role="list">
1604
+ <li class="pf-v6-c-nav__item">
1605
+ <a
1606
+ href="#"
1607
+ class="pf-v6-c-nav__link pf-m-current"
1608
+ aria-current="page"
1609
+ >Horizontal subnav item 1</a>
1610
+ </li>
1611
+ <li class="pf-v6-c-nav__item">
1612
+ <a href="#" class="pf-v6-c-nav__link">Horizontal subnav item 2</a>
1613
+ </li>
1614
+ </ul>
1615
+ </nav>
1616
+ </div>
1617
+ </section>
1924
1618
  <section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
1925
1619
  <div class="pf-v6-c-page__main-body">
1926
1620
  <nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
@@ -2151,13 +1845,11 @@ section: components
2151
1845
  >
2152
1846
  <div class="pf-v6-c-nav__scroll-button">
2153
1847
  <button
2154
- class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
1848
+ class="pf-v6-c-button pf-m-plain"
2155
1849
  type="button"
2156
1850
  aria-label="Scroll start"
2157
1851
  >
2158
- <span class="pf-v6-c-button__icon">
2159
- <i class="fas fa-angle-left" aria-hidden="true"></i>
2160
- </span>
1852
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
2161
1853
  </button>
2162
1854
  </div>
2163
1855
  <ul class="pf-v6-c-nav__list" role="list">
@@ -2183,13 +1875,11 @@ section: components
2183
1875
  </ul>
2184
1876
  <div class="pf-v6-c-nav__scroll-button">
2185
1877
  <button
2186
- class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
1878
+ class="pf-v6-c-button pf-m-plain"
2187
1879
  type="button"
2188
1880
  aria-label="Scroll end"
2189
1881
  >
2190
- <span class="pf-v6-c-button__icon">
2191
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2192
- </span>
1882
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2193
1883
  </button>
2194
1884
  </div>
2195
1885
  </nav>
@@ -2208,19 +1898,7 @@ section: components
2208
1898
  aria-label="Application launcher"
2209
1899
  >
2210
1900
  <span class="pf-v6-c-menu-toggle__icon">
2211
- <svg
2212
- class="pf-v5-svg"
2213
- viewBox="0 0 192 512"
2214
- fill="currentColor"
2215
- aria-hidden="true"
2216
- role="img"
2217
- width="1em"
2218
- height="1em"
2219
- >
2220
- <path
2221
- 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"
2222
- />
2223
- </svg>
1901
+ <i class="fas fa-th" aria-hidden="true"></i>
2224
1902
  </span>
2225
1903
  </button>
2226
1904
  </div>
@@ -2232,19 +1910,7 @@ section: components
2232
1910
  aria-label="Settings"
2233
1911
  >
2234
1912
  <span class="pf-v6-c-menu-toggle__icon">
2235
- <svg
2236
- class="pf-v5-svg"
2237
- viewBox="0 0 192 512"
2238
- fill="currentColor"
2239
- aria-hidden="true"
2240
- role="img"
2241
- width="1em"
2242
- height="1em"
2243
- >
2244
- <path
2245
- 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"
2246
- />
2247
- </svg>
1913
+ <i class="fas fa-cog" aria-hidden="true"></i>
2248
1914
  </span>
2249
1915
  </button>
2250
1916
  </div>
@@ -2256,19 +1922,7 @@ section: components
2256
1922
  aria-label="Help"
2257
1923
  >
2258
1924
  <span class="pf-v6-c-menu-toggle__icon">
2259
- <svg
2260
- class="pf-v5-svg"
2261
- viewBox="0 0 192 512"
2262
- fill="currentColor"
2263
- aria-hidden="true"
2264
- role="img"
2265
- width="1em"
2266
- height="1em"
2267
- >
2268
- <path
2269
- 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"
2270
- />
2271
- </svg>
1925
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
2272
1926
  </span>
2273
1927
  </button>
2274
1928
  </div>
@@ -2281,19 +1935,7 @@ section: components
2281
1935
  aria-label="Actions"
2282
1936
  >
2283
1937
  <span class="pf-v6-c-menu-toggle__icon">
2284
- <svg
2285
- class="pf-v5-svg"
2286
- viewBox="0 0 192 512"
2287
- fill="currentColor"
2288
- aria-hidden="true"
2289
- role="img"
2290
- width="1em"
2291
- height="1em"
2292
- >
2293
- <path
2294
- 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"
2295
- />
2296
- </svg>
1938
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2297
1939
  </span>
2298
1940
  </button>
2299
1941
  </div>
@@ -2308,23 +1950,9 @@ section: components
2308
1950
  tabindex="-1"
2309
1951
  id="main-content-nav-horizontal-example"
2310
1952
  >
2311
- <section class="pf-v6-c-page__main-nav pf-m-limit-width">
1953
+ <section class="pf-v6-c-page__main-subnav pf-m-limit-width">
2312
1954
  <div class="pf-v6-c-page__main-body">
2313
- <nav
2314
- class="pf-v6-c-nav pf-m-scrollable pf-m-horizontal pf-m-subnav"
2315
- aria-label="Local"
2316
- >
2317
- <div class="pf-v6-c-nav__scroll-button">
2318
- <button
2319
- class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
2320
- type="button"
2321
- aria-label="Scroll start"
2322
- >
2323
- <span class="pf-v6-c-button__icon">
2324
- <i class="fas fa-angle-left" aria-hidden="true"></i>
2325
- </span>
2326
- </button>
2327
- </div>
1955
+ <nav class="pf-v6-c-nav pf-m-horizontal pf-m-subnav" aria-label="Local">
2328
1956
  <ul class="pf-v6-c-nav__list" role="list">
2329
1957
  <li class="pf-v6-c-nav__item">
2330
1958
  <a
@@ -2336,27 +1964,7 @@ section: components
2336
1964
  <li class="pf-v6-c-nav__item">
2337
1965
  <a href="#" class="pf-v6-c-nav__link">Horizontal subnav item 2</a>
2338
1966
  </li>
2339
- <li class="pf-v6-c-nav__item">
2340
- <a href="#" class="pf-v6-c-nav__link">Horizontal subnav item 3</a>
2341
- </li>
2342
- <li class="pf-v6-c-nav__item">
2343
- <a href="#" class="pf-v6-c-nav__link">Horizontal subnav item 4</a>
2344
- </li>
2345
- <li class="pf-v6-c-nav__item">
2346
- <a href="#" class="pf-v6-c-nav__link">Horizontal subnav item 5</a>
2347
- </li>
2348
1967
  </ul>
2349
- <div class="pf-v6-c-nav__scroll-button">
2350
- <button
2351
- class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
2352
- type="button"
2353
- aria-label="Scroll end"
2354
- >
2355
- <span class="pf-v6-c-button__icon">
2356
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2357
- </span>
2358
- </button>
2359
- </div>
2360
1968
  </nav>
2361
1969
  </div>
2362
1970
  </section>