@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>
@@ -769,19 +721,7 @@ section: components
769
721
  aria-label="Application launcher"
770
722
  >
771
723
  <span class="pf-v6-c-menu-toggle__icon">
772
- <svg
773
- class="pf-v5-svg"
774
- viewBox="0 0 192 512"
775
- fill="currentColor"
776
- aria-hidden="true"
777
- role="img"
778
- width="1em"
779
- height="1em"
780
- >
781
- <path
782
- 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"
783
- />
784
- </svg>
724
+ <i class="fas fa-th" aria-hidden="true"></i>
785
725
  </span>
786
726
  </button>
787
727
  </div>
@@ -793,19 +733,7 @@ section: components
793
733
  aria-label="Settings"
794
734
  >
795
735
  <span class="pf-v6-c-menu-toggle__icon">
796
- <svg
797
- class="pf-v5-svg"
798
- viewBox="0 0 192 512"
799
- fill="currentColor"
800
- aria-hidden="true"
801
- role="img"
802
- width="1em"
803
- height="1em"
804
- >
805
- <path
806
- 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"
807
- />
808
- </svg>
736
+ <i class="fas fa-cog" aria-hidden="true"></i>
809
737
  </span>
810
738
  </button>
811
739
  </div>
@@ -817,19 +745,7 @@ section: components
817
745
  aria-label="Help"
818
746
  >
819
747
  <span class="pf-v6-c-menu-toggle__icon">
820
- <svg
821
- class="pf-v5-svg"
822
- viewBox="0 0 192 512"
823
- fill="currentColor"
824
- aria-hidden="true"
825
- role="img"
826
- width="1em"
827
- height="1em"
828
- >
829
- <path
830
- 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"
831
- />
832
- </svg>
748
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
833
749
  </span>
834
750
  </button>
835
751
  </div>
@@ -842,19 +758,7 @@ section: components
842
758
  aria-label="Actions"
843
759
  >
844
760
  <span class="pf-v6-c-menu-toggle__icon">
845
- <svg
846
- class="pf-v5-svg"
847
- viewBox="0 0 192 512"
848
- fill="currentColor"
849
- aria-hidden="true"
850
- role="img"
851
- width="1em"
852
- height="1em"
853
- >
854
- <path
855
- 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"
856
- />
857
- </svg>
761
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
858
762
  </span>
859
763
  </button>
860
764
  </div>
@@ -1395,19 +1299,7 @@ section: components
1395
1299
  aria-label="Application launcher"
1396
1300
  >
1397
1301
  <span class="pf-v6-c-menu-toggle__icon">
1398
- <svg
1399
- class="pf-v5-svg"
1400
- viewBox="0 0 192 512"
1401
- fill="currentColor"
1402
- aria-hidden="true"
1403
- role="img"
1404
- width="1em"
1405
- height="1em"
1406
- >
1407
- <path
1408
- 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"
1409
- />
1410
- </svg>
1302
+ <i class="fas fa-th" aria-hidden="true"></i>
1411
1303
  </span>
1412
1304
  </button>
1413
1305
  </div>
@@ -1419,19 +1311,7 @@ section: components
1419
1311
  aria-label="Settings"
1420
1312
  >
1421
1313
  <span class="pf-v6-c-menu-toggle__icon">
1422
- <svg
1423
- class="pf-v5-svg"
1424
- viewBox="0 0 192 512"
1425
- fill="currentColor"
1426
- aria-hidden="true"
1427
- role="img"
1428
- width="1em"
1429
- height="1em"
1430
- >
1431
- <path
1432
- 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"
1433
- />
1434
- </svg>
1314
+ <i class="fas fa-cog" aria-hidden="true"></i>
1435
1315
  </span>
1436
1316
  </button>
1437
1317
  </div>
@@ -1443,19 +1323,7 @@ section: components
1443
1323
  aria-label="Help"
1444
1324
  >
1445
1325
  <span class="pf-v6-c-menu-toggle__icon">
1446
- <svg
1447
- class="pf-v5-svg"
1448
- viewBox="0 0 192 512"
1449
- fill="currentColor"
1450
- aria-hidden="true"
1451
- role="img"
1452
- width="1em"
1453
- height="1em"
1454
- >
1455
- <path
1456
- 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"
1457
- />
1458
- </svg>
1326
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1459
1327
  </span>
1460
1328
  </button>
1461
1329
  </div>
@@ -1468,19 +1336,7 @@ section: components
1468
1336
  aria-label="Actions"
1469
1337
  >
1470
1338
  <span class="pf-v6-c-menu-toggle__icon">
1471
- <svg
1472
- class="pf-v5-svg"
1473
- viewBox="0 0 192 512"
1474
- fill="currentColor"
1475
- aria-hidden="true"
1476
- role="img"
1477
- width="1em"
1478
- height="1em"
1479
- >
1480
- <path
1481
- 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"
1482
- />
1483
- </svg>
1339
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1484
1340
  </span>
1485
1341
  </button>
1486
1342
  </div>
@@ -1925,19 +1781,7 @@ section: components
1925
1781
  aria-label="Application launcher"
1926
1782
  >
1927
1783
  <span class="pf-v6-c-menu-toggle__icon">
1928
- <svg
1929
- class="pf-v5-svg"
1930
- viewBox="0 0 192 512"
1931
- fill="currentColor"
1932
- aria-hidden="true"
1933
- role="img"
1934
- width="1em"
1935
- height="1em"
1936
- >
1937
- <path
1938
- 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"
1939
- />
1940
- </svg>
1784
+ <i class="fas fa-th" aria-hidden="true"></i>
1941
1785
  </span>
1942
1786
  </button>
1943
1787
  </div>
@@ -1949,19 +1793,7 @@ section: components
1949
1793
  aria-label="Settings"
1950
1794
  >
1951
1795
  <span class="pf-v6-c-menu-toggle__icon">
1952
- <svg
1953
- class="pf-v5-svg"
1954
- viewBox="0 0 192 512"
1955
- fill="currentColor"
1956
- aria-hidden="true"
1957
- role="img"
1958
- width="1em"
1959
- height="1em"
1960
- >
1961
- <path
1962
- 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"
1963
- />
1964
- </svg>
1796
+ <i class="fas fa-cog" aria-hidden="true"></i>
1965
1797
  </span>
1966
1798
  </button>
1967
1799
  </div>
@@ -1973,19 +1805,7 @@ section: components
1973
1805
  aria-label="Help"
1974
1806
  >
1975
1807
  <span class="pf-v6-c-menu-toggle__icon">
1976
- <svg
1977
- class="pf-v5-svg"
1978
- viewBox="0 0 192 512"
1979
- fill="currentColor"
1980
- aria-hidden="true"
1981
- role="img"
1982
- width="1em"
1983
- height="1em"
1984
- >
1985
- <path
1986
- 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"
1987
- />
1988
- </svg>
1808
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1989
1809
  </span>
1990
1810
  </button>
1991
1811
  </div>
@@ -1998,19 +1818,7 @@ section: components
1998
1818
  aria-label="Actions"
1999
1819
  >
2000
1820
  <span class="pf-v6-c-menu-toggle__icon">
2001
- <svg
2002
- class="pf-v5-svg"
2003
- viewBox="0 0 192 512"
2004
- fill="currentColor"
2005
- aria-hidden="true"
2006
- role="img"
2007
- width="1em"
2008
- height="1em"
2009
- >
2010
- <path
2011
- 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"
2012
- />
2013
- </svg>
1821
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2014
1822
  </span>
2015
1823
  </button>
2016
1824
  </div>
@@ -2119,19 +1927,7 @@ section: components
2119
1927
  aria-controls="table-tabs-example-tabs-toolbar-expandable-content"
2120
1928
  >
2121
1929
  <span class="pf-v6-c-menu-toggle__icon">
2122
- <svg
2123
- class="pf-v5-svg"
2124
- viewBox="0 0 192 512"
2125
- fill="currentColor"
2126
- aria-hidden="true"
2127
- role="img"
2128
- width="1em"
2129
- height="1em"
2130
- >
2131
- <path
2132
- 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"
2133
- />
2134
- </svg>
1930
+ <i class="fas fa-filter" aria-hidden="true"></i>
2135
1931
  </span>
2136
1932
  </button>
2137
1933
  </div>
@@ -2335,40 +2131,51 @@ section: components
2335
2131
  class="pf-v6-c-table__td pf-v6-c-table__check"
2336
2132
  role="cell"
2337
2133
  >
2338
- <div class="pf-v6-c-check pf-m-standalone">
2134
+ <label
2135
+ class="pf-v6-c-check pf-m-standalone"
2136
+ id="table-tabs-example-tablecheckrowcheck"
2137
+ for="table-tabs-example-tablecheckrowcheck-input"
2138
+ >
2339
2139
  <input
2340
2140
  class="pf-v6-c-check__input"
2341
2141
  type="checkbox"
2342
- name="check-all"
2343
- aria-label="Select all rows"
2142
+ id="table-tabs-example-tablecheckrowcheck-input"
2143
+ name="table-tabs-example-tablecheckrowcheck-input"
2144
+ aria-label="Standalone check"
2344
2145
  />
2345
- </div>
2146
+ </label>
2346
2147
  </td>
2148
+
2347
2149
  <th
2348
2150
  class="pf-v6-c-table__th"
2349
2151
  role="columnheader"
2350
2152
  scope="col"
2351
2153
  >Repositories</th>
2154
+
2352
2155
  <th
2353
2156
  class="pf-v6-c-table__th"
2354
2157
  role="columnheader"
2355
2158
  scope="col"
2356
2159
  >Branches</th>
2160
+
2357
2161
  <th
2358
2162
  class="pf-v6-c-table__th"
2359
2163
  role="columnheader"
2360
2164
  scope="col"
2361
2165
  >Pull requests</th>
2166
+
2362
2167
  <th
2363
2168
  class="pf-v6-c-table__th"
2364
2169
  role="columnheader"
2365
2170
  scope="col"
2366
2171
  >Workspaces</th>
2172
+
2367
2173
  <th
2368
2174
  class="pf-v6-c-table__th"
2369
2175
  role="columnheader"
2370
2176
  scope="col"
2371
2177
  >Last commit</th>
2178
+
2372
2179
  <td class="pf-v6-c-table__td"></td>
2373
2180
  </tr>
2374
2181
  </thead>
@@ -2379,15 +2186,21 @@ section: components
2379
2186
  class="pf-v6-c-table__td pf-v6-c-table__check"
2380
2187
  role="cell"
2381
2188
  >
2382
- <div class="pf-v6-c-check pf-m-standalone">
2189
+ <label
2190
+ class="pf-v6-c-check pf-m-standalone"
2191
+ id="table-tabs-example-tablecheckrow1check"
2192
+ for="table-tabs-example-tablecheckrow1check-input"
2193
+ >
2383
2194
  <input
2384
2195
  class="pf-v6-c-check__input"
2385
2196
  type="checkbox"
2386
- name="checkrow1"
2387
- aria-labelledby="table-tabs-example-table-node1"
2197
+ id="table-tabs-example-tablecheckrow1check-input"
2198
+ name="table-tabs-example-tablecheckrow1check-input"
2199
+ aria-label="Standalone check"
2388
2200
  />
2389
- </div>
2201
+ </label>
2390
2202
  </td>
2203
+
2391
2204
  <th
2392
2205
  class="pf-v6-c-table__th"
2393
2206
  role="columnheader"
@@ -2398,6 +2211,7 @@ section: components
2398
2211
  <a href="#">siemur/test-space</a>
2399
2212
  </div>
2400
2213
  </th>
2214
+
2401
2215
  <td
2402
2216
  class="pf-v6-c-table__td"
2403
2217
  role="cell"
@@ -2439,41 +2253,21 @@ section: components
2439
2253
  role="cell"
2440
2254
  data-label="Last commit"
2441
2255
  >2 days ago</td>
2256
+
2442
2257
  <td
2443
2258
  class="pf-v6-c-table__td pf-v6-c-table__action"
2444
2259
  role="cell"
2445
2260
  >
2446
- <div
2447
- class="pf-v6-c-overflow-menu"
2448
- id="table-tabs-example-table-dropdown-kebab-1"
2261
+ <button
2262
+ class="pf-v6-c-menu-toggle pf-m-plain"
2263
+ type="button"
2264
+ aria-expanded="false"
2265
+ aria-label="Table actions"
2449
2266
  >
2450
- <div class="pf-v6-c-overflow-menu__control">
2451
- <div class="pf-v6-c-dropdown">
2452
- <button
2453
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
2454
- type="button"
2455
- id="table-tabs-example-table-dropdown-kebab-1-dropdown-toggle"
2456
- aria-label="Dropdown for tabs table"
2457
- aria-expanded="false"
2458
- >
2459
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2460
- </button>
2461
- <ul
2462
- class="pf-v6-c-dropdown__menu pf-m-align-right"
2463
- role="menu"
2464
- aria-labelledby="table-tabs-example-table-dropdown-kebab-1-dropdown-toggle"
2465
- hidden
2466
- >
2467
- <li role="none">
2468
- <button
2469
- role="menuitem"
2470
- class="pf-v6-c-dropdown__menu-item"
2471
- >Action Link</button>
2472
- </li>
2473
- </ul>
2474
- </div>
2475
- </div>
2476
- </div>
2267
+ <span class="pf-v6-c-menu-toggle__icon">
2268
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2269
+ </span>
2270
+ </button>
2477
2271
  </td>
2478
2272
  </tr>
2479
2273
 
@@ -2482,15 +2276,21 @@ section: components
2482
2276
  class="pf-v6-c-table__td pf-v6-c-table__check"
2483
2277
  role="cell"
2484
2278
  >
2485
- <div class="pf-v6-c-check pf-m-standalone">
2279
+ <label
2280
+ class="pf-v6-c-check pf-m-standalone"
2281
+ id="table-tabs-example-tablecheckrow2check"
2282
+ for="table-tabs-example-tablecheckrow2check-input"
2283
+ >
2486
2284
  <input
2487
2285
  class="pf-v6-c-check__input"
2488
2286
  type="checkbox"
2489
- name="checkrow2"
2490
- aria-labelledby="table-tabs-example-table-node2"
2287
+ id="table-tabs-example-tablecheckrow2check-input"
2288
+ name="table-tabs-example-tablecheckrow2check-input"
2289
+ aria-label="Standalone check"
2491
2290
  />
2492
- </div>
2291
+ </label>
2493
2292
  </td>
2293
+
2494
2294
  <th
2495
2295
  class="pf-v6-c-table__th"
2496
2296
  role="columnheader"
@@ -2501,6 +2301,7 @@ section: components
2501
2301
  <a href="#">siemur/test-space</a>
2502
2302
  </div>
2503
2303
  </th>
2304
+
2504
2305
  <td
2505
2306
  class="pf-v6-c-table__td"
2506
2307
  role="cell"
@@ -2542,41 +2343,21 @@ section: components
2542
2343
  role="cell"
2543
2344
  data-label="Last commit"
2544
2345
  >2 days ago</td>
2346
+
2545
2347
  <td
2546
2348
  class="pf-v6-c-table__td pf-v6-c-table__action"
2547
2349
  role="cell"
2548
2350
  >
2549
- <div
2550
- class="pf-v6-c-overflow-menu"
2551
- id="table-tabs-example-table-dropdown-kebab-2"
2351
+ <button
2352
+ class="pf-v6-c-menu-toggle pf-m-plain"
2353
+ type="button"
2354
+ aria-expanded="false"
2355
+ aria-label="Table actions"
2552
2356
  >
2553
- <div class="pf-v6-c-overflow-menu__control">
2554
- <div class="pf-v6-c-dropdown">
2555
- <button
2556
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
2557
- type="button"
2558
- id="table-tabs-example-table-dropdown-kebab-2-dropdown-toggle"
2559
- aria-label="Dropdown for tabs table"
2560
- aria-expanded="false"
2561
- >
2562
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2563
- </button>
2564
- <ul
2565
- class="pf-v6-c-dropdown__menu pf-m-align-right"
2566
- role="menu"
2567
- aria-labelledby="table-tabs-example-table-dropdown-kebab-2-dropdown-toggle"
2568
- hidden
2569
- >
2570
- <li role="none">
2571
- <button
2572
- role="menuitem"
2573
- class="pf-v6-c-dropdown__menu-item"
2574
- >Action Link</button>
2575
- </li>
2576
- </ul>
2577
- </div>
2578
- </div>
2579
- </div>
2357
+ <span class="pf-v6-c-menu-toggle__icon">
2358
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2359
+ </span>
2360
+ </button>
2580
2361
  </td>
2581
2362
  </tr>
2582
2363
 
@@ -2585,15 +2366,21 @@ section: components
2585
2366
  class="pf-v6-c-table__td pf-v6-c-table__check"
2586
2367
  role="cell"
2587
2368
  >
2588
- <div class="pf-v6-c-check pf-m-standalone">
2369
+ <label
2370
+ class="pf-v6-c-check pf-m-standalone"
2371
+ id="table-tabs-example-tablecheckrow3check"
2372
+ for="table-tabs-example-tablecheckrow3check-input"
2373
+ >
2589
2374
  <input
2590
2375
  class="pf-v6-c-check__input"
2591
2376
  type="checkbox"
2592
- name="checkrow3"
2593
- aria-labelledby="table-tabs-example-table-node3"
2377
+ id="table-tabs-example-tablecheckrow3check-input"
2378
+ name="table-tabs-example-tablecheckrow3check-input"
2379
+ aria-label="Standalone check"
2594
2380
  />
2595
- </div>
2381
+ </label>
2596
2382
  </td>
2383
+
2597
2384
  <th
2598
2385
  class="pf-v6-c-table__th"
2599
2386
  role="columnheader"
@@ -2604,6 +2391,7 @@ section: components
2604
2391
  <a href="#">siemur/test-space</a>
2605
2392
  </div>
2606
2393
  </th>
2394
+
2607
2395
  <td
2608
2396
  class="pf-v6-c-table__td"
2609
2397
  role="cell"
@@ -2645,41 +2433,21 @@ section: components
2645
2433
  role="cell"
2646
2434
  data-label="Last commit"
2647
2435
  >30 days ago</td>
2436
+
2648
2437
  <td
2649
2438
  class="pf-v6-c-table__td pf-v6-c-table__action"
2650
2439
  role="cell"
2651
2440
  >
2652
- <div
2653
- class="pf-v6-c-overflow-menu"
2654
- id="table-tabs-example-table-dropdown-kebab-3"
2441
+ <button
2442
+ class="pf-v6-c-menu-toggle pf-m-plain"
2443
+ type="button"
2444
+ aria-expanded="false"
2445
+ aria-label="Table actions"
2655
2446
  >
2656
- <div class="pf-v6-c-overflow-menu__control">
2657
- <div class="pf-v6-c-dropdown">
2658
- <button
2659
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
2660
- type="button"
2661
- id="table-tabs-example-table-dropdown-kebab-3-dropdown-toggle"
2662
- aria-label="Dropdown for tabs table"
2663
- aria-expanded="false"
2664
- >
2665
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2666
- </button>
2667
- <ul
2668
- class="pf-v6-c-dropdown__menu pf-m-align-right"
2669
- role="menu"
2670
- aria-labelledby="table-tabs-example-table-dropdown-kebab-3-dropdown-toggle"
2671
- hidden
2672
- >
2673
- <li role="none">
2674
- <button
2675
- role="menuitem"
2676
- class="pf-v6-c-dropdown__menu-item"
2677
- >Action Link</button>
2678
- </li>
2679
- </ul>
2680
- </div>
2681
- </div>
2682
- </div>
2447
+ <span class="pf-v6-c-menu-toggle__icon">
2448
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2449
+ </span>
2450
+ </button>
2683
2451
  </td>
2684
2452
  </tr>
2685
2453
 
@@ -2688,15 +2456,21 @@ section: components
2688
2456
  class="pf-v6-c-table__td pf-v6-c-table__check"
2689
2457
  role="cell"
2690
2458
  >
2691
- <div class="pf-v6-c-check pf-m-standalone">
2459
+ <label
2460
+ class="pf-v6-c-check pf-m-standalone"
2461
+ id="table-tabs-example-tablecheckrow4check"
2462
+ for="table-tabs-example-tablecheckrow4check-input"
2463
+ >
2692
2464
  <input
2693
2465
  class="pf-v6-c-check__input"
2694
2466
  type="checkbox"
2695
- name="checkrow4"
2696
- aria-labelledby="table-tabs-example-table-node4"
2467
+ id="table-tabs-example-tablecheckrow4check-input"
2468
+ name="table-tabs-example-tablecheckrow4check-input"
2469
+ aria-label="Standalone check"
2697
2470
  />
2698
- </div>
2471
+ </label>
2699
2472
  </td>
2473
+
2700
2474
  <th
2701
2475
  class="pf-v6-c-table__th"
2702
2476
  role="columnheader"
@@ -2707,6 +2481,7 @@ section: components
2707
2481
  <a href="#">siemur/test-space</a>
2708
2482
  </div>
2709
2483
  </th>
2484
+
2710
2485
  <td
2711
2486
  class="pf-v6-c-table__td"
2712
2487
  role="cell"
@@ -2748,41 +2523,21 @@ section: components
2748
2523
  role="cell"
2749
2524
  data-label="Last commit"
2750
2525
  >8 days ago</td>
2526
+
2751
2527
  <td
2752
2528
  class="pf-v6-c-table__td pf-v6-c-table__action"
2753
2529
  role="cell"
2754
2530
  >
2755
- <div
2756
- class="pf-v6-c-overflow-menu"
2757
- id="table-tabs-example-table-dropdown-kebab-4"
2531
+ <button
2532
+ class="pf-v6-c-menu-toggle pf-m-plain"
2533
+ type="button"
2534
+ aria-expanded="false"
2535
+ aria-label="Table actions"
2758
2536
  >
2759
- <div class="pf-v6-c-overflow-menu__control">
2760
- <div class="pf-v6-c-dropdown">
2761
- <button
2762
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
2763
- type="button"
2764
- id="table-tabs-example-table-dropdown-kebab-4-dropdown-toggle"
2765
- aria-label="Dropdown for tabs table"
2766
- aria-expanded="false"
2767
- >
2768
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2769
- </button>
2770
- <ul
2771
- class="pf-v6-c-dropdown__menu pf-m-align-right"
2772
- role="menu"
2773
- aria-labelledby="table-tabs-example-table-dropdown-kebab-4-dropdown-toggle"
2774
- hidden
2775
- >
2776
- <li role="none">
2777
- <button
2778
- role="menuitem"
2779
- class="pf-v6-c-dropdown__menu-item"
2780
- >Action Link</button>
2781
- </li>
2782
- </ul>
2783
- </div>
2784
- </div>
2785
- </div>
2537
+ <span class="pf-v6-c-menu-toggle__icon">
2538
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2539
+ </span>
2540
+ </button>
2786
2541
  </td>
2787
2542
  </tr>
2788
2543
 
@@ -2791,14 +2546,19 @@ section: components
2791
2546
  class="pf-v6-c-table__td pf-v6-c-table__check"
2792
2547
  role="cell"
2793
2548
  >
2794
- <div class="pf-v6-c-check pf-m-standalone">
2549
+ <label
2550
+ class="pf-v6-c-check pf-m-standalone"
2551
+ id="table-tabs-example-tablecheckrow5check"
2552
+ for="table-tabs-example-tablecheckrow5check-input"
2553
+ >
2795
2554
  <input
2796
2555
  class="pf-v6-c-check__input"
2797
2556
  type="checkbox"
2798
- name="checkrow5"
2799
- aria-labelledby="table-tabs-example-table-node5"
2557
+ id="table-tabs-example-tablecheckrow5check-input"
2558
+ name="table-tabs-example-tablecheckrow5check-input"
2559
+ aria-label="Standalone check"
2800
2560
  />
2801
- </div>
2561
+ </label>
2802
2562
  </td>
2803
2563
  <td
2804
2564
  class="pf-v6-c-table__td"
@@ -2851,41 +2611,21 @@ section: components
2851
2611
  role="cell"
2852
2612
  data-label="Last commit"
2853
2613
  >2 days ago</td>
2614
+
2854
2615
  <td
2855
2616
  class="pf-v6-c-table__td pf-v6-c-table__action"
2856
2617
  role="cell"
2857
2618
  >
2858
- <div
2859
- class="pf-v6-c-overflow-menu"
2860
- id="table-tabs-example-table-dropdown-kebab-5"
2619
+ <button
2620
+ class="pf-v6-c-menu-toggle pf-m-plain"
2621
+ type="button"
2622
+ aria-expanded="false"
2623
+ aria-label="Table actions"
2861
2624
  >
2862
- <div class="pf-v6-c-overflow-menu__control">
2863
- <div class="pf-v6-c-dropdown">
2864
- <button
2865
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
2866
- type="button"
2867
- id="table-tabs-example-table-dropdown-kebab-5-dropdown-toggle"
2868
- aria-label="Dropdown for tabs table"
2869
- aria-expanded="false"
2870
- >
2871
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2872
- </button>
2873
- <ul
2874
- class="pf-v6-c-dropdown__menu pf-m-align-right"
2875
- role="menu"
2876
- aria-labelledby="table-tabs-example-table-dropdown-kebab-5-dropdown-toggle"
2877
- hidden
2878
- >
2879
- <li role="none">
2880
- <button
2881
- role="menuitem"
2882
- class="pf-v6-c-dropdown__menu-item"
2883
- >Action Link</button>
2884
- </li>
2885
- </ul>
2886
- </div>
2887
- </div>
2888
- </div>
2625
+ <span class="pf-v6-c-menu-toggle__icon">
2626
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2627
+ </span>
2628
+ </button>
2889
2629
  </td>
2890
2630
  </tr>
2891
2631
  </tbody>
@@ -3364,19 +3104,7 @@ section: components
3364
3104
  aria-label="Application launcher"
3365
3105
  >
3366
3106
  <span class="pf-v6-c-menu-toggle__icon">
3367
- <svg
3368
- class="pf-v5-svg"
3369
- viewBox="0 0 192 512"
3370
- fill="currentColor"
3371
- aria-hidden="true"
3372
- role="img"
3373
- width="1em"
3374
- height="1em"
3375
- >
3376
- <path
3377
- 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"
3378
- />
3379
- </svg>
3107
+ <i class="fas fa-th" aria-hidden="true"></i>
3380
3108
  </span>
3381
3109
  </button>
3382
3110
  </div>
@@ -3388,19 +3116,7 @@ section: components
3388
3116
  aria-label="Settings"
3389
3117
  >
3390
3118
  <span class="pf-v6-c-menu-toggle__icon">
3391
- <svg
3392
- class="pf-v5-svg"
3393
- viewBox="0 0 192 512"
3394
- fill="currentColor"
3395
- aria-hidden="true"
3396
- role="img"
3397
- width="1em"
3398
- height="1em"
3399
- >
3400
- <path
3401
- 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"
3402
- />
3403
- </svg>
3119
+ <i class="fas fa-cog" aria-hidden="true"></i>
3404
3120
  </span>
3405
3121
  </button>
3406
3122
  </div>
@@ -3412,19 +3128,7 @@ section: components
3412
3128
  aria-label="Help"
3413
3129
  >
3414
3130
  <span class="pf-v6-c-menu-toggle__icon">
3415
- <svg
3416
- class="pf-v5-svg"
3417
- viewBox="0 0 192 512"
3418
- fill="currentColor"
3419
- aria-hidden="true"
3420
- role="img"
3421
- width="1em"
3422
- height="1em"
3423
- >
3424
- <path
3425
- 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"
3426
- />
3427
- </svg>
3131
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
3428
3132
  </span>
3429
3133
  </button>
3430
3134
  </div>
@@ -3437,19 +3141,7 @@ section: components
3437
3141
  aria-label="Actions"
3438
3142
  >
3439
3143
  <span class="pf-v6-c-menu-toggle__icon">
3440
- <svg
3441
- class="pf-v5-svg"
3442
- viewBox="0 0 192 512"
3443
- fill="currentColor"
3444
- aria-hidden="true"
3445
- role="img"
3446
- width="1em"
3447
- height="1em"
3448
- >
3449
- <path
3450
- 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"
3451
- />
3452
- </svg>
3144
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3453
3145
  </span>
3454
3146
  </button>
3455
3147
  </div>
@@ -3726,19 +3418,7 @@ section: components
3726
3418
  aria-label="Application launcher"
3727
3419
  >
3728
3420
  <span class="pf-v6-c-menu-toggle__icon">
3729
- <svg
3730
- class="pf-v5-svg"
3731
- viewBox="0 0 192 512"
3732
- fill="currentColor"
3733
- aria-hidden="true"
3734
- role="img"
3735
- width="1em"
3736
- height="1em"
3737
- >
3738
- <path
3739
- 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"
3740
- />
3741
- </svg>
3421
+ <i class="fas fa-th" aria-hidden="true"></i>
3742
3422
  </span>
3743
3423
  </button>
3744
3424
  </div>
@@ -3750,19 +3430,7 @@ section: components
3750
3430
  aria-label="Settings"
3751
3431
  >
3752
3432
  <span class="pf-v6-c-menu-toggle__icon">
3753
- <svg
3754
- class="pf-v5-svg"
3755
- viewBox="0 0 192 512"
3756
- fill="currentColor"
3757
- aria-hidden="true"
3758
- role="img"
3759
- width="1em"
3760
- height="1em"
3761
- >
3762
- <path
3763
- 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"
3764
- />
3765
- </svg>
3433
+ <i class="fas fa-cog" aria-hidden="true"></i>
3766
3434
  </span>
3767
3435
  </button>
3768
3436
  </div>
@@ -3774,19 +3442,7 @@ section: components
3774
3442
  aria-label="Help"
3775
3443
  >
3776
3444
  <span class="pf-v6-c-menu-toggle__icon">
3777
- <svg
3778
- class="pf-v5-svg"
3779
- viewBox="0 0 192 512"
3780
- fill="currentColor"
3781
- aria-hidden="true"
3782
- role="img"
3783
- width="1em"
3784
- height="1em"
3785
- >
3786
- <path
3787
- 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"
3788
- />
3789
- </svg>
3445
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
3790
3446
  </span>
3791
3447
  </button>
3792
3448
  </div>
@@ -3799,19 +3455,7 @@ section: components
3799
3455
  aria-label="Actions"
3800
3456
  >
3801
3457
  <span class="pf-v6-c-menu-toggle__icon">
3802
- <svg
3803
- class="pf-v5-svg"
3804
- viewBox="0 0 192 512"
3805
- fill="currentColor"
3806
- aria-hidden="true"
3807
- role="img"
3808
- width="1em"
3809
- height="1em"
3810
- >
3811
- <path
3812
- 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"
3813
- />
3814
- </svg>
3458
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3815
3459
  </span>
3816
3460
  </button>
3817
3461
  </div>