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

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