@patternfly/react-styles 5.0.0-alpha.1 → 5.0.0-alpha.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (627) hide show
  1. package/CHANGELOG.md +99 -1
  2. package/css/assets/images/pfbg-icon.svg +1 -0
  3. package/css/components/AboutModalBox/about-modal-box.css +134 -182
  4. package/css/components/AboutModalBox/about-modal-box.d.ts +9 -11
  5. package/css/components/AboutModalBox/about-modal-box.js +9 -11
  6. package/css/components/AboutModalBox/about-modal-box.mjs +9 -11
  7. package/css/components/Accordion/accordion.css +164 -162
  8. package/css/components/Accordion/accordion.d.ts +7 -7
  9. package/css/components/Accordion/accordion.js +7 -7
  10. package/css/components/Accordion/accordion.mjs +7 -7
  11. package/css/components/ActionList/action-list.css +19 -19
  12. package/css/components/ActionList/action-list.d.ts +2 -2
  13. package/css/components/ActionList/action-list.js +2 -2
  14. package/css/components/ActionList/action-list.mjs +2 -2
  15. package/css/components/Alert/alert-group.css +54 -0
  16. package/css/components/Alert/alert-group.d.ts +9 -0
  17. package/css/components/{AlertGroup → Alert}/alert-group.js +2 -2
  18. package/css/components/Alert/alert-group.mjs +8 -0
  19. package/css/components/Alert/alert.css +180 -171
  20. package/css/components/Alert/alert.d.ts +11 -10
  21. package/css/components/Alert/alert.js +11 -10
  22. package/css/components/Alert/alert.mjs +11 -10
  23. package/css/components/AppLauncher/app-launcher.css +158 -156
  24. package/css/components/AppLauncher/app-launcher.d.ts +12 -12
  25. package/css/components/AppLauncher/app-launcher.js +12 -12
  26. package/css/components/AppLauncher/app-launcher.mjs +12 -12
  27. package/css/components/Avatar/avatar.css +123 -123
  28. package/css/components/Avatar/avatar.d.ts +1 -1
  29. package/css/components/Avatar/avatar.js +1 -1
  30. package/css/components/Avatar/avatar.mjs +1 -1
  31. package/css/components/BackToTop/back-to-top.css +24 -24
  32. package/css/components/BackToTop/back-to-top.d.ts +2 -2
  33. package/css/components/BackToTop/back-to-top.js +2 -2
  34. package/css/components/BackToTop/back-to-top.mjs +2 -2
  35. package/css/components/Backdrop/backdrop.css +8 -8
  36. package/css/components/Backdrop/backdrop.d.ts +2 -2
  37. package/css/components/Backdrop/backdrop.js +2 -2
  38. package/css/components/Backdrop/backdrop.mjs +2 -2
  39. package/css/components/BackgroundImage/background-image.css +11 -39
  40. package/css/components/BackgroundImage/background-image.d.ts +1 -2
  41. package/css/components/BackgroundImage/background-image.js +1 -2
  42. package/css/components/BackgroundImage/background-image.mjs +1 -2
  43. package/css/components/Badge/badge.css +29 -29
  44. package/css/components/Badge/badge.d.ts +2 -2
  45. package/css/components/Badge/badge.js +2 -2
  46. package/css/components/Badge/badge.mjs +2 -2
  47. package/css/components/Banner/banner.css +90 -128
  48. package/css/components/Banner/banner.d.ts +8 -9
  49. package/css/components/Banner/banner.js +8 -9
  50. package/css/components/Banner/banner.mjs +8 -9
  51. package/css/components/Brand/brand.css +28 -28
  52. package/css/components/Brand/brand.d.ts +1 -1
  53. package/css/components/Brand/brand.js +1 -1
  54. package/css/components/Brand/brand.mjs +1 -1
  55. package/css/components/Breadcrumb/breadcrumb.css +51 -53
  56. package/css/components/Breadcrumb/breadcrumb.d.ts +9 -10
  57. package/css/components/Breadcrumb/breadcrumb.js +9 -10
  58. package/css/components/Breadcrumb/breadcrumb.mjs +9 -10
  59. package/css/components/Button/button.css +476 -476
  60. package/css/components/Button/button.d.ts +7 -7
  61. package/css/components/Button/button.js +7 -7
  62. package/css/components/Button/button.mjs +7 -7
  63. package/css/components/CalendarMonth/calendar-month.css +157 -157
  64. package/css/components/CalendarMonth/calendar-month.d.ts +12 -12
  65. package/css/components/CalendarMonth/calendar-month.js +12 -12
  66. package/css/components/CalendarMonth/calendar-month.mjs +12 -12
  67. package/css/components/Card/card.css +327 -262
  68. package/css/components/Card/card.d.ts +22 -13
  69. package/css/components/Card/card.js +22 -13
  70. package/css/components/Card/card.mjs +22 -13
  71. package/css/components/Check/check.css +45 -45
  72. package/css/components/Check/check.d.ts +6 -6
  73. package/css/components/Check/check.js +6 -6
  74. package/css/components/Check/check.mjs +6 -6
  75. package/css/components/Chip/chip-group.css +91 -0
  76. package/css/components/Chip/chip-group.d.ts +13 -0
  77. package/css/components/Chip/chip-group.js +14 -0
  78. package/css/components/Chip/chip-group.mjs +12 -0
  79. package/css/components/Chip/chip.css +83 -74
  80. package/css/components/Chip/chip.d.ts +7 -6
  81. package/css/components/Chip/chip.js +7 -6
  82. package/css/components/Chip/chip.mjs +7 -6
  83. package/css/components/ClipboardCopy/clipboard-copy.css +65 -65
  84. package/css/components/ClipboardCopy/clipboard-copy.d.ts +9 -9
  85. package/css/components/ClipboardCopy/clipboard-copy.js +9 -9
  86. package/css/components/ClipboardCopy/clipboard-copy.mjs +9 -9
  87. package/css/components/CodeBlock/code-block.css +21 -21
  88. package/css/components/CodeBlock/code-block.d.ts +6 -6
  89. package/css/components/CodeBlock/code-block.js +6 -6
  90. package/css/components/CodeBlock/code-block.mjs +6 -6
  91. package/css/components/CodeEditor/code-editor.css +80 -80
  92. package/css/components/CodeEditor/code-editor.d.ts +12 -12
  93. package/css/components/CodeEditor/code-editor.js +12 -12
  94. package/css/components/CodeEditor/code-editor.mjs +12 -12
  95. package/css/components/Consoles/AccessConsoles.css +5 -4
  96. package/css/components/Consoles/DesktopViewer.css +1 -2
  97. package/css/components/Consoles/SerialConsole.css +1 -1
  98. package/css/components/Consoles/VncConsole.css +1 -1
  99. package/css/components/Content/content.css +214 -208
  100. package/css/components/Content/content.d.ts +3 -2
  101. package/css/components/Content/content.js +3 -2
  102. package/css/components/Content/content.mjs +3 -2
  103. package/css/components/ContextSelector/context-selector.css +230 -223
  104. package/css/components/ContextSelector/context-selector.d.ts +10 -10
  105. package/css/components/ContextSelector/context-selector.js +10 -10
  106. package/css/components/ContextSelector/context-selector.mjs +10 -10
  107. package/css/components/DataList/data-list-grid.css +189 -189
  108. package/css/components/DataList/data-list-grid.d.ts +4 -4
  109. package/css/components/DataList/data-list-grid.js +4 -4
  110. package/css/components/DataList/data-list-grid.mjs +4 -4
  111. package/css/components/DataList/data-list.css +524 -518
  112. package/css/components/DataList/data-list.d.ts +18 -18
  113. package/css/components/DataList/data-list.js +18 -18
  114. package/css/components/DataList/data-list.mjs +18 -18
  115. package/css/components/DatePicker/date-picker.css +40 -48
  116. package/css/components/DatePicker/date-picker.d.ts +6 -7
  117. package/css/components/DatePicker/date-picker.js +6 -7
  118. package/css/components/DatePicker/date-picker.mjs +6 -7
  119. package/css/components/DescriptionList/description-list-order.css +90 -90
  120. package/css/components/DescriptionList/description-list-order.d.ts +1 -1
  121. package/css/components/DescriptionList/description-list-order.js +1 -1
  122. package/css/components/DescriptionList/description-list-order.mjs +1 -1
  123. package/css/components/DescriptionList/description-list.css +193 -193
  124. package/css/components/DescriptionList/description-list.d.ts +7 -7
  125. package/css/components/DescriptionList/description-list.js +7 -7
  126. package/css/components/DescriptionList/description-list.mjs +7 -7
  127. package/css/components/Divider/divider.css +230 -230
  128. package/css/components/Divider/divider.d.ts +1 -1
  129. package/css/components/Divider/divider.js +1 -1
  130. package/css/components/Divider/divider.mjs +1 -1
  131. package/css/components/DragDrop/drag-drop.css +31 -31
  132. package/css/components/DragDrop/drag-drop.d.ts +2 -2
  133. package/css/components/DragDrop/drag-drop.js +2 -2
  134. package/css/components/DragDrop/drag-drop.mjs +2 -2
  135. package/css/components/Drawer/drawer.css +437 -438
  136. package/css/components/Drawer/drawer.d.ts +14 -14
  137. package/css/components/Drawer/drawer.js +14 -14
  138. package/css/components/Drawer/drawer.mjs +14 -14
  139. package/css/components/Dropdown/dropdown.css +446 -445
  140. package/css/components/Dropdown/dropdown.d.ts +21 -21
  141. package/css/components/Dropdown/dropdown.js +21 -21
  142. package/css/components/Dropdown/dropdown.mjs +21 -21
  143. package/css/components/DualListSelector/dual-list-selector.css +187 -187
  144. package/css/components/DualListSelector/dual-list-selector.d.ts +25 -25
  145. package/css/components/DualListSelector/dual-list-selector.js +25 -25
  146. package/css/components/DualListSelector/dual-list-selector.mjs +25 -25
  147. package/css/components/EmptyState/empty-state.css +91 -97
  148. package/css/components/EmptyState/empty-state.d.ts +9 -11
  149. package/css/components/EmptyState/empty-state.js +9 -11
  150. package/css/components/EmptyState/empty-state.mjs +9 -11
  151. package/css/components/ExpandableSection/expandable-section.css +102 -100
  152. package/css/components/ExpandableSection/expandable-section.d.ts +5 -5
  153. package/css/components/ExpandableSection/expandable-section.js +5 -5
  154. package/css/components/ExpandableSection/expandable-section.mjs +5 -5
  155. package/css/components/FileUpload/file-upload.css +30 -30
  156. package/css/components/FileUpload/file-upload.d.ts +6 -6
  157. package/css/components/FileUpload/file-upload.js +6 -6
  158. package/css/components/FileUpload/file-upload.mjs +6 -6
  159. package/css/components/Form/form.css +329 -327
  160. package/css/components/Form/form.d.ts +28 -28
  161. package/css/components/Form/form.js +28 -28
  162. package/css/components/Form/form.mjs +28 -28
  163. package/css/components/FormControl/form-control.css +302 -312
  164. package/css/components/FormControl/form-control.d.ts +2 -2
  165. package/css/components/FormControl/form-control.js +2 -2
  166. package/css/components/FormControl/form-control.mjs +2 -2
  167. package/css/components/HelperText/helper-text.css +61 -57
  168. package/css/components/HelperText/helper-text.d.ts +6 -5
  169. package/css/components/HelperText/helper-text.js +6 -5
  170. package/css/components/HelperText/helper-text.mjs +6 -5
  171. package/css/components/Hint/hint.css +40 -40
  172. package/css/components/Hint/hint.d.ts +9 -9
  173. package/css/components/Hint/hint.js +9 -9
  174. package/css/components/Hint/hint.mjs +9 -9
  175. package/css/components/Icon/icon.css +91 -90
  176. package/css/components/Icon/icon.d.ts +5 -5
  177. package/css/components/Icon/icon.js +5 -5
  178. package/css/components/Icon/icon.mjs +5 -5
  179. package/css/components/InlineEdit/inline-edit.css +43 -43
  180. package/css/components/InlineEdit/inline-edit.d.ts +8 -8
  181. package/css/components/InlineEdit/inline-edit.js +8 -8
  182. package/css/components/InlineEdit/inline-edit.mjs +8 -8
  183. package/css/components/InputGroup/input-group.css +74 -98
  184. package/css/components/InputGroup/input-group.d.ts +7 -5
  185. package/css/components/InputGroup/input-group.js +7 -5
  186. package/css/components/InputGroup/input-group.mjs +7 -5
  187. package/css/components/JumpLinks/jump-links.css +178 -178
  188. package/css/components/JumpLinks/jump-links.d.ts +11 -11
  189. package/css/components/JumpLinks/jump-links.js +11 -11
  190. package/css/components/JumpLinks/jump-links.mjs +11 -11
  191. package/css/components/Label/label-group.css +137 -0
  192. package/css/components/Label/label-group.d.ts +18 -0
  193. package/css/components/Label/label-group.js +19 -0
  194. package/css/components/Label/label-group.mjs +17 -0
  195. package/css/components/Label/label.css +397 -384
  196. package/css/components/Label/label.d.ts +7 -6
  197. package/css/components/Label/label.js +7 -6
  198. package/css/components/Label/label.mjs +7 -6
  199. package/css/components/List/list.css +53 -53
  200. package/css/components/List/list.d.ts +3 -3
  201. package/css/components/List/list.js +3 -3
  202. package/css/components/List/list.mjs +3 -3
  203. package/css/components/LogViewer/log-viewer.css +139 -180
  204. package/css/components/LogViewer/log-viewer.d.ts +13 -16
  205. package/css/components/LogViewer/log-viewer.js +13 -16
  206. package/css/components/LogViewer/log-viewer.mjs +13 -16
  207. package/css/components/Login/login.css +180 -220
  208. package/css/components/Login/login.d.ts +19 -21
  209. package/css/components/Login/login.js +19 -21
  210. package/css/components/Login/login.mjs +19 -21
  211. package/css/components/Masthead/masthead.css +538 -576
  212. package/css/components/Masthead/masthead.d.ts +15 -16
  213. package/css/components/Masthead/masthead.js +15 -16
  214. package/css/components/Masthead/masthead.mjs +15 -16
  215. package/css/components/Menu/menu.css +435 -432
  216. package/css/components/Menu/menu.d.ts +24 -24
  217. package/css/components/Menu/menu.js +24 -24
  218. package/css/components/Menu/menu.mjs +24 -24
  219. package/css/components/MenuToggle/menu-toggle.css +312 -310
  220. package/css/components/MenuToggle/menu-toggle.d.ts +10 -10
  221. package/css/components/MenuToggle/menu-toggle.js +10 -10
  222. package/css/components/MenuToggle/menu-toggle.mjs +10 -10
  223. package/css/components/ModalBox/modal-box.css +119 -118
  224. package/css/components/ModalBox/modal-box.d.ts +13 -12
  225. package/css/components/ModalBox/modal-box.js +13 -12
  226. package/css/components/ModalBox/modal-box.mjs +13 -12
  227. package/css/components/MultipleFileUpload/multiple-file-upload.css +136 -136
  228. package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +18 -18
  229. package/css/components/MultipleFileUpload/multiple-file-upload.js +18 -18
  230. package/css/components/MultipleFileUpload/multiple-file-upload.mjs +18 -18
  231. package/css/components/Nav/nav.css +769 -769
  232. package/css/components/Nav/nav.d.ts +17 -17
  233. package/css/components/Nav/nav.js +17 -17
  234. package/css/components/Nav/nav.mjs +17 -17
  235. package/css/components/NotificationBadge/notification-badge.css +80 -80
  236. package/css/components/NotificationBadge/notification-badge.d.ts +5 -5
  237. package/css/components/NotificationBadge/notification-badge.js +5 -5
  238. package/css/components/NotificationBadge/notification-badge.mjs +5 -5
  239. package/css/components/NotificationDrawer/notification-drawer.css +183 -183
  240. package/css/components/NotificationDrawer/notification-drawer.d.ts +21 -21
  241. package/css/components/NotificationDrawer/notification-drawer.js +21 -21
  242. package/css/components/NotificationDrawer/notification-drawer.mjs +21 -21
  243. package/css/components/NumberInput/number-input.css +21 -21
  244. package/css/components/NumberInput/number-input.d.ts +5 -5
  245. package/css/components/NumberInput/number-input.js +5 -5
  246. package/css/components/NumberInput/number-input.mjs +5 -5
  247. package/css/components/OptionsMenu/options-menu.css +177 -179
  248. package/css/components/OptionsMenu/options-menu.d.ts +13 -13
  249. package/css/components/OptionsMenu/options-menu.js +13 -13
  250. package/css/components/OptionsMenu/options-menu.mjs +13 -13
  251. package/css/components/OverflowMenu/overflow-menu.css +42 -42
  252. package/css/components/OverflowMenu/overflow-menu.d.ts +6 -6
  253. package/css/components/OverflowMenu/overflow-menu.js +6 -6
  254. package/css/components/OverflowMenu/overflow-menu.mjs +6 -6
  255. package/css/components/Page/page.css +643 -667
  256. package/css/components/Page/page.d.ts +35 -35
  257. package/css/components/Page/page.js +35 -35
  258. package/css/components/Page/page.mjs +35 -35
  259. package/css/components/Pagination/pagination.css +271 -271
  260. package/css/components/Pagination/pagination.d.ts +10 -10
  261. package/css/components/Pagination/pagination.js +10 -10
  262. package/css/components/Pagination/pagination.mjs +10 -10
  263. package/css/components/Panel/panel.css +57 -57
  264. package/css/components/Panel/panel.d.ts +5 -5
  265. package/css/components/Panel/panel.js +5 -5
  266. package/css/components/Panel/panel.mjs +5 -5
  267. package/css/components/Popover/popover.css +128 -134
  268. package/css/components/Popover/popover.d.ts +13 -14
  269. package/css/components/Popover/popover.js +13 -14
  270. package/css/components/Popover/popover.mjs +13 -14
  271. package/css/components/Progress/progress.css +97 -94
  272. package/css/components/Progress/progress.d.ts +9 -9
  273. package/css/components/Progress/progress.js +9 -9
  274. package/css/components/Progress/progress.mjs +9 -9
  275. package/css/components/ProgressStepper/progress-stepper.css +509 -509
  276. package/css/components/ProgressStepper/progress-stepper.d.ts +8 -8
  277. package/css/components/ProgressStepper/progress-stepper.js +8 -8
  278. package/css/components/ProgressStepper/progress-stepper.mjs +8 -8
  279. package/css/components/Radio/radio.css +44 -44
  280. package/css/components/Radio/radio.d.ts +5 -5
  281. package/css/components/Radio/radio.js +5 -5
  282. package/css/components/Radio/radio.mjs +5 -5
  283. package/css/components/Select/select.css +413 -413
  284. package/css/components/Select/select.d.ts +34 -34
  285. package/css/components/Select/select.js +34 -34
  286. package/css/components/Select/select.mjs +34 -34
  287. package/css/components/Sidebar/sidebar.css +238 -195
  288. package/css/components/Sidebar/sidebar.d.ts +6 -4
  289. package/css/components/Sidebar/sidebar.js +6 -4
  290. package/css/components/Sidebar/sidebar.mjs +6 -4
  291. package/css/components/SimpleList/simple-list.css +65 -65
  292. package/css/components/SimpleList/simple-list.d.ts +5 -5
  293. package/css/components/SimpleList/simple-list.js +5 -5
  294. package/css/components/SimpleList/simple-list.mjs +5 -5
  295. package/css/components/Skeleton/skeleton.css +115 -115
  296. package/css/components/Skeleton/skeleton.d.ts +2 -2
  297. package/css/components/Skeleton/skeleton.js +2 -2
  298. package/css/components/Skeleton/skeleton.mjs +2 -2
  299. package/css/components/SkipToContent/skip-to-content.css +8 -8
  300. package/css/components/SkipToContent/skip-to-content.d.ts +1 -1
  301. package/css/components/SkipToContent/skip-to-content.js +1 -1
  302. package/css/components/SkipToContent/skip-to-content.mjs +1 -1
  303. package/css/components/Slider/slider.css +132 -132
  304. package/css/components/Slider/slider.d.ts +12 -12
  305. package/css/components/Slider/slider.js +12 -12
  306. package/css/components/Slider/slider.mjs +12 -12
  307. package/css/components/Spinner/spinner.css +57 -186
  308. package/css/components/Spinner/spinner.d.ts +2 -5
  309. package/css/components/Spinner/spinner.js +2 -5
  310. package/css/components/Spinner/spinner.mjs +2 -5
  311. package/css/components/Switch/switch.css +87 -87
  312. package/css/components/Switch/switch.d.ts +6 -6
  313. package/css/components/Switch/switch.js +6 -6
  314. package/css/components/Switch/switch.mjs +6 -6
  315. package/css/components/TabContent/tab-content.css +28 -28
  316. package/css/components/TabContent/tab-content.d.ts +2 -2
  317. package/css/components/TabContent/tab-content.js +2 -2
  318. package/css/components/TabContent/tab-content.mjs +2 -2
  319. package/css/components/Table/inline-edit.css +23 -19
  320. package/css/components/Table/table-grid.css +845 -845
  321. package/css/components/Table/table-grid.d.ts +14 -14
  322. package/css/components/Table/table-grid.js +14 -14
  323. package/css/components/Table/table-grid.mjs +14 -14
  324. package/css/components/Table/table-scrollable.css +38 -33
  325. package/css/components/Table/table-scrollable.d.ts +6 -5
  326. package/css/components/Table/table-scrollable.js +6 -5
  327. package/css/components/Table/table-scrollable.mjs +6 -5
  328. package/css/components/Table/table-tree-view.css +494 -484
  329. package/css/components/Table/table-tree-view.d.ts +13 -12
  330. package/css/components/Table/table-tree-view.js +13 -12
  331. package/css/components/Table/table-tree-view.mjs +13 -12
  332. package/css/components/Table/table.css +746 -744
  333. package/css/components/Table/table.d.ts +26 -26
  334. package/css/components/Table/table.js +26 -26
  335. package/css/components/Table/table.mjs +26 -26
  336. package/css/components/Tabs/tabs.css +605 -609
  337. package/css/components/Tabs/tabs.d.ts +17 -18
  338. package/css/components/Tabs/tabs.js +17 -18
  339. package/css/components/Tabs/tabs.mjs +17 -18
  340. package/css/components/TextInputGroup/text-input-group.css +92 -94
  341. package/css/components/TextInputGroup/text-input-group.d.ts +9 -9
  342. package/css/components/TextInputGroup/text-input-group.js +9 -9
  343. package/css/components/TextInputGroup/text-input-group.mjs +9 -9
  344. package/css/components/Tile/tile.css +100 -100
  345. package/css/components/Tile/tile.d.ts +6 -6
  346. package/css/components/Tile/tile.js +6 -6
  347. package/css/components/Tile/tile.mjs +6 -6
  348. package/css/components/Timestamp/timestamp.css +28 -28
  349. package/css/components/Timestamp/timestamp.d.ts +1 -1
  350. package/css/components/Timestamp/timestamp.js +1 -1
  351. package/css/components/Timestamp/timestamp.mjs +1 -1
  352. package/css/components/Title/title.css +45 -45
  353. package/css/components/Title/title.d.ts +1 -1
  354. package/css/components/Title/title.js +1 -1
  355. package/css/components/Title/title.mjs +1 -1
  356. package/css/components/ToggleGroup/toggle-group.css +81 -81
  357. package/css/components/ToggleGroup/toggle-group.d.ts +6 -6
  358. package/css/components/ToggleGroup/toggle-group.js +6 -6
  359. package/css/components/ToggleGroup/toggle-group.mjs +6 -6
  360. package/css/components/Toolbar/toolbar.css +720 -685
  361. package/css/components/Toolbar/toolbar.d.ts +16 -12
  362. package/css/components/Toolbar/toolbar.js +16 -12
  363. package/css/components/Toolbar/toolbar.mjs +16 -12
  364. package/css/components/Tooltip/tooltip.css +56 -61
  365. package/css/components/Tooltip/tooltip.d.ts +4 -4
  366. package/css/components/Tooltip/tooltip.js +4 -4
  367. package/css/components/Tooltip/tooltip.mjs +4 -4
  368. package/css/components/TreeView/tree-view.css +365 -373
  369. package/css/components/TreeView/tree-view.d.ts +17 -17
  370. package/css/components/TreeView/tree-view.js +17 -17
  371. package/css/components/TreeView/tree-view.mjs +17 -17
  372. package/css/components/Truncate/truncate.css +11 -11
  373. package/css/components/Truncate/truncate.d.ts +3 -3
  374. package/css/components/Truncate/truncate.js +3 -3
  375. package/css/components/Truncate/truncate.mjs +3 -3
  376. package/css/components/Wizard/wizard.css +321 -344
  377. package/css/components/Wizard/wizard.d.ts +29 -30
  378. package/css/components/Wizard/wizard.js +29 -30
  379. package/css/components/Wizard/wizard.mjs +29 -30
  380. package/css/docs/components/Avatar/examples/Avatar.css +1 -1
  381. package/css/docs/components/Button/examples/Button.css +1 -1
  382. package/css/docs/components/Button/examples/Button.d.ts +1 -1
  383. package/css/docs/components/Button/examples/Button.js +1 -1
  384. package/css/docs/components/Button/examples/Button.mjs +1 -1
  385. package/css/docs/components/ContextSelector/examples/context-selector.css +5 -1
  386. package/css/docs/components/DragDrop/examples/DragDrop.css +3 -3
  387. package/css/docs/components/DragDrop/examples/DragDrop.d.ts +1 -1
  388. package/css/docs/components/DragDrop/examples/DragDrop.js +1 -1
  389. package/css/docs/components/DragDrop/examples/DragDrop.mjs +1 -1
  390. package/css/docs/components/Dropdown/examples/Dropdown.css +6 -3
  391. package/css/docs/components/Dropdown/examples/Dropdown.d.ts +1 -1
  392. package/css/docs/components/Dropdown/examples/Dropdown.js +1 -1
  393. package/css/docs/components/Dropdown/examples/Dropdown.mjs +1 -1
  394. package/css/docs/components/FormControl/examples/FormControl.css +3 -3
  395. package/css/docs/components/Label/examples/Label.css +2 -2
  396. package/css/docs/components/Label/examples/Label.d.ts +1 -1
  397. package/css/docs/components/Label/examples/Label.js +1 -1
  398. package/css/docs/components/Label/examples/Label.mjs +1 -1
  399. package/css/docs/components/LogViewer/examples/LogViewer.css +2 -2
  400. package/css/docs/components/LogViewer/examples/LogViewer.d.ts +1 -1
  401. package/css/docs/components/LogViewer/examples/LogViewer.js +1 -1
  402. package/css/docs/components/LogViewer/examples/LogViewer.mjs +1 -1
  403. package/css/docs/components/ModalBox/examples/ModalBox.css +2 -2
  404. package/css/docs/components/ModalBox/examples/ModalBox.d.ts +1 -1
  405. package/css/docs/components/ModalBox/examples/ModalBox.js +1 -1
  406. package/css/docs/components/ModalBox/examples/ModalBox.mjs +1 -1
  407. package/css/docs/components/Nav/examples/Navigation.css +13 -13
  408. package/css/docs/components/Nav/examples/Navigation.d.ts +4 -4
  409. package/css/docs/components/Nav/examples/Navigation.js +4 -4
  410. package/css/docs/components/Nav/examples/Navigation.mjs +4 -4
  411. package/css/docs/components/NotificationBadge/examples/NotificationBadge.css +1 -1
  412. package/css/docs/components/OverflowMenu/examples/overflow-menu.css +4 -4
  413. package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
  414. package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
  415. package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
  416. package/css/docs/components/Page/examples/Page.css +11 -5
  417. package/css/docs/components/Page/examples/Page.d.ts +3 -3
  418. package/css/docs/components/Page/examples/Page.js +3 -3
  419. package/css/docs/components/Page/examples/Page.mjs +3 -3
  420. package/css/docs/components/Popover/examples/Popover.css +1 -1
  421. package/css/docs/components/Popover/examples/Popover.d.ts +1 -1
  422. package/css/docs/components/Popover/examples/Popover.js +1 -1
  423. package/css/docs/components/Popover/examples/Popover.mjs +1 -1
  424. package/css/docs/components/Skeleton/examples/Skeleton.css +1 -1
  425. package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
  426. package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
  427. package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
  428. package/css/docs/components/Table/examples/Table.css +5 -1
  429. package/css/docs/components/Table/examples/Table.d.ts +1 -1
  430. package/css/docs/components/Table/examples/Table.js +1 -1
  431. package/css/docs/components/Table/examples/Table.mjs +1 -1
  432. package/css/docs/components/Tabs/examples/Tabs.css +1 -1
  433. package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +2 -15
  434. package/css/docs/components/TextInputGroup/examples/TextInputGroup.d.ts +2 -2
  435. package/css/docs/components/TextInputGroup/examples/TextInputGroup.js +2 -2
  436. package/css/docs/components/TextInputGroup/examples/TextInputGroup.mjs +2 -2
  437. package/css/docs/components/Tile/examples/Tile.css +5 -5
  438. package/css/docs/components/Tile/examples/Tile.d.ts +1 -1
  439. package/css/docs/components/Tile/examples/Tile.js +1 -1
  440. package/css/docs/components/Tile/examples/Tile.mjs +1 -1
  441. package/css/docs/components/ToggleGroup/examples/toggle-group.css +1 -1
  442. package/css/docs/components/Toolbar/examples/Toolbar.css +34 -34
  443. package/css/docs/components/Toolbar/examples/Toolbar.d.ts +3 -3
  444. package/css/docs/components/Toolbar/examples/Toolbar.js +3 -3
  445. package/css/docs/components/Toolbar/examples/Toolbar.mjs +3 -3
  446. package/css/docs/components/Truncate/examples/Truncate.css +3 -3
  447. package/css/docs/components/Truncate/examples/Truncate.d.ts +1 -1
  448. package/css/docs/components/Truncate/examples/Truncate.js +1 -1
  449. package/css/docs/components/Truncate/examples/Truncate.mjs +1 -1
  450. package/css/docs/demos/Card/examples/Card.css +6 -6
  451. package/css/docs/demos/Card/examples/Card.d.ts +2 -2
  452. package/css/docs/demos/Card/examples/Card.js +2 -2
  453. package/css/docs/demos/Card/examples/Card.mjs +2 -2
  454. package/css/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
  455. package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +2 -2
  456. package/css/docs/layouts/Bullseye/examples/Bullseye.js +2 -2
  457. package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +2 -2
  458. package/css/docs/layouts/Flex/examples/Flex.css +2 -2
  459. package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
  460. package/css/docs/layouts/Flex/examples/Flex.js +2 -2
  461. package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
  462. package/css/docs/layouts/Gallery/examples/Gallery.css +2 -2
  463. package/css/docs/layouts/Gallery/examples/Gallery.d.ts +2 -2
  464. package/css/docs/layouts/Gallery/examples/Gallery.js +2 -2
  465. package/css/docs/layouts/Gallery/examples/Gallery.mjs +2 -2
  466. package/css/docs/layouts/Grid/examples/Grid.css +1 -1
  467. package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
  468. package/css/docs/layouts/Grid/examples/Grid.js +1 -1
  469. package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
  470. package/css/docs/layouts/Level/examples/Level.css +3 -3
  471. package/css/docs/layouts/Level/examples/Level.d.ts +2 -2
  472. package/css/docs/layouts/Level/examples/Level.js +2 -2
  473. package/css/docs/layouts/Level/examples/Level.mjs +2 -2
  474. package/css/docs/layouts/Split/examples/Split.css +2 -2
  475. package/css/docs/layouts/Split/examples/Split.d.ts +2 -2
  476. package/css/docs/layouts/Split/examples/Split.js +2 -2
  477. package/css/docs/layouts/Split/examples/Split.mjs +2 -2
  478. package/css/docs/layouts/Stack/examples/Stack.css +3 -3
  479. package/css/docs/layouts/Stack/examples/Stack.d.ts +2 -2
  480. package/css/docs/layouts/Stack/examples/Stack.js +2 -2
  481. package/css/docs/layouts/Stack/examples/Stack.mjs +2 -2
  482. package/css/docs/utilities/Alignment/examples/Alignment.css +4 -4
  483. package/css/docs/utilities/Alignment/examples/Alignment.d.ts +4 -4
  484. package/css/docs/utilities/Alignment/examples/Alignment.js +4 -4
  485. package/css/docs/utilities/Alignment/examples/Alignment.mjs +4 -4
  486. package/css/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
  487. package/css/docs/utilities/Display/examples/Display.css +8 -8
  488. package/css/docs/utilities/Display/examples/Display.d.ts +8 -8
  489. package/css/docs/utilities/Display/examples/Display.js +8 -8
  490. package/css/docs/utilities/Display/examples/Display.mjs +8 -8
  491. package/css/docs/utilities/Flex/examples/Flex.css +5 -5
  492. package/css/docs/utilities/Flex/examples/Flex.d.ts +2 -2
  493. package/css/docs/utilities/Flex/examples/Flex.js +2 -2
  494. package/css/docs/utilities/Flex/examples/Flex.mjs +2 -2
  495. package/css/docs/utilities/Float/examples/Float.css +2 -2
  496. package/css/docs/utilities/Float/examples/Float.d.ts +2 -2
  497. package/css/docs/utilities/Float/examples/Float.js +2 -2
  498. package/css/docs/utilities/Float/examples/Float.mjs +2 -2
  499. package/css/docs/utilities/Sizing/examples/Sizing.css +4 -4
  500. package/css/docs/utilities/Sizing/examples/Sizing.d.ts +4 -4
  501. package/css/docs/utilities/Sizing/examples/Sizing.js +4 -4
  502. package/css/docs/utilities/Sizing/examples/Sizing.mjs +4 -4
  503. package/css/docs/utilities/Spacing/examples/Spacing.css +1 -1
  504. package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
  505. package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
  506. package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
  507. package/css/layouts/Bullseye/bullseye.css +3 -3
  508. package/css/layouts/Bullseye/bullseye.d.ts +1 -1
  509. package/css/layouts/Bullseye/bullseye.js +1 -1
  510. package/css/layouts/Bullseye/bullseye.mjs +1 -1
  511. package/css/layouts/Flex/flex.css +1443 -796
  512. package/css/layouts/Flex/flex.d.ts +149 -2
  513. package/css/layouts/Flex/flex.js +149 -2
  514. package/css/layouts/Flex/flex.mjs +149 -2
  515. package/css/layouts/Gallery/gallery.css +34 -34
  516. package/css/layouts/Gallery/gallery.d.ts +1 -1
  517. package/css/layouts/Gallery/gallery.js +1 -1
  518. package/css/layouts/Gallery/gallery.mjs +1 -1
  519. package/css/layouts/Grid/grid.css +531 -531
  520. package/css/layouts/Grid/grid.d.ts +2 -2
  521. package/css/layouts/Grid/grid.js +2 -2
  522. package/css/layouts/Grid/grid.mjs +2 -2
  523. package/css/layouts/Level/level.css +4 -4
  524. package/css/layouts/Level/level.d.ts +1 -1
  525. package/css/layouts/Level/level.js +1 -1
  526. package/css/layouts/Level/level.mjs +1 -1
  527. package/css/layouts/Split/split.css +6 -6
  528. package/css/layouts/Split/split.d.ts +2 -2
  529. package/css/layouts/Split/split.js +2 -2
  530. package/css/layouts/Split/split.mjs +2 -2
  531. package/css/layouts/Stack/stack.css +5 -5
  532. package/css/layouts/Stack/stack.d.ts +2 -2
  533. package/css/layouts/Stack/stack.js +2 -2
  534. package/css/layouts/Stack/stack.mjs +2 -2
  535. package/css/layouts/Toolbar/toolbar.css +20 -14
  536. package/css/utilities/Accessibility/accessibility.css +18 -18
  537. package/css/utilities/Accessibility/accessibility.d.ts +18 -18
  538. package/css/utilities/Accessibility/accessibility.js +18 -18
  539. package/css/utilities/Accessibility/accessibility.mjs +18 -18
  540. package/css/utilities/Alignment/alignment.css +24 -24
  541. package/css/utilities/Alignment/alignment.d.ts +24 -24
  542. package/css/utilities/Alignment/alignment.js +24 -24
  543. package/css/utilities/Alignment/alignment.mjs +24 -24
  544. package/css/utilities/BackgroundColor/BackgroundColor.css +252 -252
  545. package/css/utilities/BackgroundColor/BackgroundColor.d.ts +97 -97
  546. package/css/utilities/BackgroundColor/BackgroundColor.js +97 -97
  547. package/css/utilities/BackgroundColor/BackgroundColor.mjs +97 -97
  548. package/css/utilities/BoxShadow/box-shadow.css +42 -42
  549. package/css/utilities/BoxShadow/box-shadow.d.ts +21 -21
  550. package/css/utilities/BoxShadow/box-shadow.js +21 -21
  551. package/css/utilities/BoxShadow/box-shadow.mjs +21 -21
  552. package/css/utilities/Display/display.css +54 -54
  553. package/css/utilities/Display/display.d.ts +54 -54
  554. package/css/utilities/Display/display.js +54 -54
  555. package/css/utilities/Display/display.mjs +54 -54
  556. package/css/utilities/Flex/flex.css +228 -228
  557. package/css/utilities/Flex/flex.d.ts +228 -228
  558. package/css/utilities/Flex/flex.js +228 -228
  559. package/css/utilities/Flex/flex.mjs +228 -228
  560. package/css/utilities/Float/float.css +12 -12
  561. package/css/utilities/Float/float.d.ts +12 -12
  562. package/css/utilities/Float/float.js +12 -12
  563. package/css/utilities/Float/float.mjs +12 -12
  564. package/css/utilities/Sizing/sizing.css +244 -244
  565. package/css/utilities/Sizing/sizing.d.ts +196 -196
  566. package/css/utilities/Sizing/sizing.js +196 -196
  567. package/css/utilities/Sizing/sizing.mjs +196 -196
  568. package/css/utilities/Spacing/spacing.css +1704 -1704
  569. package/css/utilities/Spacing/spacing.d.ts +840 -840
  570. package/css/utilities/Spacing/spacing.js +840 -840
  571. package/css/utilities/Spacing/spacing.mjs +840 -840
  572. package/css/utilities/Text/text.css +643 -643
  573. package/css/utilities/Text/text.d.ts +284 -284
  574. package/css/utilities/Text/text.js +284 -284
  575. package/css/utilities/Text/text.mjs +284 -284
  576. package/package.json +4 -4
  577. package/scripts/generateClassMaps.js +5 -5
  578. package/src/css/components/Consoles/AccessConsoles.css +5 -4
  579. package/src/css/components/Consoles/DesktopViewer.css +1 -2
  580. package/src/css/components/Consoles/SerialConsole.css +1 -1
  581. package/src/css/components/Consoles/VncConsole.css +1 -1
  582. package/src/css/components/Table/inline-edit.css +23 -19
  583. package/src/css/layouts/Toolbar/toolbar.css +20 -14
  584. package/css/components/AlertGroup/alert-group.css +0 -54
  585. package/css/components/AlertGroup/alert-group.d.ts +0 -9
  586. package/css/components/AlertGroup/alert-group.mjs +0 -8
  587. package/css/components/ChipGroup/chip-group.css +0 -81
  588. package/css/components/ChipGroup/chip-group.d.ts +0 -13
  589. package/css/components/ChipGroup/chip-group.js +0 -14
  590. package/css/components/ChipGroup/chip-group.mjs +0 -12
  591. package/css/components/LabelGroup/label-group.css +0 -133
  592. package/css/components/LabelGroup/label-group.d.ts +0 -18
  593. package/css/components/LabelGroup/label-group.js +0 -19
  594. package/css/components/LabelGroup/label-group.mjs +0 -17
  595. package/css/components/SearchInput/search-input.css +0 -197
  596. package/css/components/SearchInput/search-input.d.ts +0 -24
  597. package/css/components/SearchInput/search-input.js +0 -25
  598. package/css/components/SearchInput/search-input.mjs +0 -23
  599. package/css/components/Topology/topology-components.css +0 -832
  600. package/css/components/Topology/topology-components.d.ts +0 -67
  601. package/css/components/Topology/topology-components.js +0 -68
  602. package/css/components/Topology/topology-components.mjs +0 -66
  603. package/css/components/Topology/topology-controlbar.css +0 -22
  604. package/css/components/Topology/topology-controlbar.d.ts +0 -11
  605. package/css/components/Topology/topology-controlbar.js +0 -12
  606. package/css/components/Topology/topology-controlbar.mjs +0 -10
  607. package/css/components/Topology/topology-pipelines.css +0 -554
  608. package/css/components/Topology/topology-pipelines.d.ts +0 -30
  609. package/css/components/Topology/topology-pipelines.js +0 -31
  610. package/css/components/Topology/topology-pipelines.mjs +0 -29
  611. package/css/components/Topology/topology-side-bar.css +0 -73
  612. package/css/components/Topology/topology-side-bar.d.ts +0 -14
  613. package/css/components/Topology/topology-side-bar.js +0 -15
  614. package/css/components/Topology/topology-side-bar.mjs +0 -13
  615. package/css/components/Topology/topology-view.css +0 -13
  616. package/css/components/Topology/topology-view.d.ts +0 -6
  617. package/css/components/Topology/topology-view.js +0 -7
  618. package/css/components/Topology/topology-view.mjs +0 -5
  619. package/css/docs/components/SearchInput/examples/SearchInput.css +0 -12
  620. package/css/docs/components/SearchInput/examples/SearchInput.d.ts +0 -3
  621. package/css/docs/components/SearchInput/examples/SearchInput.js +0 -4
  622. package/css/docs/components/SearchInput/examples/SearchInput.mjs +0 -2
  623. package/src/css/components/Topology/topology-components.css +0 -832
  624. package/src/css/components/Topology/topology-controlbar.css +0 -22
  625. package/src/css/components/Topology/topology-pipelines.css +0 -554
  626. package/src/css/components/Topology/topology-side-bar.css +0 -73
  627. package/src/css/components/Topology/topology-view.css +0 -13
@@ -1,1147 +1,1182 @@
1
- .pf-c-toolbar__content-section, .pf-c-toolbar__content, .pf-c-toolbar__item, .pf-c-toolbar__group {
2
- --pf-hidden-visible--hidden--Display: none;
3
- --pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
4
- display: var(--pf-hidden-visible--Display);
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);
5
5
  }
6
- .pf-m-hidden.pf-c-toolbar__content-section, .pf-m-hidden.pf-c-toolbar__content, .pf-m-hidden.pf-c-toolbar__item, .pf-m-hidden.pf-c-toolbar__group {
7
- --pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
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);
8
8
  }
9
9
  @media screen and (min-width: 576px) {
10
- .pf-m-hidden-on-sm.pf-c-toolbar__content-section, .pf-m-hidden-on-sm.pf-c-toolbar__content, .pf-m-hidden-on-sm.pf-c-toolbar__item, .pf-m-hidden-on-sm.pf-c-toolbar__group {
11
- --pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
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);
12
12
  }
13
- .pf-m-visible-on-sm.pf-c-toolbar__content-section, .pf-m-visible-on-sm.pf-c-toolbar__content, .pf-m-visible-on-sm.pf-c-toolbar__item, .pf-m-visible-on-sm.pf-c-toolbar__group {
14
- --pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
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);
15
15
  }
16
16
  }
17
17
  @media screen and (min-width: 768px) {
18
- .pf-m-hidden-on-md.pf-c-toolbar__content-section, .pf-m-hidden-on-md.pf-c-toolbar__content, .pf-m-hidden-on-md.pf-c-toolbar__item, .pf-m-hidden-on-md.pf-c-toolbar__group {
19
- --pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
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);
20
20
  }
21
- .pf-m-visible-on-md.pf-c-toolbar__content-section, .pf-m-visible-on-md.pf-c-toolbar__content, .pf-m-visible-on-md.pf-c-toolbar__item, .pf-m-visible-on-md.pf-c-toolbar__group {
22
- --pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
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);
23
23
  }
24
24
  }
25
25
  @media screen and (min-width: 992px) {
26
- .pf-m-hidden-on-lg.pf-c-toolbar__content-section, .pf-m-hidden-on-lg.pf-c-toolbar__content, .pf-m-hidden-on-lg.pf-c-toolbar__item, .pf-m-hidden-on-lg.pf-c-toolbar__group {
27
- --pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
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);
28
28
  }
29
- .pf-m-visible-on-lg.pf-c-toolbar__content-section, .pf-m-visible-on-lg.pf-c-toolbar__content, .pf-m-visible-on-lg.pf-c-toolbar__item, .pf-m-visible-on-lg.pf-c-toolbar__group {
30
- --pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
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);
31
31
  }
32
32
  }
33
33
  @media screen and (min-width: 1200px) {
34
- .pf-m-hidden-on-xl.pf-c-toolbar__content-section, .pf-m-hidden-on-xl.pf-c-toolbar__content, .pf-m-hidden-on-xl.pf-c-toolbar__item, .pf-m-hidden-on-xl.pf-c-toolbar__group {
35
- --pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
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);
36
36
  }
37
- .pf-m-visible-on-xl.pf-c-toolbar__content-section, .pf-m-visible-on-xl.pf-c-toolbar__content, .pf-m-visible-on-xl.pf-c-toolbar__item, .pf-m-visible-on-xl.pf-c-toolbar__group {
38
- --pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
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);
39
39
  }
40
40
  }
41
41
  @media screen and (min-width: 1450px) {
42
- .pf-m-hidden-on-2xl.pf-c-toolbar__content-section, .pf-m-hidden-on-2xl.pf-c-toolbar__content, .pf-m-hidden-on-2xl.pf-c-toolbar__item, .pf-m-hidden-on-2xl.pf-c-toolbar__group {
43
- --pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
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);
44
44
  }
45
- .pf-m-visible-on-2xl.pf-c-toolbar__content-section, .pf-m-visible-on-2xl.pf-c-toolbar__content, .pf-m-visible-on-2xl.pf-c-toolbar__item, .pf-m-visible-on-2xl.pf-c-toolbar__group {
46
- --pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
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);
47
47
  }
48
48
  }
49
49
 
50
- .pf-c-toolbar {
51
- --pf-c-toolbar--BackgroundColor: var(--pf-global--BackgroundColor--100);
52
- --pf-c-toolbar--RowGap: var(--pf-global--spacer--lg);
53
- --pf-c-toolbar--PaddingTop: var(--pf-global--spacer--md);
54
- --pf-c-toolbar--PaddingBottom: var(--pf-global--spacer--md);
55
- --pf-c-toolbar__item--Display: block;
56
- --pf-c-toolbar__item--MinWidth--base: auto;
57
- --pf-c-toolbar__group--Display: flex;
58
- --pf-c-toolbar--m-sticky--ZIndex: var(--pf-global--ZIndex--xs);
59
- --pf-c-toolbar--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
60
- --pf-c-toolbar__content--Display: flex;
61
- --pf-c-toolbar__content--PaddingRight: var(--pf-global--spacer--md);
62
- --pf-c-toolbar__content--PaddingLeft: var(--pf-global--spacer--md);
63
- --pf-c-toolbar__content-section--Display: flex;
64
- --pf-c-toolbar--m-page-insets--inset: var(--pf-global--spacer--md);
65
- --pf-c-toolbar--m-page-insets--xl--inset: var(--pf-global--spacer--lg);
66
- --pf-c-toolbar__expandable-content--Display: grid;
67
- --pf-c-toolbar__expandable-content--PaddingTop: var(--pf-c-toolbar--RowGap);
68
- --pf-c-toolbar__expandable-content--PaddingRight: var(--pf-c-toolbar__content--PaddingRight);
69
- --pf-c-toolbar__expandable-content--PaddingBottom: var(--pf-global--spacer--md);
70
- --pf-c-toolbar__expandable-content--PaddingLeft: var(--pf-c-toolbar__content--PaddingLeft);
71
- --pf-c-toolbar__expandable-content--lg--PaddingRight: 0;
72
- --pf-c-toolbar__expandable-content--lg--PaddingBottom: 0;
73
- --pf-c-toolbar__expandable-content--lg--PaddingLeft: 0;
74
- --pf-c-toolbar__expandable-content--ZIndex: var(--pf-global--ZIndex--sm);
75
- --pf-c-toolbar__expandable-content--BoxShadow: var(--pf-global--BoxShadow--md-bottom);
76
- --pf-c-toolbar__expandable-content--BackgroundColor: var(--pf-c-toolbar--BackgroundColor);
77
- --pf-c-toolbar__expandable-content--m-expanded--GridRowGap: var(--pf-global--gutter--md);
78
- --pf-c-toolbar__group--m-chip-container--MarginTop: calc(var(--pf-global--spacer--md) * -1);
79
- --pf-c-toolbar__group--m-chip-container__item--MarginTop: var(--pf-global--spacer--md);
80
- --pf-c-toolbar--spacer--base: var(--pf-global--spacer--md);
81
- --pf-c-toolbar__item--spacer: var(--pf-c-toolbar--spacer--base);
82
- --pf-c-toolbar__group--spacer: var(--pf-c-toolbar--spacer--base);
83
- --pf-c-toolbar__item--Width: auto;
84
- --pf-c-toolbar__group--m-toggle-group--spacer: var(--pf-global--spacer--sm);
85
- --pf-c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-c-toolbar__group--spacer);
86
- --pf-c-toolbar__group--m-icon-button-group--spacer: var(--pf-c-toolbar__group--spacer);
87
- --pf-c-toolbar__group--m-icon-button-group--space-items: 0;
88
- --pf-c-toolbar__group--m-button-group--spacer: var(--pf-c-toolbar__group--spacer);
89
- --pf-c-toolbar__group--m-button-group--space-items: var(--pf-global--spacer--sm);
90
- --pf-c-toolbar__group--m-filter-group--spacer: var(--pf-c-toolbar__group--spacer);
91
- --pf-c-toolbar__group--m-filter-group--space-items: 0;
92
- --pf-c-toolbar__item--m-overflow-menu--spacer: var(--pf-c-toolbar__item--spacer);
93
- --pf-c-toolbar__item--m-bulk-select--spacer: var(--pf-global--spacer--lg);
94
- --pf-c-toolbar__expand-all-icon--Rotate: 0;
95
- --pf-c-toolbar__expand-all-icon--Transition: var(--pf-global--Transition);
96
- --pf-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
97
- --pf-c-toolbar__item--m-search-filter--spacer: var(--pf-global--spacer--sm);
98
- --pf-c-toolbar__item--m-chip-group--spacer: var(--pf-global--spacer--sm);
99
- --pf-c-toolbar__item--m-label--spacer: var(--pf-c-toolbar__item--spacer);
100
- --pf-c-toolbar__item--m-label--FontWeight: var(--pf-global--FontWeight--bold);
101
- --pf-c-toolbar__expandable-content__item--m-label--MarginBottom: calc(-1 * var(--pf-c-toolbar__expandable-content--m-expanded--GridRowGap) + var(--pf-global--spacer--sm));
102
- --pf-c-toolbar__expandable-content__item--m-label--FontSize: var(--pf-global--FontSize--sm);
103
- --pf-c-toolbar__toggle--m-expanded__c-button--m-plain--Color: var(--pf-global--Color--100);
104
- --pf-c-toolbar--c-divider--m-vertical--spacer: var(--pf-c-toolbar--spacer--base);
105
- --pf-c-toolbar--m-full-height--PaddingTop: 0;
106
- --pf-c-toolbar--m-full-height--PaddingBottom: 0;
107
- --pf-c-toolbar--m-full-height__item--Display: flex;
108
- --pf-c-toolbar--m-full-height__item--AlignItems: center;
50
+ .pf-v5-c-toolbar {
51
+ --pf-v5-c-toolbar--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
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: block;
58
+ --pf-v5-c-toolbar__item--MinWidth--base: auto;
59
+ --pf-v5-c-toolbar__item--AlignSelf: auto;
60
+ --pf-v5-c-toolbar__group--Display: flex;
61
+ --pf-v5-c-toolbar__group--AlignItems: baseline;
62
+ --pf-v5-c-toolbar__group--AlignSelf: auto;
63
+ --pf-v5-c-toolbar__group--RowGap: var(--pf-v5-c-toolbar--item--RowGap--base);
64
+ --pf-v5-c-toolbar--m-sticky--ZIndex: var(--pf-v5-global--ZIndex--xs);
65
+ --pf-v5-c-toolbar--m-sticky--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom);
66
+ --pf-v5-c-toolbar__content--Display: flex;
67
+ --pf-v5-c-toolbar__content--RowGap: var(--pf-v5-c-toolbar--RowGap--base);
68
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-global--spacer--md);
69
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-global--spacer--md);
70
+ --pf-v5-c-toolbar__content-section--Display: flex;
71
+ --pf-v5-c-toolbar__content-section--AlignItems: baseline;
72
+ --pf-v5-c-toolbar__content-section--RowGap: var(--pf-v5-c-toolbar--item--RowGap--base);
73
+ --pf-v5-c-toolbar--m-page-insets--inset: var(--pf-v5-global--spacer--md);
74
+ --pf-v5-c-toolbar--m-page-insets--xl--inset: var(--pf-v5-global--spacer--lg);
75
+ --pf-v5-c-toolbar__expandable-content--Display: grid;
76
+ --pf-v5-c-toolbar__expandable-content--PaddingRight: var(--pf-v5-c-toolbar__content--PaddingRight);
77
+ --pf-v5-c-toolbar__expandable-content--PaddingBottom: var(--pf-v5-global--spacer--md);
78
+ --pf-v5-c-toolbar__expandable-content--PaddingLeft: var(--pf-v5-c-toolbar__content--PaddingLeft);
79
+ --pf-v5-c-toolbar__expandable-content--lg--PaddingRight: 0;
80
+ --pf-v5-c-toolbar__expandable-content--lg--PaddingBottom: 0;
81
+ --pf-v5-c-toolbar__expandable-content--lg--PaddingLeft: 0;
82
+ --pf-v5-c-toolbar__expandable-content--ZIndex: var(--pf-v5-global--ZIndex--sm);
83
+ --pf-v5-c-toolbar__expandable-content--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
84
+ --pf-v5-c-toolbar__expandable-content--BackgroundColor: var(--pf-v5-c-toolbar--BackgroundColor);
85
+ --pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap: var(--pf-v5-global--gutter--md);
86
+ --pf-v5-c-toolbar__group--m-chip-container--MarginTop: calc(var(--pf-v5-global--spacer--md) * -1);
87
+ --pf-v5-c-toolbar__group--m-chip-container__item--MarginTop: var(--pf-v5-global--spacer--md);
88
+ --pf-v5-c-toolbar--spacer--base: var(--pf-v5-global--spacer--md);
89
+ --pf-v5-c-toolbar__item--spacer: var(--pf-v5-c-toolbar--spacer--base);
90
+ --pf-v5-c-toolbar__group--spacer: var(--pf-v5-c-toolbar--spacer--base);
91
+ --pf-v5-c-toolbar__item--Width: auto;
92
+ --pf-v5-c-toolbar__group--m-toggle-group--spacer: var(--pf-v5-global--spacer--sm);
93
+ --pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-v5-c-toolbar__group--spacer);
94
+ --pf-v5-c-toolbar__group--m-icon-button-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
95
+ --pf-v5-c-toolbar__group--m-icon-button-group--space-items: 0;
96
+ --pf-v5-c-toolbar__group--m-button-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
97
+ --pf-v5-c-toolbar__group--m-button-group--space-items: var(--pf-v5-global--spacer--sm);
98
+ --pf-v5-c-toolbar__group--m-filter-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
99
+ --pf-v5-c-toolbar__group--m-filter-group--space-items: 0;
100
+ --pf-v5-c-toolbar__item--m-overflow-menu--spacer: var(--pf-v5-c-toolbar__item--spacer);
101
+ --pf-v5-c-toolbar__item--m-bulk-select--spacer: var(--pf-v5-global--spacer--lg);
102
+ --pf-v5-c-toolbar__expand-all-icon--Rotate: 0;
103
+ --pf-v5-c-toolbar__expand-all-icon--Transition: var(--pf-v5-global--Transition);
104
+ --pf-v5-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
105
+ --pf-v5-c-toolbar__item--m-search-filter--spacer: var(--pf-v5-global--spacer--sm);
106
+ --pf-v5-c-toolbar__item--m-chip-group--spacer: var(--pf-v5-global--spacer--sm);
107
+ --pf-v5-c-toolbar__item--m-label--spacer: var(--pf-v5-c-toolbar__item--spacer);
108
+ --pf-v5-c-toolbar__item--m-label--FontWeight: var(--pf-v5-global--FontWeight--bold);
109
+ --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));
110
+ --pf-v5-c-toolbar__expandable-content__item--m-label--FontSize: var(--pf-v5-global--FontSize--sm);
111
+ --pf-v5-c-toolbar__toggle--m-expanded__c-button--m-plain--Color: var(--pf-v5-global--Color--100);
112
+ --pf-v5-c-toolbar--c-divider--m-vertical--spacer: var(--pf-v5-c-toolbar--spacer--base);
113
+ --pf-v5-c-toolbar--m-full-height--PaddingTop: 0;
114
+ --pf-v5-c-toolbar--m-full-height--PaddingBottom: 0;
115
+ --pf-v5-c-toolbar--m-full-height__item--Display: flex;
116
+ --pf-v5-c-toolbar--m-full-height__item--AlignItems: center;
109
117
  position: relative;
110
- row-gap: var(--pf-c-toolbar--RowGap);
111
118
  display: grid;
112
- padding-top: var(--pf-c-toolbar--PaddingTop);
113
- padding-bottom: var(--pf-c-toolbar--PaddingBottom);
114
- background-color: var(--pf-c-toolbar--BackgroundColor);
119
+ row-gap: var(--pf-v5-c-toolbar--RowGap);
120
+ padding-top: var(--pf-v5-c-toolbar--PaddingTop);
121
+ padding-bottom: var(--pf-v5-c-toolbar--PaddingBottom);
122
+ background-color: var(--pf-v5-c-toolbar--BackgroundColor);
115
123
  }
116
124
  @media screen and (min-width: 992px) {
117
- .pf-c-toolbar {
118
- --pf-c-toolbar__expandable-content--PaddingRight: var(--pf-c-toolbar__expandable-content--lg--PaddingRight);
119
- --pf-c-toolbar__expandable-content--PaddingBottom: var(--pf-c-toolbar__expandable-content--lg--PaddingBottom);
120
- --pf-c-toolbar__expandable-content--PaddingLeft: var(--pf-c-toolbar__expandable-content--lg--PaddingLeft);
125
+ .pf-v5-c-toolbar {
126
+ --pf-v5-c-toolbar__expandable-content--PaddingRight: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingRight);
127
+ --pf-v5-c-toolbar__expandable-content--PaddingBottom: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingBottom);
128
+ --pf-v5-c-toolbar__expandable-content--PaddingLeft: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingLeft);
121
129
  }
122
130
  }
123
131
  @media screen and (min-width: 1200px) {
124
- .pf-c-toolbar {
125
- --pf-c-toolbar--m-page-insets--inset: var(--pf-c-toolbar--m-page-insets--xl--inset);
132
+ .pf-v5-c-toolbar {
133
+ --pf-v5-c-toolbar--m-page-insets--inset: var(--pf-v5-c-toolbar--m-page-insets--xl--inset);
126
134
  }
127
135
  }
128
- .pf-c-toolbar.pf-m-page-insets {
129
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--m-page-insets--inset);
130
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--m-page-insets--inset);
136
+ .pf-v5-c-toolbar.pf-m-page-insets {
137
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--m-page-insets--inset);
138
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--m-page-insets--inset);
131
139
  }
132
- .pf-c-toolbar.pf-m-sticky {
140
+ .pf-v5-c-toolbar.pf-m-sticky {
133
141
  position: sticky;
134
142
  top: 0;
135
- z-index: var(--pf-c-toolbar--m-sticky--ZIndex);
136
- box-shadow: var(--pf-c-toolbar--m-sticky--BoxShadow);
143
+ z-index: var(--pf-v5-c-toolbar--m-sticky--ZIndex);
144
+ box-shadow: var(--pf-v5-c-toolbar--m-sticky--BoxShadow);
137
145
  }
138
- .pf-c-toolbar.pf-m-full-height {
139
- --pf-c-toolbar--PaddingTop: var(--pf-c-toolbar--m-full-height--PaddingTop);
140
- --pf-c-toolbar--PaddingBottom: var(--pf-c-toolbar--m-full-height--PaddingTop);
141
- --pf-c-toolbar__item--Display: var(--pf-c-toolbar--m-full-height__item--Display);
146
+ .pf-v5-c-toolbar.pf-m-full-height {
147
+ --pf-v5-c-toolbar--PaddingTop: var(--pf-v5-c-toolbar--m-full-height--PaddingTop);
148
+ --pf-v5-c-toolbar--PaddingBottom: var(--pf-v5-c-toolbar--m-full-height--PaddingTop);
149
+ --pf-v5-c-toolbar__item--Display: var(--pf-v5-c-toolbar--m-full-height__item--Display);
142
150
  height: 100%;
143
151
  }
144
- .pf-c-toolbar.pf-m-full-height,
145
- .pf-c-toolbar.pf-m-full-height .pf-c-toolbar__content,
146
- .pf-c-toolbar.pf-m-full-height .pf-c-toolbar__content-section,
147
- .pf-c-toolbar.pf-m-full-height .pf-c-toolbar__expandable-content,
148
- .pf-c-toolbar.pf-m-full-height .pf-c-toolbar__group {
152
+ .pf-v5-c-toolbar.pf-m-full-height,
153
+ .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content,
154
+ .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content-section,
155
+ .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__expandable-content,
156
+ .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__group {
149
157
  min-width: 0;
150
158
  }
151
- .pf-c-toolbar.pf-m-full-height,
152
- .pf-c-toolbar.pf-m-full-height .pf-c-toolbar__content,
153
- .pf-c-toolbar.pf-m-full-height .pf-c-toolbar__content-section,
154
- .pf-c-toolbar.pf-m-full-height .pf-c-toolbar__group,
155
- .pf-c-toolbar.pf-m-full-height .pf-c-toolbar__item {
159
+ .pf-v5-c-toolbar.pf-m-full-height,
160
+ .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content,
161
+ .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content-section,
162
+ .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__group,
163
+ .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__item {
156
164
  align-self: stretch;
157
165
  }
158
- .pf-c-toolbar.pf-m-full-height .pf-c-toolbar__item {
159
- align-items: var(--pf-c-toolbar--m-full-height__item--AlignItems);
166
+ .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__item {
167
+ align-items: var(--pf-v5-c-toolbar--m-full-height__item--AlignItems);
160
168
  }
161
- .pf-c-toolbar.pf-m-static,
162
- .pf-c-toolbar.pf-m-static .pf-c-toolbar__content {
169
+ .pf-v5-c-toolbar.pf-m-static,
170
+ .pf-v5-c-toolbar.pf-m-static .pf-v5-c-toolbar__content {
163
171
  position: static;
164
172
  }
165
- .pf-c-toolbar.pf-m-static .pf-c-toolbar__expandable-content {
173
+ .pf-v5-c-toolbar.pf-m-static .pf-v5-c-toolbar__expandable-content {
166
174
  position: absolute;
167
175
  }
168
176
 
169
- .pf-c-toolbar__content-section > .pf-c-divider,
170
- .pf-c-toolbar__group > .pf-c-divider {
171
- --pf-c-toolbar--spacer: var(--pf-c-toolbar--c-divider--m-vertical--spacer);
177
+ .pf-v5-c-toolbar__content-section > .pf-v5-c-divider,
178
+ .pf-v5-c-toolbar__group > .pf-v5-c-divider {
179
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar--c-divider--m-vertical--spacer);
172
180
  }
173
- .pf-c-toolbar__content-section > .pf-c-divider.pf-m-vertical,
174
- .pf-c-toolbar__group > .pf-c-divider.pf-m-vertical {
175
- margin-right: var(--pf-c-toolbar--spacer);
181
+ .pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical,
182
+ .pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical {
183
+ margin-right: var(--pf-v5-c-toolbar--spacer);
176
184
  }
177
- .pf-c-toolbar__content-section > .pf-c-divider.pf-m-vertical:last-child,
178
- .pf-c-toolbar__group > .pf-c-divider.pf-m-vertical:last-child {
179
- --pf-c-toolbar--spacer: 0;
185
+ .pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical:last-child,
186
+ .pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical:last-child {
187
+ --pf-v5-c-toolbar--spacer: 0;
180
188
  }
181
189
 
182
- .pf-c-toolbar__group {
183
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--spacer);
184
- --pf-hidden-visible--visible--Display: var(--pf-c-toolbar__group--Display);
190
+ .pf-v5-c-toolbar__group {
191
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--spacer);
192
+ --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__group--Display);
193
+ row-gap: var(--pf-v5-c-toolbar__group--RowGap);
194
+ align-items: var(--pf-v5-c-toolbar__group--AlignItems);
195
+ align-self: var(--pf-v5-c-toolbar__group--AlignSelf);
196
+ margin-right: var(--pf-v5-c-toolbar--spacer);
197
+ }
198
+ .pf-v5-c-toolbar__group.pf-m-align-items-center {
185
199
  align-items: center;
186
- margin-right: var(--pf-c-toolbar--spacer);
187
200
  }
188
- .pf-c-toolbar__group.pf-m-button-group {
189
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-button-group--spacer);
201
+ .pf-v5-c-toolbar__group.pf-m-align-items-baseline {
202
+ align-items: baseline;
203
+ }
204
+ .pf-v5-c-toolbar__group.pf-m-align-self-center {
205
+ align-self: center;
206
+ }
207
+ .pf-v5-c-toolbar__group.pf-m-align-self-baseline {
208
+ align-self: baseline;
190
209
  }
191
- .pf-c-toolbar__group.pf-m-button-group > * {
192
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-button-group--space-items);
210
+ .pf-v5-c-toolbar__group.pf-m-button-group {
211
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--spacer);
193
212
  }
194
- .pf-c-toolbar__group.pf-m-icon-button-group {
195
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-icon-button-group--spacer);
213
+ .pf-v5-c-toolbar__group.pf-m-button-group > * {
214
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--space-items);
196
215
  }
197
- .pf-c-toolbar__group.pf-m-icon-button-group > * {
198
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-icon-button-group--space-items);
216
+ .pf-v5-c-toolbar__group.pf-m-icon-button-group {
217
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-icon-button-group--spacer);
199
218
  }
200
- .pf-c-toolbar__group.pf-m-filter-group {
201
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-filter-group--spacer);
219
+ .pf-v5-c-toolbar__group.pf-m-icon-button-group > * {
220
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-icon-button-group--space-items);
202
221
  }
203
- .pf-c-toolbar__group.pf-m-filter-group > * {
204
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-filter-group--space-items);
222
+ .pf-v5-c-toolbar__group.pf-m-filter-group {
223
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--spacer);
205
224
  }
206
- .pf-c-toolbar__group.pf-m-filter-group > * + * {
225
+ .pf-v5-c-toolbar__group.pf-m-filter-group > * {
226
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--space-items);
227
+ }
228
+ .pf-v5-c-toolbar__group.pf-m-filter-group > * + * {
207
229
  margin-left: -1px;
208
230
  }
209
- .pf-c-toolbar__group.pf-m-toggle-group {
210
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--spacer);
231
+ .pf-v5-c-toolbar__group.pf-m-toggle-group {
232
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--spacer);
211
233
  }
212
- .pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__group,
213
- .pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__item {
234
+ .pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__group,
235
+ .pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__item {
214
236
  display: none;
215
237
  }
216
- .pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__toggle {
238
+ .pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__toggle {
217
239
  display: inline-block;
218
240
  }
219
- .pf-c-toolbar__group:last-child {
220
- --pf-c-toolbar--spacer: 0;
241
+ .pf-v5-c-toolbar__group:last-child {
242
+ --pf-v5-c-toolbar--spacer: 0;
221
243
  }
222
244
 
223
- .pf-c-toolbar__item {
224
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__item--spacer);
225
- --pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width);
226
- --pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth);
227
- --pf-hidden-visible--visible--Display: var(--pf-c-toolbar__item--Display);
228
- width: var(--pf-c-toolbar__item--Width--base);
229
- min-width: var(--pf-c-toolbar__item--MinWidth--base);
230
- margin-right: var(--pf-c-toolbar--spacer);
245
+ .pf-v5-c-toolbar__item {
246
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
247
+ --pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width);
248
+ --pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth);
249
+ --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__item--Display);
250
+ align-self: var(--pf-v5-c-toolbar__item--AlignSelf);
251
+ width: var(--pf-v5-c-toolbar__item--Width--base);
252
+ min-width: var(--pf-v5-c-toolbar__item--MinWidth--base);
253
+ margin-right: var(--pf-v5-c-toolbar--spacer);
231
254
  }
232
255
  @media (min-width: 576px) {
233
- .pf-c-toolbar__item {
234
- --pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width-on-sm, var(--pf-c-toolbar__item--Width));
256
+ .pf-v5-c-toolbar__item {
257
+ --pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width));
235
258
  }
236
259
  }
237
260
  @media (min-width: 768px) {
238
- .pf-c-toolbar__item {
239
- --pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width-on-md, var(--pf-c-toolbar__item--Width-on-sm, var(--pf-c-toolbar__item--Width)));
261
+ .pf-v5-c-toolbar__item {
262
+ --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)));
240
263
  }
241
264
  }
242
265
  @media (min-width: 992px) {
243
- .pf-c-toolbar__item {
244
- --pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width-on-lg, var(--pf-c-toolbar__item--Width-on-md, var(--pf-c-toolbar__item--Width-on-sm, var(--pf-c-toolbar__item--Width))));
266
+ .pf-v5-c-toolbar__item {
267
+ --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))));
245
268
  }
246
269
  }
247
270
  @media (min-width: 1200px) {
248
- .pf-c-toolbar__item {
249
- --pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width-on-xl, var(--pf-c-toolbar__item--Width-on-lg, var(--pf-c-toolbar__item--Width-on-md, var(--pf-c-toolbar__item--Width-on-sm, var(--pf-c-toolbar__item--Width)))));
271
+ .pf-v5-c-toolbar__item {
272
+ --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)))));
250
273
  }
251
274
  }
252
275
  @media (min-width: 1450px) {
253
- .pf-c-toolbar__item {
254
- --pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width-on-2xl, var(--pf-c-toolbar__item--Width-on-xl, var(--pf-c-toolbar__item--Width-on-lg, var(--pf-c-toolbar__item--Width-on-md, var(--pf-c-toolbar__item--Width-on-sm, var(--pf-c-toolbar__item--Width))))));
276
+ .pf-v5-c-toolbar__item {
277
+ --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))))));
255
278
  }
256
279
  }
257
280
  @media (min-width: 576px) {
258
- .pf-c-toolbar__item {
259
- --pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth));
281
+ .pf-v5-c-toolbar__item {
282
+ --pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth));
260
283
  }
261
284
  }
262
285
  @media (min-width: 768px) {
263
- .pf-c-toolbar__item {
264
- --pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-md, var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth)));
286
+ .pf-v5-c-toolbar__item {
287
+ --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)));
265
288
  }
266
289
  }
267
290
  @media (min-width: 992px) {
268
- .pf-c-toolbar__item {
269
- --pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-lg, var(--pf-c-toolbar__item--MinWidth-on-md, var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth))));
291
+ .pf-v5-c-toolbar__item {
292
+ --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))));
270
293
  }
271
294
  }
272
295
  @media (min-width: 1200px) {
273
- .pf-c-toolbar__item {
274
- --pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-xl, var(--pf-c-toolbar__item--MinWidth-on-lg, var(--pf-c-toolbar__item--MinWidth-on-md, var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth)))));
296
+ .pf-v5-c-toolbar__item {
297
+ --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)))));
275
298
  }
276
299
  }
277
300
  @media (min-width: 1450px) {
278
- .pf-c-toolbar__item {
279
- --pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-2xl, var(--pf-c-toolbar__item--MinWidth-on-xl, var(--pf-c-toolbar__item--MinWidth-on-lg, var(--pf-c-toolbar__item--MinWidth-on-md, var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth))))));
301
+ .pf-v5-c-toolbar__item {
302
+ --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))))));
280
303
  }
281
304
  }
282
- .pf-c-toolbar__item.pf-m-overflow-menu {
283
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-overflow-menu--spacer);
305
+ .pf-v5-c-toolbar__item.pf-m-align-self-center {
306
+ align-self: center;
307
+ }
308
+ .pf-v5-c-toolbar__item.pf-m-align-self-baseline {
309
+ align-self: baseline;
310
+ }
311
+ .pf-v5-c-toolbar__item.pf-m-overflow-menu {
312
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-overflow-menu--spacer);
284
313
  }
285
- .pf-c-toolbar__item.pf-m-bulk-select {
286
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-bulk-select--spacer);
314
+ .pf-v5-c-toolbar__item.pf-m-bulk-select {
315
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-bulk-select--spacer);
287
316
  }
288
- .pf-c-toolbar__item.pf-m-expand-all.pf-m-expanded {
289
- --pf-c-toolbar__expand-all-icon--Rotate: var(--pf-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate);
317
+ .pf-v5-c-toolbar__item.pf-m-expand-all.pf-m-expanded {
318
+ --pf-v5-c-toolbar__expand-all-icon--Rotate: var(--pf-v5-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate);
290
319
  }
291
- .pf-c-toolbar__item.pf-m-search-filter {
292
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-search-filter--spacer);
320
+ .pf-v5-c-toolbar__item.pf-m-search-filter {
321
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-search-filter--spacer);
293
322
  }
294
- .pf-c-toolbar__item.pf-m-chip-group {
295
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-chip-group--spacer);
323
+ .pf-v5-c-toolbar__item.pf-m-chip-group {
324
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-chip-group--spacer);
296
325
  }
297
- .pf-c-toolbar__item.pf-m-label {
298
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-label--spacer);
299
- font-weight: var(--pf-c-toolbar__item--m-label--FontWeight);
326
+ .pf-v5-c-toolbar__item.pf-m-label {
327
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-label--spacer);
328
+ font-weight: var(--pf-v5-c-toolbar__item--m-label--FontWeight);
300
329
  }
301
- .pf-c-toolbar__item.pf-m-pagination {
330
+ .pf-v5-c-toolbar__item.pf-m-pagination {
302
331
  margin-left: auto;
303
332
  }
304
- .pf-c-toolbar__item.pf-m-pagination .pf-c-pagination {
333
+ .pf-v5-c-toolbar__item.pf-m-pagination .pf-v5-c-pagination {
305
334
  flex-wrap: nowrap;
306
335
  }
307
- .pf-c-toolbar__item:last-child {
308
- --pf-c-toolbar--spacer: 0;
336
+ .pf-v5-c-toolbar__item:last-child {
337
+ --pf-v5-c-toolbar--spacer: 0;
309
338
  }
310
339
 
311
- .pf-c-toolbar__group.pf-m-overflow-container,
312
- .pf-c-toolbar__item.pf-m-overflow-container {
340
+ .pf-v5-c-toolbar__group.pf-m-overflow-container,
341
+ .pf-v5-c-toolbar__item.pf-m-overflow-container {
313
342
  flex: 1;
314
343
  overflow: hidden;
315
344
  }
316
345
 
317
- .pf-c-toolbar__expand-all-icon {
346
+ .pf-v5-c-toolbar__expand-all-icon {
318
347
  display: inline-block;
319
- transition: var(--pf-c-toolbar__expand-all-icon--Transition);
320
- transform: rotate(var(--pf-c-toolbar__expand-all-icon--Rotate));
348
+ transition: var(--pf-v5-c-toolbar__expand-all-icon--Transition);
349
+ transform: rotate(var(--pf-v5-c-toolbar__expand-all-icon--Rotate));
321
350
  }
322
351
 
323
- .pf-c-toolbar__content,
324
- .pf-c-toolbar__content-section {
352
+ .pf-v5-c-toolbar__content,
353
+ .pf-v5-c-toolbar__content-section {
325
354
  flex-wrap: wrap;
326
- align-items: center;
327
355
  }
328
356
 
329
- .pf-c-toolbar__content {
330
- --pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content--Display);
357
+ .pf-v5-c-toolbar__content {
358
+ --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__content--Display);
331
359
  position: relative;
332
- padding-right: var(--pf-c-toolbar__content--PaddingRight);
333
- padding-left: var(--pf-c-toolbar__content--PaddingLeft);
360
+ row-gap: var(--pf-v5-c-toolbar__content--RowGap);
361
+ align-items: center;
362
+ padding-right: var(--pf-v5-c-toolbar__content--PaddingRight);
363
+ padding-left: var(--pf-v5-c-toolbar__content--PaddingLeft);
334
364
  }
335
365
 
336
- .pf-c-toolbar__content-section {
337
- --pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content-section--Display);
366
+ .pf-v5-c-toolbar__content-section {
367
+ --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__content-section--Display);
368
+ row-gap: var(--pf-v5-c-toolbar__content-section--RowGap);
369
+ align-items: var(--pf-v5-c-toolbar__content-section--AlignItems);
338
370
  width: 100%;
339
371
  }
372
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-center {
373
+ align-items: center;
374
+ }
340
375
 
341
- .pf-c-toolbar__expandable-content {
376
+ .pf-v5-c-toolbar__expandable-content {
342
377
  position: absolute;
343
- top: 100%;
378
+ top: calc(100% + var(--pf-v5-c-toolbar__content--RowGap));
344
379
  right: 0;
345
380
  left: 0;
346
- z-index: var(--pf-c-toolbar__expandable-content--ZIndex);
381
+ z-index: var(--pf-v5-c-toolbar__expandable-content--ZIndex);
347
382
  display: none;
348
383
  width: 100%;
349
- padding: var(--pf-c-toolbar__expandable-content--PaddingTop) var(--pf-c-toolbar__expandable-content--PaddingRight) var(--pf-c-toolbar__expandable-content--PaddingBottom) var(--pf-c-toolbar__expandable-content--PaddingLeft);
350
- background-color: var(--pf-c-toolbar__expandable-content--BackgroundColor);
351
- box-shadow: var(--pf-c-toolbar__expandable-content--BoxShadow);
384
+ padding: 0 var(--pf-v5-c-toolbar__expandable-content--PaddingRight) var(--pf-v5-c-toolbar__expandable-content--PaddingBottom) var(--pf-v5-c-toolbar__expandable-content--PaddingLeft);
385
+ background-color: var(--pf-v5-c-toolbar__expandable-content--BackgroundColor);
386
+ box-shadow: var(--pf-v5-c-toolbar__expandable-content--BoxShadow);
352
387
  }
353
388
  @media screen and (min-width: 992px) {
354
- .pf-c-toolbar__expandable-content {
389
+ .pf-v5-c-toolbar__expandable-content {
355
390
  position: static;
356
391
  box-shadow: none;
357
392
  }
358
393
  }
359
- .pf-c-toolbar__expandable-content.pf-m-expanded {
394
+ .pf-v5-c-toolbar__expandable-content.pf-m-expanded {
360
395
  display: grid;
361
- grid-row-gap: var(--pf-c-toolbar__expandable-content--m-expanded--GridRowGap);
396
+ grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
362
397
  }
363
- .pf-c-toolbar__expandable-content .pf-c-toolbar__group,
364
- .pf-c-toolbar__expandable-content .pf-c-toolbar__item {
365
- --pf-c-toolbar--spacer: 0;
398
+ .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__group,
399
+ .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item {
400
+ --pf-v5-c-toolbar--spacer: 0;
366
401
  }
367
- .pf-c-toolbar__expandable-content .pf-c-toolbar__group {
402
+ .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__group {
368
403
  display: grid;
369
- grid-row-gap: var(--pf-c-toolbar__expandable-content--m-expanded--GridRowGap);
404
+ grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
370
405
  }
371
- .pf-c-toolbar__expandable-content .pf-m-label {
372
- margin-bottom: var(--pf-c-toolbar__expandable-content__item--m-label--MarginBottom);
373
- font-size: var(--pf-c-toolbar__expandable-content__item--m-label--FontSize);
406
+ .pf-v5-c-toolbar__expandable-content .pf-m-label {
407
+ margin-bottom: var(--pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom);
408
+ font-size: var(--pf-v5-c-toolbar__expandable-content__item--m-label--FontSize);
374
409
  }
375
410
 
376
- .pf-c-toolbar__content.pf-m-chip-container,
377
- .pf-c-toolbar__group.pf-m-chip-container {
411
+ .pf-v5-c-toolbar__content.pf-m-chip-container,
412
+ .pf-v5-c-toolbar__group.pf-m-chip-container {
378
413
  display: flex;
379
414
  flex-wrap: wrap;
380
- align-items: baseline;
381
- margin-top: var(--pf-c-toolbar__group--m-chip-container--MarginTop);
382
415
  grid-row-gap: 0;
416
+ align-items: baseline;
417
+ margin-top: var(--pf-v5-c-toolbar__group--m-chip-container--MarginTop);
383
418
  }
384
- .pf-c-toolbar__content.pf-m-chip-container .pf-c-toolbar__item,
385
- .pf-c-toolbar__group.pf-m-chip-container .pf-c-toolbar__item {
386
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__item--spacer);
387
- margin-top: var(--pf-c-toolbar__group--m-chip-container__item--MarginTop);
419
+ .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item,
420
+ .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item {
421
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
422
+ margin-top: var(--pf-v5-c-toolbar__group--m-chip-container__item--MarginTop);
388
423
  }
389
- .pf-c-toolbar__content.pf-m-chip-container .pf-c-toolbar__group,
390
- .pf-c-toolbar__group.pf-m-chip-container .pf-c-toolbar__group {
391
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--spacer);
424
+ .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group,
425
+ .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group {
426
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--spacer);
392
427
  display: flex;
393
428
  flex-wrap: wrap;
394
429
  grid-row-gap: 0;
395
430
  }
396
- .pf-c-toolbar__content.pf-m-chip-container .pf-c-toolbar__group:last-child,
397
- .pf-c-toolbar__content.pf-m-chip-container .pf-c-toolbar__item:last-child,
398
- .pf-c-toolbar__group.pf-m-chip-container .pf-c-toolbar__group:last-child,
399
- .pf-c-toolbar__group.pf-m-chip-container .pf-c-toolbar__item:last-child {
400
- --pf-c-toolbar--spacer: 0;
431
+ .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group:last-child,
432
+ .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item:last-child,
433
+ .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group:last-child,
434
+ .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item:last-child {
435
+ --pf-v5-c-toolbar--spacer: 0;
401
436
  }
402
437
 
403
- .pf-c-toolbar .pf-c-chip-group:last-child {
404
- --pf-c-chip-group--MarginRight: 0;
438
+ .pf-v5-c-toolbar .pf-v5-c-chip-group:last-child {
439
+ --pf-v5-c-chip-group--MarginRight: 0;
405
440
  }
406
441
 
407
- .pf-c-toolbar .pf-c-chip-group li:last-child {
408
- --pf-c-chip-group__li--m-toolbar--MarginRight: 0;
442
+ .pf-v5-c-toolbar .pf-v5-c-chip-group li:last-child {
443
+ --pf-v5-c-chip-group__li--m-toolbar--MarginRight: 0;
409
444
  }
410
445
 
411
- .pf-c-toolbar__toggle.pf-m-expanded .pf-c-button.pf-m-plain {
412
- color: var(--pf-c-toolbar__toggle--m-expanded__c-button--m-plain--Color);
446
+ .pf-v5-c-toolbar__toggle.pf-m-expanded .pf-v5-c-button.pf-m-plain {
447
+ color: var(--pf-v5-c-toolbar__toggle--m-expanded__c-button--m-plain--Color);
413
448
  }
414
449
 
415
450
  .pf-m-toggle-group.pf-m-show {
416
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
451
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
417
452
  }
418
- .pf-m-toggle-group.pf-m-show .pf-c-toolbar__group,
419
- .pf-m-toggle-group.pf-m-show .pf-c-toolbar__item {
453
+ .pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__group,
454
+ .pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__item {
420
455
  display: flex;
421
456
  flex: 0 1 auto;
422
457
  }
423
- .pf-m-toggle-group.pf-m-show .pf-c-toolbar__toggle {
458
+ .pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__toggle {
424
459
  display: none;
425
460
  }
426
461
 
427
462
  @media (min-width: 576px) {
428
463
  .pf-m-toggle-group.pf-m-show-on-sm {
429
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
464
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
430
465
  }
431
- .pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__group,
432
- .pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__item {
466
+ .pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__group,
467
+ .pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__item {
433
468
  display: flex;
434
469
  flex: 0 1 auto;
435
470
  }
436
- .pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__toggle {
471
+ .pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__toggle {
437
472
  display: none;
438
473
  }
439
474
  }
440
475
  @media (min-width: 768px) {
441
476
  .pf-m-toggle-group.pf-m-show-on-md {
442
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
477
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
443
478
  }
444
- .pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__group,
445
- .pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__item {
479
+ .pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__group,
480
+ .pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__item {
446
481
  display: flex;
447
482
  flex: 0 1 auto;
448
483
  }
449
- .pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__toggle {
484
+ .pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__toggle {
450
485
  display: none;
451
486
  }
452
487
  }
453
488
  @media (min-width: 992px) {
454
489
  .pf-m-toggle-group.pf-m-show-on-lg {
455
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
490
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
456
491
  }
457
- .pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__group,
458
- .pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__item {
492
+ .pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__group,
493
+ .pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__item {
459
494
  display: flex;
460
495
  flex: 0 1 auto;
461
496
  }
462
- .pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__toggle {
497
+ .pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__toggle {
463
498
  display: none;
464
499
  }
465
500
  }
466
501
  @media (min-width: 1200px) {
467
502
  .pf-m-toggle-group.pf-m-show-on-xl {
468
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
503
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
469
504
  }
470
- .pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__group,
471
- .pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__item {
505
+ .pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__group,
506
+ .pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__item {
472
507
  display: flex;
473
508
  flex: 0 1 auto;
474
509
  }
475
- .pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__toggle {
510
+ .pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__toggle {
476
511
  display: none;
477
512
  }
478
513
  }
479
514
  @media (min-width: 1450px) {
480
515
  .pf-m-toggle-group.pf-m-show-on-2xl {
481
- --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
516
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
482
517
  }
483
- .pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__group,
484
- .pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__item {
518
+ .pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__group,
519
+ .pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__item {
485
520
  display: flex;
486
521
  flex: 0 1 auto;
487
522
  }
488
- .pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__toggle {
523
+ .pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__toggle {
489
524
  display: none;
490
525
  }
491
526
  }
492
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right,
493
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right {
527
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right,
528
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right {
494
529
  margin-left: auto;
495
530
  }
496
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right ~ .pf-m-pagination,
497
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right ~ .pf-m-pagination {
531
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right ~ .pf-m-pagination,
532
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right ~ .pf-m-pagination {
498
533
  margin-left: 0;
499
534
  }
500
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left,
501
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left {
535
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left,
536
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left {
502
537
  margin-left: 0;
503
538
  }
504
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left ~ .pf-m-pagination,
505
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left ~ .pf-m-pagination {
539
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left ~ .pf-m-pagination,
540
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left ~ .pf-m-pagination {
506
541
  margin-left: auto;
507
542
  }
508
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap,
509
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap {
543
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap,
544
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap {
510
545
  flex-wrap: nowrap;
511
546
  }
512
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap,
513
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap {
547
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap,
548
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap {
514
549
  flex-wrap: wrap;
515
550
  }
516
551
  @media (min-width: 576px) {
517
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-sm,
518
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm {
552
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm,
553
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm {
519
554
  margin-left: auto;
520
555
  }
521
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
522
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
556
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
557
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
523
558
  margin-left: 0;
524
559
  }
525
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-sm,
526
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm {
560
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm,
561
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm {
527
562
  margin-left: 0;
528
563
  }
529
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
530
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
564
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
565
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
531
566
  margin-left: auto;
532
567
  }
533
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-sm,
534
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-sm {
568
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-sm,
569
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-sm {
535
570
  flex-wrap: nowrap;
536
571
  }
537
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-sm,
538
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-sm {
572
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-sm,
573
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-sm {
539
574
  flex-wrap: wrap;
540
575
  }
541
576
  }
542
577
  @media (min-width: 768px) {
543
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-md,
544
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md {
578
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md,
579
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md {
545
580
  margin-left: auto;
546
581
  }
547
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
548
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
582
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
583
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
549
584
  margin-left: 0;
550
585
  }
551
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-md,
552
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md {
586
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md,
587
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md {
553
588
  margin-left: 0;
554
589
  }
555
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
556
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
590
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
591
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
557
592
  margin-left: auto;
558
593
  }
559
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-md,
560
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-md {
594
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-md,
595
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-md {
561
596
  flex-wrap: nowrap;
562
597
  }
563
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-md,
564
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-md {
598
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-md,
599
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-md {
565
600
  flex-wrap: wrap;
566
601
  }
567
602
  }
568
603
  @media (min-width: 992px) {
569
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-lg,
570
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg {
604
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg,
605
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg {
571
606
  margin-left: auto;
572
607
  }
573
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
574
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
608
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
609
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
575
610
  margin-left: 0;
576
611
  }
577
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-lg,
578
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg {
612
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg,
613
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg {
579
614
  margin-left: 0;
580
615
  }
581
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
582
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
616
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
617
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
583
618
  margin-left: auto;
584
619
  }
585
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-lg,
586
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-lg {
620
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-lg,
621
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-lg {
587
622
  flex-wrap: nowrap;
588
623
  }
589
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-lg,
590
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-lg {
624
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-lg,
625
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-lg {
591
626
  flex-wrap: wrap;
592
627
  }
593
628
  }
594
629
  @media (min-width: 1200px) {
595
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-xl,
596
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl {
630
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl,
631
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl {
597
632
  margin-left: auto;
598
633
  }
599
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
600
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
634
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
635
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
601
636
  margin-left: 0;
602
637
  }
603
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-xl,
604
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl {
638
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl,
639
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl {
605
640
  margin-left: 0;
606
641
  }
607
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
608
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
642
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
643
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
609
644
  margin-left: auto;
610
645
  }
611
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-xl,
612
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-xl {
646
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-xl,
647
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-xl {
613
648
  flex-wrap: nowrap;
614
649
  }
615
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-xl,
616
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-xl {
650
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-xl,
651
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-xl {
617
652
  flex-wrap: wrap;
618
653
  }
619
654
  }
620
655
  @media (min-width: 1450px) {
621
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-2xl,
622
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl {
656
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl,
657
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl {
623
658
  margin-left: auto;
624
659
  }
625
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
626
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
660
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
661
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
627
662
  margin-left: 0;
628
663
  }
629
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-2xl,
630
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl {
664
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl,
665
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl {
631
666
  margin-left: 0;
632
667
  }
633
- .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
634
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
668
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
669
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
635
670
  margin-left: auto;
636
671
  }
637
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-2xl,
638
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-2xl {
672
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-2xl,
673
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-2xl {
639
674
  flex-wrap: nowrap;
640
675
  }
641
- .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-2xl,
642
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-2xl {
676
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-2xl,
677
+ .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-2xl {
643
678
  flex-wrap: wrap;
644
679
  }
645
680
  }
646
- .pf-c-toolbar .pf-m-space-items-none > * {
647
- --pf-c-toolbar--spacer: 0;
681
+ .pf-v5-c-toolbar .pf-m-space-items-none > * {
682
+ --pf-v5-c-toolbar--spacer: 0;
648
683
  }
649
- .pf-c-toolbar .pf-m-space-items-none > :last-child {
650
- --pf-c-toolbar--spacer: 0;
684
+ .pf-v5-c-toolbar .pf-m-space-items-none > :last-child {
685
+ --pf-v5-c-toolbar--spacer: 0;
651
686
  }
652
- .pf-c-toolbar .pf-m-space-items-sm > * {
653
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
687
+ .pf-v5-c-toolbar .pf-m-space-items-sm > * {
688
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
654
689
  }
655
- .pf-c-toolbar .pf-m-space-items-sm > :last-child {
656
- --pf-c-toolbar--spacer: 0;
690
+ .pf-v5-c-toolbar .pf-m-space-items-sm > :last-child {
691
+ --pf-v5-c-toolbar--spacer: 0;
657
692
  }
658
- .pf-c-toolbar .pf-m-space-items-md > * {
659
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
693
+ .pf-v5-c-toolbar .pf-m-space-items-md > * {
694
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
660
695
  }
661
- .pf-c-toolbar .pf-m-space-items-md > :last-child {
662
- --pf-c-toolbar--spacer: 0;
696
+ .pf-v5-c-toolbar .pf-m-space-items-md > :last-child {
697
+ --pf-v5-c-toolbar--spacer: 0;
663
698
  }
664
- .pf-c-toolbar .pf-m-space-items-lg > * {
665
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
699
+ .pf-v5-c-toolbar .pf-m-space-items-lg > * {
700
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
666
701
  }
667
- .pf-c-toolbar .pf-m-space-items-lg > :last-child {
668
- --pf-c-toolbar--spacer: 0;
702
+ .pf-v5-c-toolbar .pf-m-space-items-lg > :last-child {
703
+ --pf-v5-c-toolbar--spacer: 0;
669
704
  }
670
705
  @media (min-width: 576px) {
671
- .pf-c-toolbar .pf-m-space-items-none-on-sm > * {
672
- --pf-c-toolbar--spacer: 0;
706
+ .pf-v5-c-toolbar .pf-m-space-items-none-on-sm > * {
707
+ --pf-v5-c-toolbar--spacer: 0;
673
708
  }
674
- .pf-c-toolbar .pf-m-space-items-none-on-sm > :last-child {
675
- --pf-c-toolbar--spacer: 0;
709
+ .pf-v5-c-toolbar .pf-m-space-items-none-on-sm > :last-child {
710
+ --pf-v5-c-toolbar--spacer: 0;
676
711
  }
677
- .pf-c-toolbar .pf-m-space-items-sm-on-sm > * {
678
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
712
+ .pf-v5-c-toolbar .pf-m-space-items-sm-on-sm > * {
713
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
679
714
  }
680
- .pf-c-toolbar .pf-m-space-items-sm-on-sm > :last-child {
681
- --pf-c-toolbar--spacer: 0;
715
+ .pf-v5-c-toolbar .pf-m-space-items-sm-on-sm > :last-child {
716
+ --pf-v5-c-toolbar--spacer: 0;
682
717
  }
683
- .pf-c-toolbar .pf-m-space-items-md-on-sm > * {
684
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
718
+ .pf-v5-c-toolbar .pf-m-space-items-md-on-sm > * {
719
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
685
720
  }
686
- .pf-c-toolbar .pf-m-space-items-md-on-sm > :last-child {
687
- --pf-c-toolbar--spacer: 0;
721
+ .pf-v5-c-toolbar .pf-m-space-items-md-on-sm > :last-child {
722
+ --pf-v5-c-toolbar--spacer: 0;
688
723
  }
689
- .pf-c-toolbar .pf-m-space-items-lg-on-sm > * {
690
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
724
+ .pf-v5-c-toolbar .pf-m-space-items-lg-on-sm > * {
725
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
691
726
  }
692
- .pf-c-toolbar .pf-m-space-items-lg-on-sm > :last-child {
693
- --pf-c-toolbar--spacer: 0;
727
+ .pf-v5-c-toolbar .pf-m-space-items-lg-on-sm > :last-child {
728
+ --pf-v5-c-toolbar--spacer: 0;
694
729
  }
695
730
  }
696
731
  @media (min-width: 768px) {
697
- .pf-c-toolbar .pf-m-space-items-none-on-md > * {
698
- --pf-c-toolbar--spacer: 0;
732
+ .pf-v5-c-toolbar .pf-m-space-items-none-on-md > * {
733
+ --pf-v5-c-toolbar--spacer: 0;
699
734
  }
700
- .pf-c-toolbar .pf-m-space-items-none-on-md > :last-child {
701
- --pf-c-toolbar--spacer: 0;
735
+ .pf-v5-c-toolbar .pf-m-space-items-none-on-md > :last-child {
736
+ --pf-v5-c-toolbar--spacer: 0;
702
737
  }
703
- .pf-c-toolbar .pf-m-space-items-sm-on-md > * {
704
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
738
+ .pf-v5-c-toolbar .pf-m-space-items-sm-on-md > * {
739
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
705
740
  }
706
- .pf-c-toolbar .pf-m-space-items-sm-on-md > :last-child {
707
- --pf-c-toolbar--spacer: 0;
741
+ .pf-v5-c-toolbar .pf-m-space-items-sm-on-md > :last-child {
742
+ --pf-v5-c-toolbar--spacer: 0;
708
743
  }
709
- .pf-c-toolbar .pf-m-space-items-md-on-md > * {
710
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
744
+ .pf-v5-c-toolbar .pf-m-space-items-md-on-md > * {
745
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
711
746
  }
712
- .pf-c-toolbar .pf-m-space-items-md-on-md > :last-child {
713
- --pf-c-toolbar--spacer: 0;
747
+ .pf-v5-c-toolbar .pf-m-space-items-md-on-md > :last-child {
748
+ --pf-v5-c-toolbar--spacer: 0;
714
749
  }
715
- .pf-c-toolbar .pf-m-space-items-lg-on-md > * {
716
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
750
+ .pf-v5-c-toolbar .pf-m-space-items-lg-on-md > * {
751
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
717
752
  }
718
- .pf-c-toolbar .pf-m-space-items-lg-on-md > :last-child {
719
- --pf-c-toolbar--spacer: 0;
753
+ .pf-v5-c-toolbar .pf-m-space-items-lg-on-md > :last-child {
754
+ --pf-v5-c-toolbar--spacer: 0;
720
755
  }
721
756
  }
722
757
  @media (min-width: 992px) {
723
- .pf-c-toolbar .pf-m-space-items-none-on-lg > * {
724
- --pf-c-toolbar--spacer: 0;
758
+ .pf-v5-c-toolbar .pf-m-space-items-none-on-lg > * {
759
+ --pf-v5-c-toolbar--spacer: 0;
725
760
  }
726
- .pf-c-toolbar .pf-m-space-items-none-on-lg > :last-child {
727
- --pf-c-toolbar--spacer: 0;
761
+ .pf-v5-c-toolbar .pf-m-space-items-none-on-lg > :last-child {
762
+ --pf-v5-c-toolbar--spacer: 0;
728
763
  }
729
- .pf-c-toolbar .pf-m-space-items-sm-on-lg > * {
730
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
764
+ .pf-v5-c-toolbar .pf-m-space-items-sm-on-lg > * {
765
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
731
766
  }
732
- .pf-c-toolbar .pf-m-space-items-sm-on-lg > :last-child {
733
- --pf-c-toolbar--spacer: 0;
767
+ .pf-v5-c-toolbar .pf-m-space-items-sm-on-lg > :last-child {
768
+ --pf-v5-c-toolbar--spacer: 0;
734
769
  }
735
- .pf-c-toolbar .pf-m-space-items-md-on-lg > * {
736
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
770
+ .pf-v5-c-toolbar .pf-m-space-items-md-on-lg > * {
771
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
737
772
  }
738
- .pf-c-toolbar .pf-m-space-items-md-on-lg > :last-child {
739
- --pf-c-toolbar--spacer: 0;
773
+ .pf-v5-c-toolbar .pf-m-space-items-md-on-lg > :last-child {
774
+ --pf-v5-c-toolbar--spacer: 0;
740
775
  }
741
- .pf-c-toolbar .pf-m-space-items-lg-on-lg > * {
742
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
776
+ .pf-v5-c-toolbar .pf-m-space-items-lg-on-lg > * {
777
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
743
778
  }
744
- .pf-c-toolbar .pf-m-space-items-lg-on-lg > :last-child {
745
- --pf-c-toolbar--spacer: 0;
779
+ .pf-v5-c-toolbar .pf-m-space-items-lg-on-lg > :last-child {
780
+ --pf-v5-c-toolbar--spacer: 0;
746
781
  }
747
782
  }
748
783
  @media (min-width: 1200px) {
749
- .pf-c-toolbar .pf-m-space-items-none-on-xl > * {
750
- --pf-c-toolbar--spacer: 0;
784
+ .pf-v5-c-toolbar .pf-m-space-items-none-on-xl > * {
785
+ --pf-v5-c-toolbar--spacer: 0;
751
786
  }
752
- .pf-c-toolbar .pf-m-space-items-none-on-xl > :last-child {
753
- --pf-c-toolbar--spacer: 0;
787
+ .pf-v5-c-toolbar .pf-m-space-items-none-on-xl > :last-child {
788
+ --pf-v5-c-toolbar--spacer: 0;
754
789
  }
755
- .pf-c-toolbar .pf-m-space-items-sm-on-xl > * {
756
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
790
+ .pf-v5-c-toolbar .pf-m-space-items-sm-on-xl > * {
791
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
757
792
  }
758
- .pf-c-toolbar .pf-m-space-items-sm-on-xl > :last-child {
759
- --pf-c-toolbar--spacer: 0;
793
+ .pf-v5-c-toolbar .pf-m-space-items-sm-on-xl > :last-child {
794
+ --pf-v5-c-toolbar--spacer: 0;
760
795
  }
761
- .pf-c-toolbar .pf-m-space-items-md-on-xl > * {
762
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
796
+ .pf-v5-c-toolbar .pf-m-space-items-md-on-xl > * {
797
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
763
798
  }
764
- .pf-c-toolbar .pf-m-space-items-md-on-xl > :last-child {
765
- --pf-c-toolbar--spacer: 0;
799
+ .pf-v5-c-toolbar .pf-m-space-items-md-on-xl > :last-child {
800
+ --pf-v5-c-toolbar--spacer: 0;
766
801
  }
767
- .pf-c-toolbar .pf-m-space-items-lg-on-xl > * {
768
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
802
+ .pf-v5-c-toolbar .pf-m-space-items-lg-on-xl > * {
803
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
769
804
  }
770
- .pf-c-toolbar .pf-m-space-items-lg-on-xl > :last-child {
771
- --pf-c-toolbar--spacer: 0;
805
+ .pf-v5-c-toolbar .pf-m-space-items-lg-on-xl > :last-child {
806
+ --pf-v5-c-toolbar--spacer: 0;
772
807
  }
773
808
  }
774
809
  @media (min-width: 1450px) {
775
- .pf-c-toolbar .pf-m-space-items-none-on-2xl > * {
776
- --pf-c-toolbar--spacer: 0;
810
+ .pf-v5-c-toolbar .pf-m-space-items-none-on-2xl > * {
811
+ --pf-v5-c-toolbar--spacer: 0;
777
812
  }
778
- .pf-c-toolbar .pf-m-space-items-none-on-2xl > :last-child {
779
- --pf-c-toolbar--spacer: 0;
813
+ .pf-v5-c-toolbar .pf-m-space-items-none-on-2xl > :last-child {
814
+ --pf-v5-c-toolbar--spacer: 0;
780
815
  }
781
- .pf-c-toolbar .pf-m-space-items-sm-on-2xl > * {
782
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
816
+ .pf-v5-c-toolbar .pf-m-space-items-sm-on-2xl > * {
817
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
783
818
  }
784
- .pf-c-toolbar .pf-m-space-items-sm-on-2xl > :last-child {
785
- --pf-c-toolbar--spacer: 0;
819
+ .pf-v5-c-toolbar .pf-m-space-items-sm-on-2xl > :last-child {
820
+ --pf-v5-c-toolbar--spacer: 0;
786
821
  }
787
- .pf-c-toolbar .pf-m-space-items-md-on-2xl > * {
788
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
822
+ .pf-v5-c-toolbar .pf-m-space-items-md-on-2xl > * {
823
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
789
824
  }
790
- .pf-c-toolbar .pf-m-space-items-md-on-2xl > :last-child {
791
- --pf-c-toolbar--spacer: 0;
825
+ .pf-v5-c-toolbar .pf-m-space-items-md-on-2xl > :last-child {
826
+ --pf-v5-c-toolbar--spacer: 0;
792
827
  }
793
- .pf-c-toolbar .pf-m-space-items-lg-on-2xl > * {
794
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
828
+ .pf-v5-c-toolbar .pf-m-space-items-lg-on-2xl > * {
829
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
795
830
  }
796
- .pf-c-toolbar .pf-m-space-items-lg-on-2xl > :last-child {
797
- --pf-c-toolbar--spacer: 0;
831
+ .pf-v5-c-toolbar .pf-m-space-items-lg-on-2xl > :last-child {
832
+ --pf-v5-c-toolbar--spacer: 0;
798
833
  }
799
834
  }
800
- .pf-c-toolbar .pf-m-spacer-none {
801
- --pf-c-toolbar--spacer: 0;
835
+ .pf-v5-c-toolbar .pf-m-spacer-none {
836
+ --pf-v5-c-toolbar--spacer: 0;
802
837
  }
803
- .pf-c-toolbar .pf-m-spacer-none:last-child {
804
- --pf-c-toolbar--spacer: 0;
838
+ .pf-v5-c-toolbar .pf-m-spacer-none:last-child {
839
+ --pf-v5-c-toolbar--spacer: 0;
805
840
  }
806
- .pf-c-toolbar .pf-m-spacer-sm {
807
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
841
+ .pf-v5-c-toolbar .pf-m-spacer-sm {
842
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
808
843
  }
809
- .pf-c-toolbar .pf-m-spacer-sm:last-child {
810
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
844
+ .pf-v5-c-toolbar .pf-m-spacer-sm:last-child {
845
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
811
846
  }
812
- .pf-c-toolbar .pf-m-spacer-md {
813
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
847
+ .pf-v5-c-toolbar .pf-m-spacer-md {
848
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
814
849
  }
815
- .pf-c-toolbar .pf-m-spacer-md:last-child {
816
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
850
+ .pf-v5-c-toolbar .pf-m-spacer-md:last-child {
851
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
817
852
  }
818
- .pf-c-toolbar .pf-m-spacer-lg {
819
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
853
+ .pf-v5-c-toolbar .pf-m-spacer-lg {
854
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
820
855
  }
821
- .pf-c-toolbar .pf-m-spacer-lg:last-child {
822
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
856
+ .pf-v5-c-toolbar .pf-m-spacer-lg:last-child {
857
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
823
858
  }
824
859
  @media (min-width: 576px) {
825
- .pf-c-toolbar .pf-m-spacer-none-on-sm {
826
- --pf-c-toolbar--spacer: 0;
860
+ .pf-v5-c-toolbar .pf-m-spacer-none-on-sm {
861
+ --pf-v5-c-toolbar--spacer: 0;
827
862
  }
828
- .pf-c-toolbar .pf-m-spacer-none-on-sm:last-child {
829
- --pf-c-toolbar--spacer: 0;
863
+ .pf-v5-c-toolbar .pf-m-spacer-none-on-sm:last-child {
864
+ --pf-v5-c-toolbar--spacer: 0;
830
865
  }
831
- .pf-c-toolbar .pf-m-spacer-sm-on-sm {
832
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
866
+ .pf-v5-c-toolbar .pf-m-spacer-sm-on-sm {
867
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
833
868
  }
834
- .pf-c-toolbar .pf-m-spacer-sm-on-sm:last-child {
835
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
869
+ .pf-v5-c-toolbar .pf-m-spacer-sm-on-sm:last-child {
870
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
836
871
  }
837
- .pf-c-toolbar .pf-m-spacer-md-on-sm {
838
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
872
+ .pf-v5-c-toolbar .pf-m-spacer-md-on-sm {
873
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
839
874
  }
840
- .pf-c-toolbar .pf-m-spacer-md-on-sm:last-child {
841
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
875
+ .pf-v5-c-toolbar .pf-m-spacer-md-on-sm:last-child {
876
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
842
877
  }
843
- .pf-c-toolbar .pf-m-spacer-lg-on-sm {
844
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
878
+ .pf-v5-c-toolbar .pf-m-spacer-lg-on-sm {
879
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
845
880
  }
846
- .pf-c-toolbar .pf-m-spacer-lg-on-sm:last-child {
847
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
881
+ .pf-v5-c-toolbar .pf-m-spacer-lg-on-sm:last-child {
882
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
848
883
  }
849
884
  }
850
885
  @media (min-width: 768px) {
851
- .pf-c-toolbar .pf-m-spacer-none-on-md {
852
- --pf-c-toolbar--spacer: 0;
886
+ .pf-v5-c-toolbar .pf-m-spacer-none-on-md {
887
+ --pf-v5-c-toolbar--spacer: 0;
853
888
  }
854
- .pf-c-toolbar .pf-m-spacer-none-on-md:last-child {
855
- --pf-c-toolbar--spacer: 0;
889
+ .pf-v5-c-toolbar .pf-m-spacer-none-on-md:last-child {
890
+ --pf-v5-c-toolbar--spacer: 0;
856
891
  }
857
- .pf-c-toolbar .pf-m-spacer-sm-on-md {
858
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
892
+ .pf-v5-c-toolbar .pf-m-spacer-sm-on-md {
893
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
859
894
  }
860
- .pf-c-toolbar .pf-m-spacer-sm-on-md:last-child {
861
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
895
+ .pf-v5-c-toolbar .pf-m-spacer-sm-on-md:last-child {
896
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
862
897
  }
863
- .pf-c-toolbar .pf-m-spacer-md-on-md {
864
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
898
+ .pf-v5-c-toolbar .pf-m-spacer-md-on-md {
899
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
865
900
  }
866
- .pf-c-toolbar .pf-m-spacer-md-on-md:last-child {
867
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
901
+ .pf-v5-c-toolbar .pf-m-spacer-md-on-md:last-child {
902
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
868
903
  }
869
- .pf-c-toolbar .pf-m-spacer-lg-on-md {
870
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
904
+ .pf-v5-c-toolbar .pf-m-spacer-lg-on-md {
905
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
871
906
  }
872
- .pf-c-toolbar .pf-m-spacer-lg-on-md:last-child {
873
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
907
+ .pf-v5-c-toolbar .pf-m-spacer-lg-on-md:last-child {
908
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
874
909
  }
875
910
  }
876
911
  @media (min-width: 992px) {
877
- .pf-c-toolbar .pf-m-spacer-none-on-lg {
878
- --pf-c-toolbar--spacer: 0;
912
+ .pf-v5-c-toolbar .pf-m-spacer-none-on-lg {
913
+ --pf-v5-c-toolbar--spacer: 0;
879
914
  }
880
- .pf-c-toolbar .pf-m-spacer-none-on-lg:last-child {
881
- --pf-c-toolbar--spacer: 0;
915
+ .pf-v5-c-toolbar .pf-m-spacer-none-on-lg:last-child {
916
+ --pf-v5-c-toolbar--spacer: 0;
882
917
  }
883
- .pf-c-toolbar .pf-m-spacer-sm-on-lg {
884
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
918
+ .pf-v5-c-toolbar .pf-m-spacer-sm-on-lg {
919
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
885
920
  }
886
- .pf-c-toolbar .pf-m-spacer-sm-on-lg:last-child {
887
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
921
+ .pf-v5-c-toolbar .pf-m-spacer-sm-on-lg:last-child {
922
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
888
923
  }
889
- .pf-c-toolbar .pf-m-spacer-md-on-lg {
890
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
924
+ .pf-v5-c-toolbar .pf-m-spacer-md-on-lg {
925
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
891
926
  }
892
- .pf-c-toolbar .pf-m-spacer-md-on-lg:last-child {
893
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
927
+ .pf-v5-c-toolbar .pf-m-spacer-md-on-lg:last-child {
928
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
894
929
  }
895
- .pf-c-toolbar .pf-m-spacer-lg-on-lg {
896
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
930
+ .pf-v5-c-toolbar .pf-m-spacer-lg-on-lg {
931
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
897
932
  }
898
- .pf-c-toolbar .pf-m-spacer-lg-on-lg:last-child {
899
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
933
+ .pf-v5-c-toolbar .pf-m-spacer-lg-on-lg:last-child {
934
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
900
935
  }
901
936
  }
902
937
  @media (min-width: 1200px) {
903
- .pf-c-toolbar .pf-m-spacer-none-on-xl {
904
- --pf-c-toolbar--spacer: 0;
938
+ .pf-v5-c-toolbar .pf-m-spacer-none-on-xl {
939
+ --pf-v5-c-toolbar--spacer: 0;
905
940
  }
906
- .pf-c-toolbar .pf-m-spacer-none-on-xl:last-child {
907
- --pf-c-toolbar--spacer: 0;
941
+ .pf-v5-c-toolbar .pf-m-spacer-none-on-xl:last-child {
942
+ --pf-v5-c-toolbar--spacer: 0;
908
943
  }
909
- .pf-c-toolbar .pf-m-spacer-sm-on-xl {
910
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
944
+ .pf-v5-c-toolbar .pf-m-spacer-sm-on-xl {
945
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
911
946
  }
912
- .pf-c-toolbar .pf-m-spacer-sm-on-xl:last-child {
913
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
947
+ .pf-v5-c-toolbar .pf-m-spacer-sm-on-xl:last-child {
948
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
914
949
  }
915
- .pf-c-toolbar .pf-m-spacer-md-on-xl {
916
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
950
+ .pf-v5-c-toolbar .pf-m-spacer-md-on-xl {
951
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
917
952
  }
918
- .pf-c-toolbar .pf-m-spacer-md-on-xl:last-child {
919
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
953
+ .pf-v5-c-toolbar .pf-m-spacer-md-on-xl:last-child {
954
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
920
955
  }
921
- .pf-c-toolbar .pf-m-spacer-lg-on-xl {
922
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
956
+ .pf-v5-c-toolbar .pf-m-spacer-lg-on-xl {
957
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
923
958
  }
924
- .pf-c-toolbar .pf-m-spacer-lg-on-xl:last-child {
925
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
959
+ .pf-v5-c-toolbar .pf-m-spacer-lg-on-xl:last-child {
960
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
926
961
  }
927
962
  }
928
963
  @media (min-width: 1450px) {
929
- .pf-c-toolbar .pf-m-spacer-none-on-2xl {
930
- --pf-c-toolbar--spacer: 0;
964
+ .pf-v5-c-toolbar .pf-m-spacer-none-on-2xl {
965
+ --pf-v5-c-toolbar--spacer: 0;
931
966
  }
932
- .pf-c-toolbar .pf-m-spacer-none-on-2xl:last-child {
933
- --pf-c-toolbar--spacer: 0;
967
+ .pf-v5-c-toolbar .pf-m-spacer-none-on-2xl:last-child {
968
+ --pf-v5-c-toolbar--spacer: 0;
934
969
  }
935
- .pf-c-toolbar .pf-m-spacer-sm-on-2xl {
936
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
970
+ .pf-v5-c-toolbar .pf-m-spacer-sm-on-2xl {
971
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
937
972
  }
938
- .pf-c-toolbar .pf-m-spacer-sm-on-2xl:last-child {
939
- --pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
973
+ .pf-v5-c-toolbar .pf-m-spacer-sm-on-2xl:last-child {
974
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
940
975
  }
941
- .pf-c-toolbar .pf-m-spacer-md-on-2xl {
942
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
976
+ .pf-v5-c-toolbar .pf-m-spacer-md-on-2xl {
977
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
943
978
  }
944
- .pf-c-toolbar .pf-m-spacer-md-on-2xl:last-child {
945
- --pf-c-toolbar--spacer: var(--pf-global--spacer--md);
979
+ .pf-v5-c-toolbar .pf-m-spacer-md-on-2xl:last-child {
980
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
946
981
  }
947
- .pf-c-toolbar .pf-m-spacer-lg-on-2xl {
948
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
982
+ .pf-v5-c-toolbar .pf-m-spacer-lg-on-2xl {
983
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
949
984
  }
950
- .pf-c-toolbar .pf-m-spacer-lg-on-2xl:last-child {
951
- --pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
985
+ .pf-v5-c-toolbar .pf-m-spacer-lg-on-2xl:last-child {
986
+ --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
952
987
  }
953
988
  }
954
- .pf-c-toolbar.pf-m-inset-none {
955
- --pf-c-toolbar--inset: 0;
956
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
957
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
989
+ .pf-v5-c-toolbar.pf-m-inset-none {
990
+ --pf-v5-c-toolbar--inset: 0;
991
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
992
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
958
993
  }
959
- .pf-c-toolbar.pf-m-inset-sm {
960
- --pf-c-toolbar--inset: var(--pf-global--spacer--sm);
961
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
962
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
994
+ .pf-v5-c-toolbar.pf-m-inset-sm {
995
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
996
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
997
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
963
998
  }
964
- .pf-c-toolbar.pf-m-inset-md {
965
- --pf-c-toolbar--inset: var(--pf-global--spacer--md);
966
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
967
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
999
+ .pf-v5-c-toolbar.pf-m-inset-md {
1000
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1001
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1002
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
968
1003
  }
969
- .pf-c-toolbar.pf-m-inset-lg {
970
- --pf-c-toolbar--inset: var(--pf-global--spacer--lg);
971
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
972
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1004
+ .pf-v5-c-toolbar.pf-m-inset-lg {
1005
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1006
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1007
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
973
1008
  }
974
- .pf-c-toolbar.pf-m-inset-xl {
975
- --pf-c-toolbar--inset: var(--pf-global--spacer--xl);
976
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
977
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1009
+ .pf-v5-c-toolbar.pf-m-inset-xl {
1010
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1011
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1012
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
978
1013
  }
979
- .pf-c-toolbar.pf-m-inset-2xl {
980
- --pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
981
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
982
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1014
+ .pf-v5-c-toolbar.pf-m-inset-2xl {
1015
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1016
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1017
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
983
1018
  }
984
1019
  @media (min-width: 576px) {
985
- .pf-c-toolbar.pf-m-inset-none-on-sm {
986
- --pf-c-toolbar--inset: 0;
987
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
988
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1020
+ .pf-v5-c-toolbar.pf-m-inset-none-on-sm {
1021
+ --pf-v5-c-toolbar--inset: 0;
1022
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1023
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
989
1024
  }
990
- .pf-c-toolbar.pf-m-inset-sm-on-sm {
991
- --pf-c-toolbar--inset: var(--pf-global--spacer--sm);
992
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
993
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1025
+ .pf-v5-c-toolbar.pf-m-inset-sm-on-sm {
1026
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1027
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1028
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
994
1029
  }
995
- .pf-c-toolbar.pf-m-inset-md-on-sm {
996
- --pf-c-toolbar--inset: var(--pf-global--spacer--md);
997
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
998
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1030
+ .pf-v5-c-toolbar.pf-m-inset-md-on-sm {
1031
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1032
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1033
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
999
1034
  }
1000
- .pf-c-toolbar.pf-m-inset-lg-on-sm {
1001
- --pf-c-toolbar--inset: var(--pf-global--spacer--lg);
1002
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1003
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1035
+ .pf-v5-c-toolbar.pf-m-inset-lg-on-sm {
1036
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1037
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1038
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1004
1039
  }
1005
- .pf-c-toolbar.pf-m-inset-xl-on-sm {
1006
- --pf-c-toolbar--inset: var(--pf-global--spacer--xl);
1007
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1008
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1040
+ .pf-v5-c-toolbar.pf-m-inset-xl-on-sm {
1041
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1042
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1043
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1009
1044
  }
1010
- .pf-c-toolbar.pf-m-inset-2xl-on-sm {
1011
- --pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
1012
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1013
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1045
+ .pf-v5-c-toolbar.pf-m-inset-2xl-on-sm {
1046
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1047
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1048
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1014
1049
  }
1015
1050
  }
1016
1051
  @media (min-width: 768px) {
1017
- .pf-c-toolbar.pf-m-inset-none-on-md {
1018
- --pf-c-toolbar--inset: 0;
1019
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1020
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1052
+ .pf-v5-c-toolbar.pf-m-inset-none-on-md {
1053
+ --pf-v5-c-toolbar--inset: 0;
1054
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1055
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1021
1056
  }
1022
- .pf-c-toolbar.pf-m-inset-sm-on-md {
1023
- --pf-c-toolbar--inset: var(--pf-global--spacer--sm);
1024
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1025
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1057
+ .pf-v5-c-toolbar.pf-m-inset-sm-on-md {
1058
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1059
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1060
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1026
1061
  }
1027
- .pf-c-toolbar.pf-m-inset-md-on-md {
1028
- --pf-c-toolbar--inset: var(--pf-global--spacer--md);
1029
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1030
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1062
+ .pf-v5-c-toolbar.pf-m-inset-md-on-md {
1063
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1064
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1065
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1031
1066
  }
1032
- .pf-c-toolbar.pf-m-inset-lg-on-md {
1033
- --pf-c-toolbar--inset: var(--pf-global--spacer--lg);
1034
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1035
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1067
+ .pf-v5-c-toolbar.pf-m-inset-lg-on-md {
1068
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1069
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1070
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1036
1071
  }
1037
- .pf-c-toolbar.pf-m-inset-xl-on-md {
1038
- --pf-c-toolbar--inset: var(--pf-global--spacer--xl);
1039
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1040
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1072
+ .pf-v5-c-toolbar.pf-m-inset-xl-on-md {
1073
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1074
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1075
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1041
1076
  }
1042
- .pf-c-toolbar.pf-m-inset-2xl-on-md {
1043
- --pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
1044
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1045
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1077
+ .pf-v5-c-toolbar.pf-m-inset-2xl-on-md {
1078
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
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);
1046
1081
  }
1047
1082
  }
1048
1083
  @media (min-width: 992px) {
1049
- .pf-c-toolbar.pf-m-inset-none-on-lg {
1050
- --pf-c-toolbar--inset: 0;
1051
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1052
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1084
+ .pf-v5-c-toolbar.pf-m-inset-none-on-lg {
1085
+ --pf-v5-c-toolbar--inset: 0;
1086
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1087
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1053
1088
  }
1054
- .pf-c-toolbar.pf-m-inset-sm-on-lg {
1055
- --pf-c-toolbar--inset: var(--pf-global--spacer--sm);
1056
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1057
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1089
+ .pf-v5-c-toolbar.pf-m-inset-sm-on-lg {
1090
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1091
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1092
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1058
1093
  }
1059
- .pf-c-toolbar.pf-m-inset-md-on-lg {
1060
- --pf-c-toolbar--inset: var(--pf-global--spacer--md);
1061
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1062
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1094
+ .pf-v5-c-toolbar.pf-m-inset-md-on-lg {
1095
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1096
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1097
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1063
1098
  }
1064
- .pf-c-toolbar.pf-m-inset-lg-on-lg {
1065
- --pf-c-toolbar--inset: var(--pf-global--spacer--lg);
1066
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1067
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1099
+ .pf-v5-c-toolbar.pf-m-inset-lg-on-lg {
1100
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1101
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1102
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1068
1103
  }
1069
- .pf-c-toolbar.pf-m-inset-xl-on-lg {
1070
- --pf-c-toolbar--inset: var(--pf-global--spacer--xl);
1071
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1072
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1104
+ .pf-v5-c-toolbar.pf-m-inset-xl-on-lg {
1105
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1106
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1107
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1073
1108
  }
1074
- .pf-c-toolbar.pf-m-inset-2xl-on-lg {
1075
- --pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
1076
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1077
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1109
+ .pf-v5-c-toolbar.pf-m-inset-2xl-on-lg {
1110
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
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);
1078
1113
  }
1079
1114
  }
1080
1115
  @media (min-width: 1200px) {
1081
- .pf-c-toolbar.pf-m-inset-none-on-xl {
1082
- --pf-c-toolbar--inset: 0;
1083
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1084
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1116
+ .pf-v5-c-toolbar.pf-m-inset-none-on-xl {
1117
+ --pf-v5-c-toolbar--inset: 0;
1118
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1119
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1085
1120
  }
1086
- .pf-c-toolbar.pf-m-inset-sm-on-xl {
1087
- --pf-c-toolbar--inset: var(--pf-global--spacer--sm);
1088
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1089
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1121
+ .pf-v5-c-toolbar.pf-m-inset-sm-on-xl {
1122
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1123
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1124
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1090
1125
  }
1091
- .pf-c-toolbar.pf-m-inset-md-on-xl {
1092
- --pf-c-toolbar--inset: var(--pf-global--spacer--md);
1093
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1094
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1126
+ .pf-v5-c-toolbar.pf-m-inset-md-on-xl {
1127
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1128
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1129
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1095
1130
  }
1096
- .pf-c-toolbar.pf-m-inset-lg-on-xl {
1097
- --pf-c-toolbar--inset: var(--pf-global--spacer--lg);
1098
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1099
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1131
+ .pf-v5-c-toolbar.pf-m-inset-lg-on-xl {
1132
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1133
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1134
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1100
1135
  }
1101
- .pf-c-toolbar.pf-m-inset-xl-on-xl {
1102
- --pf-c-toolbar--inset: var(--pf-global--spacer--xl);
1103
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1104
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1136
+ .pf-v5-c-toolbar.pf-m-inset-xl-on-xl {
1137
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1138
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1139
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1105
1140
  }
1106
- .pf-c-toolbar.pf-m-inset-2xl-on-xl {
1107
- --pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
1108
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1109
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1141
+ .pf-v5-c-toolbar.pf-m-inset-2xl-on-xl {
1142
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
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);
1110
1145
  }
1111
1146
  }
1112
1147
  @media (min-width: 1450px) {
1113
- .pf-c-toolbar.pf-m-inset-none-on-2xl {
1114
- --pf-c-toolbar--inset: 0;
1115
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1116
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1148
+ .pf-v5-c-toolbar.pf-m-inset-none-on-2xl {
1149
+ --pf-v5-c-toolbar--inset: 0;
1150
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1151
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1117
1152
  }
1118
- .pf-c-toolbar.pf-m-inset-sm-on-2xl {
1119
- --pf-c-toolbar--inset: var(--pf-global--spacer--sm);
1120
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1121
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1153
+ .pf-v5-c-toolbar.pf-m-inset-sm-on-2xl {
1154
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1155
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1156
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1122
1157
  }
1123
- .pf-c-toolbar.pf-m-inset-md-on-2xl {
1124
- --pf-c-toolbar--inset: var(--pf-global--spacer--md);
1125
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1126
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1158
+ .pf-v5-c-toolbar.pf-m-inset-md-on-2xl {
1159
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1160
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1161
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1127
1162
  }
1128
- .pf-c-toolbar.pf-m-inset-lg-on-2xl {
1129
- --pf-c-toolbar--inset: var(--pf-global--spacer--lg);
1130
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1131
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1163
+ .pf-v5-c-toolbar.pf-m-inset-lg-on-2xl {
1164
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1165
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1166
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1132
1167
  }
1133
- .pf-c-toolbar.pf-m-inset-xl-on-2xl {
1134
- --pf-c-toolbar--inset: var(--pf-global--spacer--xl);
1135
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1136
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1168
+ .pf-v5-c-toolbar.pf-m-inset-xl-on-2xl {
1169
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1170
+ --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1171
+ --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1137
1172
  }
1138
- .pf-c-toolbar.pf-m-inset-2xl-on-2xl {
1139
- --pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
1140
- --pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
1141
- --pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
1173
+ .pf-v5-c-toolbar.pf-m-inset-2xl-on-2xl {
1174
+ --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
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);
1142
1177
  }
1143
1178
  }
1144
1179
 
1145
- .pf-c-toolbar__content-section > :last-child {
1146
- --pf-c-toolbar--spacer: 0;
1180
+ .pf-v5-c-toolbar__content-section > :last-child {
1181
+ --pf-v5-c-toolbar--spacer: 0;
1147
1182
  }