@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
@@ -151,19 +151,7 @@ section: components
151
151
  aria-label="Application launcher"
152
152
  >
153
153
  <span class="pf-v6-c-menu-toggle__icon">
154
- <svg
155
- class="pf-v5-svg"
156
- viewBox="0 0 192 512"
157
- fill="currentColor"
158
- aria-hidden="true"
159
- role="img"
160
- width="1em"
161
- height="1em"
162
- >
163
- <path
164
- 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"
165
- />
166
- </svg>
154
+ <i class="fas fa-th" aria-hidden="true"></i>
167
155
  </span>
168
156
  </button>
169
157
  </div>
@@ -175,19 +163,7 @@ section: components
175
163
  aria-label="Settings"
176
164
  >
177
165
  <span class="pf-v6-c-menu-toggle__icon">
178
- <svg
179
- class="pf-v5-svg"
180
- viewBox="0 0 192 512"
181
- fill="currentColor"
182
- aria-hidden="true"
183
- role="img"
184
- width="1em"
185
- height="1em"
186
- >
187
- <path
188
- 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"
189
- />
190
- </svg>
166
+ <i class="fas fa-cog" aria-hidden="true"></i>
191
167
  </span>
192
168
  </button>
193
169
  </div>
@@ -199,19 +175,7 @@ section: components
199
175
  aria-label="Help"
200
176
  >
201
177
  <span class="pf-v6-c-menu-toggle__icon">
202
- <svg
203
- class="pf-v5-svg"
204
- viewBox="0 0 192 512"
205
- fill="currentColor"
206
- aria-hidden="true"
207
- role="img"
208
- width="1em"
209
- height="1em"
210
- >
211
- <path
212
- 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"
213
- />
214
- </svg>
178
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
215
179
  </span>
216
180
  </button>
217
181
  </div>
@@ -224,19 +188,7 @@ section: components
224
188
  aria-label="Actions"
225
189
  >
226
190
  <span class="pf-v6-c-menu-toggle__icon">
227
- <svg
228
- class="pf-v5-svg"
229
- viewBox="0 0 192 512"
230
- fill="currentColor"
231
- aria-hidden="true"
232
- role="img"
233
- width="1em"
234
- height="1em"
235
- >
236
- <path
237
- 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"
238
- />
239
- </svg>
191
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
240
192
  </span>
241
193
  </button>
242
194
  </div>
@@ -607,19 +559,7 @@ section: components
607
559
  aria-label="Application launcher"
608
560
  >
609
561
  <span class="pf-v6-c-menu-toggle__icon">
610
- <svg
611
- class="pf-v5-svg"
612
- viewBox="0 0 192 512"
613
- fill="currentColor"
614
- aria-hidden="true"
615
- role="img"
616
- width="1em"
617
- height="1em"
618
- >
619
- <path
620
- 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"
621
- />
622
- </svg>
562
+ <i class="fas fa-th" aria-hidden="true"></i>
623
563
  </span>
624
564
  </button>
625
565
  </div>
@@ -631,19 +571,7 @@ section: components
631
571
  aria-label="Settings"
632
572
  >
633
573
  <span class="pf-v6-c-menu-toggle__icon">
634
- <svg
635
- class="pf-v5-svg"
636
- viewBox="0 0 192 512"
637
- fill="currentColor"
638
- aria-hidden="true"
639
- role="img"
640
- width="1em"
641
- height="1em"
642
- >
643
- <path
644
- 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"
645
- />
646
- </svg>
574
+ <i class="fas fa-cog" aria-hidden="true"></i>
647
575
  </span>
648
576
  </button>
649
577
  </div>
@@ -655,19 +583,7 @@ section: components
655
583
  aria-label="Help"
656
584
  >
657
585
  <span class="pf-v6-c-menu-toggle__icon">
658
- <svg
659
- class="pf-v5-svg"
660
- viewBox="0 0 192 512"
661
- fill="currentColor"
662
- aria-hidden="true"
663
- role="img"
664
- width="1em"
665
- height="1em"
666
- >
667
- <path
668
- 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"
669
- />
670
- </svg>
586
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
671
587
  </span>
672
588
  </button>
673
589
  </div>
@@ -680,19 +596,7 @@ section: components
680
596
  aria-label="Actions"
681
597
  >
682
598
  <span class="pf-v6-c-menu-toggle__icon">
683
- <svg
684
- class="pf-v5-svg"
685
- viewBox="0 0 192 512"
686
- fill="currentColor"
687
- aria-hidden="true"
688
- role="img"
689
- width="1em"
690
- height="1em"
691
- >
692
- <path
693
- 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"
694
- />
695
- </svg>
599
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
696
600
  </span>
697
601
  </button>
698
602
  </div>
@@ -1063,19 +967,7 @@ section: components
1063
967
  aria-label="Application launcher"
1064
968
  >
1065
969
  <span class="pf-v6-c-menu-toggle__icon">
1066
- <svg
1067
- class="pf-v5-svg"
1068
- viewBox="0 0 192 512"
1069
- fill="currentColor"
1070
- aria-hidden="true"
1071
- role="img"
1072
- width="1em"
1073
- height="1em"
1074
- >
1075
- <path
1076
- 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"
1077
- />
1078
- </svg>
970
+ <i class="fas fa-th" aria-hidden="true"></i>
1079
971
  </span>
1080
972
  </button>
1081
973
  </div>
@@ -1087,19 +979,7 @@ section: components
1087
979
  aria-label="Settings"
1088
980
  >
1089
981
  <span class="pf-v6-c-menu-toggle__icon">
1090
- <svg
1091
- class="pf-v5-svg"
1092
- viewBox="0 0 192 512"
1093
- fill="currentColor"
1094
- aria-hidden="true"
1095
- role="img"
1096
- width="1em"
1097
- height="1em"
1098
- >
1099
- <path
1100
- 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"
1101
- />
1102
- </svg>
982
+ <i class="fas fa-cog" aria-hidden="true"></i>
1103
983
  </span>
1104
984
  </button>
1105
985
  </div>
@@ -1111,19 +991,7 @@ section: components
1111
991
  aria-label="Help"
1112
992
  >
1113
993
  <span class="pf-v6-c-menu-toggle__icon">
1114
- <svg
1115
- class="pf-v5-svg"
1116
- viewBox="0 0 192 512"
1117
- fill="currentColor"
1118
- aria-hidden="true"
1119
- role="img"
1120
- width="1em"
1121
- height="1em"
1122
- >
1123
- <path
1124
- 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"
1125
- />
1126
- </svg>
994
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1127
995
  </span>
1128
996
  </button>
1129
997
  </div>
@@ -1136,19 +1004,7 @@ section: components
1136
1004
  aria-label="Actions"
1137
1005
  >
1138
1006
  <span class="pf-v6-c-menu-toggle__icon">
1139
- <svg
1140
- class="pf-v5-svg"
1141
- viewBox="0 0 192 512"
1142
- fill="currentColor"
1143
- aria-hidden="true"
1144
- role="img"
1145
- width="1em"
1146
- height="1em"
1147
- >
1148
- <path
1149
- 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"
1150
- />
1151
- </svg>
1007
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1152
1008
  </span>
1153
1009
  </button>
1154
1010
  </div>
@@ -1516,19 +1372,7 @@ section: components
1516
1372
  aria-label="Application launcher"
1517
1373
  >
1518
1374
  <span class="pf-v6-c-menu-toggle__icon">
1519
- <svg
1520
- class="pf-v5-svg"
1521
- viewBox="0 0 192 512"
1522
- fill="currentColor"
1523
- aria-hidden="true"
1524
- role="img"
1525
- width="1em"
1526
- height="1em"
1527
- >
1528
- <path
1529
- 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"
1530
- />
1531
- </svg>
1375
+ <i class="fas fa-th" aria-hidden="true"></i>
1532
1376
  </span>
1533
1377
  </button>
1534
1378
  </div>
@@ -1540,19 +1384,7 @@ section: components
1540
1384
  aria-label="Settings"
1541
1385
  >
1542
1386
  <span class="pf-v6-c-menu-toggle__icon">
1543
- <svg
1544
- class="pf-v5-svg"
1545
- viewBox="0 0 192 512"
1546
- fill="currentColor"
1547
- aria-hidden="true"
1548
- role="img"
1549
- width="1em"
1550
- height="1em"
1551
- >
1552
- <path
1553
- 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"
1554
- />
1555
- </svg>
1387
+ <i class="fas fa-cog" aria-hidden="true"></i>
1556
1388
  </span>
1557
1389
  </button>
1558
1390
  </div>
@@ -1564,19 +1396,7 @@ section: components
1564
1396
  aria-label="Help"
1565
1397
  >
1566
1398
  <span class="pf-v6-c-menu-toggle__icon">
1567
- <svg
1568
- class="pf-v5-svg"
1569
- viewBox="0 0 192 512"
1570
- fill="currentColor"
1571
- aria-hidden="true"
1572
- role="img"
1573
- width="1em"
1574
- height="1em"
1575
- >
1576
- <path
1577
- 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"
1578
- />
1579
- </svg>
1399
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1580
1400
  </span>
1581
1401
  </button>
1582
1402
  </div>
@@ -1589,19 +1409,7 @@ section: components
1589
1409
  aria-label="Actions"
1590
1410
  >
1591
1411
  <span class="pf-v6-c-menu-toggle__icon">
1592
- <svg
1593
- class="pf-v5-svg"
1594
- viewBox="0 0 192 512"
1595
- fill="currentColor"
1596
- aria-hidden="true"
1597
- role="img"
1598
- width="1em"
1599
- height="1em"
1600
- >
1601
- <path
1602
- 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"
1603
- />
1604
- </svg>
1412
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1605
1413
  </span>
1606
1414
  </button>
1607
1415
  </div>
@@ -1909,19 +1717,7 @@ section: components
1909
1717
  aria-label="Application launcher"
1910
1718
  >
1911
1719
  <span class="pf-v6-c-menu-toggle__icon">
1912
- <svg
1913
- class="pf-v5-svg"
1914
- viewBox="0 0 192 512"
1915
- fill="currentColor"
1916
- aria-hidden="true"
1917
- role="img"
1918
- width="1em"
1919
- height="1em"
1920
- >
1921
- <path
1922
- 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"
1923
- />
1924
- </svg>
1720
+ <i class="fas fa-th" aria-hidden="true"></i>
1925
1721
  </span>
1926
1722
  </button>
1927
1723
  </div>
@@ -1933,19 +1729,7 @@ section: components
1933
1729
  aria-label="Settings"
1934
1730
  >
1935
1731
  <span class="pf-v6-c-menu-toggle__icon">
1936
- <svg
1937
- class="pf-v5-svg"
1938
- viewBox="0 0 192 512"
1939
- fill="currentColor"
1940
- aria-hidden="true"
1941
- role="img"
1942
- width="1em"
1943
- height="1em"
1944
- >
1945
- <path
1946
- 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"
1947
- />
1948
- </svg>
1732
+ <i class="fas fa-cog" aria-hidden="true"></i>
1949
1733
  </span>
1950
1734
  </button>
1951
1735
  </div>
@@ -1957,19 +1741,7 @@ section: components
1957
1741
  aria-label="Help"
1958
1742
  >
1959
1743
  <span class="pf-v6-c-menu-toggle__icon">
1960
- <svg
1961
- class="pf-v5-svg"
1962
- viewBox="0 0 192 512"
1963
- fill="currentColor"
1964
- aria-hidden="true"
1965
- role="img"
1966
- width="1em"
1967
- height="1em"
1968
- >
1969
- <path
1970
- 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"
1971
- />
1972
- </svg>
1744
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1973
1745
  </span>
1974
1746
  </button>
1975
1747
  </div>
@@ -1982,19 +1754,7 @@ section: components
1982
1754
  aria-label="Actions"
1983
1755
  >
1984
1756
  <span class="pf-v6-c-menu-toggle__icon">
1985
- <svg
1986
- class="pf-v5-svg"
1987
- viewBox="0 0 192 512"
1988
- fill="currentColor"
1989
- aria-hidden="true"
1990
- role="img"
1991
- width="1em"
1992
- height="1em"
1993
- >
1994
- <path
1995
- 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"
1996
- />
1997
- </svg>
1757
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1998
1758
  </span>
1999
1759
  </button>
2000
1760
  </div>
@@ -2324,19 +2084,7 @@ section: components
2324
2084
  aria-label="Application launcher"
2325
2085
  >
2326
2086
  <span class="pf-v6-c-menu-toggle__icon">
2327
- <svg
2328
- class="pf-v5-svg"
2329
- viewBox="0 0 192 512"
2330
- fill="currentColor"
2331
- aria-hidden="true"
2332
- role="img"
2333
- width="1em"
2334
- height="1em"
2335
- >
2336
- <path
2337
- 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"
2338
- />
2339
- </svg>
2087
+ <i class="fas fa-th" aria-hidden="true"></i>
2340
2088
  </span>
2341
2089
  </button>
2342
2090
  </div>
@@ -2348,19 +2096,7 @@ section: components
2348
2096
  aria-label="Settings"
2349
2097
  >
2350
2098
  <span class="pf-v6-c-menu-toggle__icon">
2351
- <svg
2352
- class="pf-v5-svg"
2353
- viewBox="0 0 192 512"
2354
- fill="currentColor"
2355
- aria-hidden="true"
2356
- role="img"
2357
- width="1em"
2358
- height="1em"
2359
- >
2360
- <path
2361
- 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"
2362
- />
2363
- </svg>
2099
+ <i class="fas fa-cog" aria-hidden="true"></i>
2364
2100
  </span>
2365
2101
  </button>
2366
2102
  </div>
@@ -2372,19 +2108,7 @@ section: components
2372
2108
  aria-label="Help"
2373
2109
  >
2374
2110
  <span class="pf-v6-c-menu-toggle__icon">
2375
- <svg
2376
- class="pf-v5-svg"
2377
- viewBox="0 0 192 512"
2378
- fill="currentColor"
2379
- aria-hidden="true"
2380
- role="img"
2381
- width="1em"
2382
- height="1em"
2383
- >
2384
- <path
2385
- 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"
2386
- />
2387
- </svg>
2111
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
2388
2112
  </span>
2389
2113
  </button>
2390
2114
  </div>
@@ -2397,19 +2121,7 @@ section: components
2397
2121
  aria-label="Actions"
2398
2122
  >
2399
2123
  <span class="pf-v6-c-menu-toggle__icon">
2400
- <svg
2401
- class="pf-v5-svg"
2402
- viewBox="0 0 192 512"
2403
- fill="currentColor"
2404
- aria-hidden="true"
2405
- role="img"
2406
- width="1em"
2407
- height="1em"
2408
- >
2409
- <path
2410
- 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"
2411
- />
2412
- </svg>
2124
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2413
2125
  </span>
2414
2126
  </button>
2415
2127
  </div>