@patternfly/react-styles 6.0.0-alpha.9 → 6.0.0-prerelease.2

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