@patternfly/patternfly 6.0.0-alpha.8 → 6.0.0-alpha.81

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 (334) hide show
  1. package/CODE_OF_CONDUCT.md +1 -2
  2. package/assets/images/PF-Backdrop.svg +1 -0
  3. package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
  4. package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
  5. package/assets/images/PF-IconLogo-Reverse.svg +14 -0
  6. package/assets/images/PF-IconLogo-color.svg +17 -0
  7. package/assets/images/PF-IconLogo.svg +17 -0
  8. package/assets/images/logo__pf--reverse-on-md.svg +1 -1
  9. package/assets/images/pf-background.svg +22 -0
  10. package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  11. package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  12. package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  13. package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  14. package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  15. package/assets/images/pf_logo_white.hbs +35 -0
  16. package/assets/images/pf_logo_white.svg +38 -0
  17. package/base/_common.scss +8 -4
  18. package/base/_globals.scss +4 -6
  19. package/base/_variables.scss +2 -7
  20. package/base/patternfly-common.css +8 -4
  21. package/base/patternfly-globals.css +4 -3
  22. package/base/patternfly-variables.css +884 -871
  23. package/base/tokens/_tokens-charts.scss +159 -0
  24. package/base/tokens/_tokens-dark.scss +311 -287
  25. package/base/tokens/_tokens-default.scss +425 -329
  26. package/base/tokens/_tokens-font.scss +29 -36
  27. package/base/tokens/_tokens-palette.scss +71 -71
  28. package/base/tokens/_workspace-overrides.scss +7 -0
  29. package/components/AboutModalBox/about-modal-box.css +57 -94
  30. package/components/AboutModalBox/about-modal-box.scss +37 -62
  31. package/components/Accordion/accordion.css +85 -177
  32. package/components/Accordion/accordion.scss +96 -195
  33. package/components/ActionList/action-list.css +18 -17
  34. package/components/ActionList/action-list.scss +26 -16
  35. package/components/Alert/alert-group.css +20 -16
  36. package/components/Alert/alert-group.scss +20 -16
  37. package/components/Alert/alert.css +59 -84
  38. package/components/Alert/alert.scss +62 -78
  39. package/components/Avatar/avatar.css +10 -13
  40. package/components/Avatar/avatar.scss +10 -17
  41. package/components/BackToTop/back-to-top.css +17 -16
  42. package/components/BackToTop/back-to-top.scss +12 -12
  43. package/components/Backdrop/backdrop.css +6 -2
  44. package/components/Backdrop/backdrop.scss +5 -2
  45. package/components/BackgroundImage/background-image.css +5 -1
  46. package/components/BackgroundImage/background-image.scss +5 -1
  47. package/components/Badge/badge.css +23 -15
  48. package/components/Badge/badge.scss +25 -17
  49. package/components/Banner/banner.css +90 -64
  50. package/components/Banner/banner.scss +95 -32
  51. package/components/Breadcrumb/breadcrumb.css +19 -16
  52. package/components/Breadcrumb/breadcrumb.scss +18 -16
  53. package/components/Button/button.css +419 -353
  54. package/components/Button/button.scss +476 -476
  55. package/components/CalendarMonth/calendar-month.css +61 -92
  56. package/components/CalendarMonth/calendar-month.scss +68 -63
  57. package/components/Card/card.css +100 -194
  58. package/components/Card/card.scss +121 -237
  59. package/components/Check/check.css +24 -21
  60. package/components/Check/check.scss +25 -23
  61. package/components/ClipboardCopy/clipboard-copy.css +30 -33
  62. package/components/ClipboardCopy/clipboard-copy.scss +34 -26
  63. package/components/CodeBlock/code-block.css +22 -9
  64. package/components/CodeBlock/code-block.scss +22 -10
  65. package/components/CodeEditor/code-editor.css +94 -72
  66. package/components/CodeEditor/code-editor.scss +104 -82
  67. package/components/Content/content.css +7 -7
  68. package/components/Content/content.scss +7 -7
  69. package/components/DataList/data-list.css +101 -158
  70. package/components/DataList/data-list.scss +95 -154
  71. package/components/DatePicker/date-picker.css +13 -14
  72. package/components/DatePicker/date-picker.scss +12 -16
  73. package/components/DescriptionList/description-list.css +39 -34
  74. package/components/DescriptionList/description-list.scss +25 -25
  75. package/components/Divider/divider.css +91 -169
  76. package/components/Divider/divider.scss +60 -77
  77. package/components/DragDrop/drag-drop.css +18 -14
  78. package/components/DragDrop/drag-drop.scss +18 -17
  79. package/components/Drawer/drawer.css +112 -113
  80. package/components/Drawer/drawer.scss +134 -134
  81. package/components/Dropdown/dropdown.css +1 -3
  82. package/components/Dropdown/dropdown.scss +2 -6
  83. package/components/DualListSelector/dual-list-selector.css +56 -48
  84. package/components/DualListSelector/dual-list-selector.scss +57 -50
  85. package/components/EmptyState/empty-state.css +57 -34
  86. package/components/EmptyState/empty-state.scss +63 -34
  87. package/components/ExpandableSection/expandable-section.css +64 -62
  88. package/components/ExpandableSection/expandable-section.scss +73 -76
  89. package/components/FileUpload/file-upload.css +28 -34
  90. package/components/FileUpload/file-upload.scss +30 -42
  91. package/components/Form/form.css +68 -114
  92. package/components/Form/form.scss +65 -126
  93. package/components/FormControl/form-control.css +86 -111
  94. package/components/FormControl/form-control.scss +88 -92
  95. package/components/HelperText/helper-text.css +28 -34
  96. package/components/HelperText/helper-text.scss +30 -40
  97. package/components/Hint/hint.css +28 -21
  98. package/components/Hint/hint.scss +28 -24
  99. package/components/Icon/icon.css +154 -18
  100. package/components/Icon/icon.scss +187 -20
  101. package/components/InlineEdit/inline-edit.css +8 -7
  102. package/components/InlineEdit/inline-edit.scss +8 -7
  103. package/components/InputGroup/input-group.css +22 -38
  104. package/components/InputGroup/input-group.scss +21 -29
  105. package/components/JumpLinks/jump-links.css +34 -34
  106. package/components/JumpLinks/jump-links.scss +35 -36
  107. package/components/Label/label-group.css +39 -44
  108. package/components/Label/label-group.scss +39 -45
  109. package/components/Label/label.css +380 -355
  110. package/components/Label/label.scss +434 -348
  111. package/components/List/list.css +16 -16
  112. package/components/List/list.scss +17 -17
  113. package/components/Login/login.css +70 -97
  114. package/components/Login/login.scss +56 -64
  115. package/components/Masthead/masthead.css +261 -502
  116. package/components/Masthead/masthead.scss +123 -286
  117. package/components/Menu/menu.css +3 -0
  118. package/components/Menu/menu.scss +7 -3
  119. package/components/MenuToggle/menu-toggle.css +8 -8
  120. package/components/MenuToggle/menu-toggle.scss +8 -10
  121. package/components/ModalBox/modal-box.css +59 -52
  122. package/components/ModalBox/modal-box.scss +57 -53
  123. package/components/MultipleFileUpload/multiple-file-upload.css +77 -50
  124. package/components/MultipleFileUpload/multiple-file-upload.scss +82 -53
  125. package/components/Nav/nav.css +240 -918
  126. package/components/Nav/nav.scss +300 -1082
  127. package/components/NotificationBadge/notification-badge.css +56 -81
  128. package/components/NotificationBadge/notification-badge.scss +60 -97
  129. package/components/NotificationDrawer/notification-drawer.css +104 -115
  130. package/components/NotificationDrawer/notification-drawer.scss +106 -116
  131. package/components/NumberInput/number-input.css +8 -8
  132. package/components/NumberInput/number-input.scss +7 -12
  133. package/components/OverflowMenu/overflow-menu.css +17 -47
  134. package/components/OverflowMenu/overflow-menu.scss +27 -65
  135. package/components/Page/page.css +56 -164
  136. package/components/Page/page.scss +60 -154
  137. package/components/Pagination/pagination.css +57 -124
  138. package/components/Pagination/pagination.scss +40 -128
  139. package/components/Panel/panel.css +27 -23
  140. package/components/Panel/panel.scss +29 -26
  141. package/components/Popover/popover.css +42 -53
  142. package/components/Popover/popover.scss +46 -55
  143. package/components/Progress/progress.css +31 -45
  144. package/components/Progress/progress.scss +36 -55
  145. package/components/ProgressStepper/progress-stepper.css +72 -69
  146. package/components/ProgressStepper/progress-stepper.scss +65 -65
  147. package/components/Radio/radio.css +27 -20
  148. package/components/Radio/radio.scss +28 -22
  149. package/components/Sidebar/sidebar.css +20 -9
  150. package/components/Sidebar/sidebar.scss +23 -11
  151. package/components/SimpleList/simple-list.css +35 -52
  152. package/components/SimpleList/simple-list.scss +41 -51
  153. package/components/Skeleton/skeleton.css +18 -20
  154. package/components/Skeleton/skeleton.scss +17 -21
  155. package/components/SkipToContent/skip-to-content.css +6 -3
  156. package/components/SkipToContent/skip-to-content.scss +8 -6
  157. package/components/Slider/slider.css +34 -30
  158. package/components/Slider/slider.scss +46 -43
  159. package/components/Spinner/spinner.css +17 -34
  160. package/components/Spinner/spinner.scss +19 -47
  161. package/components/Switch/switch.css +42 -38
  162. package/components/Switch/switch.scss +48 -43
  163. package/components/TabContent/tab-content.css +17 -11
  164. package/components/TabContent/tab-content.scss +18 -14
  165. package/components/Table/table-grid.css +29 -45
  166. package/components/Table/table-grid.scss +40 -53
  167. package/components/Table/table-scrollable.css +6 -6
  168. package/components/Table/table-scrollable.scss +8 -8
  169. package/components/Table/table-tree-view.css +76 -74
  170. package/components/Table/table-tree-view.scss +44 -39
  171. package/components/Table/table.css +67 -93
  172. package/components/Table/table.scss +83 -105
  173. package/components/Tabs/tabs.css +143 -175
  174. package/components/Tabs/tabs.scss +159 -217
  175. package/components/Tile/tile.css +40 -81
  176. package/components/Tile/tile.scss +38 -84
  177. package/components/Timestamp/timestamp.css +12 -9
  178. package/components/Timestamp/timestamp.scss +11 -10
  179. package/components/Title/title.css +70 -19
  180. package/components/Title/title.scss +90 -20
  181. package/components/ToggleGroup/toggle-group.css +54 -48
  182. package/components/ToggleGroup/toggle-group.scss +62 -50
  183. package/components/Toolbar/toolbar.css +2527 -1031
  184. package/components/Toolbar/toolbar.scss +233 -520
  185. package/components/Tooltip/tooltip.css +16 -18
  186. package/components/Tooltip/tooltip.scss +20 -24
  187. package/components/TreeView/tree-view.css +76 -97
  188. package/components/TreeView/tree-view.scss +82 -113
  189. package/components/Truncate/truncate.css +4 -0
  190. package/components/Truncate/truncate.scss +3 -0
  191. package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
  192. package/docs/components/Accordion/examples/Accordion.md +614 -416
  193. package/docs/components/ActionList/examples/ActionList.md +73 -22
  194. package/docs/components/Alert/examples/Alert.md +3 -3
  195. package/docs/components/Avatar/examples/Avatar.md +5 -19
  196. package/docs/components/BackgroundImage/examples/BackgroundImage.md +1 -1
  197. package/docs/components/Badge/examples/Badge.md +21 -0
  198. package/docs/components/Banner/examples/Banner.md +48 -25
  199. package/docs/components/Brand/examples/Brand.css +12 -0
  200. package/docs/components/Brand/examples/Brand.md +51 -32
  201. package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
  202. package/docs/components/Button/examples/Button.css +4 -0
  203. package/docs/components/Button/examples/Button.md +1419 -93
  204. package/docs/components/CalendarMonth/examples/CalendarMonth.md +48 -224
  205. package/docs/components/Card/examples/Card.md +550 -133
  206. package/docs/components/Check/examples/Check.md +1 -0
  207. package/docs/components/CodeBlock/examples/CodeBlock.md +4 -4
  208. package/docs/components/CodeEditor/examples/CodeEditor.md +144 -132
  209. package/docs/components/Content/examples/Content.md +5 -5
  210. package/docs/components/DatePicker/examples/DatePicker.md +5 -2
  211. package/docs/components/Divider/examples/Divider.css +3 -1
  212. package/docs/components/Divider/examples/Divider.md +30 -5
  213. package/docs/components/DragDrop/examples/DragDrop.css +1 -1
  214. package/docs/components/Drawer/examples/Drawer.md +294 -256
  215. package/docs/components/EmptyState/examples/EmptyState.md +45 -1
  216. package/docs/components/ExpandableSection/examples/ExpandableSection.md +49 -28
  217. package/docs/components/FileUpload/examples/FileUpload.md +112 -53
  218. package/docs/components/Form/examples/Form.md +134 -89
  219. package/docs/components/Icon/examples/Icon.md +82 -11
  220. package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
  221. package/docs/components/JumpLinks/examples/JumpLinks.md +280 -168
  222. package/docs/components/Label/examples/Label.css +4 -0
  223. package/docs/components/Label/examples/Label.md +3090 -703
  224. package/docs/components/LogViewer/examples/LogViewer.md +180 -180
  225. package/docs/components/Login/examples/Login.md +10 -5
  226. package/docs/components/Masthead/examples/masthead.md +443 -65
  227. package/docs/components/Menu/examples/Menu.md +507 -473
  228. package/docs/components/MenuToggle/examples/MenuToggle.md +106 -114
  229. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
  230. package/docs/components/Nav/examples/Navigation.css +1 -23
  231. package/docs/components/Nav/examples/Navigation.md +209 -356
  232. package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
  233. package/docs/components/Page/examples/Page.css +0 -8
  234. package/docs/components/Page/examples/Page.md +22 -21
  235. package/docs/components/Pagination/examples/Pagination.md +663 -637
  236. package/docs/components/Panel/examples/Panel.md +12 -0
  237. package/docs/components/Popover/examples/Popover.md +1 -1
  238. package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -14
  239. package/docs/components/Radio/examples/Radio.md +1 -1
  240. package/docs/components/Sidebar/examples/Sidebar.md +19 -0
  241. package/docs/components/SimpleList/examples/SimpleList.md +3 -3
  242. package/docs/components/TabContent/examples/TabContent.md +10 -10
  243. package/docs/components/Table/examples/Table.md +8 -8
  244. package/docs/components/Tabs/examples/Tabs.css +1 -1
  245. package/docs/components/Tabs/examples/Tabs.md +1025 -826
  246. package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
  247. package/docs/components/Tile/examples/Tile.md +264 -144
  248. package/docs/components/Title/examples/Title.md +18 -0
  249. package/docs/components/Toolbar/examples/Toolbar.css +20 -15
  250. package/docs/components/Toolbar/examples/Toolbar.md +985 -3355
  251. package/docs/components/TreeView/examples/TreeView.md +7 -57
  252. package/docs/components/Truncate/examples/Truncate.css +2 -2
  253. package/docs/demos/AboutModal/examples/AboutModal.md +104 -31
  254. package/docs/demos/Alert/examples/Alert.md +330 -87
  255. package/docs/demos/BackToTop/examples/BackToTop.md +102 -29
  256. package/docs/demos/Banner/examples/Banner.md +211 -60
  257. package/docs/demos/Card/examples/Card.md +2 -2
  258. package/docs/demos/CardView/examples/CardView.md +241 -187
  259. package/docs/demos/ContextSelector/examples/ContextSelector.md +377 -94
  260. package/docs/demos/Dashboard/examples/Dashboard.md +102 -29
  261. package/docs/demos/DataList/examples/DataList.md +999 -938
  262. package/docs/demos/DescriptionList/examples/DescriptionList.md +306 -87
  263. package/docs/demos/Drawer/examples/Drawer.md +640 -251
  264. package/docs/demos/Form/examples/BasicForms.md +138 -84
  265. package/docs/demos/JumpLinks/examples/JumpLinks.md +917 -385
  266. package/docs/demos/Masthead/examples/Masthead.md +786 -342
  267. package/docs/demos/Modal/examples/Modal.md +645 -198
  268. package/docs/demos/Nav/examples/Nav.md +691 -902
  269. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +515 -145
  270. package/docs/demos/Page/examples/Page.md +942 -273
  271. package/docs/demos/Page/examples/Penta.md +66 -26
  272. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -9
  273. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +44 -32
  274. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1183 -832
  275. package/docs/demos/Skeleton/examples/Skeleton.md +102 -29
  276. package/docs/demos/Table/examples/Table.md +3811 -3456
  277. package/docs/demos/Tabs/examples/Tabs.md +636 -194
  278. package/docs/demos/Toolbar/examples/Toolbar.css +10 -0
  279. package/docs/demos/Toolbar/examples/Toolbar.md +1316 -1478
  280. package/docs/demos/Wizard/examples/Wizard.md +918 -261
  281. package/docs/layouts/Flex/examples/Flex.md +11 -11
  282. package/package.json +32 -32
  283. package/patternfly-base-no-globals-theme-dark-unversioned.css +897 -880
  284. package/patternfly-base-no-globals.css +897 -880
  285. package/patternfly-base-theme-dark-unversioned.css +890 -872
  286. package/patternfly-base.css +890 -872
  287. package/patternfly-no-globals.css +8107 -8027
  288. package/patternfly-theme-dark-unversioned.css +8111 -8030
  289. package/patternfly.css +8111 -8030
  290. package/patternfly.min.css +1 -1
  291. package/patternfly.min.css.map +1 -1
  292. package/sass-utilities/mixins.scss +18 -0
  293. package/base/themes/dark/_variables.scss +0 -102
  294. package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
  295. package/components/Accordion/themes/dark/accordion.scss +0 -9
  296. package/components/Alert/themes/dark/alert.scss +0 -17
  297. package/components/Badge/themes/dark/badge.scss +0 -9
  298. package/components/Banner/themes/dark/banner.scss +0 -14
  299. package/components/Button/themes/dark/button.scss +0 -51
  300. package/components/CalendarMonth/themes/dark/calendar-month.scss +0 -37
  301. package/components/Card/themes/dark/card.scss +0 -20
  302. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +0 -19
  303. package/components/CodeEditor/themes/dark/code-editor.scss +0 -14
  304. package/components/DataList/themes/dark/data-list.scss +0 -10
  305. package/components/DatePicker/themes/dark/date-picker.scss +0 -8
  306. package/components/DragDrop/themes/dark/drag-drop.scss +0 -7
  307. package/components/Drawer/themes/dark/drawer.scss +0 -13
  308. package/components/DualListSelector/themes/dark/dual-list-selector.scss +0 -9
  309. package/components/Form/themes/dark/form.scss +0 -7
  310. package/components/FormControl/themes/dark/form-control.scss +0 -24
  311. package/components/HelperText/themes/dark/helper-text.scss +0 -7
  312. package/components/Hint/themes/dark/hint.scss +0 -8
  313. package/components/InputGroup/themes/dark/input-group.scss +0 -22
  314. package/components/Label/themes/dark/label.scss +0 -53
  315. package/components/Login/themes/dark/login.scss +0 -12
  316. package/components/Masthead/themes/dark/masthead.scss +0 -14
  317. package/components/ModalBox/themes/dark/modal-box.scss +0 -7
  318. package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
  319. package/components/NotificationDrawer/themes/dark/notification-drawer.scss +0 -14
  320. package/components/Page/themes/dark/page.scss +0 -69
  321. package/components/Pagination/themes/dark/pagination.scss +0 -7
  322. package/components/Panel/themes/dark/panel.scss +0 -7
  323. package/components/Popover/themes/dark/popover.scss +0 -11
  324. package/components/Progress/themes/dark/progress.scss +0 -9
  325. package/components/SimpleList/themes/dark/simple-list.scss +0 -14
  326. package/components/Skeleton/themes/dark/skeleton.scss +0 -10
  327. package/components/Switch/themes/dark/switch.scss +0 -11
  328. package/components/Tabs/themes/dark/tabs.scss +0 -10
  329. package/components/Tile/themes/dark/tile.scss +0 -10
  330. package/components/ToggleGroup/themes/dark/toggle-group.scss +0 -12
  331. package/components/Tooltip/themes/dark/tooltip.scss +0 -8
  332. package/components/TreeView/themes/dark/tree-view.scss +0 -8
  333. package/docs/components/Avatar/examples/Avatar.css +0 -3
  334. package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
@@ -26,22 +26,86 @@ wrapperTag: div
26
26
  </span>
27
27
  <div class="pf-v5-c-masthead__main">
28
28
  <a class="pf-v5-c-masthead__brand" href="#">
29
- <img
30
- class="pf-v5-c-brand"
31
- src="/assets/images/pf-logo.svg"
32
- alt="PatternFly logo"
33
- style="--pf-v5-c-brand--Height:36px"
34
- />
29
+ <svg height="40px" viewBox="0 0 679 158">
30
+ <title>PF-HorizontalLogo-Color</title>
31
+ <defs>
32
+ <linearGradient
33
+ x1="68%"
34
+ y1="2.25860997e-13%"
35
+ x2="32%"
36
+ y2="100%"
37
+ id="linearGradient-masthead-basic-example-masthead"
38
+ >
39
+ <stop stop-color="#2B9AF3" offset="0%" />
40
+ <stop
41
+ stop-color="#73BCF7"
42
+ stop-opacity="0.502212631"
43
+ offset="100%"
44
+ />
45
+ </linearGradient>
46
+ </defs>
47
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
48
+ <g
49
+ transform="translate(206.000000, 45.750000)"
50
+ fill="var(--pf-t--global--text--color--regular)"
51
+ fill-rule="nonzero"
52
+ >
53
+ <path
54
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
55
+ />
56
+ <path
57
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
58
+ />
59
+ <path
60
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
61
+ />
62
+ <path
63
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
64
+ />
65
+ <path
66
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
67
+ />
68
+ <path
69
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
70
+ />
71
+ <path
72
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
73
+ />
74
+ <polygon
75
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
76
+ />
77
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
78
+ <path
79
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
80
+ />
81
+ </g>
82
+ <g transform="translate(0.000000, 0.000000)">
83
+ <path
84
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
85
+ fill="#0066CC"
86
+ />
87
+ <path
88
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
89
+ fill="url(#linearGradient-masthead-basic-example-masthead)"
90
+ />
91
+ <path
92
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
93
+ fill="url(#linearGradient-masthead-basic-example-masthead)"
94
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
95
+ />
96
+ </g>
97
+ </g>
98
+ </svg>
35
99
  </a>
36
100
  </div>
37
101
  <div class="pf-v5-c-masthead__content">
38
102
  <div
39
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
103
+ class="pf-v5-c-toolbar pf-m-static"
40
104
  id="masthead-basic-example-masthead-toolbar"
41
105
  >
42
106
  <div class="pf-v5-c-toolbar__content">
43
107
  <div class="pf-v5-c-toolbar__content-section">
44
- <div class="pf-v5-c-toolbar__group pf-m-align-right">
108
+ <div class="pf-v5-c-toolbar__group pf-m-align-end">
45
109
  <div class="pf-v5-c-toolbar__item">
46
110
  <button
47
111
  class="pf-v5-c-menu-toggle pf-m-plain"
@@ -204,17 +268,81 @@ wrapperTag: div
204
268
  </span>
205
269
  <div class="pf-v5-c-masthead__main">
206
270
  <a class="pf-v5-c-masthead__brand" href="#">
207
- <img
208
- class="pf-v5-c-brand"
209
- src="/assets/images/pf-logo.svg"
210
- alt="PatternFly logo"
211
- style="--pf-v5-c-brand--Height:36px"
212
- />
271
+ <svg height="40px" viewBox="0 0 679 158">
272
+ <title>PF-HorizontalLogo-Color</title>
273
+ <defs>
274
+ <linearGradient
275
+ x1="68%"
276
+ y1="2.25860997e-13%"
277
+ x2="32%"
278
+ y2="100%"
279
+ id="linearGradient-masthead-context-selecton-drilldown-example-masthead"
280
+ >
281
+ <stop stop-color="#2B9AF3" offset="0%" />
282
+ <stop
283
+ stop-color="#73BCF7"
284
+ stop-opacity="0.502212631"
285
+ offset="100%"
286
+ />
287
+ </linearGradient>
288
+ </defs>
289
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
290
+ <g
291
+ transform="translate(206.000000, 45.750000)"
292
+ fill="var(--pf-t--global--text--color--regular)"
293
+ fill-rule="nonzero"
294
+ >
295
+ <path
296
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
297
+ />
298
+ <path
299
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
300
+ />
301
+ <path
302
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
303
+ />
304
+ <path
305
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
306
+ />
307
+ <path
308
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
309
+ />
310
+ <path
311
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
312
+ />
313
+ <path
314
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
315
+ />
316
+ <polygon
317
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
318
+ />
319
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
320
+ <path
321
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
322
+ />
323
+ </g>
324
+ <g transform="translate(0.000000, 0.000000)">
325
+ <path
326
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
327
+ fill="#0066CC"
328
+ />
329
+ <path
330
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
331
+ fill="url(#linearGradient-masthead-context-selecton-drilldown-example-masthead)"
332
+ />
333
+ <path
334
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
335
+ fill="url(#linearGradient-masthead-context-selecton-drilldown-example-masthead)"
336
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
337
+ />
338
+ </g>
339
+ </g>
340
+ </svg>
213
341
  </a>
214
342
  </div>
215
343
  <div class="pf-v5-c-masthead__content">
216
344
  <div
217
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
345
+ class="pf-v5-c-toolbar pf-m-static"
218
346
  id="masthead-context-selecton-drilldown-example-masthead-toolbar"
219
347
  >
220
348
  <div class="pf-v5-c-toolbar__content">
@@ -249,7 +377,7 @@ wrapperTag: div
249
377
  </button>
250
378
  </div>
251
379
  </div>
252
- <div class="pf-v5-c-toolbar__item pf-m-align-right">
380
+ <div class="pf-v5-c-toolbar__item pf-m-align-end">
253
381
  <button
254
382
  class="pf-v5-c-menu-toggle pf-m-plain"
255
383
  type="button"
@@ -410,30 +538,94 @@ wrapperTag: div
410
538
  </span>
411
539
  <div class="pf-v5-c-masthead__main">
412
540
  <a class="pf-v5-c-masthead__brand" href="#">
413
- <img
414
- class="pf-v5-c-brand"
415
- src="/assets/images/pf-logo.svg"
416
- alt="PatternFly logo"
417
- style="--pf-v5-c-brand--Height:36px"
418
- />
541
+ <svg height="40px" viewBox="0 0 679 158">
542
+ <title>PF-HorizontalLogo-Color</title>
543
+ <defs>
544
+ <linearGradient
545
+ x1="68%"
546
+ y1="2.25860997e-13%"
547
+ x2="32%"
548
+ y2="100%"
549
+ id="linearGradient-masthead-toolbar-filters-example-masthead"
550
+ >
551
+ <stop stop-color="#2B9AF3" offset="0%" />
552
+ <stop
553
+ stop-color="#73BCF7"
554
+ stop-opacity="0.502212631"
555
+ offset="100%"
556
+ />
557
+ </linearGradient>
558
+ </defs>
559
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
560
+ <g
561
+ transform="translate(206.000000, 45.750000)"
562
+ fill="var(--pf-t--global--text--color--regular)"
563
+ fill-rule="nonzero"
564
+ >
565
+ <path
566
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
567
+ />
568
+ <path
569
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
570
+ />
571
+ <path
572
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
573
+ />
574
+ <path
575
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
576
+ />
577
+ <path
578
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
579
+ />
580
+ <path
581
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
582
+ />
583
+ <path
584
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
585
+ />
586
+ <polygon
587
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
588
+ />
589
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
590
+ <path
591
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
592
+ />
593
+ </g>
594
+ <g transform="translate(0.000000, 0.000000)">
595
+ <path
596
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
597
+ fill="#0066CC"
598
+ />
599
+ <path
600
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
601
+ fill="url(#linearGradient-masthead-toolbar-filters-example-masthead)"
602
+ />
603
+ <path
604
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
605
+ fill="url(#linearGradient-masthead-toolbar-filters-example-masthead)"
606
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
607
+ />
608
+ </g>
609
+ </g>
610
+ </svg>
419
611
  </a>
420
612
  </div>
421
613
  <div class="pf-v5-c-masthead__content">
422
614
  <div
423
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
615
+ class="pf-v5-c-toolbar pf-m-static"
424
616
  id="masthead-toolbar-filters-example-masthead-toolbar"
425
617
  >
426
618
  <div class="pf-v5-c-toolbar__content">
427
619
  <div class="pf-v5-c-toolbar__content-section">
428
620
  <div
429
- class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show pf-m-align-right"
621
+ class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show pf-m-align-end"
430
622
  >
431
- <div class="pf-v5-c-toolbar__toggle">
623
+ <div class="pf-v5-c-toolbar__toggle pf-m-show">
432
624
  <button
433
- class="pf-v5-c-button pf-m-plain"
625
+ class="pf-v5-c-menu-toggle pf-m-plain pf-m-expanded"
434
626
  type="button"
435
- aria-label="Show filters"
436
627
  aria-expanded="true"
628
+ aria-label="Show filters"
437
629
  aria-controls="masthead-toolbar-filters-example-masthead-toolbar-expandable-content"
438
630
  >
439
631
  <i class="fas fa-filter" aria-hidden="true"></i>
@@ -446,75 +638,22 @@ wrapperTag: div
446
638
  role="group"
447
639
  >
448
640
  <div class="pf-v5-c-input-group__item">
449
- <div class="pf-v5-c-select" style="width: 124px">
450
- <span
451
- id="masthead-toolbar-filters-example-masthead-toolbar-select-name-label"
452
- hidden
453
- >Choose one</span>
454
-
455
- <button
456
- class="pf-v5-c-select__toggle"
457
- type="button"
458
- id="masthead-toolbar-filters-example-masthead-toolbar-select-name-toggle"
459
- aria-haspopup="true"
460
- aria-expanded="false"
461
- aria-labelledby="masthead-toolbar-filters-example-masthead-toolbar-select-name-label masthead-toolbar-filters-example-masthead-toolbar-select-name-toggle"
462
- >
463
- <div class="pf-v5-c-select__toggle-wrapper">
464
- <span class="pf-v5-c-select__toggle-icon">
465
- <i class="fas fa-filter" aria-hidden="true"></i>
466
- </span>
467
- <span class="pf-v5-c-select__toggle-text">Name</span>
468
- </div>
469
- <span class="pf-v5-c-select__toggle-arrow">
470
- <i class="fas fa-caret-down" aria-hidden="true"></i>
641
+ <button
642
+ class="pf-v5-c-menu-toggle"
643
+ type="button"
644
+ aria-expanded="false"
645
+ id="masthead-toolbar-filters-example-masthead-toolbar-search-filter-menu"
646
+ >
647
+ <span class="pf-v5-c-menu-toggle__icon">
648
+ <i class="fas fa-filter" aria-hidden="true"></i>
649
+ </span>
650
+ <span class="pf-v5-c-menu-toggle__text">Name</span>
651
+ <span class="pf-v5-c-menu-toggle__controls">
652
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
653
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
471
654
  </span>
472
- </button>
473
-
474
- <ul
475
- class="pf-v5-c-select__menu"
476
- role="listbox"
477
- aria-labelledby="masthead-toolbar-filters-example-masthead-toolbar-select-name-label"
478
- hidden
479
- >
480
- <li role="presentation">
481
- <button
482
- class="pf-v5-c-select__menu-item"
483
- role="option"
484
- >Running</button>
485
- </li>
486
- <li role="presentation">
487
- <button
488
- class="pf-v5-c-select__menu-item pf-m-selected"
489
- role="option"
490
- aria-selected="true"
491
- >
492
- Stopped
493
- <span class="pf-v5-c-select__menu-item-icon">
494
- <i class="fas fa-check" aria-hidden="true"></i>
495
- </span>
496
- </button>
497
- </li>
498
- <li role="presentation">
499
- <button
500
- class="pf-v5-c-select__menu-item"
501
- role="option"
502
- >Down</button>
503
- </li>
504
- <li role="presentation">
505
- <button
506
- class="pf-v5-c-select__menu-item"
507
- role="option"
508
- >Degraded</button>
509
- </li>
510
- <li role="presentation">
511
- <button
512
- class="pf-v5-c-select__menu-item"
513
- role="option"
514
- >Needs maintenance</button>
515
- </li>
516
- </ul>
517
- </div>
655
+ </span>
656
+ </button>
518
657
  </div>
519
658
  <div class="pf-v5-c-input-group__item pf-m-fill">
520
659
  <div class="pf-v5-c-text-input-group">
@@ -703,30 +842,94 @@ wrapperTag: div
703
842
  </span>
704
843
  <div class="pf-v5-c-masthead__main">
705
844
  <a class="pf-v5-c-masthead__brand" href="#">
706
- <img
707
- class="pf-v5-c-brand"
708
- src="/assets/images/pf-logo.svg"
709
- alt="PatternFly logo"
710
- style="--pf-v5-c-brand--Height:36px"
711
- />
845
+ <svg height="40px" viewBox="0 0 679 158">
846
+ <title>PF-HorizontalLogo-Color</title>
847
+ <defs>
848
+ <linearGradient
849
+ x1="68%"
850
+ y1="2.25860997e-13%"
851
+ x2="32%"
852
+ y2="100%"
853
+ id="linearGradient-masthead-toggle-group-filters-example-masthead"
854
+ >
855
+ <stop stop-color="#2B9AF3" offset="0%" />
856
+ <stop
857
+ stop-color="#73BCF7"
858
+ stop-opacity="0.502212631"
859
+ offset="100%"
860
+ />
861
+ </linearGradient>
862
+ </defs>
863
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
864
+ <g
865
+ transform="translate(206.000000, 45.750000)"
866
+ fill="var(--pf-t--global--text--color--regular)"
867
+ fill-rule="nonzero"
868
+ >
869
+ <path
870
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
871
+ />
872
+ <path
873
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
874
+ />
875
+ <path
876
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
877
+ />
878
+ <path
879
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
880
+ />
881
+ <path
882
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
883
+ />
884
+ <path
885
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
886
+ />
887
+ <path
888
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
889
+ />
890
+ <polygon
891
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
892
+ />
893
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
894
+ <path
895
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
896
+ />
897
+ </g>
898
+ <g transform="translate(0.000000, 0.000000)">
899
+ <path
900
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
901
+ fill="#0066CC"
902
+ />
903
+ <path
904
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
905
+ fill="url(#linearGradient-masthead-toggle-group-filters-example-masthead)"
906
+ />
907
+ <path
908
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
909
+ fill="url(#linearGradient-masthead-toggle-group-filters-example-masthead)"
910
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
911
+ />
912
+ </g>
913
+ </g>
914
+ </svg>
712
915
  </a>
713
916
  </div>
714
917
  <div class="pf-v5-c-masthead__content">
715
918
  <div
716
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
919
+ class="pf-v5-c-toolbar pf-m-static"
717
920
  id="masthead-toggle-group-filters-example-masthead-toolbar"
718
921
  >
719
922
  <div class="pf-v5-c-toolbar__content">
720
923
  <div class="pf-v5-c-toolbar__content-section">
721
924
  <div
722
- class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-lg pf-m-align-right"
925
+ class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-lg pf-m-align-end"
723
926
  >
724
- <div class="pf-v5-c-toolbar__toggle">
927
+ <div class="pf-v5-c-toolbar__toggle pf-m-show">
725
928
  <button
726
- class="pf-v5-c-button pf-m-plain"
929
+ class="pf-v5-c-menu-toggle pf-m-plain pf-m-expanded"
727
930
  type="button"
728
- aria-label="Show filters"
729
931
  aria-expanded="true"
932
+ aria-label="Show filters"
730
933
  aria-controls="masthead-toggle-group-filters-example-masthead-toolbar-expandable-content"
731
934
  >
732
935
  <i class="fas fa-filter" aria-hidden="true"></i>
@@ -739,75 +942,22 @@ wrapperTag: div
739
942
  role="group"
740
943
  >
741
944
  <div class="pf-v5-c-input-group__item">
742
- <div class="pf-v5-c-select" style="width: 124px">
743
- <span
744
- id="masthead-toggle-group-filters-example-masthead-toolbar-select-name-label"
745
- hidden
746
- >Choose one</span>
747
-
748
- <button
749
- class="pf-v5-c-select__toggle"
750
- type="button"
751
- id="masthead-toggle-group-filters-example-masthead-toolbar-select-name-toggle"
752
- aria-haspopup="true"
753
- aria-expanded="false"
754
- aria-labelledby="masthead-toggle-group-filters-example-masthead-toolbar-select-name-label masthead-toggle-group-filters-example-masthead-toolbar-select-name-toggle"
755
- >
756
- <div class="pf-v5-c-select__toggle-wrapper">
757
- <span class="pf-v5-c-select__toggle-icon">
758
- <i class="fas fa-filter" aria-hidden="true"></i>
759
- </span>
760
- <span class="pf-v5-c-select__toggle-text">Name</span>
761
- </div>
762
- <span class="pf-v5-c-select__toggle-arrow">
763
- <i class="fas fa-caret-down" aria-hidden="true"></i>
945
+ <button
946
+ class="pf-v5-c-menu-toggle"
947
+ type="button"
948
+ aria-expanded="false"
949
+ id="masthead-toggle-group-filters-example-masthead-toolbar-search-filter-menu"
950
+ >
951
+ <span class="pf-v5-c-menu-toggle__icon">
952
+ <i class="fas fa-filter" aria-hidden="true"></i>
953
+ </span>
954
+ <span class="pf-v5-c-menu-toggle__text">Name</span>
955
+ <span class="pf-v5-c-menu-toggle__controls">
956
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
957
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
764
958
  </span>
765
- </button>
766
-
767
- <ul
768
- class="pf-v5-c-select__menu"
769
- role="listbox"
770
- aria-labelledby="masthead-toggle-group-filters-example-masthead-toolbar-select-name-label"
771
- hidden
772
- >
773
- <li role="presentation">
774
- <button
775
- class="pf-v5-c-select__menu-item"
776
- role="option"
777
- >Running</button>
778
- </li>
779
- <li role="presentation">
780
- <button
781
- class="pf-v5-c-select__menu-item pf-m-selected"
782
- role="option"
783
- aria-selected="true"
784
- >
785
- Stopped
786
- <span class="pf-v5-c-select__menu-item-icon">
787
- <i class="fas fa-check" aria-hidden="true"></i>
788
- </span>
789
- </button>
790
- </li>
791
- <li role="presentation">
792
- <button
793
- class="pf-v5-c-select__menu-item"
794
- role="option"
795
- >Down</button>
796
- </li>
797
- <li role="presentation">
798
- <button
799
- class="pf-v5-c-select__menu-item"
800
- role="option"
801
- >Degraded</button>
802
- </li>
803
- <li role="presentation">
804
- <button
805
- class="pf-v5-c-select__menu-item"
806
- role="option"
807
- >Needs maintenance</button>
808
- </li>
809
- </ul>
810
- </div>
959
+ </span>
960
+ </button>
811
961
  </div>
812
962
  <div class="pf-v5-c-input-group__item pf-m-fill">
813
963
  <div class="pf-v5-c-text-input-group">
@@ -996,22 +1146,86 @@ wrapperTag: div
996
1146
  </span>
997
1147
  <div class="pf-v5-c-masthead__main">
998
1148
  <a class="pf-v5-c-masthead__brand" href="#">
999
- <img
1000
- class="pf-v5-c-brand"
1001
- src="/assets/images/pf-logo.svg"
1002
- alt="PatternFly logo"
1003
- style="--pf-v5-c-brand--Height:36px"
1004
- />
1149
+ <svg height="40px" viewBox="0 0 679 158">
1150
+ <title>PF-HorizontalLogo-Color</title>
1151
+ <defs>
1152
+ <linearGradient
1153
+ x1="68%"
1154
+ y1="2.25860997e-13%"
1155
+ x2="32%"
1156
+ y2="100%"
1157
+ id="linearGradient-masthead-expandable-search-example-masthead"
1158
+ >
1159
+ <stop stop-color="#2B9AF3" offset="0%" />
1160
+ <stop
1161
+ stop-color="#73BCF7"
1162
+ stop-opacity="0.502212631"
1163
+ offset="100%"
1164
+ />
1165
+ </linearGradient>
1166
+ </defs>
1167
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
1168
+ <g
1169
+ transform="translate(206.000000, 45.750000)"
1170
+ fill="var(--pf-t--global--text--color--regular)"
1171
+ fill-rule="nonzero"
1172
+ >
1173
+ <path
1174
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
1175
+ />
1176
+ <path
1177
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
1178
+ />
1179
+ <path
1180
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
1181
+ />
1182
+ <path
1183
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
1184
+ />
1185
+ <path
1186
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
1187
+ />
1188
+ <path
1189
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
1190
+ />
1191
+ <path
1192
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
1193
+ />
1194
+ <polygon
1195
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
1196
+ />
1197
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
1198
+ <path
1199
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
1200
+ />
1201
+ </g>
1202
+ <g transform="translate(0.000000, 0.000000)">
1203
+ <path
1204
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
1205
+ fill="#0066CC"
1206
+ />
1207
+ <path
1208
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
1209
+ fill="url(#linearGradient-masthead-expandable-search-example-masthead)"
1210
+ />
1211
+ <path
1212
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
1213
+ fill="url(#linearGradient-masthead-expandable-search-example-masthead)"
1214
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
1215
+ />
1216
+ </g>
1217
+ </g>
1218
+ </svg>
1005
1219
  </a>
1006
1220
  </div>
1007
1221
  <div class="pf-v5-c-masthead__content">
1008
1222
  <div
1009
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
1223
+ class="pf-v5-c-toolbar pf-m-static"
1010
1224
  id="masthead-expandable-search-example-masthead-toolbar"
1011
1225
  >
1012
1226
  <div class="pf-v5-c-toolbar__content">
1013
1227
  <div class="pf-v5-c-toolbar__content-section">
1014
- <div class="pf-v5-c-toolbar__group pf-m-align-right">
1228
+ <div class="pf-v5-c-toolbar__group pf-m-align-end">
1015
1229
  <div class="pf-v5-c-toolbar__item">
1016
1230
  <div class="pf-v5-c-input-group pf-m-plain">
1017
1231
  <div class="pf-v5-c-input-group__item pf-m-plain">
@@ -1177,22 +1391,86 @@ wrapperTag: div
1177
1391
  </span>
1178
1392
  <div class="pf-v5-c-masthead__main">
1179
1393
  <a class="pf-v5-c-masthead__brand" href="#">
1180
- <img
1181
- class="pf-v5-c-brand"
1182
- src="/assets/images/pf-logo.svg"
1183
- alt="PatternFly logo"
1184
- style="--pf-v5-c-brand--Height:36px"
1185
- />
1394
+ <svg height="40px" viewBox="0 0 679 158">
1395
+ <title>PF-HorizontalLogo-Color</title>
1396
+ <defs>
1397
+ <linearGradient
1398
+ x1="68%"
1399
+ y1="2.25860997e-13%"
1400
+ x2="32%"
1401
+ y2="100%"
1402
+ id="linearGradient-masthead-expandable-search-expanded-example-masthead"
1403
+ >
1404
+ <stop stop-color="#2B9AF3" offset="0%" />
1405
+ <stop
1406
+ stop-color="#73BCF7"
1407
+ stop-opacity="0.502212631"
1408
+ offset="100%"
1409
+ />
1410
+ </linearGradient>
1411
+ </defs>
1412
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
1413
+ <g
1414
+ transform="translate(206.000000, 45.750000)"
1415
+ fill="var(--pf-t--global--text--color--regular)"
1416
+ fill-rule="nonzero"
1417
+ >
1418
+ <path
1419
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
1420
+ />
1421
+ <path
1422
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
1423
+ />
1424
+ <path
1425
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
1426
+ />
1427
+ <path
1428
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
1429
+ />
1430
+ <path
1431
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
1432
+ />
1433
+ <path
1434
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
1435
+ />
1436
+ <path
1437
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
1438
+ />
1439
+ <polygon
1440
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
1441
+ />
1442
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
1443
+ <path
1444
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
1445
+ />
1446
+ </g>
1447
+ <g transform="translate(0.000000, 0.000000)">
1448
+ <path
1449
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
1450
+ fill="#0066CC"
1451
+ />
1452
+ <path
1453
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
1454
+ fill="url(#linearGradient-masthead-expandable-search-expanded-example-masthead)"
1455
+ />
1456
+ <path
1457
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
1458
+ fill="url(#linearGradient-masthead-expandable-search-expanded-example-masthead)"
1459
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
1460
+ />
1461
+ </g>
1462
+ </g>
1463
+ </svg>
1186
1464
  </a>
1187
1465
  </div>
1188
1466
  <div class="pf-v5-c-masthead__content">
1189
1467
  <div
1190
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
1468
+ class="pf-v5-c-toolbar pf-m-static"
1191
1469
  id="masthead-expandable-search-expanded-example-masthead-toolbar"
1192
1470
  >
1193
1471
  <div class="pf-v5-c-toolbar__content">
1194
1472
  <div class="pf-v5-c-toolbar__content-section">
1195
- <div class="pf-v5-c-toolbar__group pf-m-align-right">
1473
+ <div class="pf-v5-c-toolbar__group pf-m-align-end">
1196
1474
  <div class="pf-v5-c-toolbar__item">
1197
1475
  <div class="pf-v5-c-input-group pf-m-plain">
1198
1476
  <div class="pf-v5-c-input-group__item pf-m-fill">
@@ -1376,23 +1654,117 @@ wrapperTag: div
1376
1654
  </span>
1377
1655
  <div class="pf-v5-c-masthead__main">
1378
1656
  <a class="pf-v5-c-masthead__brand" href="#">
1379
- <img
1380
- class="pf-v5-c-brand"
1381
- src="/assets/images/pf-logo.svg"
1382
- alt="PatternFly logo"
1383
- style="--pf-v5-c-brand--Height:36px"
1384
- />
1657
+ <svg height="40px" viewBox="0 0 679 158">
1658
+ <title>PF-HorizontalLogo-Color</title>
1659
+ <defs>
1660
+ <linearGradient
1661
+ x1="68%"
1662
+ y1="2.25860997e-13%"
1663
+ x2="32%"
1664
+ y2="100%"
1665
+ id="linearGradient-masthead-advanced-with-menu-example-masthead"
1666
+ >
1667
+ <stop stop-color="#2B9AF3" offset="0%" />
1668
+ <stop
1669
+ stop-color="#73BCF7"
1670
+ stop-opacity="0.502212631"
1671
+ offset="100%"
1672
+ />
1673
+ </linearGradient>
1674
+ </defs>
1675
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
1676
+ <g
1677
+ transform="translate(206.000000, 45.750000)"
1678
+ fill="var(--pf-t--global--text--color--regular)"
1679
+ fill-rule="nonzero"
1680
+ >
1681
+ <path
1682
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
1683
+ />
1684
+ <path
1685
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
1686
+ />
1687
+ <path
1688
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
1689
+ />
1690
+ <path
1691
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
1692
+ />
1693
+ <path
1694
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
1695
+ />
1696
+ <path
1697
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
1698
+ />
1699
+ <path
1700
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
1701
+ />
1702
+ <polygon
1703
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
1704
+ />
1705
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
1706
+ <path
1707
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
1708
+ />
1709
+ </g>
1710
+ <g transform="translate(0.000000, 0.000000)">
1711
+ <path
1712
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
1713
+ fill="#0066CC"
1714
+ />
1715
+ <path
1716
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
1717
+ fill="url(#linearGradient-masthead-advanced-with-menu-example-masthead)"
1718
+ />
1719
+ <path
1720
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
1721
+ fill="url(#linearGradient-masthead-advanced-with-menu-example-masthead)"
1722
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
1723
+ />
1724
+ </g>
1725
+ </g>
1726
+ </svg>
1385
1727
  </a>
1386
1728
  </div>
1387
1729
  <div class="pf-v5-c-masthead__content">
1388
1730
  <div
1389
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
1731
+ class="pf-v5-c-toolbar pf-m-static"
1390
1732
  id="masthead-advanced-with-menu-example-masthead-toolbar"
1391
1733
  >
1392
1734
  <div class="pf-v5-c-toolbar__content">
1393
1735
  <div class="pf-v5-c-toolbar__content-section">
1736
+ <div class="pf-v5-c-toolbar__item">
1737
+ <button
1738
+ class="pf-v5-c-menu-toggle"
1739
+ type="button"
1740
+ aria-expanded="false"
1741
+ >
1742
+ <span class="pf-v5-c-menu-toggle__text">Overview</span>
1743
+ <span class="pf-v5-c-menu-toggle__controls">
1744
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
1745
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1746
+ </span>
1747
+ </span>
1748
+ </button>
1749
+ </div>
1750
+
1751
+ <div class="pf-v5-c-toolbar__item">
1752
+ <button
1753
+ class="pf-v5-c-menu-toggle"
1754
+ type="button"
1755
+ aria-expanded="false"
1756
+ >
1757
+ <span class="pf-v5-c-menu-toggle__text">Services</span>
1758
+ <span class="pf-v5-c-menu-toggle__controls">
1759
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
1760
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1761
+ </span>
1762
+ </span>
1763
+ </button>
1764
+ </div>
1765
+
1394
1766
  <div
1395
- class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
1767
+ class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
1396
1768
  >
1397
1769
  <div
1398
1770
  class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
@@ -1439,27 +1811,6 @@ wrapperTag: div
1439
1811
  </button>
1440
1812
  </div>
1441
1813
  </div>
1442
- <div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
1443
- <button
1444
- class="pf-v5-c-menu-toggle pf-m-full-height"
1445
- type="button"
1446
- aria-expanded="false"
1447
- >
1448
- <span class="pf-v5-c-menu-toggle__icon">
1449
- <img
1450
- class="pf-v5-c-avatar"
1451
- alt="Avatar image"
1452
- src="/assets/images/img_avatar-light.svg"
1453
- />
1454
- </span>
1455
- <span class="pf-v5-c-menu-toggle__text">Ned Username</span>
1456
- <span class="pf-v5-c-menu-toggle__controls">
1457
- <span class="pf-v5-c-menu-toggle__toggle-icon">
1458
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1459
- </span>
1460
- </span>
1461
- </button>
1462
- </div>
1463
1814
  </div>
1464
1815
  </div>
1465
1816
  </div>
@@ -1599,37 +1950,135 @@ wrapperTag: div
1599
1950
  <header class="pf-v5-c-masthead" id="masthead-horizontal-nav-masthead">
1600
1951
  <div class="pf-v5-c-masthead__main">
1601
1952
  <a class="pf-v5-c-masthead__brand" href="#">
1602
- <img
1603
- class="pf-v5-c-brand"
1604
- src="/assets/images/pf-logo.svg"
1605
- alt="PatternFly logo"
1606
- style="--pf-v5-c-brand--Height:36px"
1607
- />
1953
+ <svg height="40px" viewBox="0 0 679 158">
1954
+ <title>PF-HorizontalLogo-Color</title>
1955
+ <defs>
1956
+ <linearGradient
1957
+ x1="68%"
1958
+ y1="2.25860997e-13%"
1959
+ x2="32%"
1960
+ y2="100%"
1961
+ id="linearGradient-masthead-horizontal-nav-masthead"
1962
+ >
1963
+ <stop stop-color="#2B9AF3" offset="0%" />
1964
+ <stop
1965
+ stop-color="#73BCF7"
1966
+ stop-opacity="0.502212631"
1967
+ offset="100%"
1968
+ />
1969
+ </linearGradient>
1970
+ </defs>
1971
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
1972
+ <g
1973
+ transform="translate(206.000000, 45.750000)"
1974
+ fill="var(--pf-t--global--text--color--regular)"
1975
+ fill-rule="nonzero"
1976
+ >
1977
+ <path
1978
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
1979
+ />
1980
+ <path
1981
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
1982
+ />
1983
+ <path
1984
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
1985
+ />
1986
+ <path
1987
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
1988
+ />
1989
+ <path
1990
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
1991
+ />
1992
+ <path
1993
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
1994
+ />
1995
+ <path
1996
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
1997
+ />
1998
+ <polygon
1999
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
2000
+ />
2001
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
2002
+ <path
2003
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
2004
+ />
2005
+ </g>
2006
+ <g transform="translate(0.000000, 0.000000)">
2007
+ <path
2008
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
2009
+ fill="#0066CC"
2010
+ />
2011
+ <path
2012
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
2013
+ fill="url(#linearGradient-masthead-horizontal-nav-masthead)"
2014
+ />
2015
+ <path
2016
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
2017
+ fill="url(#linearGradient-masthead-horizontal-nav-masthead)"
2018
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
2019
+ />
2020
+ </g>
2021
+ </g>
2022
+ </svg>
1608
2023
  </a>
1609
2024
  </div>
1610
2025
  <div class="pf-v5-c-masthead__content">
1611
2026
  <div
1612
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
2027
+ class="pf-v5-c-toolbar pf-m-static"
1613
2028
  id="masthead-horizontal-nav-masthead-toolbar"
1614
2029
  >
1615
2030
  <div class="pf-v5-c-toolbar__content">
1616
2031
  <div class="pf-v5-c-toolbar__content-section">
2032
+ <div class="pf-v5-c-toolbar__item">
2033
+ <button
2034
+ class="pf-v5-c-menu-toggle"
2035
+ type="button"
2036
+ aria-expanded="false"
2037
+ >
2038
+ <span class="pf-v5-c-menu-toggle__text">Overview</span>
2039
+ <span class="pf-v5-c-menu-toggle__controls">
2040
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
2041
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
2042
+ </span>
2043
+ </span>
2044
+ </button>
2045
+ </div>
2046
+
2047
+ <div class="pf-v5-c-toolbar__item">
2048
+ <button
2049
+ class="pf-v5-c-menu-toggle"
2050
+ type="button"
2051
+ aria-expanded="false"
2052
+ >
2053
+ <span class="pf-v5-c-menu-toggle__text">Services</span>
2054
+ <span class="pf-v5-c-menu-toggle__controls">
2055
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
2056
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
2057
+ </span>
2058
+ </span>
2059
+ </button>
2060
+ </div>
2061
+
1617
2062
  <div
1618
2063
  class="pf-v5-c-toolbar__item pf-m-overflow-container"
1619
2064
  style="--pf-v5-c-toolbar__item--MinWidth: 18ch;"
1620
2065
  >
1621
2066
  <nav
1622
- class="pf-v5-c-nav pf-m-horizontal pf-m-scrollable"
1623
- id="-horizontal-nav"
2067
+ class="pf-v5-c-nav pf-m-scrollable pf-m-horizontal"
2068
+ id="masthead-horizontal-nav-masthead-horizontal-nav"
1624
2069
  aria-label="Global"
1625
2070
  >
1626
- <button
1627
- class="pf-v5-c-nav__scroll-button"
1628
- disabled
1629
- aria-label="Scroll left"
1630
- >
1631
- <i class="fas fa-angle-left" aria-hidden="true"></i>
1632
- </button>
2071
+ <div class="pf-v5-c-nav__scroll-button">
2072
+ <button
2073
+ class="pf-v5-c-button pf-m-plain pf-m-RTL-icon-static"
2074
+ type="button"
2075
+ aria-label="Scroll start"
2076
+ >
2077
+ <span class="pf-v5-c-button__icon">
2078
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
2079
+ </span>
2080
+ </button>
2081
+ </div>
1633
2082
  <ul class="pf-v5-c-nav__list" role="list">
1634
2083
  <li class="pf-v5-c-nav__item">
1635
2084
  <a href="#" class="pf-v5-c-nav__link">Horizontal nav item 1</a>
@@ -1651,16 +2100,21 @@ wrapperTag: div
1651
2100
  >Horizontal nav item 5</a>
1652
2101
  </li>
1653
2102
  </ul>
1654
- <button
1655
- class="pf-v5-c-nav__scroll-button"
1656
- aria-label="Scroll right"
1657
- >
1658
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1659
- </button>
2103
+ <div class="pf-v5-c-nav__scroll-button">
2104
+ <button
2105
+ class="pf-v5-c-button pf-m-plain pf-m-RTL-icon-static"
2106
+ type="button"
2107
+ aria-label="Scroll end"
2108
+ >
2109
+ <span class="pf-v5-c-button__icon">
2110
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2111
+ </span>
2112
+ </button>
2113
+ </div>
1660
2114
  </nav>
1661
2115
  </div>
1662
2116
  <div
1663
- class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
2117
+ class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
1664
2118
  >
1665
2119
  <div
1666
2120
  class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
@@ -1707,27 +2161,6 @@ wrapperTag: div
1707
2161
  </button>
1708
2162
  </div>
1709
2163
  </div>
1710
- <div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
1711
- <button
1712
- class="pf-v5-c-menu-toggle pf-m-full-height"
1713
- type="button"
1714
- aria-expanded="false"
1715
- >
1716
- <span class="pf-v5-c-menu-toggle__icon">
1717
- <img
1718
- class="pf-v5-c-avatar"
1719
- alt="Avatar image"
1720
- src="/assets/images/img_avatar-light.svg"
1721
- />
1722
- </span>
1723
- <span class="pf-v5-c-menu-toggle__text">Ned Username</span>
1724
- <span class="pf-v5-c-menu-toggle__controls">
1725
- <span class="pf-v5-c-menu-toggle__toggle-icon">
1726
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1727
- </span>
1728
- </span>
1729
- </button>
1730
- </div>
1731
2164
  </div>
1732
2165
  </div>
1733
2166
  </div>
@@ -1853,30 +2286,94 @@ wrapperTag: div
1853
2286
  </span>
1854
2287
  <div class="pf-v5-c-masthead__main">
1855
2288
  <a class="pf-v5-c-masthead__brand" href="#">
1856
- <img
1857
- class="pf-v5-c-brand"
1858
- src="/assets/images/pf-logo.svg"
1859
- alt="PatternFly logo"
1860
- style="--pf-v5-c-brand--Height:36px"
1861
- />
2289
+ <svg height="40px" viewBox="0 0 679 158">
2290
+ <title>PF-HorizontalLogo-Color</title>
2291
+ <defs>
2292
+ <linearGradient
2293
+ x1="68%"
2294
+ y1="2.25860997e-13%"
2295
+ x2="32%"
2296
+ y2="100%"
2297
+ id="linearGradient-masthead-toggle-group-filters-expanded-mobile-example-masthead"
2298
+ >
2299
+ <stop stop-color="#2B9AF3" offset="0%" />
2300
+ <stop
2301
+ stop-color="#73BCF7"
2302
+ stop-opacity="0.502212631"
2303
+ offset="100%"
2304
+ />
2305
+ </linearGradient>
2306
+ </defs>
2307
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
2308
+ <g
2309
+ transform="translate(206.000000, 45.750000)"
2310
+ fill="var(--pf-t--global--text--color--regular)"
2311
+ fill-rule="nonzero"
2312
+ >
2313
+ <path
2314
+ d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
2315
+ />
2316
+ <path
2317
+ d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
2318
+ />
2319
+ <path
2320
+ d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
2321
+ />
2322
+ <path
2323
+ d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
2324
+ />
2325
+ <path
2326
+ d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
2327
+ />
2328
+ <path
2329
+ d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
2330
+ />
2331
+ <path
2332
+ d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
2333
+ />
2334
+ <polygon
2335
+ points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
2336
+ />
2337
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
2338
+ <path
2339
+ d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
2340
+ />
2341
+ </g>
2342
+ <g transform="translate(0.000000, 0.000000)">
2343
+ <path
2344
+ d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
2345
+ fill="#0066CC"
2346
+ />
2347
+ <path
2348
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
2349
+ fill="url(#linearGradient-masthead-toggle-group-filters-expanded-mobile-example-masthead)"
2350
+ />
2351
+ <path
2352
+ d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
2353
+ fill="url(#linearGradient-masthead-toggle-group-filters-expanded-mobile-example-masthead)"
2354
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
2355
+ />
2356
+ </g>
2357
+ </g>
2358
+ </svg>
1862
2359
  </a>
1863
2360
  </div>
1864
2361
  <div class="pf-v5-c-masthead__content">
1865
2362
  <div
1866
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
2363
+ class="pf-v5-c-toolbar pf-m-static"
1867
2364
  id="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar"
1868
2365
  >
1869
2366
  <div class="pf-v5-c-toolbar__content">
1870
2367
  <div class="pf-v5-c-toolbar__content-section">
1871
2368
  <div
1872
- class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show pf-m-align-right"
2369
+ class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show pf-m-align-end"
1873
2370
  >
1874
- <div class="pf-v5-c-toolbar__toggle">
2371
+ <div class="pf-v5-c-toolbar__toggle pf-m-show">
1875
2372
  <button
1876
- class="pf-v5-c-button pf-m-plain"
2373
+ class="pf-v5-c-menu-toggle pf-m-plain pf-m-expanded"
1877
2374
  type="button"
1878
- aria-label="Show filters"
1879
2375
  aria-expanded="true"
2376
+ aria-label="Show filters"
1880
2377
  aria-controls="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-expandable-content"
1881
2378
  >
1882
2379
  <i class="fas fa-filter" aria-hidden="true"></i>
@@ -1905,75 +2402,22 @@ wrapperTag: div
1905
2402
  role="group"
1906
2403
  >
1907
2404
  <div class="pf-v5-c-input-group__item">
1908
- <div class="pf-v5-c-select" style="width: 124px">
1909
- <span
1910
- id="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-select-name-label"
1911
- hidden
1912
- >Choose one</span>
1913
-
1914
- <button
1915
- class="pf-v5-c-select__toggle"
1916
- type="button"
1917
- id="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-select-name-toggle"
1918
- aria-haspopup="true"
1919
- aria-expanded="false"
1920
- aria-labelledby="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-select-name-label masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-select-name-toggle"
1921
- >
1922
- <div class="pf-v5-c-select__toggle-wrapper">
1923
- <span class="pf-v5-c-select__toggle-icon">
1924
- <i class="fas fa-filter" aria-hidden="true"></i>
1925
- </span>
1926
- <span class="pf-v5-c-select__toggle-text">Name</span>
1927
- </div>
1928
- <span class="pf-v5-c-select__toggle-arrow">
1929
- <i class="fas fa-caret-down" aria-hidden="true"></i>
2405
+ <button
2406
+ class="pf-v5-c-menu-toggle"
2407
+ type="button"
2408
+ aria-expanded="false"
2409
+ id="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-search-filter-menu"
2410
+ >
2411
+ <span class="pf-v5-c-menu-toggle__icon">
2412
+ <i class="fas fa-filter" aria-hidden="true"></i>
2413
+ </span>
2414
+ <span class="pf-v5-c-menu-toggle__text">Name</span>
2415
+ <span class="pf-v5-c-menu-toggle__controls">
2416
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
2417
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
1930
2418
  </span>
1931
- </button>
1932
-
1933
- <ul
1934
- class="pf-v5-c-select__menu"
1935
- role="listbox"
1936
- aria-labelledby="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-select-name-label"
1937
- hidden
1938
- >
1939
- <li role="presentation">
1940
- <button
1941
- class="pf-v5-c-select__menu-item"
1942
- role="option"
1943
- >Running</button>
1944
- </li>
1945
- <li role="presentation">
1946
- <button
1947
- class="pf-v5-c-select__menu-item pf-m-selected"
1948
- role="option"
1949
- aria-selected="true"
1950
- >
1951
- Stopped
1952
- <span class="pf-v5-c-select__menu-item-icon">
1953
- <i class="fas fa-check" aria-hidden="true"></i>
1954
- </span>
1955
- </button>
1956
- </li>
1957
- <li role="presentation">
1958
- <button
1959
- class="pf-v5-c-select__menu-item"
1960
- role="option"
1961
- >Down</button>
1962
- </li>
1963
- <li role="presentation">
1964
- <button
1965
- class="pf-v5-c-select__menu-item"
1966
- role="option"
1967
- >Degraded</button>
1968
- </li>
1969
- <li role="presentation">
1970
- <button
1971
- class="pf-v5-c-select__menu-item"
1972
- role="option"
1973
- >Needs maintenance</button>
1974
- </li>
1975
- </ul>
1976
- </div>
2419
+ </span>
2420
+ </button>
1977
2421
  </div>
1978
2422
  <div class="pf-v5-c-input-group__item pf-m-fill">
1979
2423
  <div class="pf-v5-c-text-input-group">