@patternfly/patternfly 6.0.0-alpha.9 → 6.0.0-alpha.90

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 (341) 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 +1005 -856
  23. package/base/tokens/_tokens-charts.scss +159 -0
  24. package/base/tokens/_tokens-dark.scss +319 -290
  25. package/base/tokens/_tokens-default.scss +485 -329
  26. package/base/tokens/_tokens-font.scss +122 -58
  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 +27 -16
  52. package/components/Breadcrumb/breadcrumb.scss +27 -18
  53. package/components/Button/button.css +398 -354
  54. package/components/Button/button.scss +455 -477
  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 +54 -51
  84. package/components/DualListSelector/dual-list-selector.scss +55 -54
  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 +66 -116
  92. package/components/Form/form.scss +63 -128
  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 +378 -355
  110. package/components/Label/label.scss +431 -348
  111. package/components/List/list.css +16 -16
  112. package/components/List/list.scss +17 -17
  113. package/components/Login/login.css +68 -112
  114. package/components/Login/login.scss +54 -82
  115. package/components/Masthead/masthead.css +261 -502
  116. package/components/Masthead/masthead.scss +123 -286
  117. package/components/Menu/menu.css +388 -417
  118. package/components/Menu/menu.scss +370 -525
  119. package/components/MenuToggle/menu-toggle.css +223 -276
  120. package/components/MenuToggle/menu-toggle.scss +322 -390
  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 +4 -4
  128. package/components/NotificationBadge/notification-badge.scss +4 -4
  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 +32 -52
  152. package/components/SimpleList/simple-list.scss +37 -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 +31 -47
  166. package/components/Table/table-grid.scss +42 -55
  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 +81 -74
  170. package/components/Table/table-tree-view.scss +53 -39
  171. package/components/Table/table.css +159 -264
  172. package/components/Table/table.scss +216 -351
  173. package/components/Tabs/tabs.css +142 -175
  174. package/components/Tabs/tabs.scss +158 -218
  175. package/components/TextInputGroup/text-input-group.css +0 -14
  176. package/components/TextInputGroup/text-input-group.scss +3 -16
  177. package/components/Tile/tile.css +40 -81
  178. package/components/Tile/tile.scss +38 -84
  179. package/components/Timestamp/timestamp.css +12 -9
  180. package/components/Timestamp/timestamp.scss +11 -10
  181. package/components/Title/title.css +70 -19
  182. package/components/Title/title.scss +90 -20
  183. package/components/ToggleGroup/toggle-group.css +54 -48
  184. package/components/ToggleGroup/toggle-group.scss +62 -50
  185. package/components/Toolbar/toolbar.css +2527 -1031
  186. package/components/Toolbar/toolbar.scss +233 -520
  187. package/components/Tooltip/tooltip.css +16 -18
  188. package/components/Tooltip/tooltip.scss +20 -24
  189. package/components/TreeView/tree-view.css +76 -97
  190. package/components/TreeView/tree-view.scss +82 -113
  191. package/components/Truncate/truncate.css +4 -0
  192. package/components/Truncate/truncate.scss +3 -0
  193. package/components/Wizard/wizard.css +122 -205
  194. package/components/Wizard/wizard.scss +121 -181
  195. package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
  196. package/docs/components/Accordion/examples/Accordion.md +614 -416
  197. package/docs/components/ActionList/examples/ActionList.md +73 -22
  198. package/docs/components/Alert/examples/Alert.md +3 -3
  199. package/docs/components/Avatar/examples/Avatar.md +5 -19
  200. package/docs/components/BackgroundImage/examples/BackgroundImage.md +1 -1
  201. package/docs/components/Badge/examples/Badge.md +21 -0
  202. package/docs/components/Banner/examples/Banner.md +48 -25
  203. package/docs/components/Brand/examples/Brand.css +12 -0
  204. package/docs/components/Brand/examples/Brand.md +51 -32
  205. package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
  206. package/docs/components/Button/examples/Button.css +4 -0
  207. package/docs/components/Button/examples/Button.md +1439 -113
  208. package/docs/components/CalendarMonth/examples/CalendarMonth.md +44 -220
  209. package/docs/components/Card/examples/Card.md +550 -133
  210. package/docs/components/Check/examples/Check.md +1 -0
  211. package/docs/components/CodeBlock/examples/CodeBlock.md +4 -4
  212. package/docs/components/CodeEditor/examples/CodeEditor.md +144 -132
  213. package/docs/components/Content/examples/Content.md +5 -5
  214. package/docs/components/DatePicker/examples/DatePicker.md +5 -2
  215. package/docs/components/Divider/examples/Divider.css +3 -1
  216. package/docs/components/Divider/examples/Divider.md +30 -5
  217. package/docs/components/DragDrop/examples/DragDrop.css +1 -1
  218. package/docs/components/Drawer/examples/Drawer.md +294 -256
  219. package/docs/components/DualListSelector/examples/DualListSelector.md +18 -18
  220. package/docs/components/EmptyState/examples/EmptyState.md +45 -1
  221. package/docs/components/ExpandableSection/examples/ExpandableSection.md +49 -28
  222. package/docs/components/FileUpload/examples/FileUpload.md +112 -53
  223. package/docs/components/Form/examples/Form.md +134 -89
  224. package/docs/components/Icon/examples/Icon.md +82 -11
  225. package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
  226. package/docs/components/JumpLinks/examples/JumpLinks.md +280 -168
  227. package/docs/components/Label/examples/Label.css +4 -0
  228. package/docs/components/Label/examples/Label.md +3090 -703
  229. package/docs/components/LogViewer/examples/LogViewer.md +100 -80
  230. package/docs/components/Login/examples/Login.md +160 -105
  231. package/docs/components/Masthead/examples/masthead.md +443 -65
  232. package/docs/components/Menu/examples/Menu.css +7 -11
  233. package/docs/components/Menu/examples/Menu.md +213 -486
  234. package/docs/components/MenuToggle/examples/MenuToggle.md +253 -224
  235. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
  236. package/docs/components/Nav/examples/Navigation.css +1 -23
  237. package/docs/components/Nav/examples/Navigation.md +69 -243
  238. package/docs/components/Page/examples/Page.css +0 -8
  239. package/docs/components/Page/examples/Page.md +22 -21
  240. package/docs/components/Pagination/examples/Pagination.md +663 -637
  241. package/docs/components/Panel/examples/Panel.md +12 -0
  242. package/docs/components/Popover/examples/Popover.md +1 -1
  243. package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -14
  244. package/docs/components/Radio/examples/Radio.md +1 -1
  245. package/docs/components/Sidebar/examples/Sidebar.md +19 -0
  246. package/docs/components/SimpleList/examples/SimpleList.md +3 -3
  247. package/docs/components/TabContent/examples/TabContent.md +10 -10
  248. package/docs/components/Table/examples/Table.md +8 -8
  249. package/docs/components/Tabs/examples/Tabs.css +1 -1
  250. package/docs/components/Tabs/examples/Tabs.md +1025 -826
  251. package/docs/components/Tile/examples/Tile.md +264 -144
  252. package/docs/components/Title/examples/Title.md +18 -0
  253. package/docs/components/Toolbar/examples/Toolbar.css +20 -15
  254. package/docs/components/Toolbar/examples/Toolbar.md +985 -3341
  255. package/docs/components/TreeView/examples/TreeView.md +7 -57
  256. package/docs/components/Truncate/examples/Truncate.css +2 -2
  257. package/docs/components/Wizard/examples/Wizard.md +31 -7
  258. package/docs/demos/AboutModal/examples/AboutModal.md +116 -35
  259. package/docs/demos/Alert/examples/Alert.md +366 -99
  260. package/docs/demos/BackToTop/examples/BackToTop.md +114 -33
  261. package/docs/demos/Banner/examples/Banner.md +235 -68
  262. package/docs/demos/Button/examples/Button.md +1 -1
  263. package/docs/demos/Card/examples/Card.md +2 -2
  264. package/docs/demos/CardView/examples/CardView.md +256 -192
  265. package/docs/demos/ContextSelector/examples/ContextSelector.md +414 -107
  266. package/docs/demos/Dashboard/examples/Dashboard.md +114 -33
  267. package/docs/demos/DataList/examples/DataList.md +1049 -950
  268. package/docs/demos/DescriptionList/examples/DescriptionList.md +342 -99
  269. package/docs/demos/Drawer/examples/Drawer.md +700 -271
  270. package/docs/demos/Form/examples/BasicForms.md +138 -84
  271. package/docs/demos/JumpLinks/examples/JumpLinks.md +989 -409
  272. package/docs/demos/Masthead/examples/Masthead.md +833 -357
  273. package/docs/demos/Modal/examples/Modal.md +717 -222
  274. package/docs/demos/Nav/examples/Nav.md +763 -926
  275. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +575 -165
  276. package/docs/demos/Page/examples/Page.md +1050 -309
  277. package/docs/demos/Page/examples/Penta.md +73 -31
  278. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +20 -16
  279. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +44 -32
  280. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1276 -861
  281. package/docs/demos/Skeleton/examples/Skeleton.md +114 -33
  282. package/docs/demos/Table/examples/Table.md +4002 -3503
  283. package/docs/demos/Tabs/examples/Tabs.md +711 -219
  284. package/docs/demos/Toolbar/examples/Toolbar.css +10 -0
  285. package/docs/demos/Toolbar/examples/Toolbar.md +1350 -1480
  286. package/docs/demos/Wizard/examples/Wizard.md +1134 -315
  287. package/docs/layouts/Flex/examples/Flex.md +11 -11
  288. package/package.json +32 -32
  289. package/patternfly-base-no-globals-theme-dark-unversioned.css +1021 -868
  290. package/patternfly-base-no-globals.css +1021 -868
  291. package/patternfly-base-theme-dark-unversioned.css +1027 -873
  292. package/patternfly-base.css +1027 -873
  293. package/patternfly-no-globals.css +9048 -8979
  294. package/patternfly-theme-dark-unversioned.css +9051 -8981
  295. package/patternfly.css +9051 -8981
  296. package/patternfly.min.css +1 -1
  297. package/patternfly.min.css.map +1 -1
  298. package/sass-utilities/mixins.scss +18 -0
  299. package/base/themes/dark/_variables.scss +0 -102
  300. package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
  301. package/components/Accordion/themes/dark/accordion.scss +0 -9
  302. package/components/Alert/themes/dark/alert.scss +0 -17
  303. package/components/Badge/themes/dark/badge.scss +0 -9
  304. package/components/Banner/themes/dark/banner.scss +0 -14
  305. package/components/Button/themes/dark/button.scss +0 -51
  306. package/components/CalendarMonth/themes/dark/calendar-month.scss +0 -37
  307. package/components/Card/themes/dark/card.scss +0 -20
  308. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +0 -19
  309. package/components/CodeEditor/themes/dark/code-editor.scss +0 -14
  310. package/components/DataList/themes/dark/data-list.scss +0 -10
  311. package/components/DatePicker/themes/dark/date-picker.scss +0 -8
  312. package/components/DragDrop/themes/dark/drag-drop.scss +0 -7
  313. package/components/Drawer/themes/dark/drawer.scss +0 -13
  314. package/components/DualListSelector/themes/dark/dual-list-selector.scss +0 -9
  315. package/components/Form/themes/dark/form.scss +0 -7
  316. package/components/FormControl/themes/dark/form-control.scss +0 -24
  317. package/components/HelperText/themes/dark/helper-text.scss +0 -7
  318. package/components/Hint/themes/dark/hint.scss +0 -8
  319. package/components/InputGroup/themes/dark/input-group.scss +0 -22
  320. package/components/Label/themes/dark/label.scss +0 -53
  321. package/components/Login/themes/dark/login.scss +0 -12
  322. package/components/Masthead/themes/dark/masthead.scss +0 -14
  323. package/components/MenuToggle/themes/dark/menu-toggle.scss +0 -27
  324. package/components/ModalBox/themes/dark/modal-box.scss +0 -7
  325. package/components/NotificationDrawer/themes/dark/notification-drawer.scss +0 -14
  326. package/components/Page/themes/dark/page.scss +0 -69
  327. package/components/Pagination/themes/dark/pagination.scss +0 -7
  328. package/components/Panel/themes/dark/panel.scss +0 -7
  329. package/components/Popover/themes/dark/popover.scss +0 -11
  330. package/components/Progress/themes/dark/progress.scss +0 -9
  331. package/components/SimpleList/themes/dark/simple-list.scss +0 -14
  332. package/components/Skeleton/themes/dark/skeleton.scss +0 -10
  333. package/components/Switch/themes/dark/switch.scss +0 -11
  334. package/components/Tabs/themes/dark/tabs.scss +0 -10
  335. package/components/TextInputGroup/themes/dark/text-input-group.scss +0 -11
  336. package/components/Tile/themes/dark/tile.scss +0 -10
  337. package/components/ToggleGroup/themes/dark/toggle-group.scss +0 -12
  338. package/components/Tooltip/themes/dark/tooltip.scss +0 -8
  339. package/components/TreeView/themes/dark/tree-view.scss +0 -8
  340. package/components/Wizard/themes/dark/wizard.scss +0 -12
  341. package/docs/components/Avatar/examples/Avatar.css +0 -3
@@ -26,23 +26,117 @@ 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-data-list-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-data-list-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-data-list-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="data-list-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">
108
+ <div class="pf-v5-c-toolbar__item">
109
+ <button
110
+ class="pf-v5-c-menu-toggle"
111
+ type="button"
112
+ aria-expanded="false"
113
+ >
114
+ <span class="pf-v5-c-menu-toggle__text">Overview</span>
115
+ <span class="pf-v5-c-menu-toggle__controls">
116
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
117
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
118
+ </span>
119
+ </span>
120
+ </button>
121
+ </div>
122
+
123
+ <div class="pf-v5-c-toolbar__item">
124
+ <button
125
+ class="pf-v5-c-menu-toggle"
126
+ type="button"
127
+ aria-expanded="false"
128
+ >
129
+ <span class="pf-v5-c-menu-toggle__text">Services</span>
130
+ <span class="pf-v5-c-menu-toggle__controls">
131
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
132
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
133
+ </span>
134
+ </span>
135
+ </button>
136
+ </div>
137
+
44
138
  <div
45
- 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"
139
+ 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"
46
140
  >
47
141
  <div
48
142
  class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
@@ -54,7 +148,9 @@ wrapperTag: div
54
148
  aria-expanded="false"
55
149
  aria-label="Application launcher"
56
150
  >
57
- <i class="fas fa-th" aria-hidden="true"></i>
151
+ <span class="pf-v5-c-menu-toggle__icon">
152
+ <i class="fas fa-th" aria-hidden="true"></i>
153
+ </span>
58
154
  </button>
59
155
  </div>
60
156
  <div class="pf-v5-c-toolbar__item">
@@ -64,7 +160,9 @@ wrapperTag: div
64
160
  aria-expanded="false"
65
161
  aria-label="Settings"
66
162
  >
67
- <i class="fas fa-cog" aria-hidden="true"></i>
163
+ <span class="pf-v5-c-menu-toggle__icon">
164
+ <i class="fas fa-cog" aria-hidden="true"></i>
165
+ </span>
68
166
  </button>
69
167
  </div>
70
168
  <div class="pf-v5-c-toolbar__item">
@@ -74,7 +172,9 @@ wrapperTag: div
74
172
  aria-expanded="false"
75
173
  aria-label="Help"
76
174
  >
77
- <i class="fas fa-question-circle" aria-hidden="true"></i>
175
+ <span class="pf-v5-c-menu-toggle__icon">
176
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
177
+ </span>
78
178
  </button>
79
179
  </div>
80
180
  </div>
@@ -85,31 +185,12 @@ wrapperTag: div
85
185
  aria-expanded="false"
86
186
  aria-label="Actions"
87
187
  >
88
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
188
+ <span class="pf-v5-c-menu-toggle__icon">
189
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
190
+ </span>
89
191
  </button>
90
192
  </div>
91
193
  </div>
92
- <div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
93
- <button
94
- class="pf-v5-c-menu-toggle pf-m-full-height"
95
- type="button"
96
- aria-expanded="false"
97
- >
98
- <span class="pf-v5-c-menu-toggle__icon">
99
- <img
100
- class="pf-v5-c-avatar"
101
- alt="Avatar image"
102
- src="/assets/images/img_avatar-light.svg"
103
- />
104
- </span>
105
- <span class="pf-v5-c-menu-toggle__text">Ned Username</span>
106
- <span class="pf-v5-c-menu-toggle__controls">
107
- <span class="pf-v5-c-menu-toggle__toggle-icon">
108
- <i class="fas fa-angle-down" aria-hidden="true"></i>
109
- </span>
110
- </span>
111
- </button>
112
- </div>
113
194
  </div>
114
195
  </div>
115
196
  </div>
@@ -199,114 +280,47 @@ wrapperTag: div
199
280
  class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
200
281
  >
201
282
  <div class="pf-v5-c-card">
202
- <div class="pf-v5-c-toolbar">
283
+ <div class="pf-v5-c-toolbar" id="data-list-basic-example-toolbar">
203
284
  <div class="pf-v5-c-toolbar__content">
204
285
  <div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
205
286
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
206
- <div class="pf-v5-c-dropdown">
207
- <div class="pf-v5-c-dropdown__toggle pf-m-split-button">
208
- <label
209
- class="pf-v5-c-dropdown__toggle-check"
210
- for="-bulk-select-toggle-check"
211
- >
212
- <div class="pf-v5-c-check pf-m-standalone">
213
- <input
214
- class="pf-v5-c-check__input"
215
- type="checkbox"
216
- id="-bulk-select-toggle-check"
217
- aria-label="Select all"
218
- />
219
- </div>
220
- </label>
221
-
222
- <button
223
- class="pf-v5-c-dropdown__toggle-button"
224
- type="button"
225
- aria-expanded="false"
226
- id="-bulk-select-toggle-button"
227
- aria-label="Dropdown toggle"
228
- >
229
- <i class="fas fa-caret-down" aria-hidden="true"></i>
230
- </button>
231
- </div>
232
- <ul class="pf-v5-c-dropdown__menu" hidden role="menu">
233
- <li role="none">
234
- <button
235
- class="pf-v5-c-dropdown__menu-item"
236
- role="menuitem"
237
- type="button"
238
- >Select all</button>
239
- </li>
240
- <li role="none">
241
- <button
242
- class="pf-v5-c-dropdown__menu-item"
243
- role="menuitem"
244
- type="button"
245
- >Select none</button>
246
- </li>
247
- <li role="none">
248
- <button
249
- class="pf-v5-c-dropdown__menu-item"
250
- role="menuitem"
251
- type="button"
252
- >Other action</button>
253
- </li>
254
- </ul>
255
- </div>
256
- </div>
257
-
258
- <div class="pf-v5-c-toolbar__item">
259
- <div class="pf-v5-c-context-selector">
260
- <span id="-context-selector-label" hidden>Selected project:</span>
287
+ <div
288
+ class="pf-v5-c-menu-toggle pf-m-split-button"
289
+ id="data-list-basic-example-toolbar-check"
290
+ >
291
+ <label
292
+ class="pf-v5-c-check pf-m-standalone"
293
+ id="data-list-basic-example-toolbar-check-check"
294
+ for="data-list-basic-example-toolbar-check-check-input"
295
+ >
296
+ <input
297
+ class="pf-v5-c-check__input"
298
+ type="checkbox"
299
+ id="data-list-basic-example-toolbar-check-check-input"
300
+ name="data-list-basic-example-toolbar-check-check-input"
301
+ aria-label="Standalone check"
302
+ />
303
+ </label>
261
304
  <button
262
- class="pf-v5-c-context-selector__toggle"
305
+ class="pf-v5-c-menu-toggle__button"
306
+ type="button"
263
307
  aria-expanded="false"
264
- id="-context-selector-toggle"
265
- aria-labelledby="-context-selector-label -context-selector-toggle"
308
+ id="data-list-basic-example-toolbar-menu-toggle-toggle-button"
309
+ aria-label="Menu toggle"
266
310
  >
267
- <span
268
- class="pf-v5-c-context-selector__toggle-text"
269
- >My project</span>
270
- <span class="pf-v5-c-context-selector__toggle-icon">
271
- <i class="fas fa-caret-down" aria-hidden="true"></i>
311
+ <span class="pf-v5-c-menu-toggle__controls">
312
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
313
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
314
+ </span>
272
315
  </span>
273
316
  </button>
274
- <div class="pf-v5-c-context-selector__menu" hidden>
275
- <div class="pf-v5-c-context-selector__menu-search">
276
- <div class="pf-v5-c-text-input-group">
277
- <div class="pf-v5-c-text-input-group__main pf-m-icon">
278
- <span class="pf-v5-c-text-input-group__text">
279
- <span class="pf-v5-c-text-input-group__icon">
280
- <i class="fas fa-fw fa-search"></i>
281
- </span>
282
- <input
283
- class="pf-v5-c-text-input-group__text-input"
284
- type="text"
285
- placeholder="Search"
286
- value
287
- aria-label="Search input"
288
- />
289
- </span>
290
- </div>
291
- </div>
292
- </div>
293
- <ul class="pf-v5-c-context-selector__menu-list" role="menu">
294
- <li>My project</li>
295
- <li>OpenShift cluster</li>
296
- <li>Production Ansible</li>
297
- <li>AWS</li>
298
- <li>Azure</li>
299
- <li>My project</li>
300
- <li>OpenShift cluster</li>
301
- <li>Production Ansible</li>
302
- <li>AWS</li>
303
- <li>Azure</li>
304
- </ul>
305
- </div>
306
317
  </div>
307
318
  </div>
308
319
 
309
- <div class="pf-v5-c-overflow-menu" id="-overflow-menu">
320
+ <div
321
+ class="pf-v5-c-overflow-menu"
322
+ id="data-list-basic-example-toolbar-overflow-menu"
323
+ >
310
324
  <div
311
325
  class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
312
326
  >
@@ -324,7 +338,7 @@ wrapperTag: div
324
338
  <button
325
339
  class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
326
340
  type="button"
327
- id="-overflow-menu-dropdown-toggle"
341
+ id="data-list-basic-example-toolbar-overflow-menu-dropdown-toggle"
328
342
  aria-label="Dropdown with additional options"
329
343
  aria-expanded="false"
330
344
  >
@@ -333,7 +347,7 @@ wrapperTag: div
333
347
  <ul
334
348
  class="pf-v5-c-dropdown__menu"
335
349
  role="menu"
336
- aria-labelledby="-overflow-menu-dropdown-toggle"
350
+ aria-labelledby="data-list-basic-example-toolbar-overflow-menu-dropdown-toggle"
337
351
  hidden
338
352
  >
339
353
  <li role="none">
@@ -349,55 +363,57 @@ wrapperTag: div
349
363
 
350
364
  <div class="pf-v5-c-toolbar__item pf-m-pagination">
351
365
  <div class="pf-v5-c-pagination pf-m-compact">
352
- <div class="pf-v5-c-options-menu">
353
- <button
354
- class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
355
- type="button"
356
- id="-top-pagination-toggle"
357
- aria-haspopup="listbox"
358
- aria-expanded="false"
359
- >
360
- <span class="pf-v5-c-options-menu__toggle-text">
361
- <b>1 - 10</b>&nbsp;of&nbsp;
362
- <b>36</b>
363
- </span>
364
- <div class="pf-v5-c-options-menu__toggle-icon">
365
- <i class="fas fa-caret-down" aria-hidden="true"></i>
366
- </div>
367
- </button>
368
- <ul
369
- class="pf-v5-c-options-menu__menu"
370
- role="menu"
371
- aria-labelledby="-top-pagination-toggle"
372
- hidden
373
- >
374
- <li role="none">
375
- <button
376
- class="pf-v5-c-options-menu__menu-item"
377
- type="button"
378
- role="menuitem"
379
- >5 per page</button>
380
- </li>
381
- <li role="none">
382
- <button
383
- class="pf-v5-c-options-menu__menu-item"
384
- type="button"
385
- role="menuitem"
386
- >
387
- 10 per page
388
- <div class="pf-v5-c-options-menu__menu-item-icon">
389
- <i class="fas fa-check" aria-hidden="true"></i>
390
- </div>
391
- </button>
392
- </li>
393
- <li role="none">
394
- <button
395
- class="pf-v5-c-options-menu__menu-item"
396
- type="button"
397
- role="menuitem"
398
- >20 per page</button>
399
- </li>
400
- </ul>
366
+ <div class="pf-v5-c-pagination__page-menu">
367
+ <div class="pf-v5-c-options-menu">
368
+ <button
369
+ class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
370
+ type="button"
371
+ id="data-list-basic-example-toolbar-top-pagination-toggle"
372
+ aria-haspopup="listbox"
373
+ aria-expanded="false"
374
+ >
375
+ <span class="pf-v5-c-options-menu__toggle-text">
376
+ <b>1 - 10</b>&nbsp;of&nbsp;
377
+ <b>36</b>
378
+ </span>
379
+ <div class="pf-v5-c-options-menu__toggle-icon">
380
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
381
+ </div>
382
+ </button>
383
+ <ul
384
+ class="pf-v5-c-options-menu__menu"
385
+ role="menu"
386
+ aria-labelledby="data-list-basic-example-toolbar-top-pagination-toggle"
387
+ hidden
388
+ >
389
+ <li role="none">
390
+ <button
391
+ class="pf-v5-c-options-menu__menu-item"
392
+ type="button"
393
+ role="menuitem"
394
+ >5 per page</button>
395
+ </li>
396
+ <li role="none">
397
+ <button
398
+ class="pf-v5-c-options-menu__menu-item"
399
+ type="button"
400
+ role="menuitem"
401
+ >
402
+ 10 per page
403
+ <div class="pf-v5-c-options-menu__menu-item-icon">
404
+ <i class="fas fa-check" aria-hidden="true"></i>
405
+ </div>
406
+ </button>
407
+ </li>
408
+ <li role="none">
409
+ <button
410
+ class="pf-v5-c-options-menu__menu-item"
411
+ type="button"
412
+ role="menuitem"
413
+ >20 per page</button>
414
+ </li>
415
+ </ul>
416
+ </div>
401
417
  </div>
402
418
  <nav
403
419
  class="pf-v5-c-pagination__nav"
@@ -429,7 +445,7 @@ wrapperTag: div
429
445
 
430
446
  <div
431
447
  class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
432
- id="-expandable-content"
448
+ id="data-list-basic-example-toolbar-expandable-content"
433
449
  hidden
434
450
  ></div>
435
451
  </div>
@@ -765,55 +781,57 @@ wrapperTag: div
765
781
  </li>
766
782
  </ul>
767
783
  <div class="pf-v5-c-pagination pf-m-bottom">
768
- <div class="pf-v5-c-options-menu pf-m-top">
769
- <button
770
- class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
771
- type="button"
772
- id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
773
- aria-haspopup="listbox"
774
- aria-expanded="false"
775
- >
776
- <span class="pf-v5-c-options-menu__toggle-text">
777
- <b>1 - 10</b>&nbsp;of&nbsp;
778
- <b>36</b>
779
- </span>
780
- <div class="pf-v5-c-options-menu__toggle-icon">
781
- <i class="fas fa-caret-down" aria-hidden="true"></i>
782
- </div>
783
- </button>
784
- <ul
785
- class="pf-v5-c-options-menu__menu pf-m-top"
786
- role="menu"
787
- aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
788
- hidden
789
- >
790
- <li role="none">
791
- <button
792
- class="pf-v5-c-options-menu__menu-item"
793
- type="button"
794
- role="menuitem"
795
- >5 per page</button>
796
- </li>
797
- <li role="none">
798
- <button
799
- class="pf-v5-c-options-menu__menu-item"
800
- type="button"
801
- role="menuitem"
802
- >
803
- 10 per page
804
- <div class="pf-v5-c-options-menu__menu-item-icon">
805
- <i class="fas fa-check" aria-hidden="true"></i>
806
- </div>
807
- </button>
808
- </li>
809
- <li role="none">
810
- <button
811
- class="pf-v5-c-options-menu__menu-item"
812
- type="button"
813
- role="menuitem"
814
- >20 per page</button>
815
- </li>
816
- </ul>
784
+ <div class="pf-v5-c-pagination__page-menu">
785
+ <div class="pf-v5-c-options-menu pf-m-top">
786
+ <button
787
+ class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
788
+ type="button"
789
+ id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
790
+ aria-haspopup="listbox"
791
+ aria-expanded="false"
792
+ >
793
+ <span class="pf-v5-c-options-menu__toggle-text">
794
+ <b>1 - 10</b>&nbsp;of&nbsp;
795
+ <b>36</b>
796
+ </span>
797
+ <div class="pf-v5-c-options-menu__toggle-icon">
798
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
799
+ </div>
800
+ </button>
801
+ <ul
802
+ class="pf-v5-c-options-menu__menu pf-m-top"
803
+ role="menu"
804
+ aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
805
+ hidden
806
+ >
807
+ <li role="none">
808
+ <button
809
+ class="pf-v5-c-options-menu__menu-item"
810
+ type="button"
811
+ role="menuitem"
812
+ >5 per page</button>
813
+ </li>
814
+ <li role="none">
815
+ <button
816
+ class="pf-v5-c-options-menu__menu-item"
817
+ type="button"
818
+ role="menuitem"
819
+ >
820
+ 10 per page
821
+ <div class="pf-v5-c-options-menu__menu-item-icon">
822
+ <i class="fas fa-check" aria-hidden="true"></i>
823
+ </div>
824
+ </button>
825
+ </li>
826
+ <li role="none">
827
+ <button
828
+ class="pf-v5-c-options-menu__menu-item"
829
+ type="button"
830
+ role="menuitem"
831
+ >20 per page</button>
832
+ </li>
833
+ </ul>
834
+ </div>
817
835
  </div>
818
836
  <nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
819
837
  <div class="pf-v5-c-pagination__nav-control pf-m-first">
@@ -897,23 +915,117 @@ wrapperTag: div
897
915
  </span>
898
916
  <div class="pf-v5-c-masthead__main">
899
917
  <a class="pf-v5-c-masthead__brand" href="#">
900
- <img
901
- class="pf-v5-c-brand"
902
- src="/assets/images/pf-logo.svg"
903
- alt="PatternFly logo"
904
- style="--pf-v5-c-brand--Height:36px"
905
- />
918
+ <svg height="40px" viewBox="0 0 679 158">
919
+ <title>PF-HorizontalLogo-Color</title>
920
+ <defs>
921
+ <linearGradient
922
+ x1="68%"
923
+ y1="2.25860997e-13%"
924
+ x2="32%"
925
+ y2="100%"
926
+ id="linearGradient-data-list-actionable-example-masthead"
927
+ >
928
+ <stop stop-color="#2B9AF3" offset="0%" />
929
+ <stop
930
+ stop-color="#73BCF7"
931
+ stop-opacity="0.502212631"
932
+ offset="100%"
933
+ />
934
+ </linearGradient>
935
+ </defs>
936
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
937
+ <g
938
+ transform="translate(206.000000, 45.750000)"
939
+ fill="var(--pf-t--global--text--color--regular)"
940
+ fill-rule="nonzero"
941
+ >
942
+ <path
943
+ 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"
944
+ />
945
+ <path
946
+ 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"
947
+ />
948
+ <path
949
+ 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"
950
+ />
951
+ <path
952
+ 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"
953
+ />
954
+ <path
955
+ 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"
956
+ />
957
+ <path
958
+ 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"
959
+ />
960
+ <path
961
+ 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"
962
+ />
963
+ <polygon
964
+ 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"
965
+ />
966
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
967
+ <path
968
+ 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"
969
+ />
970
+ </g>
971
+ <g transform="translate(0.000000, 0.000000)">
972
+ <path
973
+ 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"
974
+ fill="#0066CC"
975
+ />
976
+ <path
977
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
978
+ fill="url(#linearGradient-data-list-actionable-example-masthead)"
979
+ />
980
+ <path
981
+ 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"
982
+ fill="url(#linearGradient-data-list-actionable-example-masthead)"
983
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
984
+ />
985
+ </g>
986
+ </g>
987
+ </svg>
906
988
  </a>
907
989
  </div>
908
990
  <div class="pf-v5-c-masthead__content">
909
991
  <div
910
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
992
+ class="pf-v5-c-toolbar pf-m-static"
911
993
  id="data-list-actionable-example-masthead-toolbar"
912
994
  >
913
995
  <div class="pf-v5-c-toolbar__content">
914
996
  <div class="pf-v5-c-toolbar__content-section">
997
+ <div class="pf-v5-c-toolbar__item">
998
+ <button
999
+ class="pf-v5-c-menu-toggle"
1000
+ type="button"
1001
+ aria-expanded="false"
1002
+ >
1003
+ <span class="pf-v5-c-menu-toggle__text">Overview</span>
1004
+ <span class="pf-v5-c-menu-toggle__controls">
1005
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
1006
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
1007
+ </span>
1008
+ </span>
1009
+ </button>
1010
+ </div>
1011
+
1012
+ <div class="pf-v5-c-toolbar__item">
1013
+ <button
1014
+ class="pf-v5-c-menu-toggle"
1015
+ type="button"
1016
+ aria-expanded="false"
1017
+ >
1018
+ <span class="pf-v5-c-menu-toggle__text">Services</span>
1019
+ <span class="pf-v5-c-menu-toggle__controls">
1020
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
1021
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
1022
+ </span>
1023
+ </span>
1024
+ </button>
1025
+ </div>
1026
+
915
1027
  <div
916
- 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"
1028
+ 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"
917
1029
  >
918
1030
  <div
919
1031
  class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
@@ -925,7 +1037,9 @@ wrapperTag: div
925
1037
  aria-expanded="false"
926
1038
  aria-label="Application launcher"
927
1039
  >
928
- <i class="fas fa-th" aria-hidden="true"></i>
1040
+ <span class="pf-v5-c-menu-toggle__icon">
1041
+ <i class="fas fa-th" aria-hidden="true"></i>
1042
+ </span>
929
1043
  </button>
930
1044
  </div>
931
1045
  <div class="pf-v5-c-toolbar__item">
@@ -935,7 +1049,9 @@ wrapperTag: div
935
1049
  aria-expanded="false"
936
1050
  aria-label="Settings"
937
1051
  >
938
- <i class="fas fa-cog" aria-hidden="true"></i>
1052
+ <span class="pf-v5-c-menu-toggle__icon">
1053
+ <i class="fas fa-cog" aria-hidden="true"></i>
1054
+ </span>
939
1055
  </button>
940
1056
  </div>
941
1057
  <div class="pf-v5-c-toolbar__item">
@@ -945,7 +1061,9 @@ wrapperTag: div
945
1061
  aria-expanded="false"
946
1062
  aria-label="Help"
947
1063
  >
948
- <i class="fas fa-question-circle" aria-hidden="true"></i>
1064
+ <span class="pf-v5-c-menu-toggle__icon">
1065
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1066
+ </span>
949
1067
  </button>
950
1068
  </div>
951
1069
  </div>
@@ -956,31 +1074,12 @@ wrapperTag: div
956
1074
  aria-expanded="false"
957
1075
  aria-label="Actions"
958
1076
  >
959
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1077
+ <span class="pf-v5-c-menu-toggle__icon">
1078
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1079
+ </span>
960
1080
  </button>
961
1081
  </div>
962
1082
  </div>
963
- <div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
964
- <button
965
- class="pf-v5-c-menu-toggle pf-m-full-height"
966
- type="button"
967
- aria-expanded="false"
968
- >
969
- <span class="pf-v5-c-menu-toggle__icon">
970
- <img
971
- class="pf-v5-c-avatar"
972
- alt="Avatar image"
973
- src="/assets/images/img_avatar-light.svg"
974
- />
975
- </span>
976
- <span class="pf-v5-c-menu-toggle__text">Ned Username</span>
977
- <span class="pf-v5-c-menu-toggle__controls">
978
- <span class="pf-v5-c-menu-toggle__toggle-icon">
979
- <i class="fas fa-angle-down" aria-hidden="true"></i>
980
- </span>
981
- </span>
982
- </button>
983
- </div>
984
1083
  </div>
985
1084
  </div>
986
1085
  </div>
@@ -1070,132 +1169,64 @@ wrapperTag: div
1070
1169
  class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
1071
1170
  >
1072
1171
  <div class="pf-v5-c-card">
1073
- <div class="pf-v5-c-toolbar">
1172
+ <div class="pf-v5-c-toolbar" id="data-list-actionable-example-toolbar">
1074
1173
  <div class="pf-v5-c-toolbar__content">
1075
1174
  <div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
1076
1175
  <div
1077
1176
  class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
1078
1177
  >
1079
- <div class="pf-v5-c-toolbar__toggle">
1178
+ <div class="pf-v5-c-toolbar__toggle pf-m-show">
1080
1179
  <button
1081
- class="pf-v5-c-button pf-m-plain"
1180
+ class="pf-v5-c-menu-toggle pf-m-plain"
1082
1181
  type="button"
1083
- aria-label="Show filters"
1084
1182
  aria-expanded="false"
1085
- aria-controls="-expandable-content"
1183
+ aria-label="Show filters"
1184
+ aria-controls="data-list-actionable-example-toolbar-expandable-content"
1086
1185
  >
1087
- <i class="fas fa-filter" aria-hidden="true"></i>
1186
+ <span class="pf-v5-c-menu-toggle__icon">
1187
+ <i class="fas fa-filter" aria-hidden="true"></i>
1188
+ </span>
1088
1189
  </button>
1089
1190
  </div>
1090
1191
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
1091
- <div class="pf-v5-c-dropdown">
1092
- <div class="pf-v5-c-dropdown__toggle pf-m-split-button">
1093
- <label
1094
- class="pf-v5-c-dropdown__toggle-check"
1095
- for="-bulk-select-toggle-check"
1096
- >
1097
- <div class="pf-v5-c-check pf-m-standalone">
1098
- <input
1099
- class="pf-v5-c-check__input"
1100
- type="checkbox"
1101
- id="-bulk-select-toggle-check"
1102
- aria-label="Select all"
1103
- />
1104
- </div>
1105
- </label>
1106
-
1107
- <button
1108
- class="pf-v5-c-dropdown__toggle-button"
1109
- type="button"
1110
- aria-expanded="false"
1111
- id="-bulk-select-toggle-button"
1112
- aria-label="Dropdown toggle"
1113
- >
1114
- <i class="fas fa-caret-down" aria-hidden="true"></i>
1115
- </button>
1116
- </div>
1117
- <ul class="pf-v5-c-dropdown__menu" hidden role="menu">
1118
- <li role="none">
1119
- <button
1120
- class="pf-v5-c-dropdown__menu-item"
1121
- role="menuitem"
1122
- type="button"
1123
- >Select all</button>
1124
- </li>
1125
- <li role="none">
1126
- <button
1127
- class="pf-v5-c-dropdown__menu-item"
1128
- role="menuitem"
1129
- type="button"
1130
- >Select none</button>
1131
- </li>
1132
- <li role="none">
1133
- <button
1134
- class="pf-v5-c-dropdown__menu-item"
1135
- role="menuitem"
1136
- type="button"
1137
- >Other action</button>
1138
- </li>
1139
- </ul>
1140
- </div>
1141
- </div>
1142
-
1143
- <div class="pf-v5-c-toolbar__item">
1144
- <div class="pf-v5-c-context-selector">
1145
- <span id="-context-selector-label" hidden>Selected project:</span>
1192
+ <div
1193
+ class="pf-v5-c-menu-toggle pf-m-split-button"
1194
+ id="data-list-actionable-example-toolbar-check"
1195
+ >
1196
+ <label
1197
+ class="pf-v5-c-check pf-m-standalone"
1198
+ id="data-list-actionable-example-toolbar-check-check"
1199
+ for="data-list-actionable-example-toolbar-check-check-input"
1200
+ >
1201
+ <input
1202
+ class="pf-v5-c-check__input"
1203
+ type="checkbox"
1204
+ id="data-list-actionable-example-toolbar-check-check-input"
1205
+ name="data-list-actionable-example-toolbar-check-check-input"
1206
+ aria-label="Standalone check"
1207
+ />
1208
+ </label>
1146
1209
  <button
1147
- class="pf-v5-c-context-selector__toggle"
1210
+ class="pf-v5-c-menu-toggle__button"
1211
+ type="button"
1148
1212
  aria-expanded="false"
1149
- id="-context-selector-toggle"
1150
- aria-labelledby="-context-selector-label -context-selector-toggle"
1213
+ id="data-list-actionable-example-toolbar-menu-toggle-toggle-button"
1214
+ aria-label="Menu toggle"
1151
1215
  >
1152
- <span
1153
- class="pf-v5-c-context-selector__toggle-text"
1154
- >My project</span>
1155
- <span class="pf-v5-c-context-selector__toggle-icon">
1156
- <i class="fas fa-caret-down" aria-hidden="true"></i>
1216
+ <span class="pf-v5-c-menu-toggle__controls">
1217
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
1218
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
1219
+ </span>
1157
1220
  </span>
1158
1221
  </button>
1159
- <div class="pf-v5-c-context-selector__menu" hidden>
1160
- <div class="pf-v5-c-context-selector__menu-search">
1161
- <div class="pf-v5-c-text-input-group">
1162
- <div class="pf-v5-c-text-input-group__main pf-m-icon">
1163
- <span class="pf-v5-c-text-input-group__text">
1164
- <span class="pf-v5-c-text-input-group__icon">
1165
- <i class="fas fa-fw fa-search"></i>
1166
- </span>
1167
- <input
1168
- class="pf-v5-c-text-input-group__text-input"
1169
- type="text"
1170
- placeholder="Search"
1171
- value
1172
- aria-label="Search input"
1173
- />
1174
- </span>
1175
- </div>
1176
- </div>
1177
- </div>
1178
- <ul
1179
- class="pf-v5-c-context-selector__menu-list"
1180
- role="menu"
1181
- >
1182
- <li>My project</li>
1183
- <li>OpenShift cluster</li>
1184
- <li>Production Ansible</li>
1185
- <li>AWS</li>
1186
- <li>Azure</li>
1187
- <li>My project</li>
1188
- <li>OpenShift cluster</li>
1189
- <li>Production Ansible</li>
1190
- <li>AWS</li>
1191
- <li>Azure</li>
1192
- </ul>
1193
- </div>
1194
1222
  </div>
1195
1223
  </div>
1196
1224
  </div>
1197
1225
 
1198
- <div class="pf-v5-c-overflow-menu" id="-overflow-menu">
1226
+ <div
1227
+ class="pf-v5-c-overflow-menu"
1228
+ id="data-list-actionable-example-toolbar-overflow-menu"
1229
+ >
1199
1230
  <div
1200
1231
  class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
1201
1232
  >
@@ -1220,7 +1251,7 @@ wrapperTag: div
1220
1251
  <button
1221
1252
  class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
1222
1253
  type="button"
1223
- id="-overflow-menu-dropdown-toggle"
1254
+ id="data-list-actionable-example-toolbar-overflow-menu-dropdown-toggle"
1224
1255
  aria-label="Dropdown with additional options"
1225
1256
  aria-expanded="false"
1226
1257
  >
@@ -1229,7 +1260,7 @@ wrapperTag: div
1229
1260
  <ul
1230
1261
  class="pf-v5-c-dropdown__menu"
1231
1262
  role="menu"
1232
- aria-labelledby="-overflow-menu-dropdown-toggle"
1263
+ aria-labelledby="data-list-actionable-example-toolbar-overflow-menu-dropdown-toggle"
1233
1264
  hidden
1234
1265
  >
1235
1266
  <li role="none">
@@ -1245,55 +1276,57 @@ wrapperTag: div
1245
1276
 
1246
1277
  <div class="pf-v5-c-toolbar__item pf-m-pagination">
1247
1278
  <div class="pf-v5-c-pagination pf-m-compact">
1248
- <div class="pf-v5-c-options-menu">
1249
- <button
1250
- class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
1251
- type="button"
1252
- id="-top-pagination-toggle"
1253
- aria-haspopup="listbox"
1254
- aria-expanded="false"
1255
- >
1256
- <span class="pf-v5-c-options-menu__toggle-text">
1257
- <b>1 - 10</b>&nbsp;of&nbsp;
1258
- <b>36</b>
1259
- </span>
1260
- <div class="pf-v5-c-options-menu__toggle-icon">
1261
- <i class="fas fa-caret-down" aria-hidden="true"></i>
1262
- </div>
1263
- </button>
1264
- <ul
1265
- class="pf-v5-c-options-menu__menu"
1266
- role="menu"
1267
- aria-labelledby="-top-pagination-toggle"
1268
- hidden
1269
- >
1270
- <li role="none">
1271
- <button
1272
- class="pf-v5-c-options-menu__menu-item"
1273
- type="button"
1274
- role="menuitem"
1275
- >5 per page</button>
1276
- </li>
1277
- <li role="none">
1278
- <button
1279
- class="pf-v5-c-options-menu__menu-item"
1280
- type="button"
1281
- role="menuitem"
1282
- >
1283
- 10 per page
1284
- <div class="pf-v5-c-options-menu__menu-item-icon">
1285
- <i class="fas fa-check" aria-hidden="true"></i>
1286
- </div>
1287
- </button>
1288
- </li>
1289
- <li role="none">
1290
- <button
1291
- class="pf-v5-c-options-menu__menu-item"
1292
- type="button"
1293
- role="menuitem"
1294
- >20 per page</button>
1295
- </li>
1296
- </ul>
1279
+ <div class="pf-v5-c-pagination__page-menu">
1280
+ <div class="pf-v5-c-options-menu">
1281
+ <button
1282
+ class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
1283
+ type="button"
1284
+ id="data-list-actionable-example-toolbar-top-pagination-toggle"
1285
+ aria-haspopup="listbox"
1286
+ aria-expanded="false"
1287
+ >
1288
+ <span class="pf-v5-c-options-menu__toggle-text">
1289
+ <b>1 - 10</b>&nbsp;of&nbsp;
1290
+ <b>36</b>
1291
+ </span>
1292
+ <div class="pf-v5-c-options-menu__toggle-icon">
1293
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
1294
+ </div>
1295
+ </button>
1296
+ <ul
1297
+ class="pf-v5-c-options-menu__menu"
1298
+ role="menu"
1299
+ aria-labelledby="data-list-actionable-example-toolbar-top-pagination-toggle"
1300
+ hidden
1301
+ >
1302
+ <li role="none">
1303
+ <button
1304
+ class="pf-v5-c-options-menu__menu-item"
1305
+ type="button"
1306
+ role="menuitem"
1307
+ >5 per page</button>
1308
+ </li>
1309
+ <li role="none">
1310
+ <button
1311
+ class="pf-v5-c-options-menu__menu-item"
1312
+ type="button"
1313
+ role="menuitem"
1314
+ >
1315
+ 10 per page
1316
+ <div class="pf-v5-c-options-menu__menu-item-icon">
1317
+ <i class="fas fa-check" aria-hidden="true"></i>
1318
+ </div>
1319
+ </button>
1320
+ </li>
1321
+ <li role="none">
1322
+ <button
1323
+ class="pf-v5-c-options-menu__menu-item"
1324
+ type="button"
1325
+ role="menuitem"
1326
+ >20 per page</button>
1327
+ </li>
1328
+ </ul>
1329
+ </div>
1297
1330
  </div>
1298
1331
  <nav
1299
1332
  class="pf-v5-c-pagination__nav"
@@ -1325,7 +1358,7 @@ wrapperTag: div
1325
1358
 
1326
1359
  <div
1327
1360
  class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
1328
- id="-expandable-content"
1361
+ id="data-list-actionable-example-toolbar-expandable-content"
1329
1362
  hidden
1330
1363
  ></div>
1331
1364
  </div>
@@ -1626,55 +1659,57 @@ wrapperTag: div
1626
1659
  </li>
1627
1660
  </ul>
1628
1661
  <div class="pf-v5-c-pagination pf-m-bottom">
1629
- <div class="pf-v5-c-options-menu pf-m-top">
1630
- <button
1631
- class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
1632
- type="button"
1633
- id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
1634
- aria-haspopup="listbox"
1635
- aria-expanded="false"
1636
- >
1637
- <span class="pf-v5-c-options-menu__toggle-text">
1638
- <b>1 - 10</b>&nbsp;of&nbsp;
1639
- <b>36</b>
1640
- </span>
1641
- <div class="pf-v5-c-options-menu__toggle-icon">
1642
- <i class="fas fa-caret-down" aria-hidden="true"></i>
1643
- </div>
1644
- </button>
1645
- <ul
1646
- class="pf-v5-c-options-menu__menu pf-m-top"
1647
- role="menu"
1648
- aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
1649
- hidden
1650
- >
1651
- <li role="none">
1652
- <button
1653
- class="pf-v5-c-options-menu__menu-item"
1654
- type="button"
1655
- role="menuitem"
1656
- >5 per page</button>
1657
- </li>
1658
- <li role="none">
1659
- <button
1660
- class="pf-v5-c-options-menu__menu-item"
1661
- type="button"
1662
- role="menuitem"
1663
- >
1664
- 10 per page
1665
- <div class="pf-v5-c-options-menu__menu-item-icon">
1666
- <i class="fas fa-check" aria-hidden="true"></i>
1667
- </div>
1668
- </button>
1669
- </li>
1670
- <li role="none">
1671
- <button
1672
- class="pf-v5-c-options-menu__menu-item"
1673
- type="button"
1674
- role="menuitem"
1675
- >20 per page</button>
1676
- </li>
1677
- </ul>
1662
+ <div class="pf-v5-c-pagination__page-menu">
1663
+ <div class="pf-v5-c-options-menu pf-m-top">
1664
+ <button
1665
+ class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
1666
+ type="button"
1667
+ id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
1668
+ aria-haspopup="listbox"
1669
+ aria-expanded="false"
1670
+ >
1671
+ <span class="pf-v5-c-options-menu__toggle-text">
1672
+ <b>1 - 10</b>&nbsp;of&nbsp;
1673
+ <b>36</b>
1674
+ </span>
1675
+ <div class="pf-v5-c-options-menu__toggle-icon">
1676
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
1677
+ </div>
1678
+ </button>
1679
+ <ul
1680
+ class="pf-v5-c-options-menu__menu pf-m-top"
1681
+ role="menu"
1682
+ aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
1683
+ hidden
1684
+ >
1685
+ <li role="none">
1686
+ <button
1687
+ class="pf-v5-c-options-menu__menu-item"
1688
+ type="button"
1689
+ role="menuitem"
1690
+ >5 per page</button>
1691
+ </li>
1692
+ <li role="none">
1693
+ <button
1694
+ class="pf-v5-c-options-menu__menu-item"
1695
+ type="button"
1696
+ role="menuitem"
1697
+ >
1698
+ 10 per page
1699
+ <div class="pf-v5-c-options-menu__menu-item-icon">
1700
+ <i class="fas fa-check" aria-hidden="true"></i>
1701
+ </div>
1702
+ </button>
1703
+ </li>
1704
+ <li role="none">
1705
+ <button
1706
+ class="pf-v5-c-options-menu__menu-item"
1707
+ type="button"
1708
+ role="menuitem"
1709
+ >20 per page</button>
1710
+ </li>
1711
+ </ul>
1712
+ </div>
1678
1713
  </div>
1679
1714
  <nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
1680
1715
  <div class="pf-v5-c-pagination__nav-control pf-m-first">
@@ -1758,23 +1793,117 @@ wrapperTag: div
1758
1793
  </span>
1759
1794
  <div class="pf-v5-c-masthead__main">
1760
1795
  <a class="pf-v5-c-masthead__brand" href="#">
1761
- <img
1762
- class="pf-v5-c-brand"
1763
- src="/assets/images/pf-logo.svg"
1764
- alt="PatternFly logo"
1765
- style="--pf-v5-c-brand--Height:36px"
1766
- />
1796
+ <svg height="40px" viewBox="0 0 679 158">
1797
+ <title>PF-HorizontalLogo-Color</title>
1798
+ <defs>
1799
+ <linearGradient
1800
+ x1="68%"
1801
+ y1="2.25860997e-13%"
1802
+ x2="32%"
1803
+ y2="100%"
1804
+ id="linearGradient-data-list-expandable-example-masthead"
1805
+ >
1806
+ <stop stop-color="#2B9AF3" offset="0%" />
1807
+ <stop
1808
+ stop-color="#73BCF7"
1809
+ stop-opacity="0.502212631"
1810
+ offset="100%"
1811
+ />
1812
+ </linearGradient>
1813
+ </defs>
1814
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
1815
+ <g
1816
+ transform="translate(206.000000, 45.750000)"
1817
+ fill="var(--pf-t--global--text--color--regular)"
1818
+ fill-rule="nonzero"
1819
+ >
1820
+ <path
1821
+ 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"
1822
+ />
1823
+ <path
1824
+ 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"
1825
+ />
1826
+ <path
1827
+ 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"
1828
+ />
1829
+ <path
1830
+ 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"
1831
+ />
1832
+ <path
1833
+ 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"
1834
+ />
1835
+ <path
1836
+ 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"
1837
+ />
1838
+ <path
1839
+ 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"
1840
+ />
1841
+ <polygon
1842
+ 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"
1843
+ />
1844
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
1845
+ <path
1846
+ 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"
1847
+ />
1848
+ </g>
1849
+ <g transform="translate(0.000000, 0.000000)">
1850
+ <path
1851
+ 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"
1852
+ fill="#0066CC"
1853
+ />
1854
+ <path
1855
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
1856
+ fill="url(#linearGradient-data-list-expandable-example-masthead)"
1857
+ />
1858
+ <path
1859
+ 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"
1860
+ fill="url(#linearGradient-data-list-expandable-example-masthead)"
1861
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
1862
+ />
1863
+ </g>
1864
+ </g>
1865
+ </svg>
1767
1866
  </a>
1768
1867
  </div>
1769
1868
  <div class="pf-v5-c-masthead__content">
1770
1869
  <div
1771
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
1870
+ class="pf-v5-c-toolbar pf-m-static"
1772
1871
  id="data-list-expandable-example-masthead-toolbar"
1773
1872
  >
1774
1873
  <div class="pf-v5-c-toolbar__content">
1775
1874
  <div class="pf-v5-c-toolbar__content-section">
1875
+ <div class="pf-v5-c-toolbar__item">
1876
+ <button
1877
+ class="pf-v5-c-menu-toggle"
1878
+ type="button"
1879
+ aria-expanded="false"
1880
+ >
1881
+ <span class="pf-v5-c-menu-toggle__text">Overview</span>
1882
+ <span class="pf-v5-c-menu-toggle__controls">
1883
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
1884
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
1885
+ </span>
1886
+ </span>
1887
+ </button>
1888
+ </div>
1889
+
1890
+ <div class="pf-v5-c-toolbar__item">
1891
+ <button
1892
+ class="pf-v5-c-menu-toggle"
1893
+ type="button"
1894
+ aria-expanded="false"
1895
+ >
1896
+ <span class="pf-v5-c-menu-toggle__text">Services</span>
1897
+ <span class="pf-v5-c-menu-toggle__controls">
1898
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
1899
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
1900
+ </span>
1901
+ </span>
1902
+ </button>
1903
+ </div>
1904
+
1776
1905
  <div
1777
- 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"
1906
+ 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"
1778
1907
  >
1779
1908
  <div
1780
1909
  class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
@@ -1786,7 +1915,9 @@ wrapperTag: div
1786
1915
  aria-expanded="false"
1787
1916
  aria-label="Application launcher"
1788
1917
  >
1789
- <i class="fas fa-th" aria-hidden="true"></i>
1918
+ <span class="pf-v5-c-menu-toggle__icon">
1919
+ <i class="fas fa-th" aria-hidden="true"></i>
1920
+ </span>
1790
1921
  </button>
1791
1922
  </div>
1792
1923
  <div class="pf-v5-c-toolbar__item">
@@ -1796,7 +1927,9 @@ wrapperTag: div
1796
1927
  aria-expanded="false"
1797
1928
  aria-label="Settings"
1798
1929
  >
1799
- <i class="fas fa-cog" aria-hidden="true"></i>
1930
+ <span class="pf-v5-c-menu-toggle__icon">
1931
+ <i class="fas fa-cog" aria-hidden="true"></i>
1932
+ </span>
1800
1933
  </button>
1801
1934
  </div>
1802
1935
  <div class="pf-v5-c-toolbar__item">
@@ -1806,7 +1939,9 @@ wrapperTag: div
1806
1939
  aria-expanded="false"
1807
1940
  aria-label="Help"
1808
1941
  >
1809
- <i class="fas fa-question-circle" aria-hidden="true"></i>
1942
+ <span class="pf-v5-c-menu-toggle__icon">
1943
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1944
+ </span>
1810
1945
  </button>
1811
1946
  </div>
1812
1947
  </div>
@@ -1817,31 +1952,12 @@ wrapperTag: div
1817
1952
  aria-expanded="false"
1818
1953
  aria-label="Actions"
1819
1954
  >
1820
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1955
+ <span class="pf-v5-c-menu-toggle__icon">
1956
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1957
+ </span>
1821
1958
  </button>
1822
1959
  </div>
1823
1960
  </div>
1824
- <div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
1825
- <button
1826
- class="pf-v5-c-menu-toggle pf-m-full-height"
1827
- type="button"
1828
- aria-expanded="false"
1829
- >
1830
- <span class="pf-v5-c-menu-toggle__icon">
1831
- <img
1832
- class="pf-v5-c-avatar"
1833
- alt="Avatar image"
1834
- src="/assets/images/img_avatar-light.svg"
1835
- />
1836
- </span>
1837
- <span class="pf-v5-c-menu-toggle__text">Ned Username</span>
1838
- <span class="pf-v5-c-menu-toggle__controls">
1839
- <span class="pf-v5-c-menu-toggle__toggle-icon">
1840
- <i class="fas fa-angle-down" aria-hidden="true"></i>
1841
- </span>
1842
- </span>
1843
- </button>
1844
- </div>
1845
1961
  </div>
1846
1962
  </div>
1847
1963
  </div>
@@ -1931,7 +2047,7 @@ wrapperTag: div
1931
2047
  class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
1932
2048
  >
1933
2049
  <div class="pf-v5-c-card">
1934
- <div class="pf-v5-c-toolbar">
2050
+ <div class="pf-v5-c-toolbar" id="data-list-expandable-example-toolbar">
1935
2051
  <div class="pf-v5-c-toolbar__content">
1936
2052
  <div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
1937
2053
  <div class="pf-v5-c-toolbar__item pf-m-expand-all">
@@ -1941,81 +2057,64 @@ wrapperTag: div
1941
2057
  aria-label="Expand all rows"
1942
2058
  >
1943
2059
  <span class="pf-v5-c-icon">
1944
- <span
1945
- class="pf-v5-c-icon__content pf-v5-m-mirror-inline-rtl"
1946
- >
1947
- <span class="pf-v5-c-toolbar__expand-all-icon">
1948
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1949
- </span>
1950
- </span>
1951
- </span>
1952
- </button>
1953
- </div>
1954
-
1955
- <div
1956
- class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
1957
- >
1958
- <div class="pf-v5-c-toolbar__toggle">
1959
- <button
1960
- class="pf-v5-c-button pf-m-plain"
1961
- type="button"
1962
- aria-label="Show filters"
1963
- aria-expanded="false"
1964
- aria-controls="-expandable-content"
1965
- >
1966
- <i class="fas fa-filter" aria-hidden="true"></i>
1967
- </button>
1968
- </div>
1969
- <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
1970
- <div class="pf-v5-c-dropdown">
1971
- <div class="pf-v5-c-dropdown__toggle pf-m-split-button">
1972
- <label
1973
- class="pf-v5-c-dropdown__toggle-check"
1974
- for="-bulk-select-toggle-check"
1975
- >
1976
- <div class="pf-v5-c-check pf-m-standalone">
1977
- <input
1978
- class="pf-v5-c-check__input"
1979
- type="checkbox"
1980
- id="-bulk-select-toggle-check"
1981
- aria-label="Select all"
1982
- />
1983
- </div>
1984
- </label>
1985
-
1986
- <button
1987
- class="pf-v5-c-dropdown__toggle-button"
1988
- type="button"
1989
- aria-expanded="false"
1990
- id="-bulk-select-toggle-button"
1991
- aria-label="Dropdown toggle"
1992
- >
1993
- <i class="fas fa-caret-down" aria-hidden="true"></i>
1994
- </button>
1995
- </div>
1996
- <ul class="pf-v5-c-dropdown__menu" hidden role="menu">
1997
- <li role="none">
1998
- <button
1999
- class="pf-v5-c-dropdown__menu-item"
2000
- role="menuitem"
2001
- type="button"
2002
- >Select all</button>
2003
- </li>
2004
- <li role="none">
2005
- <button
2006
- class="pf-v5-c-dropdown__menu-item"
2007
- role="menuitem"
2008
- type="button"
2009
- >Select none</button>
2010
- </li>
2011
- <li role="none">
2012
- <button
2013
- class="pf-v5-c-dropdown__menu-item"
2014
- role="menuitem"
2015
- type="button"
2016
- >Other action</button>
2017
- </li>
2018
- </ul>
2060
+ <span
2061
+ class="pf-v5-c-icon__content pf-v5-m-mirror-inline-rtl"
2062
+ >
2063
+ <span class="pf-v5-c-toolbar__expand-all-icon">
2064
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2065
+ </span>
2066
+ </span>
2067
+ </span>
2068
+ </button>
2069
+ </div>
2070
+
2071
+ <div
2072
+ class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
2073
+ >
2074
+ <div class="pf-v5-c-toolbar__toggle pf-m-show">
2075
+ <button
2076
+ class="pf-v5-c-menu-toggle pf-m-plain"
2077
+ type="button"
2078
+ aria-expanded="false"
2079
+ aria-label="Show filters"
2080
+ aria-controls="data-list-expandable-example-toolbar-expandable-content"
2081
+ >
2082
+ <span class="pf-v5-c-menu-toggle__icon">
2083
+ <i class="fas fa-filter" aria-hidden="true"></i>
2084
+ </span>
2085
+ </button>
2086
+ </div>
2087
+ <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
2088
+ <div
2089
+ class="pf-v5-c-menu-toggle pf-m-split-button"
2090
+ id="data-list-expandable-example-toolbar-check"
2091
+ >
2092
+ <label
2093
+ class="pf-v5-c-check pf-m-standalone"
2094
+ id="data-list-expandable-example-toolbar-check-check"
2095
+ for="data-list-expandable-example-toolbar-check-check-input"
2096
+ >
2097
+ <input
2098
+ class="pf-v5-c-check__input"
2099
+ type="checkbox"
2100
+ id="data-list-expandable-example-toolbar-check-check-input"
2101
+ name="data-list-expandable-example-toolbar-check-check-input"
2102
+ aria-label="Standalone check"
2103
+ />
2104
+ </label>
2105
+ <button
2106
+ class="pf-v5-c-menu-toggle__button"
2107
+ type="button"
2108
+ aria-expanded="false"
2109
+ id="data-list-expandable-example-toolbar-menu-toggle-toggle-button"
2110
+ aria-label="Menu toggle"
2111
+ >
2112
+ <span class="pf-v5-c-menu-toggle__controls">
2113
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
2114
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
2115
+ </span>
2116
+ </span>
2117
+ </button>
2019
2118
  </div>
2020
2119
  </div>
2021
2120
 
@@ -2026,72 +2125,22 @@ wrapperTag: div
2026
2125
  role="group"
2027
2126
  >
2028
2127
  <div class="pf-v5-c-input-group__item">
2029
- <div class="pf-v5-c-select" style="width: 124px">
2030
- <span id="-select-name-label" hidden>Choose one</span>
2031
-
2032
- <button
2033
- class="pf-v5-c-select__toggle"
2034
- type="button"
2035
- id="-select-name-toggle"
2036
- aria-haspopup="true"
2037
- aria-expanded="false"
2038
- aria-labelledby="-select-name-label -select-name-toggle"
2039
- >
2040
- <div class="pf-v5-c-select__toggle-wrapper">
2041
- <span class="pf-v5-c-select__toggle-icon">
2042
- <i class="fas fa-filter" aria-hidden="true"></i>
2043
- </span>
2044
- <span class="pf-v5-c-select__toggle-text">Name</span>
2045
- </div>
2046
- <span class="pf-v5-c-select__toggle-arrow">
2128
+ <button
2129
+ class="pf-v5-c-menu-toggle"
2130
+ type="button"
2131
+ aria-expanded="false"
2132
+ id="data-list-expandable-example-toolbar-search-filter-menu"
2133
+ >
2134
+ <span class="pf-v5-c-menu-toggle__icon">
2135
+ <i class="fas fa-filter" aria-hidden="true"></i>
2136
+ </span>
2137
+ <span class="pf-v5-c-menu-toggle__text">Name</span>
2138
+ <span class="pf-v5-c-menu-toggle__controls">
2139
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
2047
2140
  <i class="fas fa-caret-down" aria-hidden="true"></i>
2048
2141
  </span>
2049
- </button>
2050
-
2051
- <ul
2052
- class="pf-v5-c-select__menu"
2053
- role="listbox"
2054
- aria-labelledby="-select-name-label"
2055
- hidden
2056
- >
2057
- <li role="presentation">
2058
- <button
2059
- class="pf-v5-c-select__menu-item"
2060
- role="option"
2061
- >Running</button>
2062
- </li>
2063
- <li role="presentation">
2064
- <button
2065
- class="pf-v5-c-select__menu-item pf-m-selected"
2066
- role="option"
2067
- aria-selected="true"
2068
- >
2069
- Stopped
2070
- <span class="pf-v5-c-select__menu-item-icon">
2071
- <i class="fas fa-check" aria-hidden="true"></i>
2072
- </span>
2073
- </button>
2074
- </li>
2075
- <li role="presentation">
2076
- <button
2077
- class="pf-v5-c-select__menu-item"
2078
- role="option"
2079
- >Down</button>
2080
- </li>
2081
- <li role="presentation">
2082
- <button
2083
- class="pf-v5-c-select__menu-item"
2084
- role="option"
2085
- >Degraded</button>
2086
- </li>
2087
- <li role="presentation">
2088
- <button
2089
- class="pf-v5-c-select__menu-item"
2090
- role="option"
2091
- >Needs maintenance</button>
2092
- </li>
2093
- </ul>
2094
- </div>
2142
+ </span>
2143
+ </button>
2095
2144
  </div>
2096
2145
  <div class="pf-v5-c-input-group__item pf-m-fill">
2097
2146
  <div class="pf-v5-c-text-input-group">
@@ -2115,7 +2164,10 @@ wrapperTag: div
2115
2164
  </div>
2116
2165
  </div>
2117
2166
 
2118
- <div class="pf-v5-c-overflow-menu" id="-overflow-menu">
2167
+ <div
2168
+ class="pf-v5-c-overflow-menu"
2169
+ id="data-list-expandable-example-toolbar-overflow-menu"
2170
+ >
2119
2171
  <div
2120
2172
  class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
2121
2173
  >
@@ -2133,7 +2185,7 @@ wrapperTag: div
2133
2185
  <button
2134
2186
  class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
2135
2187
  type="button"
2136
- id="-overflow-menu-dropdown-toggle"
2188
+ id="data-list-expandable-example-toolbar-overflow-menu-dropdown-toggle"
2137
2189
  aria-label="Dropdown with additional options"
2138
2190
  aria-expanded="false"
2139
2191
  >
@@ -2142,7 +2194,7 @@ wrapperTag: div
2142
2194
  <ul
2143
2195
  class="pf-v5-c-dropdown__menu"
2144
2196
  role="menu"
2145
- aria-labelledby="-overflow-menu-dropdown-toggle"
2197
+ aria-labelledby="data-list-expandable-example-toolbar-overflow-menu-dropdown-toggle"
2146
2198
  hidden
2147
2199
  >
2148
2200
  <li role="none">
@@ -2158,55 +2210,57 @@ wrapperTag: div
2158
2210
 
2159
2211
  <div class="pf-v5-c-toolbar__item pf-m-pagination">
2160
2212
  <div class="pf-v5-c-pagination pf-m-compact">
2161
- <div class="pf-v5-c-options-menu">
2162
- <button
2163
- class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
2164
- type="button"
2165
- id="-top-pagination-toggle"
2166
- aria-haspopup="listbox"
2167
- aria-expanded="false"
2168
- >
2169
- <span class="pf-v5-c-options-menu__toggle-text">
2170
- <b>1 - 10</b>&nbsp;of&nbsp;
2171
- <b>36</b>
2172
- </span>
2173
- <div class="pf-v5-c-options-menu__toggle-icon">
2174
- <i class="fas fa-caret-down" aria-hidden="true"></i>
2175
- </div>
2176
- </button>
2177
- <ul
2178
- class="pf-v5-c-options-menu__menu"
2179
- role="menu"
2180
- aria-labelledby="-top-pagination-toggle"
2181
- hidden
2182
- >
2183
- <li role="none">
2184
- <button
2185
- class="pf-v5-c-options-menu__menu-item"
2186
- type="button"
2187
- role="menuitem"
2188
- >5 per page</button>
2189
- </li>
2190
- <li role="none">
2191
- <button
2192
- class="pf-v5-c-options-menu__menu-item"
2193
- type="button"
2194
- role="menuitem"
2195
- >
2196
- 10 per page
2197
- <div class="pf-v5-c-options-menu__menu-item-icon">
2198
- <i class="fas fa-check" aria-hidden="true"></i>
2199
- </div>
2200
- </button>
2201
- </li>
2202
- <li role="none">
2203
- <button
2204
- class="pf-v5-c-options-menu__menu-item"
2205
- type="button"
2206
- role="menuitem"
2207
- >20 per page</button>
2208
- </li>
2209
- </ul>
2213
+ <div class="pf-v5-c-pagination__page-menu">
2214
+ <div class="pf-v5-c-options-menu">
2215
+ <button
2216
+ class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
2217
+ type="button"
2218
+ id="data-list-expandable-example-toolbar-top-pagination-toggle"
2219
+ aria-haspopup="listbox"
2220
+ aria-expanded="false"
2221
+ >
2222
+ <span class="pf-v5-c-options-menu__toggle-text">
2223
+ <b>1 - 10</b>&nbsp;of&nbsp;
2224
+ <b>36</b>
2225
+ </span>
2226
+ <div class="pf-v5-c-options-menu__toggle-icon">
2227
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
2228
+ </div>
2229
+ </button>
2230
+ <ul
2231
+ class="pf-v5-c-options-menu__menu"
2232
+ role="menu"
2233
+ aria-labelledby="data-list-expandable-example-toolbar-top-pagination-toggle"
2234
+ hidden
2235
+ >
2236
+ <li role="none">
2237
+ <button
2238
+ class="pf-v5-c-options-menu__menu-item"
2239
+ type="button"
2240
+ role="menuitem"
2241
+ >5 per page</button>
2242
+ </li>
2243
+ <li role="none">
2244
+ <button
2245
+ class="pf-v5-c-options-menu__menu-item"
2246
+ type="button"
2247
+ role="menuitem"
2248
+ >
2249
+ 10 per page
2250
+ <div class="pf-v5-c-options-menu__menu-item-icon">
2251
+ <i class="fas fa-check" aria-hidden="true"></i>
2252
+ </div>
2253
+ </button>
2254
+ </li>
2255
+ <li role="none">
2256
+ <button
2257
+ class="pf-v5-c-options-menu__menu-item"
2258
+ type="button"
2259
+ role="menuitem"
2260
+ >20 per page</button>
2261
+ </li>
2262
+ </ul>
2263
+ </div>
2210
2264
  </div>
2211
2265
  <nav
2212
2266
  class="pf-v5-c-pagination__nav"
@@ -2238,7 +2292,7 @@ wrapperTag: div
2238
2292
 
2239
2293
  <div
2240
2294
  class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
2241
- id="-expandable-content"
2295
+ id="data-list-expandable-example-toolbar-expandable-content"
2242
2296
  hidden
2243
2297
  ></div>
2244
2298
  </div>
@@ -3289,55 +3343,57 @@ wrapperTag: div
3289
3343
  </li>
3290
3344
  </ul>
3291
3345
  <div class="pf-v5-c-pagination pf-m-bottom">
3292
- <div class="pf-v5-c-options-menu pf-m-top">
3293
- <button
3294
- class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
3295
- type="button"
3296
- id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
3297
- aria-haspopup="listbox"
3298
- aria-expanded="false"
3299
- >
3300
- <span class="pf-v5-c-options-menu__toggle-text">
3301
- <b>1 - 10</b>&nbsp;of&nbsp;
3302
- <b>36</b>
3303
- </span>
3304
- <div class="pf-v5-c-options-menu__toggle-icon">
3305
- <i class="fas fa-caret-down" aria-hidden="true"></i>
3306
- </div>
3307
- </button>
3308
- <ul
3309
- class="pf-v5-c-options-menu__menu pf-m-top"
3310
- role="menu"
3311
- aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
3312
- hidden
3313
- >
3314
- <li role="none">
3315
- <button
3316
- class="pf-v5-c-options-menu__menu-item"
3317
- type="button"
3318
- role="menuitem"
3319
- >5 per page</button>
3320
- </li>
3321
- <li role="none">
3322
- <button
3323
- class="pf-v5-c-options-menu__menu-item"
3324
- type="button"
3325
- role="menuitem"
3326
- >
3327
- 10 per page
3328
- <div class="pf-v5-c-options-menu__menu-item-icon">
3329
- <i class="fas fa-check" aria-hidden="true"></i>
3330
- </div>
3331
- </button>
3332
- </li>
3333
- <li role="none">
3334
- <button
3335
- class="pf-v5-c-options-menu__menu-item"
3336
- type="button"
3337
- role="menuitem"
3338
- >20 per page</button>
3339
- </li>
3340
- </ul>
3346
+ <div class="pf-v5-c-pagination__page-menu">
3347
+ <div class="pf-v5-c-options-menu pf-m-top">
3348
+ <button
3349
+ class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
3350
+ type="button"
3351
+ id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
3352
+ aria-haspopup="listbox"
3353
+ aria-expanded="false"
3354
+ >
3355
+ <span class="pf-v5-c-options-menu__toggle-text">
3356
+ <b>1 - 10</b>&nbsp;of&nbsp;
3357
+ <b>36</b>
3358
+ </span>
3359
+ <div class="pf-v5-c-options-menu__toggle-icon">
3360
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
3361
+ </div>
3362
+ </button>
3363
+ <ul
3364
+ class="pf-v5-c-options-menu__menu pf-m-top"
3365
+ role="menu"
3366
+ aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
3367
+ hidden
3368
+ >
3369
+ <li role="none">
3370
+ <button
3371
+ class="pf-v5-c-options-menu__menu-item"
3372
+ type="button"
3373
+ role="menuitem"
3374
+ >5 per page</button>
3375
+ </li>
3376
+ <li role="none">
3377
+ <button
3378
+ class="pf-v5-c-options-menu__menu-item"
3379
+ type="button"
3380
+ role="menuitem"
3381
+ >
3382
+ 10 per page
3383
+ <div class="pf-v5-c-options-menu__menu-item-icon">
3384
+ <i class="fas fa-check" aria-hidden="true"></i>
3385
+ </div>
3386
+ </button>
3387
+ </li>
3388
+ <li role="none">
3389
+ <button
3390
+ class="pf-v5-c-options-menu__menu-item"
3391
+ type="button"
3392
+ role="menuitem"
3393
+ >20 per page</button>
3394
+ </li>
3395
+ </ul>
3396
+ </div>
3341
3397
  </div>
3342
3398
  <nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
3343
3399
  <div class="pf-v5-c-pagination__nav-control pf-m-first">
@@ -3424,23 +3480,117 @@ wrapperTag: div
3424
3480
  </span>
3425
3481
  <div class="pf-v5-c-masthead__main">
3426
3482
  <a class="pf-v5-c-masthead__brand" href="#">
3427
- <img
3428
- class="pf-v5-c-brand"
3429
- src="/assets/images/pf-logo.svg"
3430
- alt="PatternFly logo"
3431
- style="--pf-v5-c-brand--Height:36px"
3432
- />
3483
+ <svg height="40px" viewBox="0 0 679 158">
3484
+ <title>PF-HorizontalLogo-Color</title>
3485
+ <defs>
3486
+ <linearGradient
3487
+ x1="68%"
3488
+ y1="2.25860997e-13%"
3489
+ x2="32%"
3490
+ y2="100%"
3491
+ id="linearGradient-data-list-static-bottom-example-masthead"
3492
+ >
3493
+ <stop stop-color="#2B9AF3" offset="0%" />
3494
+ <stop
3495
+ stop-color="#73BCF7"
3496
+ stop-opacity="0.502212631"
3497
+ offset="100%"
3498
+ />
3499
+ </linearGradient>
3500
+ </defs>
3501
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3502
+ <g
3503
+ transform="translate(206.000000, 45.750000)"
3504
+ fill="var(--pf-t--global--text--color--regular)"
3505
+ fill-rule="nonzero"
3506
+ >
3507
+ <path
3508
+ 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"
3509
+ />
3510
+ <path
3511
+ 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"
3512
+ />
3513
+ <path
3514
+ 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"
3515
+ />
3516
+ <path
3517
+ 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"
3518
+ />
3519
+ <path
3520
+ 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"
3521
+ />
3522
+ <path
3523
+ 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"
3524
+ />
3525
+ <path
3526
+ 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"
3527
+ />
3528
+ <polygon
3529
+ 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"
3530
+ />
3531
+ <polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
3532
+ <path
3533
+ 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"
3534
+ />
3535
+ </g>
3536
+ <g transform="translate(0.000000, 0.000000)">
3537
+ <path
3538
+ 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"
3539
+ fill="#0066CC"
3540
+ />
3541
+ <path
3542
+ d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
3543
+ fill="url(#linearGradient-data-list-static-bottom-example-masthead)"
3544
+ />
3545
+ <path
3546
+ 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"
3547
+ fill="url(#linearGradient-data-list-static-bottom-example-masthead)"
3548
+ transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
3549
+ />
3550
+ </g>
3551
+ </g>
3552
+ </svg>
3433
3553
  </a>
3434
3554
  </div>
3435
3555
  <div class="pf-v5-c-masthead__content">
3436
3556
  <div
3437
- class="pf-v5-c-toolbar pf-m-full-height pf-m-static"
3557
+ class="pf-v5-c-toolbar pf-m-static"
3438
3558
  id="data-list-static-bottom-example-masthead-toolbar"
3439
3559
  >
3440
3560
  <div class="pf-v5-c-toolbar__content">
3441
3561
  <div class="pf-v5-c-toolbar__content-section">
3562
+ <div class="pf-v5-c-toolbar__item">
3563
+ <button
3564
+ class="pf-v5-c-menu-toggle"
3565
+ type="button"
3566
+ aria-expanded="false"
3567
+ >
3568
+ <span class="pf-v5-c-menu-toggle__text">Overview</span>
3569
+ <span class="pf-v5-c-menu-toggle__controls">
3570
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
3571
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
3572
+ </span>
3573
+ </span>
3574
+ </button>
3575
+ </div>
3576
+
3577
+ <div class="pf-v5-c-toolbar__item">
3578
+ <button
3579
+ class="pf-v5-c-menu-toggle"
3580
+ type="button"
3581
+ aria-expanded="false"
3582
+ >
3583
+ <span class="pf-v5-c-menu-toggle__text">Services</span>
3584
+ <span class="pf-v5-c-menu-toggle__controls">
3585
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
3586
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
3587
+ </span>
3588
+ </span>
3589
+ </button>
3590
+ </div>
3591
+
3442
3592
  <div
3443
- 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"
3593
+ 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"
3444
3594
  >
3445
3595
  <div
3446
3596
  class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
@@ -3452,7 +3602,9 @@ wrapperTag: div
3452
3602
  aria-expanded="false"
3453
3603
  aria-label="Application launcher"
3454
3604
  >
3455
- <i class="fas fa-th" aria-hidden="true"></i>
3605
+ <span class="pf-v5-c-menu-toggle__icon">
3606
+ <i class="fas fa-th" aria-hidden="true"></i>
3607
+ </span>
3456
3608
  </button>
3457
3609
  </div>
3458
3610
  <div class="pf-v5-c-toolbar__item">
@@ -3462,7 +3614,9 @@ wrapperTag: div
3462
3614
  aria-expanded="false"
3463
3615
  aria-label="Settings"
3464
3616
  >
3465
- <i class="fas fa-cog" aria-hidden="true"></i>
3617
+ <span class="pf-v5-c-menu-toggle__icon">
3618
+ <i class="fas fa-cog" aria-hidden="true"></i>
3619
+ </span>
3466
3620
  </button>
3467
3621
  </div>
3468
3622
  <div class="pf-v5-c-toolbar__item">
@@ -3472,7 +3626,9 @@ wrapperTag: div
3472
3626
  aria-expanded="false"
3473
3627
  aria-label="Help"
3474
3628
  >
3475
- <i class="fas fa-question-circle" aria-hidden="true"></i>
3629
+ <span class="pf-v5-c-menu-toggle__icon">
3630
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
3631
+ </span>
3476
3632
  </button>
3477
3633
  </div>
3478
3634
  </div>
@@ -3483,31 +3639,12 @@ wrapperTag: div
3483
3639
  aria-expanded="false"
3484
3640
  aria-label="Actions"
3485
3641
  >
3486
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3642
+ <span class="pf-v5-c-menu-toggle__icon">
3643
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3644
+ </span>
3487
3645
  </button>
3488
3646
  </div>
3489
3647
  </div>
3490
- <div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
3491
- <button
3492
- class="pf-v5-c-menu-toggle pf-m-full-height"
3493
- type="button"
3494
- aria-expanded="false"
3495
- >
3496
- <span class="pf-v5-c-menu-toggle__icon">
3497
- <img
3498
- class="pf-v5-c-avatar"
3499
- alt="Avatar image"
3500
- src="/assets/images/img_avatar-light.svg"
3501
- />
3502
- </span>
3503
- <span class="pf-v5-c-menu-toggle__text">Ned Username</span>
3504
- <span class="pf-v5-c-menu-toggle__controls">
3505
- <span class="pf-v5-c-menu-toggle__toggle-icon">
3506
- <i class="fas fa-angle-down" aria-hidden="true"></i>
3507
- </span>
3508
- </span>
3509
- </button>
3510
- </div>
3511
3648
  </div>
3512
3649
  </div>
3513
3650
  </div>
@@ -3597,21 +3734,26 @@ wrapperTag: div
3597
3734
  class="pf-v5-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
3598
3735
  >
3599
3736
  <div class="pf-v5-c-card">
3600
- <div class="pf-v5-c-toolbar">
3737
+ <div
3738
+ class="pf-v5-c-toolbar"
3739
+ id="data-list-static-bottom-example-toolbar"
3740
+ >
3601
3741
  <div class="pf-v5-c-toolbar__content">
3602
3742
  <div class="pf-v5-c-toolbar__content-section pf-m-nowrap">
3603
3743
  <div
3604
3744
  class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
3605
3745
  >
3606
- <div class="pf-v5-c-toolbar__toggle">
3746
+ <div class="pf-v5-c-toolbar__toggle pf-m-show">
3607
3747
  <button
3608
- class="pf-v5-c-button pf-m-plain"
3748
+ class="pf-v5-c-menu-toggle pf-m-plain"
3609
3749
  type="button"
3610
- aria-label="Show filters"
3611
3750
  aria-expanded="false"
3612
- aria-controls="-expandable-content"
3751
+ aria-label="Show filters"
3752
+ aria-controls="data-list-static-bottom-example-toolbar-expandable-content"
3613
3753
  >
3614
- <i class="fas fa-filter" aria-hidden="true"></i>
3754
+ <span class="pf-v5-c-menu-toggle__icon">
3755
+ <i class="fas fa-filter" aria-hidden="true"></i>
3756
+ </span>
3615
3757
  </button>
3616
3758
  </div>
3617
3759
 
@@ -3622,72 +3764,22 @@ wrapperTag: div
3622
3764
  role="group"
3623
3765
  >
3624
3766
  <div class="pf-v5-c-input-group__item">
3625
- <div class="pf-v5-c-select" style="width: 124px">
3626
- <span id="-select-name-label" hidden>Choose one</span>
3627
-
3628
- <button
3629
- class="pf-v5-c-select__toggle"
3630
- type="button"
3631
- id="-select-name-toggle"
3632
- aria-haspopup="true"
3633
- aria-expanded="false"
3634
- aria-labelledby="-select-name-label -select-name-toggle"
3635
- >
3636
- <div class="pf-v5-c-select__toggle-wrapper">
3637
- <span class="pf-v5-c-select__toggle-icon">
3638
- <i class="fas fa-filter" aria-hidden="true"></i>
3639
- </span>
3640
- <span class="pf-v5-c-select__toggle-text">Name</span>
3641
- </div>
3642
- <span class="pf-v5-c-select__toggle-arrow">
3767
+ <button
3768
+ class="pf-v5-c-menu-toggle"
3769
+ type="button"
3770
+ aria-expanded="false"
3771
+ id="data-list-static-bottom-example-toolbar-search-filter-menu"
3772
+ >
3773
+ <span class="pf-v5-c-menu-toggle__icon">
3774
+ <i class="fas fa-filter" aria-hidden="true"></i>
3775
+ </span>
3776
+ <span class="pf-v5-c-menu-toggle__text">Name</span>
3777
+ <span class="pf-v5-c-menu-toggle__controls">
3778
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
3643
3779
  <i class="fas fa-caret-down" aria-hidden="true"></i>
3644
3780
  </span>
3645
- </button>
3646
-
3647
- <ul
3648
- class="pf-v5-c-select__menu"
3649
- role="listbox"
3650
- aria-labelledby="-select-name-label"
3651
- hidden
3652
- >
3653
- <li role="presentation">
3654
- <button
3655
- class="pf-v5-c-select__menu-item"
3656
- role="option"
3657
- >Running</button>
3658
- </li>
3659
- <li role="presentation">
3660
- <button
3661
- class="pf-v5-c-select__menu-item pf-m-selected"
3662
- role="option"
3663
- aria-selected="true"
3664
- >
3665
- Stopped
3666
- <span class="pf-v5-c-select__menu-item-icon">
3667
- <i class="fas fa-check" aria-hidden="true"></i>
3668
- </span>
3669
- </button>
3670
- </li>
3671
- <li role="presentation">
3672
- <button
3673
- class="pf-v5-c-select__menu-item"
3674
- role="option"
3675
- >Down</button>
3676
- </li>
3677
- <li role="presentation">
3678
- <button
3679
- class="pf-v5-c-select__menu-item"
3680
- role="option"
3681
- >Degraded</button>
3682
- </li>
3683
- <li role="presentation">
3684
- <button
3685
- class="pf-v5-c-select__menu-item"
3686
- role="option"
3687
- >Needs maintenance</button>
3688
- </li>
3689
- </ul>
3690
- </div>
3781
+ </span>
3782
+ </button>
3691
3783
  </div>
3692
3784
  <div class="pf-v5-c-input-group__item pf-m-fill">
3693
3785
  <div class="pf-v5-c-text-input-group">
@@ -3711,7 +3803,10 @@ wrapperTag: div
3711
3803
  </div>
3712
3804
  </div>
3713
3805
 
3714
- <div class="pf-v5-c-overflow-menu" id="-overflow-menu">
3806
+ <div
3807
+ class="pf-v5-c-overflow-menu"
3808
+ id="data-list-static-bottom-example-toolbar-overflow-menu"
3809
+ >
3715
3810
  <div
3716
3811
  class="pf-v5-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
3717
3812
  >
@@ -3736,7 +3831,7 @@ wrapperTag: div
3736
3831
  <button
3737
3832
  class="pf-v5-c-button pf-v5-c-dropdown__toggle pf-m-plain"
3738
3833
  type="button"
3739
- id="-overflow-menu-dropdown-toggle"
3834
+ id="data-list-static-bottom-example-toolbar-overflow-menu-dropdown-toggle"
3740
3835
  aria-label="Dropdown with additional options"
3741
3836
  aria-expanded="false"
3742
3837
  >
@@ -3745,7 +3840,7 @@ wrapperTag: div
3745
3840
  <ul
3746
3841
  class="pf-v5-c-dropdown__menu"
3747
3842
  role="menu"
3748
- aria-labelledby="-overflow-menu-dropdown-toggle"
3843
+ aria-labelledby="data-list-static-bottom-example-toolbar-overflow-menu-dropdown-toggle"
3749
3844
  hidden
3750
3845
  >
3751
3846
  <li role="none">
@@ -3761,55 +3856,57 @@ wrapperTag: div
3761
3856
 
3762
3857
  <div class="pf-v5-c-toolbar__item pf-m-pagination">
3763
3858
  <div class="pf-v5-c-pagination pf-m-compact">
3764
- <div class="pf-v5-c-options-menu">
3765
- <button
3766
- class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
3767
- type="button"
3768
- id="-top-pagination-toggle"
3769
- aria-haspopup="listbox"
3770
- aria-expanded="false"
3771
- >
3772
- <span class="pf-v5-c-options-menu__toggle-text">
3773
- <b>1 - 10</b>&nbsp;of&nbsp;
3774
- <b>36</b>
3775
- </span>
3776
- <div class="pf-v5-c-options-menu__toggle-icon">
3777
- <i class="fas fa-caret-down" aria-hidden="true"></i>
3778
- </div>
3779
- </button>
3780
- <ul
3781
- class="pf-v5-c-options-menu__menu"
3782
- role="menu"
3783
- aria-labelledby="-top-pagination-toggle"
3784
- hidden
3785
- >
3786
- <li role="none">
3787
- <button
3788
- class="pf-v5-c-options-menu__menu-item"
3789
- type="button"
3790
- role="menuitem"
3791
- >5 per page</button>
3792
- </li>
3793
- <li role="none">
3794
- <button
3795
- class="pf-v5-c-options-menu__menu-item"
3796
- type="button"
3797
- role="menuitem"
3798
- >
3799
- 10 per page
3800
- <div class="pf-v5-c-options-menu__menu-item-icon">
3801
- <i class="fas fa-check" aria-hidden="true"></i>
3802
- </div>
3803
- </button>
3804
- </li>
3805
- <li role="none">
3806
- <button
3807
- class="pf-v5-c-options-menu__menu-item"
3808
- type="button"
3809
- role="menuitem"
3810
- >20 per page</button>
3811
- </li>
3812
- </ul>
3859
+ <div class="pf-v5-c-pagination__page-menu">
3860
+ <div class="pf-v5-c-options-menu">
3861
+ <button
3862
+ class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
3863
+ type="button"
3864
+ id="data-list-static-bottom-example-toolbar-top-pagination-toggle"
3865
+ aria-haspopup="listbox"
3866
+ aria-expanded="false"
3867
+ >
3868
+ <span class="pf-v5-c-options-menu__toggle-text">
3869
+ <b>1 - 10</b>&nbsp;of&nbsp;
3870
+ <b>36</b>
3871
+ </span>
3872
+ <div class="pf-v5-c-options-menu__toggle-icon">
3873
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
3874
+ </div>
3875
+ </button>
3876
+ <ul
3877
+ class="pf-v5-c-options-menu__menu"
3878
+ role="menu"
3879
+ aria-labelledby="data-list-static-bottom-example-toolbar-top-pagination-toggle"
3880
+ hidden
3881
+ >
3882
+ <li role="none">
3883
+ <button
3884
+ class="pf-v5-c-options-menu__menu-item"
3885
+ type="button"
3886
+ role="menuitem"
3887
+ >5 per page</button>
3888
+ </li>
3889
+ <li role="none">
3890
+ <button
3891
+ class="pf-v5-c-options-menu__menu-item"
3892
+ type="button"
3893
+ role="menuitem"
3894
+ >
3895
+ 10 per page
3896
+ <div class="pf-v5-c-options-menu__menu-item-icon">
3897
+ <i class="fas fa-check" aria-hidden="true"></i>
3898
+ </div>
3899
+ </button>
3900
+ </li>
3901
+ <li role="none">
3902
+ <button
3903
+ class="pf-v5-c-options-menu__menu-item"
3904
+ type="button"
3905
+ role="menuitem"
3906
+ >20 per page</button>
3907
+ </li>
3908
+ </ul>
3909
+ </div>
3813
3910
  </div>
3814
3911
  <nav
3815
3912
  class="pf-v5-c-pagination__nav"
@@ -3841,7 +3938,7 @@ wrapperTag: div
3841
3938
 
3842
3939
  <div
3843
3940
  class="pf-v5-c-toolbar__expandable-content pf-m-hidden"
3844
- id="-expandable-content"
3941
+ id="data-list-static-bottom-example-toolbar-expandable-content"
3845
3942
  hidden
3846
3943
  ></div>
3847
3944
  </div>
@@ -4177,55 +4274,57 @@ wrapperTag: div
4177
4274
  </li>
4178
4275
  </ul>
4179
4276
  <div class="pf-v5-c-pagination pf-m-bottom pf-m-static">
4180
- <div class="pf-v5-c-options-menu pf-m-top">
4181
- <button
4182
- class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
4183
- type="button"
4184
- id="{{page--id}}pagination-options-menu-bottom-example-static-toggle"
4185
- aria-haspopup="listbox"
4186
- aria-expanded="false"
4187
- >
4188
- <span class="pf-v5-c-options-menu__toggle-text">
4189
- <b>1 - 10</b>&nbsp;of&nbsp;
4190
- <b>36</b>
4191
- </span>
4192
- <div class="pf-v5-c-options-menu__toggle-icon">
4193
- <i class="fas fa-caret-down" aria-hidden="true"></i>
4194
- </div>
4195
- </button>
4196
- <ul
4197
- class="pf-v5-c-options-menu__menu pf-m-top"
4198
- role="menu"
4199
- aria-labelledby="{{page--id}}pagination-options-menu-bottom-example-static-toggle"
4200
- hidden
4201
- >
4202
- <li role="none">
4203
- <button
4204
- class="pf-v5-c-options-menu__menu-item"
4205
- type="button"
4206
- role="menuitem"
4207
- >5 per page</button>
4208
- </li>
4209
- <li role="none">
4210
- <button
4211
- class="pf-v5-c-options-menu__menu-item"
4212
- type="button"
4213
- role="menuitem"
4214
- >
4215
- 10 per page
4216
- <div class="pf-v5-c-options-menu__menu-item-icon">
4217
- <i class="fas fa-check" aria-hidden="true"></i>
4218
- </div>
4219
- </button>
4220
- </li>
4221
- <li role="none">
4222
- <button
4223
- class="pf-v5-c-options-menu__menu-item"
4224
- type="button"
4225
- role="menuitem"
4226
- >20 per page</button>
4227
- </li>
4228
- </ul>
4277
+ <div class="pf-v5-c-pagination__page-menu">
4278
+ <div class="pf-v5-c-options-menu pf-m-top">
4279
+ <button
4280
+ class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
4281
+ type="button"
4282
+ id="{{page--id}}pagination-options-menu-bottom-example-static-toggle"
4283
+ aria-haspopup="listbox"
4284
+ aria-expanded="false"
4285
+ >
4286
+ <span class="pf-v5-c-options-menu__toggle-text">
4287
+ <b>1 - 10</b>&nbsp;of&nbsp;
4288
+ <b>36</b>
4289
+ </span>
4290
+ <div class="pf-v5-c-options-menu__toggle-icon">
4291
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
4292
+ </div>
4293
+ </button>
4294
+ <ul
4295
+ class="pf-v5-c-options-menu__menu pf-m-top"
4296
+ role="menu"
4297
+ aria-labelledby="{{page--id}}pagination-options-menu-bottom-example-static-toggle"
4298
+ hidden
4299
+ >
4300
+ <li role="none">
4301
+ <button
4302
+ class="pf-v5-c-options-menu__menu-item"
4303
+ type="button"
4304
+ role="menuitem"
4305
+ >5 per page</button>
4306
+ </li>
4307
+ <li role="none">
4308
+ <button
4309
+ class="pf-v5-c-options-menu__menu-item"
4310
+ type="button"
4311
+ role="menuitem"
4312
+ >
4313
+ 10 per page
4314
+ <div class="pf-v5-c-options-menu__menu-item-icon">
4315
+ <i class="fas fa-check" aria-hidden="true"></i>
4316
+ </div>
4317
+ </button>
4318
+ </li>
4319
+ <li role="none">
4320
+ <button
4321
+ class="pf-v5-c-options-menu__menu-item"
4322
+ type="button"
4323
+ role="menuitem"
4324
+ >20 per page</button>
4325
+ </li>
4326
+ </ul>
4327
+ </div>
4229
4328
  </div>
4230
4329
  <nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
4231
4330
  <div class="pf-v5-c-pagination__nav-control pf-m-first">