@patternfly/react-styles 6.0.0-alpha.8 → 6.0.0-prerelease.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (692) hide show
  1. package/CHANGELOG.md +220 -0
  2. package/css/assets/images/img_avatar-dark.svg +22 -16
  3. package/css/assets/images/img_avatar-light.svg +25 -18
  4. package/css/assets/images/pf-background.svg +21 -21
  5. package/css/assets/images/pf_logo.svg +11 -11
  6. package/css/assets/images/pf_logo_white.svg +16 -17
  7. package/css/components/AboutModalBox/about-modal-box.css +120 -120
  8. package/css/components/AboutModalBox/about-modal-box.d.ts +9 -9
  9. package/css/components/AboutModalBox/about-modal-box.js +9 -9
  10. package/css/components/AboutModalBox/about-modal-box.mjs +9 -9
  11. package/css/components/Accordion/accordion.css +119 -119
  12. package/css/components/Accordion/accordion.d.ts +8 -8
  13. package/css/components/Accordion/accordion.js +8 -8
  14. package/css/components/Accordion/accordion.mjs +8 -8
  15. package/css/components/ActionList/action-list.css +22 -20
  16. package/css/components/ActionList/action-list.d.ts +2 -2
  17. package/css/components/ActionList/action-list.js +2 -2
  18. package/css/components/ActionList/action-list.mjs +2 -2
  19. package/css/components/Alert/alert-group.css +107 -55
  20. package/css/components/Alert/alert-group.d.ts +7 -3
  21. package/css/components/Alert/alert-group.js +7 -3
  22. package/css/components/Alert/alert-group.mjs +7 -3
  23. package/css/components/Alert/alert.css +154 -161
  24. package/css/components/Alert/alert.d.ts +10 -10
  25. package/css/components/Alert/alert.js +10 -10
  26. package/css/components/Alert/alert.mjs +10 -10
  27. package/css/components/Avatar/avatar.css +156 -156
  28. package/css/components/Avatar/avatar.d.ts +1 -1
  29. package/css/components/Avatar/avatar.js +1 -1
  30. package/css/components/Avatar/avatar.mjs +1 -1
  31. package/css/components/BackToTop/back-to-top.css +24 -25
  32. package/css/components/BackToTop/back-to-top.d.ts +2 -2
  33. package/css/components/BackToTop/back-to-top.js +2 -2
  34. package/css/components/BackToTop/back-to-top.mjs +2 -2
  35. package/css/components/Backdrop/backdrop.css +9 -10
  36. package/css/components/Backdrop/backdrop.d.ts +2 -2
  37. package/css/components/Backdrop/backdrop.js +2 -2
  38. package/css/components/Backdrop/backdrop.mjs +2 -2
  39. package/css/components/BackgroundImage/background-image.css +15 -16
  40. package/css/components/BackgroundImage/background-image.d.ts +2 -2
  41. package/css/components/BackgroundImage/background-image.js +2 -2
  42. package/css/components/BackgroundImage/background-image.mjs +2 -2
  43. package/css/components/Badge/badge.css +57 -36
  44. package/css/components/Badge/badge.d.ts +4 -3
  45. package/css/components/Badge/badge.js +4 -3
  46. package/css/components/Badge/badge.mjs +4 -3
  47. package/css/components/Banner/banner.css +110 -119
  48. package/css/components/Banner/banner.d.ts +4 -4
  49. package/css/components/Banner/banner.js +4 -4
  50. package/css/components/Banner/banner.mjs +4 -4
  51. package/css/components/Brand/brand.css +41 -38
  52. package/css/components/Brand/brand.d.ts +1 -1
  53. package/css/components/Brand/brand.js +1 -1
  54. package/css/components/Brand/brand.mjs +1 -1
  55. package/css/components/Breadcrumb/breadcrumb.css +63 -57
  56. package/css/components/Breadcrumb/breadcrumb.d.ts +8 -9
  57. package/css/components/Breadcrumb/breadcrumb.js +8 -9
  58. package/css/components/Breadcrumb/breadcrumb.mjs +8 -9
  59. package/css/components/Button/button.css +542 -528
  60. package/css/components/Button/button.d.ts +6 -6
  61. package/css/components/Button/button.js +6 -6
  62. package/css/components/Button/button.mjs +6 -6
  63. package/css/components/CalendarMonth/calendar-month.css +146 -178
  64. package/css/components/CalendarMonth/calendar-month.d.ts +14 -16
  65. package/css/components/CalendarMonth/calendar-month.js +14 -16
  66. package/css/components/CalendarMonth/calendar-month.mjs +14 -16
  67. package/css/components/Card/card.css +248 -232
  68. package/css/components/Card/card.d.ts +23 -21
  69. package/css/components/Card/card.js +23 -21
  70. package/css/components/Card/card.mjs +23 -21
  71. package/css/components/Check/check.css +50 -44
  72. package/css/components/Check/check.d.ts +6 -6
  73. package/css/components/Check/check.js +6 -6
  74. package/css/components/Check/check.mjs +6 -6
  75. package/css/components/ClipboardCopy/clipboard-copy.css +64 -73
  76. package/css/components/ClipboardCopy/clipboard-copy.d.ts +11 -10
  77. package/css/components/ClipboardCopy/clipboard-copy.js +11 -10
  78. package/css/components/ClipboardCopy/clipboard-copy.mjs +11 -10
  79. package/css/components/CodeBlock/code-block.css +35 -31
  80. package/css/components/CodeBlock/code-block.d.ts +6 -6
  81. package/css/components/CodeBlock/code-block.js +6 -6
  82. package/css/components/CodeBlock/code-block.mjs +6 -6
  83. package/css/components/CodeEditor/code-editor.css +133 -111
  84. package/css/components/CodeEditor/code-editor.d.ts +14 -14
  85. package/css/components/CodeEditor/code-editor.js +14 -14
  86. package/css/components/CodeEditor/code-editor.mjs +14 -14
  87. package/css/components/Content/content.css +242 -229
  88. package/css/components/Content/content.d.ts +21 -1
  89. package/css/components/Content/content.js +21 -1
  90. package/css/components/Content/content.mjs +21 -1
  91. package/css/components/DataList/data-list-grid.css +201 -201
  92. package/css/components/DataList/data-list-grid.d.ts +4 -4
  93. package/css/components/DataList/data-list-grid.js +4 -4
  94. package/css/components/DataList/data-list-grid.mjs +4 -4
  95. package/css/components/DataList/data-list.css +546 -553
  96. package/css/components/DataList/data-list.d.ts +28 -28
  97. package/css/components/DataList/data-list.js +28 -28
  98. package/css/components/DataList/data-list.mjs +28 -28
  99. package/css/components/DatePicker/date-picker.css +37 -39
  100. package/css/components/DatePicker/date-picker.d.ts +6 -7
  101. package/css/components/DatePicker/date-picker.js +6 -7
  102. package/css/components/DatePicker/date-picker.mjs +6 -7
  103. package/css/components/DescriptionList/description-list-order.css +95 -95
  104. package/css/components/DescriptionList/description-list-order.d.ts +1 -1
  105. package/css/components/DescriptionList/description-list-order.js +1 -1
  106. package/css/components/DescriptionList/description-list-order.mjs +1 -1
  107. package/css/components/DescriptionList/description-list.css +224 -229
  108. package/css/components/DescriptionList/description-list.d.ts +7 -7
  109. package/css/components/DescriptionList/description-list.js +7 -7
  110. package/css/components/DescriptionList/description-list.mjs +7 -7
  111. package/css/components/Divider/divider.css +191 -193
  112. package/css/components/Divider/divider.d.ts +1 -1
  113. package/css/components/Divider/divider.js +1 -1
  114. package/css/components/Divider/divider.mjs +1 -1
  115. package/css/components/DragDrop/drag-drop.css +47 -46
  116. package/css/components/DragDrop/drag-drop.d.ts +2 -2
  117. package/css/components/DragDrop/drag-drop.js +2 -2
  118. package/css/components/DragDrop/drag-drop.mjs +2 -2
  119. package/css/components/Drawer/drawer.css +489 -491
  120. package/css/components/Drawer/drawer.d.ts +16 -15
  121. package/css/components/Drawer/drawer.js +16 -15
  122. package/css/components/Drawer/drawer.mjs +16 -15
  123. package/css/components/DualListSelector/dual-list-selector.css +207 -203
  124. package/css/components/DualListSelector/dual-list-selector.d.ts +28 -29
  125. package/css/components/DualListSelector/dual-list-selector.js +28 -29
  126. package/css/components/DualListSelector/dual-list-selector.mjs +28 -29
  127. package/css/components/EmptyState/empty-state.css +105 -105
  128. package/css/components/EmptyState/empty-state.d.ts +7 -7
  129. package/css/components/EmptyState/empty-state.js +7 -7
  130. package/css/components/EmptyState/empty-state.mjs +7 -7
  131. package/css/components/ExpandableSection/expandable-section.css +61 -121
  132. package/css/components/ExpandableSection/expandable-section.d.ts +4 -6
  133. package/css/components/ExpandableSection/expandable-section.js +4 -6
  134. package/css/components/ExpandableSection/expandable-section.mjs +4 -6
  135. package/css/components/FileUpload/file-upload.css +32 -33
  136. package/css/components/FileUpload/file-upload.d.ts +6 -6
  137. package/css/components/FileUpload/file-upload.js +6 -6
  138. package/css/components/FileUpload/file-upload.mjs +6 -6
  139. package/css/components/Form/form.css +344 -292
  140. package/css/components/Form/form.d.ts +29 -29
  141. package/css/components/Form/form.js +29 -29
  142. package/css/components/Form/form.mjs +29 -29
  143. package/css/components/FormControl/form-control.css +205 -206
  144. package/css/components/FormControl/form-control.d.ts +4 -4
  145. package/css/components/FormControl/form-control.js +4 -4
  146. package/css/components/FormControl/form-control.mjs +4 -4
  147. package/css/components/HelperText/helper-text.css +52 -52
  148. package/css/components/HelperText/helper-text.d.ts +4 -4
  149. package/css/components/HelperText/helper-text.js +4 -4
  150. package/css/components/HelperText/helper-text.mjs +4 -4
  151. package/css/components/Hint/hint.css +46 -47
  152. package/css/components/Hint/hint.d.ts +7 -9
  153. package/css/components/Hint/hint.js +7 -9
  154. package/css/components/Hint/hint.mjs +7 -9
  155. package/css/components/Icon/icon.css +218 -219
  156. package/css/components/Icon/icon.d.ts +4 -4
  157. package/css/components/Icon/icon.js +4 -4
  158. package/css/components/Icon/icon.mjs +4 -4
  159. package/css/components/InlineEdit/inline-edit.css +43 -44
  160. package/css/components/InlineEdit/inline-edit.d.ts +8 -8
  161. package/css/components/InlineEdit/inline-edit.js +8 -8
  162. package/css/components/InlineEdit/inline-edit.mjs +8 -8
  163. package/css/components/InputGroup/input-group.css +52 -53
  164. package/css/components/InputGroup/input-group.d.ts +3 -3
  165. package/css/components/InputGroup/input-group.js +3 -3
  166. package/css/components/InputGroup/input-group.mjs +3 -3
  167. package/css/components/JumpLinks/jump-links.css +180 -198
  168. package/css/components/JumpLinks/jump-links.d.ts +10 -12
  169. package/css/components/JumpLinks/jump-links.js +10 -12
  170. package/css/components/JumpLinks/jump-links.mjs +10 -12
  171. package/css/components/Label/label-group.css +86 -87
  172. package/css/components/Label/label-group.d.ts +8 -8
  173. package/css/components/Label/label-group.js +8 -8
  174. package/css/components/Label/label-group.mjs +8 -8
  175. package/css/components/Label/label.css +451 -317
  176. package/css/components/Label/label.d.ts +17 -10
  177. package/css/components/Label/label.js +17 -10
  178. package/css/components/Label/label.mjs +17 -10
  179. package/css/components/List/list.css +56 -60
  180. package/css/components/List/list.d.ts +3 -3
  181. package/css/components/List/list.js +3 -3
  182. package/css/components/List/list.mjs +3 -3
  183. package/css/components/Login/login.css +161 -183
  184. package/css/components/Login/login.d.ts +18 -18
  185. package/css/components/Login/login.js +18 -18
  186. package/css/components/Login/login.mjs +18 -18
  187. package/css/components/Masthead/masthead.css +461 -370
  188. package/css/components/Masthead/masthead.d.ts +10 -9
  189. package/css/components/Masthead/masthead.js +10 -9
  190. package/css/components/Masthead/masthead.mjs +10 -9
  191. package/css/components/Menu/menu.css +449 -521
  192. package/css/components/Menu/menu.d.ts +30 -32
  193. package/css/components/Menu/menu.js +30 -32
  194. package/css/components/Menu/menu.mjs +30 -32
  195. package/css/components/MenuToggle/menu-toggle.css +333 -352
  196. package/css/components/MenuToggle/menu-toggle.d.ts +22 -17
  197. package/css/components/MenuToggle/menu-toggle.js +22 -17
  198. package/css/components/MenuToggle/menu-toggle.mjs +22 -17
  199. package/css/components/ModalBox/modal-box.css +136 -126
  200. package/css/components/ModalBox/modal-box.d.ts +11 -11
  201. package/css/components/ModalBox/modal-box.js +11 -11
  202. package/css/components/ModalBox/modal-box.mjs +11 -11
  203. package/css/components/MultipleFileUpload/multiple-file-upload.css +168 -142
  204. package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +17 -18
  205. package/css/components/MultipleFileUpload/multiple-file-upload.js +17 -18
  206. package/css/components/MultipleFileUpload/multiple-file-upload.mjs +17 -18
  207. package/css/components/Nav/nav.css +227 -250
  208. package/css/components/Nav/nav.d.ts +21 -16
  209. package/css/components/Nav/nav.js +21 -16
  210. package/css/components/Nav/nav.mjs +21 -16
  211. package/css/components/NotificationDrawer/notification-drawer.css +178 -180
  212. package/css/components/NotificationDrawer/notification-drawer.d.ts +22 -21
  213. package/css/components/NotificationDrawer/notification-drawer.js +22 -21
  214. package/css/components/NotificationDrawer/notification-drawer.mjs +22 -21
  215. package/css/components/NumberInput/number-input.css +23 -28
  216. package/css/components/NumberInput/number-input.d.ts +5 -5
  217. package/css/components/NumberInput/number-input.js +5 -5
  218. package/css/components/NumberInput/number-input.mjs +5 -5
  219. package/css/components/OverflowMenu/overflow-menu.css +23 -53
  220. package/css/components/OverflowMenu/overflow-menu.d.ts +6 -8
  221. package/css/components/OverflowMenu/overflow-menu.js +6 -8
  222. package/css/components/OverflowMenu/overflow-menu.mjs +6 -8
  223. package/css/components/Page/page.css +425 -780
  224. package/css/components/Page/page.d.ts +20 -45
  225. package/css/components/Page/page.js +20 -45
  226. package/css/components/Page/page.mjs +20 -45
  227. package/css/components/Pagination/pagination.css +241 -248
  228. package/css/components/Pagination/pagination.d.ts +8 -8
  229. package/css/components/Pagination/pagination.js +8 -8
  230. package/css/components/Pagination/pagination.mjs +8 -8
  231. package/css/components/Panel/panel.css +75 -73
  232. package/css/components/Panel/panel.d.ts +5 -5
  233. package/css/components/Panel/panel.js +5 -5
  234. package/css/components/Panel/panel.mjs +5 -5
  235. package/css/components/Popover/popover.css +149 -148
  236. package/css/components/Popover/popover.d.ts +10 -10
  237. package/css/components/Popover/popover.js +10 -10
  238. package/css/components/Popover/popover.mjs +10 -10
  239. package/css/components/Popper/Popper.css +1 -1
  240. package/css/components/Popper/Popper.d.ts +1 -1
  241. package/css/components/Popper/Popper.js +1 -1
  242. package/css/components/Popper/Popper.mjs +1 -1
  243. package/css/components/Progress/progress.css +86 -83
  244. package/css/components/Progress/progress.d.ts +8 -8
  245. package/css/components/Progress/progress.js +8 -8
  246. package/css/components/Progress/progress.mjs +8 -8
  247. package/css/components/ProgressStepper/progress-stepper.css +530 -528
  248. package/css/components/ProgressStepper/progress-stepper.d.ts +9 -8
  249. package/css/components/ProgressStepper/progress-stepper.js +9 -8
  250. package/css/components/ProgressStepper/progress-stepper.mjs +9 -8
  251. package/css/components/Radio/radio.css +51 -45
  252. package/css/components/Radio/radio.d.ts +5 -5
  253. package/css/components/Radio/radio.js +5 -5
  254. package/css/components/Radio/radio.mjs +5 -5
  255. package/css/components/Sidebar/sidebar.css +264 -265
  256. package/css/components/Sidebar/sidebar.d.ts +4 -4
  257. package/css/components/Sidebar/sidebar.js +4 -4
  258. package/css/components/Sidebar/sidebar.mjs +4 -4
  259. package/css/components/SimpleList/simple-list.css +53 -56
  260. package/css/components/SimpleList/simple-list.d.ts +4 -4
  261. package/css/components/SimpleList/simple-list.js +4 -4
  262. package/css/components/SimpleList/simple-list.mjs +4 -4
  263. package/css/components/Skeleton/skeleton.css +112 -113
  264. package/css/components/Skeleton/skeleton.d.ts +2 -2
  265. package/css/components/Skeleton/skeleton.js +2 -2
  266. package/css/components/Skeleton/skeleton.mjs +2 -2
  267. package/css/components/SkipToContent/skip-to-content.css +9 -9
  268. package/css/components/SkipToContent/skip-to-content.d.ts +1 -1
  269. package/css/components/SkipToContent/skip-to-content.js +1 -1
  270. package/css/components/SkipToContent/skip-to-content.mjs +1 -1
  271. package/css/components/Slider/slider.css +144 -145
  272. package/css/components/Slider/slider.d.ts +13 -13
  273. package/css/components/Slider/slider.js +13 -13
  274. package/css/components/Slider/slider.mjs +13 -13
  275. package/css/components/Spinner/spinner.css +36 -37
  276. package/css/components/Spinner/spinner.d.ts +2 -2
  277. package/css/components/Spinner/spinner.js +2 -2
  278. package/css/components/Spinner/spinner.mjs +2 -2
  279. package/css/components/Switch/switch.css +87 -94
  280. package/css/components/Switch/switch.d.ts +7 -9
  281. package/css/components/Switch/switch.js +7 -9
  282. package/css/components/Switch/switch.mjs +7 -9
  283. package/css/components/TabContent/tab-content.css +35 -36
  284. package/css/components/TabContent/tab-content.d.ts +2 -2
  285. package/css/components/TabContent/tab-content.js +2 -2
  286. package/css/components/TabContent/tab-content.mjs +2 -2
  287. package/css/components/Table/inline-edit.css +31 -31
  288. package/css/components/Table/inline-edit.d.ts +2 -2
  289. package/css/components/Table/inline-edit.js +2 -2
  290. package/css/components/Table/inline-edit.mjs +2 -2
  291. package/css/components/Table/table-grid.css +884 -980
  292. package/css/components/Table/table-grid.d.ts +21 -20
  293. package/css/components/Table/table-grid.js +21 -20
  294. package/css/components/Table/table-grid.mjs +21 -20
  295. package/css/components/Table/table-scrollable.css +43 -39
  296. package/css/components/Table/table-scrollable.d.ts +4 -4
  297. package/css/components/Table/table-scrollable.js +4 -4
  298. package/css/components/Table/table-scrollable.mjs +4 -4
  299. package/css/components/Table/table-tree-view.css +527 -513
  300. package/css/components/Table/table-tree-view.d.ts +18 -18
  301. package/css/components/Table/table-tree-view.js +18 -18
  302. package/css/components/Table/table-tree-view.mjs +18 -18
  303. package/css/components/Table/table.css +641 -869
  304. package/css/components/Table/table.d.ts +42 -42
  305. package/css/components/Table/table.js +42 -42
  306. package/css/components/Table/table.mjs +42 -42
  307. package/css/components/Tabs/tabs.css +635 -694
  308. package/css/components/Tabs/tabs.d.ts +17 -21
  309. package/css/components/Tabs/tabs.js +17 -21
  310. package/css/components/Tabs/tabs.mjs +17 -21
  311. package/css/components/TextInputGroup/text-input-group.css +153 -110
  312. package/css/components/TextInputGroup/text-input-group.d.ts +12 -10
  313. package/css/components/TextInputGroup/text-input-group.js +12 -10
  314. package/css/components/TextInputGroup/text-input-group.mjs +12 -10
  315. package/css/components/Tile/tile.css +68 -69
  316. package/css/components/Tile/tile.d.ts +5 -5
  317. package/css/components/Tile/tile.js +5 -5
  318. package/css/components/Tile/tile.mjs +5 -5
  319. package/css/components/Timestamp/timestamp.css +23 -30
  320. package/css/components/Timestamp/timestamp.d.ts +1 -1
  321. package/css/components/Timestamp/timestamp.js +1 -1
  322. package/css/components/Timestamp/timestamp.mjs +1 -1
  323. package/css/components/Title/title.css +88 -88
  324. package/css/components/Title/title.d.ts +1 -1
  325. package/css/components/Title/title.js +1 -1
  326. package/css/components/Title/title.mjs +1 -1
  327. package/css/components/ToggleGroup/toggle-group.css +93 -75
  328. package/css/components/ToggleGroup/toggle-group.d.ts +5 -5
  329. package/css/components/ToggleGroup/toggle-group.js +5 -5
  330. package/css/components/ToggleGroup/toggle-group.mjs +5 -5
  331. package/css/components/Toolbar/toolbar.css +1672 -1009
  332. package/css/components/Toolbar/toolbar.d.ts +309 -111
  333. package/css/components/Toolbar/toolbar.js +309 -111
  334. package/css/components/Toolbar/toolbar.mjs +309 -111
  335. package/css/components/Tooltip/tooltip.css +86 -86
  336. package/css/components/Tooltip/tooltip.d.ts +3 -3
  337. package/css/components/Tooltip/tooltip.js +3 -3
  338. package/css/components/Tooltip/tooltip.mjs +3 -3
  339. package/css/components/TreeView/tree-view.css +365 -387
  340. package/css/components/TreeView/tree-view.d.ts +16 -20
  341. package/css/components/TreeView/tree-view.js +16 -20
  342. package/css/components/TreeView/tree-view.mjs +16 -20
  343. package/css/components/Truncate/truncate.css +16 -17
  344. package/css/components/Truncate/truncate.d.ts +4 -4
  345. package/css/components/Truncate/truncate.js +4 -4
  346. package/css/components/Truncate/truncate.mjs +4 -4
  347. package/css/components/Wizard/wizard.css +334 -384
  348. package/css/components/Wizard/wizard.d.ts +32 -31
  349. package/css/components/Wizard/wizard.js +32 -31
  350. package/css/components/Wizard/wizard.mjs +32 -31
  351. package/css/components/_index.css +22256 -0
  352. package/css/components/_index.d.ts +1374 -0
  353. package/css/components/_index.js +1375 -0
  354. package/css/components/_index.mjs +1373 -0
  355. package/css/docs/components/Brand/examples/Brand.css +3 -3
  356. package/css/docs/components/Brand/examples/Brand.d.ts +1 -1
  357. package/css/docs/components/Brand/examples/Brand.js +1 -1
  358. package/css/docs/components/Brand/examples/Brand.mjs +1 -1
  359. package/css/docs/components/Button/examples/Button.css +2 -2
  360. package/css/docs/components/Button/examples/Button.d.ts +1 -1
  361. package/css/docs/components/Button/examples/Button.js +1 -1
  362. package/css/docs/components/Button/examples/Button.mjs +1 -1
  363. package/css/docs/components/DragDrop/examples/DragDrop.css +3 -3
  364. package/css/docs/components/DragDrop/examples/DragDrop.d.ts +1 -1
  365. package/css/docs/components/DragDrop/examples/DragDrop.js +1 -1
  366. package/css/docs/components/DragDrop/examples/DragDrop.mjs +1 -1
  367. package/css/docs/components/Label/examples/Label.css +4 -4
  368. package/css/docs/components/Label/examples/Label.d.ts +1 -1
  369. package/css/docs/components/Label/examples/Label.js +1 -1
  370. package/css/docs/components/Label/examples/Label.mjs +1 -1
  371. package/css/docs/components/Menu/examples/Menu.css +8 -12
  372. package/css/docs/components/Menu/examples/Menu.d.ts +3 -2
  373. package/css/docs/components/Menu/examples/Menu.js +3 -2
  374. package/css/docs/components/Menu/examples/Menu.mjs +3 -2
  375. package/css/docs/components/Nav/examples/Navigation.css +20 -8
  376. package/css/docs/components/Nav/examples/Navigation.d.ts +2 -2
  377. package/css/docs/components/Nav/examples/Navigation.js +2 -2
  378. package/css/docs/components/Nav/examples/Navigation.mjs +2 -2
  379. package/css/docs/components/OverflowMenu/examples/overflow-menu.css +4 -28
  380. package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
  381. package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
  382. package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
  383. package/css/docs/components/Page/examples/Page.css +5 -9
  384. package/css/docs/components/Page/examples/Page.d.ts +2 -1
  385. package/css/docs/components/Page/examples/Page.js +2 -1
  386. package/css/docs/components/Page/examples/Page.mjs +2 -1
  387. package/css/docs/components/Sidebar/examples/Sidebar.css +4 -2
  388. package/css/docs/components/Sidebar/examples/Sidebar.d.ts +1 -4
  389. package/css/docs/components/Sidebar/examples/Sidebar.js +1 -4
  390. package/css/docs/components/Sidebar/examples/Sidebar.mjs +1 -4
  391. package/css/docs/components/Skeleton/examples/Skeleton.css +1 -1
  392. package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
  393. package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
  394. package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
  395. package/css/docs/components/Table/examples/Table.css +11 -6
  396. package/css/docs/components/Table/examples/Table.d.ts +3 -1
  397. package/css/docs/components/Table/examples/Table.js +3 -1
  398. package/css/docs/components/Table/examples/Table.mjs +3 -1
  399. package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +8 -3
  400. package/css/docs/components/TextInputGroup/examples/TextInputGroup.d.ts +2 -2
  401. package/css/docs/components/TextInputGroup/examples/TextInputGroup.js +2 -2
  402. package/css/docs/components/TextInputGroup/examples/TextInputGroup.mjs +2 -2
  403. package/css/docs/components/Tile/examples/Tile.css +5 -5
  404. package/css/docs/components/Tile/examples/Tile.d.ts +1 -1
  405. package/css/docs/components/Tile/examples/Tile.js +1 -1
  406. package/css/docs/components/Tile/examples/Tile.mjs +1 -1
  407. package/css/docs/components/Toolbar/examples/Toolbar.css +58 -42
  408. package/css/docs/components/Toolbar/examples/Toolbar.d.ts +4 -3
  409. package/css/docs/components/Toolbar/examples/Toolbar.js +4 -3
  410. package/css/docs/components/Toolbar/examples/Toolbar.mjs +4 -3
  411. package/css/docs/components/Tooltip/examples/Tooltip.css +1 -1
  412. package/css/docs/components/Truncate/examples/Truncate.css +1 -2
  413. package/css/docs/components/Truncate/examples/Truncate.d.ts +1 -1
  414. package/css/docs/components/Truncate/examples/Truncate.js +1 -1
  415. package/css/docs/components/Truncate/examples/Truncate.mjs +1 -1
  416. package/css/docs/demos/Card/examples/Card.css +6 -6
  417. package/css/docs/demos/Card/examples/Card.d.ts +2 -2
  418. package/css/docs/demos/Card/examples/Card.js +2 -2
  419. package/css/docs/demos/Card/examples/Card.mjs +2 -2
  420. package/css/docs/demos/Page/examples/Page.css +11 -0
  421. package/css/docs/demos/Page/examples/Page.d.ts +9 -0
  422. package/css/docs/demos/Page/examples/Page.js +10 -0
  423. package/css/docs/demos/Page/examples/Page.mjs +8 -0
  424. package/css/docs/demos/Toolbar/examples/Toolbar.css +10 -18
  425. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +3 -3
  426. package/css/docs/demos/Toolbar/examples/Toolbar.js +3 -3
  427. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +3 -3
  428. package/css/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
  429. package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +2 -2
  430. package/css/docs/layouts/Bullseye/examples/Bullseye.js +2 -2
  431. package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +2 -2
  432. package/css/docs/layouts/Flex/examples/Flex.css +4 -4
  433. package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
  434. package/css/docs/layouts/Flex/examples/Flex.js +2 -2
  435. package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
  436. package/css/docs/layouts/Gallery/examples/Gallery.css +4 -4
  437. package/css/docs/layouts/Gallery/examples/Gallery.d.ts +2 -2
  438. package/css/docs/layouts/Gallery/examples/Gallery.js +2 -2
  439. package/css/docs/layouts/Gallery/examples/Gallery.mjs +2 -2
  440. package/css/docs/layouts/Grid/examples/Grid.css +3 -3
  441. package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
  442. package/css/docs/layouts/Grid/examples/Grid.js +1 -1
  443. package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
  444. package/css/docs/layouts/Level/examples/Level.css +5 -5
  445. package/css/docs/layouts/Level/examples/Level.d.ts +2 -2
  446. package/css/docs/layouts/Level/examples/Level.js +2 -2
  447. package/css/docs/layouts/Level/examples/Level.mjs +2 -2
  448. package/css/docs/layouts/Split/examples/Split.css +4 -4
  449. package/css/docs/layouts/Split/examples/Split.d.ts +2 -2
  450. package/css/docs/layouts/Split/examples/Split.js +2 -2
  451. package/css/docs/layouts/Split/examples/Split.mjs +2 -2
  452. package/css/docs/layouts/Stack/examples/Stack.css +5 -5
  453. package/css/docs/layouts/Stack/examples/Stack.d.ts +2 -2
  454. package/css/docs/layouts/Stack/examples/Stack.js +2 -2
  455. package/css/docs/layouts/Stack/examples/Stack.mjs +2 -2
  456. package/css/docs/utilities/Alignment/examples/Alignment.css +6 -6
  457. package/css/docs/utilities/Alignment/examples/Alignment.d.ts +4 -4
  458. package/css/docs/utilities/Alignment/examples/Alignment.js +4 -4
  459. package/css/docs/utilities/Alignment/examples/Alignment.mjs +4 -4
  460. package/css/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
  461. package/css/docs/utilities/Display/examples/Display.css +3 -10
  462. package/css/docs/utilities/Display/examples/Display.d.ts +0 -8
  463. package/css/docs/utilities/Display/examples/Display.js +0 -8
  464. package/css/docs/utilities/Display/examples/Display.mjs +0 -8
  465. package/css/docs/utilities/Flex/examples/Flex.css +7 -7
  466. package/css/docs/utilities/Flex/examples/Flex.d.ts +2 -2
  467. package/css/docs/utilities/Flex/examples/Flex.js +2 -2
  468. package/css/docs/utilities/Flex/examples/Flex.mjs +2 -2
  469. package/css/docs/utilities/Float/examples/Float.css +5 -5
  470. package/css/docs/utilities/Float/examples/Float.d.ts +2 -2
  471. package/css/docs/utilities/Float/examples/Float.js +2 -2
  472. package/css/docs/utilities/Float/examples/Float.mjs +2 -2
  473. package/css/docs/utilities/Sizing/examples/Sizing.css +6 -6
  474. package/css/docs/utilities/Sizing/examples/Sizing.d.ts +4 -4
  475. package/css/docs/utilities/Sizing/examples/Sizing.js +4 -4
  476. package/css/docs/utilities/Sizing/examples/Sizing.mjs +4 -4
  477. package/css/docs/utilities/Spacing/examples/Spacing.css +3 -3
  478. package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
  479. package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
  480. package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
  481. package/css/layouts/Bullseye/bullseye.css +6 -3
  482. package/css/layouts/Bullseye/bullseye.d.ts +1 -1
  483. package/css/layouts/Bullseye/bullseye.js +1 -1
  484. package/css/layouts/Bullseye/bullseye.mjs +1 -1
  485. package/css/layouts/Flex/flex.css +1314 -1311
  486. package/css/layouts/Flex/flex.d.ts +1 -1
  487. package/css/layouts/Flex/flex.js +1 -1
  488. package/css/layouts/Flex/flex.mjs +1 -1
  489. package/css/layouts/Gallery/gallery.css +47 -44
  490. package/css/layouts/Gallery/gallery.d.ts +1 -1
  491. package/css/layouts/Gallery/gallery.js +1 -1
  492. package/css/layouts/Gallery/gallery.mjs +1 -1
  493. package/css/layouts/Grid/grid.css +549 -546
  494. package/css/layouts/Grid/grid.d.ts +2 -2
  495. package/css/layouts/Grid/grid.js +2 -2
  496. package/css/layouts/Grid/grid.mjs +2 -2
  497. package/css/layouts/Level/level.css +7 -4
  498. package/css/layouts/Level/level.d.ts +1 -1
  499. package/css/layouts/Level/level.js +1 -1
  500. package/css/layouts/Level/level.mjs +1 -1
  501. package/css/layouts/Split/split.css +9 -6
  502. package/css/layouts/Split/split.d.ts +2 -2
  503. package/css/layouts/Split/split.js +2 -2
  504. package/css/layouts/Split/split.mjs +2 -2
  505. package/css/layouts/Stack/stack.css +8 -5
  506. package/css/layouts/Stack/stack.d.ts +2 -2
  507. package/css/layouts/Stack/stack.js +2 -2
  508. package/css/layouts/Stack/stack.mjs +2 -2
  509. package/css/layouts/Toolbar/toolbar.css +8 -8
  510. package/css/layouts/_index.css +3454 -0
  511. package/css/layouts/_index.d.ts +846 -0
  512. package/css/layouts/_index.js +847 -0
  513. package/css/layouts/_index.mjs +845 -0
  514. package/css/utilities/Accessibility/accessibility.css +33 -33
  515. package/css/utilities/Accessibility/accessibility.d.ts +18 -18
  516. package/css/utilities/Accessibility/accessibility.js +18 -18
  517. package/css/utilities/Accessibility/accessibility.mjs +18 -18
  518. package/css/utilities/Alignment/alignment.css +41 -41
  519. package/css/utilities/Alignment/alignment.d.ts +24 -24
  520. package/css/utilities/Alignment/alignment.js +24 -24
  521. package/css/utilities/Alignment/alignment.mjs +24 -24
  522. package/css/utilities/BackgroundColor/background-color.css +67 -0
  523. package/css/utilities/BackgroundColor/background-color.d.ts +22 -0
  524. package/css/utilities/BackgroundColor/background-color.js +23 -0
  525. package/css/utilities/BackgroundColor/background-color.mjs +21 -0
  526. package/css/utilities/BoxShadow/box-shadow.css +30 -54
  527. package/css/utilities/BoxShadow/box-shadow.d.ts +15 -21
  528. package/css/utilities/BoxShadow/box-shadow.js +15 -21
  529. package/css/utilities/BoxShadow/box-shadow.mjs +15 -21
  530. package/css/utilities/Display/display.css +97 -59
  531. package/css/utilities/Display/display.d.ts +66 -54
  532. package/css/utilities/Display/display.js +66 -54
  533. package/css/utilities/Display/display.mjs +66 -54
  534. package/css/utilities/Flex/flex.css +278 -278
  535. package/css/utilities/Flex/flex.d.ts +228 -228
  536. package/css/utilities/Flex/flex.js +228 -228
  537. package/css/utilities/Flex/flex.mjs +228 -228
  538. package/css/utilities/Float/float.css +29 -29
  539. package/css/utilities/Float/float.d.ts +12 -12
  540. package/css/utilities/Float/float.js +12 -12
  541. package/css/utilities/Float/float.mjs +12 -12
  542. package/css/utilities/Sizing/sizing.css +274 -274
  543. package/css/utilities/Sizing/sizing.d.ts +196 -196
  544. package/css/utilities/Sizing/sizing.js +196 -196
  545. package/css/utilities/Sizing/sizing.mjs +196 -196
  546. package/css/utilities/Spacing/spacing.css +2212 -2212
  547. package/css/utilities/Spacing/spacing.d.ts +840 -840
  548. package/css/utilities/Spacing/spacing.js +840 -840
  549. package/css/utilities/Spacing/spacing.mjs +840 -840
  550. package/css/utilities/Text/text.css +501 -744
  551. package/css/utilities/Text/text.d.ts +250 -278
  552. package/css/utilities/Text/text.js +250 -278
  553. package/css/utilities/Text/text.mjs +250 -278
  554. package/css/utilities/_index.css +7815 -0
  555. package/css/utilities/_index.d.ts +1671 -0
  556. package/css/utilities/_index.js +1672 -0
  557. package/css/utilities/_index.mjs +1670 -0
  558. package/dist/esm/index.js.map +1 -1
  559. package/dist/js/index.js.map +1 -1
  560. package/package.json +7 -12
  561. package/scripts/copyStyles.mjs +8 -0
  562. package/scripts/{generateClassMaps.js → generateClassMaps.mjs} +8 -11
  563. package/scripts/{writeClassMaps.js → writeClassMaps.mjs} +15 -13
  564. package/src/css/components/Popper/Popper.css +1 -1
  565. package/src/css/components/Table/inline-edit.css +31 -31
  566. package/src/css/layouts/Toolbar/toolbar.css +8 -8
  567. package/.eslintrc.json +0 -5
  568. package/css/assets/images/pf-logo-small.svg +0 -23
  569. package/css/assets/images/pf_logo_white.hbs +0 -35
  570. package/css/assets/images/pfbg-icon.svg +0 -1
  571. package/css/components/AppLauncher/app-launcher.css +0 -244
  572. package/css/components/AppLauncher/app-launcher.d.ts +0 -29
  573. package/css/components/AppLauncher/app-launcher.js +0 -30
  574. package/css/components/AppLauncher/app-launcher.mjs +0 -28
  575. package/css/components/Chip/chip-group.css +0 -93
  576. package/css/components/Chip/chip-group.d.ts +0 -13
  577. package/css/components/Chip/chip-group.js +0 -14
  578. package/css/components/Chip/chip-group.mjs +0 -12
  579. package/css/components/Chip/chip.css +0 -122
  580. package/css/components/Chip/chip.d.ts +0 -16
  581. package/css/components/Chip/chip.js +0 -17
  582. package/css/components/Chip/chip.mjs +0 -15
  583. package/css/components/Consoles/AccessConsoles.css +0 -14
  584. package/css/components/Consoles/AccessConsoles.d.ts +0 -6
  585. package/css/components/Consoles/AccessConsoles.js +0 -7
  586. package/css/components/Consoles/AccessConsoles.mjs +0 -5
  587. package/css/components/Consoles/DesktopViewer.css +0 -6
  588. package/css/components/Consoles/DesktopViewer.d.ts +0 -5
  589. package/css/components/Consoles/DesktopViewer.js +0 -6
  590. package/css/components/Consoles/DesktopViewer.mjs +0 -4
  591. package/css/components/Consoles/SerialConsole.css +0 -11
  592. package/css/components/Consoles/SerialConsole.d.ts +0 -6
  593. package/css/components/Consoles/SerialConsole.js +0 -7
  594. package/css/components/Consoles/SerialConsole.mjs +0 -5
  595. package/css/components/Consoles/VncConsole.css +0 -10
  596. package/css/components/Consoles/VncConsole.d.ts +0 -6
  597. package/css/components/Consoles/VncConsole.js +0 -7
  598. package/css/components/Consoles/VncConsole.mjs +0 -5
  599. package/css/components/Consoles/xterm.css +0 -171
  600. package/css/components/Consoles/xterm.d.ts +0 -26
  601. package/css/components/Consoles/xterm.js +0 -27
  602. package/css/components/Consoles/xterm.mjs +0 -25
  603. package/css/components/ContextSelector/context-selector.css +0 -336
  604. package/css/components/ContextSelector/context-selector.d.ts +0 -25
  605. package/css/components/ContextSelector/context-selector.js +0 -26
  606. package/css/components/ContextSelector/context-selector.mjs +0 -24
  607. package/css/components/Dropdown/dropdown.css +0 -686
  608. package/css/components/Dropdown/dropdown.d.ts +0 -55
  609. package/css/components/Dropdown/dropdown.js +0 -56
  610. package/css/components/Dropdown/dropdown.mjs +0 -54
  611. package/css/components/LogViewer/log-viewer.css +0 -197
  612. package/css/components/LogViewer/log-viewer.d.ts +0 -27
  613. package/css/components/LogViewer/log-viewer.js +0 -28
  614. package/css/components/LogViewer/log-viewer.mjs +0 -26
  615. package/css/components/NotificationBadge/notification-badge.css +0 -87
  616. package/css/components/NotificationBadge/notification-badge.d.ts +0 -11
  617. package/css/components/NotificationBadge/notification-badge.js +0 -12
  618. package/css/components/NotificationBadge/notification-badge.mjs +0 -10
  619. package/css/components/OptionsMenu/options-menu.css +0 -279
  620. package/css/components/OptionsMenu/options-menu.d.ts +0 -27
  621. package/css/components/OptionsMenu/options-menu.js +0 -28
  622. package/css/components/OptionsMenu/options-menu.mjs +0 -26
  623. package/css/components/Select/select.css +0 -599
  624. package/css/components/Select/select.d.ts +0 -61
  625. package/css/components/Select/select.js +0 -62
  626. package/css/components/Select/select.mjs +0 -60
  627. package/css/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
  628. package/css/docs/components/AppLauncher/deprecated/application-launcher.d.ts +0 -3
  629. package/css/docs/components/AppLauncher/deprecated/application-launcher.js +0 -4
  630. package/css/docs/components/AppLauncher/deprecated/application-launcher.mjs +0 -2
  631. package/css/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
  632. package/css/docs/components/Breadcrumb/examples/Breadcrumb.d.ts +0 -3
  633. package/css/docs/components/Breadcrumb/examples/Breadcrumb.js +0 -4
  634. package/css/docs/components/Breadcrumb/examples/Breadcrumb.mjs +0 -2
  635. package/css/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
  636. package/css/docs/components/ContextSelector/deprecated/context-selector.d.ts +0 -3
  637. package/css/docs/components/ContextSelector/deprecated/context-selector.js +0 -4
  638. package/css/docs/components/ContextSelector/deprecated/context-selector.mjs +0 -2
  639. package/css/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
  640. package/css/docs/components/Dropdown/deprecated/Dropdown.d.ts +0 -6
  641. package/css/docs/components/Dropdown/deprecated/Dropdown.js +0 -7
  642. package/css/docs/components/Dropdown/deprecated/Dropdown.mjs +0 -5
  643. package/css/docs/components/LogViewer/examples/LogViewer.css +0 -17
  644. package/css/docs/components/LogViewer/examples/LogViewer.d.ts +0 -6
  645. package/css/docs/components/LogViewer/examples/LogViewer.js +0 -7
  646. package/css/docs/components/LogViewer/examples/LogViewer.mjs +0 -5
  647. package/css/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
  648. package/css/docs/components/OptionsMenu/deprecated/options-menu.d.ts +0 -3
  649. package/css/docs/components/OptionsMenu/deprecated/options-menu.js +0 -4
  650. package/css/docs/components/OptionsMenu/deprecated/options-menu.mjs +0 -2
  651. package/css/docs/components/Page/deprecated/PageHeader.css +0 -17
  652. package/css/docs/components/Page/deprecated/PageHeader.d.ts +0 -12
  653. package/css/docs/components/Page/deprecated/PageHeader.js +0 -13
  654. package/css/docs/components/Page/deprecated/PageHeader.mjs +0 -11
  655. package/css/docs/components/Pagination/examples/Pagination.css +0 -3
  656. package/css/docs/components/Pagination/examples/Pagination.d.ts +0 -3
  657. package/css/docs/components/Pagination/examples/Pagination.js +0 -4
  658. package/css/docs/components/Pagination/examples/Pagination.mjs +0 -2
  659. package/css/docs/components/Select/deprecated/Select.css +0 -56
  660. package/css/docs/components/Select/deprecated/Select.d.ts +0 -3
  661. package/css/docs/components/Select/deprecated/Select.js +0 -4
  662. package/css/docs/components/Select/deprecated/Select.mjs +0 -2
  663. package/css/docs/components/Tabs/examples/Tabs.css +0 -10
  664. package/css/docs/components/Tabs/examples/Tabs.d.ts +0 -6
  665. package/css/docs/components/Tabs/examples/Tabs.js +0 -7
  666. package/css/docs/components/Tabs/examples/Tabs.mjs +0 -5
  667. package/css/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
  668. package/css/docs/components/ToggleGroup/examples/toggle-group.d.ts +0 -5
  669. package/css/docs/components/ToggleGroup/examples/toggle-group.js +0 -6
  670. package/css/docs/components/ToggleGroup/examples/toggle-group.mjs +0 -4
  671. package/css/docs/utilities/Text/examples/Text.css +0 -0
  672. package/css/docs/utilities/Text/examples/Text.d.ts +0 -3
  673. package/css/docs/utilities/Text/examples/Text.js +0 -4
  674. package/css/docs/utilities/Text/examples/Text.mjs +0 -2
  675. package/css/utilities/BackgroundColor/BackgroundColor.css +0 -414
  676. package/css/utilities/BackgroundColor/BackgroundColor.d.ts +0 -101
  677. package/css/utilities/BackgroundColor/BackgroundColor.js +0 -102
  678. package/css/utilities/BackgroundColor/BackgroundColor.mjs +0 -100
  679. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
  680. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.d.ts +0 -3
  681. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.js +0 -4
  682. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.mjs +0 -2
  683. package/css/utilities/Text/themes/dark/text.css +0 -0
  684. package/css/utilities/Text/themes/dark/text.d.ts +0 -3
  685. package/css/utilities/Text/themes/dark/text.js +0 -4
  686. package/css/utilities/Text/themes/dark/text.mjs +0 -2
  687. package/scripts/copyStyles.js +0 -7
  688. package/src/css/components/Consoles/AccessConsoles.css +0 -14
  689. package/src/css/components/Consoles/DesktopViewer.css +0 -6
  690. package/src/css/components/Consoles/SerialConsole.css +0 -11
  691. package/src/css/components/Consoles/VncConsole.css +0 -10
  692. package/src/css/components/Consoles/xterm.css +0 -171
@@ -1,1239 +1,1902 @@
1
- .pf-v5-c-toolbar__content-section, .pf-v5-c-toolbar__content, .pf-v5-c-toolbar__item, .pf-v5-c-toolbar__group {
2
- --pf-v5-hidden-visible--hidden--Display: none;
3
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
4
- display: var(--pf-v5-hidden-visible--Display);
1
+ :where(:root, .pf-v6-c-toolbar) {
2
+ --pf-v6-c-toolbar--RowGap: var(--pf-t--global--spacer--md);
3
+ --pf-v6-c-toolbar--PaddingBlockStart: 0;
4
+ --pf-v6-c-toolbar--PaddingBlockEnd: var(--pf-t--global--spacer--md);
5
+ --pf-v6-c-toolbar--PaddingInlineStart: 0;
6
+ --pf-v6-c-toolbar--PaddingInlineEnd: 0;
7
+ --pf-v6-c-toolbar--LineHeight: var(--pf-t--global--font--line-height--body);
8
+ --pf-v6-c-toolbar--FontSize: var(--pf-t--global--font--size--body--default);
9
+ --pf-v6-c-toolbar--BackgroundColor: transparent;
10
+ --pf-v6-c-toolbar--m-primary--BackgroundColor: var(--pf-t--global--background--color--primary--default);
11
+ --pf-v6-c-toolbar--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
12
+ --pf-v6-c-toolbar--m-no-background--BackgroundColor: transparent;
13
+ --pf-v6-c-toolbar__item--Width: auto;
14
+ --pf-v6-c-toolbar__item--MinWidth: auto;
15
+ --pf-v6-c-toolbar__item--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
16
+ --pf-v6-c-toolbar__item--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
17
+ --pf-v6-c-toolbar__item--m-overflow-container--MinWidth: 0;
18
+ --pf-v6-c-toolbar__group--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
19
+ --pf-v6-c-toolbar__group--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
20
+ --pf-v6-c-toolbar__group--m-overflow-container--MinWidth: 0;
21
+ --pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--md);
22
+ --pf-v6-c-toolbar__content--PaddingInlineStart: 0;
23
+ --pf-v6-c-toolbar__content--PaddingInlineEnd: 0;
24
+ --pf-v6-c-toolbar__content-section--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
25
+ --pf-v6-c-toolbar__content-section--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
26
+ --pf-v6-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--z-index--sm);
27
+ --pf-v6-c-toolbar__expandable-content--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
28
+ --pf-v6-c-toolbar__expandable-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
29
+ --pf-v6-c-toolbar__expandable-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
30
+ --pf-v6-c-toolbar__expandable-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
31
+ --pf-v6-c-toolbar__expandable-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
32
+ --pf-v6-c-toolbar__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
33
+ --pf-v6-c-toolbar__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
34
+ --pf-v6-c-toolbar--m-sticky--ZIndex: var(--pf-t--global--z-index--xs);
35
+ --pf-v6-c-toolbar--m-sticky--PaddingBlockStart: var(--pf-t--global--spacer--md);
36
+ --pf-v6-c-toolbar--m-sticky--PaddingBlockEnd: var(--pf-t--global--spacer--md);
37
+ --pf-v6-c-toolbar--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
38
+ --pf-v6-c-toolbar--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
39
+ --pf-v6-c-toolbar__expand-all-icon--Rotate: 0;
40
+ --pf-v6-c-toolbar__expand-all-icon--Transition: var(--pf-t--global--transition);
41
+ --pf-v6-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
42
+ --pf-v6-c-toolbar__group--m-filter-group--ColumnGap: var(--pf-t--global--spacer--gap--control-to-control--default);
43
+ --pf-v6-c-toolbar__item--m-label--FontWeight: var(--pf-t--global--font--weight--body--bold);
44
+ --pf-v6-c-toolbar__group--m-label-group--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
45
+ --pf-v6-c-toolbar__group--m-action-group--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
46
+ --pf-v6-c-toolbar__group--m-action-group-plain--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--plain);
47
+ --pf-v6-c-toolbar__group--m-action-group-inline--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
5
48
  }
6
- .pf-m-hidden.pf-v5-c-toolbar__content-section, .pf-m-hidden.pf-v5-c-toolbar__content, .pf-m-hidden.pf-v5-c-toolbar__item, .pf-m-hidden.pf-v5-c-toolbar__group {
7
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
49
+
50
+ .pf-v6-c-toolbar__content-section,
51
+ .pf-v6-c-toolbar__group,
52
+ .pf-v6-c-toolbar__item {
53
+ --pf-v6-hidden-visible--visible--Display: flex;
54
+ --pf-v6-hidden-visible--hidden--Display: none;
55
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
56
+ display: var(--pf-v6-hidden-visible--Display);
57
+ }
58
+ .pf-v6-c-toolbar__content-section.pf-m-hidden,
59
+ .pf-v6-c-toolbar__group.pf-m-hidden,
60
+ .pf-v6-c-toolbar__item.pf-m-hidden {
61
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
62
+ }
63
+ @media screen and (min-width: 36rem) {
64
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-sm,
65
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-sm,
66
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-sm {
67
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
68
+ }
69
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-sm,
70
+ .pf-v6-c-toolbar__group.pf-m-visible-on-sm,
71
+ .pf-v6-c-toolbar__item.pf-m-visible-on-sm {
72
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
73
+ }
74
+ }
75
+ @media screen and (min-width: 48rem) {
76
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-md,
77
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-md,
78
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-md {
79
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
80
+ }
81
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-md,
82
+ .pf-v6-c-toolbar__group.pf-m-visible-on-md,
83
+ .pf-v6-c-toolbar__item.pf-m-visible-on-md {
84
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
85
+ }
86
+ }
87
+ @media screen and (min-width: 62rem) {
88
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-lg,
89
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-lg,
90
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-lg {
91
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
92
+ }
93
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-lg,
94
+ .pf-v6-c-toolbar__group.pf-m-visible-on-lg,
95
+ .pf-v6-c-toolbar__item.pf-m-visible-on-lg {
96
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
97
+ }
98
+ }
99
+ @media screen and (min-width: 75rem) {
100
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-xl,
101
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-xl,
102
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-xl {
103
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
104
+ }
105
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-xl,
106
+ .pf-v6-c-toolbar__group.pf-m-visible-on-xl,
107
+ .pf-v6-c-toolbar__item.pf-m-visible-on-xl {
108
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
109
+ }
110
+ }
111
+ @media screen and (min-width: 90.625rem) {
112
+ .pf-v6-c-toolbar__content-section.pf-m-hidden-on-2xl,
113
+ .pf-v6-c-toolbar__group.pf-m-hidden-on-2xl,
114
+ .pf-v6-c-toolbar__item.pf-m-hidden-on-2xl {
115
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
116
+ }
117
+ .pf-v6-c-toolbar__content-section.pf-m-visible-on-2xl,
118
+ .pf-v6-c-toolbar__group.pf-m-visible-on-2xl,
119
+ .pf-v6-c-toolbar__item.pf-m-visible-on-2xl {
120
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
121
+ }
122
+ }
123
+
124
+ .pf-v6-c-toolbar,
125
+ .pf-v6-c-toolbar__content {
126
+ position: relative;
127
+ }
128
+
129
+ .pf-v6-c-toolbar__content {
130
+ --pf-v6-hidden-visible--visible--Display: grid;
131
+ --pf-v6-hidden-visible--hidden--Display: none;
132
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
133
+ display: var(--pf-v6-hidden-visible--Display);
134
+ row-gap: var(--pf-v6-c-toolbar__content--RowGap);
135
+ padding-inline-start: var(--pf-v6-c-toolbar__content--PaddingInlineStart);
136
+ padding-inline-end: var(--pf-v6-c-toolbar__content--PaddingInlineEnd);
137
+ }
138
+ .pf-v6-c-toolbar__content.pf-m-hidden {
139
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
8
140
  }
9
- @media screen and (min-width: 576px) {
10
- .pf-m-hidden-on-sm.pf-v5-c-toolbar__content-section, .pf-m-hidden-on-sm.pf-v5-c-toolbar__content, .pf-m-hidden-on-sm.pf-v5-c-toolbar__item, .pf-m-hidden-on-sm.pf-v5-c-toolbar__group {
11
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
141
+ @media screen and (min-width: 36rem) {
142
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-sm {
143
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
12
144
  }
13
- .pf-m-visible-on-sm.pf-v5-c-toolbar__content-section, .pf-m-visible-on-sm.pf-v5-c-toolbar__content, .pf-m-visible-on-sm.pf-v5-c-toolbar__item, .pf-m-visible-on-sm.pf-v5-c-toolbar__group {
14
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
145
+ .pf-v6-c-toolbar__content.pf-m-visible-on-sm {
146
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
15
147
  }
16
148
  }
17
- @media screen and (min-width: 768px) {
18
- .pf-m-hidden-on-md.pf-v5-c-toolbar__content-section, .pf-m-hidden-on-md.pf-v5-c-toolbar__content, .pf-m-hidden-on-md.pf-v5-c-toolbar__item, .pf-m-hidden-on-md.pf-v5-c-toolbar__group {
19
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
149
+ @media screen and (min-width: 48rem) {
150
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-md {
151
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
20
152
  }
21
- .pf-m-visible-on-md.pf-v5-c-toolbar__content-section, .pf-m-visible-on-md.pf-v5-c-toolbar__content, .pf-m-visible-on-md.pf-v5-c-toolbar__item, .pf-m-visible-on-md.pf-v5-c-toolbar__group {
22
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
153
+ .pf-v6-c-toolbar__content.pf-m-visible-on-md {
154
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
23
155
  }
24
156
  }
25
- @media screen and (min-width: 992px) {
26
- .pf-m-hidden-on-lg.pf-v5-c-toolbar__content-section, .pf-m-hidden-on-lg.pf-v5-c-toolbar__content, .pf-m-hidden-on-lg.pf-v5-c-toolbar__item, .pf-m-hidden-on-lg.pf-v5-c-toolbar__group {
27
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
157
+ @media screen and (min-width: 62rem) {
158
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-lg {
159
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
28
160
  }
29
- .pf-m-visible-on-lg.pf-v5-c-toolbar__content-section, .pf-m-visible-on-lg.pf-v5-c-toolbar__content, .pf-m-visible-on-lg.pf-v5-c-toolbar__item, .pf-m-visible-on-lg.pf-v5-c-toolbar__group {
30
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
161
+ .pf-v6-c-toolbar__content.pf-m-visible-on-lg {
162
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
31
163
  }
32
164
  }
33
- @media screen and (min-width: 1200px) {
34
- .pf-m-hidden-on-xl.pf-v5-c-toolbar__content-section, .pf-m-hidden-on-xl.pf-v5-c-toolbar__content, .pf-m-hidden-on-xl.pf-v5-c-toolbar__item, .pf-m-hidden-on-xl.pf-v5-c-toolbar__group {
35
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
165
+ @media screen and (min-width: 75rem) {
166
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-xl {
167
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
36
168
  }
37
- .pf-m-visible-on-xl.pf-v5-c-toolbar__content-section, .pf-m-visible-on-xl.pf-v5-c-toolbar__content, .pf-m-visible-on-xl.pf-v5-c-toolbar__item, .pf-m-visible-on-xl.pf-v5-c-toolbar__group {
38
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
169
+ .pf-v6-c-toolbar__content.pf-m-visible-on-xl {
170
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
39
171
  }
40
172
  }
41
- @media screen and (min-width: 1450px) {
42
- .pf-m-hidden-on-2xl.pf-v5-c-toolbar__content-section, .pf-m-hidden-on-2xl.pf-v5-c-toolbar__content, .pf-m-hidden-on-2xl.pf-v5-c-toolbar__item, .pf-m-hidden-on-2xl.pf-v5-c-toolbar__group {
43
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
173
+ @media screen and (min-width: 90.625rem) {
174
+ .pf-v6-c-toolbar__content.pf-m-hidden-on-2xl {
175
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
44
176
  }
45
- .pf-m-visible-on-2xl.pf-v5-c-toolbar__content-section, .pf-m-visible-on-2xl.pf-v5-c-toolbar__content, .pf-m-visible-on-2xl.pf-v5-c-toolbar__item, .pf-m-visible-on-2xl.pf-v5-c-toolbar__group {
46
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
177
+ .pf-v6-c-toolbar__content.pf-m-visible-on-2xl {
178
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
47
179
  }
48
180
  }
49
181
 
50
- :root {
51
- --pf-v5-c-toolbar--AlignItems--base: flex-start;
52
- --pf-v5-c-toolbar--RowGap--base: var(--pf-v5-global--spacer--lg);
53
- --pf-v5-c-toolbar--RowGap: var(--pf-v5-c-toolbar--RowGap--base);
54
- --pf-v5-c-toolbar--PaddingTop: var(--pf-v5-global--spacer--md);
55
- --pf-v5-c-toolbar--PaddingBottom: var(--pf-v5-global--spacer--md);
56
- --pf-v5-c-toolbar--item--RowGap--base: var(--pf-v5-global--spacer--xs);
57
- --pf-v5-c-toolbar__item--Display: flex;
58
- --pf-v5-c-toolbar__item--MinWidth--base: auto;
59
- --pf-v5-c-toolbar__item--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
60
- --pf-v5-c-toolbar__item--AlignSelf: var(--pf-v5-c-toolbar--AlignItems--base);
61
- --pf-v5-c-toolbar__group--Display: flex;
62
- --pf-v5-c-toolbar__group--RowGap: var(--pf-v5-c-toolbar--item--RowGap--base);
63
- --pf-v5-c-toolbar__group--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
64
- --pf-v5-c-toolbar__group--AlignSelf: auto;
65
- --pf-v5-c-toolbar--m-sticky--ZIndex: var(--pf-v5-global--ZIndex--xs);
66
- --pf-v5-c-toolbar--m-sticky--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom);
67
- --pf-v5-c-toolbar--m-align-items-center--AlignItems: center;
68
- --pf-v5-c-toolbar--m-align-items-baseline--AlignItems: baseline;
69
- --pf-v5-c-toolbar--m-align-self-center--AlignSelf: center;
70
- --pf-v5-c-toolbar--m-align-self-baseline--AlignSelf: baseline;
71
- --pf-v5-c-toolbar__content--Display: flex;
72
- --pf-v5-c-toolbar__content--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
73
- --pf-v5-c-toolbar__content--RowGap: var(--pf-v5-c-toolbar--RowGap--base);
74
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-global--spacer--md);
75
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-global--spacer--md);
76
- --pf-v5-c-toolbar__content-section--Display: flex;
77
- --pf-v5-c-toolbar__content-section--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
78
- --pf-v5-c-toolbar__content-section--RowGap: var(--pf-v5-c-toolbar--item--RowGap--base);
79
- --pf-v5-c-toolbar--m-page-insets--inset: var(--pf-v5-global--spacer--md);
80
- --pf-v5-c-toolbar--m-page-insets--xl--inset: var(--pf-v5-global--spacer--lg);
81
- --pf-v5-c-toolbar__expandable-content--Display: grid;
82
- --pf-v5-c-toolbar__expandable-content--PaddingTop: 0;
83
- --pf-v5-c-toolbar__expandable-content--PaddingRight: var(--pf-v5-c-toolbar__content--PaddingRight);
84
- --pf-v5-c-toolbar__expandable-content--PaddingBottom: var(--pf-v5-global--spacer--md);
85
- --pf-v5-c-toolbar__expandable-content--PaddingLeft: var(--pf-v5-c-toolbar__content--PaddingLeft);
86
- --pf-v5-c-toolbar__expandable-content--lg--PaddingRight: 0;
87
- --pf-v5-c-toolbar__expandable-content--lg--PaddingBottom: 0;
88
- --pf-v5-c-toolbar__expandable-content--lg--PaddingLeft: 0;
89
- --pf-v5-c-toolbar__expandable-content--ZIndex: var(--pf-v5-global--ZIndex--sm);
90
- --pf-v5-c-toolbar__expandable-content--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
91
- --pf-v5-c-toolbar__expandable-content--BackgroundColor: var(--pf-v5-c-toolbar--BackgroundColor);
92
- --pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap: var(--pf-v5-global--gutter--md);
93
- --pf-v5-c-toolbar__group--m-chip-container--MarginTop: calc(var(--pf-v5-global--spacer--md) * -1);
94
- --pf-v5-c-toolbar__group--m-chip-container__item--MarginTop: var(--pf-v5-global--spacer--md);
95
- --pf-v5-c-toolbar--spacer--base: var(--pf-v5-global--spacer--md);
96
- --pf-v5-c-toolbar__item--spacer: var(--pf-v5-c-toolbar--spacer--base);
97
- --pf-v5-c-toolbar__item--Width: auto;
98
- --pf-v5-c-toolbar__group--spacer: var(--pf-v5-c-toolbar--spacer--base);
99
- --pf-v5-c-toolbar__group--m-toggle-group--spacer: var(--pf-v5-global--spacer--sm);
100
- --pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-v5-c-toolbar__group--spacer);
101
- --pf-v5-c-toolbar__group--m-icon-button-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
102
- --pf-v5-c-toolbar__group--m-icon-button-group--space-items: 0;
103
- --pf-v5-c-toolbar__group--m-button-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
104
- --pf-v5-c-toolbar__group--m-button-group--space-items: var(--pf-v5-global--spacer--sm);
105
- --pf-v5-c-toolbar__group--m-filter-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
106
- --pf-v5-c-toolbar__group--m-filter-group--space-items: 0;
107
- --pf-v5-c-toolbar__item--m-overflow-menu--spacer: var(--pf-v5-c-toolbar__item--spacer);
108
- --pf-v5-c-toolbar__item--m-bulk-select--spacer: var(--pf-v5-global--spacer--lg);
109
- --pf-v5-c-toolbar__expand-all-icon--Rotate: 0;
110
- --pf-v5-c-toolbar__expand-all-icon--Transition: var(--pf-v5-global--Transition);
111
- --pf-v5-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
112
- --pf-v5-c-toolbar__item--m-search-filter--spacer: var(--pf-v5-global--spacer--sm);
113
- --pf-v5-c-toolbar__item--m-chip-group--spacer: var(--pf-v5-global--spacer--sm);
114
- --pf-v5-c-toolbar__item--m-label--spacer: var(--pf-v5-c-toolbar__item--spacer);
115
- --pf-v5-c-toolbar__item--m-label--TranslateY: var(--pf-v5-global--spacer--form-element);
116
- --pf-v5-c-toolbar__item--m-label--FontWeight: var(--pf-v5-global--FontWeight--bold);
117
- --pf-v5-c-toolbar__item--m-form-element--spacer: var(--pf-v5-c-toolbar__item--spacer);
118
- --pf-v5-c-toolbar__item--m-form-element--TranslateY: var(--pf-v5-global--spacer--form-element);
119
- --pf-v5-c-toolbar__item--m-form-element--FontWeight: var(--pf-v5-global--FontWeight--bold);
120
- --pf-v5-c-toolbar__item--m-form-control--TranslateY: var(--pf-v5-global--spacer--form-element);
121
- --pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom: calc(-1 * var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap) + var(--pf-v5-global--spacer--sm));
122
- --pf-v5-c-toolbar__expandable-content__item--m-label--FontSize: var(--pf-v5-global--FontSize--sm);
123
- --pf-v5-c-toolbar__toggle--m-expanded__c-button--m-plain--Color: var(--pf-v5-global--Color--100);
124
- --pf-v5-c-toolbar--c-divider--m-vertical--spacer: var(--pf-v5-c-toolbar--spacer--base);
125
- --pf-v5-c-toolbar--m-full-height--PaddingTop: 0;
126
- --pf-v5-c-toolbar--m-full-height--PaddingBottom: 0;
127
- --pf-v5-c-toolbar--m-full-height__item--Display: flex;
128
- --pf-v5-c-toolbar--m-full-height__item--AlignItems: center;
182
+ .pf-v6-c-toolbar__content-section {
183
+ flex-wrap: wrap;
184
+ row-gap: var(--pf-v6-c-toolbar__content-section--RowGap);
185
+ column-gap: var(--pf-v6-c-toolbar__content-section--ColumnGap);
186
+ align-items: start;
129
187
  }
130
188
 
131
- .pf-v5-c-toolbar {
132
- position: relative;
189
+ .pf-v6-c-toolbar {
133
190
  display: grid;
134
- row-gap: var(--pf-v5-c-toolbar--RowGap);
135
- padding-block-start: var(--pf-v5-c-toolbar--PaddingTop);
136
- padding-block-end: var(--pf-v5-c-toolbar--PaddingBottom);
137
- background-color: var(--pf-v5-c-toolbar--BackgroundColor);
138
- }
139
- @media screen and (min-width: 992px) {
140
- .pf-v5-c-toolbar {
141
- --pf-v5-c-toolbar__expandable-content--PaddingRight: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingRight);
142
- --pf-v5-c-toolbar__expandable-content--PaddingBottom: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingBottom);
143
- --pf-v5-c-toolbar__expandable-content--PaddingLeft: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingLeft);
144
- }
145
- }
146
- @media screen and (min-width: 1200px) {
147
- .pf-v5-c-toolbar {
148
- --pf-v5-c-toolbar--m-page-insets--inset: var(--pf-v5-c-toolbar--m-page-insets--xl--inset);
149
- }
150
- }
151
- .pf-v5-c-toolbar.pf-m-page-insets {
152
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--m-page-insets--inset);
153
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--m-page-insets--inset);
154
- }
155
- .pf-v5-c-toolbar.pf-m-sticky {
191
+ row-gap: var(--pf-v6-c-toolbar--RowGap);
192
+ width: var(--pf-v6-c-toolbar--Width, auto);
193
+ padding-block-start: var(--pf-v6-c-toolbar--PaddingBlockStart);
194
+ padding-block-end: var(--pf-v6-c-toolbar--PaddingBlockEnd);
195
+ padding-inline-start: var(--pf-v6-c-toolbar--PaddingInlineStart);
196
+ padding-inline-end: var(--pf-v6-c-toolbar--PaddingInlineEnd);
197
+ font-size: var(--pf-v6-c-toolbar--FontSize);
198
+ line-height: var(--pf-v6-c-toolbar--LineHeight);
199
+ background-color: var(--pf-v6-c-toolbar--BackgroundColor);
200
+ }
201
+ .pf-v6-c-toolbar.pf-m-sticky {
202
+ --pf-v6-c-toolbar--BackgroundColor: var(--pf-v6-c-toolbar--m-sticky--BackgroundColor);
156
203
  position: sticky;
157
204
  inset-block-start: 0;
158
- z-index: var(--pf-v5-c-toolbar--m-sticky--ZIndex);
159
- box-shadow: var(--pf-v5-c-toolbar--m-sticky--BoxShadow);
160
- }
161
- .pf-v5-c-toolbar.pf-m-full-height {
162
- --pf-v5-c-toolbar--PaddingTop: var(--pf-v5-c-toolbar--m-full-height--PaddingTop);
163
- --pf-v5-c-toolbar--PaddingBottom: var(--pf-v5-c-toolbar--m-full-height--PaddingTop);
164
- --pf-v5-c-toolbar__item--Display: var(--pf-v5-c-toolbar--m-full-height__item--Display);
165
- height: 100%;
166
- }
167
- .pf-v5-c-toolbar.pf-m-full-height,
168
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content,
169
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content-section,
170
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__expandable-content,
171
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__group {
172
- min-width: 0;
173
- }
174
- .pf-v5-c-toolbar.pf-m-full-height,
175
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content,
176
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content-section,
177
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__group,
178
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__item {
179
- align-self: stretch;
180
- }
181
- .pf-v5-c-toolbar.pf-m-full-height :where(.pf-v5-c-toolbar__item) {
182
- --pf-v5-c-toolbar__item--AlignItems: var(--pf-v5-c-toolbar--m-full-height__item--AlignItems);
205
+ z-index: var(--pf-v6-c-toolbar--m-sticky--ZIndex);
206
+ padding-block-start: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockStart);
207
+ padding-block-end: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockEnd);
208
+ box-shadow: var(--pf-v6-c-toolbar--m-sticky--BoxShadow);
183
209
  }
184
- .pf-v5-c-toolbar.pf-m-static,
185
- .pf-v5-c-toolbar.pf-m-static .pf-v5-c-toolbar__content {
210
+ .pf-v6-c-toolbar.pf-m-static,
211
+ .pf-v6-c-toolbar.pf-m-static .pf-v6-c-toolbar__content {
186
212
  position: static;
187
213
  }
188
- .pf-v5-c-toolbar.pf-m-static .pf-v5-c-toolbar__expandable-content {
214
+ .pf-v6-c-toolbar.pf-m-static .pf-v6-c-toolbar__expandable-content {
189
215
  position: absolute;
190
216
  }
191
-
192
- .pf-v5-c-toolbar__content-section > .pf-v5-c-divider,
193
- .pf-v5-c-toolbar__group > .pf-v5-c-divider {
194
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar--c-divider--m-vertical--spacer);
195
- }
196
- .pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical,
197
- .pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical {
198
- margin-inline-end: var(--pf-v5-c-toolbar--spacer);
199
- }
200
- .pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical:last-child,
201
- .pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical:last-child {
202
- --pf-v5-c-toolbar--spacer: 0;
203
- }
204
- .pf-v5-c-toolbar__content-section.pf-m-align-items-start,
205
- .pf-v5-c-toolbar__group.pf-m-align-items-start {
206
- align-items: flex-start;
207
- }
208
- .pf-v5-c-toolbar__content-section.pf-m-align-items-center,
209
- .pf-v5-c-toolbar__group.pf-m-align-items-center {
210
- --pf-v5-c-toolbar__group--AlignItems: var(--pf-v5-c-toolbar--m-align-items-center--AlignItems);
211
- }
212
- .pf-v5-c-toolbar__content-section.pf-m-align-items-baseline,
213
- .pf-v5-c-toolbar__group.pf-m-align-items-baseline {
214
- --pf-v5-c-toolbar__group--AlignItems: var(--pf-v5-c-toolbar--m-align-items-baseline--AlignItems);
215
- }
216
- .pf-v5-c-toolbar__content-section.pf-m-align-self-start,
217
- .pf-v5-c-toolbar__group.pf-m-align-self-start {
218
- align-self: flex-start;
219
- }
220
- .pf-v5-c-toolbar__content-section.pf-m-align-self-center,
221
- .pf-v5-c-toolbar__group.pf-m-align-self-center {
222
- --pf-v5-c-toolbar__group--AlignSelf: var(--pf-v5-c-toolbar--m-align-self-center--AlignItems);
223
- }
224
- .pf-v5-c-toolbar__content-section.pf-m-align-self-baseline,
225
- .pf-v5-c-toolbar__group.pf-m-align-self-baseline {
226
- --pf-v5-c-toolbar__group--AlignSelf: var(--pf-v5-c-toolbar--m-align-self-baseline--AlignItems);
227
- }
228
-
229
- .pf-v5-c-toolbar__group {
230
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--spacer);
231
- --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__group--Display);
232
- row-gap: var(--pf-v5-c-toolbar__group--RowGap);
233
- align-items: var(--pf-v5-c-toolbar__group--AlignItems);
234
- align-self: var(--pf-v5-c-toolbar__group--AlignSelf);
235
- margin-inline-end: var(--pf-v5-c-toolbar--spacer);
236
- }
237
- .pf-v5-c-toolbar__group.pf-m-button-group {
238
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--spacer);
239
- }
240
- .pf-v5-c-toolbar__group.pf-m-button-group > * {
241
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--space-items);
242
- }
243
- .pf-v5-c-toolbar__group.pf-m-icon-button-group {
244
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-icon-button-group--spacer);
217
+ .pf-v6-c-toolbar.pf-m-full-height {
218
+ --pf-v6-c-toolbar--PaddingBlockStart: 0;
219
+ --pf-v6-c-toolbar--PaddinkBlockEnd: 0;
245
220
  }
246
- .pf-v5-c-toolbar__group.pf-m-icon-button-group > * {
247
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-icon-button-group--space-items);
248
- }
249
- .pf-v5-c-toolbar__group.pf-m-filter-group {
250
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--spacer);
251
- }
252
- .pf-v5-c-toolbar__group.pf-m-filter-group > * {
253
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--space-items);
254
- }
255
- .pf-v5-c-toolbar__group.pf-m-filter-group > * + * {
256
- margin-inline-start: -1px;
257
- }
258
- .pf-v5-c-toolbar__group.pf-m-toggle-group {
259
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--spacer);
221
+ .pf-v6-c-toolbar.pf-m-full-height .pf-v6-c-toolbar__group,
222
+ .pf-v6-c-toolbar.pf-m-full-height .pf-v6-c-toolbar__item {
223
+ align-items: stretch;
224
+ align-self: stretch;
260
225
  }
261
- .pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__group,
262
- .pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__item {
263
- display: none;
226
+ .pf-v6-c-toolbar.pf-m-primary {
227
+ --pf-v6-c-toolbar--BackgroundColor: var(--pf-v6-c-toolbar--m-primary--BackgroundColor);
264
228
  }
265
- .pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__toggle {
266
- display: inline-block;
229
+ .pf-v6-c-toolbar.pf-m-secondary {
230
+ --pf-v6-c-toolbar--BackgroundColor: var(--pf-v6-c-toolbar--m-secondary--BackgroundColor);
267
231
  }
268
- .pf-v5-c-toolbar__group:last-child {
269
- --pf-v5-c-toolbar--spacer: 0;
232
+ .pf-v6-c-toolbar.pf-m-no-background {
233
+ --pf-v6-c-toolbar--BackgroundColor: var(--pf-v6-c-toolbar--m-no-background--BackgroundColor);
270
234
  }
271
235
 
272
- .pf-v5-c-toolbar__item {
273
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
274
- --pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width);
275
- --pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth);
276
- --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__item--Display);
277
- align-items: var(--pf-v5-c-toolbar__item--AlignItems);
278
- align-self: var(--pf-v5-c-toolbar__item--AlignSelf);
279
- width: var(--pf-v5-c-toolbar__item--Width--base);
280
- min-width: var(--pf-v5-c-toolbar__item--MinWidth--base);
281
- margin-inline-end: var(--pf-v5-c-toolbar--spacer);
236
+ .pf-v6-c-toolbar__item {
237
+ --pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width);
238
+ --pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth);
239
+ row-gap: var(--pf-v6-c-toolbar__item--RowGap);
240
+ column-gap: var(--pf-v6-c-toolbar__item--ColumnGap);
241
+ width: var(--pf-v6-c-toolbar__item--Width--base);
242
+ min-width: var(--pf-v6-c-toolbar__item--MinWidth--base);
282
243
  }
283
- @media (min-width: 576px) {
284
- .pf-v5-c-toolbar__item {
285
- --pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width));
244
+ @media (min-width: 36rem) {
245
+ .pf-v6-c-toolbar__item {
246
+ --pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width));
286
247
  }
287
248
  }
288
- @media (min-width: 768px) {
289
- .pf-v5-c-toolbar__item {
290
- --pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-md, var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width)));
249
+ @media (min-width: 48rem) {
250
+ .pf-v6-c-toolbar__item {
251
+ --pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width)));
291
252
  }
292
253
  }
293
- @media (min-width: 992px) {
294
- .pf-v5-c-toolbar__item {
295
- --pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-lg, var(--pf-v5-c-toolbar__item--Width-on-md, var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width))));
254
+ @media (min-width: 62rem) {
255
+ .pf-v6-c-toolbar__item {
256
+ --pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width))));
296
257
  }
297
258
  }
298
- @media (min-width: 1200px) {
299
- .pf-v5-c-toolbar__item {
300
- --pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-xl, var(--pf-v5-c-toolbar__item--Width-on-lg, var(--pf-v5-c-toolbar__item--Width-on-md, var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width)))));
259
+ @media (min-width: 75rem) {
260
+ .pf-v6-c-toolbar__item {
261
+ --pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-xl, var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width)))));
301
262
  }
302
263
  }
303
- @media (min-width: 1450px) {
304
- .pf-v5-c-toolbar__item {
305
- --pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-2xl, var(--pf-v5-c-toolbar__item--Width-on-xl, var(--pf-v5-c-toolbar__item--Width-on-lg, var(--pf-v5-c-toolbar__item--Width-on-md, var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width))))));
264
+ @media (min-width: 90.625rem) {
265
+ .pf-v6-c-toolbar__item {
266
+ --pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-2xl, var(--pf-v6-c-toolbar__item--Width-on-xl, var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width))))));
306
267
  }
307
268
  }
308
- @media (min-width: 576px) {
309
- .pf-v5-c-toolbar__item {
310
- --pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth));
269
+ @media (min-width: 36rem) {
270
+ .pf-v6-c-toolbar__item {
271
+ --pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth));
311
272
  }
312
273
  }
313
- @media (min-width: 768px) {
314
- .pf-v5-c-toolbar__item {
315
- --pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-md, var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth)));
274
+ @media (min-width: 48rem) {
275
+ .pf-v6-c-toolbar__item {
276
+ --pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth)));
316
277
  }
317
278
  }
318
- @media (min-width: 992px) {
319
- .pf-v5-c-toolbar__item {
320
- --pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-lg, var(--pf-v5-c-toolbar__item--MinWidth-on-md, var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth))));
279
+ @media (min-width: 62rem) {
280
+ .pf-v6-c-toolbar__item {
281
+ --pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth))));
321
282
  }
322
283
  }
323
- @media (min-width: 1200px) {
324
- .pf-v5-c-toolbar__item {
325
- --pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-xl, var(--pf-v5-c-toolbar__item--MinWidth-on-lg, var(--pf-v5-c-toolbar__item--MinWidth-on-md, var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth)))));
284
+ @media (min-width: 75rem) {
285
+ .pf-v6-c-toolbar__item {
286
+ --pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-xl, var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth)))));
326
287
  }
327
288
  }
328
- @media (min-width: 1450px) {
329
- .pf-v5-c-toolbar__item {
330
- --pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-2xl, var(--pf-v5-c-toolbar__item--MinWidth-on-xl, var(--pf-v5-c-toolbar__item--MinWidth-on-lg, var(--pf-v5-c-toolbar__item--MinWidth-on-md, var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth))))));
289
+ @media (min-width: 90.625rem) {
290
+ .pf-v6-c-toolbar__item {
291
+ --pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-2xl, var(--pf-v6-c-toolbar__item--MinWidth-on-xl, var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth))))));
331
292
  }
332
293
  }
333
- .pf-v5-c-toolbar__item.pf-m-align-items-start {
334
- align-items: flex-start;
335
- }
336
- .pf-v5-c-toolbar__item.pf-m-align-items-center {
337
- align-items: center;
338
- }
339
- .pf-v5-c-toolbar__item.pf-m-align-items-baseline {
340
- align-items: baseline;
341
- }
342
- .pf-v5-c-toolbar__item.pf-m-align-self-start {
343
- align-self: flex-start;
344
- }
345
- .pf-v5-c-toolbar__item.pf-m-align-self-center {
346
- align-self: center;
347
- }
348
- .pf-v5-c-toolbar__item.pf-m-align-self-baseline {
349
- align-self: baseline;
350
- }
351
- .pf-v5-c-toolbar__item.pf-m-overflow-menu {
352
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-overflow-menu--spacer);
294
+ .pf-v6-c-toolbar__item.pf-m-expand-all.pf-m-expanded {
295
+ --pf-v6-c-toolbar__expand-all-icon--Rotate: var(--pf-v6-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate);
353
296
  }
354
- .pf-v5-c-toolbar__item.pf-m-bulk-select {
355
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-bulk-select--spacer);
297
+ .pf-v6-c-toolbar__item.pf-m-label {
298
+ font-weight: var(--pf-v6-c-toolbar__item--m-label--FontWeight);
356
299
  }
357
- .pf-v5-c-toolbar__item.pf-m-expand-all.pf-m-expanded {
358
- --pf-v5-c-toolbar__expand-all-icon--Rotate: var(--pf-v5-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate);
359
- }
360
- .pf-v5-c-toolbar__item.pf-m-search-filter {
361
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-search-filter--spacer);
362
- }
363
- .pf-v5-c-toolbar__item.pf-m-chip-group {
364
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-chip-group--spacer);
365
- }
366
- .pf-v5-c-toolbar__item.pf-m-label {
367
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-label--spacer);
368
- font-weight: var(--pf-v5-c-toolbar__item--m-label--FontWeight);
369
- transform: translateY(var(--pf-v5-c-toolbar__item--m-label--TranslateY));
370
- }
371
- .pf-v5-c-toolbar__item.pf-m-form-element {
372
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-form-element--spacer);
373
- font-weight: var(--pf-v5-c-toolbar__item--m-form-element--FontWeight);
374
- transform: translateY(var(--pf-v5-c-toolbar__item--m-form-element--TranslateY));
375
- }
376
- .pf-v5-c-toolbar__item.pf-m-pagination {
300
+ .pf-v6-c-toolbar__item.pf-m-pagination {
377
301
  margin-inline-start: auto;
378
302
  }
379
- .pf-v5-c-toolbar__item.pf-m-pagination .pf-v5-c-pagination {
303
+ .pf-v6-c-toolbar__item.pf-m-pagination.pf-v6-c-pagination {
380
304
  flex-wrap: nowrap;
381
305
  }
382
- .pf-v5-c-toolbar__item:last-child {
383
- --pf-v5-c-toolbar--spacer: 0;
306
+ .pf-v6-c-toolbar__item.pf-m-overflow-container {
307
+ min-width: var(--pf-v6-c-toolbar__item--m-overflow-container--MinWidth);
384
308
  }
385
309
 
386
- .pf-v5-c-toolbar__group.pf-m-overflow-container,
387
- .pf-v5-c-toolbar__item.pf-m-overflow-container {
388
- flex: 1;
389
- overflow: hidden;
310
+ .pf-v6-c-toolbar__group {
311
+ row-gap: var(--pf-v6-c-toolbar__group--RowGap);
312
+ column-gap: var(--pf-v6-c-toolbar__group--ColumnGap);
390
313
  }
391
-
392
- .pf-v5-c-toolbar__expand-all-icon {
393
- display: inline-block;
394
- transition: var(--pf-v5-c-toolbar__expand-all-icon--Transition);
395
- transform: rotate(var(--pf-v5-c-toolbar__expand-all-icon--Rotate));
314
+ .pf-v6-c-toolbar__group.pf-m-filter-group {
315
+ column-gap: var(--pf-v6-c-toolbar__group--m-filter-group--ColumnGap);
396
316
  }
397
-
398
- .pf-v5-c-toolbar__content,
399
- .pf-v5-c-toolbar__content-section {
317
+ .pf-v6-c-toolbar__group.pf-m-label-group {
318
+ flex: 1;
400
319
  flex-wrap: wrap;
320
+ column-gap: var(--pf-v6-c-toolbar__group--m-label-group--ColumnGap);
401
321
  }
402
-
403
- .pf-v5-c-toolbar__content {
404
- --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__content--Display);
405
- position: relative;
406
- row-gap: var(--pf-v5-c-toolbar__content--RowGap);
407
- align-items: var(--pf-v5-c-toolbar__content--AlignItems);
408
- padding-inline-start: var(--pf-v5-c-toolbar__content--PaddingLeft);
409
- padding-inline-end: var(--pf-v5-c-toolbar__content--PaddingRight);
410
- }
411
-
412
- .pf-v5-c-toolbar__content-section {
413
- --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__content-section--Display);
414
- row-gap: var(--pf-v5-c-toolbar__content-section--RowGap);
415
- align-items: var(--pf-v5-c-toolbar__content-section--AlignItems);
416
- width: 100%;
322
+ .pf-v6-c-toolbar__group.pf-m-action-group {
323
+ column-gap: var(--pf-v6-c-toolbar__group--m-action-group--ColumnGap);
417
324
  }
418
- .pf-v5-c-toolbar__content-section.pf-m-align-items-start {
419
- align-items: flex-start;
325
+ .pf-v6-c-toolbar__group.pf-m-action-group-plain {
326
+ column-gap: var(--pf-v6-c-toolbar__group--m-action-group-plain--ColumnGap);
420
327
  }
421
- .pf-v5-c-toolbar__content-section.pf-m-align-items-center {
422
- --pf-v5-c-toolbar__content-section--AlignItems: var(--pf-v5-c-toolbar--m-align-items-center--AlignItems);
328
+ .pf-v6-c-toolbar__group.pf-m-action-group-inline {
329
+ flex-wrap: wrap;
330
+ column-gap: var(--pf-v6-c-toolbar__group--m-action-group-inline--ColumnGap);
423
331
  }
424
- .pf-v5-c-toolbar__content-section.pf-m-align-items-baseline {
425
- align-items: baseline;
332
+ .pf-v6-c-toolbar__group.pf-m-overflow-container {
333
+ min-width: var(--pf-v6-c-toolbar__group--m-overflow-container--MinWidth);
426
334
  }
427
335
 
428
- .pf-v5-c-toolbar__expandable-content {
336
+ .pf-v6-c-toolbar__expandable-content {
429
337
  position: absolute;
430
- inset-block-start: calc(100% + var(--pf-v5-c-toolbar__content--RowGap));
338
+ inset-block-start: 100%;
431
339
  inset-inline-start: 0;
432
- inset-inline-end: 0;
433
- z-index: var(--pf-v5-c-toolbar__expandable-content--ZIndex);
340
+ z-index: var(--pf-v6-c-toolbar__expandable-content--ZIndex);
434
341
  display: none;
342
+ row-gap: var(--pf-v6-c-toolbar__expandable-content--RowGap);
435
343
  width: 100%;
436
- padding-block-start: var(--pf-v5-c-toolbar__expandable-content--PaddingTop);
437
- padding-block-end: var(--pf-v5-c-toolbar__expandable-content--PaddingBottom);
438
- padding-inline-start: var(--pf-v5-c-toolbar__expandable-content--PaddingLeft);
439
- padding-inline-end: var(--pf-v5-c-toolbar__expandable-content--PaddingRight);
440
- background-color: var(--pf-v5-c-toolbar__expandable-content--BackgroundColor);
441
- box-shadow: var(--pf-v5-c-toolbar__expandable-content--BoxShadow);
442
- }
443
- @media screen and (min-width: 992px) {
444
- .pf-v5-c-toolbar__expandable-content {
344
+ padding-block-start: var(--pf-v6-c-toolbar__expandable-content--PaddingBlockStart);
345
+ padding-block-end: var(--pf-v6-c-toolbar__expandable-content--PaddingBlockEnd);
346
+ padding-inline-start: var(--pf-v6-c-toolbar__expandable-content--PaddingInlineStart);
347
+ padding-inline-end: var(--pf-v6-c-toolbar__expandable-content--PaddingInlineEnd);
348
+ background-color: var(--pf-v6-c-toolbar__expandable-content--BackgroundColor);
349
+ box-shadow: var(--pf-v6-c-toolbar__expandable-content--BoxShadow);
350
+ }
351
+ @media screen and (min-width: 62rem) {
352
+ .pf-v6-c-toolbar__expandable-content {
445
353
  position: static;
354
+ padding: 0;
446
355
  box-shadow: none;
447
356
  }
448
357
  }
449
- .pf-v5-c-toolbar__expandable-content.pf-m-expanded {
358
+ .pf-v6-c-toolbar__expandable-content.pf-m-expanded,
359
+ .pf-v6-c-toolbar__expandable-content .pf-v6-c-toolbar__group {
450
360
  display: grid;
451
- grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
452
361
  }
453
- .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__group,
454
- .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item {
455
- --pf-v5-c-toolbar--spacer: 0;
362
+ .pf-v6-c-toolbar__expandable-content .pf-v6-c-toolbar__item > * {
363
+ flex-basis: 100%;
456
364
  }
457
- .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__group {
458
- display: grid;
459
- grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
365
+ .pf-v6-c-toolbar__expandable-content .pf-v6-c-toolbar__group.pf-m-action-group-inline {
366
+ display: flex;
367
+ justify-content: center;
368
+ }
369
+
370
+ .pf-v6-c-toolbar__expand-all-icon {
371
+ display: inline-flex;
372
+ transition: var(--pf-v6-c-toolbar__expand-all-icon--Transition);
373
+ transform: rotate(var(--pf-v6-c-toolbar__expand-all-icon--Rotate));
460
374
  }
461
- .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item.pf-m-label {
462
- margin-block-end: var(--pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom);
463
- font-size: var(--pf-v5-c-toolbar__expandable-content__item--m-label--FontSize);
375
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-toolbar__expand-all-icon {
376
+ scale: -1 1;
464
377
  }
465
378
 
466
- .pf-v5-c-toolbar__content.pf-m-chip-container,
467
- .pf-v5-c-toolbar__group.pf-m-chip-container {
468
- display: flex;
469
- flex-wrap: wrap;
470
- grid-row-gap: 0;
379
+ .pf-v6-c-toolbar__group,
380
+ .pf-v6-c-toolbar__item {
471
381
  align-items: baseline;
472
- margin-block-start: var(--pf-v5-c-toolbar__group--m-chip-container--MarginTop);
473
- }
474
- .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item,
475
- .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item {
476
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
477
- --pf-v5-c-toolbar__item--AlignSelf: auto;
478
- margin-block-start: var(--pf-v5-c-toolbar__group--m-chip-container__item--MarginTop);
479
- }
480
- .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group,
481
- .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group {
482
- --pf-v5-c-toolbar__group--AlignItems: center;
483
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--spacer);
484
- display: flex;
485
- flex-wrap: wrap;
486
- grid-row-gap: 0;
487
382
  }
488
- .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group:last-child,
489
- .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item:last-child,
490
- .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group:last-child,
491
- .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item:last-child {
492
- --pf-v5-c-toolbar--spacer: 0;
383
+ .pf-v6-c-toolbar__group.pf-m-overflow-container,
384
+ .pf-v6-c-toolbar__item.pf-m-overflow-container {
385
+ flex: 1;
386
+ overflow: auto;
493
387
  }
494
388
 
495
- .pf-v5-c-toolbar .pf-v5-c-chip-group:last-child {
496
- --pf-v5-c-chip-group--MarginRight: 0;
389
+ .pf-v6-c-toolbar__group.pf-m-align-start,
390
+ .pf-v6-c-toolbar__item.pf-m-align-start {
391
+ margin-inline-start: 0;
497
392
  }
498
-
499
- .pf-v5-c-toolbar .pf-v5-c-chip-group li:last-child {
500
- --pf-v5-c-chip-group__li--m-toolbar--MarginRight: 0;
393
+ .pf-v6-c-toolbar__group.pf-m-align-center,
394
+ .pf-v6-c-toolbar__item.pf-m-align-center {
395
+ margin-inline-start: auto;
396
+ margin-inline-end: auto;
501
397
  }
502
-
503
- .pf-v5-c-toolbar__toggle.pf-m-expanded .pf-v5-c-button.pf-m-plain {
504
- color: var(--pf-v5-c-toolbar__toggle--m-expanded__c-button--m-plain--Color);
398
+ .pf-v6-c-toolbar__group.pf-m-align-end,
399
+ .pf-v6-c-toolbar__item.pf-m-align-end {
400
+ margin-inline-start: auto;
505
401
  }
506
-
507
- .pf-m-toggle-group.pf-m-show {
508
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
402
+ .pf-v6-c-toolbar__group.pf-m-flex-grow,
403
+ .pf-v6-c-toolbar__item.pf-m-flex-grow {
404
+ flex-grow: 1;
509
405
  }
510
- .pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__group,
511
- .pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__item {
512
- display: flex;
513
- flex: 0 1 auto;
406
+ .pf-v6-c-toolbar__group.pf-m-align-self-stretch,
407
+ .pf-v6-c-toolbar__item.pf-m-align-self-stretch {
408
+ align-self: stretch;
514
409
  }
515
- .pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__toggle {
516
- display: none;
410
+ .pf-v6-c-toolbar__group.pf-m-align-self-baseline,
411
+ .pf-v6-c-toolbar__item.pf-m-align-self-baseline {
412
+ align-self: baseline;
413
+ }
414
+ .pf-v6-c-toolbar__group.pf-m-align-self-start,
415
+ .pf-v6-c-toolbar__item.pf-m-align-self-start {
416
+ align-self: start;
417
+ }
418
+ .pf-v6-c-toolbar__group.pf-m-align-self-center,
419
+ .pf-v6-c-toolbar__item.pf-m-align-self-center {
420
+ align-self: center;
421
+ }
422
+ .pf-v6-c-toolbar__group.pf-m-align-self-end,
423
+ .pf-v6-c-toolbar__item.pf-m-align-self-end {
424
+ align-self: end;
517
425
  }
518
426
 
519
- @media (min-width: 576px) {
520
- .pf-m-toggle-group.pf-m-show-on-sm {
521
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
522
- }
523
- .pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__group,
524
- .pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__item {
525
- display: flex;
526
- flex: 0 1 auto;
527
- }
528
- .pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__toggle {
529
- display: none;
530
- }
427
+ .pf-v6-c-toolbar.pf-m-inset-none {
428
+ padding-inline: 0;
531
429
  }
532
- @media (min-width: 768px) {
533
- .pf-m-toggle-group.pf-m-show-on-md {
534
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
535
- }
536
- .pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__group,
537
- .pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__item {
538
- display: flex;
539
- flex: 0 1 auto;
540
- }
541
- .pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__toggle {
542
- display: none;
543
- }
430
+ .pf-v6-c-toolbar.pf-m-inset-xs {
431
+ padding-inline: var(--pf-t--global--spacer--xs);
544
432
  }
545
- @media (min-width: 992px) {
546
- .pf-m-toggle-group.pf-m-show-on-lg {
547
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
548
- }
549
- .pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__group,
550
- .pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__item {
551
- display: flex;
552
- flex: 0 1 auto;
553
- }
554
- .pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__toggle {
555
- display: none;
556
- }
433
+ .pf-v6-c-toolbar.pf-m-inset-sm {
434
+ padding-inline: var(--pf-t--global--spacer--sm);
557
435
  }
558
- @media (min-width: 1200px) {
559
- .pf-m-toggle-group.pf-m-show-on-xl {
560
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
561
- }
562
- .pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__group,
563
- .pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__item {
564
- display: flex;
565
- flex: 0 1 auto;
566
- }
567
- .pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__toggle {
568
- display: none;
569
- }
436
+ .pf-v6-c-toolbar.pf-m-inset-md {
437
+ padding-inline: var(--pf-t--global--spacer--md);
570
438
  }
571
- @media (min-width: 1450px) {
572
- .pf-m-toggle-group.pf-m-show-on-2xl {
573
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
574
- }
575
- .pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__group,
576
- .pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__item {
577
- display: flex;
578
- flex: 0 1 auto;
579
- }
580
- .pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__toggle {
581
- display: none;
582
- }
439
+ .pf-v6-c-toolbar.pf-m-inset-lg {
440
+ padding-inline: var(--pf-t--global--spacer--lg);
583
441
  }
584
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right,
585
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right {
586
- margin-inline-start: auto;
442
+ .pf-v6-c-toolbar.pf-m-inset-xl {
443
+ padding-inline: var(--pf-t--global--spacer--xl);
587
444
  }
588
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right ~ .pf-m-pagination,
589
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right ~ .pf-m-pagination {
590
- margin-inline-start: 0;
445
+ .pf-v6-c-toolbar.pf-m-inset-2xl {
446
+ padding-inline: var(--pf-t--global--spacer--2xl);
591
447
  }
592
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left,
593
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left {
594
- margin-inline-start: 0;
448
+ .pf-v6-c-toolbar.pf-m-inset-3xl {
449
+ padding-inline: var(--pf-t--global--spacer--3xl);
595
450
  }
596
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left ~ .pf-m-pagination,
597
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left ~ .pf-m-pagination {
598
- margin-inline-start: auto;
451
+ .pf-v6-c-toolbar.pf-m-inset-4xl {
452
+ padding-inline: var(--pf-t--global--spacer--4xl);
599
453
  }
600
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap,
601
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap {
454
+
455
+ .pf-v6-c-toolbar__group.pf-m-wrap,
456
+ .pf-v6-c-toolbar__item.pf-m-wrap,
457
+ .pf-v6-c-toolbar__content-section.pf-m-wrap {
458
+ flex-wrap: wrap;
459
+ }
460
+ .pf-v6-c-toolbar__group.pf-m-nowrap,
461
+ .pf-v6-c-toolbar__item.pf-m-nowrap,
462
+ .pf-v6-c-toolbar__content-section.pf-m-nowrap {
602
463
  flex-wrap: nowrap;
603
464
  }
604
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap,
605
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap {
606
- flex-wrap: wrap;
465
+ .pf-v6-c-toolbar__group.pf-m-align-items-stretch,
466
+ .pf-v6-c-toolbar__item.pf-m-align-items-stretch,
467
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-stretch {
468
+ align-items: stretch;
607
469
  }
608
- @media (min-width: 576px) {
609
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm,
610
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm {
611
- margin-inline-start: auto;
612
- }
613
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
614
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
470
+ .pf-v6-c-toolbar__group.pf-m-align-items-baseline,
471
+ .pf-v6-c-toolbar__item.pf-m-align-items-baseline,
472
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-baseline {
473
+ align-items: baseline;
474
+ }
475
+ .pf-v6-c-toolbar__group.pf-m-align-items-start,
476
+ .pf-v6-c-toolbar__item.pf-m-align-items-start,
477
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-start {
478
+ align-items: start;
479
+ }
480
+ .pf-v6-c-toolbar__group.pf-m-align-items-center,
481
+ .pf-v6-c-toolbar__item.pf-m-align-items-center,
482
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-center {
483
+ align-items: center;
484
+ }
485
+ .pf-v6-c-toolbar__group.pf-m-align-items-end,
486
+ .pf-v6-c-toolbar__item.pf-m-align-items-end,
487
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-end {
488
+ align-items: end;
489
+ }
490
+ .pf-v6-c-toolbar__group.pf-m-gap-none,
491
+ .pf-v6-c-toolbar__item.pf-m-gap-none,
492
+ .pf-v6-c-toolbar__content-section.pf-m-gap-none {
493
+ gap: 0;
494
+ }
495
+ .pf-v6-c-toolbar__group.pf-m-gap-xs,
496
+ .pf-v6-c-toolbar__item.pf-m-gap-xs,
497
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xs {
498
+ gap: var(--pf-t--global--spacer--xs);
499
+ }
500
+ .pf-v6-c-toolbar__group.pf-m-gap-sm,
501
+ .pf-v6-c-toolbar__item.pf-m-gap-sm,
502
+ .pf-v6-c-toolbar__content-section.pf-m-gap-sm {
503
+ gap: var(--pf-t--global--spacer--sm);
504
+ }
505
+ .pf-v6-c-toolbar__group.pf-m-gap-md,
506
+ .pf-v6-c-toolbar__item.pf-m-gap-md,
507
+ .pf-v6-c-toolbar__content-section.pf-m-gap-md {
508
+ gap: var(--pf-t--global--spacer--md);
509
+ }
510
+ .pf-v6-c-toolbar__group.pf-m-gap-lg,
511
+ .pf-v6-c-toolbar__item.pf-m-gap-lg,
512
+ .pf-v6-c-toolbar__content-section.pf-m-gap-lg {
513
+ gap: var(--pf-t--global--spacer--lg);
514
+ }
515
+ .pf-v6-c-toolbar__group.pf-m-gap-xl,
516
+ .pf-v6-c-toolbar__item.pf-m-gap-xl,
517
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xl {
518
+ gap: var(--pf-t--global--spacer--xl);
519
+ }
520
+ .pf-v6-c-toolbar__group.pf-m-gap-2xl,
521
+ .pf-v6-c-toolbar__item.pf-m-gap-2xl,
522
+ .pf-v6-c-toolbar__content-section.pf-m-gap-2xl {
523
+ gap: var(--pf-t--global--spacer--2xl);
524
+ }
525
+ .pf-v6-c-toolbar__group.pf-m-gap-3xl,
526
+ .pf-v6-c-toolbar__item.pf-m-gap-3xl,
527
+ .pf-v6-c-toolbar__content-section.pf-m-gap-3xl {
528
+ gap: var(--pf-t--global--spacer--3xl);
529
+ }
530
+ .pf-v6-c-toolbar__group.pf-m-gap-4xl,
531
+ .pf-v6-c-toolbar__item.pf-m-gap-4xl,
532
+ .pf-v6-c-toolbar__content-section.pf-m-gap-4xl {
533
+ gap: var(--pf-t--global--spacer--4xl);
534
+ }
535
+ .pf-v6-c-toolbar__group.pf-m-column-gap-none,
536
+ .pf-v6-c-toolbar__item.pf-m-column-gap-none,
537
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-none {
538
+ column-gap: 0;
539
+ }
540
+ .pf-v6-c-toolbar__group.pf-m-row-gap-none,
541
+ .pf-v6-c-toolbar__item.pf-m-row-gap-none,
542
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-none {
543
+ row-gap: 0;
544
+ }
545
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xs,
546
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xs,
547
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xs {
548
+ column-gap: var(--pf-t--global--spacer--xs);
549
+ }
550
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xs,
551
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xs,
552
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xs {
553
+ row-gap: var(--pf-t--global--spacer--xs);
554
+ }
555
+ .pf-v6-c-toolbar__group.pf-m-column-gap-sm,
556
+ .pf-v6-c-toolbar__item.pf-m-column-gap-sm,
557
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-sm {
558
+ column-gap: var(--pf-t--global--spacer--sm);
559
+ }
560
+ .pf-v6-c-toolbar__group.pf-m-row-gap-sm,
561
+ .pf-v6-c-toolbar__item.pf-m-row-gap-sm,
562
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-sm {
563
+ row-gap: var(--pf-t--global--spacer--sm);
564
+ }
565
+ .pf-v6-c-toolbar__group.pf-m-column-gap-md,
566
+ .pf-v6-c-toolbar__item.pf-m-column-gap-md,
567
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-md {
568
+ column-gap: var(--pf-t--global--spacer--md);
569
+ }
570
+ .pf-v6-c-toolbar__group.pf-m-row-gap-md,
571
+ .pf-v6-c-toolbar__item.pf-m-row-gap-md,
572
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-md {
573
+ row-gap: var(--pf-t--global--spacer--md);
574
+ }
575
+ .pf-v6-c-toolbar__group.pf-m-column-gap-lg,
576
+ .pf-v6-c-toolbar__item.pf-m-column-gap-lg,
577
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-lg {
578
+ column-gap: var(--pf-t--global--spacer--lg);
579
+ }
580
+ .pf-v6-c-toolbar__group.pf-m-row-gap-lg,
581
+ .pf-v6-c-toolbar__item.pf-m-row-gap-lg,
582
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-lg {
583
+ row-gap: var(--pf-t--global--spacer--lg);
584
+ }
585
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xl,
586
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xl,
587
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xl {
588
+ column-gap: var(--pf-t--global--spacer--xl);
589
+ }
590
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xl,
591
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xl,
592
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xl {
593
+ row-gap: var(--pf-t--global--spacer--xl);
594
+ }
595
+ .pf-v6-c-toolbar__group.pf-m-column-gap-2xl,
596
+ .pf-v6-c-toolbar__item.pf-m-column-gap-2xl,
597
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl {
598
+ column-gap: var(--pf-t--global--spacer--2xl);
599
+ }
600
+ .pf-v6-c-toolbar__group.pf-m-row-gap-2xl,
601
+ .pf-v6-c-toolbar__item.pf-m-row-gap-2xl,
602
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl {
603
+ row-gap: var(--pf-t--global--spacer--2xl);
604
+ }
605
+ .pf-v6-c-toolbar__group.pf-m-column-gap-3xl,
606
+ .pf-v6-c-toolbar__item.pf-m-column-gap-3xl,
607
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl {
608
+ column-gap: var(--pf-t--global--spacer--3xl);
609
+ }
610
+ .pf-v6-c-toolbar__group.pf-m-row-gap-3xl,
611
+ .pf-v6-c-toolbar__item.pf-m-row-gap-3xl,
612
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl {
613
+ row-gap: var(--pf-t--global--spacer--3xl);
614
+ }
615
+ .pf-v6-c-toolbar__group.pf-m-column-gap-4xl,
616
+ .pf-v6-c-toolbar__item.pf-m-column-gap-4xl,
617
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl {
618
+ column-gap: var(--pf-t--global--spacer--4xl);
619
+ }
620
+ .pf-v6-c-toolbar__group.pf-m-row-gap-4xl,
621
+ .pf-v6-c-toolbar__item.pf-m-row-gap-4xl,
622
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl {
623
+ row-gap: var(--pf-t--global--spacer--4xl);
624
+ }
625
+
626
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show .pf-v6-c-toolbar__group,
627
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show .pf-v6-c-toolbar__item {
628
+ display: flex;
629
+ flex: 0 1 auto;
630
+ }
631
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show .pf-v6-c-toolbar__toggle {
632
+ display: none;
633
+ }
634
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__group,
635
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__item, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide .pf-v6-c-toolbar__group,
636
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide .pf-v6-c-toolbar__item {
637
+ display: none;
638
+ }
639
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide .pf-v6-c-toolbar__toggle {
640
+ display: inline-flex;
641
+ }
642
+
643
+ @media (min-width: 36rem) {
644
+ .pf-v6-c-toolbar__group.pf-m-align-start-on-sm,
645
+ .pf-v6-c-toolbar__item.pf-m-align-start-on-sm {
615
646
  margin-inline-start: 0;
616
647
  }
617
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm,
618
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm {
619
- margin-inline-start: 0;
648
+ .pf-v6-c-toolbar__group.pf-m-align-center-on-sm,
649
+ .pf-v6-c-toolbar__item.pf-m-align-center-on-sm {
650
+ margin-inline-start: auto;
651
+ margin-inline-end: auto;
620
652
  }
621
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
622
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
653
+ .pf-v6-c-toolbar__group.pf-m-align-end-on-sm,
654
+ .pf-v6-c-toolbar__item.pf-m-align-end-on-sm {
623
655
  margin-inline-start: auto;
624
656
  }
625
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-sm,
626
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-sm {
627
- flex-wrap: nowrap;
657
+ .pf-v6-c-toolbar__group.pf-m-flex-grow-on-sm,
658
+ .pf-v6-c-toolbar__item.pf-m-flex-grow-on-sm {
659
+ flex-grow: 1;
628
660
  }
629
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-sm,
630
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-sm {
631
- flex-wrap: wrap;
661
+ .pf-v6-c-toolbar__group.pf-m-align-self-stretch-on-sm,
662
+ .pf-v6-c-toolbar__item.pf-m-align-self-stretch-on-sm {
663
+ align-self: stretch;
632
664
  }
633
- }
634
- @media (min-width: 768px) {
635
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md,
636
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md {
637
- margin-inline-start: auto;
665
+ .pf-v6-c-toolbar__group.pf-m-align-self-baseline-on-sm,
666
+ .pf-v6-c-toolbar__item.pf-m-align-self-baseline-on-sm {
667
+ align-self: baseline;
638
668
  }
639
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
640
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
641
- margin-inline-start: 0;
669
+ .pf-v6-c-toolbar__group.pf-m-align-self-start-on-sm,
670
+ .pf-v6-c-toolbar__item.pf-m-align-self-start-on-sm {
671
+ align-self: start;
642
672
  }
643
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md,
644
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md {
645
- margin-inline-start: 0;
673
+ .pf-v6-c-toolbar__group.pf-m-align-self-center-on-sm,
674
+ .pf-v6-c-toolbar__item.pf-m-align-self-center-on-sm {
675
+ align-self: center;
646
676
  }
647
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
648
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
649
- margin-inline-start: auto;
677
+ .pf-v6-c-toolbar__group.pf-m-align-self-end-on-sm,
678
+ .pf-v6-c-toolbar__item.pf-m-align-self-end-on-sm {
679
+ align-self: end;
650
680
  }
651
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-md,
652
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-md {
653
- flex-wrap: nowrap;
681
+ .pf-v6-c-toolbar.pf-m-inset-none-on-sm {
682
+ padding-inline: 0;
654
683
  }
655
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-md,
656
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-md {
657
- flex-wrap: wrap;
684
+ .pf-v6-c-toolbar.pf-m-inset-xs-on-sm {
685
+ padding-inline: var(--pf-t--global--spacer--xs);
658
686
  }
659
- }
660
- @media (min-width: 992px) {
661
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg,
662
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg {
663
- margin-inline-start: auto;
687
+ .pf-v6-c-toolbar.pf-m-inset-sm-on-sm {
688
+ padding-inline: var(--pf-t--global--spacer--sm);
664
689
  }
665
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
666
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
667
- margin-inline-start: 0;
690
+ .pf-v6-c-toolbar.pf-m-inset-md-on-sm {
691
+ padding-inline: var(--pf-t--global--spacer--md);
668
692
  }
669
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg,
670
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg {
671
- margin-inline-start: 0;
693
+ .pf-v6-c-toolbar.pf-m-inset-lg-on-sm {
694
+ padding-inline: var(--pf-t--global--spacer--lg);
672
695
  }
673
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
674
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
675
- margin-inline-start: auto;
696
+ .pf-v6-c-toolbar.pf-m-inset-xl-on-sm {
697
+ padding-inline: var(--pf-t--global--spacer--xl);
676
698
  }
677
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-lg,
678
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-lg {
679
- flex-wrap: nowrap;
699
+ .pf-v6-c-toolbar.pf-m-inset-2xl-on-sm {
700
+ padding-inline: var(--pf-t--global--spacer--2xl);
680
701
  }
681
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-lg,
682
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-lg {
683
- flex-wrap: wrap;
702
+ .pf-v6-c-toolbar.pf-m-inset-3xl-on-sm {
703
+ padding-inline: var(--pf-t--global--spacer--3xl);
684
704
  }
685
- }
686
- @media (min-width: 1200px) {
687
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl,
688
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl {
689
- margin-inline-start: auto;
705
+ .pf-v6-c-toolbar.pf-m-inset-4xl-on-sm {
706
+ padding-inline: var(--pf-t--global--spacer--4xl);
690
707
  }
691
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
692
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
693
- margin-inline-start: 0;
708
+ .pf-v6-c-toolbar__group.pf-m-wrap-on-sm,
709
+ .pf-v6-c-toolbar__item.pf-m-wrap-on-sm,
710
+ .pf-v6-c-toolbar__content-section.pf-m-wrap-on-sm {
711
+ flex-wrap: wrap;
694
712
  }
695
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl,
696
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl {
697
- margin-inline-start: 0;
713
+ .pf-v6-c-toolbar__group.pf-m-nowrap-on-sm,
714
+ .pf-v6-c-toolbar__item.pf-m-nowrap-on-sm,
715
+ .pf-v6-c-toolbar__content-section.pf-m-nowrap-on-sm {
716
+ flex-wrap: nowrap;
698
717
  }
699
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
700
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
701
- margin-inline-start: auto;
718
+ .pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-sm,
719
+ .pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-sm,
720
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-sm {
721
+ align-items: stretch;
722
+ }
723
+ .pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-sm,
724
+ .pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-sm,
725
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-sm {
726
+ align-items: baseline;
727
+ }
728
+ .pf-v6-c-toolbar__group.pf-m-align-items-start-on-sm,
729
+ .pf-v6-c-toolbar__item.pf-m-align-items-start-on-sm,
730
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-sm {
731
+ align-items: start;
732
+ }
733
+ .pf-v6-c-toolbar__group.pf-m-align-items-center-on-sm,
734
+ .pf-v6-c-toolbar__item.pf-m-align-items-center-on-sm,
735
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-sm {
736
+ align-items: center;
737
+ }
738
+ .pf-v6-c-toolbar__group.pf-m-align-items-end-on-sm,
739
+ .pf-v6-c-toolbar__item.pf-m-align-items-end-on-sm,
740
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-sm {
741
+ align-items: end;
742
+ }
743
+ .pf-v6-c-toolbar__group.pf-m-gap-none-on-sm,
744
+ .pf-v6-c-toolbar__item.pf-m-gap-none-on-sm,
745
+ .pf-v6-c-toolbar__content-section.pf-m-gap-none-on-sm {
746
+ gap: 0;
747
+ }
748
+ .pf-v6-c-toolbar__group.pf-m-gap-xs-on-sm,
749
+ .pf-v6-c-toolbar__item.pf-m-gap-xs-on-sm,
750
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-sm {
751
+ gap: var(--pf-t--global--spacer--xs);
752
+ }
753
+ .pf-v6-c-toolbar__group.pf-m-gap-sm-on-sm,
754
+ .pf-v6-c-toolbar__item.pf-m-gap-sm-on-sm,
755
+ .pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-sm {
756
+ gap: var(--pf-t--global--spacer--sm);
757
+ }
758
+ .pf-v6-c-toolbar__group.pf-m-gap-md-on-sm,
759
+ .pf-v6-c-toolbar__item.pf-m-gap-md-on-sm,
760
+ .pf-v6-c-toolbar__content-section.pf-m-gap-md-on-sm {
761
+ gap: var(--pf-t--global--spacer--md);
762
+ }
763
+ .pf-v6-c-toolbar__group.pf-m-gap-lg-on-sm,
764
+ .pf-v6-c-toolbar__item.pf-m-gap-lg-on-sm,
765
+ .pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-sm {
766
+ gap: var(--pf-t--global--spacer--lg);
767
+ }
768
+ .pf-v6-c-toolbar__group.pf-m-gap-xl-on-sm,
769
+ .pf-v6-c-toolbar__item.pf-m-gap-xl-on-sm,
770
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-sm {
771
+ gap: var(--pf-t--global--spacer--xl);
772
+ }
773
+ .pf-v6-c-toolbar__group.pf-m-gap-2xl-on-sm,
774
+ .pf-v6-c-toolbar__item.pf-m-gap-2xl-on-sm,
775
+ .pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-sm {
776
+ gap: var(--pf-t--global--spacer--2xl);
777
+ }
778
+ .pf-v6-c-toolbar__group.pf-m-gap-3xl-on-sm,
779
+ .pf-v6-c-toolbar__item.pf-m-gap-3xl-on-sm,
780
+ .pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-sm {
781
+ gap: var(--pf-t--global--spacer--3xl);
782
+ }
783
+ .pf-v6-c-toolbar__group.pf-m-gap-4xl-on-sm,
784
+ .pf-v6-c-toolbar__item.pf-m-gap-4xl-on-sm,
785
+ .pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-sm {
786
+ gap: var(--pf-t--global--spacer--4xl);
787
+ }
788
+ .pf-v6-c-toolbar__group.pf-m-column-gap-none-on-sm,
789
+ .pf-v6-c-toolbar__item.pf-m-column-gap-none-on-sm,
790
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-sm {
791
+ column-gap: 0;
792
+ }
793
+ .pf-v6-c-toolbar__group.pf-m-row-gap-none-on-sm,
794
+ .pf-v6-c-toolbar__item.pf-m-row-gap-none-on-sm,
795
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-sm {
796
+ row-gap: 0;
797
+ }
798
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-sm,
799
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-sm,
800
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-sm {
801
+ column-gap: var(--pf-t--global--spacer--xs);
802
+ }
803
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-sm,
804
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-sm,
805
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-sm {
806
+ row-gap: var(--pf-t--global--spacer--xs);
807
+ }
808
+ .pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-sm,
809
+ .pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-sm,
810
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-sm {
811
+ column-gap: var(--pf-t--global--spacer--sm);
812
+ }
813
+ .pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-sm,
814
+ .pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-sm,
815
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-sm {
816
+ row-gap: var(--pf-t--global--spacer--sm);
817
+ }
818
+ .pf-v6-c-toolbar__group.pf-m-column-gap-md-on-sm,
819
+ .pf-v6-c-toolbar__item.pf-m-column-gap-md-on-sm,
820
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-sm {
821
+ column-gap: var(--pf-t--global--spacer--md);
822
+ }
823
+ .pf-v6-c-toolbar__group.pf-m-row-gap-md-on-sm,
824
+ .pf-v6-c-toolbar__item.pf-m-row-gap-md-on-sm,
825
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-sm {
826
+ row-gap: var(--pf-t--global--spacer--md);
827
+ }
828
+ .pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-sm,
829
+ .pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-sm,
830
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-sm {
831
+ column-gap: var(--pf-t--global--spacer--lg);
832
+ }
833
+ .pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-sm,
834
+ .pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-sm,
835
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-sm {
836
+ row-gap: var(--pf-t--global--spacer--lg);
837
+ }
838
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-sm,
839
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-sm,
840
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-sm {
841
+ column-gap: var(--pf-t--global--spacer--xl);
842
+ }
843
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-sm,
844
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-sm,
845
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-sm {
846
+ row-gap: var(--pf-t--global--spacer--xl);
847
+ }
848
+ .pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-sm,
849
+ .pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-sm,
850
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-sm {
851
+ column-gap: var(--pf-t--global--spacer--2xl);
852
+ }
853
+ .pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-sm,
854
+ .pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-sm,
855
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-sm {
856
+ row-gap: var(--pf-t--global--spacer--2xl);
857
+ }
858
+ .pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-sm,
859
+ .pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-sm,
860
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-sm {
861
+ column-gap: var(--pf-t--global--spacer--3xl);
862
+ }
863
+ .pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-sm,
864
+ .pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-sm,
865
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-sm {
866
+ row-gap: var(--pf-t--global--spacer--3xl);
867
+ }
868
+ .pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-sm,
869
+ .pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-sm,
870
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-sm {
871
+ column-gap: var(--pf-t--global--spacer--4xl);
872
+ }
873
+ .pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-sm,
874
+ .pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-sm,
875
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-sm {
876
+ row-gap: var(--pf-t--global--spacer--4xl);
877
+ }
878
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-sm .pf-v6-c-toolbar__group,
879
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-sm .pf-v6-c-toolbar__item {
880
+ display: flex;
881
+ flex: 0 1 auto;
702
882
  }
703
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-xl,
704
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-xl {
705
- flex-wrap: nowrap;
883
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-sm .pf-v6-c-toolbar__toggle {
884
+ display: none;
706
885
  }
707
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-xl,
708
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-xl {
709
- flex-wrap: wrap;
886
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__group,
887
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__item, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-sm .pf-v6-c-toolbar__group,
888
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-sm .pf-v6-c-toolbar__item {
889
+ display: none;
710
890
  }
711
- }
712
- @media (min-width: 1450px) {
713
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl,
714
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl {
715
- margin-inline-start: auto;
891
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-sm .pf-v6-c-toolbar__toggle {
892
+ display: inline-flex;
716
893
  }
717
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
718
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
894
+ }
895
+ @media (min-width: 48rem) {
896
+ .pf-v6-c-toolbar__group.pf-m-align-start-on-md,
897
+ .pf-v6-c-toolbar__item.pf-m-align-start-on-md {
719
898
  margin-inline-start: 0;
720
899
  }
721
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl,
722
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl {
723
- margin-inline-start: 0;
900
+ .pf-v6-c-toolbar__group.pf-m-align-center-on-md,
901
+ .pf-v6-c-toolbar__item.pf-m-align-center-on-md {
902
+ margin-inline-start: auto;
903
+ margin-inline-end: auto;
724
904
  }
725
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
726
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
905
+ .pf-v6-c-toolbar__group.pf-m-align-end-on-md,
906
+ .pf-v6-c-toolbar__item.pf-m-align-end-on-md {
727
907
  margin-inline-start: auto;
728
908
  }
729
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-2xl,
730
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-2xl {
731
- flex-wrap: nowrap;
909
+ .pf-v6-c-toolbar__group.pf-m-flex-grow-on-md,
910
+ .pf-v6-c-toolbar__item.pf-m-flex-grow-on-md {
911
+ flex-grow: 1;
732
912
  }
733
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-2xl,
734
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-2xl {
735
- flex-wrap: wrap;
913
+ .pf-v6-c-toolbar__group.pf-m-align-self-stretch-on-md,
914
+ .pf-v6-c-toolbar__item.pf-m-align-self-stretch-on-md {
915
+ align-self: stretch;
736
916
  }
737
- }
738
- .pf-v5-c-toolbar .pf-m-space-items-none > * {
739
- --pf-v5-c-toolbar--spacer: 0;
740
- }
741
- .pf-v5-c-toolbar .pf-m-space-items-none > :last-child {
742
- --pf-v5-c-toolbar--spacer: 0;
743
- }
744
- .pf-v5-c-toolbar .pf-m-space-items-sm > * {
745
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
746
- }
747
- .pf-v5-c-toolbar .pf-m-space-items-sm > :last-child {
748
- --pf-v5-c-toolbar--spacer: 0;
749
- }
750
- .pf-v5-c-toolbar .pf-m-space-items-md > * {
751
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
752
- }
753
- .pf-v5-c-toolbar .pf-m-space-items-md > :last-child {
754
- --pf-v5-c-toolbar--spacer: 0;
755
- }
756
- .pf-v5-c-toolbar .pf-m-space-items-lg > * {
757
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
758
- }
759
- .pf-v5-c-toolbar .pf-m-space-items-lg > :last-child {
760
- --pf-v5-c-toolbar--spacer: 0;
761
- }
762
- @media (min-width: 576px) {
763
- .pf-v5-c-toolbar .pf-m-space-items-none-on-sm > * {
764
- --pf-v5-c-toolbar--spacer: 0;
917
+ .pf-v6-c-toolbar__group.pf-m-align-self-baseline-on-md,
918
+ .pf-v6-c-toolbar__item.pf-m-align-self-baseline-on-md {
919
+ align-self: baseline;
765
920
  }
766
- .pf-v5-c-toolbar .pf-m-space-items-none-on-sm > :last-child {
767
- --pf-v5-c-toolbar--spacer: 0;
921
+ .pf-v6-c-toolbar__group.pf-m-align-self-start-on-md,
922
+ .pf-v6-c-toolbar__item.pf-m-align-self-start-on-md {
923
+ align-self: start;
768
924
  }
769
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-sm > * {
770
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
925
+ .pf-v6-c-toolbar__group.pf-m-align-self-center-on-md,
926
+ .pf-v6-c-toolbar__item.pf-m-align-self-center-on-md {
927
+ align-self: center;
771
928
  }
772
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-sm > :last-child {
773
- --pf-v5-c-toolbar--spacer: 0;
929
+ .pf-v6-c-toolbar__group.pf-m-align-self-end-on-md,
930
+ .pf-v6-c-toolbar__item.pf-m-align-self-end-on-md {
931
+ align-self: end;
774
932
  }
775
- .pf-v5-c-toolbar .pf-m-space-items-md-on-sm > * {
776
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
933
+ .pf-v6-c-toolbar.pf-m-inset-none-on-md {
934
+ padding-inline: 0;
777
935
  }
778
- .pf-v5-c-toolbar .pf-m-space-items-md-on-sm > :last-child {
779
- --pf-v5-c-toolbar--spacer: 0;
936
+ .pf-v6-c-toolbar.pf-m-inset-xs-on-md {
937
+ padding-inline: var(--pf-t--global--spacer--xs);
780
938
  }
781
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-sm > * {
782
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
939
+ .pf-v6-c-toolbar.pf-m-inset-sm-on-md {
940
+ padding-inline: var(--pf-t--global--spacer--sm);
783
941
  }
784
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-sm > :last-child {
785
- --pf-v5-c-toolbar--spacer: 0;
942
+ .pf-v6-c-toolbar.pf-m-inset-md-on-md {
943
+ padding-inline: var(--pf-t--global--spacer--md);
786
944
  }
787
- }
788
- @media (min-width: 768px) {
789
- .pf-v5-c-toolbar .pf-m-space-items-none-on-md > * {
790
- --pf-v5-c-toolbar--spacer: 0;
945
+ .pf-v6-c-toolbar.pf-m-inset-lg-on-md {
946
+ padding-inline: var(--pf-t--global--spacer--lg);
947
+ }
948
+ .pf-v6-c-toolbar.pf-m-inset-xl-on-md {
949
+ padding-inline: var(--pf-t--global--spacer--xl);
950
+ }
951
+ .pf-v6-c-toolbar.pf-m-inset-2xl-on-md {
952
+ padding-inline: var(--pf-t--global--spacer--2xl);
953
+ }
954
+ .pf-v6-c-toolbar.pf-m-inset-3xl-on-md {
955
+ padding-inline: var(--pf-t--global--spacer--3xl);
791
956
  }
792
- .pf-v5-c-toolbar .pf-m-space-items-none-on-md > :last-child {
793
- --pf-v5-c-toolbar--spacer: 0;
957
+ .pf-v6-c-toolbar.pf-m-inset-4xl-on-md {
958
+ padding-inline: var(--pf-t--global--spacer--4xl);
794
959
  }
795
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-md > * {
796
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
960
+ .pf-v6-c-toolbar__group.pf-m-wrap-on-md,
961
+ .pf-v6-c-toolbar__item.pf-m-wrap-on-md,
962
+ .pf-v6-c-toolbar__content-section.pf-m-wrap-on-md {
963
+ flex-wrap: wrap;
797
964
  }
798
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-md > :last-child {
799
- --pf-v5-c-toolbar--spacer: 0;
965
+ .pf-v6-c-toolbar__group.pf-m-nowrap-on-md,
966
+ .pf-v6-c-toolbar__item.pf-m-nowrap-on-md,
967
+ .pf-v6-c-toolbar__content-section.pf-m-nowrap-on-md {
968
+ flex-wrap: nowrap;
800
969
  }
801
- .pf-v5-c-toolbar .pf-m-space-items-md-on-md > * {
802
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
970
+ .pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-md,
971
+ .pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-md,
972
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-md {
973
+ align-items: stretch;
974
+ }
975
+ .pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-md,
976
+ .pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-md,
977
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-md {
978
+ align-items: baseline;
979
+ }
980
+ .pf-v6-c-toolbar__group.pf-m-align-items-start-on-md,
981
+ .pf-v6-c-toolbar__item.pf-m-align-items-start-on-md,
982
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-md {
983
+ align-items: start;
984
+ }
985
+ .pf-v6-c-toolbar__group.pf-m-align-items-center-on-md,
986
+ .pf-v6-c-toolbar__item.pf-m-align-items-center-on-md,
987
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-md {
988
+ align-items: center;
989
+ }
990
+ .pf-v6-c-toolbar__group.pf-m-align-items-end-on-md,
991
+ .pf-v6-c-toolbar__item.pf-m-align-items-end-on-md,
992
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-md {
993
+ align-items: end;
994
+ }
995
+ .pf-v6-c-toolbar__group.pf-m-gap-none-on-md,
996
+ .pf-v6-c-toolbar__item.pf-m-gap-none-on-md,
997
+ .pf-v6-c-toolbar__content-section.pf-m-gap-none-on-md {
998
+ gap: 0;
999
+ }
1000
+ .pf-v6-c-toolbar__group.pf-m-gap-xs-on-md,
1001
+ .pf-v6-c-toolbar__item.pf-m-gap-xs-on-md,
1002
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-md {
1003
+ gap: var(--pf-t--global--spacer--xs);
1004
+ }
1005
+ .pf-v6-c-toolbar__group.pf-m-gap-sm-on-md,
1006
+ .pf-v6-c-toolbar__item.pf-m-gap-sm-on-md,
1007
+ .pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-md {
1008
+ gap: var(--pf-t--global--spacer--sm);
1009
+ }
1010
+ .pf-v6-c-toolbar__group.pf-m-gap-md-on-md,
1011
+ .pf-v6-c-toolbar__item.pf-m-gap-md-on-md,
1012
+ .pf-v6-c-toolbar__content-section.pf-m-gap-md-on-md {
1013
+ gap: var(--pf-t--global--spacer--md);
1014
+ }
1015
+ .pf-v6-c-toolbar__group.pf-m-gap-lg-on-md,
1016
+ .pf-v6-c-toolbar__item.pf-m-gap-lg-on-md,
1017
+ .pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-md {
1018
+ gap: var(--pf-t--global--spacer--lg);
1019
+ }
1020
+ .pf-v6-c-toolbar__group.pf-m-gap-xl-on-md,
1021
+ .pf-v6-c-toolbar__item.pf-m-gap-xl-on-md,
1022
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-md {
1023
+ gap: var(--pf-t--global--spacer--xl);
1024
+ }
1025
+ .pf-v6-c-toolbar__group.pf-m-gap-2xl-on-md,
1026
+ .pf-v6-c-toolbar__item.pf-m-gap-2xl-on-md,
1027
+ .pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-md {
1028
+ gap: var(--pf-t--global--spacer--2xl);
1029
+ }
1030
+ .pf-v6-c-toolbar__group.pf-m-gap-3xl-on-md,
1031
+ .pf-v6-c-toolbar__item.pf-m-gap-3xl-on-md,
1032
+ .pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-md {
1033
+ gap: var(--pf-t--global--spacer--3xl);
1034
+ }
1035
+ .pf-v6-c-toolbar__group.pf-m-gap-4xl-on-md,
1036
+ .pf-v6-c-toolbar__item.pf-m-gap-4xl-on-md,
1037
+ .pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-md {
1038
+ gap: var(--pf-t--global--spacer--4xl);
1039
+ }
1040
+ .pf-v6-c-toolbar__group.pf-m-column-gap-none-on-md,
1041
+ .pf-v6-c-toolbar__item.pf-m-column-gap-none-on-md,
1042
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-md {
1043
+ column-gap: 0;
1044
+ }
1045
+ .pf-v6-c-toolbar__group.pf-m-row-gap-none-on-md,
1046
+ .pf-v6-c-toolbar__item.pf-m-row-gap-none-on-md,
1047
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-md {
1048
+ row-gap: 0;
1049
+ }
1050
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-md,
1051
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-md,
1052
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-md {
1053
+ column-gap: var(--pf-t--global--spacer--xs);
1054
+ }
1055
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-md,
1056
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-md,
1057
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-md {
1058
+ row-gap: var(--pf-t--global--spacer--xs);
1059
+ }
1060
+ .pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-md,
1061
+ .pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-md,
1062
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-md {
1063
+ column-gap: var(--pf-t--global--spacer--sm);
1064
+ }
1065
+ .pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-md,
1066
+ .pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-md,
1067
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-md {
1068
+ row-gap: var(--pf-t--global--spacer--sm);
1069
+ }
1070
+ .pf-v6-c-toolbar__group.pf-m-column-gap-md-on-md,
1071
+ .pf-v6-c-toolbar__item.pf-m-column-gap-md-on-md,
1072
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-md {
1073
+ column-gap: var(--pf-t--global--spacer--md);
1074
+ }
1075
+ .pf-v6-c-toolbar__group.pf-m-row-gap-md-on-md,
1076
+ .pf-v6-c-toolbar__item.pf-m-row-gap-md-on-md,
1077
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-md {
1078
+ row-gap: var(--pf-t--global--spacer--md);
1079
+ }
1080
+ .pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-md,
1081
+ .pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-md,
1082
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-md {
1083
+ column-gap: var(--pf-t--global--spacer--lg);
1084
+ }
1085
+ .pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-md,
1086
+ .pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-md,
1087
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-md {
1088
+ row-gap: var(--pf-t--global--spacer--lg);
1089
+ }
1090
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-md,
1091
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-md,
1092
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-md {
1093
+ column-gap: var(--pf-t--global--spacer--xl);
1094
+ }
1095
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-md,
1096
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-md,
1097
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-md {
1098
+ row-gap: var(--pf-t--global--spacer--xl);
1099
+ }
1100
+ .pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-md,
1101
+ .pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-md,
1102
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-md {
1103
+ column-gap: var(--pf-t--global--spacer--2xl);
1104
+ }
1105
+ .pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-md,
1106
+ .pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-md,
1107
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-md {
1108
+ row-gap: var(--pf-t--global--spacer--2xl);
1109
+ }
1110
+ .pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-md,
1111
+ .pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-md,
1112
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-md {
1113
+ column-gap: var(--pf-t--global--spacer--3xl);
1114
+ }
1115
+ .pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-md,
1116
+ .pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-md,
1117
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-md {
1118
+ row-gap: var(--pf-t--global--spacer--3xl);
1119
+ }
1120
+ .pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-md,
1121
+ .pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-md,
1122
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-md {
1123
+ column-gap: var(--pf-t--global--spacer--4xl);
1124
+ }
1125
+ .pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-md,
1126
+ .pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-md,
1127
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-md {
1128
+ row-gap: var(--pf-t--global--spacer--4xl);
1129
+ }
1130
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-md .pf-v6-c-toolbar__group,
1131
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-md .pf-v6-c-toolbar__item {
1132
+ display: flex;
1133
+ flex: 0 1 auto;
803
1134
  }
804
- .pf-v5-c-toolbar .pf-m-space-items-md-on-md > :last-child {
805
- --pf-v5-c-toolbar--spacer: 0;
1135
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-md .pf-v6-c-toolbar__toggle {
1136
+ display: none;
806
1137
  }
807
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-md > * {
808
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1138
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__group,
1139
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__item, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-md .pf-v6-c-toolbar__group,
1140
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-md .pf-v6-c-toolbar__item {
1141
+ display: none;
809
1142
  }
810
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-md > :last-child {
811
- --pf-v5-c-toolbar--spacer: 0;
1143
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-md .pf-v6-c-toolbar__toggle {
1144
+ display: inline-flex;
812
1145
  }
813
1146
  }
814
- @media (min-width: 992px) {
815
- .pf-v5-c-toolbar .pf-m-space-items-none-on-lg > * {
816
- --pf-v5-c-toolbar--spacer: 0;
1147
+ @media (min-width: 62rem) {
1148
+ .pf-v6-c-toolbar__group.pf-m-align-start-on-lg,
1149
+ .pf-v6-c-toolbar__item.pf-m-align-start-on-lg {
1150
+ margin-inline-start: 0;
817
1151
  }
818
- .pf-v5-c-toolbar .pf-m-space-items-none-on-lg > :last-child {
819
- --pf-v5-c-toolbar--spacer: 0;
1152
+ .pf-v6-c-toolbar__group.pf-m-align-center-on-lg,
1153
+ .pf-v6-c-toolbar__item.pf-m-align-center-on-lg {
1154
+ margin-inline-start: auto;
1155
+ margin-inline-end: auto;
820
1156
  }
821
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-lg > * {
822
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1157
+ .pf-v6-c-toolbar__group.pf-m-align-end-on-lg,
1158
+ .pf-v6-c-toolbar__item.pf-m-align-end-on-lg {
1159
+ margin-inline-start: auto;
823
1160
  }
824
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-lg > :last-child {
825
- --pf-v5-c-toolbar--spacer: 0;
1161
+ .pf-v6-c-toolbar__group.pf-m-flex-grow-on-lg,
1162
+ .pf-v6-c-toolbar__item.pf-m-flex-grow-on-lg {
1163
+ flex-grow: 1;
826
1164
  }
827
- .pf-v5-c-toolbar .pf-m-space-items-md-on-lg > * {
828
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1165
+ .pf-v6-c-toolbar__group.pf-m-align-self-stretch-on-lg,
1166
+ .pf-v6-c-toolbar__item.pf-m-align-self-stretch-on-lg {
1167
+ align-self: stretch;
829
1168
  }
830
- .pf-v5-c-toolbar .pf-m-space-items-md-on-lg > :last-child {
831
- --pf-v5-c-toolbar--spacer: 0;
1169
+ .pf-v6-c-toolbar__group.pf-m-align-self-baseline-on-lg,
1170
+ .pf-v6-c-toolbar__item.pf-m-align-self-baseline-on-lg {
1171
+ align-self: baseline;
832
1172
  }
833
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-lg > * {
834
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1173
+ .pf-v6-c-toolbar__group.pf-m-align-self-start-on-lg,
1174
+ .pf-v6-c-toolbar__item.pf-m-align-self-start-on-lg {
1175
+ align-self: start;
835
1176
  }
836
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-lg > :last-child {
837
- --pf-v5-c-toolbar--spacer: 0;
1177
+ .pf-v6-c-toolbar__group.pf-m-align-self-center-on-lg,
1178
+ .pf-v6-c-toolbar__item.pf-m-align-self-center-on-lg {
1179
+ align-self: center;
838
1180
  }
839
- }
840
- @media (min-width: 1200px) {
841
- .pf-v5-c-toolbar .pf-m-space-items-none-on-xl > * {
842
- --pf-v5-c-toolbar--spacer: 0;
1181
+ .pf-v6-c-toolbar__group.pf-m-align-self-end-on-lg,
1182
+ .pf-v6-c-toolbar__item.pf-m-align-self-end-on-lg {
1183
+ align-self: end;
843
1184
  }
844
- .pf-v5-c-toolbar .pf-m-space-items-none-on-xl > :last-child {
845
- --pf-v5-c-toolbar--spacer: 0;
1185
+ .pf-v6-c-toolbar.pf-m-inset-none-on-lg {
1186
+ padding-inline: 0;
846
1187
  }
847
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-xl > * {
848
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1188
+ .pf-v6-c-toolbar.pf-m-inset-xs-on-lg {
1189
+ padding-inline: var(--pf-t--global--spacer--xs);
849
1190
  }
850
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-xl > :last-child {
851
- --pf-v5-c-toolbar--spacer: 0;
1191
+ .pf-v6-c-toolbar.pf-m-inset-sm-on-lg {
1192
+ padding-inline: var(--pf-t--global--spacer--sm);
852
1193
  }
853
- .pf-v5-c-toolbar .pf-m-space-items-md-on-xl > * {
854
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1194
+ .pf-v6-c-toolbar.pf-m-inset-md-on-lg {
1195
+ padding-inline: var(--pf-t--global--spacer--md);
855
1196
  }
856
- .pf-v5-c-toolbar .pf-m-space-items-md-on-xl > :last-child {
857
- --pf-v5-c-toolbar--spacer: 0;
1197
+ .pf-v6-c-toolbar.pf-m-inset-lg-on-lg {
1198
+ padding-inline: var(--pf-t--global--spacer--lg);
858
1199
  }
859
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-xl > * {
860
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1200
+ .pf-v6-c-toolbar.pf-m-inset-xl-on-lg {
1201
+ padding-inline: var(--pf-t--global--spacer--xl);
861
1202
  }
862
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-xl > :last-child {
863
- --pf-v5-c-toolbar--spacer: 0;
1203
+ .pf-v6-c-toolbar.pf-m-inset-2xl-on-lg {
1204
+ padding-inline: var(--pf-t--global--spacer--2xl);
864
1205
  }
865
- }
866
- @media (min-width: 1450px) {
867
- .pf-v5-c-toolbar .pf-m-space-items-none-on-2xl > * {
868
- --pf-v5-c-toolbar--spacer: 0;
1206
+ .pf-v6-c-toolbar.pf-m-inset-3xl-on-lg {
1207
+ padding-inline: var(--pf-t--global--spacer--3xl);
869
1208
  }
870
- .pf-v5-c-toolbar .pf-m-space-items-none-on-2xl > :last-child {
871
- --pf-v5-c-toolbar--spacer: 0;
1209
+ .pf-v6-c-toolbar.pf-m-inset-4xl-on-lg {
1210
+ padding-inline: var(--pf-t--global--spacer--4xl);
872
1211
  }
873
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-2xl > * {
874
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1212
+ .pf-v6-c-toolbar__group.pf-m-wrap-on-lg,
1213
+ .pf-v6-c-toolbar__item.pf-m-wrap-on-lg,
1214
+ .pf-v6-c-toolbar__content-section.pf-m-wrap-on-lg {
1215
+ flex-wrap: wrap;
875
1216
  }
876
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-2xl > :last-child {
877
- --pf-v5-c-toolbar--spacer: 0;
1217
+ .pf-v6-c-toolbar__group.pf-m-nowrap-on-lg,
1218
+ .pf-v6-c-toolbar__item.pf-m-nowrap-on-lg,
1219
+ .pf-v6-c-toolbar__content-section.pf-m-nowrap-on-lg {
1220
+ flex-wrap: nowrap;
878
1221
  }
879
- .pf-v5-c-toolbar .pf-m-space-items-md-on-2xl > * {
880
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1222
+ .pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-lg,
1223
+ .pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-lg,
1224
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-lg {
1225
+ align-items: stretch;
1226
+ }
1227
+ .pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-lg,
1228
+ .pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-lg,
1229
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-lg {
1230
+ align-items: baseline;
1231
+ }
1232
+ .pf-v6-c-toolbar__group.pf-m-align-items-start-on-lg,
1233
+ .pf-v6-c-toolbar__item.pf-m-align-items-start-on-lg,
1234
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-lg {
1235
+ align-items: start;
1236
+ }
1237
+ .pf-v6-c-toolbar__group.pf-m-align-items-center-on-lg,
1238
+ .pf-v6-c-toolbar__item.pf-m-align-items-center-on-lg,
1239
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-lg {
1240
+ align-items: center;
1241
+ }
1242
+ .pf-v6-c-toolbar__group.pf-m-align-items-end-on-lg,
1243
+ .pf-v6-c-toolbar__item.pf-m-align-items-end-on-lg,
1244
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-lg {
1245
+ align-items: end;
1246
+ }
1247
+ .pf-v6-c-toolbar__group.pf-m-gap-none-on-lg,
1248
+ .pf-v6-c-toolbar__item.pf-m-gap-none-on-lg,
1249
+ .pf-v6-c-toolbar__content-section.pf-m-gap-none-on-lg {
1250
+ gap: 0;
1251
+ }
1252
+ .pf-v6-c-toolbar__group.pf-m-gap-xs-on-lg,
1253
+ .pf-v6-c-toolbar__item.pf-m-gap-xs-on-lg,
1254
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-lg {
1255
+ gap: var(--pf-t--global--spacer--xs);
1256
+ }
1257
+ .pf-v6-c-toolbar__group.pf-m-gap-sm-on-lg,
1258
+ .pf-v6-c-toolbar__item.pf-m-gap-sm-on-lg,
1259
+ .pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-lg {
1260
+ gap: var(--pf-t--global--spacer--sm);
1261
+ }
1262
+ .pf-v6-c-toolbar__group.pf-m-gap-md-on-lg,
1263
+ .pf-v6-c-toolbar__item.pf-m-gap-md-on-lg,
1264
+ .pf-v6-c-toolbar__content-section.pf-m-gap-md-on-lg {
1265
+ gap: var(--pf-t--global--spacer--md);
1266
+ }
1267
+ .pf-v6-c-toolbar__group.pf-m-gap-lg-on-lg,
1268
+ .pf-v6-c-toolbar__item.pf-m-gap-lg-on-lg,
1269
+ .pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-lg {
1270
+ gap: var(--pf-t--global--spacer--lg);
1271
+ }
1272
+ .pf-v6-c-toolbar__group.pf-m-gap-xl-on-lg,
1273
+ .pf-v6-c-toolbar__item.pf-m-gap-xl-on-lg,
1274
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-lg {
1275
+ gap: var(--pf-t--global--spacer--xl);
1276
+ }
1277
+ .pf-v6-c-toolbar__group.pf-m-gap-2xl-on-lg,
1278
+ .pf-v6-c-toolbar__item.pf-m-gap-2xl-on-lg,
1279
+ .pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-lg {
1280
+ gap: var(--pf-t--global--spacer--2xl);
1281
+ }
1282
+ .pf-v6-c-toolbar__group.pf-m-gap-3xl-on-lg,
1283
+ .pf-v6-c-toolbar__item.pf-m-gap-3xl-on-lg,
1284
+ .pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-lg {
1285
+ gap: var(--pf-t--global--spacer--3xl);
1286
+ }
1287
+ .pf-v6-c-toolbar__group.pf-m-gap-4xl-on-lg,
1288
+ .pf-v6-c-toolbar__item.pf-m-gap-4xl-on-lg,
1289
+ .pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-lg {
1290
+ gap: var(--pf-t--global--spacer--4xl);
1291
+ }
1292
+ .pf-v6-c-toolbar__group.pf-m-column-gap-none-on-lg,
1293
+ .pf-v6-c-toolbar__item.pf-m-column-gap-none-on-lg,
1294
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-lg {
1295
+ column-gap: 0;
1296
+ }
1297
+ .pf-v6-c-toolbar__group.pf-m-row-gap-none-on-lg,
1298
+ .pf-v6-c-toolbar__item.pf-m-row-gap-none-on-lg,
1299
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-lg {
1300
+ row-gap: 0;
1301
+ }
1302
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-lg,
1303
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-lg,
1304
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-lg {
1305
+ column-gap: var(--pf-t--global--spacer--xs);
1306
+ }
1307
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-lg,
1308
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-lg,
1309
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-lg {
1310
+ row-gap: var(--pf-t--global--spacer--xs);
1311
+ }
1312
+ .pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-lg,
1313
+ .pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-lg,
1314
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-lg {
1315
+ column-gap: var(--pf-t--global--spacer--sm);
1316
+ }
1317
+ .pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-lg,
1318
+ .pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-lg,
1319
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-lg {
1320
+ row-gap: var(--pf-t--global--spacer--sm);
1321
+ }
1322
+ .pf-v6-c-toolbar__group.pf-m-column-gap-md-on-lg,
1323
+ .pf-v6-c-toolbar__item.pf-m-column-gap-md-on-lg,
1324
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-lg {
1325
+ column-gap: var(--pf-t--global--spacer--md);
1326
+ }
1327
+ .pf-v6-c-toolbar__group.pf-m-row-gap-md-on-lg,
1328
+ .pf-v6-c-toolbar__item.pf-m-row-gap-md-on-lg,
1329
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-lg {
1330
+ row-gap: var(--pf-t--global--spacer--md);
1331
+ }
1332
+ .pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-lg,
1333
+ .pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-lg,
1334
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-lg {
1335
+ column-gap: var(--pf-t--global--spacer--lg);
1336
+ }
1337
+ .pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-lg,
1338
+ .pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-lg,
1339
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-lg {
1340
+ row-gap: var(--pf-t--global--spacer--lg);
1341
+ }
1342
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-lg,
1343
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-lg,
1344
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-lg {
1345
+ column-gap: var(--pf-t--global--spacer--xl);
1346
+ }
1347
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-lg,
1348
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-lg,
1349
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-lg {
1350
+ row-gap: var(--pf-t--global--spacer--xl);
1351
+ }
1352
+ .pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-lg,
1353
+ .pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-lg,
1354
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-lg {
1355
+ column-gap: var(--pf-t--global--spacer--2xl);
1356
+ }
1357
+ .pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-lg,
1358
+ .pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-lg,
1359
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-lg {
1360
+ row-gap: var(--pf-t--global--spacer--2xl);
1361
+ }
1362
+ .pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-lg,
1363
+ .pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-lg,
1364
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-lg {
1365
+ column-gap: var(--pf-t--global--spacer--3xl);
1366
+ }
1367
+ .pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-lg,
1368
+ .pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-lg,
1369
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-lg {
1370
+ row-gap: var(--pf-t--global--spacer--3xl);
1371
+ }
1372
+ .pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-lg,
1373
+ .pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-lg,
1374
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-lg {
1375
+ column-gap: var(--pf-t--global--spacer--4xl);
1376
+ }
1377
+ .pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-lg,
1378
+ .pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-lg,
1379
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-lg {
1380
+ row-gap: var(--pf-t--global--spacer--4xl);
1381
+ }
1382
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-lg .pf-v6-c-toolbar__group,
1383
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-lg .pf-v6-c-toolbar__item {
1384
+ display: flex;
1385
+ flex: 0 1 auto;
881
1386
  }
882
- .pf-v5-c-toolbar .pf-m-space-items-md-on-2xl > :last-child {
883
- --pf-v5-c-toolbar--spacer: 0;
1387
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-lg .pf-v6-c-toolbar__toggle {
1388
+ display: none;
884
1389
  }
885
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-2xl > * {
886
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1390
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__group,
1391
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__item, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-lg .pf-v6-c-toolbar__group,
1392
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-lg .pf-v6-c-toolbar__item {
1393
+ display: none;
887
1394
  }
888
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-2xl > :last-child {
889
- --pf-v5-c-toolbar--spacer: 0;
1395
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-lg .pf-v6-c-toolbar__toggle {
1396
+ display: inline-flex;
890
1397
  }
891
1398
  }
892
- .pf-v5-c-toolbar .pf-m-spacer-none {
893
- --pf-v5-c-toolbar--spacer: 0;
894
- }
895
- .pf-v5-c-toolbar .pf-m-spacer-none:last-child {
896
- --pf-v5-c-toolbar--spacer: 0;
897
- }
898
- .pf-v5-c-toolbar .pf-m-spacer-sm {
899
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
900
- }
901
- .pf-v5-c-toolbar .pf-m-spacer-sm:last-child {
902
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
903
- }
904
- .pf-v5-c-toolbar .pf-m-spacer-md {
905
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
906
- }
907
- .pf-v5-c-toolbar .pf-m-spacer-md:last-child {
908
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
909
- }
910
- .pf-v5-c-toolbar .pf-m-spacer-lg {
911
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
912
- }
913
- .pf-v5-c-toolbar .pf-m-spacer-lg:last-child {
914
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
915
- }
916
- @media (min-width: 576px) {
917
- .pf-v5-c-toolbar .pf-m-spacer-none-on-sm {
918
- --pf-v5-c-toolbar--spacer: 0;
1399
+ @media (min-width: 75rem) {
1400
+ .pf-v6-c-toolbar__group.pf-m-align-start-on-xl,
1401
+ .pf-v6-c-toolbar__item.pf-m-align-start-on-xl {
1402
+ margin-inline-start: 0;
919
1403
  }
920
- .pf-v5-c-toolbar .pf-m-spacer-none-on-sm:last-child {
921
- --pf-v5-c-toolbar--spacer: 0;
1404
+ .pf-v6-c-toolbar__group.pf-m-align-center-on-xl,
1405
+ .pf-v6-c-toolbar__item.pf-m-align-center-on-xl {
1406
+ margin-inline-start: auto;
1407
+ margin-inline-end: auto;
922
1408
  }
923
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-sm {
924
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1409
+ .pf-v6-c-toolbar__group.pf-m-align-end-on-xl,
1410
+ .pf-v6-c-toolbar__item.pf-m-align-end-on-xl {
1411
+ margin-inline-start: auto;
925
1412
  }
926
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-sm:last-child {
927
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1413
+ .pf-v6-c-toolbar__group.pf-m-flex-grow-on-xl,
1414
+ .pf-v6-c-toolbar__item.pf-m-flex-grow-on-xl {
1415
+ flex-grow: 1;
928
1416
  }
929
- .pf-v5-c-toolbar .pf-m-spacer-md-on-sm {
930
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1417
+ .pf-v6-c-toolbar__group.pf-m-align-self-stretch-on-xl,
1418
+ .pf-v6-c-toolbar__item.pf-m-align-self-stretch-on-xl {
1419
+ align-self: stretch;
931
1420
  }
932
- .pf-v5-c-toolbar .pf-m-spacer-md-on-sm:last-child {
933
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1421
+ .pf-v6-c-toolbar__group.pf-m-align-self-baseline-on-xl,
1422
+ .pf-v6-c-toolbar__item.pf-m-align-self-baseline-on-xl {
1423
+ align-self: baseline;
934
1424
  }
935
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-sm {
936
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1425
+ .pf-v6-c-toolbar__group.pf-m-align-self-start-on-xl,
1426
+ .pf-v6-c-toolbar__item.pf-m-align-self-start-on-xl {
1427
+ align-self: start;
937
1428
  }
938
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-sm:last-child {
939
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1429
+ .pf-v6-c-toolbar__group.pf-m-align-self-center-on-xl,
1430
+ .pf-v6-c-toolbar__item.pf-m-align-self-center-on-xl {
1431
+ align-self: center;
940
1432
  }
941
- }
942
- @media (min-width: 768px) {
943
- .pf-v5-c-toolbar .pf-m-spacer-none-on-md {
944
- --pf-v5-c-toolbar--spacer: 0;
1433
+ .pf-v6-c-toolbar__group.pf-m-align-self-end-on-xl,
1434
+ .pf-v6-c-toolbar__item.pf-m-align-self-end-on-xl {
1435
+ align-self: end;
945
1436
  }
946
- .pf-v5-c-toolbar .pf-m-spacer-none-on-md:last-child {
947
- --pf-v5-c-toolbar--spacer: 0;
1437
+ .pf-v6-c-toolbar.pf-m-inset-none-on-xl {
1438
+ padding-inline: 0;
948
1439
  }
949
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-md {
950
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1440
+ .pf-v6-c-toolbar.pf-m-inset-xs-on-xl {
1441
+ padding-inline: var(--pf-t--global--spacer--xs);
951
1442
  }
952
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-md:last-child {
953
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1443
+ .pf-v6-c-toolbar.pf-m-inset-sm-on-xl {
1444
+ padding-inline: var(--pf-t--global--spacer--sm);
954
1445
  }
955
- .pf-v5-c-toolbar .pf-m-spacer-md-on-md {
956
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1446
+ .pf-v6-c-toolbar.pf-m-inset-md-on-xl {
1447
+ padding-inline: var(--pf-t--global--spacer--md);
957
1448
  }
958
- .pf-v5-c-toolbar .pf-m-spacer-md-on-md:last-child {
959
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1449
+ .pf-v6-c-toolbar.pf-m-inset-lg-on-xl {
1450
+ padding-inline: var(--pf-t--global--spacer--lg);
960
1451
  }
961
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-md {
962
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1452
+ .pf-v6-c-toolbar.pf-m-inset-xl-on-xl {
1453
+ padding-inline: var(--pf-t--global--spacer--xl);
963
1454
  }
964
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-md:last-child {
965
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1455
+ .pf-v6-c-toolbar.pf-m-inset-2xl-on-xl {
1456
+ padding-inline: var(--pf-t--global--spacer--2xl);
966
1457
  }
967
- }
968
- @media (min-width: 992px) {
969
- .pf-v5-c-toolbar .pf-m-spacer-none-on-lg {
970
- --pf-v5-c-toolbar--spacer: 0;
1458
+ .pf-v6-c-toolbar.pf-m-inset-3xl-on-xl {
1459
+ padding-inline: var(--pf-t--global--spacer--3xl);
971
1460
  }
972
- .pf-v5-c-toolbar .pf-m-spacer-none-on-lg:last-child {
973
- --pf-v5-c-toolbar--spacer: 0;
1461
+ .pf-v6-c-toolbar.pf-m-inset-4xl-on-xl {
1462
+ padding-inline: var(--pf-t--global--spacer--4xl);
974
1463
  }
975
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-lg {
976
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1464
+ .pf-v6-c-toolbar__group.pf-m-wrap-on-xl,
1465
+ .pf-v6-c-toolbar__item.pf-m-wrap-on-xl,
1466
+ .pf-v6-c-toolbar__content-section.pf-m-wrap-on-xl {
1467
+ flex-wrap: wrap;
977
1468
  }
978
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-lg:last-child {
979
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1469
+ .pf-v6-c-toolbar__group.pf-m-nowrap-on-xl,
1470
+ .pf-v6-c-toolbar__item.pf-m-nowrap-on-xl,
1471
+ .pf-v6-c-toolbar__content-section.pf-m-nowrap-on-xl {
1472
+ flex-wrap: nowrap;
980
1473
  }
981
- .pf-v5-c-toolbar .pf-m-spacer-md-on-lg {
982
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1474
+ .pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-xl,
1475
+ .pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-xl,
1476
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-xl {
1477
+ align-items: stretch;
1478
+ }
1479
+ .pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-xl,
1480
+ .pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-xl,
1481
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-xl {
1482
+ align-items: baseline;
1483
+ }
1484
+ .pf-v6-c-toolbar__group.pf-m-align-items-start-on-xl,
1485
+ .pf-v6-c-toolbar__item.pf-m-align-items-start-on-xl,
1486
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-xl {
1487
+ align-items: start;
1488
+ }
1489
+ .pf-v6-c-toolbar__group.pf-m-align-items-center-on-xl,
1490
+ .pf-v6-c-toolbar__item.pf-m-align-items-center-on-xl,
1491
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-xl {
1492
+ align-items: center;
1493
+ }
1494
+ .pf-v6-c-toolbar__group.pf-m-align-items-end-on-xl,
1495
+ .pf-v6-c-toolbar__item.pf-m-align-items-end-on-xl,
1496
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-xl {
1497
+ align-items: end;
1498
+ }
1499
+ .pf-v6-c-toolbar__group.pf-m-gap-none-on-xl,
1500
+ .pf-v6-c-toolbar__item.pf-m-gap-none-on-xl,
1501
+ .pf-v6-c-toolbar__content-section.pf-m-gap-none-on-xl {
1502
+ gap: 0;
1503
+ }
1504
+ .pf-v6-c-toolbar__group.pf-m-gap-xs-on-xl,
1505
+ .pf-v6-c-toolbar__item.pf-m-gap-xs-on-xl,
1506
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-xl {
1507
+ gap: var(--pf-t--global--spacer--xs);
1508
+ }
1509
+ .pf-v6-c-toolbar__group.pf-m-gap-sm-on-xl,
1510
+ .pf-v6-c-toolbar__item.pf-m-gap-sm-on-xl,
1511
+ .pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-xl {
1512
+ gap: var(--pf-t--global--spacer--sm);
1513
+ }
1514
+ .pf-v6-c-toolbar__group.pf-m-gap-md-on-xl,
1515
+ .pf-v6-c-toolbar__item.pf-m-gap-md-on-xl,
1516
+ .pf-v6-c-toolbar__content-section.pf-m-gap-md-on-xl {
1517
+ gap: var(--pf-t--global--spacer--md);
1518
+ }
1519
+ .pf-v6-c-toolbar__group.pf-m-gap-lg-on-xl,
1520
+ .pf-v6-c-toolbar__item.pf-m-gap-lg-on-xl,
1521
+ .pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-xl {
1522
+ gap: var(--pf-t--global--spacer--lg);
1523
+ }
1524
+ .pf-v6-c-toolbar__group.pf-m-gap-xl-on-xl,
1525
+ .pf-v6-c-toolbar__item.pf-m-gap-xl-on-xl,
1526
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-xl {
1527
+ gap: var(--pf-t--global--spacer--xl);
1528
+ }
1529
+ .pf-v6-c-toolbar__group.pf-m-gap-2xl-on-xl,
1530
+ .pf-v6-c-toolbar__item.pf-m-gap-2xl-on-xl,
1531
+ .pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-xl {
1532
+ gap: var(--pf-t--global--spacer--2xl);
1533
+ }
1534
+ .pf-v6-c-toolbar__group.pf-m-gap-3xl-on-xl,
1535
+ .pf-v6-c-toolbar__item.pf-m-gap-3xl-on-xl,
1536
+ .pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-xl {
1537
+ gap: var(--pf-t--global--spacer--3xl);
1538
+ }
1539
+ .pf-v6-c-toolbar__group.pf-m-gap-4xl-on-xl,
1540
+ .pf-v6-c-toolbar__item.pf-m-gap-4xl-on-xl,
1541
+ .pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-xl {
1542
+ gap: var(--pf-t--global--spacer--4xl);
1543
+ }
1544
+ .pf-v6-c-toolbar__group.pf-m-column-gap-none-on-xl,
1545
+ .pf-v6-c-toolbar__item.pf-m-column-gap-none-on-xl,
1546
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-xl {
1547
+ column-gap: 0;
1548
+ }
1549
+ .pf-v6-c-toolbar__group.pf-m-row-gap-none-on-xl,
1550
+ .pf-v6-c-toolbar__item.pf-m-row-gap-none-on-xl,
1551
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-xl {
1552
+ row-gap: 0;
1553
+ }
1554
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-xl,
1555
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-xl,
1556
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-xl {
1557
+ column-gap: var(--pf-t--global--spacer--xs);
1558
+ }
1559
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-xl,
1560
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-xl,
1561
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-xl {
1562
+ row-gap: var(--pf-t--global--spacer--xs);
1563
+ }
1564
+ .pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-xl,
1565
+ .pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-xl,
1566
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-xl {
1567
+ column-gap: var(--pf-t--global--spacer--sm);
1568
+ }
1569
+ .pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-xl,
1570
+ .pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-xl,
1571
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-xl {
1572
+ row-gap: var(--pf-t--global--spacer--sm);
1573
+ }
1574
+ .pf-v6-c-toolbar__group.pf-m-column-gap-md-on-xl,
1575
+ .pf-v6-c-toolbar__item.pf-m-column-gap-md-on-xl,
1576
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-xl {
1577
+ column-gap: var(--pf-t--global--spacer--md);
1578
+ }
1579
+ .pf-v6-c-toolbar__group.pf-m-row-gap-md-on-xl,
1580
+ .pf-v6-c-toolbar__item.pf-m-row-gap-md-on-xl,
1581
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-xl {
1582
+ row-gap: var(--pf-t--global--spacer--md);
1583
+ }
1584
+ .pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-xl,
1585
+ .pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-xl,
1586
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-xl {
1587
+ column-gap: var(--pf-t--global--spacer--lg);
1588
+ }
1589
+ .pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-xl,
1590
+ .pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-xl,
1591
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-xl {
1592
+ row-gap: var(--pf-t--global--spacer--lg);
1593
+ }
1594
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-xl,
1595
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-xl,
1596
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-xl {
1597
+ column-gap: var(--pf-t--global--spacer--xl);
1598
+ }
1599
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-xl,
1600
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-xl,
1601
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-xl {
1602
+ row-gap: var(--pf-t--global--spacer--xl);
1603
+ }
1604
+ .pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-xl,
1605
+ .pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-xl,
1606
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-xl {
1607
+ column-gap: var(--pf-t--global--spacer--2xl);
1608
+ }
1609
+ .pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-xl,
1610
+ .pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-xl,
1611
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-xl {
1612
+ row-gap: var(--pf-t--global--spacer--2xl);
1613
+ }
1614
+ .pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-xl,
1615
+ .pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-xl,
1616
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-xl {
1617
+ column-gap: var(--pf-t--global--spacer--3xl);
1618
+ }
1619
+ .pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-xl,
1620
+ .pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-xl,
1621
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-xl {
1622
+ row-gap: var(--pf-t--global--spacer--3xl);
1623
+ }
1624
+ .pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-xl,
1625
+ .pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-xl,
1626
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-xl {
1627
+ column-gap: var(--pf-t--global--spacer--4xl);
1628
+ }
1629
+ .pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-xl,
1630
+ .pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-xl,
1631
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-xl {
1632
+ row-gap: var(--pf-t--global--spacer--4xl);
1633
+ }
1634
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-xl .pf-v6-c-toolbar__group,
1635
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-xl .pf-v6-c-toolbar__item {
1636
+ display: flex;
1637
+ flex: 0 1 auto;
983
1638
  }
984
- .pf-v5-c-toolbar .pf-m-spacer-md-on-lg:last-child {
985
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1639
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-xl .pf-v6-c-toolbar__toggle {
1640
+ display: none;
986
1641
  }
987
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-lg {
988
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1642
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__group,
1643
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__item, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-xl .pf-v6-c-toolbar__group,
1644
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-xl .pf-v6-c-toolbar__item {
1645
+ display: none;
989
1646
  }
990
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-lg:last-child {
991
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1647
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-xl .pf-v6-c-toolbar__toggle {
1648
+ display: inline-flex;
992
1649
  }
993
1650
  }
994
- @media (min-width: 1200px) {
995
- .pf-v5-c-toolbar .pf-m-spacer-none-on-xl {
996
- --pf-v5-c-toolbar--spacer: 0;
1651
+ @media (min-width: 90.625rem) {
1652
+ .pf-v6-c-toolbar__group.pf-m-align-start-on-2xl,
1653
+ .pf-v6-c-toolbar__item.pf-m-align-start-on-2xl {
1654
+ margin-inline-start: 0;
997
1655
  }
998
- .pf-v5-c-toolbar .pf-m-spacer-none-on-xl:last-child {
999
- --pf-v5-c-toolbar--spacer: 0;
1656
+ .pf-v6-c-toolbar__group.pf-m-align-center-on-2xl,
1657
+ .pf-v6-c-toolbar__item.pf-m-align-center-on-2xl {
1658
+ margin-inline-start: auto;
1659
+ margin-inline-end: auto;
1000
1660
  }
1001
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-xl {
1002
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1661
+ .pf-v6-c-toolbar__group.pf-m-align-end-on-2xl,
1662
+ .pf-v6-c-toolbar__item.pf-m-align-end-on-2xl {
1663
+ margin-inline-start: auto;
1003
1664
  }
1004
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-xl:last-child {
1005
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1665
+ .pf-v6-c-toolbar__group.pf-m-flex-grow-on-2xl,
1666
+ .pf-v6-c-toolbar__item.pf-m-flex-grow-on-2xl {
1667
+ flex-grow: 1;
1006
1668
  }
1007
- .pf-v5-c-toolbar .pf-m-spacer-md-on-xl {
1008
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1669
+ .pf-v6-c-toolbar__group.pf-m-align-self-stretch-on-2xl,
1670
+ .pf-v6-c-toolbar__item.pf-m-align-self-stretch-on-2xl {
1671
+ align-self: stretch;
1009
1672
  }
1010
- .pf-v5-c-toolbar .pf-m-spacer-md-on-xl:last-child {
1011
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1673
+ .pf-v6-c-toolbar__group.pf-m-align-self-baseline-on-2xl,
1674
+ .pf-v6-c-toolbar__item.pf-m-align-self-baseline-on-2xl {
1675
+ align-self: baseline;
1012
1676
  }
1013
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-xl {
1014
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1677
+ .pf-v6-c-toolbar__group.pf-m-align-self-start-on-2xl,
1678
+ .pf-v6-c-toolbar__item.pf-m-align-self-start-on-2xl {
1679
+ align-self: start;
1015
1680
  }
1016
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-xl:last-child {
1017
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1681
+ .pf-v6-c-toolbar__group.pf-m-align-self-center-on-2xl,
1682
+ .pf-v6-c-toolbar__item.pf-m-align-self-center-on-2xl {
1683
+ align-self: center;
1018
1684
  }
1019
- }
1020
- @media (min-width: 1450px) {
1021
- .pf-v5-c-toolbar .pf-m-spacer-none-on-2xl {
1022
- --pf-v5-c-toolbar--spacer: 0;
1685
+ .pf-v6-c-toolbar__group.pf-m-align-self-end-on-2xl,
1686
+ .pf-v6-c-toolbar__item.pf-m-align-self-end-on-2xl {
1687
+ align-self: end;
1023
1688
  }
1024
- .pf-v5-c-toolbar .pf-m-spacer-none-on-2xl:last-child {
1025
- --pf-v5-c-toolbar--spacer: 0;
1689
+ .pf-v6-c-toolbar.pf-m-inset-none-on-2xl {
1690
+ padding-inline: 0;
1026
1691
  }
1027
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-2xl {
1028
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1692
+ .pf-v6-c-toolbar.pf-m-inset-xs-on-2xl {
1693
+ padding-inline: var(--pf-t--global--spacer--xs);
1029
1694
  }
1030
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-2xl:last-child {
1031
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1695
+ .pf-v6-c-toolbar.pf-m-inset-sm-on-2xl {
1696
+ padding-inline: var(--pf-t--global--spacer--sm);
1032
1697
  }
1033
- .pf-v5-c-toolbar .pf-m-spacer-md-on-2xl {
1034
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1698
+ .pf-v6-c-toolbar.pf-m-inset-md-on-2xl {
1699
+ padding-inline: var(--pf-t--global--spacer--md);
1035
1700
  }
1036
- .pf-v5-c-toolbar .pf-m-spacer-md-on-2xl:last-child {
1037
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1701
+ .pf-v6-c-toolbar.pf-m-inset-lg-on-2xl {
1702
+ padding-inline: var(--pf-t--global--spacer--lg);
1038
1703
  }
1039
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-2xl {
1040
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1704
+ .pf-v6-c-toolbar.pf-m-inset-xl-on-2xl {
1705
+ padding-inline: var(--pf-t--global--spacer--xl);
1041
1706
  }
1042
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-2xl:last-child {
1043
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1707
+ .pf-v6-c-toolbar.pf-m-inset-2xl-on-2xl {
1708
+ padding-inline: var(--pf-t--global--spacer--2xl);
1044
1709
  }
1045
- }
1046
- .pf-v5-c-toolbar.pf-m-inset-none {
1047
- --pf-v5-c-toolbar--inset: 0;
1048
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1049
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1050
- }
1051
- .pf-v5-c-toolbar.pf-m-inset-sm {
1052
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1053
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1054
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1055
- }
1056
- .pf-v5-c-toolbar.pf-m-inset-md {
1057
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1058
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1059
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1060
- }
1061
- .pf-v5-c-toolbar.pf-m-inset-lg {
1062
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1063
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1064
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1065
- }
1066
- .pf-v5-c-toolbar.pf-m-inset-xl {
1067
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1068
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1069
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1070
- }
1071
- .pf-v5-c-toolbar.pf-m-inset-2xl {
1072
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1073
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1074
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1075
- }
1076
- @media (min-width: 576px) {
1077
- .pf-v5-c-toolbar.pf-m-inset-none-on-sm {
1078
- --pf-v5-c-toolbar--inset: 0;
1079
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1080
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1710
+ .pf-v6-c-toolbar.pf-m-inset-3xl-on-2xl {
1711
+ padding-inline: var(--pf-t--global--spacer--3xl);
1081
1712
  }
1082
- .pf-v5-c-toolbar.pf-m-inset-sm-on-sm {
1083
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1084
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1085
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1713
+ .pf-v6-c-toolbar.pf-m-inset-4xl-on-2xl {
1714
+ padding-inline: var(--pf-t--global--spacer--4xl);
1086
1715
  }
1087
- .pf-v5-c-toolbar.pf-m-inset-md-on-sm {
1088
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1089
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1090
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1716
+ .pf-v6-c-toolbar__group.pf-m-wrap-on-2xl,
1717
+ .pf-v6-c-toolbar__item.pf-m-wrap-on-2xl,
1718
+ .pf-v6-c-toolbar__content-section.pf-m-wrap-on-2xl {
1719
+ flex-wrap: wrap;
1091
1720
  }
1092
- .pf-v5-c-toolbar.pf-m-inset-lg-on-sm {
1093
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1094
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1095
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1096
- }
1097
- .pf-v5-c-toolbar.pf-m-inset-xl-on-sm {
1098
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1099
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1100
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1101
- }
1102
- .pf-v5-c-toolbar.pf-m-inset-2xl-on-sm {
1103
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1104
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1105
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1106
- }
1107
- }
1108
- @media (min-width: 768px) {
1109
- .pf-v5-c-toolbar.pf-m-inset-none-on-md {
1110
- --pf-v5-c-toolbar--inset: 0;
1111
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1112
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1113
- }
1114
- .pf-v5-c-toolbar.pf-m-inset-sm-on-md {
1115
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1116
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1117
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1118
- }
1119
- .pf-v5-c-toolbar.pf-m-inset-md-on-md {
1120
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1121
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1122
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1123
- }
1124
- .pf-v5-c-toolbar.pf-m-inset-lg-on-md {
1125
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1126
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1127
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1128
- }
1129
- .pf-v5-c-toolbar.pf-m-inset-xl-on-md {
1130
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1131
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1132
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1133
- }
1134
- .pf-v5-c-toolbar.pf-m-inset-2xl-on-md {
1135
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1136
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1137
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1138
- }
1139
- }
1140
- @media (min-width: 992px) {
1141
- .pf-v5-c-toolbar.pf-m-inset-none-on-lg {
1142
- --pf-v5-c-toolbar--inset: 0;
1143
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1144
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1145
- }
1146
- .pf-v5-c-toolbar.pf-m-inset-sm-on-lg {
1147
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1148
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1149
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1150
- }
1151
- .pf-v5-c-toolbar.pf-m-inset-md-on-lg {
1152
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1153
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1154
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1155
- }
1156
- .pf-v5-c-toolbar.pf-m-inset-lg-on-lg {
1157
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1158
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1159
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1160
- }
1161
- .pf-v5-c-toolbar.pf-m-inset-xl-on-lg {
1162
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1163
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1164
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1165
- }
1166
- .pf-v5-c-toolbar.pf-m-inset-2xl-on-lg {
1167
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1168
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1169
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1170
- }
1171
- }
1172
- @media (min-width: 1200px) {
1173
- .pf-v5-c-toolbar.pf-m-inset-none-on-xl {
1174
- --pf-v5-c-toolbar--inset: 0;
1175
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1176
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1177
- }
1178
- .pf-v5-c-toolbar.pf-m-inset-sm-on-xl {
1179
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1180
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1181
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1182
- }
1183
- .pf-v5-c-toolbar.pf-m-inset-md-on-xl {
1184
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1185
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1186
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1187
- }
1188
- .pf-v5-c-toolbar.pf-m-inset-lg-on-xl {
1189
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1190
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1191
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1192
- }
1193
- .pf-v5-c-toolbar.pf-m-inset-xl-on-xl {
1194
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1195
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1196
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1197
- }
1198
- .pf-v5-c-toolbar.pf-m-inset-2xl-on-xl {
1199
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1200
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1201
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1202
- }
1203
- }
1204
- @media (min-width: 1450px) {
1205
- .pf-v5-c-toolbar.pf-m-inset-none-on-2xl {
1206
- --pf-v5-c-toolbar--inset: 0;
1207
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1208
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1209
- }
1210
- .pf-v5-c-toolbar.pf-m-inset-sm-on-2xl {
1211
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1212
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1213
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1214
- }
1215
- .pf-v5-c-toolbar.pf-m-inset-md-on-2xl {
1216
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1217
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1218
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1219
- }
1220
- .pf-v5-c-toolbar.pf-m-inset-lg-on-2xl {
1221
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1222
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1223
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1224
- }
1225
- .pf-v5-c-toolbar.pf-m-inset-xl-on-2xl {
1226
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1227
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1228
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1229
- }
1230
- .pf-v5-c-toolbar.pf-m-inset-2xl-on-2xl {
1231
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1232
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1233
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1721
+ .pf-v6-c-toolbar__group.pf-m-nowrap-on-2xl,
1722
+ .pf-v6-c-toolbar__item.pf-m-nowrap-on-2xl,
1723
+ .pf-v6-c-toolbar__content-section.pf-m-nowrap-on-2xl {
1724
+ flex-wrap: nowrap;
1725
+ }
1726
+ .pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-2xl,
1727
+ .pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-2xl,
1728
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-2xl {
1729
+ align-items: stretch;
1730
+ }
1731
+ .pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-2xl,
1732
+ .pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-2xl,
1733
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-2xl {
1734
+ align-items: baseline;
1735
+ }
1736
+ .pf-v6-c-toolbar__group.pf-m-align-items-start-on-2xl,
1737
+ .pf-v6-c-toolbar__item.pf-m-align-items-start-on-2xl,
1738
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-2xl {
1739
+ align-items: start;
1740
+ }
1741
+ .pf-v6-c-toolbar__group.pf-m-align-items-center-on-2xl,
1742
+ .pf-v6-c-toolbar__item.pf-m-align-items-center-on-2xl,
1743
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-2xl {
1744
+ align-items: center;
1745
+ }
1746
+ .pf-v6-c-toolbar__group.pf-m-align-items-end-on-2xl,
1747
+ .pf-v6-c-toolbar__item.pf-m-align-items-end-on-2xl,
1748
+ .pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-2xl {
1749
+ align-items: end;
1750
+ }
1751
+ .pf-v6-c-toolbar__group.pf-m-gap-none-on-2xl,
1752
+ .pf-v6-c-toolbar__item.pf-m-gap-none-on-2xl,
1753
+ .pf-v6-c-toolbar__content-section.pf-m-gap-none-on-2xl {
1754
+ gap: 0;
1755
+ }
1756
+ .pf-v6-c-toolbar__group.pf-m-gap-xs-on-2xl,
1757
+ .pf-v6-c-toolbar__item.pf-m-gap-xs-on-2xl,
1758
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-2xl {
1759
+ gap: var(--pf-t--global--spacer--xs);
1760
+ }
1761
+ .pf-v6-c-toolbar__group.pf-m-gap-sm-on-2xl,
1762
+ .pf-v6-c-toolbar__item.pf-m-gap-sm-on-2xl,
1763
+ .pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-2xl {
1764
+ gap: var(--pf-t--global--spacer--sm);
1765
+ }
1766
+ .pf-v6-c-toolbar__group.pf-m-gap-md-on-2xl,
1767
+ .pf-v6-c-toolbar__item.pf-m-gap-md-on-2xl,
1768
+ .pf-v6-c-toolbar__content-section.pf-m-gap-md-on-2xl {
1769
+ gap: var(--pf-t--global--spacer--md);
1770
+ }
1771
+ .pf-v6-c-toolbar__group.pf-m-gap-lg-on-2xl,
1772
+ .pf-v6-c-toolbar__item.pf-m-gap-lg-on-2xl,
1773
+ .pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-2xl {
1774
+ gap: var(--pf-t--global--spacer--lg);
1775
+ }
1776
+ .pf-v6-c-toolbar__group.pf-m-gap-xl-on-2xl,
1777
+ .pf-v6-c-toolbar__item.pf-m-gap-xl-on-2xl,
1778
+ .pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-2xl {
1779
+ gap: var(--pf-t--global--spacer--xl);
1780
+ }
1781
+ .pf-v6-c-toolbar__group.pf-m-gap-2xl-on-2xl,
1782
+ .pf-v6-c-toolbar__item.pf-m-gap-2xl-on-2xl,
1783
+ .pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-2xl {
1784
+ gap: var(--pf-t--global--spacer--2xl);
1785
+ }
1786
+ .pf-v6-c-toolbar__group.pf-m-gap-3xl-on-2xl,
1787
+ .pf-v6-c-toolbar__item.pf-m-gap-3xl-on-2xl,
1788
+ .pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-2xl {
1789
+ gap: var(--pf-t--global--spacer--3xl);
1790
+ }
1791
+ .pf-v6-c-toolbar__group.pf-m-gap-4xl-on-2xl,
1792
+ .pf-v6-c-toolbar__item.pf-m-gap-4xl-on-2xl,
1793
+ .pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-2xl {
1794
+ gap: var(--pf-t--global--spacer--4xl);
1795
+ }
1796
+ .pf-v6-c-toolbar__group.pf-m-column-gap-none-on-2xl,
1797
+ .pf-v6-c-toolbar__item.pf-m-column-gap-none-on-2xl,
1798
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-2xl {
1799
+ column-gap: 0;
1800
+ }
1801
+ .pf-v6-c-toolbar__group.pf-m-row-gap-none-on-2xl,
1802
+ .pf-v6-c-toolbar__item.pf-m-row-gap-none-on-2xl,
1803
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-2xl {
1804
+ row-gap: 0;
1805
+ }
1806
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-2xl,
1807
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-2xl,
1808
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-2xl {
1809
+ column-gap: var(--pf-t--global--spacer--xs);
1810
+ }
1811
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-2xl,
1812
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-2xl,
1813
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-2xl {
1814
+ row-gap: var(--pf-t--global--spacer--xs);
1815
+ }
1816
+ .pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-2xl,
1817
+ .pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-2xl,
1818
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-2xl {
1819
+ column-gap: var(--pf-t--global--spacer--sm);
1820
+ }
1821
+ .pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-2xl,
1822
+ .pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-2xl,
1823
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-2xl {
1824
+ row-gap: var(--pf-t--global--spacer--sm);
1825
+ }
1826
+ .pf-v6-c-toolbar__group.pf-m-column-gap-md-on-2xl,
1827
+ .pf-v6-c-toolbar__item.pf-m-column-gap-md-on-2xl,
1828
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-2xl {
1829
+ column-gap: var(--pf-t--global--spacer--md);
1830
+ }
1831
+ .pf-v6-c-toolbar__group.pf-m-row-gap-md-on-2xl,
1832
+ .pf-v6-c-toolbar__item.pf-m-row-gap-md-on-2xl,
1833
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-2xl {
1834
+ row-gap: var(--pf-t--global--spacer--md);
1835
+ }
1836
+ .pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-2xl,
1837
+ .pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-2xl,
1838
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-2xl {
1839
+ column-gap: var(--pf-t--global--spacer--lg);
1840
+ }
1841
+ .pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-2xl,
1842
+ .pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-2xl,
1843
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-2xl {
1844
+ row-gap: var(--pf-t--global--spacer--lg);
1845
+ }
1846
+ .pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-2xl,
1847
+ .pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-2xl,
1848
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-2xl {
1849
+ column-gap: var(--pf-t--global--spacer--xl);
1850
+ }
1851
+ .pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-2xl,
1852
+ .pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-2xl,
1853
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-2xl {
1854
+ row-gap: var(--pf-t--global--spacer--xl);
1855
+ }
1856
+ .pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-2xl,
1857
+ .pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-2xl,
1858
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-2xl {
1859
+ column-gap: var(--pf-t--global--spacer--2xl);
1860
+ }
1861
+ .pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-2xl,
1862
+ .pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-2xl,
1863
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-2xl {
1864
+ row-gap: var(--pf-t--global--spacer--2xl);
1865
+ }
1866
+ .pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-2xl,
1867
+ .pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-2xl,
1868
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-2xl {
1869
+ column-gap: var(--pf-t--global--spacer--3xl);
1870
+ }
1871
+ .pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-2xl,
1872
+ .pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-2xl,
1873
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-2xl {
1874
+ row-gap: var(--pf-t--global--spacer--3xl);
1875
+ }
1876
+ .pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-2xl,
1877
+ .pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-2xl,
1878
+ .pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-2xl {
1879
+ column-gap: var(--pf-t--global--spacer--4xl);
1880
+ }
1881
+ .pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-2xl,
1882
+ .pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-2xl,
1883
+ .pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-2xl {
1884
+ row-gap: var(--pf-t--global--spacer--4xl);
1885
+ }
1886
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-2xl .pf-v6-c-toolbar__group,
1887
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-2xl .pf-v6-c-toolbar__item {
1888
+ display: flex;
1889
+ flex: 0 1 auto;
1890
+ }
1891
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-2xl .pf-v6-c-toolbar__toggle {
1892
+ display: none;
1893
+ }
1894
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__group,
1895
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__item, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-2xl .pf-v6-c-toolbar__group,
1896
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-2xl .pf-v6-c-toolbar__item {
1897
+ display: none;
1898
+ }
1899
+ .pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-2xl .pf-v6-c-toolbar__toggle {
1900
+ display: inline-flex;
1234
1901
  }
1235
- }
1236
-
1237
- .pf-v5-c-toolbar__content-section > :last-child {
1238
- --pf-v5-c-toolbar--spacer: 0;
1239
1902
  }