@patternfly/react-styles 6.0.0-alpha.3 → 6.0.0-alpha.31

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