@patternfly/patternfly 6.5.0-prerelease.66 → 6.5.0-prerelease.68

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 (58) hide show
  1. package/components/Accordion/accordion.css +1 -2
  2. package/components/Accordion/accordion.scss +2 -2
  3. package/components/Card/card.css +8 -0
  4. package/components/Card/card.scss +13 -0
  5. package/components/DataList/data-list.css +1 -1
  6. package/components/DataList/data-list.scss +2 -2
  7. package/components/Drawer/drawer.css +3 -5
  8. package/components/Drawer/drawer.scss +7 -9
  9. package/components/OverflowMenu/overflow-menu.css +16 -0
  10. package/components/OverflowMenu/overflow-menu.scss +20 -1
  11. package/components/Page/page.css +11 -11
  12. package/components/Page/page.scss +2 -2
  13. package/components/Table/table.css +1 -2
  14. package/components/Table/table.scss +2 -2
  15. package/components/Toolbar/toolbar.css +100 -0
  16. package/components/Toolbar/toolbar.scss +2 -2
  17. package/components/Wizard/wizard.css +2 -2
  18. package/components/Wizard/wizard.scss +4 -4
  19. package/components/_index.css +143 -23
  20. package/docs/components/ActionList/examples/ActionList.md +2 -2
  21. package/docs/components/Alert/examples/Alert.md +4 -4
  22. package/docs/components/Button/examples/Button.md +1 -1
  23. package/docs/components/Icon/examples/Icon.md +13 -1
  24. package/docs/components/Menu/examples/Menu.md +26 -2
  25. package/docs/components/MenuToggle/examples/MenuToggle.md +172 -64
  26. package/docs/components/OverflowMenu/examples/overflow-menu.css +6 -3
  27. package/docs/components/OverflowMenu/examples/overflow-menu.md +21 -0
  28. package/docs/components/Toolbar/examples/Toolbar.md +106 -7
  29. package/docs/components/TreeView/examples/TreeView.md +4 -4
  30. package/docs/components/Wizard/examples/Wizard.md +1 -1
  31. package/docs/demos/AboutModal/examples/AboutModal.md +23 -15
  32. package/docs/demos/Alert/examples/Alert.md +69 -45
  33. package/docs/demos/BackToTop/examples/BackToTop.md +23 -15
  34. package/docs/demos/Banner/examples/Banner.md +46 -30
  35. package/docs/demos/CardView/examples/CardView.md +36 -16
  36. package/docs/demos/Compass/examples/Compass.md +76 -19
  37. package/docs/demos/Dashboard/examples/Dashboard.md +23 -15
  38. package/docs/demos/DataList/examples/DataList.md +157 -65
  39. package/docs/demos/DescriptionList/examples/DescriptionList.md +69 -45
  40. package/docs/demos/Drawer/examples/Drawer.md +115 -75
  41. package/docs/demos/JumpLinks/examples/JumpLinks.md +138 -90
  42. package/docs/demos/Masthead/examples/Masthead.md +101 -21
  43. package/docs/demos/Modal/examples/Modal.md +138 -90
  44. package/docs/demos/Nav/examples/Nav.md +188 -120
  45. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +115 -75
  46. package/docs/demos/Page/examples/Page.md +361 -213
  47. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +265 -113
  48. package/docs/demos/Skeleton/examples/Skeleton.md +23 -15
  49. package/docs/demos/Table/examples/Table.md +711 -271
  50. package/docs/demos/Tabs/examples/Tabs.md +151 -91
  51. package/docs/demos/Toolbar/examples/Toolbar.md +124 -36
  52. package/docs/demos/Wizard/examples/Wizard.md +207 -135
  53. package/package.json +1 -1
  54. package/patternfly-no-globals.css +143 -23
  55. package/patternfly.css +143 -23
  56. package/patternfly.min.css +1 -1
  57. package/patternfly.min.css.map +1 -1
  58. package/sass-utilities/mixins.scss +16 -1
@@ -145,23 +145,11 @@ wrapperTag: div
145
145
  type="button"
146
146
  aria-expanded="false"
147
147
  aria-label="Application launcher"
148
- >
149
- <span class="pf-v6-c-menu-toggle__icon">
150
- <i class="fas fa-th" aria-hidden="true"></i>
151
- </span>
152
- </button>
153
- </div>
154
- <div class="pf-v6-c-toolbar__item">
155
- <button
156
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
157
- type="button"
158
- aria-expanded="false"
159
- aria-label="Settings"
160
148
  >
161
149
  <span class="pf-v6-c-menu-toggle__icon">
162
150
  <svg
163
151
  class="pf-v6-svg"
164
- viewBox="0 0 32 32"
152
+ viewBox="0 0 512 512"
165
153
  fill="currentColor"
166
154
  aria-hidden="true"
167
155
  role="img"
@@ -169,12 +157,20 @@ wrapperTag: div
169
157
  height="1em"
170
158
  >
171
159
  <path
172
- d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
160
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
173
161
  />
174
162
  </svg>
175
163
  </span>
176
164
  </button>
177
165
  </div>
166
+ <div class="pf-v6-c-toolbar__item">
167
+ <button
168
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
169
+ type="button"
170
+ aria-expanded="false"
171
+ aria-label="Settings"
172
+ ></button>
173
+ </div>
178
174
  <div class="pf-v6-c-toolbar__item">
179
175
  <button
180
176
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -183,7 +179,19 @@ wrapperTag: div
183
179
  aria-label="Help"
184
180
  >
185
181
  <span class="pf-v6-c-menu-toggle__icon">
186
- <i class="fas fa-question-circle" aria-hidden="true"></i>
182
+ <svg
183
+ class="pf-v6-svg"
184
+ viewBox="0 0 512 512"
185
+ fill="currentColor"
186
+ aria-hidden="true"
187
+ role="img"
188
+ width="1em"
189
+ height="1em"
190
+ >
191
+ <path
192
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
193
+ />
194
+ </svg>
187
195
  </span>
188
196
  </button>
189
197
  </div>
@@ -872,23 +880,11 @@ wrapperTag: div
872
880
  type="button"
873
881
  aria-expanded="false"
874
882
  aria-label="Application launcher"
875
- >
876
- <span class="pf-v6-c-menu-toggle__icon">
877
- <i class="fas fa-th" aria-hidden="true"></i>
878
- </span>
879
- </button>
880
- </div>
881
- <div class="pf-v6-c-toolbar__item">
882
- <button
883
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
884
- type="button"
885
- aria-expanded="false"
886
- aria-label="Settings"
887
883
  >
888
884
  <span class="pf-v6-c-menu-toggle__icon">
889
885
  <svg
890
886
  class="pf-v6-svg"
891
- viewBox="0 0 32 32"
887
+ viewBox="0 0 512 512"
892
888
  fill="currentColor"
893
889
  aria-hidden="true"
894
890
  role="img"
@@ -896,12 +892,20 @@ wrapperTag: div
896
892
  height="1em"
897
893
  >
898
894
  <path
899
- d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
895
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
900
896
  />
901
897
  </svg>
902
898
  </span>
903
899
  </button>
904
900
  </div>
901
+ <div class="pf-v6-c-toolbar__item">
902
+ <button
903
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
904
+ type="button"
905
+ aria-expanded="false"
906
+ aria-label="Settings"
907
+ ></button>
908
+ </div>
905
909
  <div class="pf-v6-c-toolbar__item">
906
910
  <button
907
911
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -910,7 +914,19 @@ wrapperTag: div
910
914
  aria-label="Help"
911
915
  >
912
916
  <span class="pf-v6-c-menu-toggle__icon">
913
- <i class="fas fa-question-circle" aria-hidden="true"></i>
917
+ <svg
918
+ class="pf-v6-svg"
919
+ viewBox="0 0 512 512"
920
+ fill="currentColor"
921
+ aria-hidden="true"
922
+ role="img"
923
+ width="1em"
924
+ height="1em"
925
+ >
926
+ <path
927
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
928
+ />
929
+ </svg>
914
930
  </span>
915
931
  </button>
916
932
  </div>
@@ -1581,23 +1597,11 @@ wrapperTag: div
1581
1597
  type="button"
1582
1598
  aria-expanded="false"
1583
1599
  aria-label="Application launcher"
1584
- >
1585
- <span class="pf-v6-c-menu-toggle__icon">
1586
- <i class="fas fa-th" aria-hidden="true"></i>
1587
- </span>
1588
- </button>
1589
- </div>
1590
- <div class="pf-v6-c-toolbar__item">
1591
- <button
1592
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
1593
- type="button"
1594
- aria-expanded="false"
1595
- aria-label="Settings"
1596
1600
  >
1597
1601
  <span class="pf-v6-c-menu-toggle__icon">
1598
1602
  <svg
1599
1603
  class="pf-v6-svg"
1600
- viewBox="0 0 32 32"
1604
+ viewBox="0 0 512 512"
1601
1605
  fill="currentColor"
1602
1606
  aria-hidden="true"
1603
1607
  role="img"
@@ -1605,12 +1609,20 @@ wrapperTag: div
1605
1609
  height="1em"
1606
1610
  >
1607
1611
  <path
1608
- d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
1612
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
1609
1613
  />
1610
1614
  </svg>
1611
1615
  </span>
1612
1616
  </button>
1613
1617
  </div>
1618
+ <div class="pf-v6-c-toolbar__item">
1619
+ <button
1620
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
1621
+ type="button"
1622
+ aria-expanded="false"
1623
+ aria-label="Settings"
1624
+ ></button>
1625
+ </div>
1614
1626
  <div class="pf-v6-c-toolbar__item">
1615
1627
  <button
1616
1628
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -1619,7 +1631,19 @@ wrapperTag: div
1619
1631
  aria-label="Help"
1620
1632
  >
1621
1633
  <span class="pf-v6-c-menu-toggle__icon">
1622
- <i class="fas fa-question-circle" aria-hidden="true"></i>
1634
+ <svg
1635
+ class="pf-v6-svg"
1636
+ viewBox="0 0 512 512"
1637
+ fill="currentColor"
1638
+ aria-hidden="true"
1639
+ role="img"
1640
+ width="1em"
1641
+ height="1em"
1642
+ >
1643
+ <path
1644
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
1645
+ />
1646
+ </svg>
1623
1647
  </span>
1624
1648
  </button>
1625
1649
  </div>
@@ -2386,23 +2410,11 @@ wrapperTag: div
2386
2410
  type="button"
2387
2411
  aria-expanded="false"
2388
2412
  aria-label="Application launcher"
2389
- >
2390
- <span class="pf-v6-c-menu-toggle__icon">
2391
- <i class="fas fa-th" aria-hidden="true"></i>
2392
- </span>
2393
- </button>
2394
- </div>
2395
- <div class="pf-v6-c-toolbar__item">
2396
- <button
2397
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
2398
- type="button"
2399
- aria-expanded="false"
2400
- aria-label="Settings"
2401
2413
  >
2402
2414
  <span class="pf-v6-c-menu-toggle__icon">
2403
2415
  <svg
2404
2416
  class="pf-v6-svg"
2405
- viewBox="0 0 32 32"
2417
+ viewBox="0 0 512 512"
2406
2418
  fill="currentColor"
2407
2419
  aria-hidden="true"
2408
2420
  role="img"
@@ -2410,12 +2422,20 @@ wrapperTag: div
2410
2422
  height="1em"
2411
2423
  >
2412
2424
  <path
2413
- d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
2425
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
2414
2426
  />
2415
2427
  </svg>
2416
2428
  </span>
2417
2429
  </button>
2418
2430
  </div>
2431
+ <div class="pf-v6-c-toolbar__item">
2432
+ <button
2433
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
2434
+ type="button"
2435
+ aria-expanded="false"
2436
+ aria-label="Settings"
2437
+ ></button>
2438
+ </div>
2419
2439
  <div class="pf-v6-c-toolbar__item">
2420
2440
  <button
2421
2441
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -2424,7 +2444,19 @@ wrapperTag: div
2424
2444
  aria-label="Help"
2425
2445
  >
2426
2446
  <span class="pf-v6-c-menu-toggle__icon">
2427
- <i class="fas fa-question-circle" aria-hidden="true"></i>
2447
+ <svg
2448
+ class="pf-v6-svg"
2449
+ viewBox="0 0 512 512"
2450
+ fill="currentColor"
2451
+ aria-hidden="true"
2452
+ role="img"
2453
+ width="1em"
2454
+ height="1em"
2455
+ >
2456
+ <path
2457
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
2458
+ />
2459
+ </svg>
2428
2460
  </span>
2429
2461
  </button>
2430
2462
  </div>
@@ -3187,23 +3219,11 @@ wrapperTag: div
3187
3219
  type="button"
3188
3220
  aria-expanded="false"
3189
3221
  aria-label="Application launcher"
3190
- >
3191
- <span class="pf-v6-c-menu-toggle__icon">
3192
- <i class="fas fa-th" aria-hidden="true"></i>
3193
- </span>
3194
- </button>
3195
- </div>
3196
- <div class="pf-v6-c-toolbar__item">
3197
- <button
3198
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
3199
- type="button"
3200
- aria-expanded="false"
3201
- aria-label="Settings"
3202
3222
  >
3203
3223
  <span class="pf-v6-c-menu-toggle__icon">
3204
3224
  <svg
3205
3225
  class="pf-v6-svg"
3206
- viewBox="0 0 32 32"
3226
+ viewBox="0 0 512 512"
3207
3227
  fill="currentColor"
3208
3228
  aria-hidden="true"
3209
3229
  role="img"
@@ -3211,12 +3231,20 @@ wrapperTag: div
3211
3231
  height="1em"
3212
3232
  >
3213
3233
  <path
3214
- d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
3234
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
3215
3235
  />
3216
3236
  </svg>
3217
3237
  </span>
3218
3238
  </button>
3219
3239
  </div>
3240
+ <div class="pf-v6-c-toolbar__item">
3241
+ <button
3242
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
3243
+ type="button"
3244
+ aria-expanded="false"
3245
+ aria-label="Settings"
3246
+ ></button>
3247
+ </div>
3220
3248
  <div class="pf-v6-c-toolbar__item">
3221
3249
  <button
3222
3250
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -3225,7 +3253,19 @@ wrapperTag: div
3225
3253
  aria-label="Help"
3226
3254
  >
3227
3255
  <span class="pf-v6-c-menu-toggle__icon">
3228
- <i class="fas fa-question-circle" aria-hidden="true"></i>
3256
+ <svg
3257
+ class="pf-v6-svg"
3258
+ viewBox="0 0 512 512"
3259
+ fill="currentColor"
3260
+ aria-hidden="true"
3261
+ role="img"
3262
+ width="1em"
3263
+ height="1em"
3264
+ >
3265
+ <path
3266
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
3267
+ />
3268
+ </svg>
3229
3269
  </span>
3230
3270
  </button>
3231
3271
  </div>
@@ -3863,23 +3903,11 @@ wrapperTag: div
3863
3903
  type="button"
3864
3904
  aria-expanded="false"
3865
3905
  aria-label="Application launcher"
3866
- >
3867
- <span class="pf-v6-c-menu-toggle__icon">
3868
- <i class="fas fa-th" aria-hidden="true"></i>
3869
- </span>
3870
- </button>
3871
- </div>
3872
- <div class="pf-v6-c-toolbar__item">
3873
- <button
3874
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
3875
- type="button"
3876
- aria-expanded="false"
3877
- aria-label="Settings"
3878
3906
  >
3879
3907
  <span class="pf-v6-c-menu-toggle__icon">
3880
3908
  <svg
3881
3909
  class="pf-v6-svg"
3882
- viewBox="0 0 32 32"
3910
+ viewBox="0 0 512 512"
3883
3911
  fill="currentColor"
3884
3912
  aria-hidden="true"
3885
3913
  role="img"
@@ -3887,12 +3915,20 @@ wrapperTag: div
3887
3915
  height="1em"
3888
3916
  >
3889
3917
  <path
3890
- d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
3918
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
3891
3919
  />
3892
3920
  </svg>
3893
3921
  </span>
3894
3922
  </button>
3895
3923
  </div>
3924
+ <div class="pf-v6-c-toolbar__item">
3925
+ <button
3926
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
3927
+ type="button"
3928
+ aria-expanded="false"
3929
+ aria-label="Settings"
3930
+ ></button>
3931
+ </div>
3896
3932
  <div class="pf-v6-c-toolbar__item">
3897
3933
  <button
3898
3934
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -3901,7 +3937,19 @@ wrapperTag: div
3901
3937
  aria-label="Help"
3902
3938
  >
3903
3939
  <span class="pf-v6-c-menu-toggle__icon">
3904
- <i class="fas fa-question-circle" aria-hidden="true"></i>
3940
+ <svg
3941
+ class="pf-v6-svg"
3942
+ viewBox="0 0 512 512"
3943
+ fill="currentColor"
3944
+ aria-hidden="true"
3945
+ role="img"
3946
+ width="1em"
3947
+ height="1em"
3948
+ >
3949
+ <path
3950
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
3951
+ />
3952
+ </svg>
3905
3953
  </span>
3906
3954
  </button>
3907
3955
  </div>
@@ -4522,23 +4570,11 @@ wrapperTag: div
4522
4570
  type="button"
4523
4571
  aria-expanded="false"
4524
4572
  aria-label="Application launcher"
4525
- >
4526
- <span class="pf-v6-c-menu-toggle__icon">
4527
- <i class="fas fa-th" aria-hidden="true"></i>
4528
- </span>
4529
- </button>
4530
- </div>
4531
- <div class="pf-v6-c-toolbar__item">
4532
- <button
4533
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
4534
- type="button"
4535
- aria-expanded="false"
4536
- aria-label="Settings"
4537
4573
  >
4538
4574
  <span class="pf-v6-c-menu-toggle__icon">
4539
4575
  <svg
4540
4576
  class="pf-v6-svg"
4541
- viewBox="0 0 32 32"
4577
+ viewBox="0 0 512 512"
4542
4578
  fill="currentColor"
4543
4579
  aria-hidden="true"
4544
4580
  role="img"
@@ -4546,12 +4582,20 @@ wrapperTag: div
4546
4582
  height="1em"
4547
4583
  >
4548
4584
  <path
4549
- d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
4585
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
4550
4586
  />
4551
4587
  </svg>
4552
4588
  </span>
4553
4589
  </button>
4554
4590
  </div>
4591
+ <div class="pf-v6-c-toolbar__item">
4592
+ <button
4593
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
4594
+ type="button"
4595
+ aria-expanded="false"
4596
+ aria-label="Settings"
4597
+ ></button>
4598
+ </div>
4555
4599
  <div class="pf-v6-c-toolbar__item">
4556
4600
  <button
4557
4601
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -4560,7 +4604,19 @@ wrapperTag: div
4560
4604
  aria-label="Help"
4561
4605
  >
4562
4606
  <span class="pf-v6-c-menu-toggle__icon">
4563
- <i class="fas fa-question-circle" aria-hidden="true"></i>
4607
+ <svg
4608
+ class="pf-v6-svg"
4609
+ viewBox="0 0 512 512"
4610
+ fill="currentColor"
4611
+ aria-hidden="true"
4612
+ role="img"
4613
+ width="1em"
4614
+ height="1em"
4615
+ >
4616
+ <path
4617
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
4618
+ />
4619
+ </svg>
4564
4620
  </span>
4565
4621
  </button>
4566
4622
  </div>
@@ -5163,23 +5219,11 @@ wrapperTag: div
5163
5219
  type="button"
5164
5220
  aria-expanded="false"
5165
5221
  aria-label="Application launcher"
5166
- >
5167
- <span class="pf-v6-c-menu-toggle__icon">
5168
- <i class="fas fa-th" aria-hidden="true"></i>
5169
- </span>
5170
- </button>
5171
- </div>
5172
- <div class="pf-v6-c-toolbar__item">
5173
- <button
5174
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
5175
- type="button"
5176
- aria-expanded="false"
5177
- aria-label="Settings"
5178
5222
  >
5179
5223
  <span class="pf-v6-c-menu-toggle__icon">
5180
5224
  <svg
5181
5225
  class="pf-v6-svg"
5182
- viewBox="0 0 32 32"
5226
+ viewBox="0 0 512 512"
5183
5227
  fill="currentColor"
5184
5228
  aria-hidden="true"
5185
5229
  role="img"
@@ -5187,12 +5231,20 @@ wrapperTag: div
5187
5231
  height="1em"
5188
5232
  >
5189
5233
  <path
5190
- d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
5234
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
5191
5235
  />
5192
5236
  </svg>
5193
5237
  </span>
5194
5238
  </button>
5195
5239
  </div>
5240
+ <div class="pf-v6-c-toolbar__item">
5241
+ <button
5242
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
5243
+ type="button"
5244
+ aria-expanded="false"
5245
+ aria-label="Settings"
5246
+ ></button>
5247
+ </div>
5196
5248
  <div class="pf-v6-c-toolbar__item">
5197
5249
  <button
5198
5250
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -5201,7 +5253,19 @@ wrapperTag: div
5201
5253
  aria-label="Help"
5202
5254
  >
5203
5255
  <span class="pf-v6-c-menu-toggle__icon">
5204
- <i class="fas fa-question-circle" aria-hidden="true"></i>
5256
+ <svg
5257
+ class="pf-v6-svg"
5258
+ viewBox="0 0 512 512"
5259
+ fill="currentColor"
5260
+ aria-hidden="true"
5261
+ role="img"
5262
+ width="1em"
5263
+ height="1em"
5264
+ >
5265
+ <path
5266
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
5267
+ />
5268
+ </svg>
5205
5269
  </span>
5206
5270
  </button>
5207
5271
  </div>
@@ -5887,23 +5951,11 @@ wrapperTag: div
5887
5951
  type="button"
5888
5952
  aria-expanded="false"
5889
5953
  aria-label="Application launcher"
5890
- >
5891
- <span class="pf-v6-c-menu-toggle__icon">
5892
- <i class="fas fa-th" aria-hidden="true"></i>
5893
- </span>
5894
- </button>
5895
- </div>
5896
- <div class="pf-v6-c-toolbar__item">
5897
- <button
5898
- class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
5899
- type="button"
5900
- aria-expanded="false"
5901
- aria-label="Settings"
5902
5954
  >
5903
5955
  <span class="pf-v6-c-menu-toggle__icon">
5904
5956
  <svg
5905
5957
  class="pf-v6-svg"
5906
- viewBox="0 0 32 32"
5958
+ viewBox="0 0 512 512"
5907
5959
  fill="currentColor"
5908
5960
  aria-hidden="true"
5909
5961
  role="img"
@@ -5911,12 +5963,20 @@ wrapperTag: div
5911
5963
  height="1em"
5912
5964
  >
5913
5965
  <path
5914
- d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
5966
+ d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"
5915
5967
  />
5916
5968
  </svg>
5917
5969
  </span>
5918
5970
  </button>
5919
5971
  </div>
5972
+ <div class="pf-v6-c-toolbar__item">
5973
+ <button
5974
+ class="pf-v6-c-menu-toggle pf-m-settings pf-m-plain"
5975
+ type="button"
5976
+ aria-expanded="false"
5977
+ aria-label="Settings"
5978
+ ></button>
5979
+ </div>
5920
5980
  <div class="pf-v6-c-toolbar__item">
5921
5981
  <button
5922
5982
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -5925,7 +5985,19 @@ wrapperTag: div
5925
5985
  aria-label="Help"
5926
5986
  >
5927
5987
  <span class="pf-v6-c-menu-toggle__icon">
5928
- <i class="fas fa-question-circle" aria-hidden="true"></i>
5988
+ <svg
5989
+ class="pf-v6-svg"
5990
+ viewBox="0 0 512 512"
5991
+ fill="currentColor"
5992
+ aria-hidden="true"
5993
+ role="img"
5994
+ width="1em"
5995
+ height="1em"
5996
+ >
5997
+ <path
5998
+ d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"
5999
+ />
6000
+ </svg>
5929
6001
  </span>
5930
6002
  </button>
5931
6003
  </div>