@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>
@@ -550,19 +502,7 @@ section: components
550
502
  aria-label="Application launcher"
551
503
  >
552
504
  <span class="pf-v6-c-menu-toggle__icon">
553
- <svg
554
- class="pf-v5-svg"
555
- viewBox="0 0 192 512"
556
- fill="currentColor"
557
- aria-hidden="true"
558
- role="img"
559
- width="1em"
560
- height="1em"
561
- >
562
- <path
563
- 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"
564
- />
565
- </svg>
505
+ <i class="fas fa-th" aria-hidden="true"></i>
566
506
  </span>
567
507
  </button>
568
508
  </div>
@@ -574,19 +514,7 @@ section: components
574
514
  aria-label="Settings"
575
515
  >
576
516
  <span class="pf-v6-c-menu-toggle__icon">
577
- <svg
578
- class="pf-v5-svg"
579
- viewBox="0 0 192 512"
580
- fill="currentColor"
581
- aria-hidden="true"
582
- role="img"
583
- width="1em"
584
- height="1em"
585
- >
586
- <path
587
- 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"
588
- />
589
- </svg>
517
+ <i class="fas fa-cog" aria-hidden="true"></i>
590
518
  </span>
591
519
  </button>
592
520
  </div>
@@ -598,19 +526,7 @@ section: components
598
526
  aria-label="Help"
599
527
  >
600
528
  <span class="pf-v6-c-menu-toggle__icon">
601
- <svg
602
- class="pf-v5-svg"
603
- viewBox="0 0 192 512"
604
- fill="currentColor"
605
- aria-hidden="true"
606
- role="img"
607
- width="1em"
608
- height="1em"
609
- >
610
- <path
611
- 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"
612
- />
613
- </svg>
529
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
614
530
  </span>
615
531
  </button>
616
532
  </div>
@@ -623,19 +539,7 @@ section: components
623
539
  aria-label="Actions"
624
540
  >
625
541
  <span class="pf-v6-c-menu-toggle__icon">
626
- <svg
627
- class="pf-v5-svg"
628
- viewBox="0 0 192 512"
629
- fill="currentColor"
630
- aria-hidden="true"
631
- role="img"
632
- width="1em"
633
- height="1em"
634
- >
635
- <path
636
- 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"
637
- />
638
- </svg>
542
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
639
543
  </span>
640
544
  </button>
641
545
  </div>
@@ -958,19 +862,7 @@ section: components
958
862
  aria-label="Application launcher"
959
863
  >
960
864
  <span class="pf-v6-c-menu-toggle__icon">
961
- <svg
962
- class="pf-v5-svg"
963
- viewBox="0 0 192 512"
964
- fill="currentColor"
965
- aria-hidden="true"
966
- role="img"
967
- width="1em"
968
- height="1em"
969
- >
970
- <path
971
- 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"
972
- />
973
- </svg>
865
+ <i class="fas fa-th" aria-hidden="true"></i>
974
866
  </span>
975
867
  </button>
976
868
  </div>
@@ -982,19 +874,7 @@ section: components
982
874
  aria-label="Settings"
983
875
  >
984
876
  <span class="pf-v6-c-menu-toggle__icon">
985
- <svg
986
- class="pf-v5-svg"
987
- viewBox="0 0 192 512"
988
- fill="currentColor"
989
- aria-hidden="true"
990
- role="img"
991
- width="1em"
992
- height="1em"
993
- >
994
- <path
995
- 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"
996
- />
997
- </svg>
877
+ <i class="fas fa-cog" aria-hidden="true"></i>
998
878
  </span>
999
879
  </button>
1000
880
  </div>
@@ -1006,19 +886,7 @@ section: components
1006
886
  aria-label="Help"
1007
887
  >
1008
888
  <span class="pf-v6-c-menu-toggle__icon">
1009
- <svg
1010
- class="pf-v5-svg"
1011
- viewBox="0 0 192 512"
1012
- fill="currentColor"
1013
- aria-hidden="true"
1014
- role="img"
1015
- width="1em"
1016
- height="1em"
1017
- >
1018
- <path
1019
- 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"
1020
- />
1021
- </svg>
889
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1022
890
  </span>
1023
891
  </button>
1024
892
  </div>
@@ -1031,19 +899,7 @@ section: components
1031
899
  aria-label="Actions"
1032
900
  >
1033
901
  <span class="pf-v6-c-menu-toggle__icon">
1034
- <svg
1035
- class="pf-v5-svg"
1036
- viewBox="0 0 192 512"
1037
- fill="currentColor"
1038
- aria-hidden="true"
1039
- role="img"
1040
- width="1em"
1041
- height="1em"
1042
- >
1043
- <path
1044
- 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"
1045
- />
1046
- </svg>
902
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1047
903
  </span>
1048
904
  </button>
1049
905
  </div>
@@ -1356,19 +1212,7 @@ section: components
1356
1212
  aria-label="Application launcher"
1357
1213
  >
1358
1214
  <span class="pf-v6-c-menu-toggle__icon">
1359
- <svg
1360
- class="pf-v5-svg"
1361
- viewBox="0 0 192 512"
1362
- fill="currentColor"
1363
- aria-hidden="true"
1364
- role="img"
1365
- width="1em"
1366
- height="1em"
1367
- >
1368
- <path
1369
- 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"
1370
- />
1371
- </svg>
1215
+ <i class="fas fa-th" aria-hidden="true"></i>
1372
1216
  </span>
1373
1217
  </button>
1374
1218
  </div>
@@ -1380,19 +1224,7 @@ section: components
1380
1224
  aria-label="Settings"
1381
1225
  >
1382
1226
  <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>
1227
+ <i class="fas fa-cog" aria-hidden="true"></i>
1396
1228
  </span>
1397
1229
  </button>
1398
1230
  </div>
@@ -1404,19 +1236,7 @@ section: components
1404
1236
  aria-label="Help"
1405
1237
  >
1406
1238
  <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>
1239
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1420
1240
  </span>
1421
1241
  </button>
1422
1242
  </div>
@@ -1429,19 +1249,7 @@ section: components
1429
1249
  aria-label="Actions"
1430
1250
  >
1431
1251
  <span class="pf-v6-c-menu-toggle__icon">
1432
- <svg
1433
- class="pf-v5-svg"
1434
- viewBox="0 0 192 512"
1435
- fill="currentColor"
1436
- aria-hidden="true"
1437
- role="img"
1438
- width="1em"
1439
- height="1em"
1440
- >
1441
- <path
1442
- 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"
1443
- />
1444
- </svg>
1252
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1445
1253
  </span>
1446
1254
  </button>
1447
1255
  </div>
@@ -1754,19 +1562,7 @@ section: components
1754
1562
  aria-label="Application launcher"
1755
1563
  >
1756
1564
  <span class="pf-v6-c-menu-toggle__icon">
1757
- <svg
1758
- class="pf-v5-svg"
1759
- viewBox="0 0 192 512"
1760
- fill="currentColor"
1761
- aria-hidden="true"
1762
- role="img"
1763
- width="1em"
1764
- height="1em"
1765
- >
1766
- <path
1767
- 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"
1768
- />
1769
- </svg>
1565
+ <i class="fas fa-th" aria-hidden="true"></i>
1770
1566
  </span>
1771
1567
  </button>
1772
1568
  </div>
@@ -1778,19 +1574,7 @@ section: components
1778
1574
  aria-label="Settings"
1779
1575
  >
1780
1576
  <span class="pf-v6-c-menu-toggle__icon">
1781
- <svg
1782
- class="pf-v5-svg"
1783
- viewBox="0 0 192 512"
1784
- fill="currentColor"
1785
- aria-hidden="true"
1786
- role="img"
1787
- width="1em"
1788
- height="1em"
1789
- >
1790
- <path
1791
- 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"
1792
- />
1793
- </svg>
1577
+ <i class="fas fa-cog" aria-hidden="true"></i>
1794
1578
  </span>
1795
1579
  </button>
1796
1580
  </div>
@@ -1802,19 +1586,7 @@ section: components
1802
1586
  aria-label="Help"
1803
1587
  >
1804
1588
  <span class="pf-v6-c-menu-toggle__icon">
1805
- <svg
1806
- class="pf-v5-svg"
1807
- viewBox="0 0 192 512"
1808
- fill="currentColor"
1809
- aria-hidden="true"
1810
- role="img"
1811
- width="1em"
1812
- height="1em"
1813
- >
1814
- <path
1815
- 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"
1816
- />
1817
- </svg>
1589
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1818
1590
  </span>
1819
1591
  </button>
1820
1592
  </div>
@@ -1827,19 +1599,7 @@ section: components
1827
1599
  aria-label="Actions"
1828
1600
  >
1829
1601
  <span class="pf-v6-c-menu-toggle__icon">
1830
- <svg
1831
- class="pf-v5-svg"
1832
- viewBox="0 0 192 512"
1833
- fill="currentColor"
1834
- aria-hidden="true"
1835
- role="img"
1836
- width="1em"
1837
- height="1em"
1838
- >
1839
- <path
1840
- 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"
1841
- />
1842
- </svg>
1602
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1843
1603
  </span>
1844
1604
  </button>
1845
1605
  </div>
@@ -2152,19 +1912,7 @@ section: components
2152
1912
  aria-label="Application launcher"
2153
1913
  >
2154
1914
  <span class="pf-v6-c-menu-toggle__icon">
2155
- <svg
2156
- class="pf-v5-svg"
2157
- viewBox="0 0 192 512"
2158
- fill="currentColor"
2159
- aria-hidden="true"
2160
- role="img"
2161
- width="1em"
2162
- height="1em"
2163
- >
2164
- <path
2165
- 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"
2166
- />
2167
- </svg>
1915
+ <i class="fas fa-th" aria-hidden="true"></i>
2168
1916
  </span>
2169
1917
  </button>
2170
1918
  </div>
@@ -2176,19 +1924,7 @@ section: components
2176
1924
  aria-label="Settings"
2177
1925
  >
2178
1926
  <span class="pf-v6-c-menu-toggle__icon">
2179
- <svg
2180
- class="pf-v5-svg"
2181
- viewBox="0 0 192 512"
2182
- fill="currentColor"
2183
- aria-hidden="true"
2184
- role="img"
2185
- width="1em"
2186
- height="1em"
2187
- >
2188
- <path
2189
- 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"
2190
- />
2191
- </svg>
1927
+ <i class="fas fa-cog" aria-hidden="true"></i>
2192
1928
  </span>
2193
1929
  </button>
2194
1930
  </div>
@@ -2200,19 +1936,7 @@ section: components
2200
1936
  aria-label="Help"
2201
1937
  >
2202
1938
  <span class="pf-v6-c-menu-toggle__icon">
2203
- <svg
2204
- class="pf-v5-svg"
2205
- viewBox="0 0 192 512"
2206
- fill="currentColor"
2207
- aria-hidden="true"
2208
- role="img"
2209
- width="1em"
2210
- height="1em"
2211
- >
2212
- <path
2213
- 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"
2214
- />
2215
- </svg>
1939
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
2216
1940
  </span>
2217
1941
  </button>
2218
1942
  </div>
@@ -2225,19 +1949,7 @@ section: components
2225
1949
  aria-label="Actions"
2226
1950
  >
2227
1951
  <span class="pf-v6-c-menu-toggle__icon">
2228
- <svg
2229
- class="pf-v5-svg"
2230
- viewBox="0 0 192 512"
2231
- fill="currentColor"
2232
- aria-hidden="true"
2233
- role="img"
2234
- width="1em"
2235
- height="1em"
2236
- >
2237
- <path
2238
- 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"
2239
- />
2240
- </svg>
1952
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2241
1953
  </span>
2242
1954
  </button>
2243
1955
  </div>