@patternfly/react-styles 6.0.0-alpha.2 → 6.0.0-alpha.21

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