@patternfly/react-styles 6.0.0-alpha.3 → 6.0.0-alpha.30

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