@patternfly/react-styles 6.0.0-alpha.13 → 6.0.0-alpha.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (568) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/css/components/AboutModalBox/about-modal-box.css +102 -102
  3. package/css/components/AboutModalBox/about-modal-box.d.ts +9 -9
  4. package/css/components/AboutModalBox/about-modal-box.js +9 -9
  5. package/css/components/AboutModalBox/about-modal-box.mjs +9 -9
  6. package/css/components/Accordion/accordion.css +118 -118
  7. package/css/components/Accordion/accordion.d.ts +8 -8
  8. package/css/components/Accordion/accordion.js +8 -8
  9. package/css/components/Accordion/accordion.mjs +8 -8
  10. package/css/components/ActionList/action-list.css +16 -16
  11. package/css/components/ActionList/action-list.d.ts +2 -2
  12. package/css/components/ActionList/action-list.js +2 -2
  13. package/css/components/ActionList/action-list.mjs +2 -2
  14. package/css/components/Alert/alert-group.css +50 -50
  15. package/css/components/Alert/alert-group.d.ts +2 -2
  16. package/css/components/Alert/alert-group.js +2 -2
  17. package/css/components/Alert/alert-group.mjs +2 -2
  18. package/css/components/Alert/alert.css +161 -161
  19. package/css/components/Alert/alert.d.ts +10 -10
  20. package/css/components/Alert/alert.js +10 -10
  21. package/css/components/Alert/alert.mjs +10 -10
  22. package/css/components/AppLauncher/app-launcher.css +167 -167
  23. package/css/components/AppLauncher/app-launcher.d.ts +12 -12
  24. package/css/components/AppLauncher/app-launcher.js +12 -12
  25. package/css/components/AppLauncher/app-launcher.mjs +12 -12
  26. package/css/components/Avatar/avatar.css +116 -116
  27. package/css/components/Avatar/avatar.d.ts +1 -1
  28. package/css/components/Avatar/avatar.js +1 -1
  29. package/css/components/Avatar/avatar.mjs +1 -1
  30. package/css/components/BackToTop/back-to-top.css +21 -21
  31. package/css/components/BackToTop/back-to-top.d.ts +2 -2
  32. package/css/components/BackToTop/back-to-top.js +2 -2
  33. package/css/components/BackToTop/back-to-top.mjs +2 -2
  34. package/css/components/Backdrop/backdrop.css +9 -9
  35. package/css/components/Backdrop/backdrop.d.ts +2 -2
  36. package/css/components/Backdrop/backdrop.js +2 -2
  37. package/css/components/Backdrop/backdrop.mjs +2 -2
  38. package/css/components/BackgroundImage/background-image.css +15 -15
  39. package/css/components/BackgroundImage/background-image.d.ts +2 -2
  40. package/css/components/BackgroundImage/background-image.js +2 -2
  41. package/css/components/BackgroundImage/background-image.mjs +2 -2
  42. package/css/components/Badge/badge.css +35 -35
  43. package/css/components/Badge/badge.d.ts +2 -2
  44. package/css/components/Badge/badge.js +2 -2
  45. package/css/components/Badge/badge.mjs +2 -2
  46. package/css/components/Banner/banner.css +114 -114
  47. package/css/components/Banner/banner.d.ts +2 -2
  48. package/css/components/Banner/banner.js +2 -2
  49. package/css/components/Banner/banner.mjs +2 -2
  50. package/css/components/Brand/brand.css +28 -28
  51. package/css/components/Brand/brand.d.ts +1 -1
  52. package/css/components/Brand/brand.js +1 -1
  53. package/css/components/Brand/brand.mjs +1 -1
  54. package/css/components/Breadcrumb/breadcrumb.css +62 -62
  55. package/css/components/Breadcrumb/breadcrumb.d.ts +9 -9
  56. package/css/components/Breadcrumb/breadcrumb.js +9 -9
  57. package/css/components/Breadcrumb/breadcrumb.mjs +9 -9
  58. package/css/components/Button/button.css +514 -514
  59. package/css/components/Button/button.d.ts +6 -6
  60. package/css/components/Button/button.js +6 -6
  61. package/css/components/Button/button.mjs +6 -6
  62. package/css/components/CalendarMonth/calendar-month.css +144 -144
  63. package/css/components/CalendarMonth/calendar-month.d.ts +13 -13
  64. package/css/components/CalendarMonth/calendar-month.js +13 -13
  65. package/css/components/CalendarMonth/calendar-month.mjs +13 -13
  66. package/css/components/Card/card.css +230 -230
  67. package/css/components/Card/card.d.ts +20 -20
  68. package/css/components/Card/card.js +20 -20
  69. package/css/components/Card/card.mjs +20 -20
  70. package/css/components/Check/check.css +43 -43
  71. package/css/components/Check/check.d.ts +6 -6
  72. package/css/components/Check/check.js +6 -6
  73. package/css/components/Check/check.mjs +6 -6
  74. package/css/components/Chip/chip-group.css +60 -60
  75. package/css/components/Chip/chip-group.d.ts +6 -6
  76. package/css/components/Chip/chip-group.js +6 -6
  77. package/css/components/Chip/chip-group.mjs +6 -6
  78. package/css/components/Chip/chip.css +83 -83
  79. package/css/components/Chip/chip.d.ts +8 -8
  80. package/css/components/Chip/chip.js +8 -8
  81. package/css/components/Chip/chip.mjs +8 -8
  82. package/css/components/ClipboardCopy/clipboard-copy.css +71 -71
  83. package/css/components/ClipboardCopy/clipboard-copy.d.ts +9 -9
  84. package/css/components/ClipboardCopy/clipboard-copy.js +9 -9
  85. package/css/components/ClipboardCopy/clipboard-copy.mjs +9 -9
  86. package/css/components/CodeBlock/code-block.css +35 -35
  87. package/css/components/CodeBlock/code-block.d.ts +6 -6
  88. package/css/components/CodeBlock/code-block.js +6 -6
  89. package/css/components/CodeBlock/code-block.mjs +6 -6
  90. package/css/components/CodeEditor/code-editor.css +121 -121
  91. package/css/components/CodeEditor/code-editor.d.ts +12 -12
  92. package/css/components/CodeEditor/code-editor.js +12 -12
  93. package/css/components/CodeEditor/code-editor.mjs +12 -12
  94. package/css/components/Consoles/AccessConsoles.css +5 -5
  95. package/css/components/Consoles/AccessConsoles.d.ts +2 -2
  96. package/css/components/Consoles/AccessConsoles.js +2 -2
  97. package/css/components/Consoles/AccessConsoles.mjs +2 -2
  98. package/css/components/Consoles/DesktopViewer.css +2 -2
  99. package/css/components/Consoles/DesktopViewer.d.ts +1 -1
  100. package/css/components/Consoles/DesktopViewer.js +1 -1
  101. package/css/components/Consoles/DesktopViewer.mjs +1 -1
  102. package/css/components/Consoles/SerialConsole.css +4 -4
  103. package/css/components/Consoles/SerialConsole.d.ts +2 -2
  104. package/css/components/Consoles/SerialConsole.js +2 -2
  105. package/css/components/Consoles/SerialConsole.mjs +2 -2
  106. package/css/components/Consoles/VncConsole.css +3 -3
  107. package/css/components/Consoles/VncConsole.d.ts +2 -2
  108. package/css/components/Consoles/VncConsole.js +2 -2
  109. package/css/components/Consoles/VncConsole.mjs +2 -2
  110. package/css/components/Content/content.css +216 -216
  111. package/css/components/Content/content.d.ts +1 -1
  112. package/css/components/Content/content.js +1 -1
  113. package/css/components/Content/content.mjs +1 -1
  114. package/css/components/ContextSelector/context-selector.css +251 -251
  115. package/css/components/ContextSelector/context-selector.d.ts +10 -10
  116. package/css/components/ContextSelector/context-selector.js +10 -10
  117. package/css/components/ContextSelector/context-selector.mjs +10 -10
  118. package/css/components/DataList/data-list-grid.css +182 -182
  119. package/css/components/DataList/data-list-grid.d.ts +4 -4
  120. package/css/components/DataList/data-list-grid.js +4 -4
  121. package/css/components/DataList/data-list-grid.mjs +4 -4
  122. package/css/components/DataList/data-list.css +468 -468
  123. package/css/components/DataList/data-list.d.ts +17 -17
  124. package/css/components/DataList/data-list.js +17 -17
  125. package/css/components/DataList/data-list.mjs +17 -17
  126. package/css/components/DatePicker/date-picker.css +35 -35
  127. package/css/components/DatePicker/date-picker.d.ts +5 -5
  128. package/css/components/DatePicker/date-picker.js +5 -5
  129. package/css/components/DatePicker/date-picker.mjs +5 -5
  130. package/css/components/DescriptionList/description-list-order.css +90 -90
  131. package/css/components/DescriptionList/description-list-order.d.ts +1 -1
  132. package/css/components/DescriptionList/description-list-order.js +1 -1
  133. package/css/components/DescriptionList/description-list-order.mjs +1 -1
  134. package/css/components/DescriptionList/description-list.css +193 -193
  135. package/css/components/DescriptionList/description-list.d.ts +7 -7
  136. package/css/components/DescriptionList/description-list.js +7 -7
  137. package/css/components/DescriptionList/description-list.mjs +7 -7
  138. package/css/components/Divider/divider.css +143 -143
  139. package/css/components/Divider/divider.d.ts +1 -1
  140. package/css/components/Divider/divider.js +1 -1
  141. package/css/components/Divider/divider.mjs +1 -1
  142. package/css/components/DragDrop/drag-drop.css +46 -46
  143. package/css/components/DragDrop/drag-drop.d.ts +2 -2
  144. package/css/components/DragDrop/drag-drop.js +2 -2
  145. package/css/components/DragDrop/drag-drop.mjs +2 -2
  146. package/css/components/Drawer/drawer.css +474 -474
  147. package/css/components/Drawer/drawer.d.ts +15 -15
  148. package/css/components/Drawer/drawer.js +15 -15
  149. package/css/components/Drawer/drawer.mjs +15 -15
  150. package/css/components/Dropdown/dropdown.css +457 -457
  151. package/css/components/Dropdown/dropdown.d.ts +21 -21
  152. package/css/components/Dropdown/dropdown.js +21 -21
  153. package/css/components/Dropdown/dropdown.mjs +21 -21
  154. package/css/components/DualListSelector/dual-list-selector.css +199 -199
  155. package/css/components/DualListSelector/dual-list-selector.d.ts +27 -27
  156. package/css/components/DualListSelector/dual-list-selector.js +27 -27
  157. package/css/components/DualListSelector/dual-list-selector.mjs +27 -27
  158. package/css/components/EmptyState/empty-state.css +104 -104
  159. package/css/components/EmptyState/empty-state.d.ts +7 -7
  160. package/css/components/EmptyState/empty-state.js +7 -7
  161. package/css/components/EmptyState/empty-state.mjs +7 -7
  162. package/css/components/ExpandableSection/expandable-section.css +113 -113
  163. package/css/components/ExpandableSection/expandable-section.d.ts +6 -6
  164. package/css/components/ExpandableSection/expandable-section.js +6 -6
  165. package/css/components/ExpandableSection/expandable-section.mjs +6 -6
  166. package/css/components/FileUpload/file-upload.css +32 -32
  167. package/css/components/FileUpload/file-upload.d.ts +6 -6
  168. package/css/components/FileUpload/file-upload.js +6 -6
  169. package/css/components/FileUpload/file-upload.mjs +6 -6
  170. package/css/components/Form/form.css +281 -281
  171. package/css/components/Form/form.d.ts +28 -28
  172. package/css/components/Form/form.js +28 -28
  173. package/css/components/Form/form.mjs +28 -28
  174. package/css/components/FormControl/form-control.css +197 -197
  175. package/css/components/FormControl/form-control.d.ts +4 -4
  176. package/css/components/FormControl/form-control.js +4 -4
  177. package/css/components/FormControl/form-control.mjs +4 -4
  178. package/css/components/HelperText/helper-text.css +51 -51
  179. package/css/components/HelperText/helper-text.d.ts +4 -4
  180. package/css/components/HelperText/helper-text.js +4 -4
  181. package/css/components/HelperText/helper-text.mjs +4 -4
  182. package/css/components/Hint/hint.css +46 -46
  183. package/css/components/Hint/hint.d.ts +8 -8
  184. package/css/components/Hint/hint.js +8 -8
  185. package/css/components/Hint/hint.mjs +8 -8
  186. package/css/components/Icon/icon.css +218 -218
  187. package/css/components/Icon/icon.d.ts +4 -4
  188. package/css/components/Icon/icon.js +4 -4
  189. package/css/components/Icon/icon.mjs +4 -4
  190. package/css/components/InlineEdit/inline-edit.css +43 -43
  191. package/css/components/InlineEdit/inline-edit.d.ts +8 -8
  192. package/css/components/InlineEdit/inline-edit.js +8 -8
  193. package/css/components/InlineEdit/inline-edit.mjs +8 -8
  194. package/css/components/InputGroup/input-group.css +52 -52
  195. package/css/components/InputGroup/input-group.d.ts +3 -3
  196. package/css/components/InputGroup/input-group.js +3 -3
  197. package/css/components/InputGroup/input-group.mjs +3 -3
  198. package/css/components/JumpLinks/jump-links.css +183 -183
  199. package/css/components/JumpLinks/jump-links.d.ts +12 -12
  200. package/css/components/JumpLinks/jump-links.js +12 -12
  201. package/css/components/JumpLinks/jump-links.mjs +12 -12
  202. package/css/components/Label/label-group.css +86 -86
  203. package/css/components/Label/label-group.d.ts +8 -8
  204. package/css/components/Label/label-group.js +8 -8
  205. package/css/components/Label/label-group.mjs +8 -8
  206. package/css/components/Label/label.css +438 -438
  207. package/css/components/Label/label.d.ts +6 -6
  208. package/css/components/Label/label.js +6 -6
  209. package/css/components/Label/label.mjs +6 -6
  210. package/css/components/List/list.css +53 -53
  211. package/css/components/List/list.d.ts +3 -3
  212. package/css/components/List/list.js +3 -3
  213. package/css/components/List/list.mjs +3 -3
  214. package/css/components/LogViewer/log-viewer.css +138 -138
  215. package/css/components/LogViewer/log-viewer.d.ts +14 -14
  216. package/css/components/LogViewer/log-viewer.js +14 -14
  217. package/css/components/LogViewer/log-viewer.mjs +14 -14
  218. package/css/components/Login/login.css +139 -139
  219. package/css/components/Login/login.d.ts +18 -18
  220. package/css/components/Login/login.js +18 -18
  221. package/css/components/Login/login.mjs +18 -18
  222. package/css/components/Masthead/masthead.css +319 -319
  223. package/css/components/Masthead/masthead.d.ts +8 -8
  224. package/css/components/Masthead/masthead.js +8 -8
  225. package/css/components/Masthead/masthead.mjs +8 -8
  226. package/css/components/Menu/menu.css +415 -415
  227. package/css/components/Menu/menu.d.ts +26 -26
  228. package/css/components/Menu/menu.js +26 -26
  229. package/css/components/Menu/menu.mjs +26 -26
  230. package/css/components/MenuToggle/menu-toggle.css +275 -275
  231. package/css/components/MenuToggle/menu-toggle.d.ts +11 -11
  232. package/css/components/MenuToggle/menu-toggle.js +11 -11
  233. package/css/components/MenuToggle/menu-toggle.mjs +11 -11
  234. package/css/components/ModalBox/modal-box.css +121 -121
  235. package/css/components/ModalBox/modal-box.d.ts +11 -11
  236. package/css/components/ModalBox/modal-box.js +11 -11
  237. package/css/components/ModalBox/modal-box.mjs +11 -11
  238. package/css/components/MultipleFileUpload/multiple-file-upload.css +163 -163
  239. package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +17 -17
  240. package/css/components/MultipleFileUpload/multiple-file-upload.js +17 -17
  241. package/css/components/MultipleFileUpload/multiple-file-upload.mjs +17 -17
  242. package/css/components/Nav/nav.css +225 -225
  243. package/css/components/Nav/nav.d.ts +13 -13
  244. package/css/components/Nav/nav.js +13 -13
  245. package/css/components/Nav/nav.mjs +13 -13
  246. package/css/components/NotificationBadge/notification-badge.css +66 -66
  247. package/css/components/NotificationBadge/notification-badge.d.ts +1 -1
  248. package/css/components/NotificationBadge/notification-badge.js +1 -1
  249. package/css/components/NotificationBadge/notification-badge.mjs +1 -1
  250. package/css/components/NotificationDrawer/notification-drawer.css +179 -179
  251. package/css/components/NotificationDrawer/notification-drawer.d.ts +21 -21
  252. package/css/components/NotificationDrawer/notification-drawer.js +21 -21
  253. package/css/components/NotificationDrawer/notification-drawer.mjs +21 -21
  254. package/css/components/NumberInput/number-input.css +20 -20
  255. package/css/components/NumberInput/number-input.d.ts +5 -5
  256. package/css/components/NumberInput/number-input.js +5 -5
  257. package/css/components/NumberInput/number-input.mjs +5 -5
  258. package/css/components/OptionsMenu/options-menu.css +190 -190
  259. package/css/components/OptionsMenu/options-menu.d.ts +13 -13
  260. package/css/components/OptionsMenu/options-menu.js +13 -13
  261. package/css/components/OptionsMenu/options-menu.mjs +13 -13
  262. package/css/components/OverflowMenu/overflow-menu.css +19 -19
  263. package/css/components/OverflowMenu/overflow-menu.d.ts +5 -5
  264. package/css/components/OverflowMenu/overflow-menu.js +5 -5
  265. package/css/components/OverflowMenu/overflow-menu.mjs +5 -5
  266. package/css/components/Page/page.css +598 -598
  267. package/css/components/Page/page.d.ts +33 -33
  268. package/css/components/Page/page.js +33 -33
  269. package/css/components/Page/page.mjs +33 -33
  270. package/css/components/Pagination/pagination.css +220 -220
  271. package/css/components/Pagination/pagination.d.ts +8 -8
  272. package/css/components/Pagination/pagination.js +8 -8
  273. package/css/components/Pagination/pagination.mjs +8 -8
  274. package/css/components/Panel/panel.css +72 -72
  275. package/css/components/Panel/panel.d.ts +5 -5
  276. package/css/components/Panel/panel.js +5 -5
  277. package/css/components/Panel/panel.mjs +5 -5
  278. package/css/components/Popover/popover.css +148 -148
  279. package/css/components/Popover/popover.d.ts +10 -10
  280. package/css/components/Popover/popover.js +10 -10
  281. package/css/components/Popover/popover.mjs +10 -10
  282. package/css/components/Popper/Popper.css +1 -1
  283. package/css/components/Popper/Popper.d.ts +1 -1
  284. package/css/components/Popper/Popper.js +1 -1
  285. package/css/components/Popper/Popper.mjs +1 -1
  286. package/css/components/Progress/progress.css +80 -80
  287. package/css/components/Progress/progress.d.ts +8 -8
  288. package/css/components/Progress/progress.js +8 -8
  289. package/css/components/Progress/progress.mjs +8 -8
  290. package/css/components/ProgressStepper/progress-stepper.css +514 -514
  291. package/css/components/ProgressStepper/progress-stepper.d.ts +8 -8
  292. package/css/components/ProgressStepper/progress-stepper.js +8 -8
  293. package/css/components/ProgressStepper/progress-stepper.mjs +8 -8
  294. package/css/components/Radio/radio.css +44 -44
  295. package/css/components/Radio/radio.d.ts +5 -5
  296. package/css/components/Radio/radio.js +5 -5
  297. package/css/components/Radio/radio.mjs +5 -5
  298. package/css/components/Select/select.css +423 -423
  299. package/css/components/Select/select.d.ts +34 -34
  300. package/css/components/Select/select.js +34 -34
  301. package/css/components/Select/select.mjs +34 -34
  302. package/css/components/Sidebar/sidebar.css +166 -166
  303. package/css/components/Sidebar/sidebar.d.ts +5 -4
  304. package/css/components/Sidebar/sidebar.js +5 -4
  305. package/css/components/Sidebar/sidebar.mjs +5 -4
  306. package/css/components/SimpleList/simple-list.css +53 -53
  307. package/css/components/SimpleList/simple-list.d.ts +4 -4
  308. package/css/components/SimpleList/simple-list.js +4 -4
  309. package/css/components/SimpleList/simple-list.mjs +4 -4
  310. package/css/components/Skeleton/skeleton.css +112 -112
  311. package/css/components/Skeleton/skeleton.d.ts +2 -2
  312. package/css/components/Skeleton/skeleton.js +2 -2
  313. package/css/components/Skeleton/skeleton.mjs +2 -2
  314. package/css/components/SkipToContent/skip-to-content.css +8 -8
  315. package/css/components/SkipToContent/skip-to-content.d.ts +1 -1
  316. package/css/components/SkipToContent/skip-to-content.js +1 -1
  317. package/css/components/SkipToContent/skip-to-content.mjs +1 -1
  318. package/css/components/Slider/slider.css +144 -144
  319. package/css/components/Slider/slider.d.ts +13 -13
  320. package/css/components/Slider/slider.js +13 -13
  321. package/css/components/Slider/slider.mjs +13 -13
  322. package/css/components/Spinner/spinner.css +36 -36
  323. package/css/components/Spinner/spinner.d.ts +2 -2
  324. package/css/components/Spinner/spinner.js +2 -2
  325. package/css/components/Spinner/spinner.mjs +2 -2
  326. package/css/components/Switch/switch.css +89 -89
  327. package/css/components/Switch/switch.d.ts +6 -6
  328. package/css/components/Switch/switch.js +6 -6
  329. package/css/components/Switch/switch.mjs +6 -6
  330. package/css/components/TabContent/tab-content.css +34 -34
  331. package/css/components/TabContent/tab-content.d.ts +2 -2
  332. package/css/components/TabContent/tab-content.js +2 -2
  333. package/css/components/TabContent/tab-content.mjs +2 -2
  334. package/css/components/Table/inline-edit.css +31 -31
  335. package/css/components/Table/inline-edit.d.ts +2 -2
  336. package/css/components/Table/inline-edit.js +2 -2
  337. package/css/components/Table/inline-edit.mjs +2 -2
  338. package/css/components/Table/table-grid.css +911 -911
  339. package/css/components/Table/table-grid.d.ts +19 -19
  340. package/css/components/Table/table-grid.js +19 -19
  341. package/css/components/Table/table-grid.mjs +19 -19
  342. package/css/components/Table/table-scrollable.css +38 -38
  343. package/css/components/Table/table-scrollable.d.ts +4 -4
  344. package/css/components/Table/table-scrollable.js +4 -4
  345. package/css/components/Table/table-scrollable.mjs +4 -4
  346. package/css/components/Table/table-tree-view.css +497 -497
  347. package/css/components/Table/table-tree-view.d.ts +19 -19
  348. package/css/components/Table/table-tree-view.js +19 -19
  349. package/css/components/Table/table-tree-view.mjs +19 -19
  350. package/css/components/Table/table.css +660 -660
  351. package/css/components/Table/table.d.ts +32 -32
  352. package/css/components/Table/table.js +32 -32
  353. package/css/components/Table/table.mjs +32 -32
  354. package/css/components/Tabs/tabs.css +616 -616
  355. package/css/components/Tabs/tabs.d.ts +16 -16
  356. package/css/components/Tabs/tabs.js +16 -16
  357. package/css/components/Tabs/tabs.mjs +16 -16
  358. package/css/components/TextInputGroup/text-input-group.css +88 -88
  359. package/css/components/TextInputGroup/text-input-group.d.ts +8 -8
  360. package/css/components/TextInputGroup/text-input-group.js +8 -8
  361. package/css/components/TextInputGroup/text-input-group.mjs +8 -8
  362. package/css/components/Tile/tile.css +68 -68
  363. package/css/components/Tile/tile.d.ts +5 -5
  364. package/css/components/Tile/tile.js +5 -5
  365. package/css/components/Tile/tile.mjs +5 -5
  366. package/css/components/Timestamp/timestamp.css +29 -29
  367. package/css/components/Timestamp/timestamp.d.ts +1 -1
  368. package/css/components/Timestamp/timestamp.js +1 -1
  369. package/css/components/Timestamp/timestamp.mjs +1 -1
  370. package/css/components/Title/title.css +87 -87
  371. package/css/components/Title/title.d.ts +1 -1
  372. package/css/components/Title/title.js +1 -1
  373. package/css/components/Title/title.mjs +1 -1
  374. package/css/components/ToggleGroup/toggle-group.css +86 -86
  375. package/css/components/ToggleGroup/toggle-group.d.ts +6 -5
  376. package/css/components/ToggleGroup/toggle-group.js +6 -5
  377. package/css/components/ToggleGroup/toggle-group.mjs +6 -5
  378. package/css/components/Toolbar/toolbar.css +2279 -2279
  379. package/css/components/Toolbar/toolbar.d.ts +10 -10
  380. package/css/components/Toolbar/toolbar.js +10 -10
  381. package/css/components/Toolbar/toolbar.mjs +10 -10
  382. package/css/components/Tooltip/tooltip.css +85 -85
  383. package/css/components/Tooltip/tooltip.d.ts +3 -3
  384. package/css/components/Tooltip/tooltip.js +3 -3
  385. package/css/components/Tooltip/tooltip.mjs +3 -3
  386. package/css/components/TreeView/tree-view.css +363 -363
  387. package/css/components/TreeView/tree-view.d.ts +16 -16
  388. package/css/components/TreeView/tree-view.js +16 -16
  389. package/css/components/TreeView/tree-view.mjs +16 -16
  390. package/css/components/Truncate/truncate.css +15 -15
  391. package/css/components/Truncate/truncate.d.ts +4 -4
  392. package/css/components/Truncate/truncate.js +4 -4
  393. package/css/components/Truncate/truncate.mjs +4 -4
  394. package/css/components/Wizard/wizard.css +272 -272
  395. package/css/components/Wizard/wizard.d.ts +28 -28
  396. package/css/components/Wizard/wizard.js +28 -28
  397. package/css/components/Wizard/wizard.mjs +28 -28
  398. package/css/docs/components/Brand/examples/Brand.d.ts +1 -1
  399. package/css/docs/components/Brand/examples/Brand.js +1 -1
  400. package/css/docs/components/Brand/examples/Brand.mjs +1 -1
  401. package/css/docs/components/Button/examples/Button.d.ts +1 -1
  402. package/css/docs/components/Button/examples/Button.js +1 -1
  403. package/css/docs/components/Button/examples/Button.mjs +1 -1
  404. package/css/docs/components/DragDrop/examples/DragDrop.d.ts +2 -2
  405. package/css/docs/components/DragDrop/examples/DragDrop.js +2 -2
  406. package/css/docs/components/DragDrop/examples/DragDrop.mjs +2 -2
  407. package/css/docs/components/Dropdown/deprecated/Dropdown.d.ts +1 -1
  408. package/css/docs/components/Dropdown/deprecated/Dropdown.js +1 -1
  409. package/css/docs/components/Dropdown/deprecated/Dropdown.mjs +1 -1
  410. package/css/docs/components/Label/examples/Label.d.ts +1 -1
  411. package/css/docs/components/Label/examples/Label.js +1 -1
  412. package/css/docs/components/Label/examples/Label.mjs +1 -1
  413. package/css/docs/components/LogViewer/examples/LogViewer.d.ts +1 -1
  414. package/css/docs/components/LogViewer/examples/LogViewer.js +1 -1
  415. package/css/docs/components/LogViewer/examples/LogViewer.mjs +1 -1
  416. package/css/docs/components/Menu/examples/Menu.d.ts +3 -3
  417. package/css/docs/components/Menu/examples/Menu.js +3 -3
  418. package/css/docs/components/Menu/examples/Menu.mjs +3 -3
  419. package/css/docs/components/Nav/examples/Navigation.d.ts +2 -2
  420. package/css/docs/components/Nav/examples/Navigation.js +2 -2
  421. package/css/docs/components/Nav/examples/Navigation.mjs +2 -2
  422. package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
  423. package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
  424. package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
  425. package/css/docs/components/Page/deprecated/PageHeader.d.ts +3 -3
  426. package/css/docs/components/Page/deprecated/PageHeader.js +3 -3
  427. package/css/docs/components/Page/deprecated/PageHeader.mjs +3 -3
  428. package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
  429. package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
  430. package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
  431. package/css/docs/components/Table/examples/Table.d.ts +1 -1
  432. package/css/docs/components/Table/examples/Table.js +1 -1
  433. package/css/docs/components/Table/examples/Table.mjs +1 -1
  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.d.ts +1 -1
  438. package/css/docs/components/Tile/examples/Tile.js +1 -1
  439. package/css/docs/components/Tile/examples/Tile.mjs +1 -1
  440. package/css/docs/components/Toolbar/examples/Toolbar.d.ts +3 -3
  441. package/css/docs/components/Toolbar/examples/Toolbar.js +3 -3
  442. package/css/docs/components/Toolbar/examples/Toolbar.mjs +3 -3
  443. package/css/docs/components/Truncate/examples/Truncate.d.ts +1 -1
  444. package/css/docs/components/Truncate/examples/Truncate.js +1 -1
  445. package/css/docs/components/Truncate/examples/Truncate.mjs +1 -1
  446. package/css/docs/demos/Card/examples/Card.d.ts +2 -2
  447. package/css/docs/demos/Card/examples/Card.js +2 -2
  448. package/css/docs/demos/Card/examples/Card.mjs +2 -2
  449. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +3 -3
  450. package/css/docs/demos/Toolbar/examples/Toolbar.js +3 -3
  451. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +3 -3
  452. package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +2 -2
  453. package/css/docs/layouts/Bullseye/examples/Bullseye.js +2 -2
  454. package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +2 -2
  455. package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
  456. package/css/docs/layouts/Flex/examples/Flex.js +2 -2
  457. package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
  458. package/css/docs/layouts/Gallery/examples/Gallery.d.ts +2 -2
  459. package/css/docs/layouts/Gallery/examples/Gallery.js +2 -2
  460. package/css/docs/layouts/Gallery/examples/Gallery.mjs +2 -2
  461. package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
  462. package/css/docs/layouts/Grid/examples/Grid.js +1 -1
  463. package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
  464. package/css/docs/layouts/Level/examples/Level.d.ts +2 -2
  465. package/css/docs/layouts/Level/examples/Level.js +2 -2
  466. package/css/docs/layouts/Level/examples/Level.mjs +2 -2
  467. package/css/docs/layouts/Split/examples/Split.d.ts +2 -2
  468. package/css/docs/layouts/Split/examples/Split.js +2 -2
  469. package/css/docs/layouts/Split/examples/Split.mjs +2 -2
  470. package/css/docs/layouts/Stack/examples/Stack.d.ts +2 -2
  471. package/css/docs/layouts/Stack/examples/Stack.js +2 -2
  472. package/css/docs/layouts/Stack/examples/Stack.mjs +2 -2
  473. package/css/docs/utilities/Alignment/examples/Alignment.d.ts +4 -4
  474. package/css/docs/utilities/Alignment/examples/Alignment.js +4 -4
  475. package/css/docs/utilities/Alignment/examples/Alignment.mjs +4 -4
  476. package/css/docs/utilities/Display/examples/Display.d.ts +8 -8
  477. package/css/docs/utilities/Display/examples/Display.js +8 -8
  478. package/css/docs/utilities/Display/examples/Display.mjs +8 -8
  479. package/css/docs/utilities/Flex/examples/Flex.d.ts +2 -2
  480. package/css/docs/utilities/Flex/examples/Flex.js +2 -2
  481. package/css/docs/utilities/Flex/examples/Flex.mjs +2 -2
  482. package/css/docs/utilities/Float/examples/Float.d.ts +2 -2
  483. package/css/docs/utilities/Float/examples/Float.js +2 -2
  484. package/css/docs/utilities/Float/examples/Float.mjs +2 -2
  485. package/css/docs/utilities/Sizing/examples/Sizing.d.ts +4 -4
  486. package/css/docs/utilities/Sizing/examples/Sizing.js +4 -4
  487. package/css/docs/utilities/Sizing/examples/Sizing.mjs +4 -4
  488. package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
  489. package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
  490. package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
  491. package/css/layouts/Bullseye/bullseye.css +3 -3
  492. package/css/layouts/Bullseye/bullseye.d.ts +1 -1
  493. package/css/layouts/Bullseye/bullseye.js +1 -1
  494. package/css/layouts/Bullseye/bullseye.mjs +1 -1
  495. package/css/layouts/Flex/flex.css +1276 -1276
  496. package/css/layouts/Flex/flex.d.ts +1 -1
  497. package/css/layouts/Flex/flex.js +1 -1
  498. package/css/layouts/Flex/flex.mjs +1 -1
  499. package/css/layouts/Gallery/gallery.css +34 -34
  500. package/css/layouts/Gallery/gallery.d.ts +1 -1
  501. package/css/layouts/Gallery/gallery.js +1 -1
  502. package/css/layouts/Gallery/gallery.mjs +1 -1
  503. package/css/layouts/Grid/grid.css +531 -531
  504. package/css/layouts/Grid/grid.d.ts +2 -2
  505. package/css/layouts/Grid/grid.js +2 -2
  506. package/css/layouts/Grid/grid.mjs +2 -2
  507. package/css/layouts/Level/level.css +4 -4
  508. package/css/layouts/Level/level.d.ts +1 -1
  509. package/css/layouts/Level/level.js +1 -1
  510. package/css/layouts/Level/level.mjs +1 -1
  511. package/css/layouts/Split/split.css +6 -6
  512. package/css/layouts/Split/split.d.ts +2 -2
  513. package/css/layouts/Split/split.js +2 -2
  514. package/css/layouts/Split/split.mjs +2 -2
  515. package/css/layouts/Stack/stack.css +5 -5
  516. package/css/layouts/Stack/stack.d.ts +2 -2
  517. package/css/layouts/Stack/stack.js +2 -2
  518. package/css/layouts/Stack/stack.mjs +2 -2
  519. package/css/layouts/Toolbar/toolbar.css +8 -8
  520. package/css/utilities/Accessibility/accessibility.css +18 -18
  521. package/css/utilities/Accessibility/accessibility.d.ts +18 -18
  522. package/css/utilities/Accessibility/accessibility.js +18 -18
  523. package/css/utilities/Accessibility/accessibility.mjs +18 -18
  524. package/css/utilities/Alignment/alignment.css +24 -24
  525. package/css/utilities/Alignment/alignment.d.ts +24 -24
  526. package/css/utilities/Alignment/alignment.js +24 -24
  527. package/css/utilities/Alignment/alignment.mjs +24 -24
  528. package/css/utilities/BackgroundColor/BackgroundColor.css +252 -252
  529. package/css/utilities/BackgroundColor/BackgroundColor.d.ts +97 -97
  530. package/css/utilities/BackgroundColor/BackgroundColor.js +97 -97
  531. package/css/utilities/BackgroundColor/BackgroundColor.mjs +97 -97
  532. package/css/utilities/BoxShadow/box-shadow.css +42 -42
  533. package/css/utilities/BoxShadow/box-shadow.d.ts +21 -21
  534. package/css/utilities/BoxShadow/box-shadow.js +21 -21
  535. package/css/utilities/BoxShadow/box-shadow.mjs +21 -21
  536. package/css/utilities/Display/display.css +54 -54
  537. package/css/utilities/Display/display.d.ts +54 -54
  538. package/css/utilities/Display/display.js +54 -54
  539. package/css/utilities/Display/display.mjs +54 -54
  540. package/css/utilities/Flex/flex.css +228 -228
  541. package/css/utilities/Flex/flex.d.ts +228 -228
  542. package/css/utilities/Flex/flex.js +228 -228
  543. package/css/utilities/Flex/flex.mjs +228 -228
  544. package/css/utilities/Float/float.css +12 -12
  545. package/css/utilities/Float/float.d.ts +12 -12
  546. package/css/utilities/Float/float.js +12 -12
  547. package/css/utilities/Float/float.mjs +12 -12
  548. package/css/utilities/Sizing/sizing.css +216 -216
  549. package/css/utilities/Sizing/sizing.d.ts +196 -196
  550. package/css/utilities/Sizing/sizing.js +196 -196
  551. package/css/utilities/Sizing/sizing.mjs +196 -196
  552. package/css/utilities/Spacing/spacing.css +1512 -1512
  553. package/css/utilities/Spacing/spacing.d.ts +840 -840
  554. package/css/utilities/Spacing/spacing.js +840 -840
  555. package/css/utilities/Spacing/spacing.mjs +840 -840
  556. package/css/utilities/Text/text.css +631 -631
  557. package/css/utilities/Text/text.d.ts +278 -278
  558. package/css/utilities/Text/text.js +278 -278
  559. package/css/utilities/Text/text.mjs +278 -278
  560. package/package.json +3 -3
  561. package/scripts/generateClassMaps.js +1 -1
  562. package/src/css/components/Consoles/AccessConsoles.css +5 -5
  563. package/src/css/components/Consoles/DesktopViewer.css +2 -2
  564. package/src/css/components/Consoles/SerialConsole.css +4 -4
  565. package/src/css/components/Consoles/VncConsole.css +3 -3
  566. package/src/css/components/Popper/Popper.css +1 -1
  567. package/src/css/components/Table/inline-edit.css +31 -31
  568. package/src/css/layouts/Toolbar/toolbar.css +8 -8
@@ -1,812 +1,812 @@
1
1
  :where(:root),
2
- :where(.pf-v5-c-table) {
3
- --pf-v5-c-table__tree-view-main--indent--base: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-v5-c-table__tree-view-icon--MinWidth));
4
- --pf-v5-c-table__tree-view-main--nested-indent--base: calc(var(--pf-v5-c-table__tree-view-main--indent--base) - var(--pf-t--global--spacer--md));
5
- --pf-v5-c-table__tree-view-main--c-button--MarginRight: var(--pf-t--global--spacer--sm);
6
- --pf-v5-c-table__tree-view-main--PaddingLeft: var(--pf-v5-c-table__tree-view-main--indent--base);
7
- --pf-v5-c-table__tree-view-main--MarginLeft: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
8
- --pf-v5-c-table__tree-view-main--c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
9
- --pf-v5-c-table__tree-view-main--c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
10
- --pf-v5-c-table__tree-view-main--c-table__check--MarginRight: var(--pf-t--global--spacer--sm);
11
- --pf-v5-c-table__tree-view-icon--MinWidth: var(--pf-t--global--spacer--md);
12
- --pf-v5-c-table__tree-view-icon--MarginRight: var(--pf-t--global--spacer--sm);
13
- --pf-v5-c-table--m-tree-view__toggle--Position: absolute;
14
- --pf-v5-c-table--m-tree-view__toggle--Left: var(--pf-v5-c-table__tree-view-main--PaddingLeft);
15
- --pf-v5-c-table--m-tree-view__toggle--TranslateX: -100%;
16
- --pf-v5-c-table--m-tree-view__toggle__toggle-icon--MinWidth: var(--pf-t--global--spacer--md);
17
- --pf-v5-c-table--m-no-inset__tree-view-main--PaddingLeft: 0;
18
- --pf-v5-c-table--m-no-inset__tree-view-main--MarginLeft: 0;
2
+ :where(.pf-v6-c-table) {
3
+ --pf-v6-c-table__tree-view-main--indent--base: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-v6-c-table__tree-view-icon--MinWidth));
4
+ --pf-v6-c-table__tree-view-main--nested-indent--base: calc(var(--pf-v6-c-table__tree-view-main--indent--base) - var(--pf-t--global--spacer--md));
5
+ --pf-v6-c-table__tree-view-main--c-button--MarginRight: var(--pf-t--global--spacer--sm);
6
+ --pf-v6-c-table__tree-view-main--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
7
+ --pf-v6-c-table__tree-view-main--MarginLeft: calc(var(--pf-v6-c-table--cell--PaddingLeft) * -1);
8
+ --pf-v6-c-table__tree-view-main--c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
9
+ --pf-v6-c-table__tree-view-main--c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
10
+ --pf-v6-c-table__tree-view-main--c-table__check--MarginRight: var(--pf-t--global--spacer--sm);
11
+ --pf-v6-c-table__tree-view-icon--MinWidth: var(--pf-t--global--spacer--md);
12
+ --pf-v6-c-table__tree-view-icon--MarginRight: var(--pf-t--global--spacer--sm);
13
+ --pf-v6-c-table--m-tree-view__toggle--Position: absolute;
14
+ --pf-v6-c-table--m-tree-view__toggle--Left: var(--pf-v6-c-table__tree-view-main--PaddingLeft);
15
+ --pf-v6-c-table--m-tree-view__toggle--TranslateX: -100%;
16
+ --pf-v6-c-table--m-tree-view__toggle__toggle-icon--MinWidth: var(--pf-t--global--spacer--md);
17
+ --pf-v6-c-table--m-no-inset__tree-view-main--PaddingLeft: 0;
18
+ --pf-v6-c-table--m-no-inset__tree-view-main--MarginLeft: 0;
19
19
  }
20
20
 
21
- .pf-v5-c-table.pf-m-tree-view > tbody > tr {
22
- --pf-v5-c-table--m-tree-view__toggle--Left: var(--pf-v5-c-table__tree-view-main--PaddingLeft);
21
+ .pf-v6-c-table.pf-m-tree-view > tbody > tr {
22
+ --pf-v6-c-table--m-tree-view__toggle--Left: var(--pf-v6-c-table__tree-view-main--PaddingLeft);
23
23
  }
24
- .pf-v5-c-table.pf-m-tree-view > tbody > tr.pf-m-no-inset {
25
- --pf-v5-c-table__tree-view-main--PaddingLeft: var(--pf-v5-c-table--m-no-inset__tree-view-main--PaddingLeft);
26
- --pf-v5-c-table__tree-view-main--MarginLeft: var(--pf-v5-c-table--m-no-inset__tree-view-main--MarginLeft);
24
+ .pf-v6-c-table.pf-m-tree-view > tbody > tr.pf-m-no-inset {
25
+ --pf-v6-c-table__tree-view-main--PaddingLeft: var(--pf-v6-c-table--m-no-inset__tree-view-main--PaddingLeft);
26
+ --pf-v6-c-table__tree-view-main--MarginLeft: var(--pf-v6-c-table--m-no-inset__tree-view-main--MarginLeft);
27
27
  }
28
- .pf-v5-c-table.pf-m-tree-view.pf-m-no-inset {
29
- --pf-v5-c-table__tree-view-main--PaddingLeft: var(--pf-v5-c-table--m-no-inset__tree-view-main--PaddingLeft);
30
- --pf-v5-c-table__tree-view-main--MarginLeft: var(--pf-v5-c-table--m-no-inset__tree-view-main--MarginLeft);
28
+ .pf-v6-c-table.pf-m-tree-view.pf-m-no-inset {
29
+ --pf-v6-c-table__tree-view-main--PaddingLeft: var(--pf-v6-c-table--m-no-inset__tree-view-main--PaddingLeft);
30
+ --pf-v6-c-table__tree-view-main--MarginLeft: var(--pf-v6-c-table--m-no-inset__tree-view-main--MarginLeft);
31
31
  }
32
- .pf-v5-c-table.pf-m-tree-view tr:where(.pf-v5-c-table__tr)[aria-level="2"] {
33
- --pf-v5-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v5-c-table__tree-view-main--indent--base));
32
+ .pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
33
+ --pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
34
34
  }
35
- .pf-v5-c-table.pf-m-tree-view tr:where(.pf-v5-c-table__tr)[aria-level="3"] {
36
- --pf-v5-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v5-c-table__tree-view-main--indent--base));
35
+ .pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
36
+ --pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
37
37
  }
38
- .pf-v5-c-table.pf-m-tree-view tr:where(.pf-v5-c-table__tr)[aria-level="4"] {
39
- --pf-v5-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v5-c-table__tree-view-main--indent--base));
38
+ .pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
39
+ --pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
40
40
  }
41
- .pf-v5-c-table.pf-m-tree-view tr:where(.pf-v5-c-table__tr)[aria-level="5"] {
42
- --pf-v5-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v5-c-table__tree-view-main--indent--base));
41
+ .pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
42
+ --pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
43
43
  }
44
- .pf-v5-c-table.pf-m-tree-view tr:where(.pf-v5-c-table__tr)[aria-level="6"] {
45
- --pf-v5-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v5-c-table__tree-view-main--indent--base));
44
+ .pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
45
+ --pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
46
46
  }
47
- .pf-v5-c-table.pf-m-tree-view tr:where(.pf-v5-c-table__tr)[aria-level="7"] {
48
- --pf-v5-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v5-c-table__tree-view-main--indent--base));
47
+ .pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
48
+ --pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
49
49
  }
50
- .pf-v5-c-table.pf-m-tree-view tr:where(.pf-v5-c-table__tr)[aria-level="8"] {
51
- --pf-v5-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v5-c-table__tree-view-main--indent--base));
50
+ .pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
51
+ --pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
52
52
  }
53
- .pf-v5-c-table.pf-m-tree-view tr:where(.pf-v5-c-table__tr)[aria-level="9"] {
54
- --pf-v5-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v5-c-table__tree-view-main--indent--base));
53
+ .pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
54
+ --pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
55
55
  }
56
- .pf-v5-c-table.pf-m-tree-view tr:where(.pf-v5-c-table__tr)[aria-level="10"] {
57
- --pf-v5-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v5-c-table__tree-view-main--indent--base));
56
+ .pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
57
+ --pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
58
58
  }
59
59
 
60
- .pf-v5-c-table__tree-view-main {
60
+ .pf-v6-c-table__tree-view-main {
61
61
  position: relative;
62
62
  display: flex;
63
63
  align-items: baseline;
64
64
  min-width: 0;
65
- padding-inline-start: var(--pf-v5-c-table__tree-view-main--PaddingLeft);
66
- margin-inline-start: var(--pf-v5-c-table__tree-view-main--MarginLeft);
65
+ padding-inline-start: var(--pf-v6-c-table__tree-view-main--PaddingLeft);
66
+ margin-inline-start: var(--pf-v6-c-table__tree-view-main--MarginLeft);
67
67
  text-align: start;
68
68
  cursor: pointer;
69
69
  }
70
- .pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle {
71
- transform: translateX(var(--pf-v5-c-table--m-tree-view__toggle--TranslateX));
72
- position: var(--pf-v5-c-table--m-tree-view__toggle--Position);
73
- inset-inline-start: var(--pf-v5-c-table--m-tree-view__toggle--Left);
70
+ .pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle {
71
+ transform: translateX(var(--pf-v6-c-table--m-tree-view__toggle--TranslateX));
72
+ position: var(--pf-v6-c-table--m-tree-view__toggle--Position);
73
+ inset-inline-start: var(--pf-v6-c-table--m-tree-view__toggle--Left);
74
74
  }
75
- :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle {
76
- transform: translateX(calc(var(--pf-v5-c-table--m-tree-view__toggle--TranslateX) * var(--pf-v5-global--inverse--multiplier)));
75
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle {
76
+ transform: translateX(calc(var(--pf-v6-c-table--m-tree-view__toggle--TranslateX) * var(--pf-v6-global--inverse--multiplier)));
77
77
  }
78
78
 
79
- .pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
80
- min-width: var(--pf-v5-c-table--m-tree-view__toggle__toggle-icon--MinWidth);
79
+ .pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
80
+ min-width: var(--pf-v6-c-table--m-tree-view__toggle__toggle-icon--MinWidth);
81
81
  }
82
- .pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle .pf-v5-c-button {
82
+ .pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle .pf-v6-c-button {
83
83
  margin-block-start: -50%;
84
- margin-inline-end: var(--pf-v5-c-table__tree-view-main--c-button--MarginRight);
84
+ margin-inline-end: var(--pf-v6-c-table__tree-view-main--c-button--MarginRight);
85
85
  }
86
- .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
87
- margin-inline-end: var(--pf-v5-c-table__tree-view-main--c-table__check--MarginRight);
86
+ .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
87
+ margin-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--MarginRight);
88
88
  }
89
- .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check label {
90
- padding-inline-start: var(--pf-v5-c-table__tree-view-main--c-table__check--PaddingLeft);
91
- padding-inline-end: var(--pf-v5-c-table__tree-view-main--c-table__check--PaddingRight);
89
+ .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check label {
90
+ padding-inline-start: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingLeft);
91
+ padding-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingRight);
92
92
  margin-block-start: 0;
93
93
  margin-block-end: 0;
94
94
  margin-inline-start: 0;
95
- margin-inline-end: calc(var(--pf-v5-c-table__tree-view-main--c-table__check--MarginRight) * -1);
95
+ margin-inline-end: calc(var(--pf-v6-c-table__tree-view-main--c-table__check--MarginRight) * -1);
96
96
  }
97
97
 
98
- .pf-v5-c-table__tree-view-text {
98
+ .pf-v6-c-table__tree-view-text {
99
99
  display: flex;
100
100
  }
101
101
 
102
- .pf-v5-c-table__tree-view-icon {
103
- min-width: var(--pf-v5-c-table__tree-view-icon--MinWidth);
104
- margin-inline-end: var(--pf-v5-c-table__tree-view-icon--MarginRight);
102
+ .pf-v6-c-table__tree-view-icon {
103
+ min-width: var(--pf-v6-c-table__tree-view-icon--MinWidth);
104
+ margin-inline-end: var(--pf-v6-c-table__tree-view-icon--MarginRight);
105
105
  }
106
106
 
107
- .pf-v5-c-table__tree-view-details-toggle {
107
+ .pf-v6-c-table__tree-view-details-toggle {
108
108
  display: none;
109
109
  }
110
110
 
111
- .pf-m-tree-view-grid.pf-v5-c-table {
112
- --pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
113
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
114
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
115
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table__tree-view-main--indent--base);
116
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
117
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
118
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
119
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
120
- --pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
121
- --pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
122
- --pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
123
- --pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
124
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
125
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
126
- --pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
127
- --pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
128
- --pf-v5-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
129
- --pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
130
- --pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
131
- --pf-v5-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
132
- --pf-v5-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
133
- --pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
134
- --pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
135
- }
136
- .pf-m-tree-view-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr) {
111
+ .pf-m-tree-view-grid.pf-v6-c-table {
112
+ --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
113
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
114
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
115
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
116
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
117
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
118
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
119
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
120
+ --pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
121
+ --pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
122
+ --pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
123
+ --pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
124
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
125
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
126
+ --pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
127
+ --pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
128
+ --pf-v6-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
129
+ --pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
130
+ --pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
131
+ --pf-v6-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
132
+ --pf-v6-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
133
+ --pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
134
+ --pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
135
+ }
136
+ .pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
137
137
  position: relative;
138
138
  border: none;
139
- outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
139
+ outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
140
140
  }
141
- .pf-m-tree-view-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr)::before {
141
+ .pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
142
142
  position: absolute;
143
143
  inset-block-start: 0;
144
144
  inset-block-end: 0;
145
- inset-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
145
+ inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
146
146
  inset-inline-end: 0;
147
147
  content: "";
148
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
148
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
149
149
  }
150
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not([hidden]) {
150
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
151
151
  display: grid;
152
152
  grid-template-columns: 1fr max-content;
153
153
  }
154
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-expanded] .pf-v5-c-table__tree-view-title-cell {
155
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
154
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
155
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
156
156
  }
157
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-expanded] .pf-v5-c-table__tree-view-title-cell ~ .pf-v5-c-table__action {
158
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
157
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
158
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
159
159
  }
160
- .pf-m-tree-view-grid.pf-v5-c-table td:where(.pf-v5-c-table__td):not(.pf-v5-c-table__tree-view-title-cell) {
161
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
162
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
163
- padding-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
160
+ .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
161
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
162
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
163
+ padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
164
164
  }
165
- .pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__tree-view-text {
166
- padding-inline-end: var(--pf-v5-c-table__tree-view-text--PaddingRight);
165
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-text {
166
+ padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingRight);
167
167
  }
168
- .pf-m-tree-view-grid.pf-v5-c-table thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th) {
168
+ .pf-m-tree-view-grid.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
169
169
  display: none;
170
170
  }
171
- .pf-m-tree-view-grid.pf-v5-c-table td:where(.pf-v5-c-table__td) {
171
+ .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td) {
172
172
  display: none;
173
173
  }
174
- .pf-m-tree-view-grid.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] {
175
- grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
174
+ .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
175
+ grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
176
176
  grid-column: 1;
177
- grid-column-gap: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
177
+ grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
178
178
  align-items: start;
179
179
  }
180
- .pf-m-tree-view-grid.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] > * {
180
+ .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > * {
181
181
  grid-column: 2;
182
182
  }
183
- .pf-m-tree-view-grid.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
183
+ .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
184
184
  font-weight: var(--pf-t--global--font--weight--body--bold);
185
185
  text-align: start;
186
186
  content: attr(data-label);
187
187
  }
188
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded {
189
- padding-block-end: var(--pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
188
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
189
+ padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
190
190
  }
191
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v5-c-table__td)[data-label] {
191
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
192
192
  display: grid;
193
193
  }
194
- .pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__tree-view-title-header-cell {
194
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
195
195
  display: block;
196
196
  }
197
- .pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle,
198
- .pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__action {
197
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
198
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__action {
199
199
  display: inline-block;
200
200
  }
201
- .pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__action {
202
- --pf-v5-c-table--cell--Width: auto;
203
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
204
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop);
205
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
201
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__action {
202
+ --pf-v6-c-table--cell--Width: auto;
203
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
204
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop);
205
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
206
206
  grid-row: 1;
207
207
  grid-column: 2;
208
208
  }
209
- .pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__action > .pf-v5-c-dropdown {
210
- margin-block-start: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop);
211
- margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
209
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-dropdown {
210
+ margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop);
211
+ margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
212
212
  }
213
- .pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
214
- order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
213
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
214
+ order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
215
215
  margin-inline-start: auto;
216
- margin-inline-end: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
216
+ margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
217
217
  }
218
- .pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle {
219
- margin-block-start: var(--pf-v5-c-table__tree-view-details-toggle--MarginTop);
220
- margin-block-end: var(--pf-v5-c-table__tree-view-details-toggle--MarginBottom);
218
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
219
+ margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginTop);
220
+ margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBottom);
221
221
  }
222
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="2"] {
223
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v5-c-table__tree-view-main--indent--base));
222
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
223
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
224
224
  }
225
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="3"] {
226
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v5-c-table__tree-view-main--indent--base));
225
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
226
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
227
227
  }
228
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="4"] {
229
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v5-c-table__tree-view-main--indent--base));
228
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
229
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
230
230
  }
231
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="5"] {
232
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v5-c-table__tree-view-main--indent--base));
231
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
232
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
233
233
  }
234
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="6"] {
235
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v5-c-table__tree-view-main--indent--base));
234
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
235
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
236
236
  }
237
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="7"] {
238
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v5-c-table__tree-view-main--indent--base));
237
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
238
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
239
239
  }
240
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="8"] {
241
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v5-c-table__tree-view-main--indent--base));
240
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
241
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
242
242
  }
243
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="9"] {
244
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v5-c-table__tree-view-main--indent--base));
243
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
244
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
245
245
  }
246
- .pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="10"] {
247
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v5-c-table__tree-view-main--indent--base));
246
+ .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
247
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
248
248
  }
249
249
 
250
250
  @media screen and (max-width: 768px) {
251
- .pf-m-tree-view-grid-md.pf-v5-c-table {
252
- --pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
253
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
254
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
255
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table__tree-view-main--indent--base);
256
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
257
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
258
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
259
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
260
- --pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
261
- --pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
262
- --pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
263
- --pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
264
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
265
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
266
- --pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
267
- --pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
268
- --pf-v5-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
269
- --pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
270
- --pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
271
- --pf-v5-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
272
- --pf-v5-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
273
- --pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
274
- --pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
275
- }
276
- .pf-m-tree-view-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr) {
251
+ .pf-m-tree-view-grid-md.pf-v6-c-table {
252
+ --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
253
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
254
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
255
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
256
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
257
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
258
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
259
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
260
+ --pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
261
+ --pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
262
+ --pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
263
+ --pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
264
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
265
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
266
+ --pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
267
+ --pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
268
+ --pf-v6-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
269
+ --pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
270
+ --pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
271
+ --pf-v6-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
272
+ --pf-v6-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
273
+ --pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
274
+ --pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
275
+ }
276
+ .pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
277
277
  position: relative;
278
278
  border: none;
279
- outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
279
+ outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
280
280
  }
281
- .pf-m-tree-view-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr)::before {
281
+ .pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
282
282
  position: absolute;
283
283
  inset-block-start: 0;
284
284
  inset-block-end: 0;
285
- inset-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
285
+ inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
286
286
  inset-inline-end: 0;
287
287
  content: "";
288
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
288
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
289
289
  }
290
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not([hidden]) {
290
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
291
291
  display: grid;
292
292
  grid-template-columns: 1fr max-content;
293
293
  }
294
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-expanded] .pf-v5-c-table__tree-view-title-cell {
295
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
294
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
295
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
296
296
  }
297
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-expanded] .pf-v5-c-table__tree-view-title-cell ~ .pf-v5-c-table__action {
298
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
297
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
298
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
299
299
  }
300
- .pf-m-tree-view-grid-md.pf-v5-c-table td:where(.pf-v5-c-table__td):not(.pf-v5-c-table__tree-view-title-cell) {
301
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
302
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
303
- padding-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
300
+ .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
301
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
302
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
303
+ padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
304
304
  }
305
- .pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__tree-view-text {
306
- padding-inline-end: var(--pf-v5-c-table__tree-view-text--PaddingRight);
305
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-text {
306
+ padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingRight);
307
307
  }
308
- .pf-m-tree-view-grid-md.pf-v5-c-table thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th) {
308
+ .pf-m-tree-view-grid-md.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
309
309
  display: none;
310
310
  }
311
- .pf-m-tree-view-grid-md.pf-v5-c-table td:where(.pf-v5-c-table__td) {
311
+ .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td) {
312
312
  display: none;
313
313
  }
314
- .pf-m-tree-view-grid-md.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] {
315
- grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
314
+ .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
315
+ grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
316
316
  grid-column: 1;
317
- grid-column-gap: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
317
+ grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
318
318
  align-items: start;
319
319
  }
320
- .pf-m-tree-view-grid-md.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] > * {
320
+ .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > * {
321
321
  grid-column: 2;
322
322
  }
323
- .pf-m-tree-view-grid-md.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
323
+ .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
324
324
  font-weight: var(--pf-t--global--font--weight--body--bold);
325
325
  text-align: start;
326
326
  content: attr(data-label);
327
327
  }
328
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded {
329
- padding-block-end: var(--pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
328
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
329
+ padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
330
330
  }
331
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v5-c-table__td)[data-label] {
331
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
332
332
  display: grid;
333
333
  }
334
- .pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__tree-view-title-header-cell {
334
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
335
335
  display: block;
336
336
  }
337
- .pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle,
338
- .pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__action {
337
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
338
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__action {
339
339
  display: inline-block;
340
340
  }
341
- .pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__action {
342
- --pf-v5-c-table--cell--Width: auto;
343
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
344
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop);
345
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
341
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__action {
342
+ --pf-v6-c-table--cell--Width: auto;
343
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
344
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop);
345
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
346
346
  grid-row: 1;
347
347
  grid-column: 2;
348
348
  }
349
- .pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__action > .pf-v5-c-dropdown {
350
- margin-block-start: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop);
351
- margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
349
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-dropdown {
350
+ margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop);
351
+ margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
352
352
  }
353
- .pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
354
- order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
353
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
354
+ order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
355
355
  margin-inline-start: auto;
356
- margin-inline-end: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
356
+ margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
357
357
  }
358
- .pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle {
359
- margin-block-start: var(--pf-v5-c-table__tree-view-details-toggle--MarginTop);
360
- margin-block-end: var(--pf-v5-c-table__tree-view-details-toggle--MarginBottom);
358
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
359
+ margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginTop);
360
+ margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBottom);
361
361
  }
362
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="2"] {
363
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v5-c-table__tree-view-main--indent--base));
362
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
363
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
364
364
  }
365
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="3"] {
366
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v5-c-table__tree-view-main--indent--base));
365
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
366
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
367
367
  }
368
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="4"] {
369
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v5-c-table__tree-view-main--indent--base));
368
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
369
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
370
370
  }
371
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="5"] {
372
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v5-c-table__tree-view-main--indent--base));
371
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
372
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
373
373
  }
374
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="6"] {
375
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v5-c-table__tree-view-main--indent--base));
374
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
375
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
376
376
  }
377
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="7"] {
378
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v5-c-table__tree-view-main--indent--base));
377
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
378
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
379
379
  }
380
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="8"] {
381
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v5-c-table__tree-view-main--indent--base));
380
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
381
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
382
382
  }
383
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="9"] {
384
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v5-c-table__tree-view-main--indent--base));
383
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
384
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
385
385
  }
386
- .pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="10"] {
387
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v5-c-table__tree-view-main--indent--base));
386
+ .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
387
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
388
388
  }
389
389
  }
390
390
 
391
391
  @media screen and (max-width: 992px) {
392
- .pf-m-tree-view-grid-lg.pf-v5-c-table {
393
- --pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
394
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
395
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
396
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table__tree-view-main--indent--base);
397
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
398
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
399
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
400
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
401
- --pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
402
- --pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
403
- --pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
404
- --pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
405
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
406
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
407
- --pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
408
- --pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
409
- --pf-v5-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
410
- --pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
411
- --pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
412
- --pf-v5-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
413
- --pf-v5-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
414
- --pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
415
- --pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
416
- }
417
- .pf-m-tree-view-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr) {
392
+ .pf-m-tree-view-grid-lg.pf-v6-c-table {
393
+ --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
394
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
395
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
396
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
397
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
398
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
399
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
400
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
401
+ --pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
402
+ --pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
403
+ --pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
404
+ --pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
405
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
406
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
407
+ --pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
408
+ --pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
409
+ --pf-v6-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
410
+ --pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
411
+ --pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
412
+ --pf-v6-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
413
+ --pf-v6-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
414
+ --pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
415
+ --pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
416
+ }
417
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
418
418
  position: relative;
419
419
  border: none;
420
- outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
420
+ outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
421
421
  }
422
- .pf-m-tree-view-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr)::before {
422
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
423
423
  position: absolute;
424
424
  inset-block-start: 0;
425
425
  inset-block-end: 0;
426
- inset-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
426
+ inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
427
427
  inset-inline-end: 0;
428
428
  content: "";
429
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
429
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
430
430
  }
431
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not([hidden]) {
431
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
432
432
  display: grid;
433
433
  grid-template-columns: 1fr max-content;
434
434
  }
435
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-expanded] .pf-v5-c-table__tree-view-title-cell {
436
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
435
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
436
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
437
437
  }
438
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-expanded] .pf-v5-c-table__tree-view-title-cell ~ .pf-v5-c-table__action {
439
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
438
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
439
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
440
440
  }
441
- .pf-m-tree-view-grid-lg.pf-v5-c-table td:where(.pf-v5-c-table__td):not(.pf-v5-c-table__tree-view-title-cell) {
442
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
443
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
444
- padding-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
441
+ .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
442
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
443
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
444
+ padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
445
445
  }
446
- .pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__tree-view-text {
447
- padding-inline-end: var(--pf-v5-c-table__tree-view-text--PaddingRight);
446
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-text {
447
+ padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingRight);
448
448
  }
449
- .pf-m-tree-view-grid-lg.pf-v5-c-table thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th) {
449
+ .pf-m-tree-view-grid-lg.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
450
450
  display: none;
451
451
  }
452
- .pf-m-tree-view-grid-lg.pf-v5-c-table td:where(.pf-v5-c-table__td) {
452
+ .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td) {
453
453
  display: none;
454
454
  }
455
- .pf-m-tree-view-grid-lg.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] {
456
- grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
455
+ .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
456
+ grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
457
457
  grid-column: 1;
458
- grid-column-gap: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
458
+ grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
459
459
  align-items: start;
460
460
  }
461
- .pf-m-tree-view-grid-lg.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] > * {
461
+ .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > * {
462
462
  grid-column: 2;
463
463
  }
464
- .pf-m-tree-view-grid-lg.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
464
+ .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
465
465
  font-weight: var(--pf-t--global--font--weight--body--bold);
466
466
  text-align: start;
467
467
  content: attr(data-label);
468
468
  }
469
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded {
470
- padding-block-end: var(--pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
469
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
470
+ padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
471
471
  }
472
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v5-c-table__td)[data-label] {
472
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
473
473
  display: grid;
474
474
  }
475
- .pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__tree-view-title-header-cell {
475
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
476
476
  display: block;
477
477
  }
478
- .pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle,
479
- .pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__action {
478
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
479
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
480
480
  display: inline-block;
481
481
  }
482
- .pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__action {
483
- --pf-v5-c-table--cell--Width: auto;
484
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
485
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop);
486
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
482
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
483
+ --pf-v6-c-table--cell--Width: auto;
484
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
485
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop);
486
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
487
487
  grid-row: 1;
488
488
  grid-column: 2;
489
489
  }
490
- .pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__action > .pf-v5-c-dropdown {
491
- margin-block-start: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop);
492
- margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
490
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-dropdown {
491
+ margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop);
492
+ margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
493
493
  }
494
- .pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
495
- order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
494
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
495
+ order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
496
496
  margin-inline-start: auto;
497
- margin-inline-end: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
497
+ margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
498
498
  }
499
- .pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle {
500
- margin-block-start: var(--pf-v5-c-table__tree-view-details-toggle--MarginTop);
501
- margin-block-end: var(--pf-v5-c-table__tree-view-details-toggle--MarginBottom);
499
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
500
+ margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginTop);
501
+ margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBottom);
502
502
  }
503
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="2"] {
504
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v5-c-table__tree-view-main--indent--base));
503
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
504
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
505
505
  }
506
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="3"] {
507
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v5-c-table__tree-view-main--indent--base));
506
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
507
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
508
508
  }
509
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="4"] {
510
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v5-c-table__tree-view-main--indent--base));
509
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
510
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
511
511
  }
512
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="5"] {
513
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v5-c-table__tree-view-main--indent--base));
512
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
513
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
514
514
  }
515
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="6"] {
516
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v5-c-table__tree-view-main--indent--base));
515
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
516
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
517
517
  }
518
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="7"] {
519
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v5-c-table__tree-view-main--indent--base));
518
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
519
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
520
520
  }
521
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="8"] {
522
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v5-c-table__tree-view-main--indent--base));
521
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
522
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
523
523
  }
524
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="9"] {
525
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v5-c-table__tree-view-main--indent--base));
524
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
525
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
526
526
  }
527
- .pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="10"] {
528
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v5-c-table__tree-view-main--indent--base));
527
+ .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
528
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
529
529
  }
530
530
  }
531
531
 
532
532
  @media screen and (max-width: 1200px) {
533
- .pf-m-tree-view-grid-xl.pf-v5-c-table {
534
- --pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
535
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
536
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
537
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table__tree-view-main--indent--base);
538
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
539
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
540
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
541
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
542
- --pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
543
- --pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
544
- --pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
545
- --pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
546
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
547
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
548
- --pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
549
- --pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
550
- --pf-v5-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
551
- --pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
552
- --pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
553
- --pf-v5-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
554
- --pf-v5-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
555
- --pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
556
- --pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
557
- }
558
- .pf-m-tree-view-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr) {
533
+ .pf-m-tree-view-grid-xl.pf-v6-c-table {
534
+ --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
535
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
536
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
537
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
538
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
539
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
540
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
541
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
542
+ --pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
543
+ --pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
544
+ --pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
545
+ --pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
546
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
547
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
548
+ --pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
549
+ --pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
550
+ --pf-v6-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
551
+ --pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
552
+ --pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
553
+ --pf-v6-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
554
+ --pf-v6-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
555
+ --pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
556
+ --pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
557
+ }
558
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
559
559
  position: relative;
560
560
  border: none;
561
- outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
561
+ outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
562
562
  }
563
- .pf-m-tree-view-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr)::before {
563
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
564
564
  position: absolute;
565
565
  inset-block-start: 0;
566
566
  inset-block-end: 0;
567
- inset-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
567
+ inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
568
568
  inset-inline-end: 0;
569
569
  content: "";
570
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
570
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
571
571
  }
572
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not([hidden]) {
572
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
573
573
  display: grid;
574
574
  grid-template-columns: 1fr max-content;
575
575
  }
576
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-expanded] .pf-v5-c-table__tree-view-title-cell {
577
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
576
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
577
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
578
578
  }
579
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-expanded] .pf-v5-c-table__tree-view-title-cell ~ .pf-v5-c-table__action {
580
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
579
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
580
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
581
581
  }
582
- .pf-m-tree-view-grid-xl.pf-v5-c-table td:where(.pf-v5-c-table__td):not(.pf-v5-c-table__tree-view-title-cell) {
583
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
584
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
585
- padding-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
582
+ .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
583
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
584
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
585
+ padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
586
586
  }
587
- .pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__tree-view-text {
588
- padding-inline-end: var(--pf-v5-c-table__tree-view-text--PaddingRight);
587
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-text {
588
+ padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingRight);
589
589
  }
590
- .pf-m-tree-view-grid-xl.pf-v5-c-table thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th) {
590
+ .pf-m-tree-view-grid-xl.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
591
591
  display: none;
592
592
  }
593
- .pf-m-tree-view-grid-xl.pf-v5-c-table td:where(.pf-v5-c-table__td) {
593
+ .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td) {
594
594
  display: none;
595
595
  }
596
- .pf-m-tree-view-grid-xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] {
597
- grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
596
+ .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
597
+ grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
598
598
  grid-column: 1;
599
- grid-column-gap: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
599
+ grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
600
600
  align-items: start;
601
601
  }
602
- .pf-m-tree-view-grid-xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] > * {
602
+ .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > * {
603
603
  grid-column: 2;
604
604
  }
605
- .pf-m-tree-view-grid-xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
605
+ .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
606
606
  font-weight: var(--pf-t--global--font--weight--body--bold);
607
607
  text-align: start;
608
608
  content: attr(data-label);
609
609
  }
610
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded {
611
- padding-block-end: var(--pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
610
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
611
+ padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
612
612
  }
613
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v5-c-table__td)[data-label] {
613
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
614
614
  display: grid;
615
615
  }
616
- .pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__tree-view-title-header-cell {
616
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
617
617
  display: block;
618
618
  }
619
- .pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle,
620
- .pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__action {
619
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
620
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
621
621
  display: inline-block;
622
622
  }
623
- .pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__action {
624
- --pf-v5-c-table--cell--Width: auto;
625
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
626
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop);
627
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
623
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
624
+ --pf-v6-c-table--cell--Width: auto;
625
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
626
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop);
627
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
628
628
  grid-row: 1;
629
629
  grid-column: 2;
630
630
  }
631
- .pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__action > .pf-v5-c-dropdown {
632
- margin-block-start: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop);
633
- margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
631
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-dropdown {
632
+ margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop);
633
+ margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
634
634
  }
635
- .pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
636
- order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
635
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
636
+ order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
637
637
  margin-inline-start: auto;
638
- margin-inline-end: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
638
+ margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
639
639
  }
640
- .pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle {
641
- margin-block-start: var(--pf-v5-c-table__tree-view-details-toggle--MarginTop);
642
- margin-block-end: var(--pf-v5-c-table__tree-view-details-toggle--MarginBottom);
640
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
641
+ margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginTop);
642
+ margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBottom);
643
643
  }
644
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="2"] {
645
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v5-c-table__tree-view-main--indent--base));
644
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
645
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
646
646
  }
647
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="3"] {
648
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v5-c-table__tree-view-main--indent--base));
647
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
648
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
649
649
  }
650
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="4"] {
651
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v5-c-table__tree-view-main--indent--base));
650
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
651
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
652
652
  }
653
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="5"] {
654
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v5-c-table__tree-view-main--indent--base));
653
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
654
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
655
655
  }
656
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="6"] {
657
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v5-c-table__tree-view-main--indent--base));
656
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
657
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
658
658
  }
659
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="7"] {
660
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v5-c-table__tree-view-main--indent--base));
659
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
660
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
661
661
  }
662
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="8"] {
663
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v5-c-table__tree-view-main--indent--base));
662
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
663
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
664
664
  }
665
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="9"] {
666
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v5-c-table__tree-view-main--indent--base));
665
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
666
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
667
667
  }
668
- .pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="10"] {
669
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v5-c-table__tree-view-main--indent--base));
668
+ .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
669
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
670
670
  }
671
671
  }
672
672
 
673
673
  @media screen and (max-width: 1450px) {
674
- .pf-m-tree-view-grid-2xl.pf-v5-c-table {
675
- --pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
676
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
677
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
678
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table__tree-view-main--indent--base);
679
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
680
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
681
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
682
- --pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
683
- --pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
684
- --pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
685
- --pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
686
- --pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
687
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
688
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
689
- --pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
690
- --pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
691
- --pf-v5-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
692
- --pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
693
- --pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
694
- --pf-v5-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
695
- --pf-v5-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
696
- --pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
697
- --pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
698
- }
699
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr) {
674
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table {
675
+ --pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
676
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
677
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
678
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
679
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
680
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
681
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
682
+ --pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
683
+ --pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
684
+ --pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
685
+ --pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
686
+ --pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
687
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
688
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
689
+ --pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
690
+ --pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
691
+ --pf-v6-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
692
+ --pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
693
+ --pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
694
+ --pf-v6-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
695
+ --pf-v6-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
696
+ --pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
697
+ --pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
698
+ }
699
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
700
700
  position: relative;
701
701
  border: none;
702
- outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
702
+ outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
703
703
  }
704
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr)::before {
704
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
705
705
  position: absolute;
706
706
  inset-block-start: 0;
707
707
  inset-block-end: 0;
708
- inset-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
708
+ inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
709
709
  inset-inline-end: 0;
710
710
  content: "";
711
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
711
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
712
712
  }
713
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not([hidden]) {
713
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
714
714
  display: grid;
715
715
  grid-template-columns: 1fr max-content;
716
716
  }
717
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-expanded] .pf-v5-c-table__tree-view-title-cell {
718
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
717
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
718
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
719
719
  }
720
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-expanded] .pf-v5-c-table__tree-view-title-cell ~ .pf-v5-c-table__action {
721
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
720
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
721
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
722
722
  }
723
- .pf-m-tree-view-grid-2xl.pf-v5-c-table td:where(.pf-v5-c-table__td):not(.pf-v5-c-table__tree-view-title-cell) {
724
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
725
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
726
- padding-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
723
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
724
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
725
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
726
+ padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
727
727
  }
728
- .pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__tree-view-text {
729
- padding-inline-end: var(--pf-v5-c-table__tree-view-text--PaddingRight);
728
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-text {
729
+ padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingRight);
730
730
  }
731
- .pf-m-tree-view-grid-2xl.pf-v5-c-table thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th) {
731
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
732
732
  display: none;
733
733
  }
734
- .pf-m-tree-view-grid-2xl.pf-v5-c-table td:where(.pf-v5-c-table__td) {
734
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td) {
735
735
  display: none;
736
736
  }
737
- .pf-m-tree-view-grid-2xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] {
738
- grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
737
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
738
+ grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
739
739
  grid-column: 1;
740
- grid-column-gap: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
740
+ grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
741
741
  align-items: start;
742
742
  }
743
- .pf-m-tree-view-grid-2xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] > * {
743
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > * {
744
744
  grid-column: 2;
745
745
  }
746
- .pf-m-tree-view-grid-2xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
746
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
747
747
  font-weight: var(--pf-t--global--font--weight--body--bold);
748
748
  text-align: start;
749
749
  content: attr(data-label);
750
750
  }
751
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded {
752
- padding-block-end: var(--pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
751
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
752
+ padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
753
753
  }
754
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v5-c-table__td)[data-label] {
754
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
755
755
  display: grid;
756
756
  }
757
- .pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__tree-view-title-header-cell {
757
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
758
758
  display: block;
759
759
  }
760
- .pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle,
761
- .pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__action {
760
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
761
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
762
762
  display: inline-block;
763
763
  }
764
- .pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__action {
765
- --pf-v5-c-table--cell--Width: auto;
766
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
767
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop);
768
- --pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
764
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
765
+ --pf-v6-c-table--cell--Width: auto;
766
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
767
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop);
768
+ --pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
769
769
  grid-row: 1;
770
770
  grid-column: 2;
771
771
  }
772
- .pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__action > .pf-v5-c-dropdown {
773
- margin-block-start: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop);
774
- margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
772
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-dropdown {
773
+ margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop);
774
+ margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
775
775
  }
776
- .pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
777
- order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
776
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
777
+ order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
778
778
  margin-inline-start: auto;
779
- margin-inline-end: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
779
+ margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
780
780
  }
781
- .pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle {
782
- margin-block-start: var(--pf-v5-c-table__tree-view-details-toggle--MarginTop);
783
- margin-block-end: var(--pf-v5-c-table__tree-view-details-toggle--MarginBottom);
781
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
782
+ margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginTop);
783
+ margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBottom);
784
784
  }
785
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="2"] {
786
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v5-c-table__tree-view-main--indent--base));
785
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
786
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
787
787
  }
788
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="3"] {
789
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v5-c-table__tree-view-main--indent--base));
788
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
789
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
790
790
  }
791
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="4"] {
792
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v5-c-table__tree-view-main--indent--base));
791
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
792
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
793
793
  }
794
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="5"] {
795
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v5-c-table__tree-view-main--indent--base));
794
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
795
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
796
796
  }
797
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="6"] {
798
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v5-c-table__tree-view-main--indent--base));
797
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
798
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
799
799
  }
800
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="7"] {
801
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v5-c-table__tree-view-main--indent--base));
800
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
801
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
802
802
  }
803
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="8"] {
804
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v5-c-table__tree-view-main--indent--base));
803
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
804
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
805
805
  }
806
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="9"] {
807
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v5-c-table__tree-view-main--indent--base));
806
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
807
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
808
808
  }
809
- .pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="10"] {
810
- --pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v5-c-table__tree-view-main--indent--base));
809
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
810
+ --pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
811
811
  }
812
812
  }