@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
@@ -159,19 +159,7 @@ section: components
159
159
  aria-label="Application launcher"
160
160
  >
161
161
  <span class="pf-v6-c-menu-toggle__icon">
162
- <svg
163
- class="pf-v5-svg"
164
- viewBox="0 0 192 512"
165
- fill="currentColor"
166
- aria-hidden="true"
167
- role="img"
168
- width="1em"
169
- height="1em"
170
- >
171
- <path
172
- 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"
173
- />
174
- </svg>
162
+ <i class="fas fa-th" aria-hidden="true"></i>
175
163
  </span>
176
164
  </button>
177
165
  </div>
@@ -183,19 +171,7 @@ section: components
183
171
  aria-label="Settings"
184
172
  >
185
173
  <span class="pf-v6-c-menu-toggle__icon">
186
- <svg
187
- class="pf-v5-svg"
188
- viewBox="0 0 192 512"
189
- fill="currentColor"
190
- aria-hidden="true"
191
- role="img"
192
- width="1em"
193
- height="1em"
194
- >
195
- <path
196
- 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"
197
- />
198
- </svg>
174
+ <i class="fas fa-cog" aria-hidden="true"></i>
199
175
  </span>
200
176
  </button>
201
177
  </div>
@@ -207,19 +183,7 @@ section: components
207
183
  aria-label="Help"
208
184
  >
209
185
  <span class="pf-v6-c-menu-toggle__icon">
210
- <svg
211
- class="pf-v5-svg"
212
- viewBox="0 0 192 512"
213
- fill="currentColor"
214
- aria-hidden="true"
215
- role="img"
216
- width="1em"
217
- height="1em"
218
- >
219
- <path
220
- 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"
221
- />
222
- </svg>
186
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
223
187
  </span>
224
188
  </button>
225
189
  </div>
@@ -232,19 +196,7 @@ section: components
232
196
  aria-label="Actions"
233
197
  >
234
198
  <span class="pf-v6-c-menu-toggle__icon">
235
- <svg
236
- class="pf-v5-svg"
237
- viewBox="0 0 192 512"
238
- fill="currentColor"
239
- aria-hidden="true"
240
- role="img"
241
- width="1em"
242
- height="1em"
243
- >
244
- <path
245
- 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"
246
- />
247
- </svg>
199
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
248
200
  </span>
249
201
  </button>
250
202
  </div>
@@ -1215,19 +1167,7 @@ section: components
1215
1167
  aria-label="Application launcher"
1216
1168
  >
1217
1169
  <span class="pf-v6-c-menu-toggle__icon">
1218
- <svg
1219
- class="pf-v5-svg"
1220
- viewBox="0 0 192 512"
1221
- fill="currentColor"
1222
- aria-hidden="true"
1223
- role="img"
1224
- width="1em"
1225
- height="1em"
1226
- >
1227
- <path
1228
- 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"
1229
- />
1230
- </svg>
1170
+ <i class="fas fa-th" aria-hidden="true"></i>
1231
1171
  </span>
1232
1172
  </button>
1233
1173
  </div>
@@ -1239,19 +1179,7 @@ section: components
1239
1179
  aria-label="Settings"
1240
1180
  >
1241
1181
  <span class="pf-v6-c-menu-toggle__icon">
1242
- <svg
1243
- class="pf-v5-svg"
1244
- viewBox="0 0 192 512"
1245
- fill="currentColor"
1246
- aria-hidden="true"
1247
- role="img"
1248
- width="1em"
1249
- height="1em"
1250
- >
1251
- <path
1252
- 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"
1253
- />
1254
- </svg>
1182
+ <i class="fas fa-cog" aria-hidden="true"></i>
1255
1183
  </span>
1256
1184
  </button>
1257
1185
  </div>
@@ -1263,19 +1191,7 @@ section: components
1263
1191
  aria-label="Help"
1264
1192
  >
1265
1193
  <span class="pf-v6-c-menu-toggle__icon">
1266
- <svg
1267
- class="pf-v5-svg"
1268
- viewBox="0 0 192 512"
1269
- fill="currentColor"
1270
- aria-hidden="true"
1271
- role="img"
1272
- width="1em"
1273
- height="1em"
1274
- >
1275
- <path
1276
- 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"
1277
- />
1278
- </svg>
1194
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1279
1195
  </span>
1280
1196
  </button>
1281
1197
  </div>
@@ -1288,19 +1204,7 @@ section: components
1288
1204
  aria-label="Actions"
1289
1205
  >
1290
1206
  <span class="pf-v6-c-menu-toggle__icon">
1291
- <svg
1292
- class="pf-v5-svg"
1293
- viewBox="0 0 192 512"
1294
- fill="currentColor"
1295
- aria-hidden="true"
1296
- role="img"
1297
- width="1em"
1298
- height="1em"
1299
- >
1300
- <path
1301
- 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"
1302
- />
1303
- </svg>
1207
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1304
1208
  </span>
1305
1209
  </button>
1306
1210
  </div>
@@ -2271,19 +2175,7 @@ section: components
2271
2175
  aria-label="Application launcher"
2272
2176
  >
2273
2177
  <span class="pf-v6-c-menu-toggle__icon">
2274
- <svg
2275
- class="pf-v5-svg"
2276
- viewBox="0 0 192 512"
2277
- fill="currentColor"
2278
- aria-hidden="true"
2279
- role="img"
2280
- width="1em"
2281
- height="1em"
2282
- >
2283
- <path
2284
- 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"
2285
- />
2286
- </svg>
2178
+ <i class="fas fa-th" aria-hidden="true"></i>
2287
2179
  </span>
2288
2180
  </button>
2289
2181
  </div>
@@ -2295,19 +2187,7 @@ section: components
2295
2187
  aria-label="Settings"
2296
2188
  >
2297
2189
  <span class="pf-v6-c-menu-toggle__icon">
2298
- <svg
2299
- class="pf-v5-svg"
2300
- viewBox="0 0 192 512"
2301
- fill="currentColor"
2302
- aria-hidden="true"
2303
- role="img"
2304
- width="1em"
2305
- height="1em"
2306
- >
2307
- <path
2308
- 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"
2309
- />
2310
- </svg>
2190
+ <i class="fas fa-cog" aria-hidden="true"></i>
2311
2191
  </span>
2312
2192
  </button>
2313
2193
  </div>
@@ -2319,19 +2199,7 @@ section: components
2319
2199
  aria-label="Help"
2320
2200
  >
2321
2201
  <span class="pf-v6-c-menu-toggle__icon">
2322
- <svg
2323
- class="pf-v5-svg"
2324
- viewBox="0 0 192 512"
2325
- fill="currentColor"
2326
- aria-hidden="true"
2327
- role="img"
2328
- width="1em"
2329
- height="1em"
2330
- >
2331
- <path
2332
- 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"
2333
- />
2334
- </svg>
2202
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
2335
2203
  </span>
2336
2204
  </button>
2337
2205
  </div>
@@ -2344,19 +2212,7 @@ section: components
2344
2212
  aria-label="Actions"
2345
2213
  >
2346
2214
  <span class="pf-v6-c-menu-toggle__icon">
2347
- <svg
2348
- class="pf-v5-svg"
2349
- viewBox="0 0 192 512"
2350
- fill="currentColor"
2351
- aria-hidden="true"
2352
- role="img"
2353
- width="1em"
2354
- height="1em"
2355
- >
2356
- <path
2357
- 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"
2358
- />
2359
- </svg>
2215
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2360
2216
  </span>
2361
2217
  </button>
2362
2218
  </div>
@@ -3330,19 +3186,7 @@ section: components
3330
3186
  aria-label="Application launcher"
3331
3187
  >
3332
3188
  <span class="pf-v6-c-menu-toggle__icon">
3333
- <svg
3334
- class="pf-v5-svg"
3335
- viewBox="0 0 192 512"
3336
- fill="currentColor"
3337
- aria-hidden="true"
3338
- role="img"
3339
- width="1em"
3340
- height="1em"
3341
- >
3342
- <path
3343
- 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"
3344
- />
3345
- </svg>
3189
+ <i class="fas fa-th" aria-hidden="true"></i>
3346
3190
  </span>
3347
3191
  </button>
3348
3192
  </div>
@@ -3354,19 +3198,7 @@ section: components
3354
3198
  aria-label="Settings"
3355
3199
  >
3356
3200
  <span class="pf-v6-c-menu-toggle__icon">
3357
- <svg
3358
- class="pf-v5-svg"
3359
- viewBox="0 0 192 512"
3360
- fill="currentColor"
3361
- aria-hidden="true"
3362
- role="img"
3363
- width="1em"
3364
- height="1em"
3365
- >
3366
- <path
3367
- 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"
3368
- />
3369
- </svg>
3201
+ <i class="fas fa-cog" aria-hidden="true"></i>
3370
3202
  </span>
3371
3203
  </button>
3372
3204
  </div>
@@ -3378,19 +3210,7 @@ section: components
3378
3210
  aria-label="Help"
3379
3211
  >
3380
3212
  <span class="pf-v6-c-menu-toggle__icon">
3381
- <svg
3382
- class="pf-v5-svg"
3383
- viewBox="0 0 192 512"
3384
- fill="currentColor"
3385
- aria-hidden="true"
3386
- role="img"
3387
- width="1em"
3388
- height="1em"
3389
- >
3390
- <path
3391
- 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"
3392
- />
3393
- </svg>
3213
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
3394
3214
  </span>
3395
3215
  </button>
3396
3216
  </div>
@@ -3403,19 +3223,7 @@ section: components
3403
3223
  aria-label="Actions"
3404
3224
  >
3405
3225
  <span class="pf-v6-c-menu-toggle__icon">
3406
- <svg
3407
- class="pf-v5-svg"
3408
- viewBox="0 0 192 512"
3409
- fill="currentColor"
3410
- aria-hidden="true"
3411
- role="img"
3412
- width="1em"
3413
- height="1em"
3414
- >
3415
- <path
3416
- 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"
3417
- />
3418
- </svg>
3226
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3419
3227
  </span>
3420
3228
  </button>
3421
3229
  </div>
@@ -4388,19 +4196,7 @@ section: components
4388
4196
  aria-label="Application launcher"
4389
4197
  >
4390
4198
  <span class="pf-v6-c-menu-toggle__icon">
4391
- <svg
4392
- class="pf-v5-svg"
4393
- viewBox="0 0 192 512"
4394
- fill="currentColor"
4395
- aria-hidden="true"
4396
- role="img"
4397
- width="1em"
4398
- height="1em"
4399
- >
4400
- <path
4401
- 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"
4402
- />
4403
- </svg>
4199
+ <i class="fas fa-th" aria-hidden="true"></i>
4404
4200
  </span>
4405
4201
  </button>
4406
4202
  </div>
@@ -4412,19 +4208,7 @@ section: components
4412
4208
  aria-label="Settings"
4413
4209
  >
4414
4210
  <span class="pf-v6-c-menu-toggle__icon">
4415
- <svg
4416
- class="pf-v5-svg"
4417
- viewBox="0 0 192 512"
4418
- fill="currentColor"
4419
- aria-hidden="true"
4420
- role="img"
4421
- width="1em"
4422
- height="1em"
4423
- >
4424
- <path
4425
- 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"
4426
- />
4427
- </svg>
4211
+ <i class="fas fa-cog" aria-hidden="true"></i>
4428
4212
  </span>
4429
4213
  </button>
4430
4214
  </div>
@@ -4436,19 +4220,7 @@ section: components
4436
4220
  aria-label="Help"
4437
4221
  >
4438
4222
  <span class="pf-v6-c-menu-toggle__icon">
4439
- <svg
4440
- class="pf-v5-svg"
4441
- viewBox="0 0 192 512"
4442
- fill="currentColor"
4443
- aria-hidden="true"
4444
- role="img"
4445
- width="1em"
4446
- height="1em"
4447
- >
4448
- <path
4449
- 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"
4450
- />
4451
- </svg>
4223
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
4452
4224
  </span>
4453
4225
  </button>
4454
4226
  </div>
@@ -4461,19 +4233,7 @@ section: components
4461
4233
  aria-label="Actions"
4462
4234
  >
4463
4235
  <span class="pf-v6-c-menu-toggle__icon">
4464
- <svg
4465
- class="pf-v5-svg"
4466
- viewBox="0 0 192 512"
4467
- fill="currentColor"
4468
- aria-hidden="true"
4469
- role="img"
4470
- width="1em"
4471
- height="1em"
4472
- >
4473
- <path
4474
- 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"
4475
- />
4476
- </svg>
4236
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4477
4237
  </span>
4478
4238
  </button>
4479
4239
  </div>