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

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